.auto-container {
	position: static;
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;
}
.centered {
	text-align: center !important;
}
.owl-nav, .owl-dots {
	display: none;
}
.row {
	margin: 0 -15px;
}
.row>* {
	padding-left: 15px;
	padding-right: 15px;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}

/* Theme Color CSS  */
:root {
    --thm-color-one: #34a3d5;
    --thm-color-two: #34a3d5;
}

.service-block-two h1,
.service-block-two h2,
.service-block-two h3,
.service-block-two h4,
.service-block-two h5,
.service-block-two h6 {
  position: relative;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0;
  background: none;
  color: #222;
}

.page-wrapper {
	position: relative;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	margin: 0px auto;
	overflow: hidden;
}

/* Theme Btn */
.theme-btn {
	position: relative;
	display: inline-block;
	font-size: 15px !important;
	line-height: 24px;
	color: #fff;
	padding: 15px 30px;
	font-weight: 600;
	overflow: hidden;
	text-transform: capitalize;
	vertical-align: middle;
	text-align: center;
	min-width: 160px;
	background: var(--theme-color);
	border-radius: 30px;
	transition: .5s;
}
.theme-btn:hover {
	color: #fff !important;
	background-color: var(--theme-color);
	z-index:1;
}
.theme-btn:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	content: "";
	background-color: var(--theme-color2);
	transition: .5s;
	border-radius: 30px;
	z-index:-1;
	
}
.theme-btn:hover:before {
	width: 100%;
	
}
.theme-btn span {
	position: relative;
}
.theme-btn span i {
	margin-left: 5px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	transition: .5s;
}




/* Services section */

