@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Mulish", sans-serif; */
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: url('/assets/images/background.png')
    no-repeat center center / cover,
    linear-gradient(to bottom right, #000, #000);
    /* background-image: url("/assets/images/background.png"); */
    background-attachment: fixed;
    background-size: 100vw 100vh;
}

:root {
    --british_express_primary_color: #e60912;
    --travel_bird_primary_color: #17a2b8;
    --travel_bird_yellow: #ffcd22;
}

.app_download_section1,
.app_download_section2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

/* .app_download_section1,
.app_download_section2 {
  display: none;
} */

.app_download_section_container1,
.app_download_section_container2 {
    height: 300px;
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 2;
}

.control-label {
    text-transform: capitalize !important;
}
.app_download_section1 div .desc_section1,
.app_download_section2 div .desc_section2 {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000000;
}
.app_image_container1 {
    display: flex;
    align-items: flex-start;
}

.app_image_container2 {
    transform: rotate(12deg);
    margin-bottom: -0px;
}

.app_download_section1 .app_image {
    width: 380px;
    height: 300px;
    object-fit: cover;
    margin-left: -50px;
}

.app_download_section2 .app_image {
    width: 380px;
    height: 400px;
    object-fit: cover;
}
@media (max-width: 480px) {
    .app_download_section1 .app_image,
    .app_download_section2 .app_image {
        display: none;
    }
    .app-download-info-container {
        display: flex;
        justify-content: flex-start;
        margin-left: 0px !important;
    }
    .app_download_section1 .app_download_section_container1,
    .app_download_section2 .app_download_section_container2 {
        display: flex;
        justify-content: flex-start;
    }
}

.location_point_route_image {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    height: 200px;
    object-fit: contain;
    z-index: 1;
}
#card-element {
    height: 50px;
    background: #14171b !important;
    border: 1px solid #383b3e;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.alert {
    padding: 0px 15px 5px 15px;
    border: 1px solid #dddddd;
}

.alert h5 {
    color: red;
    font-weight: 700;
}

h3 {
    font-size: 23px;
    color: #312f2f;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    color: #4d4d4d;
    margin: 14px 0 10px;
    font-weight: 700;
    letter-spacing: 0;
}

h5 {
    font-size: 18px;
    color: #312f2f;
    font-weight: 500;
    text-transform: capitalize;
    margin: 20px 0 0;
}

p {
    font-size: 15px;
    color: #444444;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

.top-menu {
    background: #020509;
    /* height: 100%; */
    padding: 8px;
}

.top-menu .dropdown-menu {
    color: #fff;
    background-color: #666;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.btn-custom {
    font-size: 15px;
    letter-spacing: 0.2px;
    text-transform: capitalize !important;
    margin-top: 12px;
    padding: 13px 25px;
    color: #fff;
    font-weight: 500;
    border: 0;
}

.top-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-end;
    margin: 0;
    height: 100%;
    align-items: center;
}

.top-menu ul li a {
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    font-weight: 600;
}

.top-menu ul li img {
    height: 13px;
    width: 30px;
}

.top-menu ul li:first-child a {
    border-right: 1px solid #d0d0d0;
}

.top-menu ul li:last-child a {
    padding-right: 0;
}

.top-menu .nav-link {
    padding: 0;
}

.text-uppercase {
    text-transform: uppercase;
}

.quote-wrapper {
    position: relative;
    background: #020509;
    padding: 32px 24px;
    border-radius: 24px;
    border: 1px solid #26292c;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    z-index: 100;
}
.nav-item {
    border-right: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    margin-top: 2px;
    width: 25%;
    border-bottom: 1px solid #c8c8c8;
}

.navbar .nav-item .nav-link {
    margin: 0 10px;
    color: #4a4a4a;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 8px;
    border: none;
    border-radius: inherit;
}

.navbar {
    box-shadow: none;
    padding: 0;
}

