* {
	margin: 0px;
	padding: 0px;
}
/*
:root {
	--clr-primary: #333333;
	--clr-base: #333333;
	--clr-secondary: #e09e00;
	--clr-orange: #fa5931;
	 --clr-secondary:#fcecae; 
	--clr-white: #fff;
}
*/
html {
	font-size: 10px;
}
body {
	font-size: 1.4rem;
	font-family: Poppins, sans-serif;
	color: var(--clr-base);
}
ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none !important;
}
img {
	border: none;
	width: 100%;
	max-width: 100%;
}
p {
	margin-bottom: 1.5rem;
}
 .mob-banner{
 	display: none;
 }
 .banner{
 	display: block;
 }
.container {
	max-width: 117rem;
}
.top-bar {
	background:#025aac;
	padding: 0.5rem 0;
}
.top-left {
	display: flex;
	margin: 0 -1rem;
}
.top-left li {
	padding: 0 1rem;
	font-size: 1.3rem;
}
.top-left li a {
	color: var(--clr-white);
}
.social {
	display: flex;
	margin: 0 -1rem;
	justify-content: flex-end;
}
.social li {
	margin: 0 1rem;
}
.social li a {
	color: var(--clr-white);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.social li a:hover{
   color: var(--clr-secondary);
}
.logo img{
    width: 100%;
}
.logo{
    padding-top: 3px;
}
.logo h1 {
	font-size: 2.4rem;
	color: var(--clr-secondary);
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
    margin: 0;
}
.logo h1 span {
	display: block;
	/* font-size: 2.2rem; */
	font-size: 1.5rem;
	color: var(--clr-base);
	font-weight: 400;
}
.header {
	padding: 21px 0px;
}
.reward {
	display: flex;
	height: 100%;
	align-items: center;
}
.reward i {
	font-size: 4rem;
	padding-right: 1rem;
	color: var(--clr-primary);
}
.reward h3 {
	font-size: 2rem;
}
.app-btn {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}
.bs-btn {
	padding: 5px 10px;
	background:#20bece !important;
	border: none;
	color: #fff;
	border-radius: 3px;
	transition: 0.3s all ease;
	display: inline-block;
   
}
.bs-btn:hover {
    transform: translateX(10%);
    background: #0056b3;
	color: #fff;
	transition: 1s;
}

.app-btn .bs-btn {
	text-transform: uppercase;
	font-weight: 600;
}
.text-box {
	position: absolute;
	top: 50%;
	left: 6%;
	right: 50%;
	color: var(--clr-white);
	transform: translateY(-50%);
}



.text-box p{
	font-size:15px;
	padding-bottom:5px;
}
.text-box h2 {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	color:#fff;
}
.text-box a {
    color: #fff;
    padding: 7px 8px;
    border: 1px solid#0359ab;
    background: #0359ab;
	 border-radius: 5px;
}

.text-box a:hover{
	background:#000;
	border: 1px solid#0359ab;
}



.location strong {
    color: #fff;
}
.text-box p {
	font-size: 16px;
}
.section {
	padding: 6rem 0;
}
.sec-head {
	margin-bottom: 3rem;
	text-align: center;
}
.sec-title {
	position: relative;
	display: inline-block;
	margin-top: 0;
	color: var(--clr-primary);
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.72px;
	line-height: 4.2rem;
	margin-top: 0;
/*	margin-bottom: 1.6rem;*/
	text-transform: uppercase;
	word-wrap: break-word;
}
.sec-title::before,
.sec-title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 5px;
	margin-top: -2px;
	border-top: 2px solid var(--clr-base);
	border-bottom: 2px solid var(--clr-base);
}
.sec-title::after {
	left: 100%;
	margin-left: 5rem;
	width: 7.7rem;
}
.sec-title::before {
	right: 100%;
	margin-right: 5rem;
	width: 7.7rem;
}
.about {
	background: #e2fcff;

}
.img-wrap{
	border: 5px solid#ddd;
}
.about .img-wrap {
/*
	padding: 1rem;
	background: var(--clr-base);
*/
}
.about .bs-btn {
	padding: 8px 17px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 1rem;
}

