/* =Fonts
========================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* =Box Sizing
========================================================================================*/
* { -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; height: 100%; }
html { overflow-y: inherit !important; }
body { font-size:16px; line-height:1.45; font-weight: 400; font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif; color:#4D4D4D; letter-spacing: 0.025rem; }
img { vertical-align:top; border:0; }
.allanim { -webkit-transition:all 350ms; transition:all 350ms; }
a { color:#2864A4; text-decoration:none; -webkit-transition:all 350ms; transition:all 350ms; }
a:hover { color:#2864A4; text-decoration:none; }
button:focus { outline: none; }
a:focus { outline: none; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active { background-color:transparent; }
}
b, strong { font-weight: 600; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 0.8rem 0; }
p:last-child { margin:0 0 0 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height:1.3; margin:0 0 0.8rem; font-weight: 700; color: #263238; }
h1, .h1 { font-size:3.5rem; } /* 56px */
h2, .h2 { font-size:2.813rem; } /* 45px */
h3, .h3 { font-size:2.375rem; } /* 38px */
h4, .h4 { font-size:2rem; } /* 32px */
h5, .h5 { font-size:1.563rem; } /* 25px */
h6, .h6 { font-size:1.125rem; } /* 18px */

ul:last-child { margin: 0; }
ul, ol { padding-left: 1.2rem; }
ul li, ol li { line-height:1.45; margin-bottom: 0.35rem; }
img { max-width: 100%; height: auto; }
.container { max-width: 1434px; }
.text-primary { color:#2864A4 !important; }
.bg-primary { background:#2864A4 !important; }
.bg-light { background-color: #F0F4F8 !important; }
.text-black { color:#263238 !important; }
.bg-black { background:#263238 !important; }
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 { color: #fff; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: inherit; text-decoration: underline; }


/* =Form Css
========================================================================================*/
.btn { font-weight: 700; box-shadow: none !important; outline: none !important; border-radius: 0.3rem; transition: 0.35s all; padding: 0.6rem 2rem; border-width: 2px; border-style: solid; }
.btn.btn-primary { background:#2864A4; border-color: #2864A4; color: #fff; }
.btn.btn-primary:hover { background: #263238; border-color: #263238; color: #fff; }
.btn.btn-primary-outline { background:transparent; border-color: #2864A4; color: #2864A4; }
.btn.btn-primary-outline:hover { background: #2864A4; border-color: #2864A4; color: #fff; }
.btn.btn-secondary { background:#263238; color: #fff; border-color: #263238; }
.btn.btn-secondary:hover { background: #2864A4; color: #fff; border-color: #2864A4; }
.btn.btn-secondary-outline { background:transparent; color: #263238; border-color: #263238; }
.btn.btn-secondary-outline:hover { background: #263238; color: #fff; border-color: #263238; }

.form-group { margin-bottom: 1rem; }
.form-group:last-child { margin-bottom: 0; }
.form-control { height: 50px; border: 1px solid #E1E2EA; border-radius: 0.5rem; font-size: 1rem; font-weight: 500; padding: 0.6rem 1rem; box-shadow: none; outline: none; color: #263238; }
.form-control:focus { box-shadow: none; outline: none; border-color: #BBBDCC; }
textarea.form-control { height: 100px; }
.form-control::placeholder { color: #263238; opacity: 0.4; }
.form-check label { font-weight: 500; }
.form-check-input:checked { background-color: #2864A4; border-color: #2864A4; }


/* =Header Css
========================================================================================*/
#header { position: sticky; top: 0; z-index: 9; box-shadow: 0 0 15px rgba(38, 50, 56,0.1); transition: 0.35s all; }
#header.headerfix { top: -60px; }
.header-top { background-color: #2864A4; padding: 0.625rem 0; }
.header-contact a { display: flex; align-items: center; color: #fff; font-weight: 500; transition: 0.35s all; margin-right: 1rem; }
.header-contact a:last-child { margin-right: 0; }
.header-contact a figure { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #fff; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.header-contact a figure svg { width: 16px; height: 16px; fill: #fff; transition: 0.35s all; }
.header-contact a:hover { color: #fff; }
.header-contact a:hover figure { background: #fff; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.header-contact a:hover figure svg { fill: #2864A4; }
.social-links { display: flex; align-items: center; margin-left: auto; }
.social-links a { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #fff; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.social-links a:last-child { margin-right: 0; }
.social-links a figure { margin: 0; width: 16px; height: 16px; }
.social-links a figure svg { width: 100%; height: auto; fill: #fff; transition: 0.35s all; vertical-align: top; }
.social-links a:hover { background: #fff; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.social-links a:hover svg { fill: #2864A4; }
.header-bottom { background-color: #fff; padding: 1rem 0; }
.logo { max-width: 130px; width: 100%; }
.logo figure { margin: 0; }
.logo figure img { width: 100%; height: auto; }
.logo figure a { display: block; }
.right-menubar .navbar { padding: 0; }
.navbar ul li { margin-right: 0.6rem; font-size: 1rem; letter-spacing: 0.04rem; }
.navbar ul li a { color: #4D4D4D; transition: 0.35s all; }
.navbar ul li a.active, .navbar ul li:hover > a { color: #2864A4; }
.navbar ul li .dropdown-menu { background-color: #fff; border: 0; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.navbar ul li li { margin: 0; }
.navbar ul li li a { padding: 0.5rem 1rem; }
.navbar ul li li:hover a { background: #2864A4; color: #fff; }
.dropdown .dropdown-toggle::after { margin-left: 0.455em; position: relative; top: 0.15rem; }
.navbar .navbar-toggler { position: relative; height: 35px; width: 35px; background: #fff; padding: 0; box-shadow: none; outline: none; border-radius: 0; border: 0; display: none; }
.navbar .navbar-toggler span { height: 3px; width: auto; background: #2864A4; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; transition: 0.35s all; }
.navbar .navbar-toggler span:before, .navbar .navbar-toggler span:after { content: ""; position: absolute; left: 0; right: 0; margin: auto; height: 3px; transform: none; background: #2864A4; transition: 0.35s all; }
.navbar .navbar-toggler span::before { top: -12px; }
.navbar .navbar-toggler span::after { bottom: -12px; }
.navbar .navbar-toggler:not(.collapsed) span { background: transparent; }
.navbar .navbar-toggler:not(.collapsed) span:before, .navbar .navbar-toggler:not(.collapsed) span:after { top: 0; bottom: 0; margin: auto; }
.navbar .navbar-toggler:not(.collapsed) span:before { transform: rotate(45deg); }
.navbar .navbar-toggler:not(.collapsed) span:after { transform: rotate(-45deg); }
.appointment-btn { margin-left: 0.5rem; }
.appointment-btn .btn { white-space: nowrap; font-weight: 600; }
.appointment-btn svg { height: 18px; width: 18px; fill: #2864A4; transition: 0.35s all; display: none; }
.appointment-btn .btn:hover svg { fill: #fff; }

/* =Footer page Css
========================================================================================*/
.footer-top { padding: 3.1rem 0 1.2rem; background: #F0F4F8; border-top: 1px solid #CAD6E1; }
.f-logo { max-width: 200px; width: 100%; margin: 0 auto 0; }
.footer-top h5 { margin-bottom: 0.8rem; padding-bottom: 0.7rem; position: relative; }
.footer-top h5:after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100px; background: #2864A4; }
.f-menu { margin-top: 0.9rem; }
.f-menu ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.f-menu ul li { margin: 0.5rem; color: #60A4ED; }
.f-menu ul li a { color: #9CC8F7; text-decoration: none; }
.f-menu ul li a:hover { color: #fff; }

.f-contact { display: flex; align-items: center; margin-bottom: 1rem; color: #4D4D4D; }
.f-contact:last-child { margin-bottom: 0; }
.f-contact figure { height: 40px; min-width: 40px; width: 40px; border: 1px solid #263238; margin: 0 0.6rem 0 0; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
.f-contact figure svg { fill: #263238; vertical-align: top; width: 16px; height: auto; }
.f-contact span { color: #4D4D4D; }
.footer-bottom { font-weight: 500; }

/* =Home page Css
========================================================================================*/
.reveal { visibility: hidden; }
.section-row { padding: 5rem 0; }
.section-title { margin-bottom: 3rem; }
.section-title h2 { margin: 0; }
.hero-row { position: relative; z-index: 2; }
.hero-text { padding: 5rem 0; }
.hero-text h1 { margin-bottom: 0; }
.page-title-row { background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1; }
.page-title-row:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #263238; z-index: -1; opacity: 0.75; }

.hero-img-box { position: relative; padding-top: 8rem; }
.hero-img { max-width: 75%; margin: 0 auto; width: 100%; }
.hero-img figure { margin: 0; }
.hero-img figure img { width: 100%; height: auto; }
.hero-img-box:after { content: ""; position: absolute; left: 49%; background: #2864a4; top: 0; bottom: 0; width: 5000px; z-index: -2; }
.hero-ico { height: 100px; width: 100px; background: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin: auto; position: absolute; z-index: 2; box-shadow: 0 0 20px rgba(0,0,0,0.15); }
.hero-ico img { width: 50%; height: auto; }
.hero-ico-01 { left: 0; bottom: 48%; } 
.hero-ico-02 { left: 3%; top: 7%; } 
.hero-ico-03 { left: 40%; top: 4%; } 
.hero-ico-04 { right: 8%; top: 32%; }

.wrap-img-box { align-items: end; display: flex; flex-direction: column; }
.wrap-img-box figure { margin-bottom: 0; }
.wrap-img-box figure img { width: 100%; height: auto; border-radius: 1rem; }
.wrap-img-box .wrap-img-01 { width: 70%; margin-right: auto; }
.wrap-img-box .wrap-img-02 { width: 50%; margin-left: -20%; margin-top: -30%; position: relative; z-index: 2; }

.doctor-img-box { position: relative; }
.doctor-img { max-width: 450px; width: 80%; margin: auto; }
.doctor-img figure { margin: 0; }
.doctor-img figure img { width: 100%; height: auto; }
.doctor-img-box .hero-ico-01 { left: auto; right: 12%; top: 33%; bottom: auto; }
.doctor-img-box .hero-ico-02 { left: 12%; bottom: auto; top: 43%; }

.doctor-img-box .hero-ico-03 { left: 16%; top: 30%; bottom: auto; }
.doctor-img-box .hero-ico-04 { left: auto; bottom: auto; top: 45%; right: 14%; }

.portfolio-filter { display: flex; justify-content: center; list-style: none; }
.portfolio-filter li { line-height: 1; margin: 0.2rem; }
.portfolio-filter li a { padding: 1rem 2rem; display: block; font-weight: 700; color: #4d4d4d; border-radius: 0.4rem; }
.portfolio-filter li.current a, .portfolio-filter li a:hover { background: #2864A4; color: #fff; } 
.portfolioContainer { /*height: auto !important; display: flex; justify-content: center; flex-wrap: wrap; margin: -0.4rem;*/ overflow: hidden; }
.portfolioContainer > div { /*position: static !important;*/ width: 25%; padding: 0.4rem; font-size: 0; }
.portfolio-box figure { margin: 0; position: relative; padding-top: 100%; position: relative; overflow: hidden; border-radius: 0.6rem; }
.portfolio-box figure img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; }
.lb-data .lb-close { position: fixed; top: 1rem; right: 1rem; width: 2rem; height: 2rem; background: transparent; opacity: 1; }
.lb-data .lb-close:before, .lb-data .lb-close:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 80%; width: 2px; background: #fff; margin: auto; }
.lb-data .lb-close:before { transform: rotate(45deg); } 
.lb-data .lb-close:after { transform: rotate(-45deg); }
.lb-outerContainer { background: transparent; }
.lb-data .lb-number { display: none; }
.lb-outerContainer .lb-container { padding: 0; }

.reviews-box { background: #fff; padding: 1.6rem; max-width: 800px; margin: 0 auto; width: 100%; box-shadow: 0 0 10px rgba(38, 50, 56,0.1); border-radius: 0.5rem; }
.reviews-box p { margin: 0 0 0.5rem 0; line-height: 1.3; }
.service-box { padding: 1.7rem 2rem; border-radius: 0.6rem; transition: 0.35s all; }
.service-box:hover { box-shadow: 3px 6px 20px rgba(47, 123, 204, 0.1); }
.service-box h5 { font-size: 1.3rem; }

.accordion-button:after { display: none; }
.accordion-button { font-size: 1.563rem; font-weight: 600; letter-spacing: 0.01rem; color: #181C42; background: #E1EBF4; border: 0; border-radius: 0; padding: 1.5rem 1rem 1.5rem 6.5rem; position: relative; text-align: left; }
.accordion-button:before, .accordion-collapse:before { content: "Q"; position: absolute; left: 0; top: 0; width: 5rem; bottom: 0; display: flex; align-items: center; justify-content: center; font-size: 40px; border-right: 1px solid #fff; color: rgba(40, 100, 164, 0.5); text-transform: uppercase; font-weight: 900; transition: 0.35s all; }
.accordion-collapse:before { content: "A"; bottom: auto; top: 12px; left: 5px; border: 0; }
.accordion-button:not(.collapsed):before { color: #2864A4; } 
.accordion-button:not(.collapsed) { color: #181C42; background-color: #E1EBF4; }
.accordion-item { border: 1px solid #E1EBF4; margin-bottom: 10px; background-color: #fff; }
.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:first-of-type .accordion-button { border-radius: 0; }
.accordion-collapse { border: 0; padding-left: 6.5rem; position: relative; overflow: hidden; }
.accordion-collapse .accordion-body { padding-left: 0; }
.accordion-collapse .accordion-body ul li { line-height: 2.45; }
.accordion-body p:last-child { margin-bottom: 0; } 
.accordion-header .accordion-button:focus { box-shadow: none; }

.contact-info-box { padding: 1.7rem 2rem; border-radius: 0.6rem; box-shadow: 3px 6px 20px rgba(47, 123, 204, 0.1); border: 1px solid #CAD6E1; }
.contact-info-box ul { margin: 0; padding: 0; list-style: none; }
.contact-info-box ul li { display: flex; margin-bottom: 0.9rem; }
.contact-info-box ul li figure { box-shadow: 0 10px 15px rgba(24, 28, 66, 0.2); height: 50px; width: 50px; margin-right: 1rem; border-radius: 50px; min-width: 50px; display: flex; align-items: center; justify-content: center; }
.contact-info h5 { font-size: 1.363rem; margin: 0; }
.contact-info p a { color: #4D4D4D; } 
.contact-info p a:hover { color: #2864A4; }