/*****Colors****/

@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"),
        url("../fonts/AvenirLTStd-Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Book.woff2") format("woff2"),
        url("../fonts/AvenirLTStd-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Black.woff2") format("woff2"),
        url("../fonts/AvenirLTStd-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* TRK changes---------- */

html {
    scroll-behavior: smooth;
}

/* --------TRK changes end---------- */

body {
    font-family: "Avenir LT Std";
    font-size: 1rem;
    color: #222222;
    line-height: 1.5;
}

nav .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

body.menu-open nav .overlay {
    display: block;
    z-index: 5;
}

#navbarSupportedContent {
    z-index: 300;
}

.wrapper {
    padding: 6% 0;
}

.wrapper2 {
    padding: 2% 0;
}

.wrapper3 {
    padding: 2% 0 6%;
}

.colored-text {
    color: #db3e4d;
}

.getStartedCtaTop {
    background: #db3e4d;
    border-color: #db3e4d;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.getStartedCtaTop:hover {
    background: #d10000;
    border-color: #d10000;
    color: #fff;
    text-decoration: none;
}

.getStartedCtaTop:focus {
    outline: none;
    box-shadow: none;
    background-color: #930000;
    border-color: #930000;
}

.getStartedCta {
    background: #db3e4d;
    border: 1px solid #db3e4d;
    color: #fff;
    font-weight: 900;
    padding: 1rem;
    border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 5px;
}

.getStartedCta:focus {
    outline: none;
    box-shadow: none;
    background-color: #930000;
    border-color: #930000;
}

.getStartedCta:hover {
    background: #d10000;
    border-color: #d10000;
    color: #fff;
    text-decoration: none;
}

.bannerCTA {
    text-align: center;
}

.bannerCTA .getStartedCta2 {
    background-color: #db3e4d;
    color: #fff;
    font-weight: 900;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 35px;
    transition: all 0.3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    overflow: hidden;
    position: relative;
}

.bannerCTA .getStartedCta2 span {
    position: relative;
}

.bannerCTA .getStartedCta2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    transition: all 0.3s;
    background-color: #ff002f;
    border-radius: 8px;
}

.bannerCTA .getStartedCta2::after {
    content: "";
    display: inline-block;
    background-color: #db3e4d;
    transition: all 0.3s;
    z-index: 2;
}

.bannerCTA .getStartedCta2:hover,
.bannerCTA .getStartedCta2:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.bannerCTA .getStartedCta2:hover::before,
.bannerCTA .getStartedCta2:focus::before {
    width: 100%;
}

.bannerCTA .getStartedCta2:hover::after,
.bannerCTA .getStartedCta2:focus::after {
    background-color: #ff002f;
}

.bannerCTA .getStartedCta3 {
    background: #db3e4d;
    border-color: #db3e4d;
    color: #fff;
    font-weight: 900;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 25px;
    margin-bottom: 1rem;
    transition: all 0.5s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    overflow: hidden;
    position: relative;
}

.bannerCTA .getStartedCta3 span {
    position: relative;
}

.bannerCTA .getStartedCta3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    transition: all 0.3s;
    background-color: #ff002f;
    border-radius: 8px;
}

.bannerCTA .getStartedCta3::after {
    content: "";
    display: inline-block;
    background-color: #db3e4d;
    transition: all 0.3s;
    z-index: 2;
}

.bannerCTA .getStartedCta3:hover,
.bannerCTA .getStartedCta3:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.bannerCTA .getStartedCta3:hover::before,
.bannerCTA .getStartedCta3:focus::before {
    width: 100%;
}

.bannerCTA .getStartedCta3:hover::after,
.bannerCTA .getStartedCta3:focus::after {
    background-color: #ff002f;
}

.is-invalid .invalid-feedback {
    display: block !important;
}

.start_visitCta {
    background: #db3e4d;
    border-color: #db3e4d;
    color: #fff;
    font-weight: 900;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
}

.start_visitCta:focus {
    outline: none;
    box-shadow: none;
    background-color: #930000;
    border-color: #930000;
}

.start_visitCta:hover {
    background: #d10000;
    border-color: #d10000;
    color: #fff;
    text-decoration: none;
}

.proceed_to_checkout {
    font-size: 18px;
    text-transform: none !important;
}

.footer {
    padding: 3% 0;
}

.footer .logo-footer img {
    display: block;
    width: 100%;
    max-width: 150px;
}

.footer .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.footer .social p {
    color: #fff;
    font-weight: 900;
    margin-bottom: 0;
}

.footer .social .withUs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .social .withUs li {
    color: #fff;
    margin-left: 1rem;
}

.footer .social .withUs img {
    display: block;
    width: 100%;
    max-width: 35px;
}

.footer .footer-bottom {
    margin-top: 35px;
}

.footer .footer-bottom p {
    color: #fff;
    font-weight: 900;
    position: relative;
}

.footer .footer-bottom p::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 1px;
    background: #6dacbf;
    bottom: -5px;
    left: 0;
}

