.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.preloader span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/resources/Untitled-2.gif);
}



.serviceform{
  height: 46px !important;
  text-align: left !important;
  width: 100%;
  padding-left: 10px !important;
}
.se{
  padding: 35px 40px 35px 40px;
    position: relative;
    background-image: url(../images/resources/texture_dark.jpg);
}
.se:before{
content: url(../images/resources/search_icon_bg.png);
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
}
.phonecolor{
    color:white;
}
/*@media (max-width: 1024px){
    .header-navigation .container .menu-toggler {
    float: left;
    margin: 31px 0px !important;
    color: #111111;
  }
}
@media (max-width: 769px){
    .header-navigation .container .menu-toggler {
    float: left;
    margin: 31px 480px !important;
    color: #111111;
  }
  .typewriter2{
    font-size: 21px !important;
    color:white;
  }
  .bannerimg-1{
    width: inherit !important;
  }
}
@media (max-width: 468px){
    .header-navigation .container .menu-toggler {
    float: left !important;
    margin: 31px 130px !important;
    color: #111111 !important;
  }
}
@media (max-width: 376px){
    .header-navigation .container .menu-toggler {
    float: left;
    margin: 31px 100px;
    color: #111111;
  }
}
@media (max-width: 324px){
    .header-navigation .container .menu-toggler {
    float: left !important;
    margin: 31px 100px !important;
    color: #111111 !important;
  }
}
*/
     .float{
position: fixed;
    width: 60px;
    height: 60px;
    bottom: 97px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: all 0.5s ease;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.my-float {
    margin-top: 16px;
}