/*-----------------------------------Global-------------------------------------*/


h1 {
    font-size: 32px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    display: block;
    margin: 0;
}

h2 {
    margin-bottom: 10px;
    line-height: 30px;
    color: var(--deep-green);
}

h3 {
    margin-bottom: 20px;
    color: var(--deep-green);
}

*{
    
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: auto;
    min-height: 100%;
    background-color: #fff;
}

html,
body,
blockquote,
fieldset,
lengend,
button,
input,
textarea,
select,
code,
var,
samp,
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    /*background: #fff;*/
    -webkit-text-size-adjust: 100%;
}

/*body{height: 100vh;}*/
dl,
ol,
ul,
p {
    padding: 0px;
    margin-bottom: 0px;
}

dl,
ol,
ul {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

p {
    color: var(--mid-gray);
    font-weight: 400;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: var(--white);
    text-decoration: none;
}

/* coustom-check-box */
.container-check {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-check input:checked~.checkmark {
    background-color: var(--white);
}

.container-check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid var(--light-green);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-check input:checked~.checkmark:after {
    display: block;
}

/* coustom-check-box */
:root {
    --white: #fff;
    --deep-green: #094001;
    --light-green: #037E03;
    --light-yellow: #FFBF00;
    --deep-yellow: #BF9B30;
    --mid-gray: #7B7C7B;
    --background: #F1F1F1;
    --border-gray: #D9D9D9;
    --background-color: #F1F1F1;
}

figure {
    margin: 0;
}

.all-btn {
    display: block;
    padding: 16px 0;
    font-size: 16px;
    background: var(--light-yellow);
    color: var(--white);
    transition: 0.3s ease-in-out;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid var(--light-yellow);
    margin-top: 30px;
}

.all-btn:hover {
    background: transparent;
    color: var(--light-yellow);
    border: 1px solid var(--light-yellow);
    text-decoration: none;
}

.section-margin {
    margin: 100px 0;
}




/* Start */

@media screen and (max-width: 1920px){
    .filter .filter-tab{
        display: block;
    }
    .responsibe-btn{
        display: none;
    }
    .pull_mob_nav{
        display: none;
    }
    .nav-options .responsive-flex{
        display: flex;
    }
}

@media screen and (max-width: 1399px){
    .container{
        max-width: 95%;
    }
    .top_header .social-icon::after{
        right: -12px;
    }
}

@media screen and (max-width: 1366px){
    .about-hotel .slider-sec .span-body::after{
        width: 286px;
    }
}

@media screen and (max-width: 1199px){
    .container{
        max-width: 95%;
    }
    .login_sign_up a{
        padding: 15px 39px;
    }
}

@media only screen and (max-width: 1274px) and (min-width: 1024px){
    .booking_options .price-section a{
        padding: 15px;
    }
    .hotel-filter .main-side{
        padding: 20px;
    }
    .car_details_box ul.fare_part li .label{
        width: auto;
        margin-right: 10px;
    }
    .car_details_box .car_details h3 a{
        font-size: 20px;
    }
    .hotel-filter .main-filer-start .price-pont ul li input{
        width: 100%;
    }
    .hotel-filter .main-filer-start ul li{
        flex-grow: 1;
    }
    .top_header .social-icon::after{
        right: -15px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1024px){
    .nav_start .nav-options .nav-list ul{
        gap: 20px;
    }
    .nav-options .responsive-flex{
        gap: 30px;
    }
    .nav_start .logo_main img{
        width: 210px;
    }
    .filter_area .form_sec .heading label{
        font-size: 14px;
    }
    .subscribe .col-lg-4{
        width: 45%;
    }
    .top_header ul li{
        flex-shrink: 0;
    }
    .top_header .social-icon::after{
        right: -27px;
    }
    .nav_start .nav-options .nav-list ul li a{
        font-size: 14px;
    }
    .nav_start .nav-options .search_header input{
        width: 245px;
    }
    .top_header .login a{
        font-size: 12px;
    }
    .filter_area .form_sec input{
        width: 66%;
    }
    .date_holder .form_b{
        width: 100%;
    }
    .date_holder .to_b{
        width: 100%;
        margin-top: 5px;
    }
    .top_header .social-icon{
        width: 60px;
    }
    .top_header .contact-dtl{
        gap: 20px;
    }
}

@media screen and (max-width: 1024px){
    .filter .filter-tab{
        position: static;
        margin:  0 auto;
        z-index: 3;
        display: none;
    }
    .responsibe-btn{
        display: block;
    }
    .filter-tab #fast-filter .main-filter .sub-filter .content{
        content: "";
        position: absolute;
        background-image: url(../img/close-btn.png);
        right: 0;
    }
    .responsibe-btn span{
        background-image: url(../img/filter-icon.png);
        background-color: var(--light-yellow);
        position: absolute;
        right: 20px;
        top: 74px;
        height: 32px;
        display: block;
        width: 34px;
        padding: 10px;
        border-radius: 8px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .filter-tab #fast-filter .main-filter .sub-filter .content .content-sub{
        flex-direction: column;
        align-items: baseline;
    }
    .filter-tab #fast-filter .main-filter .sub-filter .content .accordion-item::after{
        display: none;
    }
    .green-base ul{
        flex-direction: column;
    }
    .company{
        flex-wrap: wrap;
    }
    .footer-start .down-menu .sec-side{
        flex: 0 0 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .section-margin{
        margin: 60px 0;
    }
    .nav_start .logo_main img{
        width: 180px;
    }
    .nav_start{
        padding: 20px 0;
    }
    .filter-tab #fast-filter .main-filter .sub-filter .filter-tab-main{
        position: static;
        width: 100%;
        transform: none;

    }
    .filter-tab #fast-filter .main-filter .sub-filter .filter-tab-main a{
        border-radius: 0;
        width: 100%;
        display: block;
        border: 1px solid var(--border-gray);
    }
    .filter-tab #fast-filter .main-filter .close-btn::after{
        content: "";
        background-image: url(../img/close-btn.png);
        background-color: var(--light-yellow);
        position: absolute;
        right: 12px;
        top: 8px;
        height: 32px;
        width: 34px;
        padding: 10px;
        border-radius: 8px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .filter-tab #fast-filter .main-filter .sub-filter .content{
        display: none;
        border-radius: 0;
        box-shadow: none;
    }
    .filter-tab #fast-filter .main-filter .sub-filter .content.active{
       
    }
    .filter-tab #fast-filter .main-filter{
        position: fixed;
        top: 20px;
        width: 85%;
        height: 90vh;
        overflow-y: scroll;
        background-color: var(--white);
        border: 1px solid var(--border-gray);
        z-index: 3;
        left: 0;
        right: 0;
        padding: 50px;
        margin: 0 auto;
    }
    .filter-tab #fast-filter .main-filter .sub-filter .content .last-line::after{
        display: none;
    }
    .top_header a{
        font-size: 12px;
    }
    .top_header .login li.upper-tab-select-box .form-select{
        font-size: 12px;
    }

}
@media screen and (max-width: 1001px){
    .login_sign_up a{
        padding: 15px 19px;
    }
    .login_sign_up .row .col-md-6:nth-child(1) h3{
        font-size: 20px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 992px){
    .top_header .social-icon{
        width: 74px;
    }
    .top_header .social-icon::after{
        top: -7px;
    }
    .top_header .last-id ul li::after{
        top: -6px;
        height: 26px;
    }
    .nav_start .nav-options .nav-list ul{
        gap: 20px;
    }
    .nav_start .nav-options .nav-list ul li a{
        font-size: 14px;
    }
    .nav_start .nav-options .search_header input{
        width: 225px;
    }
    .nav-options .responsive-flex{
        gap: 30px;
    }
    .top_header .login a{
        font-size: 14px;
    }
    .filter_area .form_sec .heading label{
        font-size: 12px;
    }
    .filter_area .form_sec select{
        font-size: 12px;
    }
    .date_holder .form_b{
        width: 100%;
    }
    .date_holder .to_b{
        width: 100%;
        margin-top: 5px;
    }
    .rooms_actions .caption{
        font-size: 11px;
    }
    .all_rooms_guests .guests_holder .each_cat_guest label{
        width: 65px;
    }
    .all_rooms_guests .guests_holder .each_cat_guest .count_box .control input{
        width: 40px;
    }
    .filter_area.active{
        padding: 0;
    }
    .explore_africa .img-sec ul{
        gap: 20px;
    }
    .latest_events .img-sec ul{
        gap: 20px;
    }
    .explore-cars .img-sec ul{
        gap: 20px;
    }
    .subscribe .col-lg-4{
        width: 45%;
    }
    .hotel-filter .main-filer-start .price-pont ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .hotel-filter .main-filer-start .price-pont ul li input{
        width: 100%;
    }
    .hotel-filter .main-filer-start .price-pont ul li button{
        width: 100%;
    }
    .hotel-filter .main-filer-start .container-check{
        font-size: 9px;
    }
    .booking_options .price-section a{
        padding: 15px 14px;
    }
    .tips .main-content .tips-content{
        padding: 20px 13px;
        min-height: 230px;
    }
    .hotel-filter .main-side{
        padding: 20px;
    }
    .about_body_content_design .text_holder .text{
        padding: 30px 37px 30px 30px;
    }
    .hotel-filter .main-filer-start .locality .accordion-item .accordion-contant ul li span{
        margin-right: 10px;
    }
    .hotel-filter .main-filer-start .locality .accordion-item .accordion-contant ul{
        padding: 16px;
    }
    .hotel-filter .main-filer-start .span-text{
        font-size: 16px;
    }
    .hotel-filter .main-filer-start h4{
        font-size: 22px;
    }
    .hotel-filter .main-filer-start ul li:last-child{
        width: 100%;
    }
    .filter_area .form_sec .heading .icon{
        width: 15px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 1001px){
    .filter_area.active{
        padding: 12px;
    }
}

@media screen and (max-width: 991px){
    .nav_start .nav-options{
        display: none;
    }
    .pull_mob_nav{
        display: block;
        width: 55px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 4px;
        bottom: 0;
        margin: auto;
        z-index: 2;
        background-color: var(--deep-yellow);
        text-align: center;
        text-transform: uppercase;
        line-height: 40px;
        color: var(--white);
        letter-spacing: 2px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 600;
        margin-top: 20px;
    }
    .nav-options .responsive-flex{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 30px;
        align-items: self-start;
        padding-left: 20px;
    }
    .nav_start .nav-options .nav-list{
        justify-content: start;
    }
    .nav_start .nav-options .nav-list ul{
        display: flex;
        align-items: self-start;
        gap: 30px;
        flex-direction: column;
        padding-top: 30px;
    }
    .nav_start .nav-options .search_header input{
        width: 100%;
    }
    .nav_start .nav-options{
        position: fixed;
        z-index: 5;
        background-color: white;
        width: 250px;
        left: 0;
        top: 0;
        height: 100%;
        margin-top: 0;
    }
    .about-company .sec-row h3{
        margin-top: 30px;
    }
    .reverce{
        flex-direction: column-reverse;
    }
    .about-company ul{
        margin-bottom: 30px;
    }
    .footer-start .down-menu h4 {
        margin-top: 20px;
    }
    .car_details_box .image_box{
        margin-bottom: 20px;
    }
    .hotel-filter .main-side{
        margin-top: 20px;
    }
    .hotel-filter .main-filer-start{
        margin-bottom: 20px;
    }
    .container-check{
        padding-left: 28px;
    }
    .hotel-filter .main-filer-start .container-check{
        font-size: 14px;
    }
    .footer-down-text{
        text-align: center;
    }
    .footer-start .card-icon{
        margin: auto;
    }
    .footer-start{
        padding: 0px 0 6px 0;
    }
    .footer-start .extra-line{
        margin: 20px 0;
    }
    .filter_area.active{
        padding: 0;
    }
    .selfcar_filter .form_sec{
        padding-left: 0;
    }
    .blog-details-main h2{
        font-size: 25px;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1726px){

}

@media only screen and (min-width: 1100px) and (max-width: 1500px){
    .top_header ul{
        font-size: 14px;
    }
    .contact-dtl li{
        margin-right: 0px ;
    }
    .contact-dtl li::after{
        right: -27px;
        bottom: -4px;
    }
    .social-icon li:last-child::after{
        right: -7px;
        bottom: -4px;
    }
    .top_header .last-id ul li::after{
        top: -4px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1099px){
    .top_header ul{
        font-size: 14px;
    }
    .top_header .contact-dtl li::after{
        right: -27px;
    }
    .contact-dtl li{
        margin-right: 0px ;
        margin-left: 10px;
    }
    .contact-dtl li::after{
        right: -10px;
        bottom: -4px;
    }
    .social-icon li:last-child::after{
        right: -7px;
        bottom: -4px;
    }
    .top_header .last-id ul li::after{
        top: -4px;
    }
    .nav_start .logo_main img{
        width: 180px;
    }
    .nav_start{
        padding: 20px 0;
    }
    .about-banner h1 {
        font-size: 60px;
    }
    .about-banner p {
        font-size: 30px;
    }
    .sec-side {
        margin-left: 35px;
    }
    .filter .accordion-titel span{
        font-size: 8px;
    }
    .filter-tab #fast-filter .main-filter .sub-filter .content .accordion-item .accordion-titel h5{
        font-size: 12px;
    }
    .filter-tab #fast-filter .main-filter .sub-filter .content .last-line::after{
        display: none;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1025px){
    .contact-dtl li::after{
        right: -12px;
    }
    .about_body_content_design .text_holder .text{
        padding: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .filter_area .form_sec select{
        font-size: 9px;
    }
    .date_holder .form_b{
        width: 100%;
    }
    .date_holder .to_b{
        width: 100%;
        margin-top: 3px;
    }
    .filter_area .form_sec .heading label{
        font-size: 9px;
    }
    .rooms_actions .caption{
        font-size: 8px;
    }
    .rooms_actions .icon{
        margin-top: -4px;
    }
    .filter_area .form_sec input{
        width: 97%;
    }
    /* .top_header .login li.upper-tab-select-box .form-select{
        padding: 0;
    } */
    .filter_area .form_sec .heading .icon{
        width: 12px;
        margin-right: 3px;
    }
    .filter_section_holder .curr_location{
        float: none;
    }
    .hotel-filter .main-filer-start .price-pont ul li input{
        width: 100%;
    }
    .hotel-filter .main-filer-start .price-pont ul li{
        flex-grow: 1;
    }
    .hotel-filter .main-filer-start .price-pont ul li:nth-child(2){
        justify-content: center;
    }
    .book_details_box{
        width: 712px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    .top_header ul{
        font-size: 10px;
    }
    .contact-dtl li{
        margin-right: 0px ;
        margin-left: 10px;
    }
    .top_header .contact-dtl{
        gap: 12px;
        font-size: 12px;
    }
    .contact-dtl li::after{
        right: -10px;
        bottom: -4px;
    }
    .social-icon li:last-child::after{
        right: -14px;
        bottom: -8px;
    }
    .top_header .last-id ul li::after{
        top: -4px;
    }
    .explore_africa .img-sec ul , .explore-cars .img-sec ul{
        font-size: 12px;
    }
    .explore_africa .img-sec h3 , .latest_events .img-sec h3 , .explore-cars .img-sec h3{
        font-size: 20px;
    }
    .latest_events .img-sec ul{
        font-size: 12px;
    }
    .discover_deals .gallry h3{
        font-size: 27px;
    }
    .about-company{
        margin: 30px 0;
    }
    .testimonials{
        padding: 30px 0;
    }
    .about-banner h1{
        font-size: 60px;
    }
    .about-banner p{
        font-size: 30px;
    }
    .nav_start .nav-options .nav-list{
        justify-content: center;
    }
    .top_header .social-icon{
        width: 73px;
    }
    .about_body_content_design .text_holder{
        width: 100%;
        position: static;
    }
    .about_body_content_design .text_holder .text{
        padding: 30px;
        border-radius: 0 0 12px 12px;
    }
    .about_body_content_design .img_wapper{
        width: 100%;
        float: none;
        /* margin-bottom: 20px; */
    }
    .about_body_content_design .main_wapper{
        margin: 0 20px;
        margin-bottom: 60px;
    }
    .about_body_content_design .img_wapper img{
        border-radius: 12px 12px 0 0;
    }
    .news_box_inner .text_main h3 a{
        font-size: 18px;
    }
    .news_box_inner .more_info h4{
        font-size: 16px;
    }
    .news_box_inner .more_info ul li{
        font-size: 14px;
    }
    .ui-datepicker.ui-datepicker-multi{
        width: 100% !important;
        left: 0 !important;
    }
    .event_side_coupons .text h3{
        font-size: 18px;
    }
    .event_side_coupons .text p{
        font-size: 14px;
    }
    .event_side_coupons .form-wapper-main{
        padding: 20px;
    }
    .event_side_coupons .text{
        padding: 20px;
    }
    /* .event_side_coupons .row{
        flex-direction: column;
    } */
    .event_side_coupons .col-md-9{
        padding-left: 0;
    }
    .event_side_coupons .form-wapper-main .apply{
        width: 100%;
    }
    .payment_pop_up h2{
        font-size: 22px;
    }
    .blog-details-main h2{
        font-size: 25px;
    }
}

@media only screen and (min-width: 586px) and (max-width: 767px){
    .nav_start .nav-options .nav-list ul{
        flex-direction: column;
    }
    .nav_start .nav-options .nav-list ul li , .nav_start .nav-options .nav-list ul li:last-child{
        margin-right: 0px;
    }
    .nav_start .nav-options .nav-list ul li{
        margin-bottom: 20px;
    }
    .nav-options .responsive-flex{
        display: block;
    }
    .search_header{
        display: flex;
        justify-content: start;
    }
    .nav_start .nav-options .search_header button{
        right: 26%;
    }
    .top_header ul{
        font-size: 12px;
    }
    .top_header .contact-dtl{
        position: absolute;
        gap: 10px;
        left: 43%;
        top: 61%;
        display: none;
    }
    .contact-dtl li{
        margin-right: 0px ;
        margin-left: 10px;
    }
    .contact-dtl li::after{
        right: -10px;
        bottom: 7px;
    }
    .social-icon li:last-child::after{
        left: 97px;
    }
    .social-icon li:last-child::after{
        right: -18px;
        bottom: -3px;
    }
    .top_header .last-id ul li::after{
        top: 0px;
    }
    .contact-dtl{
        position: absolute;
        left: 36%;
        transform: translate(-50% , -50%);
        bottom: -10px;
    }
    .contact-dtl li::after{
        height: 21px;
    }
    .top_header .login{
        position: absolute;
        top: 30%;
    }
    .top_header .last-id ul li::after{
        height: 21px;
    }
    .social-icon li:last-child::after{
        height: 21px;
    }
    .about-banner p{
        font-size: 30px;
    }
    .about-banner h1{
        font-size: 60px;
    }
    .nav_start .nav-options .nav-list{
        justify-content: start;
    }
    .nav_start .nav-options .nav-list ul{
        gap: 10px;
    }
    .nav_start .nav-options .search_header button{
        right: 30px;
    }
    .nav_start .nav-options .search_header input{
        width: 93%;
    }
    .top_header .social-icon::after{
        display: none;
    }
    .filter_area .form_sec:nth-child(-n + 2){
        margin-bottom: 20px;
    }
    .filter_area.active{
        padding: 0;
    }
    .date_holder input{
        width: 100%;
        margin-top: 5px;
    }
    .filter_area .form_sec .heading label{
        font-size: 13px;
    }
    .filter_area .form_sec .date_holder select{
        width: 100%;
        margin-top: 5px;
    }
    .filter_area .form_sec button{
        width: 100%;
        margin-top: 10px;
    }
    .hotel-filter .tips .container{
        padding-left: 0;
        padding-right: 0;
    }
    .hotel-filter .main-filer-start ul li{
        flex-grow: 1;
    }
    .hotel-filter .main-filer-start .price-pont ul li input{
        width: 100%;
    }
    .about_body_content_design .text_holder{
        width: 100%;
        position: static;
    }
    .about_body_content_design .text_holder .text{
        padding: 30px;
        border-radius: 0 0 12px 12px;
    }
    .about_body_content_design .img_wapper{
        width: 100%;
        float: none;
        /* margin-bottom: 20px; */
    }
    .about_body_content_design .main_wapper{
        margin: 0 20px;
        margin-bottom: 60px;
    }
    .about_body_content_design .img_wapper img{
        border-radius: 12px 12px 0 0;
    }
    .about-banner h1{
        font-size: 45px;
    }
    .news_box_inner .text_main h3 a{
        font-size: 19px;
    }
    .news_box_inner .more_info h4{
        font-size: 16px;
    }
    .news_box_inner .more_info ul li{
        font-size: 14px;
    }
    .about-banner p{
        font-size: 22px;
    }
    .ui-datepicker.ui-datepicker-multi{
        width: 100% !important;
        left: 0 !important;
    }
    .event_side_coupons .form-wapper-main .col-md-9{
        padding-left: 0;
    }
    .event_side_coupons .form-wapper-main .apply{
        margin-top: 10px;
        width: 100%;
    }
    .login_sign_up .row .col-md-6:nth-child(2){
        justify-content: start;
        margin-top: 10px;
    }
    .login_sign_up a{
        width: 50%;
        text-align: center;
    }
    .payment_pop_up .pop_box{
        width: 100%;
    }
    .payment_pop_up h2{
        font-size: 18px;
    }
    .payment_pop_up .pop_box input[type=submit]{
        width: 100%;
    }
    .booking_options{
        margin-top: 20px;
    }
    .filter_area .selfcar_filter .form_sec{
        border-right: 0;
    }
    .booking_details{
        width: 100%;
        overflow-x: scroll;
    }
}

@media only screen and ( max-width: 585px ){
    .footer-start .down-menu{
        text-align: center;
    }
    .footer-start .down-menu ul{
        margin:  0 auto;
    }
    .footer-start .down-menu h4{
        margin: 30px 0;
    }
    .footer-start .footer-icon{
        justify-content: center;
    }
    .footer-start .footer-down-text p{
        text-align: center;
    }
    .about-company{
        margin: 30px 0;
    }
    .testimonials{
        padding: 30px 0;
    }
    .nav_start .nav-options .nav-list ul{
        gap: 20px;
    }
    .about_body_content_design .text_holder{
        width: 100%;
        position: static;
    }
    .about_body_content_design .text_holder .text{
        padding: 20px;
        border-radius: 0 0 12px 12px;
    }
    .about_body_content_design .text_holder h2{
        font-size: 18px;
    }
    .about_body_content_design .img_wapper{
        width: 100%;
        float: none;
        /* margin-bottom: 20px; */
    }
    .about_body_content_design .main_wapper{
        margin: 0 20px;
        margin-bottom: 30px;
    }
    .about_body_content_design .img_wapper img{
        border-radius: 12px 12px 0 0;
    }
    .about-banner h1{
        font-size: 30px;
    }
    .about-banner p{
        font-size: 18px;
    }
    h2{
        font-size: 26px;
    }
    .news_box_inner .text_main h3 a{
        font-size: 18px;
    }
    .news_box_inner .more_info h4{
        font-size: 17px;
    }
    .news_box_inner .more_info ul li{
        font-size: 14px;
    }
    .hotel-filter .main-filer-start ul li{
        flex: 1 0 100%;
    }
    .hotel-filter .main-filer-start .price-pont ul li input{
        width: 100%;
    }
    .hotel-filter .main-filer-start .price-pont ul li button{
        width: 100%;
    }
    .hotel-filter .main-filer-start .price-pont ul li:nth-child(2){
        display: none;
    }
    .subscribe .container{
        padding: 0;
    }
    .subscribe .submit-from h3{
        font-size: 19px;
    }
    .filter_area.active{
        padding: 0;
    }
    .filter_area .form_sec{
        padding: 0;
        margin-bottom: 15px;
        border-right: 0;
    }
    .filter_area .area_content{
        padding: 10px;
    }
    .filter_area .form_sec .heading label{
        font-size: 14px;
    }
    .filter_area .form_sec input{
        width: 100%;
    }
    .filter_area .form_sec button{
        width: 100%;
        margin-top: 15px;
    }
    .filter_area .form_sec input.normal:first-child{
        margin-bottom: 5px;
    }
    .home-banner .banner-text h1{
        font-size: 40px;
    }
    .home-banner .banner-text p{
        font-size: 18px;
    }
    .explore_africa .img-sec h3{
        font-size: 19px;
    }
    .explore-cars .img-sec h3{
        font-size: 19px;
    }
    .discover_deals .gallry h3{
        font-size: 22px;
        width: 95%;
        margin: auto;
    }
    .discover_deals .gallry figcaption ul{
        gap: 20px;
    }
    .discover_deals .gallry figure{
        margin: 10px 0;
    }
    h3{
        font-size: 18px;
    }
    .tips .container{
        padding: 0;
    }
    .sing-Up.fancybox__content{
        padding: 10px;
    }
    .explore_africa .img-sec ul{
        gap: 20px;
    }
    .latest_events .img-sec h3{
        font-size: 20px;
    }
    .latest_events .img-sec ul{
        gap: 20px;
    }
    .explore-cars .img-sec ul{
        gap: 20px;
    }
    .nav_start .nav-options .search_header{
        margin-right: 20px;
    }
    .nav_start .nav-options{
        width: 206px;
    }
    .ui-datepicker.ui-datepicker-multi{
        width: 100% !important;
        left: 0 !important;
    }
    .event_side_coupons .form-wapper-main .col-md-9{
        padding-left: 0;
    }
    .event_side_coupons .form-wapper-main .apply{
        margin-top: 10px;
        width: 100%;
    }
    .login_sign_up .row .col-md-6:nth-child(2){
        justify-content: start;
        margin-top: 10px;
    }
    .login_sign_up a{
        width: 50%;
        text-align: center;
    }
    .car_mini_info ul li{
        margin-bottom: 10px;
    }
    .car_mini_info ul li:last-child{
        margin-bottom: 0;
    }
    .car_mini_info ul{
        margin-top: 20px;
    }
    .car_mini_info ul li:after{
        display: none;
    }
    .car_mini_details_box .name_rating h3{
        width: 100%;
    }
    .guest_booking_form select{
        margin-bottom: 10px;
    }
    .guest_booking_form{
        margin-bottom: 30px;
    }
    .payment_pop_up .pop_box{
        width: 100%;
    }
    .payment_pop_up h2{
        font-size: 18px;
    }
    .payment_pop_up .pop_box input[type=submit]{
        width: 100%;
    }
    .book_details_box{
        width: 680px;
    }
    /* .book_details_box td:not(.heading):first-child, .book_details_box td:not(.qr_code):first-child{
        display: block;
    } */
    .hotel-filter .main-side{
        padding: 10px;
        text-align: center;
    }
    .booking_options .price-section a{
        width: 100%;
    }
    .event_details_main .box_wapper ul{
        gap: 10px;
    }
    .about_section_prop{
        padding: 17px 0;
    }
    .filter_area .selfcar_filter .form_sec{
        border-right: 0;
    }
    .booking_details{
        width: 100%;
        overflow-x: scroll;
    }
} 

@media screen and (min-width: 320px) and (max-width: 585px) {
    .filter-tab .upper-tab{
        flex-direction: column;
    }
    .filter-tab .upper-tab .accordion-item{
        border-radius: 0;
    }
    .filter .down-tab{
        width: 100%;
        position: absolute;
        border-radius: 0;
        border: 1px solid var(--border-gray);
        left: 50%;
        transform: translateX(-50%);
        max-width: 100%;
    }
    .filter .filter-tab{
        top: 0;
    }
    .search-sec ul{
        font-size: 12px;
        margin: 10px 0;
    }
    .green-base ul li:first-child{
        margin-right: 0px;
    }
    .green-base ul{
        flex-direction: column;
    }
    .filter .row{
        width: 100%;
        margin: 0 auto;
    }
    .top_header .contact-dtl{
        display: flex;
        flex-direction: column;
        font-size: 12px;
        gap: 10px;
        display: none;
    }
    .contact-dtl li{
        margin-right: 0px
    }
    .social-icon li:last-child::after{
        display: none;
    }
    .top_header .social-icon{
        margin-bottom: 10px;
        display: none;
    }
    .top_header .login{
        font-size: 12px;
        display: flex;
        /* flex-direction: column; */
        position: absolute;
        bottom: 6px;
        left: 0px;
        margin: 0 auto;
        right: 0;
        justify-content: center;
    }
    .top_header .last-id ul li::after{
        display: none;
    }
    .nav_start .nav-options .nav-list ul li{
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .nav_start .nav-options .nav-list ul{
        flex-direction: column;
        justify-content: center;
    }
    .nav_start .nav-options .nav-list ul li:last-child{
        margin-right: 0px;
    }
    .nav-options .responsive-flex{
        justify-content: center;
        margin: 20px 0;
    }
    .explore_africa .img-sec ul , .latest_events .img-sec ul , .explore-cars .img-sec ul{
        font-size: 11px;
    }
    .subscribe .submit-from .input-group-btn button{
        min-width: 100%;
    }
    .about-banner h1{
        font-size: 40px;
    }
    .about-banner p{
        font-size: 20px;
    }
    .home-banner .banner-text p{
        font-size: 18px;
    }
    .nav_start .nav-options .search_header{
        display: flex;
        justify-content: start;
    }
    .nav-options .responsive-flex{
        flex-direction: column;
        align-items: start;
        margin: 0;
    }
}

/* filter Css */
@media only screen and (max-width: 1000px){
    .filter_section_holder{
        padding: 15px;
    }
    .filter_area{
        padding: 0;
        margin-bottom: 5px;
    }
    .filter_area .area_nav{
        position: static;
        transform: none;
        border-radius: 0;
        border: 1px solid #BF9B30;
    }
    .filter_area .area_content{
        padding: 15px;
    }
}