@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.woff2') format('woff2'),
        url('/_shared/nunitosans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('/_shared/lato-bold-webfont.woff2') format('woff2'),
        url('/_shared/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('/_shared/lato-regular-webfont.woff2') format('woff2'),
        url('/_shared/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Latomedium';
    src: url('/_shared/Lato-Medium.woff2') format('woff2'),
        url('/_shared/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;
}
h3{
    font-family: 'latoregular';
    color: #181F5C;
    font-size: 32px;
    line-height:38px;
    margin-bottom: 24px;
}
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;
}
.btn.md{
    width: 479px;
}
.btn:hover,.btn:focus{
    background-color: #181F5C;
    color: #fff;;
}
.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: 15px 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: 350px;
    display: inline-block;
    /*height: 32px;*/
    vertical-align: middle;
}
.logo img{
    max-height: 32px;
}
.logo .westjet_swoop_logo{max-height: 48px;}
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% - 356px);
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    min-height: 1px;
    text-align: right;
}
.navbar-nav li a {
    font-size: 14px;
    color: #181F5C;
    font-family: 'latoregular';
    padding: 0;
}
.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 > li.left_menu {
    float: left;
}
.navbar-nav > li.first_left_menu {
    margin-left: 80px;
}
.navbar-nav{float: none;}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav li.active a,.navbar-nav li a:hover,.navbar-nav li a:focus{
    color: #181F5C;
    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: #026389 !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 20px!important;
    color: #333333;
    font-size: 14px;
    white-space: normal;
}
.navbar-nav .dropdown-menu li {
    margin: 0;
}
.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 ,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: transparent;
    color: #181F5C;
}
.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 > a,
.navbar .dropdown-menu .menu-label > 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 > 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 #181F5C;
    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: #181F5C;
}
/*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(https://www3.azova.com/wjs/ustoca/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(https://www3.azova.com/wjs/ustoca/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(https://www3.azova.com/wjs/ustoca/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: #026389;
    font-family: 'latobold';
    margin-bottom: 30px;
}
.banner_btn_bottom_txt{
    font-family: 'latobold';
    margin: 0;
    color: #026389;
}
.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 > .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 > .panel-body,
.faq_section .panel-heading + .panel-collapse > .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: #026389;
}
.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;}
.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;}
.chat_section .link-btn{padding: 6px 0; display: inline-block;font-family: 'nunito_sansbold';font-size: 14px;color: #333;}

/*Video Observation Popup start*/
.video_observation_modal .modal-dialog {
    width: auto;
    max-width: 720px;
}
.video_observation_modal .modal-header{border: 0;position: relative;}
.video_observation_modal .modal-header .close {
    position: absolute;
    top: 3px;
    right: 6px;
    z-index: 111;
}
.video_observation_modal .modal-footer{
    text-align: center;
    border: none;
}
.video_observation_modal .modal-footer p{
    font-family: 'nunito_sansregular';
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: center;
}
.video_observation_modal .modal-footer .btn{
    border-radius: 6px;
    background-color: #F79727;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'nunito_sansbold';
    padding: 15px 43px;
    margin-bottom: 15px;
    width: auto;
    border: 0;
    text-transform: none;
    line-height: normal;
    letter-spacing: normal;
}
.video_observation_modal .modal-footer .btn:focus,.modal-footer .btn:hover{
    outline: none;
    outline-offset: 0;
}
.video_observation_modal .modal-header h5{
    font-family: 'nunito_sanssemibold';
    text-align: center;
    color: #333333;
    font-size: 20px;
    line-height: 32px;
}
.video_observation_modal .img_check_box{
    position: relative;
    width: 324px;
    float: left;
}
.video_observation_modal .img_check_box:first-child{
    margin-right: 24px;
}
.video_observation_modal .img_check_box input{
    opacity: 0;
    display: none;
}
.video_observation_modal .img_check_box .text_name{
    height: 80px;
    background-color: #026389;
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-family: 'nunito_sansbold';
    font-style: normal;
    line-height: 24px;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    border-radius: 0 0 6px 6px;
    padding: 10px 24px;
    margin: 0 -3px -3px -3px;
}
.video_observation_modal .img_check_box i{
    border: 3px solid transparent;
    display: block;
    border-radius: 6px;
    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);
}
.video_observation_modal .img_check_box input:checked ~ i{
    border-color:#F79727;
}
.video_observation_modal .img_check_box input:checked ~ i .text_name{
    border-radius: 0 0 3px 3px;
    margin: 0;
}
.video_observation_modal .video_observation_text{
    padding-top: 20px;
    font-family: 'nunito_sansregular';
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    float: left;
    width: 100%;
}
.video_observation_modal .video_observation_top_txt{
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'nunito_sansregular';
}
/*Video Observation Popup end*/
.covid_credentials_section img{
    width: 98%;
    display: block;
    margin: 0 0 0 auto;
}
.covid_credentials_section{
    padding-top: 120px;
}
/*test option popup start*/
.test_option_modal .modal-header{
    background-color: #F7F9FB;
    border-radius: 6px 6px 0 0;
    border: none;
    padding: 30px 15px;
}
.test_option_modal .modal-header h5{
    font-size: 24px;
    line-height: 40px;
    color: #026389;
    text-align: center;
    font-family: 'latobold';
}
.test_option_modal .modal-header p{
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 0 0;
    text-align: center;
}
.test_option_modal .modal-header .close{
    position: absolute;
    top: 2px;
    right: 4px;
    margin: 0;
}
.test_option_modal .modal-body{
    background-color: #F7F9FB;
    padding: 20px;
    border-radius: 0 0 6px 6px;
}
.test_option_modal .test_option_content{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 6px;

}
.test_option_modal .modal-content{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}
.test_option_modal .modal-dialog{
    width: auto;
    max-width: 1285px;
}
.test_option_modal table{
    width: 100%;
}
.test_option_modal th{
    color: #4E5264;
    font-size: 14px;
    line-height: 20px !important;
    font-family: 'latobold';
    padding: 0 7px 20px 7px !important;
    vertical-align: middle !important;
    border-bottom: none !important;
}
.test_option_modal th:first-child{
    padding: 0 20px 20px 0 !important;
}
.test_option_modal td{
    color: #4E5264;
    font-size: 14px;
    line-height: 20px !important;
    font-family: 'latobold';
    padding: 8px 8px 8px 8px !important;
    vertical-align: middle !important;
    border-top: none !important;
}
.test_option_modal td:first-child{
    padding: 0 20px 0 0 !important;
}
.test_option_modal table tbody tr:nth-child(odd) td{
    background-color: #F7F9FB;
}
.test_option_modal table tbody tr:nth-child(even) td{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.test_option_modal table .btn{
    padding: 5px;
    height: 64px;
    display: inline-block;
    width: 163px;
    -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;
}
.test_option_modal .progress_bar{
    width:117px;
    background-color: #EAEDF1;
    border-radius: 50px;
    position: relative;
    height: 20px;
    overflow: hidden;
}
.test_option_modal .progress_bar .progress{
    background-color: #23B7E5;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    margin:0;
}
.test_option_modal table .check_mark{
    width: 20px;
    height: 20px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #23B7E5;
    position: relative;
}
.test_option_modal table .check_mark:before{
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 13px;
    width: 7px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.test_option_modal table .blank_sign{
    width:14px;
    height: 2px;
    background-color: #7D808B;
    margin: auto;
}
.test_option_modal .receives_test_sample_tr span{
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    line-height: 20px;
    font-family: 'latobold';
    text-align: center;
}
.test_option_modal{}
/*test option popup end*/
.step_listing{
    padding: 0 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;}
.two_btn_section div{
    display: inline-block;
    float: left;
    margin: 0 24px 10px 0;
}
.two_btn_section div span{
    font-size: 14px;
    line-height: 24px;
}
.two_btn_section{
    padding-top: 49px;
}
.enjoy_company_section .btn{
    margin-top: 40px;
}
.enjoy_company_section{
    padding: 64px 0 80px 0;
}
img.three_mo_img {
    width: 80%;
    margin: 60px auto 80px auto;
    display: block;
}
.what_covid_credentials_section{
    padding: 0 0 80px 0;
}
.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;}
.extra_logo{
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 40px;
}
.extra_logo img{width: 184px;}
.bullet_list{
    list-style: disc;
    margin: 0;
    padding: 0 0 0 21px;
}
.bullet_list li{
    /*    position: relative;
        padding-left: 15px;*/
    margin-bottom: 10px;
}
/*.bullet_list li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #181F5C;
    position: absolute;
    top: 14px;
    left: 0;
}*/
.about_covid_test_section{
    padding: 80px 0 0 0;
}
.about_covid_test_section .btn{
    margin: 80px 0 0 0;
}
.airline_bts{
    border-bottom: 2px solid #181F5C;
    border-radius: 0 0 0 6px;
    margin: 40px 0 40px 0;
}
.airline_bts a{
    text-align: center;
    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: 6px;
    border: none;
    display: inline-block;
    float: left;
    outline: none;
    text-decoration: none;
    padding: 4px 16px;
}
.airline_bts a svg{
    vertical-align: middle;
    margin-right: 15px;
}
.airline_bts a span{
    vertical-align: middle;
    text-align: center;
    color: #181F5C;
    font-family: 'latobold';
}
.airline_bts a.blue_btn span{
    color: #fff;
}
.airline_bts a.blue_btn{
    background-color: #181F5C;
}
.airline_bts p{
    margin-top: 40px;
    color: #181F5C;
}
.schedule_covid_test .btns_divs div{
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 10px;
}
.schedule_covid_test .btns_divs{
    margin-top: 48px;
    margin-bottom: 15px;
}
.schedule_covid_test .btns_divs div a:not(.btn){
    color: #181F5C;
}
.extra_logo span{
    font-size: 14px;
}
.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 0 0 15px;
    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;}
