@media only screen and (max-width: 767px) {
    .hero-heading {
        font-size: 30px;
        line-height: 42px;
    }
    .hero-service-box .service-box-inner {
        width: calc(33.33% - 50px);
    }
    .hero-service-box .service-box-inner h3 {
        font-size: 14px;
    }
    .hero-service-box .service-box-inner h3 a i {
        font-size: 14px;
        margin-left: 10px;
    }
    .service-list-scrolloer .scroller__inner li {
        font-size: 42px;
    }
    .heading-primary{
        font-size: 32px;
    }
    .heading-2 {
        font-size: 28px;
    }
    .heading-3 {
        font-size: 20px;
        line-height: 30px;
    }
    .heading-4 {
        font-size: 16px;
        line-height: 24px;
    }
    .section-title h2 {
        font-size: 34px;
        line-height: 46px;
    }
    .section-subtitle p {
        font-size: 16px;
    }
    .button-wrap{
        justify-content: center;
    }
    .service-col h2 {
        font-size: 34px;
    }
    .client-slider-inner li > img {
        width: 80px;
    }
    .title-banner {
        padding-bottom: 60px;
        min-height: 300px;
        max-height: 475px;
        height: 60vh;
    }
    .banner-heading h2 {
        font-size: 32px;
    }
    .banner-heading h3 {
        font-size: 24px;
        line-height: 32px;
    }





    .modal-text h4 {
        font-size: 28px;
    }
    .modal-form-title {
        font-size: 24px;
    }
    .footer {
        height: 100%;
        min-height: 100vh;
    }
    .cta-heading {
        font-size: 42px;
    }
    .footer-buttons a:first-child {
        margin-right: 10px;
    }
    .footer-buttons {
        margin-top: 50px;
        text-align: center;
    }
    .btn-socio-flat, .btn-socio-bordered {
        padding: 16px 15px;
        font-size: 14px;
    }
    .footer-nav li:not(:last-child){
        padding-right: 15px;
    }
    .right-circle-block {
        margin-bottom: 40px;
    }
    .footer-col-right {
        justify-content: center;
        display: flex;
    }
    .social-links {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-bottom {
        padding: 30px 0;
    }
    .copyright p {
        text-align: center;
    }
    .scroll-to-top {
        bottom: 50px;
        right: 20px;
    }
    .header .navbar .navbar-nav {
        box-shadow: inset 0px 0px 50px 50px rgb(0 0 0 / 100%);
    }
    .header .navbar .navbar-nav .nav-item:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .service-card {
        padding: 30px 0px;
    }
    .service-card-body {
        flex-wrap: wrap;
    }
    .service-card-body div {
        width: 100%;
    }
    .service-card .service-card-body h3 {
        font-size: 32px;
        width: 100%;
    }
    .service-card-body {
        font-size: 16px;
    }
    .service-row .service-col li {
        display: block;
        font-size: 18px;
    }
    .service-row .service-col li:not(:last-child) {
        padding-right: 0px;
    }
    .service-row .service-col li:not(:last-child):before {
        display: none
    }
    .header .navbar-brand img {
        max-height: 40px;
    }
}


@media only screen and (min-width: 961px) {
    .header .navbar-brand{
        width: 25%;
    }
    .header .navbar-collapse {
        width: 50%;
    }
    .header-cta{
        width: 25%;
        display: flex;
        justify-content: end;
    }
}

@media only screen and (max-width: 960px) and (min-width: 768px)  {

    .hero-heading {
        font-size: 44px;
        line-height: 62px;
    }
    .hero-service-box .service-box-inner h3 {
        font-size: 22px;
    }
    .heading-2 {
        font-size: 32px;
    }
    .heading-secondary {
        font-size: 42px;
    }
    .section-subtitle p {
        font-size: 20px;
    }
    .heading-3 {
        font-size: 20px;
        line-height: 30px;
    }
    .service-col h2 {
        font-size: 42px;
    }
    .service-card .service-card-body h3 {
        font-size: 34px;
    }
    .section-title h2 {
        font-size: 42px;
        line-height: 58px;
    }
    .banner-heading h2 {
        font-size: 52px;
    }
    .banner-heading h3 {
        font-size: 28px;
        line-height: 44px;
    }
    .title-banner {
        min-height: 50vh;
    }

    .cta-heading {
        font-size: 52px;
    }
    .footer{
        height: 100%;
    }
    .heading-primary {
        font-size: 44px;
    }
    .footer-buttons a:first-child{
        margin-bottom: 30px;
    }
    .service-row .service-col li {
        margin-bottom: 20px;
    }
}