@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;
}
body{
    font-family: 'nunito_sanslight';
    color: #333333;
    font-size: 18px;
    background-color: #fff;
    /*line-height: 32px;*/
}
.bg-white{background-color: #fff;}
.gry_txt{color: rgba(51, 51, 51, 0.50);}
img{max-width: 100%;}
.text-16{font-size: 16px;}
.text-14{font-size: 14px;}
.text-10{font-size: 10px;}
.p-l-0{padding-left: 0;}
.p-r-0{padding-right: 0;}
.m-b-sm{margin-bottom: 10px;}
.m-b-md{margin-bottom: 20px;}
.m-b-lg{margin-bottom: 30px;}
.m-t-sm{margin-top: 10px;}
.m-t-md{margin-top: 20px;}
.m-t-lg{margin-top: 30px;}
h1,h2,h3,h4,h5,h6{margin: 0; line-height: 1;}
h1{
    font-family: 'nunito_sansbold';
    font-size: 56px;
    line-height: 72px;
    color: #fff;
}
h2{
    font-family: 'nunito_sansbold';
    font-size: 36px;
    line-height: 56px;
    color: #026389;
}
h3{
    font-size: 24px;
    line-height: 40px;
    color: #026389;
    font-family: 'nunito_sansbold';
    margin-bottom: 15px;
}
strong{font-family: 'nunito_sansbold';font-weight: normal;}
p{margin: 0 0 15px;}
.btn {
    color: #fff;
    background-color: #F79727;
    width: 360px;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'nunito_sansbold';
    padding: 12px 0;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
}
.btn:hover,.btn:focus{
    color: #fff;
    background-color: #F79727;
}
.text-lower{text-transform:none !important;font-family: 'nunito_sansbold';letter-spacing: normal;}
.gray-bg{background-color: #F7F9FB;}
.dy-padding-left,.dy-padding-right{visibility: hidden;}
input:focus{outline: none;}
.orange-text{color: #F79727;}
.red-text{color: #F25A6C;}
a.orange-text:hover,a.orange-text:focus{color: #F79727;}
.lower_alpha_list{list-style: lower-alpha;}
.custom-ck-box{
    position: relative;
    font-size: 16px;
    padding: 0 10px 0 24px;
    font-family: 'nunito_sansregular';
    font-weight: normal;
}
.custom-ck-box input{
    opacity: 0;
    display: none;
}
.custom-ck-box .ck-mark{
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #026C90;
    border-radius: 50%;
}
.custom-ck-box input:checked ~ .ck-mark:before{
    content: "";
    background-color: transparent;
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    border-bottom: 2px solid #026C90;
    height: 8px;
    border-right: 2px solid #026C90;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*header start*/
.menu_container{padding: 0 40px; }
header{
    padding: 18px 0;
    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);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
}
.logo{
    width: 155px;
    display: inline-block;
}
.logo img{
    max-height: 44px;
}
header .navbar{
    display: inline-block;
    width: calc(100% - 355px);
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    min-height: 1px;
}
header .navbar-collapse{
    padding-right: 0px;
    padding-left: 0px;
}
header .navbar-nav{
    float: right;
}
header .nav > li > a{
    padding: 5px;
    color: #333333;
    font-family: 'latoregular';
    font-size: 14px;
    margin: 0 40px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
header .nav > li.btn_menu > a{
    color: #FFFFFF;
    background-color: #2461A4;
    border-radius: 6px;
    padding: 6px 17px;
}
header .nav > li:last-child a{margin-right: 0;}
header .nav > li:first-child a{margin-left: 0;}
header .nav > li > a:hover, header .nav > li > a:focus,header .nav > li.active > a{
    background-color: transparent;
    color: #F79727;
}
header .nav > li.btn_menu > a:hover,
header .nav > li.btn_menu > a:focus,
header .nav > li.btn_menu.active > a{
    background-color: #2461A4;
    color: #FFFFFF;
}
.navbar-toggle .icon-bar{
    background-color: #7D808B;
}
.navbar-toggle {
    border-color: #7D808B;
    position: absolute;
    top: 8px;
    right: 16px;;
    margin: 0;
    cursor: pointer;
}
.navbar .dropdown-menu li a{padding: 3px 10px!important;color: #333333;font-family: 'nunito_sansregular';font-size: 14px;}
.navbar .dropdown-menu{min-width: 260px;}
.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 {
    background-color: transparent;
    color: #F79727;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background-color: transparent;}
.navbar .dropdown ul.dropdown-menu{max-height: none;}
.covid-menu .menu-label a{font-weight: bold;}
.navbar .dropdown-menu.covid-menu li a{padding: 3px 10px 3px 25px !important;}
.navbar .dropdown-menu.covid-menu .menu-label a{padding: 3px 10px 3px 10px !important;}
header .costco_logo{max-height: 44px;}
.costco_link{
    font-family: 'latoregular';
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
    width: 167px;
    vertical-align: middle;
    margin-left: 20px;
}
.costco_link:hover,.costco_link:focus{
     color: #333333;
     text-decoration: none;
}
.costco_link span{
   text-decoration: underline;
   margin-left: 20px;
   display: inline-block;
}
.costco_link svg{vertical-align: middle;}
/*header end*/
/*footer start*/
footer{
    padding: 20px 0;
    text-align: center;
}
.footer-logo img{
    max-height: 56px;
}
.footer-txt{
    display: inline-block;
    font-size: 13px;
    color: #A9ABAE;
    font-family: 'nunito_sansregular';
    margin-top: 15px;
}
/*footer end*/
.suite-pricing-banner {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 64px 0;
}
.banner {
    position: relative;
}
.suite-pricing-banner:before {
    background-color: #026389;
    opacity: 0.50;
}
.banner:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .banner-text {
    background-color: rgba(2, 99, 137, 0.65);
    position: relative;
    z-index: 1;
    padding: 67px 0;
}
.suite-pricing-banner .banner-text p{
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: 'nunito_sansregular';
    margin: 24px 0 0 0
}
.suite-pricing-banner .btn{margin-top: 40px;}
.sidebar_menu{
    width: 210px;
    padding: 0 0 0 0;
    position: fixed;
    display: inline-block;
    left: 0;
    /*top: 0;*/
    bottom: 0;
    height: 240px;
    margin: auto;
    z-index: 999;
    display: none;
}
.main_section{
    float: left;
    width: calc(100% - 210px);
    padding: 30px 130px 0 68px;
}
.sidebar_menu ul{
    margin: 0;
    padding: 0;
}
.sidebar_menu ul li{}
.sidebar_menu ul li a{
    display: inline-block;
    width: 100%;
    padding: 7px 5px;
    text-align: center;
    font-size: 24px;
    background-color: #F7F9FB;
    border-radius: 0 6px 6px 0;
    color: #026389;
    font-family: 'nunito_sansbold';
    outline: none;
    text-decoration: none;
}
.sidebar_menu ul li a:hover,.sidebar_menu ul li a.active{
    text-decoration: none;
    color: #fff;
    background-color: #026389;
}
.stickers_img img{width: 90%; margin-top: 32px;}
.testing_section h2{
    margin-bottom: 32px;
    margin-top: 34px;
}
.testing_section{
    padding: 34px 0 0 0;
}
.testing_section .btn{
    margin: 64px 0;
}
.disc_list{
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
}
.number_list{
    list-style: decimal;
    margin: 0;
    padding: 0 0 0 20px;
}
.disc_list li,.number_list li{margin-bottom: 15px;}
.test_table {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
}
.test_table tr > th, .test_table tr > td {
    text-align: center;
    padding: 5px 10px;
    width: 178px;
    font-family: 'nunito_sansbold';
}
.test_table tr > td {
    padding: 15px 0;
    font-size: 18px;
}
.test_table tr > th {
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    font-size: 20px;
}
.test_table tr > th:first-child, .test_table tr > td:first-child {
    width: 458px;
    text-align: left;
}
.test_table tr:last-child > td {
    /* border-bottom: 1px solid #333333;*/
}
.page_center_banner_main {
    background-color: #026389;
    margin-bottom: 64px;
}
.page_center_banner.img_2 {
    background-image: url(../images/img2.png);
}
.page_center_banner.img_3 {
    background-image: url(../images/img3.png);
}
.page_center_banner.img_4 {
    background-image: url(../images/img5.png);
}
.page_center_banner {
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0;
    background-size: 70%;
    text-align: center;
    position: relative;
}
.page_center_banner:before {
    content: "";
    display: inline-block;
    background-color: #026389;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
}
.page_center_banner .page_center_banner_text {
    background-color: rgba(2, 99, 137, 0.80);
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
.page_center_banner h6 {
    font-size: 48px;
    color: #FFFFFF;
    font-family: 'nunito_sansbold';
    margin-bottom: 10px;
    line-height: 56px;
}
.page_center_banner p {
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'nunito_sansregular';
    line-height: 40px;
    margin: 0;
}
.management_section .btn_section{
    padding: 40px 0 64px 0;
    text-align: center;
}
.management_section .btn_section h3{
    margin-bottom: 64px;
}
.credentials_img{
    width: 66%;
    display: block;
    margin: 80px auto 80px auto;
}
.credentials_section .btn_section h3{
    margin-bottom: 64px;
}
.credentials_section .btn_section{
    padding-bottom: 64px;
    text-align: center;
}
.telemedicine_img{
    width: 79%;
    display: block;
    margin: 64px auto 64px auto;
}
.telemedicine_section .btn_section{
    text-align: center;
    padding-bottom: 64px;
}
.telemedicine_section .btn_section h3{
    margin-bottom: 64px;
}
.contact_us h2{
    border-bottom: 1px solid #A9ABAE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contact_us .form-group label{
    font-size: 14px;
    font-family: 'nunito_sansbold';
    margin-bottom: 8px;
}
.form-control:focus{
    box-shadow: none;
    border-color: #A9ABAE;
}
.form-control{
    border: 1px solid #A9ABAE;
    border-radius: 6px;
    background-color: #F7F9FB;
    padding: 0 8px;
    height: 40px;
    margin-bottom: 20px;
    font-size: 14px;
}
textarea.form-control{
    height: 120px;
    padding: 10px 8px;
    resize: none;
}
.submit_btn{
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-family: 'latobold';
    background-color: #026389;
    border-radius: 6px;
    border:none;
    padding: 11px 10px;
    color: #fff;
    outline: none;
    margin: 50px 0 24px 0;
}
.submit_btn:focus{
    outline: none;
}
.contact_us .btn_txt{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-family: 'latobold';
}
.stickers{padding: 120px 0;}
.stickers img{width: 90%;}
.contact_us{padding-top: 64px;}
.form_section {padding: 25px 0 0 0;}
.contact_us .img_section{
    padding-top: 75px;
    text-align: right;
}
.contact_us .img_section img{
    width: 90%;
}