.row{
    align-items: center;
}
a:hover{
    color: #ffcc10 !important;
}
@media only screen and (max-width: 1050px){
    .container{
        max-width: 100%;
    }
}
.top_header{
    background-color: #1e2472;
    padding: 7px 0;
}
.top_header .row{
    align-items: center;
}
.top_header p{
    margin-right: 10px;
}
.top_header p,
.top_header p a{
    font-family: suse;
    font-weight: 300;
    font-size: 14px;
    color: #f7f7f7;
    letter-spacing: 0.8px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 5px;
    text-decoration: none;
}
.top_header h4{
    font-family: suse;
    font-weight: 400;
    font-size: 14px;
    color: #f7f7f7;
    /* text-transform: uppercase; */
    letter-spacing: 0.8px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 5px;
}
.top_header a i{
    color: #f7f7f7;
    font-size: 14px;
    margin: auto 7px;
    border-radius: 2px;
}
.top_header a i:hover{
    color: #ffcc10;
}
.top_header a .fa-whatsapp{
    font-size: 15px;
}
.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;
}
.top_header .top_flex{
    display: flex;
}

.desk_header{
    /* background: linear-gradient(90deg, #fff7ad, #ffa9f9) !important; */
    background-color: #f9bb00;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 99;
}
.desk_header .row{
    text-align: center;
}
.desk_header img{
    width: 250px;
}
.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: 15px;
    letter-spacing: 0.5px;
    margin: auto 0 auto 20px;
    font-weight: 600;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-family: suse;
}
.desk_header .navbar .nav_ul li a:hover{
    color: #ff6600;
}
.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: #ff6600;
    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 0 auto 14px;
    }
    .desk_header button.plan_trip {
        background-color: #ff6600;
        color: #f7f7f7;
        padding: 5px 17px;
        font-weight: 400;
        font-size: 12px;
        margin-right: -50px;
    }
}
@media only screen and (max-width: 1050px){
    .top_header .container{
        max-width: 100%;
        margin: auto;
    }
    .desk_header{
        display: none;
    }
    .mobile_header{
        display: block;
        /* background: linear-gradient(90deg, #fff7ad, #ffa9f9) !important; */
        background-color: #f9bb00;
        padding: 10px 10px;
        position: sticky;
        top: 0;
        z-index: 99;
    }
    .mobile_header .row{
        align-items: center;
        --bs-gutter-x: 0;
    }
    .mobile_header img{
        width: 200px;
    }
    .mobile_header .plan_trip{
        background-color: #ff6600;
        color: #f7f7f7;
        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: #070c4f;
        color: #f7f7f7;
    }
    .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: 185px;
    }
    .mobile_right_side .fa-circle-xmark{
        font-size: 32px;
        color: #070c4f;
        margin-top: 5px;
    }
    .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: 13.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: #ff6600;
    }
    .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 .top_flex {
        display: block;
        text-align: center;
    }
    .top_header h4 {
        font-size: 14px;
        margin-top: 6px;
    }
    .top_header a i{
        font-size: 11px;
    }
    .top_header .box_rights {
        display: none !important;
    }
    .top_header .box_rights p i,
    .top_header .box_rights p a {
        font-size: 14px;
        font-weight: 400;
    }
    .mobile_header img {
        width: 185px;
        padding: 5px 0;
    }
    .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======== */
