@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	--primary-color: #0E76BC;
	--secondary-color: #2283A8;
}

html {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	background: #ffffff;
}

body {
	font-family: "Poppins", sans-serif;
	background-color: #f5f5f5;
}

a {
	text-decoration: none;
	font-size: 12.8px;
}

p {
	font-size: 12.8px;
	margin-bottom: 0;
}


h4 {
	font-size: 1.2rem;
	font-weight: 500;
}

h5 {
	font-size: 1rem;
	font-weight: 500;
}

p {
	font-size: 15px;
}

#topbar.topbar-dark {
	background: #fff;
}

#topbar {
	z-index: 1000;
	width: 100%;
	overflow: hidden;
	top: 0;
	background: rgba(0, 0, 0, .05);
	height: 50px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 992px) {
	header .navbar .navbar-brand img {
		width: 230px;
	}

	header .navbar .navbar-collapse {
		padding-bottom: 15px;
	}

	header .navbar .navbar-nav .nav-item {

		text-align: start;
		border-bottom: 1px solid #dcdcdc;
	}

	header .navbar .navbar-collapse .navbar-nav {
		background-color: #ffffff;
	}
}
.navbar {
	width: 100vw;
}

.navbar .nav-item .nav-link.active {
	color: var(--primary-color);
}

.nav-link {
	position: relative;
	display: inline-block;
	padding: 1rem 1rem !important;
	text-decoration: none;
	color: #000;
	text-align: center;
	outline: none;
	font-weight: 500;
	font-size: 1rem;
}

.navbar-nav {
	margin-right: 2rem;
}

.navbar-nav li a {
	color: #00000085;
}

.navbar-light.bg-light {
	background-color: #fff !important;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}

.topbar-left {
	float: left;
}

.topbar-left,
.topbar-right {
	display: flex;
}


header {
	background-color: #fff;
}

.topbar-widget:first-child {
	padding-left: 0;
}

.topbar-widget {
	font-size: 14px;
	display: flex;

	font-weight: 400;

}

.carousel-item {
	height: 80vh;
	min-height: 300px;
}

@media (max-width: 576px) {
	.carousel-item {
		height: 50vh;
		min-height: 300px;
	}
}

.carousel-item img {
	object-fit: cover;
}

.carousel-caption {
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: linear-gradient(101deg, rgba(25, 33, 54, 0.90) 0.48%, rgba(25, 33, 54, 0.60) 50.24%, rgba(25, 33, 54, 0.00) 100%);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 15%;
	text-align: left;
	color: white;
	width: 100%;

}

.carousel-caption .content {
	max-width: 600px;
	width: 100%;
}

.carousel-caption h5 {
	color: #FFF;
	font-weight: 600;
	font-size: 3.5rem;
}

.carousel-caption p {
	width: 100%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}

.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	background: darkorange;
	padding: 10px 30px;
	display: inline-block;
	color: #000;
	margin-top: 15px;
}

.section {
	padding: 4rem 0;
}

.w-100 {
	height: 100%;
}

.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}

@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
		background: rgba(0, 0, 0, 0.5);
	}

	.carousel-caption {
		bottom: 165px;
	}

	.carousel-caption h5 {
		font-size: 17px;
	}

	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
}


#topbar a {
	color: var(--secondary-color);
	font-weight: 600;
	text-decoration: none;
}

.topbar-widget i {
	font-size: 16px;
	margin-top: 8px;
	margin-right: 10px;
	color: var(--primary-color);
}

.topbar-widget {
	gap: 2rem;
}

.topbar-right {
	float: right;
}

.border-bottom .de-flex {
	display: flex;
	justify-content: space-between;
}

.de-flex>.de-flex-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.de-flex>.de-flex-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

#mainmenu {
	font-weight: 500;
	font-size: 15px;
	margin: 0 auto;
	float: none;
}

#mainmenu li {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
}

#mainmenu a {
	position: relative;
	display: inline-block;
	padding: 1.5rem 1.5rem;
	text-decoration: none;
	color: #000;
	text-align: center;
	outline: none;
	font-weight: 500;
	font-size: 1rem;
}

#menu-btn {
	display: none;
	float: right;
	width: 36px;
	height: 36px;
	padding: 4px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	margin-top: 5px;
	margin-left: 20px;
}

header .header-main {
	position: relative;
	z-index: 1;
}



header.mobile .header-main {
	background-color: var(--primary-color);
	height: 100vh;
}

#logo a {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.sticky {
	position: fixed;
	top: -50px;
	left: 0;
	width: 100%;
	z-index: 15;
	transition: 1.2s;
	transform: translateY(50px);
	transition: 0.3s ease-in-out;
}


.menu_side_area {
	margin-left: 20px;
}

a.btn-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited,
.btn-main,
input[type=button].btn-main,
a.btn-line,
#mainmenu li ul.mega a.btn-main {
	display: inline-block;
	text-align: center;
	color: #fff;
	outline: 0;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 30px;
	font-size: 15px;
	border: none;
	border-radius: 50px;
	background-color: var(--primary-color);
}

.btn-main img {
	position: relative;
	transform: translateX(5px);
	transition: 0.3s ease-in-out;
}

a.btn-main:hover {
	background-color: var(--secondary-color);
}

a.btn-main:hover img {
	transform: translateX(15px);
	transition: 0.3s ease-in-out;
}

a.btn-secondary,
a.btn-secondary:active,
a.btn-secondary:focus,
a.btn-secondary:visited,
.btn-secondary,
input[type=button].btn-main,
a.btn-line,
#mainmenu li ul.mega a.btn-main {
	display: inline-block;
	text-align: center;
	color: var(--primary-color);
	outline: 0;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 30px;
	font-size: 15px;
	border: none;
	border-radius: 50px;
	background-color: #fff;

}