.footer .footer-bottom .qa {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-bottom .qa li {
    line-height: 1.7;
}

.footer .footer-bottom .qa li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.footer .footer-bottom .qa li a:hover {
    color: #08224b;
}

.footer .footer-bottom .qa li a i {
    padding-right: 3px;
}

.footer .footer-bottom .edMeds,
.footer .footer-bottom .whyEd {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-bottom .edMeds li,
.footer .footer-bottom .whyEd li {
    line-height: 1.7;
}

.footer .footer-bottom .edMeds li a,
.footer .footer-bottom .whyEd li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.footer .footer-bottom .edMeds li a:hover,
.footer .footer-bottom .whyEd li a:hover {
    color: #08224b;
}

.footer .footer-bottom .seeReview {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-bottom .seeReview li {
    margin-bottom: 1rem;
}

.footer .footer-bottom .seeReview li:last-child {
    margin-bottom: 0;
}

.footer .footer-bottom .seeReview li img {
    display: block;
    width: 100%;
    max-width: 130px;
}

.copyright {
    padding: 1% 0;
    background: #222222;
}

.copyright .copyList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.copyright .copyList li {
    color: #999999;
}

.copyright .copyList li a {
    color: #999999;
}

.copyright .copyList li span {
    padding: 0 0.5rem;
}

.copyright p {
    color: #999999;
}

.terms h1,
.telehealth h1,
.privacy h1 {
    font-weight: 700;
    font-size: 3.7rem;
    margin-bottom: 35px;
    color: #08224b;
}

.terms h2,
.telehealth h2,
.privacy h2 {
    font-size: 2rem;
}

.terms h3,
.telehealth h3,
.privacy h3 {
    font-size: 1.8rem;
}

.terms p .wrap,
.telehealth p .wrap,
.privacy p .wrap {
    word-break: break-all;
}

.terms a,
.telehealth a,
.privacy a {
    word-break: break-all;
}

@media (max-width: 992px) {

    .terms h1,
    .telehealth h1,
    .privacy h1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .footer .social {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }

    .footer .footer-bottom .qa,
    .footer .footer-bottom .edMeds {
        margin-bottom: 1.5rem;
    }

    .terms h1,
    .telehealth h1,
    .privacy h1 {
        font-size: 2.3rem;
    }

    .terms h2,
    .telehealth h2,
    .privacy h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .bannerCTA .getStartedCta2 {
        font-size: 0.8rem;
    }

    .terms h1,
    .telehealth h1,
    .privacy h1 {
        font-size: 1.9rem;
    }

    .terms h2,
    .telehealth h2,
    .privacy h2 {
        font-size: 1.5rem;
    }

    .terms h3,
    .telehealth h3,
    .privacy h3 {
        font-size: 1.3rem;
    }
}

/*************************Border Top Homepage**************************/
.header.submenu-hide .border-top_homepage {
    opacity: 0;
    z-index: -1;
    transform: translateY(-100%);
}

.border-top_homepage {
    background: #1a518a;
    /* margin-top: 114px; */
    transition: all 0.3s ease;
    transform: translateY(0);
}

.border-top_homepage ul {
    list-style: none;
    margin: 0;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.border-top_homepage ul li span {
    color: #fff;
    padding: 0 2rem;
}

.border-top_homepage ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.border-top_homepage ul li a:hover {
    color: #fff;
}

/*************************HEADER**************************/

.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    transition: all 0.3s ease;
}

.header .top {
    background: #338dbf;
    padding: 10px 0 5px 0;
}

.header .top .inner-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header .top .inner-top a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.header .top .button-top {
    font-size: 1.1rem;
}

.header .top .button-top span {
    font-weight: 900;
    background: #7ed4ed;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    margin-right: 20px;
    padding: 5px 30px;
    text-transform: uppercase;
}

.header .top .button-top-promo {
    font-size: 1.1rem;
}

.header .top .button-top-promo span {
    font-weight: 900;
    background: #db3e4d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    margin-right: 20px;
    padding: 5px 30px;
    text-transform: uppercase;
}

.header .top p i {
    font-size: 0.9rem;
}

.header .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 0.9rem;
    transition: all 0.5s ease;
    margin-right: 32px;
    font-weight: 900;
}

.header .navbar-nav .nav-item .nav-link:hover {
    color: #338dbf;
}

.header .menu {
    background: #fff;
    justify-content: flex-end;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    z-index: 5;
    position: relative;
}

.header .menu .navbar {
    display: block;
    padding: 0;
}

.header .menu .navbar .container {
    display: block;
    padding: 0 15px;
}

.header .menu .navbar-toggler {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

.header .menu .navbar-brand {
    position: absolute;
    top: -88px;
    bottom: 0;
    left: 0;
    padding: 20px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.header .menu .navbar-brand img {
    width: 100%;
    /* max-width: 150px; */
}

.header .menu .start-link_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/************************* ./ HEADER**************************/
/*************************HEADER PRESEL**************************/
.presel-header2 {
    background: #fff;
    padding: 1em 0;
}

.presel-header2 p {
    font-family: "Avenir LT Std";
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
}

@media (max-width: 1200px) {
    .header .navbar-nav .nav-item .nav-link {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .header .top .row {
        justify-content: center;
    }

    .header .top .offset-md-3 {
        margin-left: 0;
    }

    .header .top .button-top {
        text-align: center;
        display: block;
    }

    .header .top .button-top span {
        display: block;
        margin: 0;
    }

    .header .top .button-top-promo {
        text-align: center;
        display: block;
    }

    .header .top .button-top-promo span {
        display: block;
        margin: 0;
    }

    .header .top .inner-top {
        justify-content: center;
    }

    .header .navbar-nav .nav-item .nav-link {
        text-align: right;
        margin-right: 0;
    }

    .header .menu .navbar-brand {
        position: static;
        padding: 0;
    }

    .header .menu .navbar-collapse {
        position: absolute;
        right: 0;
        top: 34px;
        transition: all 0.3s ease;
        transform: rotateY(90deg);
        perspective: 1000px;
        box-shadow: 1px 1px 16px #09264e3d;
        background: white;
    }

    .header .menu .navbar-collapse.show {
        transform: rotateY(0deg);
        z-index: 1;
    }

    .header .menu .navbar-collapse ul {
        padding: 1em;
        font-size: 1.2em;
        color: #000;
        font-weight: bold;
        width: 100%;
        white-space: nowrap;
        text-align: center;
    }

    .header .menu .navbar-collapse ul li {
        white-space: nowrap;
    }

    .header .menu .navbar-toggler {
        top: calc(50% - 19px);
    }

    .header .menu .navbar-toggler i {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .header .top .button-top {
        display: block;
        text-align: center;
        font-size: 1rem;
    }

    .header .top .button-top span {
        margin-bottom: 0.5rem;
    }

    .header .top .button-top-promo {
        display: block;
        text-align: center;
        font-size: 1rem;
    }

    .header .top .button-top-promo span {
        margin-bottom: 0.5rem;
    }

    .header .navbar-nav .nav-item .nav-link {
        font-size: 0.8rem;
    }

    .header .menu .navbar-brand {
        position: static;
        padding: 0;
    }

    .header .menu .navbar-collapse {
        top: 42px;
    }

    .header .top .inner-top p {
        text-align: center;
    }

    .header.presel-header .logo {
        margin-bottom: 1em;
    }
}

@media (max-width: 576px) {
    .border-top_homepage ul li span {
        padding: 0 0.5rem;
    }

    .border-top_homepage ul li a {
        font-size: 14px;
    }

    /* .header .top {
    display: none;
  } */
    .header .menu .navbar-collapse {
        top: 30px;
    }
}

/**************** Banner Top section *******************/

.banner-top {
    background: url("../images/new_header_desk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left 30%;
    padding: 12em 0 14em;
}

/* .banner-top >.row{
  min-height: 50vh;
  align-items: center;

} */

.banner-top .bannerTitle h1 {
    font-size: 85px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1.1;
}

.banner-top .visit {
    font-size: 33px;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900;
}

.banner-top .start_below {
    position: relative;
    margin-bottom: 35px;
}

.banner-top .start_below::before {
    position: absolute;
    content: "";
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5%;
    height: 100%;
    top: 16%;
    right: 30%;
    transform: rotate(-4deg);
}

.banner-top .start_below h2 {
    font-size: 40px;
    color: #db3e4d;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.banner-top .start_below p {
    font-size: 24px;
}

.banner-top .group-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.banner-top .group-buttons img {
    display: block;
    width: 100%;
    max-width: 270px;
}

.banner-top .group-buttons a {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.banner-top .group-buttons a:last-child {
    animation-delay: 0.5s;
    margin-left: 15px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.banner-top .button-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.banner-top .button-wrap .button-wrap-price {
    position: relative;
}

.banner-top .button-wrap .button-wrap-price::before {
    position: absolute;
    top: 3%;
    right: -6%;
    content: "";
    display: block;
    background: url("../images/arrow.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 9%;
    height: 100%;
}

.banner-top .button-wrap .main-pack {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.banner-top .button-wrap .sample-pack {
    background: #7ed4ed;
    font-weight: 900;
    color: #000;
    padding: 3px 15px;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.banner-top .meds {
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 900;
}

/**************** /. Banner Top section *******************/

/**************** Comparison section *******************/

.comparison h1 {
    color: #08224b;
    font-size: 3.6rem;
    font-weight: 900;
    margin-bottom: 0;
}

.comparison .subtitle {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.comparison .doc {
    display: block;
    margin-bottom: 1rem;
}

.comparison p span {
    color: #db3e4d;
}

.comparison .description-text {
    margin-bottom: 1.5rem;
}

.comparison .description-text p {
    font-size: 19px;
}

.comparison .nav-pills .nav-link {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    background: #e2e2e2;
    margin-right: 5px;
    color: #08224b;
}

.comparison .nav-pills .nav-link.active {
    color: #fff;
    background-color: #08224b;
}

.comparison .tab-content .card {
    background: transparent;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}

.comparison .tab-content .card.comparison_table {
    padding: 0 15px;
}

.comparison .tab-content .card.comparison_table .col {
    padding: 15px;
}

.comparison .tab-content .card.comparison_table .headers {
    font-weight: 900;
    font-size: 0.9rem;
}

.comparison .tab-content .card.comparison_table .item:nth-child(even) {
    background-color: #f7f7f7;
}

.comparison .tab-content .card.comparison_table .item.featured {
    position: relative;
    color: #fff;
    font-weight: 700;
}

.comparison .tab-content .card.comparison_table .item.featured::before {
    box-shadow: 1px 3px 11px #09264e47;
    position: absolute;
    content: "";
    left: -10px;
    right: -10px;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    background: #338dbf;
}

.comparison .inner-right {
    position: relative;
}

.comparison .inner-right::before {
    position: absolute;
    content: "";
    top: 20%;
    right: -11%;
    background: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9%;
    height: 100%;
}

/**************** /. Comparison section *******************/

/**************** Providers section *******************/

.proveiders {
    /* background: url("../images/cellphone_section.jpg"); */
    background: url("../images/cellphone_section.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.proveiders h1 {
    color: #08224b;
    font-size: 2.75rem;
    font-weight: 900;
    margin-bottom: 35px;
}

.proveiders p {
    margin-bottom: 35px;
}

/**************** /. Providers section *******************/

/**************** Process section *******************/

.process h1 {
    color: #08224b;
    font-size: 3.7rem;
    font-weight: 900;
}

.process .logo-title {
    /* padding-bottom: 1.5rem; */
    display: inline-block;
    width: 100%;
    max-width: 180px;
    margin-bottom: 0.4em;
}

.process h4 {
    font-weight: 900;
    font-size: 1.5rem;
}

.process .getStartedCta2 {
    position: relative;
    /* margin-bottom: -13%; */
    margin-bottom: 0;
}

/**************** /. Process section *******************/

/**************** Why Choose section *******************/

.whyChoose {
    background: #f0f0f0;
}

.whyChoose h1 {
    color: #08224b;
    font-size: 3.7rem;
    font-weight: 900;
}

.whyChoose .logo-title {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    margin-bottom: 0.5em;
}

.whyChoose .products {
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1em;
}

.whyChoose .card {
    background: #1a518a;
    color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}

.whyChoose .card .inner-card {
    padding: 15px 15px 30px;
    min-height: 200px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.whyChoose .card .inner-card .pic {
    display: block;
    width: 100%;
    max-width: 50px;
    margin: 0 auto 30px;
}

/**************** /. Why Choose section *******************/

/**************** Reviews section *******************/

.reviews h1 {
    color: #08224b;
    font-size: 3.7rem;
    font-weight: 900;
}

.reviews .logo-title {
    padding-bottom: 1rem;
}

.reviews .review {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 1em;
}

.reviews .review .card {
    border: 0;
    border-right: 1px solid #e2e2e2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}

.reviews .review .card:last-child {
    border-right: 0;
}

.reviews .review .card .inner-review {
    padding: 0 30px 0;
    min-height: 200px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.reviews .review p {
    color: #333333;
}

.reviews .review i {
    color: #f68e56;
}

.reviews .review .testimonialHeader img {
    margin: 0 auto;
}

.reviews .review .testimonialHeader h4 {
    font-weight: 900;
    color: #1a518a;
    font-size: 1.75rem;
}

.reviews .review .testimonialsAuthor {
    font-size: 1.3rem;
    color: #333333;
}

.reviews .review .buyer {
    font-size: 0.9rem;
    margin-bottom: 0;
    font-weight: 900;
}

/**************** /. Reviews section *******************/

/**************** FAQ section *******************/

.faq h1 {
    color: #08224b;
    font-size: 3.7rem;
    font-weight: 900;
}

.faq #faqAccordion .card {
    border: 0;
    border-bottom: 6px solid #fff;
}

.faq #faqAccordion .card p {
    color: #08224b;
}

.faq #faqAccordion .card .card-header,
.faq #faqAccordion .card .card-body {
    padding-left: 70px;
}

.faq #faqAccordion .card .card-header {
    background: #f0f0f0;
    border: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.faq #faqAccordion .card .card-header .left {
    position: absolute;
    left: 0;
    height: 100%;
    padding: 5px 15px;
    background: #7ed4ed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.faq #faqAccordion .card .card-header h5 {
    font-size: 1.4rem;
}

.faq #faqAccordion .card .card-header:focus {
    outline: none;
    box-shadow: none;
}

.faq #faqAccordion .card .card-header button {
    text-decoration: none;
    text-align: left;
    position: relative;
}

.faq #faqAccordion .card .card-header h5 {
    color: #08224b;
    font-weight: 900;
}

/**************** /. FAQ section *******************/

/**************** Start Visit section *******************/

.startVisit {
    position: relative;
    /* background: url("../images/get_started_desk.jpg"); */
    background: url("../images/get_started_desk.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    min-height: 57vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.startVisit h1 {
    color: #fff;
    font-size: 3.7rem;
    font-weight: 900;
}

.startVisit .bannerWrapper {
    margin-bottom: 2em;
}

.startVisit .start_bottles,
.pickMedication .start_bottles {
    display: block;
    width: 100%;
    max-width: 250px;
}

.pickMedication .listElement,
.startVisit .listElement {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    color: white;
}

.startVisit .listElement i {
    color: var(--pink-red);
}

.startVisit .group-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.startVisit .group-buttons a {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.startVisit .group-buttons a:last-child {
    animation-delay: 0.5s;
    margin-left: 15px;
}

.startVisit .group-buttons img {
    display: block;
    width: 100%;
    max-width: 250px;
}

.startVisit h2 {
    font-size: 35px;
    color: #db3e4d;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.startVisit .start_below {
    margin-top: 30px;
    position: relative;
}

.startVisit .start_below::before {
    position: absolute;
    content: "";
    top: 10%;
    right: 8%;
    background: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5%;
    height: 100%;
    transform: rotate(-4deg);
}

.startVisit .start_below p {
    font-size: 24px;
    color: #fff;
}

/**************** /. Start Visit section *******************/

/**************** Footer section *******************/

.footer {
    background: #338dbf;
}

/**************** /. Footer section *******************/

@media (max-width: 1200px) {
    .comparison .doc {
        display: block;
        margin: 0 auto 3rem;
    }

    .comparison .inner-left {
        margin-bottom: 3rem;
    }

    .comparison .inner-right::before {
        top: 15%;
        right: -5%;
        z-index: 1;
        width: 4%;
    }
}

@media (max-width: 1200px) {

    /* .banner-top {
    min-height: unset;
  } */
   /* .banner-top {
         background-position: top left 56%; 
    }*/

    .banner-top .bannerTitle h1 {
        font-size: 60px;
    }

    .banner-top .visit {
        font-size: 30px;
    }

    .banner-top .start_below h2 {
        font-size: 35px;
    }

    .banner-top .start_below::before {
        right: 26%;
    }

    .startVisit {
        background-position: top left 45%;
        min-height: unset;
        padding: 5em 0;
    }

    .startVisit h1 {
        font-size: 3em;
    }

    .startVisit .start_below::before {
        right: 0;
        width: 7%;
    }
}

@media (max-width: 992px) {
    .banner-top {
        padding: 7em 0;
    }

    .banner-top .start_below::before {
        right: 0;
        width: 9%;
    }

    .comparison .inner-right::before {
        top: 19%;
        right: -4%;
        z-index: 1;
    }

    .comparison .description-text p {
        font-size: 16px;
    }

    .comparison h1,
    .process h1,
    .whyChoose h1,
    .reviews h1,
    .faq h1,
    .proveiders h1 {
        font-size: 3rem;
    }

    .comparison .subtitle {
        font-size: 20px;
    }

    .process .logo-title {
        padding-bottom: 0.1em;
    }

    .whyChoose .logo-title {
        padding-bottom: 0.1em;
        max-width: 180px;
    }

    .startVisit h1 {
        font-size: 2.5rem;
    }

    .startVisit .listElement {
        font-size: 1.2rem;
    }

    .startVisit .start_bottles {
        margin: 2em 0 0;
    }

    .startVisit h2 {
        font-size: 30px;
    }

    .startVisit .start_below p {
        font-size: 20px;
    }

    .startVisit .start_below::before {
        right: -7%;
    }
}

@media (max-width: 768px) {
    .banner-top {
        background: url(../images/new_header_mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
    }

   /* .banner-top>.row {
         min-height: unset; */
        /* height: 100%; 
    }*/

    .banner-top .bannerTitle h1 {
        font-size: 60px;
    }

    /* .banner-top .start_below::before {
    display: none;
  } */
    .process .logo-title {
        max-width: 130px;
    }

    /* .tab-item{
    display: none;
  } */
    .comparison .generic-link {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        background: #e2e2e2;
        transition: all 0.9s ease;
        margin-right: 5px;
        color: #08224b;
    }

    .comparison .slick-active .generic-link {
        color: #fff;
        background-color: #08224b;
    }

    .comparison .generic-link.active:focus {
        outline: none;
    }

    .comparison .card {
        background: transparent;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
    }

    .comparison .card.comparison_table {
        padding: 0 15px;
    }

    .comparison .card.comparison_table .col {
        padding: 15px;
    }

    .comparison .card.comparison_table .headers {
        font-weight: 900;
        font-size: 14px;
    }

    .comparison .card.comparison_table .item:nth-child(even) {
        background-color: #f7f7f7;
    }

    .comparison .card.comparison_table .item.featured {
        position: relative;
        color: #fff;
        font-weight: 700;
    }

    .comparison .card.comparison_table .item.featured::before {
        box-shadow: 1px 3px 11px #09264e47;
        position: absolute;
        content: "";
        left: -10px;
        right: -10px;
        height: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        background: #338dbf;
    }

    .comparison .inner-right {
        position: relative;
    }

    .comparison .inner-right::before {
        position: absolute;
        content: "";
        top: 20%;
        right: -11%;
        background: url("../images/arrow.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 9%;
        height: 100%;
    }

    .comparison-slider {
        padding: 0;
        position: relative;
        margin: 0 0 1em;
    }

    .comparison-slider>div {
        /* padding: 5px; */
        width: 100%;
    }

    .comparison-slider .slick-slide {
        padding: 0 15px;
    }

    .comparison-slider .slick-arrow {
        position: absolute;
        top: 0;
        background: transparent;
        border: none;
        font-size: 0px;
        width: 5%;
        height: 100%;
    }

    .comparison-slider .generic-link {
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .comparison-slider .button-wrap {
        padding: 0 1em;
    }

    .comparison-slider .slick-arrow:before {
        position: absolute;
        left: 0;
        top: 8px;
        font-size: 32px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: 0.5;
        width: 100%;
        height: 100%;
    }

    .comparison-slider .slick-next {
        right: 0;
    }

    .comparison-slider .slick-prev {
        left: 0;
    }

    .comparison-slider .slick-prev::before {
        content: "\f104";
    }

    .comparison-slider .slick-next::before {
        content: "\f105";
    }

    .proveiders {
        background: #ecedf1;
        position: relative;
        top: -5px;
    }

    .proveiders p {
        text-align: justify;
    }

    .comparison h1,
    .process h1,
    .whyChoose h1,
    .reviews h1,
    .faq h1,
    .proveiders h1

    /* , 
.startVisit h1 */
        {
        font-size: 2.3rem;
    }

    .proveiders h1 br {
        display: none;
    }

    .comparison .inner-right::before {
        top: 25%;
    }

    .whyChoose .inner-card p br {
        display: none;
    }

    .whyChoose .logo-title {
        max-width: 130px;
        margin-bottom: 0.4em;
    }

    .comparison .subtitle {
        font-size: 18px;
    }

    .reviews .review {
        grid-template-columns: 1fr;
        grid-gap: 2em;
    }

    .reviews .review .card {
        border: 0;
    }

    .faq #faqAccordion .card .card-header,
    .faq #faqAccordion .card .card-body {
        padding-left: 55px;
    }

    .faq #faqAccordion .card .card-header h5 {
        font-size: 1rem;
    }

    .startVisit .start_bottles {
        display: block;
        margin: 2rem auto;
    }

    .startVisit .start_below {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .startVisit .start_below::before {
        right: 5%;
        width: 8%;
    }
}

@media (max-width: 576px) {
    .banner-top {
        padding: 3em 0 6em;
    }

    .banner-top .bannerTitle h1 {
        font-size: 40px;
        /* max-width: 65%; */
    }

    .banner-top .visit br {
        display: none;
    }

    .banner-top .visit {
        font-size: 20px;
        line-height: 21px;
        margin-bottom: 20px;
        /* max-width: 70%; */
    }

    .banner-top .start_below {
        margin-bottom: 20px;
    }

    .banner-top .start_below::before {
        right: 0;
    }

    .banner-top .start_below p {
        font-size: 18px;
    }

    .banner-top .start_below h2 {
        font-size: 30px;
    }

    .comparison h1,
    .process h1,
    .whyChoose h1,
    .reviews h1,
    .faq h1,
    .proveiders h1

    /* , .startVisit h1  */
        {
        font-size: 1.9rem;
    }

    .process .logo-title {
        max-width: 100px;
    }

    .whyChoose .logo-title {
        max-width: 100px;
        /* margin-bottom: .4em; */
    }

    .reviews .logo-title {
        padding-bottom: 0.5rem;
    }

    .whyChoose .inner-card p br {
        display: block;
    }

    .startVisit {
        /* background: url('../images/get_started_mob.jpg'); */
        background: url('../images/get_started_mob.webp');
        background-size: cover;
        background-position: center;
    }

    .startVisit .bannerWrapper {
        margin-bottom: 3em;
    }

    .startVisit h2 {
        font-size: 25px;
    }

    .startVisit h1 {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .startVisit .listElement {
        font-size: 1.1em;
    }

    .startVisit .start_below p {
        font-size: 16px;
    }
}

/**************** Order Hero section *******************/

.order_hero {
    /* background: url("../images/order-herro-top.jpg"); */
    background: url("../images/order-herro-top.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left 50%;
}

.order_hero .bannerTitle h1 {
    font-size: 3.7rem;
    text-transform: uppercase;
    color: #333333;
    font-weight: 900;
    margin-bottom: 25px;
}

.order_hero .bannerDescription h4 {
    margin-bottom: 25px;
    font-size: 1.5rem;
    color: #333333;
}

.order_hero .arrow {
    position: relative;
    display: inline-block;
}

.order_hero .arrow::before {
    position: absolute;
    top: -70%;
    right: -30px;
    content: "";
    display: block;
    background: url("../images/arrow.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 130%;
}

.order_hero .arrow .sample-pack {
    background: #7ed4ed;
    font-weight: 900;
    color: #000;
    padding: 3px 15px;
    font-size: 0.9rem;
    margin-bottom: 0;
    max-width: 410px;
}

/**************** /. Order Hero section *******************/

/**************** /. Order Products section *******************/

.order_products .orders {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 1.5em;
}

.order_products .orders .card {
    border: 0;
    border-radius: 8px;
    background: #fff;
}

.order_products .orders .top-card {
    min-height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
    perspective: 1000px;
    cursor: pointer;
    position: relative;
    transform-style: preserve-3d;
}

.order_products .orders .top-card .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotateY(0deg);
    transition: all 0.3s ease;
    backface-visibility: hidden;
}

.order_products .orders .top-card .text {
    height: 100%;
    width: 100%;
    background: #08224bd6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    color: #fff;
    position: absolute;
    transition: all 0.3s ease;
}

.order_products .orders .top-card:hover .image {
    transform: rotateY(180deg);
}

.order_products .orders .top-card:hover .text {
    transform: rotateY(0deg);
}

.order_products .orders .middle-card {
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 1rem;
}

.order_products .orders .middle-card hr {
    background: #338dbf;
    max-width: 70%;
    padding-left: 0;
    margin-left: 0;
    display: block;
}

.order_products .orders .middle-card h6 {
    font-weight: 900;
    font-size: 1.25rem;
}

.order_products .orders .middle-card h4 {
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
}

.order_products .orders .middle-card .price {
    font-weight: 900;
    color: #338dbf;
    font-size: 3rem;
}

.order_products .orders .middle-card .price.free-ship {
    font-size: 2rem;
    line-height: 1;
    margin-top: 10px;
}

.order_products .orders .middle-card img {
    display: block;
    width: 100%;
    max-width: 100px;
}

.order_products .orders .bottom-card {
    min-height: 250px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 1rem 0;
}

.order_products .orders .bottom-card h5 {
    text-align: center;
    margin-bottom: 0;
    font-weight: 900;
    color: #338dbf;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.order_products .orders .bottom-card .price {
    text-align: center;
    font-weight: 900;
    font-size: 1.5em;
    color: #1a518a;
}

.order_products .orders .bottom-card .inner-bottom p {
    text-align: justify;
    text-justify: inter-word;
    text-align-last: center;
    margin-bottom: 1.5rem;
}

/**************** /. Order Products section *******************/

/**************** Not Sure section *******************/

.notSure {
    background: #f0f0f0;
}

.notSure h1 {
    font-size: 3.7rem;
    font-weight: 900;
    color: #08224b;
}

.notSure p {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.notSure .right_meds {
    background: #7ed4ed;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    padding: 10px 30px;
    font-weight: 900;
    font-size: 1.2rem;
    text-decoration: none;
}

/**************** /. Not Sure section *******************/

/**************** Order Prices section *******************/

.orderPrices h1 {
    font-size: 3.7rem;
    font-weight: 900;
    color: #08224b;
}

.orderPrices .inner {
    position: relative;
}

.orderPrices .inner::before {
    position: absolute;
    top: 15%;
    right: -30px;
    content: "";
    display: block;
    background: url(../images/arrow.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 3;
}

.orderPrices .card {
    background: transparent;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}

.orderPrices .card.comparison_table {
    padding: 0 15px;
}

.orderPrices .card.comparison_table .col {
    padding: 15px;
}

.orderPrices .card.comparison_table .row {
    flex-wrap: nowrap;
}

.orderPrices .card.comparison_table .headers {
    font-weight: 700;
}

.orderPrices .card.comparison_table .item:nth-child(even) {
    background-color: #3d3e3f1c;
}

.orderPrices .card.comparison_table .item.featured {
    position: relative;
    color: #fff;
    font-weight: 900;
}

.orderPrices .card.comparison_table .item.featured:before {
    box-shadow: 1px 3px 11px #09264e47;
    position: absolute;
    content: "";
    left: -10px;
    right: -10px;
    height: 100%;
    background: #338dbf;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}

/**************** /. Order Prices section *******************/

/**************** Pick Meds section *******************/

.pickMedication {
    position: relative;
    padding: 20px 0;
}

.pickMedication::before {
    position: absolute;
    content: "";
    /* background: url("../images/order_banner_bottom.jpg"); */
    background: url("../images/order_banner_bottom.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}

.pickMedication h1 {
    color: #fff;
    font-size: 3.7rem;
    font-weight: 900;
}

.pickMedication .bannerCTA {
    text-align: left;
}

.pickMedication p {
    color: #fff;
}

/**************** /. Pick Meds section *******************/

@media (max-width: 1200px) {
    .orderPrices .inner:before {
        top: 25%;
    }

    .order_products br {
        display: none;
    }

    .order_products .orders .middle-card h4 {
        font-size: 1.1rem;
    }

    .order_products .orders .bottom-card h5 {
        font-size: 1.1rem;
    }
}

@media (max-width: 992px) {
    .order_hero .bannerTitle h1 {
        font-size: 3rem;
    }

    .order_hero .bannerTitle h1 br {
        display: none;
    }

    .order_products .orders {
        grid-gap: 1em;
        grid-template-columns: 1fr;
    }

    .notSure h1 {
        font-size: 3rem;
    }

    .notSure p {
        font-size: 1.3rem;
    }

    .orderPrices h1,
    .pickMedication h1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .order_products .orders .middle-card .price.free-ship {
        font-size: 1.5em;
    }

    .order_hero {
        text-align: center;
    }

    .order_hero .bannerTitle h1 {
        font-size: 2.3rem;
    }

    .order_hero .arrow p {
        text-align: center;
        margin: 0 auto;
    }

    .order_hero .bannerCTA {
        text-align: center;
    }

    .notSure h1 {
        font-size: 2.3rem;
    }

    .notSure p {
        font-size: 1rem;
    }

    .notSure .right_meds {
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .orderPrices h1 {
        font-size: 2.3rem;
    }

    .orderPrices .inner::before {
        top: 31%;
        right: -5%;
    }

    .pickMedication h1 {
        font-size: 2.3rem;
    }

    .pickMedication img {
        display: block;
        margin: 2rem auto 0;
        width: 100%;
        max-width: 250px;
    }

    .pickMedication .bannerCTA {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .order_hero {
        /* background: url("../images/order-herro-top-mob.jpg"); */
        background: url("../images/order-herro-top-mob.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .order_hero.wrapper {
        padding: 188px 0 25px;
    }

    .order_hero .bannerTitle h1 {
        font-size: 1.9rem;
        margin-bottom: 5px;
        line-height: 1.1;
    }

    .order_hero .arrow::before {
        display: none;
    }

    .order_hero .getStartedCta3 {
        display: block;
        margin-bottom: 0;
    }

    .order_hero .bannerDescription h4 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .notSure h1,
    .orderPrices h1,
    .pickMedication h1 {
        font-size: 1.9rem;
    }

    .orderPrices .inner::before {
        display: none;
    }
}

.header2 {
    background: #fff;
    padding: 15px 0;
}

.account h1 {
    font-size: 2rem;
    color: #333333;
    font-weight: 900;
    margin-bottom: 35px;
}

.account h1 span {
    color: #db3e4d;
}

.account .discount {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #338dbf;
    padding: 1rem;
}

.account .discount p {
    margin-bottom: 0;
    margin-left: 15px;
    color: #fff;
    font-weight: 900;
    line-height: 1.3;
}

.account .discount img {
    display: block;
    width: 100%;
    max-width: 20px;
}

.account form {
    margin: 1.3rem 0 3rem;
}

.account form .next_step {
    text-decoration: none;
}

.account form select:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.account form.stepped-form .links {
    text-decoration: underline;
    font-weight: 900;
    color: #333333;
    transition: all 0.5s ease;
}

.account form.stepped-form .links:hover {
    color: #db3e4d;
}

.account form.stepped-form .next_step {
    text-decoration: none;
    background: #338dbf;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
}

.account form.stepped-form .next_step i {
    padding-left: 5px;
}

.account .review_carousel {
    margin-bottom: 2rem;
}

.account .review_carousel .top {
    margin-bottom: 2rem;
}

.account .review_carousel .top i {
    color: #f68e56;
}

.account .review_carousel .inner-carousel {
    cursor: pointer;
}

.account .review_carousel .inner-carousel:focus {
    outline: none;
}

.account .review_carousel .bottom .author {
    margin-bottom: 0;
}

.account .icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.account .icons img {
    display: block;
    width: 100%;
}

.smsConsent {
    margin-left: 25px;
}

#promoModal .modal-header {
    border-bottom: 0;
    position: relative;
}

#promoModal .modal-content {
    display: block;
    width: 394px;
    margin: 0 auto;
}

#promoModal .modal-footer {
    border-top: 0;
    padding-top: 0;
}

#promoModal .bottle-promo {
    display: block;
    width: 100%;
    max-width: 60px;
    margin: 0 auto;
}

#promoModal .promo-product {
    padding: 1.5em 0 1.7em;
}

#promoModal .continue_offer {
    background: #338dbf;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.1em;
    padding: 21px 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
}

#promoModal .continue_offer:hover,
#promoModal .continue_offer:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

#promoModal h3 {
    font-size: 17px;
    letter-spacing: 0.02em;
    padding: 0 1.5em;
    color: rgb(24, 25, 27);
    font-weight: 600;
    line-height: 26px;
}

#promoModal p {
    color: rgb(120, 127, 135);
    margin-bottom: 0;
    line-height: 26px;
}

#promoModal .close {
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 6%) 0px 4px 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: absolute;
    content: "";
    top: 25px;
    right: 25px;
}

#promoModal .close span {
    font-size: 25px;
}

@media (max-width: 768px) {
    .account h1 {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .account .review_carousel {
        margin-bottom: 1rem;
    }

    /* TRK changes */
    .account .discount p {
        font-size: 13px;
    }

    .lead {
        font-size: 14px;
        font-weight: 300;
    }

    .fs14 {
        font-size: 12px !important;
    }

    p.smsConsent.fs14.mb-3 {
        margin: 0 0 0 32px;
        text-align: center;
    }

    .smsConsentLabel {
        text-align: center;
    }

    .account h1 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .account .discount {
        padding: 10px;
    }

    .account select#state {
        font-size: 14px;
    }

    input#agree_terms {
        vertical-align: middle;
        overflow: hidden;
        /* margin: 0px 10px 0 0 !important; */
        width: 25px;
        height: 25px;
    }

    .account .discount p {
        font-size: 12px;
    }

    .account form {
        margin: 1rem 0 1.3rem 0;
    }

    .account .review_carousel .top {
        margin-bottom: 0;
    }

    .account .inner-carousel.slick-slide p {
        font-size: 14px;
    }

    .qaHeader {
        padding: 7px 0;
    }

    .qaHeader h1 {
        font-size: 1.2rem;
    }

    /* a.btn.btn-dark.btn-block.prev_step,
button.btn.btn-dark.btn-block.prev_step {
  font-size: 14px;
  padding: 5px 10px;
}
button.btn.btn-block.start_visitCta.start_visit,
button.btn.btn-block.start_visitCta {
  font-size: 14px;
  padding: 5px;
} */
    .header2 .logo img {
        width: 35%;
    }

    .progress_title {
        margin-bottom: 0.5rem !important;
    }

    .header2 {
        padding: 10px 0;
    }

    p.mb-0.text-white {
        font-size: 13px;
    }

    .header .top .button-top span {
        margin-bottom: 0.5rem;
        font-size: 13px;
    }

    .header .top .button-top-promo span {
        margin-bottom: 0.5rem;
        font-size: 13px;
    }

    #summary_product .qa_summary .box-top img {
        max-width: 25% !important;
    }

    #summary_product .qa_summary .box-top .desc p {
        font-size: 15px !important;
    }

    .tableCheckProd {
        font-size: 13px;
    }

    #summary_product .qa_summary .item .items .bottom p {
        font-size: 14px;
    }

    #summary_product .qa_summary .item .items .top {
        width: 75px;
        height: 75px;
    }

    #summary_product .qa_summary .item .items {
        min-height: 150px !important;
    }

    .shipmentTitle h3 {
        font-size: 17px;
        font-weight: bold;
    }

    .shipmentTitle p {
        font-size: 14px;
    }

    #inner-checkout form .cart .product-img {
        max-width: 80px !important;
    }

    .proveiders h1 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        margin-top: -20%;
    }

    .proveiders {
        padding-top: 0px !important;
    }

    .checkout-info-area h2 {
        font-size: 24px !important;
    }

    .font-24 {
        font-size: 17px !important;
    }

    #promoModal h3 {
        padding: 0 0.3em;
    }

    #promoModal .continue_offer {
        padding: 13px;
        font-size: 14px;
    }

    #promoModal .modal-content {
        width: calc(100% - 40px);
        margin: 0px auto;
    }
}

/* TRK changes end */

.qaHeader {
    background: #338dbf;
    padding: 15px 0;
}

.qaHeader h1 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.qa .content {
    width: 95%;
    margin: 0 auto;
}

.qa .content .step-list .step .header-step {
    margin-bottom: 2em;
}

.qa .content .step-list .step .header-step h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.17;
    margin-bottom: 20px;
}

.qa .content .step-list .step .header-step p:first-child {
    color: #db3e4d;
    font-weight: 900;
}

.qa .content .content__title {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
}

.qa .content .content__title--m-sm {
    margin-bottom: 10px;
}

/* .qa .content #progressbar {
  list-style: none;
  padding: 0;
  margin: 0 5px 2em;
  display: flex;
  width: auto;
  justify-content: space-between;
  position: relative;
}
.qa .content #progressbar:before, .qa .content #progressbar:after {
  position: absolute;
  height: 5px;
  content: "";
  top: 10px;
  left: 0;
  right: 0;
}
.qa .content #progressbar:before {
  z-index: 2;
  background-color: #7ed4ed;
}
.qa .content #progressbar:after {
  background-color: #ccc;
  width: auto;
  right: 15px;
  z-index: 1;
}
.qa .content #progressbar[data-currentStep="1"]:before {
  width: 0;
}
.qa .content #progressbar[data-currentStep="2"]:before {
  width: calc(33% - 0px);
}
.qa .content #progressbar[data-currentStep="3"]:before {
  width: calc(66% - 0px);
}
.qa .content #progressbar[data-currentStep="4"]:before {
  width: calc(100% - 0px);
}
.qa .content #progressbar li {
  position: relative;
  z-index: 3;
}
.qa .content #progressbar li.active .number, .qa .content #progressbar li.completed .number {
  background-color: #7ed4ed;
  color: #fff;
}
.qa .content #progressbar li.completed .number i {
  display: block;
}
.qa .content #progressbar li.completed .number .txt {
  display: none;
}
.qa .content #progressbar li:first-child {
  text-align: left;
  left: -1px;
}
.qa .content #progressbar li:first-child .number {
  margin-right: auto;
  margin-left: unset;
}
.qa .content #progressbar li:last-child {
  text-align: right;
  right: -1px;
}
.qa .content #progressbar li:last-child .number {
  margin-right: unset;
  margin-left: auto;
}
.qa .content #progressbar li span {
  display: block;
}
.qa .content #progressbar li .number {
  background-color: #ccc;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  border-radius: 50%;
  font-weight: bold;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qa .content #progressbar li .number i {
  display: none;
} */

/* .qa .content .step-list {
    background: #fff;
} */

.qa .content .step-list .inner-steps {
    position: relative;
    height: 100%;
    transition: all 0.1s ease-in-out;
}

.qa .content .step-list .step {
    position: absolute;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px;
}

.qa .content .step-list .step.active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: auto;
    opacity: 1;
    visibility: visible;
}

