@font-face {
  font-family: Marcellus-Regular;
  src: url(../fonts/Marcellus-Regular.ttf)
  }
  
  @font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/monserat/Montserrat-Medium.ttf)
  }
  
  @font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/monserat/Montserrat-SemiBold.ttf)
  }
:root {
  --color-1: #0b0449;
  --color-2: #ffdadf;
  --color-3: #42495b;
  --color-4: #757575;
  --color-5: #000;
  --color-6: #ffffff;
  --color-7: #fff9fa;
}


.online-therpist_card-section-one {
  background: url(https://www.hopequre.com/live-images/expert-detail-banner/astrolger-bner-img.webp) top / cover;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 140px;
  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;
  opacity: 0.9;
    background: linear-gradient(103deg, rgb(255 218 223) 50%, rgba(255, 255, 255, 0) 74%);
}

.over-lay h1 {
  font-size: 40px;
  padding-bottom: 10px;
}
.breadcrump_banner .breadcrumb .breadcrumb-item {
  font-size: 15px;
  color: var(--color-5) !important;
}
.breadcrump_banner .breadcrumb .breadcrumb-item a {
  color: var(--color-3) !important;
  transition: 400ms ease-in-out;
}

.over-lay p {
  font-size: 16px;
}

.baner_btns a {
  background: #fff;
  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;
}


.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);
}


.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; */
    padding: 10px 10px 50px;
}

  .who_pan_scn .weight_lse_contnt ul{
    padding-left: 15px;
  }



  .who_pln img {
    border-radius: 20px;
    border: 2px solid #ccc;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
}


.wht_include_bx {
  padding: 60px 0;
  position: relative;
}

.wht_include_cnt {
  position: absolute;
  top: 20%;
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / 2%);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 45px 40px;
  border-radius: 20px;
  margin: auto;
  background: #ffe1e5eb;
}

.wht_include_cnt h2 {
  font-size: 38px;
  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;
}

.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 li {
  list-style: disc;
  color: var(--color-3);
  margin-bottom: 10px;
}

.why_hopequre .weight_lse_contnt{
  margin-left: 20px;
}

.why_hopequre .weight_lse_contnt h2 {
  margin-bottom: 20px;
}

.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%;
}




/* new css */
.astrlgy_card_exprt {
    padding: 50px 0;
}
.astrlgy_card_exprt h2 {
    text-align: center;
    margin-bottom: 20px;
}
.tretd_thrpst_bx {
    padding: 40px 0;
    background: #ffe9ec;
}


.trtd_heading {
    text-align: center;
    margin-bottom: 40px;
}

.trtd_img img {
    width: 60px;
    margin: auto;
    margin-bottom: 10px;
}

.tretd_inner_bx {
    text-align: center;
}

.trtd_contnt a {
    text-decoration: none;
}

.trtd_contnt h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.trtmnt_clm {
    position: relative;
}

.trtmnt_clm::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0px;
    background: linear-gradient(0deg, rgba(194, 194, 194, 1) 20%, rgba(255, 255, 255, 1) 100%);
}

.trtmnt_clm:nth-child(1)::after {
    display: none;
}

.trtd_contnt p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}

.trtd_heading p {
    text-align: center;
}
.ths_prgrm {
    margin: 50px 0;
}

