@charset "utf-8";

/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Titillium Web", sans-serif;
    --body-font-Size: 18px;
    --primary-color: #d72c41;;
    --secondary-color: #1d2a77;
    --light-gray: #f0f0f0;
    --dark-gray: #cbcbcb;
    --black: #000;
    --white: #fff;
    --body-color: #424242;
    --btn-color: #6d6d6d;
    --gary-bg: #f6f7fb;
    --testi-brdr: #c8c9cc;
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000;color:#fff;}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 25px 0;clear:left;padding:0; line-height:23px; }
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 30px 0;height:1px;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
.heading {font-size: 48px;line-height: 52px;color: var(--secondary-color);font-weight: 600;} 
.heading40 {font-size: 40px;line-height: 48px;} 
.heading60 {font-size: 60px;line-height: 64px;} 
.title-style {display: inline-block; font-size: 18px;color: var(--secondary-color); border-bottom: 1px solid var(--primary-color); padding-bottom: 10px; font-weight: 600;margin: 0 0 30px 0;}
/*************** PRELOADER ***************/
 #preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 9999; display: flex; justify-content: center; align-items: center;
transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
.spinner {width: 100%;height: 100%; background-image: url(../images/maxmed-logo.svg); background-position: center; background-repeat: no-repeat; background-size:180px; }
#preloader.hidden { opacity: 0;visibility: hidden; }

