@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-ad08c760a2a5.woff2') format('woff2'),
        url('/_shared/nunitosans-semibold-webfont-00b77d5d6c43.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;
}
body{
    font-family: 'nunito_sanslight';
    color: #333333;
    font-size: 20px;
    background-color: #fff;
}
.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;}
.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: 'Futura PT Demi';
    font-size: 48px;
    letter-spacing: 0.48px;
    color: #fff;
    text-transform: uppercase;
    line-height: 61px;
}
h2{
    font-family: 'nunito_sanslight';
    font-size: 36px;
    color: #026389;
    letter-spacing: -0.36px;
}
strong{font-family: 'nunito_sansbold';font-weight: normal;}
p{margin: 0 0 20px;}
.btn {
    color: #fff;
    width: 370px;
    border-radius: 7px;
    font-size: 16px;
    font-family: 'Futura PT Bold';
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 9px 0;
    cursor: pointer;
    letter-spacing: 1.6px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 21px;
    white-space: normal;
}
.text-lower{text-transform:none !important;font-family: 'nunito_sansbold';letter-spacing: normal;}
.btn.md{width: 400px}
.btn.md2{width: 470px}
.btn.xl{width: 570px}
.btn.sm{width: 270px}
.orange-btn{background-color: #F79727;}
.orange-btn:hover,.orange-btn:focus{
    background-color: transparent;
    border-color: #F79727;
    color: #F79727;
}
.blue-btn{background-color: #026389}
.blue-btn:hover,.blue-btn:focus{
    background-color: transparent;
    border-color: #026389;
    color: #026389;
}
.white-btn{
    background-color: #fff;
    color: #026389;
}
.btn.white-btn:hover,.btn.white-btn:focus{
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.blue-outline-btn{
    background-color: transparent;
    border-color: #026389;
    color: #026389;
}
.blue-outline-btn:hover,.blue-outline-btn:focus{
    color: #fff;
    background-color: #026389;
}
.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;}

/*footer start*/
footer img{max-height: 52px;}
footer{background-color: #4E5264;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: 45px;}
footer li a{color: #fff; font-size: 16px;}
footer li a:hover,footer li a:focus{text-decoration: none; color: #fff;}
footer li{margin-bottom: 5px;}
footer .fild-label{margin-bottom: 15px;color: #fff;border-bottom: 1px solid rgba(255, 255, 255, 0.25);padding-bottom: 15px;}
/*footer end*/
/*new_footer start*/
footer.new_footer{background-color: #fff; padding: 0 0 30px 0;}
.new_footer .footer-logo {
    width: 170px;
    display: inline-block;
    float: none;
}
.new_footer .footer-logo img {
    max-height: 72px;
}
.new_footer .footer-bootm-taxt {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    border: 0;
}
.new_footer .footer-bootm-taxt .footer-txt {
    display: inline-block;
    font-size: 12px;
    color: #333333;
    font-family: 'nunito_sansregular';
}
/*new_footer end*/

.banner p{
    color: #fff;
    font-family: 'Futura PT Medium';
    font-size: 24px;
    margin: 0;
}
.banner,.banner2{
    position: relative;
}
.banner .banner-text {
    padding: 80px 0 80px 0;
}
.banner2 .banner-text {
    padding: 60px 0 60px 0;
}
.banner .banner-text p{
    padding: 40px 0 60px 0;
}
.banner2 .banner-text p{
    padding: 20px 0 40px 0;
}
.banner:before,.banner2:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner2 h1{
    font-family: 'nunito_sansbold';
}
.banner2 .banner-text p{
    font-family: 'nunito_sansregular';
    color: #fff;
    font-size: 24px;
}
.provider-banner{
    background-image: url('https://www3.azova.com/images/provider-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 80px;
}
.provider-banner:before{
    background-image: linear-gradient(180deg, #F79727 0%, #C6700B 100%);
    opacity: 0.65;
}
.provider-img-section img{width: 100%; height: 450px;}
.provider-img-section{
    padding: 80px 0 80px 0;
}
.how-it-work .title h2{margin-bottom: 80px;}
.how-it-work .steps h2{margin-bottom: 20px;}
.how-it-work .btn{margin-top: 120px;margin-bottom: 130px;}
.img-cont-section .btn{margin-top: 60px;}
.img-cont-section h2{margin-bottom: 20px;}
.img-cont-section p{margin-bottom: 15px;}
.img-cont-section .img-cont-list{
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 170px;
}
.send-patients-text{margin-bottom: 120px;}
.send-patients-text img{margin-top: 80px;}
.last-section-bottom-space{margin-bottom: 120px;}
.pharmacists-banner .banner-text h1{color: #026389;}
.pharmacists-banner .banner-text p{color: #333333}
.pharmacists-banner{
    background-image: linear-gradient(180deg, #EAEDF1 0%, #FFFFFF 100%);
    margin-bottom: 80px;
}
.pharmacists-banner img{
    margin-top: 95px;
}
.contact-us-banner{
    background-image: linear-gradient(180deg, #EAEDF1 0%, #FFFFFF 100%);
    margin-bottom: 80px;
}
.contact-us-banner .banner-text h1{color: #026389;}
.clinical-services-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.clinical-services-list ul li{
    display: inline-block;
    /*    float: left;*/
    padding-right: 10px;
    margin-bottom: 20px;
    position: relative;
    width: 33%;
    padding-left: 31px;
    vertical-align: top;
}
.clinical-services-list ul li:before{
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 2px solid #026C90;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}
.clinical-services-list ul li:after{
    content: "";
    background-color: transparent;
    position: absolute;
    left: 8px;
    top: 7px;
    width: 6px;
    border-bottom: 2px solid #026C90;
    height: 10px;
    border-right: 2px solid #026C90;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.clinical-services-list{margin-top: 80px;}
.img-cont-section .single-interface-list .cont-section{padding-top: 80px;}
.btn-magin{margin-top: 80px; margin-bottom: 80px;}
.clinical-services-details .btn{margin-top: 120px;}
.pharma-brands-banner{
    background-image: url('https://www3.azova.com/images/pharma-brands-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 80px;
}
.pharma-brands-banner:before{
    background-image: linear-gradient(180deg, #4E5264 0%, #272932 100%);
    opacity: 0.65;
}
.p-b-clinical-services-details{margin-bottom: 120px;}
.customer-retention-section{margin-bottom: 130px;}
.customer-retention-section .customer-retention-text{margin-top: 10%;}
.clinical-services-list .btn{margin-top: 100px}
.payors-banner{
    background-image: url('https://www3.azova.com/images/payors-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 80px;
}
.payors-banner:before{
    background-color: #026389;
    opacity: 0.35;
}
.build-pharmacy-network{margin-bottom: 120px;}
.build-pharmacy-network img{margin-top: 80px;}
.collaborate-communicate{margin-top: 120px;margin-bottom: 120px;}
.collaborate-communicate img{margin-top: 80px; margin-bottom: 80px;}
.technology-banner{
    background-image: url('https://www3.azova.com/images/technology-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 80px;
}
.technology-banner:before{
    background-color: #333333;
    opacity: 0.50;
}
.modual-img-section{padding-top: 80px; }
.technology-section{padding-top: 120px;}
.modual-img-section btn{margin-top: 120px;}
.technology-section .technology-img, .modules-section .modules-img{
    position: relative;
    padding-bottom: 57%;
    margin-bottom: 30px;
}
.technology-section .img-overla, .modules-section .img-overla{
    background-color: rgba(2, 99, 137, 0.75);
    padding: 13px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    display: table;
}
.technology-section .img-overla:hover, .modules-section .img-overla:hover,
.technology-section .img-overla:focus, .modules-section .img-overla:focus {
    text-decoration: none;
}
.technology-section .img-overla span, .modules-section .img-overla span{
    font-size: 20px;
    letter-spacing: 0.2px;
    font-family: 'nunito_sansregular';
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.technology-section img, .modules-section img{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.modules-section{
    padding-top: 50px
}
.marketplaces-txt img{width: 65%; margin: 80px 0; }
.marketplaces-txt .btn{margin-top: 120px;}
.its-modul-txt{padding-top: 90px;}
.marketplaces-txt{padding-top: 120px;}
.secure-messaging .secure-messaging-img img{width: 50%;}
.secure-messaging{padding-top: 120px;}
.secure-messaging .secure-messaging-img{margin-bottom: 50px;}
.secure-messaging-details{padding-top: 80px;}
.telehealth-doctors-section{padding-top: 120px;}
.secure-messaging .secure-messaging-details .btn{margin-top: 120px;}
.telehealth-doctors-section .telehealth-doctors-services-img img{width: 44%;}
.telehealth-doctors-section .telehealth-doctors-services-img img.tab-img{width: 100%;}
.telehealth-doctors-section .telehealth-doctors-services-img {height: 300px;}
.telehealth-doctors-section .telehealth-doctors-services{padding-top: 80px; padding-bottom: 80px;}
.telehealth-doctors-section .telehealth-doctors-services-txt{padding-top: 50px;}
.telehealth-doctors-section .office-visit-txt{padding-top: 80px;}
.telehealth-doctors-section .office-visit-txt img{padding: 80px 0;width: 65%;}
.telehealth-doctors-section .office-visit-txt .btn{margin-top: 110px;}
.electronic-prescribing img{width: 43%;}
.electronic-prescribing .btn{margin-top: 80px;}
.electronic-prescribing,.collaboration-suite{padding-top: 120px;}
.collaboration-suite .btn{margin-top: 80px;}
.collaboration-suite .second-img{width: 50%;}
.collaboration-suite .first-img{margin: 80px 0;}
.vaxigo-digital .mob-img{width: 35%;}
.vaxigo-digital .vaxigo-services-img{height: 235px;}
.vaxigo-digital .vaxigo-services-txt{margin-top: 50px;}
.vaxigo-digital .vaxigo-services{padding-top: 80px;}
.vaxigo-digital{padding-top: 120px;}
.vaxigo-digital .vaxigo-log{margin: 50px 0 20px;}
.telepharmacy{padding-top: 80px;}
.telepharmacy .btn{margin-top: 120px;}
.direct-primary-care{padding-top: 120px;}
.direct-primary-care .btn{margin-top: 120px;}
.pharmacogenomics-txt,.chronic_care,.transition_care, .transition_care img{padding-top: 80px;}
.transition_care .btn{margin-top: 120px;}
/*
.collaborative-chart-section img{margin-top: 80px;}
.collaborative-chart-section .btn{margin-top: 120px;}
.collaborative-chart-section h2{margin-top: 80px;}
.collaborative-chart-section{padding-top: 40px;}
*/


.diabetes-eduction .dia-text{padding: 7% 0 0 0;}
.diabetes-eduction img{width: 80%;}
.diabetes-eduction{padding-top: 120px;}
.diabetes-eduction .diabetes-testing .btn{margin-top: 120px;}
.diabetes-eduction .diabetes-testing .magin-b-btn{margin-bottom: 120px}
.diabetes-eduction .diabetes-testing{padding-top: 120px;}
.modual-img-section .btn{margin-top: 120px;}
.accountable-care-organizations{padding-top: 120px;}
.sticker-img img{width: 80%;}
.sticker-img{padding-bottom: 120px;}
.fild-label{
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'nunito_sansbold';
}
.text-box{
    width: 100%;
    border: 1px solid #7d808a;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    background-color: #fff;
    line-height: 1;
}
select.text-box::-ms-expand {
    display: none;
}
.text-box:focus-visible {
    outline: none;
}
textarea.text-box{
    height: 120px;
    resize: none;
    padding-top: 5px;
}
.frome-group{padding-bottom: 20px;}
.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);
}
.button-mrg-r{margin-right: 30px;}
.pricing-banner{
    background-image: url('https://www3.azova.com/images/pricing-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 80px;
}
.pricing-banner:before{
    background-color: #026389;
    opacity: 0.50;
}
.plan-banner{
    background-image: url('https://www3.azova.com/images/pricing-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 280px;
}
.plan-banner:before{
    background-color: #026389;
    opacity: 0.50;
}
.plans-details{
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.160784313);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.160784313);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.160784313);
    border-radius: 7px;
    padding: 30px;
    position: relative;
}
.plans-details .plan-type,
.plans-details .plan-price,
.plans-details .plan-text{
    font-family: 'Futura PT Demi';
    width: 100%;
    text-align: center;
    color: #333333;
    display: inline-block;
}
.plans-details .plan-type{
    font-size: 36px;

}
.plans-details .plan-price{
    font-size: 40px;
}
.plans-details .plan-text{
    font-size: 16px;
}
.plans-details .plan-discription{
    color: #333333;
    font-family: 'nunito_sansregular';
    font-size: 16px;
    margin: 20px 0 20px 0;
}
.plans-details .btn{width: 100%;}
.s-h-btn span{
    font-family: 'Futura PT Demi';
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
    display: inline-block;
    cursor: pointer;
}
.plan-features{display: none;padding: 30px 0 0 0;}
.plan-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.plan-features ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 9px;
    left: 0;
}
.plan-features ul li {
    position: relative;
    padding: 0 0 0 15px;
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #333333;
    font-family: 'nunito_sansregular';
    font-size: 16px;
}
.plan-features ul li.disabled {
    opacity: 0.35;
}
.plan-features ul ul li:before, .plan-features ul li.disabled:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: transparent;
    position: absolute;
    top: 9px;
    left: 0;
}
.plans-details .bottom-plan-price{
    border-top: 1px solid #333333;
    padding: 10px 0 0 0;
}
.bottom-plan-price .plan-text{margin: 5px 0 30px 0;}
.enterprise-plan{
    width: 33%;
    display: inline-block;
}
.videocallinig-note{
    color: #333333;
    font-family: 'nunito_sansregular';
    font-size: 14px;
}
.plans-details{margin-bottom: 30px;}
.plans-details-page .not-sure-txt{
    margin-top: 80px;
}
.plans-details .most-populer {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #3CBD6D;
    color: #fff;
    font-family: 'Futura PT Bold';
    border-radius: 50%;
    z-index: 333;
    font-size: 16px;
    width: 85px;
    height: 85px;
    text-align: center;
    padding: 22px 0 0 0;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.160784313);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.160784313);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.160784313);
}
.plans-details .popular-color {
    color: #3CBD6D;;
}
.plans-details-page{position: relative;}
.line-txt-box{
    border: none;
    border-bottom: 1px solid #A9ABAE;
    width: 100%;
    border-radius: 0;
    padding: 0 8px;
    font-family: 'nunito_sansregular';
    font-size: 16px;
    color: #A9ABAE;
    background-color: transparent;
}
.get_demo_modal .modal-header,
.contact_us_modal .modal-header{
    padding: 30px 30px 0 30px;
    border: none;
}
.get_demo_modal .modal-body,
.contact_us_modal .modal-body{
    padding: 20px 30px 30px 30px;
}
.get_demo_modal .close,
.contact_us_modal .close{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 333;
}
.get_demo_modal .modal-dialog,
.contact_us_modal .modal-dialog{
    width: 430px;
    margin: 82px 0 0 0;
    float: right;
}
.get_demo_modal .modal-content,
.contact_us_modal .modal-content{
    border-radius: 0;
}
.get_demo_modal .btn,
.contact_us_modal .btn{
    width: 100%; margin-top: 35px;
}
.get_demo_modal .foram-bottom-txt,
.contact_us_modal .foram-bottom-txt{
    font-family: 'nunito_sansregular';
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.get_demo_modal .foram-bottom-txt a,
.contact_us_modal .foram-bottom-txt a{
    color: #026389;
    text-decoration: underline;
}
.get_demo_modal p,
.contact_us_modal p{
    margin-bottom: 40px;
}
.error{
    font-size: 14px !important;
    margin: 0 !important;
}
::placeholder {
    opacity: 0.50;
}

:-ms-input-placeholder {
    opacity: 0.50;
}

::-ms-input-placeholder {
    opacity: 0.50;
}
.patient-terms-banner{
    background-image: linear-gradient(180deg, #EAEDF1 0%, #FFFFFF 100%);
    margin-bottom: 80px;
}
.patient-terms-banner .banner-text h1{color: #026389;}
.provider-terms-banner{
    background-image: linear-gradient(180deg, #EAEDF1 0%, #FFFFFF 100%);
    margin-bottom: 80px;
}
.provider-terms-banner .banner-text h1{color: #026389;}
.privacy-policy-banner{
    background-image: linear-gradient(180deg, #EAEDF1 0%, #FFFFFF 100%);
    margin-bottom: 80px;
}
.privacy-policy-banner .banner-text h1{color: #026389;}
.terms-page h3{
    color: #026389;
    font-family: 'nunito_sansbold';
    margin-bottom: 20px;
}
.terms-page a{
    text-decoration: underline;
    color: #026389;
}
.terms-page strong{
    color: #026389;
}
.terms-list .terms-list{padding-left: 15px;}
.terms-page{margin-bottom: 80px;}
.home-banner{
    background-image: url('https://www3.azova.com/images/home-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.home-banner:before{
    background-color: #026389;
    opacity: 0.65;
}
.approach-text{padding-top: 80px;}
.home-imgs .first-img{margin-top: 80px;}
.home-imgs .second-img{margin-top: 120px;}
.home-imgs .third-img{margin-top: 150px; margin-bottom: 80px;}
.convenient-txt{padding-top: 80px;}
.home-imgs,.approach-text{background-color: #F7F9FB;}
.convenient-txt .btn{margin-top: 80px; margin-bottom: 120px;}
.convenient-txt img{width: 70%;}
.home-offer-services{padding-top: 120px; padding-bottom: 120px;}
.home-btn-first-section{margin-top: 80px;}
.return-btn{color: #333333; font-size: 14px; font-family: 'nunito_sansbold'; margin-top: 15px; display: inline-block;}
.home-offer-services .btn{margin-right: 15px; margin-left: 15px;}
.media-banner{background-color: #F7F9FB;margin-bottom: 30px;}
.media-banner .banner-text{
    padding: 30px 0;
    width: 770px;
    margin: auto;
}
.media-banner .banner-text h2{
    margin-bottom:  40px;
    line-height: 49px;
}
.media-banner .subscribe-txt{
    margin-bottom: 40px;
    width: 370px;
    display: inline-block;
}
.media-page {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 30px;
    column-fill: initial;
}
.media-page .news {
    display: inline-block;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #A9ABAE;
    margin-bottom: 20px;
}

.media-page .news h4 {font-family: 'nunito_sansbold'; color: #333333; font-size: 20px; line-height: 22px; margin-bottom: 20px;}
.media-page .news .news-date {font-family: 'nunito_sansbold'; display: inline-block; width: 100%; font-size: 16px; margin-bottom: 20px;}
.media-page .news p a{font-family: 'nunito_sansbold';font-size: 16px;color: #F79727;}
.media-page .news .continue-link {font-family: 'nunito_sansbold'; color: #F79727; font-size: 16px; margin-bottom: 20px; display: inline-block;}
.media-page .news p{font-family: 'nunito_sansregular'; font-size: 16px; color: #333333; margin: 0 0 20px 0;}
.media-page .news .news-img {margin-bottom: 20px;}
.leadership-banner{
    background-image: url('https://www3.azova.com/images/leadership-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 140px;
}
.leadership-banner:before{
    background-color: #333333;
    opacity: 0.65;
}
.leadership-banner .banner-text{padding-bottom: 0;}
.leadership-page{position: relative;}
.leadership-page .tems-bio{
    background-color: #fff;
    border-radius: 12px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.160784313);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.160784313);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.160784313);
    padding: 30px 30px 0 30px;
}
.leadership-page .member-img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.leadership-page .member-bio{
    width: calc(100% - 146px);
    display: inline-block;
    padding: 0 0 0 30px;
}
.leadership-page .member-bio h5{
    color: #026389;
    font-family: 'nunito_sansbold';
    font-size: 20px;
}
.leadership-page .member-bio .member-pos{
    color: #333333;
    font-size: 16px;
    font-family: 'nunito_sansregular';

}
.leadership-page .member-bio .member-disc{
    margin: 10px 0 0 0;
    border-top: 1px solid #A9ABAE;
    padding: 10px 0 0 0;
}
.leadership-page .member-bio .member-disc p{
    color: #333333;
    font-size: 16px;
    font-family: 'nunito_sansregular';
    margin: 0;
}
.leadership-page .member-list{
    padding: 30px 0;
}
.leadership-page .tems-bio h2{
    margin-bottom: 50px;
}
.schedule-demo-text{
    padding-top: 80px;
}
.schedule-demo-text .btn{margin-top: 80px; margin-bottom: 120px;}
.schedule-demo-text .sticker-img {
    padding-bottom: 0px;
}
.chosen-container{
    width: 100% !important;
}
.chosen-container-multi .chosen-choices{
    border: none;
    border-bottom: 1px solid #A9ABAE;
    background-image: none;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    color: #A9ABAE !important;
    width: 100% !important;
    font-family: 'nunito_sansregular';
    font-size: 16px;
}
.chosen-container-multi .chosen-results li{
    font-family: 'nunito_sansregular';
    font-size: 16px;
    color: #A9ABAE !important;
}
.chosen-container-multi .chosen-results li.highlighted{
    background-color: #026389;
    background-image: none;
    color: #fff !important;
}
.chosen-container-multi .chosen-choices li.search-choice{
    background-color: #026389;
    background-image: none;
    color: #fff;
    border: none;
    box-shadow: none;
    font-family: 'nunito_sansregular';
    font-size: 14px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    background-image: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{
    content: "\00d7";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 2px;
    font-size: 17px;
    color: #fff;
}

/*home page images start*/
.first-img{position: relative; width: 100%;display: inline-block;}
.first-img .img_div{width: 60%; display: inline-block;}
.msg1{
    background-color: #fff;
    font-family: 'nunito_sanslight';
    font-size: 18px;
    padding: 20px;
    border-radius: 12px 12px 12px 0;
    width: 395px;
    position: absolute;
    left: 27%;
    top: 0;
}
.home-imgs .first-img {padding: 87px 0 0 0;}
.msg1:after{
    content: '';
    background-image: url(https://www3.azova.com/images/Path1.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 50%;
    background-size: 70%;
}
.msg2{
    background-color: #fff;
    font-family: 'nunito_sanslight';
    font-size: 18px;
    padding: 20px;
    border-radius: 12px 12px 12px 12px;
    width: 349px;
    position: absolute;
    right: 0;
    top: 17%;
}
.msg2 img{
    width: 18%;
}
.msg2 .msg-txt{
    width: 82%;
}
.msg-btn{
    color: #fff;
    background-color: #00B5E1;
    border: none;
    border-radius: 10px;
    font-family: 'nunito_sansregular';
    font-size: 16px;
    width: 145px;
    padding: 7px 2px;
    display: inline-block;
    margin-top: 10px;
}
.msg-btn:hover, .msg-btn:focus{text-decoration: none;color: #fff;}
.msg2:before{
    content: '';
    background-image: url(https://www3.azova.com/images/Path2.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 74px;
    height: 164%;
    position: absolute;
    right: 50%;
    top: 100%;
    background-size: 100%;
    margin: auto;
}
.msg3{
    background-color: #fff;
    font-family: 'nunito_sanslight';
    font-size: 18px;
    padding: 20px;
    border-radius: 12px 12px 12px 0;
    width: 490px;
    position: absolute;
    right: 0;
    top: 54%;
}
.msg4{
    background-color: #FC963C;
    font-family: 'nunito_sanslight';
    font-size: 18px;
    padding: 20px;
    border-radius: 12px 12px 0px 12px;
    width: 215px;
    position: absolute;
    right: 0;
    top: 68%;
    color: #fff;
}
.img_div2{
    width: 79%;
    float: right;
    margin-right: 18%;
    margin-top: 13%;
}

.second-img{position: relative; width: 100%; display: inline-block; padding-top: 50px;}
.img_div3{
    width: 49%;
    display: inline-block;
    float: right;
}
.msg5{
    background-color: #fff;
    font-family: 'nunito_sanslight';
    font-size: 18px;
    padding: 20px;
    border-radius: 12px 12px 0px 12px;
    width: 493px;
    position: absolute;
    left: 26%;
    top: 0;
}
.msg5:before{
    content: '';
    background-image: url(https://www3.azova.com/images/Path3.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 45%;
    height: 169%;
    position: absolute;
    right: 50%;
    top: 100%;
    background-size: 100%;
}
.msg6{
    background-color: #fff;
    font-family: 'nunito_sanslight';
    font-size: 18px;
    padding: 20px;
    border-radius: 12px 12px 0px 12px;
    width: 278px;
    position: absolute;
    left: 44px;
    top: 40%;
    text-align: center;
}
.third-img{
    position: relative; width: 100%; display: inline-block;
}
.img_div4{
    width: 70%;
    display: inline-block;
    float: right;
}
.msg7{
    background-color: #fff;
    font-family: 'nunito_sanslight';
    font-size: 18px;
    padding: 20px;
    border-radius: 12px 12px 0px 12px;
    width: 515px;
    position: absolute;
    left: 77px;
    top: 0;
}

span.business_no {
    color: #EAEDF1;
    font-size: 14px;
    font-family: 'nunito_sansregular';
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 8px 0 13px 0;
    line-height: 19px;
}
/*home page images end*/
.bannerwith_btn .btn{margin-bottom: 20px;margin-right: 25px;}
/*symptoms coronavirus page start*/
.symptoms-coronavirus-banner{
    background-image: url(https://www3.azova.com/images/symptoms_of_coronavirus-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    margin-bottom: 80px;
}
.symptoms-coronavirus-banner:before{
    background-color: #F79727;
    opacity: 0.50;
}
.medical_societies-banner{
    background-image: url(https://www3.azova.com/images/symptoms_of_coronavirus-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    margin-bottom: 80px;
}
.medical_societies-banner:before{
    background-color: #0B6389;
    opacity: 0.50;
}
.telehealth-solutions-enterprise-banner{
    background-image: url(https://www3.azova.com/images/symptoms_of_coronavirus-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    margin-bottom: 80px;
}
.telehealth-solutions-enterprise-banner:before{
    background-color: #333333;
    opacity: 0.50;
}
.less-severe-cases_section{padding: 50px 0 0 0;}
.less-severe-cases-step p{margin: 0; text-align: center; font-size: 15px;}
.less-severe-cases-step img{width: 65%;}
.all_pro_az_section{padding: 50px 0 0 0;}
.signup_section_img{margin: 50px 0;}
.xl_link a{font-size: 36px; color: #026389;}
.xl_link{ margin-bottom: 80px;}
.xl_link a:focus,.link:focus,.xl_link a:hover,.link:hover{color: #026389;}
.link{color: #026389;}
.covid_howit_work,.covid_select_plan{padding-top: 60px;}
.covid_select_plan_btn .btn{margin-bottom: 20px;}
.covid_notice{background-color: #fff; padding: 17px 0;/*-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);*/}
.covid_notice .container{position: relative;}
.covid_notice .img_section{width: 95px;display: inline-block;float: left;padding-top: 13px;}
.covid_notice .text_section{width: calc(100% - 120px); display: inline-block;padding: 10px 0 0 10px;}
.covid_notice .text_section p{font-size: 20px; color: #333333;;margin: 0px;}
.covid_notice .text_section span, .covid_notice .text_section span a{font-size: 14px; color: #333333;display: inline-block;}
.covid_notice .text_section span a{margin-right: 5px;}
.covid_notice .text_section span{margin-right: 30px;}
.covid_notice .close_notice{color: #989898; text-decoration: none;line-height: 1;position: absolute;top: 0; bottom: 0; right: 0;margin: auto;width: 20px;height: 20px;text-align: center;font-size: 21px;}
.covid_notice .close_notice:hover,.covid_notice .close_notice:focus{color: #989898;text-decoration: none;}
/*symptoms coronavirus page end*/
/*marketplace_landing_page start*/
.marketplace_landing_page .nav > li > a{
    color: #0B6389;
    font-size: 14px;
    font-family: 'Futura PT Medium';
    padding: 1px;
    line-height: 1;
}
.marketplace_landing_page .nav > li > a:hover,
.marketplace_landing_page .nav > li > a:focus,
.marketplace_landing_page .nav > li.active > a{
    color: #0B6389;
}
.marketplace_landing_page .nav > li:first-child{border-right: 1px solid #0B6389}
.marketplace_landing_section h1{color: #026389;text-transform: none; margin: 50px 0 20px 0;}
.marketplace_landing_section p{font-family: 'Futura PT Medium';font-size: 24px; color: #333333;}
.marketplace_landing_section .more_info_link{font-family: 'Futura PT Medium';font-size: 16px; color: #F79727;text-decoration: underline;}
.marketplace_landing_section .more_info_link:hover,.marketplace_landing_section .more_info_link:focus{color: #F79727;text-decoration: underline;}
.form-control{border: 1px solid #A9ABAE; border-radius: 0; -webkit-appearance: none;-moz-appearance: none;appearance: none;font-family: 'Futura PT Book'; font-size: 16px; color: #333333;height: 32px;}
.filter_section .form-control{width: 370px; float: left}
.btn-search{border: 1px solid #026389; background-color: #026389; padding: 0;line-height: 1; width: 170px;height: 32px; margin-left: 30px;}
.filter_section .form-group {margin-bottom: 30px;}
.marketplace_landing_section .filter_section{border-top: 5px solid #0B6389; padding: 20px 0 60px 0; margin: 20px 0 0 0;}
.filter_section ul{padding: 0; margin: 0; list-style: none;}
.filter_section ul a:hover,.filter_section ul a:focus{text-decoration: none;}
.filter_section ul .flag_img{width: 68px; height: 45px; display: inline-block;vertical-align: middle;}
.filter_section ul .state_name{display: inline-block;  color: #333333; font-size: 20px;font-family: 'Futura PT Medium'; padding-left: 22px;vertical-align: middle;line-height: 1;width: calc(100% - 75px);}
.filter_section ul li{float: left; width: 25%; padding-right: 15px; margin-bottom: 20px;}
/*marketplace_landing_page end*/
/*joho form start*/
.johoform{max-width: 600px; margin: auto;}
.johoform .btn{width: 100px;}
/*joho form end*/
.covid_howit_work_video{position: relative;width: 80%;padding-bottom: 51.85%; display: block; margin: auto;}
.covid_howit_work_video iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/*faq start*/
.faqs_page h2{margin: 60px 0;}
.faqs_page .panel-default > .panel-heading{background-color: transparent;}
.faqs_page .panel-heading,.faqs_page .panel-body{padding: 0;}
.faqs_page .panel{border: 0; box-shadow: none;}
.faqs_page .panel-group .panel{border-radius: 0;}
.faqs_page a:hover, .faqs_page a:focus{text-decoration: none; outline: none;}
.faqs_page .panel-group .panel-heading + .panel-collapse > .panel-body,
.faqs_page .panel-group .panel-heading + .panel-collapse > .list-group{border-top: 0;}
.faqs_page .panel-title{border-bottom: 1px solid #A9ABAE;}
.faqs_page .panel-title a{color: #333333; font-size: 16px;font-family: 'nunito_sansbold';padding-bottom: 5px; display: inline-block;width: 100%;position: relative;padding-right: 25px;}
.faqs_page .panel-body{color: #333333; font-size: 16px;font-family: 'nunito_sansregular'; padding-top: 10px; padding-bottom: 5px;}
.faqs_page .panel-title .acro_arrow{border: solid #707070;border-width: 0 1px 1px 0;display: inline-block;padding: 4px;transform: rotate(45deg);-webkit-transform: rotate(45deg);position: absolute; right: 4px;top: 4px;}
.faqs_page .panel-title .collapsed .acro_arrow{transform: rotate(-135deg);-webkit-transform: rotate(-135deg);top: 7px;}
/*.dropdown{display: inline-block;}*/
.dropdown-menu{width: 100%;}
.dropdown-menu a{font-family: 'Futura PT Medium';}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{background-color: #026389;color: #fff;}
/*faq end*/
/*state page start*/
.state-page-name-banner{
    background-image: url(https://www3.azova.com/images/state_page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    margin-bottom: 80px;
}
.state-page-name-banner:before{
    background-color: #333333;
    opacity: 0.50;
}
.app_info .img{height: 230px; text-align: center; margin-bottom: 40px;}
.app_info .img img{height: 100%}
.app_info p{margin: 20px 0 0 0;}
/*state page end*/
/*pharmacy state page start*/
.pharmacy-state-page-banner{
    background-image: url(https://www3.azova.com/images/pharmacy_State_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    margin-bottom: 80px;
}
.pharmacy-state-page-banner:before{
    background-color: #1492C4;
    opacity: 0.65;
}
.lap_img{width: 70%; margin: 40px auto 0 auto;display: block;}
.phara_img-cont-section .cont-section{padding-top: 65px;}
.img-cont-section.phara_img-cont-section .img-cont-list{margin-bottom: 0;}
/*.dropdown ul.dropdown-menu{max-height: 150px; overflow: auto;}*/
/*pharmacy state page end*/
.banner .banner-b-padding-25{padding-bottom: 25px !important;}
.no-img-banner h1{color: #026389;}
.configurable_pharmacy_list .con_pharmacy_list{padding: 50px 0;}
.configurable_pharmacy_list{display: inline-block;width: 100%;overflow: hidden;padding-top: 40px;}
.coronavirus_telemedicine img{max-width: 530px;position: absolute;top: 0;right: -46%;}
.configurable_pharmacy_lis .curbside img{width: 56%;}
.medication_counseling img{max-width: 421px;position: absolute;top: 0;right: -46%;}
.full_pharmacy .clinical-services-list{margin-top: 30px;}
.full_pharmacy .clinical-services-list ul li:nth-child(odd){width: 35%;}
.full_pharmacy .clinical-services-list ul li{width: 63%;}
.btn-bottom-text{font-size: 16px; display: inline-block;width: 100%; margin-top: 20px;}
.full_pharmacy img{position: absolute; bottom: 0;right: 0;width: 550px;}
.full_pharmacy .col-md-4{position: static;}
.full_pharmacy{position: relative;}
.web_assistant img{width: 80%; margin: 10px 0 40px 0;}
.web_assistant .clinical-services-list ul li{width: 100%;}
.web_assistant .clinical-services-list {margin-top: 0px;}
.curbside-check-in-page h1{color: #026389;margin-top: 20px;}
.goback_link{color: #0B6389;font-family: 'nunito_sansbold';margin-top: 40px;display: inline-block;}
.curbside-check-in-page .phone_img img{width: 210px;}
.curbside-check-in-page strong{margin: 60px 0 20px 0; display: inline-block; width: 100%;}
.curbside-check-in-page h1 strong{margin: 0;}
.curbside-check-in-page ul{margin: 0; padding: 0 0 0 25px;}
.curbside-check-in-page ul li{margin: 0 0 15px 0; list-style-position: inside; list-style: disc;}
.curbside-check-in-page ul.number_list li{list-style: decimal;}
.curbside-check-in-page .sticker-img{margin-top: 100px;}
.link-btn{color: #0B6389;font-family: 'nunito_sansbold'; font-size: 16px;}
.curbside .link-btn{margin: 20px 20px 0 0; display: inline-block;}
.responsive_video{position: relative;width: 100%;padding-top: 55%;}
.responsive_video iframe{position: absolute; top: 0;left: 0;height: 100%; width: 100%;}
/*new pages start*/
.covind-19-banner{
    background-image: url('https://www3.azova.com/images/covid-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    margin-bottom: 60px;
}
.covind-19-banner:before{
    background-color: #026389;
    opacity: 0.50;
}
.new-pages p,.new-pages li{
    font-size: 16px;
}
.new-pages strong{font-size: inherit;}
.new-pages h2{
    font-family: 'nunito_sanslight';
}
.new-pages strong{font-family: 'nunito_sansbold';}
.newsymptoms ul, .new_more_severe_cases ul,.newtested ul{list-style-position: inside; padding: 0; margin: 0; list-style-type: disc;}
.new_more_severe_cases,.new_testing_near_you{padding-top: 60px;}
.new_more_severe_cases p{margin: 0;}
.new-pages .less-severe-cases-step .row{
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new-pages .less-severe-cases-step .col-md-3{
    float: none;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 60px;
}
.new-add-info{margin-bottom: 100px;}
.new-pages .btn{font-family: 'nunito_sansblack';}
.newtested {padding: 50px 0 120px 0;}
.newtested .btn-div{padding: 30px 0 0 0;}
.newtested h2{font-family: 'nunito_sansbold';}
.antibody_testing{padding: 50px 0 0 0;}
.chat_section{background-color: #F7F9FB; border: 1px solid #A9ABAE; border-radius: 6px; width: 570px; margin: auto; padding: 20px;min-height: 444px;font-size: 14px;}
.chat_section .screen1 .left_side{width: 47px; float: left;}
.chat_section .screen1 .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 .screen1 .left_side .img{width: 32px;height: 32px;overflow: hidden;border: 1px solid #0B6389;border-radius: 16px;padding: 4px;background-color: #fff;}
.chat_section .screen1 .left_side .img2{border: 0;padding: 0;}
.chat_section .screen1 .left_side .img img{vertical-align: baseline;}
.chat_section .btnn{border-radius: 6px; font-size: 14px; color: #fff;font-family: 'nunito_sansbold'; width: 144px; padding: 6px 0; display: inline-block;}
.chat_section .btnn-md{width: 218px;}
.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 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 .screen3 .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 .screen7 .left_img .right_side{max-width: calc(100% - 50px); width: auto;}
.comn-page{padding-top: 120px; padding-bottom: 60px;}
.antibody_testing.commn_antibody{padding-top: 0;}
/*new pages end*/
.digital-Pharmacy-banner{
    background-image: url(https://www3.azova.com/images/digital-Pharmacy-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 40px;
}
.digital-Pharmacy-banner:before{
    background-color: #026389;
    opacity: 0.60;
}
.software_link{color: #FFFFFF;font-size: 16px; margin-top: 5px; display: inline-block;}
.software_link:hover,.software_link:focus{color: #FFFFFF;}
.joining_largest_section{padding: 71px 0 0 0}
.joining_largest_section img{width: 81%; margin: 80px 0 0 0;}
.services_img_listing .s_img_list {width: 140px;display: inline-block;vertical-align: top;padding: 0 10px;margin-bottom: 60px;}
.services_img_listing .s_img_list img{max-width: 100px;}
.services_img_listing .s_img_list span{display: inline-block; width: 100%; margin: 15px 0 0 0;font-size: 15px;}
.services_img_listing {width: 100%; display: inline-block; margin: 60px 0 40px 0;}
.intervetions_section{background-color: #0B6389; width: 100%; display: inline-block; padding: 27px 0; margin: 60px 0 80px 0;}
.intervetions_section h2{color: #fff;}
.intervetions_img_list .img_div{height: 107px; overflow: hidden;}
.intervetions_img_list .img_div img{max-height: 100%;}
.intervetions_img_list span{ color: #fff;font-family: 'nunito_sansbold';margin-top: 30px;display: inline-block;}
.intervetions_img_list .i_img_list{width: 220px; padding: 0 30px; display: inline-block; vertical-align: top; margin-bottom: 30px;}
.p_covid_testing_banner{
    margin-bottom: 40px;
    background-color: #fff;
}
.p_covid_testing_banner h1{font-size: 40px;}
.p_covid_testing_banner h1, .p_covid_testing_banner p{color: #026389;}
.p_covid_testing_banner img{position: relative;right: -118px; margin: 50px 0 0 0;}
.p_covid_testing_banner .col-sm-5{overflow: hidden;}
.p_covid_testing-page .clinical-services-list ul li{width: 100%;}
.p_covid_testing-page .clinical-services-list{margin: 0 0 20px 0;}
.p_covid_testing-page .whatget_title{margin-top: 60px;}
.p_covid_testing-page .page_btn{margin: 80px 0 40px 0;}
.p_covid_testing-page .five_step_section{margin: 80px 0;}
.p_covid_testing-page .five_step_section ul{list-style-type: lower-alpha; margin-bottom: 20px;}
.p_covid_testing-page .sticker-img{margin-top: 120px;}


.covid-back-to-work-banner h1{color: #026389;}
.covid-back-to-work-banner p{color: #333333;}
.covid-back-to-work-banner .banner-text{padding: 64px 0 65px 0;}
.covid-back-to-work-banner .banner-text p{padding: 24px 0 60px 0;}
.covid-back-to-work-banner{
    background-image: url(https://www3.azova.com/images/covid-back-to-work-banner.png);
    background-repeat: no-repeat;
    background-position: right 55px;
    margin-bottom: 10px;
}
.covid_back_to_work h5{font-size: 24px; color: #026389;font-family: 'Futura PT Medium';}
.covid_back_to_work p,.covid_back_to_work li{font-size: 18px;}
.complete_solution_img_section h5{font-family: 'nunito_sansbold'; font-size: 18px; margin-bottom: 20px; margin-top: 20px;}
.complete_solution_img_section .img_div{min-height: 145px;}
.complete_solution_img_section .img_div img{max-height: 144px;}
.complete_solution_img_section{padding: 40px 0 60px 0;}
.mob_img img{width: 45%; margin: 60px 0 80px 0;}
.coordinate_details ul{list-style: disc; list-style-position: outside; padding: 0 0 0 20px; margin: 0;}
.coordinate_details{padding: 120px 0 120px 0}
.lap_mob_img{width: 70%; margin: 64px 0 0 0;}
/*micro site css start*/
.m_login_menu{font-size: 14px;color: #333333;font-family: 'Futura PT Medium';}
.m_login_menu:hover,.m_login_menu:focus{text-decoration: none;color: #333333;}
.microsite_header{padding: 19px 0;}
.microsite_header .logo {
    width: 170px;
    display: inline-block;
}
.microsite_header .logo img{max-height: 43px;}
.microsite_header .menu_list{
    display: inline-block;
    width: calc(100% - 176px);
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    min-height: 1px;
    text-align: right;
}
.microsite_login_banner h1{color: #026389;}
.microsite_login_banner p{color: #333333;}
.microsite_login_banner .banner-text{padding: 64px 0 80px 0;}
.microsite_login_banner .banner-text p{padding: 24px 0 60px 0;}
.microsite_login_banner{
    background-image: url(https://www3.azova.com/images/img123.png);
    background-repeat: no-repeat;
    background-position: right 55px;
    margin-bottom: 10px;
    background-size: 220px;
}
/*micro site css end*/
.covid-credentials-for-patients-banner h1,
.covid-credentials-for-employers-banner h1{color: #026389;}
.covid-credentials-for-patients-banner p,
.covid-credentials-for-employers-banner p{color: #333333;}
.covid-credentials-for-patients-banner img{margin-top: 80px;}
.covid-credentials-for-patients .complete_solution_img_section .col-sm-3{float: none; display: inline-block; vertical-align: top;}
.covid_back_to_work .text-14{font-size: 14px;}
.covid-credentials-for-patients .complete_solution_img_section{padding-bottom: 0;}
.covid-credentials-for-employers .coordinate_details{padding-bottom: 0;}
.covid-credentials-for-employers .lap_mob_img{margin-bottom: 120px;}
/*.slick-slider img{width: 170px;margin: 0 110px; opacity: 0.5}
.slick-slider .slick-center img{opacity: 1;}
.slider {padding-bottom: 120px;}
.slider .slider_text p{font-size: 24px;font-family: 'Futura PT Medium';margin: 0;}
.slider .slider_text{padding-top: 40px;}*/
.slick-slider div:focus{outline: none;}
.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 0.2;
    color: black;
    background-color: #333333;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dotted.slick-slider {
    margin-bottom: 120px;
}
.slick-dots li.slick-active button:before {
    opacity: 0.5;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 0.5;
}

.covid-testing-for-patients-banner{
    background-image: url(https://www3.azova.com/images/testing_for_patients_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 80px;
}
.covid-testing-for-patients-banner:before{
    background-color: #026389;
    opacity: 0.70;
}
.btn-b-text{font-size: 13px!important;padding: 0!important; font-family: 'nunito_sansregular' !important;}
/*.how_it_work_section svg path {fill: #026389;}*/
.how_it_work_section .row{font-size: 16px;}
.how_it_work_section{padding: 40px 0 0 0;}
.questions_section .questions_section_img img {width: 194px;margin: auto;}
.questions_section .btn {margin-top: 64px;}
.symptoms_virus h2 {margin: 80px 0 16px 0;}
.symptoms_virus ul {padding: 0 0 0 15px;list-style-type: disc;}
.symptoms_virus ul li {margin-bottom: 10px;}
.faq_section h2 {margin-bottom: 24px;}
.faq_section .btn-magin h2 {margin-bottom: 64px;}
.faq_section .btn-magin p {font-size: 13px;line-height: 20px;}
.how_it_work_section .btn-magin .btn,
.symptoms_virus .btn-magin .btn,
.faq_section .btn-magin .btn {margin: 0 15px 5px 15px;;}
.faq_section .link {color: #333;text-decoration: underline;}
.covid-testing-for-patients h2{color: #333333;}
.covid-testing-for-patients{font-size: 18px;}
.covid-prescreening-privacy-policy h2, .get-emergency-help h2{margin-top: 64px;font-family: 'nunito_sansbold';color: #333333;line-height: 54px;}

.section_chet{background-color: #F7F9FB; border: 1px solid #A9ABAE; border-radius: 6px; width: 552px; margin: 65px auto 60px auto; padding: 20px;min-height: 320px;font-size: 14px;}
.section_chet .btnn{border-radius: 6px; font-size: 14px; color: #fff;font-family: 'nunito_sansbold'; width: 120px; padding: 6px 0; display: inline-block;}
.section_chet .btnn-md{width: 200px;}
.section_chet .btnn-lg{width: 252px;}
.section_chet .btnn:hover,.chat_section .btnn:focus{text-decoration: none;}
.section_chet .blu_btn{background-color: #026389;}
.section_chet .red_btn{background-color: #F25A6C;}
.section_chet .chet_inline_btn a{margin: 0 8px 5px 8px;}
.section_chet p{font-size: 14px;margin: 0 0 10px;}
.section_chet ul{padding: 0; margin: 0; list-style-position: inside; list-style-type: disc;}
.section_chet .left_img .left_side{width: 47px; float: left;}
.section_chet .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);}
.section_chet .left_img .left_side .img{width: 32px;height: 32px;overflow: hidden;border-radius: 16px;}
.section_chet li{font-size: 14px;}
.section_chet .right_img .left_side{width: 47px; float: right;}
.section_chet .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);}
.section_chet .right_img .left_side .img{width: 32px;height: 32px;overflow: hidden;border-radius: 16px;float: right;}
.section_chet .screen4 .right_img .right_side,
.section_chet .screen5 .right_img .right_side,
.section_chet .screen6 .right_img .right_side,
.section_chet .screen7 .right_img .right_side,
.section_chet .screen8 .right_img .right_side,
.section_chet .screen9 .right_img .right_side,
.section_chet .screen10 .right_img .right_side{max-width: calc(100% - 50px); width: auto;}
.get-emergency-help ul{list-style-type: disc;padding-left: 15px;margin-bottom: 30px;}
.get-emergency-help ul li{margin-bottom: 10px;}
.fda_img{width: 64px;margin-left: 30px;}
.decimal_list{list-style-type: decimal; padding: 0 0 0 15px;}
.decimal_list li{margin-bottom: 10px;}
.test_table{width: 100%;margin-top: 40px;}
.test_table tr > th,.test_table tr > td{text-align: center;padding: 5px 0;width: 168px;}
.test_table tr > th:first-child,.test_table tr > td:first-child{width: auto; text-align: left;}
.test_table tr:last-child > td{border-bottom: 1px solid #333333;}
.test_table tr > th{border-bottom: 1px solid #333333;border-top: 1px solid #333333;}
.covid-testing-for-pharmacies-banner h1{color: #026389;}
.covid-testing-for-pharmacies-banner p{color: #333333;}
.vertical-center-section{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.vertical-center-section .col-sm-5{-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%; width: auto;}
.vertical-center-section .col-sm-7{-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;width: auto;}
.new_how_it_works ul{list-style-type: disc; padding: 0 0 0 15px;}
.new_how_it_works{padding: 120px 0;}
.website_img p{margin-top: 80px;}
.website_img{padding: 80px 0;}
.event_img136,.event_img138{width: 50%; margin: 30px auto 0 auto;display: block;}
.event_img138{margin-bottom: 120px;}
.suite-pricing-banner{
    background-image: url(https://www3.azova.com/images/img137.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 40px;
}
.suite-pricing-banner:before{
    background-color: #026389;
    opacity: 0.50;
}
.enrollees_table tr th,.enrollees_table tr td{text-align: center !important; width: 50%;}
.disc_list{padding: 0 0 0 15px; list-style-type: disc;}
.page_center_banner.img1{background-image: url("https://www3.azova.com/images/img140.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_main{
    background-color: #026389;
    margin-bottom: 80px;
}
.page_center_banner .page_center_banner_text{
    background-color: rgba(2, 99, 137, 0.70);
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
.page_center_banner h6{
    font-size: 48px;
    color: #FFFFFF;
    font-family: 'Futura PT Medium';
    margin-bottom: 10px;
}
.page_center_banner p{
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'Futura PT Medium';
    line-height: 40px;
}
.page_center_banner.img_2{
    background-image: url("https://www3.azova.com/images/img141.png");
}
.slider_mobile_img img{width: 137px; margin: auto;}
.btn_disabled{background-color: #A9ABAE;pointer-events: none;}


.test_modal .modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
}
.test_modal .modal-header .close{
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 11;
    outline: none;
}
.test_modal .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
}
.test_modal .modal-footer .btn{
    width: 136px;
    padding: 10px 0;
    border-radius: 6px;
    border: none;
    color: #333;
    background-color: transparent;
    font-family: 'nunito_sansbold';
}
.test_modal .modal-footer .btn_yes{
    background-color: #F79727;
    color: #fff;
}
.test_modal strong{
    font-size: 20px;
    font-family: 'nunito_sansbold';
}
.test_modal p{
    font-size: 16px;
    font-family: 'nunito_sansregular';
}
.test_modal .modal-dialog{
    min-height: calc(100% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.test_modal .modal-footer p{font-size: 13px; margin: 10px 0 0 0}
.pharmacogenomics-consultation-banner{
    background-image: url(https://www3.azova.com/images/pharmacogenomics-consultation-g.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 40px;
}
/*.pharmacogenomics-consultation-banner:before {
    background-color: #026389;
    opacity: 0.90;
}*/
.pharmacogenomics-consultation-banner .banner-text {
    padding: 64px 0 40px 0;
}
.pharmacogenomics-consultation-banner .banner-text p {
    padding: 24px 0 0px 0;
}
.pharmacogenomics-consultation-page .signup_now_section{
    padding-top: 64px;
}
.pharmacogenomics-consultation-page .signup_now_section .img-section{
    overflow: hidden;
}
.pharmacogenomics-consultation-page .signup_now_section .img-section img{
    position: relative;
    right: -193px;
}
.pharmacogenomics-consultation-page .pharmacogenomics_howit_work{padding: 120px 0 0 0;}
.pharmacogenomics-consultation-page .singup_now_text{padding: 120px 0 120px 0;}
.pharmacogenomics-consultation-page .pharmacogenomics_faq_section{padding: 120px 0 0 0;}
.pharmacogenomics_link_section{padding: 0 0 120px 0;}
.pharmacogenomics-consultation-page .pcimg1{margin: 40px 0 0 0;}
.pharmacogenomics-consultation-page .pcimg2{width: 50%;}
.pharmacogenomics-consultation-page .pcimg3{margin: 40px 0;}
.pharmacogenomics-consultation-page .pcimg4{margin: 40px 0 0 0;}
.brn_gurp_with_text{display: inline-block;width: 807px;}
.costco_sco .img_sec{min-height: 198px;}
/*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 Popup end*/
.fda_text_banner .banner-text p{padding: 20px 0 20px 0;}
.fda_text_banner .banner-text .fda_text{padding: 8px 0 28px 0;display: block;font-weight: bold;font-size: 18px;line-height: 32px;text-transform: uppercase;color: #fff;letter-spacing: 0.02em;}
.fda_text_banner .banner-text {padding: 50px 0 80px 0;}

.two_step_modal .modal-dialog{
    width: auto;
    max-width: 1020px;
}
.two_step_modal .modal-header{
    padding: 15px 25px 15px 15px;
    border: none;
}
.two_step_modal .modal-header .close{
    margin-top: 0;
    position: absolute;
    top: 5px;
    right: 8px;
    z-index: 11;
}
.two_step_modal .modal-header h4{
    color: #026389;
    font-family: 'latoregular';
    font-size: 24px;
}
.two_step_modal .btn{margin-top: 15px;margin-bottom: 15px;width: 360px;padding: 10px 5px;}
.two_step_modal .modal_bottom_txt *{font-size: 14px;line-height: 20px;}
.two_step_modal .modal_bottom_txt p{margin-bottom: 10px;}
.two_step_modal .modal_bottom_txt ul{margin: 0 0 15px 0; padding: 0;list-style: none;}
.two_step_modal .modal_bottom_txt ul li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.two_step_modal .modal_bottom_txt ul li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333333;
    position: absolute;
    top: 9px;
    left: 0;
}
.two_step_modal .text-14{
    line-height: 20px;
}
.get_support_page h1{
    color: #026389;
    font-family: 'latobold';
    text-transform: none;
    margin-bottom: 80px;
    margin-top: 64px;
}
.get_support_page .questions_section h2{
    font-family: 'latobold';
    color: #026389;
    line-height: 56px;
}
.get_support_page .questions_section{
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    margin: 120px 0 0 0;
    padding: 88px 0 120px 0;
}
.get_support_page .sub_page_sticker{
    margin: 88px 0 120px 0;
}
.get_support_page .gs_phone_no svg{
    vertical-align: middle;
    margin-right: 8px;
}
.get_support_page .gs_phone_no a{
    vertical-align: middle;
    color: #333333;
    font-size: 24px;
    line-height: 40px;
    font-family: 'latoregular';
}
.get_support_page p{
    font-family: 'latoregular';
    font-size: 18px;
    line-height: 32px;
}
.get_support_page strong{font-family: 'latobold';}
.get_support_page h4{
    font-size: 24px;
    line-height: 40px;
    font-family: 'latobold';
    margin-bottom: 16px;
    margin-top: 60px;
}
.get_support_page .live_chat_txt{
    color: #333333;
    font-size: 24px;
    line-height: 40px;
    font-family: 'latobold';
}
.police_sidebar{
    padding: 0 15px 0 0;
    width: 320px;
    float: left;
    /*    position: fixed;
        height: calc(100% - 120px);
        overflow: auto;
        z-index: 11;
        background-color: #fff;*/
}
.police_sidebar .sidebar_title{
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: 'latobold';
    display: block;
}
.police_sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.police_sidebar ul li{margin-bottom: 12px;}
.police_sidebar ul li a{
    text-decoration: none;
    color: rgba(51, 51, 51, 0.50);
    font-size: 16px;
    line-height: 32px;
    font-family: 'latoregular';
    display: block;
}
.police_sidebar ul li a:hover,.police_sidebar ul li a.active{
    color: #333333;
}
.police_section{
    padding: 0 15px 0 15px;
    width: calc(100% - 320px);
    float: left;
    /*margin-left: 320px;*/
}
.police_section h1{
    color: #026389;
    text-transform: none;
    font-family: 'latobold';
}
.police_section .gdpr_img{
    float: right;
}
.police_section .title_section{
    padding-top: 24px;
    padding-bottom: 40px;
}
.police_pages{
    padding: 40px 0 0 0;
}
.police_section p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-family: 'latoregular';
}
.police_section strong{
    font-family: 'latobold';
}
.police_section section{
    margin-bottom: 40px;
}
.police_section ul{
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}
.police_section table{margin-bottom: 20px;width: 790px;}
.police_section table td,.police_section table th{
    vertical-align: top;
    border: 1px solid #7D808B;
    padding: 8px 16px 8px 16px;
    width: 33%;
}
.police_section .link{
    color: #333333;
    text-decoration: underline;
}
.police_pages .stickers_img{
    padding: 120px 0;
    float: left;
}
.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;
}
.banner .icon-list{
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.banner .icon-list .icon {
    margin-right: 25px
}
.banner .icon-list .icon svg{
    width: 30px;
}
.banner .icon-list .icon svg path{
    fill: #4e5264
}

.noticeprivacypractices{
    margin-top: 80px;
    word-break: break-all;
}
.noticeprivacypractices h1 {
    color: #026389;
    text-transform: none;
    font-family: 'latobold';
}
.noticeprivacypractices p, .noticeprivacypractices li {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-family: 'latoregular';
}
.noticeprivacypractices strong{
    font-size: 16px;
}
.noticeprivacypractices section {
    margin-bottom: 40px;
}
.noticeprivacypractices .stickers_img {
    padding: 120px 0;
}