html {
	scroll-behavior: smooth;
}

body {
	height: 100%;
	overflow-x:hidden;
}

.header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}

.back-res{
	height:204px !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}

.header-top .ht-left {
	float: left;
}

.rc-header {
	padding: 39px 0;
}

.rc-header .logo {
	padding: 12px 0;
}

.rc-header .logo a {
	display: inline-block;
}

.logo a {
	display: block;
}

.logo a img {
	width: auto;
	height: 50px;
	margin-top: -15px;
}


.white-t {
	color: white !important;
}

.rc-header .nav-right {
	padding: 10px 0;
}

.rc-header .nav-right li {
	list-style: none;
	display: inline-block;
	font-size: 20px;
	margin-left: 15px;
}

.rc-header .nav-right li.head-li a {
	color: #252525;
	position: relative;
	display: inline-block;
}

.rc-header .nav-right li.head-li a span {
	position: absolute;
	right: -8px;
	top: -1px;
	height: 15px;
	width: 15px;
	background: #00a4a4;
	color: #ffffff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
}

.rc-header .nav-right li.head-li-two {
	position: relative;
}

.rc-header .nav-right li.head-li-two:hover .menu-hover {
	opacity: 1;
	visibility: visible;
	/* top: 60px; */
}

.rc-header .nav-right li.head-li-two a {
	color: #252525;
	position: relative;
	display: inline-block;
}

.rc-header .nav-right li.head-li-two a span {
	position: absolute;
	right: -8px;
	top: -1px;
	height: 15px;
	width: 15px;
	background: #00a4a4;
	color: #ffffff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
}

.rc-header .nav-right li.head-li-two .menu-hover {
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: -92px;
    width: 200px;
    background: #f7f8f8;
    z-index: 999;
    padding: 15px;
    box-shadow: 0 13px 32px 20px rgba(51, 51, 51, 0.1);
    transition: all 0.3s;
    border-radius: 0 0 15px 15px;
    opacity: 0;
    visibility: hidden;
}


.rc-header .nav-right li.head-li-two .menu-hover .select-total {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding-top: 26px;
	margin-bottom: 30px;
}

.rc-header .nav-right li.head-li-two .menu-hover .select-total span {
	font-size: 14px;
	color: #00a4a4;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	float: left;
}

span.navbar-text {
	display: block;
	width: 100%;
}

nav.navbar.navbar-expand-lg.navbar-dark .container div#basicExampleNav span.navbar-text ul.navbar-nav.mr-auto li.nav-item{
	margin: auto;
	transition: .5s all;
}

nav.navbar.navbar-expand-lg.navbar-dark .container div#basicExampleNav span.navbar-text ul.navbar-nav.mr-auto li.nav-item:hover{
	background: #C03A2B;
	transition: .5s all;
}

ul.nav.nav-tabs.profile-tabs li.nav-item a.nav-link.active{
	background: #038983 !important;
    color: white;
}

ul.nav.nav-tabs.profile-tabs li.nav-item a.nav-link{
	color: #038983 ;
	min-height: 40px;
}

span.navbar-text {
	padding: 0;
}

.rc-header .nav-right li.head-li-two .menu-hover .select-total span.total {
	color: #00a4a4;
	float: right;
}

.rc-header .nav-right li.head-li-two .menu-hover .select-button .view-card {
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	background: #191919;
	color: #ffffff;
	padding: 15px 30px 12px;
	margin-bottom: 10px;
}

.rc-header .nav-right li.head-li-two .menu-hover .select-button .checkout-btn {
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 15px 30px 12px;
}

.rc-header .nav-right li.cart-price {
	font-size: 18px;
	font-weight: 700;
	color: #252525;
}

.banner-items .banner-item-each {
    height: 550px;
    padding-top: 150px;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
}

.banner-title{
    font-size: 50px;
    font-weight: bold;
    color: #038983;
}

.banner-p{
	font-size: 17px;
    font-weight: bold;
    color: gray;
	letter-spacing: 2px;
	padding-top:15px;
}

.banner-highlight{
	display: inline-block;
    background: #038983;
    padding: 0px 25px;
	color: white;
	text-transform: uppercase;
	border-bottom: 5px solid #191919;
}

.banner-items .banner-item-each span {
	color: #00a4a4;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 28px;
	display: inline-block;
	position: relative;
	top: 50px;
	opacity: 0;
}

.banner-items .banner-item-each h1 {
	color: #252525;
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 6px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.banner-items .banner-item-each p {
	margin-bottom: 42px;
	position: relative;
	top: 100px;
	opacity: 0;
}

.banner-items .banner-item-each .primary-btn {
	position: relative;
	top: 100px;
	opacity: 0;
}

#nav_web{
	display:block;
}

