.row{
    align-items: center;
}
.top_header{
    background-color: #ffcc10;
    padding: 7px 0;
}
.top_header .row{
    align-items: center;
}
.top_header h4{
    font-family: suse;
    font-weight: 700;
    font-size: 14px;
    color: #090021;
    /* text-transform: uppercase; */
    letter-spacing: 0.8px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 5px;
}
.top_header a i{
    background-color: #f7f7f7;
    color: #333;
    padding: 4px;
    font-size: 12px;
    margin: auto 5px;
    border-radius: 2px;
}
.top_header a .fa-facebook-f{
    padding: 4px 6.5px;
}
.top_header a .fa-instagram{
    padding: 4px 5.5px;
}
.top_header a .fa-twitter{
    padding: 4px 4.5px;
}
.top_header .box_rights{
    justify-content: right;
}
.top_header .box_rights p{
    color: #090021;
    font-size: 17px;
    margin-left: 15px;
    margin-bottom: 0;
}
.top_header .box_rights p a{
    color: #090021;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 0px;
    letter-spacing: 0.5px;
    font-family: suse;
}

.desk_header{
    /* background: linear-gradient(90deg, #fff7ad, #ffa9f9) !important; */
    background-color: #fff7ad;
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 99;
}
.desk_header .row{
    text-align: center;
}
.desk_header img{
    width: 270px;
}
.desk_header .navbar{
    justify-content: right;
}
.desk_header .navbar .nav_ul{
    display: flex;
    list-style-type: none;
    margin: auto 10px;
}
.desk_header .navbar .nav_ul li a{
    color: #000;
    font-size: 13.5px;
    letter-spacing: 0.5px;
    margin: auto 10px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: suse;
}
.desk_header .navbar .nav_ul li a:hover{
    color: #ffcc10;
}
.desk_header .navbar .nav_ul .dropdown .nav_drop{
    background-color: rgb(249, 242, 233);
    border: 0;
    border-radius: 0;
    padding: 0 !important;
    width: 250px;
    border-bottom: 1px solid #0000002a;
}
.desk_header .navbar .nav_ul .dropdown .nav_drop li{
    padding: 7px 10px;
    border-top: 1px solid #0000002a;
}
.desk_header .navbar .nav_ul .dropdown .nav_drop li a{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
}
.desk_header button.plan_trip{
    background-color: #ffcc10;
    color: #000;
    padding: 7px 22px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    border: 0;
    font-family: suse;
    letter-spacing: 0.5px;
    transition: transform 0.5s;
}
.desk_header button.plan_trip i{
    margin-right: 5px;
}
.desk_header button.plan_trip:hover{
    transform: scale(0.95);
}
.mobile_header,
.mobile_right_side{
    display: none;
}
@media only screen and (max-width: 1300px){
    .desk_header .navbar .nav_ul {
        display: flex;
        list-style-type: none;
        margin: auto 10px auto -20px;
    }
    .desk_header .navbar .nav_ul li a{
        font-size: 11.5px;
        margin: auto 7px;
    }
    .desk_header button.plan_trip {
        background-color: #ffcc10;
        color: #f7f7f7;
        padding: 5px 17px;
        font-weight: 400;
        font-size: 12px;
        margin-right: -50px;
    }
}
@media only screen and (max-width: 1050px){
    .desk_header{
        display: none;
    }
    .mobile_header{
        display: block;
        /* background: linear-gradient(90deg, #fff7ad, #ffa9f9) !important; */
        background-color: #fff7ad;
        padding: 10px;
        position: sticky;
        top: 0;
        z-index: 99;
    }
    .mobile_header .row{
        align-items: center;
        --bs-gutter-x: 0;
    }
    .mobile_header img{
        width: 170px;
    }
    .mobile_header .plan_trip{
        background-color: #ffcc10;
        color: #000;
        padding: 7px 22px;
        font-weight: 400;
        font-size: 13px;
        border: 0;
        margin-right: 20px;
        letter-spacing: 0.5px;
        transition: transform 0.5s;
    }
    .mobile_header .plan_trip:hover{
        transform: scale(0.95);
    }
    .mobile_header .plan_trip i{
        font-size: 12px;
        margin-right: 5px;
    }
    .mobile_header i.fa-bars {
        font-size: 22px;
        padding: 6px 9px;
        background-color: #ffcc10;
        color: #000;
    }
    .mobile_right_side{
        display: block;
        /* background: linear-gradient(290deg, #fff7ad, #ffa9f9) !important; */
        background-color: #fff7ad;
        width: 300px;
        right: -100%;
        padding: 30px;
        position: fixed;
        height: 100vh;
        top: 0;
        z-index: 9991;
        transition: right 0.3s ease;
        box-shadow: 0 0 10px #00000030;
    }
    .mobile_right_side img{
        width: 170px;
    }
    .mobile_right_side .fa-circle-xmark{
        font-size: 32px;
        color: #000;
    }
    .mobile_right_side .navbar .nav_ul{
        list-style-type: none;
        margin-left: -30px;
        margin-top: 10px;
    }
    .mobile_right_side .navbar .nav_ul li{
        padding: 7px 0;
    }
    .mobile_right_side .navbar .nav_ul li a{
        color: #000;
        font-size: 12.5px;
        letter-spacing: 1px;
        margin: auto 10px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        font-family: poppins;
    }
    .mobile_right_side .navbar .nav_ul li a:hover{
        color: #ffcc10;
    }
    .mobile_right_side .navbar .nav_ul li .nav_drop{
        background-color: transparent;
        border: 0;
        padding: 5px 0;
        position: relative;
        border-radius: 0;
    }
    .mobile_right_side .navbar .nav_ul li .nav_drop li{
        padding: 5px 0;
    }
    .mobile_right_side .navbar .nav_ul li .nav_drop li a{
        /* text-transform: capitalize; */
        padding-left: 10px;
        font-size: 11.5px;
        border-left: 1px solid #0000002a;
    }
}
@media only screen and (max-width: 600px){
    .top_header .d-flex{
        justify-content: center;
    }
    .top_header .col-md-4, 
    .top_header .col-md-8{
        text-align: center !important;
    }
    .top_header h4 {
        font-size: 12px;
        margin-top: 6px;
    }
    .top_header a i{
        font-size: 11px;
    }
    .top_header .box_rights {
        /* display: block !important; */
        text-align: center;
        margin-top: 5px;
    }
    .top_header .box_rights p i,
    .top_header .box_rights p a {
        font-size: 13px;
        font-weight: 400;
    }
    .mobile_header img {
        width: 160px;
        margin-left: -5px;
    }
    .mobile_header .plan_trip{
        margin-right: 15px;
        padding: 6px 20px 7px;
    }
    .mobile_header .plan_trip i{
        margin-right: 3px;
    }
    .mobile_header i.fa-bars {
        font-size: 22px;
        padding: 6px 9px;
    }
}


