@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.5;
    background: #fff;
    color: #000;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0em 0em 1.5em 0em;
    font-size: 1.125rem;
    font-family: "Inter", sans-serif;
    color: #000;
    font-weight: 400;
}

a {
    color: #000;
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    text-decoration: none;
}

label {
    font-size: 13px;
    color: #272727;
    font-weight: normal;
}

input:focus,
select:focus,
.form-control:focus {
    box-shadow: none !important;
}

.form-select {
    font-size: 16px;
    font-weight: 400;
    /*border-radius: 0px;*/
    color: #000;
    border: 1px solid #000;
    padding: 16px;
    background-size: 32px 24px;
}

.form-control {
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    color: #000;
    border: 1px solid #000;
    padding: 16px;
    margin-bottom: 30px;
}

.form-select:focus {
    border-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

h1 {
    font-size: 7rem;
    color: #14213d;
    font-weight: 700;
}

h2 {
    font-size: 3.7rem;
    color: #181818;
    font-weight: 700;
    margin-bottom: 2rem;
}

h3 {
    font-size: 2rem;
    color: #181818;
    font-weight: 700;
    margin-bottom: 1rem;
}

h4 {
    font-size: 2rem;
    font-weight: 400;
}

h5 {
    font-size: 1.32rem;
}

h6 {
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
}

.py-90 {
    padding: 90px 0px;
}


/*.cmn-btn {*/


/*    padding: 15px 25px;*/


/*    background-color: #008b7a;*/


/*    color: #fff;*/


/*    border: none;*/


/*}*/

.cmn-btn {
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    text-align: center;
    background-color: #008b7a;
    color: #fff!important;
    transition: ease-out 0.5s;
    border: none;
    border-radius: 0;
}

.cmn-btn:hover {
    color: #fff!important;
    box-shadow: inset 0 -100px 0 0 #252525;
}

.text-justify {
    text-align: justify;
}


/*---------------header section start here------------------*/

.header-sec {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-top {
    background-color: #4ab043;
    color: #ffff;
}

.header-top a {
    color: #fff;
}

.contact-mob a {
    color: #fff;
    font-size: 14px;
}

.header-top a:hover {
    text-decoration: underline;
}

.header-top-main ul li {
    list-style: none;
    padding-left: 30px;
    display: inline-block;
    font-size: 16px;
}

.header-top-main ul li i::before {
    padding-right: 5px;
}

.header-sec .logo {
    width: auto;
}

.header-sec .main-menu {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-sec .nav-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    /* padding: 26px 14px; */
}

.header-sec .nav-menu>li>a:hover {
    color: #4ab043;
}


/*.header-sec .nav-menu>li:last-child>a {*/


/*    padding-right: 0px;*/


/*}*/

.header-sec .nav-menu>li {
    position: relative;
}

.header-sec .nav-menu>li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    top: 44%;
    background-color: #000;
}

.header-sec .nav-menu>li:last-child::after {
    display: none;
}

.header-sec .nav-menu>li:nth-last-child(2)::after {
    display: none;
}

.schdle-btn a {
    color: #fff !important;
}

.schdle-btn {
    position: relative;
    display: inline-block;
    padding: 15px 20px!important;
    text-align: center;
    font-size: 16px;
    background-color: #008b7a;
    color: #fff!important;
    cursor: pointer;
    transition: ease-out 0.7s;
    border-radius: 50px;
}

.schdle-btn:hover {
    color: #fff!important;
    box-shadow: inset 0 -100px 0 0 #252525;
}

.navigation-portrait .schdle-btn {
    border-radius: 0px;
    width: 91% !important;
    margin: 15px;
    text-align: center;
}

.contact-mob {
    width: 100% !important;
    background-color: #2f4858;
    padding: 10px 28px;
    position: absolute;
    bottom: 0;
}

.contact-mob ul li {
    /* background-color: #4ab043; */
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
}

.navigation-portrait .mob-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}


/*--------------banner section start here--------------- */

.banner-sec .carousel-caption {
    left: 20%;
    top: 8%;
    text-align: left;
    max-width: 530px;
}

.banner-sec .carousel-caption h1 {
    font-size: 3.65rem;
    font-weight: 700;
    color: #000;
}

