/* common css start */

body {
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

h2 {
    font-weight: 700;
    font-size: 2.2rem;
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 1.5rem;
    }
    h3{
        font-size: 1.3rem;
        font-weight: 500;
    }
}

.error {
    color: #dc3545;
}

.ul-list {
    list-style: none;
    padding: 0;
}

.ant-pagination-item {
    font-size: 26px
}

.ant-pagination .ant-pagination-next .ant-pagination-item-link,
.ant-pagination .ant-pagination-prev .ant-pagination-item-link {
    font-size: 22px !important;
    color: green !important;
    font-weight: 700
}

.ant-pagination .ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination .ant-pagination-disabled:hover .ant-pagination-item-link {
    color: rgba(0, 100, 0, .25) !important
}

.ant-pagination .ant-pagination-item-active a {
    color: green !important
}

.ant-pagination .ant-pagination-item-active {
    border-color: green !important
}

.ant-pagination .ant-pagination-item a {
    color: #006400 !important
}

header {
    box-shadow: 0px 1px 5px gray;
    z-index: 10;
}

header .navbar {
    padding: 0;
}

.hero-bg-overlay {
    background-color: rgba(0, 0, 0, .473);
    z-index: 1;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: end;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.bg-white {
    background: #ffffff;
}

.bg-alabaster {
    background-color: rgb(234, 239, 228);
}

.footer-inner-shadow {
    box-shadow: inset 0 1px 15px #b5b5b5
}

.footer-image-style {
    display: flex;
    justify-content: center;
    gap: 20px 30px
}

.footer-image-style img {
    width: 80px;
    height: 75.06px
}

@media only screen and (max-width:600px) {
    .footer-image-style {
        display: flex;
        flex-wrap: wrap
    }
}

.navigation-style {
    display: flex;
    align-items: center;
    justify-content: center
}

.navigation-style .heade-button-style {
    position: relative;
    background-color: transparent;
    color: #2b2b2b;
    border-radius: 2px;
    margin: 5px;
    text-decoration: none;
    border: 1px solid #272727;
    padding: 12px 30px;
    transition: .5s;
    z-index: 1
}

.navigation-style .heade-button-style:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 1px;
    background-color: transparent;
    transform: scale(0);
    transition: .5s;
    z-index: -1
}

.navigation-style .heade-button-style:hover:after {
    background-color: #363636;
    transform: scale(1)
}

.navigation-style .heade-button-style:hover {
    color: #fff
}

.navigation-style a {
    font-family: Noto Sans, sans-serif;
    justify-items: center;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    color: #1b1b1b
}

.mobile-navigation {
    display: flex !important;
    justify-content: space-between;
    align-items: center
}

.mobile-navigation .btn {
    padding: 0;
}

.mobile-navigation .btn .anticon-menu {
    line-height: 0;
}

.mobile-menu-nav-link a {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    padding: 15px
}

.mobile-navigation .mobile-menu-innerdiv a img {
    width: 150px;
    height: 57.5px
}

@media only screen and (max-width:768px) {
    .mobile-navigation .mobile-menu-innerdiv a img {
        width: 110px;
        height: 57.5px
    }

    .mobile-navigation {
        height: 70px
    }
}

.hero-section {
    position: relative;
    min-height: 500px
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 560px;
    }
}

.hero-section .hero-bg-image {
    color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section-common {
    position: relative;
}

.hero-section-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 1px 1px rgba(44, 44, 44, .205)
}

.hero-section-shop-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0 40px
}

.hero-section-shop-button {
    position: relative;
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 10px;
    margin: 5px;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px 30px;
    transition: .5s;
    z-index: 1
}

.hero-section-shop-button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: transparent;
    transform: scale(0);
    transition: .5s;
    z-index: -1
}

.hero-section-shop-button:hover:after {
    background-color: #fff;
    transform: scale(1)
}

.hero-section-shop-button:hover {
    color: #000
}

@media only screen and (max-width:768px) {
    .hero-section-title {
        font-size: 2.2rem
    }

    .hero-section-shop-button {
        font-size: 18px;
        font-weight: 700;
        padding: 6px 20px
    }
}

