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

body {
    width: 100%;
    font-size: 1.6rem;
    font-family: "Arial", sans-serif;
    color: #000000;
    line-height: 1.5;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Arial";
    margin-bottom: 1.5rem;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #21242d;
}

img {
    vertical-align: middle;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

div:where(.swal2-container) .swal2-html-container,
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm,
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 1.6rem !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #01916d !important;
}

.container {
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.logo-img {
    max-width: 16rem;
    width: 100%;
    object-fit: contain;
}

.header {
    position: sticky;
    top: 0;
    padding-inline: 6.5rem;
    padding-block: 3.5rem;
    z-index: 1000;
    background-color: #fff !important;
    border-bottom: 0.1rem solid #dde1e6;
}

.navbar .navbar-actions {
    display: flex;
    align-items: center;
    gap: 9rem;
}

.navbar .search-icon {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}

.navbar .myprofile-icon {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: cover;
    border-radius: 50%;
    border: 0.2rem solid #dfdfdf;
}

ul.dropdown-menu.locations {
    min-width: 20rem;
    width: 100%;
    padding: 0;
}

ul.dropdown-menu.locations a {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
}

ul.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 9rem;
}

span.location-title {
    font-size: 2rem;
    font-weight: 400;
    color: #333333;
}

.dropdown.locate,
.nav-item.box {
    display: none;
}

body.home .dropdown.locate,
body.home .nav-item.box {
    display: block;
}

.ROI-btn {
    max-width: 98rem;
    width: 100%;
    margin: 0 auto;
}

span.pro {
    font-size: 2rem;
    font-weight: 400;
    color: #333333;
}

span.product-gen {
    font-size: 2rem;
    font-weight: 400;
    padding-inline: 2rem;
    color: #33333399;
}

button.btn.btn-primary,
button.btn.btn-secondary {
    border-radius: 0.6rem;
    color: #fff;
    height: 4rem;
    margin-top: 5rem;
    font-size: 2rem;
    font-weight: 400;
}

button.btn.btn-primary {
    background-color: #01916d;
}

button.btn.btn-secondary {
    background-color: #252525;
}

.offsetModal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    max-width: 400px;
    width: 100%;
    margin-block: 0;
}

.offsetModal .modal-header {
    justify-content: space-between;
}

.offsetModal .modal-header .modal-title {
    font-weight: 700;
    font-size: 2rem;
}

.offsetModal .modal-header button.close {
    font-size: 3rem;
}

.offsetModal button.btn.btn-primary,
.offsetModal button.btn.btn-secondary {
    margin-top: 0;
}

.offsetModal input {
    border: 0;
    outline: 0;
    border: 0.1rem solid #ccc;
    padding: 0.75rem 1.5rem;
    width: 100%;
}

.button-logo {
    width: 2rem;
    height: 2rem;
}

.location-img {
    max-width: 2rem;
}

.breadcrumbs {
    margin-bottom: 4rem;
}

.breadcrumbs li,
.breadcrumbs a {
    font-size: 2rem;
    color: #33333399;
}

.breadcrumbs li {
    color: #333333;
}

.breadcrumbs img {
    max-width: 2rem;
    margin-left: 0.8rem;
    margin-right: 2rem;
}

section.page {
    padding: 5rem;
}

.profile {
    cursor: pointer;
}

#profile_image {
    padding: 0.7rem;
}

#profile_image::file-selector-button {
    border: 0;
    color: #ffffff;
    background: #01916d;
    cursor: pointer;
}

.form-group.form-detail .card {
    border: unset !important;
}

.page.home .wrapper,
.page.products .wrapper {
    max-width: 98rem;
    width: 100%;
    margin-inline: auto;
}

.page.home button.get-roi {
    height: 6rem;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    background: #01916d;
    width: 100%;
    border-radius: 0.6rem;
    box-shadow: 0 0.1rem 0.2rem #00000040;
    margin-bottom: 8.5rem;
}

.page.home .card {
    border-radius: 7px;
    background: #f5f5f557;
}

.page.home .card-inner,
.page.products .card-inner {
    max-width: 40rem;
    width: 100%;
    margin-inline: auto;
}

img.card-img-top {
    height: 20rem;
    width: 100%;
    object-fit: contain;
    border-radius: 1.6rem 1.6rem 0 0;
    margin-bottom: 4rem;
}

.form-detail {
    padding-top: 4rem;
}

