@font-face {
    font-family: 'latobold';
    src: url('/_shared/lato-bold-webfont.woff2') format('woff2'),
        url('/_shared/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('/_shared/lato-regular-webfont.woff2') format('woff2'),
        url('/_shared/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '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: 'latoheavy';
    src: url('/_shared/lato-heavy-webfont-7bada91b4a77.woff2') format('woff2'),
        url('/_shared/lato-heavy-webfont-37ca0efbc3bf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@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;
}
body{
    font-family: 'latoregular';
    color: #4E5264;
    font-size: 18px;
    background-color: #fff;
    line-height: 32px;
}
.bg-white{background-color: #fff;}
.gry_txt{color: rgba(51, 51, 51, 0.50);}
.gray-bg{background-color: #F7F1FC;}
.orange-text{color: #F79727;}
.blue-text{color: #026389;}
a.blue-text:hover,a.blue-text:focus{text-decoration: none;color: #026389;}
.red-text{color: #F25A6C;}
.font-20{font-size: 20px;}
.font-16 {
    font-size: 16px;
    line-height: 1.5;
}
a{text-decoration: none;}
a.orange-text:hover,a.orange-text:focus{color: #F79727;}
img{max-width: 100%;}
.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;}
.m-r-lg {margin-right: 30px;}
.m-r-md {margin-right: 15px;}
.m-l-md {margin-left: 15px;}
.link{color: #026389; text-decoration: underline;}
.link:focus,.link:hover{color: #026389; text-decoration: underline;}
h1,h2,h3,h4,h5,h6{margin: 0; line-height: 1;}

h1{
    font-family: 'latoregular';
    font-size: 48px;
    color: #6E4496;
    line-height: 64px;
    text-transform: unset;
}
h2{
    font-family: 'latoregular';
    font-size: 36px;
    color: #6E4496;
    line-height: 56px;
    margin-bottom: 24px;
    text-transform: unset;
}
h3{
    font-family: 'latoregular';
    font-size: 32px;
    color: #4E5264;
    line-height: 40px;
    margin-bottom: 16px;
    font-weight: 700
}
h4{
    font-family: 'latoregular';
    font-size: 24px;
    color: #4E5264;
    line-height: 40px;
    margin-bottom: 16px;
}
strong{font-family: 'latobold';font-weight: normal;}
input:focus{outline: none;}
.fild-label{
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'latobold';
    color: #4E5264;
}
.text-box{
    width: 100%;
    border: 1px solid #A9ABAE;
    border-radius: 6px;
    background-color: #F7F9FB;
    box-shadow: none;
    height: 40px;
    padding: 0 8px;
    font-size: 14px;
    color: #4E5264;
    margin-bottom: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.text-box::-ms-expand {display: none;}
textarea.text-box{height: 120px;resize: none;outline: none;}
::placeholder {opacity: 0.50;}
:-ms-input-placeholder {opacity: 0.50;}
::-ms-input-placeholder {opacity: 0.50;}
.frome-group{padding-bottom: 20px;}
select.text-box{
    background-image: url(https://www3.azova.com/employersolution/inteliswab/images/arrow.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    padding-right: 30px;
}
.form-group {
    margin-bottom: 24px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: 0;
}
.custom-ck-box{
    position: relative;
    font-size: 16px;
    padding: 0 10px 0 24px;
    font-family: 'latoregular';
    font-weight: normal;
}
.custom-ck-box input{
    opacity: 0;
    display: none;
}
.custom-ck-box .ck-mark{
    position: absolute;
    top: 8px;
    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);
}
.error{
    font-size: 13px !important;
    margin: 3px 0 0 0 !important;
    line-height: 16px;
    font-weight: normal;
    display: block;
}
.btn {
    border-radius: 36px;
    font-size: 18px;
    font-family: 'latobold';
    padding: 11px 5px;
    cursor: pointer;
    background-color: #67D1CE;
    text-align: center;
    white-space: normal;
    color: #6E4496;
    width: 260px;
    border: 0;
}
.btn .svg{margin-left: 10px;}
.btn:hover,.btn:focus{
    color: #fff;
    text-decoration: none;
}
.btn-border-primary {
    display: inline-block;
    border: 1px solid #6E4496;
    border-radius:30px;
    color: #6E4496;
    padding: 0 10px;
    width: 160px;
    text-align: center
}
.btn-border-primary:hover {
    background: #6E4496;
    text-decoration: none;
    color: #fff
}
.dy-padding-left,.dy-padding-right{visibility: hidden;}
.disabled{
    opacity: 1;
    background-color: #A9ABAE;
}
/*header start*/
header{
    padding: 10px 0;
    background-color: #fff;
}
.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: 50px;
}
.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: #4E5264;
    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: #F79727;
    background-color: transparent !important;
}
.navbar-toggle{float: none; margin: 0;position: absolute;top: -34px;right: 0;border-color: #026389;}
.navbar-toggle .icon-bar{background-color: #026389;}
.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.get_btn, .navbar-nav li:last-child{ 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: #4E5264;
    font-size: 14px;
    white-space: normal;
}
.navbar-nav .dropdown-menu li {
    margin: 0;
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus ,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: transparent;
    color: #F79727;
}
.navbar .dropdown-menu .dropdown .caret-down {
    display: inline-block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000;
    margin: 0 0 1px 3px;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown.open .caret-down {
    display: inline-block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #000;
    border-top: none;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown.active.open .caret-down {
    border-bottom-color: #F79727;
}
.navbar .dropdown-menu .dropdown.active .caret-down {
    border-top-color: #F79727;
}
.navbar .dropdown-menu .dropdown.menu-label > a,
.navbar .dropdown-menu .menu-label > a{
    /*display: inline-block;*/
    padding: 3px 10px 3px 15px !important;
}
.dropdown-menu .dropdown-menu{
    position: relative;
    top: auto;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 100%;
}
.dropdown-menu .menu-label > a{font-family: 'latobold';}
/*header end*/
/*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: 8px;color: #fff;font-size: 16px;}
/*footer end*/
.covid_soluction_banner h1{
    margin-bottom: 26px;
    margin-top: 8px;
    font-family: 'latoheavy';
}
.covid_soluction_banner .btn{
    width: 264px;
    margin-top: 40px;
    color: #6E4496
}
.covid_soluction_banner .banner-img {
    text-align: right;
    padding-right: 0
}
.covid_soluction_banner img{max-width: 816px;width: 100%;}
.covid_soluction_banner {
    padding: 80px 0;
    background: rgb(168,80,167);
    background: -moz-linear-gradient(0deg, rgba(168,80,167,1) 0%, rgba(110,68,150,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(168,80,167,1) 0%, rgba(110,68,150,1) 100%);
    background: linear-gradient(0deg, rgba(168,80,167,1) 0%, rgba(110,68,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a850a7",endColorstr="#6e4496",GradientType=1);
}
.covid_soluction_banner * {
    color: #fff
}
.covid_soluction_banner p {
    max-width: 405px
}
.sticker_img{padding: 120px 0;}
.covid_soluction_banner .covid_cred_txt{
    display: block;
    font-size: 24px
}
.complianttxt_info{padding: 64px 0;}
.complianttxt_info h2{
    font-family: 'latoheavy';
    line-height: 56px;
    font-size: 40px;
}
.title_tag{
    font-family: 'latoheavy';
    font-size: 40px;
    line-height: 56px;
}
.what_we_do_section .title_tag,.use_cases .title_tag,.how_it_work .title_tag{margin-bottom: 60px;}
.what_we_do_section .wwd_list .wwd_text{
    font-size: 16px;
    vertical-align: middle;
    padding-left: 15px;
    width: calc(100% - 53px);
    display: inline-block;
}
.what_we_do_section .wwd_list .wwd_text strong{
    font-size: 24px;
    line-height: 40px;
}
.what_we_do_section .wwd_list svg{
    vertical-align: middle;
}
.what_we_do_section .wwd_list{margin-bottom: 40px;}
.section{padding: 80px 0;}
.how_it_work svg{margin-bottom: 15px;}
.privacy_matters .complianttxt_info{padding: 80px 0 40px 0;}
.business_solutions_section{
    margin: 200px auto 120px auto;
    max-width: 690px;
}
.business_solutions_section h1{font-family: 'latoheavy';margin-bottom: 64px;}
.app_sharing_section h1{font-family: 'latoheavy';margin-bottom: 12px;}
.app_btns a img{width: 135px;}
.app_btns p{margin-bottom: 8px;}
.app_btns{margin-top: 48px;margin-bottom: 10px;}
.get_started_page h1{font-family: 'latoheavy';border-bottom: 1px solid #A9ABAE;margin-bottom: 24px; padding-bottom: 8px;}
.get_started_page{padding-top: 64px;}
.get_started_page .get_started_img{
    width: 100%;
    max-width: 650px;
    margin-top: 100px;
}
.learn_more_link{
    text-decoration: none;
    display: inline-block;
    margin-top: 12px;
}
.learn_more_link svg{vertical-align: middle;}
.use-cases-modal .modal-dialog{
    width: auto;
    max-width: 800px;
}
.use-cases-modal .modal-body{padding: 24px;}
.use-cases-modal .close{position: absolute; z-index: 11;top: 12px;right: 12px;}
.use-cases-modal img{margin: 60px auto 40px auto;display: block;}
.use-cases-modal .video_div{position: relative; padding-bottom: 54%;border: 1px solid #A9ABAE;border-radius: 2px;max-width: 642px; margin: 24px auto 0 auto;}
.use-cases-modal .video_div iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.thankyou_main{
    padding: 120px 30px 120px 30px;
    text-align: center;
}
.thankyou_main .check-mark circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #F79727;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.thankyou_main .check-mark svg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #7ac142;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #F79727;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.thankyou_main .check-mark path {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #fff;
    }
}
.thankyou_main .check-mark{
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}
.thankyou_main .thank-you-txt{
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
}
.covid-testing-sec2 {
    background: url(https://www3.azova.com/employersolution/inteliswab/images/img9.png) no-repeat;
    background-position: left center;
    background-size: cover;
    color: #fff;
}
.covid-testing-sec2 h2{
    color: #fff
}
.contact-us-section .phone_no {
    color: #4E5264;
    font-size: 24px;
    line-height: 40px;
    font-family: 'latobold';
    margin-top: 25px;
    display: inline-block;
    text-decoration: none;
}
.contact-us-section .phone_no svg {
    vertical-align: middle;
    margin-right: 8px;
}
.contact-us-section h4{margin-top: 64px;}
.stickers_img {
    padding-bottom: 0;
    text-align: center;
}
.card {
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    height: 100%;
}
.card h2 {
    padding-left: 25px;
    padding-right: 25px
    border-bottom: 1px solid rgba(78, 82, 100,.25);
    padding-bottom: 20px;
    margin-bottom: 0
}
.lSSlideOuter .lightSlider { height: auto !important;display: flex}
.lSSlideOuter .lslide {
    padding: 20px;
    display: flex
}
.lSSlideOuter .lSPager.lSpg > li a {
    width:50px;
    background: #DBDEDF;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #6E4496;
}
.lSSlideOuter .card {
    max-width: 995px;
    margin: auto;
}
.number-container {
    padding: 25px;
    display: flex;
    flex-direction: column;
}
.number-container a {
    margin-top:15px
}
