@import "https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&display=swap";
body {
	font-family: jost, sans-serif;
	color: #35405c;
	background-color: #fff;
	font-size: 17px
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #02123a;
	font-family: roboto slab, serif
}
p {
	line-height: 1.7
}
p:last-child {
	margin-bottom: 0
}
a {
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: none
}

.hide_cel { display: block !important;}
.show_cel { display: none !important;}

img {
	max-width: 100%
}
.d-table {
	width: 100%;
	height: 100%
}
.d-table-cell {
	vertical-align: middle
}
.mtb-100 {
	margin-top: 100px;
	margin-bottom: 100px
}
.mt-100 {
	margin-top: 100px
}
.mb-100 {
	margin-bottom: 100px
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}
.pt-100 {
	padding-top: 100px
}
.pb-70 {
	padding-bottom: 70px
}
.pb-100 {
	padding-bottom: 100px
}
button:focus {
	outline: 0
}
.btn.focus,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}


.form-control { margin-bottom: 20px;}

#error, #mail_success, #mail_fail {display: none;}
#error, #mail_fail {    color: #FFFFFF;background: rgb(228, 82, 82);
    width: 100%;text-align: center;margin-bottom: 10px;padding: 10px;font-size: 18px;}
#mail_success {    color: #FFFFFF;background: #00a896;
    width: 100%;text-align: center;margin-bottom: 10px;padding: 10px;font-size: 18px;}   

    #error, #mail_success {display: none}

.whats {
    position: fixed;
    z-index: 1020;
    left: 65px;
    bottom: 25px;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: #2ad07c;
    font-size: 28px;
    line-height: 63px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.25s, bottom 0.75s ease-in-out; }

    .whats:hover {
        box-shadow: 0 0 0 10px rgba(73, 176, 193, 0.2); }

.common-btn {
	display: inline-block;
	color: #fff;
	background-color: #01133a;
	padding: 12px 25px;
	font-weight: 500;
	border: 0;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 1!important;
	z-index: 1;
	position: relative
}

#contactohome .form-control{
	margin-top: 2px;
    /* margin-bottom: 6px !important; */
    margin-bottom: 15px;
}

.top10 { margin-top: 10px;}
.top20 { margin-top: 20px;}
.top30 { margin-top: 30px;}
.top40 { margin-top: 40px;}
.top50 { margin-top: 50px;}
.top80 { margin-top: 80px;}

.common-btn-2{
  color: #01133a;
	background-color: #ffffff;
}
.common-btn .one:before {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	left: 0;
	top: 0;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}
.common-btn .one:after {
	position: absolute;
	content: '';
	width: 2px;
	height: 0;
	left: 0;
	top: 0;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}
.common-btn .two:before {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}
.common-btn .two:after {
	position: absolute;
	content: '';
	width: 2px;
	height: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}
.common-btn:hover {
	color: #fff;
	background-color: #02123a
}
.common-btn:hover .one:before,
.common-btn:hover .two:before {
	opacity: 1;
	visibility: visible;
	width: 15px
}
.common-btn:hover .one:after,
.common-btn:hover .two:after {
	opacity: 1;
	visibility: visible;
	height: 15px
}
.section-title {
	margin-bottom: 40px;
	text-align: center;
	margin-top: -10px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto
}
.section-title .top {
	position: relative;
	display: inline-block;
	margin-bottom: 8px
}
.section-title .top .top-title {
	font-size: 75px;
	line-height: 75px;
	color: #b6b5b5;
	font-family: roboto slab, serif;
	font-weight: 700;
	display: block;
	opacity: .1
}
.section-title .top .sub-title {
	display: block;
	font-weight: 600;
	color: #01133a;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	font-size: 20px
}
.section-title h2 {
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1.3
}
.section-title p {
	margin-top: 10px;
	margin-bottom: 0
}
.header-area {
	padding-top: 10px;
	padding-bottom: 10px
}
/* .header-area .left a {
	display: block
} */
.header-area .right {
	text-align: start;
}
.header-area .right ul {
	margin: 0;
	padding: 0
}
.header-area .right ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	padding-left: 50px;
	text-align: start;
	vertical-align: middle;
	margin-right: 50px
}
.header-area .right ul li:last-child {
	margin-right: 0
}
.header-area .right ul li:hover i {
	color: #fff;
	background-color: #01133a
}
.header-area .right ul li i {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #01133a;
	background-color: #e0f8fc;
	border-radius: 5px;
	font-size: 15px;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 0;
	left: 0
}
.header-area .right ul li i.flaticon-placeholder:before {
	left: 2px;
	position: relative
}
.header-area .right ul li h4 {
	font-size: 15px;
	margin-bottom: 5px
}
.header-area .right ul li a {
    display: block;
    color: #35405c;
    font-size: 19px;
    font-family: roboto slab, serif;
    font-weight: bold;
    padding-top: 3px;
}
.header-area .right ul li a:hover {
	color: #01133a
}
.header-area .right ul li span {
	display: block;
	font-size: 13px
}

/* .header-area .left ul li:hover i {
	color: #fff;
	background-color: #01133a
} */

.logo img {    max-width: 150px;     max-height: 58px;
}

/* .header-area .left ul li a {
    display: block;
    color: #35405c;
    font-size: 19px;
    font-family: roboto slab, serif;
    font-weight: bold;
    padding-top: 3px;
}

.header-area .left ul { margin-bottom: 0;}

.header-area .left ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	padding-left: 50px;
	text-align: start;
	vertical-align: middle;
}

.header-area .left ul li i {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #01133a;
	background-color: #e0f8fc;
	border-radius: 5px;
	font-size: 15px;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 0;
	left: 0
}
.header-area .left ul li i.flaticon-placeholder:before {
	left: 2px;
	position: relative
} */

.topHeaderTwoElements{
  display: flex;
  justify-content: space-around;
}

.topHeaderTwoElements li:nth-of-type(2) i{
  font-style: normal;
  font-size: 30px !important;
  font-weight: bold;
  margin-bottom: 20px !important;
  color: red !important;
}

.abc-container-mobile{
  display: none;
}

.main-nav {
	background-color: #01133a;
	-webkit-transition: .5s;
	transition: .5s
}
.main-nav.menu-shrink {
	padding-top: 10px;
	padding-bottom: 10px
}
.main-nav nav {
	padding-top: 0;
	padding-bottom: 0
}
.main-nav nav .navbar-nav {
	margin-left: 0;
	margin-right: auto
}
.main-nav nav .navbar-nav .nav-item:first-child a {
	margin-left: 0
}
.main-nav nav .navbar-nav .nav-item:hover a {
	color: #fff
}
.main-nav nav .navbar-nav .nav-item a {
	font-weight: 600;
	text-transform: unset;
	color: #fff;
	margin-left: 12px;
	margin-right: 12px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative
}
.main-nav nav .navbar-nav .nav-item a:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
	color: #fff
}
.main-nav nav .navbar-nav .nav-item a:hover:before,
.main-nav nav .navbar-nav .nav-item a:focus:before,
.main-nav nav .navbar-nav .nav-item a.active:before {
	opacity: 1;
	visibility: visible;
	width: 50%
}
.main-nav nav .navbar-nav .nav-item a i {
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: 3px
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	border-radius: 0;
	border: 0;
	padding: 0;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-top: 3px solid #02123a
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px solid #f1f1f1
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	top: -3px!important
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #01133a
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: 0
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	font-size: 15px;
	font-weight: 600;
	text-transform: unset;
	padding: 12px 15px;
	color: #02123a
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
	display: none
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #01133a
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	right: -100%;
	left: unset;
	top: 15px
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #02123a;
	text-transform: unset
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #01133a
}
.main-nav .dropdown-toggle::after {
	display: none
}

.navbar-nav{
  width: 100%;
  justify-content: space-around;
}