.services-section {
	position: relative;
	padding: 90px 0 90px;
	z-index: 9;
}
.services-section .shape-one {
	position: absolute;
	top: 0;
	right: 0;
}
.service-block .inner-box {
	position: relative;
	margin-bottom: 60px;
	background: #fff;
	text-align: center;
	padding: 50px 45px 0;
	box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%);
	border-radius: 20px;
}
.service-block .inner-box:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scaleY(0);
	transition: .7s;
	background-color: #284d9b;
	border-radius: 20px;
	transform-origin: top;
}
.right-arrow-size {
	font-size:18px;
}
.service-block .inner-box:hover:before {
	transform: scale(1);
}
.service-block .inner-box .shape {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.service-block .inner-box .shape svg {
	position: relative;
	right: -35px;
	top: -35px;
}
.service-block .inner-box .shape svg path {
	transition: .5s;
}
.service-block .inner-box:hover .shape svg path {
	fill: var(--thm-color-two);
}
.service-block .icon {
	position: relative;
	font-size: 110px;
	color: var(--thm-color-one);
	margin-bottom: 30px;
	transition: .5s;
}
.service-block .inner-box:hover .icon {
	color: #fff;
}
.service-block h5 {
	position: relative;
	font-size: 16px;
	color: #666;
	font-weight: 500;
	margin-bottom: 15px;
	transition: .5s;
}
.service-block .inner-box:hover h5 {
	color: #fff;
}
.service-block h4 {
	position: relative;
	font-size: 19px;
	font-weight: 700;
	transition: .5s;
	margin-bottom: 7px;
}
.service-block .inner-box:hover h4 {
	color: #fff;
}
.service-block .link-icon a {
	position: relative;
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
	display: inline-block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	border-radius: 50%;
	transform: translateY(50%);
	background: var(--thm-color-two);
	color: #fff;
	font-size: 14px;
	transition: .5s;
}
.service-block .link-icon a:hover {
	background-color: var(--thm-color-one);
}
.service-block .link-icon a i {
	display: inline-block;
	transition: 1s;
}
.service-block .inner-box:hover .link-icon a i {
}
/* Clients logo section */

.clients-logo-section {
	position: relative;
	padding: 125px 0;
	background-color: #284d9b;
}
.clients-logo-section .shape-one {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.clients-logo-section .shape-two {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.clients-logo-section .single-client-logo {
	position: relative;
}
.clients-logo-section .single-client-logo img {
	width: auto;
	margin: 0 auto;
}
.clients-logo-section .auto-container {
	max-width: 945px;
}

/* Services section two */

.services-section-two {
	position: relative;
	padding: 178px 0 160px;
	z-index: 9;
	background-size: cover;
	background-position: top center;
}
.services-section-two .side-image {
	position: absolute;
	bottom: 0;
	right: 0;
}
.services-section-two .shape-one {
	position: absolute;
	left: 10%;
	bottom: 25%;
	-webkit-animation: animationFramesOne infinite 25s;
	animation: animationFramesOne infinite 25s;
}
.row-10 {
	margin: 0 -10px;
}
.service-block-three {
	padding: 0 10px;
}
.service-block-three .inner-box {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	text-align: center;
	padding: 30px 25px;
	box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.service-block-three .inner-box:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scale(0);
	transition: .5s;
	background-color: #284d9b;
	border-radius: 10px;
}
.service-block-three .inner-box:hover:before {
	transform: scale(1);
}
.service-block-three .inner-box .shape {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.service-block-three .inner-box .shape svg {
	position: relative;
	right: -35px;
	top: -35px;
}
.service-block-three .inner-box .shape svg path {
	transition: .5s;
}
.service-block-three .inner-box:hover .shape svg path {
	fill: var(--thm-color-two);
}
.service-block-three .icon {
	position: relative;
	font-size: 75px;
	color: var(--thm-color-one);
	margin-bottom: 20px;
	transition: .5s;
}
.service-block-three .inner-box:hover .icon {
	color: #fff;
}
.service-block-three h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	transition: .5s;
	margin-bottom: 0;
}
.service-block-three .inner-box:hover h4 {
	color: #fff;
}
@media only screen and (min-width:992px) {
	.service-block-three:nth-child(even) .inner-box {
		transform: translateY(20px);
	}
}
/* Client Logo two */

.clients-logo-two {
	position: relative;
	background: var(--thm-color-two);
	border-radius: 10px;
	padding: 52px 50px;
	margin-top: 110px;
}
.clients-logo-two:after {
	position: absolute;
	content: '';
	left: 20px;
	right: 20px;
	height: 10px;
	background: #fff;
	bottom: -10px;
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 10px 10px;
}
.clients-logo-two:before {
	position: absolute;
	content: '';
	left: 40px;
	right: 40px;
	height: 20px;
	background: #fff;
	bottom: -20px;
	box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%);
	border-radius: 0 0 10px 10px;
}
.clients-logo-two .single-client-logo {
	position: relative;
}
.clients-logo-two .single-client-logo img {
	width: auto;
	margin: 0 auto;
}
/* Medcal directoryo section two */

.medical-directory-section-two {
	position: relative;
	padding: 140px 0 110px;
	background-size: cover;
}
.medical-directory-section-two .shape-one {
	position: absolute;
	bottom: 30%;
	left: 11%;
	transform: rotate(-85deg);
	-webkit-animation: animationFramesTwo infinite 25s;
	animation: animationFramesTwo infinite 25s;
}
.medical-directory-section-two .shape-five {
	position: absolute;
	top: 8%;
	right: 20%;
	-webkit-animation: rotated infinite 5s;
	animation: rotated infinite 5s;
}
.medical-directory-section-two .shape-three {
	position: absolute;
	top: 10%;
	right: 6%;
	-webkit-animation: scale-up-one infinite 25s;
	animation: scale-up-one infinite 10s;
}
.medical-directory-section-two .shape-four {
	position: absolute;
	bottom: 7%;
	right: 5%;
}
.medical-directory-section-two:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: url(../images/shape/shape-25.png);
	background-size: cover;
	background-position: top center;
}
.medical-directory-section-two .title-content {
	position: relative;
	align-items: flex-end;
}
.medical-directory-section-two .title-content .text {
	/* font-size: 20px; */
	margin-bottom: 70px;
	line-height: 28px;
}
.service-block-two {
	position: relative;
}
.service-block-two .inner-box {
	position: relative;
	background: #fff;
	margin-bottom: 35px;
	padding: 50px 0;
	padding-left: 190px;
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	transition: .5s;
}
.service-block-two .inner-box:hover {
	transform: translateX(-10px);
}
.service-block-two .icon {
	position: absolute;
	top: 35px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	line-height: 90px;
	text-align: center;
	font-size: 75px;
	background: var(--thm-color-two);
	left: 50px;
	color: #fff;
	transition: .5s;
}
.service-block-two .inner-box:hover .icon {
	transform: rotate(45deg);
}

.service-block-two .icon:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .5s;
	background-color: rgba(255, 255, 255, 0.062);
	border-radius: 50%;
	transform: scale(0);
	opacity: 0;
}

.service-block-two .inner-box:hover .icon:before {
	opacity: 1;
	transform: scale(1);
}

