@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

:root {
    --theme-clr-1: #356947;
    --theme-clr-2: #d3d90d;
    --theme-clr-3: #52ac09;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(35 85 40 / 20%);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(35 85 40 / 10%);
    border-radius: 14px;
    border: 3px solid #235528;
}

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

body {
    font-family: ui-sans-serif, system-ui, -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: 1rem;
    line-height: 1.5;
    color: #000;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container-md {
    max-width: 1024px;
}

.m-width-none {
    max-width: unset;
}

.page-title {
    color: var(--theme-clr-1);
    text-align: center;
}

.section-title h3 {
    color: var(--theme-clr-1);
    position: relative;
}

.section-title h3::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-color: var(--theme-clr-3);
}

.section-title.text-center h3::before {
    left: 50%;
    transform: translateX(-50%);
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-clr-1);
}

ul li {
    margin-bottom: .8rem;
}

.btn-theme-1 {
    color: var(--bs-white);
    background-color: var(--theme-clr-3);
}

.btn-theme-1:hover {
    color: var(--bs-white);
    background-color: var(--theme-clr-1);
}

.btn-theme-2 {
    color: var(--theme-clr-1);
    background-color: var(--theme-clr-2);
}

.btn-theme-2:hover {
    color: var(--theme-clr-2);
    background-color: unset;
    border-color: var(--theme-clr-2);
}


/* header */

header {
    border-radius: 0rem 0rem 1rem 1rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 8px -3px rgb(0 0 0 / 74%);
    z-index: 11;
}

.navbar-collapse {
    transition: unset;
}

.navbar-toggler {
    border: none;
    padding: 0;
    font-size: 16px;
    outline: none;
    box-shadow: unset;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.btn-search {
    color: var(--theme-clr-1);
    background: #23552833;
}

.navbar-nav li {
    margin-bottom: 0;
}

.nav-link {
    color: var(--theme-clr-1);
    margin: 0 .5rem;
}

.page-banner {
    padding-top: 80px;
}

.page-banner img {
    width: 100%;
}

.why-choose {
    position: relative;
}

img.why-choose-img {
    position: absolute;
    max-width: 300px;
    right: 0;
    top: 0;
}

img.leaf-0 {
    position: absolute;
    top: 0%;
    right: 0;
    max-width: 100px;
}

img.leaf-1 {
    position: absolute;
    top: 47%;
    left: 0;
    max-width: 100px;
}

img.leaf-2 {
    position: absolute;
    right: 0;
    bottom: 1%;
    max-width: 100px;
}

.score-works {
    position: relative;
    z-index: 1;
}

.score-works::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75%;
    background-color: #F6F6E9;
    z-index: -1;
}


/*Five-Overarching*/

li.factor-box {
    display: flex;
    align-items: center;
    padding: 1rem;
}

li.factor-box .icon {
    margin-right: 1rem;
    width: 60px;
}

li.factor-box h5 {
    color: var(--theme-clr-1);
}


/* FAQ */

.faq .nav-link {
    color: var(--theme-clr-1);
}

.faq .nav-link:focus,
.faq .nav-link:hover {
    color: var(--theme-clr-1);
}

.faq .nav-pills .nav-link.active,
.faq .nav-pills .show>.nav-link {
    color: var(--theme-clr-1);
    background-color: var(--theme-clr-2);
}


/* Refund-Policy */

.nav-pills li {
    margin: 0;
}

.refund-policy .nav-link {
    color: var(--theme-clr-1);
    padding: .5rem 0;
    margin: 0 1rem;
}

.refund-policy .nav-link:focus,
.refund-policy .nav-link:hover {
    color: var(--theme-clr-1);
}

.refund-policy .nav-pills .nav-link.active,
.refund-policy .nav-pills .show>.nav-link {
    color: var(--theme-clr-1);
    background-color: unset;
    border-bottom: 2px solid var(--theme-clr-2);
    border-radius: 0;
    font-weight: 600;
}

