@media (max-width: 1366px) {
}

@media (max-width: 1099px) {
  .container-relative {
    display: flex;
  }
  .in-container {
    margin-left: 220px;
  }
  .login-container .col-md-7 {
    width: 58.33333333%;
    margin-right: 0;
  }
  .login-container .col-md-5 {
    width: 41.66666667%;
  }
  .login-form {
    padding: 20px !important;
  }
}

@media (min-width: 992px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
  .navbar-toggler {
    display: none;
  }
  header .collapse:not(.show) {
    display: flex;
  }
  .navbar-brand {
    min-width: 102px;
  }
  header .navbar-nav {
    flex-direction: initial;
  }
  header .navbar-collapse .btn {
    margin-left: 5px;
  }
  header {
    padding: 5px 0px;
  }
  .in-container {
    margin-left: auto;
  }
  .container-relative {
    display: block;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    padding: 20px;
    height: 100%;
    width: 250px;
    transition: all 0.6s cubic-bezier(0.77, 0.2, 0.05, 1);
    transform: translateX(-100%);
  }
  .sidebar.active {
    transform: none;
    box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.5);
  }
  .menu-mobile {
    display: block;
  }

  .edit-dialog {
    width: 80vw;
  }
}

@media (max-width: 767px) {
  footer .row .col-md-6 {
    text-align: center !important;
  }
  footer .row {
    flex-direction: column-reverse;
  }
  footer a {
    margin-bottom: 10px;
  }
  .otp-input-main .col-md-3 {
    width: 25%;
  }
  .login-container .col-md-7 {
    display: none;
  }
  .login-container .col-md-5 {
    width: 480px;
  }

  .edit-dialog {
    width: 100vw;
  }
}

@media (max-width: 700px) {
  .avatar {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }
  .create-action .form-control {
    font-size: 16px;
  }
  .create-action .form-control {
    height: 30px;
  }
  .create-action textarea.form-control {
    height: 80px;
  }
  .comment-box figure {
    min-width: 34px;
  }
  .comment-box-in {
    padding-left: 43px;
  }
  .post-hd,
  .post-comments,
  .create-post-in,
  .create-post-footer {
    padding: 10px;
  }
  .site-container {
    padding: 25px 0;
  }
  .page-head h4 {
    font-size: 16px;
    margin-left: 10px !important;
  }
  .post-head,
  .post-desc {
    max-width: 100%;
  }
  .post-video-photo .carousel-item {
    border-radius: 0;
  }
  .post-outer {
    padding: 0px 15px;
  }
  .post-desc h4 {
    font-size: 16px;
  }
  .profile-header figcaption {
    display: none;
  }
  .profile-header {
    padding: 0;
  }

  .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    margin: 10px !important;
    width: 100vw;
  }
  .edit-dialog {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .auth-form {
    max-width: 340px;
    margin: auto;
    padding: 30px !important;
  }
  .login-form-head h4 {
    font-size: 18px;
  }
  .login-form-head img {
    width: 65px;
    margin-bottom: 10px;
  }
  .login-form-head p {
    padding: 0px;
  }
  .otp-input-main .col-md-3 {
    width: 25%;
    padding: 0px 7.5px;
  }
  .otp-input-main {
    margin: 0px -7.5px;
  }
  .otp-input .form-control {
    height: 50px;
  }
  .otp-input {
    margin-bottom: 20px;
  }
  .comment-box-in figure {
    min-width: 25px;
  }
  .comment-box-in .avatar {
    min-width: 25px;
    width: 25px;
    height: 25px;
  }
  .comment-box figcaption .time-and-more {
    top: -3px;
  }
  .verified-head img {
    width: 65px;
  }
  .verified-wrap-in {
    max-width: 100%;
  }
  .banner-profile {
    height: 132px;
  }
  .my-profile-name h4 {
    font-size: 16px;
  }
  .rate span {
    display: none;
  }
  .rate:not(:checked) > label {
    line-height: 45px;
  }
  .rate {
    height: 50px;
  }
  .verified-head figcaption h4 {
    font-size: 18px;
  }
  .ff-list li .ms-auto .btn {
    min-width: 75px;
    padding: 0px 5px;
  }
  .nav-pills button {
    padding: 0px 15px;
  }
  .ff-list-wrap .tab-content {
    padding: 15px 10px;
  }
  .ff-list-wrap .card,
  .notifications-wrap {
    min-height: 330px;
  }
  .no-post h4 {
    font-size: 16px;
  }
  .notifications-wrap ul li .row {
    align-items: initial !important;
  }
  .notifications-wrap {
    padding: 10px;
  }
  .paragraph-area h4 {
    font-size: 16px;
  }
  .my-post-option .btn {
    padding: 0px 10px;
  }
  .my-profile-info {
    padding: 0px 10px;
  }
  .profile-links .link-left {
    font-size: 14px;
  }
  .profile-links {
    padding: 10px;
  }
  .my-profile .page-head {
    padding: 10px;
  }
  .navbar-brand {
    min-width: 88px;
  }
  .site-container {
    min-height: calc(100vh - 154px);
  }
  footer .row .col-md-6 {
    font-size: 13px;
  }
  .post-video-photo .carousel-item {
    height: 260px;
  }
  .login-form {
    padding: 15px !important;
  }
}

@media (max-width: 479px) {
  header .navbar-collapse .btn {
    min-width: 85px;
  }
  .login-form-head {
    margin-bottom: 20px;
  }
  .auth-form {
    padding: 15px !important;
  }
  footer {
    padding: 10px 0;
  }
  footer a {
    margin-left: 10px;
    font-size: 12px;
  }
  .site-container {
    padding: 20px 0px;
  }
  .post-images-in {
    height: 200px;
    background: #000;
  }
  .btn {
    height: 40px;
    line-height: 40px;
  }
  input.form-control {
    height: 40px;
    line-height: 40px;
  }
  .comment-box figcaption .time-and-more span {
    font-size: 12px;
    position: relative;
    top: -1px;
  }
  .comment-box figcaption .time-and-more {
    top: -4px;
  }
  .comment-box figcaption .time-and-more button {
    padding-left: 10px;
  }
  .post-action-bar-in a img {
    width: 18px;
  }
  .post-action-bar-in a {
    font-size: 13px;
    margin-right: 10px;
  }
  .post-action-bar-in {
    padding: 10px;
  }
  .send-input-btn button img {
    display: none;
  }
  .send-input-btn button {
    width: 54px;
    height: 40px;
    color: transparent;
    background: url(../images/send-03.svg) no-repeat;
    background-position: center;
  }
  .verified-wrap {
    padding: 20px 10px;
  }
  .page-head {
    margin-bottom: 15px !important;
  }
  .big-profile .avatar {
    width: 80px;
    height: 80px;
  }
  .my-profile-name {
    margin-bottom: 15px !important;
  }
  .post-video-photo .carousel-item {
    height: 220px;
  }
}

@media (max-width: 380px) {
}