.qa form .links {
    color: #222222;
    text-decoration: underline;
    font-weight: 900;
    transition: all 0.5s ease;
}

.qa form .links:hover {
    color: #db3e4d;
}

.qa form input:focus,
.qa form select:focus {
    box-shadow: none;
    border-color: #ccc;
}

/********************New Checkout***********************/

#inner-checkout {
    padding: 3em 0;
}

#inner-checkout .check-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#inner-checkout .check-logos img {
    display: block;
    width: 100%;
    max-width: 80px;
    margin-right: 15px;
}

#inner-checkout .check-logos img:last-child {
    margin-right: 0;
}

#inner-checkout form .card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

#inner-checkout form input,
#inner-checkout form select {
    border: 1px solid #e4e4e4;
}

#inner-checkout form .card .card-header {
    border-bottom: 1px solid #e4e4e4;
}

#inner-checkout form .card .card-header img {
    display: block;
    width: 100%;
    max-width: 120px;
}

#inner-checkout form .card .card-header .desc-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

#inner-checkout form .card .card-header h6 {
    font-weight: 900;
}

#inner-checkout form .card .card-body {
    background: #fafafa;
}

#inner-checkout form .cart .product-img {
    display: block;
    max-width: 150px;
    margin-bottom: 1em;
}

#inner-checkout form .cart .product-name {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 0;
}

