@media(min-width: 992px) and (max-width: 1300px){
    .header-top__phone, .header-top__email{
        font-size: 13px;
    }
    .top-home__subtitle{
        font-size: 30px;
    }
    .top-home__title{
        font-size: 4em;
    }
    .btn-default{
        font-size: 17px;
    }
    .footer-top__title{
        font-size: 40px;
        margin-bottom: 20px !important;
    }
    .footer-top__subtitle{
        font-size: 20px;
    }
    .footer-top__text p{
        font-size: 14px;
    }
    .footer-middle__link{
        font-size: 40px;
    }
    .copyright p{
        font-size: 13px;
    }
    .green-container:before{
        right: -11%;
    }
    .contact-blocks__single-text a{
        font-size: 25px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .header-top__phone, .header-top__email{
        font-size: 13px;
    }
    .top-home__subtitle{
        font-size: 20px;
    }
    .top-home__title{
        font-size: 30px;
    }
    .btn-default{
        font-size: 15px;
    }
    .who-container__image{
        display: none;
    }
    .footer-top__title{
        font-size: 20px;
        margin-bottom: 20px !important;
    }
    .footer-top__subtitle{
        font-size: 16px;
    }
    .footer-top__text p{
        font-size: 14px;
    }
    .footer-middle__link{
        font-size: 30px;
    }
    .copyright{
        margin-top: 40px;
    }
    .copyright p{
        font-size: 13px;
    }
    .green-container:before{
        right: -11%;
    }
    .contact-blocks__single-text a{
        font-size: 25px;
    }
    .right-sidebar{
        display: none;
    }
    .top-container__abs h1, .top-container__abs .h1{
        font-size: 40px;
        line-height: 40px;
        padding: 28px 28px 18px;
    }
    .green-container__text{
        font-size: 16px;
    }
    .contact-blocks{
        grid-template-columns: 1fr;
    }

}
@media(max-width: 767px){
    .who-container__image{
        display: none;
    }
    .posts-services__title{
        font-size: 35px;
    }
    .footer-logo{
        text-align: center;
        margin-bottom: 40px;
    }
    .footer-logo img{
        max-width: 50%;
    }
    .footer-menu{
        text-align: center;
        margin-bottom: 40px;
    }
    .footer-address{
        margin-bottom: 40px;
    }
    .copyright{
        text-align: center;
    }
    .who-container__title{
        font-size: 35px;
        margin-bottom: 25px;
    }
    .who-container__text{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .top-home__abs{
        position: relative;
        bottom :0;
    }
    .top-cont{
        padding: 30px 0;
    }
    .top-home__subtitle{
        font-size: 20px;
    }
    .top-home__title{
        font-size: 34px;
        margin-bottom: 20px;
    }
    .footer-middle__link{
        font-size: 28px;
    }
    .single-service__title{
        min-height: auto;
    }
    .footer-middle__phone{
        margin-bottom: 30px;
    }
    .footer-top__abs{
        background-position: top center !important;
        background-size: cover !important;
        position: relative;
        top:0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        padding: 30px 0;
    }
    .footer-top__abs:before{
        content: '';
        position: absolute;
        top:0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(255,255,255,0.7);
    }
    .footer-top__subtitle{
        font-size: 25px;
    }
    .footer-top__title{
        font-size: 30px;
    }
    h2, .h2{
        font-size: 25px;
    }
    .top-container__abs{
        bottom: 10px;
    }
    .top-container__abs h1, .top-container__abs .h1{
        font-size: 20px;
        line-height: 20px;
        padding: 15px 15px 8px;
    }
    .green-container__text{
        font-size: 14px;
    }
    .green-container:before{
        right: -25%;
        width: 50%;
    }
    .green-container h1, .green-container .h1{
        position: relative;
        font-size: 25px;
    }
    .contact-blocks{
        grid-template-columns: 1fr;
    }
    .contact-blocks__single-text a{
        font-size: 25px;
    }
    .header-top{
        display: none;
    }
    .footer-top img{
        display: none;
    }
    .rmp-container{
        background: rgb(19, 97, 6) !important;
    }
    .rmp_menu_trigger{
        margin-top: 0 !important;
    }
    .header-top__phone i, .header-top__email i{
        font-size: 30px;
        color:rgb(19, 97, 6);
    }
    .header-bottom{
        margin-top: 0;
    }
}
@media(min-width: 768px){
  .footer-top__abs{
      background: none !important;
  }
}
