/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle;
	font-family: "Gotham-Medium";
}

li {
	list-style: none
}




body {
	margin: 0;
	padding: 0 0 0 0;
	overflow-x: hidden;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	background: #fff;
	color: #343434;letter-spacing: -.02em;
}

.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(120px);
		transform: translateX(120px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(120px);
		-ms-transform: translateX(120px);
		transform: translateX(120px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

/*animation css end*/

/*html, body {overflow-x: hidden!important;-webkit-overflow-scrolling: touch;overscroll-behavior-y: contain;}*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::-webkit-input-placeholder {
	color:  #5c5c5c;
	opacity: 1;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;

}

::-moz-placeholder {
	color:  #5c5c5c;
	opacity: 1;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;

}

::-ms-input-placeholder {
	color: #5c5c5c;
	opacity: 1;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;

}

input:focus::-webkit-input-placeholder {
	opacity: 0.5;

}

input:focus::-moz-placeholder {
	opacity: 1;
}

input:focus::-ms-input-placeholder {
	opacity:1;
}

textarea:focus::-webkit-input-placeholder {
	opacity: 1;
}

textarea:focus::-moz-placeholder {
	opacity: 1;
}

textarea:focus::-ms-input-placeholder {
	opacity: 1;
}

/*.container{width:89%;margin: 0 auto;padding: 0;max-width:1280px}*/


.dflex {
	display: flex;
	flex-wrap: wrap;
}

.dflex-space-btw {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.align-center {
	align-items: center
}

.text-center {
	text-align: center !important
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.dflex-between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-between {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}


.flex-between_1 {
	display: flex ;
	justify-content: space-between;
	align-items: center;
/*	flex-wrap: wrap*/
}


.txt-white {
	color: #fff !important;
}

.clear {
	clear: both
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}


.common-padding {
	padding: 80px 0
}

.lnheight {
	line-height: 0
}

.img-responsive {
	width: 100%
}

sup {
	/*vertical-align: super;*/
	font-size: small;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.nomargin {
	margin: 0 !important
}


.fl {
	float: left
}

.fr {
	float: right
}



.uppercase {
	text-transform: uppercase
}



.flex-start {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.flex-between-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

figure img,
.img-fluid {
	width: 100%;
	mix-blend-mode: bleck;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-end {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}


.logoblk{width: 200px}
header {

    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;

}
.bannerimg{position: relative; overflow: hidden;}
.circle{position: absolute;width: 100px;height: 100px;background: #ebe2ed;right: 0px;top: -34px;border-radius: 50px}
.circle1{position: absolute;width: 100px;height: 100px;background: #daeaf1;left: 192px;bottom: -49px;border-radius: 50px}
.circle2{position: absolute;width: 550px;height: 550px;background: #f4e3e8;left: -97px;top: 7px;border-radius: 300px;}
.circle3{position: absolute;width: 500px;height: 500px;background: #fefaf75c; right:0px; top:50px;border-radius: 300px}
.headerwrap{padding: 15px 0}
.container{width: 94%; margin: 0 auto; max-width: 1300px}
.menuicon{width: 60%;}
.menuicon_1{width: 47%;}
.callblk{width: 40px;height: 40px;background: #ffe6e6;border-radius: 50px;display: flex;align-items: center;justify-content: center;}
.callblk_1 {width: 40px; height: 40px; background: #ffe6e6; border-radius: 50px; display: flex; align-items: center; justify-content: center; margin-right: 15px;}
.callblk_1 img{width: 20px;}
.callblk img{width: 20px;}
.cusblk{width: 33%;}
.cusblk_1 {width: 65%;}
.calltxt{width:75%;font-size: 16px;font-weight: 400;color: #333333;line-height: 1.5}
.calltxt1{width:84%;font-size: 16px;font-weight: 400;color: #333333;line-height: 1.5}

.calltxt span{/* color:#3bb1ff; */}
.whatsapp{background: #29a71a}
.brmenu{border-right: 1px solid #ccc}
.navblk{background: #daeaf1;position: relative;}
.navmenu ul{margin: 0; padding: 0; list-style: none;}
.navmenu ul li a{line-height: 0; padding: 13px 0;display: flex;align-items: center;justify-content: flex-start;color: #343434;font-size: 16px;font-weight: 500}
.navmenu ul li a span{width: 25px; padding-right: 3px}
.navmenu ul li{ position: relative; z-index: 3}
/*.navblk:before{position: absolute;content: "";background: #ffe6e6;width: 18%;height: 100%;top: 0;right: 0;z-index: 2}*/
.navblk:after{/* background: linear-gradient( 90deg, transparent 0%, rgb(47 70 197 / 70%) 84%); */position: absolute;content: "";width: 100%;height: 100%;top: 0; left:0;z-index: 1}
.bannerblk{width: 65%}
.banner1{padding: 170px 0 15px 0}
.bannerimgtt1{position: absolute;right: -3px;bottom: -9px;width: 468px;}
.banertxt{position: absolute;width: 48%;top: 25%;left: 4%;}
.distxt{font-size: 60px;color: #0f0f0f;line-height: 1.5;font-weight: bold;}
.distxt span{font-size: 35px;font-weight: 600}
.checktxt{font-weight: bold;font-size: 35px;color: #0f0f0f;margin-bottom: 32px;}
.booktxt a{font-size: 18px;font-weight: 300;color: #0f0f0f;padding: 10px 20px;font-weight: 500;border-radius: 5px;background: #ffffff;}
.bannerimg img{border-radius: 10px}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 5px;
    padding: 0;
    background: #5caac1;
    cursor: pointer;
}
.slick-dots{width: auto; left: 5%}
.requesrblk{width: 32%;box-shadow: 0 0 8px 2px #d2cbcb;border-radius: 10px;padding: 16px 25px;}
.requtxt{font-size: 31px;font-weight: 600;margin-bottom: 35px;color: #101010;}
.inputfield input, .inputfield select  {
    background: none;
    border: 1px solid #5c5c5c;
    outline: none;
    padding: 12px 5px;
    width: 100%;
    margin-bottom: 13px;
    font-size: 13px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #5c5c5c;
	border-radius:5px ;
}
.checkblk{display: flex; justify-content: space-between;  }
.checkblk p{font-size: 15px; font-weight: 500; color:#5c5c5c }
.inputfield{width: 100%}
.checkblk input{width: auto;}
.inputfield button{width: 100%;padding: 10px 0;background: #daeaf1;cursor: pointer; outline: none;border: none;color: #101010;font-size: 16px;font-weight: 600;border-radius: 5px}
.populerblk{box-shadow: 0 0 8px 2px #d2cbcb; padding: 60px 40px; border-radius: 10px }
.tabs-nav li{border: 1px solid #5c5c5c;padding: 0; width: 30%; margin:1%;   text-align: center;border-radius: 5px;line-height: 0;/* align-items: center; */display: flex;align-items: center;}
.tabs-nav li a{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 100%;
    }

.tab-active{background: #ffe6e6;color: #fff;border: none!important;position: relative;}
.tab-active a{color: #0f0f0f !important;}
.tab-active:before{position: absolute;content: "";width: 20px;height: 20px;top: 30px;left: 45%;z-index: 11111;background: #ffe6e6;transform: rotate(46deg);}
.tabs-stage{margin-top: 50px}
.bossblk{box-shadow: 0 0 8px 2px #d2cbcb;background: #daeaf1;border-radius: 10px;display: block!important;}
.apollotxt{ width: 600px; font-weight: 600;font-size: 20px;line-height: 1;color: #0f0f0f;display: flex !important;align-items: center;white-space: nowrap;}
.enquryblk a{background: #ffe6e6;border-radius: 5px;display: block!important;padding: 10px 13px;color: #0f0f0f;font-weight: 500;font-size: 16px}
.block{display: block!important;}
.pdk{padding: 15px 30px}
.renalblk{background: #fff;width: 100%; border-radius: 10px; padding: 50px 40px}
.renaltxt li{display: block!important; padding-left: 3%; width: 50%; position: relative; color: #343434; margin-bottom: 15px; font-weight: 400; font-size: 16px}
.renaltxt li:before{position: absolute;content: '';background: url(../images/arrow.png) no-repeat;background-size: cover;top: 5px;left:10px;width: 12px;height: 12px;background-size: contain;}
.serviceblk{/*background: url(../images/service.png) no-repeat; background-size: cover;*/position: relative;}
.serviceleft{width: 65%; padding: 20px; background: #fff;border-radius: 10px;}
.serviceblkimg{position: absolute; top: 0; width: 100%; height: 100%}
.serviceblkimg img{height: 100%}
.servicemt{margin:100px 0; align-items: flex-start;}
.sevice_slider img{border-radius: 10px; margin: 0 20px 0 0 }
p{ font-size: 16px; line-height: 1.5; margin-bottom: 20px }
.sevice_slider{margin-bottom: 70px}
.sevice_slider .slick-dots{width: 100%; left: 0; bottom: -36px}
.sevice_slider .slick-dots li{background:#24a9fd}
.glance_img img {width: 70px; padding-right: 15px}
.counternum, .million{font-size: 22px;font-weight: 600;color: #101010;position: relative;}
.counternum:after { position: absolute; content: "+";}
.glanceblk{padding: 25px 10px;/* box-shadow: 0 0 8px 2px #d2cbcb; */border-radius: 10px;background: #ffe6e6;}
.glance_item{position: relative;}
.glance_item:before{position: absolute; content:'';border-right: 1px solid #b5b5b5;right: -80px;z-index: 111;text-align: 0;top: 0;height: 100%;}
.counternum:last-child:after {
    position: absolute;
    content: "+";
    left: 40px
}
.glance_item:last-child:before{display: none;}
.serviceright{width: 32%}
.our-service{font-weight: 500;font-size: 20px;color: #101010;background: #ffe6e6;padding: 15px 10px;border-radius: 10px 10px 0 0}
.servicestxt{background: #fff;/* padding: 30px 40px; */border-radius: 0 0 10px 10px;padding: 0  10px 20px 40px;}
.servicestxt ul li{border-bottom: 1px dashed #343434;padding: 13px 0;position: relative;}
.servicestxt ul li a{font-weight: 500px; cursor:context-menu; font-size: 16px; color: #343434; }
.servicestxt ul li:before{position: absolute;content: '';background: url(../images/arrow2.png) no-repeat;background-size: cover;top: 13px;left: -28px;width: 21px;height: 20px;background-size: contain;}

.subservice li{border: none !important; width: 50%; padding: 5px 0 !important}
.subservice li:before{display: none;}
.subservice li a{font-size: 14px !important}
.panel{padding: 50px; box-shadow: 0 0 8px 2px #d2cbcb; border-radius: 10px;  }
.panelwidth{width: 31%;box-shadow: 0 0 8px 1px #dbd6d6;border-radius: 10px;padding: 10px;margin: 21px 0;}
.panelwidth p{margin-bottom: 5px;}
.panelwidth p b{color: #101010;font-size: 16px;font-weight: 500;}
.panelwidth{margin: 5px 1% 10px 0;}
.panelwidth:nth-child(5n+5){ margin: 5px 1% 10px 0; }
.apollo-clinic{position: relative;}
.apollo-clinictxt{position: absolute; left: 10%; top: 40%; width: 30%}
.testing{
    font-weight: 700;
    font-size: 30px;
    color: #101010;
    margin-bottom: 32px;
}
.apollo-clinictxt a{/* background: #f17901; */}
footer{background: #daeaf1;padding: 50px 0 30px 0}
footer p{ color: #101010;}
.testiblk{height: 500px; margin: 50px 15px; box-shadow: 0 0 8px 2px #d2cbcb;border-radius: 10px; padding: 50px 30px; position: relative;}
.testiblk ul li img{width: 20px}
.testiblk ul li{padding: 0 5px}
.testiblk ul{display: flex; justify-content: center; margin-bottom: 20px}
.tesiname{font-size: 22px;color: #000;text-align: center;font-weight: 500;color: #101010;}
.testimg{display: flex;align-items: center;justify-content: center;position: absolute;top: -37px;left: 0;right: 0;width: 75px;height: 75px;background: #ffe6e6;margin: 0 auto;border-radius: 40px}
.testimg img{width: 40px}

@media only screen and (max-width:1250px){
.testiblk {
    height: 545px;
}
}
@media only screen and (max-width: 1150px) {
    .testiblk {
        height: 600px;
    }
}
@media only screen and (max-width: 820px) {
    .testiblk {
        height: 675px;
    }
}
.subtxt {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #252525;
}
.circleimg{position: absolute;width: 450px;height: 450px;height: 450px;ft: 20px;top: 10px;left: 20px;border-radius: 250px;}
.circleimg img{border-radius: 250px; border: 10px solid #fff}
.circletxt{position: absolute;width: 300px;background: #ffe5f5;right: 144px;right: 113px;: 6px;height: 300px;border: 10px solid #fff;border-radius: 150px}
.distxt2 {

line-height: 46px;

top: 51px;

position: absolute;

left: 10px;
}


.bannerbg1{background: #f00;overflow: hidden;height: 485px;border-radius: 10px;background: rgb(0,0,0);background: linear-gradient(271deg, transparent 0%, rgb(251,236, 225, 0.8) 50%);}
.booktxt2{position: absolute; right: 50px; bottom: 50px}
.banner3{position: relative;}
.banner3:before{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: linear-gradient( 269deg, transparent 38%, rgb(211 231 244 / 98%) 76%);}
.banner_slider .slick-dots li.slick-active:after {
	position: absolute;
	content: "";
	border: 1px solid #00799e;
	top: -4px;
	padding: 8px;
	border-radius: 50%;
	left: -4px;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.navmenu ul li:last-child{background: #ffe6e6; padding: 13px 15px}
html {
    scroll-behavior: smooth;
}
.m0{margin: 0}
.ouepan{align-items: inherit; justify-content: flex-start;}
.panelwidth p{font-size: 14px}

.sevice_slider .slick-dots li.slick-active:after {
    position: absolute;
    content: "";
    border: 1px solid #00799e;
    top: -4px;
    padding: 8px;
    border-radius: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

/*

   Styles for animated modal
   =========================

*/

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;

  transform: translateY(-50px);
  transition: all .7s;
}

.fancybox__content{background: none}
.fancybox__content .bossblk{box-shadow: 0 0 8px 2px #d2cbcb63;}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: 36px;
    right: 35px;
    color: var(--fancybox-color, #fff);
    background: #ffe6e6;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.sckanblk ul li{width: 33.3%}
.servicestxt ul li:first-child a{cursor: pointer;}
{background: #fff}
.requestwidth .fancybox__slide{width: 50% !important}
.requestwidth{width: 500px}
.requestwidth .requesrblk{width: 100%; background: #fff}
.slick-next{left: inherit; right: -40px; transform: rotate(0deg);}
.slick-prev{left:  -40px; right: inherit; transform: rotate(180deg);}
.servicestxt ul li a span img{width: 15px}
.checkblk input{margin-top: 6px}
.mobnavblk {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    visibility: visible;
    opacity: 1;
    display: none;
}
.navicon {
    background: #daeaf1;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-left: 10px;
}
.navicon span {
    display: block;
    background: #0f0f0f;
    width: 51%;
    height: 3px;
    margin-bottom: 2px;
    border-radius: 10px;
}
.mm-menu{background: #000}

.betblk {
    position: absolute;
    width: 54%;
    top: 13%;
}
input[type="date"]::before {
	color: #343434;
	content: attr(placeholder);
}
input[type="date"] {
	color: #ffffff;
}
input[type="date"]:focus,
input[type="date"]:valid {
	color: #343434;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
	content: "" !important;
}

input[type="time"]::before {
	color: #343434;
	content: attr(placeholder);
}
input[type="time"] {
	color: #ffffff;
}
input[type="time"]:focus,
input[type="time"]:valid {
	color: #343434;
}
input[type="time"]:focus::before,
input[type="time"]:valid::before {
	content: "" !important;
}
.bannerbg2{background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(254,254,254,0.9920343137254902) 0%, rgba(250,228,212,1) 38%, rgba(250,228,212,1) 100%);}
option[value=""][disabled] {
    display: none;
}
.thanks { color: #343434; padding: 40px 0; text-align: center; font-size: 75px; font-weight: bold;}
a.back-to-top {
    display: none;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    position: fixed;
    z-index: 98;
    right: 10px;
    bottom: 20px;
    background: #daeaf1 url(../images/arrow.png) no-repeat center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transform: rotate(-90deg);
}
.tabs-nav li  span img{width: 38px;line-height: 0}
.superblk{width: 100% !important}
.tabs-nav li:last-child span, .tabs-nav li:nth-child(3) span{width: 0}
.apollotxt span{margin-right: 2%; width: 35px}
.barblk{width: 75%}
.barblk-right {
    width: 21%;
    color: #000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #978c8c;
    padding: 10px;
    border-radius:10px;
}
.discount{font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #00799e;
    padding: 10px 30px;
    border-radius: 10px 10px 00 0;
}
.discount span{font-size: 18px; font-weight: 500 }
.borcode{
    border: 5px solid #017a9e;
    padding: 15px;
    border-radius: 0 0 10px 10px ;
}
.scrolled .headerwrap{display: none !important;}
.geth li{position: relative;background: #d8e9f1;padding: 15px 30px;border-radius: 39px;box-shadow: 0 0 7px 0px #9a9494;}
.geth{position: relative; width: 100%; margin: 0 auto; text-align: center; font-weight: 700; font-size:18px; color: #000; display: flex !important; justify-content: center;}
.geth li:before{position: absolute; content:'';width: 10px;height: 10px;background: #000;left: 12px;top: 21px;border-radius: 10px;}
#fancybox-1 .fancybox__content{height:100%;padding: 5px;}
#fancybox-1 .fancybox__content>.carousel__button.is-close{right:5px;top:5px;}
#menu:not( .mm-menu ) {display: none;}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{
    height:100%;
}
.enquryblk.fixed-bottom {
    display:none;
}
.enquryblk.fixed-bottom a {
    background: #ffe6e6;
    display: block!important;
    padding: 15px 13px;
    font-size: 18px;
    text-align: center;
}
.flex-between.pdk {
    flex-wrap: nowrap;
}

.title {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #101010;
}
/*Loader*/
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-bottom: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.left-content-footer{width:60%;}
  .right-nav-list{width:40%; text-align: right;
    }
  .right-nav-list a{color: #101010;
    text-decoration: underline;}
    .justify-start{justify-content: flex-start;}
    .liverblk{font-size: 14px; display: block; padding: 5px 0}
    .homecheck{height: 38px !important}

    .tabs-nav li a{padding: 19px 0}
    .bannerbullet li{position: relative; font-size: 20px; padding: 10px 0; font-weight: 400; padding-left: 10px}
    .bannerbullet li:before{position: absolute; content: ''; width: 8px; height: 8px; left: -5px; top: 17px; background: #343434; border-radius: 15px}
    .subservice.addser li{width: 100% !important}
    .banertxt {top: 18%}
    .distxt.new{font-size: 25px}




.newtxt.distxt {
    font-size: 22px;
    color: #0f0f0f;
    line-height: 1.5;
    font-weight: 500;
    padding: 12px 0;
}

.newtxt.distxt span {
    font-size: 24px;
    font-weight: bold;
}
.other-width{width: 18%}
.otherlocation{display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}
.other-width p{margin-bottom: 10px}
.other-width a{margin-bottom: 10px; color: #101010; display: inline; font-size: 14px}


/*accordion css start*/

