.banner-section {
    padding: 97px 0;
}

.services-page-tab {
    margin-top: 52px;
}

.codetrinity-section {
    margin-top: 30px;
}

.wordpress-service {
    margin-top: 30px;
}

.maintenance-process {
    margin-top: 100px;
}

.hiring-models {
    margin-top: 100px;
}

.hire-section {
    margin-top: 120px;
}

@media screen and (max-width: 991px) {

    .wordpress-service{
        margin-top: 70px;
    }

    .codetrinity-section{
        margin-top: 70px;
    }

    .services-page-tab{
        margin-top: 70px;
    }

    .banner-section {
        padding: 60px 0 0;
    }

    .maintenance-process {
        margin-top: 75px;
    }

    .hiring-models {
        margin-top: 90px;
    }

    .hire-section {
        margin-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .services-view-type-2{
        margin-top: 70px;
    }
}

@media screen and (max-width: 425px) {

    .banner-section {
        padding: 40px 0 0;
    }

    .codetrinity-section {
        margin-top: 50px;
    }

    .wordpress-service {
        margin-top: 50px;
    }

    .maintenance-process {
        margin-top: 50px;
    }

    .hiring-models {
        margin-top: 80px;
    }

    .hire-section {
        margin-top: 80px;
    }
}