


header.header{
	width:100%;
	float: left;
}

header.header nav.navbar{
	padding:0 25px;
	-webkit-transition: background-color 800ms linear;
	-moz-transition: background-color 800ms linear;
	-o-transition: background-color 800ms linear;
	-ms-transition: background-color 800ms linear;
	transition: background-color 800ms linear;
	width:100%;
}

header.header .nav-item .nav-link {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    padding:33px 30px;
}

header.header .nav-item .nav-link:hover{
	color:#00aeef;
}

header.header .nav-item .dropdown-menu a.dropdown-item:hover{
	color: #00aeef;
}

header.header ul.social-icons{
	list-style:none;
	padding:0px;
	margin:0px;
}

header.header ul.social-icons li {
    float: left;
    padding-left: 30px;
}

/*-----------------------------------------------------*/

section.banner{
	position: relative;
	background: url('../images/slider.jpg');
	height: 100vh;
	background-size: cover;
	background-position: 0 0;
	background-repeat: repeat-x;
	animation: animate 30s linear infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	display: flex;
	align-items: center;
}

@keyframes animate{
	from {
		background-position: 0 0;
	}
	to{
		background-position: 100% 0;
	}
}

section.banner .logo {
    width: 450px;
    float: left;
    text-align: center;
    margin: 0 auto;
}

section.banner .logo span.book-now a {
    width: 196px;
    height: 61px;
    border-radius: 45px;
    background: #030174;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 0;
    line-height: 61px;
    margin: 40px 0 0 0;
    text-transform: uppercase;
    font-size:18px;
}

section.banner .logo span.book-now a:hover{
	background:#00aeef;
}

/*------------------------------------------------------------------------*/

section.home-about{
	width:100%;
	float: left;
	padding:73px 0;
}

section.home-about .container{
	max-width:1730px;
}

section.home-about .right-content{
    width: 100%;
    float: left;
    margin:0;
    padding: 87px 0 0 21px;
}

section.home-about .right-content h2{
	color:#000080;
	font-size:45px;
	line-height:1;
}

section.home-about .right-content h2 span{
	color:#00aeef;
}

section.home-about .right-content .pere{
	width:100%;
	float: left;
	margin-top:40px;
	border-left:3px solid #000080;
}

section.home-about .right-content .pere p{
	padding:20px 0 20px 30px;
	color:#666;
}

/*----------------------------------------*/

section.delever-treatment{
	width:100%;
	float: left;
	padding:50px 0;
}

section.delever-treatment.container{
	max-width:1300px;
}

section.delever-treatment .title{
	width:100%;
	float: left;
	padding-bottom:70px;
	text-align: center;
}

section.delever-treatment .title h2{
	color:#000080;
	font-size:40px;
}

section.delever-treatment .item{
	text-align: center;
}

section.delever-treatment .item h4{
	color:#3d4854;
	font-size:28px;
	margin:15px 0;
}

section.delever-treatment .item h4 span{
	color:#00aeef;
}


/*------------------------------------------------------*/

section.book-an-apoinment{
	width:100%;
	float: left;
	padding:50px 0;
	background:#0000b4;
}

section.book-an-apoinment .container{
	max-width:1300px;
}

section.book-an-apoinment .title{
	width:100%;
	float: left;
	margin-bottom:40px;
	text-align: center;
}

section.book-an-apoinment .title h2{
	color:#fff;
	font-size:40px;
}

section.book-an-apoinment form{
	width:100%;
	float: left;
}

section.book-an-apoinment form input, section.book-an-apoinment form select{
	height:80px !important;
	border-radius:40px;
	padding:10px 30px;
	cursor: pointer;
}

section.book-an-apoinment form select option{
	color:#323232;
	padding:5px 0;
}

section.book-an-apoinment form input.btn {
    margin: 30px auto;
    text-align: center;
    height: 68px;
    width: 250px;
    font-size: 24px;
    padding: 0;
}

section.book-an-apoinment form input.btn:hover {
	background: #00aeef;
}

section.book-an-apoinment form input, section.book-an-apoinment form textarea{
	background: transparent;
    border:1px solid #fff;
    font-size:20px;
    color:#fff;
}

section.book-an-apoinment form textarea{
	border-radius:40px;
	padding-left:40px;
	padding-top:20px;
	min-height:150px;
}

section.book-an-apoinment form textarea::placeholder {
	color: #fff;
}

section.book-an-apoinment form textarea:-ms-input-placeholder {
	color: #fff;
}

section.book-an-apoinment form textarea::-ms-input-placeholder {
	color: #fff;
}

section.book-an-apoinment form input::placeholder {
	color: #fff;
}

section.book-an-apoinment form input:-ms-input-placeholder {
	color: #fff;
}

section.book-an-apoinment form input::-ms-input-placeholder {
	color: #fff;
}

section.book-an-apoinment select.form-control {
    background: transparent url(../images/down-arrow.png);
    background-position: top 33px right 23px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;

}



