@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

@font-face {
    font-family: 'SF Pro Display Light';
    src: url('fonts/SFProDisplay-Light.eot');
    src: url('fonts/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('fonts/SFProDisplay-Light.woff') format('woff'),
        url('fonts/SFProDisplay-Light.ttf') format('truetype'),
        url('fonts/SFProDisplay-Light.svg#SFProDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display Regular';
    src: url('fonts/SFProDisplay-Regular.eot');
    src: url('fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('fonts/SFProDisplay-Regular.woff') format('woff'),
        url('fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


:root {
    --main: #0952ab;;
   
    
}



/*
font-family: 'SF Pro Display Light', sans-serif;
font-family: 'SF Pro Display Regular', sans-serif;
font-family: 'Signika', sans-serif;
font-family: 'Playfair Display', serif;
*/


/*-------------- Defaults Css ------------------*/

body {
    font-family: 'SF Pro Display Light', sans-serif;
	font-size: 18px;
	line-height: 30px;
    font-weight: 300;
	color: #5f6b7d;
}
a {
	outline: none;
    text-decoration: none;
}
button, button:active, button:focus, button:visited {
	outline: none !important;
}

a, .logo, i, button, header, .scrollup, .mainmenu ul ul, .instaram-block a:before, .training-gallery-item:before, .clinical-case-img:before{
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

img {
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Signika', sans-serif;
	font-weight: 600;
}
h1 {
	color: #0952ab;
	font-size: 70px;
	font-family: 'Playfair Display', serif;
	letter-spacing: -2px;
}
h2 {
	font-size: 44px;    
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
	color: #171717;
}
h5 {
	font-size: 20px;
	color: #010101;
}
h6 {
	font-size: 18px;
	color: #010101;
}
strong{ 
    font-weight: 700;
}
a {
	color: #0a52ab;
}
p {
	letter-spacing: 0px;
  font-size: 17px;
}
p:last-child {
	margin-bottom: 0px;
}
/*-------------- important Css ------------------*/

.pr50 {
	padding-right: 50px;
}
.pl50 {
	padding-left: 50px;
}
.mtb-auto {
	margin-bottom: auto;
	margin-top: auto;
}
.separetor {
	height: 1px;
	background-color: #F2F2F2;
	margin: 15px 0px;
}

.item-table {
	display: table;
	width: 100%;
	height: 100%;
}
.item-tablecell {
	display: table-cell;
	vertical-align: middle;
}
.section-title {
	padding: 40px 0px;
}
.section-title h2{
	position: relative;
	text-align: center;
	color: #0a52ab;
	font-family: 'Signika', sans-serif;
	font-weight: 700;
	z-index: 1;
	font-size: 40px;
}
.section-title h2 span {
	position: absolute;
	font-size: 80px;
	color: #f3f6f7;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	width: 100%;
	left: 0px;
	z-index: -1;
	letter-spacing: -4px;
	top: -56px;
}
.slick-dots{
	display: flex;
	justify-content: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 10px;
}
.slick-dots li{
	padding: 0px 3px;
}
.slick-dots li button{
	width: 14px;
	height: 14px;
	align-items: center;
	justify-content: center;
	border: 2px solid #5f6b7d;
	border-radius: 50%;
	font-size: 0px;
	background: #fff;
	position: relative;
}
.slick-dots li button:before{
	content: "";
	left: 50%;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #1071e9;
	position: absolute;
	margin-top: -2px;
	margin-left: -2px;
	opacity: 0;
}
.slick-dots li.slick-active button{
	border: 2px solid #1071e9;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
}
.beforeBg {
	position: relative;
	z-index: 1;
}
.beforeBg:before {
	content: "";
	max-width: 1650px;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	background-color: #eff3f4;
	border-radius: 6px;
	position: absolute;
	z-index: -1;
}

/*-------------- Scroll Top Css ------------------*/

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 60px;
	right: 50px;
	display: none;
	color: #fff;
	z-index: 3;
	background-color: rgba(22,22,22,0.9);
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	cursor: pointer;
}
.scrollup:hover {
	background-color: rgba(10,82,171,0.9);
	color: #fff;
}

/*-------------- Button Css ------------------*/

.main-btn {
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 0;
    margin-top: 15px;
    padding: 15px 40px;
    text-align: center;
    background: #0a52ab; 
    position: relative;
    z-index: 1;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    animation: shadow-pulse 3s infinite;
	font-family: "Signika", sans-serif;
	font-weight: 300;
	border-radius: 2px;
}
.main-btn b{
	font-weight: 600;
}
.main-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #03326d; 
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.main-btn:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-btn:hover{
  color: #fff;
  text-decoration: none;
}


/*-------------- Header Main Css ------------------*/

header {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:10;
	background-color: #fff;
	position: sticky;
}
header .container{
	max-width: 1800px;
	width: 95%;
}
header:before {
	content: "";
	display: block;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	background-color: #f8f8f8;
	opacity: 0;
	transition: transform .4s, opacity .4s;
}
header:after, header .container:after {
	clear: both;
	content: "";
	display: block;
}
.header-area {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
	padding: 35px 0px;
}

.logo {
    margin: auto auto auto 0px;
}

.logo img {
    float: left;
    max-width: 300px;
}

.logo a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/*-------------- Main Menu Css ------------------*/

/*.mainmenu {
    width: 100%;
    position: relative;
}*/
.mainmenu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: right;
}
.mainmenu ul li {
    display: inline-block;
    position: relative;
}
.mainmenu ul li.dropdown-menu > a:before{
    display: block;
    position: absolute;
	content: "\e904";
	font-family: 'icomoon' !important;
	width: 20px;
	height: 20px;
	right: 0px;
	transform: rotate(180deg);
	top: 50%;
    margin-top: -6px;
	color: #0c2138;
}
.mainmenu ul li a {
    display: block;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    padding: 15px 20px;
    font-family: 'Signika', sans-serif;
}
.mainmenu > ul > li:hover > a {
    text-decoration: none;
    color: #0a52ab;
}
.mainmenu > ul > li > ul {
    position: absolute;
    left: 0px;
    top: 112px;
    width: 280px;
    text-align: left;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    box-shadow: rgba(200,200,200,0.3) 0 .125rem .813rem 0;
    padding: 0px 15px;
}
.mainmenu ul li ul li {
    display: block;
    border-bottom: 1px solid #E9E9E9;
}
.mainmenu ul li ul li > a{
	
}
.mainmenu ul li ul li:last-child {
    border-bottom: 0px;
}
.mainmenu ul li ul li a {
    font-size: 16px;
    padding: 12px 0px;
    text-transform: none;
}
.mainmenu ul li ul > li:hover > a,
.mainmenu ul li ul li ul > li:hover > a {
    text-decoration: none;
    color: #0a52ab;
}
.mainmenu ul li:hover > ul,
.mainmenu ul li ul li:hover > ul {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    top: 100%;
}
.mainmenu ul li ul li > ul {
    left: 100%;
    top: 80px;
}
.mainmenu ul li ul li:hover > ul {
    top: 0px;
}
.mainmenu ul li:last-child ul li > ul,
.mainmenu ul li:nth-last-child(2) ul li > ul {
    left: -100%;
}
.mainmenu ul li.nav-active > a {
    text-decoration: none;
    color: #0a52ab;
}
.mainmenu ul li.nav-active > ul li.chaild-active a {
    background-color: #00bfba;
    color: #fff;
}
.dropdown-toggle:after {
    display: none;
}
.dropdown-toggle:after {
    display: none;
}
.navbar .navbar-nav > li.active a{
	color:#0952ab;
}
.mobile-menu-wrapper {
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
    margin: auto 0px;
}
.mob-menu-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.mob-menu-icon > span {
    position: absolute;
    width: 60%;
    height: 2px;
    background-color: #575757;
    transition: .4s;
    z-index: 6;
}
.mob-menu-icon > span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #575757;
    top: -8px;
    left: 0;
    transition: .4s;
}
.mob-menu-icon > span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #575757;
    top: 8px;
    left: 0;
    transition: .4s;
}
.mobile-menu-wrapper.active .mob-menu-icon > span {
    transform: rotate(135deg);
    background-color: #0a52ab;
    width: 70%;
    height: 2px;
}
.mobile-menu-wrapper.active .mob-menu-icon > span {
    transform: rotate(225deg);
    background-color: #0a52ab;
    width: 70%;
    height: 2px;
}
.mobile-menu-wrapper.active .mob-menu-icon > span:before,
.mobile-menu-wrapper.active .mob-menu-icon > span:after {
    top: 0;
    transform: rotate(90deg);
    background-color: #0a52ab;
    width: 100%;
    height: 2px;
}
.mobile-menu-wrapper.active .mob-menu-icon {
    position: fixed;
    z-index: 6;
}
.mob-menu {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: 0px;
    visibility: hidden;
    transition: .6s;
    z-index: 3;
    overflow: hidden;
}
.mob-menu > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    transition: .6s;
    padding-bottom: 120px;
}
.nav-mobile {
    overflow-y: auto;
}
.mob-menu > div > div {
    width: 100%;
    padding:30px;
    opacity: 0;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    color: #DFDFDF;
}
.nav-mobile ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.nav-mobile > ul > li > ul{padding: 0px;box-shadow: none;width: 100%;max-width: 300px;}
.nav-mobile > ul > li {
    list-style: none;
    position: relative;
    z-index: 1;
}
.nav-mobile ul li.child-nav > a:before {
	display: block;
	position: absolute;
	content: "\e904";
	font-family: 'icomoon' !important;
	width: 20px;
	height: 20px;
	right: 0px;
	transform: rotate(180deg);
	top: 50%;
	margin-top: -6px;
	color: #0c2138;
}
.nav-mobile > ul > li > a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 7px 0px;;
    transition: .3s;
    font-size: 18px;
    display: block;
}
.nav-mobile ul li a {
    color: #333;
}
.mob-menu ul li.active li.child-active a{
    color: #0a52ab;
}
.mob-menu ul li ul li a {
    font-size: 16px;
}
.mob-menu ul li ul {
    padding: 0px 0px 0px 10px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
}
.mob-menu ul li.menu-drop-active ul {
    height: auto;
    overflow: visible;
    opacity: 1;
}
.nav-mobile > ul > li > a:hover {
    color: #0a52ab;
}
.mobile-menu-wrapper.active .mob-menu {
    visibility: visible;
    height: 100%;
    overflow: visible;
}
.mobile-menu-wrapper.active .mob-menu > div > div {
    opacity: 1;
}
.header-right {
    position: relative;
	display: flex;
	align-items: center;
	padding-left: 20px;
	margin-left: 12px;
}
.header-right:before {
    display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 1px;
	background-color: #dce3ec;
}
.social-block{
    padding-right: 20px;
}
.social-block ul{
    margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	align-items: center;
}
.social-block ul li{
    padding: 0px 6px;
}
.social-block ul li a{
    color: #575757;
	padding: 0px 6px;
}
.social-block ul li a span:before{
	color: #575757 !important;
}
.social-block ul li a:hover, .social-block ul li a:hover span:before{
    color: #0a52ab !important;
}
.contact-btn .main-btn {
    margin-top: 0px;
	padding: 12px 40px;
	font-family: 'Signika', sans-serif;
	font-weight: 400;
}

