.primary_navigation>ul>li>a:hover{
    background-color: white;
    color: black;
}
.head-cat{   
    padding: 0 69px;
    line-height: 30px;
    color: black; 
}
.head-cat:hover{
    color:black;
    
}

.header-tab{
    border-right: 1px solid black;
    text-align: center;
}

.header-tab:hover > .head-cat{
    color: white;    
    font-weight: 600;
}

.header-tab:hover{
    border-right: 1px solid white;
    background-color: black;
}


.footer-li{
    display: inline-block;
}

.footer-li1{
    display: inline-block;
    border-right: 1px solid;
    padding-right: 10px;
}

.footer-text{
    text-align:center;
    margin:0px;
    margin-top: 20px;
} 

.footer-img{
    width: 50px;
}

.subscribe-div{
    padding:25px;background-color:#f6f6f6;
}

.subscribe-div1{
    display:flex;
}

.subscribe-img{
    margin-right: 0px;
    height: 30px;
    margin-top: 9px;
}

.subscribe-p{
    margin-top:10px;
        line-height: 1.1;
    text-align: center;
    font-size: 26px;
    margin-left: 15px;
}

.subscribe-div2{
    text-align: center;
}

.subscribe-input{
    margin-top: 15px;
    padding: 9px;
    width: 18%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #e4e2e2;
}


.subscribe-btn{
    margin-top: 10px;
    padding: 9px;
    margin-left: -6px;
    border: 0px;
    background-color: #ff3300;
    color: white;
    border-radius: 5px;
}

.subscribe-p2{
    text-align: center;
    margin-top: 15px;
}

 

.logo-size{
    width:100%;
}
    
.footer-logo-size{
    width:17%;
}


@media(max-width:768px){
    .logo-size{
        width:50%;
    }
    
    .footer-logo-size{
        width:50%;
    }

    .menu-toggle{
        display: none !important;
    }
    
    .subscribe-input { 
        width: 52%;
    }
    
    .header_top{
        margin-bottom: 20px;
    }
    
    .mastheader.header_style4 .logo h1 {
        font-size: 40px;
    }
}