
:root {
  --color-1: #0b0449;
  --color-2: #ffdadf;
  --color-3: #42495b;
  --color-4: #757575;
  --color-5: #000;
  --color-6: #ffffff;
  --color-7: #fff9fa;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}
audio,
img,
video {
  display: block;
  max-width: 100%;
}
body,
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.4;
  font-family: Marcellus, serif;
}
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
h1 {
  font-size: 40px;
  font-family: Marcellus-Regular;
  color: var(--color-1);
  margin-bottom: 10px;
  line-height: 60px;
  letter-spacing: 1px;
}
h2 {
  font-size: 32px;
  font-family: Marcellus-Regular;
  color: var(--color-1);
  margin-bottom: 10px;
  letter-spacing: 1px;
}
h3 {
  font-family: Marcellus-Regular;
  font-size: 25px;
  margin-bottom: 10px;
  color: var(--color-1);
}
li {
  font-family: Montserrat-Medium;
}
a {
  font-family: Montserrat-Medium;
}
p {
  line-height: 1.7;
  font-weight: 500;
  font-family: Montserrat-Medium;
  color: var(--color-3);
  font-size: 16px;
  margin-bottom: 1rem;
}

.online-therpist_card-section-one {
  background: url(https://www.hopequre.com/live-images/sexual-welnes/sexual-welnes-bbanner.webp) top / cover;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 170px;
  position: relative;
  z-index: 1;
  background-position: top center;
  margin-top: 100px;
}

.online-therpist_card-section-one::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(0, 0, 0); */
  inset: 0px;
  opacity: 0.4;
  z-index: -1;
  background: linear-gradient(136deg, rgb(13 20 59) 41%, rgba(255, 255, 255, 0) 73%);
}

.over-lay h1 {
  font-size: 40px;
  color: var(--color-6);
  padding-bottom: 10px;
}
.breadcrump_banner .breadcrumb .breadcrumb-item {
  font-size: 15px;
  color: var(--color-6) !important;
}
.breadcrump_banner .breadcrumb .breadcrumb-item a {
  color: var(--color-6) !important;
  transition: 400ms ease-in-out;
}

.over-lay p {
  color: var(--color-6);
  font-size: 17px;
}

.baner_btns a {
  background: #dfbec3;
  padding: 10px 25px;
  display: inline-block;
  color: var(--color-1);
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.4s ease-in-out 0s;
  border: 1px solid #dfbec3;
  text-transform: uppercase;
}

.weight_lose_sltn {
  padding: 60px 0;
}

.comprve_dermtlgy {
  padding-bottom: 0;
}

.path_btn a {
  background: var(--color-1);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  transition: .4s ease-in-out;
  border: 1px solid #0b0449;
  color: #fff;
  text-decoration: initial;
  margin-top: 10px;
}

.path_btn a:hover{
  background: #fff;
  color: var(--color-1);
}

.weight_lse_contnt h2 {
  font-size: 42px;
}
.wegt_soln_img {
 
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1) 0.4s, transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0.4s;
  width: 98%;
  margin: auto;
}

.wegt_soln_img img{
  -webkit-animation: liquid 7s ease-in-out infinite;
  animation: liquid 7s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
background-size:cover;

}

@keyframes liquid {
  0% {
      border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
     
  }
  50% {
      border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    
  }
  100% {
      border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
      
  }
    }


  .who_pan_scn{
    background: #fffbf3;
  }

  .who_pan_scn .weight_lse_contnt ul {
    padding-left: 20px;
    margin-left: 0;
}

  .who_pan_scn .weight_lse_contnt ul li {
    list-style: disc;
    margin-bottom: 16px;
    color: var(--color-3);
  }

  .who_pln img {
    border-radius: 20px;
    border: 2px solid #ccc;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
}

.weight_lose_sltn .row {
  align-items: center;
}

.wht_include_bx {
  padding: 20px 0 60px;
  position: relative;
}

.wht_include_cnt {
  position: absolute;
  top: 8%;
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / 2%);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 40px 30px;
  border-radius: 20px;
  margin: auto;
  background: #ffe1e5eb;
  width: 46%;
}

.wht_include_cnt h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.wht_include_cnt ul li {
  color: var(--color-3);
  margin-bottom: 16px;
  list-style: disc;
}

.wht_include_cnt ul {
  padding-left: 20px;
}

.wht_inclde_img img {
  border-radius: 0px 30px 30px 0px;
  height: 660px;
  width: 60%;
  object-fit: cover;
  object-position: top;
}

.met_boxes_desi {
  background: #f1f1ff;
  border-bottom: 2px solid #8e8eff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: rgb(181 181 181 / 15%) 0px 2px 15px;
  text-align: center;
  height: 100%;
}

