@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

a {
    font-family: 'Montserrat', sans-serif;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

.bg-size {
    background-repeat: no-repeat;
    background-size: 35px;
}

.logo-img img {
    width: 75px;
}

.header_bg {
    background: #fff;
    border-bottom: 1px solid #e6dbdf;
    box-shadow: 0px 0px 14px 0px #bfb5b996;
}

    .header_bg ul li {
        padding: 0px 0px;
    }

#menu_bar .navbar-nav {
    margin-right: 81px !important;
}

.header_bg ul li a {
    color: #000000;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.cmn_tt h4 {
    font-size: 21px;
    font-weight: 600;
}


.header_bg ul li a:hover {
    color: #2819cd !important;
}

.banner-block {
    z-index: 99;
}

    .banner-block .item img {
        height: 639px;
    }

.fixed-top {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(0, 0, 0.50, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.50, 1);
}

body {
    position: relative
}

.overlay, .sideMenu {
    position: fixed;
    bottom: 0
}

.overlay {
    top: 0;
    left: -100%;
    right: 100%;
    margin: auto;
    background-color: rgba(0,0,0,.5);
    z-index: 99999999;
}

    .overlay.open {
        left: 0;
        right: 0
    }

.sidebarNavigation {
    margin-bottom: 0;
    z-index: 99;
    justify-content: flex-start;
    padding: 0px;
}

    .sidebarNavigation .leftNavbarToggler {
        margin-right: 10px;
        order: -1
    }

.sideMenu {
    left: -100%;
    top: 0px;
    overflow: hidden;
    width: 100%;
    z-index: 999999999999;
    max-width: 70%;
    margin-bottom: 0;
    padding: 1rem;
    height: 100%;
}

    .sideMenu.open {
        left: 0;
        display: block;
        overflow-y: auto
    }

    .sideMenu ul {
        margin: 0;
        padding: 0 15px
    }

.banner-block .owl-carousel .owl-item .item img {
    width: 100%;
}

.top_btn button {
    width: 90px;
    background: #000;
    color: #fff;
    border: none;
    padding: 7px;
}

.drive_btn {
    display: inline-block;
    width: 131px;
    border: 1px solid #2819cd;
    color: #2819cd;
    text-align: center;
    padding: 7px 0px;
    border-radius: 6px;
    margin: 0px 15px;
    font-weight: 700;
}

a.drive_btn:hover {
    color: #fff;
    background: #0ca841;
    border: 1px solid #0ca841;
}

.mobile_no {
    display: inline-block;
    width: 133px;
    border: 1px solid #0ca841;
    color: #fff;
    text-align: center;
    background: #0ca841;
    padding: 7px 0px;
    border-radius: 5px;
}

    .mobile_no:hover {
        background: #2819cd;
        color: #fff;
        border: 1px solid #2819cd;
    }

.module {
    background: #050505 !important;
    color: #fff;
    padding: 2rem;
}


/* Home Banner */
#home_banner .owl-buttons {
    display: none;
}

#menu_bar ul .active {
    color: #2819cd;
}

.read_more a {
    width: 150px;
    background: #000000;
    display: inline-block;
    text-align: center;
    padding: 8px 0px;
    color: #fff;
    border-radius: 23px;
    font-size: 17px;
    font-weight: 600;
}

.bg-dark {
    background-color: #020000cf !important;
}