/*************** COLUMS AND ROWS ***************/
main{ position:relative;}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.align-center{ align-items: center; }
.section-spacing{padding:100px 0;}
.sticky{position: -webkit-sticky !important;position: sticky !important;top: 100px;width:100%;}
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1400px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.pos-relative { position: relative;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.text-white { color: var(--white);} 
.text-black { color: var(--black);} 
.text-primary { color: var(--primary-color);} 
.text-secondary { color: var(--secondary-color);} 
.scrollwrap{ width: calc(50vw + 680px); overflow: hidden;}
.scrollwrap-left { margin-left: calc(-50vw + 50%); overflow: hidden;}
.semi-bold { font-weight: 600;}
.bold { font-weight: bold;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{display: flex; width: 100%; height: 10px;}
.gap-20{ height: 20px;}
.gap-30{ height: 30px;}
.gap-40{ height: 40px;}
.gap-50{ height: 50px;}
.gap-60{ height: 60px;}
.gap-70{ height: 70px;}
.gap-80{ height: 80px;}
.gap-90{ height: 90px;}
.gap-100{ height: 100px;}
.m-b-0{ margin-bottom: 0px;}
.m-b-5{ margin-bottom: 5px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-15{ margin-bottom: 15px;}
.m-b-20{ margin-bottom: 20px;}
.m-b-25{ margin-bottom: 25px;}
.m-b-30{ margin-bottom: 30px;}
.m-b-35{ margin-bottom: 35px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-45{ margin-bottom: 45px;}
.m-b-50{ margin-bottom: 50px;}
.pr-10{padding-right: 10px;}
.pl-50{padding-left: 50px;}
.bg-grey{ background-color: var(--gary-bg);}
.direction-column{flex-direction: column;}
.stickybar {position: sticky;top:100px;}
	
/*********************/	
.smd10{width:10%; }
.smd15{width:15%; }
.smd20{width:20%; }
.smd25{width:25%; }
.smd30{width:30%; }
.smd40{width:40%; }
.smd50{width:50%; }
.smd60{width:60%; }
.smd70{width:70%; }
.smd75{width:75%; }
.smd80{width:80%; }
.smd85{width:85%; }
.smd90{width:90%; }
.smd100{width:100%;}

/*************** ROUND TEXT ANIMATION ***************/

@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg);  }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-moz-keyframes rotatecircle {
    0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}

@-webkit-keyframes rotatecircle {
    0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(-360deg); }
}
	
/*************** PAGE CSS ***************/
header{ 
    /* position: fixed; */
    /* top:0;  */
    /* left: 0;     */
    width: 100%;
    z-index: 10;
    padding: 10px 0px; 
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header.smaller {
    padding: 10px 0;
    position: fixed;
    z-index: 9;
    /* background-image: none; */
    box-shadow: 0px 10px 20px 0px rgba(123, 123, 123, 0.1);
    top: 0;
    left: 0;
    background-color: var(--white);
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right {
    display: flex;
    align-items: center;
}
.logo img{
    width: 207px;
}
header.smaller .logo img{
    width: 150px;
}
.search-top a {
    font-size: 22px;
    color: var(--black);
}
.top-header {
    background-color: #32469c;
}
.top-header .container {
    display: flex;
    justify-content: space-between;
}
.top-header-left {
    display: flex;
    gap: 65px;
    align-items: center;
}
.mail , .call, .loc {
    display: inline-flex;
    gap: 16px;
    align-items: center;
}
.mail img , .call img , .loc img {
    flex: 0 0 30px;
}
.mail h6 , .call h6 , .loc h6 {
    font-size: 14px;
    color: var(--white);
    margin: 0;
}
.mail a , .call a , .loc a {
    color: var(--white);
}
.top-header-right  {
    display: flex;
    align-items: center;
}
.appoimnt-search-wrap {
    display: flex;
    align-items: center;
}
.book-appointment a {
    display: inline-flex;
    padding: 17px 30px;
    gap: 19px;
    color: var(--white);
    background-color: var(--primary-color);
    font-size: 14px;
    align-items: center;
}
.book-appointment:hover a {
    background-color: #202c7a;;
}
.search-top a {
    display: inline-flex;
    padding: 18px 19px;
    color: var(--white);
    background-color: #18236d;
    align-items: center;
    justify-content: center;
    min-height: 55px;
}
.search-top:hover a {
    background-color: #c13a4b;
}
.top-social-links { 
    display: inline-flex;
    gap: 18px;
    padding-left: 40px;
}
.top-social-links a {
    color: var(--white);
}
.top-social-links a:hover {
    color: var(--primary-color);
}
section.discover-medical-expert {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.discover-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
.docter-search {
    flex: 0 0 65.6%;
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 50px 55px 55px 55px;
}
.docter-search h2 {
    font-size: 37px;
    line-height: 42px;
    font-weight: 600;
    margin: 0 0 25px 0;
}
.docter-search h4 {
    font-size: 18px;
    font-weight: 600;
    color: #f2f2f2;
    margin: 0 0 22px 0;
}
.seclect-box-wrap {
    display: flex;
    gap: 2.5%;
    flex-wrap: wrap;
    align-items: center;
}
.select-box {
    flex: 0 0 48.7%;
    position: relative;
}
.select-box select {
    width: 100%;
    background-color: transparent;
    background: transparent;
    padding:20px;
    border: 1px solid var(--white);
    font-weight: 400;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    background:transparent;
    z-index: 1;
    font-size: 16px;
}
.select-box select option {
    background-color: var(--secondary-color);
    border: 1px solid var(--white);
}
.select-box::after {
    content: "";
    width: 58px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
    display: inline-block;
    border-left: 1px solid var(--white);
    background: url(../images/icons/select-arrow.png) no-repeat center;

}
.time-card {
    background-color: var(--primary-color);
    padding: 35px 45px;
    flex: 0 0 32.2%;
}
.time-item {
    display: flex;
    width: 100%;
    padding: 15px 0;
    align-items: flex-start;
    gap: 18px;
    border-bottom: 1px solid rgba(250, 250, 250, .5);
}
.time-item img {
    flex: 0 0 30px;
}
.time-item h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.time-item h3 {
    font-size: 22px;
    font-weight: 500;  
    margin: 0;
    color: var(--white);
}
.time-item:first-child {
    padding-top: 0;
}
.time-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.pad { padding: 100px 0;}
.specilite-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.specilite-left {
    width: 37%;
}
.specilite-left p {
    margin: 0 0 15px 0;
}
.specilite-left .button-style a {
    margin-top: 25px;
}
.specilite-right {
    width: 63%;
    padding-top: 10px;
}
.outside-carousel {
    width: 124%;
    overflow: hidden;
}
.specilities {
    overflow: hidden;
    padding: 100px 0;
}
.box-style {
    position: relative;
    min-height: 370px;
    display: block;
}
.box-style::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 200px;
    width: 100%;
    background: linear-gradient(to top, rgba(29, 42, 119, 1) 0%, rgba(29, 42, 119, 06) 50%, rgba(29, 42, 119, 0)100%);
    z-index: 1;
    opacity: .5;
}
.box-style .hover-effect {
    outline: 1px solid rgba(250, 250, 250, .3);
    outline-offset: -10px;
    transition: all ease-in-out 300ms;
} 
.box-style:hover .hover-effect {
    outline: 1px solid var(--primary-color);
} 
.box-style-cont {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    display: flex;
    gap: 25px;
    color: var(--white);
    align-items: flex-end;
    padding-right: 40px;
    z-index: 2;
}
.box-style-cont h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 13px 0;
}
.box-style-cont p {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
}
.icn {
    flex: 0 0 100px;
    height: 94px;
    background-color: var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.hospital-overview {
    position: relative;
}
.hospital-overview::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 467px;
    background-color: var(--gary-bg);
    z-index: -1;
}
.overview-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.overview-left,
.overview-right {
    flex: 0 0 50%;
}
.overview-left {
    padding: 70px;
    background: linear-gradient(45deg, rgba(29,42,119,1) 0%,rgba(29, 42, 119 ) 58%,rgba(215, 44, 65, 0.900) 100%);
}
.overview-left p {
    line-height: 24px;
}
.overview-btn-wrap {
    padding: 20px 0 0 0;
    display: flex;
    gap: 24px;
}
.counter-wrapper-main {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 40px 0;
    border-bottom: 1px solid #c2c2c2;
}
.counter-container {
    flex: 0 0 25%;
    text-align: center;
    position: relative;
    border-right: 1px solid #c2c2c2;
}
.counter-container::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 50px;
    background-color: var(--primary-color);
    transition: all ease-in-out 500ms;
}
.counter-container:last-child {
    border-right: 0;
}
.counter-container:last-child::after {
    display: none;
}
.counter-container:hover::after {
    height: 100%;
    bottom: auto;
}
.counter-wrapper,
.counter-wrapper span {
    font-size: 77px;
    line-height: 82px;
    color: var(--primary-color);
    font-weight: bold;
}
.counter-container h3 {
    color: var(--black);
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}
.our-docters {
    padding: 100px 0;
    background-color: var(--gary-bg);
    overflow: hidden;
}
.docters-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.docters-left {
    width: 37%;
}
.docters-right {
    width: 63%;
    padding-top: 10px;
}
.docters-outside-carousel {
    width: 145%;
    overflow: hidden;
}
.docter-card {
    display: block;
}
.docter-cont {
    background-color: var(--primary-color);
    color: var(--white);
    position: relative;
    padding: 24px 120px 24px 30px;
}
.doc-cap {

}
.doc-cap h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: var(--white);
    margin: 0 0 10px 0;
}
.doc-cap p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: var(--white);
    margin: 0;
}
span.link {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    display:block;
    background-color: var(--secondary-color);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
span.link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/icons/btn-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.docter-card:hover span.link {
    background-color: var(--primary-color);
}
.docter-card:hover span.link::after {
    transform: rotate(-45deg)
}
.testimonials {
    padding: 100px 0;
}
.testi-card {
    display: block;
    padding: 45px 60px ;
    outline: 1px solid var(--testi-brdr);
    background-color: var(--gary-bg);
    outline-offset: -15px;
}
.testi-card:hover {
    background-color: var(--secondary-color);
    outline: 1px solid rgba(250, 250, 250, .3);
}
.testi-card:hover .author,
.testi-card:hover p {   
    color: var(--white);
}
.testi-card:hover p {
    border-bottom: 1px solid rgba(250, 250, 250, .3);   
}
.testi-card p {
    color: #424242;
    font-size: 18px;
    border-bottom: 1px solid var(--testi-brdr);
    margin: 0 0 30px 0;
    padding: 0 0 40px 0;
}
.quote {
    margin: 0 0 35px 0;
}
.author {
    font-size: 18px;
    line-height: 22px;
    color: var(--secondary-color);
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.news-blogs {
    padding: 0 0 100px 0;
}
.news-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.news-top-wrapper p {
    margin: 0;
}
.news-top-lft .heading60 {
    line-height: 45px;
}
.news-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3%;
}
.news-item {
    flex: 0 0 31.333333%;
    display: block;
    border-bottom: 1px solid var(--primary-color);
}
.news-cap {
    padding: 60px 0 40px 0;
    position: relative;
}
.date {
    font-size: 13px;
    line-height: 16px;
    color: var(--primary-color);
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 34px 0;
}
.news-cap h3 {
    font-size: 24px;
    line-height: 30px;
    color: var(--secondary-color);
    font-weight: 600;
    margin: 0 0 30px 0;
    transition: all ease-in-out 300ms;
}
.news-cap p {
    margin: 0;
    color: var(--body-color);
}
.news-item:hover .news-cap h3{
    color: var(--primary-color);
} 
footer {
    background-color: var(--secondary-color);
    position: relative;
    overflow: hidden;
}
footer::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: var(--primary-color);
}
.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.footer-left {
    padding: 100px 70px 70px 0;
    background-color: var(--primary-color);
    color: var(--white);
    flex: 0 0 44%;
}
.footer-form input.fieldset::placeholder,
.footer-form textarea.fieldset::placeholder {
    color: var(--white) !important;
}
.footer-form .fieldset {
    margin: 0;
}
.footer-form textarea.fieldset {
    height: 115px;
    padding-block: 20px ;
}
.form-group {
    margin-bottom: 20px;
}
.footer-left .heading {
    margin-bottom: 40px;
    line-height: 42px;
}
.footer-left p {
    margin-bottom: 30px;
}
.sendbutton-group {
    position: relative;
    height: 67px;
}
.sendbutton-group .sendbutton {
    background-color: var(--white);
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary-color);
    padding: 16px 35px;
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: left;
    text-transform: capitalize;
    margin: 0;
}
.sendbutton-group::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    display: block;
    background-image: url(../images/icons/sendbutton-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.footer-right {
    flex: 0 0 56%;
    padding: 100px 0 70px 80px;
}
.footer-col h3 {
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 60px;
    margin-top: 10px;
}
.footer-col ul {
    margin-bottom: 0;
}
.footer-col ul li {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 16px;
}
.footer-col ul li:last-child {
    margin-bottom: 0;
}
.footer-col ul li a {
    color: var(--white);
}
.footer-col ul li:hover a {
    color: var(--primary-color);
}
.footer-col-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.footer-col {
    flex: 0 0 50%;
}
.footer-logo img {
    width: 207px;
    margin-bottom: 28px;
}
.footer-logo p {
    color: var(--white);
    margin-bottom: 50px;
}
.feature-item {
    width: 100%;
    display: flex;
    gap: 32px;
    align-items: flex-start;
    padding: 0 0 27px 0;
    margin: 0 0 27px 0;
    border-bottom: 1px solid rgba(250, 250, 250, .2);
}
.feature-item:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.feature-item img {
    flex: 0 0 44px;
}
.feature-cap h4 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--white);  
}
.feature-cap h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    color: var(--white);
}
.feature-cap h3 a {
    color: var(--white); 
    line-height: 24px;
}
.copy-rights {
    padding: 30px 0 0 0;
    margin: 45px 0 0 0;
    border-top: 1px solid rgba(250, 250, 250, .3);
    position: relative;
}
.copy-rights::after {
    content: "";
    position: absolute;
    top: -1px ;
    right: -100%;
    width: 100%;
    height: 1px;
    background-color: rgba(250, 250, 250, .3);
    display: block;
}
.copy-rights p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
}
.copy-rights p, .copy-rights a {
    color: var(--white);
    font-size: 15px;
}
.copy-rights a:hover {
    color: var(--primary-color);
}
.contactstyle {
    flex: 0 0 34%;
    display: inline-block;
    position: relative;
    margin: 0 0 12px;
    padding: 50px 40px;
    background-color: var(--secondary-color);
    outline: 1px solid rgba(123, 123, 123, .3);
    outline-offset: -10px;
}
.coic, .contactstyle a:hover, .label-style {
    color: var(--secondary-color)
}
.coic {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    background-color: var(--white);
    font-size: 16px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coic, .out-inn-links a {
    line-height: 41px;
    height: 40px;
    color: var(--white);
    background-color: var(--primary-color);
}
.contactstyle h4 {
    font-size: 19px;
    margin-bottom: 2px;
    color: var(--white);
    font-family: var(--font-medium);
}
.contactstyle p {
    margin-bottom: 0;
    color: var(--white);
    font-weight: 600;
}
.contactstyle p a{
    color:var(--white);
    font-weight: 600;
}
.contactstyle p a:hover {
    color: var(--primary-color);
}
.contact-left {
    flex: 0 0 30%
}
.cont-inn-box{position: relative;padding: 0 0 20px 60px;margin-bottom: 20px;border-bottom: 1px solid rgba(123, 123, 123, .3);}
.cont-inn-box:last-child{margin-bottom:0px;border-bottom: none;padding-bottom: 0px;}
.contactstyle h3{
    font-size: 26px;
    border-bottom: 1px solid rgba(123, 123, 123, .3);
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: var(--white);
    font-family: var(--font-medium);
}
.contact-right{flex: 0 0 62%;}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .form-group{ margin-bottom: 15px; }
.label-style {position: absolute;top: -11px;left: 16px;font-size: 15px;background-color: #fff;padding: 0 5px;color: var(--secondary-color);z-index: 1;}
.form-group{ position: relative; }
.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
}
.contact-form .form-group{
    flex: 0 0 49%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.contact-right .heading:after{ display: none;}
.contact-right .heading{ color: var(--black); padding-bottom: 0px;}
.contact-page-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 4%;   
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.contact-form .fieldset {border: 1px solid rgba(0, 0, 0, .1);}
.contact-form .fieldset { color: var(--black) !important;}
.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.gallery-item {
    flex: 0 0 32%;
}
.gallery-item .hover-effect {
    border-radius: 15px;
}
.docters-wrap-inn {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2.5%;
}
.docter-card-inn {
    flex: 0 0 31.66666%;
}
.docter-card-inn {
    border: 1px solid var(--light-gray);
}
.docter-select-inn {
    background-color: var(--secondary-color);
    padding: 35px;
    margin-bottom: 40px;
}
.docter-select-inn .select-box select {
    color: var(--white);
}
.hilite-text {
    font-size: 21px;
    line-height: 28px;
}
.img-style {
    outline: 1px solid rgba(250, 250, 250, .5);
    outline-offset: -10px;
}
.head-cap {
    position: relative;
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
    margin: 0 0 30px 0;
}
.head-cap::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: linear-gradient(45deg, rgba(29, 42, 119, 1) 0%, rgba(215, 44, 65, 1) 100%);
    left: 0px;
    top: 7px;
}
.specialite-wrap-inn {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2.5%;
    justify-content: center;
}
.card-item {
    flex: 0 0 31.666%;
}
.card-item-cap {
    background-color: var(--primary-color);
    color: var(--white);
    position: relative;
    padding: 18px 100px 18px 20px;
}
.card-item-cap h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}
.card-item-cap span.link {
    width: 70px;
}
.card-item:hover span.link {
    background-color: var(--primary-color);
}
.card-item:hover span.link::after {
    transform: rotate(-45deg)
}
.outline-box {
    position: relative;
    background: var(--primary-color);
    color: var(--white);
    padding: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    outline: 1px solid rgba(250, 250, 250, .1);
    outline-offset: -10px;
    flex: 0 0 50%;
}
.quick-floating-links {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    gap: 5px;
    display: inline-flex;
    flex-direction: column;
    right: 10px;
    z-index: 99;
    margin: 0;
}
.quick-floating-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #166bb2;
    border-radius: 50%;
    padding: 10px;
}
.quick-floating-links li a:hover {
    background-color: var(--primary-color);
}
.outline-box-wrap {
    display: flex;
    flex-wrap: wrap;
}
.outline-secondary {
    background-color: var(--secondary-color);
}
.outline-box .list li {
    color: var(--white);
}
.outline-box .list li:after {
    border: 2px solid var(--secondary-color);
}
.book-api-form {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.book-api-form .fieldset {
    border: 1px solid rgba(0, 0, 0, .1);
    color: var(--black) !important;
    margin-bottom: 0;
}
.book-api-form .form-group {
    flex: 0 0 49%;
    margin-bottom: 0;
}
.book-api-form .form-group-full{ 
    flex: 0 0 100%;
}
.board-memeber-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;   
}
.board-memeber {
    background-color: var(--light-gray);
    flex: 0 0 30%;
    border: 1px solid var(--light-gray);
}
.bord-cap {
    text-align: center;
    padding: 20px;
    background-color: #166bb2;
}
.borad-top-title {
    background-color: var(--secondary-color);
    text-align: center;
    font-size: 24px;
    padding: 12px 10px;
    font-weight: 600;
    margin: 0;
    color: var(--white);
}
.chairman .borad-top-title {
    background-color: var(--primary-color);
}
.bord-cap h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
    color: var(--white);
}
.bord-cap p {
    line-height: 23px;
    font-weight: 400;
    font-size: 16px;
    margin: 0 ;
    color: var(--white);    
}
.docter-prof-right {
    padding: 50px;
    background-color: var(--gary-bg);
}
.docter-prof-top h3 {
    font-size: 35px;
    line-height: 24px;  
    font-weight: 600;
    margin: 0 0 15px 0;
    color: var(--secondary-color);
}
.docter-prof-top p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: var(--body-color);
}   
.docter-prof-top {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}
.docter-prof-top::before {
    width: 65px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    background-color: var(--primary-color);
}
.prof-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--white);
    padding: 20px 0;
}
.prof-card {
    flex: 0 0 25%;
    padding: 10px 30px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    position: relative;
}
.prof-card::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 30px;
    background-color: var(--primary-color);
    transition: all ease-in-out 500ms;
}
.prof-card:last-child {
    border-right: 0;
}
.prof-card:nth-child(04):after {
    display: none;
}
.prof-card h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    color: var(--black);
}
.prof-card span {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.career-form-main {
    padding: 50px;
    background-color: var(--white);
    border-radius: 10px;
    display: block;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 40px;
}
.career-form-main form {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.career-form-main .form-group {
    flex: 0 0 49%;
    margin: 0 0 15px 0;
}
.form-group-full { 
    flex: 0 0 100%;
    margin: 0 0 15px 0;
    position: relative;
}
.form-group-full.m-b-0 {
    margin: 0;
}
.career-form-main input[type="file"] {
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    height: 55px;
    color: var(--black);
    padding: 15px 10px;
}
.career-form-main .fieldset {
    height: 55px;
    color: var(--black) !important;
}
.career-form-main textarea.fieldset  {
    height: 150px;
    padding:  15px;
}
.career-form-main .fieldset {
    border: 1px solid rgba(0, 0, 0, .1);
}


/**********upload file**************/
input[type="file"] {
    margin: auto;
    color: #000;
    font-size: 13px;
    transition: border-color .25s ease-in-out;
}
::file-selector-button{
    padding:5px 15px;
    border-width: 0;
    border-radius: 2em;
    background-color:var(--secondary-color);
    color: var(--white);
    transition: all .25s ease-in-out;
    cursor: pointer;
    margin-right: 1em;
    font-size: 12px;
}
::file-selector-button:hover {
    border-color: #888;
}                                                                                                   
::file-selector-button{
    background-color: var(--secondary-color);
}


/***********search ***********/
.search-wrap {
     margin: 0;
     width: 100%;
     height: auto;
     position: relative;
     padding: 0 60px 0 0;
	 overflow:hidden;

}
 .search-input {
    width: 100%;
    border:0;
    display:block;
    /*border-radius: 50px;*/
    color:var(--white) !important;
    background-color: transparent;
    outline: none;
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
    padding: 0;
    font-size: 18px;
    display: block;
    border-bottom:1px solid var(--white);
}
 .search-input::placeholder {
    color: var(--white) !important;
 }
ul.search-dropdown {
    background: #f3f3f3cc;
    margin: 0;
    padding: 25px 40px;
}
.search-button {
    background-color:var(--white);
    color:var(--black);
    width: 60px;
    height: 60px;
    border: 0;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;  
}
.search-button:hover {
	 color:var(--white);
     background-color: var(--primary-color);
} 

/*************** BUTTON STYLE ***************/
.button-style a, .button-style-span {
    position: relative;
    color: var(--btn-color);
    font-weight: 600;
    font-size: 14px;
    padding: 17px 82px 17px 30px;
    display: inline-block;
    opacity: 1;
    border: 1px solid var(--dark-gray);
}
.button-style a:after, .button-style-span:after{
    background-image: url(../images/icons/btn-arrow-prmry.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: var(--black);
    right: 15px;
    content: "";
    position: absolute;
    top: 22px;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}
.button-style a:hover, .button-style-span:hover{background-color: var(--secondary-color);color: var(--white);border: 1px solid var(--primary-color);}
.button-style a:hover:after, .button-style-span:after{transform: rotate(-45deg);filter: brightness(0) invert(1);}
.button-style-white a, .button-style-white span {
    position: relative;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    padding: 17px 82px 17px 30px;
    display: inline-block;
    opacity: 1;
    border: 1px solid var(--white);
}
.button-style-white a:after, .button-style-white-span:after{
    background-image: url(../images/icons/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: var(--black);
    right: 15px;
    content: "";
    position: absolute;
    top: 22px;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}
.button-style-white a:hover, .button-style-white-span:hover{background-color: var(--primary-color);color: var(--white);border: 1px solid var(--white);}
.button-style-white a:hover:after, .button-style-white-span:after{transform: rotate(-45deg);filter: brightness(0) invert(1);}


/*************** INNER BANNER ***************/
.banner {
	width: 100%;
	height: 250px;
	display: flex;
	flex-direction:column;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/banner.jpg);
	background-color: var(--primary-color);
	justify-content: flex-end;
	padding-bottom: 25px;
}
.banner h2 {
	color:var(--white);
	font-size: 50px;
    line-height: 50px;
	margin: 0 0 5px;
	position: relative;
	z-index: 1;
    font-weight: 600;
}
.breadcrumb {
    display: flex;
    color: var(--white);
    margin:0;
    position:relative;
    z-index: 1;
}
 
.breadcrumb ul {
     
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     margin: 10px 0 0 0;
 
}
.breadcrumb li {
    margin: 0;
    font-size: 13px;
    text-transform:uppercase;
    color: var(--white);
    font-family: var(--font-medium);
}    
.breadcrumb li:not(:last-child)::after {
    display: inline-flex;
    margin: 0 10px;
    content: "  ";
    width: 12px;
    height: 1px;
    background-color: var(--primary-color);
    position: relative;
    top: -3px;
}
 .breadcrumb a{
   color: var(--white);
}
 .breadcrumb a:hover{
   color: var(--primary-color);	
 
}

/*************** table style ***************/
.responsive-table{overflow-x: auto;}
.table-style {border-collapse: collapse;width: 100%;}
td, th {border: 1px solid #ddd;padding: 8px;}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th { padding-top: 12px;padding-bottom: 12px;text-align: left;background-color: var(--primary-color);color:var(--white);}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 57px;padding: 10px 20px;background-color: transparent;display:block;border: 1px solid var(--white);
margin:0 0 10px 0;color: var(--white)!important;font-size: 16px;}
textarea.fieldset, textarea{ height: 140px; padding: 15px;}
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 16px 25px 16px;text-align:center;background-color: var(--primary-color);text-transform:uppercase;
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;}
.sendbutton:hover{background-color:var(--secondary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}


/*************FLOATING WHATSAPP*******/
.whtsapp-link{position:fixed;right: 10px;bottom: 70px;z-index:11;}
.whtsapp-link h5{float:left;width:165px;position:absolute;right:-11px;opacity:0;color:var(--white);font-size:13px;font-weight:500;margin: 7px -12px 0 0;background-color:var(--secondary-color);padding: 10px;border-radius:5px;line-height:18px;z-index:0;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whatsapp-icon{width: 50px;height: 50px;background:#12c449;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0px 6px 8px 2pxrgba(0,0,0,0.14);-webkit-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);-moz-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);text-align:center;line-height: 52px;float:right;margin-left:0;z-index:1;position:relative;display: flex;justify-content: center;align-items: center;}
.whatsapp-icon img{width: 32px;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whtsapp-link:hover h5{right:52px;opacity:1}
.whtsapp-link:hover .whatsapp-icon img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}

/*************HOVER EFFECT*******/
.hover-effect{
	width:100%;
	position:relative;
	overflow:hidden;
}
.rounde-corner{
	border-radius: 15px;
	overflow:hidden;
}
 .hover-effect i{
    width:50px;
    height:50px;
    background-color:var(--primary-color);
	border-radius: 50%;
    color:#fff;
    position:absolute;
    left:50%;
    top:-100px;
    z-index:1;
    line-height:50px;
    text-align:center;
	overflow:hidden;
    margin:0 0 0 -25px;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 .hover-effect:hover i{
    top:50%;
    margin:-25px 0 0 -25px;
}

 .hover-effect i:hover{
	background-color:var(--secondary-color);
	}

.hover-effect img {
 	display:block;
  	width:100%;
	-webkit-filter: none;
    filter: none;
 	-webkit-transition: all .5s;
    transition: all .5s;
}
.hover-effect:hover img {
    /* -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;*/
	
	/*-webkit-filter: brightness(70%);*/
	/*filter: grayscale(60%);
	-webkit-filter: grayscale(60%);*/
}   

 
.hover-effect:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222529;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s, transform 0.3s
}
 .hover-effect:before {
 	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease
	}
	
 .hover-effect:hover:after,
 .hover-effect:hover:before {
    opacity: 0;
    transform: none
}

 .hover-effect:after {
    transform: translateX(-100%);
    background-color: #fff;
    opacity: 0.5;
    transition: transform 0.9s ease, opacity 0.9s ease
}

 .hover-effect:before {
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease
}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #265B9E;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #BCC2C6;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}


/************************************* 1650px *************************************/
@media only screen and (max-width: 1650px) { 
}

/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {   
}

/************************************* 1500px *************************************/
@media only screen and (max-width: 1500px) {
.container{ max-width:95%;}
}

/************************************* 1450px *************************************/
@media only screen and (max-width: 1450px) {
.top-header-left {gap: 35px;}
.overview-left { padding: 50px ;}
}  

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {
.top-header-left {gap: 35px;}
.overview-left { padding: 45px ;}
}   

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {
.mail, .call, .loc { gap: 10px;}
.top-header-left {gap: 25px;}
}

/************************************* 1300px *************************************/
@media only screen and (max-width: 1340px) {
.discover-wrap {gap: 0;}
.docter-search { flex: 0 0 65%;}
.time-card { flex: 0 0 35%;}
.overview-right .hover-effect { display: none;}
.overview-right { background-image: url(../images/reception.jpg);
background-position: center center;background-size: cover;background-repeat: no-repeat;}
}

/************************************* 1300px *************************************/
@media only screen and (max-width: 1300px) {
.top-header-left {flex: 0 0 60%;}
.top-header-right {flex: 0 0 40%;justify-content: flex-end;}
.specilite-left { padding-right: 30px;}

}
/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
.top-header-left, .top-header-right {flex: 0 0 50%;}
.top-header-left { gap: 15px;}
.mail h6, .call h6, .loc h6 { font-size: 13px;}
.time-card {padding: 35px;}
.docter-search {padding: 50px 35px 55px 35px;}
.box-style { min-height: auto;}
}

/************************************* 1110px *************************************/
@media only screen and (max-width: 1110px) {
.top-header .container { flex-wrap: wrap;}
.top-header-left, .top-header-right {flex: 0 0 100%;}
.top-header-left { justify-content: center;padding: 8px 0;}
.top-header-right { justify-content: space-between;}
.time-item h3 {font-size: 18px;}
.docters-left { padding-right: 30px;}
.prof-card {padding: 10px 20px;}
}                                                                                                                                           

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.news-top-wrapper {justify-content: flex-start;align-items: flex-start;
flex-direction: column;row-gap: 20px;}
.news-item {flex: 0 0 48.5%;}
.news-cap { padding: 30px 0;}
.contactstyle, .contact-right {flex: 0 0 100%;}
}   


/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
.specilite-left, .specilite-right, .docters-left, 
.docters-right, .overview-left, .overview-right{ flex: 0 0 100%;}
.specilite-left p br, .docters-left p br { display: none;}
.specilite-left .button-style a { margin: 15px 0 35px 0;}
.outside-carousel, .docters-outside-carousel { width: 100%;}
.docters-left { margin-bottom: 35px; padding: 0;}
.overview-right { background-image: none;}
.overview-right .hover-effect {display: block;}
.footer-left, .footer-right {padding: 50px 0 50px 0; flex: 0 0 100%;}
footer::before {width: 100%;height: 670px;}
.prof-card-wrapper {row-gap: 15px;}
.prof-card { flex: 0 0 50%;}
.prof-card:nth-child(02):after {display: none;}
.prof-card:nth-child(02) {border-right: 0;}

}

/************************************* 850px *************************************/
@media only screen and (max-width: 880px) {
.time-card, .docter-search { flex: 0 0 100%;}
.docter-search { padding: 40px 35px;}
.time-item {padding: 0 ;gap: 18px; border-bottom: 0;
border-right: 1px solid rgba(250, 250, 250, .5);
flex: 0 0 33.333%;justify-content: center;}
.time-card {display: flex;flex-wrap: wrap;padding: 35px 30px;}
.time-item:last-child {border-right: 0;}
.career-form-main {padding: 25px;}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
section.discover-medical-expert {margin-top: 0;}
section.discover-medical-expert  .container { max-width: 100%;}
.docter-search, .time-card  {padding: 30px 25px;}
.time-item { flex:  0 0 100%;border-right: 0;padding: 25px 0; 
border-bottom: 1px solid rgba(250, 250, 250, .5);}
.specilities, .our-docters, .testimonials, .pad { padding: 50px 0;}
.news-blogs { padding: 0 0 50px 0;}
.overview-left {padding: 25px;}
.overview-btn-wrap {gap: 15px;flex-direction: column;}
.heading40 {font-size: 30px;line-height: 36px;}
.heading60, .heading {font-size: 32px;line-height: 38px;}
body { font-size: 17px;}
.button-style a, .button-style span,
.button-style-white a, .button-style-white span {
padding: 13px 50px 13px 20px; } 
.button-style a:after, .button-style-span:after,
.button-style-white a:after, .button-style-white-span:after {
top: 19px;width: 13px;height: 13px;}
.news-item { flex: 0 0 100%;}
.doc-cap h3 {font-size: 18px;line-height: 22px;margin: 0 0 5px 0;}
.doc-cap p { font-size: 12px;line-height: 14px;}
.docter-cont {padding: 20px 90px 20px 15px;}
span.link {width: 80px;}
.counter-wrapper-main { row-gap: 25px;padding: 40px 0;}
.counter-container:nth-child(02) { border-right: 0;}
.counter-container:nth-child(02)::after { display: none;}
.counter-container { flex: 0 0 50%;}
.counter-wrapper, .counter-wrapper span {font-size: 60px;line-height: 72px;}
.news-cap br {display: none;}
.footer-left .heading {margin-bottom: 20px;}
.breadcrumb ul { margin: 5px 0 0 0 ;}
footer::before {width: 100%;height: 680px;} 
.gallery-item {flex: 0 0 48%;}
.docter-card-inn, .card-item {flex: 0 0 48.55555%;}
.banner h2 {font-size: 26px;line-height: 32px;margin: 0;text-align: center;}
.banner {height: 150px; padding-bottom: 0;justify-content: center;align-items: center;}
.banner .container{ display: flex; flex-direction: column; justify-content: center;align-items: center;}
.outline-box { flex: 0 0 100%;padding: 25px;outline-offset: -8px;}
.two-col { flex: 0 0 100%;}
.two-col:first-child { margin-bottom: 30px;}
.smd30, .smd70 { width: 100%;}
.docter-prof-right { padding: 25px;}
h2 {font-size: 25px;}
.top-header-left .textwidget.custom-html-widget {width: 100%;}

}   


/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
.board-memeber {flex: 0 0 100%;}
.board-memeber-wrap { row-gap: 25px;}
.mail h6, .call h6, .loc h6 { font-size: 12px;} 

}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.testi-card { padding: 25px;outline-offset: -8px;}
.testi-card p {font-size: 16px;margin: 0 0 20px 0;padding: 0 0 20px 0;}
.news-cap h3 { margin: 0 0 20px 0;} 
.date { margin: 0 0 25px 0;} 
.footer-col {flex: 0 0 40%;}
.footer-col:last-child {flex: 0 0 60%;}
.feature-cap h3 { font-size: 18px;}
.feature-cap h4 { font-size: 13px;}
.feature-item { gap: 10px;}
.docter-card-inn, .card-item {flex: 0 0 100%;}
.contact-form .form-group {flex: 0 0 100%;margin-bottom: 5px;}
.copy-rights {text-align: center;}
.quick-floating-links {top: auto;transform: inherit;bottom: 130px;}
.book-api-form .form-group { flex: 0 0 100%;}
.career-form-main .form-group { flex: 0 0 100%;}
}