.met_boxes_desi img {
  width: 80px;
  margin: auto;
  margin-bottom: 12px;
}
.met_boxes_desi h3 {
  font-size: 22px;
  margin-bottom: 2px;
}

.met_welns_headng h2 {
  margin-bottom: 36px;
  text-align: center;
}

.met_welnes_box .col-xl-3.col-lg-6 {
  display: flex
;
}

.meet_welnes {
  padding-bottom: 60px;
}

.meet_welnes {
  padding: 60px 0;
  background: #fffbf3;
}
.weight_lse_contnt ul{
  margin-left: 20px;
}
.weight_lse_contnt ul li {
  list-style: disc;
  color: var(--color-3);
  margin-bottom: 15px;
}


.why_hopequre .weight_lse_contnt h2 {
  margin-bottom: 20px;
}
.met_welnes_box a{
  text-decoration: none;
}
.how_it_works {
  background: var(--color-2);
  padding: 60px 0;
  position: relative;
  z-index: -1;
}

.how_work_heaing {
  text-align: center;
}

.how_works_boxes {
  text-align: center;
  position: relative;
}


.bordr_none::after{
  border: initial;
}
.how_works_boxes span {
  background: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-flex
;
  align-items: center;
  justify-content: center;
  color: var(--color-1);
  border-radius: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  border: 1px solid #dfbec3;
  position: relative;
  z-index: 11111;
}

.how_works_boxes h3 {
  margin-top: 18px;
  font-size: 22px;
}

.bordr_none::after {
  border: initial;
  content: initial !important;
}
.how_works_boxes::after {
  content: '';
  position: absolute;
  border-bottom: 1px dashed #0b0449;
  top: 25px;
  z-index: 1;
  width: 100%;
}

.faq_box .accordion {
  background: #fff2dc;
  padding: 25px 40px;
  border-radius: 15px;
  box-shadow: rgb(191 191 191 / 15%) 0px 2px 15px;
}



.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: .5rem;
  box-shadow: rgba(0,0,0,.25) 0 2px 5px 0
}

.faq_box .accordion .accordion-item .accordion-item-header {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer
}

.faq_box .accordion-item-header::after {
  content: "+";
  font-size: 30px;
  position: absolute;
  right: 1rem;
  font-weight: 500
}

.faq_box .accordion-item-header.active::after {
  content: "−"
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right,transparent,#34495e,transparent) 1/1/0 stretch
}

.faq_box .accordion h2 {
  font-size: 30px;
  margin-bottom: 5px
}

.faq_box .accordion .accordion-item .accordion-item-header h3,.path_mental_contn .accordion .accordion-item .accordion-item-header h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-family: Montserrat-SemiBold;
  font-weight: 600
}

.faq_left_design p {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-1);
  transition: .4s ease-in-out;
  font-family: Montserrat-SemiBold
}

.faq_left_design p:hover {
  background: #f2e7e9;
  color: var(--color-5);
  box-shadow: rgba(0,0,0,.35) 0 5px 15px
}

.faq_left_design {
  background: #dfbec3;
  padding: 40px 30px;
  border-radius: 15px;
  margin-top: 10px
}

.faq_box {
  background: #ffebee;
  padding: 60px 0;
  margin-top: 60px;
}

.weight_lse_contnt h2 {
  font-size: 34px;
  line-height: 44px;
}

.two_colmn {
  column-count: 2;
}

.secnd_cta .cta_cntr_bx {
  background: linear-gradient(136deg, rgb(13 20 59 / 80%) 67%, rgba(255, 255, 255, 0) 115%);
}
.secnd_cta .cta_cntr_bx::after{
  content: initial;
}

.secnd_cta .cta_secn_contnt h2 {
  margin-bottom: 4px;
  color: var(--color-1);
}

.secnd_cta .cta_secn_contnt p {
  color: var(--color-3);
}
.secnd_cta .cta_scn_img a {
  color: var(--color-6);
  background: var(--color-1);
 
}

.secnd_cta {
  padding-bottom: 60px;
}

