html{
    scroll-behavior: smooth;
}
.prep_pep_banner {
    padding-bottom: 50px;
}
.prep_pep_banner #online-prescription {
    position: relative;
}
.carousel-control-arrow {
    left: 5px;
    bottom: -50px;
    position: absolute;
    width: 95px;
    height: 42px;
}
.prep_pep_banner .carousel-control-prev-icon, .prep_pep_banner .carousel-control-next-icon {
    background: #34394D;
    position: relative;
}
.prep_pep_banner .carousel-control-prev-icon::before {
    background: url(../images/prescription_refill/arrow-left-white.svg);
    position: absolute;
    width: 16px;
    height: 12px;
    content: "";
    background-size: 16px;
    z-index: 1;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)  rotate(0deg);
}
.prep_pep_banner .carousel-control-next-icon::before {
    background: url(../images/prescription_refill/arrow-left-white.svg);
    position: absolute;
    width: 16px;
    height: 12px;
    content: "";
    background-size: 16px;
    z-index: 1;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.prep_pep_banner .carousel-control-prev .carousel-control-prev-icon, .prep_pep_banner .carousel-control-next .carousel-control-next-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
}
.prep_pep_banner .carousel-control-prev, .prep_pep_banner .carousel-control-next {
    background: transparent;
    border: transparent;
    box-shadow: none;
    height: auto;
    top: auto;
}
.prep_pep_banner .carousel-indicators {
    position: relative;
    z-index: 0;
    float: left;
    margin: 15px 0px;
    width: 100%;
}
.prep_pep_banner .carousel-indicators button {
    background: #34394D;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    min-width: 15px;
    margin: 0 5px;
    border: none;
    opacity: 0.10;
    transition: 0.5s;
}
.prep_pep_banner .carousel-indicators button.active {
    background: #34394D;
    border-radius: 20px;
    width: 35px;
    height: 10px;
    min-width: 10px;
    margin: 0 5px;
    border: none;
    opacity: 1;
    transition: 0.5s;
}
.prep_pep_banner .prescription-title {
    font-size: 32px;
    font-weight: 900;
    color: #2DBDCA;
}
.prep_pep_banner .prescription-discription {
    color: #34394D;
    font-size: 14px;
    font-weight: 600;
}
.carousel-indicators-bottom {
    z-index: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.how-show-btn {
    font-size: 14px;
    text-decoration: underline;
    color: #34394D;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 20px;
}
.how-show-btn::after {
    position: absolute;
    background-image: url(../images/prep_pep/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 10px;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0px);
    content: "";
}
.how-show-btn:hover {
    color: #FF7909;
}
.how-show-btn:last-child {margin-right: auto;}

/** Prep Exposure **/
.prep-exposure {
    padding: 20px 0px;
}
.prep-exposure-bg-fixed {
    background: #F7F8F8;
    box-shadow: 0px 3px 10px #0000001A;
    border: 1px solid #E3E3E3;
    border-radius: 19px;
    padding: 15px;
}
.prep-exposure h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
}
/* .prep-exposure h2::after {
    width: 95px;
    height: 3px;
    position: absolute;
    content: "";
    background-color: #FF9841;
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 0px;
} */
.prep-exposure .sub-discription {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.prep-exposure-gray-box h3 {
    font-size: 18px;
    padding-left: 20px;
}
.prep-exposure-gray-box h3::after {
    width: 20px;
    height: 3px;
    position: absolute;
    content: "";
    background-color: #9CC3D2;
    border-radius: 3px;
    left: -15px;
    top: 50%;
}
.prep-exposure-content {
    background: #34394D;
    box-shadow: 0px 5px 10px #00000029;
    border-radius: 19px;
    padding: 15px;
    font-size: 14px;
    height: 100%;
}


/*-- Prep Exposure post --*/
.prep-exposure-post {
    padding: 0px 0px 30px 0px;
    background: #fff;
}
.prep-exposure-post-gray-box-fixed {
    background: #EBEEFC;
    border-radius: 19px;
    padding: 13px;
}
.prep-exposure-post h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
/* .prep-exposure-post h2::after {
    width: 95px;
    height: 3px;
    position: absolute;
    content: "";
    background-color: #FF9841;
    border-radius: 3px;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0px);
} */
.prep-exposure-post .sub-discription {
    font-size: 16px;
    line-height: 24px;
}
.prep-exposure-post-gray-box {
    background: #34394D 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 19px;
    padding: 15px;
}
.prep-exposure-post-gray-box h3 {
    font-size: 18px;
    padding-left: 20px;
}
.prep-exposure-post-gray-box h3::after {
    width: 20px;
    height: 3px;
    position: absolute;
    content: "";
    background-color: #EBEEFC;
    border-radius: 3px;
    left: -15px;
    top: 50%;
}
.prep-exposure-post-content {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px #00000029;
    border-radius: 19px;
    padding: 25px;
    font-size: 14px;
    height: 100%;
}

/* as seen in section */
.as-seen-in-section {
    padding: 30px 0px 30px 0px;
    background-color: #FFEEDF !important;
}
/*-- Is Prep Right --*/
.is-prep-right {
    background: #34394D;
    padding: 30px 0px 0 0;
}
.is-prep-right h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.is-prep-right .sub-discription {
    padding-left: 70px;
    font-size: 13px;
}

.prep-content-right {
    padding-bottom: 60px;
}
.image-use-prep {
    position: relative;
    border-radius: 48px;
    margin-bottom: 0px;
}
.image-use-prep img {
    border-radius: 24px;
}
.image-use-prep::after {
    width: 80%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: #FF7909;
    border-radius: 25px;
    left: -20px;
    top: -20px;
}
.responsive-hive-box {
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 40px;
    padding: 35px;
    max-width: 450px;
}
.responsive-hive-box .full-content-hiv {
    font-size: 18px;
    font-weight: 900;
}
.radio-btn-list {
    max-width: 410px;
    margin: 0 auto;
}
#Five-quiz-design .form-check {
    text-align: left;
    margin-bottom: 10px;
}
#Five-quiz-design .form-check label {
    font-size: 18px;
    padding-left: 8px;
    font-weight: 600;
    color: #fff;
}
#Five-quiz-design .form-check .form-check-input {
    margin-top: 2px;
    width: 1.5rem;
    height: 1.5rem;
}
#Five-quiz-design .form-check-input:checked[type=radio] {
    background-image: url(../images/prep_pep/check.svg);
    background-size: 13px;
    width: 1.5rem;
    height: 1.5rem;
}

