.claim_info_hover:hover {
    background-color: #316B33;
    transition: 1s all ease;
}

.claim_info_hover:hover .claim_info_p {
    color: #fff;
}

.claim_info_hover:hover .claim_info_span {
    color: #fff;
}

.cus_button {
    height: 80px;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    padding: 22px 0px;
    transition: all ease-in-out 300ms;
}

.cus_button:hover {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0px, -10px) scale(1.2);
    transform: translate(0px, -10px) scale(1.1);
}

@media screen and (max-width: 600px) {
    .extra_bottom_height {
        margin-bottom: 30px;
    }
}

.page-header {
    position: relative;
    display: block;
    padding: 17px 0 28px;
    z-index: 1;
    background-color: var(--thm-black);
    min-height: 220px;
    display: flex;
    align-items: end;
}


.about-two {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-page {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* @media screen and (max-width: 600px) {
    .about-two {
        position: relative;
        display: block;
        padding: 40px 0px 24px;
    }
} */


.testimonial-one__single {
    position: relative;
    border: 1px solid #67ae4287;
    border-radius: 30px;
    height: 100%;
    overflow: hidden;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    transition: all 500ms ease;
}

.testimonial-one__client-img img {
    width: 100%;
    border-radius: var(--thm-bdr-radius);
    transition: all 500ms ease;
    transform: scale(1);
    border-radius: 30px;
}

marquee {
    width: 100%;
    padding: 10px 0;
    background-color: #67ae422b;
    color: #000;
    line-height: 1;
    font-family: 'BenSen', Arial, sans-serif;
}

.team-one__social {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    bottom: -19px;
    right: 0;
    left: 0;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transition-delay: 0s;
    transform-origin: bottom center;
    z-index: 2;
}

.team-one__social p {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-base);
    background-color: #100d16;
    font-size: 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    padding: 3px;
    background-color: #67ae42;
    ;
    color: #fff;
    width: 100%;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 18px;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

/* .main-menu-wrapper__right {
    position: relative;
    display: flex;
    float: right;
    padding: 16.5px 0 !important;
    align-items: center;
  } */


/* custome button css Get Started */
.wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
}

.buttons {
    min-width: 105px;
    min-height: 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    background: #4FD1C5;
    background: linear-gradient(90deg, #387FD7 0%, #03CDFD 100%);
    border: none;
    border-radius: 1000px;
    /* box-shadow: 12px 12px 24px rgb(243, 240, 240); */
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    margin: 5px 0px;
    padding: 0px 11px;
}

.buttons::before {
    content: '';
    border-radius: 1000px;
    min-width: calc(130px + 12px);
    min-height: calc(31px + 12px);
    border: 2px solid #239FE6;
    /* box-shadow: 0 0 60px rgba(0, 255, 203, .64); */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

.buttons:hover,
.buttons:focus {
    color: #000;
    transform: translateY(-6px);
}

.buttons:hover::before,
.buttons:focus::before {
    opacity: 1;
}

.buttons::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid #7175BF;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

.buttons:hover::after,
.buttons:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 160px;
        height: 160px;
        opacity: 0;
    }
}


@media (max-width: 966px) {
    @keyframes ring {
        0% {
            width: 0px;
            height: 0px;
            opacity: 1;
        }

        100% {
            width: 0px;
            height: 0px;
            opacity: 0;
        }
    }
}


.project-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    border-radius: var(--thm-bdr-radius);
    padding: 32px 40px 39px;
    margin-top: -108px;
    margin-left: 12px;
    margin-right: 12px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
}

.project-two .project-one__title {
    font-size: 16px;
    line-height: 30px;
}

.project-two .project-one__content {
    padding: 17px 5px 0px 17px;
    margin-top: -34px;
}

.section-title__title {
    margin: 0;
    font-weight: 800;
    color: var(--thm-black);
    font-size: 40px;
    line-height: 60px;
}

.news-one__img img {
    width: 1;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1);
}

.news-one__text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.testimonial-one__client-details {
    position: relative;
    padding: 35px 45px 40px 30px;
}

.testimonial-one__client-details:hover .num_cus {
    color: #fff;
}

.main-menu-wrapper__right {
    position: relative;
    display: flex;
    float: right;
    padding: 0px;
    align-items: center;
}

.main-menu-wrapper__search-box-cart-box:before {
    /* position: absolute; */
    top: -0px;
    bottom: 0px;
    left: 0px;
    content: "";
    background-color: var(--thm-bdr-color);
    width: 0px;
}


/* sticky left sidebar hot line */

.social {
    position: fixed;
    top: 50%;
    z-index: 9999;
}