#inner-checkout form .cart .supply {
    font-weight: 700;
    color: #338dbf;
    font-size: 1.1em;
    margin-bottom: 1em;
}

#inner-checkout .payNow {
    background: #db3e4d;
    color: #fff;
}

#inner-checkout form .cart ul {
    margin: 0;
    padding: 0;
}

@media (max-width: 992px) {
    .qa .content .step-list .step .header-step h1 {
        font-size: 2rem;
    }

    .qaHeader h1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .qa .content .step-list .step .header-step {
        margin-top: 2em;
    }

    .qaHeader h1 {
        font-size: 2.3rem;
    }

    #inner-checkout form .cart {
        margin-bottom: 1em;
    }
}

@media (max-width: 576px) {
    .qaHeader h1 {
        font-size: 1.9rem;
    }

    #inner-checkout .check-logos img {
        max-width: 55px;
    }
}

.herro_checkout {
    background: #338dbf;
}

.herro_checkout h1 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.checkout {
    background: #fff;
    padding: 1rem;
}

.checkout .product-img {
    display: block;
    width: 100%;
    max-width: 150px;
}

.checkout .flag {
    display: inline-block;
    width: 100%;
    max-width: 40px;
}

.checkout .product-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.checkout .product-top .product-name {
    font-weight: 700;
    color: #db3e4d;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.checkout .product-top .supply {
    font-weight: 700;
    color: #08224b;
    font-size: 1.3rem;
}