.banner-sec .carousel-caption p {
    font-size: 1.3rem;
    color: #4c4c4c;
    max-width: 600px;
}

.carousel-indicators [data-bs-target] {
    background-color: #4ab043;
}


/*--------------banner bottom section------------------- */

.banner-bottm {
    background-color: #ddf8d6;
    position: relative;
    overflow: hidden;
}

.banner-bottm ::after {
    content: "";
    background-image: url(/ASSETS/DEFAULT/leaf-vector.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 480px;
    height: 445px;
    left: -17%;
    bottom: -17%;
}

.banner-bottm ::before {
    content: "";
    background-image: url(/ASSETS/DEFAULT/leaf-vector.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 480px;
    height: 445px;
    right: -9%;
    bottom: -29%;
    rotate: -21deg;
}

.banner-bottm h5 {
    font-weight: 700;
    padding: 25px 0px 25px;
}

.element-none::after,
.element-none::before,
.element-none img::after,
.element-none img::before,
.element-none h5::after,
.element-none h5::before,
.element-none p::after,
.element-none p::before {
    content: none;
}


/* .banner-bottm p{
    margin-bottom: 0px;
} */


/* ------------featured product section strt here------------ */

.prdct-slider-head {
    position: relative;
}

.thin-head {
    font-size: 1.75rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #808080;
    background-color: #fff;
    position: relative;
    width: fit-content;
    margin: 0 auto 16px auto;
    z-index: 99;
    padding: 0 10px;
}

.thin-head-line {
    content: "";
    position: relative;
    height: 1px;
    width: 38%;
    background-color: #808080;
    left: 0;
    top: 20px;
    z-index: 0;
    margin: 0 auto;
}

.featured-prdcts-sec .product-card h5 {
    color: #4ab043;
}

.featured-prdcts-sec .featured-prdcts-main .product-card {
    margin: 0px 10px;
}

.featured-prdcts-sec .featured-prdcts-main .slick-arrow {
    position: absolute;
    top: -44px;
    background-color: #ddf8d6;
    padding: 7px 5px;
}

.featured-prdcts-sec .featured-prdcts-main .slick-next {
    right: 44px;
}

.featured-prdcts-sec .featured-prdcts-main .slick-prev {
    right: 12px;
}

.featured-prdcts-sec .featured-prdcts-main .slick-arrow:hover i::before {
    color: #ffff;
}

.featured-prdcts-sec .featured-prdcts-main .slick-arrow:hover {
    background-color: #4ab043;
}


/* -------------offer ad banner section--------------- */

.offer-bnr-sec {
    padding-bottom: 90px;
    position: relative;
}


/* -------------testimonial  section--------------- */

.section-head {
    position: relative;
}

.thin-head-2 {
    font-size: 1.75rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #808080;
    background-color: #fff;
    position: relative;
    width: fit-content;
    z-index: 99;
    padding-right: 10px;
}

.thin-head-line-2 {
    content: "";
    position: absolute;
    height: 1px;
    width: 24%;
    background-color: #808080;
    left: 0;
    top: 20px;
    z-index: 0;
}

.testimonial-sec {
    position: relative;
    /* z-index: -1; */
}

.testimonial-main {
    padding: 145px 0px 100px;
    position: relative;
    background-color: #ddf8d6;
    overflow: hidden;
}

.testimonial-main::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 420px;
    left: 0;
    top: 0;
    background-image: url(/ASSETS/DEFAULT/testimonial-elmnt1.png);
    background-repeat: no-repeat;
}

.testimonial-main::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 228px;
    right: 0px;
    bottom: 0px;
    background-image: url(/ASSETS/DEFAULT/testimonial-elmnt2.png);
    background-repeat: no-repeat;
}

.leaf-dummy {
    position: relative;
}

.leaf-dummy::after {
    content: "";
    position: absolute;
    width: 255px;
    height: 220px;
    right: -16px;
    top: -148px;
    background-image: url(/ASSETS/DEFAULT/testimonial-elmnt3.png);
    background-repeat: no-repeat;
    z-index: 9;
}

.testimonial-carousel {
    max-width: 1000px;
    margin: 0px auto;
}

.testimonial-main .testimonial-content {
    padding: 50px 20px;
    margin: 45px 10px;
    background-color: #efffeb;
    text-align: center;
    border-radius: 25px;
    position: relative;
}

