@font-face {
    font-family: 'Futura PT Bold';
    src: url('../fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Medium';
    src: url('../fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Demi';
    src: url('../fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('../fonts/FuturaPT-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansregular';
    src: url('../fonts/nunito-sans.regular-webfont.woff2') format('woff2'),
        url('../fonts/nunito-sans.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansbold';
    src: url('../fonts/nunitosans-bold-webfont.woff2') format('woff2'),
        url('../fonts/nunitosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sanslight';
    src: url('../fonts/nunitosans-light-webfont.woff2') format('woff2'),
        url('../fonts/nunitosans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansblack';
    src: url('../fonts/nunito-sans.black-webfont.woff2') format('woff2'),
        url('../fonts/nunito-sans.black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'nunito_sanslight';
    color: #333333;
    font-size: 20px;
    background-color: #fff;
}
.bg-white{
    background-color: #fff;
}
.gry_txt{
    color: rgba(51, 51, 51, 0.50);
}
img{
    max-width: 100%;
}
.text-16{
    font-size: 16px;
}
.p-l-0{
    padding-left: 0;
}
.p-r-0{
    padding-right: 0;
}
.m-b-sm{
    margin-bottom: 10px;
}
.m-b-md{
    margin-bottom: 20px;
}
.m-b-lg{
    margin-bottom: 30px;
}
.m-t-sm{
    margin-top: 10px;
}
.m-t-md{
    margin-top: 20px;
}
.m-t-lg{
    margin-top: 30px;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    line-height: 1;
}
h1{
    font-family: 'Futura PT Demi';
    font-size: 48px;
    letter-spacing: 0.48px;
    color: #fff;
    text-transform: uppercase;
    line-height: 61px;
}
h2{
    font-family: 'nunito_sanslight';
    font-size: 36px;
    color: #026389;
    letter-spacing: -0.36px;
}
strong{
    font-family: 'nunito_sansbold';
    font-weight: normal;
}
p{
    margin: 0 0 20px;
}
.btn {
    color: #fff;
    width: 312px;
    border-radius: 7px;
    font-size: 14px;
    font-family: 'nunito_sansbold';
    border: none;
    padding: 9px 0;
    cursor: pointer;
    background: #F79727;
    /*    letter-spacing: 1.6px;*/
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 21px;
    white-space: normal;
}
.btn.md{
    width: 400px
}
.btn.md2{
    width: 470px
}
.btn.xl{
    width: 570px
}
.btn.sm{
    width: 270px
}
.orange-btn{
    background-color: #F79727;
}
.orange-btn:hover,.orange-btn:focus{
    background-color: transparent;
    border-color: #F79727;
    color: #F79727;
}
.btn:hover, .btn:focus {
    color: #fff;
    border: none;
    outline: none;
}
.az-btn-schedule {
    border: 2px solid #F79727;
    color: #F79727;
    background: transparent;
}
.az-btn-schedule:hover, .az-btn-schedule:focus {
    border: 2px solid #F79727;
    color: #F79727;
    background: transparent;
    outline: none;
}

.az-btn-schedule.disabled{
    background: transparent !important;
}

.blue-btn{
    background-color: #026389
}
.blue-btn:hover,.blue-btn:focus{
    background-color: transparent;
    border-color: #026389;
    color: #026389;
}
.white-btn{
    background-color: #fff;
    color: #026389;
}
.btn.white-btn:hover,.btn.white-btn:focus{
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.blue-outline-btn{
    background-color: transparent;
    border-color: #026389;
    color: #026389;
}
.blue-outline-btn:hover,.blue-outline-btn:focus{
    color: #fff;
    background-color: #026389;
}
.gray-bg{
    background-color: #F7F9FB;
}
.dy-padding-left,.dy-padding-right{
    visibility: hidden;
}
input:focus{
    outline: none;
}
.orange-text{
    color: #F79727;
}
a.orange-text:hover,a.orange-text:focus{
    color: #F79727;
}
/*header start*/
.bold-menu a,header .nav > li.bold-menu > a{
    font-family: 'nunito_sansbold';
}
header{
    padding: 24px 0;
    moz-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
}
.logo{
    width: 170px;
    display: inline-block;
}
.logo img{
    max-height: 32px;
}


.banner p{
    color: #fff;
    font-family: 'Futura PT Medium';
    font-size: 24px;
    margin: 0;
}
.banner,.banner2{
    position: relative;
}
.banner .banner-text {
    padding: 80px 0 80px 0;
}
.banner2 .banner-text {
    padding: 60px 0 60px 0;
}
.banner .banner-text p{
    padding: 40px 0 60px 0;
}
.banner2 .banner-text p{
    padding: 20px 0 40px 0;
}
.banner:before,.banner2:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner2 h1{
    font-family: 'nunito_sansbold';
}
.banner2 .banner-text p{
    font-family: 'nunito_sansregular';
    color: #fff;
    font-size: 24px;
}

.btn-magin{
    margin-top: 80px;
    margin-bottom: 80px;
}
.sticker-img img{
    width: 80%;
}
.sticker-img{
    padding-bottom: 120px;
}
.fild-label{
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'nunito_sansbold';
}
.text-box{
    width: 100%;
    border: 1px solid #7d808a;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}
select.text-box::-ms-expand {
    display: none;
}
textarea.text-box{
    height: 120px;
    resize: none;
}
.frome-group{
    padding-bottom: 20px;
}
.custom-ck-box{
    position: relative;
    font-size: 16px;
    padding: 0 10px 0 24px;
    font-family: 'nunito_sansregular';
    font-weight: normal;
}
.custom-ck-box input{
    opacity: 0;
    display: none;
}
.custom-ck-box .ck-mark{
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #026C90;
    border-radius: 50%;
}
.custom-ck-box input:checked ~ .ck-mark:before{
    content: "";
    background-color: transparent;
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    border-bottom: 2px solid #026C90;
    height: 8px;
    border-right: 2px solid #026C90;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.custom-ck-box input[type="radio"]:checked ~ .ck-mark:before{
    content: "";
    background-color: transparent;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #026C90;
    left: 3px;
    top: 3px;
}
.button-mrg-r{
    margin-right: 30px;
}
.error{
    font-size: 14px !important;
    margin: 0 !important;
}
::placeholder {
    opacity: 0.50;
}

:-ms-input-placeholder {
    opacity: 0.50;
}

::-ms-input-placeholder {
    opacity: 0.50;
}

.xl_link a{
    font-size: 36px;
    color: #026389;
}
.xl_link{
    margin-bottom: 80px;
}
.xl_link a:focus,.link:focus,.xl_link a:hover,.link:hover{
    color: #026389;
}
.link{
    color: #026389;
}
.covid_howit_work,.covid_select_plan{
    padding-top: 60px;
}
.covid_select_plan_btn .btn{
    margin-bottom: 20px;
}
.covid_notice{
    background-color: #fff;
    padding: 17px 0;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902)
}
.covid_notice .img_section{
    width: 95px;
    display: inline-block;
    float: left;
}
.covid_notice .text_section{
    width: calc(100% - 120px);
    display: inline-block;
    padding: 10px 0 0 10px;
}
.covid_notice .text_section p{
    font-size: 20px;
    color: #333333;
    font-family: 'nunito_sansregular';
    margin: 0px;
}
.covid_notice .text_section span, .covid_notice .text_section span a{
    font-size: 14px;
    color: #333333;
    font-family: 'nunito_sansregular';
    display: inline-block;
}
.covid_notice .text_section span a{
    margin-right: 5px;
}
.covid_notice .text_section span{
    margin-right: 30px;
}
.covid_notice .close_notice{
    color: #989898;
    font-family: 'nunito_sansbold';
    text-decoration: none;
    float: right;
    padding: 5px;
    line-height: 1;
}
.covid_notice .close_notice:hover,.covid_notice .close_notice:focus{
    color: #989898;
    text-decoration: none;
}
/*micro site css start*/
.m_login_menu{
    font-size: 14px;
    color: #333333;
    font-family: 'Futura PT Medium';
}
.m_login_menu:hover,.m_login_menu:focus{
    text-decoration: none;
    color: #333333;
}
.microsite_header{
    padding: 19px 0;
}
.microsite_header .logo {
    width: 170px;
    display: inline-block;
}
.microsite_header .logo img{
    max-height: 43px;
}
.microsite_header .menu_list{
    display: inline-block;
    width: calc(100% - 176px);
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    min-height: 1px;
    text-align: right;
}
.microsite_login_banner h1{
    color: #026389;
}
.microsite_login_banner p{
    color: #333333;
}
.microsite_login_banner .banner-text{
    padding: 64px 0 80px 0;
}
.microsite_login_banner .banner-text p{
    padding: 24px 0 60px 0;
}
.microsite_login_banner{
    background-image: url(../images/img123.png);
    background-repeat: no-repeat;
    background-position: right 55px;
    margin-bottom: 10px;
    background-size: 220px;
}
.microsite_footer{
    background-color: #fff;
    padding: 30px 0;
}
.microsite_footer img{
    max-height: 75px;
}
.employer_microsite h1{
    font-size: 36px;
    color: #026389;
    line-height: 56px;
    padding: 0 0 64px 0;
    text-align: center;
}
.employer_microsite {
    padding-top: 64px;
}
.employer_microsite .az-tile-sub-heading {text-align: center;}
.access_box .img_div{
    min-height: 145px;
    margin-bottom: 20px;
}
.access_box .img_div img{
    max-height: 144px;
}
.access_box h5{
    font-family: 'nunito_sansbold';
    font-size: 16px;
    color: #026389;
    /*    text-align: center;*/
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.access_box .test_title{
    margin-bottom: 30px;
}
.access_box .btn_divv{
    margin-bottom: 30px;
}
.access_box p{
    margin: 0;
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
}
.access_box .btn{
    width: 100%;
    font-size: 14px;
    font-family: 'nunito_sansbold';
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 5px;
}
.access_box{
    border: 2px solid #333333;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 30px 15px 15px 15px;
    margin-bottom: 30px;
    position: relative;
    min-height: 600px;
    /*    max-height: 600px;*/
}
.access_box .required_txt{
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    color: #026389;
    text-align: center;
    font-size: 16px;
    font-family: 'nunito_sansbold';
}
/*micro site css end*/
.access_box h5 a{
    text-decoration: none;
    font-family: 'nunito_sansbold';
    font-size: 16px;
    color: #026389;
    text-align: center;
    line-height: 24px;
}
.access_box h5 a svg{
    vertical-align: middle;
    margin-right: 15px;
}
.access_box .self_repot_text_tile .consent_check{
    margin: 40px 0 24px 0;
}
.access_box .details {
    overflow: auto;
    max-height: 235px;
    min-height: 235px;
    padding-right: 5px;
}
.self_repot_text_tile .text-box{
    border-radius: 6px;
    border: 1px solid #A9ABAE;
    background-color: #F7F9FB;
    font-size: 14px;
    color: #A9ABAE;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 24px;
}
.self_repot_text_tile .date .text-box{
    margin-bottom: 0px;
}
.self_repot_text_tile .date{
    margin-bottom: 24px;
}
.self_repot_text_tile .gender_box{
    margin-bottom: 24px;
}
.self_repot_text_tile .user_chk_box .custom-ck-box{
    margin-bottom: 15px;
}
.self_repot_text_tile .add_dependent_sec{
    padding-top: 8px;
}
.self_repot_text_tile .title{
    color: #026389;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 24px;
    display: block;
}
/*.self_repot_text_tile{
    overflow: auto;
    max-height: 283px;
}*/
.btn.disabled{
    background-color: #A9ABAE;
}
.test_type_chk_box .test-type-name{
    display: inline-block;
    width: calc(100% - 100px);
    padding-left: 15px;
    vertical-align: middle;
    line-height: 1.2;
}
.test_type_chk_box .test-type-name span{
    font-size: 13px;
    display: block;
    font-family: 'nunito_sansregular';
}
.test_type_chk_box .custom-ck-box .ck-mark{
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}
.test_type_chk_box .custom-ck-box img{
    margin-left: 10px;
}
.custome-support-observation .custom-ck-box .ck-mark{
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.custome-support-observation .custom-ck-box img {
    margin-left: 10px;
    width: 72px;
    height:72px;
}

.custome-support-observation .custome-support-observation-strong{
    display: inline-block;
    width: calc(100% - 100px);
    padding-left: 15px;
    vertical-align: middle;
}

.dev-usr-supported-test-type-data{
    margin-top: 20px;
}
.az-test-loc-other .form-control {
    width: calc(100% - 95px);
    display: inline-block;
}
label.az-test-result-file-upload {
    position: relative;
    overflow: hidden;
    color: white;
    width: 144px;
    background-color: #F79727;
    text-align: center;
    padding: 8px 0px;
    border-radius: 6px;
    float: left;
    margin-right: 15px;
    font-size: 14px;
}

label.az-test-result-file-upload input{
    visibility: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

button.az-test-result-file-clear {
    width: 144px;
    padding: 8px 0px;
    color: white;
    background-color: #C4C4C4;
    border-radius: 6px;
    float: left;
    border: none;
    font-size: 14px;
}

.az-test-result-dt .form-control, .az-test-result-tm .form-control {
    border: 1px solid #026389;
    border-radius: 6px;
    height: 40px;
    padding: 0px 15px 0px 15px;
}
.dev-test-result-selected-file {
    border: 1px solid #C4C4C4;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.az-test-result-tm .bootstrap-datetimepicker-widget a.btn{
    background-color: transparent;
    color: #A9ABAE;
    width: auto;
}
.az-test-result-tm .bootstrap-datetimepicker-widget a.btn:hover,.az-test-result-tm .bootstrap-datetimepicker-widget a.btn:focus{
    background-color: transparent;
}
.az-test-result-tm .bootstrap-datetimepicker-widget a.btn span{
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.az-test-result-tm .bootstrap-datetimepicker-widget .timepicker-hour,
.az-test-result-tm .bootstrap-datetimepicker-widget .timepicker-minute{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: #F7F9FB;
    border: 1px solid #026389;
    border-radius: 6px;
}
.az-test-result-tm .bootstrap-datetimepicker-widget .timepicker-hour:hover,
.az-test-result-tm .bootstrap-datetimepicker-widget .timepicker-minute:hover{
    background-color: #F7F9FB;
}
.az-test-result-tm .bootstrap-datetimepicker-widget .btn-primary{
    width: 40px;
    height: 40px;
}
.az-test-result-tm .bootstrap-datetimepicker-widget .btn-primary:hover,.az-test-result-tm .bootstrap-datetimepicker-widget .btn-primary:focus{
    background-color: #F79727;
}

.az-test-result-tm .bootstrap-datetimepicker-widget td {
    height: 40px !important;
    line-height: 40px !important;
    padding: none !important;
    width: 45px !important;
}

.az-test-result-tm .bootstrap-datetimepicker-widget td.separator {
    width: 25px !important;
}

.busi-landing-avatar-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}
.az-busi-landing-icon-img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
#LoadingImage {
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}
.az-search-icon{
    background-image: url('../../images/search_icon.png') ;
    background-repeat: none;
    background-position: calc(100% - 5px) center;
    background-size: 24px;
    background-repeat: no-repeat;
    padding: 6px 30px 6px 12px;
}
.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}
.ui-front {
    z-index: 99999;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-menu .ui-menu-item {
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0;
    min-height: 0;
    padding: 3px 1em 3px 0.4em;
    position: relative;
}
.ui-autocomplete li {
    width: 100%;
    display: inline-block;
    padding: 5px 10px 5px 30px !important;
    border-bottom: 1px solid #e2e2e2;
}
.center-tiles .col-sm-4 {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.center-tiles {
    text-align: center;
}
.dev-pat-autocomp ul {
    width: calc(100% - 30px) !important;
    font-size: 14px;
}
.dev-pat-autocomp ul li {
    padding: 5px !important;
}
.grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
    grid-auto-rows: 20px;
}
.grid .col-sm-4{
    width: 100%;
    float: none;
}
.az-passport_num{
    /*    padding-left: 35px;*/
}

/* Telemedicine Benefit Tile - Start */
.custom-drop-down{
    position: relative;
    margin: 0 0 0px 0;
}
.custom-drop-down .selected{
    display: block;
    border: 1px solid #BFBFC4;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.custom-drop-down .selected a{
    background-color: #fff;
    display:block;
    text-decoration:none;
    color:#4E5264;
    border-radius: 8px;
}
.custom-drop-down .selected a > span{
    cursor:pointer;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    position: relative;
    padding-right: 40px;
}
.custom-drop-down .selected a > span > span{
    padding: 13.5px 10px 13.5px 95px;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-drop-down .selected a > span > span.withoutimg{
    padding: 13.5px 10px;
    display:block;
}
.custom-drop-down .selected a .withoutimg{
    color: #737684;
}

.custom-drop-down .selected a span::after{
    position: absolute;
    content: "";
    border-left: 2px solid #4E5264;
    border-top: 2px solid #4E5264;
    padding: 5px;
    right: 15px;
    top: 21px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.custom-drop-down .option{
    position:relative;
}
.custom-drop-down .options ul{
    background-color: #fff;
    display:none;
    list-style:none;
    padding:5px 10px;
    position:relative;
    left:0px;
    top:-5px;
    width:auto;
    border:1px solid #BFBFC4;
    margin: 0;
    width: 100%;
    z-index: 111;
    border-radius: 0 0 8px 8px;
    overflow-y: auto;
    max-height: 380px;
}
.custom-drop-down .selected span.value, .custom-drop-down .options span.value{
    display: none;
}
.custom-drop-down .options ul li a{
    display:block;
    text-decoration:none;
    color:#333333;
    margin-right: 0px;
    text-align: left;
    border-bottom: 0.5px solid #9A9CA5;
    font-size: 16px;
    line-height: 32px;
    border-radius: 0;
    width: 100%;
    font-weight: 700;
    position: relative;
}
.custom-drop-down .options ul li:last-child a{
    border-bottom: none;
}
.custom-drop-down .options ul li a > span{
    padding: 30px 11px 30px 95px;
    display:block;
    position: relative;
}
.custom-drop-down .options ul li a > span.withoutimg{
    padding-left: 10px;
}
.custom-drop-down .options ul li{
    float: none;
    margin: 0;
}
.custom-drop-down .selected a img,
.custom-drop-down .options a img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
}
.custom-drop-down .selected a > span > span > img{
    left: 0px;
}
.custom-drop-down .slectconditontxt{
    color: #333333;
}
.custom-drop-down .searchcondition{
    border: none;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
    height: 57px;
    display: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
}
/* Telemedicine Benefit Tile - End */

.az-not-eligible-text {font-size: 14px; line-height: 14px; padding-left: 23px; margin-top: -17px; color: #ff0000;}