@media only screen and (max-width:462px) {
    .hero-section-title {
        font-size: 1.8rem
    }

    .hero-section-shop-button-container {
        display: block
    }

    .hero-section-shop-button {
        display: block;
        text-align: center
    }
}

@media only screen and (max-width:380px) {
    .hero-section-title {
        font-size: 1.6rem
    }
}

.contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .356);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 40px 20px 40px 20px;
    padding: .5rem
}

.contact-button p {
    margin: 0
}

.contact-button span a:hover {
    color: green !important;
    transition: .5s
}

.experience-section-contactus-button {
    position: relative;
    color: #2c2c2c;
    font-size: 22px;
    font-weight: 700;
    margin: 5px;
    text-decoration: none;
    border: 1px solid #4a4a4a;
    padding: 10px 30px;
    transition: .5s;
    z-index: 1
}

.experience-section-contactus-button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #242424;
    transition: .5s;
    z-index: -1
}

.experience-section-contactus-button:hover:after {
    width: 100%
}

.experience-section-contactus-button:hover {
    color: #fff
}

.experience-image-container {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px
}

.experience-image-container img {
    width: 100%;
    height: 120px
}

.experience-image-container h3 {
    text-align: center;
    color: #4e4e4e;
    font-size: 1.5rem;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media only screen and (max-width:768px) {
    .experience-image-container img {
        height: auto;
        max-height: 250px
    }
}

.benefit-card-container {
    transition: .5s
}

.benefit-card-container:hover {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 10px 1px #505050;
    transition: .5s
}

.team-service-button {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    color: #121212
}

.team-service-button:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background-color: #121212;
    transition: .5s
}

.team-service-button:hover:after {
    width: 0
}

.multi-carousel-list {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative
}

.multi-carousel-track {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, transition
}

.multiple-carousel-arrow {
    position: absolute;
    outline: 0;
    transition: all .5s;
    border-radius: 35px;
    z-index: 1000;
    border: 0;
    background: rgba(0, 0, 0, .5);
    min-width: 43px;
    min-height: 43px;
    opacity: 1;
    cursor: pointer
}

.multiple-carousel-arrow:hover {
    background: rgba(0, 0, 0, .8)
}

.multiple-carousel-arrow:before {
    font-size: 20px;
    color: #fff;
    display: block;
    font-family: revicons;
    text-align: center;
    z-index: 2;
    position: relative
}

.multiple-carousel-arrow:disabled {
    cursor: default;
    background: rgba(0, 0, 0, .5)
}

.multiple-carousel-arrow--left {
    left: calc(4% + 1px)
}

.multiple-carousel-arrow--left:before {
    content: "\e824"
}

.multiple-carousel-arrow--right {
    right: calc(4% + 1px)
}

.multiple-carousel-arrow--right:before {
    content: "\e825"
}

