h3.services-title {
    padding-top: 3rem;
    text-align: center;
    padding-bottom: 3rem;
    color:#535355;
    font-weight: 100;
    line-height: 1.30;
    font-size: 2.7rem;
}
h3.services-title strong {
    color:#1d448f;
    font-weight: 500;
}
.service-box-title {
    width: 16%;
    height: 0.5rem;
    background-color: #1d448f;
    margin-bottom: 3rem;
    margin-top: -0.5rem;
}
section.service-section {
    width: 100%;
    background-color: #f1f2f2;
    padding-bottom: 1rem;
}
.service-img img {
    width: 100%;
    height: 24rem;
    border-radius: 2rem;
}
section.service-section .container, section.service-section .container .col-lg-12 {
    width: 100%;
    padding: 0;
}
.service-con p {
    width: 85%;
}
ul.service-sec-con {
    margin-top: -1rem;
    color: #514d4f;
    width: 90%;
    font-size: 1rem;
    line-height: 1.4;
    margin-left: 1rem;
}
.service-box-next {
    background-color: #fff;
}
.service-container {
    width: 71%;
    margin: 0 auto;
    padding: 5rem 0 7rem;
}
.banner-bg {
    position: relative;
}
.banner-bg::after{
    content: '';
    background: url(../image/services-img/services-cnt-bannerbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 52%;
    height: 100%;
    position: absolute;
    top: 8%;
    left: 8%;
}
.banner-head h1 {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 3rem;
    line-height: 1;
    width: 65%;
}
.banner-head {
    position: absolute;
    left: 11%;
    bottom: auto;
    top: 30%;
}
.title-gray-blue h3 {
    margin-bottom: 0;
}
.service-container h4 {
    font-size: 1.75rem;
}
.service-con {
    padding-left: 1rem;
}
@media(max-width: 991px){
    .banner-bg::after {
        width: 90%;
    }
    .banner-head h1 {
        width: 77%;
    }
    .service-img {
        margin-bottom: 2rem;
    }   
    .banner-bg::after {
        width: 79%!important;
        height: 89%;
    }
    .banner-head h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }




}
@media (max-width: 767px){
    .banner-bg::after {
        width: 100%!important;
        height: 98%;
    }
.service-container {
    width: 100%;
}
.service-con {
    margin-top: 1.5rem;
}
.service-box-title {
    width: 35%;
    margin: 0 auto 3rem;
}
h3.services-title {
   
    font-size: 1.5rem;
}
.service-container h4 {
    font-size: 1.5rem;
    text-align: center;
}
.banner-head h1 {
    font-size: 1.5rem;
}
.banner-head {
    top: 20%;
}
.banner-bg::after {
    width: 100%;
    top: 8%;
    left: 1%;
}
.banner-head {
    left: 5%;
    top: 15%;
}
.service-img img {
    width: 85%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.service-con {
    padding-left: 2rem;
}
.service-container {
    padding: 4rem 0;
}
}