a.btn-main i {
	font-weight: 800;
}

.carousel-indicators [data-bs-target] {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

#menu-btn span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;

	background: #cdcdcd;
	border-radius: 3px;

	z-index: 1;

	transform-origin: 4px 0px;

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease;
}

#menu-btn span:first-child {
	transform-origin: 0% 0%;
}

#menu-btn span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

/* banner */

.banner {
	position: relative;
	width: 100%;
}

.banner .banner-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
}

.banner .container {
	display: flex;
	position: relative;
	z-index: 10;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.banner .left h4 {
	font-size: 17.6px;
	color: var(--primary-color);
}

.banner .left h1 {
	font-size: 56px;
	color: var(--secondary-color);
	font-weight: 600;
}

.banner .left p {
	margin-bottom: 2rem;
}

.section-2 {
	padding: 4rem 0;
}

.section-2 h2 {
	color: var(--secondary-color);
	font-size: 36px;
	font-weight: 600;
}

.dept {
	background-color: #f8f8f8;
	padding: 4rem 0;
}

.title h2 {
	font-size: 33.6px;
	font-weight: 600;
	color: #000;
}

.title {
	font-size: 2.6rem;
	font-weight: 600;
	color: #000;
	padding: 1rem 0;
	margin: 0;
}

.title-content {
	color: #000;
	font-family: Poppins;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 2rem;
}


.dept .sec {
	margin-top: 4rem;
}

.dept .sec .ser-out {
	display: flex;
	flex-wrap: wrap;
}

.dept .sec .ser-out .ser-box {
	border-top: 3px solid #eff3f6;
	border-bottom: 3px solid #eff3f6;
	border-left: 3px solid #eff3f6;
	padding: 2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 25%;
	background-color: #fff;
	transition: .5s;
}

.dept .sec .ser-out .ser-box:hover {
	cursor: pointer;
	border: 3px solid var(--primary-color) !important;
}

.dept .sec .ser-out .ser-box:hover>.icon-box {
	background-color: var(--primary-color);
}

.dept .sec .ser-out .ser-box:hover>.icon-box img {
	filter: invert(1);
}

.dept .sec .ser-out .ser-box:nth-child(4),
.dept .sec .ser-out .ser-box:last-child {
	border-right: 3px solid #eff3f6;
}

.dept .sec .ser-out .ser-box:nth-child(5) {
	border-top: none;
}

.dept .sec .ser-out .ser-box:nth-child(6) {
	border-top: none;
}

.dept .sec .ser-out .ser-box:nth-child(7) {
	border-top: none;
}

.dept .sec .ser-out .ser-box:nth-child(8) {
	border-top: none;
}

.dept .sec .ser-out .ser-box .icon-box {
	width: 98px;
	transition: .5s;
	height: 98px;
	border-radius: 50%;
	background-color: #eef6fc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.dept .sec .ser-out .ser-box .icon-box img {
	width: 40px;
	transition: .5s;
}

.dept .sec .ser-out .ser-box h4 {
	font-size: 22.4px;
	font-weight: 600;
	color: var(--secondary-color);
}

.video .box {
	background-color: var(--secondary-color);
	position: relative;
}

.video .box .v-box {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.video .box .vid-icon {
	margin-top: 17rem;
	margin-left: 3.5rem;
	width: 98px;
	height: 98px;
	background-color: var(--primary-color);
	border-radius: 50%;
	border: 3px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 rgb(22, 144, 244);
	animation: pulse 1.5s infinite;
	cursor: pointer;

}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(22, 181, 244, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(244, 157, 22, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 157, 22, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(22, 181, 244, 0.4);
		box-shadow: 0 0 0 0 rgba(22, 181, 244, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(244, 157, 22, 0);
		box-shadow: 0 0 0 10px rgba(244, 157, 22, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(244, 157, 22, 0);
		box-shadow: 0 0 0 0 rgba(244, 157, 22, 0);
	}
}

.video .box .vid-icon i {
	font-size: 20px;
	color: #fff;
}

.video .box .left {
	padding: 3rem;
}

.video .box h6 {
	color: #00FFC0;
	font-size: 14.4;
}

.video .box h4 {
	font-size: 36px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 1rem;
}

.video .box .right {
	padding: 1rem;
}

.video .box .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.doctor {
	padding: 4rem 0;
}

.doctor .sec {
	margin-top: 4rem;
}

.doctor .sec .doc-box {
	height: 100%;
	transition: 0.4s;
}

.doctor .sec .doc-box:hover {
	cursor: pointer;
	border: 3px solid var(--primary-color);
}

.doctor .doc-box {
	border: 3px solid #eff3f6;
	border-radius: 12px;
}

.doctor .doc-box .img-sec {
	border-radius: 12px;
	overflow: hidden;
}

.doctor .doc-box .img-sec img {
	width: 100%;
}

.doctor .doc-box .cnt {
	padding: 1rem;
	text-align: center;
}

.doctor .doc-box .cnt h4 {
	font-size: 20px;
	font-weight: 600;
	color: var(--secondary-color);
}

.doctor .doc-box.fill {
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
}

.doctor .doc-box .cnt p {
	font-size: 12.8px;
	font-weight: 600;
	color: var(--primary-color);
}

.doctor .doc-box.fill h6 {
	color: #fff;
	font-size: 19.8px;
}

.doctor .doc-box.fill p {
	color: #fff;
	font-size: 12.8px;
	font-weight: normal;
	margin-bottom: 1.5rem;
}

.doctor .doc-box.fill a {
	background-color: #ff9000;
	width: 40px;
	height: 40px;
	padding: 5px;
	font-size: 18px;
}

footer {
	background-color: var(--secondary-color);
	position: relative;
	color: #fff;
	z-index: 0;
}

footer::after {
	position: absolute;
	content: "";
	background-image: url(../img/shape-f.png);
	background-size: contain;
	width: 100%;
	height: 100%;
	top: 0;
	left: 5%;
	z-index: -1;
	background-repeat: no-repeat;
}


footer a {
	color: #fff;
	font-size: 0.95rem;
}

footer h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
}

footer ul li {
	margin-bottom: 1.5rem;
	display: flex;
	gap: 10px;
	font-size: 0.95rem;
}

footer ul li i {
	font-size: 1.2rem;
}

footer .date {
	font-size: 12.8px;
	color: #ff9000;
}

footer .post {
	margin-bottom: 1.5rem;
}

footer .social {
	display: flex;
	gap: 1.5rem;
	margin-top: 10px;
}

footer .social .icon {
	border: 1px solid #fff;
	border-radius: 50px;

	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .social .icon i {
	font-size: 1;
}

footer #logo {
	margin-bottom: 2.4rem;
}


footer .f-bottom {
	text-align: center;
	padding: 1rem 0;
	border-top: 1px solid #12919a;
}

.call {
	background-color: var(--primary-color);
	padding: 4rem 0;
	position: relative;
	z-index: 1;
}

.call::after {
	position: absolute;
	content: "";
	background-image: url(../img/shape-2.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	z-index: -1;
}

.call .left {
	background-color: #fff;
	border-radius: 15px;
	padding: 3.5rem 2.5rem;
	margin-right: 2rem;
}

.call .left h4 {
	font-size: 36px;
	color: var(--secondary-color);
	font-weight: 600;
	margin-bottom: 1rem;
}

.call .left a {
	font-size: 23.2px;
	font-weight: 600;
	color: var(--primary-color);
}

.call .left .icon {
	width: 51px;
	height: 51px;
	display: flex;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-color);
	margin-right: 1rem;
}

.call .left .icon.r {
	margin-left: 1rem;
	margin-right: 0;
	background-color: #ff9000;
}

.call .left .icon i {
	color: #fff;
	font-size: 20px;
}

.call .right h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}

.call .right p {
	color: #fff;
}

.call .bt-sec {
	margin-top: 2rem;
	display: flex;

}

.call .item {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	width: 50%;
}

.call .item h6 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 0;
}

.call .right p {
	color: #fff;
	font-size: 13.6px;
}



.testi .sec {
	margin-top: 4rem;
}



.test-slider .top .test-img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-bottom: 15px;
}



