<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}
@font-face {
    font-family: 'nunito_sanssemibold';
    src: url('../fonts/nunitosans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/nunitosans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
        url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
        url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Latomedium';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'latoregular';
    color: #181F5C;
    font-size: 18px;
    background-color: #fff;
    counter-reset: section;
    line-height: 32px;
}
.bg-white{background-color: #fff;}
.gry_txt{color: #A9ABAE;}
.gray-bg{background-color: #F7F9FB;}
.orange-text{color: #F79727;}
.red-text{color: #F25A6C;}
.blue-text{color:  #181F5C;}
.font-20{font-size: 20px;}
.font-14{font-size: 14px; line-height: 20px;}
a.orange-text:hover,a.orange-text:focus{color: #F79727;}
a.blue-text:hover,a.blue-text:focus{color: #181F5C;}
img{max-width: 100%;}
.p-l-0{padding-left: 0;}
.p-r-0{padding-right: 0;}
.p-t-0{padding-top: 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: 'latoregular';
    font-size: 48px;
    letter-spacing: 0.48px;
    color: #181F5C;
    line-height: 72px;
}
h2{
    font-family: 'latoregular';
    font-size: 36px;
    color: #181F5C;
    line-height: 56px;
}
h4{
    font-family: 'Latomedium';
    color: #181F5C;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
}
strong{font-family: 'latobold';font-weight: normal;}
p{margin: 0 0 15px;}
.btn {
    border-radius: 6px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'latobold';
    border: none;
    padding: 12px 5px;
    width: 360px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
    color: #fff;
    background-color: #181F5C;
}
.deft_btn{
    border-radius: 6px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'latobold';
    border: none;
    padding: 12px 5px;
    width: 360px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
    color: #333;
    background-color: transparent;
    display: inline-block;
}
.btn.md{
    width: 456px;
}
.btn:hover,.btn:focus{
    background-color: #181F5C;
    color: #fff;;
}
.deft_btn:hover,.deft_btn:focus{
    color: #333;
    background-color: transparent;
}
.banners_btns .btn{
    width: 264px;
    padding: 5px;
    font-size: 18px;
    margin: 9px;
    line-height: 24px;
    ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 88px;
}
.banners_btns{
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: 30px;
    width: 580px;
}
.dy-padding-left,.dy-padding-right{visibility: hidden;}
input:focus{outline: none;}
/*header start*/
header{
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    /*position: relative;*/
    border-bottom: 1px solid #DBDEDF;
}
/*.header-box-shadow{
    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);
}*/
.header_container{padding: 0 40px;}
.logo{
    width: 387px;
    display: inline-block;
    /*height: 32px;*/
    vertical-align: middle;
}
.logo img{
    max-height: 40px;
}
header .profile_img img {
    max-width: 100%;
}
header .profile_img {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}
header .profile_name {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    line-height: 18px;
}
.menu_list {
    display: inline-block;
    width: calc(100% - 393px);
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    min-height: 1px;
    text-align: right;
}
.navbar-nav li a {
    font-size: 14px;
    color: #333;
    font-family: 'latoregular';
    padding: 0;
}
.navbar{border-radius: 0;border: 0;min-height: 1px; margin: 0;}
.navbar-collapse{padding: 0;}
.navbar-nav &gt; li {float: right;display: inline-block;}
.navbar-nav &gt; li.left_menu {
    float: left;
}
.navbar-nav &gt; li.first_left_menu {
    margin-left: 80px;
}
.navbar-nav{float: none;}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav li.active a,.navbar-nav li a:hover,.navbar-nav li a:focus{
    color: #333;
    background-color: transparent !important;
}
.navbar-nav li.active a{
    font-family: 'latobold';
}
.navbar-toggle{float: none; margin: 0;position: absolute;top: -34px;right: 0;border-color: #181F5C;}
.navbar-toggle .icon-bar{background-color: #181F5C;}
.menu_list .get_btn a {
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    padding: 6px 25px;
    font-family: 'latobold';
    display: inline-block;
}
.menu_list .get_btn a,
.menu_list .get_btn a:hover {
    background-color: #181F5C !important;
    color: #fff;
}
.navbar-nav li{margin-right: 35px; margin-bottom: 0;}
/*.navbar-nav li:last-child{margin-right: 0px;}*/
.navbar-nav li.get_btn{ margin-right: 0px;}
.dropdown-menu {
    width: 100%;
}
.navbar .dropdown-menu {
    min-width: 144px;
    border-radius: 6px;
}
.navbar .dropdown-menu.our_program_menu {
    min-width: 280px;
}
/*.dropdown ul.dropdown-menu {
    max-height: 150px;
    overflow: auto;
}*/
.navbar .dropdown-menu li a {
    padding: 3px 25px!important;
    color: #333333;
    font-size: 14px;
    white-space: normal;
}
.navbar-nav .dropdown-menu li {
    margin: 0;
}
.navbar .dropdown-menu &gt; li &gt; a:hover,
.navbar .dropdown-menu &gt; li &gt; a:focus,
.navbar .dropdown-menu &gt; .active &gt; a,
.navbar .dropdown-menu &gt; .active &gt; a:hover,
.navbar .dropdown-menu &gt; .active &gt; a:focus ,
.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus{
    background-color: transparent;
    color: #333;
}
.navbar .dropdown-menu .dropdown .caret-down {
    display: inline-block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000;
    margin: 0 0 1px 3px;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown.open .caret-down {
    display: inline-block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #000;
    border-top: none;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown.active.open .caret-down {
    border-bottom-color: #F79727;
}
.navbar .dropdown-menu .dropdown.active .caret-down {
    border-top-color: #F79727;
}
.navbar .dropdown-menu .dropdown.menu-label &gt; a,
.navbar .dropdown-menu .menu-label &gt; a{
    /*display: inline-block;*/
    padding: 3px 10px 3px 15px !important;
}
.dropdown-menu .dropdown-menu{
    position: relative;
    top: auto;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 100%;
}
.dropdown-menu .menu-label &gt; a{font-family: 'latobold';}
.dark_header{background-color: #12172A;}
.dark_header .navbar-nav li a{color: #fff;}
.dark_header .navbar-toggle{border-color: #fff;}
.dark_header .navbar-toggle .icon-bar {background-color: #fff;}
.dark_header svg path{fill:#fff;}
.navbar .dropdown .caret-down {
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 15px;
    margin-bottom: 2px;
}
.navbar .dropdown.open .caret-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom: -1px;
}
.navbar .dropdown-menu li svg {
    fill: #fff;
    vertical-align: middle;
    margin-right: 8px;
}
.navbar .dropdown-menu li.active svg {
    fill: #333;
}
/*header end*/
/*footer start*/
footer img{max-height: 52px;}
footer{background-color: #181F5C;padding: 40px 0 16px 0}
footer .footer_text{color: #fff;font-size: 14px;font-family: 'latoregular';float: left;margin: 16px 0 0 0;line-height: 20px;}
.footer_bottom a{float: right;}
.footer_bottom{padding-top: 40px;}
footer li a{color: #fff; font-size: 16px;line-height: 24px;}
footer li a:hover,footer li a:focus{text-decoration: none; color: #fff;}
footer li{margin-bottom: 5px;}
footer .fild-label{margin-bottom: 8px;color: #fff;}
.simple_footer{background-color: transparent;}
.simple_footer .footer_text{color: #A9ABAE;font-size: 11px;line-height: 20px; margin-top: 8px;float: none}
.simple_footer img{height: 58px;}
.simple_footer{text-align: center;}
/*footer end*/
.img_banner{
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 22%;
    margin-bottom: 44px;
}
.img_banner:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(21, 77, 118, 0.5) 0%, rgba(24, 31, 92, 0) 100%);
}
.img_banner .logo svg path{fill:#fff;}
.img_banner .navbar-nav li a{color: #fff;}
.img_banner_two{
    background-image: url(../images/banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 22%;
    margin-bottom: 40px;
}
.img_banner_two:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(21, 77, 118, 0.5) 0%, rgba(24, 31, 92, 0) 100%);
}
.img_banner_two .logo svg path{fill:#fff;}
.img_banner_two .navbar-nav li a{color: #fff;}
.img_banner_three{
    background-image: url(../images/banner3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 22%;
    margin-bottom: 40px;
}
.img_banner_three:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(21, 77, 118, 0.5) 0%, rgba(24, 31, 92, 0) 100%);
}
.img_banner_three .logo svg path{fill:#fff;}
.img_banner_three .navbar-nav li a{color: #fff;}
.fild-label {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'latobold';
    line-height: 24px;
}
.corona_banner{
    padding: 56px 0 64px 0;
}
.banner-text h1{margin-bottom: 24px;}
.banner-text .banner_sub_txt{
    color: #181F5C;
    font-family: 'latobold';
    margin-bottom: 30px;
}
.banner_btn_bottom_txt{
    font-family: 'latobold';
    margin: 0;
    color: #181F5C;
}
.btn-magin{margin-top: 80px; margin-bottom: 80px;}
.sticker-img img{width: 80%;}
.sticker-img{padding-bottom: 120px;}
.button-mrg-r{margin-right: 30px;}
.btn_bottom_text{color: #FFFFFF;font-size: 13px;line-height: 20px;display: inline-block; width: 100%;font-family: 'nunito_sansregular';}
.how_it_work_section{background-color:  #F7F9FB; padding: 40px 0; margin-top: 40px;}
.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 h4{margin: 64px 0 16px 0; color: #333333;}
.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;}
.faq_section .btn-magin{margin-bottom: 0px;}

.faq_section .panel-default &gt; .panel-heading{
    background-color: transparent;
    border-radius: 0;
    padding: 12px 40px 12px 0px;
    position: relative;
}
.faq_section .panel{
    border: none;
    border-bottom: 1px solid #181F5C;
    border-radius: 0;
    box-shadow: none;
}
.faq_section .panel-heading + .panel-collapse &gt; .panel-body,
.faq_section .panel-heading + .panel-collapse &gt; .list-group {
    border-top: 0;
}
.faq_section .panel-title{
    font-size: 24px;
    font-family: 'latobold';
    color: #181F5C;
}
.faq_section .panel + .panel {
    margin-top: 0px;
}
.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: 12px;
    height: 12px;
    border: solid #181F5C;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
/*.faq_section .pluse_mins:before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: #7D808B;
    position: absolute;
}*/
.faq_section .collapsed .pluse_mins{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.faq_section a.blue-text{
    text-decoration: underline;
}
.questions_section .questions_section_img img {width: 194px;margin: auto;}
/*.questions_section .btn {margin-top: 64px;}*/
.questions_section h2 {margin-bottom: 20px;}
.questions_section {padding: 64px 0 0 0;}
.odd_section{
    background-color: #fff;
    padding: 50px 0;
}
.even_section{
    background-color: #fff;
    padding: 50px 0;
    background: linear-gradient(0deg, #F7F9FB, #F7F9FB), #F7F9FB;
}
.even_section .btn,.odd_section .btn{
    margin-top: 30px;
}
.even_section p{color: #333;}
.pcr_testing_athome{padding: 0;}
.page_bottom_txt p{
    margin: 0;
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.page_bottom_txt{
    margin: 0 0 80px 0;
}
.rapid_pcr_testing{
    padding-top: 50px 0 0 0;
}
.how_it_work_step .steps_number{
    padding: 0 0 80px 90px;
    position: relative;
}
.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: 0;
}
.how_it_work_step .steps_number:after{
    content: "";
    width: 2px;
    background-color: #EAEDF1;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 63px;
    bottom: 0;
}
.how_it_work_step .steps_number:last-child:after{
    display: none;
}
.how_it_work_step .steps_number:first-child{
    margin-top: 50px;
}
.questions_section.need_doctors .btn {margin-top: 25px;}
.authorized_testing_txt{
    font-size: 32px;
    line-height: 56px;
    font-family: 'latobold';
    margin-top: 30px;
    margin-bottom: 50px;
    color: #181F5C;
}
.page_bottom_section{
    padding: 120px 0 50px 0;
}
.page_bottom_section h2{
    color: #333333;
    margin-bottom: 56px;
    font-family: 'latoregular';
}
.page_bottom_section .page_bottom_s_btn{
    width: 585px;
    margin: auto;
}
.page_bottom_section .page_bottom_s_btn .btn{
    width: 264px;
    padding: 5px;
    font-size: 18px;
    margin: 12px;
    line-height: 24px;
    ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 88px;
}
.faq_section + .page_bottom_section{padding-top: 0;}

.step_listing{
    padding: 80px 0 58px 0;
}
.step_listing .step_list{
    margin-bottom: 64px;
}
.step_listing .step_list:last-child{ margin-bottom: 0px;}
.step_listing .step_list .img{
    overflow: hidden;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 2px rgba(24, 31, 92, 0.08);
    -webkit-box-shadow: 0px 0px 16px 2px rgba(24, 31, 92, 0.08);
    border-radius: 50%;
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.step_listing .step_list .img img, .step_listing .step_list .img svg{
    width: 96px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 96px;
}
.step_listing .step_list .contant{
    width: calc(100% - 130px);
    padding-left: 30px;
    color: #181F5C;
    vertical-align: top;
    display: inline-block;
}
.step_listing_details .btn{
    margin-top: 50px;
}
.step_listing_details .step_list_details:not(:last-child){
    margin-bottom: 160px;
}
.step_listing_details .mobile_img{
    display: block;
    width: 62%;
    margin: auto;
}
.step_listing_details{padding-top: 80px;}
.step_listing h2{margin-bottom: 48px;}
.step_listing .step_listing_text{margin-bottom: 48px;}
.stickers_img{padding: 80px 0; text-align: center;}
.stickers_img img{width: 91%;}
.stickers_img img + p{margin-top: 64px;}

.how_it_work_sec{padding: 0 0 80px 0;}
.how_it_work_sec .row{margin-top: 55px;}
.how_it_work_sec .btn{margin-top: 80px;}

.bullet_list{
    list-style: disc;
    margin: 0;
    padding: 0 0 0 21px;
}
.bullet_list li{
    /*    position: relative;
        padding-left: 15px;*/
    margin-bottom: 10px;
}
.dece_list{
    list-style: decimal;
    margin: 0;
    padding: 0 0 0 21px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.i-checks {
    padding-left: 20px;
    cursor: pointer;
}
.i-checks input {
    position: absolute;
    margin-left: -12px;
    opacity: 0;
    display: none;
}
.i-checks &gt; i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #899396;
    border-radius: 50%;
}
.i-checks &gt; i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

}
.i-checks input:checked + i {
    border-color: #23b7e5;
}
.i-checks input:checked + i:before {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #23b7e5;
    border-radius: 50%;
}


.banner_section{
    padding: 64px 0 56px 0;
}
.banner_section img{
    display: block;
    max-height: 325px;
}

.divider{
    border-top: 2px solid #181F5C;
    margin: 110px 0 88px 0;
}

.destination_modal .modal-body{padding:30px;}
.banner_section .delta_logo{width: 150px;margin: 60px 0 0 auto;}
.dot_border{border-bottom: 1px dashed #181F5C;}
a.dot_border:hover,a.dot_border:focus{text-decoration: none;}
.suport_banner_section{padding: 64px 0 80px 0;}
.suport_banner_section h1{margin-bottom: 80px;}
.suport_banner_section .btn{margin-top: 33px;}
.phone_no svg{vertical-align: middle;}
.phone_no{margin-top: 48px;}

.text_gray{color: #7D808B;}

.before_section{padding-top: 62px;}
.record_validation .btn{margin-top: 64px;}
.step_btn_section{padding-top: 64px;}
.steps_page{margin-bottom: 24px;}
.need_help_section .phone_no{
    color: #181F5C;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Latomedium';
    margin-top: 25px;
    display: inline-block;
}
.need_help_section .phone_no svg {
    vertical-align: middle;
    margin-right: 8px;
}
.need_help_section .customer_title {
    font-size: 24px;
    line-height: 40px;
    font-family: 'Latomedium';
    color: #181F5C;
    margin-top: 64px;
}
.need_help_section {
    margin-top: 120px;
}
.steps_page{padding-top: 64px;}
.steps_page .steps_img{
    margin: 24px 0;
    text-align: center;
}
.steps_page h2{font-family: 'latobold'; margin-bottom: 24px;}
.banner_section .btn{margin-top: 50px;}
.record_validation .btn{margin: 0 !important;}
.btn_section{margin-top: 50px;}
.record_validation .deft_btn{color: #181F5C;}
.step_btn_section .deft_btn{width: 130px;}
.validation_step1_img img{max-height: 344px;}
.validation_step2_img img{max-height: 351px;}
.validation_step3_img img{max-height: 355px;}
.validation_step4_img img{max-height: 378px;}
.form-control{
    border-radius: 6px;
    border: 1px solid #7D808B;
    background-color: #F7F9FB;
    color: #333333;
    font-size: 16px;
    padding: 0 15px;
    height: 48px;
}
.select_state_input{width: 360px;margin-top: 30px;}
.heading-description{
/*    background: #F7F9FB;
    border-radius: 6px;
    padding: 24px;*/
}

.graph_tab .nav-tabs &gt; li &gt; a{
    border: 2px solid #181F5C;
    color: #181F5C;
    font-size: 18px;
    width: 276px;
    padding: 12px 0;
    text-align: center;
    font-family: 'latobold';
    margin-right: -2px;
}
.graph_tab .nav-tabs &gt; li.active &gt; a,
.graph_tab .nav-tabs &gt; li.active &gt; a:hover,
.graph_tab .nav-tabs &gt; li.active &gt; a:focus{
    color: #fff;
    background-color: #181F5C;
    border: 2px solid #181F5C;
    border-bottom-color: #181F5C;
}
.graph_tab .nav-tabs &gt; li{margin-bottom: 0px;}
.graph_tab .nav-tabs{border-bottom: none; margin-top: 30px;}
.graph_tab .btnone{border-radius: 6px 0 0 6px;}
.graph_tab .btntwo{border-radius: 0px}
.graph_tab .btnthree{border-radius: 0px 6px 6px 0;}
.graph_tab .flight_table_section {margin-top: 28px;}
.graph_tab{padding-top: 80px;}
.flight_table_section .table_shedow{
    box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.08);
    -webkit-box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.08);
    border-radius: 16px;
    padding: 15px;
}
.flight_table_section table{
    width: 100%;
    margin-bottom: 20px;
}
.flight_table_section table tr td:first-child{
    border-right: 1px solid #181F5C;
    width: 250px;
    max-height: 250px;
    min-height: 250px;
    text-align: left;
}
.flight_table_section table tr td{
    padding: 15px;
    text-align: center;
    color: #181F5C;
}
.flight_table_section table .bold_row td{
    font-family: 'latobold';
}
.flight_table_section p{
    color: #181F5C;
}
.table_section_btn ul {
    padding: 0;
    margin: 30px 0 15px 0;
    list-style: none;
}
.table_section_btn ul li {
    position: relative;
    margin-bottom: 10px;
    color: #181F5C;
    padding-left: 15px;
    font-size: 16px;
}
.table_section_btn ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #181F5C;
    position: absolute;
    top: 15px;
    left: 0;
}
.table_section_btn .btns_divs div{
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 10px;
}
.table_section_btn .btns_divs{
    margin-top: 64px;
}
.arrive_page_flight_table{
    margin-top: 80px;
}
.covid19_page_flight_table{
    margin-top: 80px;
}
.covid19_page_flight_table li{color: #181F5C;}
.covid19_page_flight_table .bullet_list{margin-top: 40px;}
.flight_table_section .disable_td{color: rgba(24, 31, 92, 0.30);}
.inperson_modal .modal-dialog{
    width: auto;
    max-width: 800px;
}
.inperson_modal .btn{
    width: 480px;    
    margin-bottom: 20px;
}
.inperson_modal p{margin-bottom: 20px}
.azova_brand_logo{
    height: 56px;
    margin: 48px 0 0 auto;
}
.liketoday_btn_inner{
    margin: 0 -12px 0 -12px;
}
.liketoday_btn .testbtns_outer{
    display: inline-block;
    width: 384px;
    float: left;
}

@media only screen and (max-width : 388px) {
    .liketoday_btn .testbtns_outer{
        width: 100%;
    }
    .liketoday_btn .testbtns{
        width: 100%!important;
        height: fit-content!important;
    }
    .liketoday_btn .testbtns a{
        margin-top: 24px;
    }
}

.liketoday_btn .testbtns_outer .btn_note{
    margin-top: auto;
    margin-bottom: auto;
    /*padding: 0 24px;*/
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-family: 'latoregular';
}
.liketoday_btn .testbtns{
    border: 2px solid #181F5C;
    border-radius: 6px;
    background-color: #fff;
    padding: 24px 24px 15px 24px;
    width: 360px;
    height: 256px;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    float: left;
    margin: 0 12px;
}
.liketoday_btn .testbtns p{
    color: #181F5C;
    font-size: 18px;
    line-height: 32px;
    font-family: 'latobold';
    text-align: center;
    margin-bottom: auto;
}
.liketoday_btn .testbtns a{
    width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-family: 'latobold';
    background: #181F5C;
    border-radius: 6px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    padding: 12px 3px;
    text-align: center;
}
.liketoday_btn .testbtns span{
    color: #181F5C;
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
    text-align: center;
    display: block;
}
.test_img_section img{
    display: block;
    margin: 0 auto 40px auto;
    max-height: 406px;        
}
.test_img_section {
    padding: 40px 0 20px 0;
    text-align: center;
}
.smart_tool_section{
    padding: 120px 0 0 0; 
}
.smart_tool_section p{
    margin-bottom: 64px;
}
.steps_page .dece_list{margin-bottom: 15px;}
.purchase_modal .test_kit_img img{
    max-height: 320px;
    margin: 40px auto 40px auto;
    display: block;
}
.purchase_modal select{
    border-radius: 6px;
    border: 1px solid #7D808B;
    background-color: #F7F9FB;
    color: #333333;
    font-size: 16px;
    padding: 0 15px;
    height: 48px;
    width: 228px;
    margin-right: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.purchase_modal .select_qty{
    height: 48px;
    width: 228px;
    margin-right: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
}
.purchase_modal .select_qty .btns{
    color: #333;
    background-color: #F7F9FB;
    border-color: #8c8c8c;
    width: auto;
    padding: 6.5px 17px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #A9ABAE;
    white-space: nowrap;

    font-size: 17px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.purchase_modal .select_qty .btns span{
    font-size: 32px;
    color: #333333;
}
.purchase_modal .select_qty .form-control{height: 48px; border-color: #A9ABAE;pointer-events: none}

.purchase_modal .btn{
    width: 228px;
    margin-bottom: 10px;
}
.purchase_modal .modal-dialog,.checkout_modal .modal-dialog{
    max-width: 800px;
    width: auto;
}
.us_requirement_txt {
    padding-left: 53%;
    margin-top: -20px;
}
.downloadapp_img img{
    max-height: 493px;
}
.video_call_img_section {margin: 80px 0 64px 0;}
.video_call_img_section .mobile_img{
    width: 264px;
    text-align: center;
    display: inline-block;
    vertical-align: top;        
    margin: 0 50px 0 50px; 
}
.video_call_img_section .mobile_img img{
    max-height: 428px;
}
.video_call_img_section .mobile_img span{
    font-size: 18px;
    line-height: 32px;
    display: block;
    color: #181F5C;
    text-align: center;
    margin-top: 24px;
}
.product_details .details .total,.product_details .details .qty{ font-family: 'latobold';}
.product_details .details .qty{margin-right: 50px;}
.product_details  img{max-height: 160px;}
.product_details{border-bottom: 1px solid #7D808B; padding-bottom: 20px;padding-top: 10px;}
.checkout_modal table{width: 100%;margin-bottom: 24px;margin-top: 20px;}
.checkout_modal table td{padding: 5px 0;}
.checkout_modal table tfoot td{border-top: 1px solid #7D808B; border-bottom: 1px solid #7D808B;padding: 20px 0;}
.checkout_modal .btn{width: 228px;}
.checkout_modal .checkbox{margin-bottom: 40px; text-align: center; }
.checkout_modal .checkbox .i-checks{padding-left: 0;}
.checkout_modal .modal-body{padding: 24px 32px 32px 32px;}
.checkout_modal .close{position: absolute;top: 15px;right: 15px;z-index: 11;}
.location_search_section h2{margin-bottom: 40px;}
.location_search_section .state_option{
    width: 360px;
    background-color: #F7F9FB;
    border: 1px solid #7D808B;
    border-radius: 6px;
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    height: 48px;
    padding: 0 15px;
    margin-right: 20px;
    display: inline-block;
}
.location_search_section .btn{
    width: 168px;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 0;
}
.location_search_section .btn svg{
    vertical-align: middle;
    margin-left: 15px;
}
.location_search_section{
    border-bottom: 2px solid #F7F9FB;
    padding-bottom: 48px;
}
.pharmacy_list{
    border-bottom: 2px solid #F7F9FB;
    padding: 16px 0;
}
.pharmacy_list .img_section .img{
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #181F5C;  
    padding: 0 10px;
}
.pharmacy_list .img_section .img img{margin: 39px 0;}
.pharmacy_list .img_section .contc_no{
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    display: block;
    text-align: center;
    margin-top: 40px;
}
.pharmacy_list .img_section{
    width: 96px;
    float: left;
}
.pharmacy_list .details_section{
    float: left;
    padding-left: 24px;
}
.pharmacy_list .details_section .title{
    color: #181F5C;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Latomedium';
    margin: 0;
}
.pharmacy_list .details_section .type{
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.pharmacy_list .details_section .address{
    color: #181F5C;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.pharmacy_list .pharmacy_time p{
    margin: 0;
    color: #026389;
    font-size: 14px;
    line-height: 24px;
}
.pharmacy_list .pharmacy_time{margin-top: 15px;}
.pharmacy_list .btn{
    background-color: #026389;
    width: 312px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'latobold';
    margin-top: 50px;
}
.pharmacy_list .instock_txt{
    color: #181F5C;
    font-size: 14px;
    line-height: 24px;
    margin: 35px 0;
}
.app_store_btns .appstore{margin-right: 30px;}
.app_store_btns{margin-bottom: 64px;text-align: right;}
.before_get_img_mobile{display: none;}

/*Support Page css start*/
.support_center_page .mobileno{padding: 16px 30px 16px 0;text-align: right;}
.support_center_page .mobileno a{
    color: #181F5C;
    font-size: 18px;
    line-height: 32px;
    font-family: 'latobold';
    text-decoration: none;
}
.support_center_page .mobileno svg{vertical-align: middle; margin-right: 12px;}
.support_center_page .phone_view_mobileno{display: none;}

.support_center_page .search_bar .btn{width: 168px;}
.support_center_page .search_bar .btn:focus{outline: none;}
.support_center_page .search_bar .form-control{font-size: 16px;line-height: 24px;color: #A9ABAE;}

.support_center_page_section { padding-top: 64px;}
.support_center_page_section .left_section{
    float: left;
    width: calc(100% - 264px);
}
.support_center_page_section .left_section section{
    margin-top: 80px;
}
.support_center_page_section .left_section section:first-child{
    margin-top: 0px;
}
.support_center_page_section .right_section{
    width: 264px;
    float: left;
    padding-left: 24px;    
    position: relative;
}

.support_center_page_section .right_section a{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}
.support_center_page_section .right_section a.active{color: #181F5C;}
.support_center_page_section .title{
    color: #181F5C;
    font-size: 24px;
    line-height: 40px;
    font-family: 'latobold';
    padding-bottom: 24px;
    border-bottom: 1px solid #A9ABAE;
}
.support_accordion .panel{border: none; border-bottom: 1px solid #DBDEDF;border-radius: 0;}
.support_accordion .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border-top-color: transparent;
}
.support_accordion .panel-heading{
    padding: 0px 0;
    background-color: transparent;
}
.support_accordion .panel-title{
    font-size: inherit;
    line-height: normal;
}
.support_accordion .panel-title a{
    text-decoration: none;
    color: #333333;
    font-size: 18px;
    line-height: 32px;
    padding: 24px 0 24px 24px;
    display: block;
    position: relative;
}
.support_accordion .panel-title a:before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.support_accordion .panel-body {
    padding: 0 0 30px 24px;
    color: #333333;
}
.support_accordion .panel + .panel {
    margin-top: 0px;
}
.support_accordion .panel-title a .plus_iocn:before{
    content: "";
    height: 2px;
    width: 10px;
    background-color: #A9ABAE;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.support_accordion .panel-title a.collapsed .plus_iocn:after{
    content: "";
    height: 10px;
    width: 2px;
    background-color: #A9ABAE;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4px;   
}
.support_center_page .download_section ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.support_center_page .download_section ul li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}
.support_center_page .download_section ul li a{
    color: #181F5C;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Latomedium';
    text-decoration: none;
    display: block;
    position: relative;
    padding-right: 40px;
}
.support_center_page .download_section ul li a:after{
    content: "";
    background-image: url(../images/cloud_download.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-size: 32px;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
}
.support_center_page .download_section h2{margin-bottom: 20px;}
.support_center_page .download_section{margin-top: 80px;}
.support_center_page h1{margin-bottom: 48px;}
/*Support Page css end*/

/*New Sticker start*/
.gry_stickers_img{padding: 80px 0;}
.gry_stickers_img .sticker_img1,.gry_stickers_img .sticker_img2,.gry_stickers_img .sticker_img3{
    margin-right: 75px;
}
.gry_stickers_img .gry_stickers_img_inner{text-align: center;}
.gry_stickers_img .gry_stickers_img_inner + p{margin-top: 64px;}
/*New Sticker end*/

.call_info_img{max-height: 519px;display: block; margin: 30px auto 0 auto;}
.note_section{margin-bottom: 64px;}
.compatible_devices_modal .modal-dialog{width: auto; max-width: 800px;}
.compatible_devices_modal .modal-header h4{font-family: 'Latomedium';font-size: 24px;line-height: 40px;margin-bottom: 8px;text-align: center;}
.compatible_devices_modal .modal-header{border: none;}
.compatible_devices_modal p{font-size: 16px;line-height: 24px;}
.compatible_devices_modal ul{margin: 0; padding: 0 0 0 20px;list-style: disc;}
.compatible_devices_modal .btn_diva{margin-top: 40px; text-align: center;}
.compatible_devices_modal .btn_diva .btn{background-color: #fff; color: #181F5C;width: 130px;}
.compatible_devices_modal ul li{font-size: 14px;line-height: 24px;margin-bottom: 0;}
.search_section{margin-top: 70px;}
.storefound_btn_section{width: 315px;margin-top: 120px;text-align: center;}
.storefound_btn_section .btn{margin-top: 40px; width: 100%;}
.title_div{
    font-family: 'latobold';
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 64px;
}
.title_div .number{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #181F5C;
    font-family: 'latobold';
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-align: center;
    float: left;
}
.title_div .title{
    display: block;
    width: calc(100% - 42px);
    float: left;
    padding-left: 24px;
}
.inst_store_btn{margin-top: 40px;margin-bottom: 24px;}
.inst_store_btn .appstore{margin-right: 35px;}
.step3_img img{max-height: 376px;}
.step3_img{margin-top: 64px;}
.step4_img img{max-height: 360px;}
.step4_img{margin-top: 40px;margin-bottom: 40px;}
.inst_store_btn a{background: transparent; width: fit-content;display: inline;}</pre></body></html>