@import url(fonts.css);
body {
    font-family: "ALK Sanet", sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    height: 100%;
}

main {
    min-height: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 300;
}

a {
    cursor: pointer;
}

.main-assistant {
    max-width: 100%;
}

.alert-danger {
    color: #FF3C54;
    background-color: #fff;
    border: none;
}

#HomeForm label.error {
    display: none !important;
    color: red;
    font-size: 12px;
}

#HomeForm .errorText {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: 10px;
}

.s-assigned {
    color: #FFBA29;
    font-family: "ALK Sanet", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.s-canceled {
    color: #f6001f;
    font-family: "ALK Sanet", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.s-working {
    color: #08aba8;
    font-family: "ALK Sanet", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.s-issued {
    color: #dc3545;
    font-family: "ALK Sanet", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.s-finished {
    color: #43AC50;
    font-family: "ALK Sanet", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.s-pending {
    color: #FF5900;
    font-family: "ALK Sanet", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.s-pickedup {
    color: #4C70D5;
    font-family: "ALK Sanet", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.yellow-star {
    color: #FFBA29;
}

.grey-star {
    color: #98A1BB;
}

.remove-scroll {
    overflow: hidden;
}

.logo-landing {
    width: 95px;
    margin-right: 40px;
}

.first-step {
    background-color: #FAFBFE;
    margin-top: -65px;
    padding-top: 60px !important;
    max-height: 740px;
}

html {
    font-size: 14px;
    font-family: "ALK Sanet", sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

.footer .footer-container {
    padding: 10px;
}

@media (max-width: 450px) {
    .footer-container {
        display: block !important;
    }
}

#CarBrandId {
    padding: 0.375rem 0.5rem;
    color: #6c757d;
}

.car-model {
    color: #6c757d;
}

.pickup-period {
    padding: 0.375rem 0.5rem;
    color: #6c757d;
}

.form-step1 {
    padding: 20px 28px 20px;
    box-shadow: 0 10px 20px 0 rgba(76, 112, 213, 0.1);
    border-radius: 15px;
    background-color: #FFFFFF;
}

.step1-container {
    justify-content: space-between;
    display: flex;
}

.step1-container .form-group {
    width: 48%;
}

.form-step1 p {
    color: #4C70D5;
    font-family: "ALK Sanet", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 20px;
}

.form-step1 .form-control {
    height: 46px;
    border: 1px solid rgba(76, 112, 213, 0.2);
    border-radius: 3px;
    background-color: #FAFBFE;
}

.autobase-header {
    color: #060C1C;
    font-family: "ALK Sanet", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    padding-top: 75px;
}

.quote {
    color: #4C70D5;
    font-family: "ALK Sanet", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-align: center;
    line-height: 48px;
}

.btn-next {
    background-color: #4C70D5;
    max-width: 300px;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: "ALK Sanet", sans-serif;
    font-size: 14px;
    margin: 0 auto;
    color: #FFF !important;
    margin: 30px auto 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    justify-content: center;
}

.autobase-landing {
    min-height: 730px;
    position: relative;
    /* margin-top: 60px; */
}

.autobase-landing #group-photo {
    top: 321px;
    left: -11px;
    position: absolute;
}

.autobase-landing #group-photo #ovalBg {
    top: -35px;
    left: 50px;
    position: absolute;
}

.autobase-landing #group-photo #gradBg {
    position: absolute;
    left: 50px;
}

.autobase-landing #group-photo #carBg {
    z-index: 9;
    left: 61px;
    top: -42px;
    position: absolute;
}

@media (max-width: 1199px) {
    .autobase-landing #group-photo #gradBg {
        position: absolute;
        left: 50px;
        top: 50px;
        width: 900px;
    }
    .autobase-landing #group-photo #carBg {
        z-index: 9;
        left: 61px;
        top: -42px;
        width: 500px;
        position: absolute;
    }
    .autobase-landing #group-photo #ovalBg {
        top: -42px;
        left: 50px;
        position: absolute;
    }
}