.testi .test-box {
	position: relative;

}

.testi .testi-bottom .testi-img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.testi .testi-bottom p {
	font-size: 12px;
}


.testi .slick-slide {
	border: 2px solid #F7F7F7;
	background: #6e789123;
	box-shadow: 0px 0px 23px 0px #0A2E7214;
	border-radius: 12px;
	padding: 2rem;
	margin-right: 15px;
	margin-left: 15px;
}

.testi .test-box .top {
	display: flex;
	justify-content: space-between;
}

.testi .test-box .top h6 {
	font-size: 16px;
	color: var(--secondary-color);
	font-weight: 600;
}

.testi .test-box .top p {
	color: var(--primary-color);
	font-weight: 500;
}


.testi .test-box .cnt h4 {
	font-size: 18px;
	color: var(--secondary-color);
	font-weight: 600;
}

.testi .test-box .cnt p {
	color: #454D5D;

}

.testi .test-box .img {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.testi .test-box .img img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: absolute;
	top: -20px;
}

.testi .test-box .img .icon {
	background-color: var(--primary-color);
	width: 32px;
	height: 32px;
	display: flex;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -10px;
	right: 5%;

}

.testi .test-box .img .icon i {
	color: #fff;
	font-size: 18px;
}

/* testimonial page css start ------ */


.testimoni .test-box {
	position: relative;
	border-bottom: 1px solid rgb(210, 210, 210);
}

.testimoni .test-box:last-child {
	border-bottom: none;
}

.testimoni .testi-bottom .testi-img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

/* testimonial page css end ------ */