.checkout .product-info {
    margin-bottom: 1rem;
}

.checkout .product-info .bottom-info h5 {
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.checkout .product-info .bottom-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout .product-info .bottom-info ul li {
    margin-bottom: 0.3rem;
}

.checkout .product-info .bottom-info ul li i {
    color: #db3e4d;
}

.checkout .product-info .one-time-tile h6 {
    color: #db3e4d;
    font-weight: 700;
}

.checkout .product-info .one-tyme-price {
    font-weight: 700;
    color: #db3e4d;
}

.checkout .subtitle {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.checkout .inners {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout .inner-logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .herro_checkout h1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .herro_checkout h1 {
        font-size: 2.3rem;
    }
}

@media (max-width: 576px) {
    .herro_checkout h1 {
        font-size: 1.9rem;
    }
}

.thankyou .card {
    border: 0;
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.thankyou .card:hover {
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
}

.thankyou h3 {
    color: #db3e4d;
    font-weight: 900;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.thankyou p {
    font-weight: 900;
}

.thankyou p a {
    color: #db3e4d;
}

.mw-17 {
    max-width: 17% !important;
}

.about_header {
    /* background: url("../images/our-story-bg.png"); */
    background: url("../images/our-story-bg.webp");
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
}

.about_header h1 {
    color: #08224b;
    font-size: 3.7rem;
    margin-bottom: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.about-content {
    padding: 0 0 5rem;
}

.about-content .about-doc {
    position: relative;
    /* margin-top: -16rem;
  margin-bottom: 0.5rem; */
    margin-top: -10rem;
    margin-bottom: 2rem;
}

.about-content p {
    font-size: 1.3rem;
}

.about-process h1 {
    color: #08224b;
    font-size: 3.7rem;
    font-weight: 900;
}

.about-process .logo-title {
    padding-bottom: 1.5rem;
}

.about-process h4 {
    font-weight: 900;
    font-size: 1.5rem;
}

@media (max-width: 1200px) {
    .about_header {
        padding: 5rem 0;
    }

    /* .about-content {
    padding: 5rem 0;
  } */
    .about-content .about-doc {
        margin: 2rem auto 2rem;
        /* margin-top: -8rem;
    margin-bottom: 0rem; */
    }
}

@media (max-width: 992px) {

    .about_header h1,
    .about-process h1 {
        font-size: 3rem;
    }

    .about-process .logo-title {
        padding-bottom: 1rem;
    }
}

@media (max-width: 768px) {

    .about_header h1,
    .about-process h1 {
        font-size: 2.3rem;
    }

    .about-content {
        padding: 0rem;
    }

    .about-content .about-doc {
        margin-top: 0;
        margin-bottom: 1em;
    }
}

@media (max-width: 576px) {

    .about_header h1,
    .about-process h1 {
        font-size: 1.9rem;
    }

    .about-process .logo-title {
        padding-bottom: 0.5rem;
    }

    /* .progress_title {
    font-size: 1.2em !important;
} */
    #step1 strong,
    #step2 strong,
    #step3 strong {
        font-size: 16px !important;
    }

    .qaHeader {
        padding: 7px 0;
    }

    .qaHeader h1 {
        font-size: 1.2rem;
    }

    .qa .content .content__title {
        font-size: 16px;
    }

    label {
        font-size: 15px;
    }

    .qa form .viagra .prod_v .pills,
    .qa form .cialis .prod_c .pills {
        max-width: 49% !important;
        margin: 0 auto !important;
        margin-top: 15px !important;
    }

    .footer .footer-bottom .seeReview {
        margin-bottom: 1.5rem;
    }
}

/*# sourceMappingURL=app.css.map */

/************ New Custom ***********/

.qa form .card {
    border: none;
}

.qa form .card .nav-pills .nav-link {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    background: #e2e2e2;
    margin-right: 5px;
    color: #08224b;
}

.qa form .card .nav-pills .nav-link.active {
    color: #fff;
    background-color: #08224b;
}

.qa form .card-header {
    background-color: transparent;
    border: none;
}

.qa form p {
    font-size: 1em;
    /* old: 1.7em */
}

.qa form .viagra .prod_v,
.qa form .cialis .prod_c {
    border: 1px solid #343a40;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
}

.qa form .viagra .prod_v span,
.qa form .cialis .prod_c span {
    margin-left: 5px;
    font-weight: 900;
    font-size: 1.3em;
}

.qa form .viagra .prod_v label,
.qa form .cialis .prod_c label,
.step .prod {
    width: 100%;
    cursor: pointer;
}

.qa form .viagra .prod_v .inner-parent,
.qa form .cialis .prod_c .inner-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.qa .most-popular {
    border-radius: 50px;
    padding: 5px 25px;
}

.qa form .viagra .prod_v .inner-parent .desc,
.qa form .cialis .prod_c .desc {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 15px;
}

.qa form .viagra .prod_v .pills,
.qa form .cialis .prod_c .pills {
    display: block;
    width: 100%;
    max-width: 90px;
}

.qa form .viagra .prod_v label,
.qa form .cialis .prod_c label {
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: 900;
    font-size: 1.3em;
}

.qa form .viagra .prod_v .desc,
.qa form .cialis .prod_c .desc {
    list-style: none;
    margin: 0;
    padding: 0 1em;
}

.qa form .start_visitCta {
    background: #338dbf;
    border-color: #338dbf;
    border-radius: 8px;
    padding: 15px 35px;
}

.qa form .start_visitCta i {
    padding-left: 0.5em;
}

.qa form .prev_step {
    padding: 9px 35px;
    border-radius: 8px;
    text-transform: uppercase;
}

.qa form .prev_step i {
    padding-right: 0.5em;
}

.qa form .start_visitCta:hover {
    background-color: #245f80;
    border-color: #245f80;
}

.step .prod {
    border: 1px solid #343a40;
    padding: 12px;
    border-radius: 8px;
}

.step .prod label {
    margin-bottom: 0;
    font-weight: 900;
}

.step .prod .inner-parent span {
    font-weight: 900;
}

.step .prod_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 1em;
}

.step .prod_box .card {
    border: 1px solid #343a40;
    border-radius: 8px;
}

.step .prod_box .card .inner_box_prod {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px;
    min-height: 190px;
}

.step .prod_box .card .inner_box_prod .supply {
    font-size: 1.4em;
    color: #338dbf;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 0;
}

.step .prod_box .card .inner_box_prod .text {
    font-weight: 400;
    color: #333;
}

.step .prod_box .card .inner_box_prod .pricing {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.step .prod_box .card .inner_box_prod .pricing p:first-child {
    color: #1a518a;
    font-size: 1.5em;
    margin-right: 0.5em;
}

.step .bordered {
    border: 1px solid #338dbf !important;
}

.step .prod_box .card .inner_box_prod p {
    color: #1a518a;
    font-size: 1.5em;
}

.step .prod_box .card .inner_box_prod .pricing p:last-child {
    color: red;
    position: relative;
    font-size: 1.5em;
}

.step .prod_box .card .inner_box_prod .pricing del {
    color: red;
    font-size: 1em;
}

.check-product .product_title {
    font-size: 2em;
    font-weight: 900;
    text-transform: capitalize;
    color: #338dbf;
}

.check-product .product_price {
    font-size: 1.8em;
}

/* TRK changes---------- */

.inner-bottom>p {
    min-height: 216px;
}

#step1 strong,
#step2 strong,
#step3 strong {
    font-size: 1rem;
    line-height: 1;
    color: #1a518a;
}

.checkoutLogo {
    max-width: 150px !important;
}

.blueBg {
    background-color: #338dbf;
}

.modal-open .modal {
    z-index: 1041;
}

.legitScrIcon img {
    width: 100% !important;
    height: 100%;
}

/* .progress_title {
  font-size: 1.5em !important;
} */

.wrapper {
    padding: 25px 0;
}

input#agree_terms {
    vertical-align: middle;
    overflow: hidden;
    /* margin: 5px 10px 0 0; */
    margin: 0 5px 0 0;
}

.fs14 {
    font-size: 12px !important;
}

/* --------TRK changes end---------- */

/* --------summary_product new page---------- */

#summary_product .discounts {
    background: #338dbf;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 0 1em;
}

#checkout-step-2 .doctor_visit {
    font-size: 21px !important;
}

