/* Start custom CSS for html, class: .elementor-element-38d262b */.fir_logo {
    height: 40px;
}
.fit-image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.danger {
    color: #ea5455!important;
}

@media (min-width: 576px) {
    .text-sm-right {
        text-align: right!important;
    }
    #save_results h2 {
        font-size: 1.8rem;
    }
}
.divider {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 1rem 0;
}
.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    padding: 0 1rem;
    background-color: #fff;
}
.divider .divider-text:after, .divider .divider-text:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.divider .divider-text:before {
    right: 100%;
}
.divider .divider-text:after {
    left: 100%;
}
.link-policy {
    color: #2372e3;
}
html body p {
    line-height: 1.5rem;
}
.position-relative .form-control {
    padding-right: calc(1.25em + 1.4rem + 1px);
}
.has-icon-left .form-control {
    padding: 2rem 2rem 2rem 3rem;
}
.form-control-position {
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 2;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}
.has-icon-left .form-control-position {
    right: auto;
    left: inherit;
}
.feather {
    font-family: feather!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.has-icon-left .form-control-position i {
    position: relative;
    left: 5px;
    color: rgba(34,41,47,.4);
    top: 13px;
}
.icon-smartphone:before {
    content: "\e8ca";
}
.icon-mail:before {
    content: "\e88a";
}
.g-recaptcha {
    display: inline-block;
}
.consent, .consent .policy, .consent .terms {
    font-size: .85rem!important;
    line-height: 150%!important;
    padding: 0px 20px 0 20px;
}
.border-bottom-white {
    border-bottom: 1px solid #fff;
}
.vs-checkbox-con {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: .25rem 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.vs-checkbox-con input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 200;
    cursor: pointer;
    top: 0;
}
.vs-checkbox-con .vs-checkbox {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    /*border: 2px solid #b8c2cc;*/
    border-radius: 2px;
    transform: rotate(-90deg);
    transition: all .2s ease;
    overflow: hidden;
    margin-right: .5rem;
}
.weekly-check-text {
    padding-top: 3px;
}
.error {
    color: red;
}
.swal2-styled.swal2-confirm {
    background-color: #0069d9 !important;
}
.alert-light {
    background: rgba(186,191,199,.2)!important;
    color: #babfc7!important;
}
.picker {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 100%;
    margin-top: -1px;
    z-index: 990;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.picker__holder {
    width: 100%;
    overflow-y: auto;
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    border-bottom-width: 0;
    max-width: 280px;
    max-height: 0;
    -webkit-overflow-scrolling: touch;
}
.picker__box {
    padding: 5px;
}
.btn-continue {
    font-size: 1.25rem;
}/* End custom CSS */