.logo h1 {
    color: #013e7f;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.logo h1 span {
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #09bdd3;
    text-transform: capitalize;
}
.page-banner-wrap .page-heading h1 {
    font-size: 48px;
}
.ser-btn {
    color: #fff;
    font-weight: 600;
    display: block;
}
.ser-btn:hover {
    color: #09bdd3;
}
.hero-1 .single-slide {
    height: 500px;
}
.main-banner h1 span {
    font-size: 34px;
    line-height: 48px;
}
@media (max-width: 767px) {
    .logo h1 {
        font-size: 24px;
    }
    .logo h1 span {
        font-size: 14px;
    }
    .main-banner h1 span {
        font-size: 24px;
        line-height: 34px;
    }
    .hero-1 .single-slide{
        height: 350px;
    }
    .hero-1 .single-slide .slide-bg{
        background-position:center right;
        background-size: 180% 100%;
    }
    .hero-1 .single-slide .slide-bg::before, .hero-1 .single-slide .slide-bg::after {
        opacity: 0.3;
    }
    .about-info-contents{
        padding: 20px;
    }
    .page-banner-wrap .page-heading h1{
        font-size: 32px;
    }
    .service-details-wrapper h2{
        font-size: 24px;
    }
    .contact-form label{
        margin-bottom: 0;
    }
    .single-contact-card .top-part{
        display: flex;
        align-items: center;
    }
    .single-contact-card .top-part h4{
        margin-bottom: 0;
    }
    .single-contact-card .bottom-part{
        text-align: center;
        margin-top: 15px;
    }
}