.navbar-expand-lg .navbar-nav {
    border-left: none !important;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.show-via {
    color: #333;
    font-weight: 500;
    float: right;
}

.show-via .fa {
    color: #dc3545;
    font-size: 16px;
    margin-right: 16px;
    margin-top: 10px;
}

.heading h2 {
    font-size: 34px;
    font-weight: 600;
    color: #444;
    margin-bottom: 25px;
}

.heading p {
    font-weight: 500;
    line-height: 24px;
    /*color:#3a3a3a*/
}

.navbar-expand-lg .navbar-nav {
    border-left: 1px solid #c8c8c8;
}

.navs-wrap {
    width: 100%;
}

/*
.banner-form {
    width: 420px;
    float: right;
    right: 0px;
    margin: 20px 0px;
}
*/

.banner-form {
    width: 420px;
    float: right;
    right: 0px;
    transition: all 1s ease;
}

.banner-form.expand {
    max-height: var(--originalHeight);
}

/*


*/

.main-banner {
    position: relative;
    width: 100%;
    min-height: 560px;
    /*overflow: hidden;*/
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.banner-content {
    display: inline-block;
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 800;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.main-banner figure {
    height: 550px;
}

.main-banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quote {
    background: #fff;
}

.quote label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #000;
}

.quote .form-control {
    font-size: 15px;
    color: #717171;
    font-weight: normal;
    height: 50px;
    border-radius: 0;
}

.quote .form-control:focus {
    outline: 0;
    box-shadow: none;
    /* border-color: #d62027; */
}

.form-field {
    position: relative;
    margin-bottom: 5px;
}

.form-field .form-addons {
    position: absolute;
    top: 42px;
    left: 11px;
    font-size: 16px;
    color: #4b4b4b;
}

.form-field .form-control {
    background: #fff;
    padding-left: 25px !important;
}

.form-addons .fa {
    font-size: 22px;
    color: #666;
    position: relative;
    top: 8px;
}

.quote-widget .form-addons .fa-calendar {
    font-size: 17px;
}

.quote .btn-warning {
    padding: 10px 0;
    border-radius: 0;
    border: 0;
    background-color: #1bcd73 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: capitalize;
}

.quote .return_date {
    margin-top: 15px;
}

@media screen and (max-width: 992px) {
    .main-banner {
        position: relative;
        width: 100%;
        padding: 30px 0px;
        min-height: auto;
        /*    overflow: hidden;*/
        background-size: cover !important;
    }
    .banner-form {
        width: 100%;
        position: static;
        right: 0px;
        top: 5vh;
        text-align: left;
    }
}

.section-break {
    padding: 30px 0 60px;
}

.why-choose h1 {
    font-size: 34px;
    font-weight: 600;
    color: #e50914;
    position: relative;
    text-transform: capitalize;
    text-align: center;
}

.why-choose-wrapper {
    padding: 80px 40px 0;
}

.why-choose-wrapper svg {
    margin-bottom: 20px;
}

.about {
    background: #f7f7ef;
}

.about h3 {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.fleet-wrap {
    padding: 50px 0 0;
}

.testimonial {
    background: #e50914;
    min-height: 300px;
}

.testimonial .heading h2 {
    color: #fff;
}

.testimonial .fa {
    font-size: 15px;
    color: #1bcd73;
    margin-bottom: 30px;
    margin: 0 2px;
}

.testimonial .container {
    position: relative;
}

.testimonial .slick-initialized .slick-slide {
    background: #fff;
    margin: 0 15px;
    padding: 20px;
    border-radius: 10px;
    min-height: 200px;
    overflow: hidden;
}

.testimonial svg {
    height: 15px;
}

.testimonial p {
    font-size: 14px;
    font-style: italic;
    color: #2f2d2d;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
}

.testimonial .list-inline {
    margin-top: 90px;
}

.testimonial .list-inline a {
    padding: 12px 35px;
    background: #d62027;
    width: 190px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    margin: 0 3px;
    border: 1px solid #d62027;
}

.testimonial .list-inline a.btn-ghost {
    background: 0 0;
    color: #d62027;
    font-weight: 700;
}

.testimonial-content {
    background: #fff;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    min-height: 200px;
}

.testimonial .list-inline li {
    display: inline-block;
}

.testimonial .slick-dots {
    bottom: -50px;
}

.slick-dots li button:before {
    font-size: 14px;
    color: #000000a8;
}

.testimonial h3 {
    margin-bottom: 20px;
}

.testimonial .fas {
    position: absolute;
    left: 5%;
    font-size: 30px;
    color: #d4b97f;
}

.testimonial span svg {
    margin-top: 20px;
}

.stra {
    margin-bottom: 10px;
}

.footer {
    padding: 35px 0 15px;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
}

.footer-menu ul li a {
    padding-right: 8px;
    margin-right: 8px;
    color: #717171;
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #ccc;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

.footer-menu ul li a:focus {
    outline: 1px dotted #ccc;
}

footer .links {
    color: grey;
    font-size: 13px;
}

footer .links a {
    color: #3e3e3e;
    text-decoration: underline;
}

footer .links a:hover {
    color: #e88912;
}

.last-footer {
    background: #444;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-footer p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.payment {
    margin-bottom: 15px;
}

.payment img {
    width: 200px;
}

.banner-form h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding: 50px 19px;
    line-height: 40px;
}

.about-content {
    text-transform: capitalize;
}

.banner-text h1 {
    color: #666;
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
}

.airport-area {
    background: #f7f7ef;
}

.airport-area h5 {
    font-size: 18px;
    color: #312f2f;
    font-weight: 500;
    text-transform: capitalize;
    margin: 20px 0 8px;
}

.banner-text {
    width: 400px;
    position: absolute;
    top: 220px;
}

.fleet {
    padding-bottom: 30px;
}

.fleet-content {
    padding: 30px;
    text-align: center;
    margin: 25px 10px;
    box-shadow: 0 0 30px 0 rgba(30, 48, 70, 0.1);
}

.fleet-content img {
    width: 100%;
}

.fleet-content h4 {
    margin: 20px 0 12px;
    font-size: 20px;
}

.fleet-content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 15px;
    padding: 0;
}

.fleet-content .fas {
    margin-right: 5px;
    color: #666;
}

.fleet-content ul li {
    margin: 0 7px;
    color: #000;
    font-size: 15px;
}

.login-form .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form .border-light {
    border-color: #e0e0e0 !important;
    background: #ffff;
}

.login-form a {
    cursor: pointer;
    text-decoration: none;
    color: #007bff;
    transition: all 0.2s ease-in-out;
    color: #000;
}

.register {
    background: #f7f7ef;
}

.reviews {
    background: #fff;
    padding-top: 30px;
}

.reviews .title h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    color: #424242;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.client-content {
    margin-top: 0;
    margin-bottom: 1rem;
    background: #fff;
    padding: 10px 15px 10px;
    border: 1px solid #ddd;
}

.reviews .client-wrapper .fa {
    color: #ff9a0d;
}

.reviews .client-wrapper p {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
}

.designation {
    display: flex;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    align-items: center;
}

.designation .fa {
    color: #c37404 !important;
    padding-right: 8px;
}

.designation p {
    font-size: 13px !important;
    margin-bottom: 0;
}

.designation span {
    font-weight: 700;
    margin-left: 20px;
}

.reviews .client-wrapper p span {
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
}

.reviews .contact-form form {
    border: 1px solid #ddd;
    padding: 0 15px 10px;
}

.reviews .contact-form .form-control {
    height: 44px;
}

.reviews .contact-form label {
    font-size: 15px;
    font-weight: 400;
    color: #4a4a4a;
}

.reviews .contact-form span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.reviews .contact-form span img {
    height: 45px;
    width: 45px;
    margin-right: 15px;
}

.reviews .contact-form {
    background: #fff;
    box-shadow: none;
    padding: 0;
}

.reviews .client h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.client-content .fa {
    color: #c6c8ca;
}

.contact-form {
    background: #fff;
    padding: 15px 20px 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.contact-form label {
    font-size: 16px;
    font-weight: 400;
}

.contact-form .form-control {
    font-size: 15px;
    color: #717171;
    font-weight: 400;
    height: 50px;
}

.border-light {
    background: #fff;
}

.contact-info .fas {
    color: #666;
    font-size: 18px;
}

.contact-info a {
    font-size: 14px;
    color: #171717;
    margin-left: 0;
    padding: 0;
    line-height: 16px;
}

.login-form .quote label {
    font-size: 16px;
    font-weight: 400;
}

.via-point-field {
    display: none;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-check {
    padding: 0;
}

.booking-wrapper {
    padding-top: 45px;
}
.section-break {
    padding: 30px 0 60px;
}

.register-content .form-check {
    padding-left: 1.25rem;
    margin-bottom: 8px;
    display: block;
}

.form-check-input[type="checkbox"] + label,
label.btn input[type="checkbox"] + label,
.form-check-input[type="radio"] + label,
label.btn input[type="radio"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input[type="checkbox"] + label:before,
.form-check-input[type="checkbox"]:not(.filled-in) + label:after,
label.btn input[type="checkbox"] + label:before,
label.btn input[type="checkbox"]:not(.filled-in) + label:after,
.form-check-input[type="radio"] + label:before,
.form-check-input[type="radio"]:not(.filled-in) + label:after,
label.btn input[type="radio"] + label:before,
label.btn input[type="radio"]:not(.filled-in) + label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #ababab;
    border-radius: 1px;
    margin-top: 3px;
    transition: 0.2s;
}

.form-check-input[type="checkbox"] + label,
label.btn input[type="checkbox"] + label,
.form-check-input[type="radio"] + label,
label.btn input[type="radio"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input[type="checkbox"]:checked + label:before,
label.btn input[type="checkbox"]:checked + label:before,
.form-check-input[type="radio"]:checked + label:before,
label.btn input[type="radio"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #e8307a;
    border-bottom: 2px solid #e8307a;
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 100% 100%;
}

.meeting-point-heading {
    font-weight: 400;
    font-size: 21px;
    color: #4a5597;
}

.form-check-input[type="checkbox"]:not(.filled-in) + label:after,
label.btn input[type="checkbox"]:not(.filled-in) + label:after,
.form-check-input[type="radio"]:not(.filled-in) + label:after,
label.btn input[type="radio"]:not(.filled-in) + label:after {
    border: 0;
    transform: scale(0);
}

.remove_field {
    position: absolute;
    top: 20px;
    right: -10px;
}

.remove_field .fa {
    width: 22px;
    height: 22px;
    background: #a0a0a0;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    font-size: 13px;
    cursor: pointer;
}

.booking-templete .step-head {
    padding: 50px 0 0;
    border-bottom: none;
}

.booking-templete .step-head .step-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    position: relative;
}

.booking-templete .step-head .step-icon-wrapper:after {
    width: 100%;
    height: 3px;
    background: #bdbdbd2e;
    content: "";
    position: absolute;
    top: 45px;
}

.booking-templete .step-head .step-icon-wrapper .step-icon {
    text-align: center;
    color: #fff;
    position: relative;
    width: 12%;
    background: 0 0;
    z-index: 99;
}

.booking-templete .step-head .step-icon-wrapper .step-icon.active span {
    background: #6d6d6d;
    color: #fff;
}

.step-title {
    color: #bcbcbc;
    font-size: 13px;
    font-weight: 600;
}

.step-icon.active .step-title {
    color: #666;
}

.booking-templete .step-head .step-icon-wrapper .step-icon > span {
    background: #4a4a4a;
    display: block;
    text-align: center;
    color: #666;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    line-height: 35px;
    border-radius: 20%;
    margin: 5px auto 0;
    border-radius: 50%;
    background-color: #eaebec;
    box-shadow: 1px 1px 0 0 rgba(170, 170, 170, 0.65);
    margin-bottom: 5px;
}

.booking-templete .quote-sys-wrapper .title {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
    color: #666;
}

.easy-autocomplete {
    width: 100% !important;
}

.booking-wrapper .quote-sys-wrapper {
    /* background: #f1efea; */
    /* padding: 20px 20px !important; */
    /* padding: 20px 20px 20px 20px !important; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.booking-templete .quote-sys-wrapper {
    background: #f1efea;
    padding: 20px 20px;
}

.booking-templete .quote-sys-wrapper .title span {
    float: right;
}

.booking-templete .quote-sys-wrapper .title span a {
    padding: 9px 14px;
    background: #d62027;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 700;
}

.booking-templete .quote-sys-wrapper .quote-inr-wrap .quote-fleet .radio label {
    border: 1px solid #1d96bb;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px 0 0;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.booking-templete
    .quote-sys-wrapper
    .quote-inr-wrap
    .quote-fleet
    .radio
    label
    .cr {
    position: relative;
    display: inline-block;
    background: #1d96bb;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    margin-right: 5px;
    border-radius: 0;
}

.booking-templete
    .quote-sys-wrapper
    .quote-inr-wrap
    .quote-fleet
    .radio
    label
    .cr
    .fa {
    padding: 0 0 4px;
    opacity: 0;
    color: #fff;
    transform: scale(2) rotateZ(-20deg);
    font-size: 8px;
    transition: all 0.3s ease-in;
}

.booking-templete
    .quote-sys-wrapper
    .quote-inr-wrap
    .quote-fleet
    .radio
    input:checked
    ~ span
    .fa {
    opacity: 1;
}

.booking-templete
    .quote-sys-wrapper
    .quote-inr-wrap
    .quote-fleet
    .radio
    input[type="radio"],
.quote-system
    .quote-sys-wrapper
    .quote-inr-wrap
    .quote-fleet
    .vec-listing
    input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
}

.quote-widget .form-group a.remove_field {
    position: absolute;
    display: block;
    height: calc(100% - 2px);
    top: 1px;
    right: 1px;
    background: #fff;
    z-index: 9;
    border-left: 1px solid #ddd;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #696969;
    text-decoration: none;
}

.quote-widget .add-field {
    position: relative;
    margin-top: 12px;
    margin-bottom: 0;
}

.quote-widget .add-field .form-control {
    border: 1px solid #ddd;
}

.quote-widget .add-field input:focus {
    border: 1px solid #000;
}

.quote-widget h2 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 3px;
    color: #686868;
}

.inst-quote {
    margin-bottom: 20px !important;
}

.register-content .form-group.relative {
    position: relative;
}

.register-content .checkbox {
    display: inline;
}

#forgot-password .modal-dialog .register-group .form-group:last-child {
    padding-top: 0;
}

.booking-wrapper {
    padding-top: 45px;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc .info-price-includes li .fa {
    font-size: 18px;
    color: #696969;
    padding-right: 10px;
}

.info-price-includes {
    margin-bottom: 0;
}

.info-price-includes p {
    font-size: 13px;
    margin: 0;
}

.quote-fleet form {
    width: 100%;
}

.fleet-desc .details {
    display: flex;
    margin-bottom: 0;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc .info-price-includes li {
    text-indent: -16px;
    margin-left: 35px;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc .info-price-includes {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.loader {
    background: #efefef
        url(https://cdn.dribbble.com/users/8424/screenshots/1036999/dots_2.gif)
        no-repeat center center;
    background-size: 20%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.modal-content{
background-color: #020509 !important;
border-radius: 10px !important;
border: 1px solid #26292c;
}

.modal-body .slick-prev {
    left: -15px;
}

.modal-body .slick-next {
    right: -15px;
}

.modal-body {
    background: #020509;
    border-radius: 10px;
    overflow: hidden;
}

.modal-body span {
    color: #B7B8B9;
    font-size: 16px;
}
.modal-body .quote-vehicle-slider {
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

.modal-body .quote-vehicle-slider .vehicle-wrap {
    width: 49%;
    margin: 0 auto;
    display: inline-block;
}

.modal-body .quote-vehicle-slider .vehicle-wrap > .row {
    margin-bottom: 30px;
}

.modal-body .quote-vehicle-slider .vehicle-wrap > .row:last-of-type {
    margin-bottom: 0;
}

.modal-body .quote-vehicle-slider .vehicle-group {
    text-align: center;
    position: relative;
    padding: 70px 0 0;
    background: #fff;
    margin: 35px 10px 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.01);
    overflow: visible;
}

.modal-body .quote-vehicle-slider .vehicle-group figure {
    position: relative;
    z-index: 4;
}

.modal-body .quote-vehicle-slider .vehicle-group figure img {
    width: 75%;
    margin: 0 auto;
}

.modal-body .quote-vehicle-slider .vehicle-group figure figcaption {
    font-size: 18px;
    font-weight: 600;
    margin: 23px 0 10px;
    line-height: 1;
}

.modal-body .quote-vehicle-slider .vehicle-group figure figcaption span {
    color: #29a042;
    margin-left: 8px;
}

.modal-body .quote-vehicle-slider .vehicle-group ul {
    margin: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body .quote-vehicle-slider .vehicle-group ul li {
    font-weight: 700;
    font-size: 16px;
    width: 26%;
}

.modal-body .quote-vehicle-slider .vehicle-group ul img {
    width: 20px;
    margin-left: 5px;
}

.modal-body .quote-vehicle-slider .vehicle-group > span {
    position: absolute;
    top: 0;
    right: calc(50% - 30px);
    font-size: 18px;
    background: #d62027;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    width: 70px;
    line-height: 70px;
    height: 70px;
    z-index: 99999;
    margin-top: 15px;
}

.modal-body .quote-vehicle-slider .vehicle-group > span .fa {
    font-weight: 500;
}

.modal-body .quote-vehicle-slider .vehicle-group .btn-custom {
    width: calc(100% - 12px);
    margin: 6px;
    display: inline-block;
    background: #d62027;
    color: #fff;
    font-weight: 500;
    border: 1px solid #e2c14e;
}

.modal-body .quote-vehicle-slider .vehicle-group .btn-custom:hover {
    background: #ca9c00;
}

.modal-body .quote-vehicle-slider .vehicle-group form {
    padding: 0 20px;
}

.modal-body .quote-vehicle-slider .vehicle-group form .form-group {
    margin: 15px 0;
}

.modal-body .quote-vehicle-slider .vehicle-group form .form-control {
    border: 0;
    border-bottom: 1px solid #adadad;
    box-shadow: none;
    background: #f1f1f1;
    color: #000;
    font-weight: 500;
}

.slick-slider {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    opacity: 0;
}

.slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.fleet .slick-slide img {
    display: block;
    height: 120px;
    margin: 0 auto;
}

.ui-timepicker-wrapper {
    width: 8.5em;
}

.info-template .info-wrapper h4 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    color: #656565;
    width: 40%;
}

.sign-template .register-wrapper h3 {
    color: #8c887d;
    font-size: 21px;
    margin: 0 0 15px;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.login-user .fa {
    margin-right: 6px;
    color: #1d96bb;
}

.login-user .dropdown-toggle {
    cursor: pointer;
    color: #000;
}

.login-user .dropdown-menu .fa {
    color: #222;
}

.login-user .dropdown-menu a {
    color: #222;
    padding: 8px 0 8px 20px;
    font-size: 14px;
}

.login-user .dropdown-menu a:hover {
    text-decoration: underline;
}

#ui-id-1,
#ui-id-2 {
    z-index: 9999 !important;
}

.user-wrap {
    display: flex;
    align-items: center;
}

.user-wrap .login-user {
    width: 50%;
}

.form-control[readonly] {
    background: #fff;
}

.booking-templete .info-wrapper .switch {
    margin: 0;
}

.booking-wrapper .quote-sys-wrapper .route-wrapper {
    padding: 5px 0;
    margin-top: 0;
}

.booking-wrapper .quote-sys-wrapper h5 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
    color: #3d4990;
}

.trip-details .route-wrapper:nth-child(2) {
    border-top: none !important;
}
.meet-point {
    margin: 15px 0;
    font-weight: 700;
    font-size: 17px;
    padding: 0;
}

.booking-wrapper .quote-sys-wrapper .route-wrapper .fa {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 700;
    color: #666;
    margin-right: 12px;
}

.booking-wrapper .quote-sys-wrapper .route-wrapper p {
    margin-left: 50px;
    line-height: 16px;
    color: #3a3939;
    font-weight: 600;
    font-size: 14px;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc h3 {
    color: #4a4a58;
    margin: 5px 0;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
}

.booking-wrapper .quote-sys-wrapper .guarant {
    margin-top: 20px;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc .details li {
    padding-right: 15px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
}

.booking-wrapper .quote-sys-wrapper .quote-fleet {
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #fff;
    border: 1px solid #ddd;
}

.booking-wrapper .quote-sys-wrapper .quote-fleet:last-child {
    margin: 0 0 0;
}

.booking-wrapper .quote-sys-wrapper .fleet-desc .details .fa,
.booking-wrapper .quote-sys-wrapper .fleet-desc .details .fas {
    border: 1px solid #ddd;
    border-radius: 100%;
    color: #696969;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 25px;
    margin-right: 2px;
}

.booking-wrapper .quote-sys-wrapper .quote-inr-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.booking-wrapper .quote-sys-wrapper .quote-inr-wrap .desc h2 {
    margin: 6px 0;
    font-size: 19px;
    padding: 0;
    font-weight: 800;
}

.booking-wrapper .quote-sys-wrapper .quote-inr-wrap .btn-custom {
    border-radius: 5px;
    margin: 3px 0px;
    float: right;
    padding: 5px 11px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    box-shadow: none;
}

button#btn-single {
    padding: 5px 10px;
    margin: 12px 0 0 0;
}

button#btn-double {
    padding: 5px 7px;
    margin: 10px 0 0 0;
}

#pick-after {
    font-size: 14px;
    font-weight: 600;
}

#meet-greet {
    font-size: 14px;
    font-weight: 600;
}

#on-arrive {
    font-size: 13px;
    font-weight: 600;
}

#call-arrive {
    font-size: 13px;
    font-weight: 600;
}

.route-wrapper img {
    height: 22px;
    width: 22px;
    margin-right: 25px;
    text-align: left;
}

.selected-fleet img {
    width: 75%;
    height: auto;
    margin: 8px 0 0;
}

.total span {
    float: right;
    font-weight: 700;
    color: #3a3939;
    font-size: 30px;
    width: 75%;
    text-align: right;
}

.total h3 {
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
}

.act-fare h5 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 800 !important;
    color: #3d4990;
    margin: 0 !important;
}

.total span {
    float: right;
    font-weight: 700;
    color: #3a3939;
    font-size: 20px;
    width: 75px;
    height: 75px;
    color: #fff;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    margin-left: 90px;
    margin-top: 8px;
}

.label-group-in {
    border: 1px solid #ddd;
    position: relative;
}

.label-group-in label {
    margin-bottom: 0;
    padding-left: 35px;
    position: absolute;
    color: #3c3c3c;
    z-index: 4;
    top: 6px;
}

.label-group-in .input-group {
    width: 100%;
}

.label-group-in .input-group .input-group-addon {
    position: absolute;
    z-index: 4;
    background: 0 0;
    border: 0;
    left: 6px;
    top: 3px;
    height: 100%;
    padding: 0;
    width: 35px;
    line-height: 46px;
    font-size: 20px;
    pointer-events: none;
    color: #777;
    transition: all ease-in 0.3s;
}

.quote-fleet .fleet-img img {
    width: 100%;
    height: auto;
}

.fleet-img {
    margin-bottom: 0;
}

.fleet-img img {
    width: auto;
    height: 80px;
}

.view-trip-details {
    background: #1d96bb;
    padding: 14px 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.trip-details {
    background: #fff;
    padding: 20px 20px;
    border: 1px solid #ddd;
}

.trip-details h3 {
    text-align: center;
    padding-bottom: 15px;
}

.booking-templete .breadcrumb-wrap {
    background: rgba(68, 68, 68, 0.8);
}

.booking-templete .breadcrumb-wrap .breadcrumb {
    margin-bottom: 0;
    background: 0;
    padding: 10px 0;
    margin-left: 20px;
}

.booking-templete .location-info {
    width: 65%;
    margin: 0 auto;
}

.booking-templete .location-info ul {
    margin-left: 0;
}

.booking-templete .location-info ul li {
    text-align: center;
    width: 33%;
}

.booking-templete .location-info ul li figure img {
    width: 30px;
}

.booking-templete .add-via-wrapper {
    margin-bottom: 30px;
}

.booking-templete .add-via-wrapper .btn-ghost {
    padding: 10px 26px;
    display: inline-block;
    background: #d62027;
    color: #fff;
    font-weight: 500;
    border: 1px solid #e2c14e;
}

.booking-templete .add-via-wrapper .btn-ghost:hover {
    background: #ca9c00;
}

.booking-templete .add-via-wrapper .btn-danger {
    padding: 10px 26px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 500;
    background: #c12e2a;
}

.booking-templete .add-via-wrapper .btn-danger:hover {
    background: #972421;
}

.booking-templete .location-wrapper {
    padding-top: 50px;
}

.booking-templete .location-wrapper .location-details {
    position: relative;
    padding: 10px;
}

.booking-templete .location-wrapper .location-details figcaption {
    font-weight: 600;
    font-size: 16px;
}

.booking-templete .location-wrapper .location-details #diamond {
    -webkit-box-sizing: content-box;
    display: inline-block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80px;
    height: 80px;
    border: none;
    color: #000;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #f1efea;
    background: #ffdb4e;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: 0 100% 0deg;
    transform-origin: 0 100% 0deg;
}

.booking-templete .location-wrapper .location-details figure {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 5%;
    z-index: 1;
    transform: rotateZ(43deg);
    text-align: center;
}

.booking-templete .location-wrapper .location-details figure img {
    width: 30px;
}

.booking-templete .location-wrapper .location-details ul {
    position: relative;
    margin: 0 auto;
    width: 75%;
    display: flex;
    justify-content: center;
}

.booking-templete .location-wrapper .location-details ul:before {
    position: absolute;
    content: "";
    border-bottom: 18px solid #ece8da;
    width: 80%;
    top: 32.4px;
    left: calc(50% - 40%);
}

.booking-templete .location-wrapper .location-details ul:after {
    border-radius: 0 0 60% 60%;
    height: 76px;
    position: absolute;
    content: "";
    border-bottom: 4px dashed #dadada;
    width: 73%;
    top: 11px;
    left: calc(50% - 36%);
}

.booking-templete .location-wrapper .location-details ul li {
    text-align: left;
    position: relative;
    width: calc(50% - 2px);
}

.booking-templete .location-wrapper .location-details ul li:last-child {
    text-align: right;
}

.booking-templete
    .location-wrapper
    .location-details
    ul
    li:last-child
    #diamond {
    margin: 0 0 0 auto;
}

.booking-templete .location-wrapper .location-details ul li p {
    margin-top: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}

.booking-templete .location-wrapper .location-details ul li:first-child p {
    left: -40%;
}

.booking-templete .location-wrapper .location-details ul li:last-child p {
    right: -40%;
}

.booking-templete .location-wrapper .location-details .mileage {
    position: absolute;
    text-align: center;
    top: 41px;
    left: calc(50% - 15%);
    z-index: 3;
}

.booking-templete .location-wrapper .location-details .mileage a {
    display: inline-block;
    color: #303030;
}

.booking-templete .location-wrapper .location-details .mileage a .fa {
    font-size: 25px;
    border-radius: 50%;
    width: 45px;
    background: #1291b8;
    color: #fff;
    height: 45px;
    line-height: 45px;
    margin-bottom: 5px;
}

.booking-templete .location-wrapper .location-details .mileage p {
    font-weight: 500;
}

.booking-templete .location-wrapper .location-details .mileage p strong {
    font-weight: 600;
    color: #1291b8;
}

.booking-templete .booking-wrap {
    width: 65%;
    padding: 38px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.booking-templete .booking-wrap h2 {
    font-size: 18px;
    color: #1291b8;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.booking-templete .booking-wrap h2:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #aaa;
    content: "";
    bottom: 0;
}

.booking-templete .booking-wrap h2.text-center:before {
    left: calc(50% - 20px);
}

.booking-templete .booking-wrap label {
    text-align: left;
    display: block;
    color: #45423c;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.booking-templete .booking-wrap .form-control {
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    height: 38px;
    border-radius: 4px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: none;
    font-weight: 500;
    font-size: 13px;
}

.booking-templete .booking-wrap .form-control:focus,
.booking-templete .booking-wrap .form-control:hover {
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #1291b8;
}

.booking-templete .booking-wrap .btn-custom {
    border: 0;
    display: inline-block;
    outline: 0;
    text-align: center;
    width: calc(50% - 15px);
    padding: 10px 10px;
    background: #d62027;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 1px solid #e2c14e;
}

.booking-templete .booking-wrap .btn-custom .fa {
    padding-left: 10px;
    transition: 0.3s;
}

.booking-templete .booking-wrap .btn-custom:hover {
    background: #fdc300;
}

.booking-templete .dim-bg {
    background: #fff;
    border-radius: 8px;
    border: none;
}

.booking-templete .booking-info {
    background: #f7f6f6;
    padding: 30px;
    border-radius: 8px;
    padding: 30px;
    border-radius: 4px;
    margin: 30px;
    margin-left: 0;
    padding-top: 17px;
    margin-top: 30px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.booking-templete .booking-info h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
}

.booking-templete .booking-info h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.booking-templete .booking-info h6 {
    font-size: 13px;
    color: #565656;
}

.booking-templete .booking-info .fa {
    color: #1291b8;
    font-size: 16px;
}

.booking-templete .booking-info ul li {
    padding-bottom: 12px;
}

.booking-templete .booking-info ul li:last-child {
    padding-bottom: 0;
}

.booking-templete .booking-info ul li p {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
}

.booking-templete .booking-info figure img {
    width: 60%;
}

.booking-templete .booking-info h6 a {
    margin-left: 10px;
    color: #000;
    background: #fdc70f;
    padding: 5px;
    border-radius: 4px;
}

.booking-templete .booking-info .total {
    margin-top: 21px;
    border-top: 1px solid #1291b8;
    padding-top: 12px;
}

.booking-templete .booking-info .total h3 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 75px;
}

.booking-templete .booking-info .total h3 span {
    float: right;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 80px;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 75px;
    background: #29a042;
}

.booking-templete .form-control-static {
    font-weight: 400;
    padding-top: 0;
}

.vehicle-template .vehicle-wrapper {
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    padding: 30px;
    border-radius: 4px;
}

.vehicle-template .vehicle-wrapper h2 {
    font-size: 18px;
    color: #1291b8;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.vehicle-template .vehicle-wrapper h2:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #aaa;
    content: "";
    bottom: 0;
}

.vehicle-template .vehicle-wrapper h2.text-center:before {
    left: calc(50% - 20px);
}

.vehicle-template .vehicle-wrapper .vehicle-wrap {
    width: 85%;
    margin: 0 auto;
}

.vehicle-template .vehicle-wrapper .vehicle-wrap > .row {
    margin-bottom: 30px;
}

.vehicle-template .vehicle-wrapper .vehicle-wrap > .row:last-of-type {
    margin-bottom: 0;
}

.vehicle-template .vehicle-wrapper .vehicle-group {
    text-align: center;
    position: relative;
    padding: 30px 0 0;
    background: #fff;
    margin: 35px 10px 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.01);
}

.vehicle-template .vehicle-wrapper .vehicle-group figure {
    position: relative;
    z-index: 4;
}

.vehicle-template .vehicle-wrapper .vehicle-group figure img {
    width: 75%;
    margin: 0 auto;
}

.vehicle-template .vehicle-wrapper .vehicle-group figure figcaption {
    font-size: 18px;
    font-weight: 600;
    margin: 23px 0 10px;
    line-height: 1;
}

.vehicle-template .vehicle-wrapper .vehicle-group figure figcaption span {
    color: #29a042;
    margin-left: 8px;
}

.vehicle-template .vehicle-wrapper .vehicle-group ul {
    margin: 14px 0;
}

.vehicle-template .vehicle-wrapper .vehicle-group ul li {
    font-weight: 700;
    font-size: 16px;
    width: 26%;
}

.vehicle-template .vehicle-wrapper .vehicle-group ul img {
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 30px;
    display: inline-block;
    vertical-align: text-bottom;
}

.vehicle-template .vehicle-wrapper .vehicle-group > span {
    position: absolute;
    top: -8%;
    right: calc(50% - 30px);
    font-size: 15px;
    background: #1291b8;
    border-radius: 50%;
    color: #fbf7f7;
    font-weight: 600;
    width: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 70px;
    z-index: 99999;
}

.vehicle-template .vehicle-wrapper .vehicle-group > span .fa {
    font-weight: 500;
}

.vehicle-template .vehicle-wrapper .vehicle-group .btn-custom {
    width: calc(100% - 12px);
    margin: 6px;
    display: inline-block;
    background: #d62027;
    color: #fff;
    font-weight: 500;
    border: 1px solid #e2c14e;
}

.vehicle-template .vehicle-wrapper .vehicle-group .btn-custom:hover {
    background: #ca9c00;
}

.vehicle-template .vehicle-wrapper .vehicle-group form {
    padding: 0 20px;
}

.vehicle-template .vehicle-wrapper .vehicle-group form .form-group {
    margin: 15px 0;
}

.vehicle-template .vehicle-wrapper .vehicle-group form .form-control {
    border: 0;
    border-bottom: 1px solid #adadad;
    box-shadow: none;
    background: #f1f1f1;
    color: #000;
    font-weight: 500;
}

.vehicle-template .vehicle-wrapper form h4 {
    margin-bottom: 6px;
}

.vehicle-template .vehicle-wrapper form p {
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #333;
}

.vehicle-template .vehicle-wrapper form img {
    width: 40px;
    margin-right: 20px;
}

.vehicle-template .vehicle-wrapper form .fa {
    margin-right: 46px;
    vertical-align: middle;
    text-rendering: auto;
    font-size: 33px;
}

.vehicle-template .email-quote {
    margin-top: 30px;
}

.vehicle-template .info-wrapper:first-child h3 {
    margin-top: 0;
}

.vehicle-template .info-wrapper h3 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
    padding-bottom: 6px;
    color: #303030;
}

.vehicle-template .info-wrapper label {
    text-align: left;
    display: block;
    color: #45423c;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.vehicle-template .info-wrapper .form-control {
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    height: 38px;
    border-radius: 4px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: none;
    font-weight: 500;
    font-size: 13px;
}

.vehicle-template .info-wrapper .form-control:focus,
.vehicle-template .info-wrapper .form-control:hover {
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #1291b8;
}

.vehicle-template .info-wrapper textarea.form-control {
    height: auto;
}

.vehicle-template .info-wrapper .switch {
    margin-bottom: 10px;
}

.vehicle-template .info-wrapper .btn-custom {
    background-color: #29a042;
    border: 0;
    font-size: 15px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 12px;
    padding: 13px 71px;
}

.vehicle-template .info-wrapper .btn-custom:hover {
    background: #1f7731;
}

.vehicle-template .info-wrapper .checkbox a {
    color: #000;
    text-decoration: underline;
}

.info-template .booking-wrapper label {
    cursor: pointer;
    font-size: 14px;
}

.info-template .booking-wrapper label span {
    color: #3d4990;
}

.info-template .info-wrapper:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.info-template .info-wrapper:first-child h3 {
    margin-top: 0;
}

.info-template .info-wrapper .form-group {
    margin-bottom: 20px;
}

.info-template .info-wrapper .cstm-radio .form-control {
    margin-bottom: 30px;
}

.info-template .info-wrapper h3 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 6px;
    color: #4a4a4a;
    font-weight: 700;
}

.info-template .info-wrapper label span {
    font-size: 14px;
    color: #3d4990;
}

.info-template .info-wrapper label {
    text-align: left;
    display: block;
    color: #353535;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.info-template .info-wrapper .form-control {
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    height: 40px;
    border-radius: 0;
    width: 100%;
    border: none !important;
    box-shadow: none;
    font-weight: 500;
    font-size: 15px;
    border-color: #b5b3b3;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.checkbox [type="checkbox"]:checked,
.checkbox [type="checkbox"]:not(:checked) {
    opacity: 1;
    position: relative;
    margin-right: 8px;
}

.info-template .info-wrapper .form-control:focus,
.info-template .info-wrapper .form-control:hover {
    outline: 0;
    box-shadow: none;
    border: 1px solid #d62027;
}

.info-template .info-wrapper textarea.form-control {
    height: auto;
}

.info-template .info-wrapper .add_via_field {
    display: none;
}

.info-template .info-wrapper .switch {
    margin-bottom: 10px;
}

.info-template .info-wrapper .btn-custom {
    font-size: 15px;
    letter-spacing: 0.2px;
    margin: 0;
    margin-top: 12px;
    padding: 11px 25px;
    background: #d62027;
    color: #fff;
    font-weight: 500;
    border: 1px solid #e2c14e;
    min-width: 150px;
}

.info-template .info-wrapper .btn-custom:hover {
    background: #fdc300;
}

.info-template .info-wrapper .btn-ghost {
    padding: 13px 25px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.info-template .info-wrapper .checkbox a {
    color: #000;
    text-decoration: underline;
}

.info-template .location-wrapper .location-details ul:after {
    display: none;
}

.info-template .location-wrapper .location-details .mileage a {
    display: none;
}

.meeting-template h2 {
    font-size: 18px;
    color: #1291b8;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.meeting-template h2:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #aaa;
    content: "";
    bottom: 0;
}

.meeting-template h2.text-center:before {
    left: calc(50% - 20px);
}

.meeting-template .meeting-wrapper {
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    padding: 30px;
    border-radius: 4px;
}

.meeting-template .meeting-wrapper h3 {
    color: #303030;
    margin-bottom: 20px;
}

.meeting-template .btn-custom {
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
    background: #d62027;
    color: #fff;
    font-weight: 500;
    border: 1px solid #e2c14e;
}

.meeting-template .btn-custom:hover {
    background: #fdc300;
}

.meeting-template .btn-custom .fa {
    margin-left: 10px;
}

.cstm-tooltip {
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #1d96bb;
}

.cstm-tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #424242;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    right: auto;
    margin-left: -120px;
    opacity: 0;
    transition: opacity 1s;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

.cstm-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.cstm-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.switch {
    position: relative;
    display: inline-block !important;
    width: 40px;
    height: 20px;
    display: block;
    vertical-align: sub;
    margin-left: 19px;
}

.switch input {
    visibility: hidden;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #fff; */
    -webkit-transition: 0.4s;
    border: 1px solid #ccc;
    transition: 0.4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 1.5px;
    background-color: #9f9f9f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked + .slider {
    background-color: #d62027;
    border: 1px solid #d62027;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #008145;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background-color: #fff;
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.thank-wrap > .fa {
    height: 70px;
    width: 70px;
    background: 0 0;
    border-radius: 50%;
    text-align: center;
    line-height: 66px;
    font-size: 30px;
    background: #fdc300;
    border: 2px solid #fdc300;
    margin: 0 auto 15px;
    color: #333;
    text-transform: capitalize;
}

.thank-wrap h1 {
    font-size: 28px;
    margin: 10px 0;
    color: #312f2f;
    text-transform: capitalize;
    font-weight: 700;
}

.thank-wrap {
    margin: 80px 0;
}

.thank-wrap p {
    font-size: 16px;
    padding: 5px 0 25px;
    letter-spacing: 0.3px;
    line-height: 23px;
    color: #232222;
}

.thank-wrap .btn-custom {
    border-radius: 45px;
    text-transform: capitalize;
}

.inner-banner {
    min-height: 450px;
    background-size: cover !important;
}

.inner-banner .container {
    position: relative;
}

.fleet-item .btn-custom {
    border-radius: 45px;
}

.faq-wrapper .btn {
    background-color: transparent !important;
    padding: 0;
    box-shadow: none;
}

.faq-wrapper .btn:focus,
.faq-wrapper .btn:hover {
    background: 0 0;
    box-shadow: none;
    outline: 0;
}

.faq-wrapper .panel-title {
    font-size: 20px;
    text-transform: capitalize;
}

.btn-default.active,
.btn-default:active,
.faq-wrapper .btn-default:focus {
    background-color: transparent;
}

.faq-wrapper .btn-default:not([disabled]):not(.disabled):active {
    background-color: transparent !important;
    box-shadow: none !important;
}

.modal-header {
    flex-wrap: wrap;
}

.modal-header .modal-title {
    width: 100%;
    margin-top: 0;
}

.modal-header p {
    width: 100%;
}

.register-content {
    background: #fff;
    padding: 30px;
    margin: 60px 0 0;
}

#myModal2.modal.right .modal-body {
    margin: 0 !important;
}

.forget strong {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

.booking-templete .nav .btn {
    background: 0 0;
    box-shadow: none;
    padding: 14px 30px;
}

.booking-templete .nav .btn:focus,
.booking-templete .nav .btn:hover {
    background: 0 0;
    box-shadow: none;
}

.booking-templete .nav .btn .fa {
    color: #388e3c;
    font-size: 20px;
}

.booking-templete .nav li {
    border-right: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 33.33%;
    text-align: center;
}

.booking-templete .nav li:last-child {
    border-right: 0;
}

.booking-templete .nav-justified > li.active a {
    background: #f1efea;
    border-top: 3px solid #d62027;
}

.booking-templete .nav-justified > li.active a .fa {
    cursor: not-allowed;
}

.booking-templete .nav-pills > li.active > a,
.booking-templete .nav-pills > li.active > a:focus,
.booking-templete .nav-pills > li.active > a:hover {
    color: rgba(56, 56, 56, 1);
}

.booking-templete .navpills {
    margin-bottom: 30px;
}

.booking-templete .navpills .fa {
    color: #2ea23c;
    font-size: 16px;
    padding-right: 8px;
}

.booking-templete .nav-justified > li > a {
    margin-bottom: 0;
    line-height: 36px;
    color: rgba(37, 37, 37, 0.81);
    border-radius: 0;
    border-top: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 15px;
    height: 50px;
    background: #f1efea;
}

.booking-templete .nav-justified > li > a.inactive {
    color: rgba(37, 37, 37, 0.45);
}

.booking-templete .nav-justified > li > a span button {
    background: #ffffff70;
    border: 1px solid #ccc;
    cursor: pointer;
}

.booking-templete .nav-justified > li span {
    background: 0 0;
    box-shadow: none;
    padding: 7px 30px;
}

.booking-templete input[type="radio"]:checked + .cr > .fa {
    transform: scale(1) rotateZ(0);
    opacity: 1;
}

.booking-templete .cr {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #d2d6de;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: center;
    margin-right: 11px;
    border-radius: 50%;
}

.booking-templete .cr .fa {
    padding: 0;
    color: #d62027;
    transform: scale(2) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
}

.booking-templete .radio input[type="radio"] {
    display: none;
}

.term-template {
    background: #fff;
}

.term-inner {
    padding-top: 50px;
}

.term-template h2 {
    font-size: 20px;
    font-weight: 800;
    color: #0e8ab9;
    margin-bottom: 15px;
}

.contact-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.contact-content p {
    font-weight: 600;
    margin: 0;
}

.contact-info form {
    margin-right: 50px;
}

.contact-content h4 {
    font-size: 16px;
    color: #4d4d4d;
    margin: 14px 0 10px;
    font-weight: 800;
}

.contact-info .form-control {
    height: 38px;
}

.contact-info form .form-group {
    margin-bottom: 10px;
}

.contact-info form .form-control:focus {
    border: 1px solid #d62027;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contact-info h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0e8ab9;
    margin-bottom: 15px;
}

.contact-info {
    padding-top: 30px;
}

.login-intro {
    padding-top: 80px;
}

.login-intro h4 {
    font-weight: 600;
    color: #3d3d3d;
}

.login-intro figure {
    text-align: left;
    width: 300px;
}

.login-intro figure img {
    width: 60%;
}

.login-intro .list li {
    position: relative;
    padding: 2px 0;
    padding-left: 30px;
    font-weight: 500;
}

.login-intro .list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    height: 24px;
    width: 24px;
    background: url(../image/red-check.png) no-repeat center top;
    z-index: 9;
    background-size: 10px;
}

.login-temp .btn {
    margin: 0;
    width: 100%;
    height: 46px;
    font-weight: 600;
    text-transform: capitalize;
}

.login-temp label {
    font-weight: 600;
    margin: 10px 0 5px;
    font-size: 14px;
}

.form-control {
    height: 40px;
    border-radius: 0;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #e2c14e;
}

.login-temp .register-contents {
    border-right: 2px dotted #d0d0d0;
    padding-right: 80px;
}

.login-temp .register-contents p a {
    color: #2a2a2a;
}

.login-temp .list {
    padding-left: 30px;
}

.breadcrumb {
    background: 0 0;
    font-size: 13px;
    margin: 5px 0;
    font-weight: 600;
    color: #333;
    padding: 20px 0 15px;
}

.term-inner {
    font-size: 14px;
    color: #444444;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}

.breadcrumb-item a {
    color: #333 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.login-temp h2 {
    margin-left: 0;
    font-size: 22px;
    text-align: center !important;
    width: 100%;
    font-size: 19px;
    font-weight: 800;
}

.nav-item.active {
    position: relative;
}

.nav-item:first-child {
    border-left: 1px solid #c8c8c8;
}

.nav-item.active:after {
    position: absolute;
    left: 0;
    top: 103%;
    right: 0;
    content: "";
    background: none;
    height: 3px;
    width: 100%;
}

.inner-banner-temp h1 {
    color: #fff;
}

.whychoose-content {
    padding: 0 20px;
}

.whychoose-content img {
    height: 80px;
    width: auto;
    margin-bottom: 8px;
}

.whychoose-content svg path {
    fill: #feae04;
}

.fleet-card {
    padding-top: 0;
}

.fleet-card-wrap .fleet-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
}

.fleet-card-wrap .fleet-int {
    background: #f1efea;
    /* padding: 0 20px 20px 20px */
    margin-bottom: 20px;
}

.fleet-card-wrap .fleet-wrapper .fleet-img {
    width: 30%;
    display: inline-block;
    text-align: left;
}

.fleet-card-wrap .btn {
    width: 100px;
    margin: 0;
    /* margin-left: 15px; */
    padding: 8px;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 800;
    margin-top: 20px;
    box-shadow: none;
}

.fleet-card-wrap .btn:hover {
    box-shadow: none;
    color: #fff;
}

.fleet-card-wrap .fleet-detail {
    width: 70%;
    align-items: center;
    display: inline-block;
}

.fleet-card-wrap .fleet-detail .details {
    width: 66%;
    display: inline-block;
    text-align: center;
    /*justify-content: space-between;*/
    margin-bottom: 0;
}

.fleet-card-wrap .fleet-detail .details li {
    display: inline-block;
}

.fleet-card-wrap .fleet-detail .details li strong {
    font-size: 24px;
    padding: 0 8px;
    color: #0081df;
    line-height: 24px;
}

.fleet-card-wrap .fleet-detail .details li span {
    font-size: 12px;
    font-weight: 800;
    color: #666;
    margin-top: 8px;
    display: inline-block;
}

.fleet-card-wrap .fleet-detail .details li span i {
    font-size: 17px;
    color: #6d6d6d;
}

.fleet-card-wrap .fleet-detail .fleet-price {
    width: 32%;
    display: inline-block;
    text-align: right;
}

.fleet-card-wrap .fleet-detail .fleet-price h5 {
    margin: 0;
    color: #00c851;
    font-size: 16px;
    font-weight: 500;
}

.fleet-card-wrap .fleet-detail .fleet-price span {
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.fleet-card-wrap .row > div[class*="col-"]:nth-child(1) .fleet-int,
.fleet-card-wrap .row > div[class*="col-"]:nth-child(2) .fleet-int {
    padding-top: 20px;
}

.fleet-card-wrap .fleet-img h5 {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 5px;
}

.fleet-card-wrap .fleet-img figure {
    margin: 0;
}

.fleet-card-wrap .fleet-img figure img {
    height: 55px;
}

.fleet-card-wrap .fleet-detail .fleet-price h4 {
    margin: 0;
    /*margin-top: 8px*/
}

.sec-title {
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 25px;
}

.sec-title-h2 {
    font-size: 20px;
    font-weight: 800;
    color: #292929;
    margin-bottom: 25px;
}

select {
    font-weight: 500 !important;
    font-size: 15px;
}

.booking-info-wrapper select {
    font-weight: 500 !important;
}

.labeled {
    background: #e7e5e1;
    padding: 8px 15px;
    font-weight: 600;
    color: #1b1a1a;
    margin-bottom: 25px;
    margin-top: 25px;
    display: block;
    width: 100%;
}

.login-details-card {
    margin-bottom: 45px;
}

.login-details-card p {
    font-size: 13px;
    line-height: 20px;
}

.info-template .login-details-card .btn-custom {
    margin: 0;
    padding: 8px;
    height: 40px;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
}

.login-details-card .login-form a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    margin-left: 22px;
    text-align: center !important;
    width: 100%;
    display: block;
    margin: 0;
    color: #313131 !important;
    font-weight: 700;
    border: 1px solid #d62027;
    padding: 6px 0;
    height: 40px;
}

.login-details-card .forget strong {
    text-decoration: none;
}

.payment-form {
    background: #fff;
    padding: 50px 50px 0;
    margin-top: 40px;
    border: 2px solid #dedede;
    border-bottom: 0;
}

.payment-form > h2 {
    border-bottom: 1px solid #ddd;
}

.payment-form h2 {
    font-size: 24px;
    font-weight: 700;
    color: #080808;
    padding-bottom: 15px;
}

.payment-form label {
    padding: 0;
    font-weight: 600;
}

.payment-form .btn-green {
    background: #41a940 !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    height: 70px;
    margin: 50px -50px 0;
    width: calc(100% + 100px);
}

.payment-form .btn-green .fa {
    font-size: 26px;
    font-weight: 900;
    padding-left: 6px;
}

.payment-form .form-control {
    border: none;
    height: 55px;
}

.payment-form .cstm-tooltip {
    margin-left: 10px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    color: #060606;
    margin-top: 14px;
    position: absolute;
    right: 0;
}

.payment-form .form-control:focus,
.payment-form .form-control:hover {
    outline: 0;
    border: none;
    box-shadow: none;
}

.payment-form label .fa {
    width: 28px;
    font-size: 18px;
    color: #000;
    text-align: left;
}

.payment-form .form-group {
    margin: 0;
    border-bottom: 1px solid #dedede;
}

.payment-form .input-group {
    margin-bottom: 0 !important;
}

.payment-form .input-group-prepend .input-group-text {
    box-shadow: none;
    width: 220px;
}

.payment-form .form-control::placeholder {
    color: #bcbcbc;
}

.payment-form .form-control:-ms-input-placeholder {
    color: #bcbcbc;
}

.payment-form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}

.quote-sys-wrapper .form-control::placeholder {
    color: #bcbcbc;
}

.quote-sys-wrapper .form-control:-ms-input-placeholder {
    color: #bcbcbc;
}

.quote-sys-wrapper .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}

.payment-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
    margin: 15px auto 0;
}

