﻿/*slick updates*/
.slide-img {
    height: 110px !important;
}

.booking-gt {
    color: #2C2C2C;
    font-style: normal;
    font-weight: 400;
}

.booking-gt {
    color: #2C2C2C;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}


.img-wrapper-d {
    display: inline-block;
    height: 165px;
    overflow: hidden;
    width: 274px;
}

    .img-wrapper-d img {
        height: 159px;
    }




/*Thapelo*/
.web-booking-gt {
  
    color: #555557;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
}

.web-booking-gt-mobile {
    color: #555557;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
}




/*Thapelo*/
.single-product-booking-input {
   
    border: 1px solid #DBEAF3;
    box-sizing: border-box;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.vehicle-carousel {
    position:relative;
    margin-top: 0px;
    width: 99%;
}
.draggable {
    border-radius: 0px !important;
    max-height: 288px;
}
.vehicle-carousel-overlay {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, #F8FDFF 4.86%, rgba(255, 255, 255, 0) 9.05%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 94%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.carousel-image-mobile{
    opacity:0.6;
}

#slider-mobile-booking .slick-center img {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    opacity: 1;
    transform: scale(1.15);
}

.vehicle-car-slick-prev {
    border-radius: 50px;
    padding: 5px;
    background: #000000;
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
}

.vehicle-car-slick-next {
    border-radius: 50px;
    padding: 5px;
    background: #000000;
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
}

.draggable {
    border: 0px;
    cursor: default;
}

.carousel-image {
    background: #DCEAF3;
    border-radius: 10px;
}

.highlight-block {
   
    background: #DBEAF3;
    border-radius: 8px;
    height: 90px;
    width: 90px;
}

.booking-process-container {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(205, 211, 218, 0.65);
    border-radius: 15px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}



.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 15px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 0px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}
.desk-view {
    display: block;
}

.info-holder {
    display: flex;
    flex-direction: row;
}

.logo-holder {
    padding-right: 15px;
}

.vehicle-name {
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 30px */

    display: flex;
    align-items: center;
    /* Gary */
    width: 100%;
    color: #555557;
}

.vehicle-desc-title {
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */

    display: inline-flex;
    align-items: center;
    /* outline v.2 */

    color: #99999A;
}



.vehicle-desc {
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 21px */

    display: inline-flex;
    align-items: center;
    /* outline v.2 */

    color: #99999A;
}

.v-desc {
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */
    padding-right: 10px;
    display: inline-flex;
    align-items: center;
    /* outline v.2 */

    color: #000000;
}

.ppk-btn-blue-faded {
    border-bottom: 4px solid;
}

.contract-lenght-desc-container {
    text-align: center;
}

.contract-lenght-desc {
    display: inline-block;
    min-width: 130px;
    max-width: 20%;
    height: 70px;
    background-color: #F9FAFB;
    border-radius: 5px;
    margin: 5px auto !important;
    text-align: center;
    padding: 5px;
}

    .contract-lenght-desc:hover {
        border-bottom: 2px solid #212d55;
        background-color: #DCF4FC;
        color: #212d55
    }

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-container > div {
    margin: 5px;
    font-size: 30px;
}


.flex-container-f {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container-f > div {
        
        font-size: 10px;
    }




.flex-container-mobile {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container-mobile > div {
        margin: 2px;
        
    }

.btn-mobile {
    font-size:14px;
}


.contract-lenght-desc-active {
    border-bottom: 2px solid #212d55;
    color: #212d55;
    display: inline-block;
    min-width: 130px;
    max-width: 20%;
    height: 70px;
    background-color: #F9FAFB;
    border-radius: 5px;
    margin: 5px auto !important;
    text-align: center;
    padding: 5px;
}

.contract-color-desc {
    display: inline-block;
    min-width: 60px;
    max-width: 20%;
    height: 50px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px;
    transition: 0.3s;
    margin-bottom: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: none;
}

    .contract-color-desc:hover {
        min-width: 65px;
        height: 55px;
        margin-bottom: -5px;
        margin-top: -5px;
        box-shadow: grey 0px 0px 1px 1px;
    }

.contract-color-desc-active {
    display: inline-block;
    min-width: 65px;
    max-width: 20%;
    height: 55px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px;
    transition: 0.3s;
    margin-bottom: 5px;
    box-shadow: grey 0px 0px 1px 1px;
    border:none;
}


.heading {
    /*color:#2C2C2C;*/
    color:#54626F;
}

.field-lable {
    color: #2C2C2C;
    font-weight:500;
    margin-top:-10px;

}

@media only screen and (max-width: 768px) {
    .contract-lenght-desc {
        min-width: 95%;
        margin: 0px auto !important;
    }

    .contract-lenght-desc-active {
        min-width: 95%;
        margin: 0px auto !important;
    }
}


.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
    border: none;
    background: #F9FAFB;
    border-bottom: 4px solid #212d55;
}


.base-price-extras {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-size: 12px;
    line-height: 150%;
}

.base-price-extras:focus {
    color: #212d55;
}

.mobi-feature-h {
    position: relative;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #555557;
}

.tabs-holder {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.select-style {
    background: #FFFFFF;
    /* outline */

    border: 1px solid #DBEAF3;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */
    /* Color/secondary */

    color: #000000;
}

@media only screen and (max-width: 768px) {
    .desk-view {
        display: none !important;
    }

    .mobi-feature-h {
        display: block !important;
    }
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.tab {
    font-family: "Barlow", sans-serif;
}

    .tab .nav-tabs {
        border: none;
    }

        .tab .nav-tabs li a {
            color: #555;
            background: #fff;
            font-size: 19px;
            font-weight: 600;
            text-transform: capitalize;
            padding: 12px 20px 14px;
            margin: 0;
            border: none;
            border-radius: 0;
            overflow: hidden;
            position: relative;
            z-index: 1;
            transition: all 0.3s ease 0.3s;
        }

            .tab .nav-tabs li.active a,
            .tab .nav-tabs li a:hover,
            .tab .nav-tabs li.active a:hover {
                color: #1d627c;
                background: #fff;
                border: none;
            }

            .tab .nav-tabs li a:before,
            .tab .nav-tabs li a:after {
                content: "";
                background-color: rgba(29, 98, 124, 0.09);
                width: 100%;
                height: 80%;
                position: absolute;
                top: -80%;
                left: 0;
                z-index: -1;
                clip-path: polygon(0 0, 100% 0, 50% 100%);
                transition: all 0.3s ease 0s;
            }

            .tab .nav-tabs li a:after {
                background-color: #1d627c;
                top: auto;
                bottom: -4px;
                height: 4px;
                clip-path: none;
            }

            .tab .nav-tabs li.active a:before,
            .tab .nav-tabs li a:hover:before {
                top: 0;
            }

            .tab .nav-tabs li.active a:after,
            .tab .nav-tabs li a:hover:after {
                bottom: 0;
            }

    .tab .tab-content {
        color: #555;
        background: #fff;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 25px;
        padding: 20px;
        border-bottom: 4px solid #1d627c;
        box-shadow: 5px 5px 10px #cdcdcc;
        position: relative;
    }