@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: 40px;
    letter-spacing: 0.48px;
    color: #4E5264;
    line-height: 60px;
}
h2{
    font-family: 'latoregular';
    font-size: 32px;
    color: #4E5264;
    line-height: 48px;
}
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: rgb(0,160,250);
    background: -moz-linear-gradient(0deg, rgba(0,160,250,1) 0%, rgba(0,137,204,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,160,250,1) 0%, rgba(0,137,204,1) 100%);
    background: linear-gradient(0deg, rgba(0,160,250,1) 0%, rgba(0,137,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0fa",endColorstr="#0089cc",GradientType=1);
}
.btnred{
    background: linear-gradient(180deg, #F50002 0%, #FF8500 100%);
}
.btn:hover,.btn:focus,.btn:focus-visible {
    outline: none;
    background: rgb(0,160,250);
    background: -moz-linear-gradient(0deg, rgba(0,160,250,1) 0%, rgba(0,137,204,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,160,250,1) 0%, rgba(0,137,204,1) 100%);
    background: linear-gradient(0deg, rgba(0,160,250,1) 0%, rgba(0,137,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0fa",endColorstr="#0089cc",GradientType=1);
    color: #fff;;
}
.btnred:hover,.btnred:focus{
    background: linear-gradient(180deg, #F50002 0%, #FF8500 100%);
}
.btn.orange {
    background: #FF8500
}
.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;}

/*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;}
/*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 > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #899396;
    border-radius: 50%;
}
.i-checks > i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    /* -webkit-transition: all 0.2s;
    transition: all 0.2s; */

}
.i-checks input:checked + i {
    border-color: #00A0FA;
    background-color: #00A0FA;
}
.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: 50px 0 33px 0;
    background: rgb(0,137,204);
    background: -moz-linear-gradient(0deg, rgba(0,137,204,1) 0%, rgba(0,65,196,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,137,204,1) 0%, rgba(0,65,196,1) 100%);
    background: linear-gradient(0deg, rgba(0,137,204,1) 0%, rgba(0,65,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0089cc",endColorstr="#0041c4",GradientType=1);
    position: relative;
    overflow: hidden;    
}

/* .banner-section .hero-img {
    display: flex;
    align-items: center;
} */
.banner-section .hero-img img {
  max-height: 350px;
}
.banner-section h1,
.banner-section h4 {margin-bottom: 32px;color: #fff;}
.banner-section .icon {
  padding-top: 20px
}
.test-kit-listing{margin: 48px -12px 0 -12px;}
.test-kit-listing .list{
    width: calc(33.33% - 24px);
    height: 530px;
    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{    
    text-align: center;
    font-family: 'latobold';
    line-height: 32px;
    padding: 20px 63px;
    /* 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;
    font-size: 16px;
}
.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: 87px;
}
.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;
}
.contact-us-section h4{margin-top: 64px;}
.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: 48px 0;
}
.inperson-testing-sec{
    padding: 80px 0;
}
section h2{
    /* font-size: 40px; */
    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 h2{
    font-size: 40px;
    line-height: 64px;
}
.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 .btn {
    width: 200px;
    background: #fff;
    color: #0089CC;
    margin: 0 10px
}
.video-obs-testing-sec{
    background:url(../images/treated.png) no-repeat;
    background-size: cover;
    background-position: center 37%;
}
.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 > li > 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 > li > a img{width: 32px;margin-right: 10px;}
.self_test_modal_tab .nav-tabs > li.active > a, .self_test_modal_tab .nav-tabs > li.active > a:hover, .self_test_modal_tab .nav-tabs > li.active > a:focus{
    border: none;
    background-color: #181F5C;
    color: #fff;
}
.self_test_modal_tab .nav-tabs > li > a:hover{
    background-color: #181F5C;
    color: #fff;
}
.self_test_modal_tab .nav-tabs > 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 > .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 > li img{
    width: 32px;
    margin-right: 10px;
}
.in_person_test_modal_tab .nav-tabs > li > 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 > .tab-pane{
    padding-top: 14px;
}
.in_person_test_modal_tab .nav-tabs{border-bottom: none;}
.in_person_test_modal_tab .nav-tabs > li.active > a, .in_person_test_modal_tab .nav-tabs > li.active > a:hover, .in_person_test_modal_tab .nav-tabs > li.active > a:focus{
    border: none;
    background-color: #181F5C;
    color: #fff;
}
.in_person_test_modal_tab .nav-tabs > li > a:hover:not(.text-uppercase){
    background-color: #181F5C;
    color: #fff;
}
.in_person_test_modal_tab .nav-tabs > .label_li{
    padding: 0;
    border: 0;
    width: 100%;
}
.in_person_test_modal_tab .nav-tabs > .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;
}
.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 > .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 > .panel-body,
.faq_section .panel-heading + .panel-collapse > .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: 80px 0;background: rgba(0, 96, 128, .10);}
.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: #FF8500;
}
.dash.blue li:before{
    margin-right: 15px;
    background: #00A0FA;
}
.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;
}
.stickers{padding: 120px 0; text-align: center;}
.stickers img{width: 90%;}

.search-section{max-width: 745px;}
.search-section .form-control{
    height: 48px;
    color: #A9ABAE;
    padding: 0 16px;
    font-size: 20px;
    float: left;
    width: calc(100% - 288px);
    margin-right: 25px;
    font-style: italic;
}
.search-section .btn{
    width: 263px;
    font-size: 24px;
    float: left;
}
.search-section p{color: #fff;font-size: 20px;}
.whatyouget-list .img{
    width: 106px;
    float: left;
}
.whatyouget-list .txt{
    width: calc(100% - 106px);
    padding-left: 24px;
    float: left;
}
.whatyouget-list .title{
    font-size: 20px;
    line-height: 32px;
    font-family: 'latobold';
    margin-bottom: 24px;
}
.whatyouget-list ul{
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 24px;
    list-style: disc;
}
.whatyouget-list ul li{
    font-size: 16px;
    line-height: 24px;
}
.whatyouget-list .listing{
    margin-bottom: 40px;
}
.testimonial{
    padding: 88px 0;
}
.search-results{
    padding-top: 56px;
}
.search-results .map-section{
    width: 452px;
    height: 338px;
    position: relative;
    float: left;
}
.search-results .search-results-list{
    width: calc(100% - 452px);
    padding-right: 16px;
    float: left;
}
.search-results .map-section iframe{
    position: absolute;   
    width: 100%;
    height: 100%;
}
.search-results-list .img{
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    float: left;
}
.search-results-list .pharmacy-details h4{
    color: #0089CC;
    margin: 0;
}
.search-results-list .pharmacy-details .timeing-section{
    margin-top: 8px;
}
.search-results-list .btn-section{
    width: 330px;
    float: left;
    margin-top:auto;
}
.search-results-list .btn-section .btn{
    width: 100%;
    margin-top: auto;
    padding: 4px 5px;
}
.search-results-list .pharmacy-details{
    float: left;
    width: calc(100% - 450px);
    padding: 0 24px;
}
.search-results-list .results-listing{
    background-color: #F7F9FB;;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.pagination{
    margin: 0;
}
.pagination > li > a, .pagination > li > span,.pagination select{
    border-radius: 30px !important;
    border: none;
    min-width: 32px;
    height: 32px;
    text-align: center;
    padding: 0;
    line-height: 32px;
    background: #DBDEDF;
    color: #4E5264;
    font-size: 18px;
    font-family: 'latobold';
    margin-right: 8px;
    padding: 0 2px;
}
.pagination > li > a.az-prev-nav,.pagination > li > span.az-prev-nav,
.pagination > li:last-child > a,.pagination > li:last-child > span{
    width: 68px;
    border-radius: 30px;
}
.pagination > li:last-child > a,.pagination > li:last-child > span{margin-right: 0px;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus,
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus{    
    background: rgb(0,160,250);
    background: -moz-linear-gradient(180deg, #0089CC 0%, #00A0FA 100%);
    background: -webkit-linear-gradient(180deg, #0089CC 0%, #00A0FA 100%);
    background: linear-linear-gradient(180deg, #0089CC 0%, #00A0FA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0fa",endColorstr="#0089cc",GradientType=1);
    color: #fff;
}
.pagination select{
    width: 88px;
    float: left;
    padding: 0 7px;
    text-align: left;
}
.pagination select:focus-visible{
    outline: none;
}
#gmap_main_canvas {
    height: 100%;
    position: unset !important;
}
#gmap_main_canvas > div{
    overflow: hidden !important;
}
.map-profile-pic {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    float: left;
}
.map-profile-pic img{max-width: 100%; height: auto;}
.map-profile-det {display: inline-block; float: left; width: 240px; padding: 0 0 0 15px; height: 60px;}
.map-profile-det .az-doc-network,.map-profile-det .az-doc-patients-accepts {display: none;}
.map-profile-det h4 {margin: 0;}
.map-profile-det .font-16 strong {display: none;}
.map-profile-det h4 strong{font-size: 16px;font-weight: 600; font-family: futura-pt, sans-serif;}
.map-usr-loc {display: inline-block; width: 300px; font-family: futura-pt, sans-serif; font-weight: 400; color: #026389; font-size: 14px; padding-top: 15px; float: left;}
.gm-style-iw-d > div{width: 300px;display: inline-block;}
#LoadingImage {
    background: rgba(0,0,0,0.01);
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}