.multi-carousel-dot-list {
    position: absolute;
    bottom: 0;
    display: flex;
    left: 0;
    right: 0;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.multi-carousel-dot button {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: none;
    transition: background .5s;
    border: 2px solid grey;
    padding: 0;
    margin: 0 6px 0 0;
    outline: 0;
    cursor: pointer
}

.multi-carousel-dot button:hover:active,
.multi-carousel-dot--active button {
    background: #080808
}

.multi-carousel-item {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media(-ms-high-contrast:active), (-ms-high-contrast:none) {
    .multi-carousel-item {
        flex-shrink: 0 !important
    }

    .multi-carousel-track {
        overflow: visible !important
    }
}

[dir=rtl].multi-carousel-list {
    direction: rtl
}

.rtl.multiple-carousel-arrow--right {
    right: auto;
    left: calc(4% + 1px)
}

.rtl.multiple-carousel-arrow--right:before {
    content: "\e824"
}

.rtl.multiple-carousel-arrow--left {
    left: auto;
    right: calc(4% + 1px)
}

.rtl.multiple-carousel-arrow--left:before {
    content: "\e825"
}

.testimonial-carousel-card-container {
    margin: 10px
}

.testimonial-carousel-card-container h4 {
    font-size: 1.5rem
}

.common-hero-hero-container {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.common-hero-title-container h1 {
    text-align: center;
    font-weight: 700;
    font-size: calc(1.375rem + 1.5vw);
    color: #fff;
}

.common-hero-bg-image {
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    object-fit: cover;
}

.common-hero_hero-bg-overlay {
    position: absolute;
    align-items: center;
    width: 100%;
    height: 100%;
}

.shop-plants-card-plant-container {
    border-radius: 50px;
    overflow: hidden;
    height: 100%;
}
@media (max-width:767px){
    .shop-plants-card-plant-container img{
        width: 100%;
        height: auto;
    }
}

.shop-plants-card-title {
    font-size: 18px;
    color: #579404;
}

.expertise-card-expertise-title {
    position: relative;
}

.image-sizes img {
    width: 100%;
    min-height: 320px;
    max-height: 320px;
    object-fit: cover;
}

.expertise-image-sizes img {
    width: 100%;
    height: auto;
    min-height: 416px;
    border-radius: 10px;
}

.ant-col {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

.benefit-card-container {
    transition: .5s;
}

.ant-progress {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    display: inline-block;
}

.ant-progress-line {
    position: relative;
    width: 100%;
    font-size: 14px;
}

.mobile-navigation .offcanvas {
    z-index: 9999;
}

.mobile-navigation .mobile_menu_nav_link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-navigation .mobile_menu_nav_link a {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    padding: 15px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.testimonials-carousel h4 {
    font-size: 1.5rem;
}

.testimonials-carousel .rating-star {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.testimonials-carousel .rating-star li {
    display: inline-block;
}

.testimonials-carousel .card-img {
    height: 180px;
}

.testimonials-carousel .card-img img {
    width: 100%;
    height: auto;
}

.testimonials-carousel .card {
    --bs-card-border-color: transperant;
    background: rgba(248, 249, 250, 1);
    min-height: 535px;
}

.testimonials-carousel.owl-carousel .owl-nav button {
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-carousel.owl-carousel .owl-nav button:hover {
    opacity: 1;
}

.testimonials-carousel.owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/icons/left-fill-black-arrow.svg);
    left: 50px;
}

.testimonials-carousel.owl-carousel .owl-nav .owl-next {
    background-image: url(../images/icons/right-fill-black-arrow.svg);
    right: 50px;
}

@media only screen and (max-width:767px) {
    .testimonials-carousel .card {
        min-height: 460px;
    }

}

/* common css end */



/* gallry css start */

.gallery-popup {
    border: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
    gap: 30px;
}

.gallery-popup a {
    display: block;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
    outline: none;
}

.gallery-popup a img {
    height: 100%;
    transition: all 300ms ease;
}

.gallery-popup a img:hover {
    transform: scale(1.05);
}

.gallery-popup .gallery-popup-bg {
    width: 100%;
    height: 200px;
    background-size: cover;
    transform: scale(1, 1);
    transition: all 300ms ease;
}

.gallery-popup .gallery-popup-bg:hover {
    transform: scale(1.1, 1.1);
}

.gallery-popup .gallery-popup-bg svg {
    position: absolute;
    top: 48%;
    left: 45%;
    color: #fff;
    font-size: 24px;
    z-index: 22;
    opacity: 0;
    transition: .5s;
}

.gallery-popup .gallery-popup-bg:hover svg {
    opacity: 1;
}

.gallery-popup .gallery-popup-bg .gallary-bg-overlay {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .425);
    transition: .5s;
    opacity: 0;
}

.gallery-popup .gallery-popup-bg .gallary-bg-overlay:hover {
    opacity: 1;
}

@media(max-width: 991px) {

    .gallery-popup {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-popup .gallery-popup-bg {
        height: 150px;
    }
}

@media(max-width: 500px) {

    .gallery-popup {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* gallry css end */



/* contact us css start */

.contact-us-form {
    background-color: #d7ddd0;
    box-shadow: 10px 10px 2px green;
}

.contact-us-form-input {
    height: 40px;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 8px;
    border-radius: 10px;
    font-size: 18px;
}

.contact-us-form textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 8px;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-us-form-captcha-input {
    margin-top: 15px;
    width: 200px;
    border: 1px solid #dcdcdc;
    padding: 5px;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-us-form-submit-button {
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 5px;
    padding: 8px 30px;
    transition: .5s;
    z-index: 1;
}

.contact-us-form-submit-button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #070707;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.contact-us-form-submit-button:hover {
    color: #0c0c0c;
}

.contact-us-form-submit-button:hover:after {
    background-color: #fff;
    transform: scale(1);
}

.contact-us-form .form-heading {
    text-align: center;
}

.contact-us-form .form-heading h2 {
    font-size: 40px;
    font-weight: 700;
}

.contact-us-form select.form-select {
    height: 40px;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 8px;
    border-radius: 10px;
}

.captcha_div .error {
    display: block;
}

:focus-visible {
    outline: none;
}

.contact-us-form select.form-select:hover,
.contact-us-form select.form-select:focus {
    box-shadow: 0 0 0 .15rem rgba(13, 110, 253, .25);
}

.contact-us-form h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

/* contact us css end */



/* faq css start */

.faq-accordion {
    --bs-accordion-inner-border-radius: 10px;
    --bs-accordion-border-radius: 10px;
}

.faq-accordion button.accordion-button {
    background-color: #E5EAE0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-item {
    border: 1px solid #d9d9d9;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/* faq css end */



/* calculator page css start */

.calculator-form select.form-select:hover,
.calculator-form select.form-select:focus {
    box-shadow: 0 0 0 .15rem rgba(13, 110, 253, .25);
}

.calculator-form .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

.calculator-form select.form-select {
    height: 40px;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}

/* calculator page css end */



/* product page css start */

.product-page .select.form-select {
    height: 40px;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 8px;
    border-radius: 10px;
}

.product-page select.form-select:hover,
.product-page select.form-select:focus {
    box-shadow: 0 0 0 .15rem rgba(13, 110, 253, .25);
}

.product-page .form-control:focus {
    box-shadow: none;
}

.product-page .input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.product-detail-view .tab-pane {
    background: #eaefe4 !important;
}

.product-detail-view .tab-pane .table {
    margin-bottom: 0;
}

.product-detail-view .tab-pane .table tr th,
.product-detail-view .tab-pane .table tr td {
    width: 50%;
}

.product-detail-view .nav-link.active {
    background: #eaefe4;
    font-weight: 700;
}

.product-detail-view .nav-link {
    font-weight: 700;
    color: #80c41c;
}

.product-detail-view .tab-pane .contact-us-form-submit-button {
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 5px;
    padding: 8px 30px;
    transition: .5s;
    z-index: 1;
}

.product-detail-view .tab-pane .contact-us-form-submit-button:hover {
    color: #0c0c0c;
}

.product-detail-view .tab-pane .contact-us-form-submit-button:hover:after {
    background-color: #fff;
    transform: scale(1);
}

.product-detail-view .tab-pane .contact-us-form-submit-button:after {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #070707;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.product-carousel {
    position: relative;
}

.product-carousel a {
    text-decoration: none;
}

.product-carousel .owl-item .item img {
    height: 250px;
    width: 250px;
}

.product-carousel .owl-item .item h3 {
    color: #000;
}

.product-carousel.owl-carousel .owl-nav button {
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-carousel.owl-carousel .owl-nav button:hover {
    opacity: 1;
}

.product-carousel.owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/icons/left-fill-black-arrow.svg);
    left: 0;
}

.product-carousel.owl-carousel .owl-nav .owl-next {
    background-image: url(../images/icons/right-fill-black-arrow.svg);
    right: 0;
}


/* product page css end */



/* product catalog page css start */

.catalog-search-bar .input-group {
    width: auto;
}

.catalog-search-bar .input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* product catalog page css end */



/* thank you page css start */

.thank-you-msg {
    padding: 48px 32px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

.thank-you-icon {
    margin-bottom: 24px;
    text-align: center;
}

.thank-you-title {
    color: rgba(0, 0, 0, 0.88);
    font-size: 24px;
    line-height: 1.3333333333333333;
    margin-block: 8px;
    text-align: center;
}

.thank-you-subtitle {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 1.5714285714285714;
    text-align: center;
}

.thank-you-button {
    margin: 24px 0 0 0;
    text-align: center;
}

.thankyou-back-button {
    border: 1px solid #d9d9d9;
    padding: 6px 15px;
    color: #000;
    border-radius: 6px;
    text-decoration: none;
}

.thankyou-back-button:hover {
    border-color: #4096ff;
    color: #4096ff;
}

/* thank you page css end */


/* progress bar*/
.ant-progress {
    font-size: 14px;
    box-sizing: border-box;
}

.ant-progress::before,
.ant-progress::after {
    box-sizing: border-box;
}

.ant-progress [class^="ant-progress"],
.ant-progress [class*=" ant-progress"] {
    box-sizing: border-box;
}

.ant-progress [class^="ant-progress"]::before,
.ant-progress [class*=" ant-progress"]::before,
.ant-progress [class^="ant-progress"]::after,
.ant-progress [class*=" ant-progress"]::after {
    box-sizing: border-box;
}

.ant-progress {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    display: inline-block;
}

.ant-progress-rtl {
    direction: rtl;
}

.ant-progress-line {
    position: relative;
    width: 100%;
    font-size: 14px;
}

.ant-progress .ant-progress-outer {
    display: inline-block;
    width: 100%;
}

.ant-progress.ant-progress-show-info .ant-progress-outer {
    margin-inline-end: calc(-2em - 8px);
    padding-inline-end: calc(2em + 8px);
}

.ant-progress .ant-progress-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 100px;
}

.ant-progress .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
    stroke: #1677ff;
}

.ant-progress .ant-progress-success-bg,
.ant-progress .ant-progress-bg {
    position: relative;
    background: #1677ff;
    border-radius: 100px;
    transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-progress .ant-progress-bg {
    overflow: hidden;
    background: linear-gradient(to right, rgb(16, 142, 233), rgb(135, 208, 104));
    --progress-line-stroke-color: linear-gradient(to right, #108ee9, #87d068);
    height: 8px;
}

.ant-progress .ant-progress-bg::after {
    content: "";
    background: inherit;
    background: var(--progress-line-stroke-color);
    height: 100%;
    width: calc(1 / var(--progress-percent) * 100%);
    display: block;
}

.ant-progress .ant-progress-success-bg {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    background-color: #52c41a;
}

.ant-progress .ant-progress-text {
    display: inline-block;
    width: 2em;
    margin-inline-start: 8px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 1;
    white-space: nowrap;
    text-align: start;
    vertical-align: middle;
    word-break: normal;
}

.ant-progress .ant-progress-text .anticon {
    font-size: 14px;
}

.ant-progress.ant-progress-status-active .ant-progress-bg::before {
    position: absolute;
    inset: 0;
    background-color: #ffffff;
    border-radius: 100px;
    opacity: 0;
    animation-name: ant-progress-LTR-active;
    animation-duration: 2.4s;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-iteration-count: infinite;
    content: "";
}

@keyframes ant-progress-LTR-active {
    0% {
        transform: translateX(-100%) scaleX(0);
        opacity: 0.1;
    }

    20% {
        transform: translateX(-100%) scaleX(0);
        opacity: 0.5;
    }

    to {
        transform: translateX(0) scaleX(1);
        opacity: 0;
    }
}

.ant-progress.ant-progress-rtl.ant-progress-status-active .ant-progress-bg::before {
    animation-name: ant-progress-RTL-active;
}

@keyframes ant-progress-RTL-active {
    0% {
        transform: translateX(100%) scaleX(0);
        opacity: 0.1;
    }

    20% {
        transform: translateX(100%) scaleX(0);
        opacity: 0.5;
    }

    to {
        transform: translateX(0) scaleX(1);
        opacity: 0;
    }
}


.ant-progress.ant-progress-status-exception .ant-progress-bg {
    background-color: #ff4d4f;
}

.ant-progress.ant-progress-status-exception .ant-progress-text {
    color: #ff4d4f;
}

.ant-progress.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
    stroke: #ff4d4f;
}

.ant-progress.ant-progress-status-success .ant-progress-bg {
    background-color: #52c41a;
}

.ant-progress.ant-progress-status-success .ant-progress-text {
    color: #52c41a;
}

.ant-progress.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
    stroke: #52c41a;
}

.ant-progress .ant-progress-circle-trail {
    stroke: rgba(0, 0, 0, 0.06);
}

.ant-progress.ant-progress-circle .ant-progress-inner {
    position: relative;
    line-height: 1;
    background-color: transparent;
}

.ant-progress.ant-progress-circle .ant-progress-text {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 1em;
    line-height: 1;
    white-space: normal;
    text-align: center;
    transform: translateY(-50%);
}

.ant-progress.ant-progress-circle .ant-progress-text .anticon {
    font-size: 1.1666666666666667em;
}

.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
    color: #ff4d4f;
}

.ant-progress-circle.ant-progress-status-success .ant-progress-text {
    color: #52c41a;
}

.ant-progress-inline-circle {
    line-height: 1;
}

.ant-progress-inline-circle .ant-progress-inner {
    vertical-align: bottom;
}

.ant-progress .ant-progress-steps {
    display: inline-block;
}

.ant-progress .ant-progress-steps-outer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ant-progress .ant-progress-steps-item {
    flex-shrink: 0;
    min-width: 2px;
    margin-inline-end: 2px;
    background-color: rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
}

.ant-progress .ant-progress-steps-item-active {
    background-color: #1677ff;
}

.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
    font-size: 12px;
}







.pagination {
    text-align: center;
    margin-top: 20px;
    justify-content: center;
}

.pagination button {
    margin: 0 5px;
    cursor: pointer;
    outline: 0;
    border-radius: 6px;
    border: 1px solid transparent;
    background: none;
    color: #006400;
    min-width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 30px;
}

.pagination button:hover {
    background: rgba(0, 0, 0, 0.06);
}

.pagination button.active {

    border: 1px solid #006400;

}

.gallery-popup .hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


.btn-effect {
    position: relative;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #4a4a4a;
    padding: 10px 30px;
    transition: .5s;
    z-index: 1;
}

.btn-effect:hover {
    color: #fff;
}

.btn-effect:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #242424;
    transition: .5s;
    z-index: -1;
}

.btn-effect:hover:after {
    width: 100%;
}




.nav-item.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
}

@media (min-width: 992px) {
    .nav-item.dropdown-menu {
        right: 0;
        left: auto;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        width: 250px;
        z-index: -1;
    }

    .nav-item.dropdown .dropdown-menu.show {
        margin: 0;
        width: 250px;
    }

    .navbar-nav .nav-item>a.nav-link {
        padding: 44px 10px;
    }

    .mobile_menu_innerdiv,
    .mobile-social-header {
        display: none;
    }

    .mobile-spanish-logo {
        display: none;
    }
}

.navbar-nav>li>.nav-item.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-nav a.nav-link {
    font-size: 18px;
}

.nav-link:focus,
.nav-link:hover,
.navbar-nav .nav-item.dropdown ul.dropdown-menu li a:hover {
    color: #9ab973;
}

.nav-item.dropdown ul.dropdown-menu {
    background: #FFFFFF;
    border: 0;
    border-radius: 0;
    padding: 10px 10px 10px 10px;
}

.nav-item.dropdown ul.dropdown-menu li {
    padding: 10px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav a.nav-link {
        font-size: 16px;
    }
}

@media (max-width:991px) {

    header .navbar {
        height: 57px;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        box-shadow: 0 0 0;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0;
    }

    .navbar-toggler[aria-expanded=true] {
        z-index: 999999;
        background: #fff;
        width: 373px;
        border: 0;
        display: flex;
        padding: 16px 24px;
        position: fixed;
        height: 57px;
        align-items: center;
        border-bottom: 1px solid rgba(5, 5, 5, 0.06);
        left: 0;
        right: 0;
    }

    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
        width: 0.6em;
        height: 0.6em;
    }

    .navbar-nav .nav-item.header-logo {
        order: 1;
    }

    .navbar-nav .nav-item {
        order: 2;
        width: 100%;
        text-align: center;
    }

    .navigation-style a {
        display: flex;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
        color: #333;
        text-decoration: none;
        padding: 15px;
    }

    .nav-item.dropdown ul.dropdown-menu li {
        padding: 0;
    }

    .nav-item.dropdown:hover .dropdown-menu.show {
        display: flex;
        align-items: center;
        flex-direction: column;
        background: #f5f5f5;
    }

    .nav-item.dropdown ul.dropdown-menu {
        padding: 10px;
    }

    .navigation-style.show {
        position: fixed;
        z-index: 1000;
        max-width: 100vw;
        transition: all 0.3s;
        top: 0;
        bottom: 0;
        left: 0;
        box-shadow: 6px 0 16px 0 rgba(0, 0, 0, 0.08), 3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05);
        width: 378px;
    }

    .navigation-style.show>.navbar-nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: #ffffff;
        pointer-events: auto;
        padding: 60px 20px 20px 20px;
    }

    .nav-item.dropdown>a::after {
        display: inline-block;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: absolute;
        right: 0;
        top: 25px;
    }

    .mobile_navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_navigation .mobile_menu_innerdiv img {
        height: 57px;
        width: auto;
    }

    .open-menu {
        overflow: hidden;
        position: relative;
    }

    .open-menu:after {
        background: rgba(0, 0, 0, 0.45);
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .mobile-social-header a {
        text-decoration: none;
    }
}