.navbar-nav > ul{
  display: flex;
}
.side-nav {
	vertical-align: middle
}
.side-nav .cart {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	position: relative;
	top: 3px
}
.side-nav .cart a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 30px
}
.side-nav .cart a span {
	position: absolute;
	top: 5px;
	right: -4px;
	font-size: 13px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #02123a
}
.side-nav .languages {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px
}
.side-nav .languages .nice-select {
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	border: 0;
	font-size: 17px;
	color: #fff;
	font-weight: 500
}
.side-nav .languages .nice-select:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff
}
.side-nav .languages .nice-select ul {
	border: 0;
	border-radius: 0;
	display: block;
	width: 100%
}
.side-nav .languages .nice-select ul li {
	display: block;
	width: 100%;
	color: #02123a;
	font-size: 15px
}
.side-nav .social {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px
}
.side-nav .social ul {
	margin: 0;
	padding: 0
}
.side-nav .social ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 3px
}
.side-nav .social ul li:last-child {
	margin-right: 0
}
.side-nav .social ul li a {
	display: block;
	color: #fff;
	font-size: 17px
}
.side-nav .side-menu {
	vertical-align: middle;
	display: inline-block
}
.side-nav .side-menu .modal-btn {
	padding: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	color: #01133a;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px
}
.side-nav .side-menu .modal-btn i {
	line-height: 30px
}
.side-nav .side-menu .modal-btn:hover {
	color: #fff;
	background-color: #02123a
}
#myModalRight {
	z-index: 99999;
	padding-right: 0!important
}
#myModalRight .modal-header .btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.modal .modal-body h2 {
	font-size: 22px;
	margin-bottom: 8px
}
.modal .modal-body p {
	margin-bottom: 30px
}
.modal .modal-body .image-area h2 {
	margin-bottom: 15px
}
.modal .modal-body .image-area a {
	display: block;
	background-color: #ecf7f9;
	margin-bottom: 20px;
	border-radius: 5px
}
.modal .modal-body .image-area a:hover {
	background-color: #01133a
}
.modal .modal-body .social-area ul {
	margin: 0;
	padding: 0
}
.modal .modal-body .social-area ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px
}
.modal .modal-body .social-area ul li a {
	display: block;
	color: #01133a;
	font-size: 20px
}
.modal .modal-body .social-area ul li a:hover {
	color: #02123a
}
.modal.modal-right .modal-dialog {
	max-width: 380px;
	min-height: 100vh
}
.modal.modal-right.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal.modal-right .modal-content {
	height: 100vh;
	overflow-y: auto;
	border-radius: 0
}
.modal.modal-left .modal-dialog {
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	margin: 0 auto 0 0
}
.modal.modal-right .modal-dialog {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	margin: 0 0 0 auto
}
.banner-area {
	overflow: hidden
}
.banner-bg-one {
	background-image: url("../images/banner/main1.jpg")
}
.banner-item {
	height: 850px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}
.banner-item:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(2, 18, 58, 0.184946)), to(rgba(2, 18, 58, 0)));
	background: linear-gradient(90deg, rgba(2, 18, 58, 0.184946) 0%, rgba(2, 18, 58, 0) 100%);
	opacity: .1
}
.banner-content {
  text-align: center;
	position: relative;
	z-index: 1;
	max-width: 675px;
	margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}
.banner-content .title {
	font-size: 20px;
	display: block;
	font-weight: 600;
	color: #01133a;
	margin-bottom: 25px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.banner-content h1 {
	font-size: 68px;
	margin-bottom: 35px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.banner-content .common-btn{
  margin-bottom: 20px;
}
.about-area {
	background-color: #ecf7f9;
	background-image: url("../images/about/bg1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.about-area .about-img {
	text-align: center
}
.about-area .about-content {
	padding-top: 100px;
	padding-bottom: 100px
}
.about-area .about-content .section-title {
	margin-left: 0;
	text-align: start
}
.about-area .about-content .section-title p {
	font-weight: 500
}
.about-area .about-content ul {
	margin: 0;
	padding: 0
}
.about-area .about-content ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 20px;
	font-weight: 500;
	position: relative;
	padding-left: 40px
}
.about-area .about-content ul li:hover i {
	color: #fff;
	background-color: #01133a
}
.about-area .about-content ul li i {
	position: absolute;
	top: -3px;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 25px;
	color: #01133a;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}
.about-area .about-content .common-btn {
	margin-top: 25px
}
.services-item {
	/* margin-bottom: 90px; */
	-webkit-transition: .5s;
	transition: .5s;
  cursor: pointer;
}
.services-item:hover {
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px)
}
.services-item:hover .bottom span {
	width: 50px;
	height: 50px
}
.services-item:hover .bottom .icon {
	color: #fff;
	background-color: #01133a
}
.services-item .top a {
	display: block
}
.services-item .top a img {
	border-radius: 10px
}
.services-item .bottom {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	padding: 30px 30px 30px 105px;
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
	/* margin-top: -40px; */
	-webkit-box-shadow: 0 8px 20px 0 #f5fcfe;
	box-shadow: 0 8px 20px 0 #f5fcfe
}
.services-item .bottom span {
	position: absolute;
	width: 15px;
	height: 15px;
	-webkit-transition: .5s;
	transition: .5s
}
.services-item .bottom span:nth-child(1) {
	top: 0;
	left: 0;
	border-top-left-radius: 10px;
	border-top: 3px solid #01133a;
	border-left: 3px solid #01133a
}
.services-item .bottom span:nth-child(2) {
	top: 0;
	right: 0;
	border-top-right-radius: 10px;
	border-top: 3px solid #01133a;
	border-right: 3px solid #01133a
}
.services-item .bottom span:nth-child(3) {
	bottom: 0;
	right: 0;
	border-bottom-right-radius: 10px;
	border-bottom: 3px solid #01133a;
	border-right: 3px solid #01133a
}
.services-item .bottom span:nth-child(4) {
	bottom: 0;
	left: 0;
	border-bottom-left-radius: 10px;
	border-bottom: 3px solid #01133a;
	border-left: 3px solid #01133a
}
.services-item .bottom .icon {
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	text-align: center;
	font-size: 30px;
	color: #01133a;
	background-color: #e0f8fc;
	-webkit-transition: .5s;
	transition: .5s
}
.services-item .bottom h3 {
	font-size: 22px;
	margin-bottom: 10px
}
.services-item .bottom h3 a {
	color: #02123a
}
.services-item .bottom h3 a:hover {
	color: #01133a
}
.services-item .bottom p {
	margin-bottom: 10px
}
.services-item .bottom .services-btn {
	display: inline-block;
	color: #01133a;
	font-weight: 500
}
.services-item .bottom .services-btn i {
	position: relative;
	top: 2px
}
.services-item .bottom .services-btn:hover {
	color: #02123a
}
.consultation-area {
	background-image: url("../images/consultation-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1
}
.consultation-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: .7;
	z-index: -1
}
.consultation-area .section-title {
	margin-bottom: 30px;
	text-align: start
}
.consultation-area .consultation-content {
	text-align: end;
	margin-bottom: 30px
}
.consultation-area .consultation-content ul {
	margin: 0;
	padding: 0
}
.consultation-area .consultation-content ul li {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	text-align: start
}
.consultation-area .consultation-content ul li .common-btn {
	-webkit-box-shadow: 0 0 20px 0 #5fc8db;
	box-shadow: 0 0 20px 0 #5fc8db;
	margin-right: 30px
}
.consultation-area .consultation-content ul li h3 {
	font-size: 34px;
	margin-bottom: 5px
}
.consultation-area .consultation-content ul li h3 a {
	color: #02123a
}
.consultation-area .consultation-content ul li h3 a:hover {
	color: #35405c
}
.consultation-area .consultation-content ul li span {
	display: block;
	font-weight: 500
}
.doctors-item {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px 0 #e5fafd;
	box-shadow: 0 0 20px 0 #e5fafd;
	-webkit-transition: .5s;
	transition: .5s
}
.doctors-item:hover {
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px)
}
.doctors-item .top {
	position: relative;
	text-align: center;
	background-color: #e1f4fa
}
.doctors-item .top ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30%;
	left: 30px;
	display: none
}
.doctors-item .top ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 15px
}
.doctors-item .top ul li a {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 5px;
	font-size: 25px;
	color: #fff;
	background-color: #01133a
}
.doctors-item .top ul li a i {
	line-height: 45px
}
.doctors-item .top ul li a:hover {
	color: #fff;
	background-color: #02123a
}
.doctors-item .bottom {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: middle
}
.doctors-item .bottom .left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.doctors-item .bottom .right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	margin-left: 15px
}
.doctors-item .bottom i {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #01133a;
	background-color: #e1f4fa;
	font-size: 35px;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer
}
.doctors-item .bottom i:hover {
	color: #fff;
	background-color: #01133a
}
.doctors-item .bottom h3 {
	font-size: 22px;
	margin-bottom: 6px
}
.doctors-item .bottom h3 a {
	color: #01133a
}
.doctors-item .bottom h3 a:hover {
	color: #02123a
}
.doctors-item .bottom span {
	display: block
}
.choose-area {
	position: relative;
	z-index: 1;
	background-color: #f6fcfe
}
.choose-area .choose-shape img {
	position: absolute;
	z-index: -1
}
.choose-area .choose-shape img:nth-child(1) {
	top: 0;
	right: 0
}
.choose-area .choose-shape img:nth-child(2) {
	bottom: 0;
	right: 0
}
.choose-area .choose-shape img:nth-child(3) {
	bottom: 0;
	left: 0
}
.choose-area .choose-img {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 1
}
.choose-area .choose-img:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #01133a;
	z-index: -1;
	-webkit-animation: border-transform-default-two 10s linear infinite alternate forwards;
	animation: border-transform-default-two 10s linear infinite alternate forwards
}
.choose-area .choose-img img {
	-webkit-animation: border-transform-default 10s linear infinite alternate forwards;
	animation: border-transform-default 10s linear infinite alternate forwards
}
.choose-area .choose-content .section-title {
	text-align: start
}
.choose-area .choose-content .section-title p {
	font-weight: 500
}
.choose-area .choose-content ul {
	margin: 0;
	padding: 0
}
.choose-area .choose-content ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 30px;
	padding-left: 70px;
	position: relative
}
.choose-area .choose-content ul li:hover i {
	color: #fff;
	background-color: #01133a
}
.choose-area .choose-content ul li i {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	border-radius: 10px;
	color: #01133a;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 #e5f9fd;
	box-shadow: 0 0 20px 0 #e5f9fd;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 0;
	left: 0
}
.choose-area .choose-content ul li h3 {
	font-size: 22px;
	margin-bottom: 8px
}
@-webkit-keyframes border-transform-default {
	0%, to {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}
@keyframes border-transform-default {
	0%, to {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}
@-webkit-keyframes border-transform-default-two {
	0%, to {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
	14% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}
	28% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
	56% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}
	70% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}
@keyframes border-transform-default-two {
	0%, to {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
	14% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}
	28% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
	56% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}
	70% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}