/*=============== Home banner Area Css =============*/

.banner-area {
	padding-bottom: 50px;
}
.banner-top {
	padding-top: 20px;
	position: relative;
	margin: 0px auto;
	max-width: 2400px;
	width: 100%;
}
.banner-info{
	padding: 80px 0px;
	min-height: 530px;
	display: flex;
	width: 100%;
	max-width: 50%;
	align-items: flex-end;
}
.subtitle {
	color: #5f6b7d;
	font-size: 17px;
}
.subtitle2 {
	color: #0c2138;
	font-size: 20px;
	letter-spacing: 2px;
}
.banner-info-block p{
	color: #0c2138;
	font-size: 28px;
	font-family: 'Signika', sans-serif;
	letter-spacing: -1px;
}
.my-picture {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 50%;
	max-width:1000px;
	z-index: 2;
	background-repeat: repeat;
	background-size: cover;
	background-position: center center;
	height: 600px;
	border-radius: 5px;
	overflow: hidden;
}
.my-picture .slick-track,
.my-picture .slick-list{
	width: 100%;
	height: 100%;
}
.my-picture .photo{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-bottom {
	padding-top: 80px;
}
.banner-bottom.beforeBg:before {
	background-color: #0a52ab;
	height: 85%;
}
.teeth-img {
	padding-top: 20px;
}
.teeth-img img {
	border-radius: 5px;
}
.all-teeth-info {
	color: #fff;
}
.all-teeth-info h5{
	color: #fff;
}
.all-teeth-info .findMoreBtn{
	color: #fff;
}
.all-teeth-info .findMoreBtn::before{
	background-color: #2f6cb8;
}


/*=============== About Me Home Css =============*/

.aboutMe-area {
	padding: 65px 0px 35px;
}
.aboutMe-area.beforeBg:before {
	background-color: #eff3f4;
}
.aboutMe-area .section-title {
	border-bottom: 1px solid #dae4e9;
	margin-bottom: 40px;
}
.aboutMe-area .section-title h2{
	text-align: left;
}
.aboutMe-area .section-title h2 span{
	color: #fff;
	left: -45px;
}
.aboutMe-area h4{
	font-family: 'Signika', sans-serif;
	font-weight: 400;
	color: #0c2138;
	line-height: 37px;
}
.aboutMe-area h4 span{
	font-weight: 300;
}
.aboutMe-area .findMoreBtn:before{
	background-color: #fff;
}


/*=============== Specialize Area Css =============*/

.specializes-area {
	padding: 60px 0px 80px;
}
.specializes-area .row{
	margin-left: -40px;
	margin-right: -40px;
}
.specialize-block {
	border-radius: 5px;
	border: 1px solid #e8edf0;
	box-shadow: 0px 45px 40px 0px rgba(0,0,0,0.04);
	padding:30px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	transition-duration: 0.6s;
}
.specialize-block:hover{
	box-shadow: 0px 45px 40px 0px rgba(0,0,0,0.09);
	transform: scale(0.97);
}
.specialize-icon {
	background-color: #0a52ab;
	border-radius: 50%;
	position: absolute;
	width: 170px;
	height: 170px;
	padding: 30px 50px 0px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -50px;
	top: -30px;
}
.specialize-block h3{
	color: #0c2138;
	font-size: 26px;
	letter-spacing: -1px;
	margin-top: 30px;
	min-height: 70px;
}
.specialize-text{
	padding-top: 5px;
	min-height: 130px;
	padding-bottom: 10px;
}
.specialize-text p{
	line-height: 27px;
}
.specialize-btn{
	border-top: 1px solid #edf0f1;
	padding-top: 13px;
}
.findMoreBtn{
	display: inline-block;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	padding: 16px 0px 15px 40px;
	font-family: 'Signika', sans-serif;
	font-weight: 400;
	font-size: 17px;
	margin-top: 15px;
}
.findMoreBtn:before{
	content: "\e903";
	font-family: 'icomoon' !important;
	left: 0px;
	top: 0px;
	background-color: #f1f6f9;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	z-index: -1;
	font-size: 22px;
}
.findMoreBtn:hover{
	color: #010101;
	text-decoration: none;
}

/*=============== Testimonials Css =============*/

.testimonial-contant{
	padding-left: 50px;
}
.testimonial-contant .section-title h2{
	text-align: left;
}
.testimonial-contant .section-title h2 span{
	left: -35px;
}
.testimonial-text{
	position: relative;
}
.testimonial-text:before{
	position: absolute;
	content: "\e909";
	font-family: 'icomoon' !important;
	left: -10px;
    top: -8px;
	font-size: 60px;
	color: #1071e9;
}
.testimonial-text p:first-child{
	text-indent: 50px;
	font-family: 'Signika', sans-serif;
	letter-spacing: normal;
}
.customer-name{
	padding-top: 30px;
}
.customer-name h6{
	position: relative;
	padding-top: 15px;
	font-family: 'Signika', sans-serif;
	font-weight: 400;
}
.customer-name h6:before{
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 64px;
	height: 3px;
	background-color: #1071e9;
}
.testimonial-item{
	position: relative;
	padding: 50px 0px;
}
.customer-image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 47%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	border-radius: 0px 6px 6px 0px;
	background-size: cover;
}
.testimonial-slider .slick-dots{
	max-width: 1320px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0px 15px;
	justify-content: flex-end;
	bottom: -4px;
}


