@font-face {
    font-family: 'Futura PT Bold';
    src: url('/_shared/FuturaPT-Bold.woff2') format('woff2'),
        url('/_shared/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Medium';
    src: url('/_shared/FuturaPT-Medium.woff2') format('woff2'),
        url('/_shared/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Demi';
    src: url('/_shared/FuturaPT-Demi.woff2') format('woff2'),
        url('/_shared/FuturaPT-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Book';
    src: url('/_shared/FuturaPT-Book.woff2') format('woff2'),
        url('/_shared/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansregular';
    src: url('/_shared/nunito-sans.regular-webfont.woff2') format('woff2'),
        url('/_shared/nunito-sans.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansbold';
    src: url('/_shared/nunitosans-bold-webfont.woff2') format('woff2'),
        url('/_shared/nunitosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sanslight';
    src: url('/_shared/nunitosans-light-webfont.woff2') format('woff2'),
        url('/_shared/nunitosans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansblack';
    src: url('/_shared/nunito-sans.black-webfont.woff2') format('woff2'),
        url('/_shared/nunito-sans.black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sanssemibold';
    src: url('/_shared/nunitosans-semibold-webfont-ad08c760a2a5.woff2') format('woff2'),
        url('/_shared/nunitosans-semibold-webfont-00b77d5d6c43.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'nunito_sanslight';
    color: #333333;
    font-size: 18px;
    background-color: #fff;
    counter-reset: section;
}
.bg-white{background-color: #fff;}
.gry_txt{color: rgba(51, 51, 51, 0.50);}
img{max-width: 100%;}
.text-16{font-size: 16px;}
.text-14{font-size: 14px;}
.text-10{font-size: 10px;}
.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: #005DAA;
    text-transform: uppercase;
    line-height: 64px;
}
h2{
    font-family: 'nunito_sanslight';
    font-size: 36px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 15px;
}
h3{
    font-size: 32px;
    line-height: 32px;
    color: #333333;
    font-family: 'nunito_sansbold';
}
strong{font-family: 'nunito_sansbold';font-weight: normal;}
p{margin: 0 0 15px;}
.btn {
    color: #fff;
    background-color: #005DAA;
    width: 360px;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'nunito_sansbold';
    padding: 12px 0;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
}
.btn:hover,.btn:focus{
    color: #fff;
    background-color: #005DAA;
}
.text-lower{text-transform:none !important;font-family: 'nunito_sansbold';letter-spacing: normal;}
.gray-bg{background-color: #F7F9FB;}
.dy-padding-left,.dy-padding-right{visibility: hidden;}
input:focus{outline: none;}
.orange-text{color: #F79727;}
.red-text{color: #F25A6C;}
.blue-text{color: #005DAA;}
a.orange-text:hover,a.orange-text:focus{color: #F79727;}
.lower_alpha_list{list-style: lower-alpha;}
.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);
}
/*header start*/
.menu_container{padding: 0 40px; }
header{
    padding: 18px 0;
    moz-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
}
.logo{
    width: 155px;
    display: inline-block;
}
.logo img{
    max-height: 44px;
}
header .navbar{
    display: inline-block;
    width: calc(100% - 162px);
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    min-height: 1px;
}
header .navbar-collapse{
    padding-right: 0px;
    padding-left: 0px;
}
header .navbar-nav{
    float: right;
}
header .nav > li > a{
    padding: 5px;
    color: #333333;
    font-family: 'nunito_sansbold';
    font-size: 14px;
    margin: 0 16px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
header .nav > li.btn_menu > a{
    color: #FFFFFF;
    background-color: #005DAA;
    border-radius: 6px;
    padding: 6px 17px;
}
header .nav > li:last-child a{margin-right: 0;}
header .nav > li:first-child a{margin-left: 0;}
header .nav > li > a:hover, header .nav > li > a:focus,header .nav > li.active > a{
    background-color: transparent;
    color: #F79727;
}
header .nav > li.btn_menu > a:hover,
header .nav > li.btn_menu > a:focus,
header .nav > li.btn_menu.active > a{
    background-color: #005DAA;
    color: #FFFFFF;
}
.navbar-toggle .icon-bar{
    background-color: #7D808B;
}
.navbar-toggle {
    border-color: #7D808B;
    position: absolute;
    top: 8px;
    right: 16px;;
    margin: 0;
    cursor: pointer;
}
.navbar .dropdown-menu li a{padding: 3px 10px!important;color: #333333;font-family: 'nunito_sansregular';font-size: 14px;}
.navbar .dropdown-menu{min-width: 260px;}
.navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover, .navbar .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #F79727;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background-color: transparent;}
.navbar .dropdown ul.dropdown-menu{max-height: none;}
.covid-menu .menu-label a{font-weight: bold;}
.navbar .dropdown-menu.covid-menu li a{padding: 3px 10px 3px 25px !important;}
.navbar .dropdown-menu.covid-menu .menu-label a{padding: 3px 10px 3px 10px !important;}
/*header end*/
/*footer start*/
footer{
    padding: 20px 0;
    text-align: center;
}
.footer-logo img{
    max-height: 56px;
}
.footer-txt{
    display: inline-block;
    font-size: 13px;
    color: #A9ABAE;
    font-family: 'nunito_sansregular';
    margin-top: 15px;
}
/*footer end*/
.home_page_banner_section{
    padding: 64px 0 17px 0;
}
.home_page_banner_section .banner_text{
    color: #005DAA;
    font-size: 20px;
    line-height: 32px;
    margin-top: 24px;
}
.home_page_banner_section img{
    max-height: 400px;
}
.home_page_banner_section .p-r-0{
    text-align: right;
}
.accurate_easy_text{
    padding-bottom: 17px;
}
.accurate_easy_text p{
    font-size: 20px;
}
.how_it_work_section{
    padding: 0 0 120px 0;
}
.how_it_work_section p{
    font-size: 20px;
}
.how_it_work_step{
    padding: 73px 0 0 0;
}
/*.how_it_work_step .odd_list .img_section{
    float: right;
}*/
.how_it_work_step .odd_list .text_section{
    padding-left: 40px;
}
.how_it_work_step .even_list .text_section{
    padding-left: 40px;
}
.how_it_work_step .odd_list,.how_it_work_step .even_list {
    padding-bottom: 80px;
}
.how_it_work_step .steps_number {
    padding-left: 186px;
    position: relative;
}
.how_it_work_step p{
    font-size: 18px;
}
.how_it_work_step h3{
    margin-bottom: 15px;
}
.how_it_work_step .steps_number:before{
    counter-increment: section;
    content: counter(section);
    color: #005DAA;
    font-size: 40px;
    line-height: 53px;
    border: 3px solid #BFD8E1;
    border-radius: 50%;
    font-family: 'nunito_sansbold';
    width: 59px;
    height: 59px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 15px;
}
.how_it_work_step .steps_number:after{
    content: "";
    width: 2px;
    background-color: #EAEDF1;
    display: inline-block;
    position: absolute;
    left: 43px;
    top: 63px;
    bottom: 0;
}
.how_it_work_step .steps_number:last-child:after{
    display: none;
}
.online_visit_doc_section p{font-size: 16px; text-align: justify;}
.online_visit_doc_section{padding: 0 0 120px 0;}
.online_visit_doc_section .img_section{
    text-align: center;
}
.symptoms_section li{
    font-size: 16px;
    margin-bottom: 15px;
}
ul{
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}
.symptoms_section{
    padding-bottom: 65px;
}
.faq_section .panel-default > .panel-heading{
    background-color: #F7F9FB;
    border-radius: 0;
    padding: 10px 40px 10px 95px;
    position: relative;
}
.faq_section .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.faq_section .panel-heading + .panel-collapse > .panel-body,
.faq_section .panel-heading + .panel-collapse > .list-group {
    border-top: 0;
}
.faq_section .panel-title{
    font-size: 32px;
    font-family: 'nunito_sansbold';
}
.faq_section .panel + .panel {
    margin-top: 15px;
}
.faq_section .panel-title a{
    display: block;
    text-decoration: none;
}
.faq_section .pluse_mins {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 2px;
}
.faq_section .pluse_mins:before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: #7D808B;
    position: absolute;
}
.faq_section .collapsed .pluse_mins:after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: #7D808B;
    position: absolute;
    top: -6px;
    right: 6px;
}
.faq_section{
    margin-bottom: 120px;
}
.step_width_div{
    max-width: 745px;
    margin: auto;
}
.step_width_div .step_title{
    font-size: 24px;
    line-height: 24px;
    font-family: 'nunito_sansbold';
    margin-bottom: 30px;
}
.step_width_div .step_img{
    margin: 15px 0 15px 0;
    text-align: center;
}
.step_width_div .step_btn{
    text-align: center;
    margin: 65px 0 15px 0;
}
.step_width_div .step_btn a{
    width: 168px;
    margin: 5px 10px
}
.step_width_div .step_btn .start_assessment_btn{
    width: 316px;
}
.step_width_div .step_btn .back_btn{
    background-color:  #DBDEDF;
}
.steps_section{
    padding: 64px 15px 0 15px;
}
.prescreening_privacy_policy{padding: 65px 0 0 0;}
.prescreening_privacy_policy .head_text{font-size: 24px;font-family: 'nunito_sansbold';}
.prescreening_privacy_policy h2{margin-bottom: 96px}
.get_emergency_help_section h2{margin-bottom: 40px;}
.get_emergency_help_section li{font-size: 16px; margin-bottom: 15px;}
.get_emergency_help_section .back_btn{background-color: #DBDEDF; width: 120px; margin-top: 25px;}
.section_chet{background-color: #F7F9FB; border: 1px solid #A9ABAE; border-radius: 6px; width: 552px; margin: 65px auto 60px auto; padding: 20px;min-height: 320px;font-size: 14px;}
.section_chet .btnn{border-radius: 6px; font-size: 14px; color: #fff;font-family: 'nunito_sansbold'; width: 120px; padding: 6px 0; display: inline-block;}
.section_chet .btnn-md{width: 200px;}
.section_chet .btnn-lg{width: 360px;}
.section_chet .link-btn{padding: 6px 0; display: inline-block;font-family: 'nunito_sansbold';font-size: 14px;color: #333;}
.section_chet .btnn:hover,.chat_section .btnn:focus{text-decoration: none;}
.section_chet .blu_btn{background-color: #005DAA;}
.section_chet .red_btn{background-color: #F25A6C;}
.section_chet .chet_inline_btn a{margin: 0 8px 5px 8px;}
.section_chet p{font-size: 14px;margin: 0 0 10px;}
.section_chet ul{padding: 0; margin: 0; list-style-position: inside; list-style-type: disc;}
.section_chet .left_img .left_side{width: 47px; float: left;}
.section_chet .left_img .right_side{width: calc(100% - 50px); float: left; background-color: #fff; padding: 15px; border-radius: 6px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);}
.section_chet .left_img .left_side .img{width: 32px;height: 32px;overflow: hidden;border-radius: 16px;}
.section_chet li{font-size: 14px;}
.section_chet .right_img .left_side{width: 47px; float: right;}
.section_chet .right_img .right_side{width: calc(100% - 50px); float: right; background-color: #fff; padding: 15px; border-radius: 6px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);}
.section_chet .right_img .left_side .img{width: 32px;height: 32px;overflow: hidden;border-radius: 16px;float: right;}
.section_chet .screen4 .right_img .right_side,
.section_chet .screen5 .right_img .right_side,
.section_chet .screen6 .right_img .right_side,
.section_chet .screen7 .right_img .right_side,
.section_chet .screen8 .right_img .right_side,
.section_chet .screen9 .right_img .right_side,
.section_chet .screen10 .right_img .right_side{max-width: calc(100% - 50px); width: auto;}
.test_approve_text{
    background-color: #F79727;
    color: #fff;
    font-size: 24px;
    line-height: 20px;
    padding: 20px 15px;
    position: relative;
}
.steps_section li{margin-bottom: 10px;}
.travel_table .table-tab-content{
    background-color: #F7F9FB;
}
.travel_table .nav-tabs > li.active > a,
.travel_table .nav-tabs > li.active > a:hover,
.travel_table .nav-tabs > li.active > a:focus{
    border: none;
    background-color: #005DAA;
    color: #fff;
}
.travel_table .nav-tabs {
    border-bottom: none;
}
.travel_table .nav > li > a{
    background-color: #F7F9FB;
    border-radius: 6px 6px 0 0;
    margin-right: 0;
    border: none;
    color: #005DAA;
    font-family: 'nunito_sansbold';
    font-size: 16px;
    width: 180px;
    text-align: center;
    padding: 13px 5px;
}
.travel_table .nav > li.view_graph_link > a{
    background-color: transparent;
    padding: 0;
    margin: 13px 0;
}
.travel_table .nav-tabs > li{
    margin-bottom: 0px;
}
.travel_table .tab-content{
    padding: 32px 15px;
    border: 1px solid #005DAA;
}
.travel_table table{
    width: 100%;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
}
.travel_table table tr td{
    width: 104px;
    min-width: 104px;
    max-width: 104px;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    font-family: 'nunito_sansregular';
    padding: 15px 12px;
    line-height: 32px;
}
.travel_table table tr td:first-child{
    width: 212px;
    min-width: 212px;
    max-width: 212px;
    text-align: left;
    font-size: 16px;
    padding: 15px 12px 15px 0;
    line-height: 20px;
}
.travel_table table svg{
    display: block;
    margin: 30px auto 0 auto;
}
.travel_table table td svg:first-child{
    margin: 11px auto 42px auto;
}
.travel_table table tr:last-child td{
    border-top: 1px solid #333;
}
.travel_table {
    padding: 0 0 32px 0;
}
.travel_table .sun_td,.travel_table .sun_td svg path{
    color: #F25A6C;
    fill: #F25A6C;
}
.location_availability .form-control{
    height: 32px;
    border: 1px solid #A9ABAE;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0px;
    outline: none;
    margin-bottom: 15px;
    font-family: 'Futura PT Book';
    font-size: 16px;
}
.form-control:focus{
    box-shadow: none;
}
.location_availability .button{
    border: none;
    width: 170px;
    padding: 5px 3px;
    margin: 0 10px 5px 0px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    color: #fff;
    background-color: #005DAA;
}
.location_availability  h1{
    font-family: 'nunito_sansbold';
    text-transform: none;
    margin-bottom: 30px;
    color: #005DAA;
}
.location_availability{
    padding: 30px 0;
}
.az-appointment-listing{
    background-color: #EAEDF1;
    padding-bottom: 10px;
}
.az-appointment-listing .az-appointment-list {
    background-color: #fff;
    padding: 20px 0 15px 0;
    position: relative;
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.az-appointment-listing .az-doc-details {
    padding: 0px 10px 0 10px;
}
.az-appointment-listing .az-doc-pic {
    position: relative;
    float: left;
    display: inline-block;
    width: 100px;
    height: 100px;
}
.az-appointment-listing .az-profile-pic {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    float: left;
    border: 2px solid #005DAA;
}
.az-appointment-listing .az-active-circal{
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 4px;
    display: inline-block;
    z-index: 11;
}
.az-appointment-listing .stock-circal{
    width: 28px;
    height: 28px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.az-appointment-listing .az-active-circal.green{
    background-color: #3CBD6D;
}
.az-appointment-listing .az-active-circal.orange{
    background-color: #F79727;
}
.az-appointment-listing .stock-circal.green{
    background-color: #3CBD6D;
}
.az-appointment-listing .stock-circal.orange{
    background-color: #F79727;
}
.az-appointment-listing .stock_details p{
    font-size: 14px;
    font-family: 'nunito_sansbold';
}
.az-appointment-listing .az-doc-detail {
    display: inline-block;
    width: 270px;
    float: left;
    padding: 0px 0 0 20px;
}
.az-appointment-listing .az-doc-name {
    display: inline-block;
    width: 100%;
    float: left;
    color: inherit;
    font-family: 'Futura PT Medium';
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
    color: #005DAA;
}
.az-appointment-listing .az-doc-speciality {
    display: inline-block;
    width: 100%;
    float: left;
    font-family: 'Futura PT Medium';
    color: inherit;
    font-size: 16px;
}
.az-appointment-listing .az-address span{
    display: block;
    font-family: 'Futura PT Book';
    color: #005DAA;
    font-size: 16px;
}
.az-appointment-listing .az-hos-address {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 10px 0 0 0;
}
.az-appointment-listing .az-hos-address .az-view-bio {
    width: 110px;
    text-align: center;
    display: inline-block;
}
.az-appointment-listing .az-hos-address .az-view-bio a{
    display: inline-block;
    float: left;
    padding: 0px 5px;
    width: 35px;
}
.az-appointment-listing .az-hos-address .az-view-bio span {
    cursor: pointer;
    font-size: 14px;
    font-family: 'Futura PT Book';
    margin-top: 15px;
    display: inline-block;
}
.az-appointment-listing .az-hos-addressss {
    position: relative;
    display: inline-block;
    width: 240px;
    padding: 0 18px 0 20px;
}
.az-appointment-listing .az-time{
    position: relative;
    display: inline-block;
    width: 240px;
    padding: 0 18px 0 20px;
}
.az-appointment-listing .az-time span{
    display: block;
    font-size: 14px;
    font-family: 'Futura PT Book';
    color: #005DAA;
}
.az-appointment-listing .stock_details .btn{
    background-color: #005DAA;
    margin-top: 40px;
    width: 294px;
}
.az-appointment-listing .stock_details {
    padding: 20px 0;
}
#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
}
.need_to_talk_to_doctor h2{
    margin-bottom: 35px;
}
.need_to_talk_to_doctor a{
    margin-top: 65px;
}
.need_to_talk_to_doctor{
    padding: 0 0 120px 0;
}