  .bg-cubes {
            background-image: url('https://www.transparenttextures.com/patterns/cubes.png');
        }
        
        
        .pulse i {
  position: relative;
  z-index: 20;
  top: 16px;
  font-size: 30px;
}
.pulse {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 60px !important;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: rgba(0, 200, 0, 1);
  color: white;
  border-radius: 50px;
  text-align: center;
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
  z-index: 9000;
}

.pulse:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}

.my-float {
  margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}
.bg-custom-orange {
  background-color: #fca100;
}
.text-orange {
   
    color: #fca100;
}
.rohit{
    height: 100px;
}

------------------slider----------------
.swiper {
  
  width: 100%;
  max-width: 1000px;
  height: 100px !important;
  padding: 40px;
}
.swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEE;
}




  .whats-float {
            position: fixed;
            transform: translate(108px, 0px);
            top: 25%;
            right: 0;
            width: 150px;
            overflow: hidden;
            background-color: #fca100;
            color: #1c4179;
            border-radius: 2px 0 0 2px;
            z-index: 1000;
            transition: all 0.5s ease-in-out;
            vertical-align: middle
        }

        .whats-float a span {
            color: #1c4179;
            font-size: 15px;
            padding-top: 8px;
            padding-bottom: 10px;
            position: absolute;
            line-height: 16px;
            font-weight: bolder;
        }

        .whats-float i {
            font-size: 30px;
            color: #1c4179;
            line-height: 30px;
            padding: 10px;
            transform: rotate(0deg);
            transition: all 0.5s ease-in-out;
            text-align: center;

        }

        .whats-float:hover {
            color: #FFFFFF;
            transform: translate(0px, 0px);
        }

        .whats-float:hover i {
            transform: rotate(360deg);
        }


.h-auto {
    height: 100px !important;
}


.border {
    border: none !important;
}