@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
:root{
    --main-color:#194a33;
    --main-color-two:#8CBC4F;
}
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


p{
    line-height: 28px;
    font-size: 16px;
}
a:hover{
    text-decoration: none;
}


.stellarnav.dark{background: transparent;border-top: 1px solid #ffffff1a;}
.stellarnav.dark li a:hover{background: #fff;color: var(--main-color);border-top-left-radius: 5px;border-top-right-radius: 5px;}
.stellarnav > ul > li > ul > li > a:hover{color: var(--main-color) !important;}
.nhk {
    position: relative;
}
.lst i {
    color: #726262;
}
.sbox {

    padding: 10px;
}
.lst:hover .sbox{
    opacity: 1;
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 16%);
}
.barbg{
    background: #fff;
    width: 40px;
    height: 37px;
    text-align: center;
    line-height: 35px;
    border-radius: 12px;
    transition: all ease 1s;
}
.barbg:hover{
    background: var(--main-color-two);
    color: #fff;
}
.logo{
    display: block;
    /* width: 150px; */
    padding: 10px 0;
}
.logo img{width:  100%;}
.fa-chevron-square-left, .fa-chevron-square-right {
    font-size: 40px;
  
}
.slider-data {
    position: absolute;
    bottom: 40%;
    width: 100%;
    left: 0%;
    right: 0%;
    margin: auto;
    text-align: center;
}
.slider-data p {
    text-align: center;
    font-size: calc(14px + 1.6vw);
    color: #fff;
    text-shadow: 1px 2px 5px #000;
    margin: 0;
}
.slider-data h3 {
    color: var(--main-color-two);
    font-size: calc(14px + 3.5vw);
    font-weight: 900;
    text-align: center;
    font-family: 'Playfair Display', serif;
    text-shadow: 1px 2px 4px #000000c7;
    line-height: 100px;
}
.carousel-item img{
    width: 100%;
}
.sbox .cbtn{border-bottom-right-radius: .25rem;border-top-right-radius: .25rem;padding: 0 20px;color: #fff;}
.cbtn{
    background: var(--main-color-two);
    border-radius: 0px; 
}
.points{
     background: var(--main-color); 
    padding: 40px 0px;z-index: 1 !important;
}
.pbox{
    text-align: center;
    margin-bottom: 30px;
}
.pbox h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 21px;color: #fff;

}
.pbox p{
    margin: 0;
    font-size: 14px;
    color: #ddd;

}
.pimg{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 100px;
    margin: auto;
    margin-bottom: 15px;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    transition: .5s ease-out;
text-align: center;

    border: 1px dashed var(--main-color-two);
}
.input-box{display: flex;}
.input-box input{height: 40px;border:1px solid var(--main-color);width: calc(100% - 40px);}
.input-box label{height: 40px;width: 40px;background: var(--main-color);color: #fff;text-align: center;line-height: 40px;}
.l-hi{line-height: 117px;}
.h-hi{height: 250px;}
.pimg img{
    width: 50px;transition: .5s;
}
.pbox:hover img{
    transform: scale(.9);
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}

.abtus{
    padding: 70px 0px;
    background-image: url(../images/bg.jpg);background-size: cover;
}
.abtus .dbtn:before, .dbtn:after{border: 3px solid #bbb !important}
.bg-icon{position: relative;z-index: 1;}
.bg-icon:after{content: "";position: absolute;z-index: -1;bottom: 0;left: 0;height: 100%;width: 100%;background-image: url(../images/bg-icon.png);background-size: cover;background-repeat: no-repeat;opacity: .2;}

.heading{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
    position: relative;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #484848;
}
.bt-100{bottom: 100px !important;}
.main-header-sec{background-color: var(--main-color);position: relative;z-index: 9;overflow: hidden;}
.main-header-sec:after{content: "";position: absolute;background-image: url(../images/header.png);top: 2px;right: 4px;height: 200px;width: 190px;background-size: 200px;filter: contrast(0);z-index: -1;}
.main-header-sec:before{content: "";position: absolute;background-image: url(../images/header.png);bottom: 0px;left: -2px;height: 200px;width: 190px;background-size: 200px;filter: contrast(0);transform: rotate(180deg);z-index: -1;font-weight: normal;}
.top-header ul{margin-bottom: 0px;padding: 10px 0;border-bottom: 1px solid #ffffff1a;color: #fff;text-align: center;}
.top-header ul li{display: inline-block;margin-right: 30px;}
.top-header ul li p{margin-bottom: 0px;}
.stellarnav.dark li a{color: #ccc;}
.stellarnav li.has-sub > a:after{border-top: 6px solid #ccc;}
.stellarnav ul{text-align: center;}
.stellarnav.dark li a{font-weight: normal;font-size: 15px;}
.heading:after{
    content: '';
    position: absolute;
    left: 54%;
    bottom: -45px;
    z-index: -1;
    background-image: url(../images/head.png);
    background-size: 150px;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    transform: translateX(-50%);
    opacity: .5;
}
.newarriv{
    padding: 70px 0px 0px;

}
.product-grid{
    text-align: center;
    border: 2px solid #cdcdcd;
    -webkit-transition: 1s ease-out;
     -moz-transition: 1s ease-out;
     transition: 1s ease-out;
    margin-bottom: 30px;
    border-radius: 50px;overflow: hidden;
}
.product-grid:hover{
    border: 2px solid var(--main-color-two);
}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.whyus{background-image: url(../images/why.jpg);background-size: cover;}
.why-sec2{text-align: center;}
.why-sec2,.why-sec1{padding: 30px;}
/*.why-sec1{background: #ddd;}*/
.product-grid:hover img{filter: grayscale(1);transform: scale(1.2);}
.product-grid:hover  .add-cart:before{transform: translateX(-50%) translateY(-50%) scale(1);}
.product-grid:hover  .add-cart{background: var(--main-color);color: transparent;}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-image .pic-1{

    transition: all 0.5s ease 0s;
}
.product-grid:hover .product-image .pic-1{ opacity: 1; }
.product-grid .product-image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.product-grid .product-hot-label{
    color: #fff;
    background-color: #b12a2a;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 4px 10px 2.5px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.3s;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 25px;
    right: 15px;
}
.product-grid .product-links li{
    margin: 5px 0;
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
    transition: all .3s ease-in-out;
}
.product-grid:hover .product-links li{ transform: rotateY(0deg);}
.product-grid:hover .product-links li:last-child{ transition-delay: .1s; }
.product-grid .product-links li a{
    color:#000;
    background: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 45px;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: block;
    transition: all 0.3s;
}
.product-grid .product-links li a:hover{
    color:#fff;
    background: #cb8161;
}
.product-grid .product-content{
    background: #fff;
    padding: 15px 12px;
}
.product-grid .rating{
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
.product-grid .rating li{
    color: #888;
    font-size: 12px;
}
.product-grid .rating li.far{
    color: #ccc;
    font-size: 12px;
}
.product-grid .rating li.disable{
    color: #888; 
    display: inline-block;
}
.product-grid .title{
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 7px;
}
.product-grid .title a{
    color: #555;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #cb8161; }
.product-grid .price{
    color: #cb8161;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}
.product-grid .add-cart{
    color:#555;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 15px;
    text-transform: uppercase;
    border: 1px solid #555;
    display: inline-block;
    position: relative;
    transition: all .2s ease;border-radius: 20px;
}
.product-grid .add-cart:hover{
    color: transparent;
    background: var(--main-color-two);
    border-color: var(--main-color-two);
}
.product-grid .add-cart:before{
    content: "\f06e";
    color: #fff;
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    font-weight: 900;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .2s ease;
}
.product-grid .add-cart:hover:before{ transform: translateX(-50%) translateY(-50%) scale(1); }
@media screen and (max-width: 992px){
    .top-header ul li:nth-child(2){display: none;}
    .product-grid{ margin-bottom: 30px; }
}
.calltoact{
    background-image: url('../images/Untitled-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
/*    background-attachment: fixed;*/
    padding: 70px 0px;
    text-align: center;position: relative;z-index: 1;
}
.calltoact:after{content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;background: rgba(0,0,0,0.7);z-index: -1;}
.calltotext{
    padding: 50px 0px;
}
.calltotext h2{
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: calc(14px + 3.5vw);
}
.calltotext p{
    color: #fff;
}
.contact-header{display: flex;justify-content: flex-end;align-items: center;}
.contact-header a{font-size: 20px;color: #ddd;}
.contact-header img{width: 40px;margin-right: 10px;}
/*----------btn---------*/
.dbtn{
    color: #111;
    background: transparent;
    /* font-family: 'Roboto Flex', sans-serif; */
    font-size: 16px;
    /* font-weight: 700; */
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 13px 15px;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all .3s ease 0s;
    background: var(--main-color-two);
    display: inline-block;
}
.dbtn:focus{ color: #1e9bff; }
.dbtn:hover{
    color: #fff;
    background: #111111;
    /* box-shadow: 0 0 25px -5px #1e9bff; */
}
.dbtn:before,
.dbtn:after{
    content: '';
    border: 3px solid #e9e4d0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    clip-path: polygon(0 0, 70% 0, 20% 100%, 0 100%);
    transition: all 0.3s ease 0s;
}
.dbtn:after{ clip-path: polygon(80% 0, 100% 0, 100% 100%, 30% 100%); }
.dbtn:hover:before{
    opacity: 0.3;
    clip-path: polygon(0 0, 20% 0, 70% 100%, 0 100%);
}
.dbtn:hover:after{
    opacity: 0.3;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 80% 100%);
}
@media only screen and (max-width: 767px){
    .dbtn{ margin-bottom: 30px; }
}

/*------------testi------------*/

.test{
    padding: 70px 0px;
    overflow-x: hidden;
}
.client span{
    margin: 0;
    font-size: 24px;
}
.client h2{
    font-size: 65px;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
}

.testimonial {background: var(--main-color-two);padding: 20px 20px;margin-right: 20px;color: #fff;}
.testimonial .testimonial-content{background: var(--main-color);padding: 50px 20px;height: auto;}
.testimonial p{
    font-size: 14px;
    color:#ddd;
    line-height:24px;
    margin-bottom:0px;
    text-align: justify;
}
.add-text h2{color: #fff}
.add-text p{color: #ddd;margin-bottom: 20px;}
.testimonial .testimonial-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 3px;
    color: #fff;
    text-transform:
    capitalize;
    text-align: left;
    display: block;
    margin: 20px 0  0 0;
}
.testimonial .testimonial-title small{
    display: block;
    margin-top: 13px;
    font-size:14px;
}
.testimonial .pic{
    width: 83px;
    height: 90px;
    border-bottom: 4px solid #78c0a8;
    border-radius: 50%;
    margin: -25px auto;
    position: relative;
    z-index: 99;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 1px solid #808080;
    border-radius:50%;
}
.owl-theme .owl-controls .owl-buttons div{
    position:
    relative;
    border-radius: 0;
    background: #484848;
    padding: 10px 17px;
    transition: all 0.5s ease 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #111111;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    top: 45%;
    opacity:0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: all 0.50s linear;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -7%;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -7%;
    border-radius: 0px 0 0 0px;
}
.owl-carousel:hover .owl-buttons .owl-prev{
    opacity: 1;
    left:-5px;
}
.owl-carousel:hover .owl-buttons .owl-next{
    opacity: 1;
    right:-5px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 pro"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
.client{
    border-right: 2px solid var(--main-color-two);
}
footer{
    background: #e9e4d0;
    padding: 60px 0px 30px;
}
.ftxt h3{
    font-size: 19px;
    margin-bottom: 15px;
}
.ftxt ul{
    padding: 0;
}
.ftxt ul li{
    list-style: none;
    margin-bottom: 6px;
    font-size: 15px;color: #ddd;
}
.ftxt ul li i{color: #fff;}
.ftxt ul li a{
    color: #ddd;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.ftxt ul li a:hover,
.ftxt ul li a:focus{
    letter-spacing: 1px;
    text-shadow: -2px -2px rgba(0,0,0,0.15);
}
.ftxt ul li a:before{
    content: '';
    background: #d63031;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: -1;
    transition: all 0.5s ease 0s;
    animation: animate 1s infinite;
}
.ftxt ul li a:hover:before{ width: 100%; }
@keyframes animate{
    0%{ background-color: #111; }
    100%{ background-color: var(--main-color-two); }
}
.categoriess{
/*    background: var(--main-color);*/
    padding: 50px 0px;
    overflow-x: hidden;
}
/*.categoriess h2{color: #fff;}*/
.catebox{

    border-radius: 50px;
    position: relative;
    margin: 0px 5px;
     overflow: hidden; position: relative;z-index: 1;
} 
.catebox:after{content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;background: linear-gradient(3deg, rgba(2,0,36,.7) 0%, rgba(255,255,255,0) 70%);z-index: 0;}
.catebox img{
    border-radius: 50px;
    width: 100%;
    
}
.catebox a{
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all ease .5s;
}
.catebox a:hover{
    background: #111;
    color: #fff;
}
.cattitile{
    display: block;
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 10px;
    z-index: 2;
}
.cattitile p{
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;color: #fff;
}

#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 26px;
    z-index: 9999;
    cursor: pointer;
    transition: opacity .5s ease-out;
    opacity: 0;
    display:none;
}

.qualiity{
    padding: 50px 0px;
}
.pbox-text{text-align:left;margin-right: 20px;}
.qualiity .pbox{
    background: var(--main-color-two);
    padding: 30px 20px;
    border-radius: 50px;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% 55%, 85% 100%, 0% 100%);
}
.qualiity .p1{background: var(--main-color);}
.qualiity .p2{background: var(--main-color-two);}
.qualiity .p3{background: var(--main-color-two);}
.qualiity .p4{background: var(--main-color);}

.qualiity .pbox .pimg i{
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
}
.qualiity .pimg{border: none;line-height: 0;}
.abttext ul{display: grid;grid-gap: 20px;grid-template-columns: 1fr 1fr;}
.abttext ul li{
    list-style: none;
    position: relative;
    padding: 15px;
    border: 1px dashed #222;
    border-radius: 20px;text-align: center;
}
.qualiity .p1:after{content: "1";position: absolute;height: 100px;width: 100px;border-radius: 20px;background: var(--main-color-two);right: -20px;bottom: -20px;text-align: left;padding: 10px 20px;font-size: 25px;font-weight: bold;color: #fff;}
.qualiity .p2:after{content: "2";position: absolute;height: 100px;width: 100px;border-radius: 20px;background: var(--main-color);right: -20px;bottom: -20px;text-align: left;padding: 10px 20px;font-size: 25px;font-weight: bold;color: #fff;}
.qualiity .p3:after{content: "3";position: absolute;height: 100px;width: 100px;border-radius: 20px;background: var(--main-color);right: -20px;bottom: -20px;text-align: left;padding: 10px 20px;font-size: 25px;font-weight: bold;color: #fff;}
.qualiity .p4:after{content: "4";position: absolute;height: 100px;width: 100px;border-radius: 20px;background: var(--main-color-two);right: -20px;bottom: -20px;text-align: left;padding: 10px 20px;font-size: 25px;font-weight: bold;color: #fff;}
.abttext ul li h4{font-size: 16px;}
.abttext ul li img{
    width: 60px;margin-bottom: 10px;
}
.middiv{
    padding: 50px 0px 30px;
}
.header-inner {
    background: url(../img/inner-banner.jpg) no-repeat center top;
    background-size: auto;
    background-size: cover;
    padding: 100px 0 45px;
    margin-top: -38px;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.breadcrumbs ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
.header-inner .breadcrumbs ul li a {
    color: #fff;
}
.headding11 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    text-align: center;
}
.header-inner {
    background: url(../img/bredparallax.jpg) no-repeat center top;
    background-size: auto;
    background-size: cover;
    padding: 75px 0;
    margin-top: 0;
    background-attachment: fixed;
}
.middiv .heading{
    margin-bottom: 15px;
}
.bord{
    border-radius: 50px 0px;
    border-bottom: 4px solid #ffd101;
    border-left: 4px solid #ffd101;
}

.middiv .catebox {
    border: 2px solid #e9e4d0;
    margin: 0;
    margin-bottom: 20px;
}
.middiv .catebox .cattitile{
    width: 100%;
    bottom: 40px;
}
.middiv .product-grid {
    border: 2px solid #e9e4d0;
    margin-bottom: 20px;
}
.listcat{
    background: #e9e4d0;
    padding: 20px;
}
.listcat h4{
    font-size: 22px;
    border-bottom: 1px solid grey;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.listcat ul li{
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    padding-left: 18px;
}
.listcat ul li:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--main-color-two);
    top: 8px;
    left: 0px;
}

.listcat ul li a{
    color: #111;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.listcat ul li a:hover,
.listcat ul li a:focus{
    letter-spacing: 1px;
    text-shadow: -2px -2px rgba(0,0,0,0.15);
}
.listcat ul li a:before{
    content: '';
    background: #d63031;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: -1;
    transition: all 0.5s ease 0s;
    animation: animate 1s infinite;
}
.listcat ul li a:hover:before{ width: 100%; }
@keyframes animate{
    0%{ background-color: #111; }
    100%{ background-color: var(--main-color-two); }
}

/*----------product slider-------*/

.pthumb{
    border: 1px solid grey;
    margin: 0px 5px;
}
.pthumb img{
    width: 100%;

}
.p-img{
    background: #f2f2f2;
}
.p-img img{
    width: 100%;

}
.slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    font-size: 25px;
}
.slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    color: #fff;
    font-size: 25px;
}
.slick-prev {
    left: -1px;
        width: 30px;
    background: #000;
    height: 34px;
    z-index: 99;
}
.slick-next {
    right: -2px;
        width: 30px;
    background: #000;
    height: 34px;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
    background: #ffd101;
}
.slider-nav .slick-list{
        background: #fff;
        padding: 10px 5px;
        border: 1px solid #ddd;
}
.slider-for{
    border: 1px solid #ccc;
        margin-bottom: 10px;border-radius: 50px;
}
.protext h2{
            font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.protext span{
    margin-bottom: 15px;
}

.protext p a{
    color: #111;
    background: var(--main-color-two);
    padding: 4px 6px;
    border-radius: 5px;
}
.checked{
    color: orange;
}
.qform .form-control{
    border-radius: 0;
}
/*------restab--------*/

ul.tabs {
    margin: 0;
    padding: 0;
    float: inherit;
    list-style: none;
    height: 36px;
    /* border-bottom: 1px solid #bbb; */
    width: 100%;
    margin: auto;
    text-align: left;
    position: relative;
    top: -11px;
}

ul.tabs li {
    float: none;
    margin: 0;
    cursor: pointer;
    padding: 7px 21px;
    height: auto;
    width: 150px;
    line-height: 33px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    /* border-bottom: 1px solid #333; */
    background-color: #eee;
    color: #111;
    /* overflow: hidden; */
    /* position: relative; */
    font-weight: 600;
    border-radius: 0px 0px 0px 0px;
    /* margin-right: 5px; */
    border-right: 1px solid #bbb;
    /* text-align: center; */
    /* justify-content: center; */
    display: inline-block;
    }

.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: var(--main-color-two);
    color: #fff;
    display: block;
    display: inline-block;
}

.tab_container {
    border: 1px solid #bbb;
    /* border-top: none; */
    clear: both;
    float: left;
    width: 100%;
    background: #eee;
    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #194a33;
        color: #fff;
        border-top: 0px solid #333;
        margin: 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 19px;
        }
    .d_active {
        background-color: var(--main-color-two);
        color: #fff;
        font-size: 19px;
        }
        .tab_container {
    border: 0px solid #bbb;
}
}
.tab_container h2{
    font-size: 26px;
}
.tab_container ol{
    padding-left: 20px;
    margin-bottom: 10px;
}

/*-----------rating-----------*/
 #full-stars-example-two .rating-group {
     display: inline-flex;
}
 #full-stars-example-two .rating__icon {
     pointer-events: none;
}
 #full-stars-example-two .rating__input {
     position: absolute !important;
     left: -9999px !important;
}
 #full-stars-example-two .rating__input--none {
     display: none;
}
 #full-stars-example-two .rating__label {
     cursor: pointer;
     padding: 0 0.1em;
     font-size: 24px;
}
 #full-stars-example-two .rating__icon--star {
     color: orange;
}
 #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
     color: #959393;
}
 #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
     color: orange;
}
 #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
     color: #ddd;
}


.rating p{
    margin: 0;
}
.reviewbox{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 7px;
}
.rform .form-control{
    border-radius: 0px;
}
.rel .product-grid{
    margin: 0px 5px;
}
.people .testimonial{
    margin-bottom: 20px;
}
.cont .pbox{
    background: var(--main-color);
    padding: 30px 20px;
}
.cont .pbox .pimg i {
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
}
.cont .pbox p{
    font-size: 16px;
}
.cont .pbox p a{
    color: #ddd;
}
.cform{
    padding: 0px 0px;
}
.cform input{
    border-radius: 0;
    height: 55px;
    border-left: 3px solid var(--main-color-two);
}
.cform textarea{
    border-radius: 0;
    border-left: 3px solid var(--main-color-two);
}
.thabksterxt {
    background: #e9e4d0;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    text-align: center;
}
.adimg{
  
    padding: 50px 0px;
    
}
.adimg img{
    border-radius: 30px 0px;
}
.ftxt{color: #fff;}
.ftxt p{
    font-size:15px;
}
.rtbn{
    color:#000;
    background:var(--main-color-two);
    padding:5px 7px;
}
.whatsapp-link {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 20px;
    width: 200px;
}
.whatsapp-link img{
    width:100%;
}
.top-size{bottom: 85px !important;}
.contact-footer li{margin-bottom: 10px !important;}

.whytext{
    background: #ffffffe6;
    margin: auto;
    display: block;
    text-align: center;
    color: darkolivegreen;
    font-size: 19px;
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 28px;
}
.shap{-webkit-mask-image: url("../img/download.svg");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;display: block;width: 100%;position: relative;z-index: 1;}
    .shap img{width: 100%;transition: .5s;}
    .shap-2{
        -webkit-mask-image: url(../img/download.svg);
        -webkit-mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
        display: block;
        position: absolute;
        top:0;
        left: 0;
        bottom:0;
        right: 0;
        z-index: 99;
        margin: 70px;
        }
        .p-name{margin-bottom: 0px;}
        .cat-box.product-grid{margin-bottom: 0px;border: none;}
        .cat-box.product-grid:hover{border: none;}
        .cat-box.product-grid:hover img{transform: scale(1.2);}
        
.contact-header p{
    color:#fff;
    line-height: 20px;
    margin-bottom: 0;
}
.top-header a{
    color:#fff;
}
.asibox h5{
   font-size:17px;
}
.testimonial-title img{
    width:60px;
    border-radius:50%;
    margin-right:10px;
    padding:5px;
    
}