
/* =========================
   GLOBAL
========================= */
body{
    font-family: 'Poppins', sans-serif;
    color:#2c2c2c;
    margin:0;
    padding:0;
}
html, body {
  overflow-x: hidden;
}
  h1, h2, h3, h4, h5 {
    font-family: 'DM Serif ', Display;
  }



/* Banner Section */
.doctor-banner {
  background-color: #085F73;
  padding: 10px 0 0 0;
  overflow: hidden;
}

.doctor-banner .img-wrapper {
  position: relative;
  text-align: center;
}

.doctor-banner .img-wrapper img {
    max-width: 472px;
    width: 100%;
    height: auto;
}

/* Content */
.banner-content {
    color: #fff;
    padding: 20px;
    width: 100%;
}

.location {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}
.doctor-name {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    line-height: 90px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.doctor-banner .subtitle {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.doctor-banner .banner-content .small-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
     position: relative;
    padding-left: 10px;
}

/* Vertical line before small text */
.doctor-banner .banner-content .small-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    background-color: #ffffff;
}

/* ================= ABOUT SECTION ================= */

.about-section {
    /* background: #f8f9fa; */
    padding: 100px 0px 0 0;
}

.about-section .about-content{
    width: 100%;

}

.about-title {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0%;
    margin-bottom: 50px;
}
.about-subtitle {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.about-content p {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0%;
}
.about-image img {
    /*max-width: 510px;*/
    height: auto;
    border-radius: 10px;
}
.about-image {
    display: flex;
    justify-content: end;
}
/* ================= JOURNEY SECTION ================= */



.journey-section {
    padding: 100px 0;
    /* background: #F5F5F5; */
}

.journey-title {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
}

/* Timeline Layout */
.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
}


.timeline::before {
    content: "";
    position: absolute;
    top: 58px;          /* center of dots */
    left: 0;
    width: 100%;
    border-top: 1.7px dashed #AFC7CC;
    z-index: 1;
}

/* Timeline Item */
.timeline-item {
    position: relative;
    width: 33.33%;
    z-index: 2;
}

.timeline-item h3 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 21px;
}

/* Dot */
.dot {
    width: 14px;
    height: 14px;
    background: #31A3BD;
    border-radius: 50%;
    margin-bottom: 38px;
}

/* Left dot */
.timeline-item:nth-child(1) .dot {
    margin-left: 0;
    margin-right: auto;
}

/* Center dot */
.timeline-item:nth-child(2) .dot {
    margin-left: auto;
    margin-right: auto;
}

/* Right dot */
.timeline-item:nth-child(3) .dot {
    margin-left: auto;
    margin-right: 0;
}

/* Description */
.timeline-item p {
    font-size: 16px;
    color: #3C3E3F;
    max-width: 87%;
    margin: auto;
    font-family: poppins;
    font-weight: 400;
}


.timeline-item:nth-of-type(1) p {
    text-align: left;
}

.timeline-item:nth-of-type(2) p {
    text-align: center;
    width: 77%;
}
.timeline-item:nth-of-type(3) p {
    text-align: right;
}
.timeline-item:nth-child(1) h4 {
    text-align: left;
}

.timeline-item:nth-child(2) h4 {
    text-align: center;
}

.timeline-item:nth-child(3) h4 {
    text-align: right;
}
.education-section {
    padding: 0 0 50px 0;
}
.education-section
.section-title {
    font-family: 'DM Serif Display';
    font-size: 40px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 50px !important;
    width: 94%;
}
/* Section Headings */
.edu-heading {
    font-family: 'DM Serif Display';
    font-size: 25px;
    font-weight: 400;
    color: #1e1e1e;
    margin-bottom: 10px;
}

/* Subtext */
.edu-subtext {
  font-family: 'Poppins'; 
  font-weight: 400;         
    font-style: normal;        
    font-size: 16px;
    line-height: 100%;        
    letter-spacing: 0%;       
    color: #3C3E3F; 
}

/* Teal Accent */
.edu-accent {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    width: 75%;
    margin-bottom: 20px;
}
.teal-color{
    color: #31A3BD;
    font-style: italic;
}
/* Description */
.edu-description {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    /* max-width: 520px; */
    font-weight: 400;
    width: 100%;
    margin-top: 20px;
}

/*scope of practice*/


.scope-section {
    background-color: #085F73;
    padding: 50px 0;
}

/*.scope-container {*/
/*  max-width: 1200px;*/
/*}*/

/* TITLE */
.scope-title {
  font-family: 'DM serif', Display;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}

