.inner-page-banner {
    position: relative;
    padding: 50px 0px 128px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.inner-page-banner h1{
    margin-bottom: 0px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 700;
    line-height: 52px;
    text-shadow: 3px 4px 0px rgba(61, 80, 86, 1);
    position: relative;
}
.inner-page-banner p {
    font-size: 30px;
    color: var(--color-white);
    line-height: 30px;
    padding: 10px 0;
}
.inner-page-banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgb(101,133,142);
    /* background: linear-gradient(93deg, rgba(101,133,142,1) 65%, rgba(255,255,255,0) 95%); */
    background: linear-gradient(93deg, rgba(101,133,142,1) 65%, rgba(255,255,255,0) 80%);
}
.head-text {
    position: relative;
    padding-right: 80px;
}
.inner-service-wrap .sb-txt-inr h4{
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}
.inner-service-wrap .sb-txt-inr p {
    font-size: 16px;
    line-height: 1.3;
}
.four-box-wrap.inner-service-wrap .box-main{
    justify-content: center;
}
.referral-wrap {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
}
.referral-wrap a {
    margin: 8px;
    width: 490px;
}
.main-links-inner-ul ul {
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1399px){
    .inner-page-banner{
        background-position: center right;
    }
}
@media only screen and (max-width: 1199px){
    .referral-wrap a {
        width: calc(45% - 10px);
    }
}
@media screen and (max-width:991px){
    .inner-page-banner h1{
        font-size: 35px;
        line-height: 1;
    }
    .inner-page-banner p{
        font-size: 20px;
        line-height: 23px;
    }
    .referral-wrap a {
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .inner-page-banner::before{
        background: rgba(101,134,143,0.8);
    }
    .head-text{
        padding-right: 0px;
    }
}
@media only screen and (max-width: 575px){

}