    @font-face {
        font-family: "dinregular";
        src: url("../assets/fonts/dinregular-webfont.woff");
    }
    
    @font-face {
        font-family: "dinbold";
        src: url("../assets/fonts/dinbold-webfont.woff");
    }
    
    body {
        overflow-x: hidden;
        font-family: "dinregular";
    }
    
    .overlay {
        height: 100vh;
        width: 100vw;
        position: absolute;
        background-color: rgba(0, 0, 0, .5);
        z-index: 999;
        display: none;
    }
    
    .nav-item a {
        color: white !important;
        font-size: 18px;
    }
    
    .side-bar {
        width: 250px;
        height: 100vh;
        background-color: #000000;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
        /* padding: 11px; */
    }
    
    .show-menu {
        /*  right: 0px; */
        width: 250px;
        opacity: 1;
        transition: display 1s ease-in;
        padding: 10px;
        display: inline-block;
    }
    
    .hide-menu {
        right: -250px;
        padding: 0px;
        transition: display 1s;
        padding: 10px;
        opacity: 0;
        display: none;
    }
    
    .nav-item a {
        text-decoration: none;
    }
    
    .nav-margin {
        margin-right: 11px;
    }
    
    .header-social-icon {
        font-size: 29px !important;
    }
    
    .navbar-nav .nav-item {
        margin-right: 10px;
    }
    
    .toggle-size {
        font-size: 46px !important;
    }
    
    .togle-contact {
        display: none !important;
    }
    
    @media screen and (max-width:1000px) {
        .hide-contact {
            display: none !important;
        }
        .togle-contact {
            display: block !important;
            border-top: 1px solid white;
            padding-top: 21px;
        }
    }
    
    .logo-size {
        width: 208px;
    }
    
    @media screen and (max-width:999px) {
        .logo-size {
            width: 132px;
        }
    }
    
    footer {
        background-color: #1c1c1c;
        padding: 40px;
    }
    
    footer .quick {
        color: white;
        font-size: 21px;
        font-weight: 600;
    }
    
    .footer-contact {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
    
    @media screen and (max-width:575px) {
        .footer-contact {
            justify-content: flex-start;
        }
        .phone {
            margin-left: 15px;
        }
        footer {
            padding: 10px;
        }
    }
    
    .footer-contact p {
        line-height: 0px;
        color: rgb(116, 116, 116);
    }
    
    .phone {
        margin-top: 16px;
    }
    
    .phone p {
        line-height: 5px;
    }
    
    .mail {
        width: 55px !important;
    }
    
    .footer-contact img {
        width: 40px;
    }
    
    @media screen and (max-width:1000px) {
        .footer-contact img {
            width: 23px;
        }
        .mail {
            width: 33px !important;
        }
    }
    
    footer .logo-size {
        margin-top: 32px;
    }
    
    footer h3 {
        margin-top: 10px;
    }
    
    .copyright {
        color: rgb(128, 128, 128);
        margin-top: 30px;
    }
    
    footer a,
    a:hover {
        color: rgb(128, 128, 128);
        text-decoration: none;
    }
    /* slider */
    /* 
    #myCarousel .carousel-item .mask {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
         
    }
    
    #myCarousel h4 {
        font-size: 50px;
        margin-bottom: 15px;
        color: rgb(0, 0, 0);
        line-height: 100%;
        letter-spacing: 0.5px;
        font-weight: 600;
    }
    
    #myCarousel p {
        font-size: 18px;
        margin-bottom: 15px;
        color: #d5d5d5;
    }
    
    #myCarousel .carousel-item a {
        background: #F47735;
        font-size: 14px;
        color: #FFF;
        padding: 13px 32px;
        display: inline-block;
    }
    
    #myCarousel .carousel-item a:hover {
        background: #394fa2;
        text-decoration: none;
    }
    
    #myCarousel .carousel-item h4 {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }
    
    #myCarousel .carousel-item p {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
    }
    
    #myCarousel .carousel-item a {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
    
    #myCarousel .carousel-item .mask img {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
        display: block;
        height: auto;
        max-width: 100%;
    }
    
    #myCarousel h4,
    #myCarousel p,
    #myCarousel a,
    #myCarousel .carousel-item .mask img {
        -webkit-animation-duration: 1s;
        animation-duration: 1.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    #myCarousel .container {
        max-width: 1430px;
    }
    
    #myCarousel .carousel-item { 
        min-height: 381px;
    }
    
    #myCarousel {
        position: relative;
        z-index: 1;
        background: url('../assets/images/slider1.jpg');
        background-size: cover;
    }
    
    @media screen and (max-width:754px) {
        #myCarousel {
            position: relative;
            z-index: 1;
            background: url('../assets/images/slider2.jpg');
            background-size: cover;
        }
        .slider-text h4 {
            font-family: "dinbold" !important;
            font-size: 39px !important;
            color: #000000 !important;
            background-color: rgba(255, 255, 255, .3);
        }
    } */
    /* 
    .carousel-control-next,
    .carousel-control-prev {
        height: 40px;
        width: 40px;
        padding: 12px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        background-color: #8c8c8c;
        border-radius: 100px;
    }
    
    .carousel-control-prev {
        left: 30px !important;
    }
    
    .carousel-control-next {
        right: 30px !important;
    }
    
    .carousel-item {
        position: relative;
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    
    .carousel-fade .carousel-item {
        opacity: 0;
        -webkit-transition-duration: .6s;
        transition-duration: .6s;
        -webkit-transition-property: opacity;
        transition-property: opacity
    }
    
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right,
    .carousel-fade .carousel-item.active {
        opacity: 1
    }
    
    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-right.active {
        opacity: 0
    }
    
    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    
    @supports (transform-style:preserve-3d) {
        .carousel-fade .carousel-item-left.active,
        .carousel-fade .carousel-item-next,
        .carousel-fade .carousel-item-prev,
        .carousel-fade .carousel-item-prev.active,
        .carousel-fade .carousel-item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    
    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    @-webkit-keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    @keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }
    
    @-webkit-keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
    
    @-webkit-keyframes slideInRight {
        from {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            visibility: visible;
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    @keyframes slideInRight {
        from {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            visibility: visible;
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    .slideInRight {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
    }
    
    .slider-text {
        margin-top: 101px;
        margin-left: 102px;
    }
    
    .slider-text h4 {
        font-family: "dinbold" !important;
        font-size: 39px !important;
        color: #000000 !important;
    } */
    /*slider end */
    
    .head {
        font-size: 39px;
        font-weight: 800;
        font-family: 'dinbold';
        color: #000000 !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .about p {
        font-size: 18px;
        color: #000000 !important;
        margin-bottom: 15px;
    }
    
    .fleet-title {
        font-weight: 800;
        font-size: 16px;
    }
    
    .fleet {
        padding-left: 0px !important;
    }
    
    .fleet p {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    
    .fleet-price {
        margin-top: 10px !important;
    }
    
    .fleet-button {
        color: #fff;
        background-color: #7e8da1 !important;
        border-color: #7e8da1 !important;
        text-transform: uppercase !important;
        margin-top: 15px !important;
        border-radius: 0px;
        font-size: 12px;
    }
    
    .no-border {
        border: none !important;
    }
    
    .no-pad {
        padding: 0px !important;
    }
    
    .zero-radius {
        border-radius: 0px !important;
    }
    
    .g-10,
    .gx-10 {
        --bs-gutter-x: 5rem !important;
    }
    
    @media screen and (max-width:600px) {
        .g-10,
        .gx-10 {
            --bs-gutter-x: 2rem !important;
        }
    }
    /* end fleet */
    
    .why-bg {
        background-color: #f6f5f3;
    }
    
    .car-size {
        height: 100% !important;
        width: 100% !important;
    }
    /* testimonials */
    
    .testimonial-bg {
        background-image: url('../assets/images/testimoinal-bg.jpg');
        background-size: cover;
        height: 432px;
        display: block;
        width: 100%;
    }
    .carousel-testimonial-img{
        width: 100px;
    }
    .testi-text {
        max-width: 600px;
        margin-left: auto !important;
        margin-right: auto !important;
        color: white;
    }
    
    .carousel-indicators button {
        width: 10px !important;
        height: 10px !important;
        border-radius: 100px !important;
        background-color: white !important;
    }
    
    .carousel-indicators .active {
        background-color: yellow !important;
    }
    .testimonial-bg  .carousel-indicators{
        bottom: -30% !important;
    }

    .img-border {
        border: 4px solid #f1c40f;
    }
    /* faq accordian */
    
    .accordion .card-header:before {
        font-family: 'FontAwesome';
        content: "\f068";
        font-size: 22px;
    }
    
    .accordion .card-header.collapsed::before {
        /* symbol for "collapsed" panels */
        content: "\f067";
        font-size: 22px;
    }
    
    .no-bg {
        background: transparent !important;
        border: none !important;
    }
    
    .card-header a {
        font-size: 20px !important;
        font-weight: 600 !important;
    }
    
    .faq-car {
        position: absolute;
        bottom: 0;
    }
    
    @media screen and (max-width:991px) {
        .faq-car {
            position: relative;
        }
    }
    
    .sub-head {
        font-size: 21px;
        font-weight: 400;
        font-family: 'dinbold';
        color: #000000 !important;
        margin-top: 30px;
    }
    
    .why-car-size {
        width: 100%;
    }
    
    .luxury-ul {
        font-size: 22px;
        color: #000000;
    }
    /* fleet page */
    
    .fleet-table {
        font-size: 13px;
    }
    
    .fleet-car {
        width: 90%;
    }
    
    .fleet-box-margin {
        margin-bottom: 30px;
    }
    
    .service-card-bg {
        background-color: #f0f1f3;
    }
    
    .service-card-bg p {
        line-height: 16px;
        font-size: 14px;
        text-align: justify;
        margin: 0;
    }
    
    .service-card-body {
        max-height: 240px;
        min-height: 240px;
        border-bottom: 2px solid black;
    }
    
    .service-button {
        position: absolute;
        bottom: 30px;
    }
    
    .contact-bg {
        background-color: #7d8ba0;
        height: auto;
    }
    
    .adress {
        background-color: transparent;
        height: auto;
        width: 100%;
        padding-bottom: 40px;
        padding-top: 20px;
    }
    
    .whats {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-top: 28px;
    }
    
    .number {
        margin-left: 50px;
        color: white;
        font-size: 20px;
        font-weight: 600;
    }
    
    .contact-social {
        font-size: 36px !important;
        color: white;
    }
    
    iframe {
        width: 100%;
        height: 100%;
    }
    
    .contact-para {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    /* enquiry */
    
    .radio {
        margin: 0.5rem;
    }
    
    .radio input[type=radio] {
        position: absolute;
        opacity: 0;
    }
    
    .radio 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;
        position: relative;
        top: -0.2em;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
    }
    
    .radio input[type=radio]:checked+.radio-label:before {
        background-color: #3197ee;
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }
    
    .radio input[type=radio]:focus+.radio-label:before {
        outline: none;
        border-color: #3197ee;
    }
    
    .radio input[type=radio]:disabled+.radio-label:before {
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #b4b4b4;
        background: #b4b4b4;
    }
    
    .radio input[type=radio]+.radio-label:empty:before {
        margin-right: 0;
    }
    /* newslider */
    
    .carousel-inner .carousel-item {
        transition: transform 2s ease;
    }
    
    .h1-carousel {
        width: 100%;
        text-align: center;
        color: black;
        text-shadow: 1px 1px 2px rgba(2, 15, 19, 0.70);
        font-style: normal;
        font-weight: 400;
        font-size: 4vw;
        transition: 2s;
    }
    
    .carousel-caption {
        position: absolute;
        top: 30%;
        opacity: 1;
        transition: 1s;
    }
    
    .carousel-caption.slide {
        top: 0;
        opacity: 1;
    }
    
    .caption-bottom {
        position: relative;
        bottom: 4vh;
        opacity: 1;
        transition: 1s;
    }
    
    .caption-bottom.slide {
        bottom: -90vh;
        opacity: 1;
    } 

    .accordion-button:not(.collapsed)::after{
        background-image: none;
        float: right !important;
font-family: FontAwesome;
content: "\f068";
padding-right: 5px;
    }
    .accordion-button::after{
        background-image: none;
        float: right !important;
font-family: FontAwesome;
content: "\f067";
padding-right: 5px;
    }
/* 
    .panel-title > a.collapsed::before {
        float: right !important;
        content: "\f067";
      }
 */

 .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: none !important;
  }
  .accordion-item {
    background-color: #fff;
    border: none !important;
  }
  .accordion-item .accordion-button {
    color: #272727;
    font-weight: bold;
  }
  .faqCar{
      position: relative;
  }
 .faqCar img{
    position: absolute;
    bottom: 0;
}

/* 30-01-2024 */
.footer-contact .phone ul li {
	display: inline-block;
	width: 41px;
	height: 41px;
	color: black;
	background: white;
	padding: 9px;
	border-radius: 100px;
	margin-top: -36px;
	text-align: center;
	margin-right: 4px;
}
@media screen and(max-width:968px){
    .l-0{
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
}