.fixed-top1 {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

/* footer section */

.footer-section {
    background: #292a29;
    width: 100%;
}

    .footer-section h3 {
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 10px;
        color: white;
        text-transform: uppercase;
    }

    .footer-section p {
        font-size: 14px;
        color: #bfbcbc;
        margin-top: 16px;
    }

.footer-section-elements {
    padding: 30px 0px 25px 0px;
    color: #e7e5e5;
}

.footer-bottom p a {
    color: white;
    font-weight: bold;
}

.site-link ul li {
    list-style: none;
    text-align: left !important;
    font-size: 13px;
}

    .site-link ul li a {
        color: #e7e5e5;
        line-height: 23px;
        font-weight: 400;
        font-size: 14px;
    }

        .site-link ul li a:hover {
            color: #fff;
            text-decoration: none;
        }

.site-link ul {
    padding-left: 0px;
}

.footer-bottom {
    width: 100%;
    background: #000000;
    padding: 0px 0px;
    position: fixed;
    bottom: 0px;
}

    .footer-bottom ul {
        padding: 0;
        list-style: none;
    }

.footer-social-icons {
    display: block;
    margin: 0 auto;
    float: left;
}

.social-icon {
    color: #fff;
}

ul.social-icons {
    margin-top: 0px;
    margin-left: -29px;
    margin-bottom: 25px;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

.fa-facebook {
    height: 40px;
    width: 40px;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

    .fa-facebook:hover {
        color: #3b5999;
    }



.fa-envelope {
    height: 40px;
    width: 40px;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}


.fa-whatsapp {
    height: 40px;
    width: 40px;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}



.fa-twitter {
    height: 40px;
    width: 40px;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

    .fa-twitter:hover {
        color: #1da1f2;
    }


.fa-instagram {
    height: 40px;
    width: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

    .fa-instagram:hover {
        color: #c23291;
    }

.fa-rss {
    height: 40px;
    width: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

    .fa-rss:hover {
        color: #eb8231;
    }

.fa-youtube {
    height: 40px;
    width: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

    .fa-youtube:hover {
        color: #e64a41;
    }

.fa-linkedin {
    height: 40px;
    width: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

    .fa-linkedin:hover {
        color: #0073a4;
    }

.fa-google-plus {
    height: 40px;
    width: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

    .fa-google-plus:hover {
        color: #e25714;
    }

.footer-bottom p {
    color: white;
    margin-top: 24px;
    font-size: 15px;
}

.footer-bottom p {
    color: white;
    margin-top: 24px;
    font-size: 15px;
}


/* Fixed Icons  */

.float-call {
    position: fixed;
    width: 103px;
    height: 77px;
    top: 200px;
    right: 0px;
    background-color: #050505;
    color: red;
    text-align: center;
    font-size: 30px;
    box-shadow: none;
    z-index: 100;
    border: 1px solid #050505;
    border-radius: 5px 0px 0px 5px;
    z-index: 9999999;
}

    .float-call p {
        font-size: 13px;
        margin-top: -15px;
        color: #fff;
        font-weight: 500;
    }

        .float-call p:hover {
            color: #fff;
        }

    .float-call:hover {
        background-color: #FFF;
        color: white;
        border: none;
        background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(255, 206, 0, 0.64) 0%, rgba(255, 206, 0, 0.66) 22.9%, rgb(255, 206, 0) 56%, rgb(255, 206, 0) 90% );
        text-decoration: none;
    }

        .float-call:hover p {
            color: white;
        }

    .float-call i {
        line-height: 60px;
    }

.float-whatapp {
    position: fixed;
    width: 103px;
    height: 77px;
    top: 287px;
    right: 0px;
    background-color: #050505;
    color: #2ab200;
    border-radius: 0px;
    text-align: center;
    font-size: 30px;
    border: 1px solid #050505;
    border-radius: 5px 0px 0px 5px;
    z-index: 100;
    z-index: 9999999;
}

    .float-whatapp p {
        font-size: 13px;
        margin-top: -7px;
        color: #fff;
        font-weight: 500;
    }

    .float-whatapp:hover {
        background-color: #FFF;
        color: white;
        border: none;
        background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(255, 206, 0, 0.64) 0%, rgba(255, 206, 0, 0.66) 22.9%, rgb(255, 206, 0) 56%, rgb(255, 206, 0) 90% );
        text-decoration: none;
    }

        .float-whatapp:hover p {
            color: white;
        }

    .float-whatapp i {
        line-height: 60px;
    }


/* Call Details  */

.call-details-area {
    position: fixed;
    width: 171px;
    height: 100px;
    top: 516px;
    right: 10px;
    background-color: #14bb08;
    color: #FFF;
    border-radius: 2px;
    text-align: center;
    box-shadow: 2px 2px 2px gray;
    z-index: 100;
}

    .call-details-area h3 {
        font-weight: bold;
        font-size: 19.56px;
        color: #fff;
        padding: 3px 0px;
        border-bottom: 1px solid #fff;
    }

.call-details p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 19px;
}

.pb-30 {
    padding-bottom: 30px;
}


/* Home Page  */

.banner-shadow:after {
    opacity: .8;
}

.banner-shadow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-shadow {
    position: relative;
}

    .banner-shadow::after {
        background: #4f8fdd8c;
        background: -moz-linear-gradient(45deg, #0304077a 0%,#0000019e 100%);
        background: -webkit-linear-gradient(45deg, #0304077a 0%,#0000019e 100%);
        background: linear-gradient(45deg,#0304077a 0%,#0000019e 100%);
        z-index: 999;
    }

.owl-control-center .owl-pagination {
    z-index: 999999999;
}

.center_search {
    position: absolute;
    top: 119px;
    right: 0px;
    left: 0px;
    z-index: 999;
}

    .center_search img {
        margin-left: 129px;
        z-index: 1;
        margin-top: -125px;
        text-align: right;
    }

.center_txt {
    margin-top: 25px;
    text-align: center;
}

.form-center {
    padding: 0px;
}

.center_txt h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.center_txt h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.3px;
}

.center_txt h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1.3px;
}

.center_txt p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.3px;
    font-weight: 600;
    margin-top: 9px;
}


.form-center .form-control:focus {
    outline: none !important;
    box-shadow: none;
}

.add_drop {
    text-align: right;
}

    .add_drop span {
        color: #fff;
        font-size: 13px;
        margin-right: 10px;
    }

button.add_more {
    width: 28px;
    line-height: 14px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    height: 28px;
    margin-right: 5px;
}

h6.add_more {
    width: 28px;
    line-height: 14px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    height: 28px;
    margin-right: 5px;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
}

    h6.add_more:hover {
        background: #d70012;
        color: #fff;
    }



.enquiry_form {
    background: #080000;
    padding: 25px 33px 23px 21px;
    margin: 0px 0px 33px 33px;
    border-radius: 11px;
}

    .enquiry_form h3 {
        text-align: center;
        color: #fff;
        font-weight: 600;
        margin-bottom: 9px;
        font-size: 32px;
    }

    .enquiry_form p {
        text-align: center;
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.3px;
        font-weight: 500;
    }

    .enquiry_form .form-control {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        background: #080000;
        border: 1px solid #d70012;
        height: calc(2.0em + .75rem + 2px);
    }

        .enquiry_form .form-control:focus {
            border: 1px solid #ebcecf;
            box-shadow: #f9d1d3 0px 0px 13px;
        }

.submit_control {
    background: #d70012 !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    margin-top: 37px !important;
    height: 42px !important;
    border-radius: 31px;
    margin-top: 44px;
}

    .submit_control:hover {
        background: #fff !important;
        color: #050505 !important;
    }

.select_cont {
    height: 51px !important;
}

.read_more a {
    width: 150px;
    background: #000000;
    display: inline-block;
    text-align: center;
    padding: 8px 0px;
    color: #fff;
    border-radius: 23px;
    font-size: 17px;
    font-weight: 600;
}

.enquiry_form i.icon {
    color: #fff;
    text-align: right;
    float: right;
    margin-top: -30px;
    margin-right: 9px;
    font-size: 15px;
}

.red_i {
    color: #d70012 !important;
}
/* home About */
.fixed-top1 {
    background: #fff;
}

.about-area {
    background: #fff;
}

.about_txt {
    padding: 83px 8px 55px 8px;
    text-align: center;
}

    .about_txt h4 {
        color: #d70012;
        font-size: 31px;
        margin-bottom: 9px;
        font-weight: 700;
    }

    .about_txt h3 {
        color: #6c6c6c;
        font-size: 18px;
        margin-bottom: 7px;
        font-weight: 600;
    }

    .about_txt p {
        color: #454545;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.3px;
        line-height: 25px;
    }

.explore_now a {
    width: 115px;
    background: #000000;
    display: inline-block;
    text-align: center;
    padding: 8px 0px;
    color: #fff;
    border-radius: 23px;
    font-size: 17px;
    font-weight: 600;
}

.read_more {
    width: 150px;
    background: #000000;
    display: inline-block;
    text-align: center;
    padding: 8px 0px;
    color: #fff;
    border-radius: 23px;
    font-size: 17px;
    font-weight: 600;
}

    .read_more:hover {
        background: #d70012;
        color: #fff;
    }


.drop_address {
    width: 100%;
}

.dtp > .dtp-content {
    overflow: hidden;
}

    .dtp > .dtp-content button {
        color: #d70012;
    }

        .dtp > .dtp-content button:hover {
            background: #d70012;
            color: #fff;
        }

/* Key Chain */

.key_facility {
    padding: 37px 0px;
    background: #f5f4f4;
}

.trending_tour {
    padding: 23px 35px;
    margin-top: -73px;
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 1px 0px 17px 3px #310a1752;
}

.regis {
    margin-top: 37px;
}

.tabl_ar td, .tabl_ar th {
    text-align: center !important;
    font-size: 14px;
    padding: .5rem;
}

/*.tabl_ar th {
    text-align: center !important;
    font-size: 14px;
}*/

.common-heading h3 {
    color: #2819cd;
    font-size: 31px;
    margin-bottom: 9px;
    font-weight: 700;
    text-align: center;
}

.common-heading h4 {
    color: #6c6c6c;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    text-align: center;
}

.key_box {
    background: #fff;
    padding: 15px 0px;
    border-radius: 12px;
    text-align: left;
    margin: 9px;
    box-shadow: 3px 3px 11px 2px #1f040d3d;
}

    .key_box:hover {
        color: #000000;
    }

    .key_box h5 {
        font-size: 15px;
        color: #000000;
        font-weight: 700;
        margin-bottom: 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
    }





    .key_box:hover h2 {
        color: #fff;
    }

.key_img {
    background: #fff;
    /* width: 100px; */
    border-radius: 50%;
    display: block;
    margin: auto;
    /* height: 100px; */
    line-height: 100px;
    margin-bottom: 21px;
}

    .key_img img {
        max-width: 201px;
        text-align: center;
        display: block;
        margin: auto;
    }

.how_wroks h5 {
    text-align: center;
    color: #150309;
    font-weight: 700;
}

.how_wroks {
    padding: 20px;
    height: 305px;
}

.white_txt h3 {
    color: #fff;
}

.white_txt p {
    color: #fff !important;
}


.how_wroks p {
    text-align: center
}

.key-chain-slider-area2 .key_box {
    text-align: center !important;
}

    .key-chain-slider-area2 .key_box a {
        background: #000;
    }

        .key-chain-slider-area2 .key_box a:hover {
            background: #c8134e !important;
            color: #fff !important;
        }









.view_more a {
    display: block !important;
    margin: auto;
    margin-top: 31px;
    background: #c8134e;
}

.key_box p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    height: auto;
    overflow: hidden;
}

.how_works {
    padding: 51px 0px;
    background: #fff;
}

.step {
    background: #d70012;
    padding: 31px 21px;
}

.step-1 {
    border-radius: 50%;
    height: 87px;
    width: 87px;
    background: #fff;
    text-align: center;
    line-height: 45px;
    display: block;
    margin: auto;
    border: 1px solid #fff;
}

    .step-1 h4 {
        color: #d70012;
        font-weight: 700;
        margin-bottom: 0px;
        font-size: 35px;
        margin-top: 13px;
    }

    .step-1 h5 {
        color: #d70012;
        font-size: 14px;
        font-weight: 700;
        margin-top: -7px;
    }

.step_txt h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 9px;
}

.step_txt p {
    color: #fff;
    font-size: 15px;
}

.bg_black {
    background: #000;
}

.br-up {
    border-radius: 10px 10px 0px 0px;
}

.br-bottom {
    border-radius: 0px 0px 10px 10px;
}

.common-heading p {
    color: #000;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 29px;
}

.vedio_area video {
    width: 100%;
    border: 1px solid #ffffff;
}

.vedio_area {
    padding-top: 7px;
}

/* Range of Vechile */
.range_img img {
    max-height: 125px;
    max-width: 100%;
}

.key_box h4 {
    color: #d70012;
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 500;
    line-height: 17px;
}

.key_box h6 {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.key_box a {
    width: 115px;
    display: block;
    background: #d70012;
    color: #ffffff;
    padding: 6px 0px;
    margin: auto;
    border-radius: 22px;
    margin-top: 19px;
    font-size: 14px;
    font-weight: 600;
}

.key_box:hover a:hover {
    background: #ffffff;
    color: #000000;
}

.key_box:hover a {
    background: #000000;
}




/*  country_wide     */
.country_wide {
    padding: 41px 0px;
}

.country_slider-area img {
    border-radius: 6px;
    width: 100%;
    height: 183px;
}

.country_box {
    margin: 10px 23px;
}

    .country_box h3 {
        text-align: center;
        margin-top: 11px;
        font-size: 18px;
        font-weight: 600;
    }

.country_slider {
    padding: 10px 31px;
}

.client_area {
    background: #d70012;
    margin: 2px 15px;
    padding: 33px;
    border-radius: 11px;
}

.tst-img-box {
    height: 91px;
    width: 91px;
    line-height: 91px;
    display: block;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin-top: 39px;
}

    .tst-img-box img {
        max-width: 100%;
    }

.white-c {
    color: #fff !important;
}

.testi_box p {
    text-align: center;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.3px;
    font-style: italic;
    height: 123px;
    overflow: hidden;
}

.testi_slider-area .item {
    padding: 20px;
}

.testi_box h3 {
    color: #000000;
    font-size: 21px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: 700;
}

.testi_box h4 {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 0px;
}

.rating i {
    color: #ff9c27;
    font-size: 25px;
}

    .rating i.odd {
        color: #9a9a9a;
    }

.rating {
    display: block;
    margin: auto;
    text-align: center
}


.play_store h3 {
    color: #d70012;
    font-size: 31px;
    margin-bottom: 11px;
    font-weight: 600;
}

.play_store h4 {
    color: #6c6c6c;
    font-size: 18px;
    margin-bottom: 17px;
    font-weight: 600;
    line-height: 25px;
}

.play_img img {
    display: block;
    margin: auto
}

.play_store {
    padding-top: 41px;
    background: #f3f2f2;
}

.add_more1 {
    width: 28px;
    line-height: 14px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    height: 28px;
    margin-right: 5px;
    display: inline-block;
    line-height: 28px;
    font-weight: 700;
    margin-top: -4px;
    margin-bottom: 14px;
    cursor: pointer;
}

    .add_more1:hover {
        background: #d70012;
        color: #fff;
    }

.close_txt {
    text-align: right;
}


/* Mission Text  */

.mission-txt h3 {
    color: #d70012;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 9px;
}

.mission-txt {
    padding: 39px 0px;
}

    .mission-txt p {
        color: #484747;
        font-size: 15px;
        line-height: 27px;
        letter-spacing: 0.3px;
    }

    .mission-txt ul li {
        list-style-image: url(../images/ad-list.png);
        padding: 6px 6px;
        line-height: 25px;
    }

.mission {
    padding: 21px 0px;
}

.pd-bott {
    padding-top: 121px;
    padding-bottom: 0px;
}

.header-2 .main {
    background: #d70012;
}

.mission-img {
    margin-bottom: 31px;
}

.we-belevie {
    padding: 51px 0px;
}

.we_txt h3 {
    color: #d70012;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 9px;
    padding-top: 79px;
}

.we_bg {
    background: #d70012;
    padding: 15px 43px 37px 19px;
}

    .we_bg p {
        text-align: right;
        color: #fff;
        font-size: 57px;
        margin-bottom: -14px;
        font-weight: 700;
    }

.bg-img-bg {
    background: url('../images/bt-img/bg.png');
}

.key-chain-slider {
    margin-top: 21px;
}

.login {
    padding: 139px 0px 49px 0px;
    background: #f3f2f2;
}

.login-inner {
    padding: 0px 0px;
    background: #fff;
    border-radius: 10px;
}

.l_txt h2 {
    font-size: 35px;
    color: #2819cd;
    text-align: center;
    font-weight: 700;
}

.login_txt {
    padding: 31px 15px;
}

.l_txt h3 {
    width: 116px;
    display: block;
    margin: auto;
    background: #f7c81c;
    height: 6px;
}

.inp_txt {
    padding: 30px 50px;
}

    .inp_txt p {
        text-align: center;
        padding: 1px 21px;
        color: #000;
    }

.sbmit {
    background: #2819cd;
    color: #fff;
}

.login-img img {
    height: 100%;
    /* width: 100%; */
}

.inp_txt .form-control {
    height: 59px;
    margin-bottom: 31px;
    font-size: 21px;
    font-weight: 600;
}


@media screen and (min-width: 767px) {
    .key-chain-slider .owl-control-center .owl-buttons .owl-prev {
        left: -45px;
        padding-right: 4px;
        color: #dad9d9;
        background: 0 0
    }

    .key-chain-slider .owl-control-center .owl-buttons .owl-next {
        right: -45px;
        padding-right: 4px;
        color: #dad9d9;
        background: 0 0
    }

    .country_slider .owl-control-center .owl-buttons .owl-prev {
        left: -45px;
        padding-right: 4px;
        color: #dad9d9;
        background: 0 0
    }

    .country_slider .owl-control-center .owl-buttons .owl-next {
        right: -45px;
        padding-right: 4px;
        color: #dad9d9;
        background: 0 0
    }


    .country_wide .owl-control-center .owl-buttons .owl-prev {
        left: -45px;
        padding-right: 4px;
        color: #dad9d9;
        background: 0 0
    }

    .country_wide .owl-control-center .owl-buttons .owl-next {
        right: -45px;
        padding-right: 4px;
        color: #dad9d9;
        background: 0 0
    }




    .client_area .owl-control-center .owl-buttons .owl-prev {
        left: -45px;
        padding-right: 4px;
        color: #fff;
        background: 0 0
    }

    .client_area .owl-control-center .owl-buttons .owl-next {
        right: -45px;
        padding-right: 4px;
        color: #fff;
        background: 0 0
    }
}


/* Footer   */
.newsletter_form .form-control {
    width: 62%;
    display: inline-block;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid transparent;
    height: calc(1.7em + .75rem + 2px);
}

    .newsletter_form .form-control:focus {
        outline: none;
        box-shadow: none;
    }

.newsletter_form button {
    color: #fff;
    background: #0ca841;
    display: inline-block;
    color: #fff;
    padding: 7px;
    border: 1px transparent solid;
    margin-left: -6px;
    border-radius: 0px 3px 0px 0px;
    width: 37%;
}

    .newsletter_form button:focus {
        outline: none;
    }

.link_area ul {
    padding: 0px 0px;
}

    .link_area ul li:first-child {
        padding-left: 0px;
    }

    .link_area ul li {
        display: inline-block;
        list-style: none;
        padding: 0px 15px;
        line-height: 17px;
        border-right: 1px solid #fff;
    }

.link_area {
    margin-top: 35px;
}

    .link_area ul li a {
        color: #e7e5e5;
        font-size: 14px;
        font-weight: 400;
        transition: 0.9s;
    }

        .link_area ul li a:hover {
            color: #fdfc09;
        }

    .link_area ul li:last-child {
        border: none;
    }

.banner-block1 img {
    max-height: 600px;
    width: 100%;
    margin-top: 77px;
}

/* Attach Form  */
.attach-form {
    padding: 37px 39px;
    background: #d70012;
    margin: 0px 33px;
    border-radius: 11px;
}

    .attach-form h3 {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 27px;
        margin-bottom: 21px;
        font-weight: 600;
    }

    .attach-form .form-control {
        height: 47px;
    }


.attc-txt {
    padding: 45px;
}

    .attc-txt h3 {
        color: #d70012;
        font-size: 35px;
        margin-bottom: 9px;
        font-weight: 700;
    }

    .attc-txt p {
        color: #454545;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.3px;
        line-height: 25px;
    }

button:focus {
    outline: none;
    box-shadow: none;
}

.register {
    background: #000000 !important;
    border-radius: 8px !important;
    border: 1px solid #000000;
    padding: 7px 0px;
    height: 50px !important;
}

.attc-vehicle {
    padding-top: 21px;
}

.mission-img img {
    max-height: 456px;
    display: block;
    margin: auto;
}



/*    */


.wotama-search-area i {
    float: left;
    margin-top: -32px;
    padding-right: 0px;
    color: #a61443;
    font-size: 19px;
    margin-left: 2px;
}

.wotama-search-area {
    background: #0000002e;
    padding: 31px 0px 31px 15px;
    border-radius: 7px;
}

    .wotama-search-area .form-control {
        border-radius: 0px;
        padding-left: 24px;
        font-size: 14px;
        font-weight: 500;
        height: 47px;
        color: #423e3f;
        border: 1px solid #e6dee1;
    }

.br-4 {
    border-radius: 4px 0px 0px 4px !important;
}

.br-41 {
    border-radius: 0px 4px 4px 0px !important;
}

.search {
    width: 92%;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    height: 47px;
}

    .search:hover {
        border: 1px solid #c8134e;
        background: #c8134e;
    }


/* Contact us */

.contact-area {
    padding: 39px 0 49px 0
}

.request-bg {
    padding: 53px 50px;
    background-position: center center;
    background-size: 100% 100%;
    background: #f45b0d
}

.request h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 700
}

.request p {
    color: #fff;
    font-size: 13px;
    text-align: justify
}

.request h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 3px;
    font-weight: 600
}

.call-us {
    background: #fff;
    width: 47px;
    height: 47px;
    border-radius: 0
}

    .call-us i {
        font-size: 25px;
        font-weight: 600;
        color: #f45b0d;
        line-height: 51px;
        display: block;
        text-align: center
    }

.adrs {
    background: #fff;
    width: 47px;
    height: 47px;
    border-radius: 0
}

    .adrs i {
        font-size: 25px;
        font-weight: 600;
        color: #f45b0d;
        line-height: 51px;
        display: block;
        text-align: center
    }

.email {
    background: #fff;
    width: 47px;
    height: 47px;
    border-radius: 0
}

    .email i {
        font-size: 25px;
        font-weight: 600;
        color: #f45b0d;
        line-height: 51px;
        display: block;
        text-align: center;
        margin-left: 4px
    }

.mb-20 {
    margin-bottom: 21px
}

    .mb-20 p {
        font-size: 14px;
        font-weight: 500
    }

.write {
    font-size: 22px;
    font-weight: 700;
    padding: 35px 0 17px 0;
    color: #f45b0d
}

.contact-txt .form-control {
    padding-left: 17px;
    height: 47px;
    font-size: 16px;
    color: #0a0404;
    font-weight: 500
}

/* button:hover {
	box-shadow: 3px 3px 23px 3px #0505056b
} */

button:focus {
    outline: 0;
    box-shadow: none
}

.send-now {
    color: #fff;
    padding: 10px 60px 10px 60px;
    border: none;
    margin-top: 5px;
    font-weight: 600;
    cursor: pointer;
    width: 192px;
    padding: 14px 10px;
    border-radius: 5px;
    background: #0ca841;
    border-radius: 30px;
    font-size: 17px;
    box-shadow: 0px 11px 16px 1px #00000052;
    outline: none;
}

    .send-now:hover {
        background: #2819cd;
        color: #fff;
    }

.conct-txt {
    margin-top: 37px
}

.contact-txt .form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #fff;
    font-family: Montserrat, sans-serif;
}



.experience_faculty .slide {
    width: 23%;
    overflow: hidden;
    height: 303px
}

.pp_txt h4 {
    font-size: 14px;
    margin-bottom: 13px;
    font-weight: 600;
    color: #b5b0b0;
}

.pp_txt h5 {
    font-size: 15px;
    margin-bottom: 7px;
    color: #303030;
    font-weight: 500
}

.pp_txt h6 {
    font-size: 13px;
    margin-bottom: 3px;
    color: #f45b0d;
    font-weight: 500
}

.students {
    background: #f9f9f9
}

    .students .slide {
        width: 31%;
        overflow: hidden;
        height: 100%;
        background: #fff;
        padding: 35px 31px;
        border-radius: 87px 11px 11px 11px
    }





.st_txt p {
    font-size: 13px;
    word-spacing: 1.3px;
    font-style: italic;
    color: #343333;
    font-weight: 500
}

.std_txt {
    padding: 21px 5px
}

    .std_txt p {
        font-size: 17px;
        color: #000;
        font-weight: 500;
        margin-bottom: 1px
    }

    .std_txt h3 {
        font-size: 13px;
        color: #009aff;
        font-weight: 600;
        padding-left: 3px
    }

.our-blogs {
    padding: 35px 167px
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.content_area {
    padding-top: 119px;
}


.cr_list {
    padding: 19px 0;
}

.blog-box {
    padding: 21px 0px;
}



.cr_list_item {
    border: 1px solid #e8e0e0;
    background: #fff;
    box-shadow: 0 1px 19px 0px #ecd7d770;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1);
    margin-bottom: 31px;
}

    .cr_list_item:hover {
        z-index: 2;
        -webkit-transition: all .2s ease-in;
        -webkit-transform: scale(1.5);
        -ms-transition: all .2s ease-in;
        -ms-transform: scale(1.5);
        -moz-transition: all .2s ease-in;
        -moz-transform: scale(1.5);
        transition: all .2s ease-in;
        transform: scale(1.1)
    }

.pr_sub {
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1)
}

    .pr_sub:hover {
        z-index: 2;
        -webkit-transition: all .2s ease-in;
        -webkit-transform: scale(1.5);
        -ms-transition: all .2s ease-in;
        -ms-transform: scale(1.5);
        -moz-transition: all .2s ease-in;
        -moz-transform: scale(1.5);
        transition: all .2s ease-in;
        transform: scale(1.1)
    }

.slide1 {
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1)
}

    .slide1:hover {
        z-index: 2;
        -webkit-transition: all .2s ease-in;
        -webkit-transform: scale(1.5);
        -ms-transition: all .2s ease-in;
        -ms-transform: scale(1.5);
        -moz-transition: all .2s ease-in;
        -moz-transform: scale(1.5);
        transition: all .2s ease-in;
        transform: scale(1.1)
    }



.contact-area {
    padding: 0px 0 49px 0;
}

.request-bg {
    padding: 65px 50px;
    background-position: center center;
    background-size: 100% 100%;
    background: #0ca841;
}

.contact-bg1 {
    background: #b20018;
}

.cont_us {
    margin-bottom: 37px;
}

.request h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 700
}