#Find-Result h4 {
    font-size: 28px;
}
#All-quiz-hide h3 {
    font-size: 20px;
}
#All-quiz-hide #Start-short-quiz h3 {
    margin-bottom: 60px;
    font-size: 28px;
}
.short-quiz .bottom-line{
    padding-bottom: 35px;
    margin-bottom: 35px;
}
/* .short-quiz .bottom-line::after {
    width: 95px;
    height: 3px;
    position: absolute;
    content: "";
    background-color: #FF9841;
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
} */

/*-- why us section--*/
.why-us-section {
    padding: 30px 0px;
}
.why-us-section h2 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 15px;
}
/* .why-us-section h2::after {
    width: 95px;
    height: 4px;
    position: absolute;
    content: "";
    background-color: #FF9841;
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -20px;
} */
.why-us-section .why-icon {
    width: 100%;
    max-width: 50px;
    margin-bottom: 15px !important;
    margin-right: 15px;
}
.why-us-section .why-callondoc-scroll {
    overflow: hidden;
    height: 354px;
}
.why-us-section .why-callondoc-scroll.showfull {
    padding-bottom: 0px !important;
}
.why-us-section .why-callondoc-scroll p {
    font-size: 14px;
    margin-bottom: 0px;
}
/*-- about prevention --*/
.about-prevention {
    padding: 30px 0px;
}
.about-prevention h2 {
    font-size: 24px;
}
/* .about-prevention h2::after {
    width: 95px;
    height: 3px;
    position: absolute;
    content: "";
    background-color: #FF9841;
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -20px;
} */
.about-prevention .nav-tabs {
    border: none;
}
.about-prevention .tab-content .accordion-link {
    font-size: 20px;
    width: 100%;
}
.about-prevention .tab-content .accordion-link {
    font-size: 18px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: none;
}
.about-prevention .tab-content .accordion-link::after {
    width: 5px;
    height: 3px;
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 3px;
    left: 0;
    transform: translate(0%, 0);
    bottom: -8px;
    transition: 0.5s;
    left: 10px;
}
.about-prevention .tab-content .accordion-link.active {
    color: #2DBDCA !important;
    font-size: 18px;
}
.about-prevention .tab-content .accordion-link.active::after { 
    background-color: #34394D;
    width: 95px;
    transition: 0.5s;
}
.about-prevention .responsive-tabs {
    max-width: 100%;
    margin-top: 0;
}
.about-prevention .responsive-tabs-container {
    display: flex;
    align-items: flex-start;
}
.responsive-tabs-container .tab-content h4 {
    font-size: 18px;
    text-align: left;
}
.responsive-tabs-container .tab-content p {
    font-size: 14px;
}
.about-content-list, .count-content-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.count-content-list {
    padding-left: 15px;
    margin: 0px;
    list-style: none;
}
.about-content-list li, .count-content-list li {
    font-size: 15px;
    color: #293450;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.about-content-list li::after {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    content: "";
    background-color: #FF7909;
    left: 0%;
    top: 50%;
    transform: translate(0, -50%);
}
.count-content-list li {
    font-size: 16px;
    color: #293450;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    padding-left: 5px;
}
.count-content-list li::marker {
    color: #FF7909;
    left: 5px;
}
.about-content-list li a {
    color: #2DBDCA;
}

