.blog-title{
    margin-top: 150px;
    font-size: 50px !important;
}

.page-banner{
    background-image:url("public/images/banner/img1.jpg");
}

.footer{
    background-image:url("public/images/background/footer.webp");
}

.contact-info{
    background-image:url("public/images/about/pic-4.JPG");
}

.main-banner{
    background-image:url("public/images/main-banner/bg1.webp");
}

.our-progress{
    background-image:url("public/images/background/line-bg1.png");
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: 100%
}

.appointment-inner{
    background-image:url("public/images/appointment/line-bg.png");
    background-repeat: no-repeat; 
    background-position: 20px 140px; 
}

@media only screen and (max-width: 991px) {
    .blog-title{
        margin-top: 90px;
        font-size: 38px !important;
    }
}

.contact-wraper {
    margin-top: auto;
}

.skillbar-box .skillbar-bar {
    width: 98.9%;
}

.service-slide,
.blog-slide {
    margin-left: -1px !important;  
    margin-right: -1px !important; 
    width: auto !important; 
}

iframe[title="Docplanner Booking Widget"] { 
    right: 15px !important; 
    width: 375px !important;
}

.back-to-top.fa.fa-chevron-up {
    display: none !important;
}