@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
    padding: 0;
    margin: 0;
}
html,
body {
    height: 100%;
}
body {
    position: relative;
    font-family: "Figtree", sans-serif;
    color: #002d39;
    font-size: 14px;
    font-weight: 400;
}


/*************************************** common style start ********************************************/

.btn_facebook {
    color: #fff;
    background: #3b5998;
}
.btn_twitter {
    color: #fff;
    background: #00aced;
}
.btn_google {
    color: #fff;
    background: #db3236;
    margin-top: 10px;
}
h1, h2, h3, h4, h5, h6{
    font-family: Figtree, sans-serif;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    color: #052049;
    text-decoration: none;
}
a:hover {
    color: #052049;
    text-decoration: none;
}
.bordrht {
    border-right: 1px solid #ccc;
}
.padleftright0{
    padding-left: 0;
    padding-right: 0;
}
.padright0{
    padding-right: 0;
}
.padleft0{
    padding-left: 0;
}
.width100{
    width: 100%;
}
.form-group{
    margin-bottom: 0;
}
.martop30{
    margin-top: 30px;
}
.btnylwmdc {
    display: inline-block !important;
    padding: 8px 20px !important;
    margin-top: 20px !important;
    font-size: 16px !important;
    color: #333 !important;
    background: #ffc107;
    border: 2px solid #ffc107;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    animation: borderPulse 2s infinite;
    transition: all 0.3s ease;
}

@keyframes borderPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(255, 193, 7, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}

.btnylwmdc:hover {
    background: transparent;
    color: #333;
    border-color: #333;
}


/*************************************** general style start ********************************************/

.topheader{
    padding: 6px 0;
    border-bottom: 1px solid #ececec;
}
.topheader p{
    margin: 2px 0;
}
.topheader p a{
    color: #4c953c;
        font-weight: 600;
}
.topheader marquee{
    color: #4c953c;
    font-weight: 500;
}


.logoheader{
    padding: 10px 0;
}
.logo{
    padding-right: 25px;
        padding-top: 8px;
}
 .em_quote_form {
     margin-top: 16px;
     position:relative;
 }

.em_quote_form {
    margin-top: 0;
}
.quite_form_field input {
     width: 100%;
     height: 50px;
     border:2px solid #bce3c9;
     padding-left: 25px;
     color: #333;
     font-size: 15px;
     outline:none;
     border-radius:5px;
     box-shadow: none;
 }
 .quite_form_field input:active, .quite_form_field input:focus{
     border-color:#bce3c9;
     box-shadow: none;
 }

 .quote_button {
   height: 38px;
    width: auto;
    padding: 0px 14px;
    border: 0;
    background-color: #4c953c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    font-size: 17px;
    right: 6px;
    top: 6px;
    letter-spacing: 1px;
    border-radius: 5px;
 }
 .searchformD{
    padding: 12px 0;
 }


.wishcartmenuD{
    padding: 24px 0;
}
.wishcartmenuD ul li{
    float: left;
    list-style: none;
    margin: 0 15px;
}
.wishcartmenuD ul li a{
    color: #333;
    font-size: 16px;
}
.wishcartmenuD ul li a i{
    color: #333;
    font-size: 22px;
}
.badge {
    position: absolute;
    display: inline-block;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 12px;
    margin-top: -12px;
    margin-left: -7px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #4c953c;
    border-radius: 10px;
}
.wishcartmenuD ul{
    float: right;
}



.venbtn{
    padding: 18px 0;
}
.btn-white{
    font-size: 14px;
    color: #4c953c;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #fff;
    padding: 8px 18px;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s linear;
}
.btn-white:hover{
    transform: translateY(-3px);
    color: #4c953c;
}