.payment-logo li {
    width: 50%;
}

.payment-logo li img {
    width: 100%;
}

.addition-info .route-wrapper h5 img {
    width: 50px;
}

.addition-info .route-wrapper h5 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
    color: #6973b1;
    font-size: 15px;
}

.addition-info .route-wrapper p {
    text-indent: 0;
    margin-left: 75px !important;
    font-size: 13px;
    line-height: 16px !important;
    margin-bottom: 10px;
}

.addition-info .route-wrapper .luggs {
    display: flex;
    align-items: center;
    margin-left: 60px;
    margin-top: 15px;
}

.addition-info .route-wrapper .luggs li {
    margin-right: 10px;
}

.addition-info .route-wrapper .luggs li img {
    margin-bottom: 15px;
    width: 24px;
    height: 30px;
}

.addition-info .route-wrapper .luggs strong {
    font-weight: 800;
    font-size: 12px;
    margin-right: 2px;
}

.addition-info .route-wrapper.payment-intro p {
    margin-left: 0 !important;
}

.addition-info .main-total h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 700;
    width: calc(100% + 130px);
}

.addition-info .main-total h3 span {
    height: 80px;
    width: 80px;
    background: #f89619;
    line-height: 80px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    float: right;
}

.addition-info .btn-edit {
    font-size: 13px;
    color: #12b5f1;
    margin-left: 1px;
    font-weight: 800;
}