.about h3 {
	font-size: 3.2rem;
	color: #0359ab;
	font-weight: 800;
    padding-bottom: 5px;
	text-transform: uppercase;
}
.about h4 {
	font-size: 2.4rem;
    margin: 0;
    color: #000;
    padding-bottom: 6px;
/*	margin-bottom: 1rem;*/
/*	text-transform: uppercase;*/
}
.about p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	text-align: justify;
}
.abouttext h5{
    font-size: 20px;
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed#ddd;

    padding-bottom: 10px;
}
.carousel-indicators {
	bottom: 5rem;
}

.abt2{
	background: #f6f6f6;
	padding: 30px;
	border-radius: 10px;
}
.abt2 li{
	margin-bottom: 14px;
    padding-left: 33px;
    color: #000;
    position: relative;
}
.abt2 li:before{
	color: #fff;
    border-color: #0359ab;
    background-color: #0359ab;
}
.abt2 li:before{
	content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
}
.abt1 h1{
	font-size: 25px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 15px;
}
.doctor .info-wrap h3 {
	    font-size: 3.2rem;
    color: #0359ab;
    font-weight: 800;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.doctor .info-wrap h4 {
	    font-size: 2.4rem;
    margin: 0;
    color: #000;
    padding-bottom: 6px;
}
.doctor .info-wrap h5{
	    font-size: 20px;
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed#ddd;
    padding-bottom: 10px;
}
.doctor .info-wrap p {
	font-size: 1.5rem;
	line-height: 2.7rem;
}

.service .item {
	opacity: 0.4;
	transition: 0.4s ease all;
	margin: 0 20px;
	transform: scale(0.8);
}
@media (max-width: 1000px) {
	.service .item {
		margin: 0;
		transform: scale(0.9);
	}
}
.service .active .item {
	opacity: 1;
	transform: scale(1);
}

.service .owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.service .inner {
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	right: 0;
	text-align: center;
}
.service .inner a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	transition: 0.3s ease border-color;
}
.service .inner a:hover {
	border-color: #fff;
}
.service .black .inner a {
	color: #000;
	border-color: rgba(0, 0, 0, 0.4);
}
.service .black .inner a:hover {
	border-color: #000;
}

/* .owl-carousel:after{content:""; display:block; position:absolute; width:8%; top:0; bottom:0; left:50%; margin-left:-4%; pointer-events: none; background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/43033/aett_logo_slider.png) no-repeat center 50%; background-size:100% auto;
  } */

.service .owl-controls {
	position: absolute;
	margin-top: 300px;
}
.service h4 {
	background: var(--clr-primary);
	padding: 1rem;
	color: var(--clr-white);
	font-size: 2rem;
}
.service .owl-nav {
	display: flex;
	justify-content: center;
}
.service .owl-nav i {
	padding: 1rem;
	background: var(--clr-primary);
	color: var(--clr-white);
	margin: 2rem 0.5rem 0;
	border-radius: 5px;
}