#nav_mobile{
	display:none;
}

/*-------Footer--------*/

.f-background {
	background: #191919;
	padding-top: 75px;
}

.footer-brand {
	margin-bottom: 30px;
}

.footer-brand .logo-white {
	margin-bottom: 24px;
}

.footer-brand .logo-white a {
	display: inline-block;
}

.footer-brand ul li {
	list-style: none;
	color: #b2b2b2;
	font-size: 16px;
	line-height: 30px;
}

.footer-title {
	margin-bottom: 30px;
}

.footer-title h5 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 26px;
}

.footer-title ul li {
	list-style: none;
}

.footer-title ul li a {
	line-height: 36px;
	font-size: 16px;
	color: #b2b2b2;
}

#crumbs {
	margin-top: 10px;
}

#crumbs h1 {
	padding: 0 0 30px;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.01rem;
	color: #8093a7;
}

#crumbs ul {
	list-style: none;
	display: inline-table;
	padding-left: 0;
}

#crumbs ul li {
	display: inline;
}

#crumbs ul li a {
	display: block;
	float: left;
	height: 50px;
	background: #f3f5fa;
	text-align: center;
	padding: 15px 39px 0 43px;
	position: relative;
	margin: 0 10px 0 0;
	font-size: 10px;
	text-decoration: none;
	color: #8093a7;
}

#crumbs ul li a:after {
	content: "";
	border-top: 20px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 19px solid #f3f5fa;
	position: absolute;
	right: -19px;
	top: 0;
	z-index: 1;
}

#crumbs ul li a:before {
	content: "";
	border-top: 19px solid transparent;
	border-bottom: 31px solid transparent;
	border-left: 21px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}

#crumbs ul li:first-child a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#crumbs ul li:first-child a:before {
	display: none;
}

#crumbs ul li:last-child a {
	padding-right: 40px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: .5s all;
}

#crumbs ul li:last-child a:after {
	display: none;
}

#crumbs ul li a:hover {
	background: #191919;
	color: #fff;
	transition: .5s all;
}

#crumbs ul li a:hover:after {
	border-left-color: #191919;
	color: #fff;
	transition: .5s all;
}


/* -------- Custom -----------*/

ul.pagination.bootpag {
    padding: 20px;
}

ul.pagination.bootpag li{
    padding: 5px;
    margin:1px;
}

ul.pagination.bootpag li a{
    color:#003D6B;
}

ul.pagination.bootpag li.first.disabled, ul.pagination.bootpag li.prev.disabled,
ul.pagination.bootpag li.next.disabled, ul.pagination.bootpag li.last.disabled {
    /* background: #036b5d; */
    border: 1px solid #003D6B;
    cursor: not-allowed;
}
ul.pagination.bootpag li.first.disabled a, ul.pagination.bootpag li.prev.disabled a,
ul.pagination.bootpag li.next.disabled a, ul.pagination.bootpag li.last.disabled a {
    color:#003D6B;
    cursor: not-allowed;
}

ul.pagination.bootpag li.first, ul.pagination.bootpag li.prev,
ul.pagination.bootpag li.next, ul.pagination.bootpag li.last {
    /* background: #003D6B; */
    border: 1px solid #003D6B;
}
ul.pagination.bootpag li.first a, ul.pagination.bootpag li.prev a,
ul.pagination.bootpag li.next a, ul.pagination.bootpag li.last a {
    color:#003D6B;
}

/* ul.pagination.bootpag li.active{
    background: #A9DAFF;
} */

ul.pagination.bootpag li.active a{
    color:black;
    font-weight: bold;
    border-bottom: 2px solid black;
    cursor: not-allowed;
}

/* end of bootpag */

.notification-container {
    padding: 10px;
    border: 1px solid #23232324;
	margin-bottom: 10px;
	transition: .5s all;
}

.notification-container span {
    background: #757575;
    display: block;
    color: white;
    /* text-align: center; */
    width: 100%;
	padding: 5px 10px;
	transition: .5s all;
}

.notification-container.seen span{
	background:white !important;
	transition: .5s all;
	color: #038983;
}

.notification-container:hover{
	/* background: #038983; */
	transition: .5s all;
}

#notif-number-span, #rating-number-span{
	position: absolute;
    margin-top: -40px;
    margin-left: 108px;
    background: #514848;
    padding: 0px 4px;
    border-radius: 15px;
    color: white;
    font-size: 10px;
}

.notification-container:hover span{
	background: white;
    color: #038983;
	transition: .5s all;
}