/*=============== Companies Logo Css =============*/

.companies-logos {
	padding-top: 60px;
}
.companies-logo-slider {
	padding: 50px 0px 35px;
	margin: 0px -40px;
}
.companies-logo-slider .slick-list {
	padding: 0px 0px 40px;
}
.companies-logo-item {
	border: 1px solid #e8edf0;
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.03);
	padding: 0;
	text-align: center;
	margin: 0px 8px;
	border-radius: 5px;
	overflow: hidden;
}
.companies-logo-item img{
	display: inline-block;
	width: 100%;
	height: auto;
}
/*=============== Gallery Area Area Css =============*/

.training-gallery {
	padding: 40px 0px 60px;
}
.training-gallery-item {
	margin: 0px 15px;
	position: relative;
}
.training-gallery-item img {
	width: 100%;
}
.training-gallery-item:before {
	position: absolute;
	content: "";
	height: 100%;
	top: 0px;
	width: 100%;
	background-color: rgba(16,113,233,0.6);
	z-index: 1;
	left: 0px;
}
.training-gallery-item.slick-current:before {
	opacity: 0;
}
.training-gallery-slider .slick-arrow {
	content: "\e903";
	color: #0a52ab;
	background-color: #fff;
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	position: absolute;
	border: 0px;
	z-index: 2;
    font-size: 28px;
	top: 50%;
	margin-top: -36px;
}
.training-gallery-slider .slick-prev{
	left: 27%;
	transform: rotate(180deg);
	margin-left: -82px;
	border-radius: 0px 5px 5px 0px;;
}
.training-gallery-slider .slick-next{
	right: 27%;
	margin-right: -82px;
	border-radius: 0px 5px 5px 0px;
}
.training-gallery-slider .slick-dots{
	bottom: -60px;
}


