/* ServicesHeader */
#ServicesHeader {
    padding: 50px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#ServicesHeader .firstcontainer {
    padding-bottom: 25px;
}

#ServicesHeader .uvc-heading {
    padding: 0px 0px 5px;
}

#ServicesHeader .uvc-main-heading h2 {
    font-size: 30px;
    line-height: 38px;
    color: #273640;
}

@media(max-width:500px) {
    #ServicesHeader {
        padding: 20px 0px 0px;
    }

    #ServicesHeader .firstcontainer {
        padding-bottom: 10px;
    }

    #ServicesHeader .uvc-heading {
        padding: 0px 0px 5px;
    }

    #ServicesHeader .uvc-main-heading h2 {
        font-size: 5.8vw;
        line-height: 7.8vw;
    }
}

/* Services StarBox */
.StarBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 26px;
    font-size: 18px;
    color: #242A2E;
}

.StarBox .kreview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-weight: 600;
}

.StarBox .kreview .star_count {
    display: flex;
    padding: 0px;
    border-radius: 2px;
    background: transparent; 
}

.StarBox .kreview .star_count i {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 24px;
    line-height: 24px;
    color: #FEDF00;
    margin: 0px 3px 0px 0px;
}

.StarBox .kreview .star_number {
    margin-left: 10px;
    color: #343b46;
    font-weight: 500;
}

.StarBox .kreview .star_number a {
    display: inline-block;
    color: #242A2E;
}

.StarBox .kreview .separator {
    margin-left: 12px;
    width: 2px;
    height: 18px;
    background-color: #242A2E;
}

.StarBox .booked_number:not(:first-child) {
    margin-left: 12px;
    font-weight: 500;
}

.StarBox .kreview .star_number .colorTTJ,
.StarBox .booked_number .colorTTJ {
    color: #00B14F;
    margin-right: 5px;
    font-weight: 700;
}

@media(max-width:500px){
    .StarBox {
        line-height: 5vw;
        font-size: 4vw;
        padding-top: 2vw;
    }
    
    .StarBox .kreview .star_count {
        display: flex;
        padding: 0px;
        background: transparent;
    }
    
    .StarBox .kreview .star_count i {
        font-size: 5vw;
        line-height: 5vw;
        margin: 0px 0.6vw 0px 0px;
    }
    
    .StarBox .kreview .star_number {
        margin-left: 2vw;
    }
    
    .StarBox .kreview .star_number a {
        display: inline-block;
        color: #242A2E;
    }
    
    .StarBox .kreview .separator {
        margin-left: 2.6vw;
        width: 0.5vw;
        height: 4.5vw;
    }
    
    .StarBox .booked_number:not(:first-child) {
        margin-left: 2.6vw;
    }
    
    .StarBox .kreview .star_number .colorTTJ,
    .StarBox .booked_number .colorTTJ {
        margin-right: 1.3vw;
    }
}

/* SalesGalleryGroup */
#SalesGalleryGroup {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    grid-gap: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 45px;
}

#SalesGalleryGroup.vc_row:after,
#SalesGalleryGroup.vc_row:before {
    display: none;
}

#SalesGalleryGroup .vc_col-sm-12 {
    grid-column: span 3;
    grid-row: span 2;
    width: 100%;
}

#SalesGalleryGroup .vc_col-sm-12>.vc_column-inner {
    padding: 0px;
}

#SalesGalleryGroup .vc_col-sm-12:nth-child(1) {
    grid-column: span 9;
    grid-row: span 2;
}

#SalesGalleryGroup .vc_col-sm-12:nth-child(2),
#SalesGalleryGroup .vc_col-sm-12:nth-child(3) {
    grid-column: span 3;
    grid-row: span 1;
}

#SalesGalleryGroup .vc_col-sm-12:nth-child(4) {
    grid-column: span 6;
    grid-row: span 1;
}

@media(max-width:500px) {
    #SalesGalleryGroup {
        grid-template-columns: repeat(9, 1fr);
        padding-bottom: 35px;
    }

    #SalesGalleryGroup .vc_col-sm-12:nth-child(4) {
        grid-column: span 3;
    }
}

@media(max-width:500px) {
    #SalesGalleryGroup .vc_col-sm-6 {
        grid-column: span 12;
        grid-row: span 1;
    }
}

/* PriceBox */
.PriceBox {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e2ecf0;
    border-top: 5px solid #05b252;
    display: inline-flex;
    padding: 18px 16px 14px;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 9px 9px rgb(95 132 164 / 6%);
}

.PriceBox .fromPrice {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-weight: 600;
    font-size: 15px;
    color: #087f91;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 0px 15px;
    border-bottom: 1px solid #e6e6e6;
}