#summary_product .discounts img {
    display: block;
    width: 100%;
    max-width: 20px;
}

#summary_product .discounts p {
    font-weight: 700;
    padding-left: 15px;
}

#summary_product .qa_summary .box-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#summary_product .qa_summary .box-top img {
    display: block;
    width: 100%;
    max-width: 100px;
}

#summary_product .qa_summary .box-top,
#summary_product .qa_summary .box-bottom {
    border: 1px solid #c0bcbc;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}

#summary_product .qa_summary .box-top .desc {
    padding-left: 20px;
}

#summary_product .qa_summary .box-top .desc p {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 5px;
}

#summary_product .qa_summary .box-bottom td span {
    color: #999999;
}

#summary_product .qa_summary .box-bottom td del {
    color: #db3e4d;
}

#summary_product .qa_summary .box-bottom .discount-price {
    color: #db3e4d;
}

#summary_product .qa_summary .box-bottom .blue-total {
    color: #7ed4ed;
    font-weight: 700;
}

#summary_product .qa_summary .box-bottom .total {
    font-weight: 700;
    color: #338dbf;
}

#summary_product .qa_summary .item .items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    text-align: center;
    width: 100%;
    min-height: 200px;
}

#summary_product .qa_summary .item .items .top {
    position: relative;
    border: 3px solid #ccc;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 5px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