.testimonials {
	background: url(../images/bg1.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
	display: block !important;
}
.test-info{
	margin-left: 10px;
}
.testi1{
	padding: 50px 0;
	overflow: hidden;
}
.testi2{
	margin-top: 15px;
}
.test-item {
/*	background-color: rgb(31 56 107 / 80%);*/
	background-color: #ffffff;
	padding: 3rem;
	border-radius: 5px;
	min-height: 34rem;
   box-shadow: 0 0 10px 8px #00000010;
}
.testi2{
	min-height: auto !important;
}
.test-item p {
	color: #000;
	font-size: 1.5rem;
	line-height: 2.7rem;
	font-style: italic;
}
.test-item h4 {
	color: #20bece;
	display: inline-block;
	margin-top: 1rem;
	
	font-weight: 600;
	font-size: 1.8rem;
}
.test-item img {
	width: auto !important;
}
.test-wrap {
	display: flex;
	margin-bottom: 1rem;
}
.test-item .img-wrap {
	padding-right: 1rem;
}
.test-info ul li {
	display: inline-block;
	padding-right: 0.5rem;
	color: #025aac;
}

.testimonials .owl-theme .owl-nav [class*="owl-"] {
	background: var(--clr-primary) !important;
	font-size: 2rem !important;
	padding: 0.5rem 1.2rem !important;
	color: #fff;
}
.testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--clr-secondary) !important;
	color: var(--clr-primary);
}
.testimonials .owl-carousel .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 35%;
	right: -5rem;
}
.testimonials .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 35%;
	left: -5rem;
}
.test-in {
	padding-bottom: 5rem;
}
.test-in .test-item {
	margin-bottom: 3rem;
}
.mb-30 {
	margin-bottom: 3rem;
}
.testimonials .item-wrap {
	display: flex;
	margin: -1.5rem;
	flex-wrap: wrap;
}
.testimonials .item-wrap .test-item {
	margin: 1.5rem;
	width: 47%;
	min-height: auto;
}
.testimonials .video-wrap {
	padding: 0.5rem;
	border: 1px solid var(--clr-primary);
	margin-bottom: 2rem;
}
.testimonials .test-video {
	width: 100%;
	height: 50rem;
	padding: 0;
	margin: 0;
}
.enquire .form-control {
	padding: 1rem;
	margin-bottom: 2rem;
	font-size: 1.6rem;
	height: 5rem;
}
.enquire textarea {
	height: 18rem !important;
}
.form1{
	border: 1px solid#ddd;
	padding: 25px 20px;
	background: #f3f3f3;
}
.enquire button {
	background: var(--clr-primary);
	padding: 1.5rem 5rem;
	border: none;
	color: var(--clr-white);
	font-weight: 600;
	font-size: 1.6rem;
	text-transform: uppercase;
}