/*=============== Clinic and Doctor Area Css =============*/

.make-apointment {
    padding-top: 50px;
}
.clinic-row {
    padding-bottom: 50px;
	margin-left: -100px;
	margin-right: -100px;
}
.clinic-block {
    border-radius: 5px;
	border: 1px solid #e8edf0;
	box-shadow: 0px 45px 40px 0px rgba(0,0,0,0.04);
	padding: 40px 90px;
	margin-top: 45px;
}
.clinic-logo {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}
.clinic-details {
	padding-top: 30px;
}
.clinic-details h5{
	margin-bottom:20px;
}
.clinic-location {
	padding-left: 25px;
	position: relative;
}
.location-icon {
	color: #1071e9;
	position: absolute;
	left: 0px;
	top: 0px;
}
.clinic-location p{
	margin-bottom: 10px;
}
.clinic-location a{
	text-decoration: underline;
}
.clinic-location b{
	color: #1071e9;
	font-family: 'Signika', sans-serif;
	font-weight: 600;
}
.doctor-info-area {
    padding-bottom: 50px;
}
.doctor-block {
    display: flex;
	align-items: center;
}
.doctor-img {
    flex-shrink: 0;
	padding-right: 20px;
}
.doctor-img img{
    border-radius: 50%;
	width: 110px;
	height: 110px;
}
.doctor-block p{
    margin-bottom: 0px;
	font-size: 16px;
}
.doctor-block h5 i{
    font-size: 16px;
	color: #1071e9;
	margin-left: 5px;
}
.famous-btn{
    font-size: 18px;
	color: #fff;
	padding: 8px 15px;
	font-family: 'Signika', sans-serif;
	background-color: #00c3a5;
	display: inline-block;
	border-radius: 2px;
	border: 0px;
}
.famous-btn i{
    font-size: 16px;
}
.famous-btn i span:before{
    color: #fff !important;
}
.famous-btn:hover{
    background-color: #029881;
}
.doctor-write-btn {
    text-align: right;
}