/* LEFT TEXT WRAPPER 

.scope-text-wrapper {
    border-left: 2px solid #31A3BD;
    padding-left: 10px;
    max-width: 360px;
}


/* DESCRIPTION */
.scope-description {
    font-family: 'Poppins';
    font-size: 16px;
    font-style: italic;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
}
.scope-text-wrapper {
    /*border-left: 2px solid #31A3BD;*/
    padding-left: 10px;
      position: relative;
    /*max-width: 360px;*/
}

/* Vertical Line */
.scope-text-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 2px;
    height: 72%;
    background-color: #5fc6d6;
    border-radius: 2px;
}

/* CARD STYLE */
.scope-card {
    background-color: #278AA1;
    color: #ffffff;
    font-family: 'Poppins';
  font-size: 15px;
    text-align: center;
    padding: 16px;
    border-radius: 10px;
    transition: 0.3s ease;
    cursor: pointer;
    border-bottom: 1px solid #278AA1;
     transition: transform 0.3s ease, border-bottom 0.3s ease;
      
}

/* HOVER EFFECT */
.scope-card:hover {
     transform: translateY(-10px);
    border-bottom: 1px solid #edf2fa;
}
/*leadership section */
.leadership-section {
    /* background: #f5f5f5; */
    padding: 50px 0 50px 0;
}


.leadership-section .img-wrapper img {
    max-width: 472px;
    width: 100%;
    height: auto;
}
.leadership-container {
  max-width: 1200px; 
}

/* TITLE */
.leadership-title {
    font-family: 'DM Serif Display';
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    /* color: #1e1e1e; */
    /*margin-bottom: 50px;*/
}

.leadership-title span {
  color: #1CA7B8; 
}

/* TITLE SPACING */
.title-row {
  margin-bottom: 50px; 
}

/* LOGO */
.promise-logo {
  max-height: 85px;
}

/* IMAGE */
.leadership-img {
  border-radius: 14px;
  width: 100%;
  object-fit: cover;
  
}

/* RESPONSIBILITY CARDS */
.responsibility-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 22px 30px;
    text-align: center;
    font-family: 'DM Serif Display';
    font-size: 25px;
    margin-bottom: 20px;
    box-shadow: 0 12px 12px rgba(0,0,0,0.04);
    font-style: normal;
    font-weight: 400;
}
.responsibility-card:first-child {
  box-shadow: 
    0 -8px 12px rgba(0, 0, 0, 0.04),  /* top shadow */
    0 12px 12px rgba(0, 0, 0, 0.04);  /* bottom shadow */
}
.responsibility-card:last-child {
  margin-bottom: 0;
}

:root {
  --theme: #31A3BD;
}
.contact-section.img-wrapper img {
    max-width: 472px;
    width: 100%;
    height: auto;
}
.contact-section {
    padding: 0 0 50px 0;
    background: #ffffff;
}
/*.contact-container {*/
/*  --bs-gutter-x: 187px;*/
/*}*/
/*.contact-container {*/
/*  max-width: 1200px;*/
/*  margin: auto;*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  gap: 48px;*/
/*}*/

/* LEFT */
.contact-info h2 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.contact-section .subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #555;
    margin-bottom: 30px;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.wrapper-of-contact-section{
    width: 85%;

}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 15px;
    position: relative;
    padding-left: 32px; 
    /*align-items: center;*/

}


/*.contact-list i {*/
/*  color: var(--theme);*/
/*  margin-top: 3px;*/
/*  font-size: 15px;*/
/*}*/

.contact-list a {
    color: #3C3E3F;
    text-decoration: none;
}

/* MAP */
.map-box {
  width: 100%;
  /*height: 220px;*/
  border-radius: 12px;
  overflow: hidden;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    border-radius: 10px;
}
.form-right-side-wrapper {
    display: flex;
    justify-content: flex-end;
}

/* FORM */
.contact-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 50px;
    border: 1px solid #cbd7db;
    font-size: 14px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--theme);
  outline: none;
}

.contact-form button {
  width: 100%;
  padding: 14px;
  background: var(--theme);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
}

.contact-form button:hover {
  background: #278aa1;
}


.contact-list li:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url("media/Group.png") no-repeat center / contain;
}
.contact-list li:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url("media/Frame (1).png") no-repeat center / contain;
}
.contact-list li:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url("media/Frame (2).png") no-repeat center / contain;
}
/* ===============================
   FIX INTL TEL INPUT WIDTH
================================ */
.iti {
  width: 100%;
}

.iti__tel-input,
.iti input {
  width: 100% !important;
}

/* Match other inputs height */
.iti--separate-dial-code .iti__selected-flag {
  padding: 0 12px;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.00) !important;
}
/* ===============================
   FORM CARD ADJUSTMENTS
================================ */
.contact-form {
  padding: 36px; /* closer to Figma */
}