footer {
    background: #3a3a3a;
/*
	background-image: url(../images/footer-bg.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: var(--clr-primary);
	position: relative;
*/
	padding: 4rem 0 2rem;
}
footer h3 {
	position: relative;
	font-size: 2.4rem;
	font-weight: 400;
	color: #ffffff;
	padding-bottom: 1.2rem;
	margin: 0 0 2rem;
	text-transform: capitalize;
}
footer h3:after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	width: 3rem;
	height: 0.2rem;
	background-color: #ffb7d1;
}
footer ul li {
	font-family: "Poppins", sans-serif;
	line-height: 3.5rem;
	font-weight: 500;
	font-size: 1.5rem;
}
footer p {
	font-family: "Poppins", sans-serif;
	line-height: 2.7rem;
	font-weight: 500;
	font-size: 1.5rem;
	color: #fff;
	text-align: justify;
}
footer ul li i {
	color: #fff;
}
footer ul li a {
	color: #fff;
	text-decoration: none !important;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
footer ul li:hover a {
	color: #999;
}
footer .location i {
	color: #20bece;
	position: absolute;
	font-size: 2rem;
	margin-top: 0.5rem;
}
.location p {
	padding-left: 2.5rem;
	margin-bottom: 2.5rem;
	color: #fff;
}
.location a{
	color: #fff;
}
.location a:hover{
	color: blue;
}
.location strong {
    font-weight: 600;
    font-size: 18px;
/*	color: var(--clr-secondary);*/
}
.footer-end {
	background: #0359ab;
	padding: 1rem 0;
}
.footer-end p {
	color: #fff;
	margin: 0px;
	font-size: 1.3rem;
}
.footer-end a {
	text-decoration: none;
	color: #fff;
}
.right1 {
	text-align: right;
}
.footer p {
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	color: #858585;
	line-height: 2.4rem;
}
.footer ul li a {
	text-decoration: none;
	color: #858585;
	line-height: 2.4rem;
}
.foot-social ul {
	text-align: left;
	margin-bottom: 0px;
}
.foot-social ul li {
	display: inline-block;
	margin-right: 1rem;
	margin-top: 1rem;
}
.foot-social ul li a {
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
    border-radius: 50px;
	color: var(--clr-primary) !important;
	font-size: 1.6rem;
	text-align: center;
	border: 1px solid transparent;
	background-color: #fff;
	transition: 0.5s;
}
.foot-social ul li i {
    position: static;
	color:#0359ab;
	
}
.foot-social ul li a:hover {
	color: var(--clr-secondary);
	background-color: transparent;
	border: 1px solid #fff;
}
.foot-social ul li a:hover i {
	color: #000;
}
.banner {
	position: relative;
	height: 450px;
	display: flex;
	align-items: center;
}
.banner h2 {
	font-size: 3.6rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	
	display: inline-block;
	padding: 2rem;
	border-radius: 1rem;
}
.banner img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.breadcrum {
	background: var(--clr-primary);
	padding: 1rem 0;
}
.breadcrum ul li {
	display: inline;
	padding-right: 1rem;
	margin-right: 1rem;
	position: relative;
	color: var(--clr-white);
}
.breadcrum ul li::after {
	content: ">";
	position: absolute;
	right: -0.5rem;
}
.breadcrum ul li:last-child::after {
	display: none;
}
.breadcrum ul li a {
	color: var(--clr-white);
	border-bottom: 1px solid var(--clr-white);
}
.contact {
	background: #e7f3ff;
}
.contact .inner-tile {
	position: relative;
	text-align: center;
	padding: 5rem 2rem 5rem;
	
	height: 259px;
	background: var(--clr-white);
}
.contact .inner-tile i {
	position: relative;
    color: #0359ab;
    font-size: 4rem;
    line-height: 1rem;
    margin-bottom: 2.8rem;
}
.contact .inner-tile h3 {
	color: var(--clr-primary);
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-size: 2rem;
}
.contact .inner-tile p {
	position: relative;
	color: #575d6e;
	font-size: 1.8rem;
}
.about-cont {
	padding: 3rem 0;
}
.abt-box {
	display: flex;
}
.abt-box li {
	background: var(--clr-primary);
	padding: 2rem;
	margin: 0 1%;
	color: var(--clr-white);
	flex: 1 1 0;
	border-radius: 1rem;
}
.abt-box li:nth-child(even) {
	background: var(--clr-orange);
}
.abt-box h4 {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--clr-white);
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 600;
}
.abt-box a {
	border: 1px solid var(--clr-white);
	padding: 0.5rem 1rem;
	display: inline-block;
	color: var(--clr-white);
}
.abt-box p {
	margin-bottom: 1.5rem;
}
.abt-box .number {
	font-size: 2rem;
}