.product-detail {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.card-title {
    font-weight: 700;
    color: #01916d;
    font-size: 2.4rem;
}

.card-text {
    font-weight: 400;
    font-size: 2rem;
    color: #333333;
}

.Content {
    font-size: 1.6rem;
    font-weight: 400;
    color: #85858599;
}

.page-detail {
    font-size: 1.6rem;
    font-weight: 400;
    color: #21272a;
}

.subcontent {
    font-size: 1.5rem;
    font-weight: 400;
    color: #85858599;
}

hr.divider {
    border: 0;
    border-bottom: 0.1rem solid #dde1e6;
    margin-block: 3rem;
}

.btn-send {
    display: grid;
    place-items: center;
    min-height: 5rem;
    height: 100%;
    width: 100%;
    font-size: 2rem;
    border-radius: 0.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    background-color: #01916d !important;
    color: #ffffff !important;
}

.customer-heading {
    font-size: 3.4rem;
    font-weight: 700;
    padding-left: 0.5rem;
    color: #333333;
    padding-bottom: 4rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
    max-width: 22rem !important;
    width: 100%;
    height: 4rem;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #01916d !important;
    color: #ffffff !important;
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    max-width: 22rem !important;
    width: 100%;
    height: 4rem;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #ffffff !important;
    color: #333333 !important;
    border: 0.1rem solid #01916d;
}

.nav-pills .nav-item:not(:last-child) {
    margin-right: 3rem;
}

.btn-row {
    margin-top: 2rem;
}

span.stand-4c {
    font-size: 1.5rem;
    font-weight: 400;
}

img.cross {
    max-width: 2.8rem;
    width: 100%;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: #01916d;
}

.form {
    background-color: #fff;
    max-width: 144rem;
    width: 100%;
    border-radius: 1.2rem;
}

.card-container {
    border: 0;
}

.bindings {
    display: flex;
    gap: 0.5rem;
    text-transform: uppercase;
    padding-inline: 1rem;
}

.form-group input {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
    box-shadow: none !important;
}

.form-group1 input {
    font-size: 1.6rem;
    font-weight: 400;
    border: none;
}

.control {
    padding: 1.5rem;
}

.form-select {
    background-image: url("../images/caret-down.png") !important;
    background-size: 2rem;
}

select.form-select.control {
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #333333;
}

select.form-select.control:focus {
    box-shadow: none;
}

.form-label {
    margin-top: -1.7rem;
}

/* home 3 css */
.product1 {
    display: flex;
    max-width: 60rem;
    width: 100%;
    padding-inline: 5rem;
}

label.data {
    margin-top: 2.2rem;
}

ul.product img {
    width: 1.8rem;
}

h2.heading {
    margin-top: 4.5rem;
    font-size: 1.7rem;
    font-weight: 700;
    color: #333333;
}

.default-button {
    position: relative;
    display: inline-block;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.default-button span {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    padding: 0.3rem 1.25rem;
    background: #01916d;
    color: #fff;
    display: flex;
    gap: 1rem;
    border-radius: 0.6rem;
}

img.save-img {
    width: 1.8rem;
    object-fit: contain;
}

.download-button {
    position: relative;
    display: inline-block;
    background: transparent;
    width: auto;
    height: auto;
    border: none;
    padding: 0.7rem;
    cursor: pointer;
}

.button-row {
    margin-top: 6rem;
}

.download-button span {
    font-size: 1.6rem;
    font-weight: 400;
}

.share-button span {
    font-size: 1.6rem;
    font-weight: 400;
}

img.img {
    width: 1.6rem;
    margin-inline: 0.8rem;
}

input#form-data {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
}

.btn-compare {
    min-height: 6rem;
    height: 100%;
    max-width: 40rem;
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    background-color: #ffffff !important;
    color: #333333 !important;
    border: 0.3rem solid #01916d;
    border: 0.1rem solid #01916d;
    box-shadow: 0 0.1rem 0.2rem #00000040;
}

.page-title {
    margin-bottom: 5rem;
}

.page-title h1 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 2rem;
}

.page-sub-title {
    font-size: 1.6rem;
    color: #33333399;
}

.product-text {
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
}

.detailed-content {
    margin-bottom: 1rem;
}

label.gross {
    font-size: 2rem;
    color: #01916d;
    font-weight: 700;
}

.Roi {
    margin-top: unset;
}

.row.customer-detail {
    margin-bottom: 4rem;
}

.row.customer-detail .col-md-6 {
    position: relative;
}

.form_name {
    width: 92%;
    outline: 0;
    padding: 1rem;
    border: 0;
    border-bottom: 0.1rem solid #c1c7cd;
    box-shadow: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333333;
}