/* ===============================
   INPUT CONSISTENCY
================================ */
.contact-form input,
.contact-form textarea {
  height: 48px;
}

.contact-form textarea {
    height: auto;
    min-height: 120px;
    border-radius: 10px;
}
/* ===============================
   SUBMIT BUTTON (FIGMA MATCH)
================================ */
.contact-form button {
  height: 52px;
  border-radius: 10px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* ===============================
   MAP SIZE FIX
================================ */
.map-box {
    height: 273px;
}

/* ===============================
   ICON ALIGNMENT FIX
================================ */
.contact-list li {
  align-items: center;
}

/*.contact-list i {*/
/*  font-size: 16px;*/
/*}*/

/* Recognition SECTION  */
.recognition-section {
    background: #085F73;
    /*padding: 50px 103px;*/
    color: #ffffff;
}

/* MATCH FONTS */
.rec-title {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 50px;
}
.recognition-section .recognition-img-wrapper{
    width: 100%;
    height: auto;
}





.quote-mark {
    font-size: 28px;
    font-weight: bold;
}





/* LEFT MAIN IMAGE */
.recognition-img {
    max-width: 360px;
    border-radius: 10px;
}

/* OKU MEMBER ICON + TEXT */
.oku-member {
    gap: 12px;
}

.oku-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.oku-text {
    color: #ffffff;
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 0;
}

/* OKU ICON + TEXT LINE */
.oku-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px !important;
}

.oku-icon {
    width: 69px;
    height: 69px;
    border-radius: 60px; /* Matches Figma */
}



/* RIGHT SIDE TEXT */
/*.rec-title {*/
/*    color: #ffffff;*/
/*    font-size: 32px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 25px;*/
/*}*/

.rec-quote {
    position: relative;
    padding-left: 10px;
    margin: 20px 0;
    font-family: 'DM Serif Display';
    /* font-style: italic; */
    font-size: 25px;
    line-height: 1.4;
    color: #ffffff; 
}
/* Vertical line */
.rec-quote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 2px;
    height: 79%;
    background-color: #31A3BD;
}
.rec-desc {
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}


/*last section*/

.foundations {
  padding: 50px 0;
  background-color: #ffffff;
}

/* Container */
.foundations-container {
  max-width: 1200px;
  margin: 0 auto;
}
.foundation-card-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}
.foundation-wrapper-of-right{
    width:100%;
}
/* Title */
.foundations-title {
    font-family: 'DM Serif Display';
    font-weight: 400;      
    font-style: normal;     
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
  margin-bottom: 50px;
}

/* Grid */
.foundations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Cards */
.foundation-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    /*max-width: 574px;*/
    border-bottom: 1px solid #fff;
    min-height:422px;
      transition: transform 0.3s ease, border-bottom 0.3s ease;
}

/* Headings */
.foundation-card h3 {
    font-family: 'DM Serif Display';
    font-weight: 400;        
    font-style: normal;    
    font-size: 25px;
    line-height: 1;         
    letter-spacing: 0;
}
/* Text */
.foundation-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    font-family: poppins;
    font-weight: 400;
    width: 100%;
    max-width: 515px;
    text-align: left;
}
.extra-margin-for-description{
    margin-top: 20px;
}
/* Hover effect */ 
.foundation-card:hover {
    transform: translateY(-12px);
    border-bottom-color: #AED7E1;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border-bottom: 1px solid #AED7E1;
}
.foundation-card .intro {
    margin-bottom: 20px;
    margin-top: 20px;
}
/* List */
.foundation-card ul {
  padding-left: 0;
  margin-bottom: 16px;
}

.foundation-card ul li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 24px;
}

.foundation-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px; /* vertical alignment */
  width: 16px;
  height: 16px;
  background-image: url("../media/Frame.png");
  background-size: contain;
  background-repeat: no-repeat;
}


/* ================= FOOTER MAIN ================= */

.site-footer {
    background-color: #085F73;
    color: #ffffff;
    padding: 70px 0 40px;
    font-family: 'Poppins', sans-serif;
}

/* Row alignment */
.footer-row {
    align-items: flex-start ;
}


.footer-column {
    text-align: left !important;
}
.footer-info.extra-class-footer {
    max-width: 205px;
    margin-left: auto; 
}

.footer-info.extra-class-footer .contact-info-extra {
    /*display: flex;*/
    flex-direction: column;
    align-items: flex-end; 
}

.footer-column .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.footer-column .footer-info div {
    display: flex;
    align-items: center;
    gap: 6px;
}


.footer .row > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* ================= BRAND SECTION ================= */
.footer-brand h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
}

.footer-brand p {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
}