.menuheader{
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 12px 0;
    padding-bottom: 0;
}
.sitemaPH ul li{
    list-style: none;
    float: left;
    margin: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sitemaPH ul li a{
    font-size: 16px;
    color: #253D4E;
    font-weight: 600;
    padding: 10px 0;
    padding-bottom: 20px;
}
.sitemaPH ul li.active a{
    color: #4c953c;
    border-bottom: 3px solid #4c953c;
    font-weight: 700;
}
.sitemaPH ul li a img{
    height: 24px;
    margin-right: 3px;
}


.slider{
    margin: 20px 30px;
    position: relative;
}
.slider img{
    border-radius: 30px;
}
.sliderCap{
    position: absolute;
    left: 10%;
    top: 16%;
    z-index: 9;
}
.sliderCap h4{
    color: #4c953c;
    font-size: 28px;
    font-weight: 600;
}
.sliderCap h2{
    font-size: 60px;
    color: #253D4E;
    font-weight: 700;
        margin-top: 0;
}
.sliderCap p{
    color: #253D4E;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline;
}

.btn-green{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #4c953c;
    padding: 10px 22px;
}
.btn-green:hover{
    color: #fff;
    background: #eb7629;
}
.btn_org{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #eb7629;
    padding: 10px 22px;
}
.btn_org:hover{
    color: #fff;
    background: #4c953c;
}



.mainCatsec{
    padding: 60px 20px;
    padding-top: 40px;
}

.catD .catDimg{
    background: #F2FCE4;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid transparent;
    transition: all 0.3s linear;
    min-height: 145px;
    display: flex;
    align-items: center;
}
.catD .catDimg img{
    transition: all 0.3s linear;
    height: 85px;
    margin: 0 auto;
}
.catD h4{
    font-size: 16px;
    color: #253D4E;
    font-weight: 700;
}
.catD:hover .catDimg{
    border-color: #BCE3C9;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.catD:hover .catDimg img{
    transform: scale(1.05);
}
.owl-carousel.owlupcoming .owl-nav button.owl-prev{
    display: none;
}
.owl-carousel.owlupcoming .owl-nav button.owl-next{
        position: absolute;
    right: -20px;
    top: 30%;
    font-size: 24px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #4c953c;
    color: #fff;
}
.owl-carousel.owlupcoming .owl-nav button.owl-next:hover{
    background: #eb7629;
}



.homeProsec{
    padding: 30px 20px;
    padding-top: 0;
}
.headrText h3{
    font-size: 24px;
    color: #253D4E;
    font-weight: 700;
    margin-top: 0;
}
.mt-20{
    margin-top: 20px;
}
.proSeealbtn{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #eb7629;
    text-decoration: none;
}

.homeProD{
        min-height: 320px;
    margin: 15px 0;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s linear;
}
.homeProD:hover{
    border-color: #b0e5a4;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.homeProD .homeProDimg{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.homeProD .homeProDimg img{
    height: 165px;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.homeProD:hover .homeProDimg img{
    transform: scale(1.05);
}
.homeProD h4{
        font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.homeProD h6{
        font-size: 11px;
    color: #999;
    margin-top: 2px;
}
.homeProD h5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ececec;
    padding-bottom: 6px;
}
.homeProD h5 .price{
    font-size: 18px;
    color: #4c953c;
    font-weight: 700;
}
.homeProD h5 .price del{
    font-size: 16px;
    color: #999;
    font-weight: 500;
}
.homeProD h5 .offspan{
    font-size: 11px;
    color: #eb7629;
    font-weight: 600;
}
.homeProD h6 .label{
    background: #e5ffdf;
    color: #4c953c;
    font-size: 11px;
    font-weight: 400;
}
.procart{
    position: absolute;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.btn-cart, .btn-cart:hover, .btn-cart:focus{
    font-size: 13px;
    line-height: 13px;
    background: #e5ffdf;
    color: #4c953c;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 6px 10px;
}
.homeProD:hover .procart{
    opacity: 1;
}


.midslide{
    position: relative;
    padding: 0 40px;
}
.midslide img{
   border-radius: 20px;
}
.midslideCap{
    position: absolute;
    width: 50%;
    top: 10%;
    left: 25%;
}
.midslideCap h2{
    color: #253D4E;
    font-size: 58px;
    font-weight: 600;
}
.midslideCap h5{
    color: #222;
    font-size: 16px;
}
.midslideCap h5 span{
    color: #4c953c;
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
}
.fslogngst{
    display: flex;
    align-items: center;
}
.fslogngst img{
    height: 70px;
    margin-right: 50px;
}
.fslogngst h4{
    font-size: 24px;
    color: #222;
}



.owitswork{
    padding: 60px 0;
}
.howhomeD{
    margin-top: 20px;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s linear;
}
.howhomeD:hover{
    border-color: #b0e5a4;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.howhomeD img{
    height: 80px;
}
.howhomeD h3{
    font-size: 20px;
    color: #222;
    font-weight: 600;
}
.howhomeD p{
    font-size: 14px;
    color: #666;
}



.breadcrumb {
    padding: 20px 15px;
    background-color: transparent;
}
.breadcrumb li{
    color: #4c953c;
    font-size: 16px;
    font-weight: 600;
}
.breadcrumb li a{
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.productCatside{
    border-right: 1px solid #ececec;
}
.productCatside ul li{
    list-style: none;
}
.productCatside ul li a{
    display: block;
    font-size: 16px;
    padding: 20px;
    border-left: 3px solid transparent;
    margin-bottom: 10px;
}
.productCatside ul li a img{
        height: 24px;
    margin-right: 15px;
}
.productCatside ul li:hover a{
    background: #ecffe8;
}
.productCatside ul li.active a{
    background: #ecffe8;
    border-left: 3px solid #4c953c;
    color: #4c953c;
    font-weight: 700;
}


.product_details_image .details_image{
    border: 1px solid #ececec;
    padding: 15px;
    border-radius: 15px;
}
.product_details_image .tabcontent img{
    border-radius: 15px;
    width: 100%;
    height: 420px;
}

.tablinkD button img{
    width: 100%;
    height: 60px;
    border-radius: 5px;
}
.tablinkD button.tablink{
        margin-bottom: 10px;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #ececec;
    background: transparent;
}

.prodetailsTextD{
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.prodetailsTextD h3{
    margin-top: 0;
    font-weight: 700;
}
.prodetailsTextD h6{
    color: #666;
}
.prodetailsTextD h4{
    border-bottom: 1px dashed #ececec;
    padding-bottom: 10px;
    margin-top: 20px;
}
.prodetailsTextD h4 .price{
    font-size: 22px;
    color: #4c953c;
    font-weight: 700;
}
.prodetailsTextD h4 .price del{
    font-size: 16px;
    color: #999;
    font-weight: 500;
}
.prodetailsTextD h4 .offspan{
    font-size: 15px;
    color: #4c953c;
    font-weight: 700;
}
.prodetailsTextD h5 {
    font-size: 13px;
    color: #999;
    margin-top: 15px;
}
.prodetailsTextD h5 .label{
    background: #e5ffdf;
    color: #4c953c;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.prodetailsTextD ul li{
    list-style: none;
    float: left;
    background: #ececec;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}
.prodetailsTextD ul li:first-child{
    margin-right: 10px;
}
.prodetailsTextD ul li img{
    height: 30px;
    margin-right: 10px;
}

.buy_button{
    margin-top: 20px;
}
.buy_button .btn{
    width: 49%;
}
.prodetailsTextD .table>tbody>tr>td, .prodetailsTextD .table>tbody>tr>th, 
.prodetailsTextD .table>tfoot>tr>td, .prodetailsTextD .table>tfoot>tr>th, 
.prodetailsTextD .table>thead>tr>td, .prodetailsTextD .table>thead>tr>th {
    padding: 20px 10px;
    border-top: none;
}
.auto-container{
    position: static;
}
.d-flex{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
}
.sticky-style{
    position: sticky;
    top: 100px;
}
.mt-30{
    margin-top: 30px;
}



/******modal design****/

.modalback .close{
    color:#fff;
    opacity:1;
    text-shadow:none;
        position: absolute;
    right: 10px;
    top: 10px;
}
.modalback{
    background:url(../img/modalBack.jpg) center center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    height:550px;
    padding:60px;
}

.regisModalD{
    background:url(../img/logBk.jpg) center center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    height:430px;
    box-shadow: 0px 0px 11px -5px #333;
    opacity: 0.92;
    border-radius:8px;
}
.regisModalDtext{
    background:rgba(255,237,29,0.9);
    padding:100px 40px;
    border-radius:8px;
    height:430px;
    
}
.regisModalDtext h3{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}
.regisModalDform h3{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}
.regisModalDform .footSocialD li a{
    color: #000;
    border-color:#000;
}

.regisModalDtext p{
        color: #000;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
}
.regisModalDform{
    background:#fff;
    border-radius:8px;
    height:430px;
    padding:30px 40px;
}
.hideShowM{
    display:none;
}
.nodisplay{
    display: none;
}


/******modal design****/





.lastfooter{
    padding: 60px 20px;
    border-top: 1px solid #ececec;
}
.footerHead h3{
    color: #253D4E;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}
.footerlinks{
    margin-top: 10px;
}
.footerlinks ul li{
    list-style: none;
}
.footerlinks ul li a{
    font-size: 14px;
    color: #222;
    letter-spacing: 0.3px;
    display: block;
    padding: 5px 0;
}
.copyD {
    margin-top: 10px;
}
.copyD img{
    height: 45px;
}
.copyD ul{
    margin: 15px 0;
}
.copyD ul li{
    list-style: none;
    float: left;
}
.copyD ul li a{
    font-size: 24px;
    color: #253D4E;
    padding: 6px 12px;
}
.copyD ul li a img{
    height: 25px;
}
.copyD p{
    color: #999;
    font-size: 15px;
}
.mtb-40{
    margin: 40px 0;
}

.appbtnFoot{
    margin-top: 10px;
}
.appbtnFoot p{
    font-size: 14px;
    color: #222;
    letter-spacing: 0.3px;
}
.btn-play{
    font-size: 14px;
    color: #222;
    letter-spacing: 0.3px;
    border: 1px solid #ececec;
    width: 90%;
    padding: 10px 20px;
    margin: 6px 0;
}
.btn-play:hover{
    color: #222;
    border-color: #b0e5a4;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}




/* Let's get this party started */
.catby::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

html::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

/* Track */
.catby::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

html::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/* Handle */
.catby::-webkit-scrollbar-thumb{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #666;
}

html::-webkit-scrollbar-thumb{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #666;
}