/*---------------------------------------------*/

section.our-location{
	width:100%;
	float: left;
	padding:50px 0;
}

section.our-location .container{
	max-width:1430px;
}

section.our-location .title{
	width:100%;
	float: left;
	text-align: center;
	padding:0 0 40px 0;
}

section.our-location .title{
	font-size:36px;
	font-weight:bold;
	color:#000080;
	font-weight: bold;
}

section.our-location .left-content{
	width:100%;
	float: left;
}

section.our-location .right-content{
	width:100%;
	float: left;
}

section.our-location .left-content .address, section.our-location .right-content .address{
	width:100%;
	float: left;
	margin-top:12px;
}

section.our-location .left-content .address h4, section.our-location .right-content .address h4{
	font-size:15px;
	color:#00aeef;
}

section.our-location .left-content .address ul li, section.our-location .right-content .address ul li{
	color:#666;
	padding:3px 0;
	font-size:15px;
}

section.our-location .left-content .working-hours, section.our-location .right-content .working-hours{
    width: 100%;
    float: right;
    margin-top: 12px;
    max-width: 150px;
}

section.our-location .left-content .working-hours h4, section.our-location .right-content .working-hours h4{
	font-size:15px;
	color:#00aeef;
}

section.our-location .left-content .working-hours ul li, section.our-location .right-content .working-hours ul li{
	color:#666;
	padding:4px 0;
	font-size:15px;
}

section.our-location .left-content .working-hours ul li span, section.our-location .right-content .working-hours ul li span{
	float: right;
}


/*---------------------------------------------*/

section.pre-footer{
	width:100%;
	float: left;
	padding:28px 0;
	background:#0000b4;
}

section.pre-footer p{
	font-size:21px;
	color:#fff;
	text-align: center;
}

/*----------------------------------------------------*/

section.home-service{
	width:100%;
	float: left;
	padding:50px 0;
}

section.home-service .title{
	margin-bottom:40px;
	text-align: center;
}

section.home-service .title h2{
	font-size:36px;
	font-weight:bold;
	color: #000080;
}

section.home-service .title p{
	font-size:18px;
	font-weight:400;
	color:#666;
}

section.home-service .item{
	text-align: center;
	min-height:300px;
	padding:68px 0 45px 0;
	background:#f2f2f2;
}

section.home-service .item.even{
	background:#e6e6e6;
}

section.home-service .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

section.home-service .owl-carousel .owl-item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

section.home-service .item h4{
	height:80px;
	font-weight:bold;
	margin-top:10px;
	color:#999;
	font-size:22px;
}

section.home-service .item span a{
	color:#999;
	font-size:16px;
	font-weight: bold;
	border:1px solid #999;
	padding:14px 30px;
	display: inline-block;
}

section.home-service .item span a:hover{
	background: #0069d9;
}


section.home-service .item:hover p, section.home-service .item.even:hover p{
	color:#fff;
}

section.home-service .item:hover, section.home-service .item.even:hover{
	background:#000093;
}

section.home-service .item:hover h4, section.home-service .item.even:hover h4{
	color:#fff;
}

section.home-service .item:hover span a, section.home-service .item.even:hover span a{
	color:#fff;
	border-color:#fff;
}


/*--------------------------------------------------------------*/


section.insurance-we-accept{
	width:100%;
	float: left;
	padding:150px 0 50px 0;
}

section.insurance-we-accept .container{
	max-width:1430px;
}

section.insurance-we-accept .title{
	width:100%;
	float: left;
	margin:0 0 20px 0;
}

section.insurance-we-accept .title h2{
	font-size:46px;
	color:#000080; 
}

section.insurance-we-accept .title p{
	font-size:18px;
	color:#808080;
	margin:5px 0 0 0;
}

section.insurance-we-accept .title .number{
	width:100%;
	float: left;
	font-size:26px;
	color:#808080;
	margin-top:20px;
}

section.insurance-we-accept .content{
	width:100%;
	float: left;
	margin:20px 0 0 0;
}

/*-------------------------------------------------*/