/*=============== Instagram Area Css =============*/

.instagram-area {
    padding: 65px 0px;
}
.instagram-area.beforeBg:before {
	max-width: 1470px;
	background-color: #f4f7f8;
}
.instagram-title {
    display: flex;
	align-items: center;
	padding-bottom: 30px;
}
.instagram-title a.instagram-link{
    margin-left: auto;
	display: block;
	font-family: 'Signika', sans-serif;
	font-weight: 600;
}
.instaram-block{
    padding: 0px 10px;
}
.instaram-block a{
    width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	display: block;
	position: relative;
}
.instaram-block a:before{
    width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(16,113,233,0.6)
}
.instaram-block a:hover:before{
    opacity: 0;
}
.instagram-content .slick-dots{
    bottom: -50px;
	display: none;
}

/*=============== Page Footer Css =============*/

.site-footer {
    clear: both;
}
.footer-nav {
    padding: 45px 0px;
}
.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.footer-nav ul li {
    position: relative;
	padding:0px 20px;
}
.footer-nav ul li:first-child {
    padding-left: 0px;
}
.footer-nav ul li:before{
    position: absolute;
	right: 0px;
	top: 10%;
	width: 2px;
	height: 80%;
	content: "";
	background-color: #d5d8dc;
}
.footer-nav ul li:last-child:before {
    display: none;
}
.footer-nav ul li a {
    font-family: 'Signika', sans-serif;
	font-weight: 300;
	color: #2d353e;
	font-size: 18px;
}
.footer-nav ul li a:hover {
	color: #0a52ab;
}
.footer-bottom {
    padding: 30px 0px;
	border-top: 1px solid #e4e4e4;
	display: flex;
}
.footer-copyright {
	color: #5f6b7d;
	font-size: 15px;
}
.footer-copyright p{
    margin: 0px;
}
.footer-copyright p.text-small{
    font-size: 14px;
	opacity: 0.6;
}
.footer-social {
	margin-left: auto;
	padding-right: 0px;
}
.footer-social a {
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    display: block;
    background-color: #f3f6f9;
}


