/* .herpes-banner-section .carousel-control-arrow {
    left: 50%;
    transform: translate(-50%, 0);
} */
.single-pricing {
    padding: 30px 0px;
}
.single-pricing h2 {
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 15px;
}
.single-pricing h2::after {
    width: 60px;
    height: 4px;
    position: absolute;
    content: "";
    background-color: #FF9841;
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
}

/* about herpes section */
.about-herpes-section {
    background: #EEEFF1 url(../images/herpes_page/handsome_young_mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:bottom, center;
    padding: 40px 0px 470px 0px;
}
.about-herpes-section h2 {
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 15px;
}
.about-herpes-section h2::after {
    width: 60px;
    height: 4px;
    position: absolute;
    content: "";
    background-color: #FF9841;
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
}
.about-herpes-boxes {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 35px;
    padding: 8px 15px 15px 15px;
    height: 100%;
}
.about-herpes-boxes h3 {
    background: #34394D;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    padding: 12px;
    margin: 0px;
}
.about-herpes-boxes p {
    position: relative;
    list-style: none;
    font-weight: 500;
    font-size: 12px;
}
.about-herpes-column {
    height: 435px;
    overflow: hidden;
}
.about-herpes-column.showfull {
    height: auto;
}
.about-herpes-section.showherpes {
    padding-bottom: 40px;
}
#toggle-herpes {
    font-size: 18px;
    font-weight: 800;
    color: #2DBDCA;
    text-decoration: underline;
}

/*-- Herpes Treatment --*/
.is-prep-right.herpes-treatment {
    overflow: hidden;
}
.is-prep-right.herpes-treatment h3 {
    font-size: 20px;
}
.right-herpes-treatment-img-border::before, .right-herpes-treatment-img-border::after {
    position: absolute;
    border-bottom: 2px solid #fff;
    content: "";
    width: 40%;
    height: 2px;
}
.right-herpes-treatment-img-border::after {
    right: -4px;
    bottom: 41px;
}
.right-herpes-treatment-img-border::before {
    left: -4px;
    bottom: 41px;
}
.is-prep-right.herpes-treatment::before {
    display: none;
}
.is-prep-right.herpes-treatment::after {
    background: url(../images/herpes_page/right-mobile.svg);
    background-repeat: no-repeat;
    background-size: 310px;
    background-position: top center;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100px;
    top: 100px;
    width: auto;
}
.is-prep-right.herpes-treatment .prep-content-right {
    padding-bottom: 120px;
}
.herpes-treatment #All-quiz-hide #Start-short-quiz h3 {
    font-size: 26px;
}

/*-- signle visit price --*/
.signle-visit-price {
    background: #FFFFFF;
    box-shadow: 0px 3px 20px #B5B5B529;
    border: 1px solid #34394D;
    border-radius: 15px;
    padding: 0px 15px 15px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.signle-visit-price h3 {
    background: #34394D;
    border-radius: 0px 0px 15px 15px;
    font-size: 18px;
    color: #fff;
    padding: 15px;
    margin: 0px;
}
.visit-price-list {
    padding: 0px;
    margin: 25px 0px;
}

.visit-price-list li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    margin-bottom: 15px;
}
.visit-price-list li:last-child {
    margin-bottom: 0px;
}
.visit-price-list li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../images/herpes_page/check_double_blue.svg);
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
}