.request p {
    color: #fff;
    font-size: 13px;
    text-align: justify
}

.request h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 3px;
    font-weight: 600
}

.call-us {
    background: #fff;
    width: 47px;
    height: 47px;
    border-radius: 0
}

    .call-us i {
        font-size: 25px;
        font-weight: 600;
        color: #2819cd;
        line-height: 51px;
        display: block;
        text-align: center;
    }

.adrs {
    background: #fff;
    width: 47px;
    height: 47px;
    border-radius: 0
}

    .adrs i {
        font-size: 25px;
        font-weight: 600;
        color: #2819cd;
        line-height: 51px;
        display: block;
        text-align: center
    }

.cmn_tt {
    padding-top: 31px;
}

    .cmn_tt h3 {
        font-size: 27px;
        margin-bottom: 21px;
        text-align: center;
        font-weight: 700;
    }

    .cmn_tt ul li {
        font-size: 15px;
        margin-bottom: 11px;
        text-align: justify;
    }

.email {
    background: #fff;
    width: 47px;
    height: 47px;
    border-radius: 0
}

    .email i {
        font-size: 25px;
        font-weight: 600;
        color: #2819cd;
        line-height: 51px;
        display: block;
        text-align: center;
        margin-left: 4px;
    }

.mb-20 {
    margin-bottom: 21px
}

    .mb-20 p {
        font-size: 14px;
        font-weight: 500
    }

.write {
    font-size: 22px;
    font-weight: 700;
    padding: 5px 0 0px 0;
    color: #000000;
}

.bl_txt {
    padding: 21px 16px
}

    .bl_txt h3 {
        text-align: center;
        margin-bottom: 7px;
        color: #585757;
        font-weight: 600;
        font-size: 16px
    }

    .bl_txt h6 {
        text-align: center;
        margin-bottom: 7px;
        color: #3a3a3a;
        font-size: 12px;
        font-weight: 500
    }

.blog_box {
    border: 1px solid #f1f0f0;
    box-shadow: 0 0 12px 0 #ddd;
    margin-bottom: 33px
}

.bl_txt p {
    margin-bottom: 21px;
    font-size: 13px;
    color: #191919;
    font-weight: 400;
    text-align: center;
    letter-spacing: .3px;
    line-height: 19px
}

.bl_txt button {
    display: block;
    margin: auto
}

    .bl_txt button:focus {
        outline: 0
    }



.pp_txt a {
    display: block;
    margin: auto;
    text-align: center;
    width: 166px;
    padding: 12px 6px;
    border: transparent;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    border-radius: 30px;
    margin-top: 5px;
    text-decoration: none;
    background: #d70012;
}

    .pp_txt a:hover {
        background: #000000;
    }



.pp_txt p {
    text-align: center;
    font-size: 13.5px;
    color: #303030;
    font-weight: 500;
    letter-spacing: .3px;
    margin-bottom: 25px;
    height: 91px;
    overflow: hidden;
}

.pp_txt {
    padding: 13px 15px;
    text-align: center
}

    .pp_txt h3 {
        text-align: center;
        margin-bottom: 7px;
        color: #170002;
        font-size: 19px;
        font-weight: 600;
    }

.cr_list_item img {
    height: 225px;
    width: 100%;
}




/* Blog Details  */


.bl_share {
    display: inline-block;
    padding: 7px 13px;
    color: #949494;
}

.blog-icon1 li a i {
    color: #949494;
    font-size: 15px;
    margin: 0;
    width: auto;
    line-height: 13px;
}

.blog-icon1 li a {
    color: #949494;
    font-size: 21px;
    border-radius: 50%;
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 31px
}

.blog_share span {
    margin-left: 11px
}

.social-icons1 li {
    list-style: none;
    display: inline-block
}

.social-icons1 {
    float: right
}

.bd_bottom {
    border-bottom: 1px solid #e5e1e182
}

.blog_details_txt {
    padding: 21px 0
}

    .blog_details_txt h3 {
        color: #434242;
        font-size: 25px;
        margin-bottom: 11px
    }

    .blog_details_txt h2 {
        color: #d70012;
        font-size: 23px;
        margin-bottom: 8px;
    }

    .blog_details_txt h6 {
        color: #999595;
        font-size: 13px;
        margin-bottom: 11px;
        font-weight: 500;
        font-style: italic;
        letter-spacing: .3px
    }

    .blog_details_txt p {
        color: #787878;
        font-size: 14px;
        margin-bottom: 11px;
        letter-spacing: .3px;
        font-weight: 500;
        line-height: 27px
    }

    .blog_details_txt ul li {
        color: #787878;
        font-size: 14px;
        letter-spacing: .3px;
        font-weight: 500;
        line-height: 27px
    }

    .blog_details_txt h4 {
        color: #d70012;
        font-size: 16px;
        margin-bottom: 11px;
        font-weight: 500;
    }

.related_article h2 {
    text-align: center;
    padding-bottom: 0px;
    font-size: 19px;
}

.blog_details {
    border-right: 1px solid #dddddd85;
    padding: 0 35px
}

.border_blue {
    width: 83px;
    background: #d70012;
    height: 3px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

.recent_blog {
    padding: 11px 0 1px 0px;
}

    .recent_blog h3 {
        font-size: 14px;
        text-align: left;
        color: #2f2d2d;
        margin-bottom: 3px;
    }

    .recent_blog h4 {
        font-size: 11px;
        color: #d70012;
        font-weight: 500;
    }

.blog_img img {
    width: 100% !important;
    height: 375px !important
}

.blog-d-box {
    padding: 31px 0px;
}

.blog_img {
    margin-bottom: 10px;
}

.related_article {
    position: sticky;
    top: 20px
}

.recent_blog img {
    width: 100% !important;
    height: 39px !important;
}


.contact_us {
    padding: 31px 0px;
}


/* Truck Buddy Booking  */

.extra-space {
    padding: 61px 0px;
    background: #d70012;
}

.booking-area {
    padding: 5px 0px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.booking_head {
    padding: 11px 22px;
}

.booking-area img {
    margin-left: 0px;
    z-index: 1;
    margin-top: 0px;
    text-align: right;
    width: 125px;
}

.b-h-left h3 {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
}

.b-h-left p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0px;
}

.es-fare {
    text-align: right;
}

    .es-fare h2 {
        font-size: 21px;
        color: #000000;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .es-fare h3 {
        font-size: 31px;
        color: #d70012;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .es-fare h4 {
        font-size: 21px;
        color: #d70012;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .es-fare p {
        font-size: 15px;
        color: #000000;
        font-weight: 400;
        margin-bottom: 0px;
    }

.extimated_txt h3 {
    font-size: 15px;
    color: #9c8d8d;
    font-weight: 500;
    margin-bottom: 5px;
}

.extimated_txt h4 {
    text-align: right;
    font-size: 16px;
    color: #191111;
    font-weight: 700;
    margin-bottom: 11px;
}

.extimated_txt {
    border-top: 1px solid #e2d2d2;
    padding: 11px 22px;
    margin: 1px 0px;
    border-bottom: 1px solid #e2d2d2;
}

.term-condition {
    padding: 11px 22px;
    margin: 1px 0px;
}

    .term-condition h3 {
        font-size: 20px;
        color: #d70012;
        font-weight: 600;
        margin-bottom: 12px;
        margin-top: 7px;
    }

    .term-condition p {
        font-size: 14px;
        color: #211315;
        font-weight: 500;
        margin-bottom: 0px;
    }

.booknow {
    background: #000000 !important;
    width: 73%;
    display: block;
    margin: auto;
    padding: 7px 0px;
    height: 51px !important;
    margin-top: 17px !important;
}

    .booknow:hover {
        background: #d70012 !important;
        color: #fff !important;
    }










.bg-none {
    background: none;
    border: none;
}

    .bg-none .key_box {
        background: #fff;
        padding: 9px 21px;
    }

        .bg-none .key_box:hover {
            background: #d70012;
        }

.bg-none {
    padding: 0px 21px;
}

    .bg-none .key_box h4 {
        font-size: 12px;
        letter-spacing: 0.3px;
        font-weight: 500;
        line-height: 15px;
    }

    .bg-none .key_box h5 {
        font-size: 13px;
    }


/* Profile   */
.profile-area .tab-content {
    background: #fff;
    padding: 0 0 0 10px;
    height: auto !important;
    overflow-y: auto
}

.nav-p-area .nav-link {
    display: block;
    padding: 13px 1rem 13px 1rem;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #f3e9eacc;
    border-radius: 0px;
}

.profile-area {
    padding: 5px 0;
    margin: 17px 0
}

    .profile-area .form-control {
        height: 49px
    }

    .profile-area h3 {
        font-size: 23px;
        margin-bottom: 17px;
        font-weight: 600;
        color: #003580
    }

    .profile-area label {
        font-size: 16px;
        color: #343333;
        font-weight: 600;
        margin-bottom: 13px;
    }

.profile-area-main {
    padding: 23px 0
}

.prf-botm {
    margin-top: 31px
}

#profile .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px
}

#profile .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px
}

.profile-area .tab-content {
    padding: 0
}

.profile-area h3 {
    font-size: 13px
}

.my-booking h1 {
    font-size: 17px
}

.profile-area .form-control {
    height: 37px;
    font-size: 13px
}

.profile-area {
    margin: 0 0
}

.prof-img {
    margin: 9px 0
}

    .prof-img img {
        width: 95px;
        height: 95px
    }

#user_btn {
    height: 27px;
    width: 27px;
    line-height: 30px;
    margin-top: -39px;
    margin-left: 158px
}

    #user_btn i {
        font-size: 15px
    }

.nav-p-area .nav-link {
    padding: 15px 0.3rem 15px 0.3rem;
    font-size: 21px;
    width: 33.33%;
}

.profile-area a img {
    width: 40px;
    padding-right: 13px;
}

.prf-botm {
    margin-top: 21px;
    padding: 41px 27px !important;
    background: #fff;
    border: 1px solid #f1eded;
    box-shadow: #0000004a 0px 4px 17px 1px;
    margin: 44px 0px;
    border-radius: 11px;
}

#profile .select2-container .select2-selection--single {
    height: 37px;
    font-size: 13px
}

.profile-area h3 {
    margin-bottom: 7px
}

.instruction h4 {
    font-size: 17px;
    margin-bottom: 7px
}

.instruction .modal-footer button.confirm {
    width: 50%;
    font-size: 14px
}

.instruction .modal-footer button.cancle {
    font-size: 14px
}

.booking-h img {
    height: 23px
}

.full_btn_close button {
    font-size: 30px;
    width: 30px;
    opacity: 1;
    margin-top: 7px;
    margin-top: -6px;
    margin-right: -5px
}