.testimonial-main .testimonial-content::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    left: 15px;
    top: -50px;
    background-image: url(/ASSETS/DEFAULT/quote.png);
    background-repeat: no-repeat;
}

.testimonial-main .testimonial-content p {
    margin-bottom: 0;
    font-size: 1.6rem;
    text-align: center;
}

.client-details img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.client-details h6 {
    margin: 1rem 0rem .5rem;
}

.client-details p {
    margin-bottom: 0px;
}

.testimonial-carousel .slick-arrow {
    position: absolute;
    right: 0;
    top: -10px;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.testimonial-carousel .slick-arrow:hover {
    background-color: #008b7a!important;
}

.testimonial-carousel .slick-arrow:hover i::before {
    color: #fff!important;
}

.testimonial-carousel .slick-next {
    right: 40px!important;
}


/*-------------Footer section css start here------------- */

.footer-sec {
    padding: 60px 0px 0px 0px;
    background-color: #2f4858;
    color: #fff;
    position: relative;
    z-index: 999;
}

.footer-sec ul li {
    padding: 5px 0px;
}

.footer-sec ul li::marker {
    line-height: 10px;
}

.footer-sec p,
.footer-sec ul li a {
    color: #fff;
    font-size: 15px;
}

.footer-sec ul li a:hover {
    color: #4ab043;
}

.footer-sec ul li {
    font-size: 15px;
    list-style-image: url(/ASSETS/DEFAULT/footer-leaf.png);
    margin-left: 24px;
}

.social-icons ul li {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.social-icons ul li:hover {
    border: 1px solid #4ab043;
}

.social-icons ul li:first-child {
    margin-left: 0px;
}

.social-icons ul li i {
    font-size: 19px;
    padding: 9px;
}

.footer-main {
    padding-bottom: 60px;
}

.footer-main h4 {
    font-size: 1.75rem;
    font-weight: 700;
}

.footer-bottom {
    padding: 20px 0px;
    position: relative;
}

.footer-bottom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #506a7a;
    top: 0;
}

.footer-address li i {
    color: #049d21;
}

.footer-sec-1 {
    max-width: 90%;
}

.footer-sec-1 ul li {
    margin-left: 0px;
}

.copy-r a {
    color: #fff;
    text-decoration: underline;
}


/*---------------common banner css------------------*/

.inner-banner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 500px;
}


/*---------------common pagination css------------------*/

.common-pagination {
    margin-bottom: 70px;
}

.common-pagination .page-link {
    border: 1px solid #474747;
    border-radius: 50%;
    margin: 0 10px;
    width: 50px;
    height: 50px;
    color: #14213d;
    font-size: 22px;
    font-weight: 500;
}

.common-pagination .page-link span i::before {
    font-size: 22px;
    font-weight: 600 !important;
}

.common-pagination .page-item:first-child .page-link,
.common-pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

.common-pagination .page-link:focus {
    background-color: transparent;
    box-shadow: none;
}

.common-pagination .active>.page-link,
.page-link.active {
    background-color: #049d21;
    color: #fff;
    border: 1px solid #049d21;
}


/*---------------about page start here------------------*/

.about-banner {
    background: url(../images/about-banner.jpg);
    background-position: center;
}

.commn-y-space {
    padding: 90px 0;
}

.about-sec-sub {
    position: relative;
    overflow: hidden;
}

.about-sec-sub::before {
    content: "";
    position: absolute;
    background-image: url(../images/leaf-vector.png);
    z-index: 999;
    width: 480px;
    height: 445px;
    background-repeat: no-repeat;
    left: -16%;
    top: 6%;
}

.about-sec-sub::after {
    content: "";
    position: absolute;
    background-image: url(../images/leaf-vector.png);
    z-index: 999;
    width: 480px;
    height: 445px;
    background-repeat: no-repeat;
    right: -14%;
    top: 10%;
    rotate: 274deg;
}

.story-mission {
    overflow: hidden;
}

.our-story {
    position: relative;
    overflow: hidden;
}

.our-story::after {
    content: "";
    position: absolute;
    background-image: url(../images/leaf-vector-2.png);
    z-index: 999;
    width: 374px;
    height: 280px;
    background-repeat: no-repeat;
    right: -7%;
    bottom: 0%;
}

