@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
        --theme-color-primary: #365e00;
    --theme-color-secondary: #62ab00;
}

.tfn {
        display: flex;
    align-items: center;
    justify-content: flex-end;
}

.learn-btn {
    background: #fff;
    border: 1px solid #365e00;
        border-radius: 30px;
    padding: 6px 20px;
    font-size: 16px;
    color: #365e00;
    text-decoration: none;

}

.mb10 {
    margin-bottom: 10px;
}

.faqs ul li {
    margin-bottom: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.learn-btn:hover {
    background: #365e00;
    border: 1px solid #365e00;
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.mt10 {
    margin-top: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.faqs h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 3px;
}

.faqs h2 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 3px;
}

.faqs p {
    font-size: 15px;
}

.aboutus h3 {
    font-size: 26px !important;
}

.aboutus h4 {
    font-size: 22px !important;
}

.aboutus h2 {
    font-size: 26px !important;
}

.formstyles {padding: 10px 0px; border: 1px solid var(--theme-color-secondary); border-radius: 7px; backdrop-filter: blur(8px); }

.desktop-view {display: block;}

.mobile-view {display: none;}


@media (max-width: 800px) {
	
.desktop-view {display: none;}
	
.mobile-view {display: block;}
	
.formstyles {padding: padding: 5px 0px; }

}



@media (max-width: 600px) {
    .aboutus h3 {
        font-size: 22px !important;
    }

    .aboutus h4 {
        font-size: 18px !important;
    }

    .tfn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

}




html,
body {
    font: normal 1em "Poppins", serif;
}

form input::placeholder {
    font-size: .85rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", serif;
    font-weight: 800;
}

.btn[class*=btn-theme] {
    --bs-btn-bg: var(--theme-color-secondary);
    --bs-btn-color: #fff;
}

.btn[class*=btn-theme]:hover {
    --bs-btn-hover-bg: var(--theme-color-primary);
    --bs-btn-hover-color: #fff;
}

.btn[class*=btn-theme]:active {
    --bs-btn-active-color: var(--theme-color-primary);
    --bs-btn-active-border-color: var(--theme-color-secondary);
}

.text-theme-primary {
    color: var(--theme-color-primary);
}

.text-theme-secondary {
    color: var(--theme-color-secondary);
}

section {
    padding: 3rem 0;
}

section.topSec {
    position: relative;
 }

section.topSec:after {

}

.sec-title {
    color: var(--theme-color-primary);
    margin-bottom: 1rem;
}

/*.checkBullet,*/
.chakraBullet,
.paySteps {
    list-style: none;
    padding: 0;
    counter-reset: count;
}

/*.checkBullet li,*/
.chakraBullet li,
.paySteps li {
    counter-increment: count;
    display: flex;
}

.paySteps li::before {
    content: counter(count, decimal) '. ';
    margin-right: .5rem;
}

.paySteps li p {
    margin: 0;
}

.paySteps li:not(:last-child) {
    margin-bottom: .5rem;
}

.paySteps li>* {
    display: inline;
}

.chakraBullet li::before {
    content: '\058d';
    margin-right: .5rem;
    font-size: 1.1rem;
    line-height: 1.2;
    color: var(--theme-color-secondary);
}

.content-pan ul {
padding-left: 1.5rem;
}

.content-pan ul li {
    list-style: none;
}

.btmSec {
    background: #ededed;
}

header {
    background: #f8f9fa;
}

input[type=number].no-spin::-webkit-inner-spin-button,
input[type=number].no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
        appearance: none;
    margin: 0;
}

.footer-bottom {
    background: var(--theme-color-primary);
    color: #fff;
}

.thank_section {
    padding: 25px 0;
}

.thank_innr img {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.thank_innr h2 {
    text-align: center;
    color: #365e00;
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 30px 0 0 0;
    line-height: 66px;
}

.thank_page_content {
    max-width: 1000px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    margin: 20px auto;
    color: #1c1c1c;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

header li.nav-item {
    list-style: none;
    align-content: center;
    margin-right: 20px;
    font-size: 17px;
}

.social-icons a {
    display: inline-block;
    margin: 0 8px;
    font-size: 18px;
    color: #365e00;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #365e00;
    background: #cbd3c1;

}