body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

ul,
li,
p,
a {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    font-family: "Inter", sans-serif;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease-in;
    color: inherit;
    margin: 0;
}

p,
label.dropdown-radio {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding-bottom: 10px;
}

input,
select,
textarea {
    width: 100%;
}


input[type="radio"],
input[type="checkbox"] {
    height: auto;
    width: auto;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none;
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-transparent: #0000;
    --color-0066CB: #0066CB;
    --color-0A2152: #0A2152;
    --color-4C4C4C: #4C4C4C;
    --color-FCB045: #FCB045;
    --color-16A34A: #16A34A;
    --color-0066CBCC: #0066CBCC;
    --color-4C4C4C: #4C4C4C;
    --color-c2daf3: #c2daf3;
    --color-BBB: #BBB;
    --color-FAFAFC: #FAFAFC;
    --color-ECECEC: #ECECEC;
    --fs-30: 30px;
    --fs-50: 50px;
    --fs-20: 20px;
    --fs-18: 18px;
    --fs-40: 40px;
    --fs-24: 24px;
    --lh-60: 60px;
    --lh-28: 28px;
    --fs-26: 26px;
    --lh-24: 24px;
}

::selection {
    background-color: var(--color-0066CB);
    color: var(--color-white);
}



/* HEADER  */


header.custom-header {
    padding: 9px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    background: var(--color-white);
}

.margin-top {
    margin-top: 100px;
}


.logo-only {
    max-width: 125px;
    width: 100%;
}

.grid-header {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
}

ul.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

ul.nav-links.registers {
    gap: 15px;
}

.grid-registers {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: fit-content;
    width: 100%;
}