.profile-icons{
	background: white;
	padding: 17px;
	cursor: pointer;
}

.profile-img{
	height: auto;
	width: 100%;
	border: 1px solid #232323;
	padding: 10px;
	min-height: 155px;
}

.profile-name{
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 2px;
	color:#038983;
}

.profile-spacing{
	letter-spacing: 1px;
}

.no-padding{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-margin{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.doctor-name{
	display: block;
    text-transform: capitalize;
    font-weight: 700;
	color: #038983;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
}

.doctor-title{
    background: #C03A2B;
    padding: 5px 10px;
    color: white;
    margin: 0 -11px;
    bottom: -55px;
    margin: 0 -11px;
	font-size: 11px;
	text-align: center;
}

.doctor-container{
    padding: 10px;
    border: 1px solid #c03a2b26;
	width: 100%;
	height: 320px;
	transition: .5s all;
	border-radius: 10px;
	transition: .5s all;
}

.doctor-container:hover{
    transform: translateY(-6px);
	box-shadow: 0px 15px 20px -4px rgba(0,0,0,0.3);
	border: transparent;
	transition: .5s all;
}


.doctor-image{
	height: 190px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	background-size: cover !important;
	opacity: 1;
	transition: .5s all;
}

.doctor-image-single{
    height: 290px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: 1;
    transition: .5s all;
}

.service-image-single{
    height: 235px !important;
    /* background-position: center !important; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: 1;
    transition: .5s all;
}

.doctor-location-single{
	background: #038983;
    padding: 13px 14px;
}

.doctor-location-single table tr th{
	color: white;
	padding: 0 5px;
}

.doctor-service-single{
    background: white;
    color: #038983;
    border: 1px solid #038983;
	padding: 13px 14px;
	transition: .5s all;
	cursor: pointer;
}

.doctor-service-single:hover{
    background: #038983;
    color: white;
    border: 1px solid #038983;
	padding: 13px 14px;
    transition: .5s all;
}

.doctor-services-single{
	color: #038983;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 9px 0;
    border-bottom: 3px solid #038983;
    margin-bottom: 17px;
}

.doctor-description{
	opacity: 0;
	transition: .4s all;
}


.service-title{
    background: #C03A2B;
    padding: 5px 10px;
    color: white;
    bottom: -10px;
    font-size: 11px;
    position: relative;
	text-align: center;
	margin-bottom: 22px;
}

.service-container{
    padding: 10px;
    border: 1px solid #c03a2b26;
	width: 100%;
	height: 245px;
	border-radius: 10px;
	transition: .5s all;
}

.service-container:hover{
    transform: translateY(-6px);
	box-shadow: 0px 15px 20px -4px rgba(0,0,0,0.3);
	border: transparent;
	transition: .5s all;
}


.service-image{
	height: 190px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	background-size: cover !important;
	opacity: 1;
	transition: .5s all;
}

.service-description{
	opacity: 0;
	transition: .4s all;
}

.service-container:hover .bottom-con{
    bottom: 190px;
    transition: .5s all;
    height: 235px;
    /* background: white; */
    clip-path: initial;
    cursor: pointer;
}

.service-container:hover .service-image{
	/* background: white !important; */
	transition: .5s all;
	opacity: 0;
}

.service-container:hover .service-description{
	opacity: 1;
	transition: .8s all;
}

.service-container:hover  .doctor-button {
	transition: 2s all;
	opacity: 1;
}

.bottom-con{
    position: relative;
    bottom: 5px;
    height: 300px;
	clip-path: polygon(1% 0, 100% 0, 100% 43%, 0% 43%);
	transition: .5s all;
}

a#btn-search {
    cursor: pointer;
}

.red-custom-btn {
    border: 2px solid #038983;
    border-radius: 25px;
    /* padding: 0 15px; */
	transition: .1s all;
	text-align: center;
}

.red-custom-btn a {
    color: #038983 !important;
    text-transform: uppercase;
    font-weight: bold;
    transition: .5s all;
}


.red-custom-btn:hover{
    border: 2px solid #038983;
	transition: .5s all;
	background: #038983;
}

.red-custom-btn:hover a{
    color: #191919 !important;
    transition: .5s all;
}


.doctor-button {
    border: 2px solid #038983;
    border-radius: 25px;
    padding: 0 15px;
	transition: .1s all;
	opacity: 0;
	text-align: center;
}

.doctor-button a {
    color: #038983 !important;
    text-transform: uppercase;
    font-weight: bold;
    transition: .5s all;
}


.doctor-button:hover{
    border: 2px solid #038983;
	transition: .5s all;
	background: #038983;
}

.doctor-button:hover a{
    color: #191919 !important;
    transition: .5s all;
}

.doctor-container:hover .bottom-con{
	bottom: 190px;
	transition: .5s all;
	height: 340px;
	/* background: white; */
	clip-path: initial;
	cursor: pointer;
}

.doctor-container:hover .doctor-image{
	/* background: white !important; */
	transition: .5s all;
	opacity: 0;
}

.doctor-container:hover .doctor-description{
	opacity: 1;
	transition: .8s all;
}

.doctor-container:hover  .doctor-button {
	transition: 2s all;
	opacity: 1;
}

.p-one {
    min-height: 200px;
    padding: 77px 0;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-one .container h1 {
    color: white;
    text-align: center;
}

.rt-button {
    border: 2px solid #038983;
    border-radius: 25px;
    padding: 0 15px;
    transition: .5s all;
}

.rt-button a {
    color: #038983 !important;
    text-transform: uppercase;
    font-weight: bold;
    transition: .5s all;
}

.pad-top{
	display: none;
}

.mp-icon{
	display:none;
}

.mp-icon-text{
	display:block;
}

.preloader-animation,
.preloader-animation:before{
	border-top-color: transparent !important;
}

.preloader-animation:after{
	border-top-color: #cb3131 !important;
}

.preloader-container {
	position: fixed !important;
	top: 45% !important;
}


.rt-button:hover{
    border: 2px solid #038983;
	transition: .5s all;
	background: #038983;
}

.rt-button:hover a{
    color: #191919 !important;
    transition: .5s all;
}


.contact-icon{
	font-size: 400px;
    background: url(../img/pattern.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*-----Sign in--------*/
.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}

.login-title{
    color: white;
    background: #191919;
    padding: 10px 0;
    text-align: center;
}

.login-input{
	margin-bottom: 20px;
}

.login-btn{
    background: #C03A2B !important;
    border-color: #C03A2B !important;
    border-radius: 50px !important;
}

/* ------- Responsive ---------- */

@media only screen and (min-width: 1200px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-items .owl-nav button[type=button] {
		left: 5px;
	}

	.banner-items .owl-nav button[type=button].owl-next {
		right: 5px;
	}
}

@media only screen and (max-width: 991px) {
	.banner-items .owl-nav button[type=button] {
		left: 5px;
	}

	.banner-items .owl-nav button[type=button].owl-next {
		right: 5px;
	}

	.contact-icon{
		font-size: 330px;
	}

	#nav_web{
		display:none;
	}

	#nav_mobile{
		display:block;
	}

	body {
		padding-top: 59px;
	}

	#crumbs ul li a{
		display: none;
	}

	.fc-toolbar {
		display: initial !important;
		text-align: center !important;
	}

	.fc-view-container{
		padding-top: 30px !important;
	}
	.mp-icon{
		display:block;
	}

	.pad-top{
		display:block;
		padding-top: 30px;
	}

	.mp-icon-text{
		font-size: 9px;
	}

	#notif-number-span{
		margin-top: -37px !important;
		margin-left: 47px !important;
	}

	#rating-number-span{
		margin-left: 37px !important;
		margin-top: -37px !important;
	}

	ul.nav.nav-tabs.profile-tabs li.nav-item a.nav-link{
		text-align:center; 
	}
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-top .ht-left .mail-service {
		padding-right: 10px;
	}

	.header-top .ht-left .phone-service {
		padding-left: 10px;
	}

	.rc-header .nav-right li {
		margin-left: 8px;
	}
}



@media only screen and (max-width: 767px) {

	.header-top .ht-left,
	.header-top .top-social {
		display: none;
	}

	.rc-header {
		padding: 0;
	}

	.rc-header .logo {
		text-align: center;
	}

	.rc-header .nav-right {
		text-align: left;
	}

	.rc-header .nav-right li:first-child {
		margin-left: 0;
	}

	.rc-header .nav-right li.head-li-two .menu-hover {
		left: -50px;
	}

	.cart-items {
		overflow: auto;
	}

	.cart-items table tr th {
		font-size: 12px;
	}

	.banner-items .banner-item-each {
		padding: 110px 25px 80px;
		height: auto;
		background: left center;
	}

	.banner-items .banner-item-each h1 {
		font-size: 40px;
	}
	
	.topnav-center{
		text-align: center !important;
	}

	.mobile-hide{
		display: none;
	}

	.back-res{
		height:250px !important;
	}
}


@media only screen and (max-width: 479px) {
	.rc-header .nav-right li.head-li-two .menu-hover {
		width: 270px;
		padding: 20px;
	}
}
