
@media (min-width: 1000px) and (max-width: 5000px){
    .mob-menu {
        display: none;
    }
    .bannerheading {
        position: absolute;
        bottom: 15px;
        color: #fff;
        width: 100%;
        text-align: center;
    }

}
@media (min-width: 1400px) and (max-width: 1599px) {

.bannerheading {

    bottom: 29px;
   
}
.bannerheading h1 {
   
    font-size: 33px;
}
.thcls {
    width: 40%;
}
ul.navbar-nav a {
    
    padding: 33px 14px!important;
    font-size: 14px;
}

}

@media (min-width: 1200px) and (max-width: 1399px){
    ul.navbar-nav a {
        
        padding: 34px 9px!important;
        font-size: 12px;
    }
    img.logosakhi {
        width: 61px!important;
    }
    a.navbar-brand img {
        width: 58px!important;
       
    }
    .homeinnerbox h2 {
       
        font-size: 43px;
       
    }
    .homeinnerbox h5 {
        
        font-size: 21px;
        
    }
   
    .thcls {
        width: 41%;
    }
    .bannerheading { 
        bottom: 23px;
        
    }
    .bannerheading h1 {
       
        font-size: 30px;
    }
    
}

@media (min-width: 992px) and (max-width: 1199px){
    .bannerheading {
       
        bottom: 15px;
        
    }
    .bannerheading h1 {
       
        font-size: 25px;
    }
    .homeinnerbox h5 {
        
        min-height: 58px;
    }
}



@media (min-width: 768px) and (max-width: 991px){

}

@media (min-width: 300px) and (max-width: 767px){
    button.three {
        position: absolute;
        right: -35px;
        font-size: 24px;
        background: #592e0f;
        color: #fff;
        border: 0px;
    }
button.four {
    display: none;
}
button.four {
    position: absolute;
    right: -32px;
    font-size: 24px;
    background: #00274d;
    color: #fff;
    border: 0px;
}
main {
    padding: 0px 0px 45px 0px;
}
.sidemenu-wrapper {
    left: -285px;
}
.sidemenu-wrapper.is-active button.three {
    display: none;
}
.sidemenu-wrapper.is-active button.four {
    display: block;
}
.sidemenu-wrapper.is-active {
    left: 0px;
}
main.mainbodyis-active:before {
    position: absolute;
    content: "";
    background: #000000ab;
    width: 100%;
    height: 117%;
    z-index: 9;
    top: -116px;
}
main.mainbodyis-active {
    position: fixed;
    height: 117%;
    z-index: 9;
    top: -116px;
}
ul.navbar-nav a {
    padding: 14px 19px!important;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    left: 18px;
}
}
.sidemenu-wrapper {
    transition: all ease 1s;
}