html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.g-bg-primary-gradient-opacity-v1,
.g-bg-primary-gradient-opacity-v1--after::after {
    background-repeat: repeat-x;
    background-image: linear-gradient(150deg, #07273a, rgba(51, 152, 220, 0))
}

.hs-video-preview {
    background-image: url(https://images.pexels.com/photos/248370/pexels-photo-248370.jpeg?w=940&h=650&auto=compress&cs=tinysrgb) !important;
}

.js-bg-video {
    background: #000000;
    opacity: 0.2;
}

.semi-transparent {
    /*border-radius:15px !important;
	 background:#f6f7f7 !important; */
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: #f2f2f2;
    border: 0 none;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 5px 1px rgba(29, 150, 210, 0.14); */
    border-top: 3px solid #df208c;
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea,
select {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif !important;
    color: #2c2c2c;
    line-height: normal;
    font-size: 0.8571em;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #1d96d2;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #1d96d2;
    font-weight: bold;
    color: white;
    border: 0 none;
    font-size: 0.8571em !important;
    border-radius: 25px !important;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.wait-button {
    width: 130px !important;
    font-size: 0.8571em !important;
    background: #97b4c2 !important;
}

.wait-button:hover,
.wait-button:focus {
    box-shadow: none !important;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #1d96d2;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px !important;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.confirmation {
    text-align: left;
    margin-bottom: 15px !important;
    font-size: 13px;
}

.confirm-detail {
    border-bottom: dotted 1px #1d96d2;
    margin-bottom: 15px;
}

.confirmation-label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    color: #2c3e50;
    display: block;
    margin-top: 7px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 11px !important;
    color: #888;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0;
    margin-left: 0;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #777;
    text-transform: uppercase;
    font-size: 9px;
    width: 25%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 3px auto 10px auto;
    box-shadow: 0 0 5px 0px rgb(29, 150, 210);
    z-index: 10;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #1d96d2;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}

.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover,
.dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

.dzsparallaxer.height-is-based-on-content {
    padding-top: 80px !important;
}

.radio-label {
    font-size: 12px !important;
    font-weight: 500;
}

.embed-submit-field {
    position: relative;
}

.embed-submit-field button {
    position: absolute;
    right: 10px;
    top: 5px;

    -webkit-appearance: none;
    -moz-appearance: none;

    border: none;
    background: #1d96d2;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;

    transition: all .2s;
}

.inline-label {
    position: absolute;
    top: 6px;
    font-size: 0.8571em;
    padding-left: 7px;
    font-weight: 700;
}



/* Add here all your css styles (customizations) */
.g-top-3 {
    top: 1rem;
}

.package-offer {
    min-height: 270px;
    color: #fff;
    padding-top: 30px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.package-container {
    border-radius: 10px !important;
}

.package-type0 {
    background-size: cover !important;
    /* <------ */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-image: url(../img-snash/packages/basic.jpg)
}

.package-type1 {
    background-size: cover !important;
    /* <------ */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-image: url(../img-snash/packages/silver.jpg)
}

.package-type2 {
    background-size: cover !important;
    /* <------ */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-image: url(../img-snash/packages/gold.jpg)
}

.package-type3 {
    background-size: cover !important;
    /* <------ */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-image: url(../img-snash/packages/platinum.jpg)
}

.package-savings {
    min-height: 50px;
    line-height: 50px;
}

.savings-amount {
    color: #fff;
    font-size: 1.5em;
}

.savings-text {
    font-size: 0.5em;
}

.package-buy-container {}

.package-icon {
    color: #1d96d2;
    font-size: 1.2em;
    font-weight: 600;
}

.package-item {
    font-size: 0.9em;
}

.package-title {
    /* color: #8b2171 !important; */
}

.package-details-basic {
    border-top: solid 4px #53cca9;
}

.package-details-silver {
    border-top: solid 4px #D3D3D3;
}

.package-details-gold {
    border-top: solid 4px #FFD700;
}

.package-details-platinum {
    border-top: solid 4px #a5a083;
}

.cirlce {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #1d96d2;
    color: #fff;
    padding-top: 25px;
}

.package-amount {
    display: block;
    font-size: 2em;
    font-weight: 700;
}

.package-currency {
    display: block;
    font-size: 0.8em;
    font-weight: 500;
    color: #fff;
}

.basic {
    background: #53cca9;
}

.silver {
    background: #D3D3D3
}

.gold {
    background: #FFD700
}

.platinum {
    background: #a5a083
}

.title-basic {
    background: #53cca9;
}

.title-silver {
    background: #D3D3D3;
}

.title-gold {
    background: #FFD700;
}

.title-platinum {
    background: #a5a083;
}

.other {
    background-image: linear-gradient(to right, #62d5da 0%, #356a79 100%);
    background-image: linear-gradient(to right, #CA82F8 0%, #e98282 100%);
    background-image: linear-gradient(to right, #38c49c 0%, #d8d87d 100%);
}

.modal-form-section {
    min-height: 400px;
}

.displayValue {
    font-weight: bold;
}

.green-color {
    color: #6db82a !important;
}

.text-left {
    text-align: left;
}

.success-btn {
    background: #4ade76;
    color: #fff;
}

/* Loader */
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.waitscreen {
    background: #000;
    opacity: .6;
    height: 90%;
    z-index: 100;
    position: absolute;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wait-title {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-top: -80px;
}

.address-item,
.vehicle-item,
.payment-type,
.vehicle-type,
.service-type {
    cursor: pointer;
    text-align: left;
    display: block;
    padding: 7px;
    margin-bottom: 15px;
    color: #000;
    font-size: 13px;
    font-weight: 500;

    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;

    box-shadow: 0 9px 23px rgba(0, 0, 0, 0.09), 0 5px 5px rgba(0, 0, 0, 0.06) !important;
    -webkit-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    -moz-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    -o-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    -webkit-border-radius: 0.4167rem;
    -moz-border-radius: 0.4167rem;
    -ms-border-radius: 0.4167rem;
    -o-border-radius: 0.4167rem;
    border-radius: 0.4167rem;
}

.payment-type {
    cursor: pointer;
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.vehicle-type {
    display: inline-grid;
    height: 50px;
    cursor: pointer;
    width: 32%;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
}

.service-type {
    display: inline-grid;
    height: 80px;
    cursor: pointer;
    width: 30%;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
}

.service-item-amount {
    font-size: 1.2em;
}

.paymentTypeHolder {
    display: flex;
    text-align: left;
    margin-bottom: 20px;
}

.vehicleTypeHolder,
.serviceTypeHolder {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
}


.item-icon {
    padding: 10px;
    color: #1d96d2;
    font-weight: bold;
    font-size: 15px;
}

.vehicle-type-icon {
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 0px;
}

.selected {
    /* background: #1d96d2;
    color: #fff; */
    color: #FFFFFF !important;
    background: #07a7e3;
    background: -moz-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%);
    background: -webkit-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%);
    background: linear-gradient(135deg, #07a7e3 0%, #32dac3 100%);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.selected>.item-icon {
    color: #fff;
}

.dateHolder {
    display: flex;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;

    box-shadow: 0 9px 23px rgba(0, 0, 0, 0.09), 0 5px 5px rgba(0, 0, 0, 0.06) !important;
    -webkit-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    -moz-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    -o-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    -webkit-border-radius: 0.4167rem;
    -moz-border-radius: 0.4167rem;
    -ms-border-radius: 0.4167rem;
    -o-border-radius: 0.4167rem;
    border-radius: 0.4167rem;
    margin-bottom: 15px;
}

.date-item {
    cursor: pointer;
    border-right: solid 1px #eee;
    width: 14%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.date-item:last-child {
    border-right: none;
}

.date-item-day {
    font-size: 1.1em;
    font-weight: 500;
    display: block;
}

.date-display {
    font-size: 0.7em;
    font-weight: 600;
    display: block;
}

.month-display {
    font-size: 0.75em;
    margin-top: -5px;
}

.timeSlotHolder {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}

.timeslot-item {
    flex: 1 1 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    text-align: center;
    cursor: pointer;
    padding: 10px;
    font-size: 0.9em;
    background-color: #fff;
    border-radius: 0.4167rem;
    box-shadow: 0 9px 23px rgba(0, 0, 0, 0.09), 0 5px 5px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 2 per row on mobile */
@media (max-width: 767px) {
    .timeslot-item {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .timeslot-item {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}



.amount-payable {
    width: 30%;
}

.payable-amount {
    padding-top: 2px;
    font-size: 1em;
    font-weight: 600;
    color: #df208c !important;
}

.currency {
    font-size: 0.8em;
    font-weight: 500;
}

.section-header {
    font-size: 0.8em;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    border-bottom: dotted 1px #fff;
}

.header-icon {
    font-size: 1.2em;
    padding-right: 5px;
    color: #1d96d2;
}

.error-section {
    display: block;
    text-align: left;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border-left: solid 4px red;
    font-size: 0.9em;

    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;

}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}


.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.img-contained {
    max-width: 100%;
    max-height: 100%;
}

.no-padding {
    padding: 0px;
}

.padding-2 {
    padding: 14px;
}

.curved-border {
    border-radius: 10px;
}

.curved-border-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service-card {
    min-height: 26rem;
}

.navbar-brand>img {
    height: 50px;
}

#map {
    width: 100%;
    height: 500px;
    background-color: grey;
}

#map-plug {
    display: none;
}

#google-reviews {
    display: flex;
    flex-wrap: wrap;
    /*display: grid;
grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}

span.review-profile-image {
    float: left;
    padding: 0px 15px 0px 0px;
}

span.review-profile-image img {
    width: 40px;
}

.modal-backdrop.in {
    display: none;
}

.review-item {
    border-bottom: solid 1px rgba(190, 190, 190, .35);
    margin: 5px auto;
    display: block;
    width: 100%;
    padding: 15px 0px;
}

@media (max-width:1200px) {
    .review-item {
        flex: 1 1 40%;
    }
}

@media (max-width:450px) {
    .review-item {
        flex: 1 1 90%;
    }
}

.review-meta,
.review-stars {
    text-align: left;
    font-size: 115%;
}

.review-author {
    text-transform: capitalize;
    font-weight: bold;
}

.review-date {
    opacity: .6;
    display: block;
}

.review-text {
    line-height: 1.55;
    text-align: left;
    max-width: 72em;
    margin: auto;
}



.review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.review-stars ul li {
    float: left;
    list-style: none !important;
    margin-right: 1px;
    line-height: 1;
}

.review-stars ul li i {
    color: #E4B248;
    font-size: 1.4em;
    font-style: normal;
}

.review-stars ul li i.inactive {
    color: #c6c6c6;
}

.star:after {
    content: "\2605";
}

.u-gradient-half-primary-v1 {
    background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
    background-repeat: repeat-x;
}

.u-space-4-top {
    padding-top: 6.5rem;
}

.u-space-3-bottom {
    padding-bottom: 6.125rem;
}

.position-absolute-bottom-0 {
    right: 0;
    bottom: 0;
    left: 0;
}


figure {
    margin-bottom: 0;
}

.u-text-light {
    color: rgba(255, 255, 255, 0.7);
}

.u-fill-white {
    fill: #fff;
}

svg {
    margin-bottom: -0.4375rem;
    vertical-align: baseline;
}

.service-img {
    height: 170px;
    width: 100%;
}

.service-box {
    min-height: 195px
}

.service-heading {
    min-height: 60px;
    padding-top: 10px;
}

.navbar-brand>img {
    height: 50px;
}

#map {
    width: 100%;
    height: 500px;
    background-color: grey;
}

#map-plug {
    display: none;
}

.customer-type-radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.customer-type-radio-group .radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    margin: 0;
}

.u-check-icon-radio-v4 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: relative;
}

.u-check-icon-radio-v4 i {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #007bff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

/* Show dot if selected */
input[type="radio"]:checked+.u-check-icon-radio-v4 i {
    display: block;
}

.radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 2;
}

.custom-radio-circle {
    width: 18px;
    height: 18px;
    border: 2px solid #007bff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.custom-radio-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #007bff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

/* Show filled circle when checked */
.radio-label input[type="radio"]:checked+.custom-radio-circle::after {
    display: block;
}

/* Hide native radio and create custom circle */
.radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0;
    z-index: 2;
}

.custom-radio-circle {
    width: 18px;
    height: 18px;
    border: 2px solid #007bff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.custom-radio-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #007bff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

/* Show filled dot only if checked */
.radio-label input[type="radio"]:checked+.custom-radio-circle::after {
    display: block;
}

/* Group spacing */
.customer-type-radio-group {
    gap: 20px;
}

/* Custom */

.title-heading .heading {
    font-size: 30px !important;
    letter-spacing: 0 !important;
}

/* Mobile */
@media (max-width: 767px) {

    /* Adjust form card for mobile */
    .card.shadow {
        width: 100%;
        margin-left: 0 !important;
    }

    /* Reduce font sizes for the mobile-only heading */
    .heading {
        font-size: 1.3rem !important;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
}