.hospital ul {
	display: flex;
	margin: -1.5rem;
	flex-wrap: wrap;
	justify-content: center;
}
.hospital li {
	padding: 1.5rem;
	width: 24%;
	margin-top: 50px;
	text-align: center;
}
.hospital .hos-card {
	background: #fff;
	border: 3px solid#ddd;
	padding: 20px;
	color: var(--clr-white);
	position: relative;
	z-index: 1;
	height: 100%;
}
.hospital .hos-card:hover{
border: 3px solid#0359ab;
transition: 1s;
}
.hospital .hos-card::after {
	content: "";
	position: absolute;
	
	top: 1.5rem;
	left: 1.5rem;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: -1;
}
.hospital .hos-card a{
	position: absolute;
	bottom: -14px;
	left:74px;
}
.hos-card p{
	font-size: 14px;
	color: #000;
	padding: 20px 0;
	margin: 0;
}
.hospital .hos-card a {
	background: #0359ab;
	color: var(--clr-white);
	display: inline-block;
	padding:5px 10px;
	border-radius: 5px;
	transition: 0.3s ease-in;
}
.hospital .hos-card a:hover {
	background:#e80055;
	color: #fff;
}
.hospital h3 {
	border-bottom: 1px solid var(--clr-orange);
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
	font-size: 3rem;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--clr-primary);
}
.hospital h4 {
	font-size:17px;
	color: #000;
	margin-top: 20px;
	
	font-weight: 500;
	
	position: relative;
}
./*hospital h4:before{

	content: '';
    width: 50px;
    height: 3px;
    background: #0359ab;
    top: 25px;
    left: 72px;
    position: absolute;
}*/
.hospital h4 span {
	display: block;
	font-size: 1.6rem;
	color: var(--clr-secondary);
	padding-top: 1rem;
}
.hospital nav {
	background: none;
}
.nav-tabs .nav-link.active {
	background: #20bece;
	color: var(--clr-white);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	background:#20bece;
	color: var(--clr-white);
}
.nav-tabs .nav-link {
	background: #fff;
	border: 1px solid#ddd;
	color:#000;
	border-radius: 20px;
	font-size: 1.6rem;
	margin-left: 6px;
	padding: 1rem;
	margin-bottom: 10px;
}
.nav-tabs{
	border: none !important;

}
.hospital .inner-block {
	padding: 2rem;
	background: #fff;
}
.hospital tr p {
	margin-bottom: 0;
}
.hospital td {
	background: var(--clr-primary);
	color: var(--clr-white);
}
.hospital th {
	background: var(--clr-orange) !important;
	border-color: var(--clr-white) !important;
}
.hospital .table {
	/* margin-bottom: 8rem; */
}
.sidebar {
	background: var(--clr-primary);
	padding: 3rem 2rem;
}
.sidebar h4 {
	background: var(--clr-secondary);
	text-align: center;
	padding: 1rem;
	color: var(--clr-primary);
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.sidebar ul li {
	padding: 1rem;
	border-bottom: 1px solid var(--clr-white);
	position: relative;
	transition: 0.3s ease all;
}
.sidebar ul li a {
	color: var(--clr-white);
}
.sidebar ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.sidebar ul li i {
	position: absolute;
	left: 0;
	top: 1.3rem;
}
.sidebar ul li:hover {
	padding-left: 1.5rem;
}
.sidebar ul li:hover a {
	color: var(--clr-secondary);
}
.ser-detail {
	background: #eee;
}
.ser-detail p {
	text-align: justify;
	color: #000;
	font-size: 1.6rem;
}
.ser-detail .title {
	font-size: 3rem;
}
.ser-detail .img-wrap {
	margin-bottom: 2rem;
}
.ser-detail .img-wrap {
	box-shadow: 0 0 5px var(--clr-black);
}
.ser-detail h2 {
	color: var(--clr-primary);
	text-transform: uppercase;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	font-size: 3rem;
}
.ser-detail h2::before {
	position: absolute;
	content: "";
	background-image: -webkit-linear-gradient(0deg, var(--clr-primary) 48%, var(--clr-orange) 15%) !important;
	height: 0.5rem;
	width: 10rem;
	bottom: 0;
	border-radius: 6rem 1rem;
}
.gallery ul {
	display: flex;
	flex-wrap: wrap;
	margin: -1.5rem;
}
.gallery ul li {
	height: 30rem;
	width: 100%;
	width: 33.33%;
	padding: 1.5rem;
}
.gallery .img-wrap {
	height: 100%;
	border: 0.5rem solid var(--clr-primary);
}
.gallery img {
	width: 100%;
}
.fetch-img-src {
	display: none;
}
.set-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.video ul {
	display: flex;
	flex-wrap: wrap;
	margin: -1.5rem;
}
.video ul li {
	width: 33.33%;
	padding: 1.5rem;
}
.video .video-item {
	width: 100%;
	height: 25rem;
	border: 1px solid Var(--clr-base);
}
.video ul li h3 {
	text-align: center;
	background: var(--clr-primary);
	color: var(--clr-white);
	padding: 1rem 0;
}
.gal-block {
	padding-bottom: 3rem;
}
.gal-block:last-child {
	margin-bottom: 0;
}
.gal-block h3 {
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--clr-primary);
	border-bottom: 1px solid var(--clr-orange);
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.blink {
	-webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
	animation: 2s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	25% {
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	75% {
		visibility: visible;
	}
	100% {
		visibility: visible;
	}
}

@keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	25% {
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	75% {
		visibility: visible;
	}
	100% {
		visibility: visible;
	}
}
.modal-header{
	background: var(--clr-primary);
}
.modal-title{
	color: var(--clr-white);
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	width: 100%;
}
.modal-body{
	background: var(--clr-primary);
	color: var(--clr-white);
	font-size: 1.6rem;
	padding: 1.5rem 3rem;
}
.modal-footer{
	background: var(--clr-primary);
}
.modal-footer .btn{
	background: var(--clr-secondary);
	color: var(--clr-primary);
	font-size: 1.6rem;
	width: 10rem;
	margin-left: 1rem;
}
.modal-footer .btn:hover{
	background: var(--clr-orange);
	color: var(--clr-white);
}
.modal-dialog{
	top:20%;
}
.modal-backdrop.show{
	opacity: .8;
}
.modal-content{
	border-radius: 1rem;
}
.toph{
   
    margin-top: 10px;
}
.toph i{
	 /*   width: 30px;
    height: 30px;*/
    font-size: 15px;
   /* background: #20bece;*/
    border-radius: 5px;
   /* padding: 6px;*/
    color: #015aaa;
    line-height: 15px;
}
nav{
	padding: 0 30px;
}
.toph ul li{
	float: left;
    line-height: 28px;
    font-weight: 600;
    margin: 5px 0;
    padding: 0 5px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.toph a{
	color: #000;
}

.toph ul li a:hover{
    color: #e80055;
}
.top-bar ul {
    color: #fff;
}
.top-bar ul li a i{
    color: #d9d9d9;
    font-size: 14px;
    margin-right: 2px;
}
.top-bar ul li a:hover{
    text-decoration: underline;
}

[class^=btn-] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 80px;
  max-width: 250px;
  margin: 1rem auto;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

.btn-2 {
  color: #52ca6f;
}
.btn-2:before, .btn-2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn-2:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #1f7433;
  transform: translateX(-100%);
}
.btn-2:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #1f7433;
  transform: translateX(100%);
}
.btn-2:hover {
  color: #ccf0d5;
}
.btn-2:hover:before {
  transform: translateX(-49%);
}
.btn-2:hover:after {
  transform: translateX(49%);
}
.foot-social h2{
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    text-decoration: underline;
}
.hasec{
    
}
.bookappt{
    background: #666;
    padding:30px;
}
.bookappt h2{
    text-align: center;
}
.bookappt form {

}
.bookappt form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.bookappt form input{
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #666;
    padding: 10px;
    margin-bottom: 15px;
}
.bookappt form input::placeholder{
    color: #ccc!important;
}
.bookappt form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.bookappt form textarea{
    display: block;
    width: 100%;
     margin-bottom: 15px;
    height: 100px;
    padding: 10px;
}
.bookappt form textarea::placeholder{
    color: #ccc!important;
}
.bookappt form textarea:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.bookappt form input[type=submit]{
    width: 150px;
     background: #a01d1a;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.bookappt form input[type=submit]:hover{
    opacity: 0.8;
}



.hasec {
    padding-top: 50px;
	padding-bottom:50px;
}

.map1 h1 {
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #0359ab;
    padding: 3px 7px;
	 font-family: "Poppins", sans-serif;
}


.center-marker {
  height: 50px;
  width: 100vw;
  position: absolute;
  top: calc(50% - 360px);
  display: none;
  & div {
    height: 30px;
    width: 1px;
    margin: auto;
    background: #8882;
  }
}

.js-slideshow {
  --offset: 1600px;
  --overlap: 2;
  --image-gap: 6;
  --offset-time: 0.48s;
  --thumb-border-radius: 0;
  --thumb-size: 50;
  --thumbs-width: 20000;
  width: calc(100vw - 0px);
  max-width: 880px;
  position: relative;
  
  user-select: none;
  &__slides-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
  }
  &__slides {
    position: absolute;
    height: 100%;
    width: 40000px;
    left: 50%;
    transform: translate(calc(var(--offset) * -1), 0);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    transition: transform var(--offset-time) ease;
    & img {
      height: 100%;
      display: block;
      margin-left: calc(var(--image-gap) * 0.5px);
      margin-right: calc(var(--image-gap) * 0.5px);
    }
  }
  &__thumbs-wrapper {
    width: 100%;
    height: calc(var(--thumb-size) * 1px + 18px);
    margin-top: calc(var(--image-gap) * 1px);
    position: relative;
    display: block;
    overflow: scroll;
    scroll-behavior: smooth;
  }
  &__thumbs {
    width: calc(var(--thumbs-width) * 1px);
    display: grid;
    grid-auto-rows: calc(var(--thumb-size) * 1px);
    grid-template-columns: repeat(auto-fit, calc(var(--thumb-size) * 1px));
    grid-gap: calc(var(--image-gap) * 1px);
  }
  &__thumb-image {
    margin: 0;
    position: relative;
    & img {
      height: 100%;
      width: 100%;
      display: block;
      border-radius: var(--thumb-border-radius);
      object-fit: cover;
    }
    &--selected:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: var(--thumb-border-radius);
      box-shadow: inset 0 0 0 3px rgba(50, 200, 200, 0.8);
    }
  }
}