.act-fare a[data-toggle*="modal"] {
    font-size: 13px;
    color: #12b5f1;
    margin-left: 1px;
    font-weight: 800;
}

.quote-widget .form-control {
    padding-left: 36px !important;
    font-size: 15px;
    color: #717171;
    font-weight: normal;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    box-shadow: inherit;
}

.note-deadline {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-transform: inherit;
}

.cont {
    color: #0584ab;
    font-weight: 800;
    font-size: 15px;
}

.cont:hover {
    text-decoration: none;
}

.modal .close {
    padding: 0;
    margin: 0;
}

.pco-logo img {
    width: 70px;
    margin-bottom: 25px;
}

.taxi-li {
    margin: 0 auto;
    padding: 8px 10px;
    border-radius: 10px;
    background: #0e8ab9;
    color: #fff;
    border: 0;
    line-height: 1.4em;
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 50px;
}

label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.driver-temp {
    background: 0 0;
}

.inr-form.login-form {
    border: 1px solid #dadada;
    padding: 30px 50px;
}

.inr-form.login-form h2 {
    font-size: 20px;
    font-weight: 700;
    color: #4c4c4c;
    margin-bottom: 20px;
}

.trip-details > h5 {
    border: none;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 25px 0 15px !important;
    color: #444343 !important;
}

