.home_banner{
	height:90vh;
}
.home_banner .topsearch{
	top:65%;
}
/*start banner text*/
.banner-text-description{
color: #FF0000 !important;
  margin-bottom:0.5rem !important;
}

/*end banner text*/
/*start whatsapp float bottom*/
  .btml_whatsapp-float {
              position: fixed;
            bottom: 20px;
            right: 20px;
            width: 55px;
            height: 55px;
            font-size: 28px;

            background-color: #25D366; /* WhatsApp green */
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;

            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
            z-index: 9999;
            text-decoration: none;
            transition: background-color 0.2s;
        }

        .btml_whatsapp-float:hover {
            background-color: #1ebe5d; /* Darker green on hover */
          	color: #fff !important;
        }
	@media (max-width: 575px) {
    	.btml_whatsapp-float { bottom: 15px; right: 15px; }
	}

/*end whatsapp float bottom*/