.bg-fl {
    padding: 6px 2px
}

.fl-data td {
    font-size: 11px;
    padding: 5px 5px;
    border: 1px solid #ddd
}

.fl_heading th {
    font-size: 11px;
    padding: 3px 7px
}

.card-rate {
    text-align: center;
    display: block;
    background: #003580;
    width: 222px;
    font-size: 14px
}

.bg-fl {
    font-size: 13px
}

.profile-area .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #6b6969;
    background-color: #ebebeb;
    background-clip: padding-box;
    border: 1px solid #ebebeb;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 51px;
    font-size: 17px;
    font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #990000;
}

.truck_buddy_nav {
    display: block;
    margin: auto;
    max-width: 83%;
    text-align: center;
}

.save-final-btn {
    float: none;
    background: #000;
    padding: 10px 5px;
    width: 190px;
    color: #fff;
    font-size: 19px;
    border: 1px solid #003580;
    border-radius: 45px;
    margin-top: 25px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-top: 28px;
}

    .save-final-btn:hover {
        background-color: #990000;
        border: 1px solid #990000;
    }



/* Log out  */

.truck-logout {
}

    .truck-logout .mdl-footer a {
        width: 120px;
        display: inline-block;
    }

.mdl-footer {
    display: block;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 21px;
}

    .mdl-footer button {
        width: 120px;
    }

.truck-logout .modal-content {
    padding: 67px 13px;
    border-radius: 11px;
}

.truck-logout button {
    padding: 7px 6px;
    margin: 0px 6px;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 600;
}

.truck-logout h4 {
    font-size: 24px;
    font-weight: 600;
    color: #1f0101;
}

.no_bg {
    background-color: #1f0101;
    border: 1px solid #1f0101;
}

    .no_bg:hover {
        background: #990000;
        border: 1px solid #990000;
    }

.yes_bg {
    background-color: #990000;
    border: 1px solid #990000;
}

    .yes_bg:hover {
        background-color: #1f0101;
        border: 1px solid #1f0101;
    }

.modal-open .modal {
    pointer-events: none;
}

.bg-distance {
    width: 100%;
    background-image: linear-gradient( 90.7deg, rgba(153, 0, 0, 0) 6.8%, rgba(153, 0, 0, 0.19) 33%, rgba(153,0,0,0.72) 59.1%, rgba(153,0,0,1) 80% );
    height: 6px;
    line-height: 13px;
    margin-top: 10px;
    border-radius: 5px;
}

.name_distance {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

span.name_distance1 {
    padding-left: 25px;
}

.circle_tab {
    border: 2px solid #292424;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    font-size: 27px;
    position: absolute;
    margin-top: -1px;
    margin-left: 14px;
    padding-right: 0px;
}

.circle_tab1 {
    border: 2px solid #900;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    font-size: 27px;
    position: absolute;
    margin-top: 0px;
    margin-left: -3px;
    padding-right: 0px;
}

.booking-slide .item {
    margin: 7px 9px;
}

.booking-slide {
    overflow: hidden;
}

    .booking-slide .booking-area img {
        width: 93px;
    }

    .booking-slide .es-fare h3 {
        font-size: 27px !important;
        color: #d70012 !important;
        font-weight: 700 !important;
        margin-bottom: 5px !important;
    }

    .booking-slide .es-fare h2 {
        font-size: 12px;
        color: #000000;
        font-weight: 700;
        margin-bottom: 3px;
    }

    .booking-slide .b-h-left h3 {
        font-size: 11px;
        color: #000000;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .booking-slide .b-h-left p {
        font-size: 9px;
    }

    .booking-slide .es-fare h4 {
        font-size: 11px;
    }

    .booking-slide .es-fare p {
        font-size: 9px;
    }

    .booking-slide .extimated_txt h3 {
        font-size: 11px;
        color: #0e0000;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .booking-slide .extimated_txt h4 {
        font-size: 12px;
    }


    .booking-slide .booking-area {
        box-shadow: 0px 0px 6px 1px #ddddddb5;
    }

.otp_area {
    padding: 0px 21px
}

    .otp_area .form-control {
        text-align: center !important;
    }

    .otp_area label {
        text-align: center !important;
        display: block;
        margin: auto;
        margin-bottom: 21px;
    }

/* Search List   */

.serch_list img {
    height: 191px;
    width: 100%;
    margin-top: 77px;
}

.search_list {
    background: #f3f2f2;
    padding: 40px 0px;
}

.comm_head h2 {
    text-align: center;
    font-weight: 600;
    color: #310413;
    font-size: 26px;
    font-weight: 600;
}

.way_box {
    background: #fff;
    border: 1px solid #ccc;
    padding: 19px 7px 15px 7px;
    margin: 11px 0px;
}

    .way_box h3 {
        font-size: 20px;
        color: #c8134e;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .way_box p {
        font-size: 14px;
        color: #1d191a;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .way_box img {
        display: block;
        margin: auto;
    }

.dr_details {
    padding: 5px 0px 13px 0px;
    margin-bottom: 21px;
}

.search_list h1 {
    font-size: 25px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;
    color: #922346;
    font-weight: 700;
}

.price_box {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0px 0px 0px 0px;
    border-radius: 7px;
    margin-bottom: 25px;
}

.fac_box {
    display: inline-block;
    margin: 5px 5px;
}

.fc_h {
    color: #922346;
    font-size: 13px;
    margin-top: 11px;
    font-weight: 600;
}

.fac_box img {
    display: block;
    margin: auto;
}

.fac_box h4 {
    display: block;
    margin: auto;
    font-size: 11px;
    text-align: center;
}

.dr_details h2 {
    color: #a31443;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}

.dr_details h4 {
    color: #757072;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}

.dr_details p {
    color: #292325;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}



.tol_tax button {
    width: 121px;
    background: #a31443;
    text-align: center;
    padding: 8px 0px;
    color: #fff;
    border-radius: 23px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #a31443;
    margin: auto;
    margin-bottom: 19px;
    display: block;
}

    .tol_tax button:hover {
        background: #000000;
        border: 1px solid #000000;
    }



.rt h4 {
    width: 69px;
    background: #fff;
    display: inline-block;
    text-align: center;
    padding: 7px 0px;
    color: #524d4f;
    border-radius: 23px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #292426;
    margin-top: 11px;
}

.tol_tax h4 {
    font-size: 15px;
    margin-bottom: 37px;
}

.tol_tax {
    background: #feedf3;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    padding: 7px 12px;
}


/* Wotoma Search */

.sl_sech .search {
    width: 91%;
}

/* My Profile  */
.profile-area {
    border: none
}

.brd {
    border: 1px solid #ddd
}

.nav-pills .show > .nav-link, .profile-area .nav-pills .nav-link.active {
    color: #fff;
    background: rgb(182,20,73);
    background: linear-gradient(90deg, rgba(182,20,73,1) 0%, rgba(199,19,78,1) 21%, rgba(125,25,57,1) 50%, rgba(107,26,52,1) 78%, rgba(135,28,63,1) 100%);
    border-radius: 0;
}

.profile-area a img {
    width: 41px;
    padding-right: 15px
}

.profile-area .tab-content {
    background: #fff;
    padding: 0 0px 0px 0px;
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #434242;
    line-height: 28px;
    font-weight: 600
}

.profile-area .card-header .heding:after {
    content: '-';
    float: left;
    position: absolute;
    left: 7px;
    top: -11px;
    font-size: 34px;
    font-weight: 600;
    color: #003580
}

.my-ex_h h3 {
    color: #000;
    font-size: 15px;
    font-weight: 600
}

.my-ex-head h4 {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px
}

    .my-ex-head h4 a {
        color: #11da11;
        text-decoration: underline
    }

.date-area {
    display: inline-block;
    position: relative;
    padding: 0 8px;
    float: right
}

    .date-area h4 {
        font-size: 15px;
        color: #000;
        margin-bottom: 0
    }

    .date-area p {
        font-size: 13px;
        color: #000;
        margin-bottom: 0;
        font-weight: 500
    }

#log-out .modal-footer {
    border: none;
    margin-bottom: 29px
}

.instruction .modal-footer {
    text-align: center;
    display: block
}

    .instruction .modal-footer button.cancle {
        border: 1px solid rgb(182,20,73) !important;
        background: #fff !important;
        color: rgb(182,20,73) !important;
        width: 150px;
        font-weight: 500 !important;
    }

    .instruction .modal-footer button.confirm {
        background: rgb(182,20,73);
        background: linear-gradient(90deg, rgba(182,20,73,1) 0%, rgba(199,19,78,1) 21%, rgba(125,25,57,1) 50%, rgba(107,26,52,1) 78%, rgba(135,28,63,1) 100%);
        color: #fff !important;
        width: 150px;
        font-weight: 500;
        border: none !important;
    }



.nav-p-area .nav-link {
    display: block;
    padding: 19px 1rem 19px 2rem;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #efebeb;
}

.profile-area {
    padding: 0px 0px 0px 0px;
    border: 1px solid #cccccc30;
    box-shadow: 0px 1px 20px 2px #cccccc52;
    border-radius: 0px 10px 10px 0px;
}

    .profile-area .form-control {
        height: 41px;
        background: #fff;
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        padding-left: 0px;
    }

        .profile-area .form-control:focus {
            border-bottom: 1px solid #90173e;
        }

#myTabs {
    display: block;
    margin: auto;
    width: 361px;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 31px;
}

    #myTabs li {
        display: inline-block;
    }

        #myTabs li a {
            padding: 11px 0px;
            text-align: center;
            background: #fff;
            display: inline-block;
            border-radius: 0px;
            width: 175px;
            color: #fff;
            margin: 1px;
            font-weight: 600;
            font-size: 16px;
        }

            #myTabs li a.active {
                background: #a31443;
                background: linear-gradient(90deg, rgb(113, 1, 38) 0%, rgb(134, 0, 44) 21%, rgb(148, 18, 60) 50%, rgb(181, 39, 85) 78%, rgb(226, 39, 100) 100%);
                color: #fff;
            }

        #myTabs li.active a {
            color: #fff;
        }


        #myTabs li a {
            color: #000
        }

.pay-form {
    padding: 18px 9px;
}

    .pay-form .form-group i {
        float: right;
        margin-top: -32px;
    }

.profile-area .form-control:focus {
    outline: none;
    box-shadow: none;
}

.profile-area h3 {
    font-size: 23px;
    margin-bottom: 17px;
    font-weight: 600;
    color: #003580
}

.profile-area label {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 3px;
}

.profile-area-main {
    padding: 23px 0
}

textarea.form-control {
    min-height: 63px;
}

.save-final-btn {
    float: right;
    background: #094291;
    padding: 10px 5px;
    width: 181px;
    color: #fff;
    font-size: 19px;
    border: 1px solid #094291;
    border-radius: 9px;
    margin-top: 25px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 30px;
}

.br_right {
    border-right: 1px solid #cccccc59;
}



.save-final-btn:hover {
    background: #2819cd;
    color: #fff;
    border: none;
}

.select2-container .select2-selection--single {
    height: 49px
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 10px
    }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 8px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #464545;
    line-height: 28px;
    font-weight: 500
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #150909fa;
    font-weight: 600
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 12px
}

.instruction h4 {
    text-align: center;
    font-weight: 600
}

.log_h {
    padding: 31px 0 0 0
}

.dropbtn {
    background-color: #4caf50;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: none
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 135px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    margin-top: 56px;
    margin-left: 31px
}

    .dropdown-content a {
        color: #000;
        padding: 12px 16px;
        text-decoration: none;
        display: block
    }

        .dropdown-content a:hover {
            background-color: #ddd
        }

.dropdown:hover .dropdown-content {
    display: block
}

.my-booking {
    padding: 0px 0px 0 0px;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 500px;
}

    .my-booking::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #e1edfd
    }

    .my-booking::-webkit-scrollbar {
        width: 4px;
        background-color: #003580;
        border-radius: 10px
    }

    .my-booking::-webkit-scrollbar-thumb {
        background-color: #003580;
        border: 2px solid #003580
    }

    .my-booking h1 {
        font-size: 23px;
        margin-bottom: 17px;
        font-weight: 600;
        color: #003580
    }

.booking-h img {
    height: 28px;
    width: auto;
    display: block;
    text-align: center;
    margin: auto
}

.booking-h h3 {
    font-size: 12px;
    color: #5d5d5d;
    margin-left: 35px;
    font-weight: 600
}

.booking-confirm h3 {
    font-size: 12px;
    color: #5d5d5d;
    padding-left: 17px;
    font-weight: 500
}

.booking-confirm span {
    height: 9px;
    width: 9px;
    border-radius: 0;
    display: block;
    background: #0f0;
    float: left;
    margin-top: 2px
}

.transaction h3 {
    font-size: 12px;
    color: #5d5d5d;
    font-weight: 500
}

.book-price h3 {
    font-weight: 700;
    font-size: 19px;
    color: #003580;
    text-align: right
}

.booking-area {
    border-top: 1px solid #ddd;
    padding-top: 23px;
    padding-bottom: 17px
}

.book-img {
    width: 59px;
    height: auto;
    display: block;
    float: left
}

.bg-failed {
    background: #ed0303 !important
}

.user-name {
    border: none !important;
    text-align: center
}

    .user-name:hover {
        background: 0 0 !important
    }

    .user-name i {
        margin-top: -2px;
        position: absolute
    }

.content_sec {
    padding: 60px 0px 50px 0px;
    background: #f6faff;
}

.user_prof i {
    font-size: 31px;
}

.user_prof {
    background: #c4bfc1;
    width: 93px;
    height: 93px;
    float: right;
    border-radius: 50%;
    margin-right: 59px;
}

    .user_prof i {
        font-size: 48px;
        margin-top: 0px !important;
        color: #fff;
        text-align: center;
        padding-right: 29px;
        padding-top: 21px;
        text-align: center;
    }

