@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;700&display=swap');
body{font-family: "Archivo", sans-serif; font-weight: 400;}
.btn{border-radius: 30px; padding: 0.7rem 1.5rem; font-weight:700; border:0 !important;}
.btn.btn-dark{color: #fff; background:#000;}
.btn.btn-dark:hover{color: #557859; background:#fff;}
.btn.btn-light{color: #557859;}
.btn.btn-light:hover{color: #fff; background:#000;}
.btn.btn-success{background: #557859;}
.btn.btn-success:hover{background: #000;}
nav .navbar-brand img{width: 240px; transition:0.3s;}
.navbar-expand-lg .navbar-nav .nav-item { margin: 0 1rem; }
.navbar-expand-lg .navbar-nav .nav-link { font-size: 1rem; }
.top-contact{margin-bottom:0; position: relative;}
.top-contact a{position: absolute; text-decoration:none; color:#000; right: 0; top: 3rem; font-weight: 700;}
.top-contact a img{ margin-right: 0.4rem; height: 18px; }
.site-navigation { padding: 0 !important; }
.site-navbar {margin: auto; z-index: 99; position: absolute; top: 0; bottom: auto !important; width: 100% !important; background:rgba(141, 180, 145, 0.95);}
.sticky-wrapper {height: auto !important;}
.sticky-wrapper.is-sticky .site-navbar { background: #85B094; z-index: 999 !important; width: 100% !important; padding: 0; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);}
.sticky-wrapper.is-sticky .site-navbar .navbar{padding: 0;}
.sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img{width: 120px; transition:0.3s;}
.sticky-wrapper.is-sticky .top-contact a{top: 0.7rem;}
.site-navbar .site-navigation .site-menu > li {position: relative; padding: 0; margin: 0 1.2rem; }
.site-navbar .site-navigation .site-menu > li:first-child::before {content: none;}
.site-navbar .site-navigation .site-menu > li:last-child{padding-right: 0; margin-right:0}
.site-navbar .site-navigation .site-menu > li > a{color: #000; padding: 0 0 6px;}
.sticky-wrapper .site-navbar .site-menu > li.current-menu-item > a::before,.sticky-wrapper .site-navbar .site-menu > li.current_page_ancestor > a::before, .sticky-wrapper .site-navbar .site-menu > li > a:hover::before{content: ''; position: absolute; bottom: -5px; width: 100%; height: 4px; background-color: #557859; border-radius:3px;}
/* .site-navbar .site-navigation .site-menu > li > a{font-size: 1rem; padding: 6px 0; text-transform: uppercase;} */
/* .site-navbar .site-navigation .site-menu > li:last-child >a::before { content: none; } */
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown-menu, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown-menu, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown-menu { display: block; }
.site-mobile-menu .site-nav-wrap li.active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu a.active { color: #111111; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu { border-radius: 0; border: 0; min-width: 12rem; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a { border-radius: 0 !important; padding: 8px 12px; text-decoration: none;}
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu a { font-size: 1rem; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a:hover, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li.current_page_item > a { color: #ffffff; background: #5b815f; }
.side-toggle { position: absolute; right: 0; top: 25px; margin: auto; color: #0d6efd; font-size: 1.25rem; }
.menu-bar{width: 50px; height:50px; margin-left: 1rem; display: flex; flex-direction: column; align-items:center; justify-content: center;}
.menu-bar span{width: 25px; height:2px; background: #fff; margin-bottom: 5px; display: block;}
.site-navbar .site-navigation .site-menu .has-children > .dropdown-arrow {
        position: absolute;
        right: -22px;
        top: 23%;
        background: url('../images/right-arrow-icon.png');
        background-size: 8px;
        width: 20px;
        height: 16px;
        background-repeat: no-repeat;
    transform: rotate(90deg);
    background-position: center;
    display: none;
    }

.main-banner{text-align:center; color:#fff; position:relative;}
.main-banner::before{content: ''; position:absolute; left:0; top: 0; width: 100%; height:100%; background: rgba(0, 0, 0, 0.4);}
.main-banner h1{font-size: 3rem; font-weight: 700; margin-bottom: 1rem;}
.main-banner h3{font-size:1.3rem}
.banner-caption{position: absolute; bottom:35%; left:0; padding: 0 1rem; width: 100%; text-align:center;}
.technology-block{border-radius: 8px; min-height: 420px; margin-top:-150px; color:#fff; text-align:center; padding: 2rem; position: relative; z-index: 9;}
.technology-block h4{font-weight: 700; font-size:1.7rem; margin: 1.5rem auto; width: 250px;}
.tech-block1{background: #557859;}
.tech-block2{background: #8DB491;}
.tech-block3{background: #4E4E4E;}

.service-section{margin-bottom: 4rem;}
.service-section h2{font-size: 2.5rem; font-weight: 700; color: #000; margin-bottom: 1.5rem;}
.service-section span{color: #557859; text-align: center; display: block; text-transform: uppercase;}
.service-item{color:#000; text-align:center; box-shadow:0 2px 8px rgba(0, 0, 0, 0.2); border-radius: 10px; margin:1rem 0.4rem}
/* .service-item:hover{background-color: rgba(103, 136, 113, 0.6);} */
.service-item .service-img{overflow: hidden;  border-radius: 10px 10px 0 0;}
.service-item .service-img img{ border-radius: 10px 10px 0 0; transition: 0.3s;}
.service-item:hover .service-img img{transform: scale(1.15); transition: 0.3s;}
.service-item h3{font-weight: 700; margin-top: 1rem; font-size:1.3rem; }
.service-body{padding: 0.5rem 1rem 1.5rem;}
.service-body p{min-height: 100px;}
.service-item:hover span{color: #fff;}

.logo-content{padding: 4rem 0; position: relative; background: url('../images/cta-bg.jpg'); background-attachment: fixed; background-position: center; text-align: center; line-height:1.5;}
.logo-content::before{content: ''; position:absolute; left:0; top:0; background: rgba(85, 120, 89, 0.85); width: 100%; height:100%;}
.logo-content h2{color: #fff; margin-bottom:1.5rem; font-weight:700;}
.logo-content .container{position: relative; z-index:9;}

.surgery-section{padding: 5rem 0; text-align:center; position: relative;}
.surgery-section::before{content: ''; position: absolute; width:1px; height:200px; top: 0; bottom: 0; margin: auto; background: #707070;}
.surgery-section h2{font-size: 2.2rem; font-weight: 700; color:#557859;}

.review-section{padding: 5rem 0;}
.review-heading{width: 80%; margin:auto; text-align: center;}
.review-heading span{color: #557859; text-align: center; display: block; text-transform: uppercase;}
.review-heading h2{font-size: 2.5rem; font-weight: 700; color: #000; margin-bottom: .5rem;}
.testimonials{padding: 5rem 0; background:url('../images/review-img.jpg'); background-size:50%; background-position:left; background-repeat: no-repeat;}
#reviewslider{background: url('../images/quotes-opacity.png'); background-repeat:no-repeat; background-position:top; background-size: 100px}
#reviewslider .carousel-indicators{position: relative; top: 2.5rem;}
#reviewslider .carousel-indicators [data-bs-target]{background-color: #D0D0D0; height:6px; width:15px; border-radius:5px; border:0;}
#reviewslider .carousel-indicators .active{background-color: #557859; width:25px;}
.left-quote{transform: rotate(180deg); position:relative; top: -2rem; left: -3rem;}
.right-quote{margin-left: auto; display: block; position:relative; right:3rem;}
.cta-section{color: #fff; position: relative; padding: 6rem 0; background: url('../images/cta2-bg.jpg'); background-repeat: no-repeat; background-position: center;}
.cta-section::before{content: ''; position:absolute; left:0; top:0; background: rgba(85, 120, 89, 0.85); width: 100%; height:100%;}
.cta-section h2{font-weight: 700;}
.cta-section a{text-decoration: none; color: #fff; display: inline-block;}
.cta-icon{width: 80px; height: 80px; border-radius:50%; padding:1rem; margin-right: 1.5rem; background: #fff;}
.quickconnect-section{background: url('../images/connect-bg.jpg'); background-repeat:no-repeat; background-position:center;}
.bg-connect{padding: 4rem 0; background: url('../images/connect-img.png'); background-repeat:no-repeat; background-position:bottom left; background-size:550px;}
.contact-form{background: #fff; border-radius: 20px; padding:2rem 2rem 2.5rem;}
.contact-form .form-control{background: #F9F9F9; border-radius: 8px; border: 0; padding:0.7rem 1rem;}
.contact-form  h2{font-size: 2.5rem; font-weight: 700; color: #557859; margin-bottom: .5rem;}

.map-section{position: relative; margin-bottom:-10px;}
.map-section::before{content: ''; position: absolute; width:500px; height:160px; bottom:0; left:0; background-image: url('../images/m4.png'); background-repeat:no-repeat; background-size: 100%;}
.map-section iframe{width: 100%; height:500px;}

footer { background: #557859; padding: 4rem 0 2rem; color: #fff; }
footer h4, footer h5 {font-weight: 700; font-size: 1.3rem;  text-transform: uppercase; position: relative; margin-top: 1rem;}
footer h4::before {content: ''; position: absolute; width: 70px; height:3px; background:#fff; top: -1rem;}
.social-links a { display: inline-block; margin-right: 5px; text-align: center; }
.social-links a:hover img { opacity: 0.8; }
.footer-links li { display: block; margin-bottom: 0.2rem; }
.footer-links li a { display: block; text-decoration: none; position: relative; color: #fff; }
.footer-links li a::before { content: ''; position: absolute; left: -1.8rem; top: 7px; width: 12px; height: 12px; background: url('../images/angle-right.png'); background-repeat: no-repeat; background-position: left; background-size: 8px; }
.footer-address li { display: block; margin-bottom: 0.7rem; }
.footer-address li a { display: block; text-decoration: none; color: #fff; position: relative; }
footer ul li a:hover { color: #000; }
footer ul li a:hover::before { filter: invert(1); }
.footer-address li a::before { content: ''; position: absolute; width: 20px; height: 22px; left: -1.8rem; top: 5px; background-repeat: no-repeat; background-position: left; background-size: 100% }
.footer-address li:nth-child(1) a::before { background-image: url('../images/location-dot.png'); width: 15px;}
.footer-address li:nth-child(2) a::before { background-image: url('../images/phone-volume.png'); top: 2px; }
.footer-address li:nth-child(3) a::before { background-image: url('../images/email-icon.svg'); top: 2px; }
.copyRights .container { padding-top: 2rem; margin-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.5); }
.free-trial { display: none; position: fixed; z-index: 99; left: 0; bottom: 0; width: 100%; }
.copyRights a{text-decoration: none; color:#fff;}

.inner-banner {top: 115px; margin-bottom: 85px; position: relative; color: #fff;height: 430px;overflow: hidden;}
.inner-banner::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #F6FDFF; background: linear-gradient(90deg, #C1C8D8 0%, #CBD2E2 35%, rgba(255, 255, 255, 0) 55%); }
.inner-banner::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2) }
.inner-banner .banner-caption{text-align: left; z-index: 99; top:30%; bottom: auto; width:500px; min-height:200px}
.inner-banner h1{font-weight: 700; font-size:2.5rem; text-shadow:0 3px 6px rgba(0, 0, 0, 0.2);}
.inner-banner p{text-shadow:0 3px 6px rgba(0, 0, 0, 0.2)}
.inner-banner .container {position: absolute;top: 0;width: 100%;height: 100%;left: 0;right: 0;}
.cta-buttons{position: fixed; right: 0; top: 37%; z-index:999;}
.cta-buttons a{text-align: center; line-height: 1.2; padding: 10px; font-size: 15px; color: #fff; display: block; width: 100px; height: 100px; text-decoration: none; background: #71A276; background: linear-gradient(180deg, rgba(113, 162, 118, 1) 0%, rgba(85, 120, 89, 1) 100%);}
.cta-buttons a:hover{background: linear-gradient(0deg, rgba(113, 162, 118, 1) 0%, rgba(85, 120, 89, 1) 100%);}
.cta-buttons a img{display: block; margin:0 auto 6px;}

.inner-section{padding: 4rem 0; background:#fff;}
.inner-section h2{color: #557859; font-size:2rem; font-weight:700;}
.inner-section h3{color: #2B1515; font-size:1.5rem; font-weight:700;}
.inner-section ul li{position: relative; display:block; margin-bottom:6px}
.inner-section ul li::before{content: ''; position:absolute; left: -1.2rem; top: 7px; width:8px; height:8px; background-color:#557859; border-radius:50%;}
.inner-section ul.nav-tabs li::before{content: none; }
.inner-section ul.nav-tabs li button.nav-link{color: #777;}
.inner-section ul.nav-tabs li button.nav-link.active{color: #000;}
.inner-section .tab-content{padding-top: 1.5rem;}
.services-list ul{padding-left: 0;}
.services-list ul li{display: block; margin-bottom:0.5rem}
.services-list ul li a{display: block; color: #fff; font-size: 1rem; font-weight: 700; position:relative; padding:0.7rem 0.5rem 0.7rem 3rem; line-height: 2; background: #557859; text-decoration:none; border-radius:12px;}
.services-list ul li::before{background-color: transparent !important;}
.services-list ul li a::before{content: ''; position:absolute; left: 0.5rem; width: 50px; height: 50px; background-image:url('../images/Logo-Icon-White.png'); background-repeat:no-repeat; background-size:35px}
.services-list ul li a:hover{background: #493636;}
.surgical-cost{margin-top: 2rem; padding: 1.5rem; border-radius: 1rem; background:#F8F8F8; border:1px solid #ECECEC;}
.surgical-cost h4{font-weight: 700; margin-bottom:1rem;}
.surgical-cost a{display: block; padding: 1rem; border-radius: 12px; line-height: 3; min-height: 65px; font-weight:700; padding:0.75rem; background: #493636; text-decoration:none; color:#fff; margin-bottom: 0.5rem;}
.surgical-cost a:hover{background: #000;}
.surgical-cost a img{max-height: 40px; max-width: 40px; margin-right:0.6rem;}

.accordion-item{margin-bottom: 1rem;}
.accordion-button{background: #BED1BD;}
.accordion-button:not(.collapsed){background:#85B094; color:#fff;}

.connect-form{padding: 1.5rem; background: #fff; border-radius: 1.5rem; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);}
.location-map{border-radius: 0; border:0;}

/************************************/ 
/*** 17. About us Page css ***/ 
/************************************/ 
.about-us{padding:100px 0 50px;background:url('../images/about-us-bg.svg') no-repeat;background-position:right -100px center;background-size:auto;} 
.about-us-image{position:relative;} 
.about-img img{border-radius:30px;} 
.company-experience{position:absolute;right:40px;bottom:40px;display:flex;align-items:center;background-color:#fff;border-radius:20px;padding:15px 20px;box-shadow:0px 0px 24px 0px #00000012;animation:expmoveobject 3s infinite linear alternate;} 
@keyframes expmoveobject{50%{right:80px;}} 
.company-experience .icon-box{margin-right:10px;} 
.company-experience .icon-box img{max-width:52px;} 
.company-experience-content{width:calc(100% - 62px);text-align:left;} 
.company-experience-content h3{font-size:32px;font-weight:700;margin-bottom:5px;} 
.company-experience-content p{font-size:14px;text-transform:capitalize;margin:0;} 
.about-us-body{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #153c331a;} 
.about-list-item{width:calc(50% - 15px);display:flex;align-items:center;} 
.about-list-item .icon-box{margin-right:10px;} 
.about-list-item .icon-box img{max-width:34px;} 
.about-list-content{width:calc(100% - 44px);} 
.section-title h2{font-size:2.5rem;font-weight:700;color:rgb(0,0,0);margin-bottom:0.5rem;} 
.section-title span{color:rgb(85,120,89);display:block;text-transform:uppercase;margin-bottom:15px;} 
.about-list-content h3{font-size:18px;font-weight:500;text-transform:capitalize;} 
.about-us-footer{display:flex;flex-wrap:wrap;} 
.doctor-info,.appointment-btn{width:50%;} 
.appointment-btn{text-align:right;} 
.doctor-info-item{display:flex;align-items:start;} 
.doctor-info-item .image-box{margin-right:10px;} 
.doctor-info-item .image-box img{max-width:48px;border-radius:100%;} 
.doctor-info-item .doctor-info-content{width:calc(100% - 58px);} 
.doctor-info-item .doctor-info-content h3{font-size:20px;font-weight:500;text-transform:capitalize;margin-bottom:5px;} 
.doctor-info-item .doctor-info-content p{opacity:50%;margin:0;}
.company-counter { padding: 40px 0; background: #153c33; }
.company-counter-item { display: flex; align-items: center; }
.company-counter-item .icon-box { margin-right: 10px; }
.company-counter-item .icon-box img { max-width: 64px; }
.company-counter-item .company-counter-content { width: calc(100% - 74px); }
.company-counter-item .company-counter-content h3 { color: #fff; font-size: 32px; margin-bottom: 5px; }
.company-counter-item .company-counter-content p { color: #fff; opacity: 70%; text-transform: capitalize; margin: 0; }
.mission-vision { position: relative; padding: 100px 0; }
.mission-vision::before { content: ''; position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-color: #fff; opacity: 85%; width: 100%; height: 100%; z-index: 0; }
.mission-vision .section-title { position: relative; z-index: 1; text-align: center; }
.our-mva-item { position: relative; background: #fff; border: 2px solid #153c331a; border-radius: 30px; height: calc(100% - 30px); margin-bottom: 30px; padding: 30px; overflow: hidden; z-index: 1; }
.our-mva-item:before { content: ''; position: absolute; top: 100%; right: 0; left: 0; background-color: #85B094; border-radius: 0px; transition: all 0.4s ease-in-out; height: 100%; width: 100%; z-index: 0; }
.our-mva-item:hover:before { top: 0; }
.our-mva-item .icon-box { position: relative; background: #e6efed; border-radius: 10px; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; overflow: hidden; z-index: 1; }
.our-mva-item .icon-box:before { content: ''; position: absolute; left: 0; right: 0; top: 100%; border-radius: 0px; background-color: #fff; transition: all 0.5s ease-in-out; height: 100%; }
.our-mva-item:hover .icon-box:before { top: 0; }
.our-mva-item .icon-box img { position: relative; z-index: 1; max-width: 30px; }
.our-mva-item .mva-item-content { position: relative; z-index: 1; }
.our-mva-item .mva-item-content h3 { font-size: 20px; font-weight: 600; text-transform: capitalize; margin-bottom: 20px; transition: all 0.3s ease-in-out; }
.our-mva-item:hover .mva-item-content h3 { color: #fff; }
.our-mva-item .mva-item-content p { margin: 0; transition: all 0.3s ease-in-out; }
.our-mva-item:hover .mva-item-content p { color: #fff; }
.cta-infobar { position: relative; background: #fff; padding: 40px; border: 2px solid #153c331a; border-radius: 30px; z-index: 1; }
.cta-info-content { display: flex; }
.cta-info-content .icon-box { background: #e6efed; border-radius: 10px; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; margin-right: 20px; }
.cta-info-content .icon-box img { max-width: 30px; }
.cta-info-content .cta-content { width: calc(100% - 68px); }
.cta-info-content .cta-content h3 { font-size: 24px; font-weight: 600; text-transform: capitalize; margin-bottom: 20px; }
.cta-info-content .cta-content p { margin: 0; }
.cta-appointment-btn { text-align: right; }

/************************************/
/***   	12. Our Team css    ***/
/************************************/
.page-team{padding: 100px 0 60px;}
.page-team .team-member-item{height: calc(100% - 40px);margin-bottom: 40px;}
.our-team { padding: 100px 0 70px; }
.team-member-item { height: calc(100% - 30px); margin-bottom: 30px; }
.team-image { position: relative; overflow: hidden; border-radius: 30px; margin-bottom: 20px; }
.team-image img { width: 100%; aspect-ratio: 1/1.2; object-fit: cover; transition: all 0.5s ease-in-out; }
.team-member-item:hover .team-image img { transform: scale(1.1); }
.team-social-icon { position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; transform: translateY(100%); text-align: center; z-index: 1; transition: all 0.5s ease-in-out; }
.team-member-item:hover .team-social-icon { bottom: 20px; transform: translateY(0); }
.team-social-icon ul { display: inline-block; list-style: none; line-height: normal; margin: 0; padding: 14px 28px; background: #fff; border-radius: 20px; }
.team-social-icon ul li { display: inline-block; text-align: center; margin-right: 20px; }
.team-social-icon ul li:last-child { margin-right: 0; }
.team-social-icon ul li a { display: block; }
.team-social-icon ul li a i { color: #619e90; font-size: 22px; transition: all 0.3s ease-in-out; }
.team-social-icon ul li a:hover i { color: #557859; }
.team-content { text-align: center; }
.team-content h3 { font-size: 20px; text-transform: capitalize; margin-bottom: 10px; font-weight: 600; color: #557859; }
a.team-card { display: block; text-decoration: none; color: inherit; }
.team-content a { text-decoration: none; }
.team-content p { text-transform: capitalize; margin: 0; }
.team-image figure { margin: 0; }

/************************************/
/***   23. Theraphist Single css  ***/
/************************************/

.page-team-single { padding: 100px 0 25px; }
.page-team-single .row { background-color: #557859; border-radius: 35px 30px 30px 35px; }
.team-member-image { height: 100%; }
.team-member-image figure { height: 100%; }
.team-member-image img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 30px 0 0 30px; }
.team-member-details { margin-left: 30px; height: 100%; padding: 50px 30px; }
.row.no-gutters > * { padding-right: 0px; padding-left: 0px; }
.member-detail-header { margin-bottom: 40px; }
.member-detail-header h2 { font-size: 32px; color: #fff; margin-bottom: 10px; }
.member-detail-header p { font-size: 18px; text-transform: capitalize; color: #fff; margin: 0; }
.member-detail-content { margin-bottom: 40px; }
.member-detail-content p { font-size: 18px; text-transform: capitalize; color: #fff; }
.member-detail-content p:last-child { margin-bottom: 0; }
.member-detail-body { margin-bottom: 40px; }
.member-detail-body ul { list-style: none; margin: 0; padding: 0; }
.member-detail-body ul li { font-size: 18px; color: #fff; display: flex; margin-bottom: 15px; }
.member-detail-body ul li:last-child { margin-bottom: 0; }
.member-detail-body ul li span { width: 30%; font-weight: 500; }
.member-social-list ul { list-style: none; padding: 0; margin: 0; }
.member-social-list ul li { display: inline-block; margin-right: 20px; }
.member-social-list ul li a { display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; transition: all 0.3s ease-in-out; }
.member-social-list ul li a i { font-size: 20px; color: inherit; transition: all 0.3s ease-in-out; }
.about-member-details { padding: 25px 0 100px; }
.about-member-info { border: 2px solid #153c331a; border-radius: 30px; padding: 40px; margin-bottom: 30px; }
.member-info-title { margin-bottom: 30px; }
.member-info-title h2 { font-size: 32px; text-transform: capitalize; }
.member-info-content p:last-child { margin-bottom: 0; }
.member-winning-awards { border: 2px solid #153c331a; border-radius: 30px; padding: 40px; }
.cta-infobar.team-sidebar-cta .cta-info-content p { margin-bottom: 20px; }
.cta-infobar.team-sidebar-cta .cta-appointment-btn { text-align: left; }

/************************************/
/***	26. Contact Us Page css	  ***/
/************************************/

.page-contact { padding: 100px 0 20px; }
.contact-info-item { border: 2px solid #153c331a; border-radius: 30px; padding: 30px; height: calc(100% - 30px); margin-bottom: 30px; }
.contact-info-item .icon-box { background: #e6efed; border-radius: 10px; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.contact-info-item .icon-box img { max-width: 30px; }
.contact-info-item .contact-info-content h3 { font-size: 20px; font-weight: 600; text-transform: capitalize; margin-bottom: 20px; }
.contact-info-item .contact-info-content p { margin: 0; }
.contact-us-form { padding: 50px 0 100px; }
.contact-us-img img { border-radius: 30px; aspect-ratio: 1/1; object-fit: cover; }
.contact-form { margin-left: 25px; }
.contact-form .form-control { padding: 15px 20px; background-color: transparent; border: 2px solid #153c331a; border-radius: 10px; color: var(--primary-color); box-shadow: none; }
.google-map .container-fluid { padding: 0; }
.google-map-iframe, .google-map-iframe iframe { width: 100%; height: 730px; }
.contact-info-content a { color: #557859; text-decoration: none; }
.contact-info-content a:hover { color: #000; }
.team-member{text-decoration: none; text-align:center; display:block; background:#85B094; padding-bottom: 0.8rem;}
.team-member h4{font-size: 1.25rem; font-weight: 700; margin-top:1rem; color: #000;}
.team-member:hover h4{color: #fff;}
.team-details h4{font-weight: 700;}
.team-details h5{font-weight: 700; font-style: italic;}
.team-box{background: #f8f8f8;padding: 20px;border: 1px solid #e1e1e1;margin-bottom: 40px; transition: .3s;}
.team-lft{}
.team-rgt ul{padding:0;}
.team-rgt ul li{ display: inline-block; background:#557859;color:#fff;padding:4px 10px;border-radius:7px;margin-right:10px; }
.team-rgt ul li::before{display: none!important;}
.team-box:hover{box-shadow:0 .5rem 1rem rgba(0, 0, 0, 0.15);background: #fff;}


@media (min-width:1921px) and (max-width:7000px) {
	html, body, header { max-width: 1400px; margin: auto; overflow-x: hidden;}
}
@media (max-width: 1400px) {
	.social-icons a{margin: 0; width:35px; height:35px;}
        nav .navbar-brand img{width: 180px;}
        .inner-banner{top:89px}
}

@media (max-width: 1280px) {    
	.top-contact a{top: 1.2rem;}
	.sticky-wrapper.is-sticky .top-contact a{font-size: 0.9rem;}
	.site-navbar .site-navigation .site-menu > li{margin: 0 1rem; padding:0;}
	.site-navbar .site-navigation .site-menu > li:last-child > a{padding-right: 0;}
	.site-navbar .site-navigation .site-menu > li::before{margin-left: -0.3rem;}
	nav .navbar-brand img{width: 130px;}
	.main-banner .carousel-caption h1{padding:0;}
	.blog-item h4{font-size: 1.2rem;}
	.blog-item p{line-height: 1.2rem;}
	.section1 .welcome-content{padding: 2rem;}
	.site-navbar .site-navigation .site-menu{margin-right: 0;}
	.section2::before{height: 90%; top:5%;}
	.section3{margin-top:-1.1rem; padding: 5rem 0;}
	.testimonials-carousel{padding: 1rem;}
	.sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img{width: 100px;}
	.sticky-wrapper.is-sticky .top-contact{display: flex;}
/* 	.about-block::before, .about-img{width: 375px; height:375px;} */
	.main-banner h1{font-size: 3rem;}
	.bannerImages .banner1{width: 70%; bottom:10%; left:0;}
	.bannerImages .banner2{width: 50%;}
	.bannerImages span{right: 0;}
	.call-btn span{font-size: 0.9rem;}
	.careServices a.image-link{height: auto;}
	.main-banner .carousel-caption{left:5%}
	.main-banner .carousel-control-next, .main-banner .carousel-control-prev{width: 5%;}
	.careServices .ServiceHeading h4 a{font-size: 1.3rem;}
  .testimonial-list{column-count: 2;}
  .service-block h3{font-size: 1.8rem;}
  .service-block{padding: 1rem;}
  .newsletter h2{font-size: 6rem;}
  .technology-block{padding: 2rem 1rem;}
  .inner-banner{top: 66px; margin-bottom:50px;}
  .inner-banner{height: auto;}
}
@media (max-width: 1200px) {
        nav .navbar-brand img{width: 120px;}
        .site-navbar .site-navigation .site-menu > li{margin: 0 0.8rem;}
        .site-navbar .site-navigation .site-menu > li a{font-size: 0.9rem;}
        .inner-banner{top: 62px;}
        .site-navbar .site-navigation .site-menu .has-children > .dropdown-arrow{display: inline-block;}
}
@media (max-width: 1030px) {
	body{background-position: center 0;}
	.technology-block{min-height: 350px; margin-top: -100px;}
	.technology-block h4{width: 220px; font-size:1.5rem; margin:1rem auto;}
	.technology-block img{max-height: 60px;}
	.banner-caption{bottom: 22%;}
	.main-banner h1{font-size: 3rem;}
	.cta-buttons a{width: 75px; height:75px; font-size: 11px; padding:6px;}
	.cta-buttons a img{width: 30px;}
/* 	.contact-form {padding-left: 0;padding-right: 0;} */
}
@media (max-width: 990px) {
	.site-menu-toggle { padding: 0.5rem 1rem; background: #212529; color: #fff; border-radius: 0.4rem; display: block;}
	.site-menu-toggle span{display: block; height:1px; width:20px; background:#fff; margin: 6px 0;}
	.site-mobile-menu .site-nav-wrap > li > ul > li > a{text-decoration: none;}
	.technology-block{margin-top: 3rem; min-height:400px}
	.banner-caption{bottom: 5%;}
	.main-banner h1{font-size: 2rem;}
	.main-banner h3{font-size: 1rem;}
	.bg-connect{background-position: -100px 127px;}
	.social-links{margin-bottom: 1.5rem;}
	.surgical-cost a {font-size: 0.8rem; text-align: center;}
	.surgical-cost a img{display: block; margin: auto;}
	.inner-banner .banner-caption{top:20%; left: 2%;}
	.company-counter-item {height: calc(100% - 30px);margin-bottom: 30px;}
	.cta-appointment-btn {text-align: left;}
	.about-img {text-align: center;margin-bottom: 30px;}
	.cta-info-content { display: block;margin-bottom: 20px;}
	.page-team {padding: 50px 0 20px;}
	.team-member-image img {aspect-ratio: 1 / 0.85;border-radius: 30px 30px 0 0px;}
	.page-team-single .row {border-radius: 40px 40px 30px 30px;margin: 0;}
	.page-team-single {padding: 50px 0 25px;}
	.section-title {text-align: center;margin-bottom: 20px;}
	figure.reveal {text-align: center;}
	.contact-form {margin-left: 0;}
	.service-section .owl-dots {text-align: center;}
	.service-section .owl-carousel button.owl-dot {width: 15px; height:15px; margin: 0 3px; background:#ddd; border-radius:50%;}
	.service-section .owl-carousel button.owl-dot.active {background:#557859;}
}
@media (max-width: 767px) {
	.top-contact{display: none;}
	.site-menu-toggle{position: absolute; top:1rem; right:0.5rem;}
	/* .btn{padding: 0.5rem 1rem;} */
	nav .navbar-brand img{width: 150px; margin: auto;}
	.sticky-wrapper{height: auto !important;}
	.sticky-wrapper.is-sticky .site-navbar{position: initial !important;}
	.sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img{width: 120px;}
	.main-banner{top: 8rem;}
	.logo-content{font-size: 1.7rem;}
	.blog-item{margin-bottom: 1.5rem;}
	.map-section::before{content: none;}
	.free-trial{position: fixed; bottom: 0; left: 0; width:100%; display:block; font-size:1rem; border-radius:0 !important; z-index: 99;}
	.map-section .map-address{position: initial; margin:2.5rem auto 3rem;}
	.main-banner{top: 0; color:#000;}
	.main-banner::before{content: none;}
	.main-banner h1{font-size: 2rem; color: #557859;}
	.site-navbar, .banner-caption{position: initial;}
	.banner-caption{margin-top: 2rem;}
	.technology-block{min-height: auto; margin: 1rem;}
	.surgery-section::before{width: 80%; height:1px; left: 0; right:0; top: 38%; bottom: auto;}
	.surgery-section h2{font-size: 1.8rem;}
	.review-section{padding: 0;}
	.testimonials{background: none; padding-top: 2rem;}
	.left-quote{left: 0;}
	.right-quote{right: 0;}
	.cta-section{text-align: center;}
	.cta-icon{margin: 0 auto 1.5rem;}
	.inner-banner{top:0;overflow: visible;}
	.inner-banner::before, .inner-banner::after{content: none;}
	.inner-banner .banner-caption{color: #000; width: 100%;}
	.cta-buttons{display: none;}
	.about-us{padding-top: 0;}
	.company-counter-item .icon-box img {max-width: 55px;}
	.page-contact {padding: 0 ;}
        .banner-caption .btn.btn-light{border:1px solid #000 !important;}
        .inner-section{padding-top: 0;}
        .team-lft img{width: 220px;}
	
}
@media (max-width: 500px) {
	.navbar-brand{margin-right:0;}
	nav .navbar-brand img{width: 145px;}
	.sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img{width: 180px;}
	footer{margin-bottom: 3.1rem;}
  .service-steps ul li{width: 100%;}
  .service-steps ul li:nth-child(2)::before, .service-steps ul li:nth-child(3)::before{width: 80%; height:1px; top:auto; right: 0;}
  .about-list-item, .doctor-info, .appointment-btn {width: 100%;}
.appointment-btn {margin-top: 20px;text-align: left;}
.inner-banner .container{position: inherit;}
.inner-banner .banner-caption{min-height: auto;}
     .team-lft img{width: 220px;}
}