/* ===========Hero Slider======== */

.hero_slider{
    background: linear-gradient(45deg, #000000a0, #0000005c), url(../img/carback.webp);
    background-size: cover;
    background-position: center right;
    padding: 50px 0;
}
.hero_slider .car_form{
    width: 400px;
    background-color: rgba(255, 255, 255, .95);
    border-radius: 3px;
    box-shadow: 0 0 10px #00000030;
    margin-left: auto;
    margin-right: 0;
}
.hero_slider .car_form .form_header{
    background-color: #ffcc10;
    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: #ffcc10;
    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: 400;
    text-shadow: 0 0 10px #00000075;
    line-height: 1em;
}
.hero_slider .content_section h4 span{
    font-weight: 800;
    font-size: 45px;
    color: #ffcc10;
}
.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: #ffcc10;
    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: #ffcc10;
    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: 400px;
        background: linear-gradient(90deg, #000000a7, #0000007d), url(../img/carback.webp);
        background-size: cover;
        background-position: center right;
    }
    .hero_slider .car_form {
        width: 90%;
        margin: 90px auto 30px;
    }
    .hero_slider .content_section p{
        color: #fff;
        font-size: 15px;
        text-shadow: 0 0 2px #000000ae;
    }
    .hero_slider .car_form .form_header h3{
        font-size: 17px;
    }
}