.addItemsList {
    border: 1px solid #2553a5 !important;
    border-radius: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#AddItems {
    border: 1px solid #2553a5 !important;
    border-radius: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .quote {
        text-align: center;
        font-size: 19px;
    }
    .autobase-header {
        text-align: center;
    }
    autobase-landing {
        margin-top: 0;
    }
    .how-it-works {
        margin-top: 430px !important;
        padding-top: 0px !important;
    }
    .dashboard-card-body {
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }
    .dashboard {
        min-height: calc(100vh - 90px);
    }
    .pay-item {
        flex-wrap: wrap;
    }
    .first-step {
        margin-top: initial;
        padding-top: initial !important;
    }
    .btns-section a {
        width: 100% !important;
        margin-bottom: 20px;
        display: inline-block;
        padding: 0;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.form-inner1 .user-info {
    color: #6c757d;
    font-weight: normal;
    padding-bottom: 0px;
    margin-right: 20px;
}

.form-inner1 i {
    cursor: pointer;
    color: #4C70D5;
}

.form-inner1 .custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-radius: 2px;
    background-color: #4C70D5;
    font-weight: bold;
}

.form-inner1 .custom-radio .custom-control-label::before {
    border-radius: 2px;
    background-color: #FFF;
    border: 1px solid #4C70D5;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0062cc;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    background-color: #FFF;
    border: 1px solid #0062cc;
}

.btn-submit {
    background-color: #4C70D5;
    width: 300px;
    max-width: 100%;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: "ALK Sanet", sans-serif;
    font-size: 14px;
    margin: 0 auto;
    color: #FFF !important;
    margin: 30px auto 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    justify-content: center;
}

.back-btn {
    cursor: pointer;
}

.how-it-works {
    margin-top: 0px;
}

.how-it-works .sub-headers {
    text-align: center;
    color: #1C2F4F;
    font-family: "ALK Sanet", sans-serif;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 31px;
    padding-top: 0px;
    padding-bottom: 0px !important;
}

.how-it-works .num-oval {
    height: 46px;
    width: 46px;
    border: 2px solid rgba(76, 112, 213, 0.5);
    background-color: #FAFBFE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 113px;
    color: #060C1C;
    font-family: "ALK Sanet", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.how-it-works h5 {
    margin-top: 0px;
    color: #141669;
    font-family: "ALK Sanet", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}

.how-it-works p {
    color: #6B7A8B;
    font-family: "ALK Sanet", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    max-width: 320px;
}

.img-height img {
    max-height: 150px;
    /* Adjust this value as needed */
    width: auto;
}

.footer-web {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.footer-web .footer-container {
    color: #060C1C;
    font-family: "ALK Sanet", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}

.footer-web .footer-container a {
    color: #060C1C;
    font-family: "ALK Sanet", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}

.tech-inspect {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px auto;
}

.tech-inspect .info-tech {
    z-index: 999;
    text-align: center;
}

.tech-inspect img {
    position: absolute;
}

.tech-inspect .btn-call {
    background-color: #4C70D5;
    width: 300px;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: "ALK Sanet", sans-serif;
    font-size: 14px;
    margin: 0 auto;
    color: #FFF !important;
    margin: 30px auto 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    justify-content: center;
}

@media (max-width: 800px) {
    .tech-inspect img {
        display: none;
    }
}

.contact-section {
    background-color: #FAFBFE;
    padding: 50px 0;
}

.contact-section h6 {
    color: #060C1C;
    font-family: "ALK Sanet", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    padding-bottom: 15px;
}

.contact-section a {
    color: #060C1C;
    font-family: "ALK Sanet", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 1rem;
    display: block;
}

.contact-section a i {
    color: #4C70D5;
    margin-right: 12px;
    width: 16px;
}

.place-order .container-order-place {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    min-height: 740px;
}

.place-order .container-order-place .container-car-order {
    width: 100%;
}

.place-order .container-order-place img {
    /*position: absolute;*/
    top: 27%;
    object-fit: contain;
}

.place-order .container-order-place h3 {
    color: #060C1C;
    font-family: "ALK Sanet", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    max-width: 490px;
    margin: 0 auto;
    margin-top: -12px;
}


/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(24, 54, 101, 0.39);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
}


/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


/* Styles the close link, adds the slide down transition */

a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    /*background: white;
    color: black;*/
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 0;
}

.lightbox-target:target img {
    max-height: 100%;
    max-width: 90%;
}

.lightbox-target:target a.lightbox-close {
    top: 0px;
}

.iti-flag {
    background-image: url("../img/flags.png");
}

.iti-arrow {
    display: none;
}

.selected-flag {
    padding-right: 5px !important;
}

.reg-phonenumber {
    padding-left: 85px;
}

#btnSendPhoneNumber {
    padding-left: 86px !important;
}

.form-flag {
    padding-left: 86px !important;
}

.reg-phonenumber {
    padding-left: 86px !important;
}

#inviteFriendPhoneNumber {
    padding-left: 86px !important;
}

.img-addition {
    position: absolute;
    top: 324px;
    z-index: 1;
}

.new-bg {
    position: relative;
}

.new-bg #group-photo {
    position: absolute;
    top: 140px !important;
    left: 0;
}

.new-bg .gradient {
    position: absolute;
    top: 50px;
    left: -60px;
}

.main-title {
    color: #32323F;
    font-family: "ALK Sanet";
    font-size: 43px;
    letter-spacing: 0;
    line-height: 52px;
    text-align: left;
    font-weight: normal;
}

.quote {
    color: #333547;
    font-family: "ALK Sanet", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 42px;
    text-align: left;
}

