@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Montserrat', sans-serif !important; 
	letter-spacing:0.3px;
}
ol, ul,p {
	list-style: none;
	margin:inherit !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none !important;
}
*{
	box-sizing:border-box;
	box-sizing:-moz-border-box;
	box-sizing:-webkit-border-box;
}
.clear{
	clear:both;
}
.no-pad{
	padding: 0 !important;
}
.no-mar{
	margin: 0 !important;
}

/*.................My Code....................*/

.fullwidth{
	width:100%;
}
.pull-left{
	float:left;
}	
.pull-right{
	float:right;
}
.textalign{
	text-align:center;
}
.container{
	max-width:1200px !important;
	width:100%;
	margin:0 auto;
}

/*...landing page...*/

.headerwrapper{
	border-bottom: 5px solid #3fce92;
	padding: 10px 0;
}
.sliderwrapper{
	position: relative;
}
.slider-cont{
	position:absolute;
	bottom:200px;
	left:0;
	right:0;
	z-index:100;
}
.slider-cont h1{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:50px;
}
.slider-cont h1 span{
	color:#3fce92;
}
.icon{
	font-size: 20px;
}
.icon i{
	margin-right: 10px;
}
.icon2{
	margin-top: 10px !important;
}
.logo{
	padding-top: 15px;	
}
.slid .owl-dots{
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
}

.slid .owl-dots  span{
	background:#fff !important;
}
.slid .owl-dots .active span,.slid .owl-dots span:hover{
	background:#3fce92 !important;	
}
.link-active{
	color:#000 !important;
}
.up-cont2 ul li a{
	color:#000;
	padding: 0 5px;
}
.pdf{
	position: fixed;
	bottom: 5%;
	left: 4px;
	z-index: 1000;
	text-align: center;
	background: #3fce92;
	transition:all 0.5s ease 0.0s;
	border-radius: 50%;
}
.pdf a {
    padding: 22px;
}
.pdf a i{
	font-size: 28px;
	position: absolute;
	top: 9px;
	left: 13px;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}


.pdf2{
	position: fixed;
	bottom: 15%;
	right: 5px;
	animation: blinking2 1s infinite;
	z-index: 1000;
	background: #ffffff;
	transition:all 0.5s ease 0.0s;
	border-radius: 50%;
}
.pdf2 a {
    padding: 25px;
}
.pdf2 a i{
	margin-left: 10px;
	font-size: 38px;
	position: absolute;
	top: 8px;
	right: 6px;
	color: #655bab;
}

/*...headerwrapper ends...*/

.aboutwrapper{
	padding: 60px 0;
}
.abt-img{
	border-radius: 15px 100px;
	overflow: hidden;
	/*box-shadow: 10px 10px #3fce92;*/
	border: 5px solid #3fce92;
}
.abt-cont{
	padding-top: 100px;
}
.sec-hdr{
	margin-bottom: 20px;
	font-weight: bold;
	color:#3fce92;
}
.sec-hdr span{
	font-weight: 300;
	color:#000;
}
.abt-cont p{
	line-height: 2;
}

/*...aboutwrapper ends...*/

.treat{
	font-size: 16px;
	font-weight: bold;
}
.duration{
	font-size: 12px;
}
.price{
	font-weight: bold;
}
.treatmentwrapper{
	background: #fff !important;
	background: #f5f5f5 !important;
}
.tret-para{
	font-size: 14px;
}
.treatment{
	padding: 0 15px;
}
.treatment h4{
	font-weight:bold;
	font-size: 20px;
	padding:10px 0;
}
.slider .owl-nav,.test-video .owl-nav{
	display:table;
	max-width:100px;
	width:100%;
	margin:0 auto;
	padding-top: 20px;
}
.slider .owl-nav .owl-prev,.slider .owl-nav .owl-next,.test-video .owl-nav .owl-prev,.test-video .owl-nav .owl-next{
	float:left;	
	background: #000;
	color: #fff;
	max-width:40px;
	padding:8px 0;
	width:100%;
	text-align:center;
}
.slider .owl-nav .owl-next,.test-video .owl-nav .owl-next{
	float:right;
}
.treatwrapper2{
	margin-bottom:30px;
}

/*...treatmentwrapper ends...*/

