.top_header{
    background-color: #ffcc00;
    padding: 5px 0;
    border-bottom: 1px solid #33333344;
}
.row{
    align-items: center ;
}
a:hover{
    color: #2825d3 !important;
}
.top_header p{
    color: #333;
    font-family: "SUSE", sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    margin: 0;
}
.top_header p a{
    color: #333;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    /* font-style: italic; */
}
.top_header p i{
    margin: auto 2.5px;
}
.main_header{
    background-color: #FFFAF0;
    padding: 7px 0;
    position: sticky;
    top: 0;
    z-index: 10;
}
.main_header img{
    width: 120px;
    /* padding: 10px; */
    margin-top: -5px;
    margin-bottom: -40px;
    background-color: #FFFAF0;
    border-radius: 0 0 100% 100%;
}
.main_header .navmenu a{
    color: #1f0130;
    font-family: SUSE;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15.5px;
    text-decoration: none;
    margin: auto 0 auto 15px;
}
.main_header .mobile_menu,
.mobile_sidebar{
    display: none;
}
@media only screen and (max-width: 1050px) {
    .container{
        max-width: 98% !important;
    }
    /* .main_header img {
        width: 160px;
    } */
    .top_header p{
        font-size: 12.5px;
    }
    .main_header .navmenu a{
        font-size: 13.5px;
    }
}
@media only screen and (max-width: 600px){
    .mobile_none{
        display: none !important;
    }
    .top_header .center{
        text-align: center !important;
    }
    .main_header .desktop_menu{
        display: none;
    }
    .main_header .mobile_menu,
    .mobile_sidebar{
        display: block;
    }
    .main_header img {
        width: 90px;
        margin-top: -5px;
        margin-bottom: -15px;
    }
    .main_header .mobile_menu img{
        width: 35px;
        margin-top: -20px;
    }
    .mobile_sidebar{
        position: fixed;
        top: 0;
        height: 100%;
        background-color: #ffcc10;
        padding: 30px;
        width: 80%;
        right: -100%;
        transition: right 0.3s ease-in-out;
        z-index: 11;
    }
    .mobile_sidebar img{
        width: 35px;
        margin-bottom: 15px;
    }
    .mobile_sidebar .navmenu{
        margin-top: -25px;
    }
    .mobile_sidebar .navmenu a{
        display: block;
        color: #1f0130;
        font-family: SUSE;
        font-weight: 600;
        letter-spacing: 0.5px;
        font-size: 14.5px;
        text-decoration: none;
        padding: 10px 0;
    }
}

