@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;
}
@font-face {
    font-family: 'latoheavy';
    src: url('/_shared/lato-heavy-webfont-7bada91b4a77.woff2') format('woff2'),
        url('/_shared/lato-heavy-webfont-37ca0efbc3bf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
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;}
.green-text{color: #0E863B;}
.font-20{font-size: 20px;}
.font-16{font-size: 16px;}
.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: 40px;
    letter-spacing: 0.48px;
    color: #181F5C;
    line-height: 64px;
}
h2{
    font-family: 'latoregular';
    font-size: 36px;
    color: #181F5C;
    line-height: 56px;
}
h3{
    font-family: 'latoregular';
    font-size: 32px;
    color: #181F5C;
    line-height: 56px;
}
h4{
    font-family: 'latobold';
    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: 456px;
}
.btn:hover,.btn:focus{
    background-color: #181F5C;
    color: #fff;;
}
.btn.disabled{
    background-color: #A9ABAE;
    opacity: 1;    
}
.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: 18px 0 18px 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: 180px;
    display: inline-block;
    /*height: 32px;*/
    vertical-align: middle;
}
.logo img{
    max-height: 46px;
}
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% - 190px);
    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: right;display: inline-block;}
.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-nav > li.left_menu {
    float: left;
}
.navbar-nav > li.first_left_menu {
    margin-left: 80px;
}
.navbar-toggle{
    float: none; 
    margin: 0;
    position: absolute;
    top: 15px;
    right: 10px;
    border-color: transparent;
    width: 44px;
    height: 34px;
}
.navbar-toggle .icon-bar{
    background-color: #181F5C;
    position: absolute;
    webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar-toggle .icon-bar:nth-child(1){
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.navbar-toggle .icon-bar:nth-child(2){
    opacity: 0;
    /*left: -60px;*/
}
.navbar-toggle .icon-bar:nth-child(3){
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1){
    top: 9px;
    transform: none;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2){
    top: 14.5px;
    opacity: 1;
    left: inherit;
}
.navbar-toggle.collapsed .icon-bar:nth-child(3){
    top: 21px;
    transform: none;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0;
}
.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: 48px; margin-bottom: 0;}
/*.navbar-nav li:last-child{margin-right: 0px;}*/
.navbar-nav li.last_menu{margin-right: 0px;}
.navbar-nav li.get_btn{ margin-right: 0px;}
.dropdown-menu {
    width: 100%;
}
.navbar .dropdown-menu {
    min-width: 250px;
}
.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 > 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: #F79727;
}
.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;}
.menu_list .menuazovalogo{display: none;}
.menu_open{overflow: hidden;}
/*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;}
.certification-container {margin-top:15px;margin-bottom:15px;}
footer .certification-container img {max-height: unset;height:auto;width:110px}
@media(max-width:480px){.certification-container {text-align: center;}}
/*footer end*/
/*.img_banner:before{
    content: "";
    display: inline-block;
    background-image: url(https://www3.azova.com/usfs/images/banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    position: absolute;
    width: 100%;
    height: 630px;
    z-index: -1;
}*/
.img_banner{
    background-image: url(https://www3.azova.com/usfs/images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 64px;
    margin-bottom: 64px;
    background-attachment: fixed;
}
/*.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 .navbar-nav li.active a, .img_banner .navbar-nav li a:hover, .img_banner .navbar-nav li a:focus{

}
.img_banner .logo svg path{fill:#fff;}
.img_banner .navbar-nav li a{color: #fff;}
/*.img_banner .navbar-toggle{border-color: #fff;}*/
.img_banner .navbar-toggle .icon-bar{background-color: #fff;}
.img_banner_two{
    background-image: url(https://www3.azova.com/usfs/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 header{background-color: #181F5C;}
.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/usfs/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 img{display: block; max-height: 240px;margin-bottom: 40px;}
.how_it_work_section h2{margin-bottom: 40px;}
.how_it_work_section p{font-size: 16px;}
.how_it_work_section{margin: 64px 0;}
.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;}


.step_listing{
    padding: 64px 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 .plan_img{
    width: auto;
    height: auto;
}
.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: 120px 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;
}
.us_requirement_txt {
    padding-left: 53%;
    margin-top: -20px;
}
.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;}
.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/usfs/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;
    font-weight: normal;
}
.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: 4px;
    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;
}

.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: 28px 0 16px 0;
}
.banner_section img{
    display: block;
    margin: 60px 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;}

