@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_sansregular';
    color: #333333;
    font-size: 16px;
    background-color: #fff;
}
.bg-white{background-color: #fff;}
.gry_txt{color: rgba(51, 51, 51, 0.50);}
.gray-bg{background-color: #F7F9FB;}
.orange-text{color: #F79727;}
.red-text{color: #F25A6C;}
.font-20{font-size: 20px;}
a.orange-text:hover,a.orange-text:focus{color: #F79727;}
img{max-width: 100%;}
.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;}
.m-r-lg {margin-right: 30px;}
.m-r-md {margin-right: 15px;}
.m-l-md {margin-left: 15px;}
h1,h2,h3,h4,h5,h6{margin: 0; line-height: 1;}
h1{
    font-family: 'nunito_sansbold';
    font-size: 48px;
    letter-spacing: 0.48px;
    color: #fff;
    text-transform: uppercase;
    line-height: 61px;
}
h2{
    font-family: 'nunito_sansregular';
    font-size: 36px;
    color: #333;
    letter-spacing: -0.36px;
    line-height: 56px;
}
strong{font-family: 'nunito_sansbold';font-weight: normal;}
p{margin: 0 0 20px;}
.btn {
    width: 360px;
    border-radius: 6px;
    font-size: 16px;
   font-family: 'nunito_sansbold';
    border: 2px solid transparent;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 24px;
    white-space: normal;
}
.dy-padding-left,.dy-padding-right{visibility: hidden;}
input:focus{outline: none;}
/*header start*/
.bold-menu a,header .nav > li.bold-menu > a{font-family: 'nunito_sansbold';}
header{
    padding: 16px 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: 250px;
    display: inline-block;
}
.menu_list {
    display: inline-block;
    width: calc(100% - 256px);
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    min-height: 1px;
    text-align: right;
}
.navbar-nav li a {
    font-size: 14px;
    color: #333333;
    font-family: 'nunito_sansbold';
    padding: 0;
}
.m_login_menu:hover,.m_login_menu:focus{
    color: #333333;
    text-decoration: none;
}
.navbar{border-radius: 0;border: 0;min-height: 1px; margin: 0;}
.navbar-collapse{padding: 0;}
.navbar-nav > li {float: none;display: inline-block;}
.navbar-nav{float: none;}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-toggle{float: none; margin: 0;position: absolute;top: -45px;right: 0;}
.menu_list .get_btn a {
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    padding: 9px 16px;
    font-family: 'nunito_sansbold';
    display: inline-block;

}
.navbar-nav li{margin-right: 35px;}
.navbar-nav li.get_btn{ margin-right: 0px;}
/*footer img{max-height: 52px;}
footer{padding: 20px 0;}
footer .footer_text{color: #A9ABAE;font-size: 13px;font-family: 'nunito_sansregular'; margin: 17px 0 0 0;}*/
.banner p{
    color: #fff;
    font-family: 'nunito_sansregular';
    font-size: 20px;
    margin: 0;
}
.banner,.banner2{
    position: relative;
}
.banner .banner-text {
    padding: 64px 0 36px 0;
}
.banner2 .banner-text {
    padding: 60px 0 60px 0;
}
.banner .banner-text p{
   padding: 16px 0 64px 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);
}
.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;}

.microsite_banner {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 80px;
}
/*.microsite_banner:before {
    background-color: #4E5264;
    opacity: 0.70;
}*/
.btn_bottom_text{color: #FFFFFF;font-size: 13px;line-height: 20px;display: inline-block; width: 100%;font-family: 'nunito_sansregular';}
.how_it_work_section h2{margin-bottom: 16px;}
.how_it_work_section .img_sec {width: 192px;height: 192px;margin: auto;}
.how_it_work_section .img_sec.delivery_truck{width: 240px;}
.how_it_work_section .title{margin-bottom: 16px; display: inline-block;width: 100%; margin-top: 20px;}
.how_it_work_section{padding-bottom: 80px;}
.flex_row{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.flex_row .col-sm-4{-ms-flex: 0 0 33.33333333%;flex: 0 0 33.33333333%; max-width: 33.33333333%;width: auto;}
.flex_row .col-sm-6{-ms-flex: 0 0 50%;flex: 0 0 50%; max-width: 50%;width: auto;}
.justify-content-center {-ms-flex-pack: center!important; justify-content: center!important;}
.symptoms_virus h2{margin: 80px 0 16px 0;}
.symptoms_virus ul{padding: 0 0 0 15px;list-style-type: disc;}
.symptoms_virus ul li{margin-bottom: 10px;}
.faq_section .btn-magin p{font-size: 13px;line-height: 20px;}
.faq_section .btn-magin h2{margin-bottom: 64px;}
.faq_section h2{margin-bottom: 24px;}
.faq_section .link{color: #333;text-decoration: underline;}
.faq_section .link:hover,.faq_section .link:focus{color: #333;}
.emergency_help{padding: 65px 0 50px 0;}
.emergency_help h2{margin-bottom: 40px;}
.emergency_help ul{padding: 0 0 0 15px;list-style-type: disc;}
.emergency_help ul li{margin-bottom: 15px;}
.prescreening_privacy_policy{padding: 64px 0 0 0;}
.prescreening_privacy_policy h2{margin-bottom: 16px;}
.chat_section{background-color: #F7F9FB; border: 1px solid #A9ABAE; border-radius: 6px; width: 552px; margin: 65px auto 20px auto; padding: 20px;min-height: 320px;font-size: 14px;}
.chat_section .btnn{border-radius: 6px; font-size: 14px; color: #fff;font-family: 'nunito_sansbold'; width: 120px; padding: 6px 0; display: inline-block;}
.chat_section .btnn-md{width: 200px;}
.chat_section .btnn-lg{width: 252px;}
.chat_section .btnn:hover,.chat_section .btnn:focus{text-decoration: none;}
.chat_section .blu_btn{background-color: #026389;}
.chat_section .red_btn{background-color: #F25A6C;}
.chat_section .chet_inline_btn a{margin: 0 8px 5px 8px;}

.chat_section p{font-size: 14px;margin: 0 0 10px;}
.chat_section ul{padding: 0; margin: 0; list-style-position: inside; list-style-type: disc;}
.chat_section .left_img .left_side{width: 47px; float: left;}
.chat_section .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);}
.chat_section .left_img .left_side .img{width: 32px;height: 32px;overflow: hidden;border-radius: 16px;}
.chat_section li{font-size: 14px;}
.chat_section .right_img .left_side{width: 47px; float: right;}
.chat_section .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);}
.chat_section .right_img .left_side .img{width: 32px;height: 32px;overflow: hidden;border-radius: 16px;float: right;}


.chat_section .screen4 .right_img .right_side,
.chat_section .screen5 .right_img .right_side,
.chat_section .screen6 .right_img .right_side,
.chat_section .screen7 .right_img .right_side,
.chat_section .screen8 .right_img .right_side,
.chat_section .screen9 .right_img .right_side,
.chat_section .screen10 .right_img .right_side{max-width: calc(100% - 50px); width: auto;}

.easy_testing_section{padding: 0 0 40px 0;}
.questions_section{padding: 120px 0 0 0;}
.questions_section h2{margin-bottom: 20px;}
.questions_section .questions_section_img img{width: 194px;margin: auto;}
.questions_section .btn{margin-top: 64px;}
.fda_img{width: 64px;margin-left: 15px;margin-bottom: 0px;vertical-align: text-bottom;}

.fda_text_banner .banner-text p{padding: 20px 0 20px 0;}
.fda_text_banner .banner-text .fda_text{padding: 8px 0 28px 0;display: block;font-weight: bold;font-size: 18px;line-height: 32px;text-transform: uppercase;color: #fff;letter-spacing: 0.02em;}
.fda_text_banner .banner-text {padding: 50px 0 80px 0;}

header .profile_img img {
    max-width: 100%;
}

header .profile_img {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: middle;
}

header .profile_name {
  vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    width: calc(100% - 67px);
}

/*footer start*/
footer{
    background-color: #7D808B;
    padding: 40px 0 34px 0;
    width: 100%;
}
.footer-menu-title{
    font-size: 16px;
    color: #fff;
    font-family: 'nunito_sansbold';
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
footer ul li a, footer ul li{
    font-size: 14px;
    color: #fff;
    font-family: 'nunito_sansregular';
}
footer ul li a:hover,footer ul li a:focus{
    color: #fff;
    text-decoration: none;
}
.footer-logo{
    width: 130px;
    display: inline-block;
    float: right;
}
.footer-logo img{
    max-height: 40px;
}
.footer-bootm-taxt{
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #FFF;
    padding-top: 10px;
}
.footer-bootm-taxt .footer-txt{
    display: inline-block;
    font-size: 14px;
    color: #F7F9FB;
    font-family: 'nunito_sansregular';
    line-height: 20px;
}
.footer-bootm-taxt ul{
    float: right; margin: 0;
}
.footer-bootm-taxt ul li{
    display: inline-block;
    float: left;
    margin-left: 30px;
}
.footer_social_media{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #FFF;
    margin-bottom: 20px;
}
.footer_social_media ul{margin: 0; float: left; display: inline-block;}
.footer_social_media ul li{
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.footer_social_media ul li .social_media{
    background-image: url('../images/social_media.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    background-size: 230px;
}
.footer_social_media ul li .fb{background-position: 0px 0px;}
.footer_social_media ul li .twitter{background-position: -50px 0px;}
.footer_social_media ul li .in{background-position: -100px 0px;}
.footer_social_media ul li .vim{background-position: -150px 0px;}
.footer_social_media ul li .youtube{background-position: -200px 0px;}
span.business_no {
    color: #EAEDF1;
    font-size: 14px;
    font-family: 'nunito_sansregular';
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 8px 0 13px 0;
    line-height: 19px;
}
/*footer end*/
.test_modal .modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
}
.test_modal .modal-header .close{
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 11;
    outline: none;
}
.test_modal .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
}
.test_modal .modal-footer .btn{
    width: 136px;
    outline: none;
}
.test_modal .modal-footer .btn_no{
    background-color: transparent;
    color: #333;
}
.test_modal .modal-dialog{
    min-height: calc(100% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dev-mc-btn3 {margin-top:-100px;}
.chat_section .link-btn{padding: 6px 0; display: inline-block;font-family: 'nunito_sansbold';font-size: 14px;color: #333;}
