html,body
{
	margin:0;
	padding:0;
}
p {
	display: block;
	margin-block-start: 1em;
	line-height: 1.5;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

h1,h2,h3,h4,h5
{
	font-weight: 600!important;
}
h1
{
	font-size: 28pt;
	margin-bottom: 0;
}
.serti .content{
	min-height: auto;
}
h2
{
	font-size: 24pt;

	color: #3fa2f7;
}
h2 {
	display: block;

	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

h3
{
	margin: 0;
	font-size: 23pt;
}
.container
{
	    max-width: 1170px;
    margin: 0 auto;
  
    box-sizing: border-box;
}
.container#container
{
	max-width: 100%;
}
.head-clinic .title
{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	width: 100%;
}
.rate span
{
	font-size: 14pt;
}
.rate img
{
	height: 14pt;
}
.best-doctors .doc{max-width: 18%}
.best-doctors .name h5 {font-size: 18px;}
.best-doctors .name {    min-height: 45px;}
.images-clinic
{
	padding-top: 30px;
}
.images-clinic .container
{
	display: flex;
}
.images-clinic .container div
{
	margin-right: 30px;
}
.images-clinic .container div:last-child
{
	margin-right: 0;
}
.images-clinic .container div img
{
	width: 100%;
}
.grey-bg
{
	background-color: #f0f0f0;
	padding-bottom: 30px;
}
.way
{
	padding: 20px 0;
	padding-bottom: 30px;
	display: flex;
    justify-content: space-between;
}
.way .text
{
	width: 80%;
}
.way p
{
	color: #898989;
	margin: 0;
}
.way h3
{

    padding-left: 60px;
	position: relative;
}
.way h3:before
{
    display: block;
    position: absolute;
    content: '';
    background-color: #3fa2f7;
    width: 50px;
    height: 15px;
    left: 0;
       top: 15px;
}
.doctor
{
	    width: 150px;
    height: 150px;
    border-radius: 100px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
	transition: 0.3s;
}
.doctor:hover
{
	opacity: 0.8;
}
.doctor-bg
{
	    position: absolute;
    bottom: 0;
 	color: #fff;
 	width: 100%;
 	text-align: center;
 	padding: 5px 0;
 	font-size: 10pt;
    background-color: #3fa2f7;
}
.serti img {width: 95%} 
.serti .content {display: flex}
.serti .content>div {width: 33%}
.doctor-bg a
{
	color: #fff;
	text-decoration: none;
}
.tags
{
	width: 80%;
}
.services
{
	   background-color: #3fa2f7;
	   padding:50px 0;
}
.services .container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.video iframe
{
	width:100%!important;
	height: 450px!important;
}

.services h2
{
	margin: 0;
	color: #fff;
}
.service
{
	background-color: #b2b3b3;
	padding: 10px;
	    width: 22%;
    text-align: center;
}
.service span
{
	color: #fff;
	font-size: 16pt;
}
.best-doctors
{
	padding: 50px 0;
}
.best-doctors h2
{
	margin-top: 0;
}
.doctors-list
{
	display: flex;
}
.doc
{
	margin-right: 50px;
	text-align: center;
	transition: 0.3s;
}
.doc:hover
{
	opacity: 0.8;
}
.doc:last-child
{
	margin-right: 0;
}
.doc img
{
	width: 100%;
}
.name
{
	background-color: #3fa2f7;
	margin-top: -5px;
	text-align: center;
	padding:5px;
}
.name h5
{
	margin: 0;
	font-size: 13pt;
	font-weight: 400;
	color: #fff;
}
.cat
{
	padding-top: 5px;
	display: inline-block;
	font-size: 11pt;

}
.targets
{
	background-color: #3fa2f7;
	color: #000;
	padding: 30px 0;
}
.targets h2
{
	color: white;
	margin: 0;
}
/*
.story .video
{
	float: left;
	margin-right: 30px;
}
*/
.story .video-container
{
	margin-bottom: 50px;
}
.serti
{
	background-color: #f0f0f0;
	padding: 20px 0;
}
.serti h2
{
	margin-top: 0;
}
.left-img
{
	    width: 25%;
    float: left;
    margin-left: 50px;
    margin-right: 30px;
}
.right-col  .images img
{
	width: 70%;
	max-width: 70%;
}
.right-col  .images div
{
	text-align: center;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.images
{
	display: flex;
	justify-content: center;
}
.rea
{
	padding: 30px 0;
}
.serti .left-img {margin-left: 0}
.rea .container
{
/*
	display: flex;
	align-items: center;
*/
}
/*
.rea .title
{
	width: 30%;
	text-align: center;
}
*/
.serti:after {content:"";clear: both;    display: block;}
.buttons .container
{
display: flex;
justify-content: center;
}
.buttons .container div
{
	flex: 1;
	padding: 20px 30px;
}
.buttons .right-but
{
	text-align: right;
}
.buttons .left-but
{
	text-align: left;
}
.buttons .button
{
	color: #fff;
	background-color:  #3fa2f7;
	width: 70%;
	text-align: center;
	display: inline-block;
	padding: 10px;
	font-size: 20pt;
	text-decoration: none;
	transition: 0.3s;
}
.buttons .button:hover
{
	background-color: #3b94e0;
}
.text-clinic p,.story p,.right-col p{
	color: #898989;
}
.tags p
{
	color: #000;
	font-weight: 600;
}
.targets p{
	font-weight: 600;
}
@media screen and (max-width: 1200px)
{
	.container
	{
		padding: 0 15px;
	}
	.services .container
	{
		flex-wrap: wrap;
	}
	.services .title
	{
		width: 100%;
		text-align: center;
	}
	.rea .title
	{
		width: 100%;
	}
	.serti .content
	{
		min-height: auto;
	}
	.rea .container
	{
		flex-direction: column;
	}
	.service
	{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.container#container
	{
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.images-clinic .container div
	{
		margin-right: 0;
	}
	.video iframe {    height: 170px!important;}
	.doctors-list {display: block}
	.best-doctors .doc{max-width: 48%;    display: inline-block;}
	.best-doctors .name h5 {
    font-size: 14px;
}
	.container
	{
		padding: 0 15px;
	}
	.container#container
	{
		padding: 0;
	}
	.way .text
	{
		width: 100%;
	}
	.head-clinic .title
	{
		flex-direction: column;
		align-items: flex-start;
	}
	.way
	{
		align-items: center;
	}
	.images-clinic .container,.way,.services .container,.doctors-list,.rea .container,.buttons .container
	{
		flex-direction: column;

	}
	.service {
		background-color: #b2b3b3;
		padding: 10px;
		width: 100%;
		margin-bottom: 10px;
		margin-top: 20px;
		text-align: center;
	}
	.doc
	{
		margin-right: 0;
		margin-bottom: 20px;
		transition: 0.3s;
	}
	.doc:hover
	{
		opacity: 0.8;
	}
	.story .video
	{
		margin-right: 0;
	}
	.serti .content{
		min-height: auto;
	}
	.rea .title
	{
		width: 100%;
	}
	.buttons .button {
		color: #fff;
		background-color: #3fa2f7;
		width: 100%;
		text-align: center;
		display: inline-block;
		padding: 10px;
		font-size: 10pt;
		text-decoration: none;
	}
	h2 {
		font-size: 16pt;
		color: #3fa2f7;
	}
	h3 {
		margin: 0;
		font-size: 15pt;
	}
	.video iframe
	{
		width: 100% !important;
	}
}