:root{
  --color1: #1d4380;
  --color2: #3dc3c3;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon78ed.eot?orkqwr');
  src: url('fonts/icomoon78ed.eot?orkqwr#iefix') format('embedded-opentype'),
    url('fonts/icomoon78ed.ttf?orkqwr') format('truetype'),
    url('fonts/icomoon78ed.woff?orkqwr') format('woff'),
    url('fonts/icomoon78ed.svg?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  color: white;

  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}






.icon-check-3:before {
  content: "\e93c";
}

.icon-satisfied:before {
  content: "\e93d";
}

.icon-acupuncture:before {
  content: "\e900";
}

.icon-andle-dabble:before {
  content: "\e901";
}

.icon-angle-dabble-down:before {
  content: "\e902";
}

.icon-angle-left:before {
  content: "\e903";
}

.icon-angle-right:before {
  content: "\e904";
}

.icon-arrow-down:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-arrow-up:before {
  content: "\e908";
}

.icon-arrow-up-2:before {
  content: "\e909";
}

.icon-award:before {
  content: "\e90a";
}

.icon-award-two:before {
  content: "\e90b";
}

.icon-book:before {
  content: "\e90c";
}

.icon-calender:before {
  content: "\e90d";
}

.icon-call:before {
  content: "\e90e";
}

.icon-call-2:before {
  content: "\e90f";
}

.icon-cart:before {
  content: "\e910";
}

.icon-check:before {
  content: "\e911";
}

.icon-check-2:before {
  content: "\e912";
}

.icon-chiropractic:before {
  content: "\e913";
}

.icon-chiropractic-2:before {
  content: "\e914";
}

.icon-chiropractic-3:before {
  content: "\e915";
}

.icon-clock:before {
  content: "\e916";
}

.icon-comments:before {
  content: "\e917";
}

.icon-email:before {
  content: "\e918";
}

.icon-envolop:before {
  content: "\e919";
}

.icon-expert:before {
  content: "\e91a";
}

.icon-experts:before {
  content: "\e91b";
}

.icon-facebook:before {
  content: "\e91c";
}

.icon-finished:before {
  content: "\e91d";
}

.icon-hand-care:before {
  content: "\e91e";
}

.icon-heart:before {
  content: "\e91f";
}

.icon-instagram:before {
  content: "\e920";
}

.icon-laser:before {
  content: "\e921";
}

.icon-leg:before {
  content: "\e922";
}

.icon-like:before {
  content: "\e923";
}

.icon-link-in:before {
  content: "\e924";
}

.icon-location:before {
  content: "\e925";
}

.icon-menu:before {
  content: "\e926";
}

.icon-next:before {
  content: "\e927";
}

.icon-phone:before {
  content: "\e928";
}

.icon-physical:before {
  content: "\e929";
}

.icon-pin:before {
  content: "\e92a";
}

.icon-pinterest:before {
  content: "\e92b";
}

.icon-play:before {
  content: "\e92c";
}

.icon-plus:before {
  content: "\e92d";
}

.icon-prev:before {
  content: "\e92e";
}

.icon-quote:before {
  content: "\e92f";
}

.icon-right-arrow:before {
  content: "\e930";
}

.icon-search:before {
  content: "\e931";
}

.icon-select:before {
  content: "\e932";
}

.icon-sports-injury:before {
  content: "\e933";
}

.icon-star:before {
  content: "\e934";
}

.icon-star-2:before {
  content: "\e935";
}

.icon-team:before {
  content: "\e936";
}

.icon-trained:before {
  content: "\e937";
}

.icon-trusted:before {
  content: "\e938";
}

.icon-twitter:before {
  content: "\e939";
}

.icon-user:before {
  content: "\e93a";
}

.icon-youtube:before {
  content: "\e93b";
}

.logo h1{
  color:var(--color1);
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
}
.logo h2{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #32353a;
}
.logo h4{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #32353a;
}
.doctorimg{
  float: left;
  padding: auto;
  padding: 5px;
  border: 5px solid var(--color2);
}
.doctorimg img{
  width: 100%;
}

.why-doctor{
    padding:70px 0;
    background:#f8fbff;
}

/*.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}
*/
.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:36px;
    color: var(--color1);
    margin-bottom:10px;
}

/*.section-title p{
    color:#666;
}*/