.have-a-questions {
    text-align: center;
    border: 2px solid var(--theme-clr-2);
    padding: 3rem 1rem;
    border-radius: 4rem 0;
}


/* footer */

footer {
    color: #ffffff;
    background-color: #235528;
}

footer h4 {
    color: #ffffff;
    font-size: 16px;
    position: relative;
    padding: .3rem 0;
    margin-bottom: 1.5rem;
}

footer h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    background-color: var(--theme-clr-2);
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer a {
    color: #ffffff;
}

/* blog section */
a {
    color: #000;
    text-decoration: none;
}

.blog-section .blog-box img {
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    height: 170px;
    object-fit: cover;
}

.blog-section .blog-content {
    padding: 15px;
    border: 0.5px solid #dedede;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blog-section .blog-content h4 {
    color: #125529;
    padding-bottom: 10px;
    font-size: 22px;
}

.blog-section .blog-content .name-date {
    display: flex;
    justify-content: space-between;
    position: relative;
    color: #888888;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog-section .blog-content .name-date::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    background-color: #DEDEDE;
}

.blog-section .blog-content p {
    font-size: 18px;
    padding-top: 10px;
    text-align: justify;
}

.blog-section .blog-content .bg-primary {
    background: #125529 !important;
    border-radius: 25px;
    font-size: 18px;
    border: 1px solid #125529 !important;
}

.blog-section .blog-content button:hover {
    border: 1px solid #125529 !important;
    background-color: #fff !important;
    color: #125529 !important;
}

.blog-section .blog-pagination ul li button {
    border: none;
    font-size: 18px;
    color: #000000;
    margin: 0 10px;
}

.blog-section .blog-pagination ul li.active span {
    border-radius: 50px;
    background-color: #D6DB1D !important;
    border: none;
}

.blog-section .blog-pagination ul li button:hover {
    border-radius: 50px;
    background-color: #D6DB1D !important;
    border: none;
}

.blog-section .blog-pagination ul {
    justify-content: center;
}

.blog-detail-section h3 {
    color: #235528;
    font-size: 30px;
    padding-right: 25%;
    position: relative;
    padding-bottom: 15px;
}

.blog-detail-section img {
    width: 100%;
}

.blog-detail-section span {
    position: relative;
    color: #888888;
    font-size: 18px;
}

.blog-detail-section h3::before {
    content: '';
    width: 85%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    bottom: 0;
}

.blog-detail-section p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.blog-detail-section .blog-thamb-img img {
    width: 350px;
    object-fit: cover;
}

.blog-detail-section .name-date {
    display: flex;
    justify-content: space-between;
    padding-right: 15%;
}

.blog-section .blog-pagination ul li.disabled {
    background: transparent !important;
    border: 0 !important;
}

.blog-banner img {
    width: 100%;
    object-fit: cover;
}

.form-sections {
    height: 100vh;
    padding-top: 20px;
}

.form-sections .login-form-section {
    padding: 2rem 6rem;
}

.form-sections .login-form-section .logo-title {
    text-align: center;
}

.form-sections .login-form-section .logo-title img {
    width: 30%;
    margin-bottom: 15px;
}

.ak-btn-primary {
    width: 100%;
    background-color: #125529;
    border-color: #235528;
    margin: 10px 0;
    font-size: 20px;
}

.ak-btn-primary:hover {
    background-color: transparent;
    color: #235528;
    border-color: #235528;
}

.form-sections input, .form-sections select {
    border: 1px solid #125529;
}

.form-sections .login-form-section a {
    color: #52ac09;
}

.form-sections .login-form-section button {
    Background: none;
    border: none;
    color: #52ac09
}

.form-sections .login-form-section a:hover {
    color: #235528;
}

.form-sections .form-check-input:checked {
    background-color: #52ac09;
    border-color: #52ac09;
}

.condtions p {
    font-size: 14px;
    color: #585858;
}

.basic-detail-form {
    padding: 0rem 6rem !important;
    overflow-y: scroll;
    height: 800px;
    position: relative;
}

