p {padding: 10px 0px; }
.container {
  max-width: 90%;
}
 .notice {
    background-image: linear-gradient(45deg, #689625, #cb7a19);
} 
body{
    font-family: Montserrat !important;
}
.logo {
  padding: 10px;
  width: 55%;
}
.top-right{
  text-align: right; 
  padding-top: 10px;
  
}
.bg-light {
    background-color: transparent!important;
}
.navbar-expand-xl .navbar-nav .nav-link {
    font-family: auto !important;
}
.nav-link {
    color: white!important;
    text-transform: uppercase;
    /* letter-spacing: 0.5px; */
    font-size: 14px;   
    font-weight: 700;
}
.bg-light {background-color: transparent!important;}
.nav-st1 {
  background-image: linear-gradient(45deg, #5f822d, #f6931c);
    /*border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/ 
}

.notice marquee{background-image: linear-gradient(45deg, #5f822d, #f6931c);color: white;font-weight: 600; padding: 3.5px;}
.notice h5 {background-image: linear-gradient(45deg, #5f822d, #f6931c); color: white; font-size: 16px; width: 115px; padding: 6px;}
.menu-st{font-size: 16px; font-weight: 600; font-family: arial; padding-right: 10px;}
.nav-item {
    padding-right: 10px;
    padding-left: 10px;
}
.blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
 .icon-st {
    font-size: 30px;
    position: absolute;
    padding: 0px;
    margin-top: -15px;
 }

footer p, h3, h4, h2, a { 
 color: #f2f2f2;
 }
 footer h4, h2, a { 
  text-transform: uppercase;
  
  }
  .head{
      text-align: center;
    font-size: 38px;
    margin-top: 45px;
  }
  
  .item{
      margin: 20px;
  }
  h3.head { margin:0 auto;}
  .owl-prev{
          font-size: 33px !important;
    background: green !important;
    padding: 10px !important;
    border-radius: 50% !important;
    height: 50px !important;
    width: 50px !important;
    color: white !important;
  }
  .owl-next{
     font-size: 33px !important;
    background: green !important;
    padding: 10px !important;
    border-radius: 50% !important;
    height: 50px !important;
    width: 50px !important;
    color: white !important; 
  }
.head:after {
    content:'';
    display:block;
    width:80px; 
    height:4px;
   background: -webkit-linear-gradient(#2d7e0b, blue);
    margin:0 auto; 
    margin-top:15px;
    border-radius:3px;
    
    
}
  
h3 {font-family: ui-sans-serif;}
  footer ul{padding: 0px;}
footer li{
  padding-left: 10px;
  list-style: none; 
  line-height: 45px; 
  border-bottom: 1px solid #f2f2f254;
}
footer li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  color: white;
  margin-right: 10px;
}
footer a:hover{
  color: yellow; 
  text-decoration: none!important;
}
footer h2 {
  font-size: 18px;
  font-weight: 700;
  color: greenyellow;
}
footer h4 {
  text-transform: uppercase;
  font-size: 19px;
  border-bottom: 1px solid;
  color: black;
  font-weight: 600;
  font-family: ui-sans-serif;
  line-height: 36px;
}
footer h3 {
  font-size: 18px;
  padding: 10px 0px;
  border-bottom: 2px solid #f2f2f2c2;
}
h3 {
  background: -webkit-linear-gradient(#2d7e0b, blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
}
.marquee1 {
  height: 300px;
}
.marquee1 li {
  color: #2d7e0b;
  border-bottom: dotted 1px #000;
  padding: 10px 0px;
  list-style: none;
}
.marquee1 li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  padding-right: 10px;
}
.marquee2 {
  background-color: #f7931c;
  font-size: 18px;
  font-weight: 600;
  padding-top: 12px;
}
.plot-size img{
  border-radius: 10px;
}
.plot-size img:hover{
 box-shadow: 0px 0px 20px #666;
}
.plot-size {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.mt-4{
  list-style: none;
  margin-top: 10px!important;
}
.mt-4:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    padding-right: 10px;

}
.registration {
  animation: blink1 1s linear infinite;
  background-color: #5f822d;
  color: white;
  text-shadow: 1px 1px 1px #000;
  padding: 10px 20px!important;
  text-transform: uppercase;
  margin-top: 10px;
  position: fixed;
  bottom: 200px;
  right: -80px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  z-index: 999;
  border-radius: 25px;
  text-decoration: none;

  /** Rotation */
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg);    
  transform:rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@keyframes blink1 {
  50% {
    box-shadow: 0px 0px 40px #2d7e0b;
  }
}
.ft-style li:hover{box-shadow: 0px 0px 10px #fff;}
.ft-style li {
  list-style: none;
  display: inline;
  border: 1px solid #ffffff8a;
  padding: 6px 30px;
  margin: 10px 6px;
  border-radius: 30px;
  color: white;
}
.ft-style ul {
  margin: auto;
  padding: 0;
  display: block;
  width: fit-content;
}
.ft-style {
  position: fixed;
  bottom: 0px;
  background: linear-gradient(45deg, #3a5412, #6b9136);
  width: 100%;
  height: auto;
  padding: 12px;
  z-index: 9999;
}
.pricelist img{
  border-radius: 10px; 
  box-shadow: 0px 0px 20px #555;
}
.layoutmap img{
  border-radius: 10px; 
  box-shadow: 0px 0px 30px #555;
}

.approved img {
  position: fixed;
  bottom: 90px;
  right: 10px;
}

.list-features li {
  font-size: 20px;
  color: #0a2233;
  line-height: 1.5;
  background: url(../../images/click-icn.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 5px 2px;
  padding-left: 0px;
  margin-top: 10px;
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
  text-align: left!important;
}
.blinking {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF!important;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px!important;
  padding: 5px 10px!important;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #5f822d; -webkit-box-shadow: 0 0 3px #5f822d; }
  50% { background-color: #5f822d; -webkit-box-shadow: 0 0 40px #5f822d; }
  100% { background-color: #5f822d; -webkit-box-shadow: 0 0 3px #5f822d; }
}

@-moz-keyframes glowing {
  0% { background-color: #5f822d; -moz-box-shadow: 0 0 3px #5f822d; }
  50% { background-color: #5f822d; -moz-box-shadow: 0 0 40px #5f822d; }
  100% { background-color: #5f822d; -moz-box-shadow: 0 0 3px #5f822d; }
}

@-o-keyframes glowing {
  0% { background-color: #5f822d; box-shadow: 0 0 3px #5f822d; }
  50% { background-color: #5f822d; box-shadow: 0 0 40px #5f822d; }
  100% { background-color: #5f822d; box-shadow: 0 0 3px #5f822d; }
}

@keyframes glowing {
  0% { background-color: #5f822d; box-shadow: 0 0 3px #5f822d; }
  50% { background-color: #5f822d; box-shadow: 0 0 40px #5f822d; }
  100% { background-color: #5f822d; box-shadow: 0 0 3px #5f822d; }
}


#allotment {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#allotment td, #allotment th {
  border: 1px solid #ddd;
  padding: 8px;
}

#allotment tr:nth-child(even){background-color: #f2f2f2;}

#allotment tr:hover {background-color: #04aa6d33;}

#allotment th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
#allotment a {
  border: 1px solid #000;
  color: white;
  background: linear-gradient(45deg, #0a9662, #1abe07);
  border-radius: 20px;
  border: 0;
  padding: 8px 30px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.6px;
}

#customers a {
  color: white;
  background: linear-gradient(45deg, #338139, #035709);
  padding: 6px 20px;
  border-radius: 16px;
  box-shadow: 2px 2px 4px #555;
}

/*  ********* MOBILE  ***********  */
.hh{
    padding-top: 40px;
}
.login{
    display:none;
}
.icimg{
    margin: auto;
    display: block;
    width:60%;
}
@media only screen and (max-width: 787px) {
    #payment-form {
     margin: 0; 
    width: 100% !important;
    padding:20px;
}
    .navbar-toggler{
        border:none;
    }
    .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
}
    .d-block{
        height:250px !important;
    }
    .icoimg{
        display:none;
    }
    .moblogo{
       display: flex;
    }
    .navbar-brand{
        padding-right: 96px;
    }
    .notice{
    display:none;
    }
    .login{
        display:block;
    }
  .ft-style span{display: none!important;}
  
  .ft-style li {
    margin: 0px 2px ;
    border-radius: 0px;
  }
  .offset-2 {
    margin-left: 3%;
}
  .pricelist img{width: 100%;}
  .layoutmap img{width: 100%;}
  .top-right img {
    width: 75px;
}
.top-right {
  width: 100%!important;
  padding: 20px 0px 20px 0px;
  text-align: center;
} 
}
@media (min-width: 992px)
{
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}
}

@media(max-width:767px){
    .logof{
        display:none;
    }
    .navbar-brand{
    display:block;
}
  .logo {
   width: 121px;
}
}
/* mail-info@rudraawasvikasyojna
no- 9810550611
E-91 sector 6,noida 201301,up */

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 25px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 25px;
	right: 90px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.whatsapp {
    background-color: #2A7D2E;
    border-radius: 50%;
    bottom: 25px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99999;
}
