@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
    font-optical-sizing: auto;
}
body {
    font-family: "Mulish", sans-serif!important;
    font-size: .9rem !important;
    font-weight: 400 !important;
    color: #4d4d4d !important;
}
.ast-container p{
    font-size: 14px !important;
    color: #4d4d4d !important
}
.container {
    max-width: 1300px !important;
}

.alpha-container {
	max-width: min(100%, 1250px);
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.brand-logo {
    min-width: 72px;
    background: #f9fafb;
    display: flex;
    align-items: center;
    width: 72px;
    height: 72px;
    min-height: 72px;
    justify-content: center;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #0000001a;
}

.brand h1 {
    width: 100%;
    font-weight: 600 !important;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 22px !important;
    color: #373737;
    letter-spacing: -.5px;
}

.share-icon {
    z-index: 2;
    background: #fff;
    border-radius: 50px;
    padding: 5px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #0000001a;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.image-item {
    width: 25%;
}

.image-item img {
    height: 320px;
    object-fit: cover;
}

.gallery-grid {
    border-radius: 15px;
    overflow: hidden;
    gap: 10px;
}

.see-all-btn {
    border: none;
    position: absolute;
    z-index: 9;
    background: linear-gradient(90deg, #b5862c 0, #f4df6e 14%, #d5af34 23%, #f4df6e 89%, #b5862c 100%);
    padding: 3px 15px;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    border-radius: 5px !important;
    font-size: 14px !important;
}

.h2-title {
    width: 100%;
    line-height: 1.2 !important;
    font-size: 22px !important;
    color: #373737 !important;
    letter-spacing: -.5px !important;
    margin-bottom: 5px;
}

/*=========================*/
.carsmalldetail {
    white-space: nowrap;
    gap: 8px;
    margin-left: 0px;
    display: flex;
    width: 38%;
}

.carsmalldetail li {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid transparent;
    background: #f4f4f4;
    border-radius: 6px;
    padding: 8px;
    height: 38px;
    color: #373737;
    font-size: 12px;
    width: fit-content;
}

.carsmalldetail li img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.tooltip.show {
    padding: 10px 30px 12px !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 50px !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 14px;
    font-size: 12px !important;
    text-align: left !important;
    justify-content: start !important;
}

.tooltip-inner {
    text-align: left !important;
    justify-content: start !important;
}

.location-p {
    color: #595959;
    font-size: 14px;
    letter-spacing: -.3px;
}

.pricing-heading {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 24px;
    margin-top: 40px;
}

.pricing-heading span {
    background: #fff;
    position: relative;
    padding-right: 10px;
}

.pricing-heading:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #d1d1d1 0, #fff 100%);
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-link.active {
	background: #fff !important;
}
/*======================================*/
.c-tabs {
    border: none;
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, .05) !important;
}

.c-tabs .nav-tabs {
	background-color: #f2f4f7 !important;
	border-radius: 10px !important;
	/* min-height: 91px !important; */
	/* display: flex; */
    /* flex: 1; */
	/* align-items: center; */
	/* justify-content: space-between; */
	padding: 5px !important;
	/* padding-bottom: 7px; */
	/* border: none; */
	/* width: 100%; */
	margin: 0;
	/* top: 46px; */
}
.c-tabs .nav-tabs li {
    flex: content;
}
/* .card.c-tabs.mb-4{
    height: 200px;
} */
.c-tabs .nav-item button.active {
    background: #fff;
    box-shadow: 0 1px 3px 0 #10182826;
    color: #cc4700 !important;
}

/* .c-tabs .nav-item {
    width: calc(33.33% - 5px);
} */

.c-tabs .nav-item button {
    background: 0 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 12px 5px;
    transition: .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px !important;
    width: 100%;
    /* min-height: 83px; */
    font-weight: 500;
    font-size: inherit;
    letter-spacing: 1px;
    line-height: 20px;
    display: inline-block;
    box-shadow: unset;
}
.c-tabs .nav-item button.active{
    box-shadow: 0 1px 3px 0 #10182826;
    color: #e96939;
}

.c-tabs .nav-item button small {
    color: #373737;
}

.pricing-content {
    padding: 18px 24px;
    /* top: 98px;
    position: relative; */
}

.card-del {
    display: flex;
    flex-wrap: wrap;
    padding: 14px 9px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 4px 60px 0 #0000000d;
    margin-bottom: 40px;
    list-style: none;
}

.card-del li {
    width: 33.33%;
    padding-right: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px !important;
}

.caroverview-detail {
    display: flex;
    flex-wrap: wrap !important;
    margin-bottom: 40px;
    gap: 12px;
}

.caroverview-detail .box-overview {
    display: flex;
    width: 49%;
    padding: 10px 12px;
    border: 1px solid #eee;
    border-radius: 6px;
    line-height: 18px;
    transition: .4s;
    min-height: 44px;
    color: #595959;
    font-size: 14px;
    letter-spacing: -.3px;
    justify-content: space-between;
    align-items: center;
}

.caroverview-detail .box-overview img {
    filter: brightness(.3) grayscale(1);
}

.caroverview-detail .box-overview span {
    display: flex;
    gap: 8px;
    align-items: center;
}

.caroverview-detail .box-overview a {
    color: #373737;
    margin: 0 0 0 auto;
}

.caroverview-detail .box-overview .text-right {
    color: #373737;
    text-align: right;
    font-size: inherit;
}

.card-header {
    border-radius: 10px;
    margin-bottom: -1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 14px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
    position: relative;
}

.card-header h4 {
    border: none !important;
    line-height: 1.2;
    padding-right: 15px;
    color: #373737;
    font-size: 14px;
    letter-spacing: -.3px;
    margin: 0px;
}

.border-1-r-10 {
    border-radius: 10px !important;
    border: 1px solid #ddd;
    overflow: hidden;
    height: 100%;
}

.border-1-r-10 img {
    margin-right: 6px;
}

.border-1-r-10 .card-body ul {
    list-style: none;
    padding: 0px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-left: 0px;
}

.border-1-r-10 .card-body ul li {
    display: flex;
    align-items: center;
    font-size: 13px;
    width: 48% !important;
}

.btn-features {
    color: #cc4700 !important;
    cursor: pointer;
    padding: 0 20px 0 0;
    font-size: 13px;
    line-height: 14px;
    position: relative;
    text-decoration: none !important;
}

.btn-features img {
    width: 15px;
    height: 15px;
}

.rotate-down {
    transform: rotate(90deg);
}
.rotate-up {
	transform: rotate(-90deg);
}

.right-side-box {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 10px;
    font-size: 14px;
}

.right-side-box .first-area {
    padding: 24px;
}

.right-side-box .title-brand-name {
    color: #373737;
    font-size: 14px;
    margin-bottom: 0px;
    letter-spacing: -.3px;
    font-weight: 400;
}

.brand-img-right-box {
    width: 120px;
    height: 60px;
    margin: 0;
}

.contact-lable {
    font-size: 14px !important;
    /* font-weight: 600; */
    margin-bottom: 15px;
    margin-top: 15px;
}

.btn-call {
    background: #faf7ff !important;
    color: #751fff !important;
    border: 1px solid #d1b5ff !important;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
    justify-content: center;
    width: 50%;
    cursor: pointer;
    gap: 5px;
    font-size: 14px !important;
    font-style: normal;
    text-decoration: none !important;
    font-weight: 600;
}

.btn-call:hover {
    background: #751fff !important;
    color: #fff !important;
}

.btn-call:hover img {
    filter: brightness(0) invert(1) !important;
}

.btn-whatsapp {
    background: #f2f8f2 !important;
    border: 1px solid #8cc38c !important;
    color: #007b00 !important;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
    justify-content: center;
    width: 50%;
    cursor: pointer;
    gap: 5px;
    font-size: 14px !important;
    font-style: normal;
    text-decoration: none !important;
    font-weight: 600;
}

.btn-whatsapp:hover {
    background: #3f973f !important;
    color: #fff !important;
}

.btn-whatsapp:hover img {
    filter: brightness(0) invert(1) !important;
}

.second-area .img-c {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    margin-right: 14px;
    border: 1px solid #eee;
    box-shadow: 0 3.18px 15.88px -1.59px #3535351a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-area {
    background-color: #f4f4f4;
    padding: 14px;
    line-height: 1.6;
    width: 100%;
    color: #4d4d4d;
    display: flex;
}

.second-area h6 {
    font-size: 13px;
    font-weight: 600;
}

.second-area p {
    font-size: 12px;
}

.third-area {
    justify-content: space-between;
    padding: 14px 24px;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 16px;
    display: flex;
}

.third-area .simple-link {
    color: #4d4d4d;
    margin-left: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none !important;
    cursor: pointer;
}

.third-area .simple-link img {
    margin-left: 3px;
    width: 14px;
    height: 14px;
    object-fit: contain;
    filter: brightness(.3) grayscale(1);
    margin-top: 2px;
    min-width: 14px;
    min-height: 14px;
}

.scheadule-box-header {
    background: #d9fdd3;
    border: 1px solid #1ed700;
    align-items: center;
    padding: 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
    font-size: 13px;
    gap: 14px;
}

.scheadule-box-header .time-img {
    border: 1.59px solid #007b0033;
    background: #fff;
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 50%;
    min-width: 48px;
    min-height: 48px;
}

.scheadule-box-header .f-14 {
    font-size: 14px;
    font-weight: 600;
}

.scheadule-box-header .f-13 {
    font-size: 13px;
}

.togle-icon-arrow {
    transform: rotate(0) scale(1.3);
    right: 20px;
    margin-top: 0;
    width: 22px;
    height: 22px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.btn-gery {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    line-height: 12px;
    align-items: center;
    height: 27px;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px 10px;
    color: #4d4d4d !important;
    letter-spacing: .5px;
    gap: 6px;
    background: #f9fafb;
    margin-left: 10px;
}

.time-detail {
    width: 100%;
    margin: 0 auto;
}

.time-detail tr {
    width: 100%;
}

.time-detail td {
    padding: 7px;
    border: 1px solid #0000001a;
    font-size: 13px;
}

.time-detail td:last-child {
    text-align: right;
}

.mngdouble-img li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mngdouble-img img {
    filter: brightness(.3) grayscale(1);
}

.togle-icon-arrow-s {
    width: 23px;
    height: 23px;
}

.btn-h3 {
    font-size: 18px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 5px 0 15px;
    display: block;
    width: 100%;
    position: relative;
    letter-spacing: 1px;
    color: #373737;
    text-transform: uppercase;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #d1d1d1 0%, #fff 100%);
    border-image-slice: 1;
    margin-bottom: 10px;
    line-height: 30px;
}

.big-btn {
    cursor: pointer;
}

.rotate-icon {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.accordion-item {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid;
}

.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid !important;
}

.modal-slide-custom {
	position: fixed !important;
	top: 0;
	right: 0;
	max-width: 500px !important;
    width: 100%;
	height: 100vh;
	margin: 0 !important;
	transform: translateX(100%);
	transition: transform 0.4s ease-in-out;
	z-index: +99999;
	background: #fff;
	border-left: 1px solid #ddd;
	padding: 20px 30px;
}
.rightbarbtn {
	border-radius: 20px;
	background: #fff;
	padding: 3px 10px;
	font-size: 13px;
	border: 1px solid #ccc;
	line-height: 1.42857143;
	display: inline-block;
	margin: 6px 4px 6px 0;
	color: #4d4d4d !important;
    text-decoration: none !important;
}
.modal.fade.show .modal-slide-custom {
    transform: translateX(0);
    padding: 0;
}

.modal-content {
    height: 100%;
    border-radius: 0;
}

@media (max-width: 576px) {
    .modal-slide-custom {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .carsmalldetail {
        padding: 0px;
        margin-top: 10px;
    }

    .caroverview-detail .box-overview {
        width: 100%;
    }

    .card-del li {
        width: 50%;
    }

    .image-item {
        width: 100%;
    }

    .image-item img {
        width: 100%;
    }
}


/* ======= Chauffeur Page CSS ========= */

.breadcrumb {
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px
}

.breadcrumb svg {
    display: inline-flex;
    vertical-align: middle;
    margin-top: -2px
}

.crumbs-last {
    cursor: default;
    pointer-events: none
}

.btnspecbutton:hover,
.chauf-affordable .text-small,
.skill-box {
    color: #000
}

.rqst-btn {
    width: 90%;
    color: #fff
}

.breadcrumb a:after {
    position: absolute;
    content: url(https://www.oneclickdrive.com/application/views/images/chevron-right.svg?v=1);
    width: 0;
    height: 0;
    margin-top: 3px;
    -webkit-transform: rotate(0) scale(.8);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: scale(.8);
    opacity: .6;
    margin-left: 2px
}

.breadcrumb a {
    padding-right: 20px
}

.crumbs-last,
a.crumbs-last {
    color: #c3c1bf !important
}

.crumbs-last::after,
a.crumbs-last::after {
    display: none;
}

.breadcrumb a,
.breadcrumb a span,
.modal-wrapper .close:hover,
a {
    color: #D2A143
}

a {
    text-decoration: none;
}

.breadcrumb a {
    text-decoration: none;
    line-height: 1.5;
    font-size: .9rem;
    font-weight: 400;
}

.breadcrumb a:hover,
a:hover {
    text-decoration: underline !important
}

.dsktit {
    line-height: 1.2em;
    color: #4d4d4d;
    font-size: 28.8px !important;
    font-weight: bold;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}
/* 
p {
    color: #4d4d4d;
    font-weight: 400;
    font-size: .9rem;
} */


.prodct-fechr {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px
}

@media (min-width: 730px) {
    .webonly {
        display: block;
    }
}

@media (min-width: 730px) {

    .row,
    .skill-box.webonly {
        display: flex;
    }
}

.skill-box {
    padding: 0 0 10px 0;
}

.info-d {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
}

.info-d {
    align-items: center;
    display: flex;
    gap: 8px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .chauffeur-sec .col-lg-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (min-width: 1024px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 30%;
    }
}

.slider-wrapper {
    /* max-width: 800px; */
    width: 100%;
}

.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-slider img {
    width: 100%;
    height: auto;
    display: block;
    /* border-radius: 10px; */
}

.main-slider .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0000006e;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 5px;
    padding: 0 !important;
    z-index: 1;
}

.main-slider .prev {
    left: 10px;
}

.main-slider .next {
    right: 10px;
}

.thumbnail-slider {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    overflow-x: hidden;
}

.thumbnail-slider img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}

.thumbnail-slider img.active {
    border: inset 3px #D2A143;
}

.slider-container {
    max-width: 800px;
    width: 100%;
}
/* #drksidebox .main-image{
    width: 735px !important;
} */

.main-image {
    width: 100%;
    /* height: 450px; */
    height: 330px;
    overflow: hidden;
    /* border-radius: 10px; */
    /* margin-bottom: 20px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.airport-sec .main-image {
    height: 550px;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
}

.thumbs-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.thumbs {
    display: flex;
    overflow-x: hidden;
    gap: 10px;
}

.thumbs img {
    width: 120px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
    cursor: pointer;
    border: 3px solid transparent;
    transition: 0.3s;
    flex-shrink: 0;
}

.thumbs img.active {
    border-color: #D2A143;
}

.arrow {
    position: absolute;
    /* background: #fff; */
    background: #0000006e;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 2;
    border-radius: 5px;
}

.arrow.left {
    left: -20px;
}

.arrow.right {
    right: -20px;
}


.pricingwebbg {
    background: #4d4d4d;
    color: #fff;
    padding: 15px;
}

@media (min-width: 730px) {
    .webonly {
        display: block;
    }
}

.pricingwebbg .big-heading {
    border-bottom: 1px dashed #dcdcdc57;
    text-transform: uppercase
}

.pricingwebbg .big-heading h4 {
    font-size: 17px;
    font-weight: 400
}

.pricing_wth_dropdwn {
    display: flex;
    align-items: baseline
}
.pricing_wth_dropdwn h4 {
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
}

td s {
    color: #cccccca1
}

.citydrp {
    position: relative;
    display: inline-block;
    width: auto;
    padding-bottom: 0;
    border-bottom: 1px solid #D2A143;
    margin-left: 5px;
}

.cityselect {
    font-size: 17px;
    border: 0;
    padding: 0;
    text-transform: uppercase;
}

.cityselect,
.fespecbox li:hover {
    color: #D2A143;
    cursor: pointer;
}

.cityselect:before {
    border: 7px solid #fff0;
    border-color: #D2A143 #fff0 #fff0;
    position: absolute;
    z-index: 9
}

.cityselect:after {
    border-color: #D2A143 #fff0 #fff0;
    position: absolute
}

.citydrp-content {
    display: none;
    position: absolute;
    background-color: #efefef;
    min-width: 266px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 #000;
    left: -25px;
    z-index: 9;
    margin-top: 9px
}

.citydrp-content a {
    border-bottom: 1px solid #d4d4d4;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 30px;
    text-decoration: none !important;
    display: block;
    background-color: #fff
}

.citydrp-content a:hover {
    text-decoration: none !important;
    background: #D2A143;
    color: #fff !important
}

.cantrynm {
    background-color: #efefef !important;
    color: #9b9595 !important;
    font-weight: 700 !important;
    cursor: text
}

.citydrp {
    position: relative;
    display: inline-block;
}

.cityselect {
    cursor: pointer;
    color: #D2A143;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
}

.cityselect::after {
    content: '▼';
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.citydrp-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.citydrp-content a {
    color: #333;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-weight: 500;
}

.citydrp-content a:hover {
    background-color: #f2f2f2;
    color: #D2A143 !important;
}

.citydrp-content a.active {
    background-color: #D2A143 !important;
    color: white !important;
}

.pricing-box {
    background-color: #444;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 20px;
    max-width: 400px;
}

.pricing-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
    padding-bottom: 5px;
}

.city-dropdown {
    color: #D2A143;
    cursor: pointer;
    position: relative;
    padding-left: 4px;
    font-weight: normal;
    text-transform: uppercase;
}
.pricing-row {
    display: flex;
    border-bottom: 1px solid #666;
    font-size: 13px;
}
.pricing-row > div:nth-child(1) {
  width: 50%;
}
.pricing-row > div:nth-child(2) {
  border-left: 1px solid #5d5d5d;
  padding: 5px 15px;
}
.pricing-row > div {
  padding: 5px 15px;
}

.extra-charges {
    font-weight: 600;
    margin-top: 20px;
    border-bottom: 1px dotted #999;
    padding-bottom: 5px;
    font-size: 15px;
    margin-bottom: 10px;
}

.supplier-note {
    background-color: #ffefde;
    padding: 10px 15px;
    letter-spacing: .1px;
    line-height: 1.6em;
    color: #484848 !important;
    font-size: 13px;
    padding: 11px;
    margin-top: 20px;
}

.car-info-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.car-info-left,
.car-info-right {
    flex: 1;
    min-width: 300px;
}

.info-block {
    /* margin-bottom: 30px; */
    padding-top: 45px;
    padding-bottom: 25px;
}

.info-block h3 {
    font-size: 17px !important;
    border-bottom: 1px dotted #aaa;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-weight: 600 !important;
}

.icon-list,
.inclusions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-list li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    font-size: 14px;
}

.icon {
    display: inline-block;
    width: 20px;
    margin-right: 8px;
    text-align: center;
    color: #888;
}

.inclusions-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.more-btn {
    border: none;
    transition: background 0.3s;
    margin-top: 15px;
    text-align: left;
    padding: 7px 24px;
    background-image: linear-gradient(90deg, #b5862c 0, #f4df6e 14%, #d5af34 23%, #f4df6e 89%, #b5862c 100%);
    border-radius: 8px !important;
    justify-content: start;
    align-items: center;
    display: flex;
    color: black;
    gap: 3px;
}

.more-btn span {
    font-weight: bold;
}

.more-btn:hover {
    background: linear-gradient(90deg, #dd9b00 35%, #af5d00 100%);
    box-shadow: 0 2px 0 #7777774d, 2px 4px 6px #6c6c6c3d !important;
}

.why-chooseus-block {
    padding-top: 2.604vw;
}
.why-chooseus-block ul {
	margin: 20px 15px;
	line-height: 28px;
}
.why-chooseus-block ul li {
	font-size: 14px;
}
.big-heading, .small-heading {
	font-size: 17px !important;
	line-height: 28px !important;
	border-bottom: 1px dashed #999;
	/* padding-bottom: 6px; */
	margin-bottom: 10px !important;
	font-weight: 400 !important;
}

ul li {
    font-weight: 400;
    color: #4d4d4d;
    font-size: 14px;
}

.p-t-50 {
    padding-top: 2.604vw;
}

h4.ocd_feature_heading {
    display: flex;
    vertical-align: middle;
    font-weight: 700;
    font-size: 15px;
    color: #4d4d4d;
    margin-bottom: 0;
    align-items: center
}

.service-box svg {
    margin-right: 5px;
}

.ocd_feature_p {
    margin: 12px 0 !important;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px !important;
}

.caranddriver img {
    max-height: 350px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .caranddriver .col-md-9 {
        padding-top: 36px !important;
        padding-left: 128px !important;
    }
}

.m-50 {
    margin: 2.604vw 0;
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .icon-text ul li {
        list-style: disc;
    }
}

.icon-text p,
.icon-text ul li {
    border: 0 !important;
    margin: 10px auto;
    line-height: 19px;
    font-weight: 400;
    color: #4d4d4d;
}

.faq-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 14px 35px 14px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    animation: .1s linear 0 press;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 1px #10426117;
    box-shadow: 0 0 10px 1px #10426117;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 1px solid #ddd;
    line-height: 130%;
    background: #fff;
    position: relative;
}

.faq-item.active .faq-question {
    color: #D2A143;
    border-radius: 10px 10px 0 0;
}

.faq-item:hover .faq-question {
    color: #D2A143;
}

.faq-toggle {
	font-size: 24px;
	color: #888;
	transition: transform 0.2s;
	margin-top: -5px;
	position: absolute;
	right: 20px;
	top: 16px;
}

.faq-item.active .faq-toggle {
    color: #D2A143;
}

.faq-answer {
    display: none;
    font-size: 15px;
    color: #444;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ccc;
    padding: 20px 22px;
}

.faq-item.active .faq-answer {
    display: block;
}

.learn-more {
    float: right;
    color: #D2A143;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.learn-more:hover {
    text-decoration: underline;
}

.bttn {
	display: flex;
	font-weight: 500;
	color: #4b4b4b;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* background: #D2A143 !important; */
	background-image: linear-gradient(90deg, #b5862c 0, #f4df6e 14%, #d5af34 23%, #f4df6e 89%, #b5862c 100%);
	border: 1px solid #ddd;
	padding: .4625rem .6rem;
	font-size: .9rem;
	border-radius: .45rem;
	line-height: 1.1em;
	color: black;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
	gap: 10px;
	align-items: center;
}

.bttn:hover {
    box-shadow: 0 2px 0 #7777774d, 2px 4px 6px #6c6c6c3d !important;
    background: linear-gradient(90deg, #dd9b00 35%, #af5d00 100%);
}

.simhd {
    margin-top: 4.167vw !important;
}

.car-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background: #fff;
}

.car-image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    box-shadow: 1px 0 5px #c7c7c7;
    transition: all 0.4 ease-in-out;
    height: 215px;
    display: block;
}

.car-image:hover {
    border: .5px solid #D2A143;
    border-bottom: 0;
}

.car-image:hover img {
    transform: scale(1.07);
    opacity: .7;
}

.car-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.car-image:hover .hover-title-center-bottom {
    opacity: 1;
}

.car-image .hover-title-center-bottom {
    transition: opacity 0.3s ease;
    color: #fff !important;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 14px;
    z-index: 2;
    position: absolute;
    background: rgb(237 131 35 / .75);
    padding: 0 7px;
    line-height: 32px;
    -moz-box-sizing: border-box;
    opacity: 0;
}

.car-image:hover .image-overlay {
    opacity: 0.5;
}

.car-info {
    padding: 10px 15px 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff0;
    box-shadow: 0 0 4px #ccc;
    border: 1px solid #cccc;
    color: #4d4d4d;
}

.car-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mini-card .car-title {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 16px;
    color: #333;
    text-decoration: unset !important;
}

.car-prices {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.price .amount {
    color: #D2A143;
    font-size: 16px;
    font-weight: bold;
}

.price .duration {
    font-size: 12px;
    color: #666;
}

.car-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.car-icons .icon {
    padding: 4px 8px;
    border-radius: 20px;
    width: fit-content;
    font-size: 13px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #d3cdcd;
}

.features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features li {
	font-size: 13px;
	color: #666;
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
}
.mb-60 {
    margin-bottom: 3.125vw;
}

.text-block p {
    margin: 14px 0;
    margin-right: 6px;
}

.property-agent-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Arial, sans-serif;
    padding: 12px 15px;
    background-color: #f8f8f8;
    border-radius: 4px;
    max-width: 300px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.listed-by {
    display: flex;
    flex-direction: column;
}

.listed-by .label {
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
}

.listed-by .agent-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.get-quote-btn {
    background-color: #2ecc71;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
}

.get-quote-btn:hover {
    background-color: #27ae60;
}



.contact-card {
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 1.563vw;
    background: #fff;
    border: 1px solid #eeeeeede;
    box-shadow: 0 2px 7px #ddd;
    border-radius: 10px;
}

.listed-by {
    color: #D2A143;
    font-size: 14px;
    margin-bottom: 15px;
}

.logo {
    width: 65%;
    margin: 0 0 20px;
}

.icon-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
}

.icon-box.phone {
    background-color: #D2A143;
}

.icon-box.whatsapp {
    background-color: #25d366;
}

.icon-box:hover {
    box-shadow: 0 2px 0 #7777774d, 2px 4px 6px #6c6c6c3d !important;

}

.quote-btn {
	min-width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	border-radius: 50px !important;
	padding: 10px 12px !important;
	margin: 0 5px !important;
	border: none;
	background: #4d4d4d;
	margin: 0 auto !important;
	gap: 7px;
	color: #FFF;
	transition: all 0.3s ease-in-out;
}

.quote-btn svg {
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1024px) {
    .quote-btn {
        padding: 10px 20px;
        width: max-content;
    }
}

.quote-btn:hover {
    text-decoration: underline;
    color: #D2A143;
}

.quote-btn:hover svg {
    fill: #D2A143 !important;
}

.detail-block {
    margin-bottom: 1.563vw;
    background-color: #f7f7f7;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #eeeeeede;
    box-shadow: 0 2px 7px #ddd;
}

.img_txt {
    gap: 16px;
}

.img_txt h4 {
    display: flex;
    justify-content: center;
    font-weight: 400;
    margin-bottom: 5px;
}

.img_txt h4 {
    text-align: left;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.5;
}

.airport-trnfrbtn {
    justify-content: center;
    width: max-content !important;
    margin: 0 auto;
    gap: 5px;
    color: #D2A143 !important;

}

.airport-trnfrbtn,
.documentbtn {
    display: flex;
    align-items: center;
}

.item-1 ul li {
    margin-bottom: 10px;
    word-break: break-word;
    font-size: 13px;
}

.item-1 .faq-question {
    padding: 10px 9px 10px 22px;
}
.item-1.active .faq-question{
    color: #D2A143 !important;
}

.item-1 .faq-question .faq-toggle {
    font-size: 18px;

}

.item-1 .faq-answer {
    padding: 20px 12px 18px 0px !important;
}



.dropdown-container {
    display: flex;
    gap: 20px;
    background-color: #3c3c3c;
    padding: 20px;
    border-radius: 8px;
    width: max-content;
}

.dropdown-box {
    display: flex;
    flex-direction: column;
}

.dropdown-box label {
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
}

.dropdown-box select {
    padding: 10px 40px 10px 12px;
    font-size: 16px;
    border-radius: 6px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 0 2px transparent;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='30,50 70,90 110,50' stroke='%23000' stroke-width='15' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dropdown-box select:focus {
    outline: none;
    box-shadow: 0 0 0 2px #D2A143;
}

.dropdown-box select option:first-child {
    color: #D2A143;
}

@media (max-width: 1024px) {
    .dropdown-container {
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .logo {
        width: 30%;
    }

    .caranddriver {
        display: none;
    }
}

.text-color {
    color: #D2A143 !important;
}

.text-block {
    /* padding: 0 3.438vw; */
    /* text-align: center; */
}

.detail-sidebar .top-block {
    background: #4d4d4d;
    padding-bottom: 10px !important;
    padding-top: 20px;
    border: 1px solid #262626;
}

.detail-sidebar .top-block .h3-heading {
    font-size: 22px;
    letter-spacing: .7px;
    padding: 10px 20px 0px 20px;
    line-height: 1.1em;
    font-weight: 500;
}

.fa-users:before {
    content: "\f0c0";
}

@media(min-width: 321px) {
    .container-2 {
        overflow: hidden;
        width: 350px;
        margin: 0 auto;
    }
}

@media(min-width: 420px) {
    .container-2 {
        overflow: hidden;
        width: 400px;
        margin: 0 auto;
    }
}

@media(min-width: 768px) {
    .container-2 {
        overflow: hidden;
        width: 740px;
        margin: 0 auto;
    }
}

@media(min-width: 992px) {
    .container-2 {
        width: 970px;
        margin: 0 auto;
    }
}

@media(min-width: 1200px) {
    .container-2 {
        width: 1170px;
        margin: 0 auto;
    }
}


.detail-sidebar .block-2 {
    padding: 15px;
    padding-left: 0px;
    border: 1px solid #D2A143;
    width: 100%;
    box-shadow: 2px 2px 2px 2px #F1F1F1;
}

.block-btn {
    margin-left: 6%;
    width: 38.5%;
    border-radius: 5px;
    text-decoration: none;
    /* background: #D2A143; */
    background-image: linear-gradient(90deg, #b5862c 0, #f4df6e 14%, #d5af34 23%, #f4df6e 89%, #b5862c 100%);
    transition: 0.4s all ease-in-out;
    text-align: center;
    border: 1px solid transparent;
    padding: 9.2px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.block-btn:hover {
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px #F1F1F1;
    /* background: rgba(220, 171, 77, 1.4); */
    background: linear-gradient(90deg, #dd9b00 35%, #af5d00 100%);
}

.block-btn .ui-button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Roboto', 'Helvetica' 'Neue', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: black !important;
}

.block-btn .ui-button-text img {
    width: 21%;
    margin-right: 6px;
}

.bottom-side {
    padding-bottom: 3px !important;
    padding-top: 10px;
    border-radius: 0px;
    color: #fff !important;
    border: 1px solid #262626;
    background: #4d4d4d;
}

.bottom-side p {
    font-size: 11px;
    color: #fff !important;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 1vw;
    margin-bottom: 20px;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.f-13 {
    font-size: 13px !important;
}

.supbox {
    background-color: #ffefde;
    color: #484848 !important;
    padding: 10px 1vw;
    letter-spacing: .1px;
    line-height: 1.6em;
    display: flow-root;
    cursor: pointer;
}

.font-bold {
    font-weight: 700;
}

.text-orange {
    color: #D2A143 !important;
}

.btns-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.btns-block .btn-1 {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: solid 1px #D2A143;
    color: #fff !important;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: #D2A143; */
    background-image: linear-gradient(90deg, #b5862c 0, #f4df6e 14%, #d5af34 23%, #f4df6e 89%, #b5862c 100%);
    transition: .2s;
    padding: 0.2em;
    padding-left: 9px;
}

.btns-block .btn-1 .callnwbtn22 {
    font-size: 15px;
    color: #fff;
    transition: .2s;

}

.btn-1:hover {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none !important;
}

.btn-1:hover .callnwbtn22 {
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
}

.ui-button-text {
    display: flex;
    align-items: center;
}

.btn-2 {
    background-color: #5cb85c !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.btn-3 {
    border: none !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 40px !important;
    border-top-right-radius: 40px !important;
    background: #4d4d4d !important;
}

.btn-3:hover {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
}

.gap-small {
    margin-bottom: 30px;
}

.booking-item-rating {
    width: 95%;
    margin-left: 3.5%;
    padding: 15px 17px;
    background: #f7f7f7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D2A143;
}

.fa-money::before {
    content: "\f0d6";
}

.fa {
    margin-right: 5px;
}

.booking-item-rating p {
    color: #000;
}

.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 
strong {
    color: white;
} */

.booking-list {
    margin-top: 15px;
    margin-bottom: 30px;
}

.booking-list .booking-card {
    margin-bottom: 15px;
    padding: 11px;
    border: 1px solid #e6e6e6;
    transition: 0.2s;
    border-radius: 40px;
}

.titleimg-block {
    display: flex;
    gap: 12px;
}

.titleimg-block .img-block {
    width: 13.009vw;
}

.titleimg-block .img-block img {
    width: -webkit-fill-available;
}

.l-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: .75rem !important;
    padding: 4px 0px;
    color: #D2A143;
    border-radius: 5px;
    border: 1px solid #D2A143;
    transition: .2s;
    margin: 0 26px;
}

.l-btn h3 {
    font-size: 11px;
    transition: .2s;
    margin: 0;
    font-weight: 300;
    padding: .4em 1em;
}

.booking-list .booking-card:hover {
    border: 1px solid #D2A143;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.l-btn:hover {
    /* background: #D2A143; */
    background: linear-gradient(90deg, #dd9b00 35%, #af5d00 100%);
    border: 1px solid #D2A143;
    text-decoration: none !important;
    color: white;
}

.l-btn:hover h3 {
    font-weight: 700;
}

.titleimg-block:hover {
    text-decoration: none !important;
}

.bg-color {
    background: #D2A143;
}

.info-block {
    padding-top: 35px;
}

.info-block h2 {
    margin-bottom: .75rem;
}

.box-icon-left {
    float: left;
    margin-right: 15px;
}

.box-icon-big {
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    font-size: 28px;
    background: #D2A143;
    color: #fff;
    flex-shrink: 0;
}

.row[data-gutter="60"] {
    margin-left: -1.573vw;
    margin-right: -1.573vw;
}

.row[data-gutter="60"]>[class^="col-"] {
    padding-left: 1.287vw;
    padding-right: 1.287vw;
    margin-bottom: 30px;
}

.row[data-gutter="120"]>[class^="col-"] {
    padding-left: 4.289vw;
    padding-right: 4.289vw;
}

.row.row-wrap>[class^="col-"],
.row.row-col-gap>[class^="col-"] {
    margin-bottom: 30px !important;
}

.row[data-gutter="120"] {
    margin-left: -4.289vw;
    margin-right: -4.289vw;
}

.info-block-1 {
    transition: .2;
}

.info-block-1:hover i {
    background: rgba(230, 181, 87, 1.4);
}

.fa-clock-o:before {
    content: "\f017";
}


@media(max-width: 420px) {
    .block-btn {
        width: 80%;
    }
    .pricing-tabs, .pricing-content, .carsmalldetail{
        width: 100%;
    }

    .btns-block {
        flex-wrap: wrap;
        row-gap: 12px;
        gap: 12px;
    }


    .btn-1.btn-3,
    .btn-1.btn-2,
    .btn-1 {
        border-radius: 10px !important;
    }
}


/* Override bootstrap classes */
.alpha-admin-ui-bootstrap ol, .alpha-admin-ui-bootstrap ul {
	padding-left: unset !important;
}
.contact-quote-btn {
	width: 66%;
	display: flex;
	gap: 10px;
	margin: 0 auto !important;
	border-radius: 2em !important;
	/* box-shadow: 0px 0px 5px #e9e9e9; */
	padding: 15px 20px;
	align-items: center;
}

.elementor-location-header .elementor-element.elementor-element-c4fc97e.e-con-full.e-flex.e-con.e-child {
	padding: unset;
}
#page .site-content {
	background: #fff;
}
.card ul {
	margin-bottom: 0;
}
#documentReqTabContent ul {
	margin: 0;
	list-style: none;
	line-height: 30px;
}
.f-14 {
    font-size: 14px !important;
}
.modal.show {
	background: #000000ab;
}
.site-content .ast-container {
    display: block !important;
}