textarea.form_name {
    width: 100%;
    resize: none;
}

.controls.customer-form {
    max-width: 90rem;
    width: 100%;
}

.select-menu {
    max-width: 36rem;
    width: 100%;
}

.product-form {
    max-width: 70rem;
    width: 100%;
    margin: 0 auto;
}

.digital {
    max-width: 50rem;
    width: 100%;
    font-size: 1.5rem;
    color: #01916d;
}

input#form3Example2 {
    padding: 1.5rem;
}

.printing {
    font-size: 1.8rem;
    font-weight: 400;
    color: #01916d;
    margin-bottom: -1rem;
}

.form-data input {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
}

.download-file {
    max-width: 20rem;
    width: 100%;
    height: 3rem;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #01916d !important;
    color: #ffffff !important;
}

.download-file img {
    filter: invert(0) brightness(100);
}

.share-button {
    position: relative;
    display: inline-block;
    background: transparent;
    width: auto;
    height: auto;
    border: none;
    padding: 0.7rem;
    cursor: pointer;
    top: 3.5rem;
    left: 2.5rem;
}

.share-button2 {
    display: flex;
    background: transparent;
    border: 0;
    position: relative;
}

.share-button1 {
    position: relative;
    display: inline-block;
    background: transparent;
    width: auto;
    height: auto;
    border: none;
    cursor: pointer;
}

.modal-header.head {
    justify-content: end;
    border-bottom: 0;
}

.share-button1 span,
.share-button2 span {
    font-size: 1.6rem;
    font-weight: 400;
}

img.download-img {
    height: 2rem;
    padding-inline: 1rem;
}

li.top-detail {
    font-size: 2rem;
    font-weight: 400;
    color: #33333399;
}

li.top-detail img {
    width: 1.8rem;
    height: 1.8rem;
}

span.offset {
    font-size: 2rem;
    font-weight: 400;
    color: #333333;
}

.product-comp .cards-row {
    max-width: 130rem;
    width: 100%;
    margin-inline: -1.25rem;
    margin-bottom: 5rem;
}

.product-comp .top-section h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 2.4rem;
}

.product-comp .top-section p.comparison {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 4rem;
}

label.radio-inline {
    accent-color: #01916d;
    cursor: pointer;
}

label.radio-inline input {
    height: 2.4rem;
    width: 2.4rem;
    cursor: pointer;
    accent-color: #01916d;
}

.date {
    display: inline;
    padding-inline: 2rem;
}

.comparison-card {
    padding: 1.5rem;
}

.comparison-card .card-body {
    min-height: 10rem;
    border: 0.1rem solid #dde1e6;
    padding: 1.2rem 1.6rem;
    cursor: pointer;
}

.comparison-card .title {
    font-size: 2rem;
    color: #333333;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.comparison-card p {
    color: #333333;
    margin-bottom: 0;
}

.comparison-card .stand p {
    font-size: 1.5rem;
}

#specifyColor {
    accent-color: #01916d;
}

.form-control {
    border: 0;
}