.car_rental_services{
    margin: 50px auto;
}
.car_rental_services h4{
    color: #333;
    font-size: 15.5px;
    font-family: lato;
    font-weight: 800;
}
.car_rental_services h5{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: suse;
}
.car_rental_services h5 span{
    background-color: #ffcc10;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 600;
}
.car_rental_services h3{
    color: #333;
    font-family: SUSE;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0;
}
.car_rental_services p{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: suse;
    margin-bottom: 15px;
}
.car_rental_services h6 span{
    font-size: 14px;
    background-color: #ffcc10;
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: 600;
    color: #333;
    font-family: suse;
}
.car_rental_services .our_cars .car_box{
    box-shadow: 0 0 10px #00000020;
    padding: 5px;
    border-radius: 10px;
    /* background-color: #f4f4f4; */
}
.car_rental_services .our_cars .car_box img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000010;
    height: 240px;
    object-fit: cover;
}
.car_rental_services .our_cars .car_box h3{
    color: #eebb02;
    font-size: 23px;
    font-weight: 700;
    font-family: suse;
    padding-top: 15px;
}
.car_rental_services .our_cars .car_box h4{
    font-size: 13px;
    font-family: suse;
    font-weight: 500;
    color: #979797;
    margin-bottom: 5px;
}
.car_rental_services .our_cars .car_box .location{
    font-size: 13px;
    font-family: suse;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}
.car_rental_services .our_cars .car_box .location span{
    color: #000;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 11.5px;
    text-transform: uppercase;
}
.car_rental_services .our_cars .car_box .location span i{
    color: #ff433a;
}
.car_rental_services .our_cars .car_box .icons{
    color: #1a0025;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 11.5px;
    font-family: suse;
    margin-bottom: 0;
}
.car_rental_services .our_cars .car_box .icons i{
    color: #ff433a;
    font-size: 12px;
}
.car_rental_services .our_cars .car_box .review{
    font-size: 13px;
    font-family: suse;
    font-weight: 500;
    color: #515151;
    margin-bottom: 5px;
}
.car_rental_services .our_cars .car_box .review i{
    color: goldenrod;
}
.car_rental_services .our_cars .car_box .booking_bottom hr{
    margin: 5px auto;
    border-color: #ffcc10;
    border-top: 1.5px solid #ffcc10;
    width: 95%;
}
.car_rental_services .our_cars .car_box .booking_bottom h6{
    color: #000;
    font-family: suse;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
}
.car_rental_services .our_cars .car_box .booking_bottom h6 span{
    color: #eebb02;
    font-size: 15.5px;
    font-weight: 700;
    background-color: transparent;
    letter-spacing: 0.5px;
    padding: 0;
}
.car_rental_services .our_cars .car_box .booking_bottom button{
    background-color: #ffcc10;
    padding: 8px 15px;
    border: 0;
    border-radius: 5px;
    font-weight: 500;
    font-family: suse;
    font-size: 14px;
}

