/*
Theme Name: Anvaya Theme2
Theme URI: https://example.com
Author: Anil
Author URI: https://example.com
Description: Custom theme for Anvaya Healthcare
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: anvaya
*/






    /* Reset and base styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    html {
  scroll-behavior: smooth;
}
    body {
      font-family: 'Quicksand', Arial, sans-serif;;
      line-height: 1.6;
      color: #286784;
      background-color: #ffffff;
      letter-spacing: -0.5px;
    }
    
    img {
      max-width: 100%;
      height: auto;
    }
    
    /* Layout components */
    .container{
          width: 100%;
      max-width: 1608px;
      margin: 0 auto;
      padding: 0 16px;
    }
    .containerlanding {
      width: 100%;
      max-width: 1608px;
      margin: 0 auto;
      padding: 0 16px;
    }
      .ladingpage_outer p,.ladingpage_outer h1,.ladingpage_outer h2,.ladingpage_outer h3,.ladingpage_outer h4,.ladingpage_outer h5,.ladingpage_outer h6,.ladingpage_outer a{
        margin:0;
        
    }
    .header {
      padding: 24px 0;
    }
    .header_logo {
    border-right: 1px solid #ddd;
    padding-right: 35px;
}
    .header-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
    }
    
    .header-top {
      display: flex;
      align-items: center;
      gap: 35px;
      width: calc(75% - 8px);
    }
    .header_social ul li, .social-links ul li {
    list-style: none;
}

.header_social a, .social-links a {
    color: hsl(190, 45%, 61%);
    font-size: 22px;
    border: 1px solid #70bac9;
    width: 38px;
    height: 38px;
    display: inline-flex;
    border-radius: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}
