.filter-sidebar {
    background: white;
    border-radius: 12px;
    
    border: 1px solid #E0E0E0;
}
.filter-header{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    margin:0 20px;
    padding: 1rem 0;
    justify-content: space-between;
}
.filter-header .filter-icon{
    width: 10%;
}
.filter-header .filter-icon img{
    max-width: 20px;
}
.selected-filters{
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;

}
.filter-section{
    padding: 2rem 1rem;
    border-bottom:1px solid #E0E0E0;
}
.filter-section:last-child{
    border-bottom: 0;
}
.filter-section h4{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
}
.tour-category,.select-trip{
    margin:1rem;

}
.tour-category.active{
    border: 1px solid #E0E0E0;
    border-top: 0;
    border-radius: 16px;
    padding-bottom: 10px;
}
.tour-category .tour-title,.select-trip select{
    border: 1px solid #E0E0E0;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 10px 15px;
    border-radius: 100px;
    color: #003541;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.view-all a{
    font-size: 14px;
    color: #003541;
    font-weight: 500;
    padding-left: 15px;
}
.filter-header .filter-text{
    width: 65%;
    color: #333;
    font-size: 20px;
    font-weight: 500;
}
.filter-link a{
        color: #003541;
        font-size: 14px;
        font-weight: 400;
}
.tour-options {
    padding: 1rem 0;
}
.tour-more{
    display: none;
}
.filter-section.border-bottom-0{
    padding-bottom: 0px;
}
.tour-options .radio-item{
    padding: 15px 10px;
    color: #003541;
    font-size: 14px;
    font-weight: 500;
}
.filter-selctions{
    padding: 1rem 0;
    border-bottom: 1px solid #E0E0E0;
}
.filter-options,.duration-options{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter-options .filter-btn,.duration-options .filter-btn{
    width: calc((100% - 10px) /2);
    margin-bottom: 10px;
    color: #003541;
    padding: 6px 14px;
    border: 1px solid #E0E0E0;
    border-radius: 100px;
    padding: 6px 14px;
    cursor: pointer;
    background: transparent;
}
.duration-options{
    margin-top: 1.5rem;
}   
.selected-filters .filter-tag{
    border: 1px solid #BDBDBD;
    border-radius: 100px;
    padding: 0.5rem 1rem;
    text-align: center;
    color: #003541;
    font-size: 16px;
    font-weight: 500;
    width: calc((100% - 15px) /2);
    cursor: pointer;
}
.duration-container{
    display: flex;
    justify-content: space-between;
}

.duration-container{
    display: flex;
    justify-content: space-between;
}

.filter-btn.active {
    background: #003b4a;
    color: white;
}

.date-range-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

#departure-range {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border-radius: 25px;
    border: 1px solid #ccc;
    font-size: 14px;
    background: #fff;
}

.calendar-icon {
    position: absolute;
    right: 15px;
    color: #a88c2a;
    pointer-events: none;
}

#duration-slider {
    margin: 10px 1rem 5px;
    padding: 0 4px;
    width: 60%;
    border: none;
    box-shadow: none;
    background: #b0b0b078;
    height: 4px;
}
.noUi-connect {
    background: #B4984B !important;
    height: 4px !important;
    left:0rem !important;
}
.noUi-handle.noUi-handle-upper{
    right: -13px !important;
}
.noUi-horizontal .noUi-handle {
    width: 15px !important;
    height: 15px !important;
    right: -10px !important;
    top: -6px;
    background-color: #fff;
    border: 1px solid #B4984B;
    border-radius: 100%;
}

.noUi-handle:after, .noUi-handle:before{
    display: none !important;
}
.noUi-horizontal .noUi-tooltip {
    bottom: -2rem !important;
    border: 0 !important;
    background: transparent !important;
}


.slider-values {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
    margin-top: 2rem;
}

.section-banner {
    position: relative;
}

.section-banner .banner-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.section-banner .banner-text h1 {
    font-size: 4rem;
    font-weight: 400;
}

.special-content-sec {
    padding: 3rem 4rem;
}

.special-content-container {
    display: flex;
    justify-content: space-between;
}

.special-content-container .sidebar {
    width: 25%;
}