.form-group.form-inputs {
    border: solid 0.1rem #cad1db;
    border-radius: 1.6rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

label.required.innerLabel {
    padding: 0;
    font-size: 1.2rem;
    font-weight: 400;
    color: #85858599;
    font-family: "Arial", sans-serif;
    padding-inline: 1rem;
}

.bindings.bordered {
    border: 0.2rem solid #cad1db;
    border-radius: 0.6rem;
}

.bindings.bordered .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.bindings.bordered .wrapper span {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
}

input.profit {
    max-width: 50rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
    padding: 1rem 1rem;
}

.form_wrapper {
    position: relative;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    /* background-image: url(../images/login-background.jpeg); */
    background-image: url(../images/login.jpg);
}

.form_wrapper .form {
    max-width: 59rem;
    margin-inline: auto;
    border-radius: 2.6rem;
    box-shadow: 0 0.4rem 0.4rem 0 #00000040;
}

.form_wrapper .back-btn {
    display: inline-block;
    margin-top: 2.5rem;
    margin-left: 4rem;
}

.form_wrapper.absolute .form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_wrapper .form-heading {
    margin-bottom: 3rem;
}

.form_wrapper .form-heading h2 {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}

.form_wrapper .form-sub-heading {
    margin-bottom: 0;
    text-align: center;
    color: #3a3a3a;
}

.login_form_wrapper.form_wrapper .form-sub-heading {
    text-align: left;
}

.form_wrapper .form-contents {
    max-width: 40rem;
    margin-inline: auto;
    padding-inline: 2rem;
    padding-top: 12.5rem;
    padding-bottom: 18rem;
}

.field label.label {
    font-size: 1.6rem;
    color: #000000;
    margin-left: 2rem;
}

.form-input {
    min-height: 4.8rem;
    border: 0.1rem solid #cad1db;
    font-size: 1.6rem;
    padding: 0 2rem;
    color: #333333;
}

.form-input:focus {
    border: 0.1rem solid #cad1db;
    box-shadow: none !important;
}

.form_button {
    font-size: 2rem;
    font-weight: 700;
    background-color: #01916d !important;
    color: #ffffff !important;
    margin-top: 6rem;
    width: 100%;
    height: 6rem;
}

.text-green {
    color: #01916d !important;
}

.links {
    margin-block: 1.5rem;
    text-align: right;
}

.form_wrapper.absolute .form.login {
    left: 5%;
    transform: translate(0, -50%);
}

.form_wrapper .form.login h2 {
    text-align: left;
}

.login .field label.label {
    margin-left: 0;
    margin-bottom: 1rem;
}

.field-wrapper:not(:last-child) {
    margin-bottom: 2.5rem;
}

.login-logo {
    max-width: 22.4rem;
    margin-bottom: 5rem;
}

a.forget_password {
    text-decoration: underline;
    font-size: 1.6rem;
    font-weight: 400;
}

.password-wrapper {
    position: relative;
}

.password-wrapper .toggle-password {
    position: absolute;
    right: 1rem;
    top: 1.3rem;
    max-width: 2.4rem;
    cursor: pointer;
}

.change-password .password-wrapper .toggle-password {
    right: 4rem;
}

.otp_form_wrapper.form_wrapper .form-heading h2 {
    margin-bottom: 3rem;
}

/* menu links */
.my_profile {
    position: absolute;
    max-width: 30rem;
    width: 100%;
    border-radius: 0.8rem;
    top: calc(100% + 1.6rem);
    right: 0;
    background: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
}

.my_profile .user-profile-img {
    position: relative;
    display: block;
    height: 11rem;
    max-width: 11rem;
    border-radius: 50%;
    margin-inline: auto;
    border: 0.1rem solid #ddd;
    overflow: hidden;
    margin-bottom: 1.2rem;
}

.my_profile .user-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 0.1rem #ccc;
}

.my_profile label[for="upload-photo"] {
    display: grid;
    place-items: center;
    min-width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    background: #01916d;
    bottom: 0;
    right: 0;
    border: 0.2rem solid #fff;
    border-radius: 50%;
}

.my_profile label[for="upload-photo"] img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.profile-info {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333333;
}

.my_profile hr {
    border: 0;
    border-bottom: 0.1rem solid #e7e7e7;
}

.my_profile ul {
    padding: 1.5rem 2rem;
}

.my_profile ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my_profile ul li:not(:last-child) {
    margin-bottom: 1.25rem;
}

.my_profile ul .action {
    font-size: 1.5rem;
    font-weight: 400;
    color: #384042;
    margin-bottom: 0;
}

.my_profile ul .icon {
    height: 1.4rem;
    width: 1.4rem;
    border-right: 0.3rem solid #a0a7ba;
    border-bottom: 0.3rem solid #a0a7ba;
    transform: rotate(-45deg);
    margin: 0;
}

.my_profile ul li img {
    max-width: 2.4rem;
    margin-right: 1rem;
}

span.log {
    font-size: 1.6rem;
    font-weight: 700;
    color: #384042;
}

.menu.active {
    opacity: 1;
    visibility: visible;
}

.search-container {
    position: relative;
    background: #fff;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.8s;
}

.search-container .search-input {
    background: transparent;
    border: none;
    outline: none;
    width: 0;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 0.5rem 0;
    border-bottom: 0.1rem solid #dde1e6;
    transition: 800ms;
}

.search-container .search-input.expand {
    width: 20rem;
}

/* Custom CSS for removing borders and adding underlines */
.border-none {
    border: none !important;
    border-bottom: 0.1rem solid #ced4da !important;
    border-radius: 0 !important;
}

.underline {
    height: 0.1rem;
    background-color: #ced4da;
}

input#select-option {
    border: unset;
    padding: unset;
}

.form-select.select-dropdown {
    padding: 0.6rem 1rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #333333;
    border: unset;
    text-decoration: none;
    box-shadow: none;
    background-image: url(../images/caret-filled.png) !important;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: 98% 1rem;
}