#summary_product .qa_summary .item .items .top i {
    color: #7ed4ed;
}

#summary_product .qa_summary .item .items .bottom p {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
}

.material-style {
    position: relative;
}

.material-style label {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 17px;
    z-index: 3;
    transition: all 0.3s ease;
    user-select: none;
    pointer-events: none;
}

.material-style .form-control {
    border: none;
    box-shadow: none !important;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    border-radius: 0;
    background: whitesmoke;
    height: 50px;
    padding-top: 20px;
    outline: none !important;
}

.material-style .form-control:focus~label,
.material-style .form-control:valid~label,
.material-style .form-control:placeholder-shown~label {
    font-size: 0.8em;
    top: 0px;
}

.material-style select.form-control {
    border-radius: 1px;
}

.material-style .form-control:focus {
    border-color: #f68e56;
}

.material-style .form-control,
.material-style .form-control~label {
    border-color: #c9c9c9;
    color: #929292;
}

/* .material-style .form-control:valid, .material-style .form-control:valid ~label, .material-style .is-valid{
  border-color: green;
  color: green;
} */

.material-style .is-invalid {
    border-color: red !important;
    color: red !important;
}

.material-style .is-valid {
    border-color: green !important;
    color: green !important;
}

.reviews .review .card .inner-review {
    height: 100%;
    justify-content: flex-start;
}