.special-content-container .result-content {
    width: 73%;
}
.result-content .tour-results{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.result-content .tour-results .tour-card{
    width:calc((100% - 3%)/ 2);
    position: relative;
    margin-bottom: 3%;
}
.review-btn{
    margin-top: 2rem;
}
.review-btn a{
    display: block;
    max-width: 200px;
    text-align: center;
    font-size: 14px;
    color: #003541;
    padding:1rem;
    border: 1px solid #003541;
    border-radius: 40px;
    text-decoration: none;
    margin: 0 auto;
}
.review-btn a:hover{
    color: #fff;
    background-color:#003541;
}
.tour-card{
    border-radius: 12px;
    border: 1px solid #BDBDBD;
}
.tour-card .tour-image{
    height: 250px;
    overflow: hidden;
}
.tour-card .tour-image img{
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.wte-trip-facts{
    box-shadow: none;
    padding: 1rem 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.trip-facts-value li [class*=trip-facts-] .value{
    display: none;
}
.trip-facts-value {
    margin: 0;
}
.trip-facts-value li [class*=trip-facts-] {
    line-height: 1;
    width: auto;
    flex: auto;
    margin-top: 0;
}
.trip-price{
        font-size: 30px !important;
    color: #B4984B !important;
    font-weight: 500 !important;
}
.tour-card .family-tour-days{
    position: absolute;
    top:1rem;
    right: 1rem;
    color: #fff;
    display: flex;
    font-size: 14px;
}
.tour-card .family-rating-custom{
    display: flex;
    position: absolute;
    top: 13.5rem;
    left: 1rem;
    align-items: center;
}
.tour-card .reviwe-count{
    color: #fff;
    font-size: 12px;
}
.tour-card .tour-content{
    padding: 1rem;
}
.quick-btn-cl{
    background-color:#003541;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100px;
    text-decoration: none;
}
.view-tour-detail-cl{
    color: #003541;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100px;
    text-decoration: none;
    border: 1px solid #003541;
}
.starting-from-cl{
    font-size: 30px !important;
    font-weight: bold;
    color: #B4984B;
    padding: 1rem 0;
    border-top:1px solid #DDDDDD;
}
.starting-from-cl span{
    display: block;
    color: #393939;
    font-size: 14px;
    font-weight: 300;
}
.tour-card .tour-content h3{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}
.tour-card .tour-content h3 a{
    text-decoration: none;
}
.trip-facts-value{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: left;
    max-width: 600px;
    margin: auto;
}
.trip-facts-value li {
   align-items: center;
    flex: 1 1 120px;
    display: flex;
    flex-direction: row;
    text-align: center;
    min-width: auto;
    max-width: 130px;
}
.destination-wrapper .title-start-from{
    width: 60%;
}
.trip-facts-value li [class*=trip-facts-] {
    line-height: 1;
    width: auto;
    flex: auto;
    margin-top: 0;

}
.trip-facts-value .icon-holder{
    height: 30px;
    width: 30px;
    border: 1px solid #003541;
    color: #003541;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50px;
}
.trip-facts-value .icon-holder svg{
    margin-right: 0;
}
.trip-facts-value li svg{
    margin-right: 0 !important;
}
.trip-facts-value li label{
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
.destination-wrapper{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.destination-wrapper span{
    color: #807C7D;
    font-size: 14px;
}
.destination-wrapper span a{
    display: block;
    text-decoration: none;
    color: #2F80ED;
    font-size: 14px;
    display: block;
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
}
.country-hover-container {
  transition: opacity 0.4s ease, max-height 0.4s ease;
}
.destination-wrapper p{
    font-size: 14px;
    font-weight: 400;
    color: #807C7D;
}
.destination-wrapper p span{
   color: #B4984B;
}

.destination-wrapper span:hover + ..country-hover-container {
  display: block;
  max-height: 200px; /* adjust according to your content */
  padding: 10px;
}
.show-full{
    cursor: pointer;
}
.full-list {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 99;
    width: 200px;
    right: 0;
}
.tour-highlight {
    position: relative;
    padding: 1rem 0;
}
.tour-highlight > span{
    color: #27AE60;
    padding-bottom: 1rem;
    font-size: 14px;
    display: block;
}
.tour-highlight .short-text{
    color: #333;
    font-size: 14px;
}
.show-full{
    color: #2F80ED;
}
.show-full:hover + .full-list {
    display: block;
}
.btn-wrapper{
    display: flex;
}
.btn-wrapper a{
    display: block;
    padding: 1rem 1.5rem;
    width:50%;
    font-size: 1rem;
    text-align: center;
    margin-right: 1rem;
}

.faq-heading-wrapper p{
    text-align: center;
    color: #896E22;
    padding-bottom: 2rem;
    position: relative;
}
.faq-heading-wrapper p:after{
    content:"";
    height: 2px;
    width: 30px;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 48%;
}
.faq-heading-wrapper h3{
    font-size: 4rem;
    color: #333333;
    padding-top: 1rem;
    padding-bottom: 3rem;
    font-weight: 300;
    text-transform: capitalize;
}

.faq-section .accordion-item{
    margin-bottom: 2rem;
    border:none;
    border-radius: 0px;
    background: #F9F4E7;
}

.faq-section .accordion-button{
    border-radius: 10px;
    font-size: 1.1rem;
}
.faq-section .accordion-button:not(.collapsed){
    box-shadow: none;
    color: #333333;
    background: transparent;
    font-weight: 600;
}
.faq-section .accordion-button:not(.collapsed)::after{
    background-image: url("../images/arrow-2.png") no-repeat !important;
}
.faq-section .accordion-button::after{
    background-image: url("../images/arrow-1.jpg") no-repeat !important;
}

.faq-section .accordion-item:first-of-type .accordion-button{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.faq-section .accordion-button:focus{
    border-color: none;
    box-shadow: none;
}
.faq-section .accordion-body p{
    font-size: 1rem;
    color: #4F4F4F;
    font-weight: 300;
}

.faq-view-btn{
    text-align: center;
    margin-top: 3rem;
}
.faq-view-btn a{
    background: #003541;
    color: #fff;
    font-size: 0.9rem;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
}


/*newsletter*/
.newsletter-section{
    position: relative;
}
.newsletter-main-container{
    /*display: flex;
    justify-content: space-between;*/
    background: #FFFAEE;
    width: 80%;
}
.newsletter-left-wrapper{
    width: 70%;
}
.newsletter-right-wrapper div img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 15%;
    right: 0;
    max-width:40%;
}
.newsletter-right-wrapper{
    width: 50%;
}
.newsletter-left-wrapper h2{
    color: #896E22;
    padding-bottom: 2rem;
    font-size: 1rem;
}
.newsletter-left-wrapper h3{
    color: #333333;
    font-weight: 300;
    font-size: 3rem;
    text-transform: uppercase;
    padding-bottom: 2rem;
}
.newsletter-form-wrapper a{
    color: #fff;
    background: #003541;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 0.9rem;
}
.newsletter-form-wrapper input{
    border-radius: 20px;
    padding: 8px;
    line-height: 1;
    width: 50%;
    background: transparent;
}
.tour_review.section-padding {
    padding: 5rem 4rem;
    background-color: #FFFAEE;
}
.tour_review .review-card {
    background-color: #fff;
    padding: 2rem;
}
.tour_review .tour-item-name {
    display: flex;
    align-items: center;
}
.tour_review .tour-item-name img {
    width: auto !important;
    margin-right: 1rem;
}
.tour_review .tour-item-name .name {
    margin-right: 2rem;
    position: relative;
}
.tour_review .tour-item-name h6 {
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 500;
}
.tour_review .review-header{
    display:flex;
    align-items: center;
}
.tour_review .review-header img{
    width: auto !important;
    margin-right: 10px;
}
.tour_review .review-author{
    padding: 0 5px;
}
.tour_review .review-date {
    margin-right: 1rem;
}
.tour_review .review-category {
    padding: 5px 10px;
    background-color: #FFFAEE;
}
.review-card .review-stars {
    display: flex;
    margin: 1.5rem 0;
    color: #E2B93B;
}
.review-content{
    margin-bottom: 1rem;
}
.review-card a {
    display: block;
    text-decoration: none;
    color: #003541;
}
.tour_review.section-padding {
    padding: 5rem 4rem;
    background-color: #FFFCF4;
}
.faq-section.section-padding{
    padding: 5rem 4rem;
}
#faq{
    margin-top: 3rem;
}
#faq .accordion-button{
    background-color: #fff;
    box-shadow: none;
    color: #000;
    display: flex;
    justify-content: space-between;
}
#faq .accordion-button p{
    margin-bottom: 0;
}
#faq .accordion-button .accordin-arrow{
    height: 40px;
    width: 40px;
    color: #003541;
    border-radius: 50%;
    background-color: #FFFAEE;
    display: flex;
    justify-content: center;
    align-items: center;
}
#faq .accordion-item{
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #E5E5E5
}
#faq .accordion-button:not(.collapsed){
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 500;
    background-color: #F9F4E7;
}
#faq .accordion-button svg.fa-chevron-down{
    display: none;
}
#faq .accordion-button:not(.collapsed) svg.fa-chevron-up{
    display: none;
}
#faq .accordion-button:not(.collapsed) svg.fa-chevron-down{
    display: block;
}
#faq .accordion-button:not(.collapsed) .accordin-arrow{
    background-color: #fff;
    color: #003541;
}
#faq .accordion-body{
    padding-top: 5px;
    font-size: 1.02rem;
    font-weight: 300;
    line-height: 1.5;
    background-color: #F9F4E7;
}
.newletter-sec .section-header p {
    font-size: 0.9rem;
    color: #896E22;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    margin-bottom: 3rem;
}
.newletter-sec .section-header p:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25px;
    bottom: -70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #333333;
}
.newletter-sec .section-header h2 {
    font-size: 3.75rem;
    font-weight: 300;
    color: #333;
     font-family: "Libre Franklin", sans-serif;
}
.newletter-sec.section-padding {
    padding: 5rem 0rem 5rem 4rem;
    background: linear-gradient(to right, #FFFAEE 85%, #fff 15%);
}
.newletter-container {
    display: flex;
    justify-content: space-between;
}
.newletter-container .newletter-box {
    width: 40%;
}
.newletter-container .newletter-img {
    width: 50%;
}
.newletter-container .customer-form p {
    display: flex;
    margin-top: 3rem;
    justify-content: space-between;
}
.newletter-container .customer-form input[type="submit"] {
    background-color: #003541;
    color: #fff;
    border: 0;
    border-radius: 40px;
    padding: 0 2rem;
    margin-left: 1rem;
    text-transform: uppercase;
    max-width: 300px;
    margin-right: 0px;
}

.newletter-container .customer-form {
    display: flex;
    margin-top: 0rem;
}

.newletter-container .section-header p:after {
    margin: 0;
}
.newletter-container .customer-form input {
    margin-right: 2rem;
    border-radius: 40px;
    padding: 1rem;
    border: 1px solid #333333;
}

.customer-form .contact-form-wrapper-spinner {
    position: absolute;
    bottom: -2rem;
}
.accordion-button:after{
    display: none;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #003541;
}
.btn-wrapper a:last-child{
    margin-right: 0;
}

.section-header p {
    font-size: 0.9rem;
    color: #896E22;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    margin-bottom: 4rem;
}
.section-header h2 {
    font-size: 3.5rem;
    font-weight: 100;
    color: #333;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

@media screen and (min-width: 320px) and (max-width: 568px) {
    .special-content-sec{
        padding: 2rem 0;
    }
    .special-content-container{
        flex-wrap: wrap;
    }
    .special-content-container .sidebar,.special-content-container .result-content{
        width: 100%;
    }
    .newsletter-main-container{
        width: 100%;
    }
    .newsletter-right-wrapper div img{
        position: static;
        max-width: 100%;
    }
    .newsletter-right-wrapper{
        width: 100%;
    }
    .newsletter-left-wrapper{
        width: 100%;
        padding: 3rem 1rem 0;
        text-align: center;
    }
    .newsletter-form-wrapper input{
        width: 100%;
        margin-bottom: 2rem;
    }
    .tour_review.section-padding,
    .faq-section.section-padding{
        padding: 2rem 0;
    }
    .tour_review .section-small-heading{
        text-align: center;
    }
    .tour_review .section-small-heading::after{
        left: 0%;
        right: 0;
        margin: 0 auto;
    }
    .tour_review .section-big-heading{
        text-align: center;
    }
    .tour_review .review-content{
        font-size: 0.9rem;
        line-height: 1.3;
    }
    .faq-heading-wrapper h3{
        font-size: 2rem;
    }
    #faq{
        margin-top: 0;
    }
    #faq .accordion-button p {
        font-size: 1rem;
        width: 90%;
    }
    .newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE ;
    }
    .newletter-sec .section-header h2{
        font-size: 2rem;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
        padding-left: 0 !important;
    }
    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }
    .newletter-container .section-header p:after{
        margin: 0 auto;
    }
    .newletter-container .customer-form p {
        flex-wrap: wrap;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        margin: 1.5rem auto;
    }
    .newletter-container .customer-form input[type="submit"] {
        margin: 1.5rem auto;
        padding: 1rem 3rem;
        max-width: 200px;
    }
    .newletter-container .newletter-box {
        padding: 2rem 1rem 0;
    }
    .newletter-sec .section-header p:after{
        display: none;
    }
    .result-content .tour-results .tour-card{
        width: 100%;
    }
    .btn-wrapper a{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }
    .tour-card .tour-content h3{
        font-size: 16px;
    }
    .destination-wrapper span a{
        font-size: 12px;
    }
    .tour-card .tour-image{
        height: 200px;
    }
    .tour-card .family-rating-custom{
            top: 10.5rem;
    }
    .filter-wrapper{
        display: none;
    }
    .special-content-container .sidebar{
        margin-bottom: 2rem;
    }
    
    .section-header h2{
        font-size: 2rem;
    }
    .filter-sidebar {
        background: white;
        border-radius: 100px;
        border: 1px solid #E0E0E0;
    }
}
@media screen and (min-width: 569px) and (max-width: 768px) { 
    .filter-sidebar {
        background: white;
        border-radius: 100px;
        border: 1px solid #E0E0E0;
    }
    .newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
        padding-left: 0 !important;
    }
    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }
    .newletter-container .newletter-box{
        padding: 2rem;
    }
    .newletter-container .section-header p:after{
        margin: 0 auto;
    }
    .special-content-sec{
        padding: 2rem 0;
    }
    .special-content-container{
        flex-wrap: wrap;
    }
    .special-content-container .sidebar,.special-content-container .result-content{
        width: 100%;
    }
    .result-content .tour-results .tour-card{
        width: calc((100% - 2% )/ 2);
    }
    .btn-wrapper a{
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tour-card .tour-content h3{
        font-size: 20px;
    }
    .destination-wrapper span a{
        font-size: 14px;
    }
    .tour-card .tour-image{
        height: 250px;
    }
    .tour-card .family-rating-custom{
            top: 13rem;
    }
    .filter-wrapper{
        display: none;
    }
    .special-content-container .sidebar{
        margin-bottom: 2rem;
    }
    .tour-card .tour-image img{
        width: 100%;
    }
    .section-header h2{
        font-size: 2.5rem;
    }
     .filter-header .filter-icon {
        width: 5%;
    }
    .filter-header .filter-text {
        width: 70%;
    }
    .filter-link{
        width: 20%;
        text-align: right;
    }
    .archive-banner-content {
        top: 56%;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) { 
    .archive-banner-heading-wrapper p{
        font-size: 1.4rem;
    }
    .newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE ;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
        padding-left: 0 !important;
    }
    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }
    .newletter-container .newletter-box{
        padding: 2rem;
    }
    .newletter-container .section-header p:after{
        margin: 0 auto;
    }
    .special-content-container{
        flex-wrap: wrap;
    }
    .special-content-container .sidebar,.special-content-container .result-content{
        width: 100%;
    }
    .special-content-sec {
        padding: 3rem 2rem;
    }
    .filter-wrapper{
        display: none;
    }
    .special-content-container .sidebar{
        margin-bottom: 2rem;
    }
    .tour-card .tour-image{
        height: 200px;
    }
    .tour-card .tour-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .btn-wrapper a:last-child{
        margin-right: 0;
    }
    .tour-card .family-rating-custom{
        top:10.5rem;
    }
    .tour-card .title-start-from{
        width: 60%;
    }
    .btn-wrapper a{
        padding: 10px;
    }
     .filter-header .filter-icon {
        width: 5%;
    }
    .filter-header .filter-text {
        width: 70%;
    }
    .filter-link{
        width: 20%;
        text-align: right;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .special-content-container{
        flex-wrap: wrap;
    }
    .special-content-container .sidebar,.special-content-container .result-content{
        width: 100%;
    }
    .special-content-sec {
        padding: 3rem 2rem;
    }
    .filter-wrapper{
        display: none;
    }
    .special-content-container .sidebar{
        margin-bottom: 2rem;
    }
    .tour-card .tour-image{
        height: 200px;
    }
    .tour-card .tour-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .btn-wrapper a:last-child{
        margin-right: 0;
    }
    .tour-card .family-rating-custom{
        top:10.5rem;
    }
    .tour-card .title-start-from{
        width: 60%;
    }
    .btn-wrapper a{
        padding: 10px;
    }
    .filter-header .filter-icon {
        width: 5%;
    }
    .filter-header .filter-text {
        width: 70%;
    }
    .filter-link{
        width: 20%;
        text-align: right;
    }
    .trip-facts-value li{
        max-width: 125px;
    }
    .archive-banner-content {
        transform: translateY(-15%);
    }
    .newletter-container .newletter-box{
        width: 45%;
    }
    .newletter-container .newletter-img{
        align-self: center;
    }

    .newletter-container .section-header h2{
        font-size: 3rem;
    }
    .section-header-container h2.section-header{
        font-size: 3rem !important;
    }
    .newletter-container .section-header h2{
        font-size: 3rem;
    }
    .newletter-container .customer-form input[type="submit"]{
        width: 150px;
    }
    .newletter-container .customer-form input.wpcf7-email{
        width: 300px;
    }
} 
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .special-content-sec {
        padding: 3rem 2rem;
    }
    .filter-options .filter-btn, .duration-options .filter-btn{
        padding: 6px;
    }
    .trip-facts-value li{
        max-width: 110px;
    }
    .newletter-container .newletter-img{
        align-self: center;
    }

    .newletter-container .section-header h2{
        font-size: 3.5rem;
    }
}