.secnd_cta .cta_cntr_bx {
  background: linear-gradient(136deg, #ffccd5 69%, #fff1d3 100%);
  border-radius: 20px;
  padding: 30px 50px;
  margin-top: 30px;
}

.secnd_cta .cta_scn_img a {
  color: var(--color-6);
  background: var(--color-1);
}

.cta_scn_img {
  text-align: right;
}

.cta_cntr_bx {
  background: #f1f1ff;
  padding: 30px 70px;
  border-radius: 100px;
  margin-top: 60px;
  background-image: url(https://www.hopequre.com/live-images/diabetes/bg-imge-cta.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.cta_cntr_bx::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(136deg, rgb(13 20 59 / 80%) 67%, rgba(255, 255, 255, 0) 115%);
  border-radius: 100px;
  z-index: -1;
}

.cta_secn_contnt h2 {
  margin-bottom: 4px;
  color: #fff;
}

.cta_secn_contnt p {
  margin-bottom: 0;
}
.cta_secn_contnt p {
  color: #fff;
}

.cta_scn_img a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 17px;
  color: var(--color-1);
  background: var(--color-6);
  border-radius: 100px;
  padding: 10px 20px;
  transition: 400ms ease-in-out;
}

.cta_scn_img a img {
  width: 34px;
}

.cta_cntr_bx .row {
  align-items: center;
}

.dermtlgy_scn_frst {
  background-image: url(https://www.hopequre.com/live-images/diabetes/bg-imge-cta.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  border-radius: 20px;
  padding: 30px 30px;
  background: #ffe7ea;
}

.dermtolgy_boxes {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  background: rgb(255 255 255 / 81%);
  box-shadow: 0 8px 32px 0 rgb(193 193 193 / 37%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  height: 100%;
}

.dermtolgy_boxes h2 {
  font-size: 23px;
}
.dermtolgy_boxes ul li {
  color: var(--color-3);
  font-size: 15px;
  margin-bottom: 10px;
  list-style: disc;
}
.comprve_dermtlgy .row {
  align-items: initial;
}

.dermtolgy_boxes ul {
  padding-left: 20px;
}
.service-sec-two-right h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 25px;
}

.dctr_center {
  text-align: center;
}
.therapist-card {
  padding: 40px 0 30px;
}

 .commn_trtmnt_scn {
    padding: 60px 0;
}

.commn_trtmnt_heding {
    text-align: center;
    margin-bottom: 40px;
}
.comn_trtmnt_box {
    background: #ffdadf5e;
    padding: 25px 20px;
    border-radius: 15px;
    box-shadow: rgb(102 102 102 / 13%) 0px 1px 6px;
    border: 1px solid #ffdadf;
      transition: all 0.3s ease;
}

.comn_trtmnt_box img {
    width: 80px;
    margin: auto;
    margin-bottom: 15px;
}
.comn_trtmnt_box h3 {
    font-size: 20px;
    text-align: center;
}
.comn_trtmnt_box p {
    text-align: center;
    font-size: 15px;
}

.comn_care_bx {
    background: #f7f7f7;
    padding: 60px 0;
  
}
.comn_care_contnt .care-list {
    padding-left: 15px;
}
.comn_care_contnt .care-list li {
    color: var(--color-3);
    font-size: 16px;
    margin-bottom: 10px;
    list-style: disc;
}

.comn_trtmnt_box:hover{
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    background: #fff;
}

/* Plan Card Section */
.plan_card_scn {
    background: #fff5f7;
    padding: 70px 0;
}

.plan_card_heading h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.plan_card_heading p {
    color: #555;
  
    margin: 0 auto 40px;
    font-size: 1rem;
    line-height: 1.6;
}

/* Individual Plan Boxes */
.plan_price_bx {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    margin-bottom: 30px;
    border-top: 5px solid #ffccd5;
    transition: all 0.3s ease;
}
.plan_price_bx:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

/* Most Popular Badge */
.plan_price_bx.popular {
    border: 2px solid #ffccd5;
}
.plan_price_bx .badge {
    position: absolute;
    top: -12px;
    right: 15px;
    background: #ffccd5;
    color: #222;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
}

/* Plan Titles & Prices */
.plan_price_bx h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}
.plan_price_bx .price {
    font-size: 1.8rem;
    color: #ff4b6e;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Plan Features List */
.plan_price_bx .plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    text-align: left;
}
.plan_price_bx .plan-features li {
    font-size: 14px;
    color: var(--color-3);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

/* Buttons */
.plan_card_scn .btn-primary,
.plan_card_scn .btn-secondary {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.plan_card_scn .btn-primary {
    background: #ff4b6e;
    color: #fff;
}
.plan_card_scn .btn-primary:hover {
    background: #ff2f58;
}
.plan_card_scn .btn-secondary {
    background: #fff;
    color: #ff4b6e;
    border: 2px solid #ff4b6e;
}
.plan_card_scn .btn-secondary:hover {
    background: #ff4b6e;
    color: #fff;
}

.plan_card_heading {
    text-align: center;
}
.plan_price_bx .plan-features li img {
    width: 15px;
    margin-right: 5px;
}
.plan_card_scn .col-lg-4.col-md-4 {
    display: flex;
}



@media(max-width: 1400px){
  .wht_include_cnt h2 {
    font-size: 34px;
    margin-bottom: 10px;
}
.wht_include_cnt {
  top: 10%;
  padding: 20px 15px;
}
.met_boxes_desi {
  padding: 20px 10px;
  margin-bottom: 20px;
}
.met_boxes_desi p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}
 .plan_price_bx{
        padding: 30px 20px;
    }
}

@media(max-width: 767px){
  .wht_inclde_img{
    display: none;
  }
  .wht_include_cnt{
    position: initial;
    padding: 15px 10px;
  }
  .how_works_boxes::after{
    content: initial;
  }
  .weight_lose_sltn {
    padding: 30px 0;
}
.weight_lse_contnt h2 {
  font-size: 26px;
  margin-top: 10px;
}
.online-therpist_card-section-one {
  
  padding: 40px 0 50px;
  margin-top: 80px;
}
.meet_welnes {
  padding: 20px 0;

}
.how_it_works {
 
  padding: 30px 0;
  
}
.how_work_heaing h2 {
  font-size: 26px;
}
.faq_box .accordion {
 
  padding: 15px 15px;

}
.wht_include_cnt h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.over-lay h1 {
  font-size: 26px;
 
  line-height: 40px;
}
.path_btn a {
  padding: 10px 15px;
  font-size: 14px;
}

p{
  font-size: 15px !important;
}
.who_pan_scn .weight_lse_contnt ul {
  padding-left: 0px;
}
.who_pln img {
  
  height: initial;
  
  margin-top: 13px;
}
.wht_include_bx {
  padding: 10px 0 30px;

}
.service-sec-two-right h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.wht_include_cnt {
 
  width: 100%;
}
.met_welns_headng h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
}
.met_boxes_desi {
 
  height: initial;
}
.why_hopequre .weight_lse_contnt h2 {
  margin-bottom: 20px;
  line-height: 34px;
}
.weight_lse_contnt ul li {
 
  margin-bottom: 10px;
  font-size: 15px;
}
.who_pan_scn .weight_lse_contnt ul {
  padding-left: 20px;
}
.cta_cntr_bx {
  padding: 20px 20px;
  margin-top: 30px;
  text-align: center;
}
.cta_secn_contnt h2 {
  font-size: 21px;
}
.cta_scn_img {
  text-align: center;
  margin-top: 12px;
}
.cta_cntr_bx::after {
  border-radius: 10px;
}
.cta_cntr_bx {
  padding: 20px 20px;
  margin-top: 0px;
  text-align: center;
}
.faq_box .accordion {
  padding: 15px 10px;
}
.faq_box .accordion h2 {
  font-size: 22px;
  letter-spacing: 0.4px;
}
.faq_box .accordion h3 {
  font-size: 15px;
}
.accordion-item-header::after {
  font-size: 25px;
}
.faq_box {
  background: #ffebee;
  padding: 30px 0;
  margin-top: 30px;
}
.dermtlgy_scn_frst {
 
  padding: 10px 10px;

}
.dermtolgy_boxes {
 
  padding: 10px;
  height: initial;
  margin-bottom: 15px;
}
.secnd_cta .cta_cntr_bx {
  
  padding: 15px 15px;
  margin-top: 10px;
}
.secnd_cta {
  padding-bottom: 30px;
}
.who_pan_scn .weight_lse_contnt ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
.two_colmn {
  gap: 30px;
}

.wht_include_cnt ul li {
    margin-bottom: 10px;
    font-size: 15px;
}
.met_boxes_desi h3 {
    font-size: 20px;

}
    .faq_box .accordion .accordion-item .accordion-item-header {
        padding: 12px 25px 12px 12px;
    }
.faq_box .accordion-item-header::after {
    
    font-size: 25px;

}
.faq_box .accordion .accordion-item .accordion-item-header h3 {
    font-size: 15px;
}
.online-therpist_card-section-one::before {
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(0 12 77) 100%, rgba(255, 255, 255, 0) 13%);
}
  .commn_trtmnt_scn {
    padding: 30px 0;
}

.commn_trtmnt_heding h2 {
    font-size: 22px;
}
.comn_trtmnt_box {
 
    padding: 18px 15px;
    margin-bottom: 18px;
}
.comn_trtmnt_box img {
    width: 65px;
  
}
.comn_trtmnt_box h3 {
    font-size: 18px;
   
}
.comn_care_contnt {
    margin-top: 20px;
}
.comn_care_contnt .care-list li {
   
    font-size: 15px;
   
}
.comn_care_bx {
   
    padding: 30px 0;
}
.plan_card_scn {
  
    padding: 30px 0;
}
.plan_card_heading h2 {
    font-size: 22px;
    letter-spacing: 0;
}
    .plan_price_bx {
        padding: 22px 15px;
    }
    .plan_price_bx .price {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.plan_card_scn .btn-primary, .plan_card_scn .btn-secondary {
    padding: 10px 25px;
    font-size: 15px;
}
.comn_care_contnt h2 {
    font-size: 22px;
    letter-spacing: 0;
}
}