.hero_slider{
    background: linear-gradient(45deg, #00000062, #0000009c), url(../img/background-taxi.webp);
    background-size: cover;
    background-position: center right;
    padding: 100px 0;
}
.hero_slider .car_form{
    width: 400px;
    background-color: rgba(255, 255, 255, .95);
    border-radius: 3px;
    box-shadow: 0 0 10px #00000030;
}
.hero_slider .car_form .form_header{
    background-color: #f2b915;
    border-radius: 3px 3px 50% 50%;
    padding: 20px 0 25px;
}
.hero_slider .car_form .form_header h3{
    color: #1f0130;
    font-family: SUSE;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.hero_slider .car_form .form_header p{
    color: #1f0130;
    font-family: lato;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.hero_slider .car_form .form_body{
    padding: 15px 30px 50px;
}
.hero_slider .car_form .form_body input,
.hero_slider .car_form .form_body select,
.hero_slider .car_form .form_body option{
    border-radius: 3px !important;
    font-size: 13px;
    font-family: suse;
    letter-spacing: 1px;
    color: #1f0130;
    padding: 7px 15px;
    margin: 5px 0;
}
.hero_slider .car_form .form_body button{
    margin-top: 10px;
    background-color: #f2b915;
    padding: 7px;
    width: 100%;
    border-radius: 5px;
    font-weight: 500;
    font-family: suse;
    font-size: 12px;
    border: 0;
}
.hero_slider .content_section h4{
    color: aliceblue;
    font-family: SUSE;
    font-size: 50px;
    font-weight: 800;
    text-shadow: 0 0 10px #0000004c;
    line-height: 1em;
}
.hero_slider .content_section h4 span{
    font-weight: 400;
    font-size: 45px;
}
.hero_slider .content_section p{
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 500;
    font-family: suse;
    text-shadow: 0 0 10px #000000a2;
    letter-spacing: 1px;
}
.hero_slider .content_section h5{
    color: #f2b915;
    font-family: lato;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    text-shadow: 0 0 10px #000000a2;
}
.hero_slider .content_section button{
    background-color: #f2b915;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: 500;
    font-family: suse;
    font-size: 14px;
    border: 0;
}
.hero_slider .content_section button i{
    rotate: -30deg;
    margin-right: 5px;
}
@media only screen and (max-width: 1050px){
    .hero_slider{
        padding: 50px 0;
    }
    .hero_slider .car_form{
        width: 350px;
    }
    .hero_slider .content_section h5{
        font-size: 13px;
        letter-spacing: 3px;
    }
    .hero_slider .content_section h4{
        font-size: 40px;
    }
    .hero_slider .content_section h4 span {
        font-size: 38px;
    }
    .hero_slider .content_section p{
        font-size: 14px;
    }
    .hero_slider .content_section button{
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px){
    .hero_slider{
        height: 360px;
    }
    .hero_slider .car_form {
        width: 90%;
        margin: 70px auto 30px;
    }
}

.car_rental_services{
    margin: 50px auto;
}
.car_rental_services h4{
    color: #1f0130;
    font-size: 27px;
    font-weight: 600;
    font-family: suse;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.car_rental_services h4 span{
    color: #f2b915;
}
.car_rental_services p{
    color: #1f0130;
    font-size: 13px;
    font-weight: 400;
    font-family: suse;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.hr p{
    width: 50px;
    margin: auto;
    background-color: #f2b915 !important;
    font-size: 2px !important;
    color: transparent !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
}
.car_rental_services .car_box{
    box-shadow: 0 0 10px #00000030;
    padding: 5px;
    border-radius: 15px 0px;
    text-align: center;
    background-color: #fff;
    margin: 10px auto;
}
.car_rental_services .car_box img{
    width: 100%;
    border-radius: 15px 0px;
}
.car_rental_services .car_box .con_box{
    margin: 15px auto;
    width: 98%;
}
.car_rental_services .car_box .con_box h5{
    color: #1f0130;
    font-family: SUSE;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.car_rental_services .car_box .con_box .review{
    color: #13254d;
    font-family: lato;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: none;
}
.car_rental_services .car_box .con_box .descript{
    color: #13254d;
    font-family: suse;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    margin-bottom: 20px !important;
    margin-top: -5px;
    text-transform: none;
}
.car_rental_services .car_box .con_box .review i{
    color: #f2b915;
}
.car_rental_services .car_box .con_box .feature{
    text-align: center;
}
.car_rental_services .car_box .con_box .feature p{
    color: #13254d;
    font-family: lato;
    font-weight: 600;
    font-size: 12.5px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-transform: none;
}
.car_rental_services .car_box .con_box .feature p i{
    color: #f2b915;
    font-size: 16px;
    margin: auto 1.5px;
}
.car_rental_services .car_box .btn_section{
    margin: -10px auto 20px;
}
.car_rental_services .car_box .btn_section button{
    padding: 7px;
    font-weight: 600;
    font-family: lato;
    letter-spacing: 1px;
    color: #1f0130;
    font-size: 12px;
    border: 0;
    border-radius: 30px;
    width: 100%;
    transition :transform 0.5s;
}
.car_rental_services .car_box .btn_section button:hover{
    transform: scale(0.95);
}
.car_rental_services .car_box .btn_section .whatsapp_btn{
    background-color: #25D366;
    margin-right: -10px;
}
.car_rental_services .car_box .btn_section .phone_btn{
    background-color: #f2b915;
    margin-left: -10px;
}
.car_rental_services .car_box .btn_section .phone_btn i{
    rotate: -30deg;
}

@media only screen and (max-width: 1050px){
    .car_rental_services .car_box{
        margin: 10px auto 15px;
    }
}
@media only screen and (max-width: 600px){
    .car_rental_services {
        margin: 550px auto 50px;
    }
    .car_rental_services .car_box .btn_section {
        margin: 0px auto 20px;
      }
}

.about_section {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.about_section h4{
    color: #1f0130;
    font-size: 27px;
    font-weight: 600;
    font-family: suse;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.about_section h4 span{
    color: #f2b915;
}
.about_section h6{
    color: #1f0130;
    font-family: SUSE;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.about_section p{
    color: #333;
    font-family: suse;
    font-weight: 300;
    font-size: 13.5px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    margin-bottom: 15px !important;
    text-transform: none;
}
.about_section button{
    padding: 8px 25px;
    font-weight: 600;
    font-family: lato;
    letter-spacing: 1px;
    color: #1f0130;
    font-size: 13px;
    border: 0;
    border-radius: 5px;
    transition: transform 0.5s;
    background-color: #f2b915;
}
.about_section img{
    width: 100%;
}
@media only screen and (max-width: 600px){
    .about_section p{
        font-size: 14px;
    }
    .about_section img{
        margin-top: 15px;
    }
}

.testimonials{
    padding: 70px 0;
    background-color:#E6E6FA ;
}
.testimonials h3{
    color: #1f0130;
    font-size: 27px;
    font-weight: 600;
    font-family: suse;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.testimonials h3 span{
    color: #f2b915;
}
.testimonials p{
    color: #1f0130;
    font-size: 13px;
    font-weight: 400;
    font-family: suse;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.testimonials .testi{
    margin-top: 30px;
}
.testimonials .testi .testi_box{
    background-color: #ffffff4a;
    box-shadow: 0px 0 10px #00000006;
    margin: 10px;
    padding: 50px;
    border-radius: 50px 0;
    text-align: center;
}
.testimonials .testi .testi_box img{
    width: 66px;
    height: 65px;
    margin: 0 auto 15px;
    border-radius: 100%;
}
.testimonials .testi .testi_box  p{
    text-transform: none;
    font-size: 13px;
    width: 95%;
    margin: auto;
}
.testimonials .testi .testi_box h5{
    color: #f2b915;
    font-family: lato;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-transform: none;
}
.testimonials .testi .testi_box h6{
    color: #13254d;
    font-family: lato;
    font-weight: 400;
    font-size: 11.5px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    text-transform: none;
}
.owl-theme .owl-nav{
    margin: 0 0 !important;
    position: absolute;
    top: 42%;
    width: 100%;
    margin: auto;
}
.owl-theme .owl-nav button{
    width: 30.5px;
    height: 30px;
    background-color: #f2bb1579 !important;
    margin: 0;
    border-radius: 100%;
    position: absolute;
}
.owl-theme .owl-nav button:hover{
    background-color: #f2b915 !important;
}
.owl-theme .owl-nav .owl-prev{
    left: 25px;
}
.owl-theme .owl-nav .owl-next{
    right: 25px;
}
.owl-theme .owl-nav button span{
    font-size: 30px !important;
    margin-top: -30px;
    top: -11px;
    position: relative;
    color: #333;
}
.owl-theme .owl-nav button span:hover{
    color: #1f0130;
}
.owl-theme .owl-dots span{
    margin: auto 3px !important;
    width: 15px !important;
    height: 5px !important;
    background-color: #f2bb152d !important;
}
.owl-theme .owl-dots .active span{
    background-color: #f2b915 !important;
    width: 30px !important;
}
.testimonials .testi_img{
    margin-left: 30px;
}
.testimonials .testi_img img{
    width: 100%;
    background-color: #fff;
    padding: 5px;
}
.testimonials .testi_img .photo1{
    rotate: -10deg;
}
.testimonials .testi_img .photo2{
    rotate: 10deg;
}

@media only screen and (max-width: 600px){
    .testimonials .testi_img {
        margin: 40px 10px 0;
    }
    .testimonials .testi_img  .col-6{
        padding: 0;
        margin-right: 0px !important;
    }
    .testimonials .testi .testi_box h5{
        margin-top: 15px;
    }
}

.faq{
    padding: 70px 0;
    background-color: #d2e0f1;
}
.faq h3{
    color: #1f0130;
    font-size: 27px;
    font-weight: 600;
    font-family: suse;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.faq h3 span{
    color: #f2b915;
}
.faq p{
    color: #1f0130;
    font-size: 13px;
    font-weight: 400;
    font-family: suse;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.faq .faq_according .accordion-header .accordion-button{
    background-color: #f2bb15cd;
    color: #1f0130f1;
    font-family: SUSE;
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    margin-bottom: 2px;
}
.faq .faq_according .accordion-body{
    padding: 10px 20px;
    color: #333;
    font-family: suse;
    font-weight: 300;
    font-size: 13.5px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    margin-bottom: 15px !important;
    text-transform: none;
}
.car_services a{
    text-decoration: none;
}
.car_services a ul li{
    list-style-type: circle;
    color: #1f0130;
    font-size: 13px;
    font-weight: 400;
    font-family: suse;
    letter-spacing: 1px;
}

.fotter{
    background-color: #ffcc10;
    padding: 10px 0;
}
.fotter p{
    list-style-type: circle;
    color: #1f0130;
    font-size: 13px;
    font-weight: 600;
    font-family: suse;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.fotter p a{
    text-decoration: none;
    color: #1f0130;
}
.fotter p a img{
    width: 80px;
}
.footer_bottom i{
    position: fixed;
    bottom: 30px;
}
.footer_bottom .fa-whatsapp{
    background-color: #28a745;
    padding: 12px 13px 12px 15px;
    font-size: 24px;
    z-index: 99;
    border-radius: 100%;
    color: aliceblue;
    animation: wp-back 1s infinite;
}
.footer_bottom .fa-phone-volume{
    background-color: #ff433a;
    z-index: 99;
    padding: 15px;
    font-size: 18px;
    border-radius: 100%;
    color: aliceblue;
    animation: call-back 1s infinite;
    rotate: -30deg;
    margin-left: -50px !important;
}
@keyframes call-back {
    0% {
        box-shadow: 0 0 0 0 #ff433a;
    }
    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}
@keyframes wp-back {
    0% {
        box-shadow: 0 0 0 0 #28a745;
    }
    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}
@media only screen and (max-width: 1050px){
    .fotter .col-md-8{
        padding-left: 0;
    }
    .fotter p{
        font-size: 12px;
    }
}
@media only screen and (max-width: 600px){
    .car_services a ul{
        margin-bottom: 0;
    }
    .fotter,
    .fotter .col-md-8 .text-end{
        text-align: center !important;
    }
}

.policy{
    margin: 50px auto;
}
.policy p,
.policy ul li{
    list-style-type: circle;
    color: #1f0130;
    font-size: 13px;
    font-weight: 400;
    font-family: suse;
    letter-spacing: 1px;
}
.policy p{
    margin-left: 15px;
}
.policy ul {
    margin-left: 30px;
}
.policy h3,
.policy h4{
    color: #1f0130;
    font-family: SUSE;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* =========Tour Package========== */
.tour_slider_box .item{
    margin: 10px;
}
.tour_slider_box .tour_box{
    box-shadow: 0 0 10px #00000030;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    /* text-align: center; */
}
.tour_slider_box .tour_box img{
    width: 100%;
    margin-bottom: 15px;
}
.tour_slider_box .tour_box h4{
    color: #1f0130;
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-family: suse;
    letter-spacing: 1px;
    margin: 5px 10px;
}
.tour_slider_box .tour_box .rating{
    margin: 5px 10px;
}
.tour_slider_box .tour_box .rating i{
    color: #f2b915;
    font-size: 14px;
}
.tour_slider_box .tour_box .location,
.tour_slider_box .tour_box .day{
    color: #13254d;
    font-family: suse;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    margin: 10px;
    text-transform: none;
}
.tour_slider_box .tour_box .location i,
.tour_slider_box .tour_box .day i{
    color: #f2b915;
}
.tour_slider_box .tour_box .row{
    margin-left: 0 !important;
}
.tour_slider_box .tour_box h6{
    color: #13254d;
    font-family: suse;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
}
.tour_slider_box .tour_box h6 i{
    color: #f2b915;
}
.tour_slider_box .tour_box button{
    padding: 7px;
    font-weight: 600;
    font-family: lato;
    letter-spacing: 1px;
    color: #1f0130;
    font-size: 12px;
    border: 0;
    border-radius: 30px;
    width: 90%;
    transition: transform 0.5s;
    margin: 10px 5% 15px; 
    text-align: center;
    background-color: #ffcc00;
}
.tour_slider_box .tour_box button:hover{
    transform: scale(0.96);
}