section.who-we-are{
	width:100%;
	float: left;
	background: url('../images/who-we-are.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding:150px 0 200px 0;
}

section.who-we-are .content{
	width:100%;
	float:left;
	padding:40px;
	background:rgba(0, 0, 0, 0.8);
}

section.who-we-are .content h2{
	font-size:50px;
	color:#fff;
	margin-bottom:10px;
}

section.who-we-are .content p{
	color: #fff;
	font-size:16px;
	line-height:1.5;
}

section.testmonial{
	width:100%;
	float: left;
	padding:60px 0;
}

section.testmonial h3{
	font-size:55px;
	color: #00aeef;
	text-align: center;
	margin:0 0 -15px 0;
}

section.testmonial .content {
    width: 100%;
    max-width: 835px;
    height: 205px;
    background: url(../images/testmoial-bg.png);
    margin: 0 auto;
    float: none;
    padding: 59px 40px 40px 40px;
}

section.testmonial .content p {
    font-size: 22px;
    text-align: center;
}

/*-------------------------------------------------------------*/

section.contact-page-banner{
	width:100%;
	float: left;
}

/*-------------------------------------------------------------*/

section.gallery-page{
	width:100%;
	float: left;
	padding:150px 0 40px 0;
}

section.gallery-page .container {
    max-width: 1430px;
}

section.gallery-page .title{
	width:100%;
	float: left;
	margin:0 0 20px 0; 
}

section.gallery-page h2{
	color: #0000b4;
	font-size:40px;

}

section.gallery-page .gallery-view{
	display:flex;
	flex-wrap: nowrap;
	margin:0 -15px;

}

section.gallery-page .gallery-view .item{
	padding:0 10px 20px 10px;
}

section.gallery-page .show-more{
	width:100%;
	float: left;
	margin:10px 0 0 0;
}

section.gallery-page .show-more span {
    width: 100%;
    float: left;
    text-align: center;
}

section.gallery-page .show-more span a{
	width:250px;
	height:63px;
	margin:0 auto;
	border-radius:40px;
	border: 1px solid #000080;
	color:#000080;
	line-height:63px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size:20px;
	transition:0.5s;
}

section.gallery-page .show-more span a:hover{
	background:#00aeef;
	color:#fff;
	border-color: #00aeef;
}

/*-------------------------------------------------------------*/

section.service-page{
	width:100%;
	float: left;
	padding:150px 0 40px 0;
	background:#0000bf;
}

section.service-page .container {
    max-width: 1730px;
}

section.service-page .item{
	text-align: center;
	min-height:300px;
	padding:20px 0;
	margin-bottom:30px;
	border:1px solid transparent;
}

section.service-page .item img {
    width: auto;
    margin: 0 auto;
}

section.service-page .item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

section.service-page .item h4{
	height:80px;
	font-weight:bold;
	margin-top:10px;
	color:#fff;
	font-size:22px;
}

section.service-page .item span a{
	color:#fff;
	font-size:16px;
	font-weight: bold;
	border:1px solid #fff;
	padding:14px 30px;
	display: inline-block;
	transition:0.5s;
}

section.service-page .item:hover{
	border-color:#fff;
	background:rgba(255, 255, 255, 0.20);
}

section.service-page .item span:hover a{
	background: #00aeef;
}


/*--------------------------------------------*/

section.service-page-content{
	width:100%;
	float: left;
	padding:80px 0 50px 0;
}

section.service-page-content .container {
    max-width: 1730px;
}

section.service-page-content .left-content{
	width:100%;
	float:left;
	text-align: center;
}

section.service-page-content .right-content{
	width:100%;
	float:left;
	margin-top: 15px;
}

section.service-page-content .right-content h2{
	color: #000080;
	font-size:50px;
}

section.service-page-content .right-content p{
	font-size:18px;
	line-height:1.4;
	margin:20px 0;
	color: #808080;
}


/*-----------------------------------------------------*/


section.team-page{
	width:100%;
	float:left;
	padding:44px 0 50px 0;
	background:url('../images/line-team-bg.png');
	background-repeat: repeat-x;
}

section.team-page .left-content{
	text-align: center;
	width:100%;
	float: left;
	padding-top:200px
}

section.team-page .left-content h2{
	color:#fff;
	font-size:35px;
	margin:10px 0 0 80px;
}


/*-----------------------------------------------------*/

section.team-page-slider{
	width:100%;
	float: left;
	padding:80px 0;
}

section.team-page-slider .item{
	width:100%;
}

section.team-page-slider .container {
    max-width: 1630px;
}

section.team-page-slider .left-content{
	width:100%;
	float: left;
	padding:0 50px 0 50px;
}

section.team-page-slider .right-content{
	width:100%;
	float: left;
	padding:20px 0 0 0;
}

section.team-page-slider .right-content h2{
	font-size:30px;
	color: #00aeef;
	margin-bottom:10px;
}

section.team-page-slider .right-content ul{
	margin:0 0 10px 0;
}

section.team-page-slider .right-content ul li{
	padding:0 0 3px 0;
}

section.team-page-slider .right-content p{
	line-height:1.4;
	font-size:18px;
}

section.team-page-slider .owl-dots {
    margin-top: 30px;
    display: flex;
  	align-items: center;
  	justify-content: center;
}

section.team-page-slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    float: left;
    background:#e6e6e6;
    margin: 0 0 0 12px;
    border-radius: 50%;
}

section.team-page-slider .owl-dots .owl-dot.active{
	background: #00aeef;
}

section.team-page-slider .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 47%;
}

section.team-page-slider .owl-carousel .owl-nav .owl-prev {
    float:left;
}

section.team-page-slider .owl-carousel .owl-nav .owl-next {
    float: right;
}


/*--------------------------------------------------------------------------------------*/