.select-option {
    border-radius: 0.8rem;
    border: solid 0.1rem #cad1db;
    overflow: hidden;
    margin-bottom: 4.5rem;
}

.print-cost {
    border: solid 0.1rem #cad1db;
}

input#form_name\ form-data\ profit-per {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
    padding: 1rem;
}

.btn.proceed-btn {
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    background-color: #01916d !important;
    color: #ffffff !important;
    margin-top: 2rem;
    margin-inline: 4rem;
}

form#contact-form\ product-comp {
    max-width: 62rem;
    width: 100%;
}

.comparison-result {
    display: flex;
    max-width: 75rem;
    width: 100%;
    padding-inline: 5rem;
}

p.break {
    text-align: center;
    font-size: 1.6rem;
    color: grey;
    font-weight: 700;
}

input#form_data {
    border: unset;
}

input.gross-profit {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333333;
    border: 0.2rem solid #01916d;
    border-radius: 1rem;
}

label.profit_gross {
    font-size: 1.6rem;
    color: #01916d;
    font-weight: 700;
}

.modal-content.forgot-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.forgot-email {
    max-width: 42.5rem;
    width: 100%;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    align-items: center;
    padding-left: 2.5rem;
    color: #3a3a3a;
}

.btn.continue-btn {
    border-radius: 0.6rem;
    background-color: #01916d;
    color: #fff;
    height: 4rem;
    font-size: 1.6rem;
    font-weight: 400;
    width: 100%;
}

.email-address {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000;
}

.password-wrapper img {
    width: 2.4rem;
}

.password-wrapper img.eye-open {
    display: none;
}

.password-wrapper .toggle-password.active img.eye-close {
    display: none;
}

.password-wrapper .toggle-password.active img.eye-open {
    display: block;
}

/* OTP  */
.otp-fields {
    width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 2.8rem;
}

.otp-fields input {
    min-height: 4rem;
    max-width: 4rem;
    border: 0.1rem solid #01916d;
    border-radius: 0.5rem;
    width: calc(25% - 2rem);
    color: #01916d;
    outline: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.resend {
    font-size: 1.6rem;
    font-weight: 700;
    color: #3a3a3a;
    text-align: center;
}

/* Set New Password */
.form.set-new-password .field label.label {
    margin-left: 0;
    color: #33333399;
}

.form.set-new-password .form-input {
    min-height: 4rem;
    border: 0;
    padding: 0;
    border-radius: 0;
    border-bottom: 0.1rem solid #cad1db;
}

.form.set-new-password .password-wrapper img {
    right: 0;
}

.set_new_password_form_wrapper.form_wrapper .form-sub-heading {
    color: #3a3a3a99;
}

input.form_name[name="old_password"] + i,
input.form_name[name="new_password"] + i {
    display: none !important;
}

.verify {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    color: #3a3a3a;
    padding-bottom: 1rem;
}

label.control-label.pass {
    font-size: 1.6rem;
    font-weight: 400;
    color: #33333399;
}

.forgot-form {
    border-bottom: 0.1rem solid #e4e4e4;
    background: #fff;
    max-width: 59rem;
    width: 100%;
    max-height: 66.3rem;
    padding: 5rem;
    border-radius: 2.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 1rem;
    margin: 0 auto;
}

.check-img {
    width: 3.5rem;
    padding-top: 2rem;
    margin-left: 2rem;
}

.modal-header.success-head button {
    border: 0;
    background: transparent;
}

.modal-header.success-head button img {
    min-width: 4rem;
}

h2.set-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-block: 3.2rem;
}

.enter-otp {
    padding-top: 0 !important;
    text-align: center;
}

.ok-btn {
    border-radius: 1rem;
    background-color: #ffffff;
    color: #01916d;
    height: 6rem;
    font-size: 2rem;
    font-weight: 400;
    max-width: 40rem;
    width: 100%;
    text-align: center;
    margin-inline: 6rem;
    margin-top: 2rem;
}

.ok-btn:hover {
    background-color: #fff;
    color: #01916d;
}

label.label {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    color: #333333cc;
}

.modal-content.success {
    min-height: 65rem;
    max-width: 59rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background-color: transparent;
    padding-inline: 2.5rem;
}

.success-content {
    width: 100%;
    padding-block: 3rem;
    border-radius: 2.5rem;
    background-color: #01916d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-content .contents {
    width: 100%;
}

.success-ok-btn {
    display: block;
    border-radius: 0.6rem;
    background-color: #ffffff;
    color: #01916d;
    padding: 1.5rem;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin-top: 5rem;
}