.sup-text {
    font-size: 15px;
    font-weight: 900;
    padding-left: 8px;
    color: #12b5f1;
}

.trip-details > h5 span {
    height: 68px;
    width: 68px;
    display: inline-block;
    text-align: center;
    background: #3d4990;
    font-size: 22px;
    color: #fff;
    line-height: 68px;
    border-radius: 50%;
    float: right;
}

.pre-price {
    height: 68px;
    width: 68px;
    display: inline-block;
    text-align: center;
    background: #e8307b;
    font-size: 18px;
    color: #fff;
    line-height: 68px;
    border-radius: 50%;
    float: right;
}

.trip-details .route-wrapper:first-child {
    border: none !important;
}

input.error,
select.error,
textarea.error {
    border-color: red !important;
    border: 1px solid red !important;
}

input.error[type="checkbox"],
input.error[type="radio"] {
    -webkit-box-shadow: inset 12px 2px 2px rgba(255, 0, 0, 0.25);
    box-shadow: inset 12px 2px 2px rgba(255, 0, 0, 0.25);
}

.error {
    color: red !important;
    font-style: italic;
}

.modal .close {
    right: 20px !important;
    top: 0 !important;
    position: absolute;
}

.onoffswitch {
    position: relative;
    width: 87px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #efefef;
    border-radius: 22px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
    display: block;
    float: left;
    width: 50%;
    height: 26px;
    padding: 0;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 700;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Yes";
    padding-left: 20px;
    background-color: #1bcd73;
    color: #fff;
}