@media (min-width: 700px) {
  .js-slideshow {
    --thumb-size: 77;
    &__thumbs-wrapper {
      display: block;
    }
  }
}
.card .carousel-item {
  height:400px;
}
.card .carousel-caption {
  padding: 0;
  right: -220px;
  left: 0;
  color: #3d3d3d;
  top:1px;
}
.card .carousel-caption h3 {
     font-size: 20px;
    text-align: center;
    color: #0359ab;
    padding-top: 18px;
    padding-bottom: 12px;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;
}




.cashless {
    
    background:#f7f7f7;
    padding: 50px 0;
    text-align: center
}

.cashlessinn {
    background: #00000085;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    margin-top: 10%;
}

.cashlessinn h1 {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 600;
    margin: 0;
    padding: 0 50px
}

.cashlessinn h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0
}

.enqform h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 25px;
    text-align: center;
	font-family: roboto;
        
}

.enqform form {
    padding: 30px;
    border-radius: 0px;
   
}
.enqform{
	background: #fff;
}

.hos h1{
	    font-size: 34px;
    text-align: center;
    color:#333333;
    padding-bottom: 21px;
}

.attach{
	padding-bottom:50px;
	padding-top:50px;
	
}


h5.text-white.text-uppercase {
    padding: 12px;
}

