@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');


.sec-title-3 span:after,
.sec-title-4 span:after {
	content: '';
	height: 2px;
	width: 5000px;
	bottom: -10px
}
.mp{margin-top:40px;}
.mp li i{color: rgb(175, 114, 0) !important;}

.mp li span a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: rgb(175, 114, 0) !important;
    margin-top: 8px;
}

.award,
.btn-1 {
	overflow: hidden
}

.bg-section,
.bg-section-2-right,
.departments-3,
.doctors,
.header .header-carousel .sec-hero,
.svgi,
.video-presentation {
	background-position: center
}

.bg-section,
.bg-section-2-right,
.breadcrumb-header,
.departments .departments-item .departments-item-img-box,
.doctors,
.fact-area,
.header .header-carousel .sec-hero,
.video-presentation {
	background-repeat: no-repeat
}

* {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	outline: 0;
    
}

body, body *:not(i):not(.material-icons):not([class*="fa"]) {
  font-family: 'Roboto', sans-serif !important;
}


body {
	
	font-size: 15px;
	line-height: 25px;
	color: #000
}

ul {
	padding: 0;
	margin: 0;
	list-style: none
}

::-moz-selection {
	background-color: #1fd1ff;
	color: #fff;
	text-shadow: none
}

::selection {
	background-color: #1fd1ff;
	color: #fff;
	text-shadow: none
}

a,
a:focus,
a:hover,
button:focus {
	text-decoration: none;
	color: #fff;
}

.blog-item .text-box .blog-date,
.blog-item .text-box .link:hover,
.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover,
.btn-4:hover,
.departments .departments-item .item-content .more:hover,
.features-2 .features-item:hover .features-icon,
.header-carousel.owl-theme .owl-nav [class*=owl-] i:hover,
.item-careers a.link:hover,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover,
.nav-bar .nav-bar-tools li .cart-icon:hover i,
.nav-bar .nav-bar-tools li .menu-icon:hover i,
.nav-bar .nav-bar-tools li .search-icon:hover i,
.nice-select .option.focus,
.nice-select .option.selected,
.nice-select .option.selected.focus,
.nice-select .option:hover,
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .testimonial-doctor h4,
.testimonial-2 .testimonial-carousel .testimonial-carousel-item i.quote,
.top-navbar .content-box .website-icon-social li:hover i,
.two a {
	color: #fff;
}

.copyright ul li a,
table tr th {
	color: #fff !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: math;
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: rgb(175, 114, 0);
;
}

.sec-title span,
.sec-title-2 span,
.sec-title-4 span,
p {
	font-family: sans-serif
}

.sec-title .sec-explain,
p {
	font-size: 16px;
	font-weight: 400
}

p {
	color: #202020;
	line-height: 1.7em
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative
}

.breadcrumb-header .overlay,
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	min-height: 100%;
	height: 100vh
}

.ml-30 {
	margin-left: 30px
}

.mr-20 {
	margin-right: 20px
}

.ml-20 {
	margin-left: 20px
}

.py-100 {
	padding: 100px 0
}

.py-100-70 {
	padding: 60px 0 40px
}

.departments-3 .departments-item .item-content,
.padding-0 {
	padding: 0
}