.phot_area {
    padding: 19px 10px 15px 10px;
    background: #d9d9d9;
    border-radius: 14px;
    display: inline-block;
    width: 197px;
    text-align: center;
    margin-right: 7px;
    cursor: pointer;
    margin-top: 5px;
}

    .phot_area p {
        margin-top: 8px;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 7px;
        font-size: 14px;
        color: #424040;
    }

img.img_upload {
    max-width: 195px;
    margin-top: 21px;
    margin-bottom: 21px;
    border-radius: 10px;
}

.save-final-btn {
    float: left;
    background: rgb(12 168 65);
    padding: 6px 5px;
    width: 141px;
    color: #fff;
    font-size: 19px;
    border-radius: 9px;
    border: none;
    margin-top: 25px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 42px;
}

.edit {
    position: absolute;
    margin-top: 28px;
    right: 53px;
    background: #fff;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    cursor: pointer;
}

    .edit i {
        font-size: 17px;
        margin-top: 10px !important;
        margin-right: 13px;
        color: #c8134e;
    }



/* Booking Details   */


.book_deta img {
    display: block;
    margin: auto;
    margin-bottom: 9px;
    margin-top: 9px;
}

.book_deta a {
    width: 121px;
    background: #a31443;
    background: linear-gradient(90deg, rgb(113, 1, 38) 0%, rgb(134, 0, 44) 21%, rgb(148, 18, 60) 50%, rgb(181, 39, 85) 78%, rgb(226, 39, 100) 100%);
    text-align: center;
    padding: 5px 0px;
    color: #fff;
    border-radius: 23px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    margin: auto;
    margin-bottom: 19px;
    display: block;
    bottom: 0px;
    margin-top: 29px;
}

.booking-bx {
    border-radius: 0px;
    padding: 11px 0px 0px 0px;
    border: none;
    border-bottom: 1px solid #e6e5e5;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 0px;
}

.book_van img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.bok_txt h5 {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.bok_txt h6 {
    font-size: 14px;
    color: #757274;
    font-weight: 600;
}

.bok_txt p {
    color: #a31443;
    font-size: 17px;
    font-weight: 700;
}

.bok_txt {
    margin-bottom: 0px;
}

    .bok_txt h4 {
        color: #6d6d6d;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 7px;
    }

.book_deta a:hover {
    background: #000;
}

.radio_btn span {
    font-size: 19px;
    padding-right: 15px;
    padding-left: 11px;
}
/* .radio_btn input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio_btn input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background-color: #b7b7b7;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    position: relative;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
} */
.lock i {
    font-size: 29px;
    padding-right: 16px;
    padding-left: 5px;
    color: #b71248;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 23px;
            height: 23px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 13px;
            height: 13px;
            background: #c7134e;
            position: absolute;
            top: 5px;
            left: 5px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

.radio_btn label {
    padding: 0px 21px;
}


[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Registration   */

.registration .tab-content {
    background: #fff;
    padding: 75px 10px 10px 10px;
    height: auto !important;
    border: 1px solid #cccccc30;
    box-shadow: 0px 1px 20px 2px #cccccc52;
    border-radius: 10px 10px 10px 10px;
}

.tc_cons span a {
    color: #a21644;
}

.tc_cons span {
    padding-left: 11px;
    font-weight: 600;
    font-size: 16px;
    color: #5d5b5b;
}





.registration .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /*border-radius: 25px;*/
    height: 40px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-left: 19px;
    font-size: 15px;
}

.registration label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
}


/* Chat Page  */

.chat_user .nav-link {
    display: block;
    padding: 15px 11px 15px 11px;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #efebeb;
    cursor: pointer;
}

    .chat_user .nav-link:hover {
        background: #fef4f7
    }


.chat_area a img {
    width: auto;
    padding-right: 0px;
}

.us_img {
    border: 2px solid #c8134e;
    border-radius: 50%;
    height: 64px;
    width: 64px !important;
}

    .us_img img {
        border-radius: 50%;
        height: 60px;
        width: 60px !important;
    }

.us_txt h5 {
    margin-bottom: 0px;
    font-size: 17px;
    color: #888586;
    font-weight: 600;
    margin-top: 5px;
}

.us_txt h4 {
    margin-bottom: 0px;
    font-size: 15px;
    color: #98888e;
    font-weight: 600;
    margin-top: 1px;
}

img.u_sm_img {
    height: 23px !important;
    width: 23px !important;
    border-radius: 50%;
    position: absolute;
    top: 47px;
    right: 11px;
    border: 2px solid #fff;
}

.us_img p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #c8134e;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    right: 9px;
    top: -1px;
}

.chat_area {
    background: #fff;
}

.active_us {
    background: #fef4f7
}

.cons_t {
    padding: 9px 17px 9px 8px;
    margin-bottom: 0px;
    display: inline-block;
    color: #887d81;
    font-size: 17px;
}

.pd_r {
    padding-right: 11px;
    cursor: pointer;
}

.con_head {
    cursor: default !important;
}

.chat_box .us_img {
}

.chat_box .us_img {
    border: 2px solid #c8134e;
    border-radius: 50%;
    height: 74px !important;
    width: 74px !important;
}

    .chat_box .us_img img {
        border-radius: 50%;
        height: 72px !important;
        width: 72px !important;
    }

.chat_box img.u_sm_img {
    height: 29px !important;
    width: 29px !important;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    right: 37px;
    border: 2px solid #fff;
}

.chat_box .us_txt h5 {
    margin-bottom: 3px;
    font-size: 21px;
    color: #9a9999;
    font-weight: 600;
    margin-top: 5px;
}

.chat_box .us_txt h4 {
    margin-bottom: 0px;
    font-size: 16px;
    color: #a9a0a3;
    margin-top: 1px;
}

.us_rating i {
    color: #ff9c27 !important;
    font-size: 15px !important;
}

.chat_sub {
    padding: 40px 25px;
}

.msg_box {
    width: 55%;
    margin-top: 7px;
    margin-bottom: 7px;
}

    .msg_box img {
        height: 45px !important;
        width: 45px !important;
        border-radius: 50%;
    }

    .msg_box h2 {
        color: #fff;
        display: inline-block;
        font-size: 13px;
        background: rgb(182,20,73);
        background: linear-gradient(90deg, rgb(105, 3, 36) 0%, rgb(148, 5, 52) 21%, rgb(183, 8, 64) 50%, rgb(185, 2, 61) 78%, rgb(189, 13, 70) 100%);
        padding: 9px 13px;
        border-radius: 27px 39px 39px 0px;
        line-height: 19px;
    }

.sentbox {
    float: right;
    width: 55%;
    margin-top: 7px;
    margin-bottom: 7px;
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
}

    .sentbox h2 {
        font-size: 17px;
        border: 1px solid #eae7e7;
        color: #b2083f;
        display: inline-block;
        font-size: 13px;
        padding: 13px 15px;
        border-radius: 53px 55px 0px 53px;
        float: right;
        text-align: right;
        line-height: 19px;
    }

.quoted_price {
    background: #fbfce1;
    display: inline-block;
    float: right;
    width: 63%;
    text-align: right;
    padding: 12px 15px;
    border-radius: 27px 27px 0px 25px;
}

    .quoted_price h5 {
        font-size: 15px;
        color: #000;
        font-weight: 600;
    }

    .quoted_price h4 {
        background: #fff;
        border-radius: 21px;
        border: 1px solid;
        font-size: 19px;
        padding: 7px 13px;
        margin-bottom: 19px;
        font-weight: 700;
    }

.confirm {
    background: #18a31f;
    border: none;
    color: #fff;
    width: 113px;
    border-radius: 9px;
    font-size: 13px;
    padding: 6px 0px;
    display: inline-block;
    font-weight: 600;
    border: 1px solid #18a31f;
    margin-right: 3px;
}

.edit_btn {
    background: #fff;
    color: #000;
    width: 113px;
    border-radius: 9px;
    font-size: 13px;
    padding: 6px 0px;
    display: inline-block;
    font-weight: 600;
    border: 1px solid #000;
}

.dis_block {
    display: block;
    width: 100%;
    float: left;
}

.date_area {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 26px;
    position: absolute;
    right: 91px;
    top: 94px;
    background: #fff;
}

    .date_area h4 {
        font-size: 14px;
        margin-bottom: 0px;
        padding: 4px 12px;
        color: #828181;
        font-weight: 500;
    }

.sent_form .form-control {
    width: 100%;
    border: 1px solid #ccc;
}

.send_txt {
    border: 1px solid #ccc;
    padding: 10px 10px;
    position: relative;
}

.chat_box {
    height: 721px;
    overflow-y: scroll;
}

    .chat_box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #e1edfd
    }

    .chat_box::-webkit-scrollbar {
        width: 4px;
        background-color: #c8134e;
        border-radius: 10px
    }

    .chat_box::-webkit-scrollbar-thumb {
        background-color: #c8134e;
        border: 2px solid #c8134e;
    }

.snt_btn button {
    border: none;
    padding: 0px;
    display: inline-block;
    margin-right: 21px;
    background: #fff;
}

.snt_btn .img_snt {
    margin: 0px;
}

.snm_msg .form-control {
    border: 1px solid #ccc;
    border-radius: 53px;
    height: 66px;
    /* border-radius: 26px; */
    padding: 0px 27px;
    font-size: 17px;
    color: #7d7a7a;
    font-weight: 600;
}


.chat_sent {
    padding: 14px 3px 6px 21px;
    border-top: 1px solid #ccc;
    /* padding-bottom: 17px; */
    /* padding-top: 21px; */
}

.msg_box h4 {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    background: rgb(182,20,73);
    background: linear-gradient(90deg, rgb(105, 3, 36) 0%, rgb(148, 5, 52) 21%, rgb(183, 8, 64) 50%, rgb(185, 2, 61) 78%, rgb(189, 13, 70) 100%);
    padding: 0px 1px;
    border-radius: 50%;
    line-height: 19px;
    height: 65px;
    width: 65px;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding-top: 16px;
    border: 4px solid #fff;
    box-shadow: 0px 2px 12px 7px #ddddddc2;
    cursor: pointer;
}

    .msg_box h4:hover {
        box-shadow: 0px 4px 12px 13px #ddddddc2;
    }

.confirm_footer {
    border: none;
}

.confm_txt {
    text-align: center;
}

    .confm_txt h2 {
        font-size: 26px;
        padding-top: 15px;
        color: #353434;
        font-weight: 600;
    }

    .confm_txt h4 {
        font-size: 17px;
        margin-bottom: 7px;
        font-weight: 600;
    }

    .confm_txt h3 {
        font-size: 18px;
        color: #c0134c;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .confm_txt h5 {
        font-size: 39px;
        color: #c0134c;
        font-weight: 600;
    }

.quote_foot {
    border: none !important;
}

#quote button.confirm {
    background: rgb(182,20,73);
    background: linear-gradient(90deg, rgb(105, 3, 36) 0%, rgb(160, 9, 58) 21%, rgb(177, 1, 57) 50%, rgb(197, 4, 66) 78%, rgb(214, 1, 71) 100%);
    color: #fff !important;
    width: 150px;
    font-weight: 500;
    border: none !important;
    padding: 9px 0px;
    font-size: 18px;
    border-radius: 11px;
}

#quote .modal-footer button.cancle {
    border: 1px solid rgb(177, 168, 168) !important;
    background: #fff !important;
    color: rgb(142, 132, 135) !important;
    width: 150px;
    font-weight: 500 !important;
    padding: 9px 0px;
    font-size: 18px;
    border-radius: 11px;
}


#quote .modal-content {
    border-radius: 31px;
    padding: 31px 0px;
}



#booking_done button.confirm {
    background: rgb(182,20,73);
    background: linear-gradient(90deg, rgb(105, 3, 36) 0%, rgb(160, 9, 58) 21%, rgb(177, 1, 57) 50%, rgb(197, 4, 66) 78%, rgb(214, 1, 71) 100%);
    color: #fff !important;
    width: 150px;
    font-weight: 500;
    border: none !important;
    padding: 9px 0px;
    font-size: 18px;
    border-radius: 11px;
}

#booking_done .modal-footer button.cancle {
    border: 1px solid rgb(182,20,73) !important;
    background: #fff !important;
    color: #ffffff !important;
    width: 150px;
    font-weight: 500 !important;
    padding: 9px 0px;
    font-size: 18px;
    border-radius: 11px;
    background: rgb(182,20,73);
    background: linear-gradient(90deg, rgb(105, 3, 36) 0%, rgb(160, 9, 58) 21%, rgb(177, 1, 57) 50%, rgb(197, 4, 66) 78%, rgb(214, 1, 71) 100%) !important;
}


#booking_done .modal-content {
    border-radius: 31px;
    padding: 31px 0px;
}

.booking_foot button {
    display: block;
    margin: auto;
}

.confm_txt h6 {
    border: 2px solid #ccc;
    display: inline-block;
    margin: auto;
    padding: 10px 30px;
    /* width: 202px; */
    border-radius: 29px;
    color: #827d7d;
    margin-bottom: 21px;
    margin-top: 11px;
}

.confm_txt p {
    font-size: 16px;
    font-weight: 500;
    color: #272727;
}




#money_add .modal-footer button.cancle {
    border: 1px solid rgb(182,20,73) !important;
    background: #fff !important;
    color: #ffffff !important;
    width: 150px;
    font-weight: 500 !important;
    padding: 9px 0px;
    font-size: 18px;
    border-radius: 11px;
    background: rgb(182,20,73);
    background: linear-gradient(90deg, rgb(105, 3, 36) 0%, rgb(160, 9, 58) 21%, rgb(177, 1, 57) 50%, rgb(197, 4, 66) 78%, rgb(214, 1, 71) 100%) !important;
}


