<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Futura PT Bold';
    src: url('../fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Medium';
    src: url('../fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Demi';
    src: url('../fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('../fonts/FuturaPT-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansregular';
    src: url('../fonts/nunito-sans.regular-webfont.woff2') format('woff2'),
        url('../fonts/nunito-sans.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansbold';
    src: url('../fonts/nunitosans-bold-webfont.woff2') format('woff2'),
        url('../fonts/nunitosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sanslight';
    src: url('../fonts/nunitosans-light-webfont.woff2') format('woff2'),
        url('../fonts/nunitosans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansblack';
    src: url('../fonts/nunito-sans.black-webfont.woff2') format('woff2'),
        url('../fonts/nunito-sans.black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sanssemibold';
    src: url('../fonts/nunitosans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/nunitosans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
        url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
        url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Latomedium';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
        url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'latoregular';
    color: #4E5264;
    font-size: 18px;
    background-color: #fff;
    counter-reset: section;
    line-height: 32px;
}
.bg-white{background-color: #fff;}
.gry_txt{color: #A9ABAE;}
.gray-bg{background-color: #F7F9FB;}
.orange-text{color: #F79727;}
.red-text{color: #F25A6C;}
.blue-text{color:  #181F5C;}
.font-20{font-size: 20px;}
.font-14{font-size: 14px; line-height: 20px;}
.font-16{font-size: 16px; line-height: 1.5;}
a.orange-text:hover,a.orange-text:focus{color: #F79727;}
a.blue-text:hover,a.blue-text:focus{color: #181F5C;}
img{max-width: 100%;}
.p-l-0{padding-left: 0;}
.p-r-0{padding-right: 0;}
.p-t-0{padding-top: 0;}
.m-b-sm{margin-bottom: 10px;}
.m-b-md{margin-bottom: 20px;}
.m-b-lg{margin-bottom: 30px;}
.m-t-sm{margin-top: 10px;}
.m-t-md{margin-top: 20px;}
.m-t-lg{margin-top: 30px;}
.m-t-xxl{margin-top: 60px;}
.m-r-lg {margin-right: 30px;}
.m-r-md {margin-right: 15px;}
.m-l-md {margin-left: 15px;}

h1,h2,h3,h4,h5,h6{margin: 0; line-height: 1.5;}
h1{
    font-family: 'latoregular';
    font-size: 48px;
    letter-spacing: 0.48px;
    color: #4E5264;
    line-height: 1.5;
}
h2{
    font-family: 'latoregular';
    font-size: 32px;
    color: #4E5264;
    line-height: 1.5;
}
h4{
    font-family: 'Latomedium';
    color: #4E5264;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
}
strong{font-family: 'latobold';font-weight: normal;}
p{margin: 0 0 15px;}
.btn {
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'latobold';
    border: none;
    padding: 12px 5px;
    width: 360px;
    max-width: 100%;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
    color: #fff;
    background-color: #000;
}
.btnred{
    background: #000;
}
.btn:hover,.btn:focus{
    background-color: #000;
    color: #fff;;
}
.btnred:hover,.btnred:focus{
    background: #000;
}
.btn.orange {
    color: #4E5264;
    background: #FABA11
}
.btn.orange:hover,
.btn.orange:focus {
    color: #4E5264;
    background: #e1a70f
}
.btn.gray {
    background: #EAEDF1;
    color:#6E4496;
}
.deft_btn{
    border-radius: 6px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'latobold';
    border: none;
    padding: 12px 5px;
    width: 360px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
    color: #4E5264;
    background-color: transparent;
    display: inline-block;
}
.deft_btn:hover,.deft_btn:focus{
    color: #4E5264;
    background-color: transparent;
}
.btn.disabled{background-color: #A9ABAE;opacity: 1;background: #A9ABAE;}
.btn.md{
    width: 456px;
}
.dy-padding-left,.dy-padding-right{visibility: hidden;}
input:focus{outline: none;}
/*header start*/
header{
    padding: 14px 0;
    /*    position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;*/
    background-color: #fff;
    /*position: relative;*/
    border-bottom: 1px solid #DBDEDF;
}
/*.header-box-shadow{
    moz-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}*/
.header_container{padding: 0 40px;}
.logo{
    width: 260px;
    display: inline-block;
    /*height: 32px;*/
    vertical-align: middle;
}
.logo img{
    max-height: 50px;
    margin-top:-5px
}
header .profile_img img {
    max-width: 100%;
}
header .profile_img {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}
header .profile_name {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    line-height: 18px;
}
.menu_list {
    display: inline-block;
    width: calc(100% - 265px);
    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 &gt; li {float: none;display: inline-block;}
.navbar-nav &gt; li.left_menu {
    float: left;
}
.navbar-nav &gt; li.first_left_menu {
    margin-left: 80px;
}
.navbar-nav{float: none;}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav li.active a,.navbar-nav li a:hover,.navbar-nav li a:focus{
    color: #4E5264;
    background-color: transparent !important;
}
.navbar-nav li.active a{
    font-family: 'latobold';
}
.navbar-toggle{float: none; margin: 0;position: absolute;top: -34px;right: 0;border-color: #4E5264;}
.navbar-toggle .icon-bar{background-color: #4E5264;}
.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: #181F5C !important;
    color: #fff;
}
.navbar-nav li{margin-right: 35px; margin-bottom: 0;}
/*.navbar-nav li:last-child{margin-right: 0px;}*/
.navbar-nav li.get_btn{ margin-right: 0px;}
.dropdown-menu {
    width: 100%;
    right: 0;
    left: auto;
}
.navbar .dropdown-menu {
    min-width: 265px;
    border-radius: 6px;
}
.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 &gt; li &gt; a:hover,
.navbar .dropdown-menu &gt; li &gt; a:focus,
.navbar .dropdown-menu &gt; .active &gt; a,
.navbar .dropdown-menu &gt; .active &gt; a:hover,
.navbar .dropdown-menu &gt; .active &gt; a:focus ,
.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus{
    background-color: transparent;
    color: #4E5264;
}
.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 &gt; a,
.navbar .dropdown-menu .menu-label &gt; 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 &gt; a{font-family: 'latobold';}
.dark_header{background-color: #12172A;}
.dark_header .navbar-nav li a{color: #fff;}
.dark_header .navbar-toggle{border-color: #fff;}
.dark_header .navbar-toggle .icon-bar {background-color: #fff;}
.dark_header svg path{fill:#fff;}
.navbar .dropdown .caret-down {
    border: solid #4E5264;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 15px;
    margin-bottom: 2px;
}
.navbar .dropdown.open .caret-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom: -1px;
}
.navbar .dropdown-menu li svg {
    fill: #fff;
    vertical-align: middle;
    margin-right: 8px;
}
.navbar .dropdown-menu li.active svg {
    fill: #4E5264;
}
.navbar-nav &gt; li.left_menu {
    float: left;
}
.navbar-nav &gt; li.first_left_menu {
    margin-left: 80px;
}
/*header end*/
/*footer start*/
footer img{max-height: 52px;}
footer{background-color: #4E5264;padding: 60px 0 16px 0}
footer .footer_text{color: #fff;font-size: 14px;font-family: 'latoregular';float: left;margin: 16px 0 0 0;line-height: 20px;}
.footer_bottom a{float: right;}
.footer_bottom{padding-top: 40px;}
footer li a{color: #fff; font-size: 16px;line-height: 24px;}
footer li a:hover,footer li a:focus{text-decoration: none; color: #fff;}
footer li{margin-bottom: 5px;}
footer .fild-label{margin-bottom: 8px;color: #fff;}
.simple_footer{background-color: transparent;}
.simple_footer .footer_text{color: #A9ABAE;font-size: 11px;line-height: 20px; margin-top: 8px;float: none}
.simple_footer img{height: 58px;}
.simple_footer{text-align: center;}
footer .fild-label {margin-bottom: 8px;color: #fff;width: 100%;font-size: 16px;font-family: 'latobold'; line-height: 24px;}
.certification-container {margin-top:15px;margin-bottom:15px;}
footer .certification-container img {max-height: unset;height:auto;width:110px}
@media(max-width:480px){.certification-container {text-align: center;}}
/*footer end*/
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.i-checks {
    padding-left: 20px;
    cursor: pointer;
}
.i-checks input {
    position: absolute;
    margin-left: -12px;
    opacity: 0;
    display: none;
}
.i-checks &gt; i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #899396;
    border-radius: 50%;
}
.i-checks &gt; i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    /* -webkit-transition: all 0.2s;
    transition: all 0.2s; */

}
.i-checks input:checked + i {
    border-color: #FABA11;
    background-color: #FABA11;
}
.i-checks input:checked + i:before {
    /* top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #23b7e5;
    border-radius: 50%; */
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 7px;
    border-bottom: 2px solid #fff;
    height: 12px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.banner-section{
    padding: 3em 0;
    background: rgb(255,214,0);
    background: -moz-linear-gradient(0deg, rgba(255,214,0,1) 0%, rgba(255,133,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,214,0,1) 0%, rgba(255,133,0,1) 100%);
    background: linear-gradient(0deg, rgba(255,214,0,1) 0%, rgba(255,133,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd600",endColorstr="#ff8500",GradientType=1);
    position: relative;
    overflow: hidden;
}

.banner-section .hero-img {
    display: flex;
    align-items: center;
}
.banner-section .hero-img img {
    max-width: 825px;
    width: 100%
}
.banner-section h1,
.banner-section h3 {margin-bottom: 35px;color: #000;}
.banner-section h3{max-width: 415px;line-height:36px;font-size:20px}
.banner-section .icon {
  padding-top: 20px
}
.banner-section .icon *{
  fill: #000;
}

.test-kit-listing{margin: 48px -12px 0 -12px;}
.test-kit-listing .list{
    width: calc(33.33% - 24px);
    height: 575px;
    background: #FFFFFF;
    border: 0.5px solid #A9ABAE;
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    float: left;
    margin: 0 12px 40px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.test-kit-listing .list .title{
    margin: 0 0 8px 0;
    text-align: center;
    font-family: 'latobold';
    line-height: 32px;
    padding: 20px;
    min-height: 105px;
}
.test-kit-listing .list .sub-txt{
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}
.test-kit-listing .list ul.sub-txt li{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
.test-kit-listing .list ul.sub-txt li:before {
  margin-top: 8px
}
.test-kit-listing .list .desc{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px
}
.test-kit-listing .list .btn{
    background-color: #2348AA;
    width: 100%;
    margin-top: auto;
}
.test-kit-listing .list img{
    display: block;
    width: 100%;
}
.contact-us-section{
    margin-top: 100px;
}
.contact-us-section .phone_no {
    color: #4E5264;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Latomedium';
    margin-top: 25px;
    display: inline-block;
    text-decoration: none;
}
.contact-us-section .phone_no svg {
    vertical-align: middle;
    margin-right: 8px;
}
.stickers_img {
    padding: 80px 0;
    text-align: center;
}
.stickers_img img {
    width: 91%;
}
.stickers_img img + p {
    margin-top: 64px;
}
.get_support_page h1 {
    text-transform: none;
    margin-bottom: 80px;
    margin-top: 64px;
}
.get_support_page .live_chat_txt {
    color: #4E5264;
    font-size: 24px;
    line-height: 40px;
    font-family: 'latobold';
}
.get_support_page .gs_phone_no svg {
    vertical-align: middle;
    margin-right: 8px;
}
.get_support_page .gs_phone_no a {
    vertical-align: middle;
    color: #4E5264;
    font-size: 24px;
    line-height: 40px;
    font-family: 'latoregular';
}
.get_support_page .questions_section {
    border-top: 2px solid #4E5264;
    border-bottom: 2px solid #4E5264;
    margin: 120px 0 0 0;
    padding: 88px 0 120px 0;
}
.get_support_page h4 {
    margin-bottom: 16px;
    margin-top: 60px;
}
.questions_section .btn {
    margin-top: 64px;
}
.questions_section .questions_section_img img {
    width: 194px;
    margin: auto;
}



.points span {
    vertical-align: middle;
    margin: 0 25px 0 0;
    white-space: nowrap;
}
.points span svg {
    margin-right: 15px;
    vertical-align: middle;
}
.points span strong {
    vertical-align: middle;
}
.az-power-logo{
    max-height: 56px;
    display: block;
    margin-left: auto;
}
.disc-list{
    padding: 0 0 0 20px;
    margin: 0;
    list-style: disc;
}
section{
    padding: 100px 0;
}
section h2{
    margin-bottom: 24px;
}
section p,section li{
    font-size: 18px;
    line-height: 32px;
}
section .btn{margin-top: 30px;}
.covid-testing-sec{
    background: rgb(92,206,231);
    background: -moz-linear-gradient(280deg, rgba(92,206,231,1) 50%, rgba(81,203,229,1) 100%);
    background: -webkit-linear-gradient(280deg, rgba(92,206,231,1) 50%, rgba(81,203,229,1) 100%);
    background: linear-gradient(280deg, rgba(92,206,231,1) 50%, rgba(81,203,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ccee7",endColorstr="#51cbe5",GradientType=1);
    position: relative;
}
.covid-testing-sec::before{
    content:'';
    display: block;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(280deg, rgba(255,255,255,0) 0%, rgba(0,137,204,1) 100%);
    background: -webkit-linear-gradient(280deg, rgba(255,255,255,0) 0%, rgba(0,137,204,1) 100%);
    background: linear-gradient(280deg, rgba(255,255,255,0) 0%, rgba(0,137,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0089cc",GradientType=1);
    position: absolute;
    top: 0;
    right:0;
    left:0;
    bottom: 0;
    z-index: 1
}
.covid-testing-sec:after{
    content:'';
    display: block;
    background: url(../images/medication-bg.png) no-repeat;
    background-position: 65% 0px;
    background-size: cover;
    position: absolute;
    top: 0;
    right:0;
    left:0;
    bottom: 0;
    z-index: 0
}
.covid-testing-sec .container {
    position: relative;
    z-index: 2;
}
.covid-testing-sec p,
.covid-testing-sec h2 {
    color: #fff
}
.covid-testing-sec h2{
    font-size: 40px;
    line-height: 64px;
}
.covid-testing-sec .btn {
    width: 200px;
    background: #fff;
    color: #0089CC;
    margin: 0 10px
}
.video-obs-testing-sec{background:url(../images/treated.png) no-repeat;background-size: cover}
.video-obs-testing-sec .content {
    max-width: 875px;
    margin: auto;
    text-align: center;
    background: rgba(0,0,0,.5);
    padding: 30px;
    border-radius: 12px;
    color: #fff
}
.video-obs-testing-sec .content h2 {
    font-size: 60px;
    color: #fff;
    line-height: 1.3
}
.privacy-matters-img{max-height: 400px; margin-top: 50px;}
.app-for-easy-sharing{background-color: #E6FBFA; margin-bottom: 80px;}
.app-for-easy-sharing .app-btns p{
    margin-bottom: 8px;
}
.app-for-easy-sharing .app-btns{margin-top: 40px;}
.app-for-easy-sharing a img{max-height: 40px;}
.app-for-easy-sharing .gplay{margin-right: 10px;}
.app-for-easy-sharing h1 {
    margin-bottom: 12px;
    margin-top: 64px;
}

.self_test_modal .modal-dialog{width: auto; max-width: 1175px;}
.self_test_modal .modal-header{text-align: center; border-bottom: 0;}
.self_test_modal_tab .nav-tabs &gt; li &gt; a{
    margin: 0 10px 10px 10px;
    border-radius: 6px;
    color: #181F5C;
    width: 264px;
    padding: 11px 0;
    font-size: 16px;
    border: 1px solid #181F5C;
}
.self_test_modal_tab .nav-tabs &gt; li &gt; a img{width: 32px;margin-right: 10px;}
.self_test_modal_tab .nav-tabs &gt; li.active &gt; a, .self_test_modal_tab .nav-tabs &gt; li.active &gt; a:hover, .self_test_modal_tab .nav-tabs &gt; li.active &gt; a:focus{
    border: none;
    background-color: #181F5C;
    color: #fff;
}
.self_test_modal_tab .nav-tabs &gt; li &gt; a:hover{
    background-color: #181F5C;
    color: #fff;
}
.self_test_modal_tab .nav-tabs &gt; li{float: none;display: inline-block;}
.self_test_modal_tab .nav-tabs {
    border-bottom: none;
    text-align: center;
    padding: 0;
}
.self_test_modal_tab .tab-content &gt; .tab-pane{
    padding-top: 14px;
}
.self_test_modal_tab .self_test_option .btn{
    font-size: 16px;
    border-radius: 0 0 6px 6px;
    width: 100%;
    margin-top: auto;
}
.self_test_modal_tab .self_test_option .option{
    box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.08);
    border-radius: 6px;
    background-color: #fff;
    margin: 0 12px 24px 12px;
    width: 264px;
    height: 356px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.self_test_modal_tab .self_test_option .option p{
    padding: 0 20px;
}
.self_test_modal_tab .self_test_option{
    text-align: center;
    margin: 0 -12px 0 -12px;
}
.self_test_modal_tab .self_test_option img{margin-bottom: 24px; margin-top: 24px;max-height: 96px;}
.in_person_test_modal_tab .nav-tabs &gt; li img{
    width: 32px;
    margin-right: 10px;
}
.in_person_test_modal_tab .nav-tabs &gt; li &gt; a{
    margin: 0 10px 24px 10px;
    border-radius: 6px;
    color: #181F5C;
    width: 264px;
    padding: 10px 5px 10px 15px;
    font-size: 16px;
    border: 1px solid #181F5C;
    height: 48px;
}
.in_person_test_modal_tab .tab-content &gt; .tab-pane{
    padding-top: 14px;
}
.in_person_test_modal_tab .nav-tabs{border-bottom: none;}
.in_person_test_modal_tab .nav-tabs &gt; li.active &gt; a, .in_person_test_modal_tab .nav-tabs &gt; li.active &gt; a:hover, .in_person_test_modal_tab .nav-tabs &gt; li.active &gt; a:focus{
    border: none;
    background-color: #181F5C;
    color: #fff;
}
.in_person_test_modal_tab .nav-tabs &gt; li &gt; a:hover:not(.text-uppercase){
    background-color: #181F5C;
    color: #fff;
}
.in_person_test_modal_tab .nav-tabs &gt; .label_li{
    padding: 0;
    border: 0;
    width: 100%;
}
.in_person_test_modal_tab .nav-tabs &gt; .label_li a{
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 32px;
    height: auto;
}
.in_person_test_modal_tab .active_label{
    margin: 0 10px 0px 10px;
    border-radius: 6px;
    color: #181F5C;
    width: 264px;
    padding: 11px 5px 11px 5px;
    font-size: 16px;
    border: 1px solid #181F5C;
    display: inline-block;
}
.in_person_test_modal_tab .active_label img{
    width: 32px;
    margin-right: 10px;
}
.in_person_test_modal_tab .active_label_section{margin-bottom: 24px;}
.in_person_test_modal_tab .active_label_section .back_btn{line-height: normal; vertical-align: middle; text-decoration: none;display: inline-block;}
.in_person_test_modal .modal-dialog{width: auto; max-width: 1175px;}
.in_person_test_modal .modal-header{text-align: center; border-bottom: 0;}
.in_person_test_option{
    text-align: center;
    margin: 0 -12px 0 -12px;
}
.in_person_test_option .option{
    box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.08);
    border-radius: 6px;
    background-color: #fff;
    display: inline-block;
    margin: 0 12px 24px 12px;
    width: 264px;
    height: 320px;
}
.in_person_test_option .btn{
    font-size: 16px;
    border-radius: 0 0 6px 6px;
    width: 100%;
    margin-top: 16px;
}
.in_person_test_option img{margin-bottom: 24px; margin-top: 24px; max-height: 96px;}
.in_person_test_option ul{
    padding: 0 0 0 20px;
    list-style: disc;
    margin: 0;
}
.in_person_test_option ul li{font-size: 14px; line-height: 24px;text-align: left;}
.in_person_test_option .cont_area{padding: 0 15px;}
.in_person_test_option .cont_area p{margin-bottom: 8px;}
.self_test_modal h4,.in_person_test_modal h4{font-family: 'latoblack';}

.vacine_banner_section{
    background-image: url(../images/banner_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 64px 0 48px 0;
    text-align: center;

}
.vacine_banner_section h2{
    color: #fff;
    font-size: 40px;
}
.vaccine_record_list h2{
    font-size: 32px;
    line-height: 56px;
}
.vaccine_record_list .btn{
    margin-top: 55px;
}
.vaccine_record_list img{
    max-height: 385px;
    display: block;
    margin: 0 auto 0 auto;
}
.vaccine_record_list{
    margin: 80px 0 120px 0;
}
.vaccine_record_list .first_row{
    margin-bottom: 80px;
}
.vacine_step .stepno{
    border: 2px solid #4E5264;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #4E5264;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    margin-bottom: 40px;
}
.vacine_step div:nth-child(2) img{
    margin-top: 80px;
}
.vacine_step div:last-child img{
    margin-top: 40px;
}
.vacine_step h2{margin-bottom: 40px;}
/*.vacine_step{margin-bottom: 120px;}*/
.vac_return_link a{
    font-size: 18px;
    line-height: 24px;
    color: #181F5C;
    text-decoration: none;
    letter-spacing: 0.01em;
}
.vac_return_link svg{margin-right: 15px;}
.vac_return_link a:hover,.vac_return_link a:focus{
    color: #181F5C;
    text-decoration: none;
}
.vac_return_link{
    padding: 40px 40px 0 40px;
}
.plan_box .plan_titel{
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    height: 80px;
    margin-bottom: 24px;
    font-family: 'latobold';
}
.plan_box .plan_price{
    font-family: 'latobold';
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 24px;
}
.plan_box ul{
    padding: 0;
    margin: 0 0 28px 0;
    list-style: none;
}
.plan_box ul li{
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    padding: 0 0 0 34px;
}
.plan_box ul li:before{
    content: "";
    background-image: url(../images/checkmark2.png);
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.plan_box .plan_btn{
    text-align: center;
}
.plan_box .plan_btn p{
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 0 0;
    text-align: center;
}
.plan_box{
    padding: 24px;
    box-shadow: 0px 4px 18px 2px rgba(24, 31, 92, 0.08);
    border-radius: 6px;
    border: 1px solid #DBDEDF;
    background-color: #FFFFFF;
    border-top: 8px solid transparent;
}
.plan_box_row{margin-top: 88px;margin-bottom: 40px;}
.plan_box_row .confirmed_plan{border-top-color: #23B7E5;}
.plan_box_row .verifed_plan{border-top-color: #026389;}
.plan_box_row .confirmed_plan .plan_titel{padding: 19px 0;}
.vaccine_record_list p{margin-top: 30px;text-align: center;}
.compare_passes_modal .modal-dialog{width: auto; max-width: 1176px;}
.compare_passes_modal .modal-body{padding: 40px 30px 30px 30px;}
.compare_passes_modal .close{position: absolute;top: 3px;right: 6px;z-index: 11;}
.compare_passes_modal .modal-footer{text-align: center;border-top: none;}
.plan_table td{
    text-align: center;
    border: 1px solid #DBDEDF;
    padding: 12px;
    width: 33%;
    font-size: 14px;
    line-height: 24px;
}
.plan_table tbody tr:first-child td, .plan_table tbody tr td:first-child{
    text-align: left;
}
.plan_table thead tr td:first-child{
    border: none;
}
.plan_table tbody tr td:first-child{
    border-left: 0
}
.plan_table tbody tr:last-child td:first-child{
    border-bottom: 0;
    border-right: 0;
}
.plan_table .plan_name{
    display: block;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 12px;
    text-align: center;
    font-family: 'latobold';
}
.plan_table .plan_price{
    font-size: 24px;
    line-height: 40px;
    font-family: 'Latomedium';
    display: block;
    margin-bottom: 12px;
    text-align: center;
}
.plan_table .plan_txt{
    font-size: 16px;
    line-height: 32px;
    display: block;
    font-family: 'Latomedium';
    text-align: center;
}
.plan_table .btn{width: 100%;}
.plan_table .create_plan_td{border-top: 11px solid #23B7E5;border-radius: 11px 11px 0 0;}
.plan_table .check_plan_td{border-top: 11px solid #00D3CB;border-radius: 11px 11px 0 0;}
.plan_table .validate_plan_td{border-top: 11px solid #026389;border-radius: 11px 11px 0 0;}
.plan_table{border-collapse: separate;min-width: 1110px;}
.steps_page{padding-top: 64px;}
.steps_page .steps_img{
    margin: 24px 0;
    text-align: center;
}
.steps_page h2{font-family: 'latobold'; margin-bottom: 24px;}
.step_btn_section .deft_btn{width: 300px;background: #F7F9FB;margin-right: 10px;border-radius: 30px;}
.deft_btn{
    border-radius: 6px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'latobold';
    border: none;
    padding: 12px 5px;
    width: 360px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
    color: #4E5264;
    background-color: transparent;
    display: inline-block;
}
.deft_btn:hover,.deft_btn:focus{color: #4E5264;}
.step_btn_section{padding-top: 64px;}
.steps_page{margin-bottom: 24px;}
.steps_page .before_get_img img{margin-top: 75px}
.out_of_Stock_btn {
    font-size: 16px;
    margin-top: 14px;
    color: #2348AA;
    padding: 12px 5px;
    line-height: 24px;
    font-family: 'latobold';
    display: block;
}
@media (max-width:767px){
    .az-power-logo {
        margin-top: 30px;
        margin-right: auto
    }
}
.card {
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.card h2,
.faq_section .panel-body {
    padding-left: 25px;
    padding-right: 25px
}
.card h2 {
    border-bottom: 1px solid rgba(78, 82, 100,.25);
    padding-bottom: 20px;
    margin-bottom: 0
}
.faq_section .panel-body {
    padding-top:0
}
.faq_section .panel-default &gt; .panel-heading {
    background-color: transparent;
    border-radius: 0;
    padding: 12px 45px 12px 25px;
    position: relative;
}
.faq_section .panel{
    border: none;
    border-bottom: 1px solid rgba(78, 82, 100,.25);
    border-radius: 0;
    box-shadow: none;
}
.faq_section .panel-heading + .panel-collapse &gt; .panel-body,
.faq_section .panel-heading + .panel-collapse &gt; .list-group {
    border-top: 0;
}
.faq_section .panel-title{
    font-size: 18px;
    font-family: 'latobold';
    color: #4E5264;
}
.faq_section .panel + .panel {
    margin-top: 0px;
}
.faq_section .panel-title a{
    display: block;
    text-decoration: none;
}
.faq_section .pluse_mins {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border: solid #4E5264;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.faq_section .collapsed .pluse_mins{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.faq_section a.blue-text{
    text-decoration: underline;
}
.faq-sectiondiv{padding: 100px 0;background: rgba(250, 186, 17, 0.1);}
.dash {
    list-style: none;
    text-align: left;
    padding-left:10px
}
.dash li {
    display: flex;
}
.dash li:before{
    content:'';
    display: flex;
    height: 8px;
    min-width: 24px;
    background: #fff;
    margin-right: 25px;
    border-radius: 12px;
    margin-top: 12px;
}
.dash.orange li:before{
    background: #FABA11;
}
.dash.blue li:before{
    margin-right: 15px;
    background: #FABA11;
}
.banner-section .hero-img .icon{display: none;}
.steppages{padding: 40px 0 120px 0;}
.steppages .btn-section{padding-top: 32px;}
.steppages .btn{width: 300px;}
.steppages .leftside-img{
    width: 168px;
    float: left;
}
.steppages .rightside-txt{
    width: calc(100% - 193px);
    float: left;
    padding: 32px 36px;
    margin-left: 25px;
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    background-color: #fff;
}
.steppages .rightside-txt .btn-section{text-align: center;}
.steppages .rightside-txt .link,.steppages .link,.faq_section .link{font-family: 'latobold';color: #4E5264;}
.steppages .rightside-txt .link:hove,.steppages .rightside-txt .link:focus,.steppages .link:hover,.steppages .link:focus,.faq_section .link:hover,.faq_section .link:focus{color: #4E5264;}
.steppages .rightside-txt .btn-section .btn{margin: 0 12px 12px 12px;}
.like-to-do-modal .modal-header{border-bottom:none; text-align: center;padding: 30px;}
.like-to-do-modal .modal-header .close{position: absolute;top: 10px;right: 15px; z-index: 11;padding: 10px;}
.like-to-do-modal .modal-dialog{width: auto; max-width: 1172px;}
.modal-btns{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
.modal-btns .btn_lists{
    width: 348px;
    border: 1px solid #A9ABAE;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 32px;
    margin: 0 12px 12px 12px;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    text-align: center;
}
.modal-btns .btn_lists .img {
    margin-bottom: 20px
}
.modal-btns .btn_lists .img img{
    max-height: 160px
}
.modal-btns .btn_lists .btn{width: 100%;margin-top: 20px;}
.steppages .rightside-txt .btn-section.text-left {
    text-align: left;
}
.deft_btn.go-back {
    width: auto;
    text-decoration: none
}
.deft_btn.go-back svg{
    margin-right: 10px
}
.symptoms-modal .modal-header .close{
    position: absolute;
    top: 2px;
    right: 4px;
    z-index: 11;
}
.symptoms-modal .modal-dialog {
    width: auto;
    max-width: 943px;
}
.symptoms-modal .modal-header {
    border-bottom: none;
}
.symptoms-modal .modal-title {
    font-size: 18px;
}
</pre></body></html>