.profile-section {
    display: flex;
    justify-content: space-between;
}

#regForm .ak-btn-primary {
    width: auto;
}

.up-file {
    position: relative;
    width: 100%;
    border: 1px solid;
    height: auto;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    cursor: pointer;
}

.up-file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
}

.up-file ul li {
    list-style-type: none;
}

#regForm {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 40px 0;
    min-width: 300px;
    position: relative;
}


#regForm .step-icon {
    position: absolute;
    top: 0;
}



/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 5px;
    width: 100px;
    margin: 0 2px;
    background-color: #235528;
    border: none;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}

/* otp */

.card {
    width: 400px;
    border: none;
    height: 300px;
    box-shadow: 0px 5px 20px 0px #d2dae3;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.card h6 {
    color: #235528;
    font-size: 20px
}

.inputs input {
    width: 60px;
    height: 60px
}

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

.card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px
}

.card-2 .content {
    margin-top: 50px
}

.card-2 .content a {
    color: red
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid red
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: #235528;
    border: 1px solid #235528;
    width: 140px
}

.validate:hover {
    background-color: #fff;
    border-color: #235528;
    color: #000;
}

/* Property-Section */

.property-add {
    margin: 30px 0;
    background: #fafafa;
    padding: 50px;
}

.property-add .property-box:hover {
    background-color: #fff;
    border: 1px solid;
    color: #235528;
}

.property-add .property-box:hover .property-content span {
    background: #36d146
}

.property-add .property-box {
    text-align: center;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 1px 5px #cccc;
    border: 1px solid #fff;
}

.property-add .property-box h3 {
    background: #e4f7e4;
    padding: 10px;
    color: #125529;
}

.property-add .property-content span {
    width: 145px;
    height: 145px;
    display: inline-block;
    background: #f8f8f8;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding-top: 30px;
}

.property-add .property-content span img {
    width: 60%;
}

.property-add .property-content span p {
    margin: 0;
}

.property-add .property-content p {
    margin: 30px 0;
}

.property-add .property-box:hover h3 {
    background: #fff;
}

.property-add .property-box:hover h3 {
    background: #235528;
    color: #fff;
}

.property-add .save-btn {
    text-align: right;
}

.property-add .save-btn button {
    width: auto;
}

.property-add h4 {
    padding: 10px;
    color: #000;
    margin-bottom: 40px !important;
    border-bottom: 1px solid #52ac09;
    background: #efeded;
}

.prop-describtion ul {
    padding: 0;
}

.prop-describtion li {
    list-style-type: none;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.prop-describtion li .desc-box {
    text-align: center;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 0 0;
    position: relative;
}

.prop-describtion li.active .desc-box:before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #52ac09;
    position: absolute;
    right: 10px;
    top: 10px;
}

.prop-describtion li .desc-box img {
    margin: 10px auto;
    height: 42px;
}

.prop-describtion li .desc-box span {
    background-color: #f5f5f5;
    padding: 10px;
    display: block;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.prop-describtion li.active .desc-box span {
    background-color: #52ac09;
    color: #fff;
}

.upload-vid-section .top-sec {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.upload-vid-section .top-sec button {
    width: auto;
    border-radius: 10px;
}

.upload-vid-section .table-section .table-responsive {
    border-radius: 10px;
}

.upload-vid-section .table-section .table {
    background: #fff;
    box-shadow: 0 5px 15px #ccc;
    margin: 30px auto;
}

.upload-vid-section .table-section input {
    width: 0;
}

.upload-vid-section .table-section td span {
    padding-right: 10px;
}

.upload-vid-section .table-section .sub-btn {
    width: auto;
    float: right;
}

.reg-form {
    height: 895px;
    overflow-y: scroll;
}

label.required:after {
    content: '*';
    color: red;
    padding-left: 10px;
    font-size: 16px;
}

span.error {
    color: red;
    font-size: 0.8rem;
}

.step-icon {
    position: absolute;
    top: 50px;
}