/*Owl-carousel styles*/


h5.topslidertext {
    margin-bottom: 0;
    padding-left: 25px;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-align: center;
    justify-content: center;
}

#news button.owl-prev {
    background-color: transparent;
    border: none !important;
    position: absolute;
    left: 0;
    top:-6px;
}

#news button.owl-next {
    background-color: transparent;
    border: none !important;
    position: absolute;
    right: 0;
    top: -6px;
}


.owl-nav i {
    font-size: 30px;
    color:#fff;
}
#prod1{
    position:relative;
}
 #prod1 .owl-nav i {
 color:#000;
 }
#prod1 .owl-nav {
    display: block;
}
    #prod1 button.owl-prev {
        background-color: #fff;
        border: 1px #000 solid;
        position: absolute;
        left: 0;
        top: 50%;
        border-radius:30px;
        width:35px;
        height:35px;
    }
    #prod1 button.owl-next {
        background-color: #fff;
        border: 1px #000 solid;
        position: absolute;
        right: 0;
        top: 50%;
        border-radius: 30px;
        width: 35px;
        height: 35px;
    }
#RenatusCrown {
    position: relative;
}

    #RenatusCrown .owl-nav i {
        color: #000;
    }

    #RenatusCrown .owl-nav {
        display: block;
    }

    #RenatusCrown button.owl-prev {
        background-color: #fff;
        border: 1px #000 solid;
        position: absolute;
        left: 0;
        top: 50%;
        border-radius: 30px;
        width: 35px;
        height: 35px;
    }

    #RenatusCrown button.owl-next {
        background-color: #fff;
        border: 1px #000 solid;
        position: absolute;
        right: 0;
        top: 50%;
        border-radius: 30px;
        width: 35px;
        height: 35px;
    }
/*New Styels Added by ashok*/
.topmenu {
    background: #2f612e;
    z-index: 99;
    position: relative;
}
h3.mobile {
    color: #fff;
    font-size: 18px;
}
.website-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
}
img.websitelogo {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 11px auto;
}
.main-menu {
    float: left;
}
.cartbtn i {
    font-size: 30px;
}
.mainmenu ul li a {
    color: #000;
    text-decoration: none;
}
.mainmenu ul {
    margin-bottom: 0;
    padding-left: 0;
}

 .mainmenu ul li {
        display: inline-block;
        position: relative;
        cursor: pointer;
    }
.mainmenu ul li a {
    padding: 0 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mainmenu ul li a:hover,
.footer-links li a:hover {
    text-decoration: none;
}
.mainmenu ul li:hover .submenu {
    display: block;
}
ul.footer-links li a {
    text-decoration: none;
}
.Qualitydata {
    position: absolute;
    top: 35px;
    margin: 0 100px;
}
h2.Quality {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Century Gothic;
}
.dataQula p {
    text-align: center;
    font-size: 15px;
    line-height: 30px !important;
    margin-bottom: 5px;
}
a.renatu-btn {
    background: #fff;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cattitle {
    position: absolute;
    bottom: 110px;
    color: #fff;
    width: 100%;
}
h2.catname {
    text-align: center;
}
.catslider .carousel-indicators {
    position: absolute;
    right: 0;
    top: -65px !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: -13% !important;
    margin-bottom: 7px !important;
    margin-left: 49% !important;
    margin-top: 10px !important;
    font-size: 20px !important;
}
.carousel-inner.catsliders {
    margin-top: 50px;
}
.catslider .carousel-indicators [data-bs-target] {
    width: 100%;
}

.newprodimg {
    position: absolute;
    top: 30px;
    width:100%;
}
img.ImgNewPRod {
    display: flex;
    width: 70%;
    margin: 0 auto;
}
.NewPRoDdata {
    position: absolute;
    width: 95%;
    bottom: 25px;
    left: 20px;
    right: 20px;
    font-family: Century Gothic;
}
.right-newprod .newprodimg {
    top: 0px;
}
.right-newprod img.ImgNewPRod {
    display: flex;
    width: 75%;
    margin: 0 auto;
}
.right-newprod h3.NewProTitle {
    font-size: 16px;
}
.right-newprod .NewPRoDdata {
    position: absolute;
    width: 90%;
    bottom: 25px;
    left: 15px;
    right: 5px;
    font-family: Century Gothic;
}
.mobileapp {
    position: absolute;
    top: 50px;
    width: 100%;
    margin: 0 100px;
    color: #fff;
}
img.Mobileappsimg {
    margin: 0 auto;
    display: flex;
    width: 37%;
}
.appmobile {
    display: flex;
    align-items: center;
    justify-content: center;
}
h2.Downloadapp {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 40px;
}
a.usericons i {
    font-size: 30px;
    color: #000;
}
/*Responive Css*/
@media screen and (min-device-width: 220px) and (max-device-width: 768px) {
    .mainmenu {
        display: none;
    }
    .topmenu {
        padding: 10px;
    }
    h5.topslidertext {
        font-size: 14px;
        width: 91%;
    }
    .header-video {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -98px !important;
        z-index: 0;
        position: relative;
    }
    #prod1 {
        margin-top: 33px;
        margin-bottom: -21px;
    }
    .Qualitydata {
        position: relative;
        top: -92px;
        margin: 0 0px;
        margin-bottom: -100px;
    }
    .newprod {
        margin-bottom: 25px;
    }
    .NewPRoDdata {
        left: 6px;
    }
    .mobileapp {
        position: relative;
        top: -112px;
        width: 100%;
        margin: 0 1px;
        color: #fff;
        margin-bottom: -101px;
    }
    .catslider .carousel-indicators {
        position: absolute;
        right: 24px;
        top: -42px;
        left: -9px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: -125% !important;
        margin-bottom: 7px !important;
        margin-left: 126% !important;
        margin-top: 10px !important;
        font-size: 10px !important;
    }
}