.midSec .title-box {
	background-color: var(--secondary-color);
	padding: 2rem 3rem;
	position: relative;
	margin-bottom: 4rem;
	z-index: 1;
	border-radius: 10px;
}
@media only screen and (max-width: 576px) {
	.midSec .title-box {
		padding: 1.5rem 1rem;
		border-radius: 0px;
	}
}
.midSec .title-box::after {
	position: absolute;
	content: "";
	background-image: url(../img/shape-2.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.midSec .title-box h2 {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

.midSec .title-box p {
	color: #fff;
}

.midSec .midSec-slider .midSec-item {
	margin: 0 10px;
}

.midSec .title-box .btn-sec {
	width: 25%;
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
}

.midSec .title-box .btn-sec a {
	width: 38px;
	height: 38px;
	display: flex;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-color);
	padding: 0;
}

.midSec .title-box .btn-sec a:last-child {
	background-color: #ff9000;
}

.midSec-item {
	display: flex;
}

.midSec-item .left {
	width: 50%;
	border-radius: 12px;
	overflow: hidden;
}

.midSec-item .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.midSec-item .right {
	width: 50%;
	padding: 3rem 2rem;
	border: 3px solid #EFF3F6;
	border-radius: 12px;
}

.midSec-item .right .date {
	color: #5E6F8E;
	margin-bottom: 1rem;
	font-size: 12.8px;
	font-weight: 600;
}

.midSec-item .right h4 {
	font-size: 16.8px;
	font-weight: 600;
	color: var(--secondary-color);
	margin-bottom: 1.5rem;
}

.midSec-item .right a {
	color: var(--primary-color);
	font-size: 12.8px;
	font-weight: 600;
}

.midSec-item .right p {
	color: #5E6F8E;
	font-size: 12.8px;
	font-weight: 600;
	margin-top: 1rem;
}


/* talk to us side section css start */

.talkToUs_Sec .talkToUs_cont {
	position: relative;
	z-index: 1;
	background-color: var(--secondary-color);
	border-radius: 10px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
	/* .talkToUs_Sec .talkToUs_cont {
		width: 100%;
	}
	.talkToUs_Sec {
		width: 100%;
	} */
	.detail_nav {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
.talkToUs_Sec .talkToUs_cont::after {
	position: absolute;
	content: '';
	background-image: url(../img/shape-f.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

/* talk to us side section css end */


/* media query */

@media only screen and (max-width: 991px) {
	header #mainmenu {
		width: 100%;
		padding-right: 30px;
		padding-top: 20px;
		position: absolute;
		top: 90px;
		width: 100%;
		padding: 0 0 0 0;
		left: 20px;
	}

	header #mainmenu {
		display: none;
	}

	header #logo img {
		width: 40px;
	}

	.topbar-left {
		display: none;
	}

	.topbar-right {
		float: unset;
		justify-content: center;
	}

	header.mobile #mainmenu {
		display: block;
	}

	header #mainmenu li {
		border-bottom: solid 1px #eee;
		margin: 0;
		width: 100%;
		display: block;
	}

	#mainmenu a.menu-item {
		text-align: left;
		padding-left: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	header .header-main::after {
		display: none;
	}

	#menu-btn {
		display: block;
		float: right;
		z-index: 1000;
		top: 0;
		right: 0;

	}

	/* .header-main {
		padding: 10px 0;
	} */

	.menu_side_area .btn-main {
		display: none;
	}

	.banner .banner-img {
		object-position: calc(70%);
	}

	.dept .sec .ser-out {
		justify-content: center;
	}

	.dept .sec .ser-out .ser-box {
		width: 33.33%;
	}

	.dept .sec .ser-out .ser-box:nth-child(3),
	.dept .sec .ser-out .ser-box:nth-child(6),
	.dept .sec .ser-out .ser-box:last-child {
		border-right: 3px solid #eff3f6;
	}

	.dept .sec .ser-out .ser-box:nth-child(4) {
		border-top: none;
		border-right: none;
	}

	.dept .sec .ser-out .ser-box:nth-child(5) {
		border-top: none;
	}

	.dept .sec .ser-out .ser-box:nth-child(6) {
		border-top: none;
	}

	.dept .sec .ser-out .ser-box:nth-child(7) {
		border-top: none;
	}

	.dept .sec .ser-out .ser-box:nth-child(8) {
		border-top: none;
	}

	.call .left {
		margin-right: 0;
		padding: 1.5rem;
	}

	.midSec .title-box .d-flex {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 1rem;
	}

	.midSec .title-box .btn-sec {
		justify-content: center;
	}

	.midSec .title-box .btn-sec,
	.midSec .title-box h2,
	.midSec .title-box p {
		width: 100%;
	}

	.midSec-item .left,
	.midSec-item .right {
		width: 100%;
	}

	.midSec-item {
		flex-wrap: wrap;
	}

	.midSec-item .right {
		padding: 1rem;
	}

	footer::after {
		left: 0;
		background-size: cover;
	}
}


@media only screen and (max-width: 767px) {
	.dept .sec .ser-out .ser-box {
		width: 50%;
	}

	.dept .sec .ser-out .ser-box:nth-child(2),
	.dept .sec .ser-out .ser-box:nth-child(4),
	.dept .sec .ser-out .ser-box:nth-child(6),
	.dept .sec .ser-out .ser-box:last-child {
		border-right: 3px solid #eff3f6;
	}

	.dept .sec .ser-out .ser-box:nth-child(3) {
		border-top: none;
		border-right: none;
	}

	.dept .sec .ser-out .ser-box:nth-child(5) {
		border-top: none;
	}

	.dept .sec .ser-out .ser-box:nth-child(6) {
		border-top: none;
	}

	.dept .sec .ser-out .ser-box:nth-child(7) {
		border-top: none;
	}

	.dept .sec .ser-out .ser-box:nth-child(8) {
		border-top: none;
	}

	.banner .left h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1750px) {
	header .header-main::after {
		right: -250px;
	}
}

.featureCard {
	display: flex;
	gap: 1rem;
	padding: 1rem 0;
	background-color: #0E76BC15;
}

.featureCard .icon-box {
	width: 70px;
	height: 70px;
	padding: 1rem;
	display: block;
	transition: .5s;
	border-radius: 50%;
	background-color: #0E76BC25;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	aspect-ratio: 1 / 1;
}

.featureCard .icon-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.featureCard .featureCardContent {
	width: auto;
}

.overlayLogo {
	position: absolute;
	top: 0;
	right: 20px;
	width: 10rem;
	object-fit: contain;
	height: auto;
	opacity: 0.05;
}

.featureImgCard {
	position: relative;
	padding-top: 80px;
}

.featureImgCard img {
	position: absolute;
	top: 0;
	left: 0;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
}

.featureImgCard .topImage {
	margin: auto 0 0 auto;
	max-width: calc(100% - 100px);
	display: block;
}

.featureImgCard .bottomImage {
	max-width: 250px;
}

.about-img-wrap {
	position: relative;
	padding-bottom: 80px;
}

.about-img-wrap .about-img-one {
	margin: auto 0 0 auto;
	max-width: calc(100% - 60px);
	display: block;

	object-fit: cover;
	outline: 5px solid #fff;
	border-radius: 15px;
}

@media (max-width: 576px) {
	.about-img-wrap .about-img-one {
		height: 280px ! important;
	}
}

@media (min-width: 576px) {
	.about-img-wrap .about-img-one {
		min-height: 400px;

	}

	.about-img-wrap .about-img-two {
		min-height: 150px;
	}
}