.dermtlgy_scn_frst {
    background-image: url(../images/diabetes/bg-imge-cta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
    border-radius: 20px;
    padding: 30px 30px;
}

.dermtlgy_scn_frst::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(127deg, #fff2d7eb 67%, #fff2d7cc 100%);
    border-radius: 20px;
    z-index: -1;
}

.who_prgrm_box {
    padding: 20px 30px;
    border-radius: 10px;
    background: rgb(255 255 255 / 66%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.dermtolgy_boxes_who ul {
    padding-left: 20px;
}

.dermtolgy_boxes_who ul li {
    list-style: disc;
    color: var(--color-3);
    margin-bottom: 10px;
    font-size: 16px;
}

.eap-benefits {
    padding: 60px 0;
}

.symptom-card {
    background: #fff8ed;
    border-radius: 14px;
    padding: 25px 10px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    width: 100%;
    border-top: 2px solid #ffe5bc;
    border-bottom: 2px solid #ffe5bc;
}
.symptom-card .icon {
    font-size: 34px;
    margin-bottom: 12px;
}
.symptom-card p {
    font-size: 16px;
    color: var(--color-3);
    margin-bottom: 0;
    font-weight: 600;
}

.eap-benefits .col-lg-3.col-md-4.col-sm-6 {
    display: flex;
}

.eap-benefits {
    background: #f5f5f5;
}
.eap-benefits .text-center.mb-4 {
    text-align: center;
    margin-bottom: 30px;
}

.zodiac_list_bx {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #ffb6c0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}

.zodiac_list_bx .icon {
    font-size: 30px;
    background: #ffd4da;
    width: 40px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.zodiac_list_bx span {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-1);
}

.zodiac_list_bx p {
    font-size: 15px;
    margin-bottom: 0;
}

.zodic_sign .col-lg-3.col-md-4.col-6 {
    display: flex;
}

.zodic_sign {
    padding: 60px 0;
}

.zodic_sign_box {
    text-align: center;
    margin-bottom: 30px;
}

.why_chse_therpst {
    background: #ffeaed;
    padding: 60px 0;
}

.why_chse_content {
    position: sticky;
    top: 125px;
}

.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);
}

.why_chose_bxes {
    background: #ffffff;
    padding: 25px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: rgb(99 99 99 / 4%) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 400ms ease-in-out;
}

.why_chse_bxes_imge .icon {
    font-size: 55px;
}

.why_chse_bxes_cntnt span {
    font-size: 22px;
    color: var(--color-1);
    font-family: Marcellus-Regular;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.why_chse_bxes_cntnt p {
    margin-bottom: 0;
}



.astrly_img img {
    height: 430px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.eap-benefits {
    background: initial;
    padding: 40px 0;
}

.bg_clr {
    background: #fffbf3;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.zodic_sign {
    padding: 40px 0;
}

.tretd_thrpst_bx {
 
    margin-bottom: 30px;
}


.how_it_works {
   
    padding: 30px 0;
 
    margin-bottom: 30px;
}

.how_works_boxes p {
    line-height: 24px;
    font-size: 15px;
}

.how_works_boxes h3 {
   
    margin-bottom: 4px;
}

@media(max-width: 1400px){
  .wht_include_cnt h2 {
    font-size: 34px;
    margin-bottom: 10px;
}
.wht_include_cnt {
 
  top: 16%;
  padding: 30px 25px;

}
.met_boxes_desi {
 
  padding: 20px 10px;
  
}
.met_boxes_desi p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}
}

@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;

}

.astrly_img img {
    height: initial;
   
}

    .who_pan_scn .weight_lse_contnt ul {
        padding-left: 15px;
    }

    .astrlgy_card_exprt h2 {
  
    font-size: 26px;
    letter-spacing: 0.5px;
}

.dermtlgy_scn_frst {
 
    padding: 15px 15px;
}

h2 {
        font-size: 26px;
    }

    .who_prgrm_box {
    padding: 15px 10px;
   
}

.symptom-card p {
   
    line-height: 20px;
}
.symptom-card{
      padding: 15px 8px;


}

.eap-benefits {
    padding: 30px 0;
}

.why_chse_content {
    position: initial;
    margin-bottom: 20px;
}

.zodiac_list_bx {
  
    padding: 10px;
  
}

.zodiac_list_bx p {
   
    line-height: 22px;
    font-size: 14px !important;
}

.zodic_sign {
    padding: 30px 0;
}
.faq_box .accordion h2 {
    font-size: 24px;
   
}
}