img {
    max-width: 100%;
    height: auto;
}

p {
    font-family: "Comfortaa", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

:root {
    --fs-15: 15px;
    --fs-16: 16px;
    --fs-32: 32px;
    --fs-26: 26px;
    --lh-38: 38px;
    --lh-30: 30px;
    --lh-20: 20px;
    --fs-48: 48px;
    --fs-36: 36px;
}

header.custom-header ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header.custom-header ul li {
    position: relative;
}

header.custom-header ul li .sub-menu {
    position: absolute;
    display: none;
    width: 150px;
    background-color: #FDF6F4;
    z-index: 9;
}

header.custom-header ul li .sub-menu li a {
    font-size: 13px;
    font-family: "Comfortaa", sans-serif;
    font-weight: 400;
    transition: 0.3s ease-in;
    color: #a6e077;
}

header.custom-header ul li:hover .sub-menu li a {
    color: #a6e077;

}

header.custom-header ul li .sub-menu li a:hover {
    background-color: #E36255;
    color: #fff;

}

header.custom-header ul li:hover .sub-menu li a::after {
    display: none;
}

header.custom-header ul li:hover .sub-menu {
    display: block;
    animation: 0.3s ease-in animateme;
}

@keyframes animateme {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0px;
}

.navigation .logo {
    max-width: 250px;
    width: 100%;
}

.navigation nav,
.navigation nav ul {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;

}

.navigation nav li a {

    text-decoration: none;
}

.navigation nav ul {
    gap: 30px;
}

.navigation nav ul li a {
    display: block;
    padding: 13px 20px;
    font-weight: 700;
    font-size: var(--fs-16);
    line-height: var(--lh-20);
    color: #000000;
    text-transform: capitalize;
    font-family: "Merriweather", serif;
    transition: 0.4s ease-in;
    position: relative;

}

.navigation nav ul li a::after {
    position: absolute;
    top: 0;
    background-color: #A2C5C9;
    content: "";
    height: 3px;
    left: -20px;
    transition: 0.4s ease-in;
    width: 0;
    width: fit-content;
}

.navigation nav ul li:hover a:after {
    width: 100%;
    left: 0px;
}

.navigation nav ul li:hover a {
    color: #A6E077;
}

.c-btn {
    font-size: var(--fs-15);
    font-weight: 400;
    color: #fff;
    padding: 9px 24px;
    background-color: #E36255;
    border-radius: 3px;
    font-family: "Comfortaa", sans-serif;
    text-decoration: none;
    transition: 0.3s ease-in;

}




/* banner css start */

.inner-banner {
    height: 365px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.inner-banner::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;

}

.inner-banner .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fs-32 {
    font-size: var(--fs-32);
    line-height: var(--lh-38);
    font-weight: 700;
    font-family: "Merriweather", serif;

}

.inner-banner .fs-32 {
    font-weight: 700;
    font-family: "Merriweather", serif;
    color: #e36255;
    margin-bottom: 15px;
}

.inner-banner p {
    color: #D8E8F6;
    margin-bottom: 45px;
}

/* inner banner end */


/* experts */

.built-experts {
    background-color: #F4F4F2;
    padding-top: 55px;
    padding-bottom: 15px;
}

.title-experts .fs-32 {
    margin-bottom: 65px;
    text-align: center;
    font-family: "Merriweather", serif;
    color: #403C4E;
    font-weight: 700;
}

ul.listing {
    padding: 0px;
    margin: 0px;
}

ul.listing li {
    list-style: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c4c4c4;
}

ul.listing .logo {
    width: 25%;
    height: 240px;
}

ul.listing .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul.listing .content {
    width: 75%;
}

ul.listing li:last-child {
    border-bottom: none;
}

/* join-us content*/
.why-joins .fs-32 {
    text-align: center;
    font-family: "Merriweather", serif;
    color: #303336;
    font-weight: 700;
    margin-bottom: 40px;
}

.why-joins {
    background-color: #FDF6F4;
    padding: 60px 0px;
}

.why-title p {
    text-align: center;
}

.why-join-us-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.grid-data p {
    text-align: center;
}


.grid-data .icons {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;

}

.grid-data .icons img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Eligible start */
.eligible {
    padding: 70px 0px;
    position: relative;
    z-index: 0;
    min-height: 412px;
}

.eligible::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.eligible .fs-32 {
    text-align: center;
    color: #ffff;
    font-weight: bold;
    font-family: "Merriweather", serif;
    margin-bottom: 0px;
}

.title-eligible {
    padding-bottom: 60px;
}

.eligible-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.grid h3 {
    font-size: var(--fs-26);
    line-height: var(--lh-30);
    color: #000;
    font-family: "Merriweather", serif;
    font-weight: 7000;
    text-align: center;
}

.grid h3 {
    margin-bottom: 16px;
    margin-top: 10px;
}

.grid p {
    text-align: center;
}

.eligible-grid .grid {
    padding: 10px;
    border-radius: 10px;
    background-color: #FDF6F4;
}

.eligible-grid .grid:last-child {
    background-color: #EC9A86;
}

/* Eligible end */

/* benefits start  */
.benefits {
    padding-top: 65px;
    background-image: linear-gradient(180deg, #FFD8CC 89%, #FDF6F4 100%);
    padding-bottom: 80px;
}

.main-benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding-top: 20px;
}

.benefit-img {
    width: 38px;
    height: 38px;
}

.main-title-benefits .fs-32 {
    text-align: center;
    margin-bottom: 40px;

    font-family: "Merriweather", serif;
    font-weight: 700;
}

.benefits-grid {
    max-width: 368px;
    width: 100%;
}

.benefits-grid h3 {
    font-size: var(--fs-26);
    line-height: var(--lh-30);
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin: 20px 0px;
    margin-top: 25px;
}

/* benefits section end */


.amplify {
    padding: 90px 0px;
}

.full-conent-amlify {
    padding: 15px;
}

.full-conent-amlify .fs-32 {
    text-align: center;
    margin-bottom: 65px;
    color: #e36255;
}

.amlify-img {
    max-width: 115px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.main-title-amlify {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.amlify-grid h3 {
    font-size: var(--fs-26);
    line-height: var(--lh-30);
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin-bottom: 0px;

}


/* step css start */

section.registration-process {
    background-color: #FDF6F4;
    padding: 90px 0px;
}

.registration-title .fs-32 {
    text-align: center;
    margin-bottom: 30px;
}

.step {
    display: flex;
    background-color: #fff;
    align-items: center;
    padding: 15px;
    max-width: 513px;
    width: 100%;
    position: relative;
    border: 1px solid #d2e3f9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.step .step-img {
    max-width: 150px;
    height: 150px;
}

.step .step-img img {
    width: 100%;
    height: 100%;
}

.step h3 {
    font-size: var(--fs-32);
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin-bottom: 15px;
    color: #e36255;
}

.step-coentent p {
    margin-bottom: 0px;
}

.main-content-data .row-flex {
    display: flex;
    position: relative;
}

.main-content-data .row-flex:nth-child(odd) {
    justify-content: flex-end;

}

.main-content-data .row-flex:nth-child(even) {
    justify-content: flex-start;
}

.main-content-data .row-flex {
    padding-top: 30px;
}

.main-content-data .row-flex::after {
    height: 100%;
    width: 1px;
    background-color: #d3e6f3;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-content-data .row-flex:last-child {
    padding-bottom: 30px;
}

.main-content-data .row-flex::before {
    position: absolute;
    top: 57px;
    left: 50%;
    text-align: center;
    background: #2196F3;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-left: -13px;
    border: 5px solid #d2e3f9;
    content: "";
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 1;
}

.step::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #d2e3f9;


}

.main-content-data .row-flex:nth-child(odd) .step::after {
    left: -13px;
    top: 24px;
    transform: rotate(45deg);
    border-top: none;
    border-right: none;
}

.main-content-data .row-flex:nth-child(even) .step::after {
    right: -13px;
    top: 27px;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
}



/* user resgister */


.user-register {
    padding: 60px 0px;
    background-color: #FEFAF9;
}

.gesiter-title .fs-32 {
    text-align: center;
    padding-bottom: 30px;
}

.input-feilds {
    display: flex;
    gap: 30px;
    padding-bottom: 25px;
    align-items: end;
}

.feild {
    display: flex;
    flex-direction: column;

}

.feild {
    width: 50%;
}

.feild label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    font-family: "Comfortaa", sans-serif;
}

.feild label span {
    color: #b94a48;
}

.feild input {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 4px 15px;
    outline: none;
}

.save button {
    border: none;
    outline: none;
    margin-top: 45px;
}

.trem-condtion {
    padding-top: 20px;
}

.trem-condtion label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;

}

