@font-face {
    font-family: 'Futura PT Bold';
    src: url('../fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Medium';
    src: url('../fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Demi';
    src: url('../fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('../fonts/FuturaPT-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansregular';
    src: url('../fonts/nunito-sans.regular-webfont.woff2') format('woff2'),
        url('../fonts/nunito-sans.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansbold';
    src: url('../fonts/nunitosans-bold-webfont.woff2') format('woff2'),
        url('../fonts/nunitosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sanslight';
    src: url('../fonts/nunitosans-light-webfont.woff2') format('woff2'),
        url('../fonts/nunitosans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansblack';
    src: url('../fonts/nunito-sans.black-webfont.woff2') format('woff2'),
        url('../fonts/nunito-sans.black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sanssemibold';
    src: url('../fonts/nunitosans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/nunitosans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
        url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
        url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Latomedium';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'latoregular';
    color: #181F5C;
    font-size: 18px;
    background-color: #fff;
    counter-reset: section;
    line-height: 32px;
}
.bg-white{background-color: #fff;}
.gry_txt{color: #A9ABAE;}
.gray-bg{background-color: #F7F9FB;}
.orange-text{color: #F79727;}
.red-text{color: #F25A6C;}
.blue-text{color:  #181F5C;}
.font-20{font-size: 20px;}
.font-14{font-size: 14px; line-height: 20px;}
a.orange-text:hover,a.orange-text:focus{color: #F79727;}
a.blue-text:hover,a.blue-text:focus{color: #181F5C;}
img{max-width: 100%;}
.p-l-0{padding-left: 0;}
.p-r-0{padding-right: 0;}
.p-t-0{padding-top: 0;}
.m-b-sm{margin-bottom: 10px;}
.m-b-md{margin-bottom: 20px;}
.m-b-lg{margin-bottom: 30px;}
.m-t-sm{margin-top: 10px;}
.m-t-md{margin-top: 20px;}
.m-t-lg{margin-top: 30px;}
.m-r-lg {margin-right: 30px;}
.m-r-md {margin-right: 15px;}
.m-l-md {margin-left: 15px;}

h1,h2,h3,h4,h5,h6{margin: 0; line-height: 1;}
h1{
    font-family: 'latoregular';
    font-size: 48px;
    letter-spacing: 0.48px;
    color: #181F5C;
    line-height: 72px;
}
h2{
    font-family: 'latoregular';
    font-size: 36px;
    color: #181F5C;
    line-height: 56px;
}
h4{
    font-family: '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;;
}
.banners_btns .btn{
    width: 264px;
    padding: 5px;
    font-size: 18px;
    margin: 9px;
    line-height: 24px;
    ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 88px;
}
.banners_btns{
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: 30px;
    width: 580px;
}
.dy-padding-left,.dy-padding-right{visibility: hidden;}
input:focus{outline: none;}
/*header start*/
header{
    padding: 20px 0;
    /*    position: fixed;
        top: 0;
        left: 0;
        right: 0;*/
    z-index: 999;
    /*background-color: #fff;*/
    position: relative;
}
/*.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: 32px;
}
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% - 186px);
    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{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;
    border-bottom: 1px solid #181F5C;
}
.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: 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;
}
.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;}
/*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;}
.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;}
/*footer end*/
/*.img_banner:before{
    content: "";
    display: inline-block;
    background-image: url(../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(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 44px;
    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{
    border-bottom: 1px solid #fff;
}
.img_banner .logo svg path{fill:#fff;}
.img_banner .navbar-nav li a{color: #fff;}
.img_banner_two{
    background-image: url(../images/banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 22%;
    margin-bottom: 40px;
}
.img_banner_two:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(21, 77, 118, 0.5) 0%, rgba(24, 31, 92, 0) 100%);
}
.img_banner_two .logo svg path{fill:#fff;}
.img_banner_two .navbar-nav li a{color: #fff;}
.img_banner_three{
    background-image: url(../images/banner3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-bottom: 22%;
    margin-bottom: 40px;
}
.img_banner_three:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(21, 77, 118, 0.5) 0%, rgba(24, 31, 92, 0) 100%);
}
.img_banner_three .logo svg path{fill:#fff;}
.img_banner_three .navbar-nav li a{color: #fff;}
.fild-label {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'latobold';
    line-height: 24px;
}
.corona_banner{
    padding: 56px 0 64px 0;
}
.banner-text h1{margin-bottom: 24px;}
.banner-text .banner_sub_txt{
    color: #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: 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: 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 15px 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;
    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(../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: 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;
}
.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 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;}

/*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{font-family: 'latobold'; 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*/ 
.top_banner_sectopn h1{color: #fff; text-align: center; margin-top: 100px;margin-bottom: 32px;}
.widget_section{
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 15PX;
}

.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;
}
.offer_locations .location_list span{
    /*vertical-align: middle;  to fix the flag*/
}
.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(../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: 64px 0;}
.test_listing.left_img .img_col{
    float: right;
}
.test_listing .offer_locations{
    margin-top: 50px;
}
.return_travel_test{
    margin-top: 64px;
    margin-bottom: 64px;
}
.return_travel_test .btn{
    margin-top: 64px;
}
.need_help_section {
    margin-top: 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; 
}