.header_sticky{
    position: sticky;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.wrapper{
    margin-left: auto;
margin-right: auto;
max-width: 1280px;
padding: 0 20px;
width: 100%;
}
.error_section{
    background: #f3f4f6;
    padding: 200px 0;
    text-align: center;
}
.error_section h1{
    font-size: 6.0rem;
    line-height: 1;
    margin-bottom: 35px;
}
.error_section p{
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.page_section_inner { min-height: 200px; margin-bottom: 5.6rem;}

.info_all_car { height: 100%; }

/* .info_all_car{     min-height: 147.172px;} */

.post_content h1{     font-size: 3.0rem;
    line-height: 3.6rem; margin-bottom: 1.6rem; font-weight: 500;}

 
.post_content h2{ font-size: 2.4rem;
    line-height: 3.2rem;     font-weight: 500; margin-top: 0.4rem;     margin-bottom: 0.8rem;}

.post_content p{ line-height: 1.625;     padding-bottom: 1.2rem;} 

.post_content ul { line-height: 1.625;     padding-bottom: 1.2rem;     padding-left: 1.8rem; list-style: disc;} 

.post_content ul li{ line-height: 1.625;   }

.list_tab_inner.active a svg .cls-1 {
    fill: #076132; 
}

.navbar_content_area{left: -2000px; transition: all 0.4s;}

.navbar-menu.active .navbar_content_area{
    width: 250px; 
    position: fixed;
    top: 0;
    left: 0px;
    height: 100vh;
    z-index: 999;
    transition: all 0.4s;
    overflow: auto;
}
.navbar-menu .navbar-backdrop{opacity: 0; transition: all 0.4s; visibility: hidden;}
.navbar-menu.active .navbar-backdrop{opacity: 0.25; transition: all 0.4s; visibility: visible;}

.all_tab_info{ width: 100%; height: 100%;}

.banner_img_mobile{ display: none;}

.faq_section .elementor-accordion-item{ margin-bottom: 3rem;}
.faq_section .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px solid #d4d4d4;
}

.page_section_inner .entry-title{ margin-bottom:2rem; }
.page_section_inner h2{ font-size: 2.4rem; margin-top: 0.4rem; margin-bottom: 0.8rem; font-weight: 500;}
.page_section_inner p{line-height: 1.625; padding-bottom: 1.2rem;}
.page_section_inner h3{ font-size: 2.2rem; margin-top: 0.4rem; margin-bottom: 0.8rem; font-weight: 500;}
.page_section_inner h4{ font-size: 2rem; margin-top: 0.4rem; margin-bottom: 0.8rem; font-weight: 500;}

.page_section_inner ul li{line-height: 1.625;}
.page_section_inner ul{ padding-bottom: 1.2rem;  padding-left: 1.8rem; list-style: disc;}

.top_header{box-shadow:rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;}
.page-id-8 .top_header{box-shadow:none;}

.top_header ul li a{ transition: .3s all ease; -webkit-transition: .3s all ease;}
.top_header ul li a:hover{color: #076132;}
.top_header ul .current-menu-item a{color: #076132;}

.desktop_booking_btn{
    display: block;
}
.mobile_booking_btn{
    display: none;
}
.mobil_call_icon{
    width: 28px;
    height: 28px;
}

.mobil_call_icon svg {
    width: 12px;
    height: 12px;
}
.car_type_box_on_hover{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.car_type_box_on_hover a:hover, .car_type_box_on_hover a:active {
    background: #f3f8fb;
}
.car_type_box_on_hover a:active{ 
    color: #e64d1e;
}
.car_type_box_on_hover a:active svg path, .car_type_box_on_hover a:active svg .cls-1{fill: #e64d1e;}

.car_circle_sec:after{
    content: '';
    background: #053149;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -68%;
    right: 0;
    z-index: -1;
    border-radius: 100%;
    box-shadow: 3px 9px 0px 0px rgb(74 150 204);
}

.cars_area_sec_bg_image{
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .cars_area_sec_bg_image::before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: url('../images/goa-beach-image-bg.webp');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    border-radius: 8px;
} */

.navbar-burger:hover svg{color: #147644;}

.heading_font{
    font-family: 'Poppins', sans-serif;
}
.font_shadow_family{
    font-family: 'Poppins', sans-serif;
}
.text_shadow_line{
    color: #076132;
}

.about_feature ul li::before {
    content: "";
    background-image:url('../images/check-white-icon.svg');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    background-color: #076132;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 100%;
}

.banner-pagination .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
    background: #fff;
    border-radius: 20px;
    margin: 0 5px !important;
    opacity: 1;
    transition: opacity .5s,background-color .5s,width .5s;
    transition-delay: .5s,.5s,0s;
}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 25px;
    transition-delay: 0s;
}
.swiper-pagination.banner-pagination{bottom: -27px; }
.swiper-pagination.testimonial-pagination{bottom: 75px; }

.testimonial-pagination .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
    background: #076132;
    border-radius: 20px;
    margin: 0 5px !important;
    opacity: 1;
    transition: opacity .5s,background-color .5s,width .5s;
    transition-delay: .5s,.5s,0s;
}
.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #076132;
    width: 25px;
    transition-delay: 0s;
}
.about_image_sec::before{
    content: '';
    position: absolute;
    top: 30px;
    left: 35px;
    border: 2px solid #076132;
    width: 70%;
    height: 100%;
    z-index: -1;
    border-radius: 4px;
}
.box-shadow-container{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.car_rental_feature_sec {
    position: relative;
    background-image: url(../images/features-background-images.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.car_rental_feature_sec::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 70%;
}



.btn_tooltip {
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    background: #fff;
    font-weight: 400;
    text-transform: none;
    padding: 8px 10px;
    border-radius: 5px;
    left: 0;
    min-width: 100%;
    line-height: 1.3;
    border: 1px solid #6b6967;
    color: #333;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}
.btn_tooltip:before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6b6967;
    top: 100%;
    left: 20px;
}
.btn_hover_text {
    display: none;
}
.btn_click_text {
    display: none;
}

.btn_with_tooltip:hover .btn_tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.btn:hover .btn_default_text {
    display: none;
}

.btn:hover .btn_hover_text {
    display: inline-block;
}

.btn.btn_clicked .btn_click_text {
    display: inline-flex;
}
.h-full-height{
    height: 100%;
}

.btn.btn_clicked .btn_hover_text, .btn.btn_clicked .btn_default_text {
    display: none;
}

.btn.btn_clicked .btn_tooltip {
    display: none;
}
.phone_icon_before_click.btnhidden{
    display: none;
}


.byte_logo{ display: inline-block; padding-left: 2px;}

.hover_sec, .hover_sec_car{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-property: all;
}

.hover_sec:hover>span{
    background: #076132;
}
.hover_sec:hover span svg path{
    fill: #fff;
}
.hover_sec_car:hover .phone_icon_before_click svg path{
    fill: #fff;
}
.btn_click_text:hover svg path{
    fill: #fff;
}
.whatsapp_btn span svg path{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-property: all;
}
.whatsapp_btn:hover span svg path{
    fill: #fff;
}
/* .xs_block_bottom_etc::before{content: '';position: absolute;background-color: #076132; bottom: 0;left: 0;right: 0;display: none;width: 100%;} */

/* .top_bg_image_block{background: url('../images/header-banner-image-desktop.webp') center no-repeat;width: 100%;padding: 60px 0 100px;display: block;background-size: cover;
    background-position: inherit;} */



.single_car_item{
    box-shadow: 0px 3px 20px #00000015;
}    
.main_car_area{
    box-shadow: 0px 7px 5px #00000005;
}
.star {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 2px;
    background: url('../images/icon-star-full.svg') no-repeat;
    vertical-align: middle;
}
.vv_view {
    display: inline-block;
    background: url('../images/angle-arrow-down.svg') no-repeat right;
    padding-right: 20px;
}
.vv_notview {
    display: none;
    background: url('../images/angle-arrow-up.svg') no-repeat right;
    padding-right: 20px;
}
.tab_inner_icon_r{    
    width: 85%;
    transform: translateX(-22px);
}
.testimonials_section{
    background: url('../images/testimonial-bg-image.webp') no-repeat center;
    background-size: cover;
}
.elementor-heading-title{ font-family: 'Poppins', sans-serif !important;}
.banner_bg_sec{background: linear-gradient(159deg, #F9F6F6 60%, #076132 48%);}

.theme_shadow{
    box-shadow: 0px 4px 4px rgba(200, 194, 194, 0.25);
}

.collap_exp_btn.active , .collap_exp_btn_less.active {
display: inline-block;
}
.collap_exp_btn , .collap_exp_btn_less{
display: none;
}


/*  */
.collap_area._expanded:after{display: none;}
.collap_content{padding: 1px 0 10px 0;}



/*  */
.collap_exp_btn::after  {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    top: 30px;
    height: 20px;
    margin: 0 auto;
    text-align: center;
    background: url('../images/read-more-icon.svg') no-repeat center;
}
.collap_exp_btn_less.active::after {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    top: 30px;
    height: 20px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/read-more-icon.svg) no-repeat center;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.main_paragraf_list .collap_content{padding: 1px 0 10px 0;}
.collap_area:after{position: absolute;left: 0;width: 100%;bottom: 0;height: 90px;max-height: 50%;content: "";display: block;background: linear-gradient(#ffffff00 0%, #ffffffc4 50%,#ffffff 100%);}
.shad_back_drop{box-shadow: rgba(0, 0, 0, 0.20) 0px 25px 17px 17px;}


/* Responsive Section  */

@media screen and (max-width: 1550px) {
    .error_section{ padding: 150px 0;}
    .about_image_sec::before{width: 73%;}
}

@media screen and (max-width: 1279px) {
    .desktop_booking_btn{
        display: none;
    }
    .mobile_booking_btn{
        display: block;
    }
    .about_image_sec::before{width: 88%;}
    .swiper-pagination.testimonial-pagination { bottom: 50px;}

}

@media screen and (max-width: 1023px) {

.footer_section{ padding-top: 50px;}

.swiper-pagination.banner-pagination { bottom: -19px; }
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; width: 20px; }
.banner-pagination .swiper-pagination-bullet{  height: 10px; width: 10px;  background: #fff;}
.about_image_sec::before{ content: unset;}
.swiper-pagination.testimonial-pagination { bottom: 35px;}
}

@media screen and (max-width: 992px) {
    .error_section { padding: 100px 0; }
    .page_section_inner .entry-title{ margin-top:3.2rem; margin-bottom: 0.8rem;}
    /* .top_bg_image_block {padding: 60px 0 60px;} */
  
}
@media screen and (max-width: 767px) {
    /* .top_bg_image_block {padding: 60px 0 60px; background: url('../images/bg_banner_mob.webp');background-position: 100% 100%;
        background-size: cover;} */



.error_section { padding: 70px 0; }
.error_section h1{ font-size: 4.0rem; margin-bottom: 20px;}
.error_section p{ font-size: 2rem;}

.post_content h1{     font-size: 2.4rem;
    line-height: 2.6rem; margin-bottom: 1.6rem;  }

.post_content h2 {
    font-size: 2.2rem;
    
}
.page_section_inner .entry-title{ margin-top:3.2rem; margin-bottom: 0.8rem;}
/* .xs_block_bottom_etc::before{display: block;height: 40%;border-radius: 50% 50% 0 0;} */

}

@media screen and (max-width: 479px){


.error_section {
    padding: 50px 0;
    }
    .page_section_inner .entry-title{ margin-top:3.2rem; margin-bottom: 0.8rem;}

    
.fillter-min-wdth {
    min-width: 29%;
}

.banner_img_mobile{ display: block;     padding: 25px 0 0px;}
.banner_img_desktop{ display: none; }
.faq_section .elementor-accordion-item{ margin-bottom: 2rem;}
.page_section_inner h2{ font-size: 2.2rem;}
.page_section_inner h3{ font-size: 2rem; }
.page_section_inner h4{ font-size: 1.8rem; }       
.swiper-pagination.testimonial-pagination { bottom: 30px;}
.swiper-pagination.banner-pagination { bottom: -11px;}

}
@media screen and (max-width: 437px){
    .mobile_banner_img{
        max-width: none;
        width:115%;
        position: relative;
        left: -10%;
    }
    .banner_section h2{
        line-height: 1;
    }
    .banner_section .cta_banner{
        top: 15%;
    }
    .swiper-pagination.banner-pagination { bottom: -28px;}
}
@media screen and (max-width: 392px){
    .mobile__btn_sec{display: block;}
    .mobile__btn_sec .bg-whatsapp_bg_hover_color{margin-bottom:2.4rem;}
}