@import url('https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;1,400;1,700&family=Nunito+Sans:wght@200;300;400;500;600;700;800&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
/*font-family: 'Almendra', serif; */
/* font-family: 'Nunito'; */
/* font-family: 'Nunito', sans-serif; */

body {
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none !important;
    line-height: normal !important;
        outline: none !important;
    box-shadow: none !important;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

textarea:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* header css start here */
header .top-header {
    background: #729F28;
}

header .top-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .top-nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    float: left;
    padding-top: 10px;
}

header .top-para {
    font-size: 14px;
    padding: 0px 3px;
    margin: 0 10px;
    font-family: 'Nunito Sans', sans-serif;
}

header .main-nav {
    display: flex;
    justify-content: end;
    align-items: center;
}

header .nav-socail-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

header .main-nav a {
    padding: 0;
    margin: 0 2px;
    background: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .main-nav a i {
    font-size: 13px;
    font-weight: 300;
    color: #729f28;
    transition: all 0.3s ease-in-out;
}

header .main-nav a i:hover {
    background-color: #729F28;
    color: #ffffff;
}

header nav.navbar {
    background: #292929;
    padding: 5px 0;
}

header .navbar .nav-item a.nav-link.active {
    color: #a8cf45;
}

header .main-nav a:hover {
    background-color: #a8cf45;
    color: #ffffff;

}

header .navbar .nav-item a.nav-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}

header .navbar .nav-item a.nav-link:hover {
    color: #a8cf45;
}

header .navbar-brand img {
    min-height: 143px;
    max-height: 143px;
    object-fit: cover;
    width: auto;
    object-position: center;
    margin: 0 40px;
    padding: 0;
}

header .nav-button {
    margin: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .nav-button a.shop-btn {
    width: 133px;
    height: 43px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    border: none;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #729f28;
    color: #ffffff;
    font-weight: 700;
    margin: 0 auto;
    letter-spacing: normal;
    transition: all 0.3s ease-in-out;
}

header .nav-button a.shop-btn:hover {
    color: #ffffff;
    background-color: #a8cf45;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #66A1762B;
}

header .nav-button a.btn.card-btn {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 800;
    margin: 0 10px;
    border: none;
    position: relative;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

header .nav-button a.btn.card-btn:hover {
    color: #868686;
}

header .nav-button a.btn.card-btn i {
    color: #729f28;
    margin: 0 10px;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

header .nav-button a.btn.card-btn i:hover {
    color: #868686;
}

header .nav-button a.btn.card-btn span {
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    inset-inline-end: 1.3em;
    top: 0.3em;
    border-radius: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a8cf45;
    font-size: 10px;
    z-index: 1;
}

/* header css end here */
/* banner css start here */
.sec-home-banner {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-height: 723px;
    max-height: 723px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-home-banner .gradient-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #10642e 0%, #000000 100%);
    opacity: 0.5;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sec-home-banner .bg-video {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sec-home-banner .sec-about {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #fff;
    height: 1099px;
    display: flex;
    align-items: start;
    justify-content: center;
}

.sec-home-banner .desc {
    position: relative;
    z-index: 1;
}

.sec-home-banner .desc .desc-inner {
    width: 100%;
}

.sec-home-banner .desc {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}

.sec-home-banner .desc .desc-inner h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    line-height: 65px;

}

.sec-home-banner .desc .desc-inner p {
    font-weight: 400;
    color: #fff;
    margin: 20px 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Nunito', sans-serif;

}

.sec-home-banner .desc-btn-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sec-home-banner .desc-btn-area a.btn.get-started-btn {
    width: 183px;
    height: 58px;
    color: #ffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    background: #729f28;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
}

.sec-home-banner .desc-btn-area a.btn.get-started-btn:hover {
    background-color: #a8cf45;
    color: #ffffff;

}

.sec-home-banner .desc-btn-area a.btn.shop-now-btn {
    width: 183px;
    height: 58px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #729f28;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    letter-spacing: 2px;
    margin: 0 20px;
    transition: all 0.3s ease-in-out;
}

.sec-home-banner .desc-btn-area a.btn.shop-now-btn:hover {
    background-color: #a8cf45;
    color: #ffffff;
}

/* banner css end here */
/* sec-home-about css start here */
.sec-home-about {
    background-image: url(../images/bg-about.png);
    padding: 150px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.sec-home-about::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: radial-gradient(at top center, rgb(255 255 255 / 85%) 0%, rgb(255 255 255) 100%);

}

.sec-home-about .about-img {
    position: relative;
}

.sec-home-about .about-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    min-height: 450px;
    max-height: 450px;

}

.sec-home-about .about-img::before {
    background: linear-gradient(135deg, rgba(114, 159, 40, 1) 0%, rgba(168, 207, 69, 1) 100%);
    position: absolute;
    content: "";
    z-index: -1;
    width: 680px;
    height: 500px;
    left: -25px;
    top: -25px;
    border-radius: 10px;
}

.sec-home-about .about-box {
    position: absolute;
    top: 60px;
    right: 12%;
    background: #fff;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2em 2em 2em 2em;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.sec-home-about .box-details h4 {
    color: #729f28;
    font-size: 54px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
}

.sec-home-about .box-details p {
    font-size: 16px;
    font-weight: 800;
    color: #292929;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
}

.sec-home-about .about-details span {
    font-size: 16px;
    color: #729F28;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.sec-home-about .about-details h6 {
    color: #292929;
    font-size: 43.95px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    padding: 20px 0;
    margin: 0;
    letter-spacing: -2px;
    line-height: 1.1em;
}

.sec-home-about .about-details p {
    font-size: 16px;
    color: #868686;
    font-family: 'Nunito', sans-serif;
    padding: 0 85px 40px 0;
    margin: 0;
}

.sec-home-about .about-details a.btn.discover-more-btn {
    width: 173px;
    height: 43px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    border: none;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #729f28;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out;
}

.sec-home-about .about-details a.btn.discover-more-btn:hover {
    background-color: #a8cf45;
    border: 1px solid #10642E00;
}

/* sec-home-about css end here */

/*sec-home-testi css start here*/
.sec-home-testi {
    padding: 0 0 100px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.sec-home-testi .testi-card {
    padding: 80px 0;
    margin: 0;
    background: #fff;
    border: none;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.sec-home-testi .testi-details {
    text-align: center;
    padding: 0;
    margin: 0;
}

.testi-details i {
    font-size: 50px;
    font-weight: 500;
    background: #729f28;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    margin: 0;
}

.testi-details h5 {
    color: #729f28;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 800;
    padding: 10px 0;
    margin: 0;
}

.testi-details p {
    font-size: 16px;
    color: #868686;
    font-weight: 500;
    padding: 0 30px 0 30px;
    margin: 0 20px 0 0;
    font-family: 'Nunito', sans-serif;
    line-height: 25px;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sec-home-testi .testi-card-2 {
    background: linear-gradient(135deg, rgba(114, 159, 40, 1) 0%, rgba(168, 207, 69, 1) 100%);
    padding: 80px 0;
    margin: 0;
    border-radius: 10px;
    border: none;
}

.sec-home-testi .testi-details-2 {
    text-align: center;
    padding: 0;
    margin: 0;
}

.sec-home-testi .testi-details-2 i {
    font-size: 50px;
    font-weight: 500;
    background: #fff;
    color: #729f28;
    padding: 20px;
    border-radius: 50%;
    margin: 0;
}

.sec-home-testi .testi-details-2 h5 {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 800;
    padding: 10px 0;
    margin: 0;
}

.sec-home-testi .testi-details-2 p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0 30px 0 30px;
    margin: 0 20px 0 0;
    font-family: 'Nunito', sans-serif;
    line-height: 25px;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #729f28;
    border-radius: 50px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #729f28;
  }

/*sec-home-testi css end here*/
/* sec-home-discover start here */

.sec-home-discover {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    margin: 0;
}

.sec-home-discover .bg-img {
    width: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(16 100 46 / 50%) 100%), url(../images/bg-run.jpg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.sec-home-discover .disc {
    position: relative;
    text-align: center;
    padding: 50px 0;
    margin: 0;
}

.sec-home-discover .disc h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 43px;
    font-weight: 800;
    color: #ffff;
    margin: 0 0 20px 0;
    padding: 0;
}

.sec-home-discover .disc p {
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0;
}

.sec-home-discover .disc a.btn.discover-more-btn {
    width: 185px;
    height: 49px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #729f28;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out;
}

.sec-home-discover .disc a.btn.discover-more-btn:hover {
    background-color: #a8cf45;
    border: 1px solid #10642E00;
}

/* sec-home-discover end here */
/* sec-home-product css start here */
.sec-home-product {
    padding: 50px 0;
    margin: 0;
    position: relative;
}

.sec-home-product .product-title h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 43px;
    font-weight: 800;
    color: #292929;
    margin: 20px 0;
    padding: 0;

}

.sec-home-product .product-title p {
    font-size: 16px;
    color: #868686;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
}

.sec-home-product .product-btn a.btn.Explore-more-btn {
    width: 176px;
    height: 49px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    border: none;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #729f28;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    padding: 0;
    letter-spacing: 1.5px;
    line-height: 1.5px;
    transition: all 0.3s ease-in-out;

}

.sec-home-product .product-btn a.btn.Explore-more-btn:hover {
    background-color: #a8cf45;
    border: 1px solid #10642E00;
}

.sec-home-product .product-card {
    border: none;
    margin: 0 0 20px 0;
}

.sec-home-product .product-card-details {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 0 0 20px 0;
    border-radius: 10px 10px 10px 10px;
}

.sec-home-product .product-card img {
    width: auto;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    object-position: center;

}

.sec-home-product .product-card img::before {
    position: absolute;
    height: auto;
    z-index: 1;
    width: 10%;
    display: block;
    content: "";
    border-top: 2px dotted #868686;
    top: 25px;
    left: -60px;
}

.sec-home-product .product-card h5 {
    font-size: 28px;
    font-weight: 900;
    line-height: 50px;
    margin: 0 0 20px 0;
    color: #3A3f45;
    font-family: 'Nunito', sans-serif;
}

.sec-home-product .product-card a.btn.Explore-more-btn {
    width: 156px;
    height: 39px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    border: none;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #729f28;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    padding: 0;
    letter-spacing: 1.5px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}

.sec-home-product .product-card a.btn.Explore-more-btn:hover {
    background-color: #a8cf45;
    color: #ffffff;
}

.sec-home-product .product-info-form {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin: 70px 0 -500px 0;

}

.sec-home-product .product-info-form .form-group input {
    background: #f6f6f6;
    border: 1px solid #dcdcde;
    color: #868686;
    font-weight: 400;
    width: 100%;
    outline: none;
    height: 47px;
    padding: 10px 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    border-radius: 10px;
}

.sec-home-product .product-info-form .form-group {
    margin: 0 0 20px 0;
}

.sec-home-product .form-group .form-select {
    background-color: #f6f6f6;
    border: 1px solid #dcdcde;
    color: #868686;
    font-weight: 400;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    border-radius: 10px;
    text-transform: capitalize;
}

.sec-home-product .product-info-form .form-group textarea {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    background: #f6f6f6;
    border: 1px solid #dcdcde;
    color: #868686;
    width: 100%;
    outline: none;
    resize: none;
    height: 200px;
    border-radius: 10px;
    padding: 10px 20px;
}

.sec-home-product .product-info-form a.btn.get-a-quotes {
    font-family: 'Nunito', sans-serif;
    background: #729f28;
    width: 160px;
    height: 40px;
    border-radius: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: normal;
    transition: 0.3s ease-in-out;
}

.sec-home-product .product-info-form a.btn.get-a-quotes:hover {
    background-color: #a8cf45;
    border: 1px solid #10642E00;
}

.sec-home-product .form-details-inner {
    position: relative;
    margin: 0 30px;
    padding: 0;
}

.sec-home-product .details-img {
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0 70px;
}

.sec-home-product .details-img::after {
    position: absolute;
    height: auto;
    z-index: 1;
    width: 32%;
    display: block;
    content: "";
    border-top: 2px dotted #868686;
    top: 25px;
    left: auto;
    right: 0;

}

.sec-home-product .details-img::before {
    position: absolute;
    height: auto;
    z-index: 1;
    width: 30%;
    display: block;
    content: "";
    border-top: 2px dotted #868686;
    top: 25px;
    left: 0;
}

.sec-home-product .form-details-inner img {
    font-weight: 500;
    min-height: 40px;
    max-height: 40px;
    object-fit: cover;
    object-position: center;
    filter: invert(61%) sepia(0%) saturate(282%) hue-rotate(158deg) brightness(87%) contrast(98%);

}

.sec-home-product .form-details-inner h2 {
    font-size: 35px;
    font-weight: 800;
    color: #292929;
    font-family: 'Nunito', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
}

.sec-home-product .form-details-inner p {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.sec-home-product .box-details-inner {
    border: 3px dotted #729F2859;
    border-radius: 30px;
    background: #fff;
    padding: 20px 0;
    min-height: 100%;
    margin: 0;
    text-align: center;
    max-height: 100%;
}

.sec-home-product .box-details-inner h3 {
    font-size: 35px;
    color: #292929;
    font-family: 'Nunito', sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.sec-home-product .box-details-inner h2 {
    color: #292929;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 35px;
    padding: 0;
    margin: 0;
}

.sec-home-product .box-details-inner h2 span {
    color: #729F28;
    font-size: 43px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    margin: 0 0 0 7px;
    padding: 0;
}

.sec-home-product .box-details-inner h5 {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'Nunito', sans-serif;
    color: #868686;
}

.sec-home-product .box-details-inner a.btn.get-it-btn {
    width: 161.7px;
    height: 49px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    border: none;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #729F28;
    color: #ffffff;
    font-weight: 600;
    margin: 0 auto;
    padding: 0;
    line-height: normal;
    letter-spacing: 1.5px;
    transition: all 0.1s ease-in-out;
}

.sec-home-product .box-details-inner a.btn.get-it-btn:hover {
    background-color: #a8cf45;
    border: 1px solid #10642E00;
}

/* sec-home-product css end here */

/* sec-home-cart css start here */
.sec-home-cart {
    background: linear-gradient(180deg, rgba(61, 87, 25, 1) 0%, rgba(95, 153, 57, 1) 100%);
    padding: 360px 0 100px 0;
    margin: 150px 0 0 0;
    overflow: hidden;
    position: relative;
}

.sec-home-cart .cart-title {
    text-align: center;
}

.sec-home-cart .cart-title h2 {
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
}

.sec-home-cart .cart-title p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    margin: 0 0 40px 0;
    padding: 0;
}

.sec-home-cart .product-card {
    margin: 0 0 40px 0;
    padding: 30px 0;
    border: 6px solid #a8cf45;
}

.sec-home-cart .product-card span.onsale {
    position: absolute;
    background-color: #77a464;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    left: auto;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.sec-home-cart .product-card img {
    min-height: 294px;
    max-height: 294px;
    width: auto;
    object-fit: cover;
    object-position: center;
}

.sec-home-cart .cart-details a {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    padding: 10px 0;
    margin: 0;
    color: #292929;
    text-transform: capitalize;
}

.sec-home-cart .cart-details p {
    color: #77a464;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.sec-home-cart .cart-details p span {
    opacity: 0.7;
    text-decoration: line-through;
    font-weight: 400;
}

.sec-home-cart .cart-details {
    text-align: center;
}

.sec-home-cart .cart-details a.btn.btn-cart {
    background-color: #a8cf45;
    width: 116px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

.sec-home-cart .view-btn a.btn.veiw-all-btn {
    width: 225.69px;
    height: 53.5px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    border: none;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #729f28;
    background: #fff;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out;
}

.sec-home-cart .view-btn a.btn.veiw-all-btn:hover {
    background-color: #729f28;
    color: #fff;
    border: 2px solid #a8cf45;
}

.sec-home-cart .cart-details a.btn.btn-cart:hover {
    background-color: #729f28;
    color: #fff;
}

/* sec-home-cart css end here */
/* sec-home-family css start here */
.sec-home-family {
    padding: 50px 0 100px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.sec-home-family .family-img img {
    min-height: 775px;
    max-height: 775px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.sec-home-family .family-img {
    position: relative;
}

.sec-home-family .family-img::before {
    background: linear-gradient(135deg, rgba(114, 159, 40, 1) 0%, rgba(168, 207, 69, 1) 100%);
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 745px;
    left: -15px;
    top: 50px;
    right: 0;
    border-radius: 15px;
}

.sec-home-family .family-title {
    padding: 30px 0 0 10px;
    margin: 0;
}

.sec-home-family .family-title span {
    color: #729f28;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.sec-home-family .family-title h2 {
    margin: 20px 0 20px 0;
    padding: 0;
    font-size: 43.95px;
    color: #292929;
    text-transform: capitalize;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    line-height: 1.1em;
    letter-spacing: -2px;
}

.sec-home-family .family-title p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    color: #868686;
}

.family-inner-details {
    padding: 15px 0 0 0;
    margin: 20px 0 0 0;
}

.sec-home-family .family-inner-details i {
    margin: 0 5px 15px 0;
    background-color: #40B5542B;
    color: #729f28;
    width: 56px;
    height: 56px;
    padding: 35px;
    border-radius: 50%;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-home-family .family-inner-details h4 {
    font-size: 22px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: #292929;
}

.sec-home-family .family-inner-details p {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

/* sec-home-news css start here */
.sec-home-news {
    background-color: #f6f6f6;
    padding: 100px 0;
    margin: 0;
    overflow: hidden;
}

.sec-home-news .news-title {
    text-align: center;
    padding: 20px 0;
    margin: 0 0 20px 0;
}

.sec-home-news .news-title .line {
    border-bottom: 1px solid #729f28;
    width: 50px;
    height: auto;
    margin: 0 auto;
    border-width: 3px;
}

.sec-home-news .news-title h2 {
    color: #292929;
    font-family: 'Nunito', sans-serif;
    font-size: 43px;
    font-weight: 800;
    letter-spacing: -2px;
    margin: 0 0 30px 0;
    padding: 0;
}

.sec-home-news .news-card {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

.sec-home-news .news-details {
    padding: 21px 21px 21px 21px;
    margin: 0;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 10px 10px;
}

.sec-home-news .news-card img {
    width: auto;
    min-height: 323px;
    max-height: 323px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px 10px 0 0;
}

.sec-home-news .news-details a h5 {
    color: #729f28;
    font-size: 22px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.sec-home-news .news-details span {
    font-size: 14px;
    color: #adadad;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.sec-home-news .news-details p {
    margin: 10px 0;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #adadad;
    font-weight: 400;
}

/* sec-home-news css start here */
/* sec-home-client css start here */
.sec-home-client {
    background-image: linear-gradient(135deg, rgb(0 0 0 / 65%) 0%, rgb(114 159 40 / 50%) 100%), url(../images/bg-flower.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    padding: 110px 0;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sec-home-client .client-title {
    text-align: center;
}

.sec-home-client .client-title span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.sec-home-client .client-title h2 {
    color: #ffffff;
    font-size: 43px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    text-transform: capitalize;
}

.sec-home-client .client-box-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-home-client .client-box {
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
    border-radius: 16px;
    margin: 50px 0 0 0;
    height: 270px;
    min-height: 270px;
    max-height: 270px;
}

.sec-home-client .client-box-details img {
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
    border-radius: 100%;
    width: auto;
    margin: 0 20px;
    padding: 0;
}

.sec-home-client .client-box p {
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-style: italic;
    line-height: 1.5;
    color: #868686;
    padding: 0 0 0 30px;
    font-weight: 600;
}

.sec-home-client .client-box-details .desc h4 {
    font-size: 13px;
    color: #868686;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
}

.sec-home-client .client-box-details .desc span {
    font-size: 16px;
    color: #292929;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

.sec-home-client .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #a8cf45;
}

/* sec-home-client css end here */
/* sec-home-insta start here */
.sec-home-insta {
    padding: 50px 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.sec-home-insta .insta-title {
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0;
}

.sec-home-insta .insta-img img {
    min-height: 293px;
    width: 100%;
    object-fit: cover;
    object-position: center;

}

.sec-home-insta .insta-img {
    overflow: hidden;
}

.sec-home-insta .insta-img .link {
    position: relative;
    z-index: 0;
    inset: 0;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.sec-home-insta .insta-img .link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5046393557422969) 0%, rgba(0, 0, 0, 0.4962359943977591) 100%);
    z-index: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.sec-home-insta .insta-img .link:hover::before {
    opacity: 1;
}

.sec-home-insta .insta-title h2 {
    color: #292929;
    font-size: 43px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.sec-home-insta .insta-title h4 {
    color: #a8cf45;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
}

.sec-home-insta .insta-title .line {
    border-bottom: 1px solid #729f28;
    width: 50px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    border-width: 3px;
}

/* sec-home-insta end here */

/* sec-about-us inner page start here */
/* sec-about-expo css start here */

.sec-home-about.expo .about-img::before {
    background: linear-gradient(135deg, rgba(122, 166, 45, 1) 50%, rgba(168, 207, 69, 1) 100%);
    position: absolute;
    content: "";
    z-index: -1;
    width: 680px;
    height: 500px;
    left: -25px;
    top: -25px;
    border-radius: 10px;
}

/* sec-about-expo css end here */
/* sec-about-video start here */
.sec-about-video {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-height: 488px;
    max-height: 488px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-about-video .gradient-overlay {
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(16 100 46) 100%);
    opacity: 0.5;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sec-about-video .bg-video {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sec-about {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #fff;
    height: 1099px;
    display: flex;
    align-items: start;
    justify-content: center;
}

.sec-about-video .desc {
    position: relative;
    z-index: 1;
}

.sec-about-video .desc .desc-inner {
    width: 100%;
}

.sec-about-video .desc {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
}

.sec-about-video .desc .desc-inner h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 43px;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    line-height: 65px;

}

.sec-about-video .desc .desc-inner p {
    font-weight: 400;
    color: #fff;
    margin: 20px 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Nunito', sans-serif;

}

.sec-about-video a.btn.discover-more-btn {
    width: 185px;
    height: 49px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #729f28;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out;
}

.sec-about-video a.btn.discover-more-btn:hover {
    background-color: #a8cf45;
    border: 1px solid #10642E00;
}

/* sec-about-video end here */
/* sec-about-team css start here */
.sec-about-team {
    padding: 100px 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.sec-about-team .team-title {
    text-align: center;
    margin: 0 0 50px 0;
    padding: 0;
}

.sec-about-team .team-title span {
    font-family: 'Nunito', sans-serif;
    display: block;
    color: #729f28;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
}

.sec-about-team .team-title h4 {
    font-size: 43px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: #292929;
    text-transform: capitalize;
}

.sec-about-team .team-card {
    border: none;
    background-color: #fff;
    position: relative;
    border-radius: 20px 20px 20px 20px;
}

.sec-about-team .team-card img {
    border-radius: 10px 10px 0 0;
}

.sec-about-team .team-details {
    text-align: center;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    margin: 0;
    border: none;
}

.sec-about-team .team-details h6 {
    font-size: 22px;
    color: #292929;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.sec-about-team .team-details p {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    color: #729f28;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0;

}

.social-icon {
    position: absolute;
    right: 0;
    content: "";
    z-index: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    padding: 0;
}

.social-icon a {
    margin: 0 0 5px 0;
    padding: 0;
}

.social-icon a i {
    margin: 0;
    background: #729f28;
    color: #ffffff;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.social-icon a i:hover {
    background-color: #a8cf45;
    color: #ffffff;
    animation: pop-up 0.3s linear;
}

@keyframes pop-up {
    50% {
        transform: scale(1.2);
    }

}

/* sec-about-team css end here */
/* sec-about-us inner page end here */
/* sec-faq css start here */
/* sec-faq-banner start here */

.sec-faq-banner .about-page-details {
    padding: 3em 3em 3em 3em;
    background-color: #40b554;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 15px;
    gap: 10px;
    margin-bottom: -60px;
    z-index: 1;
    position: relative;

}

/* sec-faq-banner end here */
/* sec-faq-problem css start here */
.sec-faq-problem {
    padding: 100px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.sec-faq-problem .problem-aside {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 43px 43px 43px 43px;
    height: 604px;
    margin: 0;
}

.sec-faq-problem .problem-aside span {
    color: #729f28;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.sec-faq-problem .problem-aside h4 {
    font-size: 30px;
    line-height: 30px;
    color: #292929;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.sec-faq-problem .problem-aside p {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #868686;
    line-height: 30px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.sec-faq-problem .problem-aside img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: contain;
    object-position: center;
}

.sec-faq-problem .accordion .accordion-item {
    border: none;
    margin: 0 0 25px 0;
}

.sec-faq-problem .accordion-item .accordion-collapse .accordion-body p {
    font-size: 16px;
    color: #868686;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;

}

.sec-faq-problem .accordion-item .accordion-header button.accordion-button {
    background-color: #f6f6f6;
    font-size: 16px;
    color: #000;
    padding: 28px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    border-radius: 10px 10px 0 0;
}

.sec-faq-problem .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #729f28;
    color: #fff;
}

.sec-faq-problem .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f078";
    background: none;
    font-family: "Font Awesome 6 Pro";
    color: #fff;

}

/* sec-faq-problem css end here */
/* sec-faq-problem-inner css start here */
.sec-fa-problem-inner {
    padding: 0 0 100px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.sec-fa-problem-inner .problem-aside {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 43px 43px 43px 43px;
    width: 364px;
    height: 604px;
    margin: 0;
}

.sec-fa-problem-inner .problem-aside span {
    color: #729f28;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.sec-fa-problem-inner .problem-aside h4 {
    font-size: 30px;
    line-height: 30px;
    color: #292929;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.sec-fa-problem-inner .problem-aside p {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #868686;
    line-height: 30px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.sec-fa-problem-inner .problem-aside img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: contain;
    object-position: center;
    border-bottom: 5px solid #729f28;
}

.sec-fa-problem-inner .accordion .accordion-item {
    border: none;
    margin: 0 0 25px 0;
}

.sec-fa-problem-inner .accordion-item .accordion-collapse .accordion-body p {
    font-size: 16px;
    color: #868686;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;

}

.sec-fa-problem-inner .accordion-item .accordion-header button.accordion-button {
    background-color: #f6f6f6;
    font-size: 16px;
    color: #000;
    padding: 28px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    border-radius: 10px 10px 0 0;

}

.sec-fa-problem-inner .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #729f28;
    color: #fff;
}

.sec-fa-problem-inner .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f078";
    background: none;
    font-family: "Font Awesome 6 Pro";
}


/* sec-faq-problem-inner css end here */
/* policy inner pages start here */
/* sec-policy-policy-area css start here */
.sec-policy-policy-area {
    padding: 100px 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.sec-policy-policy-area ul {
    list-style: disc;
    margin: 0 40px;
    padding: 0;
}

.sec-policy-policy-area .policy-list h2 {
    color: #292929;
    font-size: 35px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    margin: 0 0 20px 0;
    padding: 0;
}

.sec-policy-policy-area .policy-list span {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.sec-policy-policy-area .policy-list p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
}

.sec-policy-policy-area h6 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    font-family: 'Nunito', sans-serif;
}

.sec-policy-policy-area .policy-list h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Nunito', sans-serif;
}

/* sec-policy-policy-area css end here */
/* sec-contact inner page start here */
/* sec-contact-map css start here */
.sec-contact-map {
    padding: 150px 0 50px 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.sec-contact-map .map-details {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 60px;
    margin: 0 0 50px 0;
    border-radius: 15px;
}

.sec-contact-map .map-details span {
    font-family: 'Nunito', sans-serif;
    color: #729f28;
    font-size: 16px;
    font-weight: 600;
}

.sec-contact-map .map-details h4 {
    font-size: 43px;
    font-weight: 800;
    color: #292929;
    font-family: 'Nunito', sans-serif;
    margin: 10px 0 10px 0;
    padding: 0;
}

.sec-contact-map .map-details p {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    border-bottom: 1px solid #dcdcde;
    margin: 0;
    padding: 15px 0 35px 0;
}

.sec-contact-map .map-list {
    display: flex;
    align-items: center;
    padding: 10px 0 0 0;
    margin: 0;
}

.sec-contact-map .map-contact {
    margin: 0 20px 0;
    padding: 0;
}

.sec-contact-map .map-list .map-contact ul li h5 {
    font-size: 22px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: #292929;
}

.sec-contact-map .map-list a h6 {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.sec-contact-map .list-icon a i {
    margin: 0 5px 15px 0;
    background-color: #40B5542B;
    color: #729f28;
    width: 56px;
    height: 56px;
    padding: 18px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-contact-map .map iframe {
    width: 100%;
    height: 535px;
    border-radius: 15px;
}

/* sec-contact-map css end here */
/* sec-contact-message css start here */

.sec-contact-message {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    margin: 0;
}


.sec-contact-message .bg-img {
    width: 100%;
    min-height: 1000px;
    max-height: 1000px;
    background: linear-gradient(354deg, rgba(16, 100, 46, 0.49343487394957986) 0%, rgba(16, 100, 46, 0.49343487394957986) 100%), url(../images/contact-img.jpg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.sec-contact-message .disc {
    position: relative;
    text-align: center;
    padding: 50px 0;
    margin: 0;
}

.sec-contact-message .disc h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 43px;
    font-weight: 800;
    color: #ffff;
    margin: 0 0 20px 0;
    padding: 0;
}

.sec-contact-message .disc p {
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0;
}

/* sec-contact-message css end here */
/* sec-contact-message-form css start here */
.sec-contact-message-form .message-form {
    position: relative;
    margin: -85px 0 0 0;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 100%;
    padding: 40px 40px 40px 40px;
    border-radius: 10px;
}

.sec-contact-message-form .form-group {
    margin: 0 0 10px 0;
    padding: 0;
}

.sec-contact-message-form .message-form .form-group label {
    color: #292929;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    padding: 0;
}

.sec-contact-message-form .message-form .form-group input {
    background-color: #f6f6f6;
    color: #292929;
    font-weight: 400;
    border: 1px solid #dcdcde;
    width: 100%;
    height: 47px;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 10px;
    text-transform: capitalize;
}

.sec-contact-message-form .form-group textarea {
    font-size: 15px;
    background: #f6f6f6;
    width: 100%;
    resize: none;
    height: 98px;
    padding: 10px 20px;
    color: #292929;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
}

.sec-contact-message-form .form-group button.send-messages-btn {
    width: 183px;
    height: 49px;
    background-color: #729f28;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    border: none;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 1.5px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out;
}

.sec-contact-message-form .form-group button.send-messages-btn:hover {
    background-color: #a8cf45;
    color: #ffffff;
}

/* sec-contact-message-form css end here */

/* sec-contact-social css start here */
.sec-contact-social {
    position: relative;
    padding: 100px 0;
    margin: 0;
    overflow: hidden;
}

.contact-social-details {
    text-align: center;
}

.contact-social-details h3 {
    color: #292929;
    font-size: 35px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.icon-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-social a i {
    margin: 0 5px;
    background: #729f28;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 18px;
    border-radius: 100%;
    font-size: 25px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;

}

.icon-social a i:hover {
    background-color: #a8cf45;
    color: #ffffff;
    animation: pop-up 0.3s linear;
}

/* sec-contact-social css end here */
/* sec-contact inner page end here */

/* sec-product-cart inner sec start here */
.sec-product-cart {
    padding: 150px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.sec-product-cart .table tr {
    border: 2px solid hsl(0deg 0% 50.2% / 50.2%);
}

.sec-product-cart .table th {
    border: 2px solid hsl(0deg 0% 50.2% / 50.2%);
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #000 !important;
    font-weight: 800;
}

.sec-product-cart .product img {
    width: 32px;
    min-height: 32px;
    max-height: 32px;
}

.sec-product-cart .table .product {
    color: #868686;
    background-color: hsl(0deg 0% 50.2% / 7.06%);
    border: 2px solid hsl(0deg 0% 50.2% / 50.2%);
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

.sec-product-cart .table .product td {
    border: 2px solid hsl(0deg 0% 50.2% / 50.2%);
}

.sec-product-cart .contact button.btn.apply-btn {
    background-color: #799f37;
    color: #fff;
    font-size: 14.4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    height: 32.19px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 8px 0;
    margin: 0;
    line-height: 1px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out;
}

.sec-product-cart .contact button.btn.apply-btn:hover {
    background-color: #a8cf45;
    color: #ffffff;
}

.sec-product-cart .contact button.btn.update-btn {
    background-color: #799f37;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    height: 32px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    padding: 8px 0;
    margin: 0;
    letter-spacing: 1.5px;
    line-height: 1.5px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.sec-product-cart .contact button.btn.update-btn:hover {
    background-color: #a8cf45;
    color: #ffffff;
}

.sec-product-cart .contact a.btn.dummy-btn {
    color: #868686;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}

.sec-product-cart .cart-total h5 {
    font-size: 40px;
    color: #292929;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0 0 15px 0;
}

.contact input {
    border: 1px solid #d3ced2;
    font-family: 'Nunito', sans-serif;
    color: #292929;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    background-color: hsl(0deg 0% 50.2% / 7.06%);
    border-radius: 10px;
}

.sec-product-cart .cart-details .total th {
    border: none;
}

.cart-details {
    padding: 50px 0 0;
    margin: 0;
}

.sec-product-cart .total td {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.sec-product-cart tr.total {
    border: 1px solid hsl(0deg 0% 50.2% / 50.2%) !important;
}

.checkout a.btn.check-btn {
    background-color: #769f30;
    font-family: 'Nunito', sans-serif;
    height: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.checkout a.btn.check-btn:hover {
    background-color: #a8cf45;
    color: #ffffff;
}

.product a.btn.dummy-btn {
    text-transform: capitalize;
    font-weight: 700;
    color: #868686;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}

/* sec-product-cart inner sec end here */
/* sec-prodcut-checkout sec start here */
.sec-product-checkout {
    padding: 100px 0;
    margin: 0;
}

.sec-product-checkout .check-title h4 {
    color: #292929;
    font-size: 35px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.sec-product-checkout .form-group {
    margin: 0 0 10px 0;
}

.sec-product-checkout .form-group input[type="text"] {
    background-color: transparent !important;
    border: 1px solid #7c9f3d;
    color: #292929;
    font-weight: 400;
    width: 100%;
    height: 47px;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 10px;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;

}

.sec-product-checkout .form-group label {
    color: #292929;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    padding: 0;
}

.sec-product-checkout .form-group .form-select {
    background-color: transparent !important;
    border: 1px solid #7c9f3d;
    padding: 10px 20px;
}

.sec-product-checkout .form-group .form-select option {
    /*background-color: #0037AA;*/
    /*color: #fff;*/
    padding: 20px 0;
    margin: 10px 0;
}

.sec-product-checkout .form-group label abbr {
    color: #ff0000;
    font-weight: 700;
}

.message-title h5 {
    color: #292929;
    font-size: 35px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}


.checkout-message textarea {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    background: transparent;
    width: 100%;
    outline: none;
    height: 80px;
    padding: 10px 20px;
    text-transform: capitalize;
    border: 1px solid #7c9f3d;
    border-radius: 10px;
}

.order h5 {
    color: #292929;
    font-size: 35px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}


tr.order th {
    font-weight: 600;
}

tr.order td {
    color: #000;
    font-size: 14px;
    padding: 10px 12px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

tr.order td span {
    font-weight: 500;
}

tr.order td p {
    font-weight: 800;
}

.check-details-card {
    margin: 20px 0;
    padding: 0;
}

.card-transfer {
    background: #ebe9eb;
    border-radius: 5px;
    padding: 20px;
    margin: 0;
    z-index: 0;
    position: relative;
}

.card-transfer::after {
    border-bottom: 5px solid #dfdcde;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    z-index: 1;
    right: 0;
}

.card-transfer h5 {
    font-size: 16px;
    color: #292929;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.card-transfer p {
    position: relative;
    width: 100%;
    padding: 16px;
    margin: 16px 0;
    font-size: 14px;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.card-transfer p::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.card-transfer h6 {
    font-size: 16px;
    color: #868686;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin: 5px 0;
    padding: 25px 0;
}


.card-transfer a.btn.btn-place-order {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #769f30;
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    border: none;
    text-transform: uppercase;
    font-weight: 800;
    width: 160px;
    min-height: 35px;
    max-height: 35px;
    letter-spacing: 1px;
    line-height: 1.5px;
    margin: 0 30px;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.card-transfer a.btn.btn-place-order:hover {
    background-color: #a8cf45;
}


/* sec-prodcut-checkout sec end here */
/* footer css start here */
.main-footer {
    background-color: #222222;
    padding: 50px 0 0;
    margin: 0;
    overflow: hidden;
}

.main-footer .ft-title h6 {
    color: #ffffff;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: "Nunito", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -2px;
}



.main-footer .ft-title p {
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0 58px 0 0;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Nunito', sans-serif;
}

.main-footer .ft-details h5 {
    font-size: 22px;
    color: #ffff;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
}

.main-footer .ft-contact h5 {
    font-size: 22px;
    color: #ffff;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
}

.contact-list-details ul li a {
    color: #fff;
    font-family: "Nunito", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 0 30px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

footer .ft-contact ul.contact-list li a::before {
    display: block;
    font-weight: 500;
    font-size: 20px;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    position: absolute;
    margin: 0 0 0 -30px;
}

footer .ft-contact ul.contact-list li:nth-child(1) a::before {
    content: "\f095";
}

footer .ft-contact ul.contact-list li:nth-child(2) a::before {
    content: "\f0e0";
}

footer .ft-contact ul.contact-list li:nth-child(3) a::before {
    content: "\f3c5";
}

.main-footer a.nav-link {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    margin: 10px 0 0 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.main-footer a.nav-link:hover {
    color: #729f28;
}

.ft-btm {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    text-align: center;
}

.ft-details {
    padding: 0;
    margin: 15px 0 0;
}

.ft-btm .ft-details p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-top: 1px solid #ffffff2b;
    margin: 10px 0 10px 0;
    padding: 20px 0 0 0;
    font-family: 'Nunito', sans-serif;
}

.contact-list-details ul li a:hover {
    color: #729f28;
}

/* footer css end here */

/************ inner-banner-css start ******************/
.inner-banner-wrap.aboutimg {
    background: linear-gradient(180deg, rgb(16 100 46 / 30%) 0%, rgb(16 100 46 / 0%) 100%), url(../images/about.jpg) no-repeat center center;
    background-size: cover;
}

.inner-banner-wrap .desc {
    padding: 3em 3em 3em 3em;
    background-color: #729F28;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 15px;
    gap: 10px;
    margin-bottom: -60px;
    z-index: 1;
    position: relative;
}

.inner-banner-wrap .desc h4 {
    font-size: 28px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.inner-banner-wrap {
    background: linear-gradient(180deg, rgb(16 100 46 / 30%) 0%, rgb(16 100 46 / 0%) 100%), url(../images/about.jpg) no-repeat center center;
    background-size: cover;
    padding: 250px 0 0 0;
    position: relative;
}

.inner-banner-wrap.faqimg {
    background: linear-gradient(180deg, rgb(16 100 46 / 30%) 0%, rgb(16 100 46 / 0%) 100%), url(../images/bg-faq.png) no-repeat center center;
    background-size: cover;
    padding: 250px 0 0 0;
    position: relative;
}

.inner-banner-wrap.policyimg {
    background: linear-gradient(180deg, rgb(16 100 46 / 30%) 0%, rgb(16 100 46 / 0%) 100%), url(../images/bg-policy.jpg) no-repeat center center;
    background-size: cover;
    padding: 250px 0 0 0;
    position: relative;
}

.inner-banner-wrap.contactimg {
    background: linear-gradient(180deg, rgb(16 100 46 / 30%) 0%, rgb(16 100 46 / 0%) 100%), url(../images/bg-contact.jpg) no-repeat center center;
    background-size: cover;
    padding: 250px 0 0 0;
    position: relative;
}

.inner-banner-wrap .inner-banner-wrap .desc {
    padding: 3em 3em 3em 3em;
    background-color: #40b554;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 15px;
    gap: 10px;
    margin-bottom: -60px;
    z-index: 1;
    position: relative;
}

.inner-banner-wrap .desc h1 {
    font-size: 54.93px;
    line-height: 55px;
    margin: 0;
    text-transform: capitalize;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-weight: 800;
}

/************ inner-banner-css end ******************/
/************ product-detail-css start ******************/
.product-detail-wrap {
    padding: 150px 0 0 0;
}

.product-detail-wrap .main-img {
    position: relative;
    border: 3px solid #729f28;
    border-radius: 5px 5px 5px 5px;
    margin: 0 50px;
}

.product-detail-wrap .main-img .tag {
    position: absolute;
    border-radius: 100%;
    padding: 0;
    background-color: #77a464;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    left: -15px;
    min-height: 45px;
    min-width: 45px;
}

.product-detail-wrap .main-img .tag h5 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.product-detail-wrap .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 520px;
    max-height: 520px;
    object-fit: contain;
}

/* .product-detail-wrap .product-content {} */

.product-detail-wrap .product-content .title {
    font-family: 'Nunito', sans-serif;
    font-size: 54.93px;
    line-height: 55px;
    color: #292929;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.product-detail-wrap .product-content .price {
    color: #77a464;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    margin: 20px 0;
    padding: 0;
    text-transform: unset;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-detail-wrap .product-content .price span {
    opacity: 0.7;
    text-decoration: line-through;
    font-weight: 400;
}

.product-detail-wrap .product-content p {
    color: #292929;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: unset;
}

.product-detail-wrap .product-content .qty-btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 30px 0 20px 0;
}

.product-detail-wrap .product-content .qty-btn-box .number {
    display: flex;
    align-items: center;
    position: relative;
}

.product-detail-wrap .product-content .qty-btn-box .number .minus {
    min-width: 25px;
    max-width: 25px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    height: 42px;
    border-radius: 0px;
    font-family: 'Karla', sans-serif;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-right: 2px solid #0000001a;
    line-height: 42px;
    cursor: pointer;
    position: absolute;
    transition: all .3s ease-in-out;
}

.product-detail-wrap .product-content .qty-btn-box .number .minus:hover {
    background-color: #799f37;
    color: #fff;
    border-color: #799f37;
}

.product-detail-wrap .product-content .qty-btn-box .number .plus {
    min-width: 25px;
    max-width: 25px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    height: 42px;
    border-radius: 0px;
    font-family: 'Karla', sans-serif;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-left: 2px solid #0000001a;
    line-height: 42px;
    cursor: pointer;
    position: absolute;
    right: 0;
    transition: all .3s ease-in-out;
}

.product-detail-wrap .product-content .qty-btn-box .number .plus:hover {
    background-color: #799f37;
    color: #fff;
    border-color: #799f37;
}

.product-detail-wrap .product-content .qty-btn-box .number .form-control {
    min-width: 80px;
    max-width: 80px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    border-radius: 0px;
    font-family: 'Karla', sans-serif;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid #0000001a;
}

.product-detail-wrap .product-content .qty-btn-box .number .form-control:focus {
    border-color: #0000001a;
}

/* .product-detail-wrap .product-content .qty-btn-box .cart-bt {} */

.product-detail-wrap .product-content .qty-btn-box .cart-bt .btn-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #799f37;
    width: 159px;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: 'Nunito', sans-serif;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

.product-detail-wrap .product-content .qty-btn-box .cart-bt .btn-cart:hover {
    background: #a8cf45;
}

/* .product-detail-wrap .product-content .pro-list {} */

.product-detail-wrap .product-content .pro-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: nowrap;
    flex-direction: row;
}

/* .product-detail-wrap .product-content .pro-list ul li {} */

.product-detail-wrap .product-content .pro-list ul li p {
    color: #767676;
    font-size: 14.72px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.product-detail-wrap .product-content .pro-list ul li a {
    color: #767676;
    font-size: 14.72px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}

.product-detail-wrap .product-content .pro-list ul li a:hover {
    color: #799f37;
}

.product-detail-wrap .product-content .pro-list ul li i {
    font-size: 13px;
}

.sec-home-cart.related-products {
    padding: 150px 0;
    margin: 0;
    background: #fff;
}

.sec-home-cart.related-products .cart-title h2 {
    color: #292929;
    font-weight: 800;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0;
}

.long-desc-wrap {
    padding: 100px 0 0 0;
}

/* .long-desc-wrap .tabs-list {} */

.long-desc-wrap .tabs-list .nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 0 0 0 10px;
    z-index: 1;
}

.long-desc-wrap .tabs-list .nav::before {
    position: absolute;
    content: '';
    height: 1px;
    background: #d3ced2;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.long-desc-wrap .tabs-list .nav .nav-item {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.long-desc-wrap .tabs-list .nav .nav-item .nav-link {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #6b6b6b;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 41px;
    background: #ebe9eb;
    transition: all .3s ease-in-out;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3ced2;
}

.long-desc-wrap .tabs-list .nav .nav-item .nav-link:hover {
    color: #333;
}

.long-desc-wrap .tabs-list .nav .nav-item .nav-link.active {
    color: #515151;
    background: #fff;
    position: relative;
    border-bottom: 0px;
}

.long-desc-wrap .tabs-list .tab-content {
    margin: 30px 0 0 0;
}

/* .long-desc-wrap .tabs-list .tab-content .desc {} */

.long-desc-wrap .tabs-list .tab-content .desc h5 {
    font-family: 'Nunito', sans-serif;
    font-size: 43.95px;
    line-height: 49px;
    color: #292929;
    font-weight: 800;
    margin: 0 0 16px 0;
    padding: 0;
}

.long-desc-wrap .tabs-list .tab-content .desc p {
    color: #292929;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: unset;
}

/* .long-desc-wrap .tabs-list .tab-content .add-info {} */

/* .long-desc-wrap .tabs-list .tab-content .add-info ul {} */

.long-desc-wrap .tabs-list .tab-content .add-info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 600;
    color: #303030;
    text-transform: unset;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #0000001b;
}

.long-desc-wrap .tabs-list .tab-content .add-info ul li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.long-desc-wrap .tabs-list .tab-content .add-info ul li span {
    font-weight: 400;
}

/* .long-desc-wrap .tabs-list .tab-content .review-form {} */

.long-desc-wrap .tabs-list .tab-content .review-form h5 {
    color: #292929;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.long-desc-wrap .tabs-list .tab-content .review-form .form-group {
    margin: 0 0 20px 0;
}

.long-desc-wrap .tabs-list .tab-content .review-form .form-group .form-control {
    border: 1px solid #0000001a;
    font-size: 14px;
    color: inherit;
    padding: 10px 30px;
    background: #f6f6f6;
    border-radius: 10px 10px 10px 10px;
}

.long-desc-wrap .tabs-list .tab-content .review-form .form-group .form-control:focus {
    border-color: #799f37;
    background: #fff;
}

/* .long-desc-wrap .tabs-list .tab-content .review-form .form-group .form-control::placeholder {} */

.long-desc-wrap .tabs-list .tab-content .review-form .form-group .form-label {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #303030;
    text-transform: unset;
    margin: 0;
    padding: 0;
}

.long-desc-wrap .tabs-list .tab-content .review-form .form-group .form-label span {
    color: #292929;
}

/* .long-desc-wrap .tabs-list .tab-content .review-form .form-check {} */

/* .long-desc-wrap .tabs-list .tab-content .review-form .form-check .form-check-input {} */

.long-desc-wrap .tabs-list .tab-content .review-form .form-check .form-check-label {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #303030;
    text-transform: unset;
    margin: 0;
    padding: 0;
}

.long-desc-wrap .tabs-list .tab-content .review-form .review-btn {
    margin: 20px 0 0 0;
}

.long-desc-wrap .tabs-list .tab-content .review-form .review-btn .btn-review {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebe9eb;
    width: 120px;
    height: 40px;
    color: #515151;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: 'Nunito', sans-serif;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

.long-desc-wrap .tabs-list .tab-content .review-form .review-btn .btn-review:hover {
    background-color: #dfdcde;
}

.long-desc-wrap .tabs-list .tab-content .review-form .rating {
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
}

.long-desc-wrap .tabs-list .tab-content .review-form .rating h5 {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #303030;
    text-transform: unset;
    margin: 0;
    padding: 0;
}

.long-desc-wrap .tabs-list .tab-content .review-form .rating h5 span {
    color: #303030;
}

.long-desc-wrap .tabs-list .tab-content .review-form .rating ul {
    display: flex;
    align-items: center;
    margin: 0 0 0 12px;
}

.long-desc-wrap .tabs-list .tab-content .review-form .rating ul li {
    margin: 0 2px 0 0;
}

.long-desc-wrap .tabs-list .tab-content .review-form .rating ul li i {
    font-size: 14px;
    cursor: pointer;
}

.long-desc-wrap .tabs-list .tab-content .review-form .rating ul li i:hover {
    color: #EABE12;
}

.long-desc-wrap .tabs-list .tab-content .review-form .rating ul li i.clr {
    color: #EABE12;
}

/* .long-desc-wrap .tabs-list .tab-content .review-content {} */

.long-desc-wrap .tabs-list .tab-content .review-content h5 {
    font-family: 'Nunito', sans-serif;
    font-size: 43.95px;
    line-height: 49px;
    color: #292929;
    font-weight: 800;
    margin: 0 0 16px 0;
    text-transform: capitalize;
    padding: 0;
}

.long-desc-wrap .tabs-list .tab-content .review-content p {
    color: #292929;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: unset;
}

.long-desc-wrap .tabs-list .tab-content .review-content .reviw-list {
    min-height: auto;
    max-height: 400px;
    overflow-y: scroll;
    padding: 0 20px;
}

.long-desc-wrap .tabs-list .tab-content .review-content .review-card {
    display: flex;
    margin: 20px 0;
    align-items: center;
    box-shadow: 0px 0px 4px 1px #ccc;
    padding: 10px 5px;
}

/* .long-desc-wrap .tabs-list .tab-content .review-content .review-card .pr-img {} */

.long-desc-wrap .tabs-list .tab-content .review-content .review-card .pr-img img {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.long-desc-wrap .tabs-list .tab-content .review-content .review-card .pr-desc {
    margin: 0 0 0 10px;
}

.long-desc-wrap .tabs-list .tab-content .review-content .review-card .pr-desc ul {
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
}

/* .long-desc-wrap .tabs-list .tab-content .review-content .review-card .pr-desc ul li {} */

.long-desc-wrap .tabs-list .tab-content .review-content .review-card .pr-desc ul li i {
    font-size: 14px;
    color: #EABE12;
}

.long-desc-wrap .tabs-list .tab-content .review-content .review-card .pr-desc h5 {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    line-height: 22.4px;
    font-weight: 400;
    color: #303030;
    text-transform: unset;
    margin: 0;
    padding: 0;
}

.long-desc-wrap .tabs-list .tab-content .review-content .review-card .pr-desc p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #8d8d8d;
    text-transform: unset;
    margin: 5px 0 0 0;
    padding: 0;
}

/************ product-detail-css end ******************/
/************ canvas css start here ******************/
.canvas-details {
    margin: 0;
    padding: 20px 0;
}

.canvas-area {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d5d8dc;
}

.canvas-area img {
    width: 72px;
    min-height: 72px;
    max-height: 72px;
    object-fit: cover;
}

.canvas-details h5 {
    font-size: 14px;
    color: #868686;
    font-family: 'Nunito', sans-serif;
}

.canvas-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    position: relative;
    z-index: 1;

}

.canvas-details span i {
    position: absolute;
    right: 40px;
    z-index: 1;
    content: "";
    font-weight: 300;
    font-size: 14px;
    color: #868686;
    width: 20px;
    height: 20px;
    border: 1px solid #868686;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.canvas-btn a.btn.btn-veiw-cart {
    background-color: #69727d;
    color: #fff;
    width: 140px;
    height: 49px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    margin: 0 10px;
}

.canvas-btn a.btn.btn-check-out {
    background-color: #69727d;
    color: #fff;
    width: 140px;
    height: 49px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
}

.canvas-content {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #d5d8dc;
}

.canvas-content p strong {
    color: #868686;
    margin: 0 22px;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 20px;
}

.canvas-content span {
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #868686;
}

.canvas-details h6 span {
    color: #d5d8dc;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}

/************ canvas css start end ******************/

/* media query for all pages start here */
@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1444px) {

    /*media query  1400px to 1499px start here */
    /*sec-home-about media query   1400px to 1499px start here */
    .sec-home-about .about-box {
        right: 0;
    }

    /*sec-home-about media query  1400px to 1499px end here */

    /*media query  1400px to 1499px end here */

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    /*media query  1200px to 1399px start here */
    /*sec-home-banner media query  1200px to 1399px start here */
    .sec-home-banner .desc .desc-inner h1 {
        font-size: 50px;
        line-height: 55px;
    }

    /*sec-home-banner  media query   1200px to 1399px end here */
    /*sec-home-about  media query   1200px to 1399px end here */
    .sec-home-about .about-box {
        right: -4%;
    }

    /*sec-home-about  media query   1200px to 1399px end here */

    .sec-home-client .client-box p {
        font-size: 17px;
    }

    /*media query  1200px to 1399px end here */

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*media query  992px to 1199px start here */
    /*header media query  992px to 1199px start here */
    header .navbar .nav-item a.nav-link {
        margin: 0;
    }

    /*header media query  992px to 1199px end here */
    /*sec-home-banner media query  992px to 1199px start here  */
    .sec-home-banner {
        min-height: 500px;
        max-height: 500px;
    }

    .sec-home-banner .desc .desc-inner h1 {
        font-size: 35px;
        line-height: 35px;
    }

    /*sec-home-banner media query  992px to 1199px end here  */
    /* sec-home-about media query  992px to 1199px start here */
    .sec-home-about .about-box {
        right: -4%;
    }

    .sec-home-about .about-details h6 {
        font-size: 36px;

    }

    .sec-home-about .about-details p {
        text-align: justify;
    }

    /* sec-home-about media query  992px to 1199px end here */
    /*sec-home-testi media query  992px to 1199px start here */

    .sec-home-testi .testi-details p {
        text-align: justify;
        font-size: 15px;
    }

    .sec-home-testi .testi-details-2 p {
        text-align: justify;
        font-size: 15px;
    }

    /*sec-home-testi media query  992px to 1199px end here */
    /* sec-home-product media query 992px to 1199px start here */

    .sec-home-product .product-card h5 {
        font-size: 23px;
    }

    /* sec-home-product media query 992px to 1199px end here */

    /* sec-home-cart media query 992px to 1199px start here */
    .sec-home-cart .cart-title h2 {
        font-size: 35px;
    }

    /* sec-home-cart media query 992px to 1199px end here */

    /* sec-home-discover media query 992px to 1199px start here */

    .sec-home-discover .disc h4 {
        font-size: 35px;
    }

    /* sec-home-discover media query 992px to 1199px end here */

    /* sec-home-family media query 992px to 1199px start here */


    .sec-home-family .family-title h2 {
        font-size: 35px;
    }


    /* sec-home-family media query 992px to 1199px end here */

    /* sec-home-news media query 992px to 1199px start here */

    .sec-home-news {
        padding: 50px 0;
    }

    .sec-home-news .news-title h2 {
        font-size: 35px;
    }

    .sec-home-news .news-details p {
        font-size: 14px;
    }

    /*sec-home-news media query 992px to 1199px end here */

    /* sec-home-client media query 992px to 1199px start here */

    .sec-home-client .client-box p {
        padding: 0 0 0 20px;
        font-size: 15px;
    }

    .sec-home-client .client-title h2 {
        font-size: 35px;
    }

    /* sec-home-client media query 992px to 1199px end here */

    /*sec-home-insta media query 992px to 1199px start here */

    .sec-home-insta .insta-title h2 {
        font-size: 35px;
    }

    .sec-home-insta .insta-img img {
        margin: 0 0 20px 0;
        min-height: 393px;
    }

    /* sec-home-insta media query 992px to 1199px end here */
    /*sec-about-team media query 992px to 1199px start here */

    .sec-about-team .team-title span {
        margin: 0 0 15px 0;
    }

    /* sec-about-team media query 992px to 1199px end here*/


    /*media query  992px to 1199px end here */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*media query 768px to 991px start here */
    /* header 768px to 991px media query start here */
    header .top-nav-icon {
        padding: 20px 0;

    }

    header .top-para {
        padding: 0;
        margin: 0;
    }

    header .top-para p {
        margin: 0 10px;
        padding: 0;

    }

    header .main-nav {
        margin: 0 0 10px 0;
        padding: 0;
    }

    header .nav-socail-icon {
        margin: 0 auto;
    }

    header .navbar .nav-item a.nav-link {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    header .navbar li.nav-item {
        text-align: center;
    }

    header .navbar-brand img {
        min-height: 100px;
        max-height: 100px;
    }

    header .nav-button {
        padding: 10px 0;
        margin: 0;
        display: block;
    }

    header .cart-btn {
        text-align: center;
    }

    header .nav-button button.shop-btn {
        font-size: 15px;
        width: 156px;
        height: 35px;
        margin: 0 auto;
    }

    header .nav-button a.btn.card-btn {
        font-size: 13px;
        margin: 0;
    }

    header button.navbar-toggler {
        background-color: #fff;
    }


    /* header 768px to 991px media query end here */
    /*sec-home-banner  768px to 991px media query start here*/

    .sec-home-banner {
        min-height: 523px;
        max-height: 523px;
    }

    .sec-home-banner .desc .desc-inner h1 {
        font-size: 35px;
        line-height: 35px;

    }

    .sec-home-banner .desc .desc-inner p {
        font-size: 20px;
        line-height: 28px;
    }

    /*sec-home-banner  768px to 991px media query end here*/
    /*sec-home-about 768px to 991px media query start here */

    .sec-home-about {
        padding: 80px 0;
    }

    .about-details {
        margin: 0 0 80px 0;
        padding: 0;
    }

    .sec-home-about .about-details h6 {
        font-size: 30px;
    }

    .sec-home-about.expo .about-img::before {
        width: 623px;
        left: -25px;
    }

    .sec-home-about.expo .about-box {
        top: 41%;
        right: 60px;
    }

    .sec-home-about .about-img::before {
        width: 623px;
        left: -25px;
    }

    .sec-home-about .about-box {
        top: 32%;
        right: 60px;
    }

    /*sec-home-about 768px to 991px media query end here */
    /* sec-home-testi 768px to 991px media query start here*/
    .sec-home-testi {
        padding: 50px 0;
    }

    .sec-home-testi .testi-card {
        margin: 0 0 30px 0;
    }

    /* sec-home-testi 768px to 991px media query end here*/

    /*sec-home-discover 768px to 991px media query start here */
    .sec-home-discover {
        padding: 50px 0;
    }

    .sec-home-discover .disc {
        text-align: center;
    }

    .sec-home-discover .disc h4 {
        font-size: 30px;
    }


    .sec-home-discover .disc p {
        font-size: 17px;
    }


    /*sec-home-discover 768px to 991px media query end here */
    /*sec-home-product 768px to 991px media query start here*/
    .sec-home-product {
        padding: 30px 0;
    }

    .sec-home-product .product-title h4 {
        font-size: 30px;
    }

    .sec-home-product .product-title p {
        margin: 0 0 20px 0;
    }

    .sec-home-product .form-details-inner {
        text-align: center;
    }

    .sec-home-product .product-info-form a.btn.get-a-quotes {
        margin: 0 auto;
    }

    /*sec-home-product 768px to 991px media query end here*/
    /*sec-home-cart 768px to 991px media query start here*/

    .sec-home-cart .cart-title {
        text-align: center;
    }

    .sec-home-cart .cart-title h2 {
        font-size: 35px;
    }

    .sec-home-cart .product-card img {
        object-fit: contain;
    }

    /*sec-home-cart 768px to 991px media query end here*/
    /* sec-home-family 786px to 991px media query start here */
    .sec-home-family {
        padding: 50px 0;
        margin: 0;
    }

    .sec-home-family .family-title h2 {
        font-size: 30px;
    }

    /* sec-home-family 786px to 991px media query end here */

    /*sec-home-news 786px to 991px media query start here */
    .sec-home-news {
        padding: 50px 0;
    }

    .sec-home-news .news-title {
        text-align: center;
    }


    .sec-home-news .news-title h2 {
        font-size: 30px;
    }

    .sec-home-news .news-card {
        margin: 0 0 20px 0;
    }

    .sec-home-news .news-card img {
        min-height: 323px;
        max-height: 323px;
    }

    /*sec-home-news 786px to 991px media query end here */
    /*sec-home-client 786px to 991px media query start here */
    .sec-home-client {
        padding: 50px 0;
        margin: 0;
    }

    .sec-home-client .client-title {
        text-align: center;
    }

    .sec-home-client .client-title h2 {
        font-size: 30px;
    }

    .sec-home-client .owl-theme .owl-dots .owl-dot span {
        display: none;
    }

    .sec-home-client .client-box p {
        font-size: 17px;
        padding: 0 15px 0 30px;
    }

    /*sec-home-client 786px to 991px media query end here */
    /* sec-home-insta 786px to 991px media query start here */
    .sec-home-insta .insta-title {
        text-align: center;
    }

    .sec-home-insta .insta-title h2 {
        font-size: 35px;
    }


    .sec-home-insta .insta-img img {
        margin: 0 0 30px 0;
        min-height: 393px;
    }

    /* sec-home-insta 786px to 991px media query end here */

    /* sec-about-team 786px to 991px media query start here */
    .sec-about-team {
        padding: 50px 0;
        margin: 0;
    }

    .sec-about-team .team-card {
        margin: 0 0 30px 0;
    }

    .sec-about-team .team-title span {
        margin: 0 0 15px 0;
    }

    .sec-about-team .team-title h4 {
        font-size: 35px;
    }

    /* sec-about-team 786px to 991px media query end here */
    /* sec-faq-problem 786px to 991px media query start here */
    .sec-faq-problem {
        padding: 50px 0;
        margin: 0;
    }

    .sec-faq-problem .problem-aside {
        width: 100%;
    }

    /* sec-faq-problem 786px to 991px media query end here */
    .main-footer .ft-contact h5 {
        font-size: 20px;
    }

    .ft-contact {
        margin: 20px 0;
    }

    .contact-list-details ul li a {
        font-size: 17px;
    }

    /*media query 768px to 991px end here */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* media query 576px to 767px media query start here */
    /* header 576px to 767px media query start here */


    header .top-nav-icon {
        padding: 10px 0;

    }

    header .top-para {
        padding: 0;
        margin: 0;
    }

    header .top-para p {
        margin: 0 10px;
        padding: 0;

    }

    header .main-nav {
        margin: 0 0 10px 0;
        padding: 0;
    }

    header .nav-socail-icon {
        margin: 0 auto;
    }

    header .navbar .nav-item a.nav-link {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    header .navbar li.nav-item {
        text-align: center;
    }

    header .navbar-brand img {
        min-height: 100px;
        max-height: 100px;
    }

    header .nav-button {
        padding: 10px 0;
        margin: 0;
        display: block;
    }

    header .cart-btn {
        text-align: center;
    }

    header .nav-button button.shop-btn {
        font-size: 15px;
        width: 156px;
        height: 35px;
        margin: 0 auto;
    }

    header .nav-button a.btn.card-btn {
        font-size: 13px;
        margin: 0;
    }

    header button.navbar-toggler {
        background-color: #fff;
    }

    /* header 576px to 767px media query end here */
    /* banner 576px to 767px media query start here */
    .sec-home-banner {
        margin: 0;
        padding: 0;
        min-height: 400px;
        max-height: 400px;
    }

    .sec-home-banner .desc-btn-area {
        display: flex;
        align-items: center;
    }

    .sec-home-banner .desc-btn-area a.btn.shop-now-btn {
        width: 160px;
        height: 45px;
        font-size: 10px;
    }

    .sec-home-banner .desc-btn-area a.btn.get-started-btn {
        width: 160px;
        height: 45px;
        font-size: 10px;
    }

    .sec-home-banner .desc .desc-inner h1 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 20px 0;
    }

    .sec-home-banner .desc .desc-inner p {
        margin: 0 0 20px;
        text-align: justify;
        font-size: 18px;
    }

    /* banner 576px to 767px end here */

    /* sec-about 576px to 767px media query start here */
    .sec-home-about {
        padding: 30px 0;
        margin: 0;
    }

    .sec-home-about .bg-about img {
        min-height: 300px;
        max-height: 300px;
    }

    .sec-home-about .about-details {
        margin: 0 0 50px 0;
    }

    .sec-home-about .about-details span {
        font-size: 13px;
        margin: 0;
        padding: 0;
    }

    .sec-home-about .about-details h6 {
        font-size: 25px;
        padding: 20px 0;
        margin: 0;

    }

    .sec-home-about .about-details p {
        font-size: 15px;
        padding: 0;
        margin: 0 0 20px 0;
        text-align: justify;
    }

    .sec-home-about .about-details a.btn.discover-more-btn {
        width: 150px;
        height: 35px;
        font-size: 10px;
        margin: 0 auto;
    }

    .sec-home-about .about-box {
        height: 150px;
        width: 150px;
        top: 27%;
        right: -15px;

    }

    .sec-home-about .box-details h4 {
        font-size: 30px;
        margin: 0;
        padding: 0;
    }

    .sec-home-about .box-details p {
        font-size: 20px;
        padding: 0;
        margin: 0;
    }

    .sec-home-about .about-img {
        margin: 30px 0 0 0;
    }

    /* sec-about 576px to 767px media query end here */

    /*sec-home-testi 576px to 767px  media query start here */
    .sec-home-testi {
        padding: 30px 0;
    }

    .sec-home-testi .testi-card {
        padding: 30px 0;
        margin: 0 0 20px 0;
    }

    .testi-details p {
        text-align: justify;
    }

    .sec-home-testi .testi-card-2 {
        padding: 30px 0;
        margin: 0 0 20px 0;
    }

    /*sec-home-testi 576px to 767px  media query end here */
    /*sec-home-discover  576px to 767px  media query  start here*/
    .sec-home-discover {
        padding: 30px 0;
    }

    .sec-home-discover .disc h4 {
        font-size: 30px;
    }

    .sec-home-discover .disc p {
        font-size: 17px;
        text-align: center;
    }

    /*sec-home-discover  576px to 767px  media query  end here*/
    /* sec-home-product 576px to 767px media query start here */

    .sec-home-product {
        padding: 50px 0;
        margin: 0;
    }

    .sec-home-product .product-title h4 {
        font-size: 23px;
    }

    .sec-home-product .product-title p {
        text-align: justify;
    }

    .sec-home-product .product-btn a.btn.Explore-more-btn {
        margin: 15px 0;
        padding: 0;
    }

    .sec-home-product .form-details-inner img {
        margin: 0 auto;
    }

    .sec-home-product .product-card img {
        min-height: 200px;
        max-height: 200px;
    }

    .sec-home-product .product-card h5 {
        font-size: 16px;
    }

    .sec-home-product .product-info-form {
        padding: 35px;
        margin: 0;
    }

    .sec-home-product .product-info-form a.btn.get-a-quotes {
        margin: 0 auto;
    }

    .sec-home-product .form-details-inner h2 {
        font-size: 25px;

    }

    .sec-home-product .form-details-inner {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .sec-home-product .form-details-inner p {
        font-size: 16px;
    }

    .sec-home-product .box-details-inner {
        width: 100%;
    }

    .sec-home-product .box-details-inner h3 {
        font-size: 25px;
    }

    .sec-home-product .box-details-inner h2 span {
        font-size: 25px;
    }

    .sec-home-product .box-details-inner button.btn.get-it-btn {
        width: 160px;
        height: 35px;
    }

    /* sec-home-product 576px to 767px media query end here */
    /* sec-home-cart 576px to 767px media query start here */

    .sec-home-cart {
        padding: 50px 0;
        margin: 0;
    }

    .sec-home-cart .cart-title {
        text-align: center;
    }

    .sec-home-cart .cart-title h2 {
        font-size: 30px;
    }

    .sec-home-cart .product-card img {
        object-fit: contain;
        object-position: center;
        min-height: 294px;
        max-height: 294px;
    }

    .sec-home-cart .cart-title p {
        text-align: justify;
    }

    .sec-home-cart .view-btn a.btn.veiw-all-btn {
        width: 200px;
        height: 45px;
    }

    .sec-home-cart .cart-details a {
        font-size: 20px;
    }

    .sec-home-cart .cart-details p {
        font-size: 20px;
    }

    /* sec-home-cart 576px to 767px media query end here */
    /* sec-home-family 576px to 767px media query  start here */
    .sec-home-family {
        padding: 50px 0;
        margin: 0;
    }

    .sec-home-family .family-img::before {
        height: 500px;
        top: 15px;
    }

    .sec-home-family .family-img img {
        min-height: 500px;
        max-height: 500px;
    }

    .sec-home-family .family-title {
        text-align: center;
    }

    .sec-home-family .family-title h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .sec-home-family .family-inner-details p {
        font-size: 18px;

    }

    /*sec-home-family 576px to 767px media query end here */
    /*sec-home-news 576px to 767px media query  start here */
    .sec-home-news {
        padding: 50px 0;
    }

    .sec-home-news .news-title {
        text-align: center;
    }

    .sec-home-news .news-title h2 {
        font-size: 30px;
    }

    .sec-home-news .news-card {
        padding: 0;
        margin: 0 0 20px 0;
    }

    /*sec-home-news 576px to 767px media query end here */
    /*sec-home-client  576px to 767px media query start here */

    .sec-home-client {
        padding: 50px 0;
        margin: 0;
    }

    .sec-home-client .client-title {
        text-align: center;
    }

    .sec-home-client .client-title h2 {
        font-size: 30px;
    }

    .sec-home-client .client-title span {
        font-size: 17px;
    }

    .sec-home-client .owl-theme .owl-dots .owl-dot span {
        display: none;
    }

    /*sec-home-client  576px to 767px media query end here */
    /*sec-home-insta  576px to 767px media query start here */
    .sec-home-insta {
        padding: 50px 0;
    }

    .sec-home-insta .insta-title {
        text-align: center;
    }

    .sec-home-insta .insta-title h2 {
        font-size: 30px;
    }

    .sec-home-insta .insta-title h4 {
        font-size: 30px;
    }

    .sec-home-insta .insta-img img {
        margin: 0 0 20px 0;
        min-height: 393px;
    }

    /*sec-home-insta  576px to 767px media query end here */
    /* sec-about expo 576px to 767px media query start here */
    .sec-about-video {
        min-height: 400px;
        max-height: 400px;
    }

    .sec-about-video .desc {
        text-align: start;
    }

    .sec-home-about.expo .about-box {
        top: 40%;
    }

    .sec-about-video .desc .desc-inner h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .sec-about-video .desc .desc-inner p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 27px;
    }

    .sec-about-video a.btn.discover-more-btn {
        margin: 20px 0;
        padding: 0;
    }

    /* sec-about expo 576px to 767px media query end here */
    /* sec-about-team 576px to 767px media query start here*/
    .sec-about-team .team-title {
        text-align: start;
    }

    .sec-about-team .team-title span {
        font-size: 16px;
        margin: 0;
    }

    .sec-about-team .team-title h4 {
        font-size: 30px;
    }

    /* sec-about-team 576px to 767px media query end here*/
    /* faqs all sec 576px to 767px media query start here */
    /*sec-faq-problem 576px to 767px media query start here*/
    .sec-faq-problem {
        padding: 50px 0;
    }

    .sec-faq-problem .problem-aside {
        width: 100%;
        margin: 0 0 20px 0;
    }

    /*sec-faq-problem 576px to 767px media query end here*/
    /* faqs all sec 576px to 767px media query end here */
    /* contact all sec 576px to 767px media query start here */
    /* contact map 576px to 767px media query  start here */
    .sec-contact-map .map-details h4 {
        font-size: 30px;
    }

    .sec-contact-message .disc {
        text-align: start;
    }

    .sec-contact-message .disc h4 {
        font-size: 30px;
    }

    .sec-contact-message .disc a.btn.discover-more-btn {
        margin: 0;
    }

    .contact-social-details h3 {
        font-size: 30px;
    }

    /* contact map 576px to 767px media query end here */
    .ft-contact {
        margin: 20px 0;
    }

    .contact-list-details ul li a {
        font-size: 15px;
    }

    .ft-btm .ft-details p {
        font-size: 15px;
    }

    /* contact all sec 576px to 767px media query end here */
    /* media query 576px to 767px media query end here */

}

@media only screen and (min-width: 300px) and (max-width: 575px) {

    /* media query 300px to 575px start here */
    /* header 300px to 575px media query start here */
    header .top-nav {
        padding: 0;
        margin: 0 auto;
    }

    header .top-nav-icon {
        display: block;
        margin: 0 auto;
        padding: 10px 0;

    }

    header .top-para {
        padding: 0;
        margin: 0;
    }

    header .top-para p {
        margin: 0;
        padding: 0;

    }

    header .main-nav {
        margin: 0 0 10px 0;
        padding: 0;
    }

    header .nav-socail-icon {
        margin: 0 auto;
    }

    header .navbar .nav-item a.nav-link {
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

    header .navbar li.nav-item {
        text-align: center;
    }

    header .navbar-brand img {
        min-height: 100px;
        max-height: 100px;
    }


    header .nav-button {
        padding: 10px 0;
        margin: 0;
        display: block;
    }

    header .cart-btn {
        text-align: center;
    }

    header .nav-button button.shop-btn {
        font-size: 13px;
        width: 145px;
        height: 35px;
        margin: 0 auto;
    }

    header .nav-button a.btn.card-btn {
        font-size: 13px;
        margin: 0;
    }

    header button.navbar-toggler {
        background-color: #fff;
    }

    /* header 300px to 575px media query start here */
    /* banner 300px to 575px media query start here */
    .sec-home-banner {
        margin: 0;
        padding: 0;
        min-height: 400px;
        max-height: 400px;
    }

    .sec-home-banner .desc-btn-area {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sec-home-banner .desc-btn-area a.btn.shop-now-btn {
        width: 150px;
        height: 35px;
        font-size: 10px;
    }

    .sec-home-banner .desc-btn-area a.btn.get-started-btn {
        width: 150px;
        height: 35px;
        font-size: 10px;
    }

    .sec-home-banner .desc .desc-inner h1 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .sec-home-banner .desc .desc-inner p {
        margin: 0 0 20px;
        text-align: justify;
        font-size: 15px;
    }

    /* banner 300px to 575px end here */
    /* sec-about 300px to 575px media query start here */
    .sec-home-about {
        padding: 30px 0;
        margin: 0;
    }

    .sec-home-about .bg-about img {
        min-height: 300px;
        max-height: 300px;
    }

    .sec-home-about .about-details {
        text-align: center;
        margin: 0 0 30px 0;
    }

    .sec-home-about .about-details span {
        font-size: 13px;
        margin: 0;
        padding: 0;
    }

    .sec-home-about .about-details h6 {
        font-size: 20px;
        padding: 20px 0;
        margin: 0;

    }

    .sec-home-about .about-details p {
        font-size: 15px;
        padding: 0;
        margin: 0 0 20px 0;
        text-align: justify;
    }

    .sec-home-about .about-details a.btn.discover-more-btn {
        width: 150px;
        height: 35px;
        font-size: 10px;
        margin: 0 auto;
    }

    .sec-home-about .about-box {
        height: 100px;
        width: 100px;
        top: 37%;
        right: -15px;

    }

    .sec-home-about .box-details h4 {
        font-size: 18px;
        margin: 0;
        padding: 0;
    }

    .sec-home-about .box-details p {
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

    .sec-home-about .about-img {
        margin: 30px 0 0 0;
    }

    /* sec-about 300px to 575px media query end here */
    /*sec-home-testi 300px to 575px media query start here */
    .sec-home-testi {
        padding: 30px 0;
    }

    .sec-home-testi .testi-card {
        padding: 30px 0;
        margin: 0 0 20px 0;
    }

    .testi-details p {
        text-align: justify;
    }

    /*sec-home-testi 300px to 575px media query end here */
    /*sec-home-dicover 300px to 575px media query start here */
    .sec-home-discover {
        padding: 15px 0;
    }

    .sec-home-discover .disc h4 {
        font-size: 25px;
    }

    .sec-home-discover .disc p {
        font-size: 15px;
        text-align: justify;
    }

    /*sec-home-dicover 300px to 575px media query end here */
    /*sec-home-product 300px to 575px media query start here */
    .sec-home-product {
        padding: 0;
        margin: 0;
    }

    .product-title {
        text-align: center;
    }

    .sec-home-product .product-title h4 {
        font-size: 23px;
    }

    .sec-home-product .product-title p {
        text-align: justify;
    }

    .sec-home-product .product-btn a.btn.Explore-more-btn {
        margin: 15px auto;
        padding: 0;
    }

    .sec-home-product .product-card-details {
        text-align: center;
    }

    .sec-home-product .product-card img {
        min-height: 200px;
        max-height: 200px;
    }

    .sec-home-product .product-card a.btn.Explore-more-btn {
        margin: 0 auto;
    }

    .sec-home-product .product-card h5 {
        font-size: 22px;
    }

    .sec-home-product .product-info-form {
        padding: 35px;
        margin: 0;
    }

    .sec-home-product .product-info-form a.btn.get-a-quotes {
        margin: 0 auto;
    }

    .sec-home-product .form-details-inner h2 {
        font-size: 20px;
        text-align: center;
    }

    .sec-home-product .details-img {
        padding: 0 28px;
    }

    .sec-home-product .details-img::before {
        width: 30%;
        padding: 0 21px;
    }

    .sec-home-product .form-details-inner img {
        margin: 0 58px;
    }

    .sec-home-product .details-img::after {
        width: 30%;
        padding: 0 35px;
    }

    .sec-home-product .form-details-inner {
        margin: 0;
        padding: 0;
    }

    .sec-home-product .form-details-inner p {
        font-size: 14px;
        text-align: justify;
    }

    .sec-home-product .box-details-inner {
        width: 100%;
    }

    .sec-home-product .box-details-inner h3 {
        font-size: 25px;
    }

    .sec-home-product .box-details-inner h2 span {
        font-size: 25px;
    }

    .sec-home-product .box-details-inner button.btn.get-it-btn {
        width: 160px;
        height: 35px;
    }

    /*sec-home-product 300px to 575px media query end here */
    /*sec-home-cart 300px to 575px media query start here */
    .sec-home-cart {
        padding: 50px 0;
        margin: 0;
    }

    .sec-home-cart .cart-title h2 {
        font-size: 25px;
    }

    .sec-home-cart .cart-title p {
        text-align: justify;
    }

    .sec-home-cart .view-btn a.btn.veiw-all-btn {
        width: 200px;
        height: 45px;
    }

    /*sec-home-cart 300px to 575px media query end here */
    /*sec-home-family 300px to 575px media query start here*/
    .sec-home-family {
        padding: 40px 0;
        margin: 0;
    }

    .sec-home-family .family-img::before {
        height: 500px;
        top: 15px;

    }

    .sec-home-family .family-img img {
        min-height: 500px;
        max-height: 500px;
    }

    .sec-home-family .family-title {
        text-align: center;
    }

    .sec-home-family .family-title h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .sec-home-family .family-title p {
        text-align: justify;
    }

    .sec-home-family .family-inner-details h4 {
        text-align: center;
    }

    .sec-home-family .family-inner-details i {
        margin: 0 auto 20px;
    }

    .sec-home-family .family-inner-details p {
        font-size: 15px;
        text-align: justify;
    }

    /*sec-home-family 300px to 575px media query end here*/

    /*sec-home-news 300px to 575px media query start here*/

    .sec-home-news {
        padding: 30px 0;
        margin: 0;
    }

    .sec-home-news .news-title h2 {
        font-size: 25px;
    }

    .sec-home-news .news-card {
        margin: 0 0 20px 0;
    }

    .sec-home-news .news-details {
        text-align: center;
    }

    .sec-home-news .news-details a h5 {
        font-size: 20px;
    }

    .sec-home-news .news-details p {
        text-align: justify;
        font-size: 14px;
    }

    /*sec-home-news 300px to 575px media query end here*/

    /*inner-banner-wrap for all sec 300px to 575px  media  query start here*/
    .inner-banner-wrap .desc h1 {
        font-size: 40.93px;
        line-height: 35px;
    }

    .inner-banner-wrap .desc h4 {
        font-size: 20px;
    }

    /*inner-banner-wrap for all sec 300px to 575px  media  query end here*/

    /* sec-home-client 300px to 575px media query start here */
    .sec-home-client {
        padding: 50px 0;
    }

    .sec-home-client .client-title span {
        font-size: 15px;
    }

    .sec-home-client .client-title h2 {
        font-size: 20px;
    }

    .sec-home-client .client-box {
        width: 100%;
    }

    .sec-home-client .client-box p {
        font-size: 14px;
        padding: 0 0 0 25px;
    }

    .sec-home-client .client-box-details {
        display: flex;
        justify-content: start;
    }


    .sec-home-client .client-box-details .desc span {
        font-size: 15px;
    }

    .sec-home-client .owl-theme .owl-dots .owl-dot {
        display: none;
    }

    /* sec-home-client 300px to 575px media query end here */
    /* sec-home-insta 300px to 575px media query start here */
    .sec-home-insta .insta-title h2 {
        font-size: 20px;
    }

    .sec-home-insta .insta-title h4 {
        font-size: 20px;
    }

    .sec-home-insta .insta-img img {
        margin: 0 0 20px 0;
    }

    /* sec-home-insta 300px to 575px media query end here */

    /* sec-about inner sec media query start here */
    .sec-home-about.expo .about-box {
        top: 53%;
        right: -15px;
    }

    /* sec-home-about expo end here */
    /* sec-about-video 300px to 575px media query start here */
    .sec-about-video {
        min-height: 400px;
        max-height: 400px;
    }

    .sec-about-video .desc .desc-inner h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .sec-about-video .desc .desc-inner p {
        text-align: justify;
        font-size: 15px;
    }

    /* sec-about-video 300px to 575px media query end here */

    /*sec-about-team  300px to 575px media query start here*/
    .sec-about-team {
        padding: 50px 0;
    }

    .sec-about-team .team-details {
        margin: 0 0 20px 0;
    }

    .sec-about-team .team-title span {
        margin: 0 0 20px 0;
    }

    .sec-about-team .team-title h4 {
        font-size: 25px;
    }

    /*sec-about-team  300px to 575px media query end here*/
    /* sec-about inner pages media query end here */
    /* sec-faqs all sec media query start here */

    .sec-faq-problem {
        padding: 20px 0;
        margin: 0;
    }

    .sec-faq-problem .problem-aside {
        width: 300px;
        height: 600px;
    }

    .sec-fa-problem-inner {
        padding: 0 0 25px 0;
        margin: 0;
    }

    /* sec-faqs all sec media query end here */
    /* sec-policy  all sec 300px to 575px media query start here  */
    /* sec-policy-policy-area 300px to 575px media query start here */

    .sec-policy-policy-area {
        padding: 80px 0;
        margin: 0;
    }

    .sec-policy-policy-area .policy-list h2 {
        font-size: 25px;
    }

    /* sec-policy-policy-area 300px to 575px media query end here */
    /* sec-policy  all sec 300px to 575px media query end here  */
    /* sec-contact all sec 300px to 575px media query start here  */
    /*sec-contact-map 300px to 575px media query start here */

    .sec-contact-map {
        padding: 50px 0;
    }

    .sec-contact-map .map-details {
        padding: 15px;
    }

    .sec-contact-map .map-details h4 {
        font-size: 25px;
    }

    .sec-contact-map .map-details p {
        text-align: justify;
    }

    .sec-contact-map .map-list a h6 {
        font-size: 14px;
    }

    /*sec-contact-map 300px to 575px media query end here */
    /* .sec-contact-message 300px to 575px media query start here*/
    .sec-contact-message {
        padding: 50px 0;
    }

    .sec-contact-message .disc h4 {
        font-size: 25px;
    }

    .sec-contact-message .disc p {
        font-size: 15px;
        text-align: justify;
    }

    .sec-contact-message-form .message-form {
        padding: 25px;
    }

    /* .sec-contact-message  300px to 575px media query end here*/
    /* sec-contact-social 300px to 575px media query start here */

    .sec-contact-social {
        padding: 30px 0;
        margin: 0;
    }

    .contact-social-details h3 {
        font-size: 25px;
    }

    .icon-social a i {
        font-size: 20px;
    }

    /* sec-contact-social 300px to 575px media query end here */
    /* sec-contact all sec 300px to 575px media query end here  */
    /* sec-home-product-detail-wrap all sec 300px to 575px media query start here   */
    /* product-detail-wrap media query 300pxto 575px media start here*/
    .product-detail-wrap {
        padding: 80px 0;
    }

    .product-detail-wrap .main-img {
        margin: 0 15px;
    }

    .product-detail-wrap .product-content {
        text-align: center;
    }

    .product-detail-wrap .product-content .title {
        font-size: 20px;
    }

    .product-detail-wrap .product-content .price {
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .product-detail-wrap .product-content p {
        text-align: justify;
    }

    .long-desc-wrap {
        padding: 10px 0 0 0;
    }

    .desc {
        text-align: center;
    }

    .sec-home-cart.related-products .cart-title h2 {
        text-align: center;
    }

    .long-desc-wrap .tabs-list .tab-content .desc p {
        font-size: 17px;
        line-height: 17px;
        text-align: justify;
    }

    .long-desc-wrap .tabs-list .tab-content .desc h5 {
        font-size: 20px;
        line-height: 50px;
    }

    .sec-home-cart.related-products {
        padding: 85px 0;
    }

    /* product-detail-wrap media query 300pxto 575px media end here*/

    .message-title h5 {
        font-size: 25px;
    }

    .order h5 {
        font-size: 25px;
    }

    .sec-product-checkout .check-title h4 {
        font-size: 25px;
    }

    /* sec-home-product-detail-wrap all sec 300px to 575px media query end here   */
    /* footer 300px to 575px media query start here */
    .ft-contact {
        margin: 20px 0;
    }

    .contact-list-details ul li a {
        font-size: 14px;
    }

    .ft-btm {
        padding: 0;
    }

    /* footer 300px to 575px media query end here */

}

/* media query for all pages end here */