.service-block-two .icon.neurosurgery {
	background-color: #3c5687;
}
.service-block-two:nth-child(2) .icon {
	background-color: #16b8db;
}
.service-block-two:nth-child(3) .icon {
	background-color: #59d3c2;
}
.service-block-two:nth-child(4) .icon {
	background-color: #f54949;
}
.service-block-two:nth-child(5) .icon {
	background-color: #a14b8c;
}
.service-block-two:nth-child(6) .icon {
	background-color: #fc9024;
}
.service-block-two:nth-child(7) .icon {
	background-color: #1e71b5;
}
.service-block-two:nth-child(8) .icon {
	background-color: #3eb67b;
}
.service-block-two h4 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.service-block-two h5 {
	font-size: 16px;
	font-weight: 400;
}
.service-block-two h5 a {
	color: #666;
}
.service-block-two .link-icon a {
	position: absolute;
	right: 55px;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 51px;
	top: 52.5px;
	border: 2px solid var(--thm-color-two);
	color: var(--thm-color-one);
	border-radius: 50%;
	font-size: 14px;
	transition: .5s;
}
.service-block-two .link-icon a:hover {
	color: #fff;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
.service-block-two .shape {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 162px;
	overflow: hidden;
}
.service-block-two .shape:before {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	width: 200px;
	height: 200px;
	background-color: #fef4f0;
	border-radius: 50%;
	transform: translateY(-50%);
}
.service-block-two .inner-box .shape-two {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	transition: .5s;
	opacity: 0;
}
.service-block-two .inner-box:hover .shape-two {
	opacity: 1;
}
.service-block-two .inner-box .shape-two svg {
	position: relative;
	right: -30px;
	top: -40px;
}
.service-block-two .inner-box .shape-two svg path {
	transition: .5s;
}
/* Services section two */

.services-section-two {
	position: relative;
	padding: 178px 0 160px;
	z-index: 9;
	background-size: cover;
	background-position: top center;
}
.services-section-two .side-image {
	position: absolute;
	bottom: 0;
	right: 0;
}
.services-section-two .shape-one {
	position: absolute;
	left: 10%;
	bottom: 25%;
	-webkit-animation: animationFramesOne infinite 25s;
	animation: animationFramesOne infinite 25s;
}
.row-10 {
	margin: 0 -10px;
}
.service-block-three {
	padding: 0 10px;
}
.service-block-three .inner-box {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	text-align: center;
	padding: 30px 25px;
	box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.service-block-three .inner-box:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scale(0);
	transition: .5s;
	background-color: #284d9b;
	border-radius: 10px;
}
.service-block-three .inner-box:hover:before {
	transform: scale(1);
}
.service-block-three .inner-box .shape {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.service-block-three .inner-box .shape svg {
	position: relative;
	right: -35px;
	top: -35px;
}
.service-block-three .inner-box .shape svg path {
	transition: .5s;
}
.service-block-three .inner-box:hover .shape svg path {
	fill: var(--thm-color-two);
}
.service-block-three .icon {
	position: relative;
	font-size: 75px;
	color: var(--thm-color-one);
	margin-bottom: 20px;
	transition: .5s;
}
.service-block-three .inner-box:hover .icon {
	color: #fff;
}
.service-block-three h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	transition: .5s;
	margin-bottom: 0;
}
.service-block-three .inner-box:hover h4 {
	color: #fff;
}
@media only screen and (min-width:992px) {
	.service-block-three:nth-child(even) .inner-box {
		transform: translateY(20px);
	}
}




/* Page Title */

.page-title1 {
	position: relative;
	padding: 120px 0 200px;
	text-align: center;
	background-size: cover;
	background-position: bottom center;
}
.page-title1:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	height: 265px;

	opacity: 0.85;
}
.page-title1 h1 {
	font-size: 66px;
	color: #fff;
	line-height: 74px;
	margin-bottom: 45px;
	font-weight: 600;
}
.page-title1 h1:before {
	position: absolute;
	content: '';
	height: 3px;
	width: 76px;
	bottom: 0;
	left: 0;
	background-image: url(../images/shape/shape-1.png);
	left: 50%;
	transform: translateX(-50%);
}
.page-title1 .bread-crumb {
	position: relative;
}
.page-title1 .bread-crumb li {
	color: #fff;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 400;
	padding-right: 30px;
}
.page-title1 .bread-crumb li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.page-title1 .bread-crumb li:before {
	font-family: 'icomoon';
	content: "\e91c";
	position: absolute;
	right: 0;
	top: 3px;
	line-height: 25px;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
}
.page-title1 .bread-crumb li:last-child:before {
	display: none;
}
.page-title1 .bread-crumb li a {
	color: #fff;
}
.theme-btn-white {
	color:#fff;
}


:root {
        --primary-color: #00a3c8;
        --secondary-color: #005f7d;
        --accent-color: #ff6b6b;
        --dark-color: #2c3e50;
        --light-color: #f8f9fa;
        --gray-color: #95a5a6;
    }
    

	.day-card-one {
	background-color:red !important;
	width:50px;
	
}
.day-card-one.active {
        background-color:red !important;
        color: white;
        border-color: var(--primary-color);
        transform: scale(1.05);
		width:50px;
		padding:20px;
		flex:normal;
    }
	
	    .day-card {
        text-align: center;
        padding: 10px 5px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid #e0e0e0;
        background-color: var(--secondary-color);
        color: white;
    }
    
    .day-card:hover {
        background-color: var(--primary-color);
        color: white;
        border-color: var(--primary-color);
    }
    
    .day-card.active {
        background-color: var(--primary-color);
        color: white;
        border-color: var(--primary-color);
        transform: scale(1.05);


		

    }
    
    .day-card.unavailable {
        opacity: 0.5;
        cursor: not-allowed;
        background-color: #f5f5f5;
        color: var(--dark-color);
    }













