body{
    font-family: 'latoregular';
    color: #4E5264;
    font-size: 18px;
    background-color: #fff;
    counter-reset: section;
    line-height: 1.5;
}
.bg-white{background-color: #fff;}
.gry_txt{color: #A9ABAE;}
.gray-bg{background-color: #F7F9FB;}
.orange-text{color: #F79727;}
.red-text{color: #F25A6C;}
.bg-red{background: #F59096;}
.text-blue{color:  #0089CC;}
.green-text {color: #8EC741;}
.text-white {color: #fff}
.font-20{font-size: 20px;}
.font-24{font-size: 24px;}
.font-14{font-size: 14px; line-height: 20px;}
.font-16{font-size: 16px; line-height: 1.5;}
.font-18{font-size: 18px;}
a.orange-text:hover,a.orange-text:focus{color: #F79727;}
a.text-blue:hover,a.text-blue: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;}
.p-t-md{padding-top: 20px;}
.m-b-0{margin-bottom: 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;}
.n-m-l-md {margin-left: -15px;}
.p-l-md{padding-left: 15px;}
.p-r-md{padding-right: 15px;}
.gap-8{gap: 8px !important;}
.mw-650{max-width: 650px;margin: auto;}

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: 56px;
}
h2{
    font-family: 'latoregular';
    font-size: 40px;
    color: #4E5264;
}
h3{
    font-family: 'latoregular';
    font-size: 32px;
    color: #4E5264;
}
h4{
    font-family: 'Latomedium';
    color: #4E5264;
    font-size: 24px;
    margin-bottom: 16px;
}
strong{font-family: 'latobold';font-weight: normal;}
p{margin: 0 0 15px;}
.btn {
    border-radius: 50px;
    font-size: 24px;
    line-height: 24px;
    font-family: 'latobold';
    border: none;
    padding: 10px 25px;
    max-width: 100%;
    cursor: pointer;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
    color: #fff;
    background: #1A75CF;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.btn + .btn {
    margin-left: 15px
}
.btnred{
    background: #F25A6C;
}

.btn:hover,.btn:focus,.btn:focus-visible{
    background: #1660a9;
    color: #fff;
    outline: none;
}
.btnred:hover,.btnred:focus{
    background: #db5161;
}
.btnblue,.btnblue:hover,.btnblue:focus{
    background: #1A75CF;
}
.btn.orange {
    background: #FF8500
}
.btn.orange:hover, .btn.orange:focus,.btn.orange:focus-visible {
    background: #FF8500
}
.btn-border {
    border: 1px solid #A9ABAE;
    background: transparent;
    color: #4E5264; 
}
.btn-border:hover,
.btn-border:focus  {
    background: #f0f0f0;
    color: #4E5264; 
}
.deft_btn{
    border-radius: 6px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'latobold';
    border: none;
    padding: 12px 25px;
    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;
    outline: none;
}
.btn.disabled{background-color: #A9ABAE;opacity: 1;background: #A9ABAE;}
.btn.md{
    width: 456px;
}
input:focus{outline: none;}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.i-checks {
    /* padding-left: 20px; */
    cursor: pointer;
    font-weight: normal;
}
.i-checks input {
    position: absolute;
    margin-left: 0px;
    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);
}

.bannerslider{
    padding: 26px 0;
}
.bannersection{    
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);    
}
.bannersection .d-flex{
    gap: 0;
}
.banner-txt{
    padding: 26px 30px;
}
.banner-txt h1{
    margin-bottom: 8px;
}
.banner-txt p{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 23px;
}
.banner-txt .price{
    font-size: 48px;
    line-height: 56px;    
}
.banner-txt .btn{
    min-width: 227px;
}
.banner-txt .shippingnote{
    border-radius: 500px;
    background: rgba(242, 90, 108, 0.15);
    color: #4E5264;
    font-size: 12px;
    padding: 8px 16px;
    display: inline-block;
    margin-top: 32px;
}
.banner-txt .shippingnote svg{
    vertical-align: middle;
    margin-left: 8px;
}
.banner-txt .bottomnote{
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
    margin-top: 32px;
}
.banner-txt .btnsdiv{
    margin-top: 32px;
}
.banner-txt .btnsdiv .input-group{
    width: 200px;
}
.banner-txt .btnsdiv .input-group .btn{
    min-width: 40px;
    max-width: 40px;
    width: 40px;
    background-color: #F7F9FB;
    color: #A9ABAE;
    border: 1px solid #A9ABAE;
    padding: 0;
    text-align: center;
    height: 65px;
}
.banner-txt .btnsdiv .input-group .form-control{
    height: 65px;
    background-color: #fff;
    text-align: center;
    border-color: #A9ABAE;
    font-size: 24px;
    font-family: 'latobold';
}
.banner-txt .btnsdiv .qtybtn{
   display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.bannerslider .lSSlideOuter {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
}
.bannerslider .slider-sec{
    max-width: 584px;
    margin: auto;
    padding: 0 30px;
}
.bannerslider .lSSlideOuter .lightSlider{
    display: block;
}
.bannerslider .lSSlideOuter .lslide, .bannerslider .lSSlideOuter .clone{
    display: list-item;
}
.bannerslider .lSGallery li{
    border: 1px solid #4E5264;
    border-radius: 8px;
    margin-right: 0 !important;
    margin-bottom: 10px;
    width: 100% !important;
}
.bannerslider .lSSlideOuter .lSPager.lSGallery li.active, 
.bannerslider .lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 8px;
    border-color: #F25A6C;
    border-width: 2px;
}
.bannerslider .lightSlider li{
    pointer-events: none;
}
.bannerslider .lSAction > a{
    background: transparent;
    height: 30px;
    width: 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    top: calc(50% - 40px);
}
.bannerslider .lSAction > .lSPrev{
    left: -50px;
    transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.bannerslider .lSAction > .lSNext{
    right: -50px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.bannerslider .lSAction > .lSPrev::before,
.bannerslider .lSAction > .lSNext::before{
    content: "";
    border: solid #F25A6C;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    background: none;
    height: auto;
    width: auto;
}
.bannerslider .slider-sec{
    position: relative;
}
.about-section h3{
    font-size: 24px;
    margin-bottom: 24px;
}
.about-section h3 img{
    max-height: 40px;
}
.about-section h3 .btn{
    background: #1A75CF;
    margin: 0;
}
.about-section .msg-link{
    color: #0089CC;
    text-decoration: underline;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.12px;
}
.testimonial .title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #4E5264;
    font-family: 'latobold';
    text-transform: uppercase;
}
.testimonial img {
    margin-bottom: 24px;
}
.testimonial p {
    font-size: 16px;
    color: #000;
    min-height: 175px;
    margin-bottom: 8px;
    line-height: 24px;
}
.testimonial span {
    font-size: 16px;
    color: #000;
}
.banner-section .row {
    gap: 0;
}
.banner-section .row > .col-md-6:first-child {
    background: linear-gradient(241deg, #E67079 7.43%, #FAD0D3 115.1%);
    padding: 30px 0 10px;
}
.banner-section .carousel .item img{
    margin: auto
}
.banner-section .carousel .carousel-control {
    background: transparent !important;
    filter: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-section .carousel-indicators {
    position: relative;
    bottom: 0;
    margin-top: 30px;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    width: 100%;
    margin-left: 0;
}
.banner-section .carousel-indicators li {
    height: 80px;
    width: 80px;
    text-indent: unset;

    background: transparent;
}
.banner-section .carousel-indicators li{
    border: 5px solid transparent;
    border-radius: 10px
}
.banner-section .carousel-indicators li.active{
    border: 5px solid #F25A6C;
}
.banner-section .row > .col-md-6:last-child {
    padding: 40px
}
.banner-section .hero-img {
    display: flex;
    align-items: end;
    padding-right:0
}
.banner-section .hero-img img {
    max-width: 650px;
    width: 100%
}
.banner-section h1,
.banner-section h3 {margin-bottom: 15px;}
.banner-section h1 {
    font-family: 'latoblack';
    font-size: 48px;
    line-height: 1.3;
    color: #4E5264;
}
.banner-section h3{font-size: 30px;color: #F25A6C;font-weight: 700;}
.banner-section .icon {
  padding-top: 20px
}







.test-kit-listing{margin: 48px -12px 0 -12px;}
.test-kit-listing .list{
    width: calc(33.33% - 24px);
    height: 581px;
    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: 40px;
    margin-bottom: 40px;
}
.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 h2{display: flex; align-items: center;gap:16px}
.contact-us-section h4{margin-top: 64px;display: flex; align-items: center;gap:16px}
.stickers_img {
    padding: 80px 0;
    text-align: center;
}
.steppages .stickers_img {
    padding-bottom: 0
}
.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: 60px 0;
}
.inperson-testing-sec{
    padding: 80px 0;
}
section h2{
    margin-bottom: 24px;
}
section p,section li{
    font-size: 18px;
    line-height: 32px;
}
.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
}
.light-greens {
    background: rgba(142, 199, 65, 0.25);
}
.light-red{
    background: rgba(246, 190, 194, 0.19);
}
.covid-testing-sec h2{
    font-size: 40px;
    line-height: 64px;
}
.covid-testing-sec:after{
    content:'';
    display: block;
    background: url(https://www3.azova.com/utikit/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-sec2 {
    background: url(https://www3.azova.com/utikit/images/about-bg.png) no-repeat;
    background-position: left center;
    background-size: cover;
    color: #fff
}
.covid-testing-sec2 h2{
    color: #fff
}
.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(https://www3.azova.com/utikit/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(https://www3.azova.com/utikit/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 img{max-height: 417px; margin-bottom: 20px;}
.vacine_step .col-sm-4{
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-bottom: 50px;
}
.vacine_step{text-align: center;}
.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(https://www3.azova.com/utikit/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:hover,.deft_btn:focus{color: #4E5264;outline: none;}
.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: 20px;
    padding-bottom: 20px;
}
.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: #41C5E5;
}
.dash.blue li:before{
    margin-right: 15px;
    background: #7FCFC6;
}
.dash.blue li ul li:before{
    border: 1px solid #7FCFC6;
    background: transparent;
}
.banner-section .hero-img .icon{display: none;}
.steppages{padding: 50px 0 80px 0; min-height: 70vh;}
.steppages .btn-section{padding-top: 32px;}
.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;
}
.provide-yourbranded-txt img{max-height: 570px;display: block;margin: 24px auto 0 auto;}
.lSSlideOuter {
    user-select: text;
}
.lSSlideOuter .lightSlider { height: auto !important;display: flex}
.lSSlideOuter .lslide,
.lSSlideOuter .clone {
    padding: 20px 0;
    display: flex
}
#slider .lslide .card {
    padding: 30px 0
}
.lSSlideOuter .lSPager.lSpg > li {
    pointer-events: none;
}
.lSSlideOuter .lSPager.lSpg > li a {
    width:50px;
    background: #D6D7DC;
    pointer-events: none;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #8ec741;
}
.lSAction > a {
    /* background: #8EC741; */
    height: 32px;
    width: 54px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.lSAction > .lSPrev::before {
    content: '';
    display: block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="54" height="33" viewBox="0 0 54 33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.4776 31.7019C17.4457 32.7526 15.7573 32.7678 14.7066 31.7359L1.13079 18.4025C0.620268 17.9011 0.332681 17.2156 0.332681 16.5C0.332681 15.7844 0.620268 15.0989 1.13079 14.5975L14.7066 1.26414C15.7573 0.232162 17.4457 0.247372 18.4776 1.29811C19.5096 2.34885 19.4944 4.03722 18.4437 5.06919L9.52017 13.8333L50.9993 13.8333C52.4721 13.8333 53.666 15.0272 53.666 16.5C53.666 17.9728 52.4721 19.1667 50.9993 19.1667L9.52017 19.1667L18.4437 27.9308C19.4944 28.9628 19.5096 30.6511 18.4776 31.7019Z" fill="%23A7D36B"/></svg>') no-repeat center;
    height: 32px;
    width: 54px;
}
.lSAction > .lSNext::before {
    content: '';
    display: block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="54" height="33" viewBox="0 0 54 33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M35.5214 31.7019C36.5534 32.7526 38.2417 32.7678 39.2925 31.7359L52.8682 18.4025C53.3788 17.9011 53.6663 17.2156 53.6663 16.5C53.6663 15.7844 53.3788 15.0989 52.8682 14.5975L39.2925 1.26414C38.2417 0.232162 36.5534 0.247372 35.5214 1.29811C34.4894 2.34885 34.5046 4.03722 35.5554 5.06919L44.4789 13.8333L2.99967 13.8333C1.52692 13.8333 0.333008 15.0272 0.333008 16.5C0.333008 17.9728 1.52692 19.1667 2.99967 19.1667L44.4789 19.1667L35.5554 27.9308C34.5046 28.9628 34.4894 30.6511 35.5214 31.7019Z" fill="%23A7D36B"/></svg>') no-repeat center;
    height: 32px;
    width: 54px;
}
.slider-container .lSAction{
    position: absolute;
    bottom: 56px;
    width: 50%;
    left: 33.33%;
    margin: auto;
}
.number-container {
    padding: 20px;
    display: flex
}
.number-container .counter {
    height: 70px;
    min-width: 70px;
    max-width: 70px;
    background: #7ecfc6;
    display: flex;
    font-size: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 700;
    color: #fff;
    margin-right: 30px;
}
.contact_us .i-checks{padding-left: 0;}
.stickers{padding: 120px 0; text-align: center;}
.stickers img{width: 90%;}
.contact_us{padding-top: 64px;}
.form_section {padding: 25px 0 0 0;}
.contact_us .img_section img{
    width: 95%;
}
.contact_us h2{
    border-bottom: 1px solid #A9ABAE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contact_us .form-group label{
    font-size: 14px;
    font-family: 'latobold';
    margin-bottom: 8px;
}
.form-control:focus{
    box-shadow: none;
    border-color: #A9ABAE;
}
.form-control{
    border: 1px solid #A9ABAE;
    border-radius: 6px;
    background-color: #F7F9FB;
    padding: 0 8px;
    height: 40px;
    margin-bottom: 20px;
    font-size: 14px;
}
textarea.form-control{
    height: 120px;
    padding: 10px 8px;
    resize: none;
}
.contact_us .btn_txt{
    font-size: 14px;
    line-height: 24px;
    font-family: 'latobold';
    margin-top: 20px
}

.contact_us .form-group label.error,.contact_us .btn_txt label.error{
    line-height: 1;
    margin: 0;
    display: block;
    color: #ff0000;
    font-weight: normal;
    font-family: 'latoregular';
}
.d-flex {
    display: flex;
    gap: 16px;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.tab-nav .nav-pills li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 16px;
    border-radius: 0px 400px 400px 0px;
    color: #4E5264;
    background: #F7F9FB;
    border-left: 3px solid #DBDEDF;
}
.tab-nav .nav-pills > li.active > a,
.tab-nav .nav-pills > li.active > a:hover,
.tab-nav .nav-pills > li.active > a:focus {
    background: #FFE3E5;
    border-left-color: #F25A6C;  
    color: #4E5264;      
}
.nav-stacked > li + li {
    margin-top: 8px;
}
.tab-nav .nav-pills li span {
    max-width: 160px;
    min-width: 160px;
}
.tab-nav .nav-pills li svg {
    min-width: 60px
}
.tab-container .tab-content {
    width: 100%;
    padding-left: 26px;
}
.tabtitle{
    background-color: #F25A6C;
    color: #fff;
    padding: 15px 30px;
    font-size: 22px;
    line-height: 32px;
    font-family: 'latobold';
    margin: 0 0 30px 0;
}
.tab-container .tab-pane {
    background: #fff;
    padding: 0;
    border: 1px solid #DBDEDF;
}
.tab-container .tab-pane.active{
    min-height: 348px;
}
.tab-container .panel-default,
.tab-container .panel-body {
    border: 0 !important;
    border-radius: 0 0 0 0;
}
.tab-container .panel-default > .panel-heading {
    background: #fff;
    border: 0;
    padding: 0;
}
.tab-container .panel-default > .panel-heading a {
    padding: 14px 30px;
    display: flex;
    text-decoration: none
}
.tab-container .panel-default > .panel-heading a::after,
.js-tabcollapse-panel-heading[aria-expanded="false"]::after{
    content:'';
    margin-top: 5px;
    display: block;
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23F25A6C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
}
.tab-container .panel-default > .panel-heading a[aria-expanded="true"]::after {
    content:'';
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23F25A6C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
}
.js-tabcollapse-panel-heading[aria-expanded="false"]::after{
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23F25A6C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
}
.js-tabcollapse-panel-heading::after,
.js-tabcollapse-panel-heading[aria-expanded="true"]::after {
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23F25A6C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
}
.tab-container .panel-default > .panel-heading h4 {
    color: #4E5264;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    display: block;
    width: 100%;
    margin-right: 15px
}
.tab-container .panel-default > .panel-heading h4 a {
    display: flex;
    align-items: center;
}
.tab-container .panel-default > .panel-heading h4 a::after {
    margin-left: auto;
}
.collapse li {
    word-break: break-word;
}
.tab-container .panel-body {
    padding: 10px 30px;
}
.tab-container .js-tabcollapse-panel-body {
    padding-left: 0;
    padding-right: 0;
}
.tab-container .panel-body > div > img {
    margin-bottom: 15px;
}
.tab-container .panel-group .panel + .panel {
    margin: 0
}
.tab-container .panel-group .panel:last-child {
    padding-bottom: 20px
}

.about-tabimg{
    display: block;
    margin: 0 auto 10px auto;
    max-height: 236px;
}
.tablist{
    list-style: none;
    padding: 0 15px;
    margin: 0;
}
.tablist li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.tablist li::before{
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.375 16.2578C12.7933 16.2578 16.375 12.6761 16.375 8.25781C16.375 3.83953 12.7933 0.257812 8.375 0.257812C3.95672 0.257812 0.375 3.83953 0.375 8.25781C0.375 12.6761 3.95672 16.2578 8.375 16.2578ZM12.0821 6.96493C12.4726 6.5744 12.4726 5.94122 12.0821 5.55069C11.6916 5.16017 11.0584 5.16017 10.6679 5.55069L7.375 8.84361L6.08211 7.55069C5.69158 7.16017 5.05842 7.16017 4.66789 7.55069C4.27737 7.94122 4.27737 8.57441 4.66789 8.96491L6.66789 10.9649C7.05842 11.3554 7.69158 11.3554 8.08211 10.9649L12.0821 6.96493Z" fill="%23F25A6C"/></svg>') no-repeat;    
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 8px;
}







.step_list {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
.step_list .img {
    margin-right: 20px;
    min-width: 175px;
}
.step_list h4 {
    margin-bottom: 0
}
.product-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 40px 0
}
.product-list li {
    display: flex;
    width: 360px;
    max-width: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.10);
}
.product-list li button {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 18px;
}

.modal-content {
    width: 800px;
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 0 0;
    border: 0;
}
.modal-body {
    display: flex;
    padding: 40px;
    flex-direction: column;
    gap: 20px;
}
.modal-body .close {
    position: absolute;
    right: 40px
}
.modal-body .btn {
    min-width: auto;
    font-size: 18px;
}
.input-groups .input-group .input-number {
    border: 0;
    border-top: 1px solid #4E5264;
    border-bottom: 1px solid #4E5264;
    max-width: 100px;
    text-align: center;
}
.input-groups .btn-number {
    padding-left: 15px;
    padding-right: 15px;
    background: #F7F9FB;
    color: #7D808B;
    border: 1px solid #4E5264 !important;
}


.addcartmodal .modal-header{
    border: none;
    text-align: center;
}
.addcartmodal .modal-dialog{
    width: auto;
    max-width: 1000px;
}
.addcartmodal .modal-content{
    width: auto;
}
.addcartmodal .productditails {
    display: flex;
    width: 100%;
}
.addcartmodal .productditails img{
    max-width: 360px;
    vertical-align: top;
    display: inline-block
}
.addcartmodal .productditails .price{
    font-size: 24px;
    font-family: 'latobold';
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -30px;
}
.addcartmodal .productditails .name{
    padding: 0 15px;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.addcartmodal .productditails .name .modalnote{
    border-radius: 500px;
    background: rgba(242, 90, 108, 0.15);
    padding: 8px 16px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'latobold';
    display: inline-block;
}
.addcartmodal .productditails .name .modalnote svg{
    vertical-align: middle;
}
.addcartmodal .modalqtybtn{
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}
.addcartmodal .modalqtybtn .btn{
    min-width: 40px;
    max-width: 40px;
    width: 40px;
    background-color: #F7F9FB;
    color: #A9ABAE;
    border: 1px solid #A9ABAE;
    padding: 0;
    text-align: center;
    height: 30px;
}
.addcartmodal .modalqtybtn .form-control {
    height: 30px;
    background-color: #fff;
    text-align: center;
    border:1px solid #A9ABAE;
    font-size: 20px;
    font-family: 'latobold';
}
.addcartmodal .removebtn{
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #4E5264;
    vertical-align: middle;
    margin-right: 25px;
}
.addcartmodal .sub-total-section table{
    width: 100%;
}
.addcartmodal .sub-total-section table tr td{
    font-size: 20px;
    line-height: 32px;
    padding: 4px 0;
}
.addcartmodal .sub-total-section{
    border-top: 1px solid #DBDEDF;
    border-bottom: 1px solid #DBDEDF;
    padding: 30px 0;
    margin: 30px 0;
}
.addcartmodal .total{
    margin-bottom: 30px;
}
.addcartmodal .total table{
    width: 100%;
}
.addcartmodal .total table tr td{
    font-size: 24px;
    line-height: 32px;
    font-family: 'latobold';
}
.addcartmodal .btn{
    min-width: 300px;
}
.shipping-method,.shipping-method .form-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0
}
.shipping-method .form-group select {
    margin-bottom: 0
}
.shipping-method .form-group a svg{
    margin-top: 8px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #4E5264
}
.tooltip-inner {
    border-color: #4E5264;
    background: #4E5264
}