/* Dashboard CSS Start */
.account_section {
    margin-top: 100px;
    display: flex;
    padding-right: 312px;
    background-color: #FBFBFB;
}

.title_bar {
    background-image: url(../img/title_bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding-left: 394px;
    padding-right: 81px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.title_textbar {
    text-align: end;
}

.title_text {
    color: var(--core-off-white, #FBFBFB);
    text-align: right;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    margin: 0px;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: capitalize;
}

.username_text {
    color: #8ACBC3;
}

/*********************/
/** Tab Contents **/
/*********************/
.nav-link {
    display: flex;
    height: 120px;
    padding: 24px;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 8px;
    flex: 1 0 0;
    color: var(--core-olive-100, #FBFBFB);
    background: var(--core-near-black, #0E0E0E) !important;
    border-radius: 0px !important;
    text-align: right;
    font-family: Manrope;
    border-right: 24px solid #FBFBFB;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    transition: border-top 0.5s;
}

.nav-link:hover {
    display: flex;
    height: 120px;
    padding: 24px;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 8px;
    flex: 1 0 0;
    color: var(--core-olive-100, #FFFFFF);
    background: var(--core-near-black, #0E0E0E) !important;
    text-align: right;
    border-top: 24px solid #FBFBFB;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    transition: border-top 0.5s;
}

.nav-link.active {
    display: flex;
    height: 120px;
    padding: 24px;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 8px;
    flex: 1 0 0;
    color: var(--core-olive-100, #8ACBC3)!important;
    background: var(--core-near-black, #0E0E0E) !important;
    text-align: right;
    border-top: 24px solid #FBFBFB;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}

.logout_button {
    border-right: 0px;
}

.account_tab_section {
    padding: 0px;
    display: flex;
    width: 100%;
}

.account_body {
    display: flex;
    padding: 56px 0px 56px 56px;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.account_navigation {
    padding: 0px;
}

.tab_container {
    width: 100%
}

.account_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.info_titlebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.account_info_text {
    color: var(--core-near-black, #0E0E0E);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    margin: 0px;
    font-weight: 400;
    line-height: 181.1%;
}

.error_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border: none;
    border-radius: 0px;
    padding: 0px;
    color: var(--core-olive-300, #445C59);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.error_button:hover {
    display: flex;
    align-items: center;
    padding-right: 41px;
    border: none;
    background: none;
    padding: 0px;
    border-radius: 0px;
    color: var(--core-off-white, #44877F);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.error_button:hover .error_arrow {
    transform: rotate(270deg);
}

.error_button:hover .error_rect {
    stroke: #445C59;
}

.error_button:hover .error_path {
    stroke: #445C59;
}

.textbox_bar {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.account_textbox {
    display: flex;
    padding: 11.5px 16px;
    align-items: center;
    flex: 1 0 0;
    border-radius: 0px;
    background: var(--neutral-400, #EEE);
    color: var(--core-near-black, #0E0E0E);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.table-striped {
    --bs-table-striped-bg: #FFFFFF;
    --bs-table-bg: #FBFBFB;
    border: 1px solid var(--neutral-500, #D0D0D0);
}


/* Order Table */
.account_table_header>tr th:first-child {
    background: var(--core-near-black, #0E0E0E);
    height: 56px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.account_table_header>tr th:last-child {
    background: var(--core-near-black, #0E0E0E);
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.account_table_header>tr th {
    background: var(--core-near-black, #0E0E0E);
    align-items: center;
    gap: 8px;
    align-self: stretch;
    padding: 0px 16px;
}

.account_table_header>tr th:first-child .table_head_text {
    text-align: left;
}

.table_head_text {
    color: var(--core-off-white, #FBFBFB);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    margin: 0px;
    font-weight: 500;
    line-height: normal;
}

.table_head_text::after {
    content: url(../img/Field\ Icons.svg);
    position: relative;
    left: 8px;
    top: 8px;
}

.account_table_body tr {
    background: #FBFBFB;
}

.account_table_body tr:last-child {
    border-bottom: 0px solid transparent;
}

.account_table_body td:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.account_table_body td {
    justify-content: center;
    height: 56px;
    align-items: center;
    gap: 10px;
    padding: 4px 16px;
}

.account_table_body tr:last-child td:last-child {
    border-bottom-right-radius: 4px !important;
}

.account_table_body tr:last-child td:first-child {
    border-bottom-left-radius: 4px !important;
}

.account_table_body tr:first-child td:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.table_body_text {
    color: var(--core-olive-300, #445C59);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    margin: 0px;
    font-weight: 500;
    line-height: 181.1%;
    text-transform: capitalize;
}

.service_name_text {
    color: var(--core-near-black, #0E0E0E);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    margin: 0px;
    font-weight: 500;
    line-height: 181.1%;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.turnaround_text {
    color: var(--core-olive-300, #445C59);
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    margin: 0px;
    font-weight: 400;
    line-height: 181.1%;
}

.account_table_body tr:first-child td:first-child p.table_body_text {
    text-align: left;
}

.account_table_body tr td:first-child p.table_body_text {
    text-align: left;
    color: #445C59;
}


.order_details {
    color: var(--core-primary, #F5129A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    line-height: 155%;
}

/* Dashboard CSS End */











/* Service CSS Start */
.service_top_section {
    background-image: url(../img/email_service_topbg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 188px;
    padding-bottom: 117px;
}

.top_title_container {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.title_top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.back_button {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    border-radius: 0px;
    padding: 0px;
    gap: 24px;
    flex-direction: column;
}

.back_arrow {
    transform: rotate(90deg);
}

.front_button {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    border-radius: 0px;
    padding: 0px;
    gap: 24px;
    flex-direction: column;
}

.forward_arrow {
    transform: rotate(-90deg);
}

.prev_text {
    color: var(--core-off-white, #FBFBFB);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    margin: 0px;
    font-weight: 500;
    line-height: 181.1%;
    text-transform: capitalize;
}

.title_mid {
    display: flex;
    margin: 0px;
    height: 615px;
    border: 24px solid #FFFFFF;
    padding: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
}

.service_title {
    color: var(--core-off-white, #FBFBFB);
    font-family: Manrope;
    font-size: 64px;
    font-style: normal;
    margin: 0px;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: capitalize;
}

.service_subtitle {
    color: var(--core-off-white, #FBFBFB);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    margin: 0px;
    font-weight: 400;
    line-height: 181.1%;
}

.title_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_tab_text {
    color: var(--core-off-white, #FBFBFB);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    margin: 0px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.4;
}

.title_tab_text.active {
    color: var(--core-off-white, #FBFBFB);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    margin: 0px;
    font-weight: 500;
    line-height: normal;
    opacity: 1;
}

.mob_title_container {
    display: none;
}

.service_s1 {
    background-color: #FFFFFF;
    background-image: url(../img/service_s1bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    display: flex;
    justify-content: space-between;
}

.s1_img {
    margin-top: 24px;
}

.s1_textbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    padding-left: 332px;
    padding-right: 78px;
    justify-content: center;
}

.s2_textbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-left: 332px;
    padding-right: 78px;
    justify-content: center;
}

.s1_title {
    color: var(--core-olive-300, #445C59);
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    margin: 0px;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: capitalize;
}

.s1_subtitle {
    color: var(--core-olive-200, #44877F);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    margin: 0px;
    font-weight: 400;
    line-height: 181.1%;
}

.service_s2 {
    background-color: #FFFFFF;
    background-image: url(../img/service_s2bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    display: flex;
    justify-content: space-between;
}

.service_s3 {
    display: flex;
    padding-right: 276px;
    align-items: center;
    gap: 207px;
}

.s3_textbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
}

.s1_imgmob {
    display: none;
}

.s2_imgmob {
    display: none;
}

.s3_imgmob {
    display: none;
}

.service_s4 {
    padding: 104px 240px 104px 332px;
}

.service_s4container {
    background-image: url(../img/service_s4bg.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 72px;
    align-self: stretch;
}

.service_s4left {
    width: 275px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-left: 24px;
}

.service_s4right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    background-color: #FFFFFF;
}

.tab_top {
    display: flex;
    align-items: center;
    gap: 16px;
}

.select_button {
    padding: 15px 0px;
    color: var(--core-olive-300, #445C59);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    border-radius: 0px;
    font-weight: 500;
    line-height: normal;
}

.month_buttonbar {
    display: flex;
    flex-direction: row;
    gap: 8px;
    border: none;
}

.month_button {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border: none;
    background: var(--neutral-400, #EEE);
    color: var(--core-near-black, #0E0E0E);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.month_button.active {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border: none;
    background: var(--core-olive-200, #44877F);
    color: var(--core-near-black, #FFFFFF);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.swipe_tabletext {
    display: none;
}

/* Service CSS End */




/* Home Page Start*/
.banner-video {
    display: flex;
    justify-content: center;
}

.banner-video video {
    object-fit: fill;
    max-width: 100%;
}

.banner-video .header_container {
    position: absolute;
    justify-content: center;
    display: flex;
    margin: auto;
}

.title_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.product_bar img {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}
.product_bar:hover img {
    transform: scale(1);
}
.product_bar:hover .product_infobar {
    padding: 21px 40px 40px 40px;
}
.product_bar:hover .btn_animater {
    color: var(--core-off-white, #8ACBC3);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0px;
    gap: 16px;
    transition: 0.5s all ease-in-out;
}
.product_bar:hover .btn_animater svg {
    transform: rotate(-90deg) translate(0px, -5px);
    transition: 0.5s all ease-in-out;
}
.product_bar:hover .btn_animater svg rect, .product_bar:hover .btn_animater svg path {
    stroke: #FFF;
    transition: 0.5s all ease-in-out;
}


.product_bar {
    min-width: 342px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--core-near-black, #0E0E0E);
    align-items: center;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}
.home_titlebar {
    display: flex;
    padding: 116px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
    flex: 1 0 0;
    align-self: stretch;
    background: linear-gradient(0deg, #0E0E0E 56.29%, rgba(14, 14, 14, 0.00) 158.68%);
    backdrop-filter: blur(8px);
}

.title_subtitlebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 780px;
}

.home_title {
    color: var(--core-off-white, #FBFBFB);
    text-align: center;
    font-family: Manrope;
    font-size: 64px;
    font-style: normal;
    margin: 0px;
    font-weight: 200;
    line-height: normal;
    margin: 0px;
    letter-spacing: 1.28px;
    text-transform: capitalize;
}

.home_subtitle {
    color: var(--core-olive-100, #8ACBC3);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    margin: 0px;
    font-weight: 400;
    line-height: 181.1%;
}

.button_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}


.home_button {
    display: flex;
    align-items: center;
    gap: 16px;
    border: none;
    background: none;
    border-radius: 0px;
    padding: 0px;
    color: var(--core-off-white, #FBFBFB);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.home_button:hover {
    display: flex;
    align-items: center;
    padding-right: 41px;
    border: none;
    background: none;
    padding: 0px;
    color: var(--core-off-white, #8ACBC3);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.home_button:hover .error_arrow {
    transform: rotate(270deg);
}

.home_button:hover .error_react {
    stroke: #FFFFFF;
}

.home_button:hover .error_path {
    stroke: #FFFFFF;
}


.scroll_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border: none;
    background: none;
    border-radius: 0px;
    padding: 0px;
    margin-top: -6px;
    color: var(--core-off-white, #FBFBFB);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.scroll_button:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 41px;
    border: none;
    background: none;
    padding: 0px;
    margin-top: -6px;
    color: var(--core-off-white, #8ACBC3);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.scroll_button:hover .scroll_vector {
    height: 48px;
    width: 1px;
    background-color: #FFFFFF;
}

.scroll_button:hover .scroll_path {
    stroke: #FFFFFF;
}

.section_s1 {
    margin-top: -6px;
    background-image: linear-gradient(to bottom, #F4F4F4 79%, #FBFBFB 21%);
}

.home_s1mobimg {
    display: none;
}

.s1_container {
    padding-top: 104px;
    display: flex;
    justify-content: space-between;
}

.homes1_textbar {
    display: flex;
    max-width: 489px;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
}

.section_s2 {
    background-color: #FBFBFB;
    display: flex;
    padding-right: 0px;
    align-items: center;
    gap: 207px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.section_s3 {
    background-color: #FBFBFB;
    display: flex;
    padding: 104px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    align-self: stretch;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.feature_direction {
    display: none;
}

.feature_productbar {
    padding-left: 315px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    overflow: hidden;
}


.product_infobar {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    transition: 0.5s all ease-in-out;
}

.p_titlebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
}

.product_desc {
    color: var(--core-olive-200, #44877F);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    margin: 0px;
    font-weight: 400;
    line-height: 181.1%;
}

.feature_title {
    color: var(--core-olive-300, #445C59);
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    margin: 0px;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: capitalize;
}

.section_s4 {
    background-image: url(../img/section_s4bg.svg);
    background-color: #FBFBFB;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: flex;
    gap: 77px;
    justify-content: flex-end;
    /*align-items: center;*/
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.s4_textbar {
    display: flex;
    width: 466px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 85px;
}

.section_s5 {
    background-color: #FBFBFB;
}

.s5_container {
    display: flex;
    padding: 155px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.faq_titlebar {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.faq_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.faq_top {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.faq_card {
    display: flex;
    padding: 0px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    flex: 1 0 0;
}

.faq_cardtitle {
    color: var(--core-olive-300, #445C59);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}


/* Login Start */
.login_bar {
    background-image: url(../img/signin_img.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding-left: 525px;
    padding-right: 81px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.form_bar {
    display: flex;
    width: 891px;
    padding: 204px 0px 204px 56px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
}

.button_bar {
    display: flex;
    gap: 24px;
}

.forgot_passbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

/* Modal */
.modal_outline {
    display: flex;
    justify-content: center;
}

.modal_content {
    width: auto;
    border-radius: 0px;
    background: var(--neutral-white, #FFF);
    box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}

.modal_body {
    display: flex;
    width: 517px;
    padding: 56px 56px 40px 56px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.modal_titlebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.modal_title {
    color: var(--core-near-black, #0E0E0E);
    text-align: center;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    margin: 0px;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: capitalize;
}

.modal_buttonbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 270px;
    text-align: center;
}

.modal_agree {
    color: var(--core-near-black, #0E0E0E);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    margin: 0px;
    font-weight: 500;
    line-height: 181.1%;
    text-transform: capitalize;
}

.modal_terms {
    color: #44877F;
    margin: 0px;
}

.signup_bar {
    background-image: url(../img/signup_img.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding-left: 555px;
    padding-right: 81px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.signup_formbar {
    display: flex;
    width: 891px;
    padding: 116px 0px 116px 56px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
}

.textbar_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.signup_agree{
    max-width: 270px;
}

.reset_bar {
    background-image: url(../img/reset_img.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding-left: 394px;
    padding-right: 81px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}