@media screen and (max-width: 1200px){
    .navbar .navbar-nav>li>a{
        font-size: 13px;
        margin-right: 30px;
    }

    .header__image{
        height: 434px;
        width: 664px;
    }
}

@media screen and (max-width: 1100px){
    .header{
        background: #f6ebe7;
        height: 285px;
        margin-bottom: 100px;
    }

    .header__title{
        font-size: 50px;
    }

    .header__text {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .header__image {
        height: 386px;
        width: 622px;
    }
}

@media screen and (max-width: 991px){
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
            text-align: center;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display: block !important;
    max-height: 100% !important;
    }

    .header h1{
        margin-top: 13vh;
    }

    .header h2{
        font-size: 45px;
    }

    .header__text{
        font-size: 20px;
    }

    .productsPage .searchBox{
        margin-bottom: 100px;
    }

    .productPage .authorBox{
        width: 100%;
    }

    .navbar-toggle .icon-bar{
        background: #303437;
    }

    .navbar-toggle{
        margin-right: 0px;
        margin-top: 20px;
    }

    .navbar-brand>img{
        width: 129px;
        margin-top: 10px;
    }

    .navbar{
        min-height: 70px;
        padding: 0px 10px;
    }

    .header{
        margin-top: 70px;
        height: auto;
    }

    .header__image {
        height: auto;
        width: 100%;
        position: relative;
        margin-top: 30px;
    }

    .header-title{
        font-size: 35px;
    }

    .contractors__title{
        font-size: 35px;
    }

    .blog__body img{
        max-width: 100%;
    }
    
    .dashboard__card{
        margin-bottom: 20px;
    }
    
    
    
    .check-order__subtitle{
        font-size: 30px;
    }
    
    .single-contractor__start{
        max-width: 100%;
    }
    
    .single-contractor__list {
        display: -webkit-box;
        overflow-y: scroll;
        max-width: 100%;
        width: fit-content;
    }
    
    .single-contractor__list li{
        float: none;
        display: block;
    }
   
}

@media screen and (max-width: 767px){
    
    .login__input{
        margin-bottom: 20px;
    }
    
   .dashboard__button {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.shop__input{
        padding: 23px 30px;
}
    
    .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num p{
        font-size: 100px;
    }
    
    .timer--clock .clock-separator p{
        font-size: 80px;
    }
    
    .timer{
        width: 265px;
        height: 200px;
        display: block;
        position: relative;
        color: #bd756b;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    
    .headerNav{
        margin-top: 0px;
        height: auto;
        padding-bottom: 50px;
    }

    .working-section__image{
        bottom: auto;
    }

    .footer__subtitle{
        margin-top: 20px;
    }

    .footer__phone{
        margin-bottom: 30px;
    }

    .contr-section__button{
        max-width: 100%;
    }

    .btn-two{
        width: 100%;
    }

    .landing4 img{
        max-width: 100%;
    }

    .landing4{
        padding-bottom: 100px;
    }

    .productPage .authorBox{
        margin-top: 20px;
    }

    .productPage .gallery .slider-for img{
        height: 350px;
    }

    .productPage .gallery .slider-nav img{
        height: 70px;
    }

    .landing1 .sideSection img{
        max-width: 100%;
        margin-top: 20px;
    }

    .navbar .navbar-nav>li>a{
        margin-right: 0px;
    }
}