.social ul {
    padding: 0px;
    transform: translate(-270px, 0);
}

.social ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 315px;
    text-align: right;
    padding: 7px 7px 7px 0px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
}

.social ul li:hover {
    transform: translate(110px, 0);
    background: #000;
    width: 335px;
}

.social ul li:hover a {
    color: #fff;
}

.social ul li:hover i {
    color: #fff;
    background: red;
    transform: rotate(360deg);
    transition: all 1s;
}

.social ul li i {
    margin-left: 10px;
    color: #CB1D24;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    background: #ffffff;
    transform: rotate(0deg);
}

.padding-top-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
}

.nature-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.floating-leaf {
    position: absolute;
    width: 20px;
    height: 20px;
    background: radial-gradient(ellipse at center, #4caf50, #66bb6a);
    border-radius: 0 100% 0 100%;
    opacity: 0.4;
    animation: floatLeaf 8s ease-in-out infinite;
}

.leaf-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    transform: rotate(45deg);
}

.leaf-2 {
    top: 60%;
    left: 85%;
    animation-delay: 2s;
    transform: rotate(-30deg);
}

.leaf-3 {
    top: 80%;
    left: 15%;
    animation-delay: 4s;
    transform: rotate(60deg);
}

.leaf-4 {
    top: 30%;
    left: 75%;
    animation-delay: 6s;
    transform: rotate(-45deg);
}

html:has(.nature-background) body {
    background: linear-gradient(135deg, #a8e6cf 0%, #dcedc8 50%, #f8f8f8 100%);
    position: relative;
}

ul.tdm-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.form-control {
    border-radius: 20px;
    padding-left: 20px;
    border: 1px solid #67ae4280;
}

.btn-danger {
    background-color: #67ae42;
    border: none;
    border-radius: 20px;
    min-width: 150px;
    padding: 6px 0;
}

.data-result-design {
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: inline-flex;
    flex-direction: column;
    background-color: #ffffff;
    margin-bottom: 50px;
}

.data-result-design label {
    background-color: #77b65669;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: inline-flex;
    align-items: center;
    color: #000000;
    padding: 3px 15px;
    margin-right: 20px;
    font-size: 16px;
}

.data-result-design label+span {
    background-color: #77b65669;
    margin-bottom: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    color: #000000;
    padding: 3px 25px;
    font-size: 16px;
}

.data-result-design div:has(label) {
    display: flex;
    justify-content: start;
}

.data-result-design div:has(label) label {
    flex-basis: 25%;
    font-weight: 600;
}

.data-result-design div:has(label) span {
    flex-basis: 75%;
}

.product-card-home {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
    padding: 1px 40px 60px;
    margin-top: 25px;
    transition: all 500ms ease;
    margin-bottom: 30px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.product-card-home-img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -25px;
}

.product-card-home-content {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 21px;
}

.product-card-home-content::after {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 20px);
    height: 1px;
    content: "";
    background-color: #67ae42;
    transition: all 400ms ease;
}

.product-card-home-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0;
    position: relative;
    top: -5px;
}

.product-card-home-title a {
    color: #000000;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.product-card-home:hover .product-card-home-title a {
    color: #fff;
    transition: all 500ms ease;
}

.product-card-home::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 93px;
    width: 93px;
    content: "";
    z-index: 5;
    background-color: #a0d584;
    transition: all 500ms ease;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 93 93" xmlns="http://www.w3.org/2000/svg"><path d="M53.7656 64.3846C44.5389 92.7651 3 92.3621 0 93H83C88.5229 93 93 88.5228 93 83V22.8923V0C82.1861 47.9899 65.9651 26.86 53.7656 64.3846Z"/></svg>');
    mask-repeat: no-repeat;
    mask-position: top right;
    mask-size: cover;
}

.product-card-home::before {
    background-color: #67ae42;
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    content: "";
    transition: all 500ms ease;
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
}

.product-card-home:hover::before {
    opacity: 1;
    height: 100%;
}

.product-card-home:hover .product-card-home-content::after {
    background-color: #ffffff;
}

.cus_slider {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-slider-1 {
    background-image: url(/storage/photo/1760712955_slider-1.jpg);
}

.home-slider-2 {
    background-image: url(/storage/photo/1760713058_slider-2.jpg);
}

.home-slider-3 {
    background-image: url(/storage/photo/1760713076_slider-3.jpg);
}

#tableCalculate table thead {
    background-color: #c7e1b9;
}

.table>tbody tr:nth-child(even) {
    background-color: #c7e1b959;
    border: 1px solid #ffffff00;
}

.table>tbody tr {
    border: none;
}

