.customSpan{

color:#85ab00; 
font-size:4em;
}



.our-offer-htwo {
   
    /* background: linear-gradient(to right,rgba(255, 255, 255, 1),rgba(0, 0, 0, .6)) , url(../images/offer/gelemis-home-2.jpg) ; */
    
}

.final-inner-header {
   
    background: linear-gradient(to right,rgba(31, 46, 70, .8),rgba(31, 46, 70, .8)) , url(../images/inner-header2.jpg)  no-repeat scroll center bottom; 
    /* background-image: linear-gradient(to right,rgba(rgba(31, 46, 70,.7),rgba(31, 46, 70, .7)) , url(../images/inner-header2.jpg) no-repeat scroll center bottom; */
   
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-1{
	position:fixed;
	width:170px;
	height:60px;
	bottom:40px;
	left:5px;
background-color:transparent;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow:none;
  z-index:100;
 
}

.myBtn{
	animation: mymove 5s infinite;
	font-size: 25px;
}

@keyframes mymove {
	from {background-color:#1a1a1c;}
	to {background-color: #85ab00;}
  }

.my-float{
	margin-top:16px;
}
.customLabel{
	padding:10px 5px;
	color:#85ab00;
	font-size:1rem;
}

.search-sec .overlay .border {
    overflow: hidden;
    background-color: #fff;
    padding: 2.3em 2.5em;
}

.search-sec .form-control[readonly] {
    border: 1px solid #E5E5E5;
}

@media only screen and(max-width: 991px) {
	
	.customLabel{
	    color:#010101 !important;
	}
  }