/* ================= INFO BLOCKS ================= */
.footer-info {
    display: flex;
    flex-direction: column;
}

.footer-info h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 14px 0;
    font-family: 'Poppins';
}

.footer-info p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 16px;
}

/* Links */

.footer-info a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    text-align: left;
}

.footer-info a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* ================= ICON CUSTOM ================= */
.site-footer .fa-envelope::before,
.site-footer .fa-phone::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.site-footer .fa-envelope::before {
    background-image: url("media/Group (1).png");
}

.site-footer .fa-phone::before {
    background-image: url("media/Group (2).png");
}

/* ================= BOTTOM AREA ================= */
.footer-bottom {
    margin-top: 30px;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
}

.footer-bottom p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #B1F0FF;
    margin: 0;
    text-aligne:center;
}


/*accordion01wrap*/

.accordion01wrap { }
.accordion01wrap .accordion-item { box-shadow: 4px 4px 20px 0px #E0ECEE;margin: 10px 0;border: 1px solid #FFFFFF;border-radius: 6px;overflow: hidden;}
.accordion01wrap .accordion-item .accordion-header { }

.accordion01wrap .accordion-item .accordion-header .accordion-button {    font-family: DM Serif Display;    font-weight: 400;    font-size: 20px;
    line-height: 26px;    letter-spacing: 0%;    text-align: left;    color: #1C2628; }
.accordion01wrap .accordion-item .accordion-collapse { }
.accordion01wrap .accordion-item .accordion-collapse .accordion-body { }
.accordion01wrap .accordion-item .accordion-collapse .accordion-body p { font-family: 'Poppins';  font-size: 16px;  line-height: 1.7;  color: #444;
    font-weight: 400;  width: 100%; margin-top: 20px; }


/*accordion01wrap*/

/*whypatients_sec*/

.whypatients_sec { margin:0; padding:30px 0; }
.whypatients_sec .itemrow { justify-content: center;}
.whypatients_sec .item01col { box-shadow: 4px 4px 20px 0px #E0ECEE;padding: 20px;border-radius: 9px;}
.whypatients_sec .leadership-title { margin:0 0 10px 0; padding:0; }
.whypatients_sec ul { margin:0; padding:0; }
.whypatients_sec ul li { margin-bottom: 10px;	list-style: none;	position: relative;	padding-left: 24px; }
.whypatients_sec ul li::before {	content: "";	position: absolute;	left: 0;
	top: 6px;	width: 16px;	height: 16px;	background-image: url("../media/Frame.png");
	background-size: contain;	background-repeat: no-repeat; }

/*whypatients_sec*/

/*--faq--*/


/*faq-sec*/

.faq-section { margin: 0; padding:0 0 50px 0; }
.faq-section .sec_title {   text-align:center; padding-bottom: 45px;}
.faq-section .accordion_wrapper {   margin: 0 65px; padding: 50px;
    box-shadow: 4px 4px 20px 0px #88836840; border-radius: 30px; }
.faq-section .accordion_wrapper .accordion .accordion-item {    margin: 0; padding: 12px 4px;  border: 0; }

.faq-section .accordion_wrapper .accordion .accordion-header .accordion-button.collapsed  {    margin: 0;    padding: 0;
    font-family:"DM Serif Display", serif;    font-weight: 400;    font-size: 20px;
    line-height: 26px;    color: #1C2628;    background: transparent;
    border: 0;    outline: 0;    box-shadow: none;  }


.faq-section .accordion_wrapper .accordion .accordion-header .accordion-button { 
 margin: 0;    padding: 0;
    font-family:"DM Serif Display", serif;    font-weight: 400;    font-size: 20px;
    line-height: 26px; color:#31a3bd;  background: transparent;
    border: 0;    outline: 0;    box-shadow: none;
     }


.faq-section .accordion_wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
    margin: 0;    padding: 25px 0 0 0; }
.faq-section .accordion_wrapper .accordion .accordion-item .accordion-collapse .accordion-body p {
    margin: 0;
    padding: 0;
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s;
    font-weight: 400;
    }
.faq-section .accordion_wrapper .accordion .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f107";    font-size: 31px;    align-items: center;    font-weight: 500;
    justify-content: center;    font-family: FontAwesome; }

.faq-section .accordion_wrapper .accordion .accordion-button::after {    content: "\f107 ";    font-weight: 500;
    font-size: 31px;    color:#31a3bd; align-items: center;    justify-content: center;    background: 0 0;
    font-family: FontAwesome; }

/*faq-sec*/


/*--faq--*/







/* =========================
   RESPONSIVE
========================= */

@media screen and ( min-width:1300px ){
    .container {
    width: 100% !important;
    max-width:calc(100vw - 220px);
        margin: 0 auto;
    }

}

@media(max-width:1024px){
    
      .doctor-name {
    font-size: 52px;
    line-height: 65px;
  }

  .location,
  .doctor-banner .subtitle {
    font-size: 18px;
  }

  .doctor-banner .img-wrapper img {
    max-width: 400px;
  }
   .doctor-banner .subtitle {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-size: 19px; !important
    line-height: 25px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.about-title {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 27px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
   
.about-content p {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}
.journey-section {
    padding: 50px 0;
    /* background: #F5F5F5; */
}
.journey-section {
    padding: 50px 0;
    /* background: #F5F5F5; */
}

 .education-section {
    padding: 60px 0;
  }

  /*.section-title {*/
  /*  font-size: 30px;*/
  /*  line-height: 40px;*/
  /*}*/

  .edu-heading {
    font-family: 'DM Serif Display';
    font-size: 17px;
    font-weight: 400;
    color: #1e1e1e;
    margin-bottom: 7px;
}

  .edu-subtext,
  .edu-accent,
  .edu-description {
    font-size: 15px;
  }
  
  .education-section
.section-title {
    font-family: 'DM Serif Display';
    font-size: 33px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 39px;
    font-weight: 400;
    margin-bottom: 24px !important;
    width: 100%;
}

.edu-description {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    /* max-width: 520px; */
    font-weight: 400;
    width: 100%;
    margin-top: 13px;
}
  .scope-title {
    font-family: 'DM serif', Display;
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

  .scope-card {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scope-description {
    font-family: 'Poppins';
    font-size: 14px;
    font-style: italic;
    color: #FFFFFF;
    line-height: 21px;
    margin: 0;
    font-weight: 400;
}
.leadership-title {
    font-size: 32px;
    line-height: 40px;
}

  .leadership-title span {
    font-size: 22px;
  }
.leadership-section {
    /* background: #f5f5f5; */
    padding: 40px 40px 40px 40px;
}
  .promise-logo {
    max-width: 140px;
  }

  .responsibility-card {
    font-size: 15px;
    padding: 18px;
  }
  


  .rec-quote {
    font-size: 18px;
  }


  .main-badge-img {
    max-width: 100%;
  }

  .oku-icon {
    width: 50px;
  }

.oku-text {
    color: #ffffff;
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0;
}
.rec-title {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.rec-desc {
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 18px;
}
.foundations-title {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
}

 .foundation-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    /* max-width: 574px; */
    border-bottom: 1px solid #fff;
    min-height: 409px;
    transition: transform 0.3s ease, border-bottom 0.3s ease;
}
.foundation-card h3 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
}
.foundation-card p {
    font-size: 16px;
    line-height: 1.4;
    color: #444;
    font-family: poppins;
    font-weight: 400;
    width: 100%;
    /* max-width: 515px; */
    text-align: left;
}


.footer-brand h3 {
    font-family: 'DM Serif Display';
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 9px;
}

.footer-info h4 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: left;
    padding-top: 20px;
}
  

}
@media(max-width:992px){
    
    
    .title-row {
    margin-bottom: 25px;
}
    .rec-quote::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 7px;
    width: 2px;
    height: 81%;
    background-color: #31A3BD;
}
    .responsibility-card {
    font-size: 17px;
    padding: 18px;
}
    /*banner*/
      .doctor-name {
    font-size: 42px;
    line-height: 55px;
  }

  .location,
  .doctor-banner .subtitle {
    font-size: 16px;
  }

  .banner-content {
    text-align: center;
  }

/* .doctor-banner .img-wrapper img {*/
/*    max-width: 350px;*/
/*    margin-bottom: -3px;*/
/*}*/
    .doctor-banner {
    text-align: center;
  }

  .banner-content {
    padding-top: 30px;
  }

  .doctor-name {
    font-size: 52px;
    line-height: 68px;
  }



  .small-text {
    padding-left: 0 !important;
    line-height: 20px;
  }

  .small-text::before {
    display: none;
  }
  .doctor-banner .banner-content .small-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    position: relative;
    padding-left: 10px;
}

   
   
   /*mmv*/
   .about-section {
    /* background: #f8f9fa; */
    padding: 55px 0px 0 0;
}

    .about-subtitle {
        font-size: 18px;
    }

    .about-content {
    text-align: left;
}
      
    .about-image {
    display: flex;
    justify-content: center;
}

.about-image img {
    max-width: 433px;
    height: auto;
    border-radius: 10px;
}
.about-section {
    /* background: #f8f9fa; */
    padding: 40px 30px 2px 40px;
}

/*journey sec*/

.education-section {
    padding: 30px 40px;
}
.journey-section {
    padding: 40px 40px;
    /* background: #F5F5F5; */
}
.foundations {
    padding: 40px 40px;
    background-color: #ffffff;
}
.site-footer {
    background-color: #085F73;
    color: #ffffff;
    padding: 50px 30px 50px 30px;
}

 .scope-section {
    background-color: #085F73;
    padding: 35px 30px;
}
.doctor-banner {
    background-color: #085F73;
    padding: 15px 20px 3px 20px;
    overflow: hidden;
}
 /*end*/
 
  

  .section-title {
    font-size: 34px;
  }

 
  .edu-description {
    max-width: 100%;
  }
  .foundation-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    /* max-width: 574px; */
    border-bottom: 1px solid #fff;
    min-height: 421px;
    transition: transform 0.3s ease, border-bottom 0.3s ease;
}
.foundation-wrapper-of-right {
    width: 100%;
}
.scope-card {
    background-color: #278AA1;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 15px;
    text-align: center;
    padding: 9px;
    border-radius: 10px;
    transition: 0.3s ease;
    cursor: pointer;
    border-bottom: 1px solid #278AA1;
    transition: transform 0.3s ease, border-bottom 0.3s ease;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
 .footer-info.extra-class-footer {
        margin-left: auto;
        max-width: 205px;
    }
  
.recognition-section {
    background: #085F73;
    padding: 30px 0px;
    color: #ffffff;
}

.faq-section .accordion_wrapper {  margin: 0; padding: 50px; }

/**/
}
@media (max-width: 768px) {
    .doctor-banner .img-wrapper img {
    max-width: 322px;
    margin-bottom: -28px;
}
     .row-class-banner{
    flex-direction: column-reverse;
    }

    /*banner*/
     .doctor-name {
    font-size: 44px;
    line-height: 58px;
  }
  .about-content {
    text-align: center;
}

  .subtitle,
  .location {
    font-size: 16px;
  }

  .small-text {
    font-size: 14px;
  }
  /*....*/
  
  /*about*/
  
   .about-section {
    padding: 70px 0 0;
  }

  .about-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 35px;
  }

  .about-subtitle {
    font-size: 22px;
  }

  .about-content p {
    font-size: 15px;
    line-height: 26px;
  }

  .about-image {
    justify-content: center;
  }
    /* parent */
 
/*.timeline {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/

    .timeline-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .timeline-item h3, {
        text-align: center !important;
        width: 100% !important;
    }
    .timeline-item:nth-child(1) h3 {
    text-align: left;

}
.timeline-item:nth-child(3) h4 {
    text-align: right;
}
.timeline-item:nth-child(2) .dot {
    margin-left: auto;
    margin-right: auto;
  
}
/* Vertically center left & right columns */
  .education-section .row {
    align-items: center;
  }

  /* Center text */
  .education-section {
    text-align: center;
    padding: 20px 0;
}
  .education-section .section-title {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
.edu-heading {
    font-size: 20px;
    margin-bottom: 7px;
}
  .edu-accent,
  .edu-description,
  .edu-subtext {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .edu-description {
    margin-top: 16px;
  }
.journey-section {
    padding: 12px 33px;
    /* background: #F5F5F5; */
}
.journey-title {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 33px;
    line-height: 35px;
    margin-bottom: 38px;
}
   

  /* parent → child */
  .about-section .about-image {
    justify-content: center;
    margin-bottom: 20px;
  }
  .scope-description {
    font-family: 'Poppins';
    font-size: 14px;
    font-style: italic;
    color: #FFFFFF;
    line-height: 21px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
}
 /* TITLE ROW: keep logo top-right */
  .leadership-section .title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  /*.leadership-section .title-row > div {*/
  /*  width: auto;*/
  /*  flex: 0 0 auto;*/
  /*}*/

  .leadership-section .title-row .text-lg-end {
    text-align: right;
  }
   /* 2x2 GRID FOR RESPONSIBILITY CARDS */
  .leadership-section .col-lg-6:last-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

.leadership-section .responsibility-card {
    margin-bottom: 17px;
    font-size: 18px;
    padding: 16px;
}
  .promise-logo {
    max-height: 65px;
  }
    .image-col {
    margin-bottom: 30px;
  }

 

  /* CENTER LEFT COLUMN CONTENT */
  .recognition-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
.education-section {
    text-align: center;
    padding: 12px 0;
}
  .recognition-img-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .main-badge-img {
    max-width: 80%;
  }

  /* CENTER OKU ROW */
  .oku-wrapper {
    justify-content: center;
    text-align: center;
  }

  .oku-text {
    text-align: center;
  }

  /* CENTER RIGHT CONTENT */
  .recognition-right {
    text-align: center;
    margin-top: 30px;
  }

  .rec-quote::before {
    display:none;
  }



/*.....*/
/* FORCE LEFT COLUMN TO CENTER CONTENT */
  .recognition-left {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  /* REMOVE WIDTH RESTRICTIONS */
  .recognition-img-wrapper {
    width: 83% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  /* FORCE IMAGE TO CENTER */
  .main-badge-img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 80% !important;
  }

  /* CENTER OKU ROW */
  .oku-wrapper {
    justify-content: center !important;
    text-align: center !important;
    margin-top: 23px !important;
  }

  /* CENTER RIGHT CONTENT */
  .recognition-right {
    text-align: center !important;
  }
  
  
  .rec-title {
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 19px;
}
.rec-desc {
    font-size: 15px;
    line-height: 23px;
    width: 100%;
    margin-bottom: 16px;
}
.recognition-right {
    text-align: center;
    margin-top: 17px;
}


  /*.img-wrapper img {*/
  /*  max-width: 320px;*/
  /*}*/
/* Stack cards */
  .foundations-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  /* Center wrapper properly */
  .foundation-wrapper-of-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* Remove forced height */
  .foundation-card {
    min-height: auto;
    padding: 24px;
    margin-bottom: 30px;
}

  .foundation-card p {
    max-width: 100%;
  }
      
    .footer-row {
        display: flex;
        flex-wrap: wrap;
    }

    /* Brand full width */
    .footer-row > .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    /* Two columns side by side */
    .footer-row > .col-lg-3,
    .footer-row > .contact-column {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Left column */
    .footer-row > .col-lg-3:first-of-type {
        text-align: left;
        padding-right: 15px;
    }

    /* Right column */
    .footer-row > .contact-column {
        text-align: right;
        padding-left: 15px;
    }
    
    .leadership-section .center01-text { text-align:center; font-size:15px; }

    .faq-section .accordion_wrapper .accordion .accordion-header .accordion-button.collapsed {  font-size: 18px;
    line-height: 24px; }

    .faq-section .accordion_wrapper {  padding: 20px; }







}
@media(max-width:576px){
     
     .leadership-section .center01-text { text-align:center; font-size:15px; }
     
  .scope-title {
    font-family: 'DM serif', Display;
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
    text-align: center;
    /*font-style: italic;*/
}
   
.recognition-section {
    background: #085F73;
    padding: 40px 10px 10px 10px;
    color: #ffffff;
}  
    
/*banner*/

  .doctor-banner .img-wrapper img {
    max-width: 297px;
    margin-bottom: -29px;
}

.doctor-name {
    font-size: 35px;
    line-height: 38px;
}
  /*.img-wrapper img {*/
  /*  max-width: 280px;*/
  /*}*/
    
    /*about*/
 

  .about-image {
    margin-bottom: 20px;
  }

  .about-content {
    text-align: center;
  }

    .about-title{
        font-size:28px;
    }

    .about-subtitle{
        font-size:18px;
    }

    .about-title {
    font-size: 30px;
}

 .about-subtitle {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 27px;
}

    .about-content p {
        font-size: 16px;
    }

    .about-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .scope-card {
    background-color: #278AA1;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 15px;
    text-align: center;
    padding: 9px;
    border-radius: 10px;
    transition: 0.3s ease;
    cursor: pointer;
    border-bottom: 1px solid #278AA1;
    transition: transform 0.3s ease, border-bottom 0.3s ease;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leadership-section .title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
}
.leadership-section {
    /* background: #f5f5f5; */
    padding: 10px 10px 10px 10px;
}
.leadership-section .img-wrapper img {
    max-width: 449px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.promise-logo {
    max-height: 65px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.leadership-title {
    text-align: center;
    
}
   
  .section-title {
    font-size: 28px;
  }

   /* Stack timeline vertically */
  .timeline {
    flex-direction: column;
    align-items: center;
  }
  .timeline-item:nth-child(1) h4 {
    text-align: left !important;
}
.timeline-item:nth-of-type(1) p {
    text-align: left !important;
}
.timeline-item:nth-child(2) h4 {
    text-align: left !important;
}
.timeline-item:nth-of-type(2) p {
    text-align: left !important;
    width: 100%;
}
.timeline-item:nth-child(3) h4 {
    text-align: left !important;
}
.timeline-item:nth-of-type(3) p {
    text-align: left !important;
}
.timeline-item h3 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 10px;
}

  /* Hide horizontal dashed line */
  /*.timeline::before {*/
  /*  display: none;*/
  /*}*/

  /* Hide dots */
  /*.timeline .dot {*/
  /*  display: none;*/
  /*}*/
   .timeline {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding-left: 40px; 
    }

  
  .timeline::before {
    top: 0;
    left: 14px;
    width: 1.7px;
    height: 87%;
    border-top: none;
    border-left: 1.7px dashed #AFC7CC;
}
    .timeline-item {
        width: 100%;
        text-align: left;
        margin-bottom: 40px;
        position: relative;
    }
    .timeline-item:nth-of-type(2) p {
    text-align: center;
    width: 100%;
}

    /* Dot positioning */
    .timeline-item .dot {
        position: absolute;
        left: -33px;
        top: 10px;
        margin: 0;
    }

    /* Reset text alignment */
    .timeline-item h3,
    .timeline-item p {
        text-align: left !important;
    }

    .timeline-item p {
        max-width: 100%;
    }

  /* Center text */
  .timeline-item {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }

  .timeline-item h3,
  .timeline-item p {
    text-align: center !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .edu-subtext,
  .edu-accent,
  .edu-description {
    font-size: 16px;
  }
  
   .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
  }
 .foundations {
    padding: 40px 0;
  }

  .foundations-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 32px;
  }

  .foundation-card {
    padding: 20px;
  }

  .foundation-card h3 {
    font-size: 22px;
  }

  .foundation-card p,
  .foundation-card li {
    font-size: 15px;
  }

.oku-text {
    color: #ffffff;
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}
.rec-title {
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 16px;
}
.education-section {
    text-align: center;
    /* padding: 20px 30px; */
    padding: 30px 20px 20px 20px;
}
.education-section
.section-title {
    font-family: 'DM Serif Display';
    font-size: 23px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 21px !important;
    width: 100%;
}
.edu-heading {
    font-size: 20px;
    margin-bottom: 7px;
}
.edu-subtext {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #3C3E3F;
}
.about-section {
    padding: 70px 20px 20px;
}
.about-image img {
    max-width: 367px;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.about-title {
    font-size: 28px;
    line-height: 27px;
    margin-bottom: 21px;
}
.journey-section {
    padding: 38px 20px 0 20px;
    /* background: #F5F5F5; */
}
.scope-description {
    font-family: 'Poppins';
    font-size: 16px;
    font-style: italic;
    color: #FFFFFF;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
.scope-text-wrapper::before{
    display:none;
}
  

  
  
}
@media(max-width:480px){
   
    .oku-icon {
    width: 43px;
}
    .oku-text {
    color: #ffffff;
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}
  
   
    .scope-description {
    font-family: 'Poppins';
    font-size: 16px;
     font-style: normal; 
    color: #FFFFFF;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
    .leadership-title {
    font-size: 28px;
    line-height: 33px;
}
    .footer-bottom {
   padding: 0 0px 12px 0px;
}
   
    .scope-section {
    background-color: #085F73;
    padding: 40px 10px 30px 10px;
}
    .doctor-banner .subtitle {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    /* letter-spacing: 020px; */
    color: #FFFFFF;
    margin-bottom: 18px;
    line-height: 20px;
}
    .doctor-banner {
    background-color: #085F73;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
    .doctor-banner .img-wrapper img {
    max-width: 278px;
    margin-bottom: -31px;
    width: 64%;
}
    .timeline-item h3 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 11px;
}
    .timeline-item {
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
}
    .journey-title {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 21px;
}
    .leadership-title span {
    font-size: 20px;
}
.promise-logo {
    max-height: 40px;
    margin: 0 auto;
    display: block;
    /* margin-bottom: 12px; */
}
    .leadership-section .responsibility-card {
    margin-bottom: 17px;
    font-size: 18px;
    padding: 16px;
}
    .oku-wrapper {
    justify-content: center !important;
    text-align: center !important;
    margin-top: 23px !important;
    
}
    .main-badge-img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
}
    .rec-title {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 19px;
}
    /*banner*/


  .subtitle,
  .location {
    font-size: 14px;
  }

  .small-text {
    font-size: 13px;
  }
   .footer-row {
        flex-direction: column;
    }

    .footer-row > div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 0;
        margin-bottom: 18px;
    }

    .footer-info, .footer-info.extra-class-footer, .footer-info.extra-class-footer .contact-info-extra {
    align-items: start !important; text-align: start !important; }

    .footer-info p {
        justify-content: center !important;
    }
       .footer-info.extra-class-footer {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
    .site-footer {
    background-color: #085F73;
    color: #ffffff;
    padding: 40px 15px 20px 15px;
}
.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 11px;
}
.footer-bottom {
    margin-top: 10px;
}

.footer-info h4 { font-size: 20px;  text-align: left; }  
.footer-brand { text-align: left; }



/**/
}
/**/