section .row h2 span {
	color: var(--primary-color);
}

section .row h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}

section .row p {
	font-size: 16px;
	font-weight: 300;
}

section .row .title-content {
	font-size: 16px;
	font-weight: 300;
}

.about-img-wrap .about-img-two {
	position: absolute;
	bottom: 0;
	left: 0;
	height: calc(100% - 360px);
	object-fit: cover;
	width: 100%;
	max-width: calc(100% - 100px);
	outline: 5px solid #fff;
	border-radius: 15px;
	min-height: 200px;
}

.about-img-wrap .about-promo-text {
	bottom: 60px;
	right: 20px;
	position: absolute;
	min-width: 10rem;
	aspect-ratio: 1 / 1;
	height: 10rem;
	padding: 20px 10px 30px;
	background-color: var(--primary-color);
	border: 4px solid #fff;
	text-align: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-promo-text h5 {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.about-promo-text h5 span {
	font-size: 40px;
	font-weight: 600;
	display: block;
}

.whatWeOffer {
	position: relative;
}

.whatWeOffer .row:nth-child(odd) {
	flex-direction: row;
}

.whatWeOffer .row:nth-child(even) {
	flex-direction: row-reverse;
}


.whatWeOffer::after {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.7;
	z-index: 0;
}

.whatWeOffer .whatWeOfferContent {
	position: relative;
	z-index: 1;
	color: #fff;
	background-color: #0E76BC98;
	border-radius: 10px;
}

.whatWeOffer .socialMedia {
	display: flex;
	gap: 15px;
}

.emergencyContact {
	background-color: var(--secondary-color);
	border-radius: 10px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

.emergencyContact a {
	font-size: 1.5rem;
	display: block;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	color: #fff;
}

.sec-default {
	padding: 4rem 0;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}


.serviceSlider .slick-slide {
	margin-right: 15px;
	margin-left: 15px;

}

.serviceSlider a {
	text-decoration: none;
	color: #000000;

}

/* added by nithin start------ */

.serviceSlider .content p {
	font-size: 15px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	margin-top: 15px;

}

/* added by nithin end------ */
.serviceSlider .slick-slide {
	border-radius: 8px;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, .05);
	border: 1px solid #ffffff;
	transition: .5s;
}

.serviceSlider .slick-slide:hover {
	border: 1px solid #0E76BC40;
	box-shadow: 4px 4px 16px #0E76BC15;
}

.serviceSlider .item img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 8px;
}

.serviceSlider .content {
	padding: 4rem 2rem 1.5rem 1.5rem;
	position: relative;
}

.serviceSlider .content .icon-box {
	width: 72px;
	height: 72px;
	padding: 1rem;
	display: block;
	transition: .5s;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: -2rem;
}

.serviceSlider .content .icon-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.slick-track {
	padding-bottom: 2rem;
}

.serviceSlider .detailed-page-btn {
	background-color: var(--primary-color);
	border-radius: 10px;
	padding: 15px 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	transition: .5s;
	display: none;
}

.serviceSlider .item:hover .detailed-page-btn {
	display: block;
}

.serviceSlider .detailed-page-btn:hover {
	background-color: var(--secondary-color);
}

.serviceSlider .content span {
	font-size: 14px;
	padding: 4px 12px;
	background-color: rgba(14, 118, 118, 0.15);
	border-radius: 2px;
}

.serviceSlider .content h4 {
	font-weight: 600;
}

.slick-next:before,
.slick-prev:before {
	color: var(--primary-color);
    padding: 16px !important;
}
.slick-next:before, .slick-prev:before {
	font-size: 28px !important;
}
.slick-next,
.slick-prev {
	width: 50px !important;
	height: 50px !important;
	padding: 10px !important;
	z-index: 100 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-next {
	right: -20px !important;
}

.slick-prev {
	left: -20px !important;
}
@media only screen and (max-width: 576px) {
	.slick-next {
		display: none !important;
	}
	
	.slick-prev {
		display: none !important;
	}
}
.serviceSlider .slick-slide:nth-child(1) span,
.serviceSlider .slick-slide:nth-child(5) span,
.serviceSlider .slick-slide:nth-child(9) span {
	background: rgba(14, 118, 188, 0.15);
	color: var(--primary-color);
}

.serviceSlider .slick-slide:nth-child(2) span,
.serviceSlider .slick-slide:nth-child(6) span,
.serviceSlider .slick-slide:nth-child(10) span {
	background-color: rgba(14, 118, 118, 0.15);
	color: var(--secondary-color);
}

.serviceSlider .slick-slide:nth-child(3) span,
.serviceSlider .slick-slide:nth-child(7) span,
.serviceSlider .slick-slide:nth-child(11) span {
	background: rgba(188, 14, 147, 0.15);
	color: #BC0E93;
}

.serviceSlider .slick-slide:nth-child(4) span,
.serviceSlider .slick-slide:nth-child(8) span,
.serviceSlider .slick-slide:nth-child(12) span {
	background: rgba(255, 184, 4, 0.15);
	color: #FFB804;
}

footer img.logo-2 {
	filter: brightness(0) invert(1);
	width: 300px;
}

.slick-dots {
	width: 90% !important;
	bottom: -30px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;

}

.slick-dots li button:before {
	font-size: 14px;
}

.slick-dots li {
	margin: 0;
}

.slick-dots li.slick-active button:before {
	color: var(--primary-color);
}

.test-slider .testi-bottom h6 {
	margin-bottom: 0px !important;
}

.test-slider .cnt {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.test-box i {
	font-size: 2rem;
}

.test-box .link {
	text-align: center;
	margin-top: 1.5rem;
	font-size: 1rem;
	display: block;
	color: var(--secondary-color);
}

/* footer css start ------------- */
footer .logo-2 {
	width: 200px;
}

footer .footer-item h4 {
	margin-bottom: 25px;
}

footer .footer-item h3 {
	margin-bottom: 25px;
	font-size: 22px;
}

.footer-item ul li a {
	font-size: 14px;
}
.footer-item ul {
	padding-left: 0px !important;
}
.footer-item ul li span {
	font-size: 14px;
}

.footer-item iframe {
	border-radius: 15px;
}

/* footer css end ------------- */

/* faq section css start ------------*/

.accordion {
	margin: 50px auto;
	width: 100%;
	padding-left: 0 !important;
}

.accordion li {
	list-style: none;
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	position: relative;
}

.accordion li label {
	display: flex;
	align-items: center;
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
	cursor: pointer;
	text-align: start;
}

label::after {
	content: url(../img/icons/chevron-up.svg);
	margin-right: 10px;
	font-size: 28px;
	font-weight: 400;
	position: absolute;
	right: 0;
}

label.col-form-label::after {
	content: '';
}

input[type="radio"] {
	display: none;
}

.accordion .content p {
	text-align: start;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;

}

.accordion .content {
	color: #555;
	padding: 0 10px;
	line-height: 26px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s, padding 0.3s;
}

.accordion input[type="radio"]:checked+label {
	color: var(--primary-color);
}

.accordion input[type="radio"]:checked+label+.content {
	max-height: 400px;
	padding: 0px 10px 20px;
}


.accordion input[type="radio"]:checked+label::after {
	content: url('../img/icons/chevron-down.svg');

}

/* faq section css end ------------*/



/* inner banner css start --------*/
.inner-banner .inner-banner-cont {
	height: 200px;

}

.inner-banner .inner-banner-cont {
	background: linear-gradient(45deg, #2283A895, #2283A895), url(../img/banners/Insightcentre_inner_banner3.png) center center fixed;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.inner-banner-cont h5 {
	opacity: .7;
}

/* inner banner css end --------*/



/* about section css start ------*/
.about-sec {
	background-color: #0E76BC13;
}

.about-sec .about-img-one-1 {
	max-width: calc(100% - 140px);
	display: block;
	min-height: 300px;
	max-height: 450px;
	object-fit: cover;
	border-radius: 10px;
	outline: 8px solid #EDF5FA;
}

.about-sec .about-img-two-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 70%;
	width: 60%;
	object-fit: cover;
	outline: 8px solid #EDF5FA;
	border-radius: 10px;
}

.about-sec .about-promo-text-1 {
	top: 0;
	right: 0;
	position: absolute;
	height: calc(30% - 8px);
	width: calc(50%);
	padding: 20px 20px;
	background-color: var(--primary-color);
	outline: 8px solid #EDF5FA;
	border: none;
	border-radius: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

}

@media only screen and (max-width: 420px) {
	.about-sec .about-img-one-1 {
		min-height: 250px;
		max-height: 450px;
	}

	.about-sec .about-img-two-1 {
		height: 65%;

	}

	.about-sec .about-promo-text-1 {
		top: 0;
		right: 0;
		position: absolute;
		height: calc(35% - 8px);
	}
}

.about-sec .about-promo-text-1 h5 {
	color: #ffffff;
	font-size: 1.5rem;
}

.about-sec .about-right h5 {
	color: var(--secondary-color);
	display: inline;
}

.about-sec .about-right h1 {
	margin: 20px 0 40px 0;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}

.about-sec .about-right h1 span {
	color: var(--primary-color);
}

.about-sec .about-right p {
	opacity: .7;
	margin-bottom: 30px;
}




/* Our approach start ---------*/
.our-appro span {
	color: var(--primary-color);
}

.our-appro p {
	opacity: .6;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}

.our-appro .accordion.acc-new {
	margin-bottom: 10px;
}

.our-appro .appear-1.label-new {
	border: none;
	background-color: #00A0AA14;
	border-radius: 10px;
	padding: 10px;
}

.our-appro .appear-1 .label-heading {
	color: #00000060;
}

.accordion .content h6 {
	margin-bottom: 15px;
}

.accordion input[type="radio"]:checked+label {
	color: var(--secondary-color);
}

.accordion input[type="radio"]:checked+.accordion.acc-new {
	background-color: #0E76BC12;
}

.our-appro .our-appro-right {
	height: 100%;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.our-appro .our-appro-right {
		height: 400px;
		position: relative;
	}
}

.our-appro-right img {
	width: 70%;
	height: 80%;
	object-fit: cover;
	border-radius: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.our-appro-right .overlay-content {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	left: 20px;
	bottom: 10px;
	box-shadow: 4px 4px 20px #0E76BC25;
	display: flex;

}

.overlay-content h3 {
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	opacity: 1;
}

.overlay-content p span {
	color: var(--secondary-color);
}

@media only screen and (max-width: 768px) {
	.our-appro-right img {
		width: 100%;
		height: 70%;
	}

	.our-appro-right .overlay-content {
		left: 0;
		bottom: 35px;

	}

	.overlay-content p {
		font-size: 22px;
		font-family: "Poppins", sans-serif;
		font-weight: 500;
		opacity: 1;
	}
}

/* Our approach end ---------*/


/* impacts section start ---------*/
.impacts {
	margin: 40px 0;
	padding: 40px 0;
}

.impacts h2 span {
	color: var(--primary-color);
}

.impacts p span {
	color: #000000;
	font-weight: 600;
	opacity: 1;
}

.impacts p {
	opacity: .6;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}

.impacts .impact-card {
	padding: 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	height: 100%;
}

.impacts .impact-card p {
	text-align: center;
}

.impacts .row div:nth-child(2),
.impacts .row div:nth-child(3),
.impacts .row div:nth-child(4) {
	border-left: 1px solid #00000035;
}

@media only screen and (max-width: 998px) {
	.impacts .row div:nth-child(3) {
		border-left: none;
	}
}

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

	.impacts .row div:nth-child(2),
	.impacts .row div:nth-child(3),
	.impacts .row div:nth-child(4) {
		border-top: 1px solid #00000035;
	}

	.impacts .row div:nth-child(2),
	.impacts .row div:nth-child(3),
	.impacts .row div:nth-child(4) {
		border-left: none;
	}
}

/* impacts section end ---------*/


/* services section css start -----*/



.service_card_1 h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.service_card_1 h1 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 42px;
	color: var(--primary-color);
	margin-bottom: 40px;
}

.service_card_1 p {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}

.services .service-card-2 {
	height: 500px;
	position: relative;
}

.serv-cont-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services .row:nth-child(odd) {
	flex-direction: row;
}

.services .row:nth-child(even) {
	flex-direction: row-reverse;
}

.services .row:nth-child(odd) .serv-img-right {
	width: 80%;
	height: 80%;
	object-fit: cover;
	border-radius: 10px;
	position: absolute;
	right: 0;
}

.services .row:nth-child(odd) .serv-cont-right {
	width: 40%;
	height: 40%;
	box-shadow: 4px 4px 20px #0E76BC60;
	background-color: #ffffff;
	outline: 5px solid #fff;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	left: 10%;
	bottom: 10%;
}

.services .row:nth-child(even) .serv-img-right {
	width: 80%;
	height: 80%;
	object-fit: cover;
	border-radius: 10px;
	position: absolute;
	left: 0;
}

.services .row:nth-child(even) .serv-cont-right {
	width: 40%;
	height: 40%;
	background-color: #ffffff;
	box-shadow: 4px 4px 20px #0E76BC60;
	outline: 5px solid #fff;
	overflow: hidden;
	border-radius: 10px;
	position: absolute;
	right: 10%;
	bottom: 10%;
}

@media only screen and (max-width: 760px) {
	.services .row:nth-child(odd) .serv-img-right {
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}

	.services .row:nth-child(odd) .serv-cont-right {
		width: 70%;
		height: 40%;
		left: 0;
		border-radius: 10px;
	}

	.services .row:nth-child(even) .serv-img-right {
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}

	.services .row:nth-child(even) .serv-cont-right {
		width: 70%;
		height: 40%;
		left: 0;
		border-radius: 10px;
	}

	.services .service-card-2 {
		height: 350px;
		position: relative;
	}
}

/* services section css end -----*/


.services .service_card_1 a {
	text-decoration: none;
	color: #ffffff !important;
}

.services .ser_nav_container {
	overflow: hidden;
	margin-bottom: 15px;
}

.services .ser_nav_card {
	height: calc(100% / 4);
	border-radius: 10px;
	padding: 15px;
	margin: 7px 0;
	box-shadow: 4px 4px 20px #00000005;
	border: 1px solid #2283A8;
	display: flex;
	align-items: center;
	gap: 15px;

}

.services .ser_nav_card p {
	font-weight: 600;
	color: var(--primary-color);
}

.services .ser_nav_card h3 {
	margin-bottom: 0px;
}

.services .ser_nav_card.active {
	background-color: var(--secondary-color) !important;

}

.services .ser_nav_card.active h3 {
	color: #ffffff !important;
}

.services .ser_nav_card.active h6 {
	color: #ffffff !important;
}

.services .ser_nav_card:hover {
	background-color: #2283A815;
}

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

	/* .services .row .detail_nav {
		display: none;
	} */
	.services .ser_nav_container {
		display: none;
	}
}

.ser_nav_card h6 {
	font-size: 14px;
	opacity: .6;
}

.ser_nav_card h3 {
	font-size: 20px;
	color: var(--primary-color);
}

.enquiry .enquiry-card .enquiry-label::after {
	content: '';
}

.enquiry .enquiry-card {
	border-radius: 15px;
	background: linear-gradient(45deg, #00A0AA95, #00A0AA95), url(../img/shape-2.png) center center fixed;
}

.enquiry .enquiry-card h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: #ffffff;
}

.enquiry .enquiry-card .btn.enquiry-btn {
	background-color: #ffffff;
	color: var(--primary-color);
	font-weight: 500;
}

.enquiry .enquiry-card .btn.enquiry-btn:hover {
	background-color: var(--primary-color);
	color: #ffffff;
}


/* contact css start ------------*/

.find-us .contact-card {
	padding: 20px;
	border-radius: 10px;
	background-color: #00A0AA15;
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
}

.find-us .title h2 {
	color: var(--primary-color);
}

.contact-card .contact-card-2 h6 {
	color: var(--primary-color);
}
.contact-card .contact-card-2 p {
	font-size: 18px;
	font-weight: 500;
}
.contact-card .contact-card-2 a{
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}

/* contact css end ------------*/


/* contact form css start ------*/
.formSection {
	background-image: url(../img/resources/Contact-bg-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;

}

.formSection .contact-wrap .form-control {
	border: 1px solid var(--primary-color);
	padding: 8px 10px;
	border-radius: 10px;
	font-size: 16px;

}

.formSection .personalDetails {
	border-bottom: 1px solid rgb(198, 198, 198);
}

.contact-wrap .contact-btn {
	padding: 10px 20px;
	background-color: var(--primary-color);
	color: #ffffff;
	border-radius: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.formSection .contact-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.contact-wrap .input-group {
	/* border: 1px solid var(--primary-color); */
	padding: 8px 10px;
	border-radius: 10px;
	background-color: #ffffff;
}

.contact-wrap .input-group .subject {
	border: none;
	width: 100%;
}

/* contact form css end ------*/


/* testimonial page css start -----------*/
.testimonials {
	height: max-content;
}

.testimonials .testimonial-list {
	columns: 300px;
}


/* date picker css ------ */

.datepicker td,
th {
	text-align: center;
	padding: 8px 12px;
	font-size: 14px;
}

/* validation error msg color */

label.error {
	color: red;
	font-size: 12px;
}

option {
	font-size: 16px;
}

.error::after {
	content: '';
}

.form-group select {
	padding: 8px 12px;
	border-radius: 8px;
	width: 100%;
	border: 1px solid var(--primary-color);
}

/* loader css --------------*/
.loader.show {
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.6);
	top: 0;
	left: 0;
	z-index: 9999;
	display: grid;
	place-content: center;
}

.spinner {
	pointer-events: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #ffffff;
	animation: spin 1s ease infinite;
}

.spinner.hide {
	display: none;
}

.loader img {
	width: 100px;
}

@keyframes spin {
	0% {
		transform: rotate(0turn);
	}

	100% {
		transform: rotate(1turn);
	}
}

/* date picker css start  */
.today {
	background-color: var(--primary-color) !important;
	color: #ffffff !important;
	border-radius: 5px !important;
}

.active {
	background-color: var(--secondary-color) !important;
	color: #fff !important;
}

.day.active {
	border-radius: 4px !important;
	background-color: var(--primary-color) !important;
	background-image: linear-gradient(to bottom, #0E76BC, #0E76BC) !important;
}

.datepicker .disabled {
	opacity: 0.5;
	pointer-events: none;
}

/* date picker css end */



.bootstrap-timepicker-widget table td input {
	width: 35px !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	background-image: linear-gradient(to top, #115d94, #175db3) !important;
}


.bootstrap-timepicker-widget table td input {
	background-color: #0E76BC;
	border: none !important;
	color: #ffffff !important;
}

.glyphicon-chevron-up {
	background-image: url(./up-arrow-icon.svg);
	display: inline-block;
	background-position: center;
	height: 20px;
	background-repeat: no-repeat;
}

.glyphicon-chevron-down {
	background-image: url(./down-arrow-icon.svg);
	display: inline-block;
	background-position: center;
	height: 20px;
	background-repeat: no-repeat;
}



/* modal css start ------------------------ */

.modal-open {
	padding-right: 0px !important;
}


.modal .modal-body h3 {
	font-size: 22px;
	color: var(--primary-color);
}

.confidentialForm input {
	margin-top: 20px;
	font-size: 14px;
	padding: 10px;
}

.confidentialForm .custom-note {
	margin-top: 10px;
}

.btn-close {
	width: .5em !important;
	height: .5em !important;
}

.modal-header {
	border-bottom: none !important;
}

.modal-body {
	padding: 0px 30px 30px !important;
}

.modal-body .contact-btn {
	padding: 10px 20px;
	background-color: var(--primary-color);
	color: #ffffff;
	border-radius: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

.modal-btn {
	padding: 10px 20px;
	background-color: #ffffff;
	color: var(--primary-color);
	border-radius: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.modal-btn:hover {
	background-color: #ffffff;
	color: var(--primary-color);
}

.placeholder {
	background-color: transparent !important;
}

/* modal css end ------------------------ */




/* Services new start ----------------------*/
.allServices .allServicesCard {
	background-color: #0E76BC15;
	min-height: 400px;
}

.allServiceTitle h1 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 42px;
	color: var(--primary-color);
	margin-bottom: 40px;
}

.allServiceTitle {
	width: max-content;
}

.allServices .allServicesCard .servicesContents {
	margin-top: 20px;
}

.allServices .allServicesCard .servicesContents h4 {
	color: var(--primary-color);
	margin-bottom: 15px;
}

.allServices .servicesContents .rightIconDiv {
	width: max-content;
	border-radius: 15px;
	padding: 10px;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -50px;
	right: 30px;
	background-color: #ffffff;
	transition: .3s;
	opacity: 0;
	color: var(--primary-color);
}

.allServices .rightIconDiv p {
	display: none;
	transition: .5s;
}

.allServices .rightIconDiv:hover p {
	display: block;
	transition: .5s;
}

.allServices .allServicesCard:hover .rightIconDiv {
	opacity: 1;
}

.allServices .servicesContents {
	position: relative;

}

.allServices .servicesContents .rightIconDiv i {
	width: 30px;

}

.limited {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical !important;
}

.detailed_right h4 {
	margin: 30px 0 20px;
}

.detailed_right ul li {
	margin-bottom: 10px;
	color: #00000080;
}

/* Services new end ----------------------*/



/* input field spinner remove start */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
	/* For Firefox */
}

/* input field spinner remove end */



/* whatsapp widget start */
.pulse i {
	position: relative;
	z-index: 20;
	top: 16px;
	font-size: 30px;
}

.pulse {
	position: fixed;
	cursor: pointer;
	display: block;
	justify-content: center;
	align-items: center;
	width: 60px !important;
	height: 60px;
	right: 40px;
	bottom: 40px;
	background-color: rgba(0, 200, 0, 1);
	color: white;
	border-radius: 50px;
	text-align: center;
	transition-duration: 0.5s;
	animation: pulse-btn 3s infinite;
	z-index: 9000;
}

.pulse:hover {
	background-color: rgba(0, 150, 0, 1);
	color: white;
}

.my-float {
	margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
	}
}

.pulse a {
	color: #fff;
}


/* whatsapp widget end */


/* copyright css start --------- */
.footer .f-bottom .copy p {
	display: inline-block;
}
.footer .f-bottom .copy p span {
	position: relative;
	margin-right: 10px;
}
.footer .f-bottom .copy p span:after {
	content: 'TM';
	position: absolute;
	top: 0;
	right: -5px;
	width: 5px;
	height: 5px;
	font-size: 6px;
}
.footer .f-bottom .copy p a img {
	width: 70px;
}

/* copyright css end --------- */