/* Start: Article Tool Defaults */
	.article-tool h2,
	.article-tool h3 {
		margin-bottom:10px;
	}
	
	.article-tool p,
	.article-tool .btn,
	.article-tool blockquote {
		margin-bottom:25px;
	}
	
	.article-tool .embed-responsive,
	.article-tool .img-responsive,
	.article-tool .img-fluid {
		margin-top:5px;
		margin-bottom:30px;
	}
	
	.article-tool .btn {
		margin-bottom:25px;
	}
	
	.article-tool .btn {
		margin-bottom:25px;
	}
/* End: Article Tool Defaults */

body {
	min-width: 300px;
}

.footer ul.follow-us {
	float:left;
}

.navbar-inverse .navbar-nav > li {
	position:relative;
}

.navbar-inverse .navbar-nav > li .sub-menu {
	display: none;
    background-color: #ffffff;
    min-width: 100%;
    position: absolute;
    transform: translate3d(0px, 44px, 0px);
    top: -8px;
    left: 0px;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	border: 1px solid #7AB9D0;
	border-top: 5px solid #7AB9D0;
}

.header-button button {
	border:0;
	background-color: #409bbc;
	color: #fff;
	padding: 0px 20px;
	cursor: pointer;
	height:52px;
}

.header-button a.link small {
	display:block;
	color: #4EBBE0;
	margin-top: -10px;
	font-style: italic;
	margin-bottom:-5px;
}

.header-button a.link {
	display:block;
	background-color:#006183;
	text-align: center;
	padding: 10px 20px;
	position:absolute;
	right:80px;
	font-size: 16px;
	top: -7px;
	border-radius: 4px;
	color: #fff;
	border-bottom: 5px solid rgba(0,0,0,.2);
	letter-spacing:1px;
	box-shadow: 0px 25px 45px -20px rgba(0,0,0,.2);
	overflow:hidden;
	z-index:1;
}

.navbar-form .form-control {
	height: 46px;
	padding-top: 18px;
}

.navbar > .container {
	position:relative;
	z-index:1;
}

.navbar-form {
	position:absolute;
	right: 15px;
	bottom: -70px;
	display:none;
}

.navbar-inverse .navbar-nav > li .sub-menu:after {
	width: 20px;
	height: 20px;
	background-color: #7AB9D0;
	transform: rotate(-45deg);
	content: '';
	display:block;
	position: absolute;
	top:-12px;
	left:-10px;
}

.navbar-inverse .navbar-nav > li .sub-menu a {
	display:block;
	width:100%;
	color:#212529;
	white-space: nowrap;
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding-top: 15px;
	padding-bottom: 5px;
}

.inner-banner h1 {
	font-size:32px;
}

.inner-banner p {
	font-size:17px;
}

.banner-outer .slide1, .banner-outer .slide2, .banner-outer .slide3 {
	height:380px;
}

.banner-outer .container {
	display:table;
	height:100%;
	padding-bottom:58px;
}

.banner-outer .content h1 {
	font-size: 42px;
    line-height: 42px;
	padding-bottom: 12px;
	color: #007aa5;
    font-weight: 600;
}

.banner-outer .content p {
	font-size:17px;
	padding-bottom:20px;
}

.our-impotance ul li .fa {
	font-size:38px;
	color:#007AA5;
}