.breadcrumb-header .overlay {
	background: #fff;
	background: linear-gradient(100deg, #fff 31%, rgb(0 116 193 / 30%) 100%)
}

.overlay-2 {
	background-color: rgb(26 61 125 / 90%)
}

.overlay-3 {
	background-color: rgb(19 173 229 / 90%)
}

.overlay-4 {
	background-color: rgb(255 255 255 / 95%)
}

.btn-1 {
	color: #fff;
	background-color: rgba(175,114,0,1);
	text-transform: capitalize;
	position: relative;
	text-align: center;
	z-index: 1;
	font-size: 14px;
	font-weight: 600;
	min-width: 180px;
	height: 55px;
	line-height: 55px;
	padding: 0 25px;
	letter-spacing: 1px;
	border-radius: 3px;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	display: inline-block;
	cursor: pointer;
}

.btn-1:after,
.btn-2,
.btn-5:after,
.departments-carousel.owl-theme .owl-dots .owl-dot span,
.doctors-box .img-box ul li:hover a,
.footer,
.top-navbar {
	background-color: #fff;
}

.bg-section-2,
.btn-1:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.btnw-1:after {
	content: '';
	width: 100%;
	height: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	-o-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.sec-title .sec-explain,
.sec-title h2,
.sec-title h3,
.sec-title span,
.sec-title-2 span,
.sec-title-4 span {
	position: relative;
	text-transform: capitalize
}

.loading,
.search-box {
	-webkit-transition: unset;
	-o-transition: unset
}

.btn-1:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

.box-appointment-doctors .table tbody tr td.active-1,
.btn-2:after,
.btn-3:after,
.departments-2 .departments-item span,
.header-3 .features-box .item.active,
.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item:hover {
	background-color: #20bb77
}

.btn-3,
.btn-5,
.provide-core li i {
	background-color: #fff;
	color: #20bb77
}

.btn-4,
.footer .footer-icon li:hover a,
.menu-box .inner-menu .follow-us .icon-follow li:hover a,
.widget .widget-body .follow .icon li:hover a {
	background-color: #af7200;
	color: #fff
}

.btn-4:after,
.nav-bar,
.provide-2 .sec-title-2 h2:after,
.provide-home-2 .sec-title-2 h2:after,
.provide-home-3 .sec-title-3 h2:after {
	background-color: #1c1a16;
}

.btn-5:hover,
.contact-info-content .contact-box:hover .box a,
.contact-info-content .contact-box:hover .box p,
.contact-info-content .contact-box:hover i,
.departments .sec-title h3,
.footer .newsletter form a:hover i,
.header-3 .features-box .item.active .item-content h4,
.header-3 .features-box .item.active .item-content p,
.header-3 .features-box .item.active i,
.provide .sec-title h2,
.provide .sec-title h3,
.provide-2 .sec-title-2 h2,
.provide-2 .statistic-item .counter-name,
.provide-2 .statistic-item .statistic-counter,
.provide-home-2 .statistic-item .counter-name,
.provide-home-2 .statistic-item .statistic-counter,
.provide-home-2 .statistic-item i,
.pulse .fa-play,
.website-icon-social a,
.website-info a {
	color: #fff
}

.box-calender,
.contact-info-content,
.sec-title {
	margin-bottom: 50px
}

.sec-title span,
.sec-title-2 span {
	    font-size: 30px;
    line-height: 25px;
    font-weight: 900;
    display: inline-block;
    color: #af7200;
}

.sec-title-4 span {
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	display: inline-block;
	color: #fff
}

.sec-title h2,
.sec-title h3 {
	font-size: 32px;
	line-height: 1.3;
	color: #1a3d7d;
	font-weight: 700;
	margin-top: 15px
}

.sec-title .sec-explain {
	line-height: 26px;
	margin-bottom: 25px
}

.sec-title .btn-1.sec-btn {
	display: inline-grid
}

.sec-title-2 h2:after {
	content: '';
	background-color: #20bb77;
	position: absolute;
	height: 2px;
	width: 5000px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: calc(100% + 10px)
}

.sec-title-3 h2,
.sec-title-3 span,
.sec-title-4 span {
	margin-bottom: 10px
}

.sec-title-3 span:after {
	background-color: #af7200;
	position: absolute;
	right: 0
}

.sec-title-4 span:after {
	background-color: #fff;
	position: absolute;
	right: 0
}

.bg-section {
	background-size: cover;
	height: 75%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.bg-section-2 {
	right: 0;
	bottom: 0
}

.bg-section-2-left {
	background-color: #20bb77;
	width: 50%;
	float: left;
	height: 100%
}

.breadcrumb-header .banner p,
.calender header,
.departments .container,
.header .header-carousel .container,
.provide .container,
.provide-2,
.quote-box .quote-item,
.slider,
.testimonial,
.testimonial .container-fluid,
.widget .widget-body .search {
	position: relative
}

.award,
.award span,
.taward {
	position: absolute
}

.award {
	margin-top: -80px;
	padding: 7px 15px;
	right: 15px;
	z-index: 99
}

.carousel-caption1 {
	right: 52%;
	left: 5%;
	top: 20%;
	text-align: left
}

.carousel-caption1 h1 {
	color: #04538b
}
.feature-box {
      background-color: rgba(255, 255, 255, 0.1);
      padding: 30px 20px;
      border-radius: 10px;
      text-align: center;
      height: 100%;
    }
   .feature-box i {
    font-size: 55px;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}
    
   
    .clinic-section {
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 12px;
      padding: 30px;
      margin-top: 0px;
    }
    .clinic-img {
      width: 100%;
      border-radius: 6px;
      border: 2px solid rgba(0, 0, 0, 0.2);
    }
   .clinic-text h2 {
      font-weight: 600;
      color: #fff;
    }
    .clinic-text p {
      color: #e8e8e8;
    }
    .btn-orange {
      background-color: #f47c2c;
      color: white;
      border: none;
      padding: 12px 25px;
      font-size: 16px;
      font-weight: 500;
      border-radius: 8px;
    }
    .btn-orange i {
      margin-right: 8px;
    }
    .btn-orange:hover {
      background-color: #e56a10;
      color: #fff;
      
    }


.awardi {
	max-width: 120px
}

.award span {
	color: #fff;
	text-transform: uppercase;
	left: 56px;
	bottom: 3px;
	font-size: 22px;
	letter-spacing: 2px
}

.taward {
	width: 55px;
	margin-top: 10px
}

.bg-section-2-right {
	background-image: url(../images/provide/01_provide.jpg);
	height: 100%;
	width: 50%;
	float: left;
	background-size: cover;
	position: relative
}

.loading {
	position: fixed;
	background-color: #fff;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	transition: unset
}

.menu-box,
.search-box {
	z-index: 1040;
	width: 100%;
	height: 100%
}

.loading .loading-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(.8);
	-ms-transform: translate(-50%, -50%) scale(.8);
	transform: translate(-50%, -50%) scale(.8)
}

.top-navbar .content-box .website-info li {
	    display: inline-block;
    color: #000;
    font-size: 17px;
    padding: 15px 15px 15px 0;
    font-weight: 400;
    font-style: normal;
    
}

.top-navbar .content-box .website-info li i {
	margin-right: 6px;
	color: #ffffff;
}

.top-navbar .content-box .website-icon-social li {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	padding-left: 15px;
	line-height: 1
}

.nav-bar.active {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	-webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
	box-shadow: 0 3px 4px rgb(0 0 0 / 8%)
}

.blog-item .text-box .title-blog,
.nav-bar .logo .logo-nav,
.news-item .item-content a.title-blog {
	display: block
}

.calendar header .btn i,
.features .features-item .item-text a.phone:after,
.gallery-carousel.owl-theme .owl-dots,
.gallery-carousel.owl-theme .owl-nav,
.menu-box,
.nav-bar .nav-bar-tools li:last-of-type:after,
.search-box {
	display: none
}

.nav-bar .logo .logo-nav img {
	width: 240px
}

.nav-bar .nav-bar-links .level-1 .item-level-1 {
	display: inline-block;
	position: relative
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	padding: 30px 0;
	margin: 0 20px 0 0;
	position: relative;
	display: block;
	text-transform: capitalize
}

.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1,
.pagination-area .pagination li:last-of-type {
	margin-right: 0
}

.nav-bar .nav-bar-links .level-1 .item-level-1.has-menu .link-level-1:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 5px
}

.nav-bar .nav-bar-links .level-2 {
	position: absolute;
	z-index: 2;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	padding: 8px 0;
	top: 100%;
	left: 0;
	min-width: 250px;
	-webkit-box-shadow: 0 3px 7px 0 rgb(40 35 30 / 10%);
	box-shadow: 0 3px 7px 0 rgb(40 35 30 / 10%);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden
}

.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-2,
.nav-bar .nav-bar-tools li.cart:hover .cart-popup {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.nav-bar .nav-bar-links .level-2 .item-level-2 {
	position: relative;
	padding: 0 20px
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
	color: #1a3d7d;
	font-size: 14px;
	line-height: 35px;
	font-weight: 600;
	position: relative;
	display: block;
	text-transform: capitalize
}

.blog-item .text-box .link:after,
.departments .departments-item .item-content .more:after,
.footer .links li a:after,
.item-careers a.link:after,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after,
.nice-select .option:after {
	content: "\f061";
	font-family: "FontAwesome";
	font-weight: 900;
	vertical-align: middle;
	font-size: 12px;
	opacity: 0;
	margin-left: 0;
	visibility: hidden;
	-webkit-transition: .8s cubic-bezier(.38, .17, .09, .99);
	-o-transition: .8s cubic-bezier(.38, .17, .09, .99);
	transition: .8s cubic-bezier(.38, .17, .09, .99)
}

.blog-item .text-box .link:hover:after,
.departments .departments-item .item-content .more:hover:after,
.footer .links li a:hover:after,
.item-careers a.link:hover:after,
.nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2:after,
.nice-select .option:hover:after {
	opacity: 1;
	margin-left: 15px;
	visibility: visible;
	color: #af7200;
}

.nav-bar .nav-bar-tools li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	padding: 30px 15px 30px 0
}

.nav-bar .nav-bar-tools li:last-of-type {
	margin-right: 0;
	padding-right: 0
}

.nav-bar .nav-bar-tools li:after {
	content: '';
	width: 2px;
	height: 25px;
	background-color: rgb(155 155 155 / 30%);
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.nav-bar .nav-bar-tools li.item.phone {
	padding-top: 0;
	padding-bottom: 0
}

.nav-bar .nav-bar-tools li.btn {
	padding: 0 15px 0 0
}

.nav-bar .nav-bar-tools li .btn-1 {
	min-width: 100px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	display: block
}

.nav-bar .nav-bar-tools li .cart-icon i,
.nav-bar .nav-bar-tools li .menu-icon i,
.nav-bar .nav-bar-tools li .search-icon i {
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	color: #1a3d7d
}

.nav-bar .nav-bar-tools li .nav-bar-contact i {
	float: left;
	font-size: 30px;
	line-height: 1.5;
	color: #20bb77
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box {
	padding-left: 40px
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
	    color: #ffffff;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 3;
    margin-bottom: 4px;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	font-family: Rajdhani, sans-serif;
	color: #1a3d7d
}

.nav-bar .nav-bar-tools li.cart .cart-popup {
	background-color: #fff;
	padding: 30px;
	position: absolute;
	right: 0;
	top: calc(100% + 1px);
	z-index: 999;
	width: 300px;
	-webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
	box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	opacity: 0;
	visibility: hidden;
	border-radius: 0 0 3px 3px
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item {
	position: relative;
	border-bottom: 1px solid;
	padding-bottom: 20px;
	margin: 0 0 20px;
	display: block
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item img {
	width: 50px;
	height: 50px;
	float: left
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content {
	padding-left: 65px;
	padding-right: 25px
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content div {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 4px;
	color: #1a3d7d;
	font-weight: 700;
	font-family: Rajdhani, sans-serif
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content span {
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: #9b9b9b
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #1a3d7d;
	border-radius: 1px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span {
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #9b9b9b
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span:last-of-type {
	float: right;
	color: #20bb77
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart {
	margin-top: 20px
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button {
	outline: 0;
	padding: 0 22px
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button:first-of-type {
	margin-right: 10px
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1 {
	padding: 0 15px;
	min-width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-radius: 2px;
	display: inline-block
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1:first-of-type {
	margin-right: 16px
}

.search-box {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(26 61 125 / 90%);
	transition: unset
}

.search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 85%
}

.search-box form input {
	background-color: transparent;
	width: 100%;
	padding: 10px 0;
	font-size: 24px;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #fff
}

.search-box form input:focus {
	border-bottom: 1px solid #20bb77
}

.search-box form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: transparent;
	text-align: center;
	font-size: 22px;
	color: #20bb77;
	border: 0;
	outline: 0
}

.about-core li i,
.fa-ul li i,
.provide-core li i {
	margin-right: 8px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: 3px
}

.search-box .search-box-icon {
	position: absolute;
	right: 50px;
	top: 50px;
	font-size: 22px;
	color: #fff;
	cursor: pointer
}

.search-box .search-box-icon:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #20bb77
}

.menu-box {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(255 255 255 / .8);
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset
}

.menu-box-icon,
.pulse {
	background-color: #20bb77
}

.menu-box .inner-menu {
	width: 400px;
	padding: 100px 50px;
	position: absolute;
	right: -402px;
	height: 100%;
	background-color: #fff;
	overflow-y: scroll
}

.menu-box.active .inner-menu {
	right: 0;
	-webkit-box-shadow: 0 0 30px rgb(0 0 0 / .2);
	box-shadow: 0 0 30px rgb(0 0 0 / .2)
}

.about-us .about-text-box p.last,
.add-comments .inner-add-comments-box,
.blog-item,
.doctors-box,
.features-2 .features-item .item-text p,
.footer .links,
.footer .logo,
.footer .opening-hours,
.menu-box .inner-menu .contact-info .contact-box,
.menu-box .inner-menu .website-info,
.pagination-area,
.products-details-content,
.products-details-content .text-box .item-explain,
.provide-2 .sec-title-2,
.provide-core li:last-of-type,
.quote-box .sec-title,
.single-bolg .item-comments,
.skills .skill-box,
.skills .skill-box:last-of-type,
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .content-text-box {
	margin-bottom: 30px
}

.menu-box .inner-menu .website-info .logo {
	display: block;
	margin-bottom: 20px
}

.menu-box .inner-menu .website-info p {
	text-transform: capitalize;
	font-size: 14px
}

.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4 {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #1a3d7d
}

.menu-box .inner-menu .contact-info .contact-box i {
	float: left;
	font-size: 30px;
	line-height: 1.9;
	color: #20bb77
}

.menu-box .inner-menu .contact-info .contact-box .box {
	padding-left: 45px
}

.menu-box .inner-menu .contact-info .contact-box .box a.mail,
.menu-box .inner-menu .contact-info .contact-box .box a.phone,
.menu-box .inner-menu .contact-info .contact-box .box p {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 2;
	position: relative;
	display: block;
	color: #9b9b9b;
	font-family: Rajdhani, sans-serif
}

.footer .footer-icon li,
.menu-box .inner-menu .follow-us .icon-follow li,
.widget .widget-body .follow .icon li {
	display: inline-block;
	cursor: pointer;
	margin-bottom: 12px
}

.footer .footer-icon li a,
.menu-box .inner-menu .follow-us .icon-follow li a,
.widget .widget-body .follow .icon li a {
	background-color: #f1f1f1;
	display: inline-block;
	color: #af7200;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	margin-right: 10px
}

.menu-box-icon {
	font-size: 13px;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 35px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer
}

.menu-box-icon:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

.header,
.header .header-carousel .sec-hero {
	min-height: 650px !important
}

.header .header-carousel {
	height: 100%
}

.header .header-carousel .sec-hero {
	background-size: cover;
	position: relative
}

.header .banner .handline {
	color: #1a3d7d;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1;
	font-size: 43px;
	margin-bottom: 30px;
	position: relative
}

.features .features-item .item-text a,
.features-opening-hours h4,
.header .banner .about-website,
.header-3 .features-box .item .item-content h4,
.video-name {
	font-weight: 600;
	text-transform: capitalize
}

.header .banner .about-website {
	font-size: 16px;
	color: #1a3d7d;
	line-height: 25px;
	margin-bottom: 30px;
	position: relative
}

.header-carousel.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	line-height: 1;
	width: 100%
}

.box-appointment-doctors .table,
.calendar table,
.gallery-list .list-name-gallery li:last-of-type,
.header-carousel.owl-theme .owl-nav [class*=owl-] {
	margin: 0
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i {
	font-size: 50px;
	color: rgb(255, 255, 255, .5);
	position: absolute;
	opacity: 0;
	visibility: hidden
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.flaticon-back {
	left: 10px
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.flaticon-next {
	right: 10px
}



.header-carousel.owl-theme .owl-dots {
	margin: 0;
	line-height: 1;
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.departments-carousel.owl-theme .owl-dots .owl-dot,
.header-carousel.owl-theme .owl-dots .owl-dot {
	outline: 0
}

.departments-carousel.owl-theme .owl-dots .owl-dot span,
.header-carousel.owl-theme .owl-dots .owl-dot span {
	margin: 0 5px;
	width: 25px;
	height: 6px;
	border-radius: 0;
	background-color: #fff;
	outline: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}



.header.home-2 .header-carousel.owl-theme .owl-dots {
	position: relative;
	bottom: 30px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: auto;
	text-align: unset;
	margin: auto
}

.blog-item .img-box ul li,
.gallery-item .hover-box .gallery-icon li,
.header-video,
.shop-item .hover-box .shop-icon li,
.widget .widget-body .tags ul li {
	display: inline-block
}

.pulse {
	border: 1px solid #20bb77;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	-webkit-animation: 2s linear infinite video-pulse-presentation;
	animation: 2s linear infinite video-pulse-presentation
}

.pulse:hover,
.scroll-up:hover a {
	background-color: #1a3d7d;
	border: 1px solid #1a3d7d
}

@-webkit-keyframes video-pulse-presentation {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
		box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%)
	}

	40% {
		-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
		box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%)
	}

	100%,
	80% {
		-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
		box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%)
	}
}

@keyframes video-pulse-presentation {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
		box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%)
	}

	40% {
		-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
		box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%)
	}

	100%,
	80% {
		-webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
		box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%)
	}
}

.video-name {
	display: inline-block;
	font-size: 20px;
	color: #1a3d7d;
	line-height: 1.4;
	font-family: Rajdhani, sans-serif;
	vertical-align: top;
	margin-left: 12px
}

.header-3 .features-box .item {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 30px;
	padding: 25px
}

.header-3 .features-box .item i {
	float: left;
	font-size: 35px;
	line-height: 1
}

.about-us .about-img-box .about-experience:hover i,
.features .features-item:hover .features-icon,
.features-2 .features-item:hover .features-icon,
.features-opening-hours:hover .flaticon-globe,
.header-3 .features-box .item:hover i,
.provide-content-box:hover i {
	-webkit-animation: 2.5s infinite icon-scale;
	animation: 2.5s infinite icon-scale
}

.header-3 .features-box .item .item-content,
.provide-content-box .content-box {
	padding-left: 50px
}

.header-3 .features-box .item .item-content h4 {
	line-height: 1.1;
	font-size: 22px;
	margin-bottom: 10px
}

.about-core li:last-of-type,
.about-us .about-text-box .sec-title,
.blog-item .text-box p:last-of-type,
.contact-us .add-comments .inner-add-comments-box.last,
.doctors-timetable .sec-title .sec-explain,
.fact-area .sec-title,
.header-3 .features-box .item .item-content p,
.news-item:last-of-type,
.products-details-content .add-comments .inner-add-comments-box.tab,
.provide-2 .statistic-item,
.quote-box .sec-title p {
	margin-bottom: 0
}

.all-features-item {
	padding: 0 12px;
	margin-top: -30px;
	position: relative;
	z-index: 1
}

.features .features-item {
	padding: 50px 40px;
	color: #fff;
	position: relative;
	overflow: hidden
}

.features .features-item:after {
	font-size: 160px;
	font-family: flaticon;
	opacity: .1;
	position: absolute;
	top: 10px;
	right: -75px;
	line-height: 1;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.features .features-item:hover:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.features .features-item.one {
	background-color: #1a3d7d;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.features .features-item.one::after {
	content: "\f111"
}

.features .features-item.two,
.footer .newsletter form a:hover {
	background-color: #194f90
}

.features .features-item.two::after {
	content: "\f136"
}

.features .features-item.three {
	background-color: #20bb77;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.features .features-item.three::after {
	content: "\f117"
}

.features .features-item .features-icon,
.features-2 .features-item .features-icon {
	float: left;
	font-size: 40px;
	line-height: 1
}

@-webkit-keyframes icon-scale {

	0%,
	100%,
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	25%,
	75% {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
}

@keyframes icon-scale {

	0%,
	100%,
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	25%,
	75% {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
}

.features .features-item .item-text,
.features-2 .features-item .item-text {
	padding-left: 60px
}

.features .features-item .item-text h4,
.features-2 .features-item .item-text h4 {
	text-transform: capitalize;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 18px
}

.features .features-item .item-text p {
	color: #fff;
	margin-bottom: 18px
}

.features .features-item .item-text a {
	position: relative;
	font-size: 15px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 3px;
	min-width: 180px;
	height: 40px;
	line-height: 36px;
	text-align: center
}

.features .features-item .item-text a:after {
	content: "\f061";
	font-family: "FontAwesome";
	font-weight: 900;
	vertical-align: middle;
	font-size: 12px;
	opacity: 0;
	margin-left: -13px;
	visibility: hidden;
	-webkit-transition: .8s cubic-bezier(.38, .17, .09, .99);
	-o-transition: .8s cubic-bezier(.38, .17, .09, .99);
	transition: .8s cubic-bezier(.38, .17, .09, .99)
}

.features .features-item .item-text a:hover:after {
	opacity: 1;
	margin-left: 10px;
	visibility: visible;
	color: #20bb77
}

.features .features-item .item-text a.phone:hover i,
.features .features-item .item-text a:hover {
	color: #20bb77;
	border-color: #20bb77
}

.features .features-item .item-text a.phone {
	font-size: 25px;
	line-height: 1;
	font-family: Rajdhani, sans-serif;
	border: none;
	text-align: left
}

.features .features-item .item-text a.phone i {
	font-size: 20px;
	border-radius: 3px;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	vertical-align: middle;
	margin-right: 6px
}

.why,
.why1 {
	padding: 15px;
	border-radius: 5px
}

.features .features-item .item-text a.timetable:hover,
.features .features-item .item-text a.timetable:hover:after {
	color: #fff;
	border-color: #fff
}

.features-2 .features-item {
	padding: 50px 0 20px
}

.features-2 .features-opening-hours {
	background-color: #20bb77;
	border-radius: 3px;
	padding: 50px 40px;
	position: relative;
	overflow: hidden;
	margin-top: -151px;
	z-index: 1
}

.features-opening-hours .flaticon-globe {
	font-size: 40px;
	line-height: 1;
	color: #fff;
	margin-bottom: 25px;
	display: inline-block
}

.features-opening-hours h4 {
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 18px;
	color: #fff
}

.features-opening-hours .opening-hours li {
	border-color: #fff
}

.about-us .about-img-box {
	position: relative;
	margin-right: 40px;
	height: 100%
}

.about-us .about-img-box .img-box {
	position: relative;
	border-radius: 3px;
	height: 100%;
	background-size: cover;
	min-height: 400px
}

.about-us .about-img-box .about-experience {
	background-color: #20bb77;
	color: #fff;
	position: absolute;
	top: 160px;
	right: -44px;
	z-index: 1;
	padding: 20px;
	border-radius: 3px;
	overflow: hidden;
	text-align: center
}

.about-us .about-img-box .about-experience i {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 25px;
	display: inline-block
}

.about-us .about-img-box .about-experience .experience-counter {
	font-size: 50px;
	font-weight: 700;
	line-height: .8;
	font-family: Rajdhani, sans-serif;
	margin-bottom: 15px
}

.about-us .about-img-box .about-experience p {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: capitalize;
	line-height: 31px
}

.about-us .about-text-box .sec-title span {
	font-size: 30px;
	line-height: 28px;
	font-weight: 900;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
  margin-bottom: 30px;

}
.sec-title span:after {
	    background-color: #af7200;
    position: absolute;
    left: 0px;
    /* right: 0; */
    content: '';
    height: 3px;
    width: 280px;
    bottom: -10px;
}

.why {
	background-color: #0a71b930
}

.why1 {
	background-color: #20bb7729
}

.departments,
.departments-3,
.doctors {
	background-color: #f9f9f9
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #0a71b9
}

.accordion-button {
	font-weight: 500
}

.about-us .about-text-box .sec-title .sec-explain {
	color: #1a3d7d;
	font-weight: 500;
	font-size: 18px;
	line-height: 29px
}

.about-core {
	overflow: hidden;
	margin-bottom: 30px
}

.about-core li {
	margin-bottom: 12px;
	float: left;
	width: 50%;
	position: relative
}

.about-core li i,
.provide-core li i {
	font-size: 12px;
	background-color: #af7200;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	position: absolute;
	left: 0
}

.fa-ul li i {
	font-size: 12px;
	background-color: #0074c1;
	color: #fff;
	border-radius: 15px;
	left: -2.5em
}

.fa-ul>li {
	position: relative;
	margin-bottom: 12px
}

.about-core li p,
.provide-core li p {
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	color: #202020;
	text-transform: capitalize;
	font-family: 'Public Sans', sans-serif;
	padding-left: 30px
}

.about-profile,
.widget .widget-body .instagram ul {
	overflow: hidden
}

.about-profile img {
	width: 60px;
	border-radius: 50%;
	float: left
}

.about-profile .name {
	padding: 7px 0 7px 75px
}

.about-profile .name span:first-of-type {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
	text-transform: capitalize;
	display: block;
	font-family: Rajdhani, sans-serif
}

.about-profile .name span:last-of-type {
	line-height: 15px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #9b9b9b
}

.about-us-2 .about-img-box {
	margin: 0 0 0 20px;
	padding: 40px 0
}

.about-us-2 .about-img-box:after {
	content: '';
    background-color: #af7200;
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5%;
    border-radius: 5px;
    z-index: -1;
}

.about-us-2 .img-box {
	padding: 40px 0;
	background-position: right
}

.about-us-2 .about-text-box .sec-title h3 {
	font-size: 35px
}

.about-us-2 .about-text-box p {
	margin-bottom: 25px
}

.about-us-3 .about-img-box .about-experience {
	min-width: 225px;
	padding: 40px;
	border: 10px solid #fff;
	top: auto;
	bottom: 30px
}

.departments {
	padding-top: 100px;
	position: relative
}

.departments .bg-section {
	height: calc(100% - (225px + 44px))
}

.departments .sec-title .sec-explain,
.fact-area .sec-title .sec-explain,
.provide .sec-title .sec-explain {
	color: #f1f1f1
}

.departments .departments-item {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.departments .departments-item .departments-item-text-box {
	position: relative;
	padding: 16px 35px
}

.departments .departments-item .departments-item-icon {
	float: left;
	font-size: 45px;
	line-height: 1;
	color: #af7200;
	position: relative
}

.departments .departments-item .item-content h4 {
	text-transform: capitalize;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 4px;
	position: relative
}

.departments .departments-item .item-content a h4 {
	text-transform: capitalize;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 8px;
	position: relative;
	color: #1a3d7d
}

.departments .departments-item .item-content p {
	margin-bottom: 0;
	position: relative
}

.blog-item .text-box .link,
.departments .departments-item .item-content .more,
.item-careers a.link {
	position: relative;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	font-weight: 600;
	color: #6c757d;
	margin-top: 20px
}

.departments .departments-item .departments-item-img-box {
	overflow: hidden;
	border-bottom-right-radius: 3px;
	display: block;
	border-bottom-left-radius: 3px;
	height: 300px;
	background-position: center;
	background-size: cover;
	position: relative
}

.departments .departments-item .departments-item-img-box:after {
	font-family: flaticon;
	position: absolute;
	z-index: 1;
	font-size: 50px;
	line-height: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s
}

.departments .departments-item span,
.presentation-box {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 1
}

.departments .departments-item span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 1;
	background-color: rgb(25 135 84 / 85%)
}



.departments .departments-item .departments-item-img-box.hemathology:after {
	content: "\f115"
}

.departments .departments-item .departments-item-img-box.neurology {
	background-image: url(../images/departments/neurology.jpg)
}

.departments .departments-item .departments-item-img-box.neurology:after {
	content: "\f10c"
}

.departments .departments-item .departments-item-img-box.gastroenterology {
	background-image: url(../images/departments/gastroenterology.jpg)
}

.departments .departments-item .departments-item-img-box.gastroenterology:after {
	content: "\f129"
}

.departments .departments-item .departments-item-img-box.pulmonology {
	background-image: url(../images/departments/pulmonology.jpg)
}

.departments .departments-item .departments-item-img-box.pulmonology:after {
	content: "\f134"
}

.departments .departments-item .departments-item-img-box.cardiology {
	background-image: url(../images/departments/cardiology.jpg)
}

.departments .departments-item .departments-item-img-box.cardiology:after {
	content: "\f119"
}

.departments .departments-item .departments-item-img-box.ophthalmology {
	background-image: url(../images/departments/ophthalmology.jpg)
}

.departments .departments-item .departments-item-img-box.ophthalmology:after {
	content: "\f11b"
}

.departments .departments-item .departments-item-img-box.orthopedics {
	background-image: url(../images/departments/orthopedics.jpg)
}

.departments .departments-item .departments-item-img-box.orthopedics:after {
	content: "\f12f"
}

.departments .departments-item .departments-item-img-box.radiology {
	background-image: url(../images/departments/radiology.jpg)
}

.departments .departments-item .departments-item-img-box.radiology:after {
	content: "\f11a"
}

.departments-carousel.owl-theme .owl-nav.disabled+.owl-dots {
	line-height: 1;
	margin-top: 30px
}

.departments-2 .sec-title h3 {
	color: #1a3d7d
}

.departments-2 .sec-title .sec-explain,
.products-details-content .text-box .list-details li span {
	color: #9b9b9b
}

.departments-2 .departments-item {
	position: relative;
	padding: 20px 20px;
	border-radius: 20px;
	margin-bottom: 20px
}



.svgi {
	height: 60px;
	width: 60px;
	margin-bottom: 6px !important;
	background-size: cover
}

.braces {
	background-image: url(../images/braces.svg)
}

.cosmetic-entistry {
	background-image: url(../images/cosmetic-dentistry.svg)
}





.dental-implant {
	background-image: url(../images/dental-implant.svg)
}



.teeth-whitening {
	background-image: url(../images/teeth-whitening.svg)
}


.rct {
	background-image: url(../images/rct.svg)
}



.denture {
	background-image: url(../images/denture.svg)
}



.oral {
	background-image: url(../images/oral.svg)
}



.full-implant {
	background-image: url(../images/full-implant.svg)
}



.general-dentistry {
	background-image: url(../images/general-dentistry.svg)
}



.departments-3 {
	
	position: relative;
	overflow: hidden
}

.departments-3 .departments-item {
	border: 1px solid #af7200;
	background-color: transparent
}

.departments-3 .departments-item .departments-item-icon {
	display: inline-block;
	float: none;
	margin-bottom: 30px
}

.doctors {
	position: relative;
	background-image: url(../images/doctors/01_doctor-pattern.png);
	background-size: cover
}

.blog-item .img-box,
.doctors-box .img-box,
.gallery-item,
.shop-item {
	position: relative;
	overflow: hidden;
	border-radius: 3px
}

.doctors-box:hover .img-box img,
.gallery-item:hover .img-box img,
.shop-item:hover .img-box img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: 2s ease-out;
	-o-transition: 2s ease-out;
	transition: 2s ease-out
}
.about-core li p a{color:#af7200;}
.about-core li a{color:#af7200;}
.two a {
    color: #af7200;
}

.doctors-box .img-box ul {
	position: absolute;
	top: 15px;
	left: -40px;
	opacity: 0;
	visibility: hidden
}

.doctors-box:hover .img-box ul {
	left: 15px;
	opacity: 1;
	visibility: visible
}

.doctors-box .img-box ul li a {
	display: block;
	background-color: #20bb77;
	font-size: 13px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center
}

.doctors-box .text-box {
	margin-top: 25px;
	padding: 0 25px
}

.doctors-box .text-box h5 {
	text-transform: capitalize;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #1a3d7d
}

.doctors-box .text-box span {
	display: inline-block;
	color: #af7200;
	margin: 12px 0 0;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 600
}

.doctors-2 .doctors-box .img-box ul li a {
	margin-bottom: 10px;
	border-radius: 2px
}

.provide {
	padding-top: 100px;
	position: relative
}

.provide .bg-section {
	background-image: url(../images/provide/01_provide.jpg);
	height: 75%
}

.provide .provide-content {
	margin-bottom: 70px
}

.provide-content-box {
	background-color: #fff;
	border-radius: 3px;
	padding: 30px 23px;
	margin-bottom: 30px
}

.provide-content-box i {
	float: left;
	font-size: 35px;
	line-height: 1;
	color: #20bb77
}

.provide-content-box .content-box h4 {
	text-transform: capitalize;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700
}

.provide-content-box .content-box p {
	margin: 12px 0 0
}

.provide-2 .sec-title-2 h3 {
	font-size: 35px;
	line-height: 1.3;
	margin-bottom: 0;
	color: #fff
}

.provide-core li {
	margin-bottom: 12px;
	position: relative
}

.provide-core li h4 {
	color: #fff;
	font-size: 14px;
	line-height: 25px
}

.provide-2 .img-box {
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	height: 100%;
	background-size: cover;
	min-height: 300px;
	margin: 0 25px
}

.testimonial-2,
provide-home-2 {
	background-color: #f9f9f9
}

.skills .skill-box .skill-top {
	overflow: hidden;
	margin-bottom: 8px;
	line-height: 1
}

.skills .skill-box .skill-top .name {
	color: #1a3d7d;
	display: inline-block;
	font-family: Rajdhani, sans-serif;
	line-height: 1.3;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600
}

.skills .skill-box .skill-top .number {
	float: right;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #1a3d7d;
	display: inline-block;
	font-family: Rajdhani, sans-serif
}

.skills .skill-box .skill-line {
	height: 14px;
	width: 100%;
	background-color: #f1f1f1;
	border-radius: 3px
}

.skills .skill-box .skill-line .line {
	height: 100%;
	width: 0%;
	background-color: #20bb77
}

.quote-box {
	padding: 50px 40px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
	box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%)
}

.nice-select,
.quote-box .quote-item input {
	width: 100%;
	background-color: #f9f9f9;
	color: #1a3d7d
}

.quote-box .sec-title h3 {
	color: #1a3d7d;
	margin: 0 0 30px;
	font-size: 35px
}

.quote-box .quote-item span.lable {
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 5px
}

.quote-box .quote-item i {
	right: 16px;
	position: absolute;
	top: calc(24px + (53px / 2));
	font-size: 13px
}

.quote-box .quote-item input {
	border: 2px solid #f9f9f9;
	padding: 12px;
	font-size: 13px;
	margin-bottom: 30px;
	border-radius: 6px
}

.quote-box .quote-item input::-webkit-input-placeholder {
	color: #1a3d7d
}

.quote-box .quote-item input::-moz-placeholder {
	color: #1a3d7d
}

.quote-box .quote-item input:-ms-input-placeholder {
	color: #1a3d7d
}

.quote-box .quote-item input::-ms-input-placeholder {
	color: #1a3d7d
}

.quote-box .quote-item input::placeholder {
	color: #1a3d7d
}

.add-comments .inner-add-comments-box input:focus,
.add-comments .inner-add-comments-box textarea:focus,
.footer .newsletter form input:focus,
.nice-select.open,
.nice-select:active,
.nice-select:focus,
.quote-box .quote-item input:focus,
.widget .widget-body .search input:focus {
	border-color: #20bb77
}

.quote-box .quote-item .btn-1 {
	display: inline-grid;
	outline: 0;
	border: 0
}

.quote-box .quote-img-box {
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	height: 100%;
	background-size: cover;
	min-height: 400px
}

.nice-select {
	border: 2px solid #f9f9f9;
	padding: 17px 12px;
	font-size: 13px;
	margin-bottom: 30px;
	border-radius: 6px;
	line-height: normal;
	height: auto
}

.nice-select:after {
	border-color: #1a3d7d;
	right: 16px
}

.nice-select .list {
	background-color: #fff;
	padding: 28px 0;
	-webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, .08);
	box-shadow: 0 8px 80px rgba(40, 40, 40, .08);
	border: 0;
	min-width: 200px
}

.nice-select .option {
	padding: 0 30px 0 40px;
	text-transform: capitalize
}

.ui-timepicker-wrapper {
	padding: 28px 0;
	width: auto;
	min-width: 200px;
	max-height: 250px;
	border: none;
	-webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
	box-shadow: 0 8px 80px rgb(40 40 40 / 8%)
}

.ui-timepicker-list li {
	cursor: pointer;
	font-weight: 500;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: 0;
	padding: 0 0 0 30px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	text-align: left;
	color: #1a3d7d
}

.ui-timepicker-list .ui-timepicker-selected:hover,
.ui-timepicker-list li:hover,
li.ui-timepicker-selected {
	background: #f6f6f6;
	color: #20bb77
}

.video-presentation {
	position: relative;
	background-image: url(../images/presentation/01_presentation.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
	box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%)
}

.presentation-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.statistic {
	padding: 50px 0 20px;
	border-bottom: 1px solid #e9e9e9
}

.statistic-item {
	margin-bottom: 30px;
	overflow: hidden
}

.statistic-item i {
	font-size: 50px;
	line-height: 50px;
	float: left;
	color: #1a3d7d
}

.statistic-item:hover i {
	color: #20bb77;
	-webkit-animation: 2.5s infinite icon-scale;
	animation: 2.5s infinite icon-scale
}

.statistic-item .content {
	padding-left: 65px
}

.statistic-item .statistic-counter {
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	color: #1a3d7d;
	font-family: Rajdhani, sans-serif
}

.statistic-item .counter-name {
	color: #1a3d7d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .5px
}

.gallery-item span,
.shop-item span {
	position: absolute;
	z-index: 1;
	display: block;
	width: 0;
	height: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: .85;
	background-color: #20bb77
}

.gallery-item:hover span,
.shop-item:hover span {
	width: 2000px;
	height: 2000px
}

.gallery-item .hover-box,
.shop-item .hover-box {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%
}

.gallery-item .hover-box .text-box,
.shop-item .hover-box .text-box {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 1
}

.gallery-item .hover-box .text-box .tags a,
.shop-item .hover-box .text-box .tags a {
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 12px;
	text-transform: capitalize;
	color: #fff;
	display: inline-block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.gallery-item .hover-box .text-box h4 a,
.shop-item .hover-box .text-box h4 a {
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .3px;
	font-size: 24px;
	display: inline-block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.gallery-item:hover .hover-box .gallery-icon,
.gallery-item:hover .hover-box .text-box .tags a,
.gallery-item:hover .hover-box .text-box h4 a,
.shop-item:hover .hover-box .shop-icon,
.shop-item:hover .hover-box .text-box .tags a,
.shop-item:hover .hover-box .text-box h4 a {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}

.gallery-item .hover-box .gallery-icon,
.shop-item .hover-box .shop-icon {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	visibility: hidden;
	opacity: 0
}

.gallery-item .hover-box .gallery-icon li a,
.shop-item .hover-box .shop-icon li a {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	color: #20bb77;
	width: 40px;
	height: 40px;
	line-height: 38px;
	position: relative;
	text-align: center;
	margin-right: 10px;
	border-radius: 3px
}

.gallery-item .hover-box .gallery-icon li:hover a,
.shop-item .hover-box .shop-icon li:hover a {
	background-color: transparent;
	color: #fff
}

.testimonial .bg-section {
	background-image: url(../images/testimonial/01_testimonial.jpg);
	height: 100%;
	width: calc(100% - (509.58px / 2));
	right: 0;
	left: auto;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden
}

.testimonial .testimonial-img-box,
.testimonial .testimonial-text-box {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.testimonial-img-box .img-box {
	margin-right: 50px;
	width: 100%;
	position: relative;
	border-radius: 3px;
	height: 100%;
	background-position: top left;
	background-size: cover;
	min-height: 300px
}

.breadcrumb-header,
.fact-area,
.products-details-content .img-box {
	background-size: cover;
	background-position: center
}

.testimonial-carousel .testimonial-carousel-item {
	padding: 100px 100px 100px 0
}

.testimonial-carousel .testimonial-carousel-item i.quote {
	font-size: 60px;
	line-height: 1;
	color: #fff;
	margin-bottom: 30px;
	display: block
}

.testimonial-carousel .testimonial-carousel-item .content-text-box {
	position: relative;
	font-family: Rajdhani, sans-serif;
	font-size: 34px;
	line-height: 1.4;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
	text-transform: capitalize
}

.testimonial-carousel .testimonial-carousel-item .testimonial-doctor h4 {
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .5px;
	color: #fff
}

.testimonial-carousel .testimonial-carousel-item .testimonial-doctor span {
	display: inline-block;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	margin: 12px 0 0;
	text-transform: capitalize;
	font-size: 14px
}

.testimonial-2 .testimonial-carousel .testimonial-carousel-item {
	padding: 0;
	text-align: center
}

.blog-item .img-box ul li:hover a,
.breadcrumb-header .banner ul li a,
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .content-text-box,
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .testimonial-doctor span {
	color: #1a3d7d
}

.testimonial-3 .testimonial-carousel .testimonial-carousel-item .item-img {
	margin-right: 26px;
	position: relative;
	border-radius: 3px;
	height: 100%;
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.testimonial-3 .testimonial-carousel .testimonial-carousel-item .item-text {
	text-align: left;
	position: relative
}

.testimonial-3 .testimonial-carousel .testimonial-carousel-item i.quote {
	margin: 0;
	position: absolute;
	opacity: .4;
	z-index: -1;
	top: -10px;
	left: 0
}

.blog-item:hover .img-box .open-post img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out
}

.blog-item .img-box ul {
	position: absolute;
	bottom: 12px;
	left: 30px;
	background-color: #fff;
	padding: 2px 15px;
	border-radius: 3px
}

.blog-item .img-box ul li a {
	color: #20bb77;
	font-size: 13px;
	text-transform: capitalize
}

.blog-item .text-box {
	padding: 30px 0 0 30px
}

.blog-item .text-box h5 {
	position: relative;
	font-size: 24px;
	line-height: 35px;
	margin: 15px 0;
	font-weight: 700;
	color: #1a3d7d
}

.blog-item .text-box .link,
.footer .newsletter h5,
.footer-title h4 {
	font-weight: 600;
	text-transform: capitalize
}

.blog-item .text-box .link {
	position: relative;
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	color: #6c757d;
	margin-top: 25px
}

.fact-area {
	background-image: url(../images/fact-area/01_fact-area.jpg);
	position: relative;
	overflow: hidden
}

.fact-area .sec-title h3 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 65px;
	line-height: 76px
}

.footer .newsletter {
	padding: 40px 0;
	overflow: hidden;
	border-bottom: 1px solid #194f90;
	position: relative
}

.footer .newsletter h5 {
	font-size: 24px;
	line-height: 1;
	color: #fff
}

.footer .newsletter form {
	position: relative;
	overflow: hidden
}

.footer .newsletter form input {
	text-transform: capitalize;
	position: relative;
	border: 2px solid #f9f9f9;
	padding: 12px;
	width: 100%;
	color: #1a3d7d;
	font-size: 13px;
	border-radius: 6px;
	background-color: #f9f9f9
}

.footer .newsletter form a,
.scroll-up a {
	background-color: #20bb77;
	text-align: center
}

.footer .newsletter form input::-webkit-input-placeholder {
	color: #20bb77
}

.footer .newsletter form input::-moz-placeholder {
	color: #20bb77
}

.footer .newsletter form input:-ms-input-placeholder {
	color: #20bb77
}

.footer .newsletter form input::-ms-input-placeholder {
	color: #20bb77
}

.footer .newsletter form input::placeholder {
	color: #20bb77
}

.footer .newsletter form a {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	height: 53px;
	line-height: 53px;
	padding: 0 20px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #fff
}

.footer-content {
	padding-top: 50px;
}

.footer .logo p {
	margin: 30px 0;
	color: #f9f9f9
}

.footer-icon li a {
	background-color: #194f90;
	color: #fff
}

.footer-title h4 {
	color: #fff;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 25px
}

.footer .links li a {
	display: inline-block;
	position: relative;
	color: #f4f4f4;
	font-size: 15px;
	line-height: 33px
}

.breadcrumb-header .banner ul li:hover a,
.copyright p a,
.footer .links li:hover a,
.item-careers h4:hover a,
.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5,
.single-department-list li.active a,
.single-department-list li:hover a,
.widget .categories ul li.active a,
.widget .categories ul li:hover a {
	color: #af7200;
}

.opening-hours li {
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	text-transform: capitalize;
	display: block;
	color: #fff;
	border-bottom: 1px solid #194f90
}

.opening-hours li:last-of-type {
	border-bottom: none
}

.copyright ul,
.opening-hours li span,
.share-post ul,
.single-department-list li a i,
.widget .categories ul li a i.fa-angle-right {
	float: right
}

.copyright {
	margin-top: 15px;
	padding: 9px 0;
	background-color: rgba(175,114,0,1);
	overflow: hidden
}

.copyright p {
	margin: 0;
	color: #ffffff;
	text-align: center;
	
	font-size: 15px;
	font-weight: 600
}
.fbg{background-color: #1c1a16;}

.copyright ul li {
	display: inline-block;
	margin-left: 10px
}

.copyright ul li:hover a {
	color: #20bb77 !important
}

.scroll-up {
	position: fixed;
	z-index: 100;
	bottom: 30px;
	right: 30px;
	-webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, .05);
	box-shadow: 0 0 40px 4px rgba(0, 0, 0, .05);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.scroll-up.active,
.widget .widget-body .instagram ul li:hover a {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.scroll-up a {
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	width: 44px;
	height: 44px;
	display: inline-block;
	border: 1px solid #20bb77;
	border-radius: 3px;
	outline: 0
}

.news-item img,
.widget .widget-body .instagram ul li img {
	height: 60px;
	width: 60px
}

.breadcrumb-header {
	background-image: url(../images/header/06_header.jpg);
	padding-bottom: 80px;
	padding-top: 80px;
	color: #fff;
	position: relative;
	background-attachment: fixed
}

.breadcrumb-header .banner h1 {
	font-size: 45px;
	font-weight: 800;
	line-height: 1.2;
	color: #1a3d7d;
	text-transform: capitalize;
	margin-bottom: 5px;
	position: relative
}

.breadcrumb-header .banner ul li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .3px;
	color: #1a3d7d;
	text-transform: capitalize
}

.introduction-doctors h3,
.single-department-box h3 {
	font-size: 26px;
	line-height: 1.2;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 25px
}

.introduction-doctors h3:first-of-type {
	margin-top: 0;
	font-size: 34px;
	line-height: 1.3;
	font-weight: 700
}

.quotes-people {
	background-color: #efefef;
	padding: 25px 40px;
	margin-bottom: 20px;
	border-radius: 3px
}

.quotes-people p {
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 25px;
	text-transform: capitalize;
	position: relative;
	z-index: 2
}

.quotes-people .people-name h5,
.single-department-box h2 {
	line-height: 1.3;
	font-weight: 700;
	text-transform: capitalize
}

.quotes-people p:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 50px;
	position: absolute;
	top: 0;
	color: #20bb77;
	left: -18px;
	z-index: -1;
	opacity: .6
}

.quotes-people .people-name h5 {
	color: #1a3d7d;
	margin-top: 20px;
	font-size: 22px;
	letter-spacing: .5px
}

.quotes-people .people-name span {
	color: #20bb77;
	display: inline-block;
	line-height: 1.2;
	font-weight: 600;
	margin: 12px 0 0;
	text-transform: capitalize;
	font-size: 14px
}

.single-department-list li a,
.widget .categories ul li a {
	color: #323232;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	position: relative;
	border-bottom: 1px solid #ddd
}

.single-department-list li:last-of-type a,
.widget .categories ul li:last-of-type a {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0
}

.single-department-box h2 {
	font-size: 35px;
	margin-bottom: 30px
}

.single-department-box .video-presentation {
	min-height: 200px;
	margin: 30px 0
}

.faq .faq-box {
	padding: 18px;
	margin-bottom: 25px;
	border-radius: 3px;
	border: 1px solid #ddd;
	position: relative
}

.faq .faq-box .question-header {
	line-height: 1
}

.faq .faq-box .question-header .click {
	padding: 0 20px 0 0;
	border: none;
	background-color: transparent;
	font-size: 24px;
	color: #1a3d7d;
	line-height: 1;
	text-transform: capitalize;
	position: relative;
	width: 100%;
	text-align: left;
	outline: inherit;
	font-weight: 600
}

.faq .faq-box .question-header .click i {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 20px;
	text-align: center
}

.faq .faq-box .question-header .click:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.faq .faq-box .question-header .click[aria-expanded=true] i {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.faq .faq-box .about-text {
	margin-top: 18px;
	margin-bottom: 0;
	letter-spacing: .3px;
	background-color: transparent;
	border: 0;
	padding: 18px 0 0;
	border-top: 1px solid #ddd;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0
}

.widget {
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 3px
}

.widget .widget-title p {
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 22px;
	line-height: 1.4;
	font-family: Rajdhani, sans-serif;
	font-weight: 600;
	color: #0074c1
}

.add-comments .inner-add-comments-box input,
.add-comments .inner-add-comments-box textarea,
.widget .widget-body .search input {
	position: relative;
	border: 2px solid #f9f9f9;
	padding: 12px;
	width: 100%;
	color: #1a3d7d;
	font-size: 13px;
	border-radius: 6px;
	background-color: #f9f9f9
}

.widget .widget-body .search button.click {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: 0;
	font-size: 13px;
	background-color: transparent;
	color: #20bb77;
	border: none
}

.widget .widget-body .instagram ul li {
	float: left;
	display: inline-block;
	margin: 2px;
	position: relative;
	border-radius: 3px;
	overflow: hidden
}

.widget .widget-body .instagram ul li a {
	background-color: #20bb77;
	color: #fff;
	font-size: 14px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.widget .widget-body .tags ul li a {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 5px 0;
	border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 600;
	color: #a5a5a5;
	border-radius: 3px;
	text-transform: capitalize
}

.gallery-list .list-name-gallery li.active,
.widget .widget-body .tags ul li:hover a {
	background-color: #20bb77;
	color: #fff;
	border: 1px solid #20bb77
}

.widget .categories ul li a {
	overflow: hidden;
	cursor: pointer
}

.widget .categories ul li a i.fa-folder-open {
	margin-right: 5px
}

.widget .widget-body .follow .icon li a {
	height: 35px;
	line-height: 35px;
	width: 35px;
	margin: 0 4px 4px 0
}

.news-item {
	margin-bottom: 22px;
	overflow: hidden;
	cursor: pointer
}

.news-item img {
	float: left;
	border-radius: 3px
}

.news-item .item-content {
	padding-left: 70px
}

.news-item .item-content span a {
	color: #20bb77;
	line-height: .8;
	display: block;
	padding-bottom: 8px
}

.news-item .item-content a.title-blog h5 {
	color: #1a3d7d;
	font-size: 18px;
	font-weight: 600;
	line-height: 29px
}

.pagination-area .pagination li {
	display: inline-block;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	width: 44px;
	height: 44px;
	line-height: 42px;
	margin-right: 2px;
	border: 1px solid #ddd;
	cursor: pointer
}

.pagination-area .pagination li.active,
.pagination-area .pagination li:hover {
	background-color: #20bb77;
	color: #fff;
	border-color: #20bb77
}

.single-bolg .blog-item .text-box {
	padding-left: 0
}

.share-post {
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 25px;
	margin-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px
}

.share-post span {
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	margin: 4px 0;
	display: inline-block
}

.share-post ul li {
	display: inline-block;
	margin: 0 4px 0 0
}

.share-post ul li a {
	display: inline-block;
	text-align: center;
	background-color: #f1f1f1;
	color: #20bb77;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #f1f1f1;
	border-radius: 2px
}

.share-post ul li:hover a {
	background-color: #20bb77;
	border-color: #20bb77;
	color: #fff
}

.add-comments .title h4,
.single-bolg .item-comments .title h4 {
	font-size: 26px;
	line-height: 1.2;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 30px
}

.single-bolg .item-comments .inner-comments .comments-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd
}

.single-bolg .item-comments .inner-comments .comments-box:last-of-type {
	padding: 0;
	margin: 0;
	border: none
}

.single-bolg .item-comments .inner-comments .comments-box .text-box,
.single-bolg .item-comments .inner-comments .comments-box.reply {
	margin-left: 90px
}

.single-bolg .item-comments .inner-comments .comments-box .img-box {
	height: 70px;
	width: 70px;
	display: block;
	margin-right: 20px;
	float: left;
	position: relative
}

.single-bolg .item-comments .inner-comments .comments-box .img-box img {
	border-radius: 50%
}

.single-bolg .item-comments .inner-comments .comments-box .text-box h5 {
	display: block;
	color: #1a3d7d;
	text-transform: capitalize;
	margin-bottom: 10px;
	line-height: 1.1;
	font-size: 24px;
	font-weight: 600
}

.single-bolg .item-comments .inner-comments .comments-box .text-box .time {
	line-height: 20px;
	font-size: 12px;
	margin: 0 0 10px;
	font-weight: 700;
	text-transform: uppergallery;
	color: #20bb77
}

.single-bolg .item-comments .inner-comments .comments-box .text-box p {
	margin-bottom: 15px
}

.single-bolg .item-comments .inner-comments .comments-box .text-box a {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 600;
	color: #a5a5a5;
	border-radius: 3px;
	cursor: pointer
}

.single-bolg .item-comments .inner-comments .comments-box .text-box a:hover {
	color: #fff;
	border: 1px solid #20bb77;
	background-color: #20bb77
}

.add-comments .inner-add-comments-box textarea {
	height: 200px;
	display: block
}

.calendar {
	border-radius: 3px
}

.calender h2.month {
	background-color: #1a3d7d;
	color: #fff;
	padding: 25px;
	font-weight: 700;
	position: relative;
	text-transform: capitalize;
	font-size: 34px;
	line-height: 1.35
}

.calender h2.month div.year {
	font-weight: 700;
	font-size: 34px;
	display: inline-block
}

.calendar header .btn {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 5px;
	color: #fff;
	border-color: #fff;
	outline: 0
}

.calendar header .btn-prev {
	left: 25px
}

.calendar header .btn-next {
	right: 25px
}

.calendar header .btn-next:before {
	top: 15px;
	left: 13px;
	width: 10px;
	height: 10px
}

.calendar header .btn-prev:before {
	top: 15px;
	left: 17px;
	width: 10px;
	height: 10px;
	border-width: 0 0 3px 3px
}

.calendar header .btn:hover {
	border: 2px solid #20bb77;
	color: #20bb77;
	background-color: transparent
}

.calendar thead {
	background-color: #f4f9fc
}

.calendar td {
	padding: 30px 0;
	line-height: 1.3;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	color: #1a3d7d;
	border: 1px solid #ddd
}

.calendar .day.today {
	border-color: #20bb77;
	background-color: #20bb77;
	width: 44px;
	height: 44px;
	line-height: 40px;
	border-radius: 3px
}

.box-appointment-doctors {
	overflow-x: scroll;
	border-radius: 3px
}

.box-appointment-doctors .table tbody tr th,
.box-appointment-doctors .table thead tr th {
	background-color: #f4f9fc;
	vertical-align: bottom;
	padding: 20px 0;
	text-align: center;
	line-height: 1;
	color: #1a3d7d;
	font-weight: 700;
	border: 1px solid #ddd;
	font-family: Rajdhani, sans-serif;
	font-size: 18px;
	min-width: 150px
}

.box-appointment-doctors .table tbody tr td {
	border: 1px solid #ddd
}

.box-appointment-doctors .table tbody tr td.active-2 {
	background-color: #3156a3
}

.box-appointment-doctors .table tbody tr td .appointment-doctors {
	text-align: center
}

.box-appointment-doctors .table tbody tr td .appointment-doctors h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 5px;
	color: #fff
}

.box-appointment-doctors .table tbody tr td .appointment-doctors span {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 1
}

.gallery-list .list-name-gallery {
	margin-bottom: 45px;
	display: inline-block
}

.gallery-list .list-name-gallery li {
	display: inline-block;
	font-size: 13px;
	color: #1a3d7d;
	text-transform: capitalize;
	padding: 0 20px;
	line-height: 40px;
	border-radius: 3px;
	letter-spacing: .25px;
	position: relative;
	text-align: center;
	font-weight: 600;
	border: 1px solid #ddd;
	margin: 0 8px 5px 0;
	cursor: pointer
}

.mix {
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset
}

.item-careers {
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 40px;
	margin-bottom: 30px
}

.item-careers h4 a {
	position: relative;
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	color: #1a3d7d;
	margin-bottom: 18px;
	display: inline-block
}

.item-careers ul li {
	display: inline-block;
	font-weight: 500;
	margin-right: 10px
}

.item-careers ul li.active {
	background-color: #20bb77;
	padding: 2px 15px;
	color: #fff;
	border-radius: 3px
}

.item-careers p {
	margin: 18px 0 0
}

.item-careers a.link {
	cursor: pointer
}

.products-details-content .img-box {
	position: relative;
	border-radius: 3px;
	height: 100%;
	min-height: 350px
}

.products-details-content .text-box .title-product {
	text-transform: capitalize;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 20px
}

.products-details-content .text-box .item-price {
	text-transform: capitalize;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 25px;
	color: #9b9b9b
}

.products-details-content .text-box .item-inputs input {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3px;
	height: 55px;
	color: #9b9b9b;
	font-weight: 600;
	line-height: 55px;
	padding: 0 0 0 25px;
	margin-right: 20px
}

.products-details-content .text-box .item-inputs a.btn-1 {
	border: 1px solid #ddd;
	display: -ms-inline-grid;
	display: inline-grid
}

.products-details-content .text-box .list-details {
	margin: 30px 0 0
}

.products-details-content .text-box .list-details li {
	display: inline-block;
	margin-right: 20px;
	line-height: 1.1;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700
}

.products-details-content .nav-tabs {
	border-bottom: 1px solid #ddd;
	margin-top: 50px
}

.products-details-content .nav-tabs .nav-item .nav-link {
	font-size: 18px;
	font-weight: 600;
	min-width: auto;
	height: 55px;
	line-height: 55px;
	padding: 0 25px;
	border-radius: 3px 3px 0 0;
	font-family: Rajdhani, sans-serif;
	color: #fff;
	background-color: #20bb77;
	border-color: #20bb77;
	margin-right: 5px
}

.products-details-content .nav-tabs .nav-item.show .nav-link,
.products-details-content .nav-tabs .nav-link.active {
	color: #9b9b9b;
	background-color: #fff;
	border-color: #ddd;
	border-bottom: 0
}

.products-details-content .tab-content>.active {
	border: 1px solid #ddd;
	padding: 40px;
	border-top: 0
}

.products-details-content .tab-content>.tab-pane .title-tab {
	text-transform: capitalize;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 20px
}

.products-details-content .tab-content>.tab-pane p.explain {
	font-weight: 500;
	margin-bottom: 20px
}

.contact-info-content .contact-box {
	padding: 40px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-bottom: 30px;
	text-align: center
}

.contact-info-content .contact-box:hover {
	background-color: #20bb77;
	border-color: #20bb77
}

.contact-info-content .contact-box i {
	font-size: 60px;
	line-height: 1;
	color: #20bb77;
	display: inline-block;
	margin-bottom: 25px
}

.contact-info-content .contact-box .box a,
.contact-info-content .contact-box .box p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.5;
	position: relative;
	display: block;
	color: #9b9b9b;
	font-family: Rajdhani, sans-serif
}

.contact-us .add-comments .inner-add-comments-box.last a {
	display: -ms-inline-grid;
	display: inline-grid
}

.contact-us .add-comments .inner-add-comments-box button {
	border: 0
}

.map-box {
	height: 100%;
	margin-right: 20px
}

.map-box iframe {
	border: 0;
	border-radius: 3px;
	overflow: hidden;
	display: block;
	height: 100%;
	width: 100%
}

.page-404-area {
	padding: 150px 0
}

.page-404-area h2 {
	font-size: 250px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px
}

.page-404-area a {
	margin-top: 30px
}

.footer-information {
	padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 30px;
}
.footer-information li {
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: 55px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-information li i {
    position: absolute;
    left: 0;
    top: 30%;
    /* transform: translateY(-50%); */
    color: #FFFFFF;
    font-size: 38px;
}
.footer-information li span a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 8px;
}



@font-face {
    font-family: "flaticon";
    src: url("../fonts-two/flaticonc093.ttf?8dc003a00e9a13044c9bc8ec877332f5") format("truetype"),
url("../fonts-two/flaticonc093.woff?8dc003a00e9a13044c9bc8ec877332f5") format("woff"),
url("../fonts-two/flaticonc093.woff2?8dc003a00e9a13044c9bc8ec877332f5") format("woff2"),
url("../fonts-two/flaticonc093.eot?8dc003a00e9a13044c9bc8ec877332f5#iefix") format("embedded-opentype"),
url("../fonts-two/flaticonc093.svg?8dc003a00e9a13044c9bc8ec877332f5#flaticon") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-dental-crown:before {
    content: "\f101";
}
.flaticon-glaucoma:before {
    content: "\f102";
}
.flaticon-cosmetic-surgery:before {
    content: "\f103";
}
.flaticon-endodontist:before {
    content: "\f104";
}
.flaticon-skin-care:before {
    content: "\f105";
}
.flaticon-travel:before {
    content: "\f106";
}
.flaticon-assistance:before {
    content: "\f107";
}
.flaticon-cost:before {
    content: "\f108";
}
.flaticon-laser:before {
    content: "\f109";
}
.flaticon-hair-removal:before {
    content: "\f10a";
}
.flaticon-skincare:before {
    content: "\f10b";
}
.flaticon-temporary:before {
    content: "\f10c";
}
.flaticon-red-eyes:before {
    content: "\f10d";
}
.flaticon-acupuncture:before {
    content: "\f10e";
}
.flaticon-tooth-whitening:before {
    content: "\f10f";
}
.flaticon-cataract:before {
    content: "\f110";
}
.flaticon-dentistry:before {
    content: "\f111";
}


/*
Flaticon icon font: Flaticon
*/
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.eot");
	src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Flaticon.woff2") format("woff2"),
	url("../fonts/Flaticon.woff") format("woff"),
	url("../fonts/Flaticon.ttf") format("truetype"),
	url("../fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
	}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
	font-style: normal;
}

.flaticon-emergency-call:before { content: "\f100"; }
.flaticon-wall-clock:before { content: "\f101"; }
.flaticon-chair:before { content: "\f102"; }
.flaticon-red-cross:before { content: "\f103"; }
.flaticon-doctor:before { content: "\f104"; }
.flaticon-healthcare:before { content: "\f105"; }
.flaticon-dental-care:before { content: "\f106"; }
.flaticon-dental-implant:before { content: "\f107"; }
.flaticon-tooth:before { content: "\f108"; }
.flaticon-tooth-1:before { content: "\f109"; }
.flaticon-tooth-2:before { content: "\f10a"; }
.flaticon-location:before { content: "\f10b"; }
.flaticon-calendar:before { content: "\f10c"; }
.flaticon-check:before { content: "\f10d"; }
.flaticon-policy:before { content: "\f10e"; }
.flaticon-diamond:before { content: "\f10f"; }
.flaticon-hospitalisation:before { content: "\f110"; }
.flaticon-left-quote:before { content: "\f111"; }
.flaticon-comment-white-oval-bubble:before { content: "\f112"; }
.flaticon-visibility:before { content: "\f113"; }
.flaticon-right-arrow:before { content: "\f114"; }
.flaticon-left-arrow:before { content: "\f115"; }
.flaticon-next:before { content: "\f116"; }
.flaticon-hashtag-symbol:before { content: "\f117"; }
.flaticon-search:before { content: "\f118"; }
.flaticon-cancel:before { content: "\f119"; }
.flaticon-placeholder:before { content: "\f11a"; }
.flaticon-envelope:before { content: "\f11b"; }
.flaticon-play:before { content: "\f11c"; }
.flaticon-caduceus:before { content: "\f11d"; }
.flaticon-phone-call:before { content: "\f11e"; }
.flaticon-left-arrow-1:before { content: "\f11f"; }

.flaticon-email:before {
    content: "\f11b";
}

.flaticon-call:before {
    content: "\f11e";
}
.ti-inner {
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, .13), 0px 0px 2px 0px rgba(0, 0, 0, .05);
    
    background-color: #fff !important;
    backdrop-filter: blur(0px);
    padding:10px;
    border: 1px solid #af7200;
    border-radius: 8px;
}
.ti-review-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}
.ti-profile-img {
    margin: 0 10px 0 0 !important;
}
.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
    font-family: "Trustindex Open Sans";
    font-size: 14px;
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cd a{color: #ffa703;}
.ti-profile-img img {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: block;
    border-radius: 30px;
    min-width: initial !important;
    max-width: initial !important;
    object-fit: cover;
    object-position: top;
}
.ti-profile-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ti-name {
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    margin-bottom: 2px;
}
.ti-date {
    color: #000;
    opacity: .5;
    font-size: 11.2px !important;
}
.ti-review-header:after {
    background-image: url(https://cdn.trustindex.io/assets/platform/Google/icon.svg);
    background-size: 100% 100%;
}
.ti-stars {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
    text-align: left !important;
}
.ti-star {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0 !important;
    margin-right: 1px !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Google/star/f.svg);
}
.ti-review-content {
    height: 87px !important;
}
.ti-read-more {
    display: block;
    padding: 5px 0 0;
    text-align: left;
}
.ti-read-more span {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    font-size: 13.5px;
    color: #000;
    opacity: .5;
    text-decoration: none !important;
    transition: color .3s ease-out;
    cursor: pointer;
}
.ti-review-header:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.ti-review-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 21.75px;
    height: 87px;
    font-size: 15px;
    text-align: left;
    transition: height .5s;
    font-style: normal;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-right: 0;
}