.back-btn img {
    width: 2.8rem;
    height: 2.8rem;
}

.back-btn > span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #01916d;
}

.login_form_wrapper.form_wrapper .back-btn {
    display: none;
}

.back-button {
    margin-bottom: 2.5rem;
}

.success-ok-btn:hover {
    background-color: #fff;
    color: #01916d;
}

.modal-header.success-head {
    display: flex;
    justify-content: end;
    background-color: #01916d;
    border-bottom: 0.1rem solid #85858599;
}

.error-message {
    color: red;
}

/* shere icon */
.st-sticky-share-buttons {
    display: none !important;
}

.currencysymbole .form-group input {
    text-transform: uppercase;
    display: inline-block;
    width: auto;
}

.currencysymbole .form-group label {
    display: block;
}

.currencysymbole .showcurrency {
    float: left;
    display: inline-block;
    padding: 0.375rem 0 0.375rem 0.85rem;
}

.modal-dialog.customised {
    max-width: unset;
    justify-content: center;
    padding-inline: 2.5rem;
}

.modal-content.compare {
    max-width: 61rem;
    width: 100%;
    min-height: 40rem;
    margin-inline: auto;
    position: relative;
    border-radius: 1.6rem;
    border: 0;
}

.modal-button {
    display: block;
    width: 100%;
    border: 0.1rem solid #01916d;
    border-radius: 0.6rem;
    font-size: 1.7rem;
    text-align: center;
    color: #333333;
    padding: 1.6rem;
}

.modal-body.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body .contents {
    width: 100%;
    padding-inline: 9rem;
}

p.or {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 400;
    margin-block: 3rem;
}

button.close {
    border: 0;
    outline: 0;
    background: transparent;
}

#share-buttons {
    position: relative;
}

.sharethis-inline-share-buttons {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    position: absolute;
    bottom: 1rem;
    min-width: 20rem;
    z-index: 999 !important;
}

.dropdown-toggle.disabled::after {
    display: none;
}

.comparison-res .form-group.form-inputs {
    min-height: 5.6rem;
    max-width: 17.5rem;
    padding: 0.8rem 0;
}

.comparison-res .form-group.form-inputs {
    min-height: 5.6rem;
    max-width: 17.5rem;
    padding: 0.8rem 0;
}

.comparison-res .bindings.bordered {
    border: 0.2rem solid #01916d;
}

.comparison-res .values {
    margin-bottom: 3rem;
}

.comparison-card .form-group {
    position: relative;
    padding-right: 3rem;
}

.comparison-card .form-group .actions {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comparison-card .form-group .actions .edit-offset-press {
    text-align: center;
    border: 0;
    outline: 0;
    background: transparent;
    cursor: pointer;
}

.product-comp .edit-icon {
    font-size: 1.5rem;
}

.offset-name {
    font-weight: 600;
    color: #6e6e6e;
}

.comparison-card .edit-offset-press .edit-icon,
.comparison-card .edit-offset-press .delete-icon {
    color: #01916d;
}

.comparison-card .form-group {
    justify-content: space-between;
}

.browser-time {
    margin-top: -2.4rem;
    text-align: right;
}

.bindings {
    position: relative;
}

.bindings:has(select)::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 20px;
    transform: translateY(-50%) rotate(135deg);
    height: 10px;
    width: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    pointer-events: none;
}

.form-group.form-inputs:has(input[type="text"][readonly]),
.form-group.form-inputs:has(input[type="text"][readonly]) * {
    background: #eee;
}

/* For Phase 2 */


.page.home button.get-roi-automation {
    height: 6rem;
    font-size: 2rem;
    font-weight: 400;
    color: #01916d !important;
    background: white !important;
    border:1px solid  #01916d !important;
    width: 100%;
    border-radius: 0.6rem;
    box-shadow: 0 0.1rem 0.2rem #00000040;
    margin-bottom: 8.5rem;
} 


/* Example: highlight the active item */
/*  */


.calcalculatepercentage{
    border: 1px solid #ccc;
    width: 35px;
    text-align: center;
    border-radius: 4px;
}

.automation h4.text-center.text_title {
    display: flex;
    align-items: center;
    gap: 4px;
}

.highlight-text.month input{
    max-width: 35px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #01916D;
    color: #01916D ;
    outline: none;
}

.roi-data{
    display: flex;
    align-items: center;
    gap: 5px;
}
.roi-data-head td{
    padding: 0;
}