.car_rental_services .car_slider .car_box  button.call{
    background-color: #ffcc10;
}
.car_rental_services .car_slider .car_box  button.whatsapp{
    background-color: #25D366	;
}
.car_rental_services .owl-carousel .owl-dots.disabled, 
.car_rental_services .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.car_rental_services .owl-carousel .owl-nav{
    position: absolute;
    top: 42%;
    width: 100%;
}
.car_rental_services .owl-carousel .owl-nav .owl-prev{
    left: -4%;
    position: absolute;
}
.car_rental_services .owl-carousel .owl-nav .owl-next{
    right: -4%;
    position: absolute;
}
.car_rental_services .owl-carousel .owl-nav button:hover{
    background: transparent !important;
}
.car_rental_services .owl-carousel .owl-nav i{
    font-size: 25px;
    background-color: #ffcc107a;
    color: #ffffff80;
    padding-top: 10px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
}
.car_rental_services .owl-carousel .owl-nav i:hover{
    color: #fff;
    background-color: #ffcc10;
}
.car_rental_services .owl-carousel .owl-dots .owl-dot span{
    background: #ffcc1062;
}
.car_rental_services .owl-carousel .owl-dots .owl-dot.active span{
    background: #ffcc10;
}
@media only screen and (max-width: 600px){
    .car_rental_services{
        margin-top: 480px;
    }
    .car_rental_services h4{
        font-size: 14px;
    }
    .car_rental_services h5 {
        font-size: 12px;
    }
    .car_rental_services h3{
        font-size: 35px;
        line-height: 1.1em;
    }
    .car_rental_services h6 span {
        font-size: 13px;
    }
    .car_rental_services .owl-carousel .owl-nav{
        top: 40%;
    }
    .car_rental_services .owl-carousel .owl-nav i {
        font-size: 20px;
        padding-top: 7.5px;
        width: 35px;
        height: 35px;
    }
    .car_rental_services .owl-carousel .owl-dots .owl-dot span{
        width: 7px;
        height: 7px;
        margin: auto 2.5px;
    }
    .car_rental_services .our_cars .car_box{
        padding: 7px;
        margin-bottom: 20px;
    }
    .car_rental_services .our_cars .car_box .content{
        padding: 10px 15px 20px;
    }
    .car_rental_services .our_cars .car_box img{
        height: auto;
    }
}

.tour_package{
    margin-top: 0px;
}
.tour_package .tour_slider .tour_box{
    box-shadow: 0 0 10px #00000020;
    margin: 5px;
    padding: 10px 10px 20px;
    background-color: rgb(255, 252, 240);
    border-radius: 10px;
}
.tour_package .tour_slider .tour_box img{
    border-radius: 10px;
}
.tour_package .tour_slider .tour_box h4{
    margin-top: 15px;
    color: #333;
    font-family: SUSE;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0px;
}
.tour_package .tour_slider .tour_box .rating i{
    color: goldenrod;
    font-size: 14.5px;
    margin: 0 2.5px 5px 0;
}
.tour_package .tour_slider .tour_box .location{
    color: #ffcc10;
    font-family: suse;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 5px 0;
    font-size: 14px;
}
.tour_package .tour_slider .tour_box .day{
    color: #333;
    font-family: suse;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 7px 0;
    font-size: 14px;
}
.tour_package .tour_slider .tour_box .day i{
    color: #ffcc10;
}
.tour_package .tour_slider .tour_box button{
    background-color: #ffcc10;
    color: #f7f7f7;
    text-transform: uppercase;
    padding: 7px 17px;
    font-weight: 700;
    font-size: 12px;
    border: 0;
    margin: 15px auto;
    border-radius: 30px;
    width: 100%;
    font-family: suse;
    letter-spacing: 0.5px;
}

.tour_package .booking_process h3{
    font-size: 22px;
    border-left: 5px solid #ff433a;
    padding-left: 5px;
    margin-bottom: 15px;
}
.booking_process .hr{
    display: flex;
}
.booking_process .hr p{
    color: #ffcc10;
    font-size: 2.8px;
    border-radius: 10px;
    background-color: #ffcc10;
    margin: 5px 5px 15px 0;
}
.tour_package .booking_process .hr p.first{
    width: 10px !important;
}
.tour_package .booking_process .hr p.second{
    width: 20px !important;
}
.tour_package .booking_process .hr p.third{
    width: 50px !important;
}
.tour_package .booking_process ol,
.tour_package .booking_process ul li,
.tour_package .booking_process ol li p{
    font-family: suse;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3em;
}
.tour_package .booking_process ul li strong,
.tour_package .booking_process ol li p strong{
    color: #ff433a;
}
.tour_package img{
    width: 100%;
}
#booking-process{
    background-color: #F8F8FF;
    padding: 70px 0 50px;
}
@media only screen and (max-width: 600px){
    .tour_package {
        margin-top: -25px;
    }
    .booking_process .hr{
        display: none;
    }
}

