@media(max-width:1024px){
    .header-info .header-info-item .header-info .item .title {
        font-size: 18px;
    }
    .navigation .navbar .navbar-nav .nav-item a {
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        font-family: "Poppins", sans-serif;
        color: #fff;
        text-transform: capitalize;
        position: relative;
        margin: 0;
        line-height: 20px;
        margin-right: 0px;
        transition: all 0.3s ease-out 0s;
    }
    .d-lg-flex {
        width: 100%;
    }
    .navigation .navbar .navbar-nav .nav-item {
        margin-right: 0px;
    }
    .header-menu {
        height: 40px;
    }
    .sidenav {
        display: none;
    }  
    .col-lg-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    } 

}

@media (min-width: 992px){
    .d-lg-flex {
        width: 100%
    }

}



@media(max-width:768px){
    .header-info .header-info-item .header-info .item .title {
        font-size: 20px;
    }
    .header-info .header-info-item .header-info .item {
        padding-left: 50px;
        position: relative;
        margin: 4px 48px;
    }
    .navigation .navbar .navbar-toggler .toggler-icon {
        width: 37px;
        height: 4px;
        background-color: #fff;
        margin: 5px 0;
        display: block;
        position: relative;
    }
    .header-menu {
        height: 60px;
    }
    .navigation {
        margin-top: 10px;
    }
    .navigation .navbar .navbar-nav .nav-item {
        margin-top: 27px;
    }
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
        background-color: #f7941d;
        z-index: 8;
        padding: 16px 16px;
        box-shadow: 0 26px 48px 0 rgb(0 0 0 / 15%);
    }
    .navigation .navbar .navbar-nav .nav-item a {
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        font-family: "Poppins", sans-serif;
        color: #fff;
        text-transform: capitalize;
        position: relative;
        margin: 0;
        line-height: 40px;
        margin-right: 0px;
        transition: all 0.3s ease-out 0s;
    }
    .header-info .header-info-item .header-info .item i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
        color: #6cbe03;
    }
    .header-info .header-info-item {
        height: 110px;
    }
    .sidenav {
        display: none;
    }
    .col-lg-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    col-sm-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-md-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .p-img {
        width: auto !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    /*.slick-slide {        
        float: none !important;
       
    }*/

    .about-info-area .about-info-thumb-r {
        margin-left: 0;
        margin-right: 0;
    }
    .pl-5 {
        padding-left: 0rem !important;
    }



}

@media(max-width:664px){
    .header-info .header-info-item .header-info .item .title {
        font-size: 4px;
    }
    .sidenav {
        display: none;
    }
    col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .pl-5 {
        padding-left: 0rem !important;
    }

}


@media(max-width:480px){
    .header-info .header-info-item .header-info .item .title {
        font-size: 10px;
    }
    .header-info .header-info-item .header-info .item {
        padding-left: 50px;
        position: relative;
        margin: 2px 10px;
    }
    .sidenav {
        display: none;
    }
    .pl-5 {
        padding-left: 0rem !important;
    }

}

.pl-60-right {
    padding-left: 0px;
}

/*navi bar*/

.li-nav {
    float: left;
}

.li-nav a {
    display: block !important;
    color: white;
    text-align: center !important;
    padding: 0px 30px !important;
    text-decoration: none !important;
}

.li-nav a:hover:not(.active-nav) {
    background-color: #111;
}

/*navi bar end*/

/*h3 logo text color*/
.logo-text{
    color: #6cbe03;
    font-size: medium;
    font-weight: 500 !important;
}

/*image size (product)*/
.p-img{
    width: auto !important;
    height: auto !important;
}

/*product details*/
.col-lg-4-p {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}


.pl-60-d {
    padding-left: 0px;
}


/*fix sidebanner*/
.sidenav {
    height: 100%;
    width: 120px;
    position: sticky;
    z-index: 1;
    top: 0;
    right: 0;
    float: right;
    background-color: transparent;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 0;
}

/*footer margin*/
.footer-content, .footer-list {
    margin-top: 65px !important;
}

.col-text{
    text-align: center;
    font-size: 10pt !important;
    line-height: 18px;
}

.p-text{
    text-align: center;
}
.p-text1{
    font-weight: 700;
}
.p-text2 {
    text-align: justify;
}
.p-text-it{
    text-align: center !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-size: small !important;
}
.p-specil{
    text-align: center !important;
    font-weight: 700;
    font-size:x-large !important;
}


/*Tab spase*/
.tab-s { 
    display: inline-block; 
    margin-left: 24px; 
} 

.tab-s-txt{
    display: inline-block;
    /*margin-left: 24px;*/
    margin-left: 0px;
}

.about-info-area .about-info-thumb-r::before {
    position: absolute;
    content: '';
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    height: 390px;
    background: #f7941d;
}
.about-info-area .about-info-thumb-r {
    position: relative;
}

.elmt-centered-sec-con{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul-cus-1{    
    /*margin-left: 28px;*/
    margin-top: 8px;
}
.t-align-center{
    text-align: left;
}
.pd-top-unsetter{
    padding-top: 0px !important;
}