.overflow-x-hidden {
    overflow-x: hidden;
    overflow-y: hidden;
}

.reviews-cont {
    display: flex;
    align-items: center;
    max-width: 430px;
    justify-content: space-around;
    margin-top: 30px;
}

.reviews-cont .review-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reviews-cont .review-cont p {
    color: #7786A0;
    font-family: "ALK Sanet", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
}

.reviews-cont .review-cont span {
    color: #2E3239;
    font-family: "ALK Sanet", sans-serif;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
}

.order-btn {
    color: #FFFFFF !important;
    cursor: pointer;
    font-family: "ALK Sanet", sans-serif;
    font-size: 23px;
    letter-spacing: 0;
    line-height: 26px;
    border-radius: 37px;
    box-shadow: 0 23px 39px -16px #a74200;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    margin-top: 22px;
    background-color: #eb6209;
}

.order-btn:hover {
    opacity: 0.9;
    color: #FFF !important;
}

.why {
    background-color: #eb6209;
    padding: 70px 0px 70px;
}

.why h1 {
    color: #FFFFFF;
    font-family: "ALK Sanet", sans-serif;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 31px;
    margin-bottom: 45px;
    text-align: center;
}

.div-white {
    text-align: center;
    /* Center the content within each container */
}

.div-white img {
    max-width: 100%;
    border-radius: 60%;
    width: 170px;
    height: 170px;
    display: inline-block;
    /* Ensure images stay inline */
}

.why .div-white h4 {
    color: #FFFFFF;
    font-family: "ALK Sanet", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 18px 0px;
}

.why .div-white p {
    color: #FFFFFF;
    font-family: "ALK Sanet", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 18px 0px;
}

.partu-redirect {
    background: #fff;
    color: #000 !important;
}

.purpose .row {
    margin-top: 20px;
}

.purpose {
    padding: 10px 0;
}

.car-absolute {
    width: 95%;
    /* Adjust the width as needed */
    height: auto;
    /* Maintain aspect ratio */
    border-radius: 70%;
    /* Make it an oval shape */
}

.purpose h1 {
    color: #1C2F4F;
    font-family: "ALK Sanet", sans-serif;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 42px;
    max-width: 549px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}

.purpose .services {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: auto;
}

.purpose h5 {
    color: #34394B;
    font-family: "ALK Sanet", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
    max-width: 500px;
    margin: auto;
    margin-top: 90px;
}

.purpose .order-btn-second {
    max-width: 500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 37px;
    background-color: #2254a5;
    box-shadow: 0 23px 39px -16px #1558C8;
    height: 72px;
    color: #FFFFFF;
    font-family: "ALK Sanet", sans-serif;
    font-size: 23px;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 55px;
}

.car-logos {
    display: flex;
}

.car-logos img {
    width: 28px !important;
    height: 28px !important;
    border-radius: unset !important;
}

.name-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social-icon {
    width: 20px;
    /* Adjust the width as needed */
    height: 20px;
    /* Adjust the height as needed */
    margin-right: 5px;
    /* Add spacing between icon and text */
}

.name-logo p {
    color: #4A4E58 !important;
    font-family: FiraGO !important;
    font-size: 17px !important;
    font-weight: bold !important;
    letter-spacing: 0;
    line-height: 27px !important;
    margin-bottom: 0px;
    margin-right: 10px;
}

.name-logo img {
    border: none !important;
    margin-right: 8px !important;
}

.fix-count {
    color: rgba(8, 23, 50, 0.76) !important;
    font-family: FiraGO !important;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 27px !important;
    font-weight: normal !important;
    margin-bottom: 0px;
}

.blue-header {
    color: #1558C8;
    font-family: "ALK Sanet", sans-serif;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px !important;
}

.social-net {
    color: #060C1C;
    font-family: "ALK Sanet", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

.social-net img {
    margin-right: 10px;
}

.select-without-after:after {
    content: none !important;
}

.select-without-after .dropdown {
    position: relative;
}

.form-select {
    width: 100% !important;
    margin-bottom: 0px;
    height: 39px;
    border-radius: 8px;
}

.new-label {
    color: #8488A3;
    font-family: "ALK Sanet", sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
}

.active-btn-select {
    border: 2px solid #eb6209 !important;
    border-radius: 8px !important;
    background-color: #C5D6F2 !important;
    color: #eb6209;
    font-family: "ALK Sanet", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline-offset: unset !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline-offset: unset !important;
}

.btn-back-style {
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    color: #5874A3 !important;
    font-family: "ALK Sanet", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    width: 48%;
    border-radius: 6px;
    background-color: #EBF0FA;
}

.date-new::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #383943 !important;
    font-family: "ALK Sanet", sans-serif;
    opacity: 1;
}

