@media screen and (min-width: 1025px) {
  div.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 770px) {
  .single .archive-header .mobi-banner {
    display: none;
  }
  .desktop-hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 1440px) {
  .step-4::before {
    right: -130px;
  }
  .step-4::after {
    width: 130px;
    right: -130px;
    z-index: -1;
  }
  #travel-process .heading {
    right: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .step-4::before {
    right: -27%;
  }
  .step-4::after {
    right: -26%;
  }
  #travel-process .heading {
    right: 6%;
  }
}
@media only screen and (max-width: 1280px) {
  .page:not(.single) #content .archive-header {
    padding: 70px 0;
  }
  #page .archive-header .breadcrumbs,body.archive.category #page .shoptimizer-archive > .archive-header .breadcrumbs{
    margin-bottom: 16px !important;
  }
  .archive-header h1 {
    font-size: 40px;
  }
  .archive-header::after {
    width: 280px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .step-4::before {
    right: -15%;
  }
  .step-4::after {
    right: -15%;
  }
}
@media only screen and (max-width: 1024px) {
  .text-style .heading h3,
  .single-post .content-post h2,
  .single .heading h2 {
    font-size: 24px;
  }
  .single-post .content-post h3 {
    font-size: 20px;
  }
  #terms-conditions .subnav ul {
    padding: 0 25px;
  }
  .introduce .introduce-text {
    max-width: 100%;
  }
  .about-us-bg .banner-accent img {
    top: -100px;
  }
  #good-reasons .list-of-reasons {
    gap: 16px;
  }
  .single-post .archive-header h1 {
    margin-top: 60px;
  }
  .single-member .introduce .box-btn-book {
    margin-top: 16px;
  }
  #travel-process {
    position: unset;
    padding: 0 25px;
  }
  #travel-process .heading {
    position: unset;
    max-width: 100%;
  }
  #travel-process .heading h2 {
    margin-bottom: 24px;
  }
  #travel-process .list-process {
    display: block;
    height: 100%;
  }
  #travel-process .list-process .item-process::before,
  #travel-process .list-process .item-process::after {
    content: unset;
  }
  #travel-process .item-process {
    border: unset;
    border-left: 1px dashed var(--brand-pink);
    border-radius: 0;
    position: relative;
    padding: 24px 32px;
  }
  #travel-process .item-process .icon-step {
    position: absolute;
    left: -16px;
    width: 32px;
    height: 32px;
    background: var(--brand-pink);
    border-radius: 50px;
  }
  #travel-process .item-process .icon-step img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    margin: 6px auto;
  }
  .section-hot-deals {
    border-radius: 0;
  }
  .single-career .related-job {
    display: none;
  }
  .single-career .content-job .main-content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .archive-header.request-a-quote-bg::after {
    background-image: url(../images/request-bg-mb.svg) !important;
    background-size: contain !important;
    background-position: top right;
    width: 100%;
    top: 30px;
  }
  .page:not(.single) #content .archive-header.request-a-quote-bg {
    overflow: hidden;
  }
  .page-blog {
    padding: 25px 0;
  }
  form.search-post {
    max-width: 100%;
  }
  .blog-categories .nice-select.list-categories span.current {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #blog .blog-categories {
    align-items: stretch;
    flex-direction: column;
  }
  .nice-select.list-categories {
    margin-top: 8px;
    border: 1px solid #ced6ea;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    min-height: 54px;
  }
  .page-blog .list-posts {
    grid-template-columns: repeat(2, 1fr);
  }
  body:not(.error404) #page h2 {
    font-size: 24px;
  }
  .col-full .box-search {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .site-footer .col-full {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #page .archive-header .breadcrumbs{
    display: flex;
    justify-content: center;
  }
  .archive-header h1 {
    text-align: center;
  }
  .page:not(.single) #content .col-full,
  .sec-percent-deals {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-template-terms-and-conditions #page #content .col-full,
  .page-template-how-it-works #page #content .col-full,
  .page-template-about-us #page #content .col-full{
    padding-left: 0;
    padding-right: 0;
  }
  #terms-conditions .subnav {
    border-radius: unset;
  }
  #terms-conditions .subnav ul {
    padding: 0;
    gap: 24px;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  #terms-conditions .subnav {
    top: 115px;
  }
  .col-full .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  #terms-conditions .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .list-accordion {
    column-count: unset;
    margin-top: 32px;
  }
  .list-accordion .item {
    break-inside: unset;
    margin-bottom: 0;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .list-accordion .item:first-child {
    padding-top: 12px;
  }
  .list-accordion .item:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }
  .list-accordion .accordion-answer p:first-child,
  .list-accordion .accordion-answer ul:first-child {
    padding-top: 16px;
  }
  .list-accordion .accordion-question h4 {
    font-size: 18px;
    padding-right: 32px;
    margin-bottom: 0;
  }
  main .container {
    max-width: 100%;
  }
  .archive-header {
    min-height: 226px;
  }
  .archive-header > .col-full {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .single-post .archive-header > .col-full {
    position: unset;
  }
  .archive-header::after {
    width: 200px;
    top: 27px;
  }
  .archive-header.faqs-bg::after {
    background: url("./../images/faq-icon-mobi.svg");
    background-size: contain !important;
  }
  .archive-header.terms-and-conditions-bg::after {
    background: url("./../images/terms-mobi.svg");
  }
  .archive-header.testimonials-bg {
    overflow: hidden;
  }
  .archive-header.testimonials-bg::after {
    background: url("./../images/testimonials.svg");
    background-size: contain !important;
    top: 85px;
  }
  .archive-header.privacy-security-bg::after {
    background: url("./../images/lock-mobi.svg");
  }
  .archive-header.payment-guide-bg::after {
    background: url("./../images/credit-card-mobi.svg");
    background-size: contain !important;
    top: 44px;
  }
  .archive-header.travel-insurance-bg::after {
    background: url("./../images/isnsurance-mobi.svg");
  }
  .archive-header.how-it-works-bg::after {
    background: url("./../images/icon-how-it-works.svg");
    height: 200px;
  }
  #list-customers-say {
    grid-template-columns: 1fr;
  }
  #list-img-memories,
  #list-member-memories {
    grid-template-columns: repeat(2, 1fr);
  }
  #good-reasons .list-of-reasons,
  #design-tailor .container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #good-reasons .item h5 {
    font-size: 20px;
  }
  #payment-guide .list-accordion {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #privacy-security .privacy {
    padding-bottom: 60px;
  }
  #privacy-security h3,
  .list-responsible-travel .box-content h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .page:not(.single) #content .archive-header.about-us-bg {
    padding: 50px 0 0;
  }
  .list-our-experts .item-expert h6,
  .list-our-experts .item-expert p {
    text-align: center;
  }
  .list-our-experts .btn-swiper-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
  }
  .list-our-experts .swiper-button-next {
    border-radius: 0 6px 6px 6px;
  }
  .list-our-experts .swiper-button-prev {
    border-radius: 6px 6px 0 6px;
  }
  .list-our-experts .swiper-button-next:hover,
  .list-our-experts .swiper-button-prev:hover {
    background: #ef1878;
  }
  .list-our-experts .swiper-button-next::after,
  .list-our-experts .swiper-button-prev::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
  }
  .list-our-experts .swiper-button-next::after {
    background: url("./../images/arrow-right-mb.svg") center center no-repeat;
  }
  .list-our-experts .swiper-button-next:hover::after {
    background: url("./../images/arrow-right-white.svg") center center no-repeat;
  }
  .list-our-experts .swiper-button-prev::after {
    background: url("./../images/arrow-left-mb.svg") center center no-repeat;
  }
  .list-our-experts .swiper-button-prev:hover::after {
    background: url("./../images/arrow-left-white.svg") center center no-repeat;
  }
  #our-experts.container {
    margin-top: 60px;
  }
  #page .bottom-banner p {
    justify-content: center;
  }
  #page .bottom-banner p img {
    height: 16px;
    object-fit: contain;
    width: fit-content;
  }
  .single-post .info-post {
    gap: 0;
  }
  .single-post .info-post .column-right {
    display: none;
  }
  .single-post .mobi-banner img {
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 1.4;
    object-fit: cover;
  }
  .single-post .archive-header h1 {
    margin-top: 24px;
    text-align: left;
    font-size: 32px;
  }
  .single-post .archive-header {
    border-radius: 0;
  }
  .home-blog .item img,
  .page-blog .item img {
    margin-bottom: 16px;
  }
  .home-blog .list-posts {
    padding: 0 20px;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .home-blog .list-posts::-webkit-scrollbar {
    display: none;
  }
  .home-blog .list-posts .item {
    width: 282px;
  }
  .home-blog .list-posts .item h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 16px;
  }
  .single-post .content-post p,
  #design-tailor p {
    font-size: 16px;
  }
  .list-popular-post {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-hot-deals {
    padding: 32px 24px !important;
  }
  #design-tailor .container .box-design {
    border-radius: 24px 24px 0 24px;
  }
  #design-tailor .container .box-tailor {
    border-radius: 0 24px 24px 24px;
  }
  #design-tailor h2 {
    margin-bottom: 16px;
  }
  .item-process h5 {
    font-size: 18px;
  }
  #travel-process {
    margin-bottom: 60px;
  }
  #faqs-brief {
    padding: 60px 0;
  }
  #travel-process .item-process {
    padding: 16px 0 16px 32px;
  }
  .btn-see-all {
    font-size: 14px;
  }
  #faqs-brief .list-faqs {
    margin-top: 32px;
  }
  .single #content .archive-header{
    padding: 50px 0;
  }
  .single-career .row.info-post {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
    gap: 32px;
  }
  .single-career #content .breadcrumbs,
  .single-career h1 {
    text-align: left;
  }
  .single-career .row.info-post .column-left {
    padding: 0;
  }
  .mobi-hidden {
    display: none !important;
  }
  .single-career .archive-header > .col-full {
    position: unset;
  }
  .single-career .archive-header {
    min-height: unset;
  }
  .single-career h1,
  .single-career .career-share-icons {
    margin-bottom: 32px;
  }
  .single-career .career-share-icons img {
    margin-bottom: 0;
  }
  .single-career .archive-header .btn-apply {
    border: 1.5px solid var(--line);
    border-radius: 12px;
    padding: 16px 24px;
    color: var(--white);
    display: inline-block;
  }
  .single-career .info-job {
    justify-content: flex-end;
    padding: 24px 0;
  }
  .single-career .content-job {
    padding-top: 24px;
  }
  .single-career #frm-upload-cv {
    margin: 0 0 77px;
    padding: 16px;
  }
  .single-career .archive-header {
    border-bottom-left-radius: 32px;
  }
  #frm-upload-cv h4 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  #testimonials > div > section:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .single-destination .introduce .introduce-text {
    text-align: left;
  }
  .page:not(.single) #content .archive-header {
    border-bottom-left-radius: 0;
  }
  .page #content .archive-header {
    border-radius: 0;
  }
  .archive-header.terms-and-conditions-bg,
  .archive-header.privacy-security-bg,
  .archive-header.payment-guide-bg,
  .archive-header.travel-insurance-bg,
  .archive-header.career-bg {
    overflow: hidden;
  }
  #about-us #good-reasons h2 {
    text-align: left;
  }
  #expert-popup .popup-content {
    border-radius: 16px;
  }
  .list-responsible-travel .odd img {
    border-radius: 16px 16px 0 16px;
  }
  .list-responsible-travel .even img {
    border-radius: 0 16px 16px 16px;
  }
  .banner-accent img {
    border-radius: 24px 24px 24px 0;
  }
  .introduce .introduce-text h2 {
    margin-bottom: 24px;
  }
  .single.single-post h1 {
    margin-bottom: 24px;
    font-weight: 700;
  }
  .tours-home .list-hot-deal {
    padding-bottom: 52px;
  }
  .home .list-country {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 736px) {
  .about-us-bg .banner-accent {
    min-height: 185px;
  }
}
@media only screen and (max-width: 601px) {
  #content .archive-header h1 {
    font-size: 36px;
  }
  .single-post #content h1 {
    font-size: 32px;
  }
  .page:not(.single) #content .archive-header {
    padding: 52px 0;
    min-height: 176px;
  }
  .archive-header::after {
    width: 156px;
    top: 20px;
  }
  .list-faqs .faq-question h3 {
    font-size: 16px;
  }
  .list-faqs .faq-item:first-child {
    padding-top: 0;
  }
  .list-faqs .faq-item:last-child {
    padding-bottom: 0;
  }
  #list-customers-say h2,
  main h2 {
    font-size: 24px;
  }
  #list-customers-say .box-center h3 {
    font-size: 40px;
  }
  #good-reasons .item {
    position: relative;
  }
  #good-reasons .item img {
    position: absolute;
    width: 40px;
  }
  #good-reasons .item h5 {
    font-size: 18px;
    margin: 6px 0 0 56px;
  }
  #good-reasons .item p {
    margin-top: 20px;
  }
  #payment-guide .heading h2 {
    font-size: 26px;
  }
  .archive-header.payment-guide-bg::after {
    top: 62px;
  }
  #travel-insurance .travel-safety {
    margin-top: 40px;
  }
  .about-us-bg .banner-accent {
    min-height: 170px;
  }
  .banner-accent img {
    width: 100%;
    max-width: 343px;
  }
  .list-responsible-travel .box-content h3 {
    margin-bottom: 24px;
  }
  .list-responsible-travel .item:not(:last-child) {
    margin-bottom: 60px;
  }
  #expert-popup .popup-close {
    padding: 12px;
  }
  #expert-popup .popup-content {
    max-width: 90%;
  }
  #expert-popup .member-info-popup {
    position: relative;
  }
  #expert-popup .thumb {
    position: absolute;
  }
  #expert-popup #popup-name {
    margin-top: 25px;
  }
  #expert-popup #popup-name,
  #expert-popup #popup-position {
    margin-left: 116px;
  }
  #expert-popup #popup-intro {
    margin-top: 50px;
  }
  .list-responsible-travel .item {
    gap: 24px;
  }
  .bottom-banner p {
    flex-direction: column;
    gap: 0;
  }
  .single-post #content .archive-header {
    padding: 32px 0;
  }
  .single-post .content-post {
    padding: 24px 16px;
  }
  .home-blog {
    padding: 50px 0;
  }
  #design-tailor .container > div {
    padding: 24px 28px;
  }
  .single-career .main-content h3 {
    font-size: 18px;
  }
  .single-career .main-content p {
    font-size: 14px;
  }
  #frm-upload-cv .form-row {
    flex-direction: column;
  }
  #frm-upload-cv .terms-apply-group {
    flex-direction: column;
    gap: 24px;
  }
  #frm-upload-cv input {
    font-size: 14px;
  }
  #frm-upload-cv input[type="submit"],
  .single-career .row.info-post .column-right {
    width: 100%;
  }
  .single-career .archive-header .btn-apply {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  .archive-header.testimonials-bg::after {
    top: 70px;
    width: 150px;
    height: 150px;
  }
  .single-career #main .content-job h3 + p,
  .single-career #main .content-job h3 + ul {
    margin-bottom: 32px !important;
  }
  .pagination-wrapper {
    margin-top: 24px;
  }
  .single-post .next-post-info > a {
    font-size: 12px;
  }
  .single-post .next-post-info h3 a {
    font-size: 14px;
  }
  .single-post .content-post figure img {
    border-radius: 12px;
  }
  #frm-upload-cv button[type="submit"] {
    width: 100%;
  }
  #frm-upload-cv .upload-cv-btn {
    margin-bottom: 24px;
    line-height: 1;
  }
  #frm-upload-cv .form-row .half input {
    padding: 16px;
  }
  #apply-form .iti__selected-country {
    padding-left: 16px;
  }
  #apply-form .iti__selected-country-primary {
    padding: 0;
  }
  .introduce.section-bottom {
    padding-top: 24px;
  }
  .single-destination #main .some-ideas .container {
    padding: 0;
  }
  .single-destination .some-ideas .heading {
    padding: 0 16px;
  }
  .single-destination .some-ideas .list-ideas-tour .item:first-child {
    margin-left: 16px;
  }
  .single-destination .some-ideas .list-ideas-tour .item:last-child {
    margin-right: 16px;
  }
  .home-reviews .testi-item .testi-content,
  .cus-review::after {
    bottom: 4px;
  }
}
@media only screen and (max-width: 480px) {
  #list-customers-say {
    gap: 16px;
  }
  #list-customers-say .box-content .box-right {
    display: none;
  }
  .page-blog .list-posts {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .list-popular-post {
    grid-template-columns: repeat(1, 1fr);
  }
  #list-customers-say .box-content .box-center {
    flex: 1;
  }
  #testimonials h2 {
    text-align: left;
  }
  #testimonials > div > section:not(:last-of-type) {
    margin-bottom: 60px;
  }
  #good-reasons .list-of-reasons .item {
    padding: 16px;
  }
  .archive-header.testimonials-bg::after {
    width: 150px;
    right: 0;
  }
  .single-post p.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #travel-process {
    padding: 0 16px;
  }
  #travel-process .list-process {
    padding-right: 0;
  }
  .section-hot-deals {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  #list-customers-say .box-center p:first-child img {
    height: 54px;
    width: auto;
  }
  #list-customers-say .main-item .box-content {
    gap: 24px;
  }
}
@media only screen and (max-width: 414px) {
  .archive-header::after {
    width: 125px;
    top: 30px;
  }
  .archive-header.faqs-bg::after {
    top: 52px;
  }
  #expert-popup #popup-intro {
    max-height: 300px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 375px) {
  .single-post .mobi-banner img {
    height: 245px;
  }
  .list-popular-post .thumb img {
    height: 200px;
  }
  .home-reviews .testi-item .testi-content,
  .cus-review::after {
    bottom: 5px;
  }
}