#google_translate_element {
    display: none;
}

iframe.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.section-image{
    color: transparent;
    width: 100%;
    height: 100%;
}
.border-radius-left{
    border-radius: 100px 50px;
}
.border-radius-right{
    border-radius: 50px 100px;
}
@media (max-width:992px){
    .section-image{
        height: auto;
    }
}

.cta-buttons {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 9;
}

.cta-buttons ul {
    display:flex;
    list-style: none;
    margin: 0;
    background: #018001;
    border-radius: 15px 15px 0 0;
    padding: 0;
    box-shadow: 0px 0px 11px 3px #79856b;
}

.cta-buttons ul li {
    flex: 1 1 30%;
    border-right: 1px solid #8dab6a;
    padding: 10px 25px;
    text-align: center;
}
.cta-buttons ul li:last-child {
    border-right: 0;
}
.cta-buttons ul li a{
    text-decoration: none;
    color: #fff;
} 
.cta-buttons ul li svg {
    width: 18px;
    height: 18px;
    color: #fff;
    fill: #fff;
}
.cta-buttons ul li span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}
@media (max-width:767px) {
    .cta-buttons{
        left: 0;
        right: 0;
    }
    .cta-buttons ul {
        width: 100%;
    }
}
.captcha_div{
    margin-top: 10px;
}
.data-calc-container{
    background-color: #d7ddd0;
}
.calc-box {
    
    position: relative;
    margin-bottom: 20px;
}
.calc-box:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.calc-box:first-child .remove_area_box {
    display: none;
}
.calc-box-submit-button {
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 5px;
    padding: 8px 30px;
    transition: .5s;
    z-index: 1;
    border:1px solid #000;
}
.reset_calculation {
    padding: 8px 30px;
}

.calc-box-submit-button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #070707;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.calc-box-submit-button:hover {
    color: #0c0c0c;
}

.calc-box-submit-button:hover:after {
    background-color: #fff;
    transform: scale(1);
}

.add-more-area {
    font-size: 16px;
    text-align: center;
    background: #000;
    color:#fff;
}
a.remove_area_box {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #939393;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remove_area_box svg{
    width: 20px;
    height: 20px;
    fill: #fff;
}