.feild input:focus {
    background-color: #ffffff;
    border-color: #66afe9;
    color: var(--text-color);
    box-shadow: 0px 0px 5px 0px rgba(102, 175, 233, 0.6);
}

.validation p {
    color: red;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 20px;
}

.trem-condtion label span {
    color: rgb(68, 68, 68);
    font-size: 15px;
    line-height: 20px;
    font-family: "Comfortaa", sans-serif;
}

.trem-condtion label input {
    transform: scale(1.3);
}

.password {
    position: relative;

}

.password input {
    width: 100%;
}

.password span {
    position: absolute;
    height: 100%;
    right: 0px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    cursor: pointer;
}

/* footer css start */
footer {
    background-color: #FDF6F4;
    padding: 50px 0px;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.down-load-links {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 20px;
    justify-content: center;
}

.down-load-links a {
    width: 30px;
    height: 30px;
    display: block;
}

.contact-info ul li a {
    display: flex;
    gap: 10px;
}

.contact-info ul li a span.icon {
    width: 30px;
    height: 30px;
}

.footer-logo {
    max-width: 250px;
    width: 100%;
}

.down-load h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #e36255;
    font-family: "Merriweather", serif;
    margin-bottom: 20px;
}

.trem-condtion-data ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    gap: 20px;
    padding-bottom: 20px;
}