/************************************* 530px *************************************/
@media only screen and (max-width: 530px) {
.loc{ display: none;}
.top-header-left{ flex-wrap: wrap;justify-content: space-between;gap: 0;}
.top-social-links { padding-left: 0;}
.search-top a { padding: 12px 15px;min-height: 45px;}
.book-appointment a { padding: 12px 20px;}
.top-social-links a { font-size: 15px;}
.logo img { width: 170px;}
header.smaller .logo img {width: 130px;}
.select-box { flex: 0 0 100%;}
.seclect-box-wrap { row-gap: 20px;}

}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.gallery-item {flex: 0 0 100%;}
.prof-card {padding: 10px 15px;}
.prof-card h3 { font-size: 15px;}
}

/************************************* 460px *************************************/
@media only screen and (max-width: 460px) {
.mail, .call { flex: 0 0 50%;} 
.mail a, .call a {display: block;}
.call {justify-content: flex-end;}
.counter-container h3 {font-size: 14px;}
.counter-wrapper, .counter-wrapper span {
font-size: 55px;line-height: 72px;}
.prof-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--white);
    padding: 15px 0;
}
}

/************************************* 420px *************************************/
@media only screen and (max-width: 420px) {
.top-social-links { gap: 8px;}
.call { flex: 0 0 40%}
.mail { flex: 0 0 60%;}
.mail img, .call img, .loc img { flex: 0 0 25px;width: 25px;}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 380px) {
.book-appointment a { padding: 12px;gap: 8px;}
.footer-col ul li {margin-bottom: 10px;font-size: 13px;}
.footer-logo img { width: 170px;margin-bottom: 20px;}
footer::before { height: 700px;}
}


/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.call { flex: 0 0 32%;}
.search-top a {padding: 12px;}
.book-appointment a, .top-social-links a {font-size: 13px;}
.footer-col:last-child {padding-left: 10px;}
.mail img, .call img, .loc img { display: none;}
.mail , .call { flex:  0 0 50%; justify-self: center;text-align: center;}
.top-header-left {justify-content: center; gap: 0;}
.mail h6, .call h6, .loc h6 { width: 100%;}
.call h6{padding-left:15px; border-left: 1px solid #Cccc;}
.call { padding-left: 10px;}
}


/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}