@font-face {
    font-family: latobold;
    src: url('{{asset(' fonts/lato-bold-webfont.woff2')}}') format('woff2'),
    url('{{asset(' fonts/lato-bold-webfont.woff')}}') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: latoregular;
    src: url('{{asset(' fonts/lato-regular-webfont.woff2')}}') format('woff2'),
    url('{{asset(' fonts/lato-regular-webfont.woff')}}') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: latomedium;
    src: url('{{asset(' fonts/Lato-Medium.woff2')}}') format('woff2'),
    url('{{asset(' fonts/Lato-Medium.woff')}}') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: latoblack;
    src: url('{{asset(' fonts/lato-black-webfont.woff2')}}') format('woff2'),
    url('{{asset(' fonts/lato-black-webfont.woff')}}') format('woff');
    font-weight: 400;
    font-style: normal
}

.orange-text,
.orange-text:hover,
.orange-text:focus {
    color: #FF571F !important;
    text-decoration: none;
}

.leftside-img {
    /* width: 168px; */
    float: left
}

.leftside-img {
    float: none;
    display: block;
    margin: 0 auto 30px
}

.imgwithtxtbox .imgdiv {
    width: 90px;
    vertical-align: middle;
    display: inline-block;
}

.imgwithtxtbox .imgdiv img {
    max-width: 100%;
}

.imgwithtxtbox .txtdiv {
    /* width: calc(100% - 100px); */
    width: 100%;
    vertical-align: middle;
    padding-left: 16px;
    display: inline-block;
}

.app-footer {
    display: none;
}

.box-shadow {
    box-shadow: unset;
}

.hide-back {
    margin: -5px auto 5px auto;
    display: none;
}

.header-section {
    padding: 12px 24px;
}

.header-section img {
    max-height: 40px;
}

.backtxt {
    font-size: 24px;
    line-height: 48px;
    color: #4E5264;
}

.titletxt {
    color: #4E5264;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 50px;
    font-family: latobold;
}

.step-section {
    border-right: 1px solid #BFBFC4;
}

.form-section {
    border-left: 1px solid #BFBFC4;
    margin-left: -1px;
}

.steps-list {
    position: relative;
    margin-bottom: 40px;
    padding-left: 150px;
    font-size: 18px;
    line-height: 32px;
    color: #4E5264;
    font-family: latoregular;
}

.steps-list strong {
    font-size: 20px;
    line-height: 32px;
    font-family: latobold;
}

.steps-list svg,
.steps-list img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 120px;
}

.form-group .txt {
    color: #7D808B;
    font-size: 16px;
    line-height: 28px;
    display: block;
    margin-top: 15px;
    font-family: latomedium;
}

.form-control {
    color: #7D808B;
    font-size: 16px;
    height: 48px;
    padding: 0 16px;
    font-family: latoregular;
}

.form-group label {
    color: #4E5264;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
    font-family: latobold;
}

.form-group {
    margin-bottom: 16px;
}

.checkboxs {
    color: #7D808B;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: latobold;
    padding-left: 27px;
    position: relative;
}

.checkboxs span {
    color: #FF571F;
}

.checkboxs input {
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0;
}

.btncustom {
    background: #FF8500;
    border-radius: 50px;
    font-size: 24px;
    line-height: 28px;
    padding: 15px 5px;
    width: 362px;
    color: #FFFFFF !important;
    font-family: latobold;
    margin-top: 16px;
}

.btncustom.disabled,
.btncustom[disabled],
fieldset[disabled] .btncustom {
    background: #9A9CA5;
    color: #FFFFFF !important;
    opacity: 1;
}

.btncustom:hover,
.btncustom:focus {
    color: #FFFFFF;
}

.footer-section {
    padding: 50px 0;
}

.footer-section img {
    max-height: 88px;
    margin-bottom: 15px;
}

.footer-section p {
    color: #4E5264;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    font-family: latoregular;
}

.ondemand-visittype {}

.ondemand-visittype label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}

.ondemand-visittype label:last-of-type {
    margin-right: 0px;
}

.ondemand-visittype label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ondemand-visittype label {
    font-family: latobold;
    font-size: 20px;
    line-height: 26px;
    color: #4E5264;
}

.ondemand-visittype label .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #9A9CA5;
    background-color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}

.ondemand-visittype label svg {
    vertical-align: middle;
    margin-right: 5px;
}

.ondemand-visittype label .checkmark::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.ondemand-visittype label input:checked+.checkmark {
    border-color: #00A0FA;
}

.ondemand-visittype label input:checked+.checkmark::after {
    background-color: #00A0FA;
}

.title_div {
    color: #4E5264;
    font-size: 20px;
    font-family: latobold;
}

.chosen-container-single .chosen-single span {
    color: #7D808B;
    font-size: 16px;
    font-family: latoregular;
}

.chosen-container-single .chosen-single {
    height: 48px;
    padding: 8px 0 0 15px;
}

.chosen-container-single .chosen-single div b {
    background-position: 2px 20px;
    background-image: url(../../images/selectbox_arrow.png);
    background-size: 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px 20px;
}

.benefit-info-text svg {
    flex: 0 0 auto;
}

.benefit-info-text h4 {
    font-size: 20px;
    color: #2E8375;
    font-family: 'latobold';
    padding-left: 20px;
}

.benefit-info-text {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

.payment_method_div .select2-container svg,
.select2-container svg {
    vertical-align: middle;
    margin-left: 5px;
}

select option:disabled {
    background-color: #dfdfdf;
}

.insurance-filter-loader .col-sm-1 {
    width: 20px;
    padding: 64px 0 0 0;
    float: left;
}

.insurance-filter-loader .company-loader {
    padding: 55px 0 0 0;
}

.insurance-filter-loader .col-sm-11 {
    float: left;
}
.payment_method_div .select2-selection{
    border-color: #cfdadd;
    border-radius: 2px;
    padding: 8px 0 0 8px;
    height: 48px;
    font-size: 16px;
}
.payment_method_div .select2-selection__arrow{
    height: 46px !important;
}
.payment_method_div .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #7D808B;
}

@media(max-width:767px) {

    .checkboxs,
    .form-group {
        margin-bottom: 30px;
    }

    .steps-list {
        padding-left: 130px;
    }

    .titletxt {
        margin-bottom: 30px
    }

    .step-section {
        border-right: none;
    }

    .form-section {
        border-left: none;
        margin-left: 0px;
    }
}

@media(max-width:400px) {
    .btncustom {
        width: 100%;
    }
}
