/* Hero-section  */
/* .main-section {
    margin-top: 80px;
    padding: 48px 24px;
} */

.hero-section {
    overflow: hidden;
    position: relative;
}

.overlay-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-bg {
    content: '';
    background-color: rgba(0, 0, 0, 0.319);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.hero-heading span {
    font-size: 40px;
    margin-left: 100px;
}

.secoundHero-heading {
    font-size: 40px;
    margin-top: 8px;
    z-index: 11;
    color: var(--white);
letter-spacing: 2px;
}

.message {
    background-color: var(--light-green);
    color: var(--white);
    display: block;
    font-weight: 900;
    overflow: hidden;
    position: absolute;
    padding-left: 0.5rem;
    top: 0.2rem;
    left: 200px;
    animation: openclose 5s ease-in-out infinite;
}

.word1,
.word2,
.word3 {
    font-family: tahoma;
}

@keyframes openclose {
    0% {
        top: 0.2rem;
        width: 0;
    }

    5% {
        width: 0;
    }

    15% {
        width: 550px;
    }

    30% {
        top: 0.2rem;
        width: 550px;
    }

    33% {
        top: 0.2rem;
        width: 0;
    }

    35% {
        top: 0.2rem;
        width: 0;
    }

    38% {
        top: -4.5rem;
    }

    48% {
        top: -4.5rem;
        width: 550px;
    }

    62% {
        top: -4.5rem;
        width: 550px;
    }

    66% {
        top: -4.5rem;
        width: 0;
        text-indent: 0;
    }

    71% {
        top: -9rem;
        width: 0;
        text-indent: 5px;
    }

    86% {
        top: -9rem;
        width: 550px;
    }

    95% {
        top: -9rem;
        width: 550px;
    }

    98% {
        top: -9rem;
        width: 0;
        text-indent: 5px;
    }

    100% {
        top: 0;
        width: 0;
        text-indent: 0;
    }
}

.hero-input-group {
    margin-top: 50px;
}

.custom-form-control {
    padding: 12px;
}

.hero-input-group-text{
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--light-green);
    display: flex;
    align-items: center;
}

/* IconBoxs-section */
.iconBoxs-container .row {
    row-gap: 50px;
}

/* Live count number */
.live-countContainer {
    margin: auto;
}

.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}
.counter {
    font-size: 60px;
    margin-top: 10px;
    color: var(--light-green);
}

.counter-view {
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(0%, -50%);
    color: var(--light-green);
}

.counter-label {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 30px;
}

/* Chat page */
.progress-bar {
    background-color: var(--black);
}

.thankyou-section {
    position: relative;
}

.alert {
    padding: 0;
}

.dialog-content {
    padding: 20px;
    max-width: 70%;
    margin: auto;
    margin-top: 0;
    border-radius: 0;
    background-color: #E6F2EE;
}

.dialog-btn {
    display: flex;
    margin-left: auto;
}

.thankyou-img {
    width: 80px;
    margin-bottom: 30px;
}

.dialog-content {
    margin-bottom: 50px;
}

.thankyou-heading {
    font-size: 38px;
    font-weight: 500;
    line-height: 42px;
    color: var(--light-green);
    margin-bottom: 20px;
}

.thankyou-para {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: var(--light-gray);
}

.Mainchat-boxs{
    margin: auto;
    max-height: 500px;
    overflow-y: scroll;
padding: 0 10px;
}

.Mainchat-boxs::-webkit-scrollbar {
  display: none;
}
.chat-boxs {
    width: fit-content;
    max-width: 70%;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--black);
    box-shadow: 3px 3px var(--black);
}

.chat-boxs p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
       padding: 12px 26px;
    margin-bottom: 0;
}

.robot-section .chat-boxs {
    margin-left: auto;
}

.chat-from {
    max-width: 60%;
        margin-top: 40px;
    margin-bottom: 28px;
    margin-left: auto;
}

.chat-form-control {
    padding: 15px 12px !important;
    border-radius: 10px !important;
    border-color: var(--black) !important;
}

.chat-form-control:focus {
    border-color: #105D38;
}

.contact-form-control:focus {
    border-color: #ced4da;
}

.round-chat-boxs {
    width: fit-content;
}

.typing-round-box {
    display: flex;
    gap: 8px;
    padding: 26px;
}

.typing-round {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--black);
}

.edit-btn {
    height: fit-content;
    margin-left: 10px;
    background-color: transparent;
    color: var(--black);
}

.edit-btn:hover {
    background-color: #4cd0811e;
}

/* Footer-section */
.footer-Headinglink {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #105D38;
    margin-bottom: 14px;
}

.footer-link-boxs>li {
    margin-bottom: 12px;
}

.footer-link-boxs>li>a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: var(--light-gray);
    text-decoration: none;
}

.downalod-boxs {
    margin-top: 48px;
}

.app-store {
    margin-bottom: 30px;
}

/* About-section page */
.bullet-boxs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.bullet-icon-boxs {
    width: 32px;
}

/* contact-section */
.contact-btn-boxs {
    display: flex;
    justify-content: center;
}

.btn-outline-secondary {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--light-green);
}

.btn-outline-secondary:hover {
    color: var(--white);
    background-color: var(--light-green);
    border: 1px solid var(--light-green);
}

.dropdownList {
    display: flex;
    align-items: center;
    height: 95%;
    justify-content: center;
    text-align: center;
    width: 100%;
}

#mySelect {
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 1rem;
    font-weight: 500;
    color: #273342;
    line-height: 1.5;
    background: var(--white);
    cursor: pointer;
    border-radius: 0rem;
    border: 1px solid #ced4da;
}

.contact-details-boxs {
    width: 70%;
    margin-left: auto;
}

.cd-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
    margin-bottom: 20px;
}

.cd-boxs {
    margin-bottom: 30px;
}

.cd-subBoxs {
    text-decoration: none;
}

.cd-subBoxs svg {
    width: 20px;
    margin-right: 10px;
}

.cd-subBoxs span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--black);
}

.header {
    /* position: fixed;    top: 10%; */
    z-index: 1;
    width: 100%;
    /* background-color: #f1f1f1; */
    margin-bottom: 50px;
}

.header h2 {
    text-align: center;
}

.progress-container {
    width: 100%;
    height: 18px;
    background: #ccc;
}

.progress-bar {
    height: 18px;
    background: #2c724f;
    width: 0%;
}

.content {
    padding: 100px 0;
    margin: 50px auto 0 auto;
}