.our-partners img {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

.heading {
	width:100%;
}

.our-partners {
	padding:40px 0 45px 0;
}

.our-impotance, .our-partners {
	background:#f1f1f1;
}

.doctors-team {
	background:#ffffff;
}

.home-article {
	padding-top: 60px;
    padding-bottom: 10px;
}

.our-impotance ul li {
	border-color:rgba(0,0,0,.08627);
}

.our-impotance ul li:after {
	background:rgba(0,0,0,.08627);
}

.about ul.our-links li .icon .fa {
	color:#ffffff;
	font-size:48px;
}

.about ul.our-links li:nth-child(2) {
	background-color:#007aa5;
}

.about ul.our-links li:nth-child(3) {
	background-color:#008ec0;
}

.article .embed-responsive {
	margin-top: 10px;
    margin-bottom: 40px;
}

.article p {
	margin-bottom:30px;
}

.article .btn {
	margin-bottom:30px;
}

.article img {
	margin-top:10px;
	margin-bottom:40px;
}

.article ul li {
	display:block;
}

.article ul li ul {
	padding-left:20px;
}

header.sticky .navbar-inverse .navbar-nav > li .sub-menu {
	transform: translate3d(0px, 38px, 0px);
}

.search-page .form-control {
	margin-bottom:40px;
}

.search-page h2 {
	font-size:26px;
}

.header-middle .logo {
	max-width: 215px;
	margin-top: 18px;
	margin-bottom: 10px
}

.inner-banner {
	padding: 120px 0;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight:300;
}

.heading h2 {
	margin-top: 20px;
	padding-bottom: 35px;
}

.in-header-form label {
	font-size: 16px;
	padding-left:10px;
}

.in-header-form table td {
	text-align:right;
}

.in-header-form .clone {
	background-color: #eeeeee;
	padding:20px;
	position:relative;
}

.in-header-form .clone > .col-xs-12 {
	padding-left: 10px;
}
.in-header-form .clone > .col-sm-12 {
	margin-top: 20px;
}

.in-header-form .clone-header {
	background-color: #ccc;
	padding: 10px 20px;
	position:relative;
	text-transform:uppercase;
	margin-bottom: 15px;
}

.in-header-form .clone .remover {
	position:absolute;
	left: -10px;
	top:-10px;
	width: 30px;
	height: 30px;
	text-align:center;
	font-size: 12px;
	background-color: #777;
	color: #ffffff;
	border-radius: 50%;
	cursor:pointer;
}

.in-header-form .clone-header button {
	float:right;
	background-color: #777;
	color: #fff;
	width: 50px;
	height: 50px;
	border:0;
	position:absolute;
	top:0;
	right:0;
	cursor: pointer;
}

.in-header-form .clone-header button:hover {
	background-color: #444;
}

.in-header-form {
	position: relative;
    top: -125px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 25px 45px -20px rgba(0,0,0,.4);
}

.in-header-form .checkbox input[type="checkbox"] {
	width:auto !important;
	height:auto !important;
	margin-right:5px;
}

.heading-row h2 {
	margin-top: 35px;
	padding-left: 20px;
	color: #007aa5;
	font-size: 22px;
}

.heading-row {
	margin-bottom: 15px !important;
}

.m-t-25 {
	margin-top: 25px;
}

.table-row {
	padding: 0px 20px;
	font-size: 13px;
}

.table-row table {
	width: 100%;
}

.table-row table th {
	font-weight: bold;
}

.btn-send-custom {
	display:inline-block;
	-webkit-appearance: none !important;
}

.btn-send-custom.no-color {
	background-color: #aaaaaa;
}
.btn-send-custom.no-color:hover {
	background-color: #888888;
}

.btn-send-custom.apos-right {
	float:right;
}

.force-italic {
	font-style: italic !important;
}

.in-header-form .checkbox label {
	font-size:14px !important;
}

footer.footer table {
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
}

footer.footer table tr td {
	padding-bottom: 7px;
	padding-top: 4px;
}

.footer .services li {
	padding-bottom: 5px;
}

.footer .row.row1 > div  {
	flex: none !important;
}

.contact-info {
	padding-right: 0px;
}

.contact-info p {
	font-size: 15px;
}

aside.side-menu {
	background-color: #409bbc;
	padding: 20px 30px;
	box-shadow: 0px 25px 45px -20px rgba(0,0,0,.4);
	margin-top: -45px;
}

aside.side-menu ul {
	margin-top: 25px;
}

aside.side-menu li {
	border-bottom: 1px solid rgba(255,255,255,.3);
}

aside.side-menu li a {
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	transition: .2s all;
	font-size: 17px;
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
}

aside.side-menu li:hover a {
	padding-left: 20px;
}


aside.side-menu li a.active {
	padding-left: 20px;
}


aside.side-menu li a.active:before {
	width: 20px;
	height: 20px;
	background-color: #7AB9D0;
	transform: rotate(-45deg);
	content: '';
	display:block;
	position: absolute;
	left:-40px;
	bottom: 15px;
}

aside.side-menu li:hover a:before {
	width: 20px;
	height: 20px;
	background-color: #7AB9D0;
	transform: rotate(-45deg);
	content: '';
	display:block;
	position: absolute;
	left:-40px;
	bottom: 15px;
}

article.main-content {
	padding: 35px;
	padding-top: 55px;
}

.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #409bbc !important;
}

.navbar-inverse .navbar-nav > li > a.active {
	background-color: #409bbc !important;
}

a {
	color: #167fa5;
}

.nav > li > a {
	padding: 13px 22px;
}

.navbar-inverse .navbar-nav > li:hover .sub-menu.show {
	display:block;
}

.navbar-inverse .navbar-nav > li .sub-menu.show a {
	position:relative;
}

header {
	position:static;
}

.inner-banner, .banner-outer {
	margin-top:0px;
}

.team-block {
	box-shadow: 0px 25px 45px -20px rgba(0,0,0,.4);
	border: 1px solid #f4f4f4;
	margin-top: 125px;
	text-align:center;
	position:relative;
	padding: 20px;
}

.team-block > .image-container img {
	border-radius: 50%;
	top: -105px;
	left: 50%; transform: translate(-50%,0);
	position:absolute;
	border: 30px solid #ffffff;
	display:block;
	width: 190px;
	height: 190px;
}

.team-block > .name-container {
	font-size: 20px;
	line-height: 24px;
	color: #007aa5;
	font-weight: 400;
	padding-top: 90px;
}

.team-block > .function-container {
	font-size: 15px;
	line-height: 18px;
	color: #777;
	font-style: italic;
	padding: 7px;
}

.team-block > .big-container {
	font-size: 13px;
	line-height: 24px;
	color: #777;
	font-weight: bold;
	padding-bottom: 15px;
}

.team-block > .image-container,
.team-block > .name-container,
.team-block > .function-container,
.team-block > .big-container {
	background-color: #f4f4f4;
}

.team-block > .desc-container {
	margin-top: 25px;
}

.team-block > .desc-container, .team-block > .desc-container * {
	font-size: 14px !important;
	line-height: 24px;
	color: #444;
	font-family: 'Poppins', sans-serif !important;
}

.header-button.mobile {
	display:none;
}

.dev-form {
	padding:15px;
	background-color:#FFE2AD;
	border:2px solid orange;
}

#cropper .image > img {
	max-width: 100%;
    max-height: 300px;
}

.no-select * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pointer {
	cursor: pointer;
}

.uppercase {
	text-transform: uppercase;
}

.pswp__bg {
	opacity: .75 !important;
}

.display-none {
	display:none;
}

.flex {
	display: flex;
}

.line-clamp, .line-clamp-1, .ellipsis {
	width:100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.line-clamp-2 {
	height: 3.2em;
	width: 100%;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}

.line-clamp-3 {
	height: 4.8em;
	width: 100%;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
}

.line-clamp-4 {
	height: 6.4em;
	width: 100%;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
}

.line-clamp-5 {
	height: 8em;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
}

.line-clamp-6 {
	height: 9.6em;
	width: 100%;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

ul li ul {
	padding:0 0 0 25px !important;
}