.slider_home .first_slide{
    background: linear-gradient(45deg, #0000008e, #0000000d), url(../img/car_slider.webp);
    background-size: cover;
    background-position: center;
}
.slider_home .text_box{
    padding: 150px 0;
}
.slider_home h3{
    color: #f9bb00;
    font-size: 17px;
    font-family: suse;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.slider_home h2{
    color: #f7f7f7;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: suse;
    text-shadow: 0 0 10px #000;
}
.slider_home p{
    font-family: suse;
    font-weight: 400;
    font-size: 16px;
    color: #f7f7f7;
    letter-spacing: 0.8px;
    /* margin-bottom: 0; */
    text-shadow: 0 0 10px #000;
}
.slider_home button{
    padding: 8px 25px;
    background-color: #f9bb00;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.slider_home .booking_box{
    width: 400px;
    margin: auto 0 auto auto;
    background-color: #00000050;
}
.slider_home .booking_box .heading{
    background-color: #ffcc10;
    text-align: center;
}
.slider_home .booking_box .heading h3{
    color: #090021;
    font-size: 22px;
    padding: 5px;
    font-weight: 600;
    font-family: suse;
    text-transform: none;
}
.slider_home .booking_box .form_body{
    width: 95%;
    padding: 15px 30px 30px;
}
.slider_home .booking_box .form_body label{
    font-size: 15px;
    font-family: suse;
    color: #fff;
    display: block;
    margin-bottom: 3px;
    font-weight: 300;
}
.slider_home .booking_box .form_body label span{
    font-weight: 800;
    color: #ffcc10;
}
.slider_home .booking_box .form_body input,
.slider_home .booking_box .form_body select,
.slider_home .booking_box .form_body option{
    border: 0;
    border-radius: 0px;
    padding: 5px 15px;
    font-family: suse;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 7px;
}
.slider_home .booking_box .tour_fun, 
.slider_home .booking_box .car_fun{
    width: 100%;
    margin: 0;
    display: none;
}
.slider_home .booking_box .tour_fun .col-6,
.slider_home .booking_box .tour_fun .col-12,
.slider_home .booking_box .car_fun .col-6,
.slider_home .booking_box .car_fun .col-12{
    padding: 0;
}
@media only screen and (max-width: 1050px){
    .slider_home .text_box {
        padding: 80px 0;
    }
    .slider_home .booking_box{
        width: 100%;
    }
}
@media only screen and (max-width: 600px){
    .slider_home{
        margin-bottom: 330px;
        position: relative;
    }
    .slider_home .first_slide{
        height: 480px;
        background: linear-gradient(45deg, #0000008e, #0000000d), url(../img/car_slider.webp);
        background-size: cover;
        background-position: center right;
    }
    .slider_home .text_box{
        padding: 50px 0 40px;
    }
    .slider_home h3{
        font-size: 12.5px;
        font-weight: 700;
    }
    .slider_home h2{
        font-size: 40px;
        line-height: 1.2em;
    }
    .slider_home p{
        font-size: 15px;
        font-weight: 600;
    }
    .slider_home .booking_box {
        background-color: #fff;
        box-shadow: 0 0 10px #00000020;
        width: 95%;
        margin: auto;
        margin-bottom: 30px;
    }
    .slider_home .booking_box .form_body label{
        color: #000;
    }
    .slider_home .booking_box .form_body input, 
    .slider_home .booking_box .form_body select, 
    .slider_home .booking_box .form_body option{
        border: 1px solid #00000049;
    }
    .slider_home .booking_box .form_body {
        width: 100%;
    }
    .slider_home .booking_box .heading h3 {
        color: #090021;
        font-size: 18px;
        padding: 10px 0px;
        font-weight: 600;
        font-family: suse;
        text-transform: none;
    }
    .slider_home button{
        font-size: 12px;
        text-transform: uppercase;
    }
}

.our_cars{
    margin-top: 50px;
}
.text_heading h2{
    font-size: 33px;
    font-weight: 600;
    font-family: suse;
    margin-bottom: 0px;
}
.text_heading p{
    font-family: suse;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}
.text_heading .hr{
    text-align: center;
    justify-content: center;
    margin: auto auto 30px;
}
.text_heading .hr p{
    color: #f9bb00;
    font-size: 2px;
    background-color: #f9bb00;
    margin-bottom: 0;
    height: 3px;
    margin: 0 2.5px;
}
.text_heading .hr .first{
    width: 5px;
}
.text_heading .hr .second{
    width: 15px;
}
.text_heading .hr .main{
    width: 50px;
}
.our_cars .our_cars_section .car_box{
    box-shadow: 0 0 10px #00000020;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.our_cars .our_cars_section .car_box img{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ffcc10;
    margin-right: 4px;
}
.our_cars .our_cars_section .car_box h5{
    color: #f9bb00;
    font-size: 11.5px;
    text-transform: uppercase;
    font-family: suse;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.our_cars .our_cars_section .car_box h4{
    font-size: 23px;
    letter-spacing: 0.5px;
    font-family: suse;
    font-weight: 600;
    margin-bottom: 0;
}
.our_cars .our_cars_section .car_box p{
    font-family: suse;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
    color: #000000;
}
.our_cars .our_cars_section .car_box .review {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.our_cars .our_cars_section .car_box .review i{
    color: goldenrod;
}
.our_cars .our_cars_section .car_box hr{
    width: 95%;
    margin: 0px auto 10px;
    border-top: 2px solid #ffcc10;
}
.our_cars .our_cars_section .car_box .price{
    color: #9c9c9c;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 0;
}
.our_cars .our_cars_section .car_box .request{
    font-size: 13px;
    text-transform: uppercase;
    color: #00053a;
    font-weight: 700;
    margin-bottom: 0;
}
.our_cars .our_cars_section .car_box button{
    padding: 7px 15px;
    background-color: #f9bb00;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 2px;
}
.our_cars .our_cars_section .car_box button i{
    rotate: -30deg;
}
.our_cars .our_cars_section .car_box .whatsapp{
    background-color: #28a745;
    color: #fff;
    margin-right: 10px;
}
.our_cars .our_cars_section .car_box .whatsapp i{
    rotate: 0deg;
}
.our_cars .our_cars_section .owl-dots {
    bottom: 20px;
    position: relative;
    margin: 0 0 -20px !important;
}
.our_cars .our_cars_section .owl-dots .owl-dot{
    background-color: transparent;
    padding: 0;
}
.our_cars .our_cars_section .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.our_cars .our_cars_section .owl-dots .owl-dot.active span{
    background-color: #ffcc10;
}
@media only screen and (max-width: 600px){
    .our_cars .our_cars_section .car_box .content_box{
        padding: 10px;
    }
    .our_cars .our_cars_section .car_box h5{
        font-size: 12.5px;
        margin-top: 0px;
        margin-bottom: 3px;
    }
    .our_cars .our_cars_section .car_box h4{
        margin-bottom: 3px;
    }
}
.tour_package{
    margin: 30px auto;
    background: linear-gradient(#cacaca3d, #cacaca3d), url(../img/background_tour.webp);
    /* background: linear-gradient(45deg, #0000008e, #0000000d), url(../img/car_slider.webp); */
    background-size: cover;
    padding: 70px 0;
    background-position: top left;
}
.tour_package .tour_slider .tour_box{
    background-color: #fff;
    border: 0;
    padding: 5px;
    margin: 5px;
    box-shadow: 0 0 10px #00000010;
}
.tour_package .tour_slider .tour_box img{
    width: 100%;
}
.tour_package .tour_slider .tour_box .content_box{
    padding: 10px;
}
.tour_package .tour_slider .tour_box .content_box h3{
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: suse;
    font-weight: 600;
    margin-bottom: 5px;
}
.tour_package .tour_slider .tour_box .content_box p{
    font-family: suse;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}
.tour_package .tour_slider .tour_box .content_box p i{
    color: #070c4f;
    margin-left: 5px;
    margin-right: 2px;
}
.tour_package .tour_slider .tour_box .content_box button{
    width: 100%;
    border: 0;
    padding: 7px;
    font-size: 12px;
    font-family: suse;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #f7f7f7;
}
.tour_package .tour_slider .tour_box .content_box .whatsapp{
    background-color: #28a745;
} 
.tour_package .tour_slider .tour_box .content_box .callnow{
    background-color: #f9bb00;
    color: #000;
} 
.tour_package .tour_slider .tour_box .content_box .callnow i{
    rotate: -30deg;
}

.tour_package  .owl-carousel .owl-dots.disabled, 
.tour_package  .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.tour_package  .owl-carousel .owl-nav{
    position: absolute;
    top: 42%;
    width: 100%;
}
.tour_package  .owl-carousel .owl-nav .owl-prev{
    left: -4%;
    position: absolute;
}
.tour_package  .owl-carousel .owl-nav .owl-next{
    right: -4%;
    position: absolute;
}
.tour_package  .owl-carousel .owl-nav button:hover{
    background: transparent !important;
}
.tour_package  .owl-carousel .owl-nav i{
    font-size: 25px;
    background-color: #f9bb007b;
    color: #ffffff80;
    padding-top: 10px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
}
.tour_package  .owl-carousel .owl-nav i:hover{
    color: #fff;
    background-color: #f9bb00;
}
.tour_package  .owl-carousel .owl-dots .owl-dot span{
    background: #f9bb007b;
}
.tour_package  .owl-carousel .owl-dots .owl-dot.active span{
    background: #f9bb00;
}
.tour_package .tour_slider .tour_box .content_box p span{
    margin-right: 50px;
}

@media only screen and (max-width: 600px){
    .tour_package .tour_slider .tour_box .content_box h3.jalda{
        font-size: 18px;
    }
    .tour_package .tour_slider .tour_box .content_box p{
        font-size: 14px;
    }
    .tour_package .tour_slider .tour_box .content_box p span{
        margin-right: 0px;
    }
    .tour_package  .owl-carousel .owl-nav{
        top: 40%;
    }
    .tour_package  .owl-carousel .owl-nav i {
        font-size: 20px;
        padding-top: 7.5px;
        width: 35px;
        height: 35px;
    }
    .tour_package  .owl-carousel .owl-dots .owl-dot span{
        width: 8px;
        height: 8px;
        margin: auto 2.5px;
    }
    .tour_package{
        padding: 70px 0 40px;
    }
}

.popular_destination {
    margin: 50px 0;
}
.popular_destination .box{
    align-items: end;
    position: relative;
    border-radius: 10px;
    display: flex;
}
.popular_destination .box h4{
    color: #f4f4f4;
    font-weight: 600;
    padding: 15px;
    font-size: 18px;
}
.popular_destination .box h4 span{
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.popular_destination .box_long{
    height: 530px;
}
.popular_destination .box_short{
    height: 250px;
}
.popular_destination .box1{
    background: linear-gradient(180deg, #00000000, #000000a2), url(../img/rabangla.webp);
    background-size: cover;
    background-position: center;
}
.popular_destination .box2{
    background: linear-gradient(180deg, #00000000, #000000a2), url(../img/batasi-loop.webp);
    background-size: cover;
}
.popular_destination .box3{
    background: linear-gradient(180deg, #00000000, #000000a2), url(../img/thomsgo.webp);
    background-size: cover;
}
.popular_destination .box4{
    background: linear-gradient(180deg, #00000000, #000000a2), url(../img/lamahata.webp);
    background-size: cover;
}
.popular_destination .box5{
    background: linear-gradient(180deg, #00000000, #000000a2), url(../img/jaldapara.webp);
    background-position: center;
    background-size: cover;
}
.popular_destination .box6{
    background: linear-gradient(180deg, #00000000, #000000a2), url(../img/lataguri.webp);
    background-size: cover;
}
.popular_destination .margin_top{
    margin-top: 27px;
}

@media only screen and (max-width: 1050px){
    .popular_destination .box_long{
        height: 380px;
    }
    .popular_destination .box_short{
        height: 185px;
    }
    .popular_destination .margin_top{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 600px){
    .popular_destination .box_long{
        height: 350px;
    }
    .popular_destination .box_short{
        height: 200px;
    }
    .popular_destination .margin_top{
        margin-top: 0px;
    }
    .popular_destination .box{
        margin-bottom: 15px;
    }
}
.about_section {
    margin: 70px 0;
    padding: 50px 0;
}
.about_section .content_section{
    margin-top: -25px !important;
}
.about_section .content_section p{
    font-family: suse;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
}
.about_section .content_section p::first-letter{
    font-size: 25px;
    color: #f9bb00;
    font-weight: 700;
}
@media only screen and (max-width: 600px){
    .about_section {
        margin: -10px 0 0;
        padding: 46px 0;
    }
    .about_section .content_section .mobile_hide{
        display: none;
    }
}


.contact_section .con_box{
    box-shadow: 0 0 10px #00000020;
    padding: 0 30px 30px;
    border-radius: 5px;
    margin: 17px auto;
}
.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: #ff6600;
}
.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: #ff6600;
    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;
    padding: 5px;
    box-shadow: 0 0 10px #00000020;
}

@media only screen and (max-width: 600px){
    .contact_section .con_box{
        margin: 10px 10px 25px;
    }
    .contact_section .gmap iframe{
        margin-top: 0px;
    }
}

.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 ul li p{
    padding-left: 0;
    margin-left: 0;
}
.policy h3{
    color: #1f0130;
    font-family: SUSE;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.policy h4{
    color: #1f0130;
    font-family: SUSE;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    margin: 10px 0 0 10px ;
}
.policy h4 strong{
    color: #070c4f;
    font-weight: 600;
    margin-bottom: 10px;
}
@media only screen and (max-width: 600px){
    .policy ul {
        margin-left: 15px;
    }
}








.fotter{
    background-color: #ffcc10;
    padding: 10px 0;
}
.fotter .foo{
    display: flex;
}
.fotter .foo .social{
    margin-left: 10px;
    margin-top: -5px;
}
.fotter .foo .social a{
    text-decoration: none;
}
.fotter .foo .social a i{
    color: #000;
    font-size: 14px;
    margin: 0 7px;
    border-radius: 2px;
}
.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){
    .fotter{
        text-align: center;
    }
    .fotter .foo{
        display: block;
    }
    .fotter .foo .social{
        margin: 5px auto;
        justify-content: center;
    }
    .car_services a ul{
        margin-bottom: 0;
    }
    .fotter,
    .fotter .text-end{
        text-align: center !important;
    }
}