.date-new:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #383943 !important;
    font-family: "ALK Sanet", sans-serif;
    opacity: 1;
}

.date-new::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #383943 !important;
    font-family: "ALK Sanet", sans-serif;
    opacity: 1;
}

.date-new:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #383943 !important;
    font-family: "ALK Sanet", sans-serif;
    opacity: 1;
}

.date-new::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #383943 !important;
    font-family: "ALK Sanet", sans-serif;
    opacity: 1;
}

.date-new::placeholder {
    /* Most modern browsers support this now. */
    color: #383943 !important;
    font-family: "ALK Sanet", sans-serif;
    opacity: 1;
}

.label-new-confirm {
    font-family: "ALK Sanet", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
}

@media (max-width: 992px) {
    .quote {
        color: #333547;
        font-family: "ALK Sanet", sans-serif;
        font-size: 15px !important;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center !important;
        position: relative;
        z-index: 2;
    }
    .first-step {
        height: 451px;
        margin-bottom: 26px;
    }
    .first-step .autobase-landing {
        position: relative;
        max-height: 500px !important;
        height: 500px !important;
        min-height: unset;
    }
    .first-step .main-title {
        color: #32323F;
        font-family: "ALK Sanet";
        font-size: 22px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
        z-index: 2;
        position: relative;
        margin-top: 30px;
    }
    .first-step .reviews-cont {
        position: relative;
        z-index: 2;
    }
    .first-step .order-btn {
        position: relative;
        z-index: 3;
        color: #FFFFFF;
        font-family: "ALK Sanet", sans-serif;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 20px;
        height: 58px;
    }
    .first-step .new-bg .gradient {
        width: 447px;
        left: 234px;
        z-index: 0;
    }
    .first-step .new-bg #group-photo {
        position: absolute;
        top: -358px;
        z-index: 1;
    }
    .how-it-works {
        margin-top: 0px !important;
    }
    .how-it-works .sub-headers {
        color: #1C2F4F;
        font-family: "ALK Sanet", sans-serif;
        font-size: 21px !important;
        letter-spacing: 0;
        line-height: 19px;
    }
    .how-it-works .col-lg-4 {
        margin-bottom: 0px !important;
        padding-bottom: 20px !important;
    }
    .purpose .photos-car .gradient-second {
        position: absolute;
        right: 56px;
        top: -52px;
        z-index: 2;
        width: 447px;
    }
    .purpose .photos-car .car-absolute {
        position: relative;
        top: 0;
        z-index: 2;
        right: 65px;
        width: 300px;
        left: -14px;
    }
    .purpose h1 {
        color: #1C2F4F;
        font-family: "ALK Sanet", sans-serif;
        font-size: 22px;
        letter-spacing: 0;
        line-height: 30px;
        text-align: center;
        position: absolute;
        top: -267px !important;
        z-index: 99;
    }
    .purpose .services {
        margin-top: 80px;
    }
    .purpose .purposes {
        padding: 13px 22px;
        height: 130px;
        max-width: 110px;
    }
    .purpose .purposes img {
        max-width: 39px;
    }
    .purpose .purposes p {
        color: #eb6209;
        font-family: "ALK Sanet", sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        margin-top: 15px;
    }
    .purpose h5 {
        color: #34394B;
        font-family: "ALK Sanet", sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }
    .purpose .order-btn-second {
        color: #FFFFFF;
        font-family: "ALK Sanet", sans-serif;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 20px;
        height: 58px;
        margin-top: 40px;
    }
    .div-white {
        margin-bottom: 40px;
    }
    .why h1 {
        color: #FFFFFF;
        font-family: "ALK Sanet", sans-serif;
        font-size: 23px;
        letter-spacing: 0;
        line-height: 26px;
    }
}

.hide-on-desktop {
    display: none;
}

li.form-select {
    width: 18% !important;
}

.flatpickr-calendar.open {
    z-index: 3333333333333333;
}

.first-step-arrow img,
.second-step-arrow img,
.third-step-arrow img {
    filter: brightness(80%);
}

#howItWorks {
    padding-top: 95px;
    margin-top: -95px;
}

.error-html {
    color: black !important;
    font-size: 15px !important;
    text-align: center;
    padding: 10px;
}

.map-enable {
    border-radius: 5px;
    box-shadow: 0 3px 17px 0 rgba(69, 110, 221, 0.31);
    background-color: #255BB5;
    color: white;
    height: 46px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    cursor: pointer;
}

.map-enable img {
    margin-right: 10px;
}

#map,
#mapAss {
    height: 200px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.id-num::-webkit-outer-spin-button,
.id-num::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.id-num[type=number] {
    -moz-appearance: textfield;
}

#HomeForm .errorText-last,
#HomeForm .errorText-terms {
    color: red;
    font-size: 12px;
    margin-top: 10px;
}