
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: #0faa7e;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


 /* whatsapp button */
 .fixedwhatapp {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    /* top: 77%; */
    bottom:30px;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .fixedwhatapp a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .fixedwhatapp a span{
    width: 45px;
    height: 45px;
    float: left;
    background: #25D366;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }
  .fixedwhatapp a p{
    margin: 0;
    margin: 0;
      padding: 5px;
      color: #25D366;
      height: 45px;
      line-height: 1.2;
      font-size:14px;
  }
  
  .fixedwhatapp:hover {
    right: 0;
  }
  /* whatsapp button style end */

  /* fixed form popup  */
/* * home page form popup */

.fixedoffer {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    position: fixed;
    bottom: 90px;
    -o-transition: .4s;
    transition: .4s;
    right: -14px;
    
  }
  .fixedoffer .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .fixedoffer .phonenumber button{
    border-left: 2px solid #ffc015;
    float: left;
    background: #fffbef;
    font-size: 15px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
    color: #ed1c24;
    padding: 5px 9px !important;
  }
 
  /* fixed form popup end */