.app img {
    padding: 30px;
    border-radius: 0px;
    outline: 10px solid #0359ab;
	    height: 447px;
}

.enqform form label {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.enqform form input {
    display: block;
    width: 100%;
    border-radius: 0;
   
    border: 1px solid #ccc;
    background-color: transparent;
    padding: 10px;
    margin-bottom: 15px;
}

.enqform form input::placeholder {
    color: #666 !important;
}

.enqform form input:focus {
    outline: none;
    border-color: #ddd;
    background: #f3f3f3;
}

.enqform form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
    padding: 10px;
    
    border: 1px solid #ccc;
    background-color: transparent;
}

.enqform form textarea::placeholder {
    color: #666 !important;
}

.enqform form textarea:focus {
   outline: none;
    border-color: #ddd;
    background: #f3f3f3;
}

.enqform form button {
    width: 100%;
    height: 40px;
    background: #0359ab;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.enqform form button:hover {
    background: #000;
}
.carousel-indicators li{
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: rgb(255 255 255 / 84%);
}
.carousel-indicators .active{
	background: #0359ab;
}
.serv-img{
	background: #fff;
}
.serv-img img{
	background:#f3f3f3;
	width:80px;
	height:80px;
	margin-top: -73px;
	border: 2px solid#f3f3f3;
	border-radius: 50%;

}
.hosp1{
	 background: #fff;
    text-align: center;
    box-shadow: 3px 4px 15px #0e2f4e66;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
      height: 245px;
}
.hos1 h1{
	font-size: 20px;
	margin-bottom: 15px;
	color: #0359ab;
}
.hos2 {
    background: #eaf5ff;
    padding: 15px 10px;
        height: 234px;
}
.hos2 h1{
	font-size: 17px;
	color: #000;
}
.hos2 p{
	font-size: 14px;
	height: 74px;
}
.hos3 p{
	font-size: 14px;
	height: 74px;
}