.our-story-desc,
.our-mission-desc {
    max-width: 660px;
}

.our-story-desc h4,
.our-mission-desc h4 {
    font-size: 1.5rem;
    font-weight: 400;
}

.our-mission {
    position: relative;
    overflow: hidden;
}

.our-mission::after {
    content: "";
    position: absolute;
    background-image: url(../images/leaf-vector-3.png);
    z-index: 999;
    width: 415px;
    height: 465px;
    background-repeat: no-repeat;
    left: -11%;
    top: 10%;
}

.at-present {
    background-color: #ddf8d6;
    position: relative;
    overflow: hidden;
}

.at-present::before {
    content: "";
    position: absolute;
    background-image: url(../images/leaf-vector.png);
    z-index: 999;
    width: 480px;
    height: 445px;
    background-repeat: no-repeat;
    left: -14%;
    top: 29%;
}

.at-present::after {
    content: "";
    position: absolute;
    background-image: url(../images/leaf-vector.png);
    z-index: 999;
    width: 480px;
    height: 445px;
    background-repeat: no-repeat;
    right: -11%;
    top: 33%;
    rotate: 317deg;
}

.present-desc img {
    max-width: 120px;
}

.present-desc {
    padding-top: 56px;
}

.present-count {
    font-size: 4.25rem;
    font-weight: 600;
}

.present-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.core-values h4 {
    font-size: 1.5rem;
    font-weight: 400;
    max-width: 86%;
}

.core-values .accordion-button {
    font-size: 25px;
    font-weight: 600;
    padding: 30px 0 !important;
}

.core-values .accordion-body {
    padding: 0 0 1.25rem 0;
}

.core-values .accordion-button:not(.collapsed) {
    color: #000;
}

.core-values .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2383bc75' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.core-values .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    border: 2px solid #000;
}

.core-values .accordion-button::after {
    transition: all 0.5s;
    border: 2px solid #83bc75;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background-size: 30px !important;
    position: absolute;
    right: -12%;
}

.core-values .accordion-button:focus {
    box-shadow: none;
}

.core-values .accordion {
    --bs-accordion-active-bg: none;
    width: 85%;
}

.core-img img {
    width: 376px;
    height: 542px;
}


/*---------------testimonial page start here------------------*/

.test-main {
    max-width: 90%;
    margin-bottom: 85px;
    border-bottom: 1px solid #a0a0a0;
    width: 100%;
}

.test-main .test-icon img {
    max-width: 50px;
    opacity: .5;
}

.test-sub {
    margin-left: 25px;
}

.testi-img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.testi-img img {
    display: block;
    width: 100%;
}

.testi-user .user-name {
    font-size: 26px;
    font-weight: 600;
}

.testi-user .user-place {
    font-size: 20px;
}

.test-sub p {
    text-align: justify;
    line-height: 24px;
}

.testimoni .row .col-lg-6:nth-child(even) {
    display: flex;
    justify-content: end;
}

.common-pagination {
    margin-bottom: 70px;
}

.common-pagination .page-link {
    border: 1px solid #474747;
    border-radius: 50%;
    margin: 0 10px;
    width: 50px;
    height: 50px;
    color: #14213d;
    font-size: 22px;
    font-weight: 500;
}

.common-pagination .page-link span i::before {
    font-size: 22px;
    font-weight: 600 !important;
}

