.Service-section .image {
    max-width: 50%;
    flex: 50%;
}
.Service-section {
    position: relative;
    padding: 80px 0;
}
.Service-section .content {
    flex: 1;
}
.Service-section .padding {
    padding: 0 29px;
}
.Service-section .main-grid {
    margin: 0 -29px;
}
.Service-section .title {
    margin-bottom: 30px;
}
.Service-section  .text {
    margin-bottom: 25px;
}
.Service-section .content .button {
    margin-top: 20px;
    padding: 13.5px 46px;
}
.Service-section .serial_no {
    color: #F9B041;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 16px;
}
.Service-section .bg-color {
    max-width: 21px;
    position: absolute;
    bottom: 50%;
    left: 2%;
}
.Service-section .bg_right-color {
    max-width: 21px;
    position: absolute;
    bottom: 0;
    right: 3%;
}
.banner .hb-content .banner_text {
    text-align: justify;
}
.banner .hb-content {
    flex: 50%;
    max-width: 50%;
}

/* ===================.Service-section 2 start css ========================  */
.Service-section .second_bg_color {
    border-radius: 687px;
    background: rgba(249, 176, 65, 0.08);
    filter: blur(250px);
    position: absolute;
    left: -50px;
    top: -41%;
    z-index: -1;
    width: 50%;
    height: 100%;
}
.service-banner .banner_image {
    max-width: 50% !important;  
}
.service-banner .banner_text.text {
    max-width: 95%;
}
/* ===================.Service-section 2 end css ========================  */
/* ===================.Service-section 3 start css ========================  */
/* ===================.Service-section 3 end css ========================  */
/* ===================.Service-section 4 start css ========================  */
.Service-section .bg_svg_bottom {
    max-width: 21px;
    margin: 0 auto;
}
/* ===================.Service-section 4 end css ========================  */
/* ===================.Service-section 5start css ========================  */
.Service-section h1.title.title5 {
    max-width: 400px;
}
.service-image {
    width: 300px;
    margin: 20px 0;
}
/* ===================.Service-section 5 end css ========================  */
@media screen and (max-width:1279px) {
    .Service-section .title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .Service-section .text {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:990px) {
    .Service-section .title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .Service-section .main-grid {
        margin: 0 -15px;
    }
    .Service-section .padding {
        padding: 0 15px;
    }
    .Service-section .text {
        margin-bottom: 15px;
    }
}
@media screen and (max-width:767px) {
    .service-banner .banner_text.text {
        max-width: 100%;
        width: 100%;
    }
    .Service-section .main-grid {
        flex-direction: column;
        margin: 0;
    }
    .Service-section .padding {
        padding: 0;
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }
    .Service-section .image {
        max-width: 100%; 
        margin-bottom: 50px;
    }
    .Service-section .title {
        max-width: 100%;
    }
    .Service-section .title.title4,
    .Service-section .title {
        max-width: 100%;
    }
    .Service-section h1.title.title5 {
        max-width: 100%;
    }
    .Service-section {
        padding: 50px 0;
    }
    .Service-section .image {
        order: 1;
    }
    .Service-section .content {
        order: 2;
    }
    .service-banner .hb-content {
        max-width: 100%;
    }
}