ul.nav-links li a,
ul.nav-links.registers li::after {
    color: var(--color-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}

ul.nav-links li a:hover {
    color: var(--color-0066CB);
}

ul.nav-links.registers li {
    position: relative;

}

ul.nav-links.registers li::after {
    position: absolute;
    content: "/";
    right: -10px;
    top: 4px;
    bottom: 0;

}


ul.nav-links.registers li:last-child::after {
    display: none;
}

.universal-anchor a {
    color: var(--color-0066CB);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    border: 2px solid var(--color-0066CB);
    padding: 13px 30px;
}


.grid-registers .universal-anchor a {
    padding: 13px 25px;
}

.universal-anchor a:hover {
    background: var(--color-0066CB);
    color: var(--color-white);
}

.alllinks-holders {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 190px;
}

ul.nav-links.mains {
    margin-left: 17%;
}

/* MENU ICON ANIMATED  */

.bars {
    width: 60px;
    cursor: pointer;
}

.bars .line {
    fill: none;
    stroke: #000;
    stroke-width: 4;
    stroke-linecap: square;
    transition: stroke-dasharray 400ms, stroke-dashoffset 1s;
}

.bars .line.top {
    stroke-dasharray: 40 172;
}

.bars .line.middle {
    stroke-dasharray: 40 111;
}

.bars .line.bottom {
    stroke-dasharray: 40 172;
}

.bars.active .top {
    stroke-dashoffset: -132px;
}

.bars.active .middle {
    stroke-dashoffset: -71px;
}

.bars.active .bottom {
    stroke-dashoffset: -132px;
}


.menu-icon {
    display: none;
}

.loginusres-profiles a {
    display: block;
    height: 60px;
    width: 60px;
    background: var(--color-0066CB);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    color: var(--color-white);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

header.custom-header.if-login ul.nav-links.registers,
header.custom-header.if-login .universal-anchor {
    display: none;
}

/* header.custom-header.if-login ul.nav-links.mains {
    margin: 0 auto;
} */

header.custom-header.if-login ul.nav-links.mains {
    margin: 0;
    max-width: fit-content;
    width: 100%;
}

header.custom-header .loginusres-profiles {
    display: none;
}

header.custom-header.if-login .loginusres-profiles {
    display: block;
}


/* MENU ICON ANIMATED END */



/* HEADER END */



/* HOME BANNER MAIN SLIDERS  */

section.hompage-bannner {
    position: relative;
}

section.hompage-bannner p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

section.hompage-bannner {
    position: relative;
}


.imageslider {
    height: 829px;
    width: 100%;
    overflow: hidden;
}

.imageslider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.fs-30 {
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.33px;
    padding-bottom: 15px;
}

.fs-50 {
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.55px;
    padding-bottom: 15px;
}

.onlycontent {
    max-width: 827px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    padding: 0px 10px;
    z-index: 1;
}

.universal-anchor.white-border a {
    background: var(--color-transparent);
    border-color: var(--color-white);
    color: var(--color-white);
}

.universal-anchor.white-border a:hover {
    background: var(--color-white);
    color: var(--color-0066CB);
}

.onlycontent .universal-anchor {
    padding-top: 30px;
}



/* HOME BANNER MAIN SLIDERS END */



/* SMARTER SEC MAIN HERE  */

/* SMARTER SEC END */
.universal-anchor.blue-bg a {
    background: var(--color-0066CB);
    color: var(--color-white);
}

.universal-anchor.blue-bg a:hover {
    background: var(--color-0A2152);
    border-color: var(--color-0A2152);
}

.smarter-holderss .universal-anchor {
    padding-top: 10px;
}

.smarter-holderss {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 62px;
}

.heding-icon {
    position: relative;
    padding-top: 20px;
}

img.heaing-image {
    position: absolute;
    top: 0;
    left: 0;
}

.featurs-all {
    max-width: 620px;
    width: 100%;
    margin-top: 10%;
}



.grid-smarter {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}



section.smarterway-sec {
    padding: 90px 0px 0px 0px;
}

.gridabout-features {
    display: flex;
    gap: 24px;
    width: 100%;
}

.imagefetaures {
    max-width: 56px;
    width: 100%;
}

.grid-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 40px;
}

.fs-20 {
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.22px;
    padding-bottom: 10px;
}

.onlysmarter .fs-50 {
    color: var(--color-black);
    font-weight: 600;
    letter-spacing: -0.33px;
}

.border-bottoms {
    border-bottom: 1px solid var(--color-0066CB);
    padding-bottom: 7px;
    max-width: fit-content;
    padding-right: 54px;
}

.gridabout-features p {
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.onlysmarter {
    padding-left: 49px;
}

.grid-smarter p {
    color: var(--color-4C4C4C);
}


/* SMARTER SEC MAIN HERE END */


/* HOW IT WORK MAIN SEC  */

.grid-howwork {
    max-width: 1247px;
    width: 100%;
    background: linear-gradient(90deg, #0066CB 0.36%, rgba(0, 51, 101, 0.00) 122.45%);
    padding: 45px 76px;
    display: flex;
    justify-content: flex-start;
    gap: 90px;
    color: var(--color-white);
}

section.howitwork-sec {
    min-height: 1080px;
    display: flex;
    align-items: end;
    justify-content: end;
    margin-top: -10%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fs-24 {
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.264px;
    padding-bottom: 15px;
}

.fs-40 {
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    padding-bottom: 15px;
}

.how-workholders .fs-24 {
    font-weight: 600;
}

.how-workholders {
    max-width: 515px;
    width: 100%;
}

.howsignup {
    max-width: 410px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.how-workholders .universal-anchor {
    padding-top: 15px;
}

.dignup-holderrs .fs-24 {
    padding-bottom: 10px;
}

.image-smarter {
    max-width: 700px;
    width: 100%;
}


.featurs-all .universal-anchor {
    padding-top: 30px;
}




/* HOW IT WORK MAIN SEC END */





/* MONITZIATION MAIN SEC HERE  */

.allabout-montized {
    max-width: 515px;
    width: 100%;
    color: var(--color-black);
}


.subrcptio-holders {
    max-width: 300px;
    min-height: 300px;
    color: var(--color-white);
    padding: 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allabout-montized p {
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;

}

.grid-subcrption {
    display: flex;
    gap: 30px;
    max-width: fit-content;
    width: 100%;
}

.geidmontized {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1305px;
    width: 100%;
    margin: 0 auto;
}

section.montization-sec {
    padding: 70px 0px;
    background: var(--color-c2daf3);
}


.allabout-montized .fs-40 {
    color: var(--color-0A2152);
}

.image-sunbscrption {
    max-width: 76px;
    margin-bottom: 10px;
}

.allabout-montized .universal-anchor {
    padding-top: 15px;
}

/* MONITZIATION MAIN SEC HERE END */

/* HOME BLOG MAIN SEC HERE  */

.center-data {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.blog-holders {
    max-width: 474px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: 0.3s ease-in;
}

.blog-holders:hover {
    box-shadow: 0 14px 20px 2px rgba(0, 0, 0, 0.25);

}

.blog-image {
    height: 265px;
    width: 100%;
    overflow: hidden;
}

.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-content {
    border: 1px solid var(--color-BBB);
    padding: 20px 30px;
}

.blog-holders .fs-24 {
    color: var(--color-black);
    font-weight: 500;
}

.blog-holders p {
    font-weight: 400;
}

.blog-holders .read-more {
    font-weight: 500;
    color: var(--color-0066CB);
}

.blog-holders:hover .read-more {
    text-decoration: underline;
}

.gridblogs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    max-width: fit-content;
    margin: 0 auto;
    padding-top: 35px;
}

section.bloghome-sec .universal-anchor {
    max-width: fit-content;
    margin: 0 auto;
    padding-top: 55px;
}

section.bloghome-sec {
    padding: 90px 0px 55px 0px;
}

.grid-subcrption .subrcptio-holders:nth-child(odd) {
    transform: translatey(39%);
}

.center-data .fs-40 {
    color: var(--color-0A2152);
}

.blog-content p {
    color: var(--color-4C4C4C);
}

section.testmonial-sec {
    padding: 50px 0px;
    background: var(--color-FAFAFC);
}

.testimonial-holders {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    background: var(--color-white);
    padding: 30px 40px;
    min-height: 312px;
    display: flex;
    align-items: center;
}

.insidata-testimonials {
    max-width: 475px;
    width: 100%;
}

.testmonial-sliders {
    padding-top: 50px;
}

.testmonial-images {
    max-width: 81px;
    width: 100%;
    margin-bottom: 20px;
}

.insidata-testimonials p {
    color: var(--color-4C4C4C);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.insidata-testimonials p strong {
    color: var(--color-black);
}

.testmonial-sliders {
    padding-top: 50px;
    max-width: 1148px;
    width: 100%;
    margin: 0 auto;
}

.customs span.swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    background: #D9D9D9;
    opacity: 1 !important;
    transition: 0.5s ease-in;

}

.customs .swiper-pagination-bullet-active {
    background: var(--color-0066CB) !important;
}

.custom-pagintaionss {
    margin-top: 70px;
}

/* HOME BLOG MAIN SEC HERE END */


/* STAY SEC MAIN HERE  */

.stayhaead-holders {
    max-width: 1152px;
    width: 100%;
    margin: 0 auto;
    border-radius: 118px;
    text-align: center;
    color: var(--color-white);
    min-height: 635px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.satyinside-container {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
}

.submit-btn button {
    width: 100%;
}

.submit-btn {
    max-width: 150px;
    width: 100%;
}

.stay-input input,
.submit-btn button {
    height: 48px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.stay-input input {
    padding: 5px 15px;
}

.grid-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stay-input {
    max-width: 420px;
    width: 100%;
    color: var(--color-4C4C4C);
}

.submit-btn button {
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid var(--color-white);
    transition: 0.3s ease-in;
    cursor: pointer;
}

.submit-btn button:hover {
    background: var(--color-white);
    color: var(--color-0066CB);
}

.grid-forms {
    max-width: 578px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
}

.satyinside-container p {
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

section.stayahead-sec {
    padding: 95px 0px;
}


/* STAY SEC MAIN HERE END */

/* READY TRANSFORM MAIN SEC  */

section.transform-sec {
    background: var(--color-0066CB);
    padding: 75px 0px;
    color: var(--color-white);
}

.universal-anchor.white-bg a {
    background: var(--color-white);
    color: var(--color-0066CB);
    border-color: var(--color-white);
}

.universal-anchor.white-bg a:hover {
    color: var(--color-white);
    background: var(--color-0A2152);
    border-color: var(--color-0A2152);
}

.transform-content {
    max-width: 645px;
    width: 100%;
}

.button-gridmains {
    display: flex;
    align-items: center;
    gap: 30px;
}

.grid-transform {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.transform-content p {
    opacity: 0.7;
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
}

.custom-footer {
    background: var(--color-0A2152);
    color: var(--color-white);
    padding-top: 30px;
    text-align: center;
}

.custom-footer p,
.custom-footer a,
ul.contact-infos li::after {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.custom-footer a:hover {
    color: var(--color-0066CB);
}

ul.social-media,
ul.footer-navlinks {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

ul.contact-infos {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;

}

ul.social-media {
    padding: 35px 0px;
}

.footer-image {
    max-width: 122px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.copy-rights p {
    padding-bottom: 0px;
}

.copy-rights {
    padding: 30px 0px;
}

ul.footer-navlinks li a {
    text-transform: uppercase;
}

ul.footer-navlinks {
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    padding: 10px 42px;
    max-width: fit-content;
    margin: 0 auto;
}

ul.contact-infos li {
    position: relative;
}

ul.contact-infos li::after {
    position: absolute;
    content: "|";
    right: -13px;
    top: 0;
    bottom: 0;
}

ul.contact-infos li:last-child::after {
    display: none;
}

/* READY TRANSFORM MAIN SEC END */



/* SIGNUP MAIN SEC HERE  */


.grid-insutryrole {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* SIGNUP MAIN SEC HERE END */


.grid-role {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    max-width: 500px;
    width: 100%;
}

.custom-dropdown {
    position: relative;
    max-width: 435px;
    width: 100%;
    user-select: none;
}

.dropdown-header {
    border: 1px solid var(--color-BBB);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

/* .dropdown-header::after {
      content: "▼";
      float: right;
      font-size: 12px;
      color: #555;
    } */

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-white);
    border: 1px solid var(--color-BBB);
    border-top: none;
    display: none;
    /* max-height: 250px; */
    overflow-y: auto;
    z-index: 1000;
    border-radius: 0 0 4px 4px;
}

/* Shared item styles */
.dropdown-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid var(--color-BBB);
}

.dropdown-item:hover {
    background: var(--color-0066CB);
    color: var(--color-white);
}

/* Special items that act like options but have no radio */

.dropdown-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown-radio input {
    margin-right: 8px;
}



.custome-checkbox {
    max-width: 435px;
    width: 100%;
}

.grid-role p {
    padding: 0;
    transition: 0.3s ease-in;
    color: var(--color-4C4C4C);
}

.grid-role .dropdown-item,
.dropdown-header {
    padding: 8px 15px;

}

.grid-insutryrole p {
    padding: 0;
}

.grid-insutryrole .fs-20 {
    padding: 0;
}

.dropdown-radio {
    padding: 10px 0px !important;
    padding-left: 15px !important;
}

.label-holders {
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
}

.dropdown-list.active {
    display: block;
}

.dropdown-item.option.last {
    border-top: 1px solid var(--color-BBB);
    border-bottom: none;
}

.signup-input input {
    height: 48px;
    border-radius: 3px;
    border: 1px solid var(--color-BBB);
    background: var(--color-white);
    padding: 0px 10px;
}

.signup-input label {
    color: var(--color-4C4C4C);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.signup-input.grid {
    display: flex;
    align-items: center;
    gap: 10px;
}

.signup-input.grid label {
    font-weight: 400;
}

.signup-input {
    margin-bottom: 20px;
}

label.dropdown-radio input,
.signup-input.grid input[type="checkbox"] {
    height: 18px;
    width: 18px;
}

.signup-fields {
    max-width: 735px;
    width: 100%;
    padding-top: 45px;
}

.submit-signup button {
    max-width: 100%;
    width: 100%;
    height: 46px;
    border: none;
    color: var(--color-4C4C4C);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    background: var(--color-0066CB);
    color: var(--color-white);
    transition: 0.3s ease-in;
}

.submit-signup button:hover {
    background: var(--color-0A2152);
}

.submit-signup {
    max-width: 125px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

.text-darkblue {
    color: var(--color-0A2152) !important;
}

.textheree {
    padding: 25px 0px;
}

.textheree .fs-30 {
    padding: 0;
}

.gettingstarted {
    padding-top: 20px;
}

.formsignup-holders {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
}

.already-members {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-top: 40px;
    flex-wrap: wrap;
}

.already-members p {
    font-weight: 600;
    padding: 0;
}

.already-members a {
    text-decoration: underline;
}

.text-lightblue {
    color: var(--color-0066CB) !important;
}

.formsignup-holders .fs-30 {
    font-weight: 600;
}

section.only-logo {
    padding: 10px 0px;
}

section.signup-sec {
    padding: 80px 0px;
}

.iam {
    max-width: fit-content;
    width: 100%;
}

/* Items with radios */



/* MODAL CSS MAIN HERE  */


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(13 13 13 / 44%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: none;
    z-index: 1000;
}

.modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--color-white);
    max-height: 80%;
    overflow-y: auto;
    color: #000;
    padding: 20px;
    border-radius: 12px;
    max-width: 820px;
    width: 100%;
    padding: 30px 85px;
    border-radius: 38px;
    min-height: 62%;
    display: flex;
    align-items: center;
    /* margin: 10% auto; */
}


.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.close-icon {
    max-width: 50px;
    position: absolute;
    top: 6%;
    right: 5%;
    cursor: pointer;
}

.close-icon svg,
.close-icon img {
    height: 28px;
    width: 28px;
}

.modal-box p {
    color: var(--color-4C4C4C);
    padding-bottom: 10px;
}

.modal-box .universal-anchor {
    padding-top: 25px;
}

.signup-input a {
    font-weight: 600;
}

.submit-signup.forlogin {
    margin: 0;
    padding-top: 0;
}


/* MODAL CSS MAIN HERE END */

/* PROPERTY CSS HERE */
/* section.innerbanner-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 85px 0px;
    color: var(--color-white);
} */
 section.innerbanner-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
    color: var(--color-white);
    min-height: 321px;
    display: flex
;
    align-items: center;
}

.banner-container {
    max-width: 63%;
    width: 100%;
}

.banner-container p {
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-28);
}

.gridbuyer-onboarding {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1210px;
    width: 100%;
}

ul.listlink-onboard li a {
    color: var(--color-4C4C4C);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

li.active-onboarding a {
    color: var(--color-0066CB) !important;
    font-weight: 600 !important;
}

ul.listlink-onboard li a:hover {
    color: var(--color-0066CB);
}

ul.listlink-onboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 20%;
}

.onboarding-holders {
    max-width: 785px;
    width: 100%;
}

.list-ofboarding {
    max-width: fit-content;
    width: 100%;
}

.fs-26 {
    font-size: var(--fs-26);
    font-style: normal;
    font-weight: 600;
    line-height: var(--lh-24);
}



.gridderopedown p {
    padding-bottom: 0;
}

.custom-drops {
    max-width: 100%;
    width: 100%;
}

.gridderopedown,
.universal-onboard select,
label.custom-label {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px; */
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--color-BBB);
    background: var(--color-FAFAFC);
    padding: 7px 15px;
    cursor: pointer;
    position: relative;
}

/* .gridderopedown .dropwdown-symbols,
.dropwdown-symbols.abs {
    position: absolute;
    top:15px;
    right: 1%;
    left: 97%;
    transform: translate(-50%, -50%);
    height: 18px;
    width: 18px;
} */


.universal-onboard input {
    border: 1px solid var(--color-BBB);
    height: 44px;
    padding: 0px 15px;
}

.universal-onboard input,
.universal-onboard input::-webkit-input-placeholder,
.universal-onboard select,
.universal-onboard option {
    color: var(--color-4C4C4C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.only-label p,
.universal-onboard label,
.onboarding-holders label,
.universal-onboard select {

    columns: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
}

.dropwdown-date-here {
    padding-top: 20px;
    border: 1px solid var(--color-BBB);
    padding: 15px;
    border-top: none;
    display: none;
}

.universal-onboard {
    margin-bottom: 25px;
}

.parentdropwdown {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dropdown-name p,
.dropdown-name label {

    color: var(--color-4C4C4C);
    font-size: 16px;
    font-style: normal;
    padding: 0;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.label-custom label {
    color: var(--color-4C4C4C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: 0.3s ease-in;
}

.dropdown-name label {
    display: block;
    width: 100%;
    cursor: pointer;
}

.label-here {
    display: flex;
    align-items: center;
    gap: 10px;
}

.label-here input {
    height: 16px;
    width: 16px;
}

.label-here label {
    padding: 0;
    font-weight: 400;
}

.radfio-grid {
    display: flex;
    gap: 25px;
}

.dropdown-name {
    width: 100%;
}

.dropdown-name input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.gridderopedown.active {
    border-color: var(--color-0066CB);
    background: var(--color-0066CBCC);
    color: var(--color-white);
}

.gridderopedown.active label {
    color: var(--color-white);
}

.gridderopedown.active .dropwdown-symbols img {
    filter: invert(1) brightness(7.5);
}

.universal-onboard {
    width: 100%;
}

.universal-onboard select {
    margin: 0;
    width: 100%;
    display: block;
    font-weight: 400;
}

.universal-onboard select {
    background: transparent;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 98.1% 50%;
}

.universal-anchor.blue-border a {
    background: var(--color-white);
    color: var(--color-0066CB);
}

.universal-anchor.blue-border a:hover {
    background: var(--color-0066CB);
    color: var(--color-white);
}

.gridnectbtn {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: end;
    padding-top: 30px;
}

section.buyeronboard-sec {
    padding: 70px 0px;
}

.onlytitle-here {
    padding-bottom: 30px;
}

.grid-hereee {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.parentchjeck-dataa {

    border-bottom: 1px solid var(--color-BBB);
}

.input-cheked {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 13px 0px;
}

.gridoptio-checkbox .input-cheked {
    padding: 0;
}

.grids-dropdownss label {
    display: block;
    width: 100%;
    cursor: pointer;
    /* pointer-events: none; */

}

/* .gridoptio-checkbox label {
    pointer-events: revert;
} */

.grids-dropdownss input[type="checkbox"] {
    height: 18px;
    width: 18px;
}

.grids-dropdownss label {
    font-weight: 400;
    padding: 0;
    max-width: fit-content;
}

.gridoptio-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}

.all-datacheckboxx {
    padding: 0px 0px 10px 15px;
    display: none;
}

.dropwdown-symbols.abs {
    /* top: 22px;
    z-index: -1; */
    position: static;
    transform: none;
}


.note-data {
    padding-top: 20px;
}

.note-data p {
    font-weight: 400;
}

.radio-holders label {
    font-weight: 400;
    padding: 0;
}

.radio-holders input[type="radio"] {
    height: 16px;
    width: 16px;
}

.radio-holders {
    display: flex;
    align-items: center;
    gap: 10px;
}

.grid-radioo {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.custom-select {
    width: 36px;
    height: 19px;
    background: var(--color-BBB);
    border-radius: 10px;
    position: relative;
    padding: 1px 2px;
    transition: 0.3s linear;
    cursor: pointer;
}

span.circle-here {
    display: block;
    height: 17px;
    width: 17px;
    background: var(--color-white);
    border-radius: 50%;
    border: 0.5px solid #ECECEC;
    transition: 0.3s linear;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
}

.custom-select.checked {
    background: var(--color-0066CB);
}

.custom-select.checked span.circle-here {
    margin-left: auto;
}

.customtoogle input.no-show {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.customtoogle {
    display: flex;
    align-items: center;
    gap: 12px;
}

.grid-symbols {
    display: flex;
    align-items: center;
    gap: 5px;
}

.grid-symbols input {
    border: none;
    padding: 0px;
}

.grid-symbols {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--color-BBB);
    padding: 0px 15px;
}

label.custom-label input {
    position: absolute;
    top: 0;
    opacity: 0;
}



label.custom-label.active-checkbox,
.gridderopedown.active-gridder,
.grid-radiobtns label.custom-label.active-checkbox {
    background: var(--color-0066CB);
    border-color: var(--color-0066CB);
    color: var(--color-white);
}

.gridderopedown.active-gridder p {
    color: var(--color-white);
}

.gridderopedown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dropwdown-symbols {
    max-width: 18px;
    width: 18px;
}

.gridderopedown.active-gridder .dropwdown-symbols img {
    filter: invert(1) brightness(12.5);
}

.grid-radiobtns {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding: 5px 8px;
    background: var(--color-FAFAFC);
    max-width: fit-content;
    width: 100%;
}

.grid-radiobtns label.custom-label {
    border-radius: 3px;
    background: var(--color-ECECEC);
    border: none;
    color: var(--color-4C4C4C);
    padding: 11px 15px;
    min-width: 70px;
    text-align: center;
}

.grid-radiobtns.no-bgabcd {
    background: transparent;
    padding: 0;
}

.grid-radiobtns.no-bgabcd label.custom-label {
    min-width: 89px;
    border-radius: 3px;
    border: 1px solid var(--color-BBB);
    background: var(--color-white);
}

.grid-radiobtns.no-bgabcd label.custom-label.active-checkbox {
    background: var(--color-0066CB);
    color: var(--color-white);
    border-color: var(--color-0066CB);
}

span.span-mini {
    color: var(--color-4C4C4C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


.universal-onboard.only-span input {
    border: none;
    height: auto;
    padding: 0;
}

.universal-onboard.only-span {
    border: 1px solid var(--color-BBB);
    background: var(--color-white);
    padding: 2px 15px;
}

.universal-range input {
    padding: 0 !important;
}

.grid-radiobtns.without-bg {
    padding: 0;
    background: transparent;
}

.grid-radiobtns.without-bg label {
    background: var(--color-FAFAFC);
    min-width: 90px;
}



.universal-onboard.serach-bar input {
    border: none;
    padding: 0;

}

.universal-onboard.serach-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--color-BBB);
    background: var(--color-white);
    padding: 0px 15px;
}


.grid-symbols input {
    border: none !important;
}

.onboarding-holders .customtoogle label {
    font-weight: 400;
    padding: 0;
    cursor: pointer;
    color: var(--color-4C4C4C);
}

.custom-drops.no-ng .gridderopedown {
    background: var(--color-white);
}

.custom-drops.no-ng label {
    font-weight: 400;
    padding: 0;
    color: var(--color-4C4C4C);
}

.custom-drops.no-ng .gridderopedown.active-gridder {
    background: var(--color-0066CB);
    border-color: var(--color-0066CB);
}

.custom-drops.no-ng input {
    height: 18px;
    width: 18px;
}

.custom-drops.no-ng .gridoptio-checkbox,
.nested-box,
.child-nested {
    gap: 20px;
}

.nested-box,
.child-nested {
    display: flex;
    flex-direction: column;
}

.child-nested {
    padding-left: 30px;
}

.universal-onboard.grid-selects {
    display: flex;
    align-items: center;
    gap: 10px;
}

.universal-onboard.grid-selects p {
    font-weight: 400;
    color: var(--color-4C4C4C);
    padding: 0;
}

.border-box {
    padding: 20px;
    border: 1px solid var(--color-BBB);
    background: var(--color-white);
    min-height: 195px;
}

.textarea-holders textarea {
    padding: 20px;
    color: var(--color-4C4C4C);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.text-lightblue {
    color: var(--color-0066CB) !important;
}


.inside-allherer input:disabled {
    background: var(--color-white);
}

.table-hlders th,
.table-hlders td {
    border: none;
}

.universal-anchor.dark-bg a {
    background: var(--color-0A2152);
    color: var(--color-white);
    border-color: var(--color-0A2152);
}

.universal-anchor.dark-bg a:hover {
    background: var(--color-0066CB);
    color: var(--color-white);
    border-color: var(--color-0066CB);
}

.gridnectbtn.new-here {
    justify-content: start;
    padding-top: 10px;
}

/* PROPERTY CSS HERE END */


.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 4%;
    z-index: 11111;
    display: none;
}

.payment .submit-signup {
    padding-top: 0;
    padding-bottom: 30px;
}

.tooglebox-holders,header.custom-header.user-name ul.nav-links.registers{
    display: none;
}

header.custom-header.user-name .loginusres-profiles{
    display: block;
}

div#agent-modal .modal-box {
    min-height: 85%;
}


.inside-allherer .upload-files {
    /* padding: 4px 20px; */
    max-width: fit-content;
    border: none;
    padding: 0;
    /* height: auto; */
}

.gridfile-upload {
    display: flex
;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.singleblog-holders h1,.singleblog-holders h2,.singleblog-holders h3,.singleblog-holders h4,.singleblog-holders h5,.singleblog-holders h6,.singleblog-holders p,.singleblog-holders a,.singleblog-holders li{
    padding: revert;
    margin: revert;
    list-style: revert;
}

.singleblog-holders ul{
    padding-left: 0px;
}


.product-content .btn.btn-primary:hover{
    background: var(--color-0A2152);
}