#money_add .modal-content {
    border-radius: 31px;
    padding: 31px 0px;
}

.my_wallet {
    margin-bottom: 21px;
}


    .my_wallet button {
        background: rgb(182,20,73);
        background: linear-gradient(90deg, rgb(105, 3, 36) 0%, rgb(160, 9, 58) 21%, rgb(177, 1, 57) 50%, rgb(197, 4, 66) 78%, rgb(214, 1, 71) 100%);
        color: #fff !important;
        width: 150px;
        font-weight: 600;
        border: none !important;
        padding: 9px 0px;
        font-size: 17px;
        border-radius: 45px;
    }

.wallet_balance {
    display: inline-block;
    padding-top: 5px;
    padding: 11px 7px;
    margin-top: 2px;
}

    .wallet_balance h3 {
        font-size: 11px;
        margin-bottom: 1px;
        font-weight: 600;
    }

.wallet_img {
    display: inline-block;
}

    .wallet_img img {
        margin-top: -23px;
    }

.my_wall .tab-content {
    background: #fff;
    padding: 0px !important;
    border-radius: 0px;
}

.wallet_head {
    padding: 0px 0px;
    border: 1px solid #ccc;
}

.chat_user {
    padding-right: 0px !important;
}

.wallet_balance h4 {
    font-size: 27px;
    color: #c20340;
    font-weight: 600;
}

.border_wal {
    border-right: 1px solid #ccc;
    padding: 5px 10px;
}

.enter_amount {
    padding-top: 21px;
}

.wallet_th h2 {
    font-size: 16px;
    padding-left: 4px;
    padding-top: 15px;
    padding-bottom: 7px;
    color: #000;
    font-weight: 600;
}

.wallet_th {
    border-radius: 0px;
    border: 1px solid #bdbcbc;
    border-bottom: 1px solid #d8d8d8;
    border-top: none;
    border-bottom: beige;
}

.plus {
    height: 71px;
    width: 71px;
    line-height: 66px;
    border: 4px solid #c80443;
    font-size: 70px;
    text-align: center;
    color: #c80443;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.order_details h3 {
    font-size: 20px;
    color: #c8134e;
    margin-bottom: 3px;
    font-weight: 700;
    padding-top: 0px;
}

.order_details h4 {
    font-size: 16px;
    color: #8e8689;
    margin-bottom: 4px;
    font-weight: 700;
}

.order_details p {
    font-size: 15px;
    color: #8e8689;
    font-weight: 600;
}

.suc {
    color: green
}

.money h3 {
    font-size: 23px;
    padding-top: 0px;
    color: #cd0244;
}

.suc p {
    color: #0ac30a;
    font-weight: 600;
}

.book_no h3 {
    font-size: 16px;
    color: #656363;
}

.wallet_td {
    padding-top: 17px;
    padding-bottom: 5px;
    border: 1px solid #ccc;
    /* border-bottom: 1px solid #ccc; */
    padding-left: 10px;
}

.suc p.red {
    color: #c8134e;
    font-weight: 600;
}

#confirm .modal-content {
    border-radius: 26px;
    padding: 5px 0px;
}

#confirm button.confirm {
    padding: 7px 0px;
    font-size: 17px;
}

#confirm .modal-footer button.cancle {
    padding: 7px 0px;
    font-size: 17px;
}

.book_user {
    background: #ffe7ef;
    border: 1px solid #ffe7ef;
    padding: 7px 7px;
    border-radius: 11px;
    width: 81px;
    display: block;
    margin: auto;
    height: 78px;
    line-height: 61px;
}

.pay_txt h2 {
    font-size: 21px;
    margin-bottom: 0px;
    color: #aa1646;
    font-weight: 700;
    margin-bottom: 2px;
}

.pay_txt h3 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.pay_txt h4 {
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 3px;
    color: #656464;
}

.str_left {
    height: 100%;
    text-align: center;
    ;
}

.border_str p {
    height: 60px;
    border-right: 3px dashed #bd134b;
    text-align: center;
    width: 10px;
    display: block;
    margin: auto;
    margin-top: 3px;
    margin-left: 18px;
    margin-bottom: 4px;
}

.going_to {
    padding: 16px 3px 0px 3px;
}

.round_trip h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
    color: #8e8a8b;
}

.stform_txt h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.st_for_c .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 14px;
    font-weight: 600;
    color: #8a8989;
    font-size: 14px;
    padding-left: 2px;
}

    .st_for_c .form-control:focus {
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid #b21d4e;
    }

.base_fare h3 {
    font-size: 17px;
    color: #211f1f;
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 11px;
}

    .base_fare h3 span {
        text-align: right;
        display: inline-block;
        float: right;
    }

.pay_title a {
    font-size: 20px;
    color: #b70740;
    display: block;
}

h4.pay_title {
    text-align: left !important;
    margin-top: 17px;
}

.pay_title a img {
    float: right;
    margin-top: 6px;
}

.base_fare {
    border-bottom: 1px dashed #ccc;
}

    .base_fare h5 {
        font-size: 17px;
        color: #656565;
        display: block;
        margin-top: -5px;
        margin-bottom: 14px;
        font-weight: 600;
    }

.payable_amount h4 {
    text-align: left;
    color: #b70740;
    font-size: 23px;
    font-weight: 700;
    padding-top: 17px;
}

    .payable_amount h4 span {
        text-align: right;
        display: inline-block;
        float: right;
    }