.onoffswitch-inner:after {
    content: "No";
    padding-right: 20px;
    background-color: #d62027;
    color: #fff;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 24px;
    margin: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 54px;
    border: 2px solid #fff;
    border-radius: 23px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.pre-but {
    background-color: #f7c62d;
    color: #033 !important;
    font-size: 20px;
    padding: 6px 14px;
    cursor: pointer;
    border-radius: 5px;
}

.finish-btn a {
    padding: 4px 40px;
    font-size: 22px;
}

.print-but {
    background-color: #04244a;
    color: #f1f1f1;
    font-size: 20px;
    padding: 6px 14px;
    cursor: pointer;
    border-radius: 5px;
}

.btn-ref {
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 2em;
}

.btn-danger {
    background-color: #1bcd73 !important;
    color: #fff;
}

.menu_phone {
    height: 27px;
    width: 20px;
}

.fac_box_shad_2 {
    -webkit-box-shadow: 0 0 8px rgba(116, 116, 116, 0.37);
    box-shadow: 0 0 8px rgba(116, 116, 116, 0.37);
    background-color: #fff;
    border-radius: 4px;
    color: #616161;
    font-size: 13px;
    padding: 15px;
    position: relative;
}

.crm_editor p {
    font-size: 14px;
    color: #2f2f2f;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

.crm_editor p strong {
    font-size: 16px;
    color: #2f2f2f;
}

.crm_editor h2 {
    font-size: 18px;
    font-weight: 700;
}

.crm_editor h1 {
    font-size: 22px;
    font-weight: 700;
}

.car2-details-pricelist {
    margin: 10px 0 10px 0;
    padding: 4px 0;
    background: #fff;
    border: 1px solid #8c8c8c;
    border-radius: 3px;
    text-align: center;
}

.car2-details-pricelist1 {
    font-size: 13px;
    font-weight: 700;
    color: #0c78a0;
    text-decoration: none;
    display: inline-block;
}

.car2-details-pricelist .line {
    padding: 2px 1px;
    margin: 0 7px 0 5px;
    font-weight: 700;
    background: #ccc;
    display: inline;
}

.car2-details-pricelist2 {
    font-size: 13px;
    font-weight: 700;
    color: #e60912;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 991px) {
    .why-choose h1 {
        width: auto;
    }
}

.main-banner-btn {
    border: 0;
    color: #fff;
    font-weight: 700;
    padding: 7px 24px;
    border-radius: 4px;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 8px;
    height: 50px;
    text-transform: uppercase;
}

.main-banner-btn {
    color: #fff;
    /* background-color: #0cb862 !important; */
}

.main-banner-btn .btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.sitemap-inner a {
    color: #525050;
    font-size: initial;
    text-decoration: none;
}

.sitemap-section {
    padding: 40px 0;
}

.site-amp-title h2 {
    display: block;
    text-decoration: underline;
    margin-bottom: 20px;
}

.sitemap-inner {
    padding: 10px 10px;
    min-height: 326px;
    box-shadow: 5px 5px 5px 5px rgb(255, 254, 254);
    background: #fff;
    margin-bottom: 20px;
}

.sitemap-list li {
    line-height: 34px;
}

.sitemap-list {
    padding-left: 20px;
}

.landing_book_ing .form-control {
    height: 37.5px;
    border-radius: 0;
    width: 50%;
    font-size: 13px;
    display: inline-block;
    border-left: 0;
    padding: 10px 0;
}

.landing_book_ing .input-group-prepend {
    margin-right: -1px;
    width: auto;
}

.landing_book_ing .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.landing_book_ing .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    border-right: 0;
}

.landing_book_ing .input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.landing_book_ing .form-addons .fa {
    font-size: 14px;
    color: #666;
    position: relative;
    top: 0px;
}

.landing_book_ing .input-group-prepend .input-group-text {
    /*border: none;*/
    box-shadow: none;
}

.landing_book_ing_btn .btn {
    margin-top: 0 !important;
    padding: 9.5px 14px;
    text-transform: uppercase !important;
    font-weight: 500;
    width: auto;
    margin: 0;
    line-height: normal;
}

.landing_book_ing .input-group-prepend {
    margin-right: -1px;
    width: auto;
}

@media (min-width: 767px) {
    .landing_book_ing {
        width: 74%;
        align-items: center;
        display: inline-block;
        margin-top: 5px;
    }
    .landing_book_ing_btn {
        width: 24%;
        text-align: right;
        margin-top: 5px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .landing_book_ing .input-group {
        margin-top: 10px;
    }
    .landing_book_ing_btn .btn {
        width: 100%;
        margin: 7px 0;
    }
    .landing_book_ing_btn {
        width: 100%;
        margin-top: 7px;
    }
    .fleet-card-wrap .fleet-detail .details {
        width: 80% !important;
    }
}

@media (max-width: 640px) {
    .fleet-card-wrap .fleet-detail .details {
        width: 80% !important;
    }
}

.top_header {
    padding-bottom: 3.5px;
    padding-top: 3.5px;
    /* background: #e40a15; */
}

.contentToHide {
    display: none;
}
.no-padding {
    /*padding: 0!important;*/
}

.top_header ul.social li {
    /*margin-top: 9px;*/
}

.social li:first-child {
    margin-left: 0;
}

.social li {
    display: inline-block;
    /*margin-right: 20px;*/
    padding: 3px 10px;
}

.social li a {
    color: #fff;
    /*color: #4a4a4a;*/
}

.top_header .top_menu ul li a {
    color: #4a4a4a;
    text-transform: capitalize;
    text-decoration: none;
}

.top_header .top_menu ul li:first-child {
    padding-left: 0;
}

.top_header .top_menu ul li.language-select {
    margin-top: 3px;
}

.top_header .top_menu ul li {
    float: left;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
    font-size: 13px;
    margin-top: 8px;
}

.top_header .top_menu ul {
    display: inline-block;
    list-style: none;
}

.top_header .top_menu ul {
    padding-left: 0;
}

.top_header .top_menu ul li:before {
    content: "|";
    position: absolute;
    left: -1px;
    color: #fff;
    /*color: #4a4a4a;*/
}

.top_header .top_menu ul li:first-child:before {
    content: "";
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    background-color: white;
    border-radius: 0;
    font-weight: normal !important;
    padding: 3px 2px;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    /*color: #fff;*/
    color: #444;
}

@media only screen and (max-width: 991px) and (min-width: 770px) {
    .top_header .top_menu {
        text-align: center;
    }
}

@media (max-width: 769px) {
    .inner-sitemap {
        display: none;
    }
    .top_header .social {
        /*display: none;*/
        text-align: center;
    }
    .top_header .top_menu ul li.language-select {
        float: none;
        padding-right: 0;
        width: 100%;
    }
    .top_header .top_menu ul li {
        float: none;
        display: inline-block;
    }
    .top_header .top_menu ul {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 769px) and (min-width: 319px) {
    .top_header .top_menu ul li {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .top_header .top_menu ul li {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/***child-seat***/

.child-templete .child-banner {
    background: url(../images/banner/child-seat.jpg) center;
}

.child-templete .child-wrapper h1 {
    letter-spacing: 0.1px;
    color: #303030;
    text-align: center;
    font-weight: 400;
    margin-bottom: 35px;
}

.child-templete .child-wrapper p {
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.5px;
    /*text-align: justify;*/
}

.child-templete .child-wrapper .btn-ghost {
    display: inline-block;
    margin-top: 30px;
}

.child-templete .child-wrapper figure {
    text-align: center;
    /*width: 62%;*/
    margin: 0 auto;
}

.child-templete .seat-type {
    padding: 30px 0 60px;
}

.child-templete .seat-type > .row div[class*="col-"] {
    /*border-right: 1px solid #ddd;*/
}

.child-templete .seat-type > .row div[class*="col-"]:last-child {
    border: 0;
}

.child-templete .seat-type .avail-seat {
    padding: 40px 30px;
    background: #fff;
    /*margin: 34px;*/
    text-align: left;
    border-radius: 10px;
}

.child-templete .seat-type .checked-svg {
    width: 16%;
    margin: 0 auto;
}

.child-templete .seat-type h2 {
    letter-spacing: 0.1px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
}

.child-templete .seat-type ul {
    margin-left: 20px;
}

.child-templete .seat-type li {
    position: relative;
    padding: 5px 0;
}

.child-templete .seat-type li:before {
    position: absolute;
    content: "\f0a4";
    font-family: "FontAwesome";
    color: #29a042;
    left: -20px;
}

.child-templete .seat-type article {
    text-align: center;
}

.child-templete .seat-type article h4 {
    letter-spacing: 0.1px;
    color: #303030;
    font-weight: 700;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.child-templete .ft-feedback .client-slider .client-des {
    background: #ffffff;
}

/*figure {
    overflow: hidden;
}

figure img {
    width: 100%;
}*/

img {
    -webkit-user-drag: none;
    /* Prevents dragging of images/divs etc */
    user-drag: none;
    max-width: 100%;
}

.h2index {
    font-size: 28px;
    font-weight: 700;
    color: #0d47a1;
}

.btn-triad {
    background: linear-gradient(to right, #96f321, #6abe01) !important;
    border: 0px solid #96f321 !important;
    color: #fff !important;
    font-weight: 700;
}

.car_overview {
    padding: 5px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    margin-bottom: 10px;
}

.car_overview figure {
    min-height: 112px;
}

.car_overview img {
    width: 200px;
    height: 115px;
}

.top-footer {
    background: #4f4c4c;
    padding: 40px 0;
}

.top-footer h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

ul.list-footer-style li {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    list-style-type: none;
}

.list-footer-style {
    padding-left: initial;
}

.list-footer-style li a {
    color: #fff;
    text-decoration: none;
}

.inner-page-banner-area {
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 175px 0 120px;
}

.inner-page-banner-area:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.inner-page-banner-area h1 {
    color: #fff;
    font-weight: bold;
}

.clear {
    clear: both;
}

.landing_footer {
    padding: 90px 0 45px;
}

.landing_footer .taxi-li {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .landing_footer {
        padding: 35px 0;
    }
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    /*
 padding: 0 4px; */
    text-overflow: ellipsis;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6 !important;
    /* font-size: 11px !important; */
    color: #333;
}

.easy-autocomplete-container ul {
    /* overflow: hidden; */
    overflow-y: scroll;
    height: 200px;
    z-index: 99999;
    position: relative;
}

.login_btn_container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.hide_feature_section {
    display: none;
}

header {
    border-top: none;
    border-bottom: none;
}

.feature-box {
    padding: 0 0 20px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.feature-box .feature-box-icon {
    font-size: 50px;
    padding: 20px 0;
    line-height: 24px;
}
.feature-box .feature-box-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
/* British Express cars */
.british-template .nav-item.active:after {
    background: var(--british_express_primary_color);
}
.british-template .app_download_section1,
.british-template .app_download_section2 {
    display: block;
    background: radial-gradient(
        circle,
        rgba(238, 174, 202, 1) 0%,
        rgba(237, 237, 237, 1) 100%
    );
}

.british-template header {
    border-top: 3px solid #ee5960;
    border-bottom: 3px solid #0e8ab9;
}

.british-template .top_header {
    background-color: var(--british_express_primary_color);
}
.british-template .btn-custom {
    background: #1bcd73;
}
.british-template.booking-wrapper .quote-sys-wrapper .quote-inr-wrap .desc h2 {
    color: var(--british_express_primary_color);
}
.british-template .british_express_logo {
    display: block;
}

.british-template .description_title {
    color: var(--british_express_primary_color);
}

.british-template .licensed_driver_icon_tbc,
.british-template .price_guaranteed_icon_tbc,
.british-template .waiting_time_icon_tbc,
.british-template .greet_icon_bec {
    display: none;
}

.british-template .world_around_us_container {
    background: linear-gradient(to right, #e50914, #e50914);
}

.british-template .child-wrapper {
    background: var(--british_express_primary_color);
}

.british-template .bec_features_section {
    display: flex;
}

.british-template .booking_details_total_price span {
    background: var(--british_express_primary_color);
}
.british-template .main-banner-btn {
    background-color: #0cb862;
}
.british-template .quote .form-control:focus {
    border-color: var(--british_express_primary_color);
}

/* travel Bird CSS */
.travel-template .nav-item.active:after {
    background: var(--travel_bird_yellow);
}
.travel-template header {
    border-top: none;
    border-bottom: 3px solid #17a2b8;
}

.travel-template .top_header {
    background-color: var(--travel_bird_primary_color);
}

.travel-template .login_btn_container .login_btn {
    background-color: var(--travel_bird_yellow);
    color: black;
}

.travel-template .travel_bird_logo {
    display: block;
}

.travel-template .main-banner-btn {
    background-color: #17a2b8;
}
.travel-template .btn-custom {
    background-image: linear-gradient(
        to right,
        #17a2b7 0%,
        #343434 107%,
        #ff8008 100%
    );
}
.travel-template.booking-wrapper .quote-sys-wrapper .quote-inr-wrap .desc h2 {
    color: #000;
}
.travel-template .app_download_section1,
.travel-template .app_download_section2 {
    display: block;
    background-image: linear-gradient(135deg, #17a2b8, #ffffff);
}

.travel-template .description_title {
    color: var(--travel_bird_primary_color);
}
.travel-template .fleet-details-icon {
    color: #17a2b8 !important;
}
.travel-template .licensed_driver_icon_bec,
.travel-template .price_guaranteed_icon_bec,
.travel-template .waiting_time_icon_bec,
.travel-template .greet_icon_bec {
    display: none;
}

.travel-template .world_around_us_container {
    background: var(--travel_bird_primary_color);
}
.travel-template .child-wrapper {
    background: var(--travel_bird_primary_color);
}
.travel-template .tbc_features_section {
    display: flex;
}

.travel-template .booking_details_total_price span {
    background: var(--travel_bird_primary_color);
}

.travel-template .quote .form-control:focus {
    border-color: #1e1d1d;
}

.date-time-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.picker-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.date-time-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #eaf4ff;
    background: #eaf4ff;
    font-weight: normal;
    color: #222 !important;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #eaf4ff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #222 !important;
    text-decoration: none;
}

.ui-menu-item {
    position: relative !important;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative !important;
    font-size: 15px !important;
    color: #676767 !important;
    padding: 8px 18px 8px 25px !important;
    border-bottom: 1px solid #ddddddbf !important;
}
.ui-menu.ui-widget {
    max-width: 370px !important;
}
.ui-autocomplete.ui-front li:before {
    position: absolute;
    left: 8px;
    top: 12px;
    z-index: 999;
    content: "\f041";
    color: #222 !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
}

#booking-map {
    height: 68vh !important;
}
.pink-text {
    color: #e6307a !important;
}
.bg-pink {
    background: #e6307a !important;
}
.skeleton-box {
    width: 100%;
    padding: 0 15px;
}
.skeleton {
    padding: 15px;
    max-width: 300px;
    width: 100%;
    background: #232222;
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14),
        0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.skeleton .square {
    height: 60px;
    border-radius: 5px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(8%, rgba(130, 130, 130, 0.2)),
        color-stop(18%, rgba(130, 130, 130, 0.3)),
        color-stop(33%, rgba(130, 130, 130, 0.2))
    );
    background: linear-gradient(
        to right,
        rgba(130, 130, 130, 0.2) 8%,
        rgba(130, 130, 130, 0.3) 18%,
        rgba(130, 130, 130, 0.2) 33%
    );
    background-size: 800px 100px;
    animation: wave-squares 2s infinite ease-out;
}
.skeleton .line {
    height: 12px;
    margin-bottom: 6px;
    border-radius: 2px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(8%, rgba(130, 130, 130, 0.2)),
        color-stop(18%, rgba(130, 130, 130, 0.3)),
        color-stop(33%, rgba(130, 130, 130, 0.2))
    );
    background: linear-gradient(
        to right,
        rgba(130, 130, 130, 0.2) 8%,
        rgba(130, 130, 130, 0.3) 18%,
        rgba(130, 130, 130, 0.2) 33%
    );
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}
.skeleton-right {
    flex: 1;
}
.skeleton-left {
    flex: 2;
}
.flex1 {
    flex: 1;
}
.flex2 {
    flex: 2;
}
.skeleton .line:last-child {
    margin-bottom: 0;
}
.h8 {
    height: 8px !important;
}
.h10 {
    height: 10px !important;
}
.h12 {
    height: 12px !important;
}
.h15 {
    height: 15px !important;
}
.h17 {
    height: 17px !important;
}
.h20 {
    height: 20px !important;
}
.h25 {
    height: 25px !important;
}
.w25 {
    width: 25% !important;
}
.w40 {
    width: 40% !important;
}
.w50 {
    width: 50% !important;
}
.w75 {
    width: 75% !important;
}
.m10 {
    margin-bottom: 10px !important;
}
.circle {
    border-radius: 50% !important;
    height: 50px !important;
    width: 50px;
}
.rectangle {
    height: 50px !important;
    width: 50px;
}
@keyframes wave-lines {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
@keyframes wave-squares {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
.no-box-shadow {
    box-shadow: none !important;
}

.ct-section {
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
}
.ct-section > .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
.ct-new-columns {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.ct-link-text {
    display: inline-block;
}
.ct-link {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ct-link-button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.ct-link-button {
    background-color: #1e73be;
    border: 1px solid #1e73be;
    color: #ffffff;
    padding: 10px 16px;
}
.ct-image {
    max-width: 100%;
}
.ct-fancy-icon > svg, .ct-fancy-icon > img {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: white;
}
 .ct-fancy-icon > img.via {
    width: 30px;
    height: 30px;
}
.ct-inner-content {
    width: 100%;
}
.ct-slide {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ct-nestable-shortcode {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
.oxy-comments {
    width: 100%;
    text-align: left;
}
.oxy-comment-form {
    width: 100%;
}
.oxy-login-form {
    width: 100%;
}
.oxy-search-form {
    width: 100%;
}
.oxy-tabs-contents {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
.oxy-tab {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
.oxy-tab-content {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
.oxy-testimonial {
    width: 100%;
}
.oxy-icon-box {
    width: 100%;
}
.oxy-pricing-box {
    width: 100%;
}
.oxy-posts-grid {
    width: 100%;
}
.oxy-gallery {
    width: 100%;
}
.ct-slider {
    width: 100%;
}
.oxy-tabs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
}
.ct-modal {
    flex-direction: column;
    align-items: flex-start;
}
.ct-span {
    display: inline-block;
    text-decoration: inherit;
}
.ct-widget {
    width: 100%;
}
.oxy-dynamic-list {
    width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ct-div-block,
    .oxy-post-content,
    .ct-text-block,
    .ct-headline,
    .oxy-rich-text,
    .ct-link-text {
        max-width: 100%;
    }
    img {
        flex-shrink: 0;
    }
    body * {
        min-height: 1px;
    }
}
.oxy-testimonial {
    flex-direction: row;
    align-items: center;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
    order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
    width: 125px;
    height: 125px;
    margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap,
.oxy-testimonial .oxy-testimonial-author-wrap,
.oxy-testimonial .oxy-testimonial-content-wrap {
    align-items: flex-start;
    text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.4;
    -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
    font-size: 18px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
    font-size: 12px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
    text-align: left;
    flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
    margin-bottom: 12px;
    align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
    font-size: 21px;
    margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
    font-size: 16px;
    margin-bottom: 12px;
    align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
    margin-top: 20px;
}

/* GLOBALS */

.oxy-pricing-box .oxy-pricing-box-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
    justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
    justify-content: center;
}

/* TITLE */

.oxy-pricing-box .oxy-pricing-box-title-title {
    font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
    font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
    flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
    font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
    font-size: 80px;
    line-height: 0.7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
    font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
    font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

/* CONTENT */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}

/* CTA */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
    justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
    background-color: #000000;
    background-image: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.12) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.12) 50%,
        rgba(255, 255, 255, 0.12) 75%,
        transparent 75%,
        transparent
    );
    animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
    width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
    background-color: #66aaff;
    padding: 40px;
    animation: none 0s paused, none 0s paused;
    background-image: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.12) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.12) 50%,
        rgba(255, 255, 255, 0.12) 75%,
        transparent 75%,
        transparent
    );
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
    font-size: 30px;
    font-weight: 900;
    -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
    font-size: 12px;
}

.ct-slider .unslider-nav ol li {
    border-color: #ffffff;
}
.ct-slider .unslider-nav ol li.unslider-active {
    background-color: #ffffff;
}
.ct-slider .ct-slide {
    padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary,
.oxy-superbox .oxy-superbox-primary {
    transition-duration: 0.5s;
}

.oxy-shape-divider {
    width: 0px;
    height: 0px;
}

.oxy_shape_divider svg {
    width: 100%;
}
.oxy-pro-menu
    .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
        .oxy-pro-menu-off-canvas-container
    )
    .sub-menu {
    box-shadow: px px px px;
}

.oxy-pro-menu
    .oxy-pro-menu-show-dropdown
    .oxy-pro-menu-list
    .menu-item-has-children
    > a
    svg {
    transition-duration: 0.4s;
}

.oxy-pro-menu
    .oxy-pro-menu-show-dropdown
    .oxy-pro-menu-list
    .menu-item-has-children
    > a
    div {
    margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
    width: 30px;
    height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
    transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
    top: 20px;
    left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
    width: 24px;
    height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
    transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
    background-color: #ffffff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-open-container {
    background-image: url();
}

.oxy-pro-menu
    .oxy-pro-menu-off-canvas-container
    .oxy-pro-menu-list
    .menu-item-has-children
    > a
    svg,
.oxy-pro-menu
    .oxy-pro-menu-open-container
    .oxy-pro-menu-list
    .menu-item-has-children
    > a
    svg {
    font-size: 24px;
}

.oxy-pro-menu
    .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container
    .menu-item-has-children
    ul,
.oxy-pro-menu
    .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container
    .menu-item-has-children
    ul {
    background-color: rgba(0, 0, 0, 0.2);
    border-top-style: solid;
}

.oxy-pro-menu
    .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
        .oxy-pro-menu-off-canvas-container
    )
    .oxy-pro-menu-list {
    flex-direction: row;
}
.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
    text-align: left;
    justify-content: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item,
.oxy-pro-menu
    .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container
    .menu-item {
    align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
}
.oxy-pro-menu
    .oxy-pro-menu-container.oxy-pro-menu-open-container
    .oxy-pro-menu-list
    .menu-item
    a,
.oxy-pro-menu
    .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container
    .oxy-pro-menu-list
    .menu-item
    a {
    text-align: left;
    justify-content: flex-start;
}

.oxy-site-navigation {
    --oxynav-brand-color: #4831b0;
    --oxynav-neutral-color: #ffffff;
    --oxynav-activehover-color: #efedf4;
    --oxynav-background-color: #4831b0;
    --oxynav-border-radius: 0px;
    --oxynav-other-spacing: 8px;
    --oxynav-transition-duration: 0.3s;
    --oxynav-transition-timing-function: cubic-bezier(0.84, 0.05, 0.31, 0.93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
    text-align: left;
}

.oxy-site-navigation > ul {
    left: 0;
}
.oxy-site-navigation {
    --oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta="true"]:nth-last-child(1) {
    background-color: var(--oxynav-brand-color);
    transition: var(--oxynav-transition-duration);
    margin-left: var(--oxynav-other-spacing);
    border: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"]:nth-last-child(2) {
    background: transparent;
    border: 1px solid currentColor;
    transition: var(--oxynav-transition-duration);
    margin-left: var(--oxynav-other-spacing);
}
.oxy-site-navigation
    > ul:not(.open)
    > li[data-cta="true"]:nth-last-child(2):not(:hover)
    > img {
    filter: invert(0) !important;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"]:hover {
    background-color: var(--oxynav-activehover-color);
}
.oxy-site-navigation
    > ul:not(.open)
    > li[data-cta="true"]:nth-last-child(1)
    > a {
    color: var(--oxynav-neutral-color);
}
.oxy-site-navigation
    > ul:not(.open)
    > li[data-cta="true"]:nth-last-child(2)
    > a {
    color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"]:hover > a {
    color: var(--oxynav-brand-color);
}
.oxy-site-navigation
    > ul:not(.open)
    > li[data-cta="true"]:nth-last-child(1)
    > a::after {
    color: var(--oxynav-neutral-color);
}
.oxy-site-navigation
    > ul:not(.open)
    > li[data-cta="true"]:nth-last-child(2)
    > a::after {
    color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"]:hover > a::after {
    color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"] > ul {
    display: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"] > button,
.oxy-site-navigation > ul:not(.open) > li[data-cta="true"] > ul {
    display: none;
}

.ct-section-inner-wrap,
.oxy-header-container {
    max-width: 1376px;
}
body {
    font-family: "Lato";
}
body {
    line-height: 1.35rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: "";
}
.oxy-nav-menu-hamburger-line {
    background-color: "";
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Mulish";
    color: var(--1400);
}
h2,
h3,
h4,
h5,
h6 {
    color: var(--1400);
}
h3,
h4,
h5,
h6 {
    color: var(--1400);
}
h4,
h5,
h6 {
    color: var(--1400);
}
h5,
h6 {
    color: var(--1400);
}
h6 {
    color: var(--1400);
}
a {
    color: #0074db;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.ct-link-text {
    text-decoration: "";
}
.ct-link {
    text-decoration: "";
}
.ct-link-button {
    border-radius: 3px;
}
.ct-section-inner-wrap {
    padding-right: var(--website-padding);
    padding-left: var(--website-padding);
}
.ct-new-columns > .ct-div-block {
}
.oxy-header-container {
    padding-right: var(--website-padding);
    padding-left: var(--website-padding);
}
@media (max-width: 992px) {
    .ct-columns-inner-wrap {
        display: block !important;
    }
    .ct-columns-inner-wrap:after {
        display: table;
        clear: both;
        content: "";
    }
    .ct-column {
        width: 100% !important;
        margin: 0 !important;
    }
    .ct-columns-inner-wrap {
        margin: 0 !important;
    }
}
.swiper-container {
}
.oxel_dynamicslider__container {
}
.swiper-wrapper {
    max-width: 100%;
}
.swiper-wrapper:not(.ct-section):not(.oxy-easy-posts),
.swiper-wrapper.oxy-easy-posts .oxy-posts,
.swiper-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.swiper-slide {
}
.dm {
    /* background-color: var(--0000); */
}
.pattern {
}
.pink {
    background-color: var(--bg);
}
.pb8 {
}
.container {
}
.h1 {
}
.cta:hover {
    box-shadow: 0px 0px 50px 25px var(--primary-o);
}

.cta {
    min-width: 125px;
    font-family: "Lato";
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.02813rem;
  padding: 12px 24px;
    min-height: 3rem;
    border-radius: 12px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-right: 1.5rem;
    background-image: var(--primary-background);
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2),
        0px 1px 0px rgba(232, 48, 122, 0.05);
}
.cta:not(.ct-section):not(.oxy-easy-posts),
.cta.oxy-easy-posts .oxy-posts,
.cta.ct-section .ct-section-inner-wrap {
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
}

.c70 {
}
.csd-tabs-contents {
    tabs_wrapper: _tabs-81-15;
}
@media (max-width: 767px) {
    .csd-tabs-contents {
        order: 1;
    }
    .csd-tabs-contents:not(.ct-section):not(.oxy-easy-posts),
    .csd-tabs-contents.oxy-easy-posts .oxy-posts,
    .csd-tabs-contents.ct-section .ct-section-inner-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.tabs-contents-0750-tab {
}
.csd-tabs-contents-tab {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
}
.tabs-0750-tab {
}
.tabs-0750-tab-active {
}
.csd-tab {
}
.csd-tab:not(.ct-section):not(.oxy-easy-posts),
.csd-tab.oxy-easy-posts .oxy-posts,
.csd-tab.ct-section .ct-section-inner-wrap {
    display: flex;
}
.container-small {
}
.glow {
}
@media (max-width: 991px) {
    .glow {
    }
}

.section {
    text-align: left;
    gap: 4rem;
    background-color: var(--bg);
}
.section:not(.ct-section):not(.oxy-easy-posts),
.section.oxy-easy-posts .oxy-posts,
.section.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
}
.navigation {
    margin-right: -0.1875rem;
    margin-left: -0.1875rem;
}
.navigation .oxy-pro-menu-list .menu-item,
.navigation .oxy-pro-menu-list .menu-item a {
    font-family: "Lato";
    font-size: 1rem;
    color: var(--1400);
    font-weight: 700;
    line-height: 1rem;
}

.navigation .oxy-pro-menu-list .menu-item a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.navigation .oxy-pro-menu-list > .menu-item {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
}

.navigation .oxy-pro-menu-list > .menu-item > a {
    border-radius: 0.875rem;
}

.navigation .oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:hover,
.navigation
    .oxy-pro-menu-list
    .menu-item.menu-item.menu-item.menu-item
    a:focus-within {
    background-color: var(--0100);
}

.navigation
    .oxy-pro-menu-show-dropdown
    .oxy-pro-menu-list
    .menu-item-has-children
    > a
    svg {
    font-size: 0.714rem;
    margin-left: 0.5rem;
}

.navigation
    .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
        .oxy-pro-menu-off-canvas-container
    )
    .sub-menu
    .menu-item
    a {
    background-color: var(--0000);
    color: var(--1000);
}

.navigation
    .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
        .oxy-pro-menu-off-canvas-container
    )
    .sub-menu
    .menu-item
    a:hover,
.navigation
    .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
        .oxy-pro-menu-off-canvas-container
    )
    .sub-menu
    .menu-item
    a:focus-within {
    background-color: var(--0100);
    color: var(--1400);
}

.logo-csd-simple {
}
.emptier {
}
.emptier-parent {
}
.p {
}
.paragraph {
}
.l-small {
}
.container-big {
}
.container-medium {
}
.container-extrasmall {
    width: 100%;
}
.container-extrasmall:not(.ct-section):not(.oxy-easy-posts),
.container-extrasmall.oxy-easy-posts .oxy-posts,
.container-extrasmall.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.c50 {
}
.c40 {
}
.alt {
}
.cta-alt:hover {
    box-shadow: 0px 0px 0px 0px transparent;
}
.cta-alt {
    background-color: #1e73be;
    border: 1px solid #1e73be;
    color: var(--1400);
}
.cta-alt {
    background-image: linear-gradient(transparent, transparent);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    background-color: transparent;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.gap-2 {
}
.gap-1-5 {
}
.row {
}
.container-pt-8 {
}
.container-pb-16 {
}
.container-80 {
}
.container-60 {
}
.container-pb-8 {
}
.block_1_simple_2_columns {
}
.row-48-39 {
}
.col-1 {
}
.col-2 {
}
.gap-8 {
}
.container-70 {
}
.row-50-50 {
}
.gap-4 {
}
.column {
}
.container-40 {
}
.gap-16 {
}
.gap-1 {
}
.row-ctas {
}
.container-gap-8 {
}
.separator {
    background-color: var(--0200);
    width: 100%;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
}
.s1-icon-container {
}
.s1-icon-container:not(.ct-section):not(.oxy-easy-posts),
.s1-icon-container.oxy-easy-posts .oxy-posts,
.s1-icon-container.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.s1 {
    text-align: center;
}
.s1:not(.ct-section):not(.oxy-easy-posts),
.s1.oxy-easy-posts .oxy-posts,
.s1.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.s1-icon {
}
.s1-text {
    text-align: left;
    color: var(--1400) !important;
}
.s1-icon-box {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    background-color: var(--0100);
    border-radius: 1.5rem;
}
.s1-icon-box:not(.ct-section):not(.oxy-easy-posts),
.s1-icon-box.oxy-easy-posts .oxy-posts,
.s1-icon-box.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.csd-tabs {
}
@media (max-width: 1376px) {
}

@media (max-width: 767px) {
    .csd-tabs {
    }
}

.max-343 {
}
.max-343:not(.ct-section):not(.oxy-easy-posts),
.max-343.oxy-easy-posts .oxy-posts,
.max-343.ct-section .ct-section-inner-wrap {
    display: flex;
}
@media (max-width: 767px) {
    .max-343 {
    }
}

.max-311 {
}
.b-3-col {
}
.b-3-col-container {
}
.h5-nb {
}
.icon-s2 {
}
.max-207 {
}
.system-ios {
}
.system-android {
}
.system-computer {
}
.system-mobile {
}
.slider-review {
    max-width: 100%;
}
.swiper-button-prev {
    color: #333333;
}
.swiper-button-prev > svg {
    width: 55px;
    height: 55px;
}
.swiper-button-prev {
    width: 2rem;
    height: 2rem;
}
.swiper-button-next {
}
.swiper-button {
    color: var(--1400);
}
.swiper-button > svg {
    width: 55px;
    height: 55px;
}
.swiper-button {
}
.slider-review-button {
    color: var(--1400);
}
.slider-review-button > svg {
    width: 55px;
    height: 55px;
}
.slider-review-button {
    background-color: var(--secondary);
    cursor: pointer;
}
.slider-review-button-previous {
}
.slider-review-button-next {
}
.slider-review-container {
    overflow: hidden;
}
.card-review {
    border-radius: 1.5rem;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    aspect-ratio: 396/474;
    box-sizing: border-box;
}
.card-review:not(.ct-section):not(.oxy-easy-posts),
.card-review.oxy-easy-posts .oxy-posts,
.card-review.ct-section .ct-section-inner-wrap {
    display: flex;
}
.oxy-stock-content-styles {
}
.card-review-image:after {
    background-color: var(--1400);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
}
.card-review-image {
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.card-review-heading {
    margin-bottom: 32px;
    color: #ffffff;
    width: 100%;
}
.bg-50:before {
    background-color: var(--1400);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.5;
    content: "";
}
.bg-50 {
    height: 100%;
}
.bg-50:not(.ct-section):not(.oxy-easy-posts),
.bg-50.oxy-easy-posts .oxy-posts,
.bg-50.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.card-review-classic:before {
    background-color: var(--1400);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.5;
    content: "";
}
.card-review-classic {
    height: 100%;
    width: 100%;
}
.card-review-classic:not(.ct-section):not(.oxy-easy-posts),
.card-review-classic.oxy-easy-posts .oxy-posts,
.card-review-classic.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.card-review-story {
    text-align: left;
    width: 100%;
    height: 100%;
}
.card-review-story:not(.ct-section):not(.oxy-easy-posts),
.card-review-story.oxy-easy-posts .oxy-posts,
.card-review-story.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.modal-story-trigger {
    color: var(--0000) !important;
}
.icon-p1 {
}
:root {
    --primary: #e8307a;
    --primary-o: #e8307a1a;
    --primary-light-1: #f4519b;
    --primary-light-2: #ff72b2;
    --primary-background: linear-gradient(to right, #f4519b, #e8307a);
    --primary-background-reverse: linear-gradient(to left, #f4519b, #e8307a);
    --secondary: #e8c030;
    --secondary-light-1: #f6db55;
    --0000: #fbfefe;
    --0100: #f2f5f5;
    --0200: #eaecec;
    --0300: #e1e4e4;
    --0400: #d8dbdb;
    --0500: #d0d2d2;
    --0600: #c7c9c9;
    --0700: #7e7f7f;
    --0800: #6c6d6d;
    --0900: #5a5b5b;
    --1000: #484949;
    --1100: #363636;
    --1200: #242424;
    --1300: #121212;
    --1400: #000000;
    --bg: var(--0000);
    .bg-alt {
        --bg: var(--0100);
    }
    .pink {
        --1400: #330017;
        --bg: var(--primary-light-2);
        .ct-text-block {
            color: var(--1200);
        }
        .cta {
            background: var(--1400);
            &.cta-alt {
                background: transparent;
                color: var(--1400);
            }
        }
    }
    .gold {
        .cta {
            background: var(--secondary);
            color: var(--1400);
        }
    }
    .dm {
        --0000: #020509;
        --0100: #14171b;
        --0200: #26292c;
        --0300: #383b3e;
        --0400: #4a4c4f;
        --0500: #5c5e61;
        --0600: #6e7072;
        --0700: #818284;
        --0800: #939496;
        --0900: #a5a6a7;
        --1000: #b7b8b9;
        --1100: #c9c9ca;
        --1200: #dbdbdc;
        --1300: #ededed;
        --1400: #ffffff;
        .logo-csd-simple {
            filter: brightness(0) invert(1);
        }
    }
}

.navigation {
    ul.oxy-pro-menu-list {
        > .menu-item {
            border-radius: 0.875rem;
            .sub-menu {
                left: -50%;
                padding: 1rem 0.75rem;
                margin-top: 0.75rem;
                background: var(--0000);
                border-radius: 0.5rem;
                border: 1px solid var(--0200);
                &:after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: -0.5rem;
                    left: 25%;
                    width: 1rem;
                    height: 1rem;
                    background-color: var(--0000);
                    border-top: 1px solid var(--0200);
                    border-right: 1px solid var(--0200);
                    transform: translateX(-25%) rotate(-45deg);
                }
                .menu-item {
                    border-radius: 0.375rem;
                    overflow: hidden;
                }
            }
            &.special {
                a {
                    background: var(--primary-background);
                    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2),
                        0px 1px 0px rgba(232, 48, 122, 0.05);
                }
            }
        }
    }
}
#main-logo-link {
    #main-logo {
        width: 16.25rem;
        @media screen and (max-width: 767px) {
            width: 14.854375rem;
        }
    }
}
#main-navigation {
    @media screen and (max-width: 1300px) {
        display: none;
    }
}
#navigation-locale {
    @media screen and (max-width: 900px) {
        display: none;
    }
}
#main-navigation-2 {
    @media screen and (max-width: 767px) {
        display: none;
    }
}
#responsive-menu-trigger {
    @media screen and (min-width: 1300px) {
        display: none;
    }
}
html {
    max-width: 100%;
    overflow-x: hidden;
}

:root {
    --website-padding: 1.5rem;
}
.ct-section-inner-wrap,
.oxy-header-container {
    max-width: 86rem;
}
@media screen and (min-width: 375px) {
    :root {
        /* --font-size: calc(16px + 0.0427 * (100vw - 375px)); */
        --font-size: calc(16px + 0.0213 * (100vw - 375px));
        font-size: var(--font-size);
    }
}
@media screen and (min-width: 768px) {
    :root {
        --font-size: 16px;
        --website-padding: calc(
            (32 * (1px - (((1376px - 100vw) * 100) / 608) / 100)) + 1.5rem
        );
    }
}
@media screen and (min-width: 1376px) {
    :root {
        --website-padding: 3rem;
    }
}
@media (min-width: 1440px) {
    :root {
        --font-size: calc(16px + 0.01108 * (100vw - 1440px));
    }
}
@media (min-width: 1680px) {
    :root {
        --font-size: 18.66px;
    }
}
.emptier:empty {
    display: none;
}
h6,
[class^="h6"],
.container-h6 .ct-headline {
    font-family: Lato;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.02rem;
}
h5,
[class^="h5"],
.container-h5 .ct-headline {
    font-family: Lato;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.0275rem;
}
.h5-nb {
    font-weight: 400 !important;
}
h4,
[class^="h4"],
.container-h4 .ct-headline {
    font-family: Mulish;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.0325rem;
}
.h4-nb {
    font-weight: 400 !important;
}
h3,
[class^="h3"],
.container-h3 .ct-headline {
    font-family: Mulish;
    font-size: calc(2rem * 0.8);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.04rem;
    @media screen and (min-width: 768px) {
        font-size: 2rem;
    }
}
.h3-nb {
    font-weight: 400 !important;
}
h2,
[class^="h2"],
.container-h2 .ct-headline {
    font-family: Mulish;
    font-size: calc(2.5rem * 0.8);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.05rem;
    @media screen and (min-width: 768px) {
        font-size: 2.5rem;
    }
}
.h2-nb {
    font-weight: 400 !important;
}
h1,
[class^="h1"],
.container-h1 .ct-headline {
    font-family: Mulish;
    font-size: calc(3.625rem * 0.8);
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.0725rem;
    @media screen and (min-width: 768px) {
        font-size: 3.625rem;
    }
}
.h1-nb {
    font-weight: 400 !important;
}
.ct-text-block {
    color: var(--1000);
}
.paragraph {
    font-family: Lato !important;
    font-size: 1.125rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;
    letter-spacing: normal !important;
}
.input-container-text {
    display: flex;
    border: 1px solid var(--0300);
    background-color: var(--0100);
    border-radius: 12px;
    padding: 0px 0px;
    padding-right: 0px;
    /* max-width: 19.4375rem; */
    width: 100%;
    height: 60px;
    transition: border, height, padding, opacity, 0.25s;
    cursor: text;
    > label {
        width: 100%;
        display: flex;
        /* gap: 1rem; */
        align-items: center;
        > .ct-fancy-icon {
            color: var(--1200);
            transition: 0.25s;
            > svg {
                width: 1.5rem;
                height: 1.5rem;
                transition: 0.25s;
            }
        }
        input {
            width: 100%;
            height: fit-content;
            border: 0;
            background: transparent;
            font-family: Lato;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            letter-spacing: 0.025rem;
            color: var(--1400);
            transition: 0.25s;
            &:focus {
                outline: none;
            }
            &::placeholder {
                color: var(--0600);
            }
            &:valid {
                color: var(--1400);
            }
        }
    }
    &:hover {
        border-color: var(--0500);
    }
    &:has(input:focus) {
        border-color: var(--1400);
        color: var(--1200);
    }
    &:has(input:valid:not(:placeholder-shown)) {
        > label {
            > .ct-fancy-icon {
                color: var(--1400);
            }
        }
    }
    &.hidden {
        padding-top: 0;
        padding-bottom: 0;
        height: 0;
        border: 0;
        opacity: 0;
        cursor: default;
        margin-top: -1rem;
        > label {
            > .ct-fancy-icon {
                > svg {
                    height: 0;
                }
            }
            input {
                cursor: default;
                font-size: 0;
            }
        }
    }
}
.input-container-radio {
    /* font-size:16px;
      @media (min-width:768px) {
        font-size:var(--font-size);
      } */
    display: flex;
    background-color: var(--0100);
    border-radius: 0.75rem;
    padding: 0.25rem;
    /* max-width: 19.4375rem; */
    width: 100%;
    height: 3.1875rem;
    --active-index: 0;
    --nombre-index: 100;
    .input-container-radio-layout {
        display: flex;
        position: relative;
        width: 100%;
        &:before {
            content: "";
            z-index: 0;
            position: absolute;
            height: 100%;
            border: 1px solid #fff;
            background-color: #020509;
            border-radius: 14px;
            transition: transform 0.25s ease;
            width: calc(100% / 2);
            transition: 0.25s;
        }
        .input-container {
            z-index: 1;
            width: 100%;
            height: 100%;
            display: flex;
            text-align: center;
            align-items: center;
            color: var(--0700);
            > label {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                transition: 0.25s;
                font-size: 1rem;
                &:has(input:checked) {
                    color: #fff;
                }
                > input {
                    display: none;
                }
            }
        }
    }
} /*

    compilator url: https://www.sassmeister.com/

    @mixin variants($classPrefix, $cssProperty) {
      $values: 2, 4, 6, 8, 10, 12, 14, 16;

      @each $value in $values {
        .#{$classPrefix}#{$value} {
          div[class*="container"] {
            #{$cssProperty}: $value * 1rem;
          }
        }
      }
    }

    @include variants("pt", "padding-top");
    @include variants("pb", "padding-bottom");

    */

/* VARIABLES */
:root {
    --r-section-pt: 6rem;
    --r-section-pb: 6rem;
}

/* CONTAINERS */

.ct-section {
    > .ct-section-inner-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

div[class*="container"] {
    z-index: 1;
}

.container-pt-2 > div > div[class*="container"]:first-of-type {
    padding-top: 2rem;
}

.container-pt-4 > div > div[class*="container"]:first-of-type {
    padding-top: 4rem;
}

.container-pt-6 > div > div[class*="container"]:first-of-type {
    padding-top: 6rem;
}

.container-pt-8 > div > div[class*="container"]:first-of-type {
    padding-top: 8rem;
}

.container-pt-10 > div > div[class*="container"]:first-of-type {
    padding-top: 10rem;
}

.container-pt-12 > div > div[class*="container"]:first-of-type {
    padding-top: 12rem;
}

.container-pt-14 > div > div[class*="container"]:first-of-type {
    padding-top: 14rem;
}

.container-pt-16 > div > div[class*="container"]:first-of-type {
    padding-top: 16rem;
}

.container-pb-2 > div > div[class*="container"]:last-of-type {
    padding-bottom: 2rem;
}

.container-pb-4 > div > div[class*="container"]:last-of-type {
    padding-bottom: 4rem;
}

.container-pb-6 > div > div[class*="container"]:last-of-type {
    padding-bottom: 6rem;
}

.container-pb-8 > div > div[class*="container"]:last-of-type {
    padding-bottom: 8rem;
}

.container-pb-10 > div > div[class*="container"]:last-of-type {
    padding-bottom: 10rem;
}

.container-pb-12 > div > div[class*="container"]:last-of-type {
    padding-bottom: 12rem;
}

.container-pb-14 > div > div[class*="container"]:last-of-type {
    padding-bottom: 14rem;
}

.container-pb-16 > div > div[class*="container"]:last-of-type {
    padding-bottom: 16rem;
}

.container-40 > div > div[class*="container"] {
    max-width: 40rem;
}

.container-50 > div > div[class*="container"] {
    max-width: 50rem;
}

.container-60 > div > div[class*="container"] {
    max-width: 60rem;
}

.container-70 > div > div[class*="container"] {
    max-width: 70rem;
}

.container-80 > div > div[class*="container"] {
    max-width: 80rem;
}

.container-gap-2 > div > div[class*="container"] {
    gap: 2rem;
}

.container-gap-4 > div > div[class*="container"] {
    gap: 4rem;
}

.container-gap-6 > div > div[class*="container"] {
    gap: 6rem;
}

.container-gap-8 > div > div[class*="container"] {
    gap: 8rem;
}

.container-gap-10 > div > div[class*="container"] {
    gap: 10rem;
}

.container-gap-12 > div > div[class*="container"] {
    gap: 12rem;
}

.container-gap-14 > div > div[class*="container"] {
    gap: 14rem;
}

.container-gap-16 > div > div[class*="container"] {
    gap: 16rem;
}
@media screen and (max-width: 992px) {
    [class*="container-gap"] > div > div[class*="container"] {
        gap: 4rem;
    }
}
@media screen and (max-width: 767px) {
    [class*="container-pt"] > div > div[class*="container"]:first-of-type {
        padding-top: var(--r-section-pt);
    }
    [class*="container-pb"] > div > div[class*="container"]:last-of-type {
        padding-bottom: var(--r-section-pb);
    }
}

/* ELEMENTS */

.pt-2 {
    padding-top: 2rem;
}

.pt-4 {
    padding-top: 4rem;
}

.pt-6 {
    padding-top: 6rem;
}

.pt-8 {
    padding-top: 8rem;
}

.pt-10 {
    padding-top: 10rem;
}

.pt-12 {
    padding-top: 12rem;
}

.pt-14 {
    padding-top: 14rem;
}

.pt-16 {
    padding-top: 16rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pb-4 {
    padding-bottom: 4rem;
}

.pb-6 {
    padding-bottom: 6rem;
}

.pb-8 {
    padding-bottom: 8rem;
}

.pb-10 {
    padding-bottom: 10rem;
}

.pb-12 {
    padding-bottom: 12rem;
}

.pb-14 {
    padding-bottom: 14rem;
}

.pb-16 {
    padding-bottom: 16rem;
}

.gap-1 {
    gap: 1rem;
}
.gap-1-5 {
    gap: 1.5rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-4 {
    gap: 4rem;
}

.gap-6 {
    gap: 6rem;
}

.gap-8 {
    gap: 8rem;
}

.gap-10 {
    gap: 10rem;
}

.gap-12 {
    gap: 12rem;
}

.gap-14 {
    gap: 14rem;
}

.gap-16 {
    gap: 16rem;
}

/* RULES */

div[class*="row"] {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.row-50-50 {
    .col-1,
    .col-2 {
        width: 100%;
    }
}
.row-48-39 {
    .col-1 {
        max-width: 47.708333%;
        width: 100%;
        z-index: 1;
    }
    .col-2 {
        max-width: 38.958333%;
        width: 100%;
        z-index: 0;
    }
}
.row-ctas {
    flex-wrap: wrap;
}
div[class*="row"] {
    @media screen and (max-width: 767px) {
        flex-direction: column;
        .col-1,
        .col-2 {
            max-width: 100%;
        }
        .col-2 {
            order: 0;
        }
    }
}
.column {
    display: flex;
    flex-direction: column;
}

#b-a-custom-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
@media screen and (max-width: 767px) {
    .container:has(.max-311, .max-343) {
        align-items: center;
    }
    .max-343 {
        max-width: 21.4375rem !important;
    }
    .max-311 {
        max-width: 19.4375rem !important;
    }
    .max-207 {
        max-width: 12.9375rem !important;
    }
}
.glow {
    animation: 10s glowy infinite ease-in;
}
@keyframes glowy {
    0% {
        filter: drop-shadow(-75px -37.5px 90px rgba(243, 84, 156, 0));
    }
    15% {
        filter: drop-shadow(-37.5px -18.75px 120px rgba(243, 84, 156, 0.33));
    }
    50% {
        filter: drop-shadow(0px 0px 120px rgba(243, 84, 156, 0.44));
    }
    85% {
        filter: drop-shadow(37.5px 18.75px 120px rgba(243, 84, 156, 0.33));
    }
    100% {
        filter: drop-shadow(75px 37.5px 90px rgba(243, 84, 156, 0));
    }
}
#b-2 {
    .csd-tabs-contents {
        @media screen and (max-width: 767px) {
            /* display:contents !important; */
        }
    }
    .csd-tabs-contents-tab {
    }
    .csd-tabs {
        width: 100%;
        @media screen and (min-width: 768px) {
            /* display:contents !important; */
            margin-left: calc(50% + 2rem);
            width: calc(50% - 2rem);
        }
        @media screen and (min-width: 992px) {
            margin-left: calc(50% + 4rem);
            width: calc(50% - 4rem);
        }
        .csd-tab {
            border-radius: 0.75rem;
            background-color: var(--1400);
            border: 1px solid var(--0000);
            text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2),
                0px 1px 0px rgba(232, 48, 122, 0.05);
            padding: 0.75rem 1.5rem;
            position: relative;
            overflow: hidden;
            transition: 0.25s;
            --csd-tab-animation: play;
            &:before {
                content: "";
                display: block;
                position: absolute;
                width: 0%;
                height: 100%;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-color: var(--0000);
                opacity: 0.1;
            }
            &:not([class$="active"]) {
                @media screen and (min-width: 768px) {
                    &:before {
                        animation: timer ease-in-out 10s forwards;
                        animation-play-state: var(--csd-tab-animation);
                    }
                }
            }
            .ct-text-block {
                color: var(--0000);
            }
            &[class$="active"] {
                background-color: var(--0000);
                border: 1px solid var(--1400);
                animation: none;
                .ct-text-block {
                    color: var(--1400);
                }
            }
        }
    }
}

@keyframes timer {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
#b-b-image-front {
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 2.17969vmin;
    --size: 48.4375%;
    @media screen and (min-width: 768px) {
        top: 38.084378%;
        height: 76.539338%;
        transform: translateX(0);
    }
    @media screen and (min-width: 992px) {
        transform: translateX(calc(var(--size) * -1));
    }
}
#b-b-image-back {
    transform: scale(0.75);
    transform-origin: 100% 50%;
    @media screen and (min-width: 768px) {
        transform: none;
    }
}
section[class*="image-style"] {
    display: grid;
    .col-2 {
        @media screen and (min-width: 768px) {
            height: 100%;
        }
    }
}
.image-style-handphone {
    .col-2 {
        height: 19.5rem;
        img {
            position: absolute;
            width: calc(23.375rem - 0.71rem + 4rem);
            max-width: none;
            height: calc(100% + 6rem);
            top: 0;
            left: 2.5rem;
            object-fit: cover;
            object-position: top left;
            @media screen and (min-width: 768px) {
                left: 0.71rem;
                height: calc(100% + 8rem);
            }
        }
    }
}
.image-style-globe {
    .col-2 {
        height: 0rem;
        img {
            position: absolute;
            width: 38.5625rem;
            max-width: none;
            height: calc(100% + 6rem);
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            object-fit: cover;
            object-position: top left;
            @media screen and (min-width: 768px) {
                height: calc(100% + 8rem);
            }
        }
    }
}
.b-3-col {
    width: 100%;
    max-width: 40rem;
    .b-3-col-container {
        width: 100%;
        max-width: 32rem;
    }
}
.variant {
    .b-3-col {
        max-width: 60rem;
        .b-3-col-container {
            max-width: 26rem;
        }
    }
}
#b-5 {
}
#b-4-1 {
    margin-bottom: 6rem;
    @media screen and (max-width: 768px) {
        margin-bottom: 2rem;
    }
}
#b-4-2 {
    @media screen and (max-width: 768px) {
        .col-1 {
            order: 1;
        }
    }
}
.variant {
    #b-4-2 {
        #b-4-image {
            width: fit-content;
            margin-left: auto;
        }
    }
}
.icon-s2 {
    svg {
        width: 2rem;
        height: 2rem;
    }
}
.icon-p1 {
    padding: 1rem;
}
[class*="system"] {
    display: none !important;
    &.revealed {
        display: flex !important;
    }
}

