@media (max-width: 1440px) {
  .container {
    max-width: 1140px !important;
  }

  .ftr-top {
    grid-template-columns: 1.85fr 1fr 1fr 1fr;
  }
}

@media (max-width: 1399px) {
  .destination-prop {
    top: -11em;
  }
}

@media (max-width: 1199px) {
  header nav .menu ul {
    gap: 0 20px;
  }

  .destination-prop {
    top: -9em;
  }

  .top-heading h2 {
    font-size: 30px;
    line-height: 1.4;
  }

  .best-destination-sec-left .top-heading h2 b::after {
    background-size: 130%;
  }

  .best-destination-sec-inner2 .img-wrap {
    width: 490px;
  }
}

@media (max-width: 1024px) {
  .destination-prop {
    top: -7em;
  }

  header nav .menu ul {
    gap: 0 10px;
  }

  .nav-btns {
    gap: 0 10px;
  }

  .nav-btns .btnn {
    min-width: 130px;
    min-height: 45px;
  }

  .hero-content h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .default-content h2 {
    font-size: 36px;
  }

  .default-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .hero {
    position: relative;
  }
	.iframe_tour.text-center {
    max-width: 600px;
    margin: 0 auto;
}
	.side_banner {
    margin-top: 25px;
}
.gallery_box_img {
    margin: 0 15px;
    max-height: unset;
}
    .gallery_box_img img {
        width: 100%;
        border-radius: 7px;
        height: auto !important;
        max-height: 300px;
        object-fit: cover;
        object-position: center;
        min-height: 300px;
    }
.gallery_box_img a {
    display: block;
    height: auto;
    max-height: unset;
    min-height: unset;
}
  .ftr-top {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 20px 20px;
  }

  /* header.fixed {
    position: fixed;
    z-index: 999999999999999999;
  } */
  header.show .menu {
    right: 0;
	z-index:9;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -150%;
    width: 350px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
  }

  .menu ul {
    flex-direction: column;
    margin-top: 100px !important;
  }

  header nav .menu ul li {
    width: 100%;
  }

  header nav .menu ul li a {
    width: 100%;
    display: block;
    padding: 15px;
  }

  header nav .menu ul li:not(:last-child) {
    border-bottom: 1px solid #fff1f4;
  }

  header nav .menu ul li.active a {
    border-radius: 0;
  }

  .times {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #000;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 32px;
    border-radius: 0 0px 5px 0;
  }

  header.show .overlay {
    opacity: 1;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: rgba(0, 0, 0, 0.9);
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.9s ease-in-out;
  }

  .bars {
    min-width: 45px;
    height: 45px;
    background: #14183e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 30px;
    color: #fff;
  }

  .img-wrap {
    width: 100%;
  }

  .fixed-box {
    height: 50px;
  }

  .inner-hero {
    padding: 100px 0;
  }

  .best-destination-sec-inner2 .img-wrap {
    width: 100%;
  }

  .img-wrap .img-half-circle {
    width: 350px;
  }

  .best-img2-circle {
    width: 250px;
    height: 250px;
  }

  .profile-info {
    margin-bottom: 40px;
  }

  .chat-wrapper {
    flex-direction: column;
    padding: 5px;
  }

  .chat-left {
    min-width: 100%;
  }

  .chat-list-wrapper {
    scrollbar-width: auto;
    height: auto;
    display: flex;
    overflow-x: auto;
    width: 100%;
  }

  .chat-list {
    padding: 10px 10px;
    flex-direction: column;
    border: none;
    min-width: 94px;
  }

  .chat-list:hover,
  .chat-list.active {
    border-radius: 5px;
  }

  .chat-list .chat-info {
    flex-direction: column;
    text-align: center;
  }

  .chat-list .chat-time p {
    text-align: center;
  }

  .chat-top-bar {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .chat-right {
    width: 100%;
    margin-top: 20px;
  }

  .newPost-form-section {
    padding: 50px 0px;
  }

  .newPost-form-container {
    width: 90%;
    padding: 3rem 50px;
  }

  .edit-profile-container .profile-dp {
    width: 150px;
    height: 150px;
    margin-top: -77px;
  }

  .edit-profile-container .profile-dp img {
    outline: 4.51px dashed #282632;
    outline-offset: -5px;
  }

  .create-new-questions {
    padding: 20px 0 60px;
  }
}

@media (max-width: 767px) {
  .travel-feed-row {
    margin-top: 0;
  }

  .fixed-box {
    height: 50px;
  }

  .travel-feed {
    padding: 40px 0;
  }

  .travel-feed-content {
    padding: 20px;
  }

  .accor-item .accor-top h4 {
    font-size: 18px;
    line-height: 1.2;
  }

  .faq {
    padding: 20px 0 40px;
  }

  .faq-wrap .accor-item {
    flex: 1 1 calc(100% - 10px);
    box-sizing: border-box;
  }

  .top-travelars {
    padding: 40px 0 40px;
  }

  .trending-destination {
    padding: 20px 0 60px;
  }

  .best-destination-sec-left {
    text-align: center;
  }

  .best-destination-sec-left .top-heading em {
    text-align: center;
  }

  .best-destination-sec-left .top-heading h2 {
    max-width: 100%;
    text-align: center;
  }

  .best-destination-sec-left .top-heading p {
    max-width: 100%;
    text-align: center;
  }

  .top-heading h2 {
    font-size: 26px;
  }

  .img-wrap {
    width: 350px;
  }

  .best-destination-sec {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
  }

  .my-post-feed .top-heading h2 {
    margin-bottom: 0;
  }

  .hero {
    position: relative;
    padding: 70px 0 200px;
  }

  .hero-content form {
    min-width: 480px;
  }

  .hero-content p {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
  }

  .img-wrap .img-circle {
    width: 390px;
    height: 390px;
  }

  .inner-hero {
    padding: 70px 0;
  }

  .img-wrap .img-half-circle {
    margin: 0 auto;
  }

  .best-destination-sec-inner2 .img-wrap {
    width: 350px;
    height: 420px;
  }

  .img-wrap .img-half-circle {
    height: 420px;
  }

  .best-img2-circle {
    width: 200px;
    height: 200px;
    border-width: 8px;
  }

  .compose-newcontent-sec {
    padding: 40px 0 0 0;
  }

  .compose-newcontent-left h2 {
    font-size: 26px;
  }

  .compose-newcontent-left {
    font-size: 16px;
  }

  .compose-newcontent-wrapper {
    padding: 40px 20px;
  }

  .post-details-content {
    padding: 40px 0;
  }

  .default-content h2 {
    font-size: 26px;
  }

  .default-content h3 {
    font-size: 24px;
  }

  .default-content h4 {
    font-size: 22px;
  }

  .alignleft,
  .alignright {
    float: none;
    margin: 15px auto;
  }

  .profile-sec {
    padding-top: 40px;
  }

  body.group-blog .profile-sec {
    padding-bottom: 40px;
  }

  .profile-info {
    margin-bottom: 0;
  }

  .chat-sec {
    padding: 40px 0;
  }

  .chating-main-wrapper {
    padding: 40px 15px 0;
  }

  /* ================== new post ===================== */
  .newPost-form-field label {
    margin-bottom: 0.7rem;
  }

  .share-social-white-box {
    font-size: 20px;
  }

  .edit-profile-container .profile-info,
  .repeat-questions-items {
    padding: 25px 40px;
  }

  .create-new-questions {
    padding: 60px 0 60px;
  }

  .edit-profile-container .profile-cover img {
    height: 180px;
  }

  .memberlist-grid-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575px) {
  .faq-wrap {
    margin-top: 15px;
    gap: 10px;
  }
.wp-singular.page-template-default .inner-page-content .top-heading form input {
    min-height: 30px;
    max-height: 50px;
    padding: 13px 15px;
    font-size: 16px;
}
  .accor-item .accor-btm .accor-btm-inner p {
    font-size: 16px;
    line-height: 24px;
  }
.wp-singular.page-template-default .inner-page-content .top-heading form textarea {
    padding: 13px 15px;
    font-size: 16px;
}
  .accor-item .accor-top {
    gap: 0 12px;
  }

  .accor-item .cmn {
    min-width: 30px;
    height: 30px;
  }

  .best-img2 {
    width: 120px;
    height: 150px;
  }

  .img-wrap,
  .best-destination-sec-inner2 .img-wrap {
    width: 300px;
    height: 100%;
  }

  .img-wrap .img-circle,
  .img-wrap .img-half-circle {
    width: 100%;
    height: 100%;
  }

  .hero-content form {
    min-width: 400px;
  }

  .nav-btns span {
    display: none;
  }

  .nav-btns .btnn {
    min-width: 40px;
    min-height: 40px;
  }

  .bars {
    min-width: 40px;
    height: 40px;
    font-size: 25px;
  }

  .nav-btns {
    gap: 0 5px;
  }

  .ftr-top {
    padding: 40px 20px;
    grid-template-columns: initial;
  }

  .ftr-btm {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px 0;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero {
    padding: 40px 0 150px;
  }

  .inner-hero {
    padding: 40px 0;
  }

  .best-img2-circle {
    width: 150px;
    height: 150px;
  }

  .default-content h2 {
    font-size: 24px;
  }

  .default-content h3 {
    font-size: 22px;
  }

  .default-content h4 {
    font-size: 20px;
  }

  .default-content h5 {
    font-size: 18px;
  }

  .default-content h6 {
    font-size: 17px;
  }

  .frind-chat-wrapper,
  .my-chat-wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .frind-chat-wrapper .chat-time p,
  .my-chat-wrapper .chat-time p {
    text-align: center;
  }

  .msg-info {
    padding: 15px 15px;
  }

  .user-img img {
    display: none;
  }

  .chat-info .img img,
  .chat-msg .img img {
    width: 30px;
    height: 30px;
  }

  .chat-msg {
    gap: 10px;
  }

  .chat-send-field {
    padding: 25px 15px 40px;
    gap: 0;
  }

  .input-container input[type="text"] {
    width: 140px;
  }

  .newPost-form-section {
    padding: 3rem 0px;
  }

  .btnn {
    min-width: 145px;
    min-height: 46px;
  }

  .newPost-form-container {
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .newPost-form-container form {
    gap: 25px;
  }

  .newPost-form-field label {
    line-height: 28px;
    margin-bottom: 0.5rem;
  }

  .newPost-form-field input[type="text"],
  .newPost-form-field textarea,
  .newPost-form-field input.custom-form-control,
  .newPost-form-field textarea.custom-form-control,
  .newPost-form-field select.custom-form-control {
    font-size: 16px;
    line-height: 23px;
  }

  .newPost-form-btn {
    justify-content: center;
    gap: 10px;
  }

  .share-social-white-box {
    padding: 20px 15px;
  }

  .share-social-white-box a {
    margin: 7px 8px;
  }

  .edit-profile-container .profile-info,
  .repeat-questions-items {
    padding: 25px 25px;
  }

  button.send-btn {
    padding-left: 6px;
    margin-left: 5px;
  }

  .file-preview-img img {
    width: 30px;
  }
}

@media (max-width: 480px) {
  .group-search-sec form {
    align-items: center;
    padding: 10px;
    flex-direction: column;
     border-radius: 15px;
     border: none;
}
.group-search-content .search-box {
    flex-grow: 1;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    justify-content: flex-start;
    gap: 0 10px;
    width: 90%;
    border: 1px solid #fd3355;
    border-radius: 5px;
    padding: 4px;
    margin-bottom: 10px;
}
}
@media (max-width: 420px) {
  .logo img {
    max-width: 140px;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -150%;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
  }

  .hero-content form {
    min-width: 340px;
  }

  .hero-content form .hero-dropdown {
    padding-left: 15px;
    width: 60%;
  }

  .search-top-travelers .col-6 {
    width: 100% !important;
  }

  .chat-send-field {
    padding: 25px 0 40px;
    gap: 0;
  }

  .input-container {
    padding: 8px 8px;
  }

  .after-login-profile {
    gap: 5px;
  }

  .after-login-profile .img img {
    width: 30px;
    height: 30px;
  }

  .profile-name {
    font-size: 12px;
  }

  .btnn {
    min-width: 135px;
    min-height: 46px;
  }

  .newPost-form-field input[type="text"],
  .newPost-form-field input.custom-form-control,
  .newPost-form-field select.custom-form-control {
    padding: 13px 15px;
  }
}

@media (max-width: 360px) {
  .hero-content form {
    min-width: 300px;
  }

  .hero-content form .hero-dropdown {
    padding-left: 15px;
    width: 80%;
  }

  .btnn {
    min-width: 120px;
    min-height: 46px;
  }
}