.results_carousel .slick-active:nth-child(2) .inner-review {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.results_carousel .slick-track {
    display: flex !important;
}

.results_carousel .slick-slide .card {
    height: 100%;
}

.results_carousel .slick-slide {
    height: inherit !important;
}

@media (max-width: 1024px) {
    .results_carousel .slick-active:nth-child(2) .inner-review {
        border: none;
    }
}

.create-password-hint {
    font-size: 14px;
    margin-top: 3px;
    margin-left: 7px;
    margin-right: 7px;
}

.doctor_visit_info {
    font-size: 14px;
    margin-top: 2px;
}

.total-price {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .reate-password-hint {
        font-size: 11px;
    }

    .doctor_visit_info {
        font-size: 11px;
    }
}

/******************** Change radio buttons to checkbox *********************/
.stepped-form input[type="radio"] {
    display: none;
}

.stepped-form input[type="radio"]~label {
    position: relative;
    padding-left: 20px;
    /* overflow: hidden; */
}

.stepped-form input[type="radio"]~label:before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    border: #adb5bd solid 1px;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.stepped-form input[type="radio"]~label:after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.stepped-form input[type="radio"]:checked~label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.stepped-form input[type="radio"]:checked~label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.reg-fxedlbl-area .material-style label {
    top: 0px !important;
    font-size: 15px !important;
}

.pe-agree-check {
    position: relative;
    padding-left: 20px;
}

.pe-agree-check input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
}

@media (max-width: 768px) {
    .pe-agree-check input#agree_terms {
        width: auto;
        height: auto;
        top: 1px;
    }
}


/* =================== Home Page Banner ==================  */
.header_new_26 h1 {
    font-size: 44px !important;
    margin-bottom: 20px !important;
}

.header_new_26 .header_list li {
    font-size: 24px !important;
}

.header_new_26 .header_list li::before {
    top: 2px !important;
}

.header_new_26 .group-buttons1 img {
    padding: 15px;
    width: 49%;
    height: auto;
}

.header_new_26 .group-buttons2 img {
    width: 100%;
    max-width: 100%;
    padding: 15px;
}

.mt_30 {
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .header_new_26 h1 {
        font-size: 36px !important;
    }

    .header_new_26 .header_list li {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 991px) {
    .header_new_26 .group-buttons1 img {
        padding: 5px;
        width: 48%;
        height: auto;
    }

    .header_new_26 .welcome {
        max-width: 100% !important;
        font-size: 13px !important;
    }

    .mt_30 {
        margin-top: 80px;
    }

    .header_new_26 h1 {
        font-size: 28px !important;

    }

    .header_new_26 .startHeader {
        font-size: 20px !important;
    }

    .header_new_26 .bottom-info {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 767px) {
    .header_new_26 h1 {
        font-size: 28px !important;
    }

    .header_new_26 .text-center {
        text-align: left !important;
    }

    .header_new_26 .startHeader {
        margin-bottom: 0 !important;
    }

    .mt_30 {
        margin-top: 10px;
    }

    .header_new_26 .group-buttons1 img {
        width: 49%;
    }

}
.showaddresslist { 
    position: absolute; 
    /* left: 1%; 
    top: 50px;  */
    width: 94%;
    background: #fff; 
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    border-radius: 2px; 
    z-index: 99;
    border-top: 1px solid #d9d9d9;
    overflow-x: auto;
    max-height: 190px;
    display: none;
}
.showaddresslist .no-address-error { display: none; text-align: center; padding: 5px; }
.showaddresslist ul { margin: 0; padding: 0; }
.showaddresslist ul li, .showaddresslist ul li a  { color: #000; font-size: 14px; cursor: pointer; }
.showaddresslist ul li a:hover { text-decoration: none; }
.showaddresslist ul li { list-style: none; padding: 5px 15px;}
.showaddresslist ul li:hover { background: #fafafa; }
.showaddresslist ul li + li { border-top: 1px solid #ddd; } 
.showaddresslist ul li .fa { color: #ccc; margin-right: 5px; }
.input-loader {
    position: absolute;
    top: 48px;
    right: 25px;
    width: 1.5rem !important;
    height: 1.5rem !important;
    border-width: 0.15em !important;
    display: none;
}
@media only screen and (max-width: 575px) {
    .input-loader {
        top: 44px;
    }
}
.address_ship.modal.show .modal-dialog {
    padding-top: 20px;
}
@media only screen and (min-width: 996px) {
    .tab-wrap .tab-ctrls {
        display: none !important;
    }
}