
@media (max-width: 995px) {
    body .logo-b {
        opacity: 1;
        position: absolute;
        transition: opacity .1s ease-in-out;
        left: 35px;
        top: 0;
    }
    .btn-make {
        background:black!important;
    }

    body .header-area .header-actions-area {
        width: 0;
        .header-actions{
            p{
                display: flex;
                gap: 10px;
                justify-content: center;

            }
        }
    }
}
.menu-fixed .header-area a {
    color:white;
}
.btn-make{
    color: #fff;
    background: #a4b7bf;
}
.btn-make:hover{
    background: black;
}
.menu-fixed .header-area .logo-w
{
    width: 85%;
}
.logo-b {
    opacity: 1;
    position: absolute;
    transition: opacity .1s ease-in-out;
    left: 70px;
    top: 0;
}
body .header-area .header-actions-area {
    .header-actions{
        p{
            display: flex;
            gap: 10px;
            a{
                text-wrap: nowrap;
            }
        }
    }

}
.slider-block .slider-top-caption-text-1 h1{
    font-size: 28px;
    line-height: 42px
}

.toolbar-fixed .header-area{
  top: 80px;
}

@media (max-width: 995px) {

    body .slider-block .slider-top-caption-text-1 h1{
        font-size: 20px;
        line-height: 25px
    }
}