/* Newly added css  */

.home-page-content-wrapper {
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 30px; */
}

.home-page-content-wrapper .right-section-home {
    min-width: 640px;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-left: -70px;
}

.app-download-container-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding: 0px 15px;
}

.app-download-container {
    position: relative;
    width: 450px;
    background: #020509;
    padding: 30px;
    border-radius: 25px;
    border: 1px solid #26292c;
}

.app-download-container-text {
    text-align: left;
}

.app-download-icons-container {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translateY(-50%);
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Custom Select  */

.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #020509;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-items {
    position: absolute;
    background-color: #020509;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.booking-progress-container {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}
.booking-progress-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.booking-progress-list-item p{
font-size: 12px !important;
}
.booking-progress-step-number {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #26292c;
    font-size: 14px;
    font-weight: 400;
}

.progress-line {
    margin-top: -40px;
}

.completed-step-number {
    border: 2px solid #e8307a !important;
    color: #e8307a;
}
.completed-step-label {
    color: #e8307a !important;
}

.location-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.location-container .location-name {
    flex-grow: 1;
    background-color: #14171b;
    padding: 8px 12px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Lato';
}

.fleet-image {
    width: 56px;
    height: auto;
    object-fit: contain;
}

.active-fleet {
    border: 2px solid #e8307a !important;
    border-radius: 20px;
}

.fleet-information-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    background-color: #14171b;
    padding: 24px;
    border-radius: 8px;
}

.input-container a:hover{
color: #818284;
}