.test_site_btn{margin: 40px 0;}
.mexico_page_flight_table{margin-top: 80px;}
.enjoy_company_section .cc_extra_logo{width: 150px;}
.enjoy_company_section img{vertical-align: middle;}
.enjoy_company_section .mobile_img{width: 60%;}
.flight_table_section .disable_td{color: rgba(24, 31, 92, 0.30);}

.destination_input{
    width: 100%;
    border: none;
    border-bottom: 2px solid #181F5C;
    color: #181F5C;
    padding: 0 0 0 50px;
    font-size: 36px !important;
    height: 60px;
    background-image: url(https://www3.azova.com/wjs/ustoca/images/search_icon.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 40px;
    font-family: 'latoregular' !important;
}
.destination_input_div{
    width: 90%;
    position: relative;
}
.destination_input_div .ui-autocomplete-category{
    position: absolute;
    background: white;
    width: 100%;
    font-family: 'latoregular' !important;
    font-size: 36px;
    line-height: 56px;
    padding-right: 25px;
}
.destination_input_div .ui-autocomplete-category .sel_title{color: #181F5C;}
.destination_input_div .ui-autocomplete-category .sel_iata{color: rgba(24, 31, 92, 0.50);}
.destination_input_div .ui-autocomplete-category .close{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    line-height: 0;
    float: none;
}
.destination_search_result h2{
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 40px;
}
.destination_search_result .requirements_box{
    width: 264px;
    display: inline-block;
    float: left;
    margin: 0 12px 40px 12px;
    text-align: center;
}
.destination_search_result .requirements_inner{
    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: 6px;
    border: 2px solid #181F5C;
    background-color: #fff;
    padding: 0 5px;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    height: 136px;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.destination_search_result .text_names{
    font-size: 18px;
    line-height: 32px;
    font-family: 'latobold';
    margin-bottom: 20px;
    color: #181F5C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.destination_search_result .requirements_box .icon{
    height: 56px;
    font-size: 36px;
    line-height: 56px;
    color: #181F5C;
    font-family: 'latoregular';
    overflow: hidden;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.destination_search_result .requirements_box .icon img{
    max-width: 100%;
    max-height: 56px;
}
.destination_search_result .requirements_box .text{
    font-family: 'latobold';
    color: #181F5C;
    font-size: 18px;
    line-height: 32px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.destination_search_result .requirements_box small{
    color: #181F5C;
    font-size: 14px;
    line-height: 32px;
    font-family: 'latoregular';
}
.test_grp_btn{
    margin-left: -12px;
    margin-right: -12px;
}
.destination_search_result ul{
    padding: 0;
    margin: 0 0 40px 0;
}
.destination_search_result ul li{
    padding: 0 0 0 15px;
    position: relative;
    list-style: none;
    margin-bottom: 8px;
    color: #181F5C;
    font-size: 16px;
    line-height: 32px;
}
.destination_search_result ul li a{
    color: #181F5C;
}
.destination_search_result ul li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #181F5C;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0;
}
.destination_search_result .mrg_top_section{
    margin-top: 40px;
    border-bottom: 2px solid #181F5C;
}
.internationally_section h2{
    margin-bottom: 24px;
}
.internationally_section p{
    color: #181F5C;
}
.internationally_section p a{
    color: #181F5C;
}
.internationally_section .btn{
    width: 264px;
    margin-right: 24px;
    margin-bottom: 10px;
}
.internationally_section .div_btns{
    margin: 40px 0;
}
.destination_btns p{
    font-size: 18px;
    line-height: 32px;
    color: #181F5C;
    font-family: 'latobold';
    margin-bottom: auto;
    text-align: center;
}
.destination_btns p small{
    width: 100%;
    font-family: 'latoregular';
    font-size: 14px;
    line-height: 24px;
}
.destination_btns .btn{
    width: 100%;
}
.destination_btns{
    width: 360px;
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 40px;

}
.destination_btns_inner{
    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;
    height: 304px;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.destination_btns_inner img{
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}
.destination_btns_inner .at_home_pcr_icon{
    width: 60%;
}
.destination_btns_inner .rt_pcr_icon{
    width: 60%;
}
.destination_btns_inner .rapid_antigen_icon{
    width: 60%;
}
.destination_btns_inner .rapid_pcr_icon{
    width: 60%;
}

.not_accepted_btns{
    width: 360px;
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 40px;
}
.not_accepted_btns_inner{
    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;
    height: 304px;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.not_accepted_btns .top_text{
    font-size: 18px;
    line-height: 32px;
    color: #181F5C;
    font-family: 'latobold';
    margin-bottom: auto;
    text-align: center;
}
.not_accepted_btns .bottom_text{
    font-size: 18px;
    line-height: 32px;
    color: #181F5C;
    margin: 0;
    text-align: center;
}
.not_accepted_btns img{
    width: 208px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}
.disclaimermodal h4{
    color: #181F5C;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 8px;
    font-family: 'latobold';
}
.disclaimermodal .btn{
    width: 100%;
}
.disclaimermodal .modal-dialog{
    width: auto;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.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 > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 14px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #899396;
    border-radius: 50%;
}
.i-checks > 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%;
}
.disclaimermodal .checkbox{
    text-align: center;
    margin: 40px 0;
}
.disclaimermodal .close{
    position: absolute;
    top: 5px;
    right: 5px;
}
.disclaimermodal .disabled{
    background-color: #A9ABAE;
    opacity: 1;
}
.ui-widget.ui-widget-content li{
    border: 1px solid;
    padding: 0 10px;
}
.ui-widget.ui-widget-content{
    border: 1px solid #181f5c;
}


.graph_tab .nav-tabs > li > 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 > li.active > a,
.graph_tab .nav-tabs > li.active > a:hover,
.graph_tab .nav-tabs > li.active > a:focus{
    color: #fff;
    background-color: #181F5C;
    border: 2px solid #181F5C;
    border-bottom-color: #181F5C;
}
.graph_tab .nav-tabs > 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;}


.banner_section{
    padding: 64px 0 56px 0;
}
.banner_section img{
    display: block;
    margin: 0 auto 0 auto;
}

.about_azova li{margin-bottom: 16px;}
.divider{
    border-top: 2px solid #181F5C;
    margin: 110px 0 88px 0;
}
.destination_modal p{font-size: 16px;line-height: 24px;}
.destination_modal .modal-dialog {
    width: auto;
    max-width: 1130px;
}
.destination_modal .destinations_title{
    text-transform: uppercase;
    margin-top: 24px;
}
.destination_modal  .modal-header{
    border:none;
    padding: 0;
}
.destination_modal .modal-header .close {
    margin-top: 0;
    position: absolute;
    top: 5px;
    right: 9px;
    z-index: 111;
}
.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;}

/*new concierge page css*/
.concierge_header{
    background-color: #181F5C;
    padding: 22px 0;
}
.concierge_header .navbar-nav li a{
    color: #fff;
    border-bottom: 1px solid transparent;
}
.concierge_header .navbar-nav li a:hover,.concierge_header .navbar-nav li a:focus,.concierge_header .navbar-nav li.active a{
    border-bottom-color: #fff;
}
.concierge_header .nav .open > a, .concierge_header .nav .open > a:hover{
    color: #fff;
}
.concierge_header .left_menu{
    float: left;
    margin-top: 8px;
}
.concierge_header .first_left_menu{
    margin-left: 30px;
}
.concierge_header .logo{
    width: 200px;
}
.concierge_header .menu_list{width: calc(100% - 206px);}
.concierge_header .navbar .dropdown-menu {
    min-width: 170px;
}
.concierge_header .navbar .dropdown-menu li a {
    color: #181F5C;
    padding: 3px 15px!important;
}
.concierge_header .navbar .dropdown  .caret-down {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 0 1px 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.concierge_header .navbar .dropdown.open .caret-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: 0 0 -2px 10px;
}
.concierge_header .navbar-toggle{border-color: #fff;}
.concierge_header .navbar-toggle .icon-bar {
    background-color: #fff;
}
.concierge_banner_section h1{margin-bottom: 20px;}
/*.concierge_banner_section p{color: #333333;}*/
.concierge_banner_section .test_with_icon{
    margin: 48px 0;
}
.concierge_banner_section .test_with_icon .test_icon{
    color: #181F5C;
    font-size: 14px;
    line-height: 20px;
    margin-right: 27px;
    display: inline-block;
    margin-bottom: 20px;
}
.concierge_banner_section .test_with_icon .test_icon:last-child{
    margin-right: 0px;
}
.concierge_banner_section .test_with_icon .test_svg{
    vertical-align: middle;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.2);
    -webkit-box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.2);
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    margin-right: 15px;
}
.concierge_banner_section .delta_logo{
    text-align: right;
    margin-top: 15px;
}
.concierge_banner_section .delta_logo img{
    width: 150px;
}
.concierge_banner_section{
    padding: 56px 0 48px 0;
}
.concierge_page_section .simpla_text{color: #333333;}
.text_gray{color: #7D808B;}
/*.service_lavel{margin: 24px 0 0 0;}*/
.service_lavel .text_gray{margin-bottom: 24px;}
.service_lavel .service_lavel_list{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-top: 8px solid transparent;
    border-radius: 8px;
    padding: 27px;
    margin-bottom: 30px;
}
.service_lavel .service_lavel_list .title{
    color: #333333;
    font-size: 34px;
    line-height: 40px;
    font-family: 'latobold';
    text-align: center;
    margin-bottom: 21px;
}
.service_lavel .service_lavel_list .dic_text_height{display: inline-block;width: 100%;}
.service_lavel .service_lavel_list .dic_text p{
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-family: 'latoregular';
    text-align: center;
}
.service_lavel .service_lavel_list .service_btn .btns{
    border-radius: 8px;
    font-size: 18px;
    line-height: 32px;
    padding: 19px 5px;
    text-align: center;
    width: 100%;
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-family: 'latobold';
}
.service_lavel .service_lavel_list .service_btn .btns:hover,.service_lavel .service_lavel_list .service_btn .btns:focus{
    outline: none;
    text-decoration: none;
}
.service_lavel .silver_list .btns{
    color: #fff;
    background-color: #6D98BB;
}
.service_lavel .silver_list{
    background-color: #F0F8FB;
    border-top-color: #6D98BB;
}
.service_lavel .gold_list .btns{
    color: #fff;
    background-color: #BC731E;
}
.service_lavel .gold_list{
    background-color: #FCF0E2;
    border-top-color: #BC731E;
}
.service_lavel .platinum_list .btns{
    color: #fff;
    background-color: #121745;
}
.service_lavel .platinum_list{
    background-color: #F7F9FB;
    border-top-color: #121745;
}
.service_lavel .service_btn li a{
    padding: 8px 0;
    border-bottom: 1px solid #BCCACD;
    white-space: normal;
}
.service_lavel .service_btn li a:hover,.service_lavel .service_btn li a:focus{
    color: #181F5C;
    text-decoration: none;
    background-color: transparent;
}
.service_lavel .service_btn li{
    padding: 0 21px;
}
.service_lavel .service_btn li:last-child a{ border-bottom: none;}
.service_lavel .service_btn li .menu_img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 18px;
}
.service_lavel .service_btn li .menu_name{
    color: #181F5C;
    font-size: 14px;
    line-height: 20px;
    font-family: 'latobold';
    width: calc(100% - 63px);
    display: inline-block;

}
.service_lavel .service_btn .dropdown-menu{
    padding: 0;
    position: static;
    float: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius:0 0 8px 8px;
    background-color: #F7F9FB;
    border: 1px solid #BCCACD;
    border-top: none;
    margin: -5px 0 0 0;
}
.service_lavel .service_lavel_list .service_btn:hover .dropdown-menu{display: block;}
.concierge_page_section .graph_tab {
    padding: 37px 0 120px 0;
}

.service_lavel .service_btn .test_need_menu{
    color: #AEAEB2;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}
.service_lavel .service_btn .test_need_menu a{
    color: #AEAEB2;
    font-size: 12px;
    line-height: 20px;}
.service_lavel .service_btn .test_need_menu a:hover,.service_lavel .service_btn .test_need_menu a:focus{color: #AEAEB2;}
/*new concierge page css end*/

.need_help_section .customer_title{
    font-size: 24px;
    line-height: 40px;
    font-family: 'Latomedium';
    color: #181F5C;
    margin-top: 64px;
}
.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:hover,.need_help_section .phone_no:focus{
    text-decoration: none;
    color: #181F5C;
}
.need_help_section .phone_no svg{vertical-align: middle;margin-right: 8px;}

.at_home_purchase_modal .modal-dialog{width: auto; max-width: 800px;}
.at_home_purchase_modal .modal-header{border: none;font-size: 16px;line-height: 24px;color: #181F5C; text-align: center;font-family: 'latobold';}
.at_home_purchase_modal .close {position: absolute; top: 10px; right: 10px;z-index: 11;}
.nasal_test_btn{
    margin: 0 -12px 0 -12px;
    -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;
}
.nasal_test_btn .nasal_test_btn_list{
    padding: 24px 0 24px 0;
    height: 232px;
    width: 364px;
    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: 6px;
    overflow: hidden;
    margin: 0 12px 24px 12px;
    -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;
    text-align: center;
    display: inline-block;
    float: left;
}
.nasal_test_btn .top_text{
    color: #181F5C;
    font-size: 16px;
    line-height: 24px;
    font-family: 'latobold';
}
.nasal_test_btn .btn_img{
    margin: auto;
}
.nasal_test_btn .bottom_text{
    color: #181F5C;
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 16px 0;
}
.nasal_test_btn .nasal_test_btn_list a{
    background-color: #181F5C;
    border-radius: 6px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'latobold';
    padding: 12px 0;
    color: #fff;
    text-align: center;
    width: 240px;
    margin: 0 auto 0 auto;
}
.nasal_test_btn .nasal_test_btn_list a:hover,.nasal_test_btn .nasal_test_btn_list a:focus{
    text-decoration: none;
}
.banner_section .barbados_img{max-height: 48px;margin: 0;}
.concierge_banner_section{padding-top: 0;}
.concierge_banner_section h1{margin-top: 50px;}
.concierge_banner_section img{margin: 0;}
.entry_requirements{
    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;
    border: 1.5px solid #181F5C;
    background-color: #F7F9FB;
    padding: 40px 40px 40px 40px;
    margin: 40px 0 15px 0;
}
.test_grp_btn .requirements_box{
    width: 246px;
    display: inline-block;
    float: left;
    margin: 0 12px 24px 12px;
    text-align: center;
}
.test_grp_btn .requirements_inner{
    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: 6px;
    border: 2px solid #181F5C;
    background-color: #fff;
    padding: 0 5px;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    height: 136px;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.test_grp_btn .requirements_box .icon{
    height: 56px;
    font-size: 36px;
    line-height: 56px;
    color: #181F5C;
    font-family: 'latoregular';
    overflow: hidden;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.test_grp_btn .requirements_box .icon img{
    max-width: 100%;
    max-height: 56px;
}
.test_grp_btn .requirements_box .text{
    font-family: 'latobold';
    color: #181F5C;
    font-size: 18px;
    line-height: 32px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.test_grp_btn .requirements_box small{
    color: #181F5C;
    font-size: 14px;
    line-height: 24px;
    font-family: 'latoregular';
    float: left;
}
.test_grp_btn{
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 24px;
}
.traveling_section{margin-bottom: 120px;}
.schedule_concierge_test{
    margin: 120px 0;
}
.schedule_concierge_test .btn{
    margin-top: 64px;
}
.quarantine_testing .two_btn_section {padding-top: 30px;}
.quarantine_testing .quarantine_loc {margin-top: 40px;}
.quarantine_need_help{padding-top: 50px;}
.btn_b_txt{font-size: 14px;line-height: 24px; margin: 14px 0 0 0;}
.entry_requirements .entry_requirements_btn{margin-top: 56px;}
.quarantine_testing .barbados_img{margin: 110px 0 0 auto;}
.quarantine_testing{padding-bottom: 64px;}
.entry_requirements_list .two_btn_section{padding-top: 5px;}
.entry_requirements_list h3{margin-bottom: 10px;}
.entry_requirements_list:not(:last-child){border-bottom: 1px solid #181F5C;padding-bottom: 40px;margin-bottom: 40px;}
.states_requirement_text{padding-left: 51%;}
.test_lists .btn{margin-top: 50px;}
.test_lists{padding: 90px 0;}
.quarantine_testing h1{margin-bottom: 64px;}
.amber_dot{
    width: 24px;
    height: 24px;
    background-color: #FFBF00;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}
.quarantine_testing .btn{margin-top: 40px;}
.req_summary_section table thead span{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    padding: 10px 0;
    border-radius: 6px;
    margin-bottom: 24px;
}
.req_summary_section table thead span.green{background-color: #238823;color:#fff;}
.req_summary_section table thead span.amber{background-color: #FFBF00;color:#000;}
.req_summary_section table thead span.red{background-color: #D2222D;color:#fff;}
.req_summary_section table .country_link{color: #181F5C; text-decoration: none;}
.req_summary_section table td{text-align: center; padding: 30px 10px;border-bottom: 1px solid #DBDEDF;width: 264px; color: #000;}
.req_summary_section table .btn{width: 100%; margin-bottom: 20px;}
.req_summary_section table tr td:first-child{text-align: left;}
.req_summary_section table tr:last-child td{border-bottom: none;}
.req_summary_section table {width: 1056px;}
.req_summary_section {margin: 60px 0 120px 0;}
.req_summary_section .table-responsive{margin-top: 50px;}
.country_color_code_modal .modal-header{border-bottom: none; font-size: 32px; text-align: center;}
.country_color_code_modal .close{position: absolute; top: 5px; right: 8px; margin: 0;}
.country_color_code_modal .modal-dialog{width: auto; max-width: 1128px;}
.country_color_code_modal .country_search_box input{
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: 40px;
    width: 360px;
    font-size: 18px;
    line-height: 22px;
    color: #4E5264;
    padding: 0 30px 0 15px;
    background-image: url(https://www3.azova.com/wjs/ustoca/images/search_icon.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: calc(100% - 10px) center;
}
.country_color_code_modal .green_list{
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    padding: 10px 0;
    background-color: #238823;
    margin-bottom: 10px;
}
.amber_list{
    text-align: center;
    color: #000;
    font-size: 24px;
    line-height: 36px;
    padding: 10px 0;
    background-color: #FFBF00;
    margin-bottom: 10px;
    margin-top: 40px;
}
.red_list{
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    padding: 10px 0;
    background-color: #D2222D;
    margin-bottom: 10px;
    margin-top: 40px;
}
.country_color_code_modal .country_search_box{margin-bottom: 24px;}
.country_color_code_modal ul{margin: 0; padding: 0 0 0 20px; list-style: disc}
.steps_page {
    padding-top: 48px;
}
.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;
}
.step_btn_section .deft_btn {
    width: 130px;
}
.step_btn_section {
    padding-top: 64px;
}
.steps_page h2 {
    font-family: 'latobold';
    margin-bottom: 40px;
}
.check_box_section .i-checks{padding-left:0px; font-family: 'latoregular';font-weight: normal; margin-bottom: 15px;}
.steps_page .check_box_section{margin-top: 40px;}
.return_ass_link,.return_ass_link:hover,.return_ass_link:focus{
    color: #181F5C;
    text-decoration: none;
    font-family: 'latobold';
    margin-bottom: 15px;
    display: inline-block;
}
.test_recommendation{padding: 30px 0 0 0;}
.black_color{color: #333;}
.test_recommendation h3{margin: 0 0 10px 0;}
hr{border-color: #A9ABAE;}
.include_list{margin: 0; padding: 0; list-style: none;}
.include_list li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 32px;
}
.include_list li:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://www3.azova.com/wjs/ustoca/images/list_icon.png);
    background-size: 20px;
    position: absolute;
    top: 6px;
    left: 0;
}
.test_recommendation .btn_section .btn{
    width: 264px;
    float: left;
    margin-bottom: 10px;
}
.test_recommendation .btn_section .qty_combo{
    width: 264px;
    display: inline-block;float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.test_recommendation .qty_combo .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;
}
.test_recommendation .qty_combo .btns span{
    font-size: 32px;
    color: #333333;
}
.test_recommendation .qty_combo .form-control{height: 48px; border-color: #A9ABAE;pointer-events: none}
.test_recommendation .qty_combo .number-spinner span:first-child button{margin-right: -1px; border-radius: 9px 0 0 9px;}
.test_recommendation .qty_combo .number-spinner span:last-child button{margin-left: -1px; border-radius: 0 9px 9px 0;}

.compatible_devices{margin-top: 64px;}
.abouttheday2{margin-top: 64px;}
.abouttheday2 .aboutshipping{margin-top: 64px;}
.abouttheday2 .aboutshipping table{width: 100%;}
.abouttheday2 .aboutshipping table th{border-bottom: 1px solid rgba(24, 31, 90, 0.50); padding-bottom: 15px;}
.abouttheday2 .aboutshipping table tbody tr:first-child td{padding-top: 15px;}
.abouttheday2 .aboutshipping table tbody td{padding-top: 8px;padding-bottom: 8px;}
.abouttheday2 .aboutshipping table tbody tr:last-child td{padding-bottom: 15px;border-bottom: 1px solid rgba(24, 31, 90, 0.50);}
.testing_requirements_page h2{margin-bottom: 48px;}
.disabled{opacity: 0.5;pointer-events: none;}
.requirement_slider{
    width: 100%; /*552px*/
    /*margin: 30px auto 35px auto;*/
    position: relative;
}
.requirement_slider .lSAction > a{
    width: 44px;
    height: 44px;
    opacity: 1;
}
.requirement_slider .lSAction > .lSNext{
    right: -32px;
}
.requirement_slider .lSAction > .lSPrev{
    left: -32px;
}
.requirement_slider .slide_txt_title{
    font-size: 16px;
    line-height: 32px;
    color: #181F5C;
    display: block;
    margin-top: 20px;
    text-align: left;
}
.requirement_slider .slide_txt{
    color:rgba(24, 31, 92, 0.75);
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-align: left;
}
.requirement_slider ul li{text-align: center;}
.home_page_entry_requirements{margin-bottom: 120px;}
.include_list .textarea .title{
    color: #181F5C;
    font-size: 18px;
    line-height: 32px;
    font-family: 'latobold';
    display: block;
}
.include_list .textarea .text{    
    color: #181F5C;
    font-size: 18px;
    line-height: 32px;
    display: block;
}
.include_list .imgarea{
    width: 72px;
    display: inline-block;
    vertical-align: middle;
}
.include_list .textarea{
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: middle;
}
.product_slider #carousel .flex-viewport li{
    width: 72px !important; 
    height: 72px !important;
    border: 1px solid #DBDEDF;
    border-radius: 6px;
    margin: 0 12px;
    position: relative;
    overflow: hidden;
    padding: 5px;

}
.product_slider #carousel{width:calc(100% - 125px); margin-right: auto;margin-left: auto;}
.product_slider #carousel .flex-viewport li img{
    position: absolute; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 5px;

}
.product_slider #carousel .flex-viewport .flex-active-slide{
    border-color: #F79727;
}
.product_slider #slider li img{
    max-height: 480px;
    width: auto;
    margin: auto;
}
.product_compatibledevices{
    margin-top: 80px;
}
.product_slider .flex-direction-nav a:before{
    content: "";
    background-image: url(https://www3.azova.com/wjs/ustoca/images/arrow_left.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.product_slider .flex-direction-nav a.flex-next:before {
    content: "";
    background-image: url(https://www3.azova.com/wjs/ustoca/images/arrow_right.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.product_slider .flex-direction-nav .flex-next {
    right: -44px;
    text-align: right;
    opacity: 1;
}
.product_slider .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: -44px;
}
.product_slider .flex-direction-nav .flex-prev {
    left: -44px;
    opacity: 1;
}
.product_slider .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -44px;
}
.product_slider .flex-direction-nav .flex-disabled {
    opacity: 1!important;
    filter: alpha(opacity=1);
    cursor: pointer;
    z-index: 10;
}
.product_slider .flexslider{
    margin: 0 0 24px 0;
    border: none;
    border-radius: 0px;
}
.product_slider .flex-direction-nav a:focus {
     outline:0px auto -webkit-focus-ring-color; 
     outline-offset: -0px; 
}
.prod_slider_text{}
.prod_slider_text .title{
    font-size: 16px;
    line-height: 32px;
    color: #181F5C;
    display: block;
    margin-top: 20px;
    text-align: left;
}
.prod_slider_text .text{
    color: rgba(24, 31, 92, 0.75);
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-align: left;
}
.noproduct_page h2{margin: 80px 0 15px 0;}
.noproduct_page .btn{margin-top: 80px;}
.us-uk-entry{margin-top: 120px;}
.us-ca-graph-tab{margin-bottom: 80px;}
.bottom_border_text{
    font-size: 16px;
    line-height: 32px;
    border-top: 2px solid #181F5C;
    padding-top: 20px;
    margin-top: 100px;
}
.pat_azova_logo{
    padding: 35px 40px 20px 40px;
}
.sub_page_detalis img{
    margin-bottom: 40px;
}
.sub_page_detalis .btn{margin-top: 50px;}
.sub_page_detalis{margin-bottom: 120px; margin-top: 64px;}