        .swiper-custom-slider {
        display: flex;
        align-items: center;
    }

    .footer.js-fixed-footer {
        top: 1px;
    }

    .text-center {
        text-align: center;
    }

    .image-surat-box img {
        width: 20%;
        margin-bottom: 10px;
    }
    .info-box-image img {
        width: 40%;
        margin: auto;
    }

    .info-box--standard-centered .info-box-image img {
        border-radius: 0%;
    }

    .services-box-content {
        padding: 61px 9px 36px !important;
    }

    .services-box-content h4 {
        font-size: 18px !important;
    }

    .row-mdpadding-20 {
        padding: 80px 0 0px 0;
    }

    .services-surat-items {
        padding: 46px 18px;
    }

    .call-icon {
        width: 80px;
    }

    .padding-price-column {
        padding: 60px 20px 60px 20px;
    }

    .client-all-images {
        width: 40%;
        margin: auto;
    }

    .mtbp-10 {
        padding-top: 50px;
    }

    .collapse {
        display: block;
    }

    .info-box-image-collapse-img img {
        width: 70px;
    }

    @media only screen and (min-width:360px) and (max-width:768px) {
        .mtbp-10{
            padding-top:0 !important;
        }
        .main-mobile-title {
            font-size: 20px !important;
        }

        .subscribe {
            padding: 70px 0 70px !important;
        }
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .subscribe .images-block img.gear {
        top: 5px;
        left: 0px;
    }

    .ml-float {
        float: right;
    }
    
    .block-footer-height{
    height:720px !important;
}
		.feedback {
  background-color : #4cc2c0;
  color: white;
  padding: 20px 20px;
  width:61px;
  height:61px;
  border-radius: 50%;
  font-size:27px;
  border-color: #4cc2c0;
}

#mybutton {
  position: fixed;
  bottom: 19px;
  right: 19px;
  z-index:100;
  display:none;
}

#mywhtasappbutton{
	position: fixed;
  bottom: 19px;
  right: 89px;
  z-index:100;
  display:none;	
}

.tooltiptext {
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 120%
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.feedback-whatsapp{
	background-color: #3cb878;
    color: white;
    padding: 15px 17px;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    font-size: 30px;
    border-color: #3cb878;
}

@media only screen and (min-width:360px) and (max-width:768px){
	#mybutton {
    position: fixed;
    bottom: 3vh; 
    z-index: 100;
}
#mywhtasappbutton{
	bottom: 3vh; 
    z-index: 100;
}
}
    
 