.subhed{
    font-size:25px;
    line-height:1.5;
}
.bannerlist li{
    font-size:22px;
    margin-bottom:7px;
    color:#fff;
}
.bannerlist li i{
    color:#c8222c;
}
.marginxt{
    padding-top:80px;
}

.top-form-wrap{
    background:#fff;
    text-align:center;
    padding:30px 20px;
    border-radius: 30px;
}
.top-form-wrap h2{font-weight:600;margin-bottom:20px;}
.top-form-wrap input, .top-form-wrap textarea{
    background: #fff;
    border: 1px solid #222; 
}

.phoneslye{
    font-size: 24px;
    font-weight: 600;
    color: red;
    margin-left: 20px;
    position: relative;
    top: 5px;
}

     .float{
    position:fixed;
    width:55px;
    height:55px;
    bottom:25px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.fonsert{
    margin-top: 12px;
    color: #fff;
    
}

.dpnones{display:inline-block;}
.dpnones1{display:none;}

@media (max-width: 767px) {
    .dpnones{display:none !important;}
    .dpnones1{display: inline-block !important;}
    .header-right{
        display:none !important;
    }
    .subhed {
    font-size: 20px !important;}
    .bannerlist{margin-bottom:30px !important;}
    .bannerlist li{font-size: 20px !important;}
    .phoneslye{
            display: block !important;
    margin-top: 15px !important;
    position: inherit !important;
    }
    .single-service-wrap{min-height:unset !important;}
}