/*=============== About Me Page Css =============*/

.aboutMe-deatils {
    padding: 120px 0px 50px;
	margin-top: -70px;
}
.aboutMe-deatils.beforeBg:before{
	height: 70%;
}
.aboutMe-deatils h4 {
    color: #0c2138;
	font-family: 'Signika', sans-serif;
	font-weight: 400;
}
.aboutMe-deatils h4 span{
	font-weight: 300;
}
.aboutMe-deatils p{
	margin-top: 20px;
}
.privately-title{
	text-align: center;
	margin: 50px 0px 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.privately-title span{
	background-color: #eff3f4;
	display: inline-block;
	padding: 10px 20px;
}
.privately-title:before{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #dae4e9;
	content: "";
	top: 50%;
	z-index: -1;
}
.privately-text{
	text-align: center;
	padding-bottom: 30px;
}
.privately-image-row{
	margin-left: -80px;
	margin-right: -80px;
}
.privately-image{
	padding-top: 30px;
}
.privately-image img{
	border-radius: 5px;
}


/*=============== Contact Page Css =============*/

.contact-title{
	padding-top: 50px;
}
.contact-form-area{
	padding-top: 60px;
}
.contact-form-area.beforeBg:before{
	max-width: 1470px;
}
.contact-form-area .section-title span{
	color: #fff;
}
.contact-form{
	padding: 0px 70px 70px 70px;
}
.form-label{
	font-size: 19px;
	font-family: 'Signika', sans-serif;
	font-weight: 400;
	padding-left: 15px;
	color: #0c2138;
	margin-bottom: 5px;
}
.form-control{
	border: 0px;
	border-radius: 0px;
	height: 80px;
	font-family: 'Signika', sans-serif;
	font-weight: 300;
}
.form-control:focus{
	box-shadow: none;
}
.form-control.textarea{
	height: auto !important;
}
.form-submit{
	font-weight: 600;
}


/*=============== Offer Page Css =============*/

.offer-area{
	padding: 60px 0px;
}
.offer-title{
	position: relative;
	padding-bottom: 50px;
}
.offer-title:before{
	content: "";
	left: 0px;
	bottom: 0px;
	height: 20px;
	background-color: #eff3f4;
	width: 100%;
	border-radius: 3px;
	display: block;
	position: absolute;
}

.offer-title h1{
	
}
.offer-title h1 span{
	font-weight: 300;
	font-size: 40px;
	display: block;
}
.offer-title .subtitle{
	font-size: 30px;
	font-family: 'Signika', sans-serif;
	font-weight: 400;
	color: #0c2138;
}
span.clinical{
	display: inline-block;
	margin-left: auto;
	font-size: 30px;
	font-family: 'Signika', sans-serif;
	font-weight: 600;
	color: #171717;
}
.clinical-case{
	padding-top: 50px;
}
.clinical-case .item{
	flex: 0 0 20%;
	max-height: 20%;
}
.clinical-case h4{
	color: #a3aaac;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.clinical-case h4 span.number{
	color: #fff;
	background-color: #0a52ac;
	display: inline-block;
	padding: 2px 15px;
	margin-right:5px;
	border-radius: 3px;
}
.clinical-case .row > div{
	padding: 0px 10px;
}
.clinical-case-img{
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	display: block;
}
.clinical-case-img:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(16,113,233,0.12);
	display: block;
}
.clinical-case-img:hover:before {
	opacity: 0;
}
.clinical-case-img img{
	width: 244px;
  height: 244px;
  object-fit: cover;
	border-radius: 4px;
}