.trem-condtion-data ul li {
    list-style: none;
}

.trem-condtion-data ul li a {
    text-decoration: none;
    color: #e36255;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
}

.trem-condtion-data p {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    line-height: 24px;
    font-family: "Comfortaa", sans-serif;
}

.contact-info h3 {
    margin-bottom: 15px;
}

.contact-info ul li {
    list-style: none;
    padding-bottom: 15px;
}

.contact-info ul li a {
    text-decoration: none;
}

.contact-info ul li a span.icon {
    width: 20px;
    height: 20px;
}

.contact-info ul li a span {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-family: "Comfortaa", sans-serif;
}

.contact-info ul {
    padding: 0px;
    margin: 0px;
}

span.toogle {
    display: none;
}

header.custom-header ul li a.c-btn.desktop.mobile {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    padding: 9px 24px;
    display: none;
    font-family: "Comfortaa", sans-serif;
}

header.custom-header ul li a.c-btn.desktop.mobile::after {
    display: none;
}

header.custom-header ul li.men-has-children::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23000" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in;
}

header.custom-header ul li.men-has-children:hover::after {

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23A6E077" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"/></svg>');

}

.inner-banner .c-btn:hover {
    background-color: #F1DEDE;
    color: #E36255;
}


/* himanshu css */



.orange-color {
    color: #e36255 !important;
}

.heading-table {
    font-family: "Comfortaa", sans-serif;
    background-color: #d9edf7 !important;
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

.table-holders td {
    font-family: "Comfortaa", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.free-container {
    max-width: 1140px;
    margin: 0 auto;
    background: #FDF6F4;
    padding: 10px;
}

section.free-paidsec {
    padding: 80px 0px;
}

.fs-48 {
    font-size: var(--fs-48);
    font-weight: 700;
}

.title-headingpremium .fs-48 {
    font-family: "Merriweather", serif;
    color: #A2C5C9;
}

.title-headingpremium {
    text-align: center;
    padding-bottom: 50px;
}

section.gopremium-sec {
    background-attachment: fixed;
    background: #000000c7;
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-position: center;
    color: #a2c5c9;
    padding: 80px 0px;
}

section.gopremium-sec p {
    color: #a2c5c9;
}

.premium-image svg {
    fill: #e36255;
}




.premium-image {
    padding-bottom: 20px;
}

.premium-grids {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.fs-26 {
    font-size: var(--fs-26);
    line-height: var(--lh-30);
}

.premiumdata-holder .fs-26 {
    font-family: "Merriweather", serif;
    font-weight: 200;
}

.price-details {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.grid-palness {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    padding-bottom: 30px;
}

.bootm-para p svg {
    fill: #e36255;
}

section.flexibleplanes-sec {
    padding: 80px 0px;
}

.big-button a {
    font-family: "Comfortaa", sans-serif;
    display: inline-block;
    padding: 10px 40px;
    font-size: 35px;
    text-decoration: none;
    font-weight: 200;
    background: #a2c5c9;
    color: #111;
    transition: 0.3s ease-in;
    border-radius: 5px;
}

.big-button a:hover {
    color: #fff;
    background: #e36255;
}

section.flexibleplanes-sec .big-button {
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.fs-36 {
    font-size: var(--fs-36);

}

.price-details .fs-36 {
    font-family: "Merriweather", serif;
    font-weight: 700;
}


/* himanshu css end */