@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* font-family: "Tinos", serif; */
/* font-family: "Poppins", sans-serif;
font-family: "Inter", sans-serif;*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root{
    --default-trans:all 0.4s ease-in-out;
    --primary-font:"Poppins", sans-serif;
    --secondary-font:"Tinos", serif;
    --small-font:"Inter", sans-serif;
    --black:#000000;
    --white:#ffff;
    --orange:#FF7800;
    --navy-blue:#054CA3;
    --gray:#636363;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    font-family: sans-serif;
    /* 1 */

    -ms-text-size-adjust: 100%;
    /* 2 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow-x: hidden;
    font-family: var(--primary-font) !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--secondary-font) !important;
}
/**
 * Remove default margin.
 */

ul {
    list-style: none;
    padding-left:0 ;
}
a {
    text-decoration: none;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}
p{
    margin-bottom: 0;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */

    font: inherit;
    /* 2 */

    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */

    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */

    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */

    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder{
    color: inherit;
    opacity:0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{
    color: inherit;
    opacity:0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color: inherit;
    opacity:0.7;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}
a, button, input{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a{
    text-decoration:none !important;
}

/**********global css end*******/

/* #prelodaer{
    position: fixed;
    width: 100%;
    height: 100%;
    background:#fff;
    top: 0;
    left: 0;
    z-index: 999;
} */
.container {
  position: relative;
  max-width:1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100% !important;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999; /* Ensure it's on top of other elements */
}
.cus-error-msg {
    font-size: 14px;
    color: #fa7600;
}

.final-plan-submit .cus-error-msg {
    color: #f00;
    text-align: left;
    margin-top: 20px;
    position: absolute;
    left: 0;
}

.housedesignmain h3 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
}

.housedesignmain ul {
    padding-bottom: 20px;
    padding-top: 6px;
}

.housedesignmain ul li {
    padding-bottom: 10px;
}

.housedesignmain ul li a {
    display: inline-flex;
    gap: 10px;
    color: #666;
}

.housedesignmain ul li a:hover {
    color: #ff7800;
}

.housedesignmain ul li a:hover {
    text-decoration: none !important;
}

.housedesignmain ul li {
    list-style-type: disc;
}

.housedesignmain ul li a img {
    height: 20px !important;
}

/*====================================== Start navigation ========================================*/
.login-sec,.otp-sec{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100vh;
}
.otp-sec{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-text{
    text-align: center;
    position: relative;
    z-index: 99;
}
.footer-text p{
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26.88px;
    text-align: center;
    font-family: var(--small-font);
}
.footer-text p a{
    transition: var(--default-trans);
    color: var(--white);
}
.login-img img{
    margin: 0 auto;
}
.footer-text p a:hover{
    color: var(--orange);
}
.login-sec .row{
    align-items: center;
}
.login-img video {
    height: 350px;
    margin: 0 auto;
    display: block;
}
.login-sec-holder{
    min-height: calc(100vh - 27px);
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.login-sec-holder .row>* {
    display: flex;
    min-height: 100vh;
    align-items: center;
}


.log-in-title h2{
    font-family: var(--secondary-font);
    font-size: 55px;
    font-weight: 700;
    line-height: 71.29px;
    text-align: center;
    color: var(--white);
    margin-bottom: 35px;
    margin-top: 30px;
}
.log-in-title p{
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.right-login{
    position: absolute;
    max-width: 660px;;
    height: 100%;
    background: rgba(255,255,255,0.3);
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(3px);
}
.right-login p{
    text-align: center;
}
.right-login p a{
    color: var(--black);
    text-decoration: underline !important;
    display: inline-block;
}
.right-login p a:hover{
    color: var(--orange);
}
.right-login form {
    min-width: 485px;
    padding: 0 90px;
}
.right-login h2{
    font-size: 66px;
    font-weight: 700;
    line-height: 86px;
    text-align: center;
    color: var(--navy-blue);
    margin-bottom: 35px;
}
.right-login input{
    background: var(--white);
    width: 100%;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    text-align: left;
    color: var(--gray);
    padding: 17px 35px;
    border: none;
}
.check-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.check-input-wrapper a{
    color: var(--black);
    transition: var(--default-trans);
}
.check-input-wrapper label{
    margin-bottom: 0 !important;
    line-height: 35px !important;
}
.check-input-wrapper label input{
    width: auto;
}
.check-input-wrapper a:hover{
    color: var(--orange);
}
.right-login .input-wrapper{
    margin-bottom: 20px;
}
.right-login label{
    display: block;
    margin-bottom: 10px;
    color: var(--black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 31px;
    text-align: left;
}
.input-wrapper{
    position:relative;
}
.input-wrapper .eye-on,.input-wrapper .eye-off{
    position:absolute;
    right:10px;
    top:71%;
    transform:translate(0,-50%);
    color:black;
    font-size:18px;
    display:inline-block;
}
.input-wrapper .eye-off{
    display:none;
}
.right-login input[type="submit"]{
    background: var(--orange);
    color: var(--white);
    transition: var(--default-trans);
    border: 2px solid transparent;
    text-align: center;
}
.right-login input[type="submit"]:hover{
    border: 2px solid var(--orange);
    background: var(--white);
    color: var(--orange);
}

.iti.iti--allow-dropdown{
    width: 100%;
  }
  .iti.iti--allow-dropdown input{
    width: 100%;
  }
/*====================================== end navigation ========================================*/

/*////////////////////////////////////////////////// otp.html start /////////////////////////////////////////// */
.otp-container {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.form-holder {
    min-width: 500px;
    background: wheat;
    padding: 50px;
    border-radius: 20px;
}
.otp-sec .logo-box{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100px;
    height: 100px;
}
.otp-sec .logo-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.form-holder h2 {
    text-align: center;
    margin-bottom: 20px;
}
.otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: border-color 0.3s;
}
.otp-input.error {
    border-color: red;
}
.otp-input:focus {
    border-color: #007bff;
}
.otp-container input::-webkit-outer-spin-button,
.otp-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.otp-container input[type=number] {
  -moz-appearance: textfield;
}
.otp-container input[type="submit"]{
    padding: 12px 15px;
    border-radius: 10px;
    background: var(--orange);
    color: var(--white);
    font-weight: 600;
    border: none;
    transition: var(--default-trans);
}
/*////////////////////////////////////////////////// otp-html ends /////////////////////////////////////////// */

/*////////////////////////////////////////////////// e-content-html start /////////////////////////////////////////// */
.e-content-sec,.building-sec,.plan-sec{
    padding: 60px 0 25px;
    position: relative;
}
.e-content-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.e-content-holder-title h2 svg {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%) rotate(0deg);
}
.user-login-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    cursor: pointer;
}
.user-login-info p{
    margin-bottom: 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.user-login-info p span{
    font-weight: 700;
    display: inline-block;
}
.user-login-info ul{
    position: absolute;
    right: 0;
    bottom: -20px;
}
.user-login-info ul li a{
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color:var(--orange);
    transition: var(--default-trans);
    text-decoration: underline !important;
}
.user-login-info ul li a:hover{
    color: var(--navy-blue);
}
.user-login-info-img,.user-login-info-img img{
    border-radius: 50%;
}
.e-content-holder-title {
    text-align: center;
}
.e-content-holder-title h2 {
    font-size: 62px;
    font-weight: 700;
    line-height: 119.04px;
    text-align: center;
    position: relative;
    margin-right: -90%;
    z-index: 2;
}
.e-content-holder-title h2 span {
    color: var(--navy-blue);
    position: relative;
    z-index: 9;
}

.e-content-holder-title.steel-heading h2 span {
    font-size: 50px;
}
.site-logo{
    width: 100px;
    height: 100px;
}
.e-content-box-holder .row>*{
    margin: 15px 0;
}
.e-content-box{
    background:#EAF3FF;
    position: relative;
    text-align: left;
    height: 100%;
    cursor: not-allowed;
    box-shadow: 0px 4px 30px 2px #0000000D;
    transition: 0.5s;
}

.e-hosuedesign-holder .e-content-box {
    cursor: pointer !important;
    pointer-events: auto !important;
}
.e-content-box a{
    padding: 50px 23px;
    cursor: not-allowed;
    display: block;
    pointer-events: none;
}
.e-content-box h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 28px;
    color: var(--gray);
}
.e-content-box p{
    font-size: 18px;
    font-weight: 400;
    line-height: 34.56px;
    margin-bottom: 0px;
    color: var(--gray);
}

.e-hosuedesign-holder .e-content-box p {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.e-hosuedesign-holder .e-content-box p img {
    height: 20px !important;
}
.e-content-box span {
    -webkit-text-stroke: 2px var(--white);
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    font-weight: 700;
    line-height: 110px;
    text-align: left;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -15px;
}
.e-content-box.active,
.e-content-box-holder .row>*:first-child .e-content-box:hover,
.e-content-box-holder .row>*:nth-child(2) .e-content-box:hover,
.e-hosuedesign-holder .e-content-box:hover {
    background: var(--navy-blue);
    color: var(--white);
    transition: 0.5s;
}

.e-content-box-holder .row>*:first-child .e-content-box:hover h3,
.e-content-box-holder .row>*:first-child .e-content-box:hover p,
.e-content-box-holder .row>*:nth-child(2) .e-content-box:hover p,
.e-content-box-holder .row>*:nth-child(2) .e-content-box:hover h3,
.e-hosuedesign-holder .e-content-box:hover h3,
.e-hosuedesign-holder .e-content-box:hover p {
    color: var(--white);
}

.e-content-box-holder .row>*:first-child .e-content-box a,
.e-content-box-holder .row>*:nth-child(2) .e-content-box a,
.e-hosuedesign-holder .e-content-box a {
    cursor: pointer;
    pointer-events: auto;
}
.e-content-box.active a{
    cursor: pointer;
    pointer-events: auto;
}

.e-hosuedesign-holder .e-content-box:hover a {
    color: #ffffff;
}
.e-content-box.active span{
    -webkit-text-stroke: 2px #4A82C6;
}
.e-content-box.active h3,.e-content-box.active p{
    color: var(--white);
}
.e-content-holder {
    position: relative;
}
.side-pannel-img{
    height: 100%;
}
.side-pannel-img img{
   height: 98% !important;
}
.e-content-sec .footer-text p,.e-content-sec .footer-text p a,.building-sec .footer-text p,.building-sec .footer-text p a,.plan-sec .footer-text p,.plan-sec .footer-text p a,.estimation-report-sec .footer-text p,.estimation-report-sec .footer-text p a{
    color: var(--gray);
}
.e-content-sec .footer-text p a:hover,.building-sec .footer-text p a:hover,.plan-sec .footer-text p a:hover,.estimation-report-sec .footer-text p a:hover{
    color: var(--orange);
}
.e-content-holder>.row{
    margin-bottom: 45px;
}
/*////////////////////////////////////////////////// e-content-html ends /////////////////////////////////////////// */

/* //////////// launch eportal css start /////////////// */

.launch-eportal-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
}

.launch-eportal-wrapper figure img {
    margin: 0 auto 53px;
}

.launch-eportal-wrapper h1 {
    font-family: Tinos;
    font-size: 56px;
    font-weight: 700;
    line-height: 64.39px;
    margin-bottom: 56px;
}

.timer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Tinos;
    font-size: 117.82px;
    font-weight: 700;
    line-height: 135.48px;
    text-align: center;
    color: #252525;
    gap: 12px;
}

.timer-each-box {
    min-width: 218.7px;
    min-height: 218.7px;
    border-radius: 28.23px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.launch-btn {
    text-align: center;
    font-family: Tinos;
    font-size: 25.91px;
    font-weight: 700;
    line-height: 29.79px;
    color: #ffffff;
    background: #FF7800;
    border-radius: 8px;
    padding: 27px 59px;
    display: inline-block;
}

/*.launch-btn-wrap {
    display: none;
}*/

/* //////////// launch eportal css end /////////////// */

/*////////////////////////////////////////////////// building.html start /////////////////////////////////////////// */
.building-form {
    max-width: 965px;
    margin-left: auto;
    padding: 35px 80px;
    background: linear-gradient(108.09deg, #4F97F0 0%, #1D70D6 102.98%);
    box-shadow: 0px 10px 30px 2px #0000001A;
}
.building-sec .e-content-holder-title h2{
    margin-right: 0;
    text-align: left;
}
.building-sec .e-content-holder-title h2 svg {
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
}
.main-building-type,.radio-sub-details{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.input-radio-wrapper {
    display: flex;
    align-items: center;
}

.building-form input[type="radio"],.planbox-holder form input[type="radio"]{
    position: absolute; /* Hide the default radio button */
    opacity: 0;
    width: 0;
    height: 0;
}

.building-form input[type="radio"] + label,.planbox-holder form input[type="radio"] + label{
    display: inline-block;
    position: relative;
    padding-left: 30px; /* Space for the custom radio button */
    cursor: pointer;
    line-height: 1.5;
}

.building-form input[type="radio"] + label::before,.planbox-holder form input[type="radio"] + label::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #012E65; /* Border color when unchecked */
    background-color: transparent; /* Background color when unchecked */
    transition: background-color 0.3s, border-color 0.3s;
}
.sub-input-radio-wrapper label,.input-radio-wrapper label{
    font-size: 18px;
    font-weight: 400;
    line-height: 34.56px;
    text-align: left;
    color: var(--white);
    min-width: 180px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
/* .radio-sub-details,.main-building-type{
    margin-bottom: 20px;
} */
.building-form input[type="radio"]:checked + label::before,.planbox-holder form input[type="radio"]:checked + label::before{
    background-color: var(--orange); /* Background color when checked */
    border-color: #012E65; /* Border color when checked */
}
.building-type-catagory span,.radio-sub-catagory span{
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: var(--white);
    margin-bottom: 20px;
    display: inline-block;
}
.sub-input-radio-wrapper input[type="number"]{
    width: 85px;
    height: 40px;
    box-shadow: 2px 2px 10px 0px #00000026 inset;
    background: #E9F3FF;
}
.building-type-catagory,.radio-sub-catagory{
    min-width: 240px;
}
.next-step-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.next-step-btn .next-submit-btn input{
    display: block;
    padding: 17px 55px;
    color: var(--white);
    background: var(--orange);
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    border: 2px solid transparent;
    transition: var(--default-trans);
}
.next-step-btn .next-submit-btn input:hover{
    border: 2px solid var(--orange);
    color: var(--orange);
    background: var(--white);
}
.apartment-location-holder h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    font-family: var(--primary-font) !important;
    color: var(--white);
}
.apartment-location-holder label{
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: var(--white);
    min-width: 80px;
}
.apartment-location-holder select,.apartment-location-holder input{
    box-shadow: 2px 2px 10px 0px #00000026 inset;
    background: #E9F3FF;
    border: none;
    padding: 7px 16px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--gray);
    width: 100%;
    max-width: 200px;
}
.apartment-location {
    margin-bottom: 20px;
}
.apartment-location:last-child{
    margin-bottom: 0;
}
#apartment-box .next-step-btn{
    justify-content: space-between;
}
.building-form-holder{
    background: url(../eportal-images/building-img.png) no-repeat left;
    background-size: contain;
    padding: 20px 0;
    margin-bottom: 40px;
    min-height: 528px !important;
}
/*////////////////////////////////////////////////// building.html end /////////////////////////////////////////// */

/*////////////////////////////////////////////////// plan.html end /////////////////////////////////////////// */
.planbox {
    padding: 60px 0 40px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.planbox::after {
    position: absolute;
    background-color: #EAF3FF;
    width: 94%;
    margin: 0 auto;
    display: block;
    height: 100%;
    content: "";
    left: 50%;
    top: 0;
    transform: translate(-50%, 0px);
    z-index: -1;
}
.planbox-img{
    margin-bottom: 35px;
}
.planbox-img img {
    position: relative;
    box-shadow: 0px 6px 30px 0px #00000014;
    width: 100%;
    border-radius: 2px;
}
.plan-input-wrapper label{
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #333333;
}
.plan-input-wrapper{
    padding: 0 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}
.planbox-holder form input[type="radio"] + label::before {
    top: 6px;
    transform: translateY(-0%);
}
.plan-sec .e-content-holder-title h2 {
    position: relative;
    margin-right: -0% !important;
}
.plan-sec .e-content-holder-title h2 .l-svg{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%) rotate(0deg);
}
.plan-sec .e-content-holder-title h2 .r-svg{
    position: absolute;
    right: 0px;
    left: auto;
    top: 50%;
    transform: translate(0, -50%) rotate(0deg);
}
.final-plan-submit input[type="submit"]{
    padding: 18px 55px;
    background: var(--orange);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    border: 2px solid var(--white);
    transition: var(--default-trans);
}
.final-plan-submit{
    text-align: center;
    padding: 40px 0 45px;
    position: relative;
}
.final-plan-submit input[type="submit"]:hover{
    background: var(--white);
    color: var(--orange);
    border: 2px solid var(--orange);
}

.final-plan-submit a.back-add {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 400;
    background: #ff7800;
    padding: 18px 20px;
    border: 2px #ff7800 solid;
}

.final-plan-submit a.back-add:hover {
    background-color: transparent;
    color: #ff7800;
}

a.back-add {
    color: #ff7800;
    font-weight: 700;
    cursor: pointer !important;
}

.next-submit-btn a.back-add {
    padding: 17px 10px !important;
    width: auto !important;
    min-width: 95px !important;
}

/*.next-submit-btn a.back-add:hover {
    background-color: #ffffff !important;
    color: #ff7800 !important;
} */
/*////////////////////////////////////////////////// plan.html end /////////////////////////////////////////// */

/* <!-- ======================================= estimation-sec starts ======================================== --> */
.estimation-sec .building-form-holder{
    background: url(../eportal-images/estimation-img.png) no-repeat left;
}
.estimation-sec .radio-sub-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.estimation-sec .sub-input-radio-wrapper label,.estimation-sec .input-radio-wrapper label,.estimation-sec .building-type-catagory span,.estimation-sec .radio-sub-catagory span{
    margin-bottom: 0;
}
.estimation-sec .building-type-catagory,.estimation-sec .radio-sub-catagory,.estimation-sec .sub-input-radio-wrapper label,.estimation-sec .input-radio-wrapper label {
    min-width: 75px;
}
.building-sec .sub-input-radio-wrapper input[type="text"] {
    width: 90px;
    height: 35px;
    padding: 6px;
    border: none;
}
.estimation-sec .redar-sub-details h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 61.44px;
    text-align: left;
    color: var(--white);
    margin-bottom: 10px;
}
.redar-sub-details {
    margin-top: 45px;
}
.estimation-sec .measure-sec{
    max-width: 1005px;
    margin: 0 auto 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.estimation-sec .sub-input-radio-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.estimation-sec .sub-input-radio-wrapper label,.estimation-sec .input-radio-wrapper label{
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.sub-input-radio-wrapper input[type=number] {
  -moz-appearance: textfield;
  border: none;
  text-align: center;
}
.sub-input-radio-wrapper input[type=number]:focus,.sub-input-radio-wrapper input[type=number]:focus-within,.sub-input-radio-wrapper input[type=number]:focus-visible{
    border: none;
    outline: none;
}
.estimation-sec .building-form{
    background: linear-gradient(108.09deg, rgba(5, 76, 163, 0.7) 0%, rgba(29, 112, 214, 0.7) 102.98%);
    backdrop-filter: blur(13px);
    padding: 45px 70px 50px;
}
.estimation-sec .next-step-btn .next-submit-btn input,.estimation-sec .next-step-btn .next-submit-btn a {
    display: block;
    padding: 17px 55px;
    color: var(--white);
    background: var(--orange);
    font-size: 16px;
    min-width: 165px;
    width: 100%;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    border: 2px solid transparent;
    transition: var(--default-trans);
}
.estimation-sec .next-step-btn .next-submit-btn input:hover{
    border: 2px solid var(--orange);
    color: var(--orange);
    background: var(--white);
}
.estimation-sec .next-step-btn .next-submit-btn a {
    background-color: var(--orange);
    border: 2px solid var(--white);
    color: var(--white);
}
.estimation-sec .next-step-btn{
    margin-top: 35px;
}
.estimation-sec .next-step-btn .next-submit-btn{
    min-width: 275px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.estimation-sec .next-step-btn .next-submit-btn:nth-child(1) a:hover{
    background-color: transparent !important;
}
.estimation-sec .next-step-btn .next-submit-btn:nth-child(1) a{
    cursor: auto;
    /*background-color: transparent;*/
}
.estimation-sec .next-step-btn{
    justify-content: space-between;
}
/* <!-- ======================================= estimation-sec ends ======================================== --> */

/* <!-- ======================================= estimation-report-sec starts ======================================== --> */
.estimation-report-sec{
    padding: 80px 0px 30px;
}
.estimation-report-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 40px;
    background: #C9E1FF;
    border-right: 2px solid var(--white) ;
    position: relative;
}

.estimation-report-head img{
    width: 62px;
    height: 57px;
}
.estimation-report-head h1{
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 61.44px;
    text-align: center;
    color: #054CA3;
}
.estimation-report-head p{
    margin-bottom: 0;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}
.estimation-report-sec .table-striped>tbody>tr:nth-of-type(odd)>*{
    background-color:#EAF3FF !important;
    box-shadow: none !important;
}
.estimation-report-sec .table-striped>tbody>tr:nth-of-type(even)>*{
    background-color:#C9E1FF !important;
}
.estimation-report-sec .table-striped>tbody>tr{
    border: none !important;
    border-color: transparent !important;
}
.estimation-report-sec .table-striped>tbody>tr td:nth-child(1){
    width: 25%;
}
.estimation-report-sec .table-striped{
    margin-bottom: 43px;
}
.estimation-report-sec .table-striped>tbody>tr td img{
    margin:20px auto;
}
.estimation-report-sec .table-striped>tbody>tr td:nth-child(2){
    width: 50%;
}
.estimation-report-sec .table-striped>tbody>tr td:nth-child(3){
    width: 25%;
}
.estimation-report-sec .table-bordered>:not(caption)>*>*{
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #333333;
    border-top:none !important;
    border-right: 2px solid var(--white) !important;
}
@media print {
    .estimation-report-head .estimation-report-logo{
        float: left;
        width: 25%;
        text-align: left;
    }
    .estimation-report-head h1{
        float: left;
        width: 50%;
        text-align: center;
    }
    .estimation-report-head p{
        float: left;
        width: 25%;
        text-align: right;
        margin: 15px 0;
    }
}
/* <!-- ======================================= estimation-report-sec ends ======================================== --> */

.step-2 { display: none; }
.recovery-wrapper label {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
}
.recovery-wrapper{
    margin-bottom: 15px;
    text-align: center;
}
.step-2 .recovery-wrapper{
    margin-bottom: 25px;
}
.step-2 .recovery-wrapper:last-child{
    margin-bottom: 0;
}
.recovery-wrapper input{
    width: 100%;
    text-align: left;
    border-radius: 5px;
    padding: 15px 20px;
    border: none;
}
.recovery-wrapper input:focus-within,.recovery-wrapper .submit-step-1:focus-within{
    outline: none;
    border: none;
}
.recovery-wrapper .submit-step-1{
    border-radius: 5px;
    color: var(--white);
    padding: 15px 30px;
    background: var(--orange);
    border: 2px solid transparent;
    transition: var(--default-trans);
}
.recovery-wrapper .submit-step-1:hover,.recovery-wrapper input[type="submit"]:hover{
    background: var(--white);
    color: var(--orange);
    border: 2px solid var(--orange);
}
.recovery-form-holder{
    min-width: 500px;
    background: wheat;
    padding: 20px 35px;
    border-radius: 20px;
}
.recovery-wrapper input[type="submit"]{
    width: auto;
    margin: 0px auto 0;
    border-radius: 5px;
    color: var(--white);
    padding: 15px 30px;
    background: var(--orange);
    border: 2px solid transparent;
    transition: var(--default-trans);
}

.otp-sec-recovery {
    padding: 110px 0;
}
.estimation-report-sec ul{
    text-align: left;
    list-style: disc;
}
.estimation-report-sec ol{
    padding-left: 70px;
}
.estimation-report-sec ul span{
    background: yellow;
}
.estimation-report-sec ul span b{
    color: red;
    font-weight: 600 !important;
}
.table-details {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}
.table-details span{
    font-weight: 700;
}
.estimation-report-sec .footer-text p {
    font-size: 17px;
    font-weight: 700;
}

@media (max-width:520px) {
 .final-plan-submit a.back-add {
    position: relative;
    top: 0;
    transform: none;
    display: block;
    margin-top: 12px;
    max-width: 115px;
    margin-left: auto;
    margin-right: auto;
}

.final-plan-submit .cus-error-msg {
    right: 0;
    text-align: center;
}
}


/* RABI CSS */
.third_link p{
    margin-bottom: 0;
    color: #000;
}

.third_link p a{
    transition: 0.3s ease-in-out;
}

.third_link p a:hover{
    color: #ff7800 !important;
}
.footer-text-bottom {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.e-content-box.active, .e-content-box-holder .row>*:first-child .e-content-box:hover, .e-content-box-holder .row>*:nth-child(2) .e-content-box:hover, .e-hosuedesign-holder .e-content-box:hover, .e-content-box-holder .row>*:nth-child(3) .e-content-box:hover {
    background: var(--navy-blue);
    color: var(--white);
    transition: 0.5s;
}
.e-content-box-holder .row>*:first-child .e-content-box a, .e-content-box-holder .row>*:nth-child(2) .e-content-box a, .e-hosuedesign-holder .e-content-box a, .e-content-box-holder .row>*:nth-child(3) .e-content-box a {
    cursor: pointer;
    pointer-events: auto;
}
.e-content-box-holder .row>*:first-child .e-content-box:hover h3, .e-content-box-holder .row>*:first-child .e-content-box:hover p, .e-content-box-holder .row>*:nth-child(2) .e-content-box:hover p,.e-content-box-holder .row>*:nth-child(3) .e-content-box:hover p, .e-content-box-holder .row>*:nth-child(2) .e-content-box:hover h3, .e-hosuedesign-holder .e-content-box:hover h3, .e-hosuedesign-holder .e-content-box:hover p,.e-content-box-holder .row>*:nth-child(3) .e-content-box:hover h3 {
    color: var(--white);
}
/* Bikram css 28.12.2024 */
.user-login-info-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.help-sec {
    position: relative;
    width: 100%;
    text-align: center;
}
.help-sec ul li a:hover {
    color: #ff7800;
}
.help-sec ul li a {
    color: white;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
}
.help-sec ul li:last-child {
    margin-bottom: 0;
}
.help-sec ul li {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}
.help-sec ul {
    padding: 15px;
    margin: 0;
    background: #054ca3;
    border-radius: 10px;
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 50%;
    top: 25px;
    min-width: 250px;
    text-align: left;
    display: none;
    transform: translate(-50%, 0);
}
.help-sec b i {
    margin-left: 3px;
}
.help-sec b {
    cursor: pointer;
}