.common-pagination .page-item:first-child .page-link,
.common-pagination .page-item:last-child .page-link {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-pagination .page-link:focus {
    background-color: transparent;
    box-shadow: none;
}

.common-pagination .active>.page-link,
.page-link.active {
    background-color: #049d21;
    color: #fff;
    border: 1px solid #049d21;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*---------------product page start here------------------*/

.product-banner {
    background: url(../images/product-banner.jpg);
    background-position: center;
}

.product-filter {
    margin-bottom: 66px;
}

.product-filter i {
    font-size: 36px;
}

.product-filter .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
}

.product-card {
    margin-bottom: 60px;
}

.product-img {
    border: 1px solid #cbcbcb;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    max-width: 304px;
}

.product-img img,
.pro-main-img {
    width: 100%;
}

.product-name {
    font-size: 1.2rem;
    font-weight: 600;
}

.product-desc {
    font-size: 15px;
    color: #707070;
    /*min-height: 46px;*/
}

.product-price {
    color: #049d21;
    font-size: 20px;
    font-weight: 600;
}

.list-item {
    width: 100%;
    display: flex;
    align-items: center;
}

.product-details {
    display: flex;
    flex-direction: column;
}


/*---------------product details page start here------------------*/

.pro-main-img {
    border: 1px solid #000;
}

.pro-main-img img {
    width: 100%;
}

.pro-img-thumb img {
    width: 100%;
    margin: 15px 10px 0 10px;
}

.pro-thumb {
    margin-right: 20px;
    cursor: pointer;
}

.pro-img-thumb .slick-arrow {
    position: absolute;
    z-index: 99;
    top: 45%;
    opacity: 0.5;
}

.pro-img-thumb .slick-arrow:hover {
    opacity: 1;
    cursor: pointer;
}

.pro-thumb.slick-current.slick-active img {
    border: 1px solid #000;
}

.pro-img-thumb .slick-next {
    left: 20px;
}

.pro-img-thumb .slick-prev {
    right: 20px;
}

.custom-head {
    font-size: 40px;
    font-weight: 700;
}

.custom-width {
    width: 90%;
}

.detail-price {
    font-size: 24px;
    color: #46a841;
    font-weight: 600;
}

.dtl-abt-head {
    font-size: 24px;
    font-weight: 600;
}

.pro-info {
    min-height: fit-content;
}

.info-head {
    border-bottom: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
    padding: 16px 0;
    margin-bottom: 30px;
}

.info-switch p {
    text-align: justify;
}

.pro-info-btn {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    padding: 0;
    position: relative;
}

.pro-info-btn::after {
    content: "";
    position: absolute;
    background-color: #049d21;
    height: 2px;
    width: 100%;
    z-index: 99;
    bottom: -18px;
    left: 0;
    display: none;
}

.pro-info-btn.active::after {
    display: block;
}

.cont-change[class*="content-"] {
    display: none;
}

.cont-change.active {
    display: block;
}

.benefits-info {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.inner-back-btn {
    padding: 6px 9px;
    /* border-radius: 10px; */
    display: inline-block;
    margin-bottom: 30px;
    background-color: #008b7a!important;
}

.back-btn a {
    color: #fff;
}


/*---------------contact details page start here------------------*/

.contact-banner {
    background: url(../images/contact-banner.jpg);
    background-position: center;
}

.common-form-main {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 450px;
    padding: 50px 90px;
}

.common-form .form-control:focus {
    border: 1px solid #000;
    outline: none;
}

.msg-height {
    min-height: 150px !important;
}

.common-form-right {
    background-color: #4ab043;
    width: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 450px;
    padding: 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.contact-form .common-form-main {
    width: 80%;
    padding: 30px;
}

.common-form-right h6 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.common-form-right p {
    color: #fff;
    max-width: 90%;
}

.common-form-right ul li {
    list-style: none;
    margin-bottom: 15px;
}

.common-form-right ul li a {
    color: #fff;
}

.common-form-right ul li a:hover {
    text-decoration: underline;
}

.common-form-right ul li i {
    color: #fff;
    font-size: 22px;
}

.address-width {
    max-width: 60%;
}

.map {
    width: 100%;
    height: 550px;
    padding-bottom: 90px;
}

.common-form-right::after {
    content: "";
    position: absolute;
    background-image: url(../images/leaf-vector.png);
    z-index: 999;
    width: 480px;
    height: 445px;
    background-repeat: no-repeat;
    right: -24%;
    top: 42%;
    rotate: 334deg;
}


/*---------------consultation page  start here------------------*/

.consultation-ques p,
.consultation-ques .form-check-label {
    font-size: 16px;
    color: #4f4f4f;
    margin-bottom: 20px;
}

.consultation-ques .form-check-input[type=radio] {
    border-radius: 50%;
    border: 1px solid #6c6c6c;
}

.consultation-ques .form-check-input:checked {
    background-color: #3891ff;
    border-color: #3891ff;
}


/*---------------Media query start here------------------*/

@media (min-width: 1399.98px) and (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1800px) {
    /* ----------about page css---------- */
    .our-story::after {
        right: -14%;
        bottom: -17%;
        background-size: 50%;
    }
    .our-mission::after {
        left: -6%;
        top: 4%;
        background-size: 50%;
    }
    .banner-bottm ::after {
        left: -12%;
        bottom: -37%;
        background-size: 72%;
    }
    .banner-bottm ::before {
        right: -14%;
        bottom: -45%;
        rotate: -21deg;
        background-size: 72%;
    }
}

@media (max-width: 1630px) {
    .banner-bottm ::after {
        left: -15%;
        bottom: -66%;
        background-size: 72%;
    }
}

@media (max-width: 1440px) {
    h2 {
        font-size: 2.75rem;
    }
    h4 {
        font-size: 1.7rem;
    }
    .leaf-dummy::after {
        right: -70px;
        top: -183px;
        background-size: 200px;
    }
    .testimonial-main::after {
        background-size: 229px;
    }
    .testimonial-main::before {
        right: -140px;
        bottom: -61px;
        background-size: 364px;
    }
    .banner-bottm ::before {
        right: -22%;
        bottom: -45%;
        rotate: -21deg;
        background-size: 65%;
    }
    /* ----------about page css---------- */
    .about-sec-sub::before {
        left: -15%;
        top: 31%;
        background-size: 64%;
    }
    .about-sec-sub::after {
        right: -26%;
        top: 10%;
        rotate: 274deg;
        background-size: 64%;
    }
    .our-story::after,
    .our-mission::after {
        display: none;
    }
}

@media (max-width: 1199px) {
    .thin-head-line {
        width: 42%;
    }
    .thin-head-line-2 {
        width: 32%;
    }
    .banner-bottm ::before {
        right: -22%;
        bottom: -59%;
        rotate: -21deg;
        background-size: 65%;
    }
}

@media (max-width: 991px) {
    .commn-y-space {
        padding: 60px 0;
    }
    .custom-width {
        width: 100%;
    }
    .inner-banner {
        min-height: 260px;
    }
    .header-sec .nav-menu>li::after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        top: 44%;
        background-color: #000;
    }
    .thin-head-line {
        width: 56%;
    }
    .thin-head-line-2 {
        width: 42%;
    }
    .testimonial-main .testimonial-content::after {
        left: 15px;
        top: -30px;
        background-size: 60px;
    }
    .testimonial-main::after {
        background-size: 150px;
    }
    .leaf-dummy::after {
        right: -116px;
        top: -183px;
        background-size: 166px;
    }
    .banner-bottm ::before {
        right: -33%;
        bottom: -34%;
        rotate: -21deg;
        background-size: 65%;
    }
    .banner-bottm ::after {
        left: -15%;
        bottom: -44%;
        background-size: 61%;
    }
    .offer-bnr-sec {
        padding-bottom: 60px;
    }
    /* ----------about page css---------- */
    .our-story img,
    .our-mission img {
        width: 100%;
    }
    .our-mission {
        padding: 0 0 50px 0;
    }
    .present-desc {
        padding-top: 30px;
    }
    .present-count {
        font-size: 3rem;
    }
    .about-sec-sub::before,
    .about-sec-sub::after,
    .at-present::before,
    .at-present::after {
        display: none;
    }
    /* ----------testimonial page css---------- */
    .test-main {
        max-width: 100%;
        margin-bottom: 85px;
    }
    /* ----------product page css---------- */
    .product-details {
        max-width: 370px;
    }
    /* ----------contact page css---------- */
    .common-form-main {
        padding: 50px 18px;
    }
    .contact-form .common-form-main {
        width: 100%;
    }
    .common-form-right {
        width: 100%;
        min-height: 200px;
        margin-bottom: 0px;
    }
    .map {
        padding-bottom: 40px;
    }
}

@media (max-width: 767.99px) {
    h2 {
        font-size: 2rem;
        margin-bottom: 0.7rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.20rem;
    }
    h6 {
        font-size: 1.4rem;
        margin-bottom: .5rem;
    }
    .commn-y-space {
        padding: 40px 0px;
    }
    .inner-banner {
        min-height: 220px;
    }
    .cmn-btn {
        padding: 9px 18px;
        background-color: #008b7a;
        color: #fff;
    }
    .common-pagination .page-link {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .common-pagination .page-link span i::before {
        font-size: 18px;
    }
    .form-select {
        font-size: 18px;
        padding: 8px;
    }
    .custom-head {
        font-size: 34px;
    }
    .navbar-brand-logo {
        width: 140px;
    }
    .thin-head {
        font-size: 1.25rem;
        margin: 0 auto 10px auto;
    }
    .thin-head-2 {
        font-size: 1.25rem;
        margin-bottom: .4rem;
    }
    .thin-head-line {
        width: 94%;
    }
    .thin-head-line-2 {
        top: 17px;
    }
    .prdct-slider-head h2,
    .section-head h2 {
        margin-bottom: 20px;
    }
    .featured-prdcts-sec .featured-prdcts-main .slick-arrow {
        top: 38%;
        z-index: 99;
        right: 0;
    }
    .featured-prdcts-sec .featured-prdcts-main .slick-next {
        left: 0;
        right: auto;
    }
    .testimonial-main .testimonial-content p {
        font-size: 1.2rem;
    }
    .testimonial-main .testimonial-content::after {
        left: 15px;
        top: -30px;
        background-size: 50px;
    }
    .leaf-dummy::after,
    .testimonial-main::after,
    .testimonial-main::before,
    .banner-bottm ::before,
    .banner-bottm ::after {
        display: none;
    }
    .testimonial-main {
        padding: 60px 0px 46px;
    }
    /*.offer-bnr-sec {*/
    /*    padding-bottom: 40px;*/
    /*}*/
    .banner-bottm img {
        width: 90px;
        height: auto;
    }
    .banner-bottm h5 {
        font-weight: 700;
        padding: 12px 0px 0px;
    }
    /* ----------about page css---------- */
    .our-story-desc h4,
    .our-mission-desc h4,
    .core-values h4 {
        font-size: 1.3rem;
        max-width: 100%;
    }
    .about-desc h4 {
        margin-bottom: 0.7rem;
    }
    .present-desc img {
        max-width: 90px;
    }
    .present-count {
        font-size: 2.75rem;
        font-weight: 600;
    }
    .core-values .accordion-button {
        font-size: 22px;
        padding: 20px 0 !important;
    }
    /* ----------testimonial page css---------- */
    .test-main {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .test-sub {
        border-bottom: 1px solid #000;
        margin-left: 0px;
    }
    .testi-user .user-name {
        font-size: 20px;
    }
    /* ----------product page css---------- */
    .product-details {
        max-width: 226px;
    }
    .product-card {
        margin-bottom: 38px;
    }
    .product-name {
        font-size: 1rem;
    }
    /* ----------contact page css---------- */
    .common-form .form-control {
        font-size: 16px;
        padding: 12px;
        margin-bottom: 15px;
    }
    .common-form-right h6 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .common-form-right ul li {
        margin-bottom: 10px;
    }
    .map {
        height: 350px;
        padding-bottom: 40px;
    }
    .contact-form .common-form-main {
        padding: 15px;
    }
    /*---------------consultation page  start here------------------*/
    .consultation-ques .form-check-label {
        font-size: 16px;
        color: #4f4f4f;
        margin-bottom: 20px;
    }
    .header-top-main ul li {
        padding-left: 0px;
    }
}

@media (max-width: 575px) {
    /* header */
    .header-top-main ul li {
        padding-left: 0px;
    }
    .custom-head {
        font-size: 24px;
        font-weight: 700;
    }
    .thin-head-line-2 {
        width: 48%;
    }
    .featured-prdcts-sec .featured-prdcts-main .slick-arrow {
        top: 34%;
    }
    .footer-sec-1 {
        max-width: 100%;
    }
    /* ----------product page css---------- */
    .product-details {
        max-width: 154px;
    }
    .common-form-right::after {
        display: none;
    }
    .address-width {
        max-width: 100%;
    }
    .detail-price {
        font-size: 20px;
    }
    .dtl-abt-head {
        font-size: 20px;
    }
    .pro-info-btn {
        font-size: 18px;
    }
    .benefits-info {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .banner-bottm h5 {
        max-width: 222px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1400px) {
    .banner-sec .carousel-caption h1 {
        font-size: 6rem;
        font-weight: 700;
        color: #000;
    }
    .banner-sec .carousel-caption {
        left: 25%;
        top: 10%;
        text-align: left;
        max-width: 880px;
    }
}