.pluse-play-button {
  position:relative;
  display:flex;
}

.pluse-play-button i{
  font-size:20px;
  top:1%;
  display:flex;
  align-items:center;
  justify-content:center;
  height:35px;
  width:35px;
  border-radius:50%;
  background-color:#009144;
  color: white;
  z-index:2;
  border: 5px solid #009144;
}
.pluse-play-button:before, .pluse-play-button:after{
  position:absolute;
  content:'';
  height:35px;
  width:35px;
  border-radius:50%;
  background-color:#009144;
}

.pluse-play-button:before {
  animation: pulse 1.5s linear infinite;
}

.pluse-play-button:after {
  animation: pulse 1.5s 1s linear infinite;
}

@keyframes pulse {
  0% {
    opacity:0.5;
    transform:scale(0.50);
  }
  
  100% {
    opacity:0;
    transform:scale(3);
  }
}
	
  
  
  
  
  @keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 15s slidy infinite; 
}



/* ----------------------------------- floating button--------------- */


.theme-btn {
  background-color: #fff;
  border-radius: 40px;
  bottom: 10px;
  color: #fff;
  display: table;
  height: 50px;
  left: 10px;
  min-width: 50px;
  position: fixed;
  text-align: center;
  z-index: 9999
}

.theme-btn i {
  font-size: 22px;
  line-height: 50px
}

.theme-btn.bt-support-now {
  background: #1ebbf0;
  background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
  background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
  background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
  
}

.theme-btn.bt-buy-now {
  background: #1fdf61;
  background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
  background: -webkit-linear-gradient(top, #a3d179 0, #88ba46 100%);
  background: linear-gradient(to bottom, #a3d179 0, #88ba46 100%);
bottom: 70px;
}

.theme-btn:hover {
  color: #fff;
  padding: 0 20px
}

.theme-btn span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: -15px;
  opacity: 0;
  line-height: 50px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  text-transform: uppercase
}

.theme-btn:hover span {
  opacity: 1;
  letter-spacing: 1px;
  padding-left: 10px
}

.costomerotation{
transform: rotate(135deg);
}
/* ----------------------------------- floating button--------------- */

@media screen and (max-width: 500px) {
  #popups1{
    padding-left: 26px; 
  }
  .service{
    font-size: 13px !important;
    
  }
  .mains{
    width: 56px;
  }
  .service-text{
    display:none;
  }
  .form-size{
    margin-top: -24px;
    
  }
  .sizess{
    margin-top: -29px !important;

  }
  .vibility{
    visibility: hidden;
  }
  .pulss{
    margin-top: 20px !important;
    margin-left: -6px !important;
  }
}

@media screen and (min-width: 500px){
  .gg{
    visibility: hidden;
  }
  .fsize{
    font-size: 18px !important;
    font-weight: bold !important;
  }
}


/* ------------------ MOdal---------------- */

.back_img{
  background-color: #f1f0e6;
  /* background-image: url("../images/bgoverlay-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
   */
 
  

}

	