.PriceBox .fromPrice .start {
    display: flex;
    flex-direction: column;
    line-height: 16px;
    font-size: 14px;
    padding-right: 3px;
    color: #2e495e;
}

.PriceBox .fromPrice .start span {
    line-height: 13px;
    font-size: 14px;
    padding-right: 5px;
    display: block;
}

.PriceBox .fromPrice .price {
    font-weight: 700;
    color: #ff670d;
    /* color: #059672; */
    font-size: 28px;
    letter-spacing: -1px;
}

.PriceBox .fromPrice .price span {
    line-height: 16px;
    font-size: 16px;
    color: #087687;
    padding-right: 5px;
}

.PriceBox .fromPrice .unit {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    padding-left: 5px;
    color: #2e495e;
}

.PriceBox .term {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: flex-start;
    padding: 0px 0px 15px;
}

.PriceBox .term .cancel {
    color: rgb(52, 53, 56);
    font-size: 14px;
    line-height: 18px;
    margin: 0px 4px;
}

.PriceBox .offerBtn {
    padding: 15px 0px 0px;
}

.PriceBox .offerBtn a {
    padding: 7px 0;
    background-color: #21d366;
    background-color: #1adb65;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: center;
    align-items: center;
    height: auto;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.PriceBox .offerBtn a i {
    margin-right: 4px;
    font-size: 16px;
    line-height: 22px;
}

#ServicesPrice .noted {
    padding: 15px 10px 0px;
    font-size: 13px;
    line-height: 17px;
}

/* InExclude Section */
#ServicesPrice .vc_col-sm-4 {
    width: 35%;
}

#ServicesPrice .vc_col-sm-8 {
    width: 65%;
}

@media(max-width:500px) {
    .PriceBox .offerBtn a i {
        font-size: 17px;
    }

    #ServicesPrice {
        display: flex;
        flex-direction: column;
    }

    #ServicesPrice .vc_col-sm-4 {
        order: 1;
        padding-bottom: 40px;
    }

    #ServicesPrice .vc_col-sm-8 {
        order: 3;
        padding: 15px 0px 35px;
    }

    #ServicesPrice .vc_col-sm-12 {
        order: 2;
    }
}

#ServicesPrice .titleInclude {
    font-size: 18px;
    font-weight: 600;
    color: #115e67;
    padding-bottom: 15px;
}

@media(max-width:500px) {
    #ServicesPrice .vc_col-sm-4 {
        width: 100%;
    }

    #ServicesPrice .vc_col-sm-8 {
        width: 100%;
    }

    #ServicesPrice .titleInclude {
        font-size: 18px;
        font-weight: 600;
        color: #115e67;
        padding-bottom: 15px;
    }
}

#InExclude .uvc-main-heading {
    font-weight: 600;
    padding-bottom: 8px;
}

#InExclude .Include .vc_column-inner>.wpb_wrapper {
    background-color: #f2f6f9;
    padding: 20px 20px;
    border-radius: 10px;
}

#InExclude .Exclude .vc_column-inner>.wpb_wrapper {
    background-color: #f2f6f9;
    padding: 20px 20px;
    border-radius: 10px;
}

#InExclude .Include .aio-icon-title,
#InExclude .Exclude .aio-icon-title {
    font-size: 14px;
}

#InExclude ul {
    margin: 0px;
}

#InExclude ul li {
    font-size: 14px;
    line-height: 22px;
    list-style: none;
    position: relative;
    padding-left: 24px;
    padding-bottom: 5px;
}

#InExclude ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}

#InExclude ul li i.fa-check {
    color: #25ce00;
}

#InExclude ul li i.fa-times {
    color: #d10000;
    font-size: 16px;
    top: 3px;
}

@media(max-width:500px) {
    .Include {
        margin-bottom: 15px;
    }

    #InExclude .Include .vc_column-inner>.wpb_wrapper,
    #InExclude .Exclude .vc_column-inner>.wpb_wrapper {
        padding: 15px 15px;
        border-radius: 10px;
    }
}

/* subServiceTitle */
.subServiceTitle {
    position: relative;
    color: #115e67;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.subServiceTitle span {
    position: absolute;
    background: #e5f1ff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: -7px;
    left: -5px;
    z-index: -1;
}

@media(max-width:500px) {
    .subServiceTitle {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 10px;
    }

    .subServiceTitle span {
        width: 30px;
        height: 30px;
        top: -4px;
        left: 0px;
    }
}

/* SalesFeatures */
#SalesFeatures {
    padding: 0px 0px 40px;
}

#SalesFeatures .salesDivider {
    padding: 55px 0px 30px;
}

#ServicesWhyChoose .salesDivider {
    padding: 65px 0px 45px;
}