.hosp2{
	 background: #fff;
    text-align: center;
    box-shadow: 3px 4px 15px #0e2f4e66;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
        height: 191px;
}
.hos3 h1{
	font-size: 20px;
	margin-bottom: 15px;
	color: #0359ab;
}
.hos3 {
    background: #eaf5ff;
    padding: 15px 10px;
    height: 180px;
}
.hos3 h1{
	font-size: 18px;
	color: #000;
}
.foot1 h1{
	color: #fff;
}
.service{
	padding: 50px 0;
}
.service h1{
	background: #8dc7ff2e;
	padding: 10px 15px;
	margin: 0;
	border-bottom: 1px solid#fff;
	color: #0359ab;
}
.sidebar1 ul li{
  background: #8dc7ff2e;
  padding: 10px 15px;
  color: #000;
  border-bottom: 1px solid#fff;
}
.sidebar1 ul li:hover{
	background: #e80055;
	color:#fff !important; 
	transition: 0.5;
}
.sidebar1 ul li:hover a{
	color: #fff;
}
.sidebar1 a{
	color: #000;
}
.service1 p{
	font-size: 14px;
	text-align: justify;
	color: #000;
	margin-top: 15px;
}
.service1 ul li{
	font-size: 14px;
	color: #000;
	padding-left: 25px;
	line-height: 30px;
	position: relative;
}
.service1 i{
	position: absolute;
	top: 7px;
	color:#e80055;
	font-size: 16px;
	left: 10px;
}
.hospital1{
	padding: 50px 0;
}
.hospital1-1{
	height: auto !important;
}
.hosp3{
	height: 210px !important;
}
/*.form3{
	padding: 10px !important;

}*/
.form2 {
	font-size: 15px;
	padding: 10px !important;
	height: auto !important;
 background: #e70055 !important;
 color: #fff !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown span{
	color: #fff;
	padding:7px;
	margin-top: 5px;
	display: inline-block;
	background:#025aac;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color:#fff;
  min-width: 190px;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content ul{
	padding: 0 ;
	margin: 0;
}
.dropdown-content ul li{
	padding: 10px;
	display: inline-block;
	color: #000;
	
}
.dropdown-content a{
	color: #000;
	font-size: 14px;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.info-wrap  span{
	font-size: 16px;
}
.info-wrap ul li{
	position: relative;
	font-size: 14px;
	padding-left: 15px;
	line-height: 32px;
	font-weight: 600;
}
.info-wrap i{
 color: #0359ab;
 position: absolute;
 left: 0;
 top: 8px;
}
.abouttext ul li{
	position: relative;
	font-size: 14px;
	padding-left: 15px;
	line-height: 32px;
	font-weight: 600;
}
.abouttext i{
	color: #0359ab;
 position: absolute;
 left: 0;
 top: 8px;
}
 .menu i{
        display: none;
     }
