.header-web {
    left: 0;
    right: 0;
    z-index: 2;

    background-color: #000000;
    top: 0;
    margin: 0 auto;
    justify-content: center;
    position: fixed !important;
    display: block;
    max-width: 1600px;
}
.web-top-strip {
    background-color: #fffa76;
    border-bottom: 1px solid #1e1e1e;
}

.web-icon-with-box {
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
}

.web-logo {
    max-width: 165px;
    margin-top: 10px;
    height: auto;
}

.header-mob {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    background-color: #000000;
    border-bottom: 1px solid #1e1e1e;
    position: fixed;
    max-width: 1305px;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: none;
}

.mob-top-bar-left-menu {
    padding-top: 5px;
    position: relative;
    text-align: left;
}

.mob-top-bar-right-menu {
    position: relative;
    text-align: right;
}

.mob-icon-with-box {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
}

.mob-icon {
    width: 25px;
    height: 25px;
    margin: 5px auto;
}

.mob-logo {
    max-width: 110px;
    height: auto;
}

/* 
  side bar
*/

.slidesidebarmenu {
    width: fit-content;
    cursor: pointer;
}

.slidesidebarbox {
    position: fixed;
    top: 0;
    right: initial;
    left: -100%;
    -webkit-transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    bottom: 0;
    width: 400px;
    margin: 15px;
    border: 1px solid #353535;
    background-image: url(../img/menubg1.jpg?vr=1);
    background-size: 100% auto;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #1f1f1f;
    padding: 25px 25px 25px 25px;

    z-index: 3;
}
.slidesidebarbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 6px;
    height: 100%;
    width: 58px;
    border: 1px solid #353535;
    background-image: url(../img/menubg2.jpg?vr=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}
.slidesidebarboxlogo {
    max-width: 151px;
    height: auto;
}
.slidesidebarbox.active {
    right: initial;
    left: 0;
}

.slide-sidebar-close {
    position: absolute;
    padding: 0 28px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: color 0.3s, visibility 0.3s;
    transition: color 0.3s, visibility 0.3s;
    text-align: center;
    color: #fffa76;
    left: 100%;
    line-height: 68px;
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    z-index: 2;
}
.slidesidebarsection {
    height: 100%;
    overflow-y: auto;
    padding:  10px;
}

.slidesidebarboxcontent {
    margin-top: 20px;
}

.sidenavsocial-ul {
    list-style-type: none;
    overflow: hidden;
}
.sidenavsocial-ul a {
    padding: 8px 8px 8px 8px;
}
.sidenavsocial-ul li {
    float: left;
    margin: 0;
    list-style: none;
}
.sidenavsocial-icon {
    color: #ffe41f;
}

/*search*/

.footer-bg {
    margin-top: 20px;
    background-color: #000000;
    width: 100%;
    height: auto; /* Height of the footer */
}

.footer-bg-strip {
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid #505050;
}

.ul-footer-social {
    margin-top: 10px;
    list-style-type: none;
}
.footer-logo {
    width: auto;
    height: 175px;
}

.ul-footer-social li {
    display: inline;
}
.ul-footer-social li a {
}
.footer-icon-social {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #ffffff;
    padding: 9px;
}
.copywright {
    margin-top: 10px;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #a5a5a5;
}
.floating-whatsapp-button {
    cursor: pointer;
    position: fixed;
    bottom: 140px;
    right: 50px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
}

@media (min-width: 992px) and (max-width: 1600px) {
    .header-web {
        display: block;
    }
    .header-mob {
        display: none;
    }
    .content-area {
        margin-top: 130px;
        min-height: 650px;
    }
    .footer-bg {
        padding: 35px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .header-web {
        display: none;
    }
    .header-mob {
        display: block;
    }
    .mob-icon {
    
     margin: 0px auto;
    }
    
    .content-area {
        margin-top: 70px;
        min-height: 650px;
    }
    .footer-bg {
        padding: 15px;
    }
    .copywright {
        min-height: 185px;
    }
    .slidesidebarbox {
        width: 260px;
        padding: 15px;
        padding: 25px 25px 25px 25px;
    }

    .footer-logo {
        width: auto;
        height: 110px;
    }
    .footer-icon-social {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 479px) {
    .header-web {
        display: none;
    }
    .header-mob {
        display: block;
    }
    .mob-icon {
    
     margin: 0px auto;
    }
    
    .content-area {
        margin-top: 70px;
        min-height: 650px;
    }
    .footer-bg {
        padding: 15px;
    }
    .copywright {
        min-height: 185px;
    }
    .slidesidebarbox {
        width: 260px;
        padding: 15px;
        padding: 25px 25px 25px 25px;
    }

    .footer-logo {
        width: auto;
        height: 110px;
    }
    .footer-icon-social {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}
