.service-details .image-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog-img img{
    height: 250px;
    object-fit: cover;
}
.blog-detail-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}



@media only screen and (max-width: 768px){
    .bredcrumb-section{
        padding-top: 100px !important;
        padding-bottom: 40px !important;
    }
	.pt_sm_190{
        padding-top: 190px;
    }
    .banner-1-section{
        padding-top: 155px;
        padding-bottom: 40px !important;
    }
    .address-section{
        width: 80% !important;
    }
}

.bd-8{
    border-radius: 8px !important;
}
   /* whatsapp */

   .whats-float {
    position: fixed;
    transform:translate(108px,0px);
    bottom: 300px;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    opacity: 0.8;

}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
    opacity: 1;
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

/* call */
.call-float {
    position: fixed;
    transform:translate(108px,0px);
    bottom: 245px;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #2b25d3;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    opacity: 0.8;
}
.call-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.call-float i {
    font-size: 25px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.call-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
    opacity: 1;
}

.call-float:hover i  {
    transform:rotate(360deg);}
.logo img{
    height: 50px;
}
.nav-logo img{
    height: 50px;
}
.quote-btn{
margin: 10px 10px 10px 10px;
}