.why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.why-card{
    background:#fff;
    padding:35px 25px;
    border-radius:12px;
    text-align:center;
    transition:0.3s;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.why-card .icon img{
    width: 80px;
    color:#1c8ed6;
    margin-bottom:15px;
}

.why-card h3{
    font-size:20px;
    margin-bottom:10px;
}

.why-card p{
    font-size:16px;
    line-height: 28px;
    color:#252525;
}

/* Responsive */

@media(max-width:992px){
    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .why-grid{
        grid-template-columns:1fr;
    }
}
.sticky-header__content .logo h1{
    font-size: 25px;
}
.process-one__icon p{
  font-size: 16px;
  color: #252525;
}

.testimonials-section{
padding:80px 0;
background:#f7fbff;
}

.testimonial-card{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
text-align:center;
transition:0.4s;
height:100%;
}

.testimonial-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.testimonial-card p{
font-size:15px;
line-height:1.7;
color:#555;
margin-bottom:20px;
}

.stars{
color:#ffc107;
font-size:18px;
margin-bottom:10px;
}

.patient-info h4{
font-size:18px;
margin-bottom:2px;
font-weight:600;
}

.patient-info span{
font-size:13px;
color:#888;
}


.consult-book-section{
width:100%;
min-height:600px;
background:#f2f7ff;
display:flex;
align-items:center;
justify-content:center;
padding:60px 0;
}

.consult-wrapper{
display:flex;
width:1100px;
background:#fff;
box-shadow:0 20px 60px rgba(0,0,0,0.1);
border-radius:10px;
overflow:hidden;
}

/* Left Panel */

.consult-left-panel{
width:50%;
background:url('../../../assets/img/appimg.png') center center no-repeat;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:60px;
}

.consult-logo img{
width:120px;
margin-bottom:25px;
}

.consult-welcome-title{
  font-size:38px;
  margin-bottom:8px;
  font-weight:700;
  color: #ffffff;
}
.consult-left-content h3{
  font-size: 22px;
  padding-bottom: 10px;
  color: #fff;
  opacity:0.9;
}
.consult-left-content h4{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  opacity:0.9;
}
.consult-welcome-text{
font-size:16px;
opacity:0.9;
padding-top: 15px;
}

/* Right Panel */

.consult-right-panel{
width:50%;
padding:60px;
}

.consult-form-title{
font-size:32px;
margin-bottom:10px;
font-weight:700;
}

.consult-input-group{
margin-bottom:18px;
}

.consult-input-group input,
.consult-input-group textarea{
width:100%;
padding:14px;
border:1px solid #ddd;
border-radius:6px;
font-size:15px;
}

.consult-input-group textarea{
height:90px;
resize:none;
}

.consult-submit-btn{
width:100%;
padding:14px;
background:#0da5a3;
color:#fff;
border:none;
border-radius:6px;
font-size:16px;
cursor:pointer;
transition:0.3s;
}

.consult-submit-btn:hover{
background:#087c7a;
}

/* Responsive */

@media(max-width:992px){

.consult-wrapper{
flex-direction:column;
}

.consult-left-panel,
.consult-right-panel{
width:100%;

}

}

.consult-form-tagline{
font-size:15px;
color:#777;
margin-bottom:25px;
}

.doc-workexp-section{
padding:70px 0;
background:#f7f9fb;
}

.doc-workexp-heading h2{
text-align:center;
font-size:34px;
margin-bottom:40px;
font-weight:700;
color: var(--color1);
}

.doc-workexp-list{

margin:auto;
}

.doc-workexp-item{
display:flex;
gap:15px;
margin-bottom:15px;
background:#fff;
padding:20px;
border-radius:8px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.doc-workexp-icon{
font-size:22px;
color:#0da5a3;
}

.doc-workexp-content h4{
font-size:20px;
margin-bottom:5px;
}

.doc-workexp-content p{
margin:0;
color:#666;
}

.doc-workexp-date{
font-size:14px;
color:#888;
}
.doc-edu-section{
padding:70px 0;
background:#ffffff;
}

.doc-edu-heading h2{
text-align:center;
font-size:34px;
margin-bottom:40px;
font-weight:700;
color: var(--color1);
}

.doc-edu-list{
margin:auto;
}

.doc-edu-item{
display:flex;
gap:15px;
margin-bottom:25px;
background:#f7f9fb;
padding:20px;
border-radius:8px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.doc-edu-icon{
font-size:22px;
color:#0da5a3;
}

.doc-edu-content h4{
font-size:18px;
margin-bottom:5px;
}

.doc-edu-content p{
margin:0;
color:#555;
}

.doc-edu-date{
font-size:14px;
color:#888;
}