.gallery_sect .gallery{
    margin-top: 20px;
}
.gallery_sect .gallery img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 5px;
    box-shadow: 0 0 10px #00000020;
    border-radius: 5px;
    margin: 10px 0;
}
@media only screen and (max-width: 1050px){
    .gallery_sect .gallery img{
        height: 150px;
    }
}
@media only screen and (max-width: 600px){
    .gallery_sect .gallery img {
        height: 130px;
    }
}

.about_section{
    background-color: #F0FFF0;
    padding: 50px 0;
}
.about_section img{
    width: 100%;
}
.about_section h3{
    color: #333;
    font-family: SUSE;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.about_section h6{
    color: #ffcc10;
    font-family: SUSE;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0px;
}
.about_section p{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: suse;
    margin-bottom: 15.5px;
}
.about_section .car_box{
    border: 2px solid #ffcc10;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}
.about_section .car_box img{
    width: 60px;
}
.about_section .car_box h5{
    color: #ffcc10;
    font-family: SUSE;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 10px auto;
}

.testimonials .testi_box{
    box-shadow: 0 0 10px #00000020;
    padding: 30px;
    margin: 5px;
    border-radius: 5px;
}
.testimonials .testi_box .left_img img{
    width: 58px;
}
.testimonials .testi_box .right_context h4{
    font-size: 15px;
    font-family: suse;
    margin-bottom: 0px;
}
.testimonials .testi_box .right_context  p{
    color: #888888;
    font-size: 13px;
    font-family: suse;
    margin-bottom: 0;
}
.testimonials .testi_box .google{
    width: 30px;
}
.testimonials .testi_box .rating i{
    font-size: 14px;
    color: #ffcc10;
    margin: 5px 0;
}
.contact_section .con_box{
    box-shadow: 0 0 10px #00000020;
    padding: 0 30px 30px;
    border-radius: 5px;
}
.contact_section .con_box i{
    font-size: 22px;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: -50%;
}
.contact_section .con_box .fa-phone-office{
    background-color: #ffcc10;
}
.contact_section .con_box .fa-whatsapp{
    background-color: #25D366;
    padding: 14px 17px;
}
.contact_section .con_box .fa-envelope{
    background-color: #070c4f;
    padding: 15px 17px;
}
.contact_section .con_box .fa-location-dot{
    background-color: #ffcc10;
    padding: 14px 19px;
}
.contact_section .con_box h4{
    font-size: 17px;
    font-weight: 700;
    font-family: suse;
    margin: 10px 0 0px;
}
.contact_section .con_box a,
.contact_section .con_box p{
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: suse;
    margin-bottom: 0;
}

.contact_section .gmap iframe{
    width: 100%;
    height: 300px;
    margin: 15px auto;
}



@media only screen and (max-width: 600px){
    .about_section .car_box img {
        width: 50px;
    }
    .about_section .car_box h5{
        font-size: 12px;
        margin: 5px -10px;
    }
    .contact_section .con_box{
        margin: 10px 10px 25px;
    }
    .contact_section .gmap iframe{
        margin-top: 0px;
    }
}


.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 h1{
    font-family: suse;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 700;
}
.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;
}

.personal_car{
    background-color: #F5F5DC;
    margin: 20px auto 0;
    padding: 70px 0;
}
.personal_car .our_cars .car_box{
    background-color: #fff;
    margin: 10px 0 15px;
}
.car_rental_services  .our_cars .car_box button{
    margin-left: -10px;
}