.table>tbody tr td {
    border: none;
}

tr.data-result th {
    border: none;
}

.main-menu-wrapper-final {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body {
    /* font-family: 'BenSen', Arial, sans-serif !important; */
    font-family: "PT Sans", sans-serif !important;
}

:is(h1, h2, h3, h4, h5, h6) {
    font-family: "PT Serif", serif !important;
}

.section-title__title span {
    color: #437748;
}

ul.default-list {
    list-style-type: none;
    padding: 0;
}

ul.default-list li {
    position: relative;
    padding-left: 28px;
}

ul.default-list li::before {
    content: '';
    background-image: url(/public/storage/photo/insurance-icon.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-flex;
    top: 9px;
    position: absolute;
    left: 0;
}

.small-heading {
    font-size: 30px;
    font-weight: 800;
}

.events-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    margin-bottom: 15px;
    background-color: white;
    gap: 25px;
    border: 1px solid #f0383f3d;
    border-radius: 10px;
    overflow: hidden;
}

.event-date {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
    background-color: #f8a1a542;
    align-items: center;
    font-weight: 600;
}

.event-date span {
    line-height: 1;
}

.events-title {
    font-weight: 600;
    font-family: 'Noto Serif Bengali' !important;
    color: #000;
}

.app-sec {
    background-color: #67ae4247;
}

.sub-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.app-sec .small-heading {
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1;
}

.app-sec .col-lg-7 {
    margin-bottom: 90px;
}

.app-sec .small-heading+div:has(img) img {
    max-width: 170px;
}

.site-footer__top {
    background: #67ae42;
    padding: 50px 0;
    color: #fff;
}

ul.main-menu__list a {
    font-family: "PT Serif", serif !important;
}

ul.footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.footer-links {
    li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 15px;
        font-size: 17px;
        line-height: 1.3;
        transition: transform 0.5s ease;
    }
}

ul.footer-links {
    & li {
        a {
            display: inline-block;
            color: #fff;
            position: relative;
        }
    }
}

ul.footer-links {
    & li {
        & a {
            &:before {
                position: absolute;
                left: -15px;
                top: 1px;
                content: ">";
                font-family: FontAwesome;
            }
        }
    }
}

.footer-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
}

.footer-title {
    &:after {
        content: '';
        width: 70px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: -8px;
        left: 3px;
    }
}

.footer-flex {
    display: flex;
    gap: 15px;
    align-items: start;
}

.footer-flex .text {
    line-height: normal;
}

.footer-flex .text a {
    color: #fff;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
}

.widget-column {
    @media (min-width: 992px) {

        position: relative;
        margin-top: -75px;
        margin-bottom: -85px;
        padding: 55px 60px;
        border-radius: unset;
    }
}

.widget-column {
    background-color: #2d6834;
    padding: 30px 25px;
}

.widget-column {
    @media (min-width: 992px) {
        &::before {
            content: "";
            position: absolute;
            left: -29px;
            top: 0;
            border-bottom: 9px solid #1B2336;
            border-top: 17px solid #fff0;
            border-right: 20px solid #1B2336;
            border-left: 10px solid #fff0;
            z-index: 1;
            display: inline-block;
        }
    }
}

.social-icons {
    color: #fff;
    display: flex;
}

.social-icons a {
    background: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    text-decoration: none;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-right: 15px;
    color: #2d6834;
}

a.footer-logo img {
    max-width: 280px;
}


@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {

    .main-menu .main-menu__list>li>a,
    .stricky-header .main-menu__list>li>a {
        font-size: 14px;
    }
}

@keyframes floatLeaf {

    0%,
    100% {
        transform: translateY(0) rotate(var(--rotation, 0deg));
        opacity: 0.4;
    }

    50% {
        transform: translateY(-20px) rotate(calc(var(--rotation, 0deg) + 10deg));
        opacity: 0.7;
    }
}

@media (max-width: 1199px) {
    .section-title__title {
        font-size: 30px;
        line-height: 40px;
    }

    .app-sec .small-heading {
        font-size: 55px;
    }
}

@media (max-width: 991px) {
    .app-sec .small-heading {
        font-size: 45px;
    }

    .sub-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .widget-column {
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    .padding-top-bottom {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-title__title,
    .small-heading {
        font-size: 26px;
        line-height: 35px;
    }
}

@media (max-width: 575px) {
    .padding-top-bottom {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-title__title,
    .small-heading {
        font-size: 22px;
        line-height: 35px;
    }

    .sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .app-sec .small-heading {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .events-title {
        font-size: 15px;
    }

    .social-icons {
        justify-content: center;
    }
}