#SalesFeatures .salesDivider img,
#ServicesWhyChoose .salesDivider img {
    width: 100%;
    opacity: 0.3;
    aspect-ratio: 895 / 20;
}

@media(max-width:500px) {
    #SalesFeatures {
        padding: 0px 0px 15px;
    }

    #SalesFeatures .salesDivider {
        display: none;
    }

    #ServicesWhyChoose .salesDivider {
        padding: 10px 0px 30px;
    }
}

/* Service Why Choose */
.ServiceWhyChoose {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.ServiceWhyChoose .FeatureCard {
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
}

.ServiceWhyChoose .FeatureCard .icon {
	  display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ServiceWhyChoose .FeatureCard .icon .hover-icon {
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.ServiceWhyChoose .FeatureCard .icon .hover-icon img {
    display: block;
    width: auto;
    height: 45px;
}

.ServiceWhyChoose .FeatureCard .content {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    padding-top: 3px;
}

@media(max-width: 500px) {
    .ServiceWhyChoose {
        padding: 2vw 0vw 7vw;
        grid-gap: 2vw;
        grid-template-columns: repeat(1, 1fr);
    }

    .ServiceWhyChoose .FeatureCard {
        width: 100%;
        padding: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .ServiceWhyChoose .FeatureCard:not(:last-child) {
        margin-bottom: 2vw;
    }

    .ServiceWhyChoose .FeatureCard .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%;
    }

    .ServiceWhyChoose .FeatureCard .icon .hover-icon {
        margin: 0px 2vw 0px 0px;
        width: 14vw;
        height: 14vw;
    }

    .ServiceWhyChoose .FeatureCard .icon .hover-icon img {
        width: 13.5vw;
        height: 13.5vw;
    }

    .ServiceWhyChoose .FeatureCard .content {
        text-align: left;
        font-size: 4.4vw;
        line-height: 5.8vw;
        margin-top: 0px;
        width: 80%;
        padding-top: 0px;
    }
}

.VehicleButtonOuter {
    padding: 25px 0px 60px;
    text-align: center;
}

.SalesMPVDual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.SalesMPVDual .left {
    padding: 0 20px
}

.SalesMPVDual .right a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SalesMPVDual .right a span {
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
}

.SalesMPVDual .right a i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
    transition: all ease .35s;
    color: #05b252;
    font-size: 15px
}

.SalesMPVDual .right a:hover span {
    text-decoration: underline;
}

.SalesMPVDual .right a:hover i {
    transform: translateX(4px);
    -webkit-transform: translateX(4px)
}

@media(max-width: 500px) {
    .VehicleButtonOuter {
        padding: 20px 0px 30px;
    }

    .SalesMPVDual {
        padding: 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .SalesMPVDual .left {
        padding: 0px;
        width: 100%;
    }

    .SalesMPVDual .left a {
        font-size: 16px !important;
        line-height: 16px !important;
        padding: 11px 12px !important;
        display: flex !important;
    }

    .SalesMPVDual .right {
        margin-top: 10px;
    }
}

/* Services HappyCustomer */
#ServicesHappyCustomer {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(18, 1fr);
}

#ServicesHappyCustomer .list {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

#ServicesHappyCustomer .list:nth-child(1) {
	grid-column: span 8;
	grid-row: span 8;
}

#ServicesHappyCustomer .list:nth-child(2) {
	grid-column: span 5;
	grid-row: span 5;
}

#ServicesHappyCustomer .list:nth-child(3) {
	grid-column: span 5;
	grid-row: span 5;
}

#ServicesHappyCustomer .list:nth-child(4) {
	grid-column: span 6;
	grid-row: span 6;
}

#ServicesHappyCustomer .list:nth-child(5) {
	grid-column: span 4;
	grid-row: span 4;
}

#ServicesHappyCustomer .list:nth-child(6) {
	grid-column: span 4;
	grid-row: span 4;
}

#ServicesHappyCustomer .list:nth-child(7) {
	grid-column: span 4;
	grid-row: span 4;
}

#ServicesHappyCustomer .list:nth-child(8) {
	grid-column: span 4;
	grid-row: span 4;
}

#ServicesHappyCustomer .list:nth-child(9) {
	grid-column: span 3;
	grid-row: span 3;
}

#ServicesHappyCustomer .list:nth-child(10) {
	grid-column: span 3;
	grid-row: span 3;
}

#ServicesHappyCustomer .list:nth-child(11) {
	grid-column: span 4;
	grid-row: span 5;
	aspect-ratio: 4 / 5;
}

#ServicesHappyCustomer .list:nth-child(12) {
	grid-column: span 4;
	grid-row: span 5;
	aspect-ratio: 4 / 5;
}

#ServicesHappyCustomer .list:nth-child(13) {
	grid-column: span 4;
	grid-row: span 4;
}