.blog-area .section-title h2 {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto
}
.blog-item {
	margin-bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s
}
.blog-item:hover {
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px)
}
.blog-item .top a {
	display: block
}
.blog-item .top a img {
	border-radius: 10px
}
.blog-item .bottom {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 25px;
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
	-webkit-box-shadow: 0 8px 20px 0 #f5fcfe;
	box-shadow: 0 8px 20px 0 #f5fcfe;
	position: relative
}
.blog-item .bottom h3 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.4
}
.blog-item .bottom h3 a {
	color: #02123a
}
.blog-item .bottom h3 a:hover {
	color: #01133a
}
.blog-item .bottom p {
	margin-bottom: 12px
}
.blog-item .bottom ul {
	margin: 0;
	padding: 0
}
.blog-item .bottom ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px
}
.blog-item .bottom ul li span {
	display: block;
	font-weight: 500;
	color: #01133a;
	font-size: 16px
}
.testimonials-area {
	background-image: url("../images/testimonials-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1
}
.testimonials-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: .7;
	z-index: -1
}
.testimonials-area .testimonials-img img {
	position: absolute;
	bottom: 0;
	right: 30px;
	max-width: 170px
}
.testimonials-area .testimonials-slider {
	max-width: 1150px
}
.testimonials-area .testimonials-item {
	border-radius: 10px;
	background-color: #01133a;
	padding: 30px 90px 30px 30px
}
.testimonials-area .testimonials-item .top {
	position: relative;
	padding-left: 75px;
	margin-bottom: 25px
}
.testimonials-area .testimonials-item .top img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 60px;
	border-radius: 50%
}
.testimonials-area .testimonials-item .top h3 {
	font-size: 22px;
	margin-bottom: 5px;
	color: #fff
}
.testimonials-area .testimonials-item .top span {
	display: block
}
.testimonials-area .testimonials-item p {
	font-size: 18px;
	color: #fff;
	font-style: italic;
	margin-bottom: 20px
}
.testimonials-area .testimonials-item ul {
	margin: 0;
	padding: 0
}
.testimonials-area .testimonials-item ul li {
	list-style-type: none;
	display: inline-block
}
.testimonials-area .testimonials-item ul li i {
	color: #ddd
}
.testimonials-area .testimonials-item ul li i.checked {
	color: #fff
}
.testimonials-area .testimonials-item .icon {
	display: inline-block;
	color: #fff;
	font-size: 50px;
	position: absolute;
	bottom: 10px;
	right: 35px
}
.testimonials-area .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
	margin-bottom: -11px
}
.testimonials-area .owl-theme .owl-dots .owl-dot span {
	background: #02123a;
	-webkit-transition: .5s;
	transition: .5s;
	width: 15px;
	height: 15px
}
.testimonials-area .owl-theme .owl-dots .owl-dot.active span,
.testimonials-area .owl-theme .owl-dots .owl-dot:hover span {
	background: #01133a
}
.partner-item {
	text-align: center
}
.partner-item img {
	margin-left: auto;
	margin-right: auto;
	width: auto!important
}


.copyright-area {
	background-color: #0e0c21;
	padding-top: 15px;
	padding-bottom: 15px
}
.copyright-area p {
	color: #fff
}
.copyright-area p a {
	display: inline-block;
	color: #fff;
	font-weight: 700
}
.copyright-area p a:hover {
	letter-spacing: 1px;
	color: #fff
}
.copyright-area ul {
	text-align: end;
	margin: 0;
	padding: 0
}
.copyright-area ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #fff
}
.copyright-area ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0
}
.copyright-area ul li a {
	color: #fff
}
.copyright-area ul li a:hover {
	letter-spacing: 1px;
	color: #fff
}

#serv_fotos { margin-top: 40px;}
.DiseasesFrecuently {margin-top: 55px;}
.DiseasesFrecuently .container-fluid { padding-left: 0; padding-right: 0;}
.DiseasesFrecuently .row>* { padding-left: 0; padding-right: 0; position: relative}
.DiseasesFrecuently  .centrar {
	padding: 0 20%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.banner-bg-two {
	background-image: url("../img/banner/gam_3-min.jpg")
}
.banner-bg-three {
	background-image: url("../images/banner/main3.jpg")
}
.banner-bg-four {
	background-image: url("../images/banner/main4.jpg")
}
.banner-area.two .banner-item:before {
	/* background: -webkit-gradient(linear, left top, right top, color-stop(36%, rgba(255, 255, 255, 0.816969)), color-stop(61%, rgba(255, 255, 255, 0))); */
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.816969) 36%, rgba(255, 255, 255, 0) 61%);
	opacity: 0.2
}
.banner-area.two .banner-content {
	max-width: 720px
}
.banner-area.two .banner-content h1 {
	margin-bottom: 22px
}
.banner-area.two .banner-content p {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 18px
}
.banner-area.two .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px
}
.banner-area.two .owl-theme .owl-dots .owl-dot span {
	width: 60px;
	height: 6px;
	background: #82dce7;
	-webkit-transition: .5s;
	transition: .5s
}
.banner-area.two .owl-theme .owl-dots .owl-dot.active span,
.banner-area.two .owl-theme .owl-dots .owl-dot:hover span {
	background: #01133a
}
.about-area.two {
	background-image: unset;
	background-color: #fff;
	z-index: 1;
	position: relative
}
.about-area.two .about-shape img {
	position: absolute;
	z-index: -1
}
.about-area.two .about-shape img:nth-child(1) {
	top: 0;
	right: 0
}
.about-area.two .about-shape img:nth-child(2) {
	left: 0;
	bottom: 0
}
.about-area.two .about-img {
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}
.about-area.two .about-img:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #01133a;
	z-index: -1;
	-webkit-animation: border-transform-default-two 10s linear infinite alternate forwards;
	animation: border-transform-default-two 10s linear infinite alternate forwards
}
.about-area.two .about-img img {
	-webkit-animation: border-transform-default 10s linear infinite alternate forwards;
	animation: border-transform-default 10s linear infinite alternate forwards
}
.about-area.two .about-content {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 30px
}
.about-area.two .about-content ul li i {
	color: #02123a;
	background-color: #ddf8fb
}
.about-area.two .about-content ul li:hover i {
	color: #fff;
	background-color: #01133a
}
.services-area.two {
	background-image: url("../images/testimonials-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1
}
.services-area.two:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: .7;
	z-index: -1
}
.services-area.two .services-item .bottom {
	max-width: 100%;
	margin-top: 0
}

.enfermedades-container{
  margin: 60px 40px;
  box-shadow: 0px 9px 18px 13px rgba(0,0,0,0.15);
  border-radius: 20px;
  overflow: hidden;
}

.descriptive-enfermedad{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.descriptive-enfermedad-container{
  margin-bottom: 50px;
}

.descriptive-enfermedad .number-enfermedad{
  min-width: 40px ;
  height: 40px;
  background-color: rgba(19, 194, 224,0.3);
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-weight: bold;
}

.descriptive-enfermedad .details-enfermedad{
  width: 100%;
}

.nombre-enfermedad-frecuente{
  font-weight: bold;
}

.descriptive-enfermedad .details-enfermedad div:nth-of-type(2) button{
  height: 14px;
  width: 13px;
  background-color: transparent;
  display: block;
  cursor: pointer;
  border: none;
  width: 25px;
  height: 25px;
}

.descriptive-enfermedad p{
  margin-bottom: 0;
}

.enfermedades-img-container{
  display: flex;
  justify-content: center;
}

.enfermedades-img-container img{
  width: 350px;
  height: 250px;
  object-fit: cover;
}

img.mfp-img {
	background-color: #e1f4fa
}

.service-container{
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 180px;
}

.features-item-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: -150px;
  display: flex;
  justify-content: center;
}