.spec-img{
	height:150px;
	width:150px;
	border-radius:50%;
	display:table;
	margin:0 auto;
	overflow:hidden;
}
.spec1{
	padding: 40px 20px;
	background: #f2f2f2;
	margin-bottom: 30px;
	border-radius: 15px;
	min-height: 422px;
	color: #000;
}
.spec1 h5{
	margin-top:25px;
	font-weight:bold;
	font-size: 18px;
}
.spec1 p{
	font-size:14px;
}
.mob-none{
	display:none;
}

/*...specialitywrapper ends...*/

.fac-p i{
	margin-right: 10px;
}
.fac-p{
	margin: 10px 0 !important;
	background: #3fce92;
	padding: 10px 20px;
	border-radius: 10px;
	width: 100%;
	color: #000;
	font-weight: bold;
}
.fac-p:hover.fac-p i{
	color: #fff;
}
.facilitywrapper{
	background:url(../images/fac.jpg);
	position: relative;
}
.facilitywrapper h2{
	color: #fff;
	position: relative;
}
.fac-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0,0.7);
}
.fac-col{
	color: #3fce92 !important;
}

/*...facilitywrapper ends...*/

.test-video video{
	border-radius: 15px;
}

/*...testimonial ends...*/

.footerwrapper{
	background:#439960;
	padding:60px 0;
}
.add{
	background:rgba(255,255,255,0.5);
	padding: 30px 0;
}
.add p{
	font-size:14px;
}
.enq{
	margin-top:30px;
}
.input{
	border:0;
	border-radius:5px;
	padding:10px;
	margin-bottom:30px;
	background:rgba(255,255,255,0.5);
	color:#000;
	font-size:14px;
}
.button{
	background:#fff;
	border:1px solid #fff;
	padding:15px 0;
	margin-left:15px;
	border-radius: 50px;
	max-width: 210px;
	width: 100%;
	font-weight:bold;
	transition:all 0.3s ease 0.0s;
	cursor:pointer;
}
.button:hover{
	box-shadow:0px 0px 10px rgba(0,0,0,0.4);
}
.icon-ftr{
	font-size:30px;
}
.phn-map{
	background:url(../images/phn.png);
	background-size:cover;
	height: 548px;
}
.phn-map iframe{
	padding: 17px;
	position: relative;
	top: 59px;
}
.add h5{
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0 20px 0;
}
.bottomwrapper{
	background:#000;
	padding:15px 0;
	color:#a1a1a1;
	font-size:14px;
}

/*...landingpage ends...*/

