@import url("http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900|Open+Sans:100,200,300,400,500,600,700,800,900&amp;subset=latin,latin-ext,cyrillic,cyrillic-ext");

@font-face {
	font-family: Poppins;
	src: url("../fonts/Poppins-Regular.eot?") format("eot"), url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
	font-family: Poppins-bold;
	src: url("../fonts/Poppins-Bold.eot?") format("eot"), url("../fonts/Poppins-Bold.ttf") format("truetype");
}


body {
	color: rgb(65, 72, 77);
	font-family: Poppins;
	font-weight: 300;
	line-height: 27px;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

html,
/*body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #707070;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	line-height: 1.4;
	font-weight: 300;
	font-family: Poppins;

	/* font-family: 'Roboto', sans-serif; */
	/* fontsans-serif !important; */
	margin: 0;
}

h1 {
	font-size: 72px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

p {
	line-height: 24px;
	margin: 0 !important;
	font-family: Poppins;
}

a {
	text-decoration: none !important;
	font-family: Poppins;
}

a:active,
a:hover,
a:focus {
	text-decoration: none;
	font-family: Poppins;
}

a:active,
a:hover,
a:focus {
	outline: 0 none;
	font-family: Poppins;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0 !important;
	font-family: Poppins;
}

li {
	font-family: Poppins;
}

.header {
	background: transparent;
	position: fixed;
	width: 100%;
	background: #000;
	z-index: 99;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.head {
	padding: 15px 0;
}

.logo img {
	height: 45px;
}

.nav_list {
	display: flex;
	margin: 0;
	align-items: center;
}

.nav_list li {
	padding-right: 22px;
}

.nav_list li a {
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}
a.contt {
    background: #fff;
    color: #000 !important;
    padding: 13px 23px;
    border-radius: 23px;	
}
a.conttt {
	background: #8dc100;
    color: #000 !important;
    padding: 11px 20px;
    font-size: 14px !important;
    border-radius: 40px;
    position: absolute;
    right: 36px;
    top: 18px;
    font-weight: 600;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: unset !important;
}
/*New Css for pages, delhi and noida*/
/*Chatbot css*/
#chat-bot-launcher-container.chat-bot-avatar-launcher .chat-bot-launcher-button {
      position: fixed;
      bottom:20px;
      right:20px;
}
/*whatsapp icon css*/
.whatsapp-icon{
     z-index:999!important;
     display:flex!important;
     position: fixed;
    bottom:20px;
  left:20px;
}
.whatsapp-icon img{
     border-radius:50%;

}
.whatsapp-icon::after,
.whatsapp-icon::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(14, 164, 120, 0.2);
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
.nav-item li a {
    color:#000!important;
}
.nav-link:focus, .nav-link:hover {
    color: #fff!important;
}
 .swiper-slide {
      background-color:#8080801f!important;
    }
    .whatsapp{
        display:none;
    }
    .tesimo{
        height:270px!important;
    }
    .swiper-button-prev,
.swiper-button-next{
    z-index:0!important;
}
/*featured property css*/
#feature .card{
    background:#F8F8F8;
}
.card-image{
    height:250px;
}
.card-text{
    color:gray;
}
.feature-project {
    background-color: #f8f8f8;
    padding: 20px;
}
.feature-project h4 {
    color: #c08830;
    text-align: center;
    font-size: 30px;
    font-family: 'latosemibold';
    margin: 0;
}
.feature-project p {
    color: gray;
    text-align: center;
    font-size: 18px;
}
.feature-project ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.feature-project ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid gray;
    padding: 12px 0;
}  
.feature-project ul li span b {
    color: #000;
    font-size: 20px;
}
.feature-project ul li span .btn {
    background-color: #c08830;
    color: #fff;
}
.btn:hover{
    background:black;
}
    @media only screen and (max-width:600px) and (min-width:0px) {
 .whatsapp{
     z-index:100!important;
      display:flex!important;
     box-shadow:0 0 15px #000;
     position: fixed;
    bottom:0px;
     /*top:200px;*/
     background-color:white;
     color:black;
        display:block;
    }
    .whatsapp .card{
        border:none;
    }
    .office_right {
    width: 60%;
    padding-top: 20px; 
}
.tesimo img{
    display:none;
}
.cnt223 {
    margin: 80px auto!important;
}
.modal-dialog {
		margin-top:80px !important;
	}
}
/*end here*/
/* banner */
section.banner {
	height: 100vh;
	background: url('../images/banner-office.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}

section.banner::before {
	content: "";
	background: #00000069;
	position: absolute;
	inset: 0;
}

.banner_content {
	width: 90%;
	margin: auto;
}

.banner_content h1 span {
	color: #92c800;
}

.banner_content h1 {
	color: #fff;
	font-weight: 600;
	font-size: 48px;
	line-height: 57px;
}

.banner_content p {
	color: #fff;
	font-size: 20px;
	margin-top: 10px !important;
	display: block;
}

.office_left p {
	color: #909090;
	font-weight: 600;
	letter-spacing: .5px;
}

.office_left h1 {
	font-family: 'Poppins-Bold';
	color: #1e73be;
	letter-spacing: 1px;
}

section.office_space {
	padding: 100px 0;
}

.office_right {
	width: 13%;
	float: right;
}

.swiper-button-prev.arrow::after {
	font-size: 15px;
	color: #fff;
}

.swiper-button-prev.arrow {
	background: #79a600;
	padding: 7px;
	height: 33px;
	position: relative;
    top: -11px;
}

.swiper-button-next.arrow::after {
	font-size: 15px;
	color: #fff;
}

.swiper-button-next.arrow {
	background: #79a600;
	padding: 7px;
	height: 33px;
	position: relative;
    left: 57px;
}

.sliderr_container {
	margin-top: 75px;
}

.space_top img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.space_top {
	height: 232px;
	overflow: hidden;

	/*border-radius: 21px;*/

}

.space_mid {
	margin-top: 16px;
	margin-bottom: 100px;
}

.space_type p {
	color: #92c800;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

.space_name h4 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: .5px;
	margin: 0;
	padding: 6px 0;
}

.space_locton p {
	font-size: 14px;
}

.space_pricee {
    width:100%;
    position:absolute;
    bottom:0px;
    /*margin-top:100px;*/
	background: #1e73be;
	text-align: center;
	color: #fff;
    padding: 7px 15px;
	/*border-radius: 23px;*/
}

.rent {
	background: #92c800;
	width: fit-content;
	margin: auto;
	padding: 2px 13px;
	border-radius: 9px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.price p span {
	font-size: 25px;
	color: #fff;
	font-weight: 600;
}

.price p {
	font-size: 14px;
	color: #e4e4e4;
	text-transform: uppercase;
}

.rent p {
	font-size: 13px;
}

section.rooms::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #000000ad;
}

section.rooms {
	background: url(../images/room_banner.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 0;
	position: relative;
	background-attachment: fixed;
	margin-top: 125px;
}

.rooms_content {
	text-align: center;
	width: 65%;
	margin: auto;
}

.prop_buttons.position-relative ul li a {
	background: #91c700;
	color: #fff;
	padding: 10px 21px;
	border-radius: 22px;
	text-transform: uppercase;
}

.prop_buttons.position-relative ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
	margin: auto;
	margin-top: 70px;
}

.prop_buttons.position-relative ul li:nth-child(2) a{
	border: 2px solid #91c700;
	background: transparent;
	color: #91c700;
}

section.most_popular {
    padding: 85px 0;
}
.heading p {
    font-size: 14px;
    letter-spacing: .4px;
    color: #656565;
}
.heading h3 {
    color: #1e73be;
    font-family: 'Poppins-bold';
    font-size: 42px;
    margin: 0;
}
.heading {
    text-align: center;
}
.most_content p {
    line-height: 31px;
}
.most_content {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 43px;
    font-size: 19px;
    font-weight: 600;
}
.serv_card {
    text-align: center;
    width: 96%;
    margin: auto;
}
.servCard_top {
    background: #92c800;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 41px;
    color: #fff;
    margin: auto;
    margin-bottom: 15px;
}
.servcard_head {
    margin-bottom: 13px;
}
.servcard_head p {
    color: #1d71ba;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: .5px;
}
.servCard_pp p {
    font-size: 14px;
    line-height: 22px;
}
.serv_content {
    margin-top: 59px;
}
.servCard_top.serv_top {
    background: #fff;
    color: #92c800;
    border: 2px solid;
}
.brand_container ul li img {
    height: 80px;
}
.brand_container ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand_container {
    background: #92c800;
    padding: 50px;
}
section.brandsss {
    margin-top: 65px;
}
/* .ab__logo img {
    height: 103px;
} */
.about_container {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 100px;
}
.ab___p p {
    font-size: 15px;
    margin-top: 10px !important;
}
ul.socials li a {
    color: #000;
}
ul.socials li {
    background: #f6f6f6;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 10px;
}
ul.socials {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}
footer.footer {
    background: #222222;
    padding: 84px 0;
	margin-top: 70px;
}
.foot_letTop p {
    color: #fff;
    font-size: 24px;
}
.fot_leftBot h3 span {
    color: #92c800;
    font-weight: 600;
}
.fot_leftBot h3 {
    color: #fff;
}
.input_firld button {
    background: transparent;
    border: none;
    color: #92c800;
    font-size: 21px;
}
.input_firld input {
    flex: 1;
    background: transparent;
    border: none;
    font-family: 'Poppins';
    color: #fff;
}

.input_firld {
    display: flex;
    width: 70%;
    margin-left: auto;
    border-bottom: 1px solid #ffffff4a;
    padding-bottom: 10px;
}
section.foot {
    background: #141414;
    padding: 30px 0;
}
ul.foot_links li a {
    color: #ffffffb5;
    padding-right: 16px;
    text-transform: uppercase;
    font-size: 13px;
}

ul.foot_links {
    margin: 0;
    display: flex;
}
.copy p span {
    color: #92c800;
}
.copy p {
    text-align: end;
    color: #fff;
    font-size: 13px;
}


form.form {
    padding: 20px;
}
form.form input {
    width: 100%;
    margin-bottom: 14px;
    padding: 9px;
    font-family: 'Poppins';
    border-radius: 5px;
    border: 1px solid #00000036;
}
form.form textarea {
    width: 100%;
    margin-bottom: 14px;
    padding: 9px;
    font-family: 'Poppins';
    border-radius: 5px;
    border: 1px solid #00000036;
}
form.form select {
    width: 100%;
    margin-bottom: 14px;
    padding: 9px;
    font-family: 'Poppins';
    border-radius: 5px;
    border: 1px solid #00000036;
}
button.submit {
    background: #1e73be;
    width: 100%;
    border: none;
    padding: 10px;
    font-family: 'Poppins';
    color: #fff;
}
.space_card{
	cursor: pointer;
}
.modal{
	padding: 0 !important;
}
body.modal-open {
    padding: 0 !important;
}



.hamburger {
    position: relative;
    display: none;
    width: 45px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    outline: none;
    border: none
}

.hamburger .bar,
.hamburger:after,
.hamburger:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #4f4f4f;
    margin: 6px 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.hamburger.is-active:before {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px)
}

.hamburger.is-active:after {
    -webkit-transform: rotate(45deg) translate(-9px, -8px);
    transform: rotate(45deg) translate(-9px, -8px)
}

.hamburger.is-active .bar {
    opacity: 0
}

.mobile-nav {
    position: fixed;
    top: -118%;
    left: 0%;
    right: 0;
    width: 100%;
    min-height: auto;
    padding-bottom: 19px;
    display: block;
    z-index: 9;
    background-color: #fff;
    padding-top: 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
}

.mobile-nav.is-active {
    top: 0
}

.mobile-nav a {
    display: block;
    width: 100%;
    max-width: 222px;
    margin: 0 auto 16px;
    text-align: center;
    padding: 10px 16px;
    background-color: #3a6fec;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 5px;
}

.mobile-nav a:hover {
    background-color: #fff;
    color: #000;
}

@media screen and (min-width:320px) and (max-width:770px){
	ul.nav_list {
		display: none;
	}
	.hamburger{
		display: block;
	}
	.banner_content h1 {
		color: #fff;
		font-weight: 600;
		font-size: 30px;
		line-height: 42px;
	}
	section.banner {
		height: auto;
		padding: 144px 0;
		padding-bottom: 81px;
	}
	section.office_space .col-md-6 {
		width: 50%;
	}
	.office_right {
		width: 48%;
	}
	.office_left h1 {
		font-size: 20px;
		letter-spacing: 0px;
	}
	.office_left p {
		font-size: 11px;
		line-height: 16px;
	}
	.price p {
		font-size: 12px;
	}
	.price p span {
		font-size: 20px;
	}
	.space_name h4 {
		font-size: 20px;
	}
	.banner_content.rooms_content.position-relative {
		width: 95%;
	}
	.prop_buttons.position-relative ul{
		width: 97%;
	}
	.prop_buttons.position-relative ul li a {

		padding: 10px 18px;
		font-size: 13px;
	}
	.heading h3 {
		font-size: 29px;
	}
	.most_content {
		width: 97%;
		margin-top: 20px;
	}
	.most_content p {
		line-height: 23px;
		font-size: 15px;
		font-weight: 500;
	}
	section.most_popular {
		padding: 53px 0;
	}
	.serv_card {
		margin-bottom: 55px;
	}
	.serv_content {
		margin-top: 30px;
	}
	.about_container {
		width: 95%;
	}
	.input_firld {
		width: 100%;
		margin-top: 30px;
	}
	ul.foot_links {
		justify-content: center;
		margin-bottom: 14px;
	}
	.copy p{
		text-align: center;
	}
	.sliderr_container {
		margin-top: 48px;
	}
	.brand_container {
		padding: 29px;
	}
	.brand_container ul li {
		width: 50%;
		text-align: center;
	}
	.brand_container ul {
		flex-wrap: wrap;
	}
	.brand_container ul li img {
		height: 42px;
	}
	.brand_container ul li:nth-child(1) {
		margin-bottom: 26px;
	}
	.brand_container ul li:nth-child(2) {
		margin-bottom: 26px;
	}
	.banner_content p {
		font-size: 16px;
	}
	.modal-dialog {
		margin-top: 117px !important;
	}
}

.sidebar-contact{
	position:fixed;
	top:50%;
	right:-350px;
	transform:translateY(-50%);
	width:350px;
	height:auto;
	padding:40px;
	background:#fff;
	box-shadow: 0 20px 50px rgba(0,0,0,.5);
	box-sizing:border-box;
	transition:0.5s;
	z-index: 9;
  }
  .sidebar-contact.active{
	/* left:0; */
	right:0px;
  }
  .sidebar-contact input,
  .sidebar-contact textarea{
	width:100%;
	height:36px;
	padding:5px;
	margin-bottom:10px;
	box-sizing:border-box;
	border:1px solid rgba(0,0,0,.5);
	outline:none;
  }
  .sidebar-contact h2{
	margin:0 0 20px;
	padding:0;
  }
  .sidebar-contact textarea{
	height:60px;
	resize:none;
  }
  .sidebar-contact input[type="submit"]{
	background:#00bcd4;
	color:#fff;
	cursor:pointer;
	border:none;
	font-size:18px;
  }
  .toggle{
	position: fixed;
    height: 48px;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    background: #8dc100;
    top: 50%;
    right: -85px;
    line-height: 48px;
    z-index: 999999;
    transform: rotate(270deg);
    padding: 5px 20px;
    transition: 1s;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .toggle h2 {
    color: #000;
    font-weight: 600;
}
  /* .toggle:before{
	content:'\f003';
	font-family:fontAwesome;
	font-size:18px;
	color:#fff;
  } */
  .toggle.active:before{
	content:'\f00d';
	font-family:fontAwesome;
  }
  .toggle.active {
	right: 307px;
    top: 20.5%;
    width: 23px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    border-radius: 0;
}
.toggle.active h2{
	display: none;
}
  @media(max-width:768px)
  {
	/* .sidebar-contact{
	  width:100%;
	  height:100%;
	  left:-100%;
	} */
	.sidebar-contact .toggle{
	  top:50%;
	  transform:translateY(-50%);
	  transition:0.5s;
	}
	.sidebar-contact.active .toggle
	{
	  top:0;
	  right:0;
	  transform:translateY(0);
	}
	.scroll{
	  width:100%;
	  height:100%;
	  overflow-y:auto;
	}
	.content{
	  padding:50px 50px;
	}
  }

  .touch-fortm form {
    display: flex;
    flex-direction: column;
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.touch-fortm input {
    padding: 8px 12px;
    margin-bottom: 10px;
}

.touch-fortm textarea {
    padding: 8px 12px;
    margin-bottom: 10px;
}

.touch-fortm button {
    border: 0;
    background: #000;
    color: #fff;
    height: 50px;
    font-size: 22px;
}

.right-ab {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:320px) and (max-width:767px) {
	.right-ab {
		padding-top: 80px;
	}
}

.brand_container h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 45px;
    color: #000;
    font-weight: 600;
    border-bottom: 4px solid #fff;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.head-test h2 {
    font-family: 'Poppins-bold';
    text-align: center;
    text-transform: uppercase;
    color: #1e73be;
    font-size: 42px;
}

.our-tessti {
    padding-top: 50px;
}

.tesimo img {
    width: 100%;
}

.clinett-name h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.clinet-rate {
    font-size: 12px;
    color: #ffc107;
}

.client-desc p {
    font-size: 13px;
    padding-top: 10px;
    line-height: 21px;
    text-align: justify;
}

.tesimo {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 32px;
    border-radius: 18px;
	margin: 11px 12px;
	height: 200px;
}

form.form h2 {
    text-align: center;
    /* padding-bottom: 20px; */
    background: #8dc100;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 32px;
    justify-content: center;
    margin-bottom: 20px;
}

button.btn-close {
    float: right;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
	}
	.cnt223 a{
	text-decoration: none;
	}
	.popup{
	width: 100%;
	margin: 0 auto;
	display: none;
	position: fixed;
	z-index: 101;
	background: #0000005e;
	height: 100%;
	}
	.cnt223{
	min-width: 400px;
	width: 400px;
	min-height: 150px;
	margin: 100px auto;
	background: #f3f3f3;
	position: relative;
	z-index: 103;
	padding: 15px 35px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
	}
	.cnt223 form h3{
		font-size: 27px;
	}
	.cnt223 form {
		display: flex;
		flex-direction: column;
	}
	
	.cnt223 .close {
		position: relative;
		background: #8dc100;
		color: #fff;
		padding: 0px 10px;
		border-radius: 22px;
		position: absolute;
		right: -12px;
		top: -9px;
	}
	
	.cnt223 form input {
		padding: 10px 10px;
		margin-bottom: 17px;
		color: #000;
	}
	
	
	.cnt223 form textarea {
		padding: 10px 10px;
		margin-bottom: 20px;
	}
	
	.cnt223 form button {
		background: #8dc100;
		color: #fff;
		height: 48px;
		font-size: 22px;
		border: 0;
	}
	

	@media screen and (min-width:320px) and (max-width:767px) {
		.popup .cnt223{
			min-width: 80% ;
			width: 80%;
		}
		.cnt223 form h3 {
			font-size: 20px;
			margin-bottom: 20px;
		}
		#chat-bot-launcher-container.chat-bot-avatar-launcher .chat-bot-launcher-button {
      bottom:120px;
    right: 10px;
}
		/*whatsapp-icon css*/
.whatsapp-icon {
    bottom:130px;
    left: 10px;
}
	}

	a.numdisp {
		top: -4px;
		position: absolute;
		color: #000;
		background: #fff;
		padding: 5px 34px;
		border-radius: 47px;
		font-size: 13px;
		font-weight: 600;
		right: 363px;
		animation: glowing 1300ms infinite;
	}


	@keyframes glowing {
        0% {
          background-color: #2ba805;
          box-shadow: 0 0 5px #2ba805;
        }
        50% {
          background-color: #49e819;
          box-shadow: 0 0 20px #49e819;
        }
        100% {
          background-color: #2ba805;
          box-shadow: 0 0 5px #2ba805;
        }
      }