.features-item-bg img{
  width: 90%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.features-item {
  cursor: pointer;
  height: 100%;
  width: 85%;
  /* margin-top: 57px; */
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 30px 10px;
	background-color: white;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
  overflow: hidden;
}
.features-item:hover {
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px);
	/* background-color: #808283 */
}
.features-item:hover .features-btn {
	color: #01133a
}
.features-item span {
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	position: absolute;
	top: 30px;
	right: 30px
}
.features-item img {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
  margin: 0 auto;

}
.features-item h3 {
	font-size: 18px;
	margin-bottom: 15px
}
.features-item h3 a {
	color: #02123a
}
.features-item h3 a:hover {
	letter-spacing: 1px
}
.features-item p {
	margin-bottom: 12px;
  line-height: 18px;
}
.features-item .features-btn {
	font-weight: 600;
	color: #35405c;
	font-size: 16px
}
.appointment-area {
	background-color: #e1f4fa;
	position: relative;
	z-index: 1
}
.appointment-area .appointment-shape img {
	position: absolute;
	z-index: -1
}
.appointment-area .appointment-shape img:nth-child(1) {
	top: 0;
	right: 0
}
.appointment-area .appointment-shape img:nth-child(2) {
	bottom: 0;
	right: 0
}
.appointment-area .appointment-img {
	background-image: url("../img/galHome\(1\).jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}
.appointment-area .appointment-img img {
	display: none
}
.appointment-area .appointment-content {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 30px;
	max-width: 645px
}
.appointment-area .appointment-content h3 {
	font-size: 24px;
	margin-bottom: 20px
}
.appointment-area .appointment-content span {
	display: block;
	margin-bottom: 30px
}
.appointment-area .appointment-content .form-group {
	margin-bottom: 15px
}
.appointment-area .appointment-content .form-group .form-control {
	height: 50px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #35405c;
	padding-left: 0;
	-webkit-transition: .5s;
	transition: .5s
}
.appointment-area .appointment-content .form-group .form-control:focus {
	border: 0;
	border-bottom: 1px solid #01133a;
	-webkit-box-shadow: none;
	box-shadow: none
}
.appointment-area .appointment-content .form-group textarea {
	height: auto!important
}
.appointment-area .appointment-content .common-btn {
	margin-top: 10px
}
.appointment-area .appointment-content .common-btn span {
	margin-bottom: 0
}
.main-nav.two {
	background: #02123a
}
.main-nav.two .side-nav .cart a span {
	color: #fff;
	background-color: #01133a
}
.main-nav.two .side-nav .social {
	margin-right: 0
}
.banner-area.three {
	background-color: #99e2ec;
	position: relative;
	z-index: 1
}
.banner-area.three .banner-shape img {
	z-index: -1;
	position: absolute
}
.banner-area.three .banner-shape img:nth-child(1) {
	top: 0;
	left: 0
}
.banner-area.three .banner-shape img:nth-child(2) {
	top: 0;
	right: 0
}
.banner-area.three .banner-shape img:nth-child(3) {
	z-index: 1;
	bottom: 0;
	right: 75px;
	max-width: 530px
}
.banner-area.three .banner-content {
	max-width: 770px
}
.banner-area.three .banner-content .title {
	color: #fff
}
.banner-area.three .banner-content h1 {
	margin-bottom: 22px
}
.banner-area.three .banner-content p {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 18px
}
.banner-area.three .banner-content .common-btn {
	background-color: #02123a
}
.banner-area.three .banner-content .banner-btn {
	margin-left: 15px;
	background-color: #fff;
	color: #02123a
}
.banner-area.three .banner-content .banner-btn .one:before,
.banner-area.three .banner-content .banner-btn .two:before {
	background-color: #02123a
}
.banner-area.three .banner-content .banner-btn .one:after,
.banner-area.three .banner-content .banner-btn .two:after {
	background-color: #02123a
}
.about-area.three .about-img-two {
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}
.about-area.three .about-img-two:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 30px;
	background-color: #bff0f6;
	z-index: -1
}
.about-area.three .about-img-two img {
	border-radius: 30px;
	position: relative;
	top: -30px;
	left: 40px;
	max-width: 610px
}
.about-area.three .about-content {
	padding-left: 30px
}
.about-area.three .about-content .section-title {
	margin-bottom: 30px
}
.about-area.three .about-content .section-title p {
	margin-bottom: 0!important;
	border-left: 3px solid #01133a;
	padding-left: 15px
}
.about-area.three .about-content p {
	margin-bottom: 5px
}
.about-area.three .about-content ul {
	margin: 0;
	padding: 0;
	margin-top: 30px
}
.about-area.three .about-content ul li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	padding-left: 0;
	margin-right: 20px
}
.about-area.three .about-content ul li:hover a i {
	color: #01133a;
	background-color: transparent
}
.about-area.three .about-content ul li a {
	display: inline-block;
	vertical-align: middle
}
.about-area.three .about-content ul li a:hover i {
	color: #fff;
	background-color: #01133a
}
.about-area.three .about-content ul li a i {
	position: relative;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 68px;
	font-size: 45px;
	color: #01133a;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #01133a
}
.about-area.three .about-content ul li span {
	display: inline-block;
	font-weight: 500;
	vertical-align: middle;
	margin-left: 5px
}
.about-area.three .about-content ul li .common-btn {
	margin-top: 0;
	color: #fff;
	background-color: #02123a
}
.about-area.three .about-content ul li .common-btn span {
	margin-left: 0;
	display: unset
}
.features-area.two {
	background-color: #e5f9fc;
	position: relative;
	z-index: 1
}
.features-area.two .features-shape img {
	position: absolute;
	z-index: -1
}
.features-area.two .features-shape img:nth-child(1) {
	top: 0;
	left: 0
}
.features-area.two .features-shape img:nth-child(2) {
	top: 0;
	right: 0
}
.features-area.two .features-item i {
	-webkit-transition: .5s;
	transition: .5s
}
.features-area.two .features-item:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 #b4ecf5;
	box-shadow: 0 0 20px 0 #b4ecf5
}
.features-area.two .features-item:hover i {
	color: #fff;
	background-color: #01133a
}
.features-area{
  background-color: #02123a;
}

.features-area .section-title .top-title{
  color: grey;
}

.features-area .section-title .sub-title{
  color: #13c2e0;
}
.features-area .section-title h2{
  color: rgb(255, 255, 255);
}