.up-wrapper{
	font-size:12px;
	padding: 5px 0;
	background: #F4F4F4;
}
.up-cont ul li{
	padding-right:30px;
}
.up-cont1 i{
	margin-right:8px;
}
.up-cont,.up-cont2 ul{
	line-height: 3.2;
}
.up-cont2 ul li{
	margin:0 5px;
}
.appnmt2{
	background: #3fce92;
	padding: 10px;
	border-radius: 28px;
	margin-left: 20px;
	color: #fff !important;
}
.header{
	background:#3fce92;
	padding: 15px 0;
	position:relative;
	z-index:1000;
}
.upwraping.fixed{
	position:fixed;
	top:0;
	left:0;
	z-index:1000;	
}
.hamburgger {
    cursor: pointer;
	display:none;
	position:relative;
	top: 5px;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #0c1f38;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.logo-main{
	padding:inherit;
	position:relative;
	z-index:100;
}
.li-link{
	color:#fff;
	padding:0 15px;	
	font-weight:bold;
	line-height: 3.1;
}
.li-link:hover{
	color:#000;
}
.header::before{
	content:"";
	background:#fff;
	height: 100%;
	width: 425px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.header::after{
	content:"";
	background: #fff none repeat scroll 0 0;
	transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	height: 100%;
	width: 79px;
	left: 400px;
	position: absolute;
	top: 0;
}

/*...headerwrapper ends...*/

.sliderwrapper{
	position:relative;
}
.sld-hdr{
	position:absolute;
	top:200px;
	z-index:50;
	padding-left:150px;
}
.sld-hdr h1{
	font-weight:bold;
}
.sld-hdr2{
	background:#3fce92;
	color:#fff;
	font-size:24px;
}
.sld-hdr3{
	background:#fff;
	color:#3fce92;
	font-size:24px;
}
.sld-hdr span{
	padding:10px 0;
	font-weight:bold;
	text-transform:uppercase;
	max-width:200px;
	margin-bottom:20px;
}
.sld-hdr h1{
	text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.sp-img{
	height:50px;
	width:50px;
	background:url(../images/spc-img5.jpg) no-repeat;
	background-position:center center !important;
	background-size:cover !important;
	border-radius:50%;
}
.sp-img2{
	background:url(../images/spc-img3.jpg) no-repeat;
}
.sp-img3{
	background:url(../images/spc-img6.jpg) no-repeat;
}
.sp-img4{
	background:url(../images/spc-img.jpg) no-repeat;
}
.sp-img5{
	background:url(../images/spc-img4.jpg) no-repeat;
}
.sp-img6{
	background:url(../images/spc-img10.jpg) no-repeat;
}
.sp-img7{
	background:url(../images/spc-img8.jpg) no-repeat;
}
.sp-img8{
	background:url(../images/spc-img9.jpg) no-repeat;
}
.sp-img9{
	background:url(../images/spc-img11.jpg) no-repeat;
}
.speciality-wrapper{
	padding:60px 0;
}
.spec-list li{
	margin-bottom:2px;
}
.spec-list li a p{
	line-height: 3.1;
	margin-left: 15px !important;	
}
.spec-list li a{
	background: #f4f4f4;
	padding: 10px 15px;
	border-radius: 10px;
	color:#505050;
	cursor:pointer;
	transition:all 0.3s ease 0.0s;
}
.spc-link{
	background:#3fce92 !important;
	color:#fff !important;  
}
.spec-list li a:hover{
	background:#3fce92;
	color:#fff !important;
}
.spc-active2,.spc-active3,.spc-active4,.spc-active5,.spc-active6,.spc-active7,.spc-active8,.spc-active9{
	display:none;
}
.special-wrapper h5{
	font-weight: bold;
	margin-top: 20px;	
}
.special-wrapper p{
	font-size: 15px;
}
.special-wrapper ul{
	margin: 20px 0 !important;
	font-size: 14px;
}
.special-wrapper ul li i{
	margin-right:10px;	
	color:#3fce92;
}
.special-wrapper ul li{
	margin-bottom:10px;
}
.special-wrapper button,.a-butt{
	border:1px solid #3fce92;
	background:#3fce92;
	cursor:pointer;
	border-radius:10px;
}
.a-butt{
	font-size:15px;
	color:#fff !important;
	padding:10px;
}
.head h2{
	margin-bottom:0;
}
.head{
	margin-bottom: 20px;
}

/*...specialitywrapper ends...*/

.appointment{
	background:url(../images/apmnt.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	/*padding-top:20px;*/
	padding:60px 0;
}
.aptmnt-wrapper{
	background:#fff;
	padding:50px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.4);
	position: relative;
	/*top: 60px;*/
	max-width:600px;
}
.inp-style{
	border:1px solid #ddd;
	background:#ddd;
	padding:10px;
	margin-bottom:30px;
	border-radius: 5px;
	font-size: 14px;
}
.apnmnt-icon{
	display: table;
	margin: 0 auto;	
	position:relative;
	color:#ccc;
	padding: 10px 0 20px 0;
}
.apnmnt-icon span::before{
	content: '';
	height: 1px;
	background: #ccc;
	width: 160px;
	position: absolute;
	left: 23px;
	margin-top: 10px;
}
.apnmnt-icon span::after{
	content: '';
	height: 1px;
	background: #ccc;
	width: 160px;
	position: absolute;
	right: 23px;
	margin-top: 10px;	
}
.aptmnt-wrapper h2{
	margin-bottom:10px;
}
.aptmnt-wrapper p{
	font-size:12px;
}
.bk-app{
	background:#3fce92;
	padding:10px 0;
	color:#fff;
	border-radius:5px;	
	font-size:14px;
	border:1px solid #3fce92;
	cursor:pointer;
}
.bk-line{
	width:60px;
	height:2px;
	background:#000;
	float:left;
}

/*...appointment ends...*/

.abt-txt{
	line-height: 2;
	border: 3px solid #000;
	padding: 50px 70px 50px 30px;
}
.hours{
	position:relative;
}
.opening{
	background:#3fce92;
	padding: 60px 40px;
	position: absolute;
	top: 65px;
	right: 75px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.4);
	color: #fff;
}
.opening h6{
	font-weight: bold;
	margin-bottom: 20px;
}
.opening p{
	border-bottom: 1px dotted;
	margin-bottom: 10px !important;
	padding-bottom: 10px;
}
.opening p:last-child{
	border-bottom:none;
}

/*...homeabtwrapper ends...*/

.home-treat-wrapper{
	background:#f4f4f4;
	padding:60px 0;
}
.treat1{
	background:#fff;
	border-radius:inherit;
	min-height: 306px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	padding:40px 0;
}

/*...home-treat-wrapper ends...*/

.blogger{
	position:relative;
	padding: 20px 10px;
	border-left:5px solid #ccc;
	transition:all 0.3s ease 0.0s;
	color:#242c42 !important;
}
.blogger-over{
	position:absolute;
	content:'';
	width:75%;
	height:100%;
	top:0;
	left:0;
	background:#fff;
	transition:all 0.3s ease 0.0s;
}
.blogger:hover .blogger-over{
	box-shadow:0 0 10px rgba(0,0,0,0.4);
}
.blogger:hover{
	border-left:5px solid #000;
}
.date{
	font-size:12px;
	color:#999999;
	margin-bottom:15px !important;
}
.date span{
	margin:0 5px;
}
.blog-para{
	font-size:15px;
}

/*...blogwrapper ends...*/

.testimonial{
	background:url(../images/testwrapper.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
}
.overlay{
	background:rgba(0,0,0,0.4);	
}
.test-wrap{
	position:relative;
}
.test-hdr span{
	color:#fff;	
}
.readmore{
	padding-top:20px;
}

/*...testimonial ends...*/

.footer{
	background:#121212;	
	padding:60px 0 0 0;
}
.cont{
	color:#8D8E92;
	font-size:14px;
	margin-bottom:20px;
}
.cont i{
	color:#3fce92;
	margin-right:10px;
}
.logo-ftr{
	margin-bottom:30px;
}
.ftr-link h4,.newsletter h4{
	color:#fff;	
	margin-bottom: 40px;
}
.ft-link{
	color:#8D8E92 !important;
	margin-bottom:20px;
	font-size:14px;
	transition:all 0.2s ease 0.0s;
}
.ft-link:hover{
	color: #3fce92 !important;
}
.newsletter input{
	margin-bottom:15px;
	border:1px solid #3fce92;
	background:none;
	border-radius:8px;
	padding:10px;
	font-size:14px;
	color:#8D8E92;
}
.footer-wrp{
	margin-bottom:40px;
}
.bot-wrapper{
	border-top:1px solid #8D8E92;
	padding:40px 0;
}
.bt-a{
	width:33px;
	height:33px;
	border-radius:50%;
	border: 1px solid #8D8E92;
	line-height: 2.3;
	font-size: 13px;
	margin: 0 8px;
	color:#8D8E92;
	transition:all 0.3s ease 0.0s;
}
.bt-a:hover{
	background:#fff;
	color:#3fce92;
	border:1px solid #fff;
}
.risemtech{
	/*background: #fff;*/
	color: #07172b;
	padding: 3px;
	letter-spacing: 3px;
	font-weight: bold;
	border-radius: 5px;
}
.bot-wrapper p{
	font-size:12px;
	color:#8D8E92;
	margin-top:20px !important;
}

/*...footer ends...*/

.abt-wrap2{
	position:absolute;
	top:180px;
	left:0;
	padding-left:100px;
}
.abt-wrap2 p{
	color:#3fce92;
	font-size:15px;
}
.abt-wrap2 p i{
	margin:0 10px;	
}
.abt-wrap2 p a{
	color:#1f7a54;	
}
.abt-wrap2 p a:hover{
	color:#3fce92;
}
.open{
	position:inherit;
	top:0;
	left:0;
}
.ab{
	margin-bottom:20px;
}
.ab p,.whowe p{
	line-height: 2;	
}
.abt-cnt{
	padding:60px 0 0 0;
}
.abt-cnt2{
	background:#f4f4f4;
}

/*...about page ends...*/

.contpg-wrapper h3{
	margin: 0 0 10px 0;
	font-weight: bold;
}
.inp{
	margin-bottom: 30px;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
}
.cont-para{
	margin-bottom: 30px !important;
}
.inp {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
}
.loc {
    margin: 8px 0;
    font-size: 12px;
}
.sub-btn {
    border: 1px solid #3fce92;
    background: #fff;
    color: #3fce92;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease 0.0s;
	cursor:pointer;
}
.sub-btn:hover{
	background:#3fce92;
	color:#fff;
}
.loc i{
	margin-right:10px;
	color: #3fce92;
}

/*...contpg-wrapper ends...*/

.sp12{
	box-shadow:0 0 10px rgba(0,0,0,0.18);
}
.soc-link{
	height:33px;
	width:33px;
	border-radius:50%;
	border:1px solid #3fce92;
	color:#3fce92 !important;
	margin:0 10px;
	font-size:14px;
	line-height:2.3;
	transition:all 0.3s ease 0.0s;
}
.soc-link:hover{
	color:#fff !important;
	background:#3fce92;
}
.doctor{
	border:1px solid #eee;
	margin-bottom:30px;
}
.doctor ul{
	padding:10px 0 20px;
}
.doctor p{
	color:#969696;
	font-size:12px;	
	margin-bottom:10px !important;
}
.doctor h5{
	margin-top:20px;
}

/*...teamwrapper ends...*/

.fac-doc{
	margin-bottom:30px;
	border-bottom: 2px solid #3fce92;
	padding-bottom:30px;
}
.fac-doc:last-child{
	border:none;
}
.fac-content p{
	margin-bottom:20px !important;
}
.fac-content button a{
	padding: 5px;
	font-size: 14px;
}
.fac-image{
	border-radius: 0 150px 150px 0;
	overflow:hidden;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.fac-image2{
	border-radius: 150px 0 0 150px;
}

/*...facility-pgwrapper ends...*/

.special-ul{
	list-style-type:disc;
	list-style-position:inside;
	margin: inherit !important;
}
.spec-image{
	border-radius:50%;
	border:3px solid #fff;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	overflow:hidden;
}
.spc-doc{
	padding:60px 0;
}
.spc-doc2{
	background:#f5f5f5;	
}
.special-pg-link{
	padding:60px 0;
}
.list-pg{
	margin-bottom:10px;
}

/*...speciality-pgwrapper ends...*/	

.aptmnt-wrapper2{
	top:inherit;
	max-width: inherit;
}
.bk-app3{
	padding:10px 20px;
}

/*...appointment-pgwrapper ends...*/

.scrolltop{
	background:#3fce92;
	color:#fff;
	height:45px;
	width:45px;
	position:fixed;
	right:20px;
	bottom: 24px;
	z-index:600;
	text-align:center;
	display:none;
	border-radius:50%;
	cursor:pointer;
}
.scrolltop.dis{
	display:block;
}
.scrolltop i{
	line-height:2.1;
	font-size:20px;
}
/*watsapp contact*/
	  	  .Quckicn{
		  position:fixed;
		  bottom: 25%;
		  animation: blinking 1s infinite;
		  right: 5px;
		  z-index: 9999999999;
		  border: none;
		  border-radius: 50%;
		  color: #fff;
		  margin: 0;
		  background: #ffffff;
		  display: inline-block;
		  text-align: center;
		  white-space: nowrap;
		  vertical-align: middle;
		  -ms-touch-action: manipulation;
		  touch-action: manipulation;
		  cursor: pointer;
		  -webkit-user-select: none;
		  -moz-user-select: none;
		  -ms-user-select: none;
		  user-select: none;
		  background-image: none;
		 }
	  .Quckicn a{
		  color:white;
		  padding: 4px 8px;
		  display: inline-block;
		  }
		  .Quckicn span{
		  color:white;
		  font-size: 12px;
		  position: relative;
		  top: -2px;
		  }
	  .Quckicn i{
		  font-size: 39px;
		  line-height: 1;
		  /* transform: scale(0.2); */
		  /* transition-timing-function: ease-in; */
		  /* animation: flip 3s infinite; */
		  color: #3fce92;
		  } 
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
    transition-duration:1s;
  }
  50% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0;
    transition-duration:0.5s;
  }
  100% {
    -webkit-transform: scale(1.9,1.9);
    opacity: 0;
    transition-duration:0.9s;
  }
	}



@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-timing-function:ease-in-out;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
    transition-timing-function:ease-in-out;
  }
}

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

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

 @keyframes blinking {
        0%{
          background-color: #71ae8e;
        }
        50%{
          background-color: #ffffff;
        }
        
        100%{
          background-color: #000000;
        }
      }

       @keyframes blinking2 {
        0%{
          background-color: #b5f9dc;
        }
        50%{
          background-color: #ffffff;
        }
        
        100%{
          background-color: #ffdc00;
        }
      }