/*-- Perso Doctor --*/
.perso-doctor {
    padding: 30px 0px;
    position: relative;
    background: #34394D;
}
.perso-doctor h3 {
    font-size: 16px;
}
.perso-doctor p strong {
    font-size: 18px;
}



/* changes css - 13/04/2021 */
.short-quiz-content {
    font-size: 16px;
}
.back_arrow{
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.back_arrow img {
    height: 20px;
}
.back_arrow--text{
    font-weight: 900;
    font-size: 22px;
}
.quiz-que{
    height: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-quiz-que{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cont-btn{
    margin-top: 35px;
}
.single-quiz-que .btn-success-light, .single-quiz-que .btn-danger-light{
    text-transform: uppercase;
}

.single-quiz-que .btn-success-light:hover,	
.single-quiz-que .btn-success-light:focus,
.single-quiz-que .btn-success-light:active,
.single-quiz-que .btn-success-light.active-selected {	
	background: #2dca908a;
	border: 1px solid #2dca908a;	
	color: #fff;	
	box-shadow: none !important;	
}

.single-quiz-que .btn-danger-light:hover,	
.single-quiz-que .btn-danger-light:focus,
.single-quiz-que .btn-danger-light:active,
.single-quiz-que .btn-danger-light.active-selected {	
	background: #e655649e;
    border: 1px solid #e655649e;
    color: #fff;
    box-shadow: none !important;	
}

.start_over_link:not(.no_style){
     color: #2DBDCA;
     text-decoration: underline;
     font-weight: 900;
     font-size: 24px;
}
.start_over_link:not(.no_style):hover {
        color: #2DBDCA;        
}

.start_over_link_h:not(.no_style){
    color: #2DBDCA;
    text-decoration: underline;
    font-weight: 900;
    font-size: 24px;
}
.start_over_link_h:not(.no_style):hover {
       color: #2DBDCA;        
}

.start_over--orange{
    color:#FF7909;
}
.start_over--orange:hover{
    color:#FF7909;
}
.final__result_block{
    padding-bottom: 80px;
}
.consult_now_btn{
    font-size: 14px !important;
}
.btn--orange{
    background-color: #FF7909;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding-left:30px;
    padding-right:30px;
}
.btn--orange:hover{
    color: #fff;
}
.small-arrow{
    height: 12px;
}

.prep-bg-img{
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.row.gx-0.prep-content-right.position-relative.z-index-1 {
    padding-bottom: 0 !important;
}
.quiz-questions-wrapper{
    margin-top: 65px;
}
.btn-small-arrow-orange, .btn-small-arrow-blue {
    font-size: 18px !important;
    padding: 14px 28px !important;
}
.banner__image {
    border: 15px solid #34394D;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    object-fit: cover;
    border-radius: 0 0 0 131px;
    max-height: 284px;
    min-height: 284px;
}

/* end changes css */

@media (max-width:767.5px) {
    .carousel-control-arrow {
        left: 50%;
        transform: translate(-50%, 0);
        position: sticky;
    }
    .prep-how-it-section .nav-tabs .nav-link.active, .prep-how-it-section .nav-tabs .nav-item.show .nav-link {
        background: none;
    }
    .why-us-section .why-callondoc-scroll.showfull {
        height: auto;
    }
    #Five-quiz-design .form-check label{
        font-size: 16px;
    }
    .cont-btn{
        font-size: 18px !important;
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
  
    .final__result_block{
        padding-bottom: 30px;
    }
    .responsive-hive-box {
        border-radius: 25px;
        padding: 20px;
    }

    .about-prevention .tab-content .accordion-link:not(.active) {
        box-shadow: 0px 2px 10px #54969e29 !important;
        padding: 10px 10px;
        border-radius: 15px;
        /* margin-left: -15px;
        margin-right: -15px; */
        width: auto;
        margin: 10px -15px;
     }
     
     .about-prevention .tab-content .accordion-link.active {
        padding: 10px 10px !important;
        margin: 5px -15px !important;
        width: auto;
     }

    .about-prevention .tab-content .accordion-link::before {
        content: "";
        background: url(../images/accordian-img.svg) bottom center no-repeat;
        /* display: block; */
        height: 12px;
        width: 20px; 
        display: inline-block;
        margin-right: 10px;
        margin-top: 8px;  
        float: right;
     }
     .about-prevention .tab-content .accordion-link.active::before {
         transform: rotateZ(180deg);    
     }
}
@media (max-width:1200px) {
    .quiz-questions-wrapper {
        display: flex;
        align-items: flex-end;
    }
    .back_arrow{
        margin-top: 60px;
    }
}

@media (max-width: 575.8px) {
    .about-prevention .tab-content .accordion-link:not(.active) {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
     
     .about-prevention .tab-content .accordion-link.active {
        margin: 10px 0px 0px 0px !important;
     }

     .responsive-tabs-container[class*="accordion-"] .tab-pane {
         margin-left: 0px !important;
         margin-right: 0px !important;
     }
}


@media (min-width: 354px) {
    .why-us-section .why-callondoc-scroll {
        height: 354px;
        overflow-y: auto;
    }
}
@media (min-width: 375px) {
    .prep-content-right {
        padding-bottom: 80px;
    }
    .is-prep-right .sub-discription {
        font-size: 14px;
        padding-left: 80px;
        padding-top: 10px;
    }
}
@media (min-width: 576px) {
    /* .carousel-control-arrow {
        left: 50%;
        transform: translate(-50%, 0);
    } */
    .prep-exposure h2, .prep-exposure-post h2 {
        font-size: 28px;
    }
    .prep-exposure-gray-box h3, .prep-exposure-post-gray-box h3 {
        font-size: 24px;
    }
    .prep-exposure-content, .prep-exposure-post-content {
        font-size: 18px;
        padding: 25px;
    }

    .is-prep-right h2 {
        font-size: 28px;
    }
    .is-prep-right .sub-discription {
        font-size: 16px;
        padding-left: 70px;
    }
    .about-prevention .tab-content .accordion-link, .responsive-tabs-container .tab-content h4 {
        font-size: 24px;
    }
    .prep_title_wrapper{
        min-height: 100px;
    }
    .banner__image {
        max-height: 350px;
        min-height: 350px;
    }
}
@media (min-width: 768px) {
    /* Banner css */
    .carousel-control-arrow {
        right: 0%;
        left: auto;
        transform: translate(-30px, 16px);
        bottom: 0;
        z-index: 1;
    }
    .banner__image{
        max-height: 423px;
        min-height: 423px;
    }
    .prep_pep_banner {
        padding-bottom: 0px;
    }
    .how-show-btn:hover::after {
        position: absolute;
        background-image: url(../images/prep_pep/down-arrow-hover.svg);
        background-repeat: no-repeat;
        background-size: 36px;
        width: 36px;
        height: 80px;
        bottom: -84px;
        left: 50%;
        transform: translate(-50%, 0px);
        content: "";
    }
    .prep_pep_banner .carousel-indicators {
        width: auto;
    }
    .carousel-indicators-bottom .change-padding-btn {
        padding-bottom: 60px !important;
    }
    /* prep exposure*/
    .prep-exposure-bg-fixed {
        background: none;
        box-shadow: none;
        border: none;
    }
    .prep-exposure-gray-box {
        background: #F7F8F8;
        box-shadow: 0px 3px 10px #0000001A;
        border: 1px solid #E3E3E3;
        border-radius: 19px;
        padding: 25px;
    }
    .prep-exposure-post-gray-box {
        background: #34394D;
        box-shadow: 0px 3px 10px #0000001a;
        border: 1px solid #E3E3E3;
        border-radius: 19px;
        padding: 25px;
    }
    .prep-exposure-gray-box h3, .prep-exposure-post-gray-box h3 {
        font-size: 24px;
        padding-left: 90px;
    }
    .prep-exposure-gray-box h3::after {
        width: 95px;
        height: 3px;
        position: absolute;
        content: "";
        background-color: #9CC3D2;
        border-radius: 3px;
        left: -25px;
        top: 50%;
    }
    .prep-exposure-post-gray-box h3::after {
        width: 95px;
        height: 3px;
        position: absolute;
        content: "";
        /* background-color: #9CC3D2; */
        border-radius: 3px;
        left: -25px;
        top: 50%;
    }
    .prep-exposure h2, .prep-exposure-post h2 {
        font-size: 24px;
    }
    .prep-exposure h2::after, .prep-exposure-post h2::after {
        left: 0;
        transform: translate(0px, 0px);
    }
    .prep-exposure-content {
        padding: 25px;
    }

    .prep-exposure-post {
        padding: 30px 0px;
        background: #EBEEFC;
    }
    .is-prep-right .sub-discription {
        padding-left: 0px;
    }

   
    .image-use-prep img {
        border-radius: 24px 24px 0px 0px;
    }
    #Five-quiz-design .form-check label {
        font-size: 16px;
    }

    .why-us-section .why-callondoc-scroll {
        height: auto;
    }
    .about-prevention .responsive-tabs {
        max-width: 300px;
    }
    .about-prevention .responsive-tabs-container .tab-content {
        background: #FFFFFF;
        box-shadow: 0px 3px 20px #54969E29;
        border-radius: 20px;
        padding: 25px;
        width: 100%;
    }
    .about-prevention .nav-tabs .nav-item .nav-link {
        font-size: 20px;
        width: 100%;
        display: block;
        margin-bottom: 20px;
        border: none;
    }
    .about-prevention .nav-tabs .nav-item .nav-link::after {
        width: 5px;
        height: 3px;
        position: absolute;
        content: "";
        background-color: #fff;
        border-radius: 3px;
        left: 0;
        transform: translate(0%, 0);
        bottom: -8px;
        transition: 0.5s;
    }
    .about-prevention .nav-tabs .nav-item .nav-link.active {
        color: #2DBDCA !important;
        font-size: 24px;
    }
    .about-prevention .nav-tabs .nav-item .nav-link.active::after { 
        background-color: #34394D;
        width: 95px;
        transition: 0.5s;
    }
    .as-seen-in-section {
        padding-top: 30px;
    }
    .prep_title_wrapper {
        min-height: 130px;
    }
    .faqs-section-wrapper{
        background-color: #F9F9F9;
        padding: 40px;
    }
}
@media (min-width: 992px) {
    /* .carousel-control-arrow {
        bottom: 6px;
    } */
    .about-prevention .responsive-tabs {
        max-width: 400px;
        margin-top: 0px;
    }
    .prep_pep_banner .prescription-title {
        font-size: 40px;
    }
    .prescription-content .btn-group-prep {
        margin-top: 30px;
    }
    .carousel-indicators-bottom .change-padding-btn {
        padding-top: 40px;
    }

    .prep-exposure, .prep-exposure-post, .as-seen-in-section {
        padding: 50px 0px;
    }
    .prep-exposure h2, .prep-exposure-post h2 {
        font-size: 32px;
    }
    .prep-exposure-content, .prep-exposure-post-content {
        font-size: 16px;
    }

    .prep-content-right {
        padding-bottom: 70px;
    }
    .prep-content-right h2 {
        font-size: 30px;
        padding-top: 25px;
    }
    .herpes-treatment .prep-content-right h2 {
        font-size: 28px;
    }
    .image-use-prep {
        margin-bottom: 0px;
    }
    .image-use-prep::after {
        left: -20px;
        top: -20px;
    }
    .why-us-section h2, .about-prevention h2 {
        margin-bottom: 32px;
    }


    
}
@media (min-width: 1200px) {
    
    .herpes-banner-section .carousel-control-arrow {
        transform: translate(-30px, -50%);
        width: 100px;
    }
    .carousel-control-arrow {
        width: 100px;
    }
    .prep_pep_banner .carousel-control-prev .carousel-control-prev-icon, .prep_pep_banner .carousel-control-next .carousel-control-next-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }
    .prep_pep_banner .carousel-control-prev-icon::before, .prep_pep_banner .carousel-control-next-icon::before {
        width: 22px;
        height: 19px;
        background-size: 23px;
        /* top: 4%; */
    }
    .carousel-indicators-bottom .change-padding-btn {
        padding-top: 20px;
    }
    .prep_pep_banner .prescription-title {
        font-size: 52px;
    }
    .prep_pep_banner .prescription-discription {
        font-size: 18px;
        padding-top: 25px;
    }
    .prep_pep_banner .btn-group-prep {
        margin-top: 30px;
    }
    .carousel-indicators-bottom .how-show-btn:last-child {
        margin-right: 0px;
    }
    .carousel-indicators-bottom .how-show-btn {
        font-size: 18px;
        margin-right: 20px !important;
    }
    .how-show-btn::after {
        background-size: 24px;
        width: 24px;
    }


    .prep-exposure-post-gray-box, .prep-exposure-gray-box {
        padding: 35px;
    }
    .prep-exposure-post-gray-box h3::after, .prep-exposure-gray-box h3::after {
        left: -35px;
    }
    .prep-exposure-post h2, .prep-exposure h2 {
        font-size: 32px;
        font-weight: 900;
    }
    .prep-exposure-post .sub-discription, .prep-exposure .sub-discription {
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
    }
    .prep-exposure-post .prep-exposure-post-content, .prep-exposure .prep-exposure-content {
        font-size: 18px;
        font-weight: bold;
    }
    .prep-exposure-content {
        padding: 25px;
    }

    .as-seen-in-section {
        padding: 80px 0px;
    }
    .as-seen-in-section h2 {
        font-size: 40px;
        font-weight: 900;
    }

    /*-- IS Prep Right --*/
    .is-prep-right {
        padding: 20px 0px 0 0;
    }
    #Five-quiz-design .form-check label {
        font-size: 16px;
    }
    #Five-quiz-design .form-check .form-check-input {
        margin-top: 2px;
        width: 1.3rem;
        height: 1.3rem;
    }
    #Five-quiz-design .form-check-input:checked[type=radio] {
        background-image: url(../images/prep_pep/check.svg);
        background-size: 13px;
        width: 1.5rem;
        height: 1.5rem;
    }
   
    #All-quiz-hide h3 {
        font-size: 24px;
    }


    .prep-content-right {
        padding-bottom: 100px;
    }
    .prep-content-right h2 {
        font-size: 42px;
        padding-top: 0px;
    }
    .herpes-treatment .prep-content-right h2 {
        font-size: 38px;
    }
    .prep-content-right p {
        font-size: 20px;
    }
    .image-use-prep {
        position: relative;
        max-width: 700px;
    }
    .image-use-prep::after {
        left: -30px;
        top: -30px;
    }
    .short-quiz {
        width: 70%;
    }
    .short-quiz h3 {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .short-quiz .bottom-line::after {
        width: 95px;
        height: 3px;
    }
    #Find-Result h4 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    #Find-Result p {
        font-size: 18px;
    }
    #Find-Result .responsive-hive-box .full-content-hiv {
        font-size: 20px;
    }

    /*-- about prevention **/
    .about-prevention, .why-us-section {
        padding: 80px 0px;
    }
    .about-prevention h2 {
        font-size: 32px;
    }
    .about-prevention .nav-tabs .nav-item .nav-link.active {
        font-size: 24px;
    }
    .about-prevention .nav-tabs .nav-item .nav-link {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .responsive-tabs-container .tab-content h4 {
        font-size: 28px;
    }
    .responsive-tabs-container .tab-content .about-tab-sub, .about-content-list li, .count-content-list li, .responsive-tabs-container .tab-content p {
        font-size: 18px;
    }
    .about-content-list li::after {
        width: 12px;
        height: 12px;
    }
    .count-content-list {
        padding-left: 20px;
    }
    .count-content-list li, .about-content-list li {
        padding-left: 20px;
        font-weight: 600;
        font-size: 16px;
    }
    .count-content-list li::marker {
        font-size: 24px;
        font-weight: 900;
    }

    /*-- Perso Doctor --*/
    .perso-doctor {
        padding: 60px 0px;
    }
    .perso-doctor h3 {
        font-size: 26px;
    }
    .perso-doctor p {font-size: 18px;}
    .perso-doctor p strong {
        font-size: 24px;
    }
    .quiz-questions-wrapper{
        margin-top: 110px;
    }
    .prep_title_wrapper {
        min-height: 175px;
    }
    .map-bg{
        background-size: 80% !important;
    }
    /* .banner__image_wrapper{
        height: 100%;
    }
    .banner__image-block{
        height: 100%;
    } */
}
@media (min-width: 1400px) {
    /* .carousel-control-arrow {
        bottom: 4px;
    } */
    .herpes-banner-section .carousel-control-arrow {
        transform: translate(-30px, -100%);
        width: 100px;
    }
    .prep_pep_banner .prescription-title {
        font-size: 64px;
    }
    .prep_pep_banner .prescription-discription {
        font-size: 25px;
    }
    .prep_pep_banner .btn-group-prep {
        margin-top: 60px;
    }
    .carousel-indicators-bottom .how-show-btn:last-child {
        margin-right: 0px;
    }
    .carousel-indicators-bottom .how-show-btn {
        font-size: 21px;
        margin-right: 30px !important;
    }
    .how-show-btn::after {
        background-size: 34px;
        width: 34px;
        height: 12px;
    }
    
    .prep-exposure-post-gray-box, .prep-exposure-gray-box {
        padding: 35px;
    }
    .prep-exposure-post-gray-box h3::after, .prep-exposure-gray-box h3::after {
        left: -35px;
    }
    .prep-exposure-post h2, .prep-exposure h2 {
        font-size: 40px;
        font-weight: 900;
    }
    .prep-exposure-post .sub-discription, .prep-exposure .sub-discription {
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
    }
    .prep-exposure-post .prep-exposure-post-content, .prep-exposure .prep-exposure-content {
        font-size: 18px;
        font-weight: bold;
    }
    .prep-exposure-content {
        padding: 25px;
    }

    .as-seen-in-section {
        padding: 80px 0px;
    }
    .as-seen-in-section h2 {
        font-size: 40px;
        font-weight: 900;
    }
    .why-us-section .why-callondoc-scroll p {
        font-size: 18px;
    }
    .why-us-section .why-icon {
        max-width: 64px;
        margin-bottom: 15px;
    }

    /*-- IS Prep Right --*/
    .is-prep-right {
        padding: 40px 0px 0 0;
    }

    .prep-content-right {
        padding-bottom: 120px;
    }
    .prep-content-right h2 {
        font-size: 42px;
        padding-top: 0px;
    }
    .herpes-treatment .prep-content-right h2 {
        font-size: 38px;
    }
    .prep-content-right p {
        font-size: 20px;
    }
    .image-use-prep {
        position: relative;
        max-width: 700px;
    }
    .image-use-prep::after {
        left: -50px;
        top: -50px;
        width: 100%;
        border-radius: 44px;
    }
    .short-quiz {
        width: 70%;
    }
    .short-quiz h3 {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    #Find-Result h4 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    #Find-Result p {
        font-size: 18px;
    }
    #Find-Result .responsive-hive-box .full-content-hiv {
        font-size: 24px;
    }

    /*-- about prevention **/
    .about-prevention, .why-us-section {
        padding: 80px 0px;
    }
    .about-prevention h2 {
        font-size: 32px;
    }
    .about-prevention .nav-tabs .nav-item .nav-link.active {
        font-size: 24px;
    }
    .about-prevention .nav-tabs .nav-item .nav-link {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .responsive-tabs-container .tab-content h4 {
        font-size: 28px;
    }
    .responsive-tabs-container .tab-content .about-tab-sub, .about-content-list li, .count-content-list li, .responsive-tabs-container .tab-content p {
        font-size: 18px;
    }
    .about-content-list li::after {
        width: 12px;
        height: 12px;
    }
    .count-content-list {
        padding-left: 20px;
    }
    .count-content-list li, .about-content-list li {
        padding-left: 20px;
        font-weight: 600;
        font-size: 16px;
    }
    .count-content-list li::marker {
        font-size: 24px;
        font-weight: 900;
    }

    /*-- Perso Doctor --*/
    .perso-doctor {
        padding: 60px 0px;
    }
    .perso-doctor h3 {
        font-size: 26px;
    }
    .perso-doctor p {font-size: 18px;}
    .perso-doctor p strong {
        font-size: 24px;
    }
}
@media (min-width: 1500px) {
    .prep-content-right h2 {
        font-size: 44px;
    }
    .herpes-treatment .prep-content-right h2 {
        font-size: 34px;
    }
    .is-prep-right {
        padding: 40px 0px 0 0;
    }
    .prep_title_wrapper {
        min-height: 205px;
    }
}
@media (min-width: 1600px) {
    .is-prep-right {
        padding: 60px 0px 0 0;
    }
    .prep_title_wrapper {
        min-height: 205px;
    }
}
@media (min-width: 1850px) {
    .prep-content-right {
        padding-bottom: 220px;
    }
}
@media (min-width: 1920px) {
    .carousel-control-arrow{
        width: 110px;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 45px;
    }
    .prep_pep_banner .carousel-control-prev .carousel-control-prev-icon, .prep_pep_banner .carousel-control-next .carousel-control-next-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
    .prep_pep_banner .carousel-control-prev-icon::before, .prep_pep_banner .carousel-control-next-icon::before {
        width: 22px;
        /* height: 22px; */
        background-size: 25px;
    }
    .prep_pep_banner .prescription-title {
        font-size: 80px;
    }
    .prep_pep_banner .prescription-discription {
        font-size: 25px;
    }
    .prep_pep_banner .btn-group-prep {
        margin-top: 60px;
    }
    .carousel-indicators-bottom .how-show-btn:last-child {
        margin-right: 0px;
    }
    .carousel-indicators-bottom .how-show-btn {
        font-size: 24px;
        margin-right: 45px !important;
    }
    .how-show-btn::after {
        background-size: 34px;
        width: 34px;
    }


    .prep-exposure-post-gray-box, .prep-exposure-gray-box {
        padding: 35px;
    }
    .prep-exposure-post-gray-box h3::after, .prep-exposure-gray-box h3::after {
        left: -35px;
    }
    .prep-exposure-post h2, .prep-exposure h2 {
        font-size: 44px;
        font-weight: 900;
    }
    .prep-exposure-post .sub-discription, .prep-exposure .sub-discription {
        font-size: 18px;
        font-weight: 600;
        line-height: 32px;
    }
    .prep-exposure-post .prep-exposure-post-content, .prep-exposure .prep-exposure-content {
        font-size: 24px;
        font-weight: bold;
    }
    .prep-exposure-content {
        padding: 25px;
    }

    .as-seen-in-section {
        padding: 80px 0px;
    }
    .as-seen-in-section h2 {
        font-size: 40px;
        font-weight: 900;
    }

    /*-- IS Prep Right --*/
    .is-prep-right {
        padding: 80px 0px 0 0;
    }

    .prep-content-right {
        padding-bottom: 130px;
    }
    .prep-content-right h2 {
        font-size: 52px;
        padding-top: 30px;
    }
    .herpes-treatment .prep-content-right h2 {
        font-size: 48px;
    }
    .prep-content-right p {
        font-size: 20px;
    }
    .image-use-prep {
        position: relative;
        max-width: 700px;
    }
    .image-use-prep::after {
        left: -50px;
        top: -50px;
    }
    .short-quiz {
        width: 70%;
    }
    .short-quiz h3 {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    #Find-Result h4 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    #Find-Result p {
        font-size: 18px;
    }
    #Find-Result .responsive-hive-box .full-content-hiv {
        font-size: 24px;
    }

    /*-- about prevention **/
    .about-prevention, .why-us-section {
        padding: 80px 0px;
    }
    .about-prevention h2, .why-us-section h2 {
        font-size: 40px;
    }
    .about-prevention .nav-tabs .nav-item .nav-link.active {
        font-size: 30px;
    }
    .about-prevention .nav-tabs .nav-item .nav-link {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .responsive-tabs-container .tab-content h4 {
        font-size: 30px;
    }
    .responsive-tabs-container .tab-content .about-tab-sub, .about-content-list li, .count-content-list li, .responsive-tabs-container .tab-content p {
        font-size: 18px;
    }
    .about-content-list li::after {
        width: 12px;
        height: 12px;
    }
    .about-content-list li {
        padding-left: 20px;
        font-weight: 600;
    }
    .count-content-list li {
        padding-left: 10px;
        font-weight: 600;
    }
    .count-content-list li::marker {
        font-size: 24px;
        font-weight: 900;
    }

    /*-- Perso Doctor --*/
    .perso-doctor {
        padding: 80px 0px;
    }
    .perso-doctor h3 {
        font-size: 28px;
    }
    .perso-doctor p {font-size: 20px;}
    .perso-doctor p strong {
        font-size: 28px;
    }
    /* ---------------------------------- */
    #Five-quiz-design .form-check label {
        font-size: 18px;
    }
    #Five-quiz-design .form-check .form-check-input {
        width: 1.5rem;
        height: 1.5rem;
    }
    .is-prep-right {
        padding: 80px 0px 0 0;
    }
    .prep_title_wrapper {
        min-height: 217px;
    }
}
@media (min-width: 2100px) {
    .is-prep-right {
        padding: 80px 0px 0 0;
    }
    .prep_title_wrapper {
        min-height: 250px;
    }
}
@media (min-width: 2400px) {
    .prep_title_wrapper {
        min-height: 290px;
    }
}
@media (min-width: 2800px) {
    .prep_title_wrapper {
        min-height: 350px;
    }
}
@media (min-width: 3500px) {
    .prep_title_wrapper {
        min-height: 400px;
    }
}
@media (min-width: 4000px) {
    .prep_title_wrapper {
        min-height: 500px;
    }
}
@media (min-width: 5000px) {
    .prep_title_wrapper {
        min-height: 600px;
    }
}

@media (min-width: 1200px){
    .hero-section {
        height: 100vh;
    }
    .prep_pep_banner  {
        /* height: calc(100% - 180px) */
        /* height: calc(100vh - 180px) */
    }
    .banner__image_wrapper{
        height: 100%;
    }
    .banner__image-block {
        height: 100%;
    }
    .banner__image {
        border: 25px solid #34394D;
        height: calc(100% - 42px);
        /* height: calc(100vh - 270px); */
        border-radius: 0 0 0 228px;
        max-height: initial;
        border-right: 0;
        border-top: 0;
        border-bottom: 0;
    }
}
@media (min-width: 1920px) {
    .prep_pep_banner  {
        /* height: calc(100% - 200px) */
        /* height: calc(100vh - 200px) */
    }
    .banner__image {
        border-width: 32px;
        border-radius: 0 0 0 315px;
    }
}
@media (max-width:1400px){
    .accordion .card-header h2 .btn-block {
        padding: 9px 40px 9px 22px !important;
    }
    .accordion .card-header .btn-link.collapsed::after {
        height: 13px !important;
        top: 50% !important;
        transform: rotate(
    0deg
    ) translateY(-50%) !important;
    }
}

.d-custom-none { display:none; }