.top_banner_sectopn h1{color: #fff;  margin-top: 40px;margin-bottom: 24px;}
.top_banner_sectopn p{color: #fff;}
.offer_locations p{
    display: inline-block;
    width: 280px;
    vertical-align: middle;
    margin: 0;
}
.offer_locations .locations{
    display: inline-block;
    width: calc(100% - 290px);
    vertical-align: middle;  
}
.offer_locations .location_list{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.offer_locations .location_list a{
    color: #181F5C;
    text-decoration: none;
    font-family: 'latobold';
    display: inline-block;
}
.offer_locations .location_list a:hover,.offer_locations .location_list a:focus{
    color: #181F5C;
    text-decoration: none;
}
.offer_locations .location_list img{
    width: 73px;
    height: 65px;
    vertical-align: middle;
}
.az_inco_logo{
    margin: 0 24px 0 auto;
    display: block;
}
.schedule_travel_sec{
    background-color: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    width: 620px;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 16px 0 16px 97px;
    margin: 10px auto -50px auto;
}
.schedule_travel_sec:before{
    content: "";
    background-image: url(https://www3.azova.com/usfs/images/plane.png);
    background-repeat: no-repeat;
    width: 96px;
    height: 64px;
    background-size: 96px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}
.test_listing .ext_title{
    margin-bottom: 64px;
}
.test_listing .btn{
    margin-top: 50px;
}
.test_listing{padding: 40px 0;}
.test_listing.left_img .img_col{
    float: right;
    order: 2;
}
.test_listing .offer_locations{
    margin-top: 50px;
}
.test_listing img{max-height: 400px;}
.test_listing .dy-padding-right{padding-left: 50px;}
.test_listing .dy-padding-left{padding-right: 50px;}
.return_travel_test{
    margin-top: 64px;
    margin-bottom: 64px;
}
.return_travel_test .btn{
    margin-top: 64px;
}
.need_help_section {
    margin-bottom: 120px;
}
.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;
    text-decoration: none;
}
.need_help_section .phone_no svg {
    vertical-align: middle;
    margin-right: 8px;
}
.sub_info_txt{
    font-size: 16px;
    line-height: 32px;
    border-top: 2px solid #181F5C;
    padding-top: 24px;
    margin-top: 120px; 
    margin-bottom: 120px;
}

.at_home_test_img .second_img{text-align: center;}
.at_home_test_img .third_img{text-align: right;}
.at_home_test_img .first_img img,
.at_home_test_img .second_img img,
.at_home_test_img .third_img img{max-height: 144px;}
.at_home_test_img {margin-top: 56px;}
.at_home_test_img .at_home_link a{color: #181F5C; text-decoration: none;margin: 40px 0; display: inline-block;}
.at_home_test_img .at_home_link svg{vertical-align: middle;}
.flaglisting ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;    
    vertical-align: middle;
}
.flaglisting ul li{float: left; margin-right: 20px;margin-bottom: 20px;}
.flaglisting ul li a{border-radius: 6px;display: inline-block; color: #181F5C; text-decoration: none;width: 232px;padding: 8px;}
.flaglisting ul li img{height: 24px;margin-right: 10px;vertical-align: middle;}
.flaglisting ul li .strong{vertical-align: middle;}
.flaglisting{margin-top: 24px;margin-bottom: 32px;}
.committed_txt{margin: 120px 0;}
.home_healthpass h2{margin-bottom: 120px;}
.home_healthpass .btn{margin-top: 64px;}
.home_healthpass {margin: 120px 0;}
.right_mark_list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.right_mark_list li{
    margin: 0 0 0 0;
    padding: 0 0 0 34px;
    position: relative;
}
.right_mark_list li:before{
    content: "";
    background-image: url(https://www3.azova.com/usfs/images/checkmark.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    position: absolute;
    left: 0;
    top: 5px;
}
.net_test_section img{margin-bottom: 24px;}
.net_test_section h3{margin-bottom: 40px;}
.net_test_section{margin-bottom: 120px;}
.test_box ul{padding: 0 0 0 20px;font-size: 16px;}
.test_box{border: 1px solid #181F5C;border-radius: 6px;padding: 24px;}
.test_box img{max-height: 192px; margin: 0 auto 0 auto; display: block;}
.person_test_section h3{margin-bottom: 24px;}
.person_test_section{margin-bottom: 120px;}
.credentials_pass_sec .btn{margin-top: 64px;}
.credentials_pass_sec{margin-bottom: 120px;}
.blue_bg_section{
    background-image: url(https://www3.azova.com/usfs/images/img26.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 0 40px 0;
}
.blue_bg_section.second{
    background-image: url(https://www3.azova.com/usfs/images/img34.png);   
}
.blue_bg_section h2{color: #fff;margin-bottom: 32px;}
.blue_bg_section .btn{
    background-color: #fff;
    color: #181F5C;
}
.test_travel_banner{padding-top: 64px; padding-bottom: 80px;}
.take_test_section{margin-bottom: 120px;}
.procuct_comper table img{max-height: 96px;}
.procuct_comper table{min-width: 1037px;}
.procuct_comper table td{
    font-size: 14px; 
    text-align: center;
    padding: 24px 15px;
    border: 1px solid #DBDEDF;
    width: 25%;
}
.procuct_comper table tr:first-child td:first-child{font-size: 18px;}
.procuct_comper table tr td:first-child{text-align: left;}
.procuct_comper{
    margin-bottom: 120px;
}
.azova_smart_test_tool p{margin-bottom: 40px;}
.azova_smart_test_tool{margin-bottom: 120px;}




.nasal_test_btn{
    margin: 40px -12px 0 -12px;
}
.nasal_test_btn .nasal_test_btn_list{
    padding: 24px;
    height: 400px;
    width: 552px;
    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 16px 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;   
    position: relative;
    background-color: #fff;
    float: left;
    margin: 0 12px 20px 12px
}
.nasal_test_btn .top_text{
    color: #181F5C;
    font-size: 24px;
    line-height: 36px;
    font-family: 'latobold';
}
.nasal_test_btn .top_text span{
    color: #181F5C;
    font-size: 16px;
    line-height: 32px;
    font-family: 'latoregular';
    display: block;
}
.nasal_test_btn .btn_img{
    margin: auto;
    max-height: 120px;
}
.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: 360px;
    margin: auto auto 0 auto;
    text-decoration: none;
}
.nasal_test_btn .nasal_test_btn_list a:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hawaiibanner{
    background-image: url(https://www3.azova.com/usfs/images/img35.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hawaiibanner:after{
    content: "";
    background-color:rgba(24, 31, 92, 0.50);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.hawaiibanner .inner_banner{
    position: relative;
    z-index: 1;
}
.hawaiibanner h1{
    color: #fff;
    font-size: 40px;
    margin-bottom: 8px;
}
.hawaiibanner p{
    color: #fff;
}
.hawaiibanner .navbar-nav li a{
    color: #fff; 
}
.hawaiibanner .navbar-nav li.active a, .hawaiibanner .navbar-nav li a:hover, .hawaiibanner .navbar-nav li a:focus {
    color: #fff;
    background-color: transparent !important;
}
.hawaiibanner .navbar-toggle{border-color: #fff;}
.hawaiibanner .navbar-toggle .icon-bar {
    background-color: #fff;
}
.hawaiibanner header{border-bottom: 0;}
.hawaiibanner .inner_banner{
    padding: 0px 0 64px 0;
}
.top_blue_section {
    background-color: #181F5C;
    padding: 15px 0;
}
.top_blue_section a {
    color: #fff;
    text-decoration: none;
}
.top_blue_section a svg {
    vertical-align: middle;
}
.quickest_healthpass_section{
    margin: 120px 0;
}
.check_list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.check_list li{
    margin-bottom: 24px;
    padding: 0 0 0 34px;
    position: relative;
}
.check_list li:before{
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-image: url(https://www3.azova.com/usfs/images/checkmark.png);
    position: absolute;
    top: 8px;
    left: 0;
    background-size: 24px;
}
.quickest_healthpass_section .scan_code_img{
    max-height: 360px;
}
.negativeresult_section .steps .stepno{
    border: 2px solid #181F5C;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #181F5C;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    margin-bottom: 40px;
}
.negativeresult_section .steps{
    margin-top: 64px;
}
.negativeresult_section{
    margin-top: 120px;
    margin-bottom: 120px;
}
.negativeresult_section .steps img{
    max-height: 144px;
    margin: 40px 0;
}
.simple_pass .hipaa_secure_txt{
    background-image: url(https://www3.azova.com/usfs/images/img36.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 36px;
    line-height: 56px;
    text-align: right;
    padding: 22% 0;
    background-size: cover;
    padding-right: 56px;
}
.proof_vaccination_section .stepno{
    border: 2px solid #181F5C;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #181F5C;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    margin-bottom: 40px;
}
.proof_vaccination_section img{
    max-height: 144px;
    margin: 40px 0;
}
.proof_vaccination_section h2{
    margin-bottom: 64px;
}
.proof_vaccination_section .btn{
    margin-top: 120px;
}
.proof_vaccination_section{
    margin-bottom: 120px;
    margin-top: 120px;
}
.sm_btn_b_text{
    width: 552px;
    margin: 24px auto auto auto;
}
.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;}
.model_nasal_test_btn{}
.model_nasal_test_btn .nasal_test_btn_list{
    box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.08);
    border-radius: 6px;
    width: 360px;
    height: 264px;
    padding: 16px 0 0 0;
    background-color: #fff;
    float: left;
    margin: 0 12px 12px 12px;
    position: relative;
}
.model_nasal_test_btn .top_text{
    color: #181F5C;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: 'latobold';
}
.model_nasal_test_btn .top_text span{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: block;
    font-family: 'latoregular';
}
.model_nasal_test_btn a{
    background-color: #181F5C;
    border-radius: 0 0 6px 6px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'latobold';
    padding: 12px 0;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    text-decoration: none;
    display: inline-block;
}
.model_nasal_test_btn img{margin: 28px 0;max-height: 96px;}
.two_btn_section .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.sliva_test_btn .top_text{
    font-size: 16px;
    line-height: 24px;
    font-family: 'latobold';
}
.sliva_test_btn .btn_img{
    margin: 12px 0;
}
.sliva_test_btn .bottom_text{
    font-size: 16px;
    line-height: 32px;
}
.sliva_test_btn 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: 16px 0 0 0;
    text-decoration: none;
    display: inline-block;
}
.sliva_test_btn .sliva_test_btn_list{
    box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.08);
    border-radius: 6px;
    background-color: #FFFFFF;
    width: 360px;
    height: 232px;
    display: inline-block;
    margin: 0 12px 12px 12px;
    padding: 24px;
}
.sliva_test_btn{margin: 0 -12px;text-align: center;}
.privacy_section h3 {
    margin-bottom: 24px;
}
.privacy_section a{
    color: #181F5C;
    vertical-align: middle;
    text-decoration: none;
}
.privacy_section svg{vertical-align: middle;}

.proof_vaccination_section h3{
    margin-bottom: 64px;
}
.breadcrumb{
    background-color: transparent;
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
}
.breadcrumb > li + li:before{
    color: #181F5C;
    content: ">";
    opacity: 0.5;
}
.breadcrumb li a{
    color: #181F5C;
    font-size: 14px;
    font-family: 'latobold';
    line-height: 20px;
}
.breadcrumb li{
    font-size: 14px;
    font-family: 'latobold';
    line-height: 20px; 
}
.breadcrumb > .active{
    color: rgba(24, 31, 92, 0.50);
}
.breadcrumb.white  > li + li:before{color: #fff;}
.breadcrumb.white li a{color: #fff;}
.breadcrumb.white > .active{color: rgba(255, 255, 255, 0.50);}
.out_stock_div{margin-top: auto;text-align: center;}
.get_suportpage_cont .suport_banner_section h1{font-size: 40px;}
.get_suportpage_cont .suport_banner_section h4{font-family: 'Latomedium';margin-bottom: 16px;}
.get_suportpage_cont .talk_section h4{font-family: 'Latomedium';margin-bottom: 16px;}
.get_suportpage_cont .traveling_section .btn{margin-top: 64px;}
.get_suportpage_cont .traveling_section{padding: 88px 0; border-bottom: 2px solid #181F5C; border-top: 2px solid #181F5C;margin: 120px 0;}
.get_suportpage_cont .sub_info_txt{margin-top: 120px;}

.westjet_destinations_link a{color: #181F5C;text-decoration: none;margin-right: 40px;}
.westjet_destinations_link svg{vertical-align: middle;}

.athome_testing_link a{color: #181F5C;text-decoration: none;margin-right: 100px;}
.athome_testing_link svg{vertical-align: middle;}
.request_clearance_section{
    background-color: #181F5C;
    padding: 64px 0 0 24px;
}
.request_clearance_section h4{color: #fff; margin-bottom: 24px;}
.request_clearance_section p{color: #fff;}
.request_clearance_section .btn{
    background-color: #00AAA5;
    font-size: 16px;
    width: 100%;
    margin-top: 40px;
}
.request_clearance_section .inner_section{
    width: 312px;
}
.records_cleared_flight{
    margin: 120px 0 0 0;
}
.records_cleared_flight img{
    margin-top: 40px;
}
.validatedlab_section .ava_testlisting{
    padding: 0 24px 24px 24px;
    height: 648px;
    width: 360px;
    overflow: hidden;
}
.validatedlab_section .ava_testlisting p {
    text-align: left;
    margin-top: 0;
}
.validatedlab_section .ava_testlisting .img {
    height: 248px;
    margin: 0 -24px 24px -24px;
}
.validatedlab_section .ava_testlisting .img img {
    max-height: 248px;
}
.validatedlab_section h3{
    margin-bottom: 40px;
}
.validatedlab_section{margin-bottom: 120px;}
.step_pages{
    padding: 64px 0 0 0;
}
.info_span{
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}
.btns_section{margin-top: 64px;}
.why_do_need_section{margin-top: 64px;}
.text_title{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
.form-control{
    border-radius: 6px;
    border: 1px solid #A9ABAE;
    height: 48px;
    background-color: #F7F9FB;
    color: #7D808B;
    font-size: 16px;
    line-height: 32px;
    padding: 0 12px;
    margin-bottom: 10px;
    width: 100%;
}
.flight_search .btn{
    width: 168px;
    margin-top: 36px;
    margin-bottom: 10px;
}
.flight_search .btn svg{
    vertical-align: middle;    
}
.flight_details{
    border-top: 1px solid #A9ABAE;
    border-bottom: 1px solid #A9ABAE;
    padding: 24px 0;
    margin-bottom: 24px;
    margin-top: 40px;
}
.flight_travel_cleared{
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}
.flight_details p{
    margin: 0;
}
.flight_details .flight_number{
    margin-bottom: 8px;
    font-family: 'latobold';
}
.flight_details .flight_route span{
    font-family: 'latobold';
    font-size: 24px;
    line-height: 40px;
    vertical-align: middle;
}
.flight_details .route_arrow{    
    margin: 0 15px;
}
.flight_details .flight_date{
    margin-top: 8px;
}
.flight_details .flight_route{
    float: left;
    padding-right: 15px;
}
.flight_details .clearance_status{
    float: left;
    padding: 0 15px 0 15px;
}
.flight_details .change_flight{
    float: right;
    padding: 0 0 0 15px;
}

.flight_details .clearance_status .required{
    color: #F25A6C;
}
.flight_details .clearance_status .not_required{
    color: #0E863B;
}
.flight_details .change_flight a{
    color: #181F5C;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}
.flight_details .user_name{
    margin-top: 24px;
}
.flight_details .clearedfor_Travel{
    float: right;
    padding-left: 15px;
}
.flight_details .clearedfor_Travel svg{
    vertical-align: middle;
    margin-right: 24px;
    float: left;
}
.flight_details .clearedfor_Travel span{
    font-size: 32px;
    line-height: 48px;
    align-items: center;
    float: left;
}
.flight_details .clearedfor_Travel span span{
    font-size: 18px;
    line-height: 32px;
    float: none;
    vertical-align: middle;
    display: inline-block;
    margin-left: 24px;
    color:#181F5C;
}
.flight_details .clearedfor_Travel .green{
    color: #0E863B;
    padding: 14px 0;
}
.flight_details .clearedfor_Travel .red{
    color: #F25A6C;
    padding: 14px 0;
}
.flight_details.flight_travel_cleared .flight_route{
    float: none;
    padding: 0 0 40px 0;
}
.flight_details.flight_travel_cleared .clearedfor_Travel{
    float: none;
    padding-left: 0px;
}
.azova_clearance img{max-height: 432px;}
.azova_clearance{margin-top: 64px;border-bottom: 1px solid #A9ABAE;padding-bottom: 64px;}
.playstore_btn img{max-height: 40px;}
.playstore_btn .app_store{margin-right: 24px;}
.playstore_btn{margin-top: 64px;}
.trv_clr_need_help_section{margin-top: 120px;}
.step1clearance h4{margin-bottom: 40px;}
.step1clearance{    
    margin-bottom: 40px;
}
.safe_travels_steps{
    margin: 64px -15px 0px -15px;
    text-align: center;
}
.safe_travels_steps .step_list{
    margin-bottom: 64px; 
    padding: 0 15px;
    width: 366px;
    display: inline-block;
    vertical-align: top;
}
.safe_travels_steps .step_list .stepno{
    border: 2px solid #181F5C;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #181F5C;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    margin-bottom: 40px;
}
.safe_travels_steps .step_list img{
    max-height: 144px;
    margin: 0 0 40px 0;
}
.hawii_another_cler_btn{
    border-top: 1px solid #A9ABAE;
    padding-top: 64px;
}
.somewhere_test_section svg{vertical-align: middle;}
.somewhere_test_section a{margin-top: 20px;display: inline-block;}
.somewhere_test_section{margin-bottom: 80px;}
.video_ava_testlisting{
    width: 100%;
    box-shadow: 0px 4px 18px 2px rgb(24 31 92 / 8%);
    border-radius: 6px;
    background-color: #FFFFFF;  
    position: relative;
    overflow: hidden;
}
.at-home-page .test_available_tab{margin-bottom: 64px;}
.tv_banner_section{
    padding: 24px 0 64px 0;
    background-color: #181F5C;
    color: #fff;
    margin-bottom: 40px;
}    
.tv_banner_section h1 {
    color: #fff;
}

.button_section {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 40px;
}
.button_section .btn_list {
    width: 360px;
    height: 528px;
    box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.08);
    border-radius: 6px;
    background-color: #fff;
    padding: 24px;
    margin: 0 12px 40px 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;
    float: left;
}
.button_section .btn_list img {
    max-height: 144px;
    display: block;
    margin: 0 auto;
}
.button_section .btn_list p {
    color: #181F5C;
    font-size: 18px;
    line-height: 32px;
    font-family: 'latobold';
    text-align: center;
    margin-bottom: 24px;
    margin-top: 24px;
}
.button_section .btn_list a {
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px;
    font-family: 'latobold';
    background: #181F5C;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    padding: 8px 3px;
    text-align: center;
    margin-top: auto;
}
.button_section .btn_list ul{list-style-type: disc;padding: 0; margin: 0 0 0 20px;}
.button_section .btn_list ul li{font-size: 16px; line-height: 32px;}
.us-ca-uk-page .breadcrumb{margin-top: 24px;}
.entry_requirements {
    box-shadow: 0px 4px 18px 2px rgb(24 31 92 / 8%);
    -webkit-box-shadow: 0px 4px 18px 2px rgb(24 31 92 / 8%);
    border-radius: 16px;
    border: 1.5px solid #181F5C;
    background-color: #F7F9FB;
    padding: 40px 40px 40px 40px;
    margin: 40px 0 15px 0;
}
.test_entry_requirements{
    margin: 120px 0;
}
.us-ca-uk-page .step_listing{padding-top: 0;}
.test_lists .btn{margin-top: 50px;}
.test_lists{padding: 90px 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;
}
.entry_requirements .entry_requirements_btn{margin-top: 56px;}
.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;}
.home_page_entry_requirements{margin-top: 120px;}
.us-ca-page .graph_tab{margin-bottom: 80px;}
.azovapcr-page .breadcrumb{margin-top: 24px;}
.test-result-confirmation-banner{padding: 64px 0 0 0;}
.faq_qst_section{margin-bottom: 24px;}
.faq_qst_section:last-child{margin-bottom: 0;}
.faq_qst_section_main{border-top: 1px solid #A9ABAE;border-bottom: 1px solid #A9ABAE;padding: 64px 0;}
.test-result-confirmation-page .negativeresult_section{margin-bottom: 64px;}
.no_step_lists .stepno {
    border: 2px solid #181F5C;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #181F5C;
    text-align: center;
    line-height: 44px;
    display: inline-block;    
}
.no_step_lists .step_details{
    display: inline-block;
    width: calc(100% - 55px);
    padding-left: 24px;
    vertical-align: middle;
}
.no_step_lists .no_step_list{margin-bottom: 40px;}
.confirmation_before_begin-page{padding-top: 64px;}
.home_page .negativeresult_section{margin-top: 64px;}
.wouldlike_section{
    text-align: center;
    border: 2px solid #181F5C;
    border-radius: 24px;
    padding: 32px 32px 0 32px;
    margin-bottom: 120px;
}
.wouldlike_section .wouldlike_btn{
    padding: 80px 0;
}
.wouldlike_section .wouldlike_btn .btn{margin: 0 12px;font-size: 16px;}
.azova_partner_logo{
    padding: 64px 40px 20px 40px;
    text-align: right;
}
.travelin_tab{margin-top: 64px;margin-bottom: 40px;}
.travelin_tab > ul{
    border-bottom: 0;
    margin-bottom: 64px;
}
.travelin_tab > ul li{
    margin-bottom: 0px;
    margin-right: 24px;
    width: calc(100% / 2 - 16px);
}
.travelin_tab > ul li:last-child{
    margin-right: 0px;
}
.travelin_tab > ul li a{
    background: rgba(24, 31, 92, 0.04);
    border-radius: 72px;
    text-align: center;
    color: #181F5C;
    font-size: 24px;
    line-height: 40px;
    border: 0;
    padding: 16px 5px;
}
.travelin_tab > .nav-tabs > li > a:hover,
.travelin_tab > .nav-tabs > li > a:focus,
.travelin_tab > .nav-tabs > li.active > a, 
.travelin_tab > .nav-tabs > li.active > a:hover, 
.travelin_tab > .nav-tabs > li.active > a:focus{
    background-color: #181F5C;;
    border: 0;
    color: #fff;
}

.travelin_area_tab{margin-top: 32px;}
.travelin_area_tab > ul{
    border-bottom: 0;
    margin-bottom: 40px;
}
.travelin_area_tab > ul li{
    margin-bottom: 0px;
    margin-right: 24px;
    width: calc(100% / 3 - 16px);
}
.travelin_area_tab > ul li:last-child{
    margin-right: 0px;
}
.travelin_area_tab > ul li a{
    background: #fff;
    border-radius: 32px;
    text-align: center;
    color: #181F5C;
    font-size: 24px;
    line-height: 32px;
    border: 2px solid transparent;
    padding: 14px 05px;
}
.travelin_area_tab > .nav-tabs > li > a:hover,
.travelin_area_tab > .nav-tabs > li > a:focus,
.travelin_area_tab > .nav-tabs > li.active > a, 
.travelin_area_tab > .nav-tabs > li.active > a:hover, 
.travelin_area_tab > .nav-tabs > li.active > a:focus{
    background-color: #fff;
    border:2px solid #181F5C;
    color: #181F5C;
}

.destination_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.destination_list .flag_img{
    width: 48px;
    vertical-align: middle;
}
.destination_list .city_name{
    margin-left: 4px;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'latobold';
    color: #181F5C;
}
.destination_list .to{
    margin: 0 20px;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'latobold';
    color: #181F5C;
}
.destination_list li a{text-decoration: none;}
.destination_list li{margin-bottom: 25px;}
.wjs_az_note{
    border-radius: 6px;
    border: 1px solid #181F5C;
    padding: 24px;
    font-size: 16px;   
    margin-bottom: 64px;
}
.travel_section_div .city_name{
    font-size: 32px;
    line-height: 48px;
    font-family: 'latobold';
    float: left;
}
.travel_section_div svg{margin: 0 20px; float: left;margin-top: 6px;}
.travel_section_div .switch{margin: 11px 0 0 40px; float: left;}
.travel_section_div .switch svg{margin: 0 10px 0 0;}
.travel_section_div .clea_req_boarding{color: #F25A6C; float: right; margin: 10px 0 0 0; font-family: 'latobold';}
.travel_section_div .clea_req_boarding a{color: #F25A6C;}
.travel_section_div .clea_req_boarding.green-text{color: #0E863B;}
.travel_section_div .clea_req_boarding svg{float: none; margin: 0 0 0 15px;cursor: pointer;}
.travel_section_div{margin-top: 64px;margin-bottom: 24px;}
.flight_rout_table{
    border: 1px solid #181F5C;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 40px;
}
.flight_rout_table .flight_rout_cal{
    float: left;
    width: 33%;
}
.flight_rout_table .title{
    padding: 8px;
    display: block;
    border-bottom: 1px solid #181F5C;
    font-family: 'latobold';
}
.flight_rout_table .disc{
    padding: 24px 8px;
    display: block;
    font-size: 24px;
    line-height: 40px;
    font-family: 'latobold';
}
.travel_test_box .test_box_title{margin: 40px 12px 24px 12px;}
.negativeresult_section.desti_neg_section{margin-top: 0;}
.country_naga_section{margin: 80px 0;}
.number_list .stepno{
    border: 2px solid #181F5C;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #181F5C;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
}
.number_list .step_cont{
    width:calc(100% - 55px);
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
}
.number_list > div{margin-bottom: 25px;}
.test_purchase_modal .modal-dialog{
    width: auto;
    max-width: 600px;
}
.test_purchase_modal .modal-header{
    border: none;
}
.test_purchase_modal .btn_div{margin-top: 40px;}
.test_purchase_modal .btn_div .btn{margin-top: 40px;}
.test_purchase_modal .modal-header .close{
    position: absolute;
    top: 3px;
    right: 6px;
    z-index: 1;
}
.translate_section{text-align: left;}
.translate_section span{display: none;}
.translate_section .goog-te-gadget {color: transparent;font-size: 0; line-height: 0;}
.translate_section select{color: #333; margin: 0!important;}
.goog-te-banner-frame.skiptranslate {display: none !important;} 
body{top: 0px !important; position: static !important; height: auto !important;}
.trans-section {
    margin: 0px 0px 30px 0px!important;
}
.trans-section .btn {width: auto; padding: 0px 0px; border-radius: 0 !important;background-color: transparent !important;color: white !important;}
.trans-section .btn .flag-icon{margin-right: 10px; width: 32px; line-height: 24px;}
.trans-section .btn .caret{margin-left: 10px; margin-top: 5px;}
.trans-section .btn-group li a i{display: none;}
.trans-section .btn .filter-option{font-size: 16px;line-height: 32px; font-family: 'latobold';}
.trans-section .btn-group li a:focus {
    outline: none;
    outline-offset: 0px;
}
.trans-section .btn-group li a:hover,.trans-section .btn-group li a:focus{background-color: rgba(24, 31, 92, 0.20);}
.test_box_available_tab .nav-tabs{float: none;margin-bottom: 40px;margin-top: 40px;}
.test_box_available_tab .nav-tabs > li {
    margin: 0 40px 0 0px;
}
.test_box_available_tab .nav-tabs li > a{
    font-size: 24px;
    color: rgba(24, 31, 92, 0.5);    
}
.test_box_available_tab {
    margin-bottom: 0;
}
.return_top_link{
    background-color: #026389;
    border-radius: 50%;
    display: none;
    position: fixed;
    bottom: 30px;
    left: 50px;
    z-index: 222;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.return_top_link span{
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    width: 17px;
    height: 17px;
    top: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ship_add_txt{
    margin-top: 15px;
}
.ship_add_txt img{
    width: 40px;
    border-radius: 3px;
    margin-right: 10px; 
}
.ship_add_txt span{
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
}
.dropdown_btn .dropdown-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropdown_btn .dropdown-menu >li{
    margin-bottom: 5px;

}
.dropdown_btn .dropdown-menu li > a{    
    padding: 7px 24px;
    font-family: 'latoregular';
    white-space: normal;
    color: #333333;
}
.dropdown_btn .dropdown-menu > li > a:hover, .dropdown_btn .dropdown-menu > li > a:focus {
    background-color: rgba(24, 31, 92, 0.08);
}
.ava_testlisting .dropdown_btn {margin: auto 0 0 0;}
.home_top_section h1{margin-bottom: 24px;}
.az_logo{margin:  24px 24px 0 24px}
.az_logo img{max-height: 56px;}
.tasting_tail{
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.tasting_tail .option{
    height: 400px;
    width: 552px;
    box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.08);
    border-radius: 6px;
    background-color: #fff;
    float: left;
    margin: 0 12px 24px 12px;
    padding: 24px 24px 30px 24px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tasting_tail .option .btn{}
.tasting_tail .option img{
    max-height: 130px;
    margin: auto;
}
.tasting_tail .option p{
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    margin-bottom: 6px;
}
.tasting_tail .option .title{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 8px;
}
.usfs_azova_logo img{max-height: 48px; margin: 0 20px;}
.usfs_azova_logo p{margin-top: 30px;}
.usfs_azova_logo{margin-top: 68px;}
.testkit_section{
    margin-bottom: 120px;
    margin-top: 60px;
}
.azovapcr_banner_section img{margin-top: 60px;}
.self_test_modal .modal-dialog{width: auto; max-width: 984px;}
.self_test_modal .modal-header{border-bottom: 0;text-align: center;}
.self_test_modal .modal-header h4{font-family: 'Latomedium';}
.self_test_modal .modal-header .close{position: absolute;top: 3px;right: 5px;z-index: 1;}
.self_test_til{
    margin-left: 12px;
    margin-right: 12px;
}
.self_test_til .option{
    height: 264px;
    width: 360px;
    box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.08);
    border-radius: 6px;
    background-color: #fff;
    float: left;
    margin: 0 12px 24px 12px;
    padding: 16px 24px 0 24px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.self_test_til .option img{margin: auto;max-height: 96px;}
.self_test_til .option p{font-size: 14px;line-height: 24px;margin: 0;}
.self_test_til .option .title{font-size: 16px;line-height: 24px;margin: 0;}
.self_test_til .option .btn{
    border-radius: 0 0 6px 6px;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
}