.signle-visit-price .price-visit-btn {
    background: #34394D;
    border-color: #34394D;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 10px;
    min-width: 170px;
    transition: 0.1s;
}
.signle-visit-price .price-visit-btn span::after {
    position: absolute;
    content: "";
    opacity: 0;
    background: url(../images/arrow-right-white.svg) no-repeat;
    height: 14px;
    width: 18px;
    background-size: 14px;
    transform: translate(0px, -50%);
    top: 65%;
    right: -10px;
    transition: 0.3s;
}
.signle-visit-price .price-visit-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    line-height: 15px;
}
/* .signle-visit-price .price-visit-btn:hover {
    background: #1E2230;
    border: 1px solid #1E2230;
}
.signle-visit-price .price-visit-btn:hover span {
    padding-right: 15px;
    transition: 0.5s;
}
.signle-visit-price .price-visit-btn:hover span::after {
    opacity: 1;
    transition: 0.5s;
    right: -12px;
} */
.signle-visit-price.active {
    background: #34394D;
    border: none;
}
.signle-visit-price.active h3 {
    background: #FF9841;
}
.signle-visit-price.active .visit-price-list li {
    color: #fff;
}
.signle-visit-price.active .visit-price-list li::after {
    background: url(../images/herpes_page/check_double_orange.svg);
    background-repeat: no-repeat;
    background-size: 14px;
}
.signle-visit-price.active .price-visit-btn {
    background: #fff;
    color: #34394D;
    font-weight: 600;
}
/* .signle-visit-price.active .price-visit-btn:hover {
    background: #FF9841;
    border: 1px solid #FF9841;
    color: #fff;
    transition: 0.1s;
} */
.signle-visit-price .price-paid-q {
    position: absolute; 
    right: 17px;
    font-size: 14px;
}
/* new */
.pricing__label{
    color: #34394D;
    font-size: 24px;
    font-weight: 900;
}
/* end new */
@media (min-width:322px) { 
    .about-herpes-column {
        height: 412px;
    }
    .herps__title_sm{
        width: 75%;
    }
}
@media (min-width:368px) { 
    .about-herpes-section {
        background-size: cover;
    }
    .about-herpes-column {
        height: 400px;
    }
}
@media (min-width:463px) {
    .about-herpes-section {
        padding-bottom: 610px;
    }
    .about-herpes-column {
        height: 380px;
    }
}
@media (min-width:535px) {
    .right-herpes-treatment-img-border::before, .right-herpes-treatment-img-border::after {
        bottom: 41.5px;
    }
}
@media (min-width:576px) {
    .about-herpes-section {
        padding-bottom: 40px;
    }
    .about-herpes-column {
        height: auto;
        overflow: unset;
    }
    .about-herpes-boxes p {
        font-size: 14px;
    }

    .is-prep-right.herpes-treatment::after {
        top: 128px;
    }
    .is-prep-right.herpes-treatment h3 {
        font-size: 32px;
    }
    .right-herpes-treatment-img-border::before, .right-herpes-treatment-img-border::after {
        bottom: 42px;
        width: 50%;
    }
    .right-herpes-treatment-img-border::before {
        left: -25%;
    }
    .right-herpes-treatment-img-border::after {
        right: -25%;
    }
}
@media (min-width:768px) {
    /* .herpes-banner-section .carousel-control-arrow {
        left: auto;
        right: 0%;
        transform:unset;
        bottom: -15px; */
    /* } */
    .prep_pep_banner.herpes-banner-section {
        flex: 1;
        /* max-height: calc(100vh - 115px); */
    }
    .about-herpes-section {
        background: #ECF0F1 url(../images/herpes_page/handsome_young.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position:bottom, right;
    }

    .right-herpes-treatment-img-border::before, .right-herpes-treatment-img-border::after {
        width: 60%;
    }
    .herpes-treatment #All-quiz-hide #Start-short-quiz h3 {
        font-size: 24px;
    }

    .signle-visit-price .price-visit-btn:hover {
        background: #1E2230;
        border: 1px solid #1E2230;
    }
    .signle-visit-price .price-visit-btn:hover span {
        padding-right: 15px;
        transition: 0.5s;
    }
    .signle-visit-price .price-visit-btn:hover span::after {
        opacity: 1;
        transition: 0.5s;
        right: -12px;
    }
    .signle-visit-price.active .price-visit-btn:hover {
        background: #FF9841;
        border: 1px solid #FF9841;
        color: #fff;
        transition: 0.1s;
    }
}
@media (min-width:992px) {
    /* .herpes-banner-section .carousel-control-arrow {
        right: 15px;
        bottom: -25px;
    } */
    .is-prep-right.herpes-treatment::after {
        background: url(../images/prep_pep/prep_right.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        top: 60px;
        height: 220px;
        left: 0;
        transform: unset;
    }
    .right-herpes-treatment-img-border {
        display: none;
    }
    .is-prep-right.herpes-treatment h3 {
        font-size: 28px;
    }

    .signle-visit-price {
        border-radius: 30px;
        padding: 0px 30px 30px 30px;
    }
    .signle-visit-price h3 {
        border-radius: 0px 0px 30px 30px;
        padding: 18px 32px;
    }

    .signle-visit-price .price-paid-q {
        right: 33px;
    }
   
}
@media (min-width:1200px) {
    .single-pricing, .about-herpes-section {padding: 50px 0px;}
    .about-herpes-section {
        background: url(../images/herpes_page/handsome_young.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:bottom, right;
    }
    .about-herpes-section h2 {
        font-size: 32px;
    }
    .herps__title_sm{
        width: 100%;
    }
    .herpes_quiz_wrapper .quiz-que{
        width: 70%;
    }
    .herpes_full_content{
        width: 75%;
    }
    /* .banner_right_img{max-height: 500px;} */
}
@media (min-width:1400px) {
    .single-pricing, .about-herpes-section {padding: 60px 0px;}
    .about-herpes-boxes h3 {font-size: 18px;}
    .about-herpes-boxes p {font-size: 16px;}
    /* .banner_right_img{max-height: 550px;} */
}
@media (min-width:1600px) {
    .about-herpes-section {
        background: url(../images/herpes_page/handsome_young.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:top, center;
    }
}
@media (min-width:1920px) {
    .about-herpes-section h2 {
        font-size: 32px;
    }
    .single-pricing, .about-herpes-section {padding: 60px 0px;}
    .about-herpes-boxes h3 {font-size: 20px;}
    .about-herpes-boxes p {font-size: 18px;}
    /* .banner_right_img{max-height: auto;} */

    .pricing__label{
        font-size: 26px;
    }
}

@media (max-width: 359px) {
    .about-herpes-section {
        padding: 40px 0px 380px 0px;
    }
}

@media (max-width: 378.9px) {
    .is-prep-right h2 {
        font-size: 18px !important;
    }
}
/* ---------- test css-------------- */
.banner_main {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.herpes-banner-section .carousel{
    height: 100%;
}
.banner_img_wrapper {
    transform: rotate( 
        348deg
         ) translate(90px, -30px);
            border-radius: 54px;
            height: calc(100% - 105px);
}
.banner_img_wrapper img{
    border-radius: inherit;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.herpes_quiz_content{
    font-size: 20px;
}

.small--text{
    font-size: 16px;
    font-weight: 600;
}