#ServicesHappyCustomer .list:nth-child(14) {
	grid-column: span 3;
	grid-row: span 3;
}

#ServicesHappyCustomer .list:nth-child(15) {
	grid-column: span 3;
	grid-row: span 3;
}

#ServicesHappyCustomer .list img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

@media(max-width:500px) {
    #ServicesHappyCustomer {
        padding-top: 10px;
        grid-gap: 10px;
        grid-template-columns: repeat(12, 1fr);
    }

	#ServicesHappyCustomer .list {
		grid-column: span 1;
		grid-row: span 1;
		aspect-ratio: 1 / 1;
		position: relative;
		overflow: hidden;
		border-radius: 10px;
	}

	#ServicesHappyCustomer .list:nth-child(1) {
		grid-column: span 4;
		grid-row: span 4;
	}

	#ServicesHappyCustomer .list:nth-child(2) {
		grid-column: span 8;
		grid-row: span 8;
	}

	#ServicesHappyCustomer .list:nth-child(3) {
		grid-column: span 4;
		grid-row: span 4;
	}

	#ServicesHappyCustomer .list:nth-child(4) {
		grid-column: span 6;
		grid-row: span 6;
	}

	#ServicesHappyCustomer .list:nth-child(5) {
		grid-column: span 6;
		grid-row: span 6;
	}

	#ServicesHappyCustomer .list:nth-child(6) {
		grid-column: span 8;
		grid-row: span 8;
	}

	#ServicesHappyCustomer .list:nth-child(7) {
		grid-column: span 4;
		grid-row: span 4;
	}

	#ServicesHappyCustomer .list:nth-child(8) {
		grid-column: span 4;
		grid-row: span 4;
	}

	#ServicesHappyCustomer .list:nth-child(9) {
		grid-column: span 4;
		grid-row: span 4;
	}

	#ServicesHappyCustomer .list:nth-child(10) {
		grid-column: span 4;
		grid-row: span 4;
	}

	#ServicesHappyCustomer .list:nth-child(11) {
		grid-column: span 4;
		grid-row: span 4;
		aspect-ratio: 1/1;
	}

	#ServicesHappyCustomer .list:nth-child(12) {
		grid-column: span 6;
		grid-row: span 6;
		aspect-ratio: 1 / 1;
	}

	#ServicesHappyCustomer .list:nth-child(13) {
		grid-column: span 6;
		grid-row: span 6;
	}

	#ServicesHappyCustomer .list:nth-child(14) {
		grid-column: span 6;
		grid-row: span 6;
	}

	#ServicesHappyCustomer .list:nth-child(15) {
		grid-column: span 6;
		grid-row: span 6;
	}

    #ServicesHappyCustomer .list img {
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    #ServicesHappyCustomer .list:nth-child(n+14) {
        display: none;
    }
}

/* Reviews Gallery */
#ReviewsTaxitoJB .vc_separator {
    padding: 55px 0px;
}

/* ServicesFAQ */
#ServicesFAQ {
    padding: 0px 0px 40px;
}

.vc_tta.vc_general .vc_tta-panel {
    padding: 5px 0px !important;
}

.vc_tta.vc_general .vc_tta-panel-title {
    font-size: 19px;
    line-height: 25px !important;
    font-weight: 700;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent !important;
    position: relative;
    z-index: 2;
    transition: background .3s ease-in-out;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after,
.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
    border-color: #0ec861 !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,
.vc_tta-color-white.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
    color: #10275b !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #05b353 !important;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 10px 40px 10px 0px !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.vc_tta-color-white.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body .wpb_content_element {
    font-size: 17px !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
    background-color: transparent !important;
    padding: 5px 20px !important;
    transition: padding .3s ease-in-out;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 0px !important;
}

#OtherServices {
    padding: 0px 0px 40px;
}

@media(max-width:500px) {
    #ReviewsTaxitoJB .vc_separator {
        padding: 35px 0px;
    }

    #OtherServices {
        padding: 0px 0px 0px;
    }

    .vc_tta-container {
        margin-bottom: 0px !important;
    }

    .vc_tta.vc_general .vc_tta-panel-title {
        font-size: 17px;
        line-height: 23px !important;
    }
    
    .vc_tta.vc_general .vc_tta-panel-title>a {
        font-size: 17px;
        line-height: 21px;
        padding: 8px 40px 8px 0px !important;
    }

    .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
        top: 15px !important;
        transform: translateY(0%) !important;
    }

    .vc_tta-color-white.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body .wpb_content_element {
        font-size: 15px !important;
        line-height: 24px;
    }

    .vc_tta.vc_general .vc_tta-panel-body {
        padding: 5px 0px 5px 0px !important;
    }
}