.payable_amount p {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-top: -5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.trd_list {
    padding-top: 30px;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

    .trd_list .key_box {
        background: #fff;
        padding: 15px 0px;
        border-radius: 12px;
        text-align: left;
        margin: 0px;
        box-shadow: 3px 3px 11px 2px #1f040d3d;
        margin-bottom: 35px;
    }

.all_routes a .key_box:hover {
    box-shadow: 6px 6px 22px 4px #1f040d3d;
}

.all_routes a .key_box button:hover {
    background: #000;
    border: 1px solid #000000;
}

.trd_list .key_box {
    background: #fff;
    padding: 15px 2px;
}

.key_box button.chat {
    width: 97px;
    background: #a31443;
    text-align: center;
    padding: 5px 0px;
    color: #fff;
    border-radius: 23px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #a31443;
    margin: auto;
    margin-bottom: 2px;
    display: block;
    float: right;
    margin-right: 2px;
}


/* Booking Details  */


.booking_detls .border_str p {
    margin-left: 62px;
    border-right: 3px solid #0a0406;
    height: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.booking_detls {
    border-radius: 0px !important;
    padding: 5px 25px;
    margin-top: 26px;
}

.conf_booking h6 {
    float: right;
    background: #00bb00;
    color: #fff;
    position: absolute;
    right: -2px;
    top: 0px;
    padding: 10px 20px;
    font-size: 20px;
    width: 173px;
    font-weight: 600;
    border-radius: 25px 0px 0px 25px;
}

.dis_txt p {
    font-size: 16px;
    font-weight: 600;
    color: #565252;
    padding-bottom: 18px;
}

img.book_done {
    position: absolute;
    right: 0px;
    top: -26px;
}

.booking_status {
    background: #f7f7f7;
    padding: 18px 15px;
}

    .booking_status h3 {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 23px;
    }

.booking_detls button.confirm {
    padding: 13px 0px !important;
    font-size: 17px;
    width: 200px !important;
    border-radius: 6px;
}

.book_box {
    background: #acafab;
    border-radius: 50%;
    height: 19px;
    width: 19px;
    display: block;
    margin: auto;
}

.booking_status .border_str p {
    margin-left: 61px;
    border-right: 3px solid #d8d2d4;
    height: 28px;
}

.booking_status .dis_txt p {
    color: #ababab;
    font-weight: 600;
    padding-bottom: 9px;
    font-size: 16px;
}

.booking_detls a {
    font-size: 23px;
    color: #b70740;
    display: block;
    text-align: center;
    margin-bottom: 23px;
}

.bg_c {
    color: #4aa618 !important;
}

.bg_bg {
    background: #4aa618 !important;
}

.bg_brd {
    border-right: 3px solid #4aa618 !important;
}



/*responsive css*/
@media (min-width: 768px) and (max-width: 1365px) {

    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media screen and (max-width:767px) {
    .conf_booking h2 {
        font-size: 19px;
    }

    .conf_booking h4 {
        font-size: 14px;
    }

    .conf_booking h3 {
        font-size: 14px;
    }

    .search {
        border-radius: 0px !important;
        width: 100%;
    }

    .conf_booking h6 {
        float: none;
        background: #00bb00;
        color: #fff;
        position: relative;
        /* right: -2px; */
        top: 0px;
        padding: 10px 20px;
        font-size: 16px;
        width: 155px;
        font-weight: 600;
        border-radius: 25px;
        text-align: center;
        display: block;
        margin: auto;
    }

    .booking_detls .border_str p {
        margin-left: 2px;
    }

    img.book_done {
        position: relative;
        /* right: 0px; */
        top: -27px;
        display: none;
    }

    .dis_txt p {
        font-size: 14px;
    }

    .booking_status h3 {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .booking_detls a {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .booking_detls .base_fare h3 {
        font-size: 14px;
        color: #211f1f;
    }

    .booking_detls .payable_amount h4 {
        font-size: 18px;
    }

    .booking_detls .book_user {
        background: #ffe7ef;
        border: 1px solid #ffe7ef;
        padding: 7px 7px;
        border-radius: 11px;
        width: 81px;
        display: block;
        margin: auto;
        height: 78px;
        line-height: 61px;
        margin-bottom: 11px;
    }

    .trd_list .key_box {
        background: #fff;
        padding: 7px 10px;
    }

    .range_img img {
        max-height: 125px;
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .trd_list .key_box p {
        text-align: center;
    }

    .trd_list .key_box h5 {
        text-align: center;
    }

    .trd_list {
        margin-top: 0px !important;
    }

    .registration .tab-content {
        background: #fff;
        padding: 0 0px 0px 0px;
    }

    .contact-txt {
        margin-bottom: 21px;
    }

    .chat_sub {
        padding: 19px 6px 5px 23px;
    }

    .confm_txt h2 {
        font-size: 23px;
        padding-top: 13px;
    }

    .sentbox {
        float: right;
        width: 91%;
        margin-top: 4px;
        margin-bottom: 7px;
        display: block;
        margin-bottom: 1px;
        margin-right: 0px;
    }

    .msg_box {
        width: 93%;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .confm_txt h4 {
        font-size: 16px;
    }

    .quoted_price {
        width: 85%;
        margin-bottom: 21px;
    }

    .confirm {
        background: #18a31f;
        border: none;
        color: #fff;
        width: 85px;
        border-radius: 6px;
        font-size: 13px;
        padding: 5px 0px;
        display: inline-block;
    }

    .edit_btn {
        background: #fff;
        color: #000;
        width: 85px;
        border-radius: 6px;
        font-size: 13px;
        padding: 5px 0px;
        display: inline-block;
        font-weight: 600;
        border: 1px solid #000;
    }

    .confm_txt h3 {
        font-size: 15px;
        color: #c0134c;
        font-weight: 600;
        margin-top: 13px;
        margin-bottom: 5px;
    }

    .confm_txt h5 {
        font-size: 29px;
    }

    #quote .modal-content {
        border-radius: 26px;
        padding: 17px 0px;
    }

    #quote button.confirm {
        padding: 7px 0px;
        font-size: 17px;
    }

    #quote .modal-footer button.cancle {
        padding: 7px 0px;
        font-size: 17px;
    }

    .sl_sech .search {
        width: 100%;
    }

    .dr_details {
        padding: 5px 0px 13px 0px;
        margin-bottom: -5px;
    }

    .fac_box h4 {
        font-size: 9px;
    }

    .phot_area {
        padding: 9px 6px 10px 5px;
        background: #d9d9d9;
        border-radius: 14px;
        display: inline-block;
        width: 134px;
        text-align: center;
        margin-right: 7px;
        cursor: pointer;
        margin-top: 5px;
    }

    .wotama-search-area .form-control {
        border-radius: 0px !important;
    }

    .serch_list img {
        height: 391px !important;
        width: 100%;
        margin-top: 71px;
    }

    .search_list {
        background: #f3f2f2;
        padding: 25px 0px;
    }

    .rt h4 {
        width: 66px;
        background: #fff;
        display: inline-block;
        text-align: center;
        padding: 4px 0px;
        color: #524d4f;
        border-radius: 23px;
        font-size: 12px;
        font-weight: 600;
        border: 1px solid #292426;
        margin-top: 1px;
    }

    .tol_tax h4 {
        font-size: 15px;
        margin-bottom: 17px;
    }

    .fac_box {
        display: inline-block;
        margin: 5px 2px;
    }

    .price_box img {
        display: block;
        margin: auto;
    }

    .search_list h1 {
        font-size: 19px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .tol_tax {
        background: #feedf3;
        height: auto;
        border-radius: 0px 5px 5px 0px;
        padding: 7px 12px;
        margin-bottom: 25px;
    }

    .price_box {
        background: #fff;
        border: 1px solid #ccc;
        padding: 3px 34px 0px 27px;
        border-radius: 7px;
        margin-bottom: 25px;
    }

    #myTabs li a {
        width: 165px;
        font-size: 14px;
    }

    #myTabs {
        width: 343px;
    }

    .registration label {
        font-size: 14px;
    }

    .registration .form-control {
        font-size: 13px;
    }

    .tc_cons span {
        font-size: 14px;
    }


    .edit {
        margin-top: -64px;
        right: 97px;
    }

    .lock i {
        font-size: 29px;
        padding-right: 18px;
        padding-left: 14px;
        color: #b71248;
    }

    .profile-area .pr-0, .px-0 {
        padding-right: 15px !important;
    }

    .profile-area .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .radio_btn span {
        font-size: 17px;
    }

    .bok_txt {
        margin-bottom: 0px;
        text-align: center;
    }

    .book_deta a {
        margin-top: 0px;
    }

    .save-final-btn {
        width: 117px;
        font-size: 16px;
    }

    .book_deta img {
        margin-top: -5px;
    }

    .user_prof {
        background: #c4bfc1;
        width: 93px;
        height: 93px;
        float: none;
        border-radius: 50%;
        margin-right: 59px;
        display: block;
        margin: auto;
    }

    .mnone {
        display: none;
    }

    .login_txt {
        padding: 25px 0px;
    }

    .inp_txt {
        padding: 19px 15px;
    }

    .prf-botm {
        padding: 15px 0px !important;
        box-shadow: #0000004a 0px 4px 17px 1px;
        margin: 25px 0px;
        border-radius: 7px;
    }

    .profile-area a img {
        width: 27px;
        padding-right: 0PX;
        float: left;
        margin-left: 10px;
        margin-right: 17px;
        margin-top: 0px;
    }

    .truck_buddy_nav {
        max-width: 100%;
    }

    .nav-p-area .nav-link {
        padding: 11px 0px 14px 0px;
        width: 100%;
        font-size: 15px;
        text-align: left;
        left: 29px;
        line-height: 29px;
    }

    .profile-area-main {
        padding: 9px 0;
    }

    .save-final-btn {
        margin-top: 9px;
        margin-right: 15px;
    }

    .profile-area label {
        font-size: 13px;
    }

    .profile-area .form-control {
        height: 35px;
        font-size: 13px;
    }

    .profile-area label {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .form-group {
        margin-bottom: 9px;
    }

    .booking-slide .booking-area {
        border-radius: 11px;
        margin: 0px 19px;
        margin-top: 0px;
    }

    .way_box {
        background: #fff;
        border: 1px solid #ccc;
        padding: 19px 16px 15px 29px;
        margin: 11px 0px;
    }

    .booking-slide .owl-control-center .owl-buttons .owl-prev {
        left: -12px;
        padding-right: 7px;
    }

    .booking-slide .owl-control-center .owl-buttons .owl-next {
        right: -15px;
        padding-right: 8px;
    }

    .booking-slide .item {
        margin: 0px 3px;
    }

    .booking-slide .es-fare h3 {
        font-size: 21px !important;
    }

    .name_distance {
        font-size: 10px;
    }

    .circle_tab1 {
        width: 12px;
        height: 12px;
        margin-left: 0px;
        padding-right: 0px;
    }

    .circle_tab {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-top: 1px;
        margin-left: 14px;
        padding-right: 0px;
    }

    .truck-logout .modal-content {
        padding: 39px 11px;
        border-radius: 11px;
    }

    .truck-logout h4 {
        font-size: 17px;
    }

    .mdl-footer {
        margin-top: 0px;
    }

        .mdl-footer button {
            width: 89px;
            font-size: 15px;
        }


    .booking-area img {
        margin-left: 0px;
        z-index: 1;
        margin-top: 0px;
        text-align: right;
        width: 125px;
    }

    .booking-area {
        margin-top: 25px;
    }

    .extra-space {
        height: 635px;
    }

    .term-condition {
        padding: 0px 3px;
        margin: 1px 0px;
    }

    .es-fare h2 {
        font-size: 16px;
    }

    .es-fare h3 {
        font-size: 27px;
    }

    .es-fare h4 {
        font-size: 13px;
    }

    .es-fare p {
        font-size: 12px;
    }

    .b-h-left p {
        font-size: 12px;
    }

    .extimated_txt h3 {
        font-size: 13px;
    }

    .extimated_txt h4 {
        font-size: 13px;
    }

    .term-condition h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    /* Contact Page  */
    .request-bg {
        padding: 29px 12px;
        margin-bottom: 20px;
    }

    .contact-bg1 {
        margin-bottom: 26px;
    }

    .conct-txt {
        margin-top: 18px;
    }

    .contact-area {
        padding: 19px 0 7px 0;
    }


    /* BLog  Details  */

    .blog_details {
        border-right: none;
        padding: 0 0
    }

    .blog_share span {
        margin-left: 5px
    }

    .blog-icon1 ul {
        padding: 0 0;
        margin: 0
    }

    .blog-icon1 li a i {
        font-size: 13px
    }

    .blog-icon1 li a {
        font-size: 21px;
        height: 23px;
        width: 23px;
        line-height: 16px;
        margin-top: 5px
    }

    .blog_img img {
        width: 100% !important;
        height: 237px !important;
    }

    .blog_details_txt h3 {
        color: #434242;
        font-size: 15px;
        margin-bottom: 4px
    }

    .blog-d-box {
        padding: 15px 0px;
    }

    .blog_details_txt h6 {
        font-size: 11px
    }

    .blog_details_txt h4 {
        font-size: 13px;
        margin-bottom: 5px
    }

    .blog_details_txt p {
        font-size: 12px;
        margin-bottom: 7px;
        line-height: 23px
    }

    .blog_details_txt h2 {
        font-size: 15px;
        margin-bottom: 7px
    }

    .blog_details_txt ul li {
        font-size: 11px;
        line-height: 22px
    }

    .blog_details_txt ul {
        padding: 0 21px;
        margin: 0
    }

    .bl_share {
        padding: 9px 3px;
        font-size: 11px;
    }

    .recent_blog {
        padding: 6px 0
    }

        .recent_blog h3 {
            font-size: 11px
        }

        .recent_blog h4 {
            font-size: 10px
        }






    /* BLog */
    .content_area {
        padding-top: 67px;
    }

    .cr_list_item img {
        height: 123px;
    }

    .pp_txt h3 {
        font-size: 11px;
    }

    .pp_txt h4 {
        font-size: 9px;
    }

    .pp_txt h4 {
        font-size: 9px;
        margin-bottom: 3px;
    }

    .pp_txt p {
        font-size: 8.5px;
        margin-bottom: 8px;
        height: 60px;
    }

    .pp_txt a {
        width: 115px;
        padding: 6px 2px;
        margin-bottom: 0px;
        font-size: 12px;
        margin-top: 5px;
        background: #d70012;
    }

    .blog-box {
        padding: 11px 0px;
    }


    /* attach vechile */
    .attach-form {
        padding: 17px 18px;
        background: #d70012;
        margin: 0px 0px;
        border-radius: 11px;
    }

        .attach-form h3 {
            font-size: 22px;
        }

    .attc-txt {
        padding: 0px;
    }

        .attc-txt h3 {
            color: #d70012;
            font-size: 19px;
            margin-bottom: 1px;
        }

    .mission-img img {
        max-height: 296px;
        display: block;
        margin: auto;
    }

    .attach-form .form-control {
        height: 43px;
    }

    .attc-txt p {
        color: #454545;
        font-size: 13px;
        line-height: 21px;
    }

    .bottom-icon a i {
        font-size: 21px;
        margin-bottom: 0px;
        height: 20px;
        width: 20px;
        line-height: 21px;
    }

    .color-w {
        color: #0de001;
    }

    .color-m {
        color: #eb4343;
    }

    .text-icon {
        color: #000;
        font-weight: 600;
        font-size: 13px;
    }

    .header_bg ul li a {
        font-size: 15px;
    }

    #menu_bar .navbar-nav {
        margin-right: 5px !important;
    }

    .drive_btn {
        width: 90%;
        padding: 7px 0px;
        margin-top: 13px;
        background: #fff;
    }

    #menu_bar ul .active {
        color: #fff;
    }

    .login {
        padding: 107px 0px 35px 0px;
        background: #f3f2f2;
    }

    .inp_txt .form-control {
        height: 47px;
    }

    .inp_txt p {
        font-size: 14px;
    }

    .content_sec {
        padding: 83px 0px 50px 0px;
        background: #f6faff;
    }

    .l_txt h2 {
        font-size: 27px;
    }

    .inp_txt .form-control {
        height: 59px;
        margin-bottom: 31px;
        font-size: 18px;
    }

    .mobile_no {
        width: 90%;
        color: #fff;
        padding: 7px 18px;
        border-radius: 30px;
        margin: 0px 15px;
        margin-top: 17px;
        background: #2819cd;
        color: #f7f7f7;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
    }

    .trending_tour {
        padding: 15px 15px;
        margin-top: 31px;
    }

    .wotama-search-area {
        background: #0000002e;
        padding: 25px 0px 0px 15px;
        border-radius: 7px;
    }

    /* About Us */
    .we_bg p {
        text-align: center;
        font-size: 21px;
        margin-bottom: 0px;
        font-weight: 700;
    }

    .we_bg {
        padding: 13px;
    }

    .we_txt h3 {
        padding-top: 0px;
    }

    .we-belevie {
        padding: 27px 0px;
    }

    .we_txt h3 {
        font-size: 23px;
    }

    .we_txt p {
        color: #454545;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.3px;
        line-height: 23px;
    }

    .play_store h4 {
        color: #6c6c6c;
        font-size: 14px;
        margin-bottom: 12px;
        font-weight: 600;
        line-height: 21px;
    }

    .pd-bott {
        padding-top: 81px !important;
        padding-bottom: 0px !important;
    }

    .mission-txt {
        padding: 3px 0px;
    }

        .mission-txt h3 {
            font-size: 23px;
        }

        .mission-txt ul li {
            padding: 4px 4px;
            line-height: 19px;
            font-size: 15px;
        }

        .mission-txt p {
            font-size: 14px;
        }

    /*  Header     */


    .center_search img {
        margin-left: 0px;
        z-index: 1;
        margin-top: -145px;
        text-align: right;
    }

    .banner-block1 img {
        height: 457px;
        width: 100%;
        margin-top: 73px;
    }

    .enquiry_form i.icon {
        margin-top: -22px;
    }

    .dm-none {
        display: none;
    }

    .center_search {
        top: 95px;
    }

    .form-center .pr-0 {
        padding-right: 15px !important;
    }

    .bg-size {
        background-repeat: no-repeat;
        background-size: 31px;
    }

    .submit_control {
        margin-top: 24px !important;
        height: 41px !important;
        border-radius: 31px;
        margin-top: 44px;
    }

    .sideMenu {
        padding: 13px 5px;
    }

    .center_search img {
        margin-left: -5px;
        z-index: 1;
        margin-top: -8px;
        text-align: right;
        max-width: 264px;
        display: block;
        margin: auto;
    }

    .logo-img img {
        width: 57px;
    }

    .sidebarNavigation {
        margin-bottom: 0;
        z-index: 99;
        justify-content: flex-start;
        padding: 1px 15px;
    }

    .center_txt {
        margin-top: 0px;
        text-align: center;
    }

        .center_txt h1 {
            font-size: 17px;
            margin-bottom: 1px;
        }

        .center_txt h2 {
            font-size: 19px;
        }

        .center_txt h2 {
            font-size: 17px;
            margin-bottom: 2px;
        }

        .center_txt h3 {
            font-size: 17px;
        }

        .center_txt p {
            font-size: 11px;
        }

    .enquiry_form {
        background: #050505;
        padding: 10px 15px;
        margin: 7px 0px;
    }

        .enquiry_form h3 {
            font-size: 17px;
            margin-bottom: 5px;
        }

        .enquiry_form .form-group {
            margin-bottom: 0.5rem;
        }

        .enquiry_form .form-control {
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            background: #252525;
            border: 1px solid #3c3b3b;
            height: calc(1.3em + .75rem + 2px);
        }

    .banner-block .item img {
        height: 658px;
    }


    .about_txt {
        padding: 45px 15px 29px 15px;
        text-align: center;
    }

    .enquiry_form p {
        font-size: 11px;
    }

    .read_more {
        width: 137px;
        padding: 5px 0px;
        color: #fff;
        font-size: 15px;
    }

    .key_facility {
        padding: 19px 0px;
    }

    .common-heading h3 {
        color: #d70012;
        font-size: 21px;
        margin-bottom: 7px;
    }

    .common-heading h4 {
        color: #6c6c6c;
        font-size: 13px;
        margin-bottom: 11px;
    }

    .white_txt h3 {
        color: #fff;
    }

    .key_facilit .key-chain-slider-area {
        padding: 0px 21px;
    }

    .key_box {
        background: #fff;
        padding: 19px 15px;
        border-radius: 12px;
        text-align: center;
        margin: 13px;
    }

    .cmn_tt ul li {
        font-size: 13px;
        margin-bottom: 11px;
        text-align: justify;
    }

    .cmn_tt h4 {
        font-size: 19px;
        font-weight: 600;
    }

    .footer-section p {
        font-size: 11px;
        color: #bfbcbc;
        margin-top: 16px;
        text-align: justify;
    }

    .link_area ul li {
        display: block;
        list-style: none;
        padding: 4px 23px !important;
        line-height: 17px;
        border-right: none;
        text-align: center;
    }

    .footer-section-elements {
        padding: 21px 0px 25px 0px;
        color: #e7e5e5;
    }

    .link_area {
        margin-top: 13px;
    }

    .footer-section h3 {
        font-size: 17px;
    }

    .about_txt h4 {
        font-size: 23px;
        margin-bottom: 9px;
    }

    .about_txt p {
        font-size: 12px;
        letter-spacing: 0.3px;
        font-weight: 400;
    }

    .step {
        padding: 10px 5px;
    }

    .step_txt h4 {
        font-size: 17px;
        margin-bottom: 1px;
    }

    .step-1 {
        height: 69px;
        width: 69px;
    }

        .step-1 h4 {
            margin-bottom: 2px;
            font-size: 26px;
            margin-top: 14px;
        }

    .step_txt p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 12px;
    }

    .common-heading p {
        font-size: 11px;
        margin-bottom: 13px;
    }

    .common-heading p {
        font-size: 11px;
    }

    .country_slider {
        padding: 3px 5px;
    }

    .country_slider-area {
        padding: 0px 21px;
    }

    .client_area {
        margin: 11px 0px;
        padding: 15px 0px 5px 0px;
        border-radius: 11px;
    }

    .testi_slider-area {
        padding: 10px 15px;
    }

    .testi_box p {
        text-align: center;
        font-size: 13px;
        letter-spacing: 0.3px;
        font-style: italic;
        height: 112px;
        overflow: hidden;
    }

    .view_more a {
        margin-top: 0px;
    }

    .tst-img-box {
        margin-top: 0px;
    }

    .client_area .owl-control-center .owl-buttons .owl-prev {
        color: #ffffff !important;
    }

    .client_area .owl-control-center .owl-buttons .owl-next {
        color: #ffffff !important;
    }

    .play_store {
        padding-top: 19px;
        text-align: center;
    }

    .footer-bottom {
        padding: 13px 0px 59px 0px;
    }

    .play_store h3 {
        font-size: 21px;
        margin-bottom: 7px;
    }

    .play_store a img {
        display: block;
        margin: auto;
        margin-bottom: 21px;
    }

    .register {
        height: 43px !important;
    }

    .attach-form h3 {
        font-size: 19px;
    }

    .chat_area .pr-0, .px-0 {
        padding-right: 0px !important;
    }

    .chat_area .pl-0, .px-0 {
        padding-left: 0px !important;
    }

    .chat_user {
        padding: 7px 14px 9px !important;
    }

    .chat_box {
        height: 721px;
        overflow-y: scroll;
        padding: 6px 1px 22px 14px;
        overflow-x: hidden;
        border-bottom: none;
    }

    .chat_sent {
        padding: 15px 2px 11px 13px;
        border-top: 1px solid #ccc;
        margin-left: 13px;
        position: fixed;
        bottom: -3px;
        background: #fff;
        width: 92%;
    }

    .snm_msg .form-control {
        height: 47px;
    }

    .chat_user {
        padding-right: 15px !important;
    }

    .us_img img {
        border-radius: 50%;
        height: 45px;
        width: 45px !important;
        margin-left: 0px !important;
    }

    .chat_area a img {
        width: auto !important;
        padding-right: 0px;
    }

    .us_img p {
        font-size: 11px;
        color: #fff;
        right: 35px;
        top: -3px;
        line-height: 21px;
    }

    img.u_sm_img {
        right: 27px;
        top: 30px;
    }

    .chat_area .nav-link {
        padding: 5px 0px 6px 0px;
        font-size: 15px;
        text-align: left;
        left: 29px;
        line-height: 29px;
        width: 190px;
        display: inline-block !important;
        width: 95px;
        display: inline-block !important;
        margin-right: 0px;
        border: none;
        border-radius: 9px;
    }

    .chat_area .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        white-space: nowrap;
        display: block !important;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        border-bottom: 1px solid #ccc;
        background-color: white;
        padding-bottom: 30px;
        padding-top: 9px;
    }

    .date_area {
        border: 1px solid #ccc;
        display: inline-block;
        padding: 4px 7px;
        border-radius: 26px;
        position: absolute;
        right: 41px;
        top: -28px;
        background: #fff;
    }

    .chat_box .us_img img {
        border-radius: 50%;
        height: 57px !important;
        width: 57px !important;
    }

    .chat_box img.u_sm_img {
        height: 27px !important;
        width: 27px !important;
        border-radius: 50%;
        position: absolute;
        top: 39px;
        right: 24px;
        border: 2px solid #fff;
    }

    .chat_box .us_img {
        border: 2px solid #c8134e;
        border-radius: 50%;
        height: 61px !important;
        width: 61px !important;
    }

    .us_txt {
        text-align: center;
    }

    .us_img {
        border: 2px solid #c8134e;
        border-radius: 50%;
        height: 47px;
        width: 47px !important;
        display: block;
        margin: auto;
    }

    .us_txt h5 {
        font-size: 12px;
    }

    .us_txt h4 {
        font-size: 11px;
        padding-bottom: 9px;
    }

    .us_rating i {
        font-size: 11px !important;
    }

    .us_rating {
        margin-top: -7px;
    }

    .chat_box .nav-link {
        width: 100%;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        padding-bottom: 16px;
    }

    .chat_box .us_txt {
        text-align: left;
    }

        .chat_box .us_txt h5 {
            margin-bottom: 2px;
            font-size: 16px;
            color: #9a9999;
            font-weight: 600;
            margin-top: 5px;
        }

        .chat_box .us_txt h4 {
            font-size: 12px;
        }

    .snt_btn img {
        width: 57px;
        /* height: 32px; */
    }

    .snt_btn button {
        margin-right: 9px;
    }

    .msg_box h2 {
        padding: 7px 9px;
        font-size: 12px;
    }

    .msg_box img {
        height: 37px !important;
        width: 37px !important;
        border-radius: 50%;
    }

    .msg_box h4 {
        height: 63px;
        width: 63px;
        line-height: 15px;
        font-size: 13px;
        padding-top: 14px;
    }

    .sentbox h2 {
        font-size: 13px;
        padding: 7px 13px;
        border-radius: 34px 35px 0px 35px;
    }

    .comm_head h2 {
        font-size: 22px;
    }
    /* Wallet Responsive */
    .enter_amount {
        padding-top: 0px;
        padding: 0px 15px 0px 15px;
    }

    .wallet_balance h4 {
        font-size: 21px;
    }

    #money_add .modal-content {
        border-radius: 31px;
        padding: 9px 0px;
    }

    .border_str p {
        margin-left: 6px;
    }

    .payable_amount h4 {
        font-size: 21px;
    }

    .my_wallet button {
        padding: 9px 0px;
        font-size: 15px;
        border-radius: 45px;
        display: block;
        margin: auto;
        margin-top: 15px;
    }

    .wallet_th h2 {
        font-size: 10px;
    }

    .plus {
        height: 19px;
        width: 19px;
        line-height: 18px;
        border: 1px solid #c80443;
        font-size: 16px;
        text-align: center;
        color: #c80443;
        border-radius: 50%;
        display: block;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .order_details h3 {
        font-size: 10px;
    }

    .book_no h3 {
        font-size: 9px;
    }

    .suc p {
        font-size: 9px;
    }

    .money h3 {
        font-size: 9px;
    }

    .order_details h4 {
        font-size: 9px;
    }

    .order_details p {
        font-size: 9px;
    }
}

/* Responsive CSS close */



@media screen and (min-width:767px) {

    .solution-area .owl-control-center .owl-buttons .owl-prev {
        left: -45px;
        padding-right: 4px;
        color: #fff;
        background: none;
    }

    .solution-area .owl-control-center .owl-buttons .owl-next {
        right: -30px;
        padding-right: 4px;
        color: #fff;
        background: none;
    }

    .booking-slide .owl-control-center .owl-buttons .owl-prev {
        left: -30px;
        padding-right: 4px;
        color: #fff;
        background: none;
        display: none;
    }

    .booking-slide .owl-control-center .owl-buttons .owl-next {
        right: -45px;
        padding-right: 4px;
        color: #fff;
        background: none;
    }

    .testimonial-sub-area .owl-control-center .owl-buttons .owl-prev {
        left: -45px;
        padding-right: 4px;
        color: #a3a2a2;
        background: none;
    }

    .testimonial-sub-area .owl-control-center .owl-buttons .owl-next {
        right: -45px;
        padding-right: 4px;
        color: #a3a2a2;
        background: none;
    }

    .client-sub-area .owl-control-center .owl-buttons .owl-prev {
        left: -45px;
        padding-right: 4px;
        color: #d0d0d0;
        background: none;
    }

    .client-sub-area .owl-control-center .owl-buttons .owl-next {
        right: -45px;
        padding-right: 4px;
        color: #d0d0d0;
        background: none;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

.save-final-btn {
    margin-right: 15px;
}

.table-bordered td, .table-bordered th {
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.tab-content .btn {
    /* background-color: #2819cd;
    border-color: #2819cd;*/
    font-size: 13px !important;
    width: auto;
    text-align: center;
    padding: 9px 9px;
    font-weight: 600;
}

.top_btn a {
    font-size: 14px;
    padding: 7px 9px;
    width: 99px;
}

    .top_btn a i {
        padding-right: 5px;
    }

.set_btn {
    margin-top: 3px;
}

.desk {
    display: none;
}

.green_btn {
    background: #0ca841 !important;
    border: 1px solid #0ca841 !important;
}

.l_txt {
    text-align: center;
}


@media (max-width: 767px) {
    .history_table tr {
        display: block;
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .history_table {
        border-radius: 0px !important;
    }

        .history_table td {
            display: block;
            border: none;
            padding: 4px 2px !important;
        }

    .l_txt h5 {
        text-align: center;
        margin-bottom: -7px;
        margin-top: 13px;
    }

    .history_table .table-bordered {
        border: none;
    }

        .history_table .table-bordered th {
            font-size: 14px;
            display: inline-block;
            border: none;
            padding: 9px 13px 9px 9px;
        }

    .history_table {
        box-shadow: none;
    }

        .history_table .container {
            padding: 0px !important;
        }

    .history_table_main .pay-form {
        padding: 0px !important;
    }

    .tab-content p {
        font-size: 12px;
        margin-bottom: -2px;
    }

    .inp_txt .form-control {
        height: 53px;
        margin-bottom: 22px;
        font-size: 17px;
    }

    .btn-danger {
        color: #fff;
        background-color: #dc3545 !important;
        border-color: #dc3545 !important;
    }

    .footer-bottom {
        width: 100%;
        background: #000000;
        padding: 0px 0px;
        position: relative;
        bottom: 0px;
        padding-top: 0px !important;
    }

    .m_none {
        display: none;
    }

    .top_btn a {
        font-size: 14px;
        padding: 7px 9px;
        width: 93%;
        padding-left: 10px;
        margin-left: 9px;
        margin-top: 17px;
    }

    .desk {
        display: block;
        margin: 0px;
        padding: 0px;
        width: 163px;
        font-size: 13px;
        margin-top: 0px !important;
        padding-left: 0px;
        padding-right: 0px !important;
    }

    .set_btn .btn {
        margin-top: 3px;
        padding: 6px 4px;
    }

    .tabl_ar td {
        text-align: center !important;
        font-size: 13px;
        padding: 10px 4px;
    }

    .tabl_ar .btn {
        font-size: 12px !important;
        width: auto;
        text-align: center;
        padding: 7px 5px;
        font-weight: 600;
    }

    .table-bordered th {
        font-size: 14px;
    }

    .prize_txt h3 {
        text-align: center;
        font-size: 26px;
        color: #0ca841;
        font-weight: 700;
    }

        .prize_txt h3 span {
            color: #ff4033;
        }

    .prize_txt h4 {
        text-align: center;
        font-size: 23px;
        margin-bottom: 21px;
        color: #504e4e;
        font-weight: 600;
        text-transform: capitalize;
    }

        .prize_txt h4 span {
            color: #ff4033;
        }

    .img_area {
        padding: 10px 0px 50px 0px;
    }

        .img_area img {
            display: block;
            margin: auto;
            height: 190px;
        }

    .table_prize td, .table_prize th {
        border: 1px solid #dee2e6;
        text-align: center;
    }

    .table_prize tr td {
        text-align: center !important;
    }

    .table_prize th {
        text-align: center !important;
    }

    .img_area h3 {
        text-align: center;
        font-size: 31px;
        font-weight: 600;
        margin-bottom: 31px;
    }

    .img_area h4 {
        text-align: center;
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 31px;
    }


    @media screen and (max-width:767px) {
        .prize_txt h3 {
            text-align: center;
            font-size: 19px;
            color: #0ca841;
            font-weight: 700;
        }

        .prize_txt h4 {
            text-align: center;
            font-size: 18px;
        }
    }
}
.blinking-table {
    padding: 14px;
    display: block;
    align-content: center;
    background-color: #ff69b4;
    border-radius: 8px;
    color: white;
}
table {
    width: 100%;
    border-collapse: collapse;
    color: #333; /* Table text color */
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #f5f5f5;
}

/* Responsive media query for smaller screens */
@media screen and (max-width: 600px) {
    h1 {
        font-size: 1em;
    }

    table {
        font-size: 14px;
    }
}

/* Animation for date */
.fadeIn {
    opacity: 0;
    animation: fadeInAnimation 2s ease-in-out forwards;
}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Styling for static start and end dates */
.startDate, .endDate {
    font-weight: bold;
    color: #4CAF50;
}

.endDate {
    color: #FF0000;
}
.blinking-text {
    animation: blink-animation 2s infinite;
    font-size: 1.2em;
}

@keyframes blink-animation {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0.3;
    }
}

.rotating-signs {
    display: inline-block;
    font-size: 1.2em;
    animation: rotateClockwise 4s linear infinite, rotateCounterclockwise 4s linear infinite;
}

@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
        color: #ff0000; /* Red */
    }

    25% {
        transform: rotate(90deg);
        color: #00ff00; /* Green */
    }

    50% {
        transform: rotate(180deg);
        color: #0000ff; /* Blue */
    }

    75% {
        transform: rotate(270deg);
        color: #ff00ff; /* Magenta */
    }

    100% {
        transform: rotate(360deg);
        color: #ff0000; /* Red */
    }
}

@keyframes rotateCounterclockwise {
    0% {
        transform: rotate(0deg);
        color: #00ff00; /* Green */
    }

    25% {
        transform: rotate(-90deg);
        color: #0000ff; /* Blue */
    }

    50% {
        transform: rotate(-180deg);
        color: #ff00ff; /* Magenta */
    }

    75% {
        transform: rotate(-270deg);
        color: #ff0000; /* Red */
    }

    100% {
        transform: rotate(-360deg);
        color: #00ff00; /* Green */
    }
    

}