/* main-offer */
.main-offer{ 
	padding-top: 0;
}
.main-offer h3{
	max-width: 85%;
	margin-top: 10px;
}
.main-offer h3 span{
	font-weight: 300;
	font-size: 20px;
	display: block;
}
.main-offer .specialize-icon-small{
	width: 120px;
	height: 120px;
}
.main-offer .specialize-block{
	min-height: 300px;
}
.main-offer .specialize-btn{
	bottom: 30px;
	position: absolute;
	width: 100%;
}


.fancybox-caption__body{
	display: none;
}


.navbar .navbar-nav > li.mobile{
	display: none;
}



/* profile-photo */
.privately-image-row{
	max-width: 900px;
	margin: auto !important;
}
.about-instagram .item{
	display: flex;
	justify-content: center;
}
.about-instagram .profil{
	margin: auto;
	text-align: center;
	width: 300px;
}
.profile-photo{
	width: 300px;
	height: 300px;
	border-radius: 300px;
	overflow: hidden;
  border: solid 7px #3a87e6;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  transition-duration: 0.3s;
}
.about-instagram .profil:hover .profile-photo{
	transform: scale(0.96);
}
.about-instagram .profil p{
	font-size: 22px;
	font-weight: 600;
}
.about-instagram .profil:hover p{
	text-decoration: underline;
}


/* row-content */
.row-content{
	margin-top: 60px;
}
.entry-content a{
	color: var(--main);
}
.h-line{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}


.gallery-contact{
	display: none;
}
.home .gallery-contact,
.page-template-contact .gallery-contact{
	display: block;	
}
.gallery-contact .slick-dots{
	bottom: -35px;
}
.gallery-contact .slick-dots li button{
	transform: scale(0.7);
}
.gallery-contact .item{
	padding: 4px;
}
.gallery-contact .item img{
	height: 150px;
}



#ptitle{
	text-align: left;
}
#page-wrapper #main{
	padding-bottom: 70px;
}