.header_social a:hover, .social-links a:hover{
  color: #fff;
  background: #70bac9;
}
.header_social ul, .social-links ul {
    display: flex
;
    gap: 12px;
}
    .logo {
      width: 200px;
      height: auto;
    }
    
    .contact-info {
      text-align: left;
      color: #0b7396;
      font-size: 14px;
    }

    .contact-info p{
      color: #0B7396;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height:1.6; /* 162.353% */
    }
   
    .doctor-profile {
      display: flex;
      align-items: center;
      text-align: center;
      gap: 8px;
        width: calc(28% - 8px);
        position: relative;
        padding-right: 44px;
    }
    .doctor-profile:after {
    content: "";
    background: url(./images/quoteicon.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    right: 6px;
    top: 0;
}
    
    .doctor-image {
      width: calc(30% - 4px);
      height: auto;
    }
    .doctor-image img {
    position: absolute;
    top: -14px;
    width: 140px;
    right: 249px;
}
.doctor-text{
    
    width: calc(70% - 8px);
    padding-left:10px;
}
.doctor-text p{
    font-size: 13px;
    color: #286784;
    text-align: end;
    line-height: 1.3;
    font-weight: 500;
}
    .doctor-text p:first-child {
    margin-bottom: 9px;
}
    .navigation {
      position: relative;
    }
    
    .nav-content {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    border-radius: 20px;
    background: url(./images/border-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f6f6f6;
    padding-top: 5px;
    border-bottom: 1px solid #eee;
    }
.nav-menu ul {
    display: flex;
    border-radius: 14px 0;
    position: relative;
}
 .nav-menu ul li{
  list-style: none;
 }
.nav-menu > ul > li > a{
  padding: 16px 30px;
}


.nav-menu li.active > a {
    background: #00587f;
    color: #fff;
    
}

.nav-menu li:hover ul {
    display: block;
    position: absolute;
    background: #00587f;
    width: auto;
    border-radius: inherit;
    padding: 12px 0 0;
    z-index: 99;
}
.nav-menu > ul > li:first-child:hover a{
border-radius: 10px 0 0px 10px;
}
.nav-menu li:first-child.active a{
border-radius: 10px 0 0px 10px;
}
.nav-menu ul ul{
  display: none;
}
  .nav-menu > ul > li > a{
    color: #00577F;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
    display: inline-block;
    text-decoration: none;
    margin-right: 0;
}
 .nav-menu > ul > li.menu-item-has-children > a{
    color: #00577F;

 }
  .nav-menu > ul > li.menu-item-has-children{
       background: url(./images/down-arrow.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 20px center;   
  }
 
 .nav-menu > ul > li:hover{
    color: #fff;
    background-color: #00587f
     
 }
 .nav-menu > ul > li:first-child:hover {
    border-radius: 10px 0 0px 10px;
}
 
 .nav-menu > ul > li:hover a{
    color: #fff;
     
 } 
 .nav-menu > ul > li.active:hover {
    background: unset;
}
 .nav-menu > ul > li.menu-item-has-children:hover{
         background: url(./images/downwhite.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 21px center;
        background-color: #00587f;
 }
  .nav-menu > ul > li.menu-item-has-children:hover a{
      color:#fff;
  }
.nav-menu  ul ul li a{
  color: #fff;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #44829d;
    padding: 7px 22px;
}
.nav-menu ul ul li:last-child a{
    border: unset;
}

    .nav-menu {
      display: none;
      font-size: 14px;
      color: #00577f;
    }
    
    .nav-menu > ul > li.menu-item-has-children > a {
    padding: 15px 42px 15px 20px;
}
    
    .book-consultation-btn {
   background-color: #f55662;
    padding: 8px 24px;
    border: 1px solid rgba(226, 226, 226, 0.5);
    border-radius: 0px 8px 8px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #FFF;
    text-align: center;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    height: 46px;
    }
 
    
    .hero-section {
      padding: 50px 0;
      background-color: #fff;
    }
    
    .hero-content {
      display: flex;
      flex-direction: column;
      gap: 32px;
    }
    
       .hero-text {
        padding-right: 32px;
        display: flex;
        gap: 50px;
    }
    .hero_left {
    width: calc(33.3% - 20px);
}
.hero_middle{
      width: calc(33.3% - 20px);
          margin-top: -100px;
}
.hero_right{
    width: calc(33.3% - 20px);
}

.phy_flex {
    display: flex;
    border-top: 1px solid #d6e4e9;
    border-bottom: 1px solid #d6e4e9;
}

    .hero-title p {
      margin-bottom: 24px;

      color: #286784;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 700;
    letter-spacing: -1.3px;
line-height: 1.1; /* 137.941% */
    }
    
    .hero-title p .highlight {
      color: #f45561;
    }
    
    .hero-description {
        margin-bottom: 0px;
    color: #286784;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    }
    
    .contact-card {
    background-color: #f6f6f6;
    border-radius: 12px;
    padding: 16px;
    margin-top: 16px;
    display: flex
;
    gap: 14px;
    align-items: center;
    width: 84%;
    border: 1px solid #e8e8e8;
    }
    .contact-card a {
    color: #286784;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}
.contact-card a span {
    color: #f45561;
}
.contact-card img {
    width: 50px;
    height: 50px;
}
p.hero-description strong {
    color: #F45561;
}
p.hero-description_top{
margin-bottom: 20px !important;
    color: #286784;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
p.hero-description_top strong {
    color: #F45561;
}
    .hero-visual {
      display: flex;
      justify-content: center;
      position: relative;
      padding: 25px 0px 40px 30px;
      width: 26%;
    }
    
    .hero-cards {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center;
    }
    
    .info-card {
   background: url(./images/gradiebtfill.png);
    border-radius: 20px;
    padding: 40px 30px;
    color: #ffffff;
    text-align: left;
    width: 100%;
        background-repeat: no-repeat;
    background-size: cover;
    }
    .info-card img {
    margin-bottom: 20px;
}
.info-card h3 {
    margin-bottom: 12px;
    color: #FFF;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}
    
    .info-card .highlight-text {
    margin: 4px 0 17px;
    color: #FFEC1D;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.0;;
    }
    
    .info-card ul {
      list-style: none;
      font-size: 13px;
      line-height: 1.8;
    }
    .info-card ul li {
   color: #FFF;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    background: url(./images/check-mark.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 26px;
}
  .connect-btn {
 color: #ffffff;
    padding: 0;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    background: unset;
    border: unset;
    text-align: center;
    width: 100%;
    margin-top: 25px;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 18px;
    border: 1px solid #88a5c3;
    padding: 8px;
}
    
     .connect-btn:hover {
     background-color: #1c5085;
    color: #ffffff;
    }
    
    .consultation-info {
      background-color: #ffffff;
      padding: 0px;
      border-radius: 15px;
      margin-top: 24px;
      text-align: center;
    }
    
    .consultation-title {
    color: #F45561;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 8px;
    }
    
    .consultation-title .highlight {
      color: #286784;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 128.571% */
    }
    .consultation-info p {
    color: #286784;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}
    .consultation-steps {
      font-size: 15px;
      line-height: 1.6;
      margin-top: 30px;
      text-align: left;
    }
    .consultation-steps_inner {
    padding: 0 0 0 0px;
}

.consultation-steps .consultation-title {
    padding: 0 0 0 0px;
    margin-bottom: 20px;
}
    .consultation-steps_inner p {
    font-size: 16px;
    margin-bottom: 20px;
}
    .consultation-steps strong {
      color: #286784;
      font-weight: 700;
    }
    
    .psychiatrists-section {
      padding: 0px 0 58px;
    }
    section.above-alpabet {
    margin-top: 70px;
    margin-bottom: 30px;
}
    .section-title {
      font-size: 28px;
      font-weight: 700;
      color: #286784;
      margin-bottom: 6px;
      line-height: 1.2;
          letter-spacing: -0.8px;
    }
    section.faq-section p, section.faq-section li {
    color: #286784;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}
section.faq-section li{
margin-left: 16px;    
    
}

section.bottom_section h2 {
    color: #286784;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}
.bottom_section p, .bottom_section li{
   color: #286784;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    list-style: none;
    letter-spacing: -0.5px;
}
section.above-alpabet p {
    font-size: 18px;
    line-height: 1.2;
       letter-spacing: -0.5px;
}
section.bottom_alphabet a {
    color: #286784;
    text-align: center;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
section.bottom_alphabet ul {
    border-top: 1px solid #dbe8ec;
      border-bottom: 1px solid #dbe8ec;
      padding: 20px 0;
      display: flex;
    justify-content: space-around;
}
section.bottom_alphabet ul li{
  list-style: none;
}

    .section-title .count {
      color: #ff3231;
    }
    
    .psychiatrist-list {
      display: flex;
      flex-direction: column;
      gap: 40px;
      padding-top: 25px;
      border-right:1px solid #d6e4e9;
      width: 74%;
      padding-right: 30px;
      padding-bottom: 70px;
    }
    .psychiatrist-info {
    border-left: 1px solid #ddd;
    padding-left: 30px;
    padding-bottom: 0px;
}
    
    .psychiatrist-card {
      background-color: #ffffff;
      border-radius: 12px;
      padding: 0 0px 0 0;
      display: flex;
      flex-direction: column;
      gap: 60px;
          border-bottom:1px solid #d6e4e9;
          padding-bottom: 40px;
    }
    
    .psychiatrist-header {
      display: flex;
      flex-direction: column;
      gap: 15px;
      position: relative;
    }

.doctorimg_profile {
    width: calc(25% - 10px);
    
   
}
  .doctorimg_profile:before {
    position: absolute;
    content: "";
    background: url(./images/img_layer_21.png);
    width: 45px;
    height: 45px;
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
     transition: all 0.3s ease;
}
/*
.doctorimg_profile:hover:before{
    transform: rotate(90deg);
}*/
.psychiatrist-info{
   width: calc(75% - 10px);
}
    
    .psychiatrist-image {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      object-fit: cover;
    }
    
.psychiatrist-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #286784;
    margin-bottom: 4px;
    line-height: 1;
}
    
    .psychiatrist-info .specialty {
      font-size: 17px;
      color: #286784;
      margin-bottom: 8px;
      font-weight: 500;
    }
  .psychiatrist-info .qualification {
    font-size: 16px;
    font-weight: 500;
    color: #286784;
}
    
.psychiatrist-details {
    color: #286784;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 25px;
}
    .psychiatrist-details strong{
      font-weight: 700; 
    }
   
    .psychiatrist-actions {
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: center;
    }
    
    .price-info {
      text-align: center;
      margin-bottom: 0px;
    }
    
    .price {
      font-size: 24px;
      font-weight: 700;
      color: #f45561;
      font-family: 'Quicksand', Arial, sans-serif;
      line-height: 1.2;
    }
    
    .duration {
      font-size: 18px;
      font-weight: 600;
      color: #707070;
      font-family: 'Quicksand', Arial, sans-serif;
      line-height: 1.2;
    }
    
    .action-buttons {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;
    }
    
    .btn-primary {
    background-color: #f45561;
    color: #ffffff;
    padding: 11px 15px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    }
    
    .btn-primary:hover {
      background-color: #e04450;
      
    }
    
    .btn-secondary {
   background-color: #66b1d9;
    color: #ffffff;
    padding: 11px 16px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    }
    .btn-whatsap{
  background-color: #70cb91;
    color: #ffffff;
    padding: 11px 16px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    }
    
    .btn-secondary:hover {
      background-color: #004666;
      transform: scale(1.02);
    }
    
    .btn-row {
      display: flex;
      gap: 8px;
      position:relative;
    }
.call_btn_tooplip {
    position: fixed;
    width: 100%;
    display: block;
    top: 0;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    text-align: center;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlaypop {
position: absolute;
    background: #0000003b;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.phone_popup {
    position: absolute;
    width: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    height: 55px;
    border-radius: 5px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
}

.closemobile_pop {
    position: absolute;
    right: 0;
    top: -28px;
    color: #fff;
    background: #000;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
    .divider {
      width: 100%;
      height: 1px;
      background-color: #e5e7eb;
      margin: 16px 0;
    }
    
    .stats-section {
      background-color: #f8f9fa;
      padding: 48px 0;
    }
    
    .stats-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
      text-align: center;
    }
    
    .stat-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
    }
    
    .stat-number {
text-align: center;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 47px;
font-style: normal;
font-weight: 700;
line-height: normal;
    }
    
    .stat-number.orange { color: #ffab67; }
    .stat-number.blue { color: #63a9db; }
    .stat-number.red { color: #ff938d; }
    .stat-number.cyan { color: #73cbdd; }
    
    .stat-description {
      font-size: 17px;
      font-weight: 500;
      color: #286784;
      line-height: 1.3;
    }
    
    .privacy-section {
     
      
      margin: 0px 0;
    }
    .privavy_tops {
    width: 24%;
}
    .privacy-content {
       background-color: #ffdddf;
      border-radius: 26px;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .privacy-text {
     padding-top: 20px;
     padding-right: 30px;
         width: 76%;
    }
    
 .privacy-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #286784;
    margin-bottom: 6px;
    margin-left: 40px;
    line-height: 1.4;
}
    .privacy-content img {
    width: 300px;
        margin-top: -28px;
}
   .privacy-text p {
font-size: 16px;
    line-height: 1.4;
    color: #286784;
    background: #EDF8FF;
    border-radius: 16px;
    padding: 18px 40px 60px;
    position: relative;
    bottom: -18px;
}
.treatments-section h2, .profiles-section h2, .media_appearance h2 {
    font-size: 24px;
    font-weight: 700;
    color: #286784;
    margin-bottom: 10px;
    line-height: 1.2;
        letter-spacing: -0.8px;
}
.treatments-section p, .profiles-section p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}
    .treatments-section {
      padding: 80px 0 70px;
    }
    
    .treatments-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 32px;
    }
    
    .treatment-item a, .treatment-item{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      gap: 12px;
    }
    .treatment-item:last-child {
    justify-content: center;
}
.treatment-item:last-child:hover .view_all{
  animation: bounce 1s alternate;
}
    .treatment-icon {
      width:110px;
      height: 110px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-size: 36px;
      font-weight: 500;
     
    }

 .treatment-name {
    font-size: 18px;
    font-weight: 600;
    color: #286784;
    text-decoration: underline;
}
.testimonials-section h2{
  color: #286784;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
    .testimonials-section {
      padding: 0px 0 30px;
    }
    
    .testimonials-grid {
      display: flex;
      
        flex-direction: row;
      gap: 48px;
      margin-top: 32px;
    }
    
    .testimonial-card {
      background-color: #edf7ff;
      border-radius: 20px;
      padding:40px;
      width: calc(33.3% - 32px);
      position: relative;
    }
     .testimonial-card:after {
    content: "";
    position: absolute;
    background: url(./images/googlicon.png);
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    background-size: cover;
}
.testi_star {
    display: flex
;
    gap: 4px;
}
.testi_star div {
    width: 24px;
    height: 24px;
 
}
.testi_star div.testiredstar{
   background: url(./images/redstar.png);
    background-size: cover;
}
.testi_star div.testibluestar{
   background: url(./images/bluestar.png);
    background-size: cover;
}
    .testimonial-text {
      font-size: 18px;
      line-height: 1.3;
      color: #286784;
      margin-bottom: 24px;
      font-weight: 500;
    }
    .testimonial-card a{
      text-decoration: none;
    }
    .testimonial-author {
      font-size: 18px;
      font-weight: 700;
      color: #286784;
          margin-top: 4px;
    }
    
    .profiles-section {
      padding: 48px 0;
    }
    
    .profiles-grid {
      display: flex;
      gap: 70px;
      margin-top: 50px;
    }
.profile_inner {
    width: calc(70% - 35px);
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
    row-gap:35px;
}
.profile-stat_right{
       width: calc(30% - 35px);
    display: flex;
    gap: 22px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 14px;
}
.profile-icon_chart_right{
    width:calc(28% - 11px);
}
.profile-icon_chart_right img {
    width: 90px;
}
    .profile-stat {
      display: flex;
      align-items: center;
      text-align: center;
      gap: 20px;
      width:calc(50% - 35px);
          border: 1px solid #ddd;
    border-radius: 12px;
    padding: 14px;
    }
    .profile-iconimg {
    width: calc(24% - 10px);
}
.profile_rightsec {
    text-align: left;
    width: calc(76% - 10px);
}

.profile-stat_right .profile_rightsec {
    width: calc(72% - 11px);
}
    .profile-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: linear-gradient(180deg, #4dfbfb 0%, #788dff 100%);
    }
    
    .profile-title {
  color: #286784;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 1.2;
    }
    .profile-stat_right .profile-title{
      margin-bottom: 20px;
    }
    .profile_rightsec {
    text-align: left;
}
.profile-iconimg img {
    display: block;
    max-width: 90px;
}
.profile-icon_graph img, .profile-icon_chart img {
    width: 90px;
}

.profile-icon_graph {
width: calc(24% - 11px);
       height: 70px;
    position: relative;
    max-width: 70px;
}

.profile-icon_chart {
    width: calc(24% - 10px);
    height: 80px;
    position: relative;
    max-width: 80px;;
}
.pie-chart {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#ccc 0deg 0deg); /* Start empty */
  transform: rotate(360deg); /* Start from top */
}
.profile_rightsec p {
    color: #286784;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    position: relative;
        
}
.profile-stat .profile_rightsec p{
padding-left: 18px;
}
.profile-stat .profile_rightsec p:first-child{
  margin-top: 20px;
}
.profile-stat .profile_rightsec p.statpink:before {
    content: "";
    background: url(./images/img_layer_54.png);
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 9px;
    background-size: contain;
}


.profile-stat .profile_rightsec p.statyellow:before {
    content: "";
    background: url(./images/img_layer_39_112x112.png);
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 9px;
    background-size: contain;
}

.profile-stat .profile_rightsec p.statorange:before {
    content: "";
    background: url(./images/img_layer_39_3.png);
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 9px;
    background-size: contain;
}
.profile-stat .profile_rightsec p.statblue:before {
    content: "";
    background: url(./images/img_layer_54_copy.png);
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 9px;
    background-size: contain;
}



    .profile-value {
     color: #286784;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 1;
margin-top: 10px;
    }
    
    .faq-section {
      padding:12px 0 70px;
    }
    
    .faq-content {
      background-color: #ffffff;
      border-radius: 12px;
      margin-top: 40px;
      display: flex;
      gap: 50px;
    }
    .faq_left {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fafafa;
        width: calc(50% - 25px);
}
    .faq-text {
      font-size: 14px;
      line-height: 1.6;
      color: #286784;
    }
    
 .faq_one h3 {
    color: #286784;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height:1.3;
}
.faq_answer {
    margin-top: 6px;
}
.faq_one {
    margin-bottom: 30px;
}
.faq_one p{
color: #286784;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 23.2px;
}
    section.contact-section {
    padding: 80px 0;
}
.footer_top_flex {
    display: flex
;
    gap: 100px;
}

.logo {
  width: 180px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links img {
  width: 35px;
  height: 35px;
  transition: transform 0.3s ease;
}

.social-links img:hover {
  transform: scale(1.1);
}
.left-section{
   width: calc(20% - 80px);
}
/* Middle Section */
.middle-section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
    width: calc(60% - 80px);
}

.location h3 {
  color: #e94d4d;
  font-size: 20px;
  margin-bottom: 10px;
}

.location p {
  margin: 6px 0;
color: #286784;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 1.6;
}

.location a {
  color: #286784;
  font-weight: 600;
}

/* Right Section */
.right-section {
  text-align: left;
  width: calc(20% - 80px);
}

.ftstats {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  margin-bottom: 20px;
  flex-direction: column;
}
.ftstat_top {
    display: flex
;
    gap: 20px;
    align-items: center;
}

.ftstats img {
    width: 94px;
    height: 38px;
}
.ftstats p {
 color: #286784;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 150% */
}

.ftstats .fthighlight {
  color: #e94d4d;
  font-weight: 600;
}

/* Button */
.consult-btn {
  display: inline-block;
  background-color: #e94d4d;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  color: #FFF;
text-align: center;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration: none;
}

.consult-btn:hover {
  background-color: #d13e3e;
}



  
    
    .location-info {
      margin-bottom: 16px;
    }
    
    .location-title {
      font-size: 14px;
      font-weight: 700;
      color: #f45561;
      margin-bottom: 4px;
    }
    
    .location-details {
      font-size: 12px;
      line-height: 1.6;
      color: #286784;
    }
    
.copyright {
    text-align: center;
    margin-top: 24px;
    padding-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    color: #286784;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 1.3;
}
  
 
    .red-title {
  color: #e94d4d;
}

/* Footer Section */
.footer-section {

}

.footer-containerlanding {
  display: flex;
  gap: 100px;
   border-radius: 12px;
    background: url('./images/footerbg.png') no-repeat center/cover;
  background-color: #edf8ff;
  padding:66px 72px 300px;
  position: relative;
}

.footer-containerlanding:before{
  content: "";
  position: absolute;
  background: url(./images/border-top.png);
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
      background-size: cover;
    background-repeat: no-repeat;
}

.footer-container {
  display: flex;
  gap: 100px;
   border-radius: 12px;
    background: url('./images/footerbg.png') no-repeat center/cover;
  background-color: #edf8ff;
  padding:66px 72px 300px;
  position: relative;
}

.footer-container:before{
  content: "";
  position: absolute;
  background: url(./images/border-top.png);
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
      background-size: cover;
    background-repeat: no-repeat;
}
/* Columns */
.footer-column {
  width: calc(20% - 80px);
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.footer-column ul li {
    margin-bottom: 6px;
    line-height: 1;
}
.footer-column h3{
  color: #286784;
font-family: 'Quicksand', Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20.8px; /* 138.667% */
margin-bottom: 10px;
}
.footer-column ul li a {
    color: #286784;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}
 /* Overlay */
    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Popup Box */
    .popup {
      background: unset;
      padding: 0;
      border-radius: 8px;
      position: relative;
      max-width: 90%;
      width: 600px;
    }

    /* Close Button */
    .close-btn {
      position: absolute;
      top: -20px;
      right: -20px;
      font-size: 18px;
      cursor: pointer;
      background: #f00;
      color: #fff;
      border: none;
      padding: 5px 10px;
      border-radius: 4px;
    }
   .close-btn:hover{
    transition: none;
    transform: unset;
   }
    /* Video Styling */
    video {
      width: 100%;
      border-radius: 8px;
    }
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}
    /* Trigger Divs */
    .video-trigger {
      display: inline-block;
      cursor: pointer;
    }
    .mobileonly{
      display: none;
    }
    .mob_menu_footer {
    display: none;
}


.media_appearanc_outer {
    display: flex;
    gap: 24px;
    margin-top: 50px;
}
.media_appearcne_one {
    width: calc(25% - 15px);
    text-align: center;
}
.media_appearcne_one img{
    display: block;
}
.media_appearcne_one p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
}
.media_appearcne_one p span{
    color:#ff3231;
}
.media_appearance{
    padding:0 0 48px 0;
}
.media_all_link {
    margin-top: 40px;
    text-align: center;
}
.media_all_link a {
    padding: 10px 60px;
    border-radius: 12px;
    color: #286784;
    text-decoration: underline;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

    /* Responsive media queries */
    @media (min-width: 640px) {
      .containerlanding {
        padding: 0 24px;
      }
         .container {
        padding: 0 24px;
      }
      
      
      .header-content {
        flex-direction: row;
        justify-content: space-between;
      }
      
      .hero-content {
        flex-direction: row;
        align-items: center;
      }
      
      .hero-text {
        flex: 1;
        padding-right: 32px;
      }
      
      .hero-title p {
        font-size: 28px;
      }
      
      .psychiatrist-header {
        flex-direction: row;
        align-items: flex-start;
      }
      
      .psychiatrist-actions {
        align-items: center;
        min-width: 200px;
      }
      
      .action-buttons {
        width: 200px;
        margin-top: 40px;
      }
      
      .stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      
      .treatments-grid {
        grid-template-columns: repeat(3, 1fr);
      }
      
      
    }
    
    @media (min-width: 768px) {
      .containerlanding {
        padding: 0 32px;
      }
      .container {
        padding: 0 32px;
      }
      
      .hero-title p {
        font-size: 32px;
      }
      
      .psychiatrist-card {
        flex-direction: row;
        align-items: flex-start;
      }
      
    
      
      .stats-grid {
        grid-template-columns: repeat(3, 1fr);
      }
      
      .treatments-grid {
        grid-template-columns: repeat(4, 1fr);
      }
      
   
      .footer-content {
        grid-template-columns: repeat(2, 1fr);
      }
      
      .nav-menu {
        display: block;
      }
    }
    
    @media (min-width: 1024px) {
      .hero-title p {
        font-size: 32px;
      }
      
      .stats-grid {
        grid-template-columns: repeat(5, 1fr);
      }
      
      .treatments-grid {
        grid-template-columns: repeat(8, 1fr);
      }
      
      .profiles-grid {
        grid-template-columns: repeat(3, 1fr);
      }
      
      .footer-content {
        grid-template-columns: repeat(4, 1fr);
      }
      
      .privacy-content {
        flex-direction: row;
        align-items: flex-start;
      }
    }
    
   @media (1280px <= width <= 1440px) {
    
    .header {
    padding: 20px 0;
}
p.hero-description_top {
    font-size: 18px;
}
.header-top {
    gap: 24px;
}
.doctor-text {
    font-size: 10px;
}
.contact-info p {
    font-size: 14px;
}
.doctor-image img {

    width: 113px;
    right: 220px;
}
.nav-menu > ul > li > a{
  padding: 16px 30px;
}
.book-consultation-btn{
  height: 50px;
}
.doctor-profile:after{
      width: 30px;
    height: 30px;
}
    .hero-title p {
        font-size: 26px;
    }
    .contact-card a {
    font-size: 13px;
}
.hero-description{
  font-size: 13px;
}
.hero-section {
    padding: 36px 0 20px;;
}
.section-title {
    font-size: 20px;
}
.psychiatrist-info h3 {
    font-size: 18px;
}
.psychiatrist-info .qualification {
    font-size: 15px;
}
.psychiatrist-image {
    width: 150px;
    height: 150px;
}
.psychiatrist-header {
    gap: 20px;
}
.doctorimg_profile {
    width: calc(30% - 10px);
}
.psychiatrist-info{
   width: calc(70% - 10px);
}
.psychiatrist-details {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px;
}
 .testimonial-text {
      font-size: 14px;
    }
.action-buttons{
  margin-top: 20px;
}
.psychiatrist-list {
    padding-top: 40px;
    padding-right: 16px;
    padding-bottom: 50px;
}
.btn-primary, .btn-secondary {
    padding: 10px 10px;
    font-size: 16px;
}
.psychiatrist-info {
    padding-left: 16px;
    padding-bottom: 10px;
}
.psychiatrist-card {
    padding: 0 20px 0 0;
    padding-bottom: 20px;
    gap:50px;
}
.hero-visual {
    padding: 40px 20px;
}
.info-card {
    padding: 30px 24px;
}
.info-card h3 {
    margin-bottom: 10px;
    font-size: 16px;
}
.info-card .highlight-text {
    margin: 4px 0 16px;
    font-size: 22px;
    line-height: 1.5;
}
.info-card ul li{
  font-size: 12px;
  line-height: 2;
}
.connect-btn {
    margin-top: 30px;
    font-size: 16px;
    padding: 10px;
}
.consultation-title, .consultation-title .highlight {
    font-size: 17px;
    line-height: 1.2;
    margin-top: 12px;
}
.consultation-info p {
    font-size: 15px;
}
.stat-number {
    font-size: 36px;
}
.stat-description {
    font-size: 14px;
    line-height: 1.3;
}
.privacy-text h3{
  font-size: 16px;
}
.privacy-text p{
  font-size: 14px;
  padding: 18px 40px 40px;
}
.privacy-content img {
    width: 260px;
    margin-top: -28px;
}
    .treatments-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .treatment-name {
    font-size: 13px;
}
.treatment-icon {
    width: 90px;
    height: 90px;
}
.profile-title {
    font-size: 15px;
}
.profile-value {
    font-size: 22px;
    margin-top: 6px;
}
.profile-stat .profile_rightsec p:first-child {
    margin-top: 10px;
}
.profile-stat_right .profile-title {
    margin-bottom: 10px;
}
.profile_rightsec p {
    font-size: 13px;
}
.profiles-grid {
    margin-top: 36px;
}
.faq-content {
    margin-top: 30px;
    gap: 36px;
}
.faq_left {
    padding: 20px;
}
.faq_one h3, section.faq-section p {
    font-size: 14px;
}
 .faq_one:last-child{
  margin-bottom: 0;
}
.faq-section {
    padding: 12px 0 50px;
}
.footer_top_flex {
    gap: 70px;
}
.middle-section {
    width: calc(60% - 56px);
}
.left-section, .right-section {
    width: calc(20% - 56px);
}
.location p {
    font-size: 12px;
    line-height: 1.6;
}
.location h3 {
    font-size: 16px;
    margin-bottom: 6px;
}
.ftstats img {
    width: 80px;
    height: auto;
}
.ftstats p {
    font-size: 15px;
    line-height: 1.4;
}
.consult-btn{
  font-size: 13px;
}
section.contact-section {
    padding: 60px 0;
}
.footer-containerlanding {
    gap: 70px;
    padding: 50px 50px 250px;
}
.footer-container {
    gap: 70px;
    padding: 50px 50px 250px;
}
.footer-column {
    width: calc(20% - 56px);
}
.footer-column ul li {
    margin-bottom: 2px;
    line-height: 1;
}
.footer-column h3{
  font-size: 14px;
}
.book-consultation-btn{
  font-size: 14px;
}
.hero_middle {
    margin-top: -70px;
}

.profile-iconimg img {
    display: block;
    max-width: 72px;
}
.profile-icon_chart {
    height: 72px;
    position: relative;
    max-width: 72px;
}
.profile-icon_chart_right img {
    width: 72px;
}
    }

  @media (1024px <= width <= 1180px) {
      
      .hero-title p {
        font-size: 22px;
    }
        .hero-text {
        gap: 12px;
        padding-right: 0;
    }
    .hero_left {
    width: calc(33.3% - 8px);
}
.hero_middle, .hero_right {
    width: calc(33.3% - 8px);   
}
.hero_middle {
    width: calc(33.3% - 8px);
    margin-top: -40px;
}
.hero-section {
    padding: 20px 0;
    background-color: #fff;
}
p.hero-description_top{
        font-size: 16px;
}
p.hero-description_top {
    margin-bottom: 16px !important;
}
.contact-card{
        width: 100%;
}
.contact-card a {
    font-size: 14px;
}
.hero-description{
        font-size: 13px;
}
.hero-visual{
        padding: 25px 0px 40px 0;
        
}
.info-card {
   padding: 40px 16px;
}
.info-card h3 {
    font-size: 16px;
}
.info-card .highlight-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}
.info-card ul li {
    font-size: 14px;
    line-height: 1.5;
}
.connect-btn {
    margin-top: 26px;
}
.consultation-title {
    font-size: 14px;
}
.consultation-title .highlight {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.consultation-steps_inner p {
    font-size: 13px;
    margin-bottom: 10px;
}
    .psychiatrist-card {
        gap: 12px;
    }
    .psychiatrist-info .qualification {
    font-size: 14px;
        
    }
    .testimonial-text {
    font-size: 16px;
    }
    .psychiatrist-details
    {
        margin-top: 10px;
    }
        .action-buttons {
        width: 200px;
        margin-top: 20px;
    }
    p {
    font-size: 13px;
}
.psychiatrist-details p:last-child {
    margin-top: 10px;
}
.psychiatrist-info h3 {
    font-size: 16px;
}
.stat-description {
    font-size: 12px;
}
.stat-number {
    font-size: 32px;
}
.treatment-item:nth-child(7) {
    display: none;
}
.testimonials-grid {
    gap: 30px;
}
.testimonial-card { 
    width: calc(33.3% - 20px);
    position: relative;
    padding: 8px;
}
.treatments-section {
    padding: 40px 0 40px;
}
.profiles-grid {
    gap: 20px;
    margin-top: 50px;
}
.profile_inner {
    width: calc(70% - 10px);
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.profile-stat_right{
        width: calc(30% - 10px);
}
.profile-stat{
        width: calc(50% - 10px);
}
.profile-icon_chart {
    width: calc(24% - 10px);
    height: 60px;
}
.profile-icon_graph {
    width: calc(24% - 11px);
    height: 60px;
}
.profile-iconimg img {
    display: block;
    max-width: 60px;
}
.profile-value {
    font-size: 20px;
}
.profile_rightsec p {
    font-size: 16px;
}
.profile-stat .profile_rightsec p:first-child {
    margin-top: 10px;
}
.media_appearanc_outer {
    margin-top: 30px;
}
.media_all_link {
    margin-top: 10px;
    text-align: center;
}

.faq-content {
 
    gap: 30px;
}
.faq_left
{
    width:calc(50% - 15px);
}
.faq-section {
    padding: 12px 0 50px;
}

.footer_top_flex {
    gap: 20px;
}
.left-section{
        width: calc(20% - 13.33px);
}
.middle-section{
        width: calc(60% - 13.33px);
}
.right-section {
    width: calc(20% - 13.33px);
 }
.footer-container {
    gap: 40px;
    padding: 30px 30px 100px;

}
.section-title {
    font-size: 20px;
    
}
.doctor-image {
    display: none;
}
.doctor-text {
    width: 100%;
    padding-left: 10px;
}
.contact-info p {
    font-size: 14px;
}
.profile-title{
        font-size: 16px;
}
.profile_rightsec p {
    font-size: 14px;
}
.faq_one h3 {
    font-size: 14px;
}
section.bottom_section h2 {
    font-size: 18px;
}
.footer-column {
    width: calc(20% - 26.77px);
}
.footer-column h3 {
    font-size: 14px;
}
.ftstats img {
    width: 74px;
    height: 20px;
}
.ftstats p {
    font-size: 18px;
    line-height: 1.3px;
}
.location h3 {
    font-size: 17px;
    margin-bottom: 5px;
}
.location p{
    
        font-size: 13px;
}
.ftstats p {
    font-size: 14px;
    line-height: 1.4;
}
section.contact-section {
    padding: 60px 0;
}
  }
    @media (768px <= width <= 1023px) {
    body {
     
      letter-spacing: -0.6px;
    }
  .containerlanding {
    flex-direction: column;
    padding: 0 16px;
    max-width: 100%;
  }
    .container {
    flex-direction: column;
    padding: 0 16px;
    max-width: 100%;
  }
.mobheader_logo img {
    width: 150px;
}
  .middle-section {
    flex-direction: column;
    align-items: center;
  }

  .location {
    margin-bottom: 20px;
  }

  .stats {
    justify-content: center;
    text-align: center;
  }
  .footer-containerlanding {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .footer-container {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .footer-column {
    width: 100%;
  }


  .desktoponly{
    display: none;
  }
  .header {
    padding: 24px 0;
}
.header-mobile {
    display: flex !important;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}
.hero_middle {
    width: calc(33.3% - 20px);
    margin-top: 0;
}
    .hero-title p {
        font-size: 24px;
        text-align: left;
        margin-bottom: 0;
        line-height: 1;
        letter-spacing: -1px;
        margin-top: 16px;
    }
.hero-section {
    padding: 0px 0;
    background-color: #f8f9fa;
}
.hero-text {
    padding-right: 0;
    gap: 20px;
            align-items: center;
}
    .action-buttons {
        width: 200px;
        margin-top: 10px;
    }
.hero_left, .hero_middle{
  width: calc(50% - 10px);
}

.hero-content {
    flex-direction: column;
    gap: 12px;
}
.contact-card{
  text-align: left;
 
}
.contact-card.mobileonly{
        display: flex;
            width: 100%;
        margin-top: 0px;
}
.contact-card a {
    font-size: 16px;
}
.psychiatrist-list {
    gap: 30px;
    padding-top: 30px;
    border-right: unset;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 70px;
}
.hero-visual{
        width: 70%;
        margin-top: 50px;
        padding: 0 16px;
        margin: 50px auto;
}
.consultation-title {
            font-size: 22px;
        margin-top: 12px;
        line-height: 1.1;
}
.consultation-title br{
  display: none;
}
.phy_flex{
  flex-wrap: wrap;
}
.profile_inner, .profile-stat, .profile-stat_right {
    width: 100%;
}
.profiles-grid{
  flex-direction: column;
}
.faq-content {
    background-color: #ffffff;
    border-radius: 12px;
    margin-top: 20px;
    gap: 0;
    flex-direction: column;
}
.faq_one h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.faq_left {
    padding: 0;
    border: unset;
    border-radius: unset;
    background: unset;
      width: 100%;
}
section.faq-section p{
  font-size: 15px;
  line-height: 1.3;
}
.faq_one {
        margin-bottom: 20px;
        text-align: left;
        border-bottom: 1px solid #c6dae2;
        padding-bottom: 16px;
}
   .faq_left:nth-child(2) .faq_one:last-child {
        border: unset;
        margin-bottom: 0;
        padding-bottom: 0;
    }
.footer-column {
    display: none;
}
.readmore_btm {
    margin-top: 10px;
    display: none;
}
.footer-containerlanding:before{
  display:none;
}
.footer-container:before{
  display:none;
}
section.bottom_section {
    border-top: 1px solid #c6dae2;
    padding-top: 24px;
        border-bottom: 1px solid #c6dae2;
          padding-bottom: 24px; 
}
span.btmreadmore {
    display: inline;
    font-weight: bold;
    cursor: pointer;
}
.faq_answer {
    display: none;
}
footer.footer-section .containerlanding {
    padding: 0;
}
.footer-containerlanding {
    background: url(./images/footerbg.png) no-repeat center / cover;
    background-color: #edf8ff;
    padding: 66px 72px 104px;
}
footer.footer-section .container {
    padding: 0;
}
.footer-container {
        background: url(./images/footerbg.png) no-repeat center / cover;
        background-color: #edf8ff;
        padding: 66px 72px 200px;
        background-position: bottom;
}
.faq-section {
    padding: 24px 0 30px;
      border-top: 1px solid #c6dae2;
}
.bottom_section p, .bottom_section h2, bottom_section li{
  text-align: left;
}
section.above-alpabet {
    margin-top: 30px;
    margin-bottom: 14px;
}
section.bottom_alphabet ul {
    border-top: unset;
    border-bottom: unset;
    padding: 0 0 30px;
    display: flex
;
    justify-content: space-around;
}
    section.bottom_alphabet ul {
        border-top: unset;
        border-bottom: unset;
        padding: 0 0 30px;
        justify-content: left;
        gap: 20px;
        flex-wrap: wrap;
        row-gap: 5px;
    }
    .section-title {
    font-size: 22px;
    line-height: 1.3;
    }
    .faq-section .section-title{
        font-size: 20px;
                margin-bottom: 12px;
    }
    section.bottom_section h2 {
    font-size: 17px;
    line-height: 1.2;
}
    .bottom_section p, .bottom_section li{
        font-size: 15px;
        line-height: 1.3;
    }
    section.above-alpabet p{
            font-size: 15px;
                line-height: 1.3;
    }
    p{
      font-size: 15px;
          line-height: 1.3;
          font-weight: 500;
    }
    .profile_inner, .profiles-grid{
      row-gap: 20px;
      gap:20px;
    }
    .profiles-grid{
      margin-top: 20px;
    }
    .profile-title{
      font-size: 16px;
    }
    .profile-value{
      font-size: 22px;
    }
    .profile-stat .profile_rightsec p:first-child {
    margin-top: 12px;
}
.nav-menu_mob ul > li:first-child a {
    padding-top: 0;
}
.profile-stat_right .profile-title {
    margin-bottom: 12px;
}
.profile-stat_right {
      gap: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
            width: 48%;
}
.profile-stat{
  padding: 12px;
  justify-content: space-between;
          width: 48%;
}
.treatments-section p, .profiles-section p {
    font-size: 15px;
    line-height: 1.3;
}
.treatments-section h2, .profiles-section h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 4px;
}
.testimonials-section h2 {
    font-size: 22px;
}
.treatments-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.treatment-icon{
  width: 80px;
  height: 80px;
}
.treatment-name {
    font-size: 15px;
    line-height: 1.3;
}
.testimonial-text{
    font-size:15px;
}
.treatment-item a{
    gap: 6px;
}
.privacy-content {
    align-items: baseline;
    text-align: left;
    align-items: baseline;
}
.privacy-content img {
    width: 150px;
    margin-top: -28px;
}
.privavy_tops {
        display: flex;
        width: 100%;
        gap: 10px;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        z-index: 1;
}
.privacy-text {
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
    margin-top:-35px;
    width: 100%;
}
.info-card .highlight-text {
                 margin: 4px 0 14px;
        font-size: 24px;
        line-height: 1.2;
}
.connect-btn {
    margin-top: 18px;
    font-size: 20px;
    padding: 12px;
}
.info-card ul li {
    font-size: 16px;
    line-height: 1.8;
}
.privavy_tops h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-top:-18px;
}
.privacy-text p {
    font-size: 15px;
    border-radius: 12px;
    padding: 40px 20px 40px;
    position: relative;
    bottom: -18px;
    font-weight: 500;
    line-height: 1.3;
}
.privacy-text p strong {
    font-weight: 700;
}
.info-card img {
    margin-bottom: 24px;
    margin-top: -90px;
} 
.privacy-content {
    border-radius: 16px;
}
    .treatments-section {
        padding: 30px 0 60px;
        border-top: 1px solid #c6dae2;
        margin-top: 50px;
    }
.navigation{
  display: none;
}
.info-card {
    border-radius: 12px;
    padding: 0px 24px 30px;
    width: 100%;
}
.info-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
.mobileonly{
      display: block;
    }
    .copyright {
    margin-top: 12px;
    font-size: 12px;
    color: #286784;
    padding-bottom: 12px;
}
.consultation-steps {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 40px;
    text-align: left;
border-top: 1px solid #c6dae2;
    margin-left: -16px;
    margin-right: -16px;
    padding: 30px 16px;
}
.phy_flex{
  border-bottom: unset;
}
.psychiatrists-section {
    padding: 28px 0 20px;
}
.consultation-steps_inner {
    padding: 0px;
}
.consultation-steps_inner p {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.4;
}
header.header {
    background: url(./images/borderimage.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding: 16px 0;
}
    .hero-section {
        padding: 20px 0 0;
    }


    .psychiatrist-card {
    gap: 80px;
    padding: 0;
    padding-bottom: 0px;
    width: 100%;
}
.psychiatrist-info {
    border-left: unset;
    padding-left: 0;
    padding-bottom: 0;
}
.doctorimg_profile {
    display: flex;
    gap: 16px;
}
.psychiatrist-image {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    object-fit: cover;
}
.doc_profile_text {
    border-left: 1px solid #ddd;
    padding-left: 16px;
}
.doc_profile_text h3 {
    font-size: 18px;
    line-height: 1.2;
}
.psychiatrist-actions {
    
    line-height: 1px;
}
.doc_profile_text h3 span {
    font-weight: 500;
      font-size: 16px;
}
p.qualification {
    font-size: 15px;
}
.price-info {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
.price {
    font-size: 22px;
    line-height: 1;
}
.duration{
  font-size: 16px;
}
.btn-primary {
    padding: 10px 15px;
    font-size: 14px;
}
.psychiatrist-header {
    gap: 20px;
}
.psychiatrist-details{
  margin-top: 0px;
}
.psychiatrist-header:before {
    width: 30px;
    height: 30px;
}
.psychiatrists-section .containerlanding {
    padding: 0;
}
.psychiatrists-section .container {
    padding: 0;
}
.psychiatrist-card {
        gap: 80px;
        padding: 0;
        padding-bottom: 0px;
        width: 100%;
        border-bottom: 1px solid #c6dae2;
        border-radius: unset;
        padding: 0 16px 30px;
    }
    .psychiatrist-details p{
      font-size: 13px;
      line-height: 1.3;
    }
    .psychiatrist-list h1.section-title {
    padding: 0 16px;
}
 .treatment-item:last-child img{
  width: 60px;
 }
     .treatments-section {
        padding: 30px 0 30px;
        border-top: 1px solid #c6dae2;
        margin-top: 50px;
        border-bottom: 1px solid #c6dae2;
        margin-bottom: 30px;
    }
    .header_mobmenuicon button {
    border: unset;
      color: #fff;
    background: unset;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    font-size: 26px;
}
span.privacy_readmore {
    display: inline;
    font-weight: bold;
}
span.privacy_full{
  display: none;
}
.profiles-section {
    padding: 32px 0 32px;
}
nav.mobnavigation {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: -300px;
    width: 100%;
    z-index: 999;
}
.mobnavigationoverlay {
    position: absolute;
    background: #00000075;
    left: 0;
    width: 100%;
    height: 100vh;
}
.nav-content_mob {
    position: absolute;
    background: #fff;
   width: 60%;
        right: -60%;
    top: 0;
    height: 100vh;
    z-index: 2;
    padding: 0px 0;
            overflow-y: scroll;
            transition: transform 0.5s ease-in-out;
}
.psychiatrist-details p:last-child {
    margin-top: 6px;
}
.nav-menu_mob {
    margin-top: 52px !important;
}
.nav-menu_mob ul ul {
    display: none;
    padding-top: 20px;
}
.footer-section {
    margin-bottom: 70px;
}
.nav-menu_mob ul li a {
        color: #00587e;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        padding: 16px 16px 16px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #c6dae2;
        position: relative;
        font-size: 16px;
}
.nav-menu_mob ul li.menu-item-has-children > a:after {
    content: "\f0d7";
    position: absolute;
    font: normal normal normal 14px / 1 FontAwesome;
    right: 30px;
    top: 21px;
    font-size: 16px;
}
.nav-menu_mob ul ul a {
    color: #61a9c5;
    font-size: 16px;
    border: unset;
    padding: 2px 16px;
    text-transform: capitalize;
}
.popup {
    max-width: 100%;
    width: 100%;
}
.close-btn {
    top: -40px;
    right: 13px;
}
.doctor-profile:after {
    content: "";
    background: url(./images/quoteicon.png);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    right: 16px;
    top: -8px;
}
.doctor-image {
    width: calc(33% - 4px);
    height: auto;
}
.doctor-text {
    width: calc(67% - 4px);
}

.doctor-text {
    font-size: 13px;
            font-weight: 500;
}
.crossmenu {
    width: 44px;
    position: absolute;
    right: 16px;
    margin-bottom: 0;
    height: 50px;
    top:12px;
            text-align: center;
        color: #fff;
    background: unset;
    height: 44px;
    border-radius: 6px;
    font-size: 26px;
}
.doctor-profile {
        padding: 0 16px;
        gap: 8px;
        width: 100%;
        position: relative;
        margin-top: 40px;
        margin-bottom: 10px;
}
.doctor-image img {
    position: relative;
    top: 0;
    width: 200px;
    right: 0;
}
nav.mobnavigation.mobileonly.open {
 position: fixed;
 display: block !important;
}
nav.mobnavigation.mobileonly.open  .nav-content_mob{
  
    transform: translateX(-100%);
}

.doctorimg_profile {
    width: 100%;
}
.psychiatrist-info{
  width: 100%;
}
.profile-icon_chart{
         width: calc(25% - 6px);
}

.testimonials-grid {
    gap: 18px;
    margin-top: 24px;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.testimonials-grid::-webkit-scrollbar{
  display: none;
}
.testimonial-card {
    border-radius: 16px;
    padding: 24px;
    width: 55%;
    flex-shrink: 0;
}
.testimonials-section {
    border-bottom: 1px solid #c6dae2;
    padding-bottom: 40px;
}
.testi_star div {
    width: 20px;
    height: 20px;
}
.testimonials-section .containerlanding {
    padding: 0;
}
.testimonials-section .container {
    padding: 0;
}
    .testimonials-section h2 {
        padding: 0 16px;
    }
    .testimonial-card:first-child{
      margin-left: 16px;
    }
    .testimonial-card:last-child{
      margin-right: 16px;
    }

    .doctorimg_profile:before {
    position: absolute;
    content: "";
    background: url(./images/img_layer_21.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
    transition: all 0.3s 
ease;
}
.info-card h3 br {
    display: none;
}
.consultation-info p {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 4px;
    font-weight: 500;
}
.contact-card span {
    color: #f55662;
}
.consultation-steps .consultation-title {
    padding: 0 0px;
}
  .testimonial-author {
      font-size: 16px;
  }

.profile-icon_graph {
           width: calc(25% - 6px);
}
.profile-icon_chart_right {
    width: calc(25% - 6px);
}
.pie-chart {
    width: 70px;
    height: 70px;

}
.profile_rightsec p{
            line-height: 1.5;
}
.profile-stat .profile_rightsec p.statpink:before {

    top: 6px;
}
.profile-stat .profile_rightsec p.statyellow:before, .profile-stat .profile_rightsec p.statblue:before, .profile-stat .profile_rightsec p.statyellow:before, .profile-stat .profile_rightsec p.statorange:before {
    top: 5px;
}
.profile-iconimg {
    width: calc(25% - 6px);
    max-width: 70px;
}
.profile_rightsec {
    width: calc(75% - 6px);
}
.profile-iconimg img {
    max-width: 70px;
}
.profile-icon_chart_right img {
    width: 70px;
}

/* Sticky Menu */

    .mob_menu_footer {
        padding: 0;
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: #fff;
        width: 100%;
        border-top: 1px solid #DFDFDF;
        box-shadow: 0 -2px 11.3px #0000001a;
    }
	    .mob_menu_finner {
        display: flex
;
        justify-content: space-around;
        gap: 10px;
        flex-wrap: wrap;
    }
	    .mob_footer_home {
        text-align: center;
        display: inline-flex
;
        position: relative;
        width: calc(25% - 7.5px);
        align-items: center;
        justify-content: center;
        padding: 12px 0;
    }
	    .mob_footer_home a {
        text-decoration: none;
        color: #286784;
        display: inline-flex
;
        flex-direction: column;
        gap: 6px;
        align-items: center;
        justify-content: center;
    }
	    .mob_icon_footer {
        display: flex;
        width:30px;
        height:30px;
        align-items: center;
    }
 .mob_icon_footer img {
    width: 30px;
}
.doc_img_icon.mob_icon_footer img {
    height: 22px;
}
	    .mob_footer_home p {
        margin: 0;
        font-size: 15px;
        padding: 0;
        line-height: 1;
        color: #286784;
        font-weight: 600;
    }
    
    .mob_menu_footer {
    display: block;
}
.account_img_icon.mob_icon_footer img {
    width: 26px;
}
.home_img_icon.mob_icon_footer img {
    width: 28px;
}



.media_appearanc_outer {
    gap: 12px;
    margin-top: 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
}
.media_appearanc_outer::-webkit-scrollbar{
    display: none;
}
.media_appearcne_one {
    width: 42%;
    text-align: center;
    flex-shrink: 0;
}
.media_all_link {
    margin-top: 12px;
}
.media_appearcne_one:first-child{
    margin-left:16px;
}
.media_appearcne_one:last-child{
    margin-right:16px;
}
.media_appearance {
    padding: 0 0 30px 0;
}
.media_all_link a {
background: unset;
        padding: 8px 60px;
        border-radius: 12px;
        color: #286784;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
}
.media_appearcne_one img {
    display: block;
    max-height: 166px;
}
.media_appearcne_one p {
    font-size: 15px;
    margin-top: 6px;
}
.treatment-item:nth-child(6) {
    display: none;
}

.treatment-item:nth-child(5) {
    display: none;
}
.media_appearcne_one img {
    display: block;
    max-height: 166px;
}
    
    }
@media (max-width: 767px) {
      body {
     
      letter-spacing: -0.6px;
    }
  .containerlanding {
    flex-direction: column;
    padding: 0 16px;
    max-width: 100%;
  }
    .container {
    flex-direction: column;
    padding: 0 16px;
    max-width: 100%;
  }
.mobheader_logo img {
    width: 150px;
}
  .middle-section {
    flex-direction: column;
    align-items: center;
  }

  .location {
    margin-bottom: 20px;
  }

  .stats {
    justify-content: center;
    text-align: center;
  }
  .footer-containerlanding {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .footer-container {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .footer-column {
    width: 100%;
  }


  .desktoponly{
    display: none;
  }
  .header {
    padding: 24px 0;
}
.header-mobile {
    display: flex !important;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}
.hero_middle {
    width: calc(33.3% - 20px);
    margin-top: 0;
}
    .hero-title p {
        font-size: 24px;
        text-align: left;
        margin-bottom: 0;
        line-height: 1;
        letter-spacing: -1px;
        margin-top: 16px;
    }
.hero-section {
    padding: 0px 0;
    background-color: #f8f9fa;
}
.hero-text {
    padding-right: 0;
    gap: 20px;
}
.hero_left, .hero_middle{
  width: calc(50% - 10px);
}

.hero-content {
    flex-direction: column;
    gap: 12px;
}
.contact-card{
  text-align: left;
 
}
.contact-card.mobileonly{
        display: flex;
            width: 100%;
        margin-top: 0px;
}
.contact-card a {
    font-size: 16px;
}
.psychiatrist-list {
    gap: 30px;
    padding-top: 30px;
    border-right: unset;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 70px;
}
.hero-visual{
  width: 100%;
  margin-top: 50px;
  padding: 0 16px;
}
.consultation-title {
            font-size: 22px;
        margin-top: 12px;
        line-height: 1.1;
}
.consultation-title br{
  display: none;
}
.phy_flex{
  flex-wrap: wrap;
}
.profile_inner, .profile-stat, .profile-stat_right {
    width: 100%;
}
.profiles-grid{
  flex-direction: column;
}
.faq-content {
    background-color: #ffffff;
    border-radius: 12px;
    margin-top: 20px;
    gap: 0;
    flex-direction: column;
}
.faq_one h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.faq_left {
    padding: 0;
    border: unset;
    border-radius: unset;
    background: unset;
      width: 100%;
}
section.faq-section p{
  font-size: 15px;
  line-height: 1.3;
}
.faq_one {
        margin-bottom: 20px;
        text-align: left;
        border-bottom: 1px solid #c6dae2;
        padding-bottom: 16px;
}
   .faq_left:nth-child(2) .faq_one:last-child {
        border: unset;
        margin-bottom: 0;
        padding-bottom: 0;
    }
.footer-column {
    display: none;
}
.readmore_btm {
    margin-top: 10px;
    display: none;
}
.footer-containerlanding:before{
  display:none;
}
.footer-container:before{
  display:none;
}
section.bottom_section {
    border-top: 1px solid #c6dae2;
    padding-top: 24px;
        border-bottom: 1px solid #c6dae2;
          padding-bottom: 24px; 
}
span.btmreadmore {
    display: inline;
    font-weight: bold;
    cursor: pointer;
}
.faq_answer {
    display: none;
}
footer.footer-section .containerlanding {
    padding: 0;
}
.footer-containerlanding {
    background: url(./images/footerbg.png) no-repeat center / cover;
    background-color: #edf8ff;
    padding: 66px 72px 104px;
}
footer.footer-section .container {
    padding: 0;
}
.footer-container {
    background: url(./images/footerbg.png) no-repeat center / cover;
    background-color: #edf8ff;
    padding: 66px 72px 104px;
}
.faq-section {
    padding: 24px 0 30px;
      border-top: 1px solid #c6dae2;
}
.bottom_section p, .bottom_section h2, bottom_section li{
  text-align: left;
}
section.above-alpabet {
    margin-top: 30px;
    margin-bottom: 14px;
}
section.bottom_alphabet ul {
    border-top: unset;
    border-bottom: unset;
    padding: 0 0 30px;
    display: flex
;
    justify-content: space-around;
}
    section.bottom_alphabet ul {
        border-top: unset;
        border-bottom: unset;
        padding: 0 0 30px;
        justify-content: left;
        gap: 20px;
        flex-wrap: wrap;
        row-gap: 5px;
    }
    .section-title {
    font-size: 22px;
    line-height: 1.3;
    }
    .faq-section .section-title{
        font-size: 20px;
                margin-bottom: 12px;
    }
       section.bottom_section h2 {
    font-size: 17px;
    line-height: 1.2;
}
    .bottom_section p, .bottom_section li{
        font-size: 15px;
        line-height: 1.3;
    }
    section.above-alpabet p{
            font-size: 15px;
                line-height: 1.3;
    }
    p{
      font-size: 15px;
          line-height: 1.3;
          font-weight: 500;
    }
    .profile_inner, .profiles-grid{
      row-gap: 20px;
    }
    .profiles-grid{
      margin-top: 20px;
    }
    .profile-title{
      font-size: 16px;
    }
    .profile-value{
      font-size: 22px;
    }
    .profile-stat .profile_rightsec p:first-child {
    margin-top: 12px;
}
.nav-menu_mob ul > li:first-child a {
    padding-top: 0;
}
.profile-stat_right .profile-title {
    margin-bottom: 12px;
}
.profile-stat_right {
      gap: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
}
.profile-stat{
  padding: 12px;
  justify-content: space-between;
}
.treatments-section p, .profiles-section p {
    font-size: 15px;
    line-height: 1.3;
}
.treatments-section h2, .profiles-section h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 4px;
}
.testimonials-section h2 {
    font-size: 22px;
}
.treatments-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.treatment-icon{
  width: 80px;
  height: 80px;
}
.treatment-name {
    font-size: 15px;
    line-height: 1.3;
}
.testimonial-text{
    font-size:15px;
}
.treatment-item a{
    gap: 6px;
}
.privacy-content {
    align-items: baseline;
    text-align: left;
    align-items: baseline;
}
.privacy-content img {
    width: 150px;
    margin-top: -28px;
}
.privavy_tops {
        display: flex;
        width: 100%;
        gap: 10px;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        z-index: 1;
}
.privacy-text {
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
    margin-top:-35px;
    width: 100%;
}
.info-card .highlight-text {
           margin: 4px 0 14px;
        font-size: 30px;
        line-height: 1;
}
.connect-btn {
    margin-top: 18px;
    font-size: 20px;
    padding: 12px;
}
.info-card ul li {
    font-size: 16px;
    line-height: 1.8;
}
.privavy_tops h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-top:-18px;
}
.privacy-text p {
    font-size: 15px;
    border-radius: 12px;
    padding: 40px 20px 40px;
    position: relative;
    bottom: -18px;
    font-weight: 500;
    line-height: 1.3;
}
.privacy-text p strong {
    font-weight: 700;
}
.info-card img {
    margin-bottom: 24px;
    margin-top: -90px;
} 
.privacy-content {
    border-radius: 16px;
}
    .treatments-section {
        padding: 30px 0 60px;
        border-top: 1px solid #c6dae2;
        margin-top: 50px;
    }
.navigation{
  display: none;
}
.info-card {
    border-radius: 12px;
    padding: 0px 24px 30px;
    width: 100%;
}
.info-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
.mobileonly{
      display: block;
    }
    .copyright {
    margin-top: 12px;
    font-size: 12px;
    color: #286784;
    padding-bottom: 12px;
}
.consultation-steps {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 40px;
    text-align: left;
border-top: 1px solid #c6dae2;
    margin-left: -16px;
    margin-right: -16px;
    padding: 30px 16px;
}
.phy_flex{
  border-bottom: unset;
}
.psychiatrists-section {
    padding: 28px 0 20px;
}
.consultation-steps_inner {
    padding: 0px;
}
.consultation-steps_inner p {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.4;
}
header.header {
    background: url(./images/borderimage.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding: 16px 0;
}
    .hero-section {
        padding: 20px 0 0;
    }


    .psychiatrist-card {
    gap: 80px;
    padding: 0;
    padding-bottom: 0px;
    width: 100%;
}
.psychiatrist-info {
    border-left: unset;
    padding-left: 0;
    padding-bottom: 0;
}
.doctorimg_profile {
    display: flex;
    gap: 16px;
}
.psychiatrist-image {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    object-fit: cover;
}
.doc_profile_text {
    border-left: 1px solid #ddd;
    padding-left: 16px;
}
.doc_profile_text h3 {
    font-size: 18px;
    line-height: 1.2;
}
.psychiatrist-actions {
    
    line-height: 1px;
}
.doc_profile_text h3 span {
    font-weight: 500;
      font-size: 16px;
}
p.qualification {
    font-size: 15px;
}
.price-info {
    text-align: left;
    margin-bottom: 24px;
    margin-top: 18px;
}
.price {
    font-size: 22px;
    line-height: 1;
}
.duration{
  font-size: 16px;
}
.btn-primary {
    padding: 10px 15px;
    font-size: 14px;
}
.psychiatrist-header {
    gap: 20px;
}
.psychiatrist-details{
  margin-top: 0px;
}
.psychiatrist-header:before {
    width: 30px;
    height: 30px;
}
.psychiatrists-section .containerlanding {
    padding: 0;
}
.psychiatrists-section .container {
    padding: 0;
}
.psychiatrist-card {
        gap: 80px;
        padding: 0;
        padding-bottom: 0px;
        width: 100%;
        border-bottom: 1px solid #c6dae2;
        border-radius: unset;
        padding: 0 16px 30px;
    }
    .psychiatrist-details p{
      font-size: 15px;
      line-height: 1.3;
    }
    .psychiatrist-list h1.section-title {
    padding: 0 16px;
}
 .treatment-item:last-child img{
  width: 60px;
 }
     .treatments-section {
        padding: 30px 0 30px;
        border-top: 1px solid #c6dae2;
        margin-top: 50px;
        border-bottom: 1px solid #c6dae2;
        margin-bottom: 30px;
    }
    .header_mobmenuicon button {
    border: unset;
      color: #fff;
    background: unset;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    font-size: 26px;
}
span.privacy_readmore {
    display: inline;
    font-weight: bold;
}
span.privacy_full{
  display: none;
}
.profiles-section {
    padding: 32px 0 32px;
}
nav.mobnavigation {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: -300px;
    width: 100%;
    z-index: 999;
}
.mobnavigationoverlay {
    position: absolute;
    background: #00000075;
    left: 0;
    width: 100%;
    height: 100vh;
}
.nav-content_mob {
    position: absolute;
    background: #fff;
    width: 90%;
    right: -90%;
    top: 0;
    height: 100vh;
    z-index: 2;
    padding: 0px 0;
            overflow-y: scroll;
            transition: transform 0.5s ease-in-out;
}
.psychiatrist-details p:last-child {
    margin-top: 6px;
}
.nav-menu_mob {
    margin-top: 52px !important;
}
.nav-menu_mob ul ul {
    display: none;
    padding-top: 20px;
}
.footer-section {
    margin-bottom: 70px;
}
.nav-menu_mob ul li a {
        color: #00587e;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        padding: 16px 16px 16px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #c6dae2;
        position: relative;
        font-size: 16px;
}
.nav-menu_mob ul li.menu-item-has-children > a:after {
    content: "\f0d7";
    position: absolute;
    font: normal normal normal 14px / 1 FontAwesome;
    right: 30px;
    top: 21px;
    font-size: 16px;
}
.nav-menu_mob ul ul a {
    color: #61a9c5;
    font-size: 16px;
    border: unset;
    padding: 2px 16px;
    text-transform: capitalize;
}
.popup {
    max-width: 100%;
    width: 100%;
}
.close-btn {
    top: -40px;
    right: 13px;
}
.doctor-profile:after {
    content: "";
    background: url(./images/quoteicon.png);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    right: 16px;
    top: -8px;
}
.doctor-image {
    width: calc(33% - 4px);
    height: auto;
}
.doctor-text {
    width: calc(67% - 4px);
}

.doctor-text {
    font-size: 13px;
            font-weight: 500;
}
.crossmenu {
    width: 44px;
    position: absolute;
    right: 16px;
    margin-bottom: 0;
    height: 50px;
    top:12px;
            text-align: center;
        color: #fff;
    background: unset;
    height: 44px;
    border-radius: 6px;
    font-size: 26px;
}
.doctor-profile {
        padding: 0 16px;
        gap: 8px;
        width: 100%;
        position: relative;
        margin-top: 40px;
        margin-bottom: 10px;
}
.doctor-image img {
    position: relative;
    top: 0;
    width: 200px;
    right: 0;
}
nav.mobnavigation.mobileonly.open {
 position: fixed;
 display: block !important;
}
nav.mobnavigation.mobileonly.open  .nav-content_mob{
  
    transform: translateX(-100%);
}

.doctorimg_profile {
    width: 100%;
}
.psychiatrist-info{
  width: 100%;
}
.profile-icon_chart{
         width: calc(25% - 6px);
}

.testimonials-grid {
    gap: 18px;
    margin-top: 24px;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.testimonials-grid::-webkit-scrollbar{
  display: none;
}
.testimonial-card {
    border-radius: 16px;
    padding: 24px;
    width: 85%;
    flex-shrink: 0;
}
.testimonials-section {
    border-bottom: 1px solid #c6dae2;
    padding-bottom: 40px;
}
.testi_star div {
    width: 20px;
    height: 20px;
}
.testimonials-section .containerlanding {
    padding: 0;
}
.testimonials-section .container {
    padding: 0;
}
    .testimonials-section h2 {
        padding: 0 16px;
    }
    .testimonial-card:first-child{
      margin-left: 16px;
    }
    .testimonial-card:last-child{
      margin-right: 16px;
    }

    .doctorimg_profile:before {
    position: absolute;
    content: "";
    background: url(./images/img_layer_21.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
    transition: all 0.3s 
ease;
}
.info-card h3 br {
    display: none;
}
.consultation-info p {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 4px;
    font-weight: 500;
}
.contact-card span {
    color: #f55662;
}
.consultation-steps .consultation-title {
    padding: 0 0px;
}
  .testimonial-author {
      font-size: 16px;
  }

.profile-icon_graph {
           width: calc(25% - 6px);
}
.profile-icon_chart_right {
    width: calc(25% - 6px);
}
.pie-chart {
    width: 70px;
    height: 70px;

}
.profile_rightsec p{
            line-height: 1.5;
}
.profile-stat .profile_rightsec p.statpink:before {

    top: 6px;
}
.profile-stat .profile_rightsec p.statyellow:before, .profile-stat .profile_rightsec p.statblue:before, .profile-stat .profile_rightsec p.statyellow:before, .profile-stat .profile_rightsec p.statorange:before {
    top: 5px;
}
.profile-iconimg {
    width: calc(25% - 6px);
    max-width: 70px;
}
.profile_rightsec {
    width: calc(75% - 6px);
}
.profile-iconimg img {
    max-width: 70px;
}
.profile-icon_chart_right img {
    width: 70px;
}

/* Sticky Menu */

    .mob_menu_footer {
        padding: 0;
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: #fff;
        width: 100%;
        border-top: 1px solid #DFDFDF;
        box-shadow: 0 -2px 11.3px #0000001a;
    }
	    .mob_menu_finner {
        display: flex
;
        justify-content: space-around;
        gap: 10px;
        flex-wrap: wrap;
    }
	    .mob_footer_home {
        text-align: center;
        display: inline-flex
;
        position: relative;
        width: calc(25% - 7.5px);
        align-items: center;
        justify-content: center;
        padding: 12px 0;
    }
	    .mob_footer_home a {
        text-decoration: none;
        color: #286784;
        display: inline-flex
;
        flex-direction: column;
        gap: 6px;
        align-items: center;
        justify-content: center;
    }
	    .mob_icon_footer {
        display: flex;
        width:30px;
        height:30px;
        align-items: center;
    }
 .mob_icon_footer img {
    width: 30px;
}
.doc_img_icon.mob_icon_footer img {
    height: 22px;
}
	    .mob_footer_home p {
        margin: 0;
        font-size: 15px;
        padding: 0;
        line-height: 1;
        color: #286784;
        font-weight: 600;
    }
    
    .mob_menu_footer {
    display: block;
}
.account_img_icon.mob_icon_footer img {
    width: 26px;
}
.home_img_icon.mob_icon_footer img {
    width: 28px;
}



.media_appearanc_outer {
    gap: 12px;
    margin-top: 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
}
.media_appearanc_outer::-webkit-scrollbar{
    display: none;
}
.media_appearcne_one {
    width: 84%;
    text-align: center;
    flex-shrink: 0;
}
.media_all_link {
    margin-top: 30px;
}
.media_appearcne_one:first-child{
    margin-left:16px;
}
.media_appearcne_one:last-child{
    margin-right:16px;
}
.media_appearance {
    padding: 0 0 30px 0;
}
.media_all_link a {
background: unset;
        padding: 8px 60px;
        border-radius: 12px;
        color: #286784;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
}
.media_appearcne_one img {
    display: block;
    max-height: 166px;
}
.media_appearcne_one p {
    font-size: 15px;
    margin-top: 6px;
}
.treatment-item:nth-child(6) {
    display: none;
}

.treatment-item:nth-child(5) {
    display: none;
}
.media_appearcne_one img {
    display: block;
    max-height: 166px;
}
}



@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); /* Element is at its starting vertical position */
  }
  40% {
    transform: translateY(-10px); /* Element moves upwards */
  }
  60% {
    transform: translateY(-5px); /* Element moves slightly upwards */
  }
}