.services-area.three {
	background-color: #02123a
}
.services-area.three .section-title {
	text-align: start
}
.services-area.three .section-title h2 {
	color: #fff
}
.services-area.three .section-title p {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 25px;
	right: 0;
	max-width: 620px
}
.services-area.three .services-item .bottom {
	-webkit-box-shadow: none;
	box-shadow: none
}
.counter-area.two {
	background-image: unset
}
.counter-area.two:before {
	display: none
}
.counter-area.two .counter-item {
	-webkit-box-shadow: 0 0 20px 0 #e6f8fa;
	box-shadow: 0 0 20px 0 #e6f8fa
}
.faq-area {
	background-image: url("../images/faq-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1
}
.faq-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: .7;
	z-index: -1
}
.faq-area .container {
	position: relative
}
.faq-area .container .faq-img img {
	position: absolute;
	left: 0;
	bottom: -100px;
	max-width: 500px
}
.faq-area .faq-item {
	max-width: 800px;
	border-radius: 10px;
	background-color: #fff;
	margin-left: auto;
	padding: 50px 30px
}
.faq-area .faq-item .accordion {
	margin: 0;
	padding: 0
}
.faq-area .faq-item .accordion li {
	position: relative;
	list-style-type: none;
	margin-bottom: 30px;
	display: block
}
.faq-area .faq-item .accordion li:last-child {
	margin-bottom: 0
}
.faq-area .faq-item .accordion li .faq-head {
	color: #02123a;
	font-size: 18px;
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 500;
	margin-bottom: 0;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 1.4;
	position: relative;
	padding-left: 50px
}
.faq-area .faq-item .accordion li .faq-head span {
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	color: #02123a;
	background-color: #d8f6fb
}
.faq-area .faq-item .accordion li .faq-head:after {
	position: absolute;
	right: 15px;
	content: "+";
	top: -7px;
	color: #02123a;
	font-size: 25px;
	text-align: center
}
.faq-area .faq-item .accordion li .faq-head.active {
	color: #01133a
}
.faq-area .faq-item .accordion li .faq-head.active:after {
	content: '-';
	font-size: 25px
}
.faq-area .faq-item .accordion li .faq-content {
	display: none;
	background-color: #fff;
	padding-left: 50px
}
.faq-area .faq-item .accordion li .faq-content .inner-list {
	margin: 0;
	padding: 0
}
.faq-area .faq-item .accordion li .faq-content .inner-list li {
	list-style-type: none;
	display: block;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin-bottom: 10px
}
.faq-area .faq-item .accordion li .faq-content .inner-list li:last-child {
	margin-bottom: 0
}
.faq-area .faq-item .accordion li .faq-content p {
	margin-bottom: 0;
	margin-top: 8px
}
.faq-area .faq-item .accordion li .faq-content a {
	display: inline-block;
	color: #02123a;
	font-weight: 600
}
.faq-area .faq-item .accordion li .faq-content a:hover {
	color: #01133a
}
.pricing-item {
	margin-bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #e5f6fc;
	padding: 30px;
	border-radius: 5px;
	text-align: center
}
.pricing-item:hover {
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px);
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 #daf7fa;
	box-shadow: 0 0 20px 0 #daf7fa
}
.pricing-item .title {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
	display: block
}
.pricing-item i {
	display: inline-block;
	color: #01133a;
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 15px
}
.pricing-item h3 {
	margin-bottom: 25px;
	font-size: 40px
}
.pricing-item ul {
	margin: 0;
	padding: 0;
	margin-bottom: 40px
}
.pricing-item ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #b4c3ce
}
.main-nav.three {
	background-color: #02123a
}
.main-nav.three .side-nav .cart a span {
	color: #fff;
	background-color: #01133a
}
.title-bg-one {
	background-image: url("../images/title/1.jpg")
}
.page-title-area {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	height: 450px
}
.page-title-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: .8;
	z-index: -1
}
.page-title-area .title-content {
	text-align: center;
	margin-top: 80px
}
.page-title-area .title-content h2 {
	font-size: 35px;
	margin-bottom: 10px
}
.page-title-area .title-content ul {
	margin: 0;
	padding: 0
}
.page-title-area .title-content ul li {
	list-style-type: none;
	display: inline-block;
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;
	position: relative
}
.page-title-area .title-content ul li:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 15px;
	right: -13px;
	top: 6px;
	background-color: #02123a
}
.page-title-area .title-content ul li:last-child:before {
	display: none
}
.page-title-area .title-content ul li a {
	display: block;
	color: #35405c
}
.page-title-area .title-content ul li a:hover {
	color: #01133a
}
.page-title-area .title-content ul li span {
	display: block
}
.services-area.four .section-title {
	text-align: start
}
.services-area.four .section-title p {
	margin: 0;
	position: absolute;
	top: 30px;
	right: 0;
	max-width: 650px
}
.title-bg-two {
	background-image: url("../images/title/2.jpg")
}
.common-social {
	margin: 0;
	padding: 0
}
.common-social li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px
}
.common-social li a {
	display: block;
	border-radius: 5px;
	color: #fff;
	background-color: #01133a;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 18px
}
.common-social li a i {
	line-height: 35px
}
.common-social li a:hover {
	color: #fff;
	background-color: #02123a
}
.doctor-details-area .doctor-info {
	margin-bottom: 30px
}
.doctor-details-area .doctor-info .top {
	text-align: center;
}
.doctor-details-area .doctor-info .bottom {
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 0 #f2fdfe;
	box-shadow: 0 0 20px 0 #f2fdfe
}
.doctor-details-area .doctor-info .bottom h3 {
	font-size: 22px;
	margin-bottom: 8px
}
.doctor-details-area .doctor-info .bottom span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	color: #01133a
}
.doctor-details-area .doctor-info .bottom p {
	margin-bottom: 22px
}
.doctor-details-area .details-content {
	margin-bottom: 30px
}
.doctor-details-area .details-content h2 {
	font-size: 45px;
	margin-bottom: 12px
}
.doctor-details-area .details-content p {
	margin-bottom: 8px
}
.doctor-details-area .details-content p:last-child {
	margin-bottom: 0
}
.doctor-details-area .details-content .info {
	padding: 30px;
	background-color: #e6f9fc;
	margin-top: 30px;
	margin-bottom: 30px
}
.doctor-details-area .details-content .info ul {
	margin: 0;
	padding: 0
}
.doctor-details-area .details-content .info ul li {
	list-style-type: none;
	display: block;
	position: relative;
	font-weight: 500;
	margin-bottom: 12px
}
.doctor-details-area .details-content .info ul li:last-child {
	margin-bottom: 0
}
.doctor-details-area .details-content .info ul li span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 400
}
.doctor-details-area .details-content h3 {
	font-size: 22px;
	margin-bottom: 8px
}
.doctor-details-area .details-content .row {
	margin-top: 30px
}
.doctor-details-area .details-content .inner {
	margin-bottom: 30px;
	background-color: #f5fbfc;
	position: relative;
	padding-left: 100px;
	padding: 50px 30px 50px 110px;
	border-radius: 5px
}
.doctor-details-area .details-content .inner i {
	display: inline-block;
	color: #01133a;
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	top: 50px;
	left: 30px
}
.doctor-details-area .details-content .inner h4 {
	font-size: 20px;
	margin-bottom: 8px
}
.doctor-details-area .details-content .inner span {
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #01133a
}
.doctor-details-area .details-content .list-service {
	margin-top: 25px;
	margin-bottom: 10px
}
.doctor-details-area .details-content .list-service ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.doctor-details-area .details-content .list-service ul li {
	list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #ebf3fb;
    font-weight: 500;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 100%;
    max-width: 100%;
	font-size: 16px;
    padding: 12px 15px 12px 35px;
}

.doctor-details-area .details-content .list-service ul li:before {
	position: absolute;
    top: 19px;
    left: 15px;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #35405c;
    -webkit-transition: .5s;
    transition: .5s;
}
.doctor-details-area .details-content .list-service ul li:hover:before {
	background-color: #01133a
}
.common-doctor-contact {
	margin-bottom: 30px;
	background-image: url("../images/doctors/bg1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 30px
}
.common-doctor-contact:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #01133a;
	opacity: .95;
	z-index: -1
}
.common-doctor-contact .inner {
	position: relative;
	padding-left: 85px;
	margin-bottom: 20px
}
.common-doctor-contact .inner i {
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 35px;
	border-radius: 50%;
	color: #01133a;
	background-color: #fff;
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block
}
.common-doctor-contact .inner a {
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	display: block
}
.common-doctor-contact .inner a:hover {
	color: #02123a
}
.common-doctor-contact h4 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 30px
}
.common-doctor-contact p {
	color: #fff;
	margin-bottom: 20px
}
.common-doctor-contact .common-btn {
	color: #01133a;
	background-color: #fff
}
.common-doctor-contact .common-btn .one:before,
.common-doctor-contact .common-btn .two:before {
	background-color: #02123a
}
.common-doctor-contact .common-btn .one:after,
.common-doctor-contact .common-btn .two:after {
	background-color: #02123a
}
.title-bg-three {
	background-image: url("../images/title/3.jpg")
}
.service-details-area .details-item img {
	margin-bottom: 0px
}
.service-details-area .details-item h2 {
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.service-details-area .details-item p {
	margin-bottom: 8px
}
.service-details-area .details-item p:last-child {
	margin-bottom: 0
}
.service-details-area .details-item h3 {
	font-size: 22px;
	margin-bottom: 8px;
	margin-top: 20px
}
.service-details-area .details-item ul {
	margin: 0;
	padding: 0;
	margin-top: 12px;
	text-align: center;
}
.service-details-area .details-item ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 12px;
	position: relative;
	padding-left: 20px
}
/*.service-details-area .details-item ul li:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 8px;
	left: 0;
	background-color: #01133a;
	border-radius: 50%
}*/
.service-details-area .details-item ul li:last-child {
	margin-bottom: 0
}
.widget-area .widget-item {
	margin-bottom: 30px
}
.widget-area .widget-item:last-child {
	margin-bottom: 0
}
.widget-area .widget-item h3 {
	font-size: 22px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative
}
.widget-area .widget-item h3:before {
	position: absolute;
	content: '';
	width: 80px;
	height: 3px;
	left: 0;
	bottom: 0;
	background-color: #01133a
}
.widget-area .categories ul {
	margin: 0;
	padding: 0
}
.widget-area .categories ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 20px
}
.widget-area .categories ul li:last-child {
	margin-bottom: 0
}
.widget-area .categories ul li a {
	display: block;
	color: #35405c;
	font-weight: 500;
	padding: 15px 15px 15px 35px;
	background-color: #edfafe;
	position: relative
}
.widget-area .categories ul li a:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 22px;
	left: 15px;
	background-color: #01133a;
	-webkit-transition: .5s;
	transition: .5s
}
.widget-area .categories ul li a:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px 0 #edfafe;
	box-shadow: 0 0 15px 0 #edfafe
}
.widget-area .categories ul li a:hover:before {
	border-radius: 50%
}
.widget-area .consult {
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 0 #f1f1f1;
	box-shadow: 0 0 20px 0 #f1f1f1
}
.widget-area .consult .form-group {
	margin-bottom: 20px
}
.widget-area .consult .form-group label {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 16px;
	display: block
}
.widget-area .consult .form-group .form-control {
	height: 60px;
	border: 0;
	border-radius: 0;
	background-color: #edfafe
}
.widget-area .consult .form-group .form-control:focus {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.widget-area .consult .nice-select {
	height: 60px;
	line-height: 60px;
	border: 0;
	border-radius: 0;
	background-color: #edfafe;
	font-size: 17px;
	margin-bottom: 20px;
	display: block;
	width: 100%
}
.widget-area .consult .nice-select ul {
	border-radius: 0;
	border: 0;
	width: 100%;
	display: block
}
.widget-area .consult .text-center {
	text-align: start!important
}
.widget-area .consult .common-btn {
	border-radius: 0
}
.cart-area .cart-content p {
	font-size: 20px;
	font-weight: 500;
	background-color: #f9f9f9;
	padding: 30px 30px 30px 75px;
	margin-bottom: 0;
	position: relative;
	border-bottom: 1px solid #01133a;
	margin-bottom: 30px
}
.cart-area .cart-content p:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	top: 32px;
	left: 30px;
	border: 1px solid #01133a
}
.checkout-area .top {
	margin-bottom: 30px
}
.checkout-area .top .form-check {
	background-color: #f5f6f6;
	padding: 25px 25px 25px 60px;
	margin-bottom: 20px
}
.checkout-area .top .form-check:last-child {
	margin-bottom: 0
}
.checkout-area .top .form-check .form-check-input {
	border-radius: 0;
	margin-top: 3px
}
.checkout-area .top .form-check .form-check-input:focus {
	border-color: #01133a;
	-webkit-box-shadow: none;
	box-shadow: none
}
.checkout-area .top .form-check .form-check-label {
	font-weight: 500
}
.checkout-area .top .form-check .form-check-label a {
	display: inline-block;
	color: #01133a
}
.checkout-area .top .form-check .form-check-label a:hover {
	color: #35405c
}
.checkout-area .billing {
	padding: 30px;
	background-color: #f5f6f6;
	margin-bottom: 30px
}
.checkout-area .billing h3 {
	font-size: 22px;
	margin-bottom: 30px
}
.checkout-area .billing .form-group {
	margin-bottom: 20px
}
.checkout-area .billing .form-group label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px
}
.checkout-area .billing .form-group .form-control {
	height: 50px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0
}
.checkout-area .billing .form-group .form-control:focus {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.checkout-area .billing .form-group textarea {
	padding-top: 13px;
	height: auto!important
}
.checkout-area .summery {
	padding: 30px;
	background-color: #f5f6f6;
	margin-bottom: 30px
}
.checkout-area .summery h3 {
	font-size: 22px;
	margin-bottom: 30px
}
.checkout-area .summery ul {
	margin: 0;
	padding: 0
}
.checkout-area .summery ul li {
	list-style-type: none;
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #35405c;
	font-weight: 500
}
.checkout-area .summery ul li span {
	position: absolute;
	top: 0;
	right: 0
}
.checkout-area .summery ul li:last-child {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0
}
.wishlist-area .table {
	background-color: #f9f9f9;
	margin-bottom: 0;
	text-align: center
}
.wishlist-area .table thead tr {
	border: 0;
	border-bottom: 2px solid #01133a
}
.wishlist-area .table thead th {
	padding-top: 25px;
	padding-bottom: 25px
}
.wishlist-area .table tbody tr {
	vertical-align: middle;
	border: 0;
	border-bottom: 1px solid #ddd
}
.wishlist-area .table tbody .trash {
	display: inline-block;
	font-size: 40px;
	color: #01133a;
	font-weight: 400
}
.wishlist-area .table tbody .trash:hover {
	color: #02123a
}
.shop-details-area .details-img {
	text-align: center;
	background-color: #e8f8fd;
	margin-bottom: 30px
}
.shop-details-area .details-img img {
	padding-top: 50px;
	padding-bottom: 50px
}
.shop-details-area .details-content {
	margin-bottom: 30px
}
.shop-details-area .details-content h2 {
	font-size: 30px;
	margin-bottom: 12px
}
.shop-details-area .details-content .reviews {
	margin: 0;
	padding: 0;
	margin-bottom: 10px
}
.shop-details-area .details-content .reviews li {
	list-style-type: none;
	display: inline-block
}
.shop-details-area .details-content .reviews li i {
	display: block;
	color: #ddd
}
.shop-details-area .details-content .reviews li i.checked {
	color: #ffc107
}
.shop-details-area .details-content h3 {
	font-size: 22px;
	color: #01133a;
	margin-bottom: 8px
}
.shop-details-area .details-content p {
	margin-bottom: 15px
}
.shop-details-area .details-content .tag {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	max-width: 300px
}
.shop-details-area .details-content .tag li {
	list-style-type: none;
	display: block;
	margin-bottom: 12px;
	position: relative;
	font-weight: 500
}
.shop-details-area .details-content .tag li:last-child {
	margin-bottom: 0
}
.shop-details-area .details-content .tag li span {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 400
}
.shop-details-area .details-content .tag li .number {
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0
}
.shop-details-area .details-content .tag li .number li {
	list-style-type: none;
	display: inline-block
}
.shop-details-area .details-content .tag li .number li span {
	position: relative;
	display: inline-block
}
.shop-details-area .details-content .tag li .number li .minus,
.shop-details-area .details-content .tag li .number li .plus {
	color: #35405c;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 35px;
	line-height: 30px;
	font-size: 20px;
	vertical-align: middle;
	border: 1px solid #35405c
}
.shop-details-area .details-content .tag li .number li input {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	color: #35405c;
	border: 1px solid #35405c;
	margin-left: -7px;
	margin-right: -5px
}
.shop-details-area .details-content .tag li .number li input:focus {
	outline: 0
}
.shop-details-area .details-content .common-btn {
	margin-bottom: 25px
}
.shop-details-area .details-content .social-links {
	margin: 0;
	padding: 0
}
.shop-details-area .details-content .social-links li {
	list-style-type: none;
	display: inline-block;
	margin-right: 8px
}
.shop-details-area .details-content .social-links li span {
	display: block;
	font-weight: 500
}
.shop-details-area .details-content .social-links li a {
	color: #01133a;
	display: block
}
.shop-details-area .details-content .social-links li a:hover {
	color: #02123a
}
.shop-details-area .describe-area .nav-pills {
	margin-bottom: 20px;
	border-bottom: 1px dotted #35405c;
	padding-bottom: 15px
}
.shop-details-area .describe-area .nav-pills .nav-item:first-child .nav-link {
	padding-left: 0
}
.shop-details-area .describe-area .nav-pills .nav-item:last-child .nav-link {
	border-right: 0;
	padding-right: 0
}
.shop-details-area .describe-area .nav-pills .nav-link {
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	padding-right: 25px;
	padding-left: 25px;
	border-right: 1px solid #01133a;
	border-radius: 0
}
.shop-details-area .describe-area .nav-pills .nav-link.active,
.shop-details-area .describe-area .nav-pills .show>.nav-link {
	color: #01133a;
	background-color: transparent
}
.shop-details-area .describe-area .tab-content ul {
	margin: 0;
	padding: 0
}
.shop-details-area .describe-area .tab-content ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 30px;
	position: relative;
	padding-left: 110px
}
.shop-details-area .describe-area .tab-content ul li:last-child {
	margin-bottom: 0
}
.shop-details-area .describe-area .tab-content ul li img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	max-width: 90px
}
.shop-details-area .describe-area .tab-content ul li h3 {
	font-size: 22px;
	margin-bottom: 8px
}
.shop-details-area .describe-area .tab-content ul li p {
	margin-bottom: 0;
	max-width: 870px
}
.title-bg-four {
	background-image: url("../images/title/4.jpg")
}
.blog-details-area .details-item img {
	margin-bottom: 30px
}
.blog-details-area .details-item ul {
	margin: 0;
	padding: 0;
	margin-bottom: 15px
}
.blog-details-area .details-item ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
	color: #01133a
}
.blog-details-area .details-item h2 {
	font-size: 30px;
	margin-bottom: 8px
}
.blog-details-area .details-item p {
	margin-bottom: 8px
}
.blog-details-area .details-item blockquote {
	background-color: #edfafe;
	padding: 30px;
	border-left: 2px solid #01133a;
	margin-top: 30px;
	margin-bottom: 25px
}
.blog-details-area .details-item blockquote i {
	display: inline-block;
	color: #01133a;
	font-size: 40px;
	margin-bottom: 10px
}
.blog-details-area .details-item blockquote p {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0
}
.blog-details-area .details-item .row {
	margin-top: 30px
}
.blog-details-area .details-item .tags {
	background-color: #e9f7fb;
	padding: 15px;
	margin-bottom: 30px;
	margin-top: 30px
}
.blog-details-area .details-item .tags .row {
	margin-top: 0
}
.blog-details-area .details-item .tags .left ul {
	margin: 0;
	padding: 0
}
.blog-details-area .details-item .tags .left ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	vertical-align: middle
}
.blog-details-area .details-item .tags .left ul li:before {
	position: absolute;
	content: ',';
	right: -6px;
	bottom: 0;
	color: #35405c
}
.blog-details-area .details-item .tags .left ul li:first-child {
	margin-right: 5px
}
.blog-details-area .details-item .tags .left ul li:first-child:before {
	display: none
}
.blog-details-area .details-item .tags .left ul li:last-child:before {
	display: none
}
.blog-details-area .details-item .tags .left ul li i {
	display: inline-block;
	font-size: 28px;
	position: relative;
	top: 4px
}
.blog-details-area .details-item .tags .left ul li a {
	display: inline-block;
	font-size: 16px;
	color: #35405c
}
.blog-details-area .details-item .tags .left ul li a:hover {
	color: #01133a
}
.blog-details-area .details-item .tags .right {
	text-align: end
}
.blog-details-area .details-item .tags .right ul {
	margin: 0;
	padding: 0
}
.blog-details-area .details-item .tags .right ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle
}
.blog-details-area .details-item .tags .right ul li:last-child {
	margin-right: 0
}
.blog-details-area .details-item .tags .right ul li span {
	display: block;
	font-weight: 500;
	color: #35405c
}
.blog-details-area .details-item .tags .right ul li a {
	display: block;
	color: #01133a
}
.blog-details-area .details-item .tags .right ul li a:hover {
	color: #02123a
}
.blog-details-area .details-item .arrows {
	margin-bottom: 30px
}
.blog-details-area .details-item .arrows .left a i {
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-right: -4px
}
.blog-details-area .details-item .arrows .right {
	text-align: end
}
.blog-details-area .details-item .arrows .right a i {
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-left: -4px
}
.blog-details-area .details-item .arrows a {
	display: inline-block;
	color: #35405c
}
.blog-details-area .details-item .arrows a:hover {
	color: #01133a
}
.blog-details-area .details-item .comment h3 {
	font-size: 22px;
	margin-bottom: 20px
}
.blog-details-area .details-item .comment .form-group {
	margin-bottom: 20px
}
.blog-details-area .details-item .comment .form-group .form-control {
	height: 50px;
	background-color: #f7f9f9;
	border: 0;
	border-radius: 0
}
.blog-details-area .details-item .comment .form-group .form-control:focus {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.blog-details-area .details-item .comment .form-group textarea {
	height: auto!important;
	padding-top: 13px
}
.blog-details-area .details-item .comment .form-group .form-check {
	margin-bottom: 0
}
.blog-details-area .details-item .comment .form-group .form-check .form-check-input {
	border-radius: 0;
	margin-top: 3px;
	-webkit-box-shadow: none;
	box-shadow: none
}
.blog-details-area .details-item .comment .form-group .form-check .form-check-input:checked {
	-webkit-box-shadow: none;
	box-shadow: none
}
.blog-details-area .details-item .comment .common-btn {
	border-radius: 0
}
.widget-area .search form {
	position: relative
}
.widget-area .search form .form-control {
	height: 60px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 20px 0 #f1f1f1;
	box-shadow: 0 0 20px 0 #f1f1f1
}
.widget-area .search form .form-control:focus {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 #f1f1f1;
	box-shadow: 0 0 20px 0 #f1f1f1
}
.widget-area .search form .btn {
	width: 60px;
	height: 60px;
	border-radius: 0;
	font-size: 25px;
	line-height: 63px;
	padding: 0;
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff;
	background-color: #01133a;
	position: absolute;
	top: 0;
	right: 0
}
.widget-area .search form .btn:hover {
	color: #fff;
	background-color: #02123a
}
.widget-area .post {
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 0 #f1f1f1;
	box-shadow: 0 0 20px 0 #f1f1f1
}
.widget-area .post .inner {
	margin-bottom: 15px
}
.widget-area .post .inner:last-child {
	margin-bottom: 0
}
.widget-area .post .inner ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.widget-area .post .inner ul li {
	list-style-type: none;
	display: inline-block
}
.widget-area .post .inner ul li:nth-child(1) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.widget-area .post .inner ul li:nth-child(2) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	margin-left: 10px
}
.widget-area .post .inner ul li a {
	display: block;
	color: #35405c;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 5px
}
.widget-area .post .inner ul li a:hover {
	color: #01133a
}
.widget-area .post .inner ul li span {
	display: block;
	font-size: 15px;
	color: #01133a;
	position: relative;
	padding-left: 15px
}
.widget-area .post .inner ul li span:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	left: 0;
	top: 7px;
	background-color: #01133a;
	border-radius: 50%
}
.widget-area .tags {
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 0 #f1f1f1;
	box-shadow: 0 0 20px 0 #f1f1f1
}
.widget-area .tags h3 {
	margin-bottom: 22px
}
.widget-area .tags ul {
	margin: 0;
	padding: 0
}
.widget-area .tags ul li {
	list-style-type: none;
	display: inline-block;
	margin-top: 8px;
	margin-right: 3px
}
.widget-area .tags ul li a {
	display: block;
	color: #35405c;
	font-weight: 500;
	font-size: 16px;
	background-color: #eff0f0;
	padding: 6px 15px
}
.widget-area .tags ul li a:hover {
	color: #fff;
	background-color: #01133a
}
.widget-area .common-doctor-contact.two:before {
	background-color: #02123a
}
.contact-info-item {
	text-align: center;
	margin-bottom: 30px;
	padding: 40px;
	-webkit-box-shadow: 0 0 20px 0 #e8eff0;
	box-shadow: 0 0 20px 0 #e8eff0
}
.contact-info-item i {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	border-radius: 50%;
	color: #01133a;
	border: 1px solid #01133a;
	margin-bottom: 20px
}
.contact-info-item h3 {
	margin-bottom: 15px;
	font-size: 22px
}
.contact-info-item a {
	display: block;
	color: #35405c
}
.contact-info-item a:hover {
	color: #01133a
}
.contact-area .map-item {
	margin-bottom: 30px
}
.contact-area .map-item iframe {
	width: 100%;
	height: 520px;
	border: 0;
	display: block;
	width: 100%
}
.contact-area #contactForm {
	margin-bottom: 30px
}
.contact-area #contactForm h3 {
	font-size: 22px;
	margin-bottom: 30px
}
.contact-area #contactForm .form-group {
	margin-bottom: 20px
}
.contact-area #contactForm .form-group .form-control {
	height: 50px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 20px 0 #fafafa;
	box-shadow: 0 0 20px 0 #fafafa;
	background-color: #f1f1f1;
}
.contact-area #contactForm .form-group .form-control:focus {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 #fafafa;
	box-shadow: 0 0 20px 0 #fafafa
}
.contact-area #contactForm .form-group textarea {
	height: auto!important;
	padding-top: 13px
}
.contact-area #contactForm .form-check {
	margin-bottom: 0
}
.contact-area #contactForm .form-check .form-check-input {
	border-radius: 0;
	margin-top: 4px
}
.contact-area #contactForm .form-check a {
	display: inline-block;
	color: #01133a;
	font-weight: 500
}
.contact-area #contactForm .form-check a:hover {
	color: #35405c
}
.contact-area #contactForm .common-btn {
	width: 100%;
	display: block;
	border-radius: 0
}
.contact-area #contactForm .list-unstyled {
	margin-top: 10px;
	color: #dc3545!important
}
.contact-area #contactForm .text-danger {
	margin-bottom: 0;
	margin-top: 10px;
	color: #dc3545!important
}
.contact-area #contactForm .text-success {
	margin-bottom: 0;
	margin-top: 10px;
	color: #198754!important
}
.account-area .account-item {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}
.account-area .account-item .nav-pills {
	text-align: center;
	margin-bottom: 30px;
	display: block;
	width: 100%
}
.account-area .account-item .nav-pills li {
	display: inline-block
}
.account-area .account-item .nav-pills li:last-child .nav-link {
	margin-right: 0;
	padding-right: 0;
	border-right: 0
}
.account-area .account-item .nav-pills li .nav-link {
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	border-right: 1px solid #35405c;
	border-radius: 0;
	margin-right: 20px;
	padding-right: 20px
}
.account-area .account-item .nav-pills .nav-link.active,
.account-area .account-item .nav-pills .nav-pills .show>.nav-link {
	color: #01133a;
	background-color: transparent
}
.account-area .account-item .form-group {
	margin-bottom: 15px
}
.account-area .account-item .form-group label {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 500
}
.account-area .account-item .form-group .form-control {
	height: 50px;
	border-radius: 5px;
	border: 0;
	background-color: #eff9fc
}
.account-area .account-item .form-group .form-control:focus {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.account-area .account-item .form-group .form-check .form-check-input {
	margin-top: 3px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.account-area .account-item .common-btn {
	width: 100%;
	display: block;
	margin-bottom: 15px
}
.account-area .account-item a {
	color: #35405c;
	font-size: 16px;
	font-weight: 500;
	display: block
}
.account-area .account-item a:hover {
	color: #01133a
}
.appointment-area.two {
	background-color: #fff
}
.appointment-area.two .appointment-content {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
	padding-left: 15px
}
.appointment-area.two .appointment-content .form-group .form-control {
	border-bottom: 0;
	background-color: #f1f1f1;
	border-radius: 5px;
	padding-left: 15px
}
.appointment-area.two .appointment-img-two {
	margin-bottom: 30px
}
.appointment-area.two .appointment-img-two.left:nth-child(1) img {
	margin-top: 45px
}
.faq-area.two {
	background-image: unset
}
.faq-area.two .faq-item {
	margin-right: auto;
	-webkit-box-shadow: 0 0 20px 0 #f1f1f1;
	box-shadow: 0 0 20px 0 #f1f1f1
}
.faq-area.two .faq-item .accordion li .faq-head {
	background-color: #d8f6fb;
	padding: 10px 25px 10px 40px;
	border-radius: 5px
}
.faq-area.two .faq-item .accordion li .faq-head:after {
	top: 4px
}
.faq-area.two .faq-item .accordion li .faq-head span {
	top: 4px
}
.error-area {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100vh;
	text-align: center
}
.error-area .error-content i {
	color: #01133a;
	display: inline-block;
	font-size: 100px
}
.error-area .error-content h1 {
	font-size: 130px;
	color: #01133a;
	margin-bottom: 20px
}
.error-area .error-content h2 {
	font-size: 25px;
	color: #02123a;
	margin-bottom: 10px
}
.error-area .error-content p {
	margin-bottom: 20px;
	font-weight: 500
}
.rules-area .top {
	text-align: center;
	margin-bottom: 50px
}
.rules-area .top h2 {
	font-size: 25px;
	margin-bottom: 5px
}
.rules-area .top span {
	display: block;
	font-weight: 500
}
.rules-area .inner {
	margin-bottom: 25px
}
.rules-area .inner:last-child {
	margin-bottom: 0
}
.rules-area .inner h3 {
	font-size: 22px;
	margin-bottom: 5px
}
.rules-area .inner p {
	margin-bottom: 8px
}
.rules-area .inner p:last-child {
	margin-bottom: 0
}
.rules-area .inner ul {
	margin: 0;
	padding: 0;
	margin-top: 20px
}
.rules-area .inner ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px
}
.rules-area .inner ul li:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 7px;
	left: 0;
	background-color: #02123a
}
.rules-area .inner ul li:last-child {
	margin-bottom: 0
}
.pagination-area {
	text-align: center
}
.pagination-area ul {
	margin: 0;
	padding: 0
}
.pagination-area ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px
}
.pagination-area ul li a {
	display: block;
	font-weight: 500;
	color: #fff;
	background-color: #01133a;
	border-radius: 5px;
	padding: 4px 12px;
	font-size: 16px
}
.pagination-area ul li a:hover,
.pagination-area ul li a.active {
	color: #fff;
	background-color: #02123a
}
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 30px;
	right: 0;
	color: #fff;
	background-color: #01133a;
	z-index: 4;
	width: 45px;
	text-align: center;
	height: 45px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
	border-radius: 50%;
	border: 1px solid #01133a
}
.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: .6s;
	transition: .6s;
	font-size: 25px;
	line-height: 45px
}
.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}
.go-top.active {
	right: 1%;
	-webkit-transform: translateY(-1%);
	transform: translateY(-1%);
	opacity: 1;
	visibility: visible
}
.go-top:hover,
.go-top:focus {
	color: #fff;
	border: 1px solid #02123a;
	background-color: #02123a
}
.go-top:hover i:first-child,
.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}
.go-top:hover i:last-child,
.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff
}
.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto
}
.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #01133a;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out
}
.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}


.footer-container{
  width: 100%;
  /* height: 220px; */
  display: grid;
  grid-template-rows: 0px 148px;
}

.footer-decoration{
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: none; */
}

.footer-triangle{
  height: 52px;
  width: 148px;
  filter: blur(100%);
}

.footer{
  background-color:#2c2c2c;
  display: grid;
  grid-template-columns: 40% 40% 20%;
}
.footer-item{
  padding: 10px;
}
.footer-item:nth-of-type(1){
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo1{
  width: 100%;
  height: 50px;
  cursor: pointer;
  /* margin-left: 10px; */
  object-fit: contain;
  transition: all 450ms ease;

}

.footer-logo2{
  width: 100%;
  height: 90px;
  /* margin-left: 10px; */
  cursor: pointer;
  transition: all 450ms ease;
  object-fit: contain;
}

.footer-logo1:hover,
.footer-logo2:hover{
  transform: scale(1.1);
}

.footer-item:nth-of-type(3){
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  
}

.unete{
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}


.redes-container .redes{
  margin-right: 20px;
  cursor: pointer;
}
.redes-container img{
  filter: invert(100%);
  transform: scale(0.6);
  transition: all 450ms ease;
}

.redes-container img:hover{
  transform: scale(1.1);
  filter: invert(80%);
}

.redes-container .redes:nth-of-type(4){
  margin: 0;
}


.footer-item:nth-of-type(2){
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
}

.footer-nav{
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  
}

.footer-nav li{
  margin-right: 50px;
  
}

.footer-nav li a{
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: black;

}

.footer-nav li a:hover{
  border-bottom: 2px solid black;
}

.btn2 {
	background-color: white;
    color: #02123a;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 20px;
}

.btn2:hover {
    background-color: #e1f5fa;
}

.galery-container{
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
   
}

.galery-grid{
  width: 90%;
  height: 95%;
  display: grid;
  grid-template-columns: 15% 15% 20% 15% 15% 20%;
  grid-template-rows: 37% 20% 37%;
  /* grid-column-gap: 11px;
  grid-row-gap: 11px; */
  padding: 5px;
}

.galery-iem{
  border-radius: 14px;
  overflow: hidden;
  padding: 10px;
}

.galery-iem img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  filter: sepia(40%);
  cursor: pointer;

}


.galery-iem img:hover{
  filter: sepia(0%);
  transition: all 450ms ease;
  transform: scale(1.03);
}

.galery-iem:nth-of-type(1){
  grid-row: 1/3;
}

.galery-iem:nth-of-type(2){
  grid-row: 1/3;
}

.galery-iem:nth-of-type(4){
  background-color: #1F67AF;
  grid-row: 1/3;
  grid-column: 4/5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0px 12px 5px 12px; 

}

.galery-iem:nth-of-type(4) p{
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 15px;
  margin-bottom: 15px;
  color: white;
}


.galery-iem:nth-of-type(5){
  grid-row: 1/3;
  grid-column: 5/6;
}

.galery-iem:nth-of-type(6){
  grid-row: 1/4;
  grid-column: 6/7;
}

.galery-iem:nth-of-type(7){
  grid-row: 3/4;
  grid-column: 1/3;
}

.galery-iem:nth-of-type(8){
  grid-row: 2/4;
  grid-column: 3/4;
}

.galery-iem:nth-of-type(9){
  grid-row: 3/4;
  grid-column: 4/6;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?5u3tdz');
  src:  url('fonts/icomoon.eot?5u3tdz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?5u3tdz') format('truetype'),
    url('fonts/icomoon.woff?5u3tdz') format('woff'),
    url('fonts/icomoon.svg?5u3tdz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-doctors{
  font-size: 20px !important;
}

.contacto__mapa{
  box-shadow: 0px 4px 15px 6px rgba(0,0,0,0.33);
  -webkit-box-shadow: 0px 4px 15px 6px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 4px 15px 6px rgba(0,0,0,0.33);
  cursor: pointer;
  transition: all 450ms ease;
}

.contacto__mapa:hover{
  transform: scale(0.9);
}

.contacto{
  background-color: #e1f4fa;
  overflow: hidden;
}

.contacto h1{
  margin-top: 10px;
}

.contacto__form{
  /* border: 1px solid red; */
  padding: 0;
}
.contacto__input{
  display: block;
  margin: 20px 0px;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
  width: 250px;
  background-color: transparent;
}

.llamda_cel { display: none; }
.banner_cel { display: none;}

@media (max-width: 432px) {

	.banner-area {
		display: none;
	}

	.header-area .right ul li{
		font-size: 12px;
	}

	.banner_cel {
		    padding-top: 100px;
			display: block;
	}
	.banner_cel h1, .banner_cel p {
		text-align: center;
	}
	
	.tel_cel {
		background-color: #01133a;
    padding: 12px 25px;
    font-weight: 500;
	text-align: center;
	}
	.tel_cel a {
		color: white;
	}

	.whats_cel {
		background: #2ad07c;
		padding: 12px 25px;
    font-weight: 500;
	text-align: center;
	}

	.whats_cel a{ 
		color: white;
	}

	.llamda_cel {
		display: none;
		position: fixed;
		z-index: 99999;
		left: 18px;
		bottom: 195px;
		opacity: 1;
		width: 68px;
		height: 68px;
		border-radius: 50%;
		background: #14abdb;
		font-size: 24px;
		line-height: 70px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		cursor: pointer;
		box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
		transition: all 0.25s, bottom 0.75s ease-in-out;
	}

	.whats {     left: 18px;
		bottom: 105px;}

	.hide_cel { display: none !important;}
.show_cel { display: block;}

.service-details-area .details-item ul li {
    display: block;}

.DiseasesFrecuently .centrar {
    padding: 0 10%;
    position: relative;
    top: 70px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    /* height: 50vh; */
}

}