
/* bootstrap */

html {
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

button,
select {
    text-transform: none;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    /* color: #212529; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    /* border: 1px solid transparent; */
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.otpSection .btn{ background-color: transparent;border: 1px solid transparent; }

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.w-100 {
    width: 100%!important;
}

.p-0 {
    padding: 0!important;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.bg-white {
    background-color: #fff!important;
}

.sub-header {
    padding: 16px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    row-gap: 16px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important;
}

figure {
    margin: 0 0 1rem;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


/* ***********************************************************************************************************bootstrap end********************** */

/* @import url("https://super.homelane.com/css/Lato.css"); */
.formWrap {
    max-width: 600px;
    margin: 0px auto;
}
.checkWrap3>label {
    color: #4A4A4A;
  /* font-family: Lato; */
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
}
#whatsapp2 {
    float: left;
    width: auto;
    margin: 5px 5px 0 0;
    height: 14px;
    width: 14px;
    background-color: white;
    border: 1px solid #4a4a4a !important;
    padding: 0px;
}
#generateEstimateBtn:disabled{
    background:#F5F8FB;
    color: #212121;
    opacity: 0.5;
}
#generateEstimateBtn{
    background: #E71C24;
    color : white;
    border-radius: 0px;
}
a:hover, a:visited{
    text-decoration:none!important;
}
.estimateWrap {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    font-family: 'Lato', sans-serif;
    color: #212121;
    max-width: 500px;
    margin: 0px auto;
    overflow-x: hidden; 
    /* margin-bottom: 60px; */
    position: relative;
    width: 100%;
}


.headerWrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #ffffff;
    box-shadow: 0 0 5px 1px rgba(204, 204, 204, .5);
    
}

.app-header,
.acc-header {
    box-shadow: 0 0 5px 1px rgba(204, 204, 204, .5);
    height: 60px;
    background-color: #ffffff;
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
}

.headerWrap h2 {
    margin: 10px;
    padding-left: 15px;
    font-weight: normal;
    font-size: 18px;
}
.headerWrap .backbtn{margin-left:8px;padding-top: 4px;margin-right: 8px;}

.leftArrow {
    background-image: url("icons/left-arrow.png");
    height: 16px;
    width: 16px;
    margin: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.headerLogoImg{
    height: 40px;
    width: 144px;
}
.progressBarContainer {
    background: #F5F8FB;
    margin-bottom: 15px;
    margin-top: 60px;
}

.progressBar {
    height: 4px;
    margin-top: 0;
    background-color: #E71C24 !important;
}

.banner{
    height: 30vh;
    min-height: 30vh;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-top: 60px;
    background-size: cover;
}

.banner.cityBgImg{
    height: 100vw;
    position: relative;
}

.banner.cityBgImg.guaranteedCampaign{
    background-image: url('https://super.homelane.com/updatedwebp/gfe/GFEmobile.webp');
}

.banner.cityBgImg.msdCampaign{
    background-image: url('https://super.homelane.com/updatedwebp/gfe/MSD_GFE_mobile.webp');
}

.banner .banner-title{
    width: 162px;
    height: auto;
    margin-left: 16px;
    padding-top: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.banner .banner-title.city{
    width: 50vw;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    padding-top: 30px;
    margin-left: 35px;
}

.banner-tnc {
    position: absolute;
    bottom: 10px;
    color: #ffffff;
    font-size: 11px;
    line-height: 24px;
    padding-left: 35px;
}

.step1FromContainer {
    position: relative;
}

.topCaptionContainer {
    
    /* height: 36px; */
    margin-top: 20px;
    color: #8C8C8C;
    /* font-family: Lato; */
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
}
.topCaptionContainer .steps_textheading{
    margin-left:16px;
    color: #8C8C8C;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.topCaptionContainer .steps_revamptextheading{
    margin-left:16px;
    color: #222222;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.topCaptionContainer .steps_revamptextheading span{
    color: #E71C24;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.topCaptionContainer .steps_subtext{
    margin-left:16px;
    color: #878787;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.topCaptionContainer .steps_textheading.step1{
    font-size: 22px;
    color: #000;
    margin-bottom: 12px;
}

.topCaptionContainer>div {
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
}

.topCaptionContainer>div:last-child {
    font-weight: normal;
}
.layout-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    height: 175px;
}

.footerForm {
    height: 50px;
 
    color: white;
    padding: 15px;
    border-style: none;
    font-size: 14px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left:0;
  
    width: 100%;
    
    z-index: 1106;
}
.footerForm.step1btn{
    display: block;
    position: relative !important;
    background-color: #e71c24 !important;
    color: #fff !important;
    margin-top: 30px;
    width: 91%;
    margin: 35px auto 30px;
    border-radius: 8px !important;
}

.update-estimate {
    color: white;
    padding: 15px;
    border-radius: unset;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    outline: none !important;
}

@media (min-width: 768px) {
    .update-estimate {
        position: absolute !important;
        max-width: 100% !important;
    }
}


.headerOption {
  height: 19px;
  width: 100%;
  color: #222222;
  /* font-family: Lato; */
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  padding-left: 16px;
  /* margin-top: 32px; */
  margin-top: 22px;

}

.headerOption.stepV2Orv3 {
    margin-top: 18px;
}

@media (min-width: 768px) {
    .headerOption {
        display: none;
    }
    .optionWrap2 {
        padding: 0 !important;
    }
}

.optionWrap1,
.optionWrap3,
.optionWrap4 {
    display: grid;
    padding: 0px 18px;
}
.optionWrap1{
    /* height: 32px; */
    margin-top:16px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    
}
.optionWrap1.low-margin{
    margin-top: 10px !important;
}
.headerOption.stepV2Orv3 .optionWrap1{
    height: 42px;
    margin-bottom:35px;
}
.optionWrap2 {
    padding: 0 20px;
}
/* 
.inputWrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    margin-top: 30px;
} */

/* .inputWrap:first-child {
    margin-top: 0;
} */

/* .inputWrap label {
    margin-bottom: 18px;
    color: #868686;
    font-size: 13px;
    padding: 0px;
    width: 100%;
    cursor: pointer;
} */

/* .inputWrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radioCustom {
    position: absolute;
    top: 2px;
    right: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #868686;
    border-radius: 50%;
    /* margin-right: 20px; */
    /* z-index: -1;
} */

.inputWrap:hover input~.radioCustom {
    /* background-color: #E0E0E0; */
} */

.inputWrap input:checked~.radioCustom {
    background-color: #E71C24;
    border-color: #E71C24;
}


.radio-toolbar {
    height: 32px;
    width: 76px;
    margin-top: 16px;
  }

.radio-toolbar.remove-margin {
margin-top: 0 !important;
}
  
.requirement .radio-toolbar {
    width: 104px;
    height: 50px;
}

.requirement .radio-toolbar label {
    width: 104px;
    height: 50px;
    padding-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
  .radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }
  
  .radio-toolbar label {
    display: inline-block;
    height: 32px;
  
    width: 76px;
    box-sizing: border-box;
    border: 1px solid #e71c24;
    border-radius: 6px;
    background-color: #ffffff;
  
    color: #e71c24;
    /* font-family: Lato; */
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
  }
  
  .radio-toolbar label:hover {
    background-color: #e71c24;
    color: white;
  }
  
  .radio-toolbar input[type="radio"]:checked + label {
    background-color: #e71c24;
    color: white;
  }

#renovate{
    position:absolute;
    left:15px;
    top:17px
}
.checkWrap1 {
    padding: 15px 0px;
    height: 20px;
    width: 150px;
    position: relative;
    border: 1px solid #979797;
    border-radius: 50px;
    margin: 10px 0px;
    text-align: center;
}

.checkWrap1 label {
    font-size: 12px;
    color: #212121;
    width: 100%;
    height: 20px;
    line-height: 20px;
    pointer-events: auto;
    cursor: pointer;
}

.checkWrap1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkCustom1 {

    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    z-index: -1;
}

.checkWrap1:hover input~.checkCustom1 {
    background-color: #E0E0E0;
}

.checkWrap1 input:checked~.checkCustom1 {
    background-color: #E71C24;
    color: white;
}

.textWrap {
    /* display: flex; */
    flex-direction: row;
    /* justify-content: space-between; */
    justify-content: flex-end;
    align-items: center;
    overflow: visible;
    flex-wrap: wrap;
}

.textWrap label {
   
  color: #888888;
  /* font-family: Lato; */
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 19px;
  padding-bottom:10px;


}

.textWrap input {
    
    font-size: 14px;
    border-style: none;
    padding-bottom: 5px;
    color: #9B9B9B;
    /* font-family: Lato; */
    /* text-transform: capitalize; */
}
#name0.form-input{
    margin-top: 16px;
}

.textWrap input,
.selectWrap select {
    
    border-radius: 0;
    border-bottom: 1px solid #cccccc !important;
    color: black;
    font-size: 14px;
    /* font-family: Lato; */
    height: 37px;
}

.textWrap input:focus {
    outline: none;
}

.checkWrap2 {
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    position: relative;
}

.checkWrap2 label,
.input-group label {
    color: #222222 !important;
    font-size: 13px;
    float: left;
    cursor: pointer;
    margin: 0;
    /* width: 94%; */
}

@media (min-width: 768px) {
    .input-group {
        padding: 32px 0 !important;
    }
    .checkWrap2 label, .input-group label {
        font-size: 14px !important;
        color: #222222 !important;
    }
}

.checkWrap2 input {
    font-size: 14px !important;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 22px;
    width: 100%;
    left:0;
}

.checkCustom2 {
    height: 24px;
    width: 24px;
    border: 1px solid #979797;
    margin-right: 0px;
    bottom: 25px;
    right: 0px;
    border-radius: 4px;
}

.checkWrap2,
.input-group {
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 32px 0;
    border-bottom: 1px solid  #E4E4E4;;
}
.optionWrap2  .input-group:last-child{
    margin-bottom: 20px;
}

.checkWrap2:first-child {
    padding-top: 0;
    margin-top: 24px;
}
/* .addMinusContainer{float:right;} */

.checkWrap2:hover input~.checkCustom2 {
    /* background-color: #E0E0E0; */
}

.checkWrap2 input:checked~.checkCustom2 {
    background-color: #E71C24;
    border-color: #E71C24;
}

.optionWrap3>div {
    margin-bottom: 25px;
}

.selectWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.selectWrap select {
    color:#9B9B9B;
    font-size: 12px;
    width: 100%;
    line-height: 0;
    border-style: none;
    background: none;
    cursor: pointer;
    text-align: left;
    
    line-height: 17px;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}

.selectWrap select option {
    border-style: none;
    outline: none;
}

.selectWrap select:focus {
    outline: none;
}

.signInWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.signInText {
    font-size: 13px;
    padding: 15px;
    text-align: center;


    height: 16px;

    color: #4A4A4A;
    /* font-family: Lato; */
    font-size: 13px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
}

.signInText a {
    color: #E71C24;
}

.signInFooter {
    line-height: 0;
    margin-top: 8px;
    margin-bottom: 20px;
}

.signInFooter a {
    color: #888888;
    font-size: 10px;
    text-decoration: underline;
}

.signInFooter a:first-child {
    border-right: 1px solid #888;
    padding-right: 10px;
    margin-right: 10px;
}

.logoWrap {
    /* display: flex;
    flex-direction: row; */
    margin-top:15px;
}

.logoSocial1 {
   
}

.logoSocial2 {

}

.logoSocial1,
.logoSocial2 {
    margin: 5px 10px;
    height: 48px;
    width: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: inline-block;
}

.errMsg {
    font-size: 12px;
    color: #E71C24;
    padding: 0;
    font-family: inherit;
    /* position: absolute;
top: 40px; */
    z-index: 1;
}

.errMsg.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.no-map-section {
    padding: 30px;
    background: rgba(0, 0, 0, 0.8);
    color: #212121;
    position: relative;
    height: 60%;
    border: 1px solid;
}

.no-map-section .content {
    /* position: relative; */
    background-color: #FFFFFF;
    padding: 30px 25px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 35px;
    right: 35px;
    z-index:100;
}

.no-map-section:after {
    content: "";
    position: absolute;
    height: 191px;
    bottom: 0;
    left: 50%;
    border-left: 2px dotted #fff;
}

.no-map-section .heading {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
}

.no-map-section .description {
    color: #212121;
    /* font-family: Lato; */
    font-size: 13px;
    line-height: 21px;
    margin-top: 10px;
    text-align: center;
}

.next-btn {
    color: #e71c24;
    /* font-family: Lato; */
    font-size: 13px;
    line-height: 16px;
    margin-top: 30px;
    text-align: center;
}

.pull-right {
    float: right;
}

.whatscard {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    background-color: #F7F7F7;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 99;
}

.MainWrapper {
    position: relative;
    top: 58px;
}
.whatsInclude_popUpSection{
    height: 85vh;
    overflow: scroll;
}
.hiddenOverFlow{
    overflow: hidden;
    height: calc(100vh - 20vh);
}
.scrollOverFlow{
    overflow: scroll;
    height: auto;
}
.section2 {
    height: 40%;
}

.test {
    margin: 0px;
    border: none;
    border-radius: 0px;
    padding: 0px;
}

.custButon {
    display: block !important;
    background-color: #E71C24;
    /* font-family: Lato; */
    font-size: 13px;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 !important;
    color: #fff;
    margin-bottom: 20px;
    height: 45px;
    /* text-transform: uppercase; */
    margin-top: 20px;
}

.hide {
    display: none;
}

.component-head {
    background: #F7F7F7;
    padding: 18px 15px;
    color: #e71c24;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    display: flex;
}

@media (max-width: 768px) {
    
    .whatsIncludedCard {
        border: 1px solid #E0E0E0;
        border-radius: 5px;
        background-color: #fff;
        margin: 10px 15px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .comfort-interiors {
        color: #4a4a4a;
        font-size: 16px;
        font-weight: bold;
        line-height: 16px;
        text-align: left;
    }

    .comfort-interiors .bold {
        font-weight: 700;
    }

    .price {
        color: #e71c24;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-align: right;
    }

    .balance-between {
        color: #838383;
        font-size: 12px;
        line-height: 15px;
        text-align: left;
    }

    .view-details {
        color: #4A4A4A;
        font-size: 14px;
        line-height: 15px;
        text-align: right;
        text-decoration: underline;
    }
}

.popular-badge {
    height: 17px;
    width: 69px;
    border-radius: 5px;
    background-color: #E71C24;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    padding: 2px 10px;
}

.displayFlex {
    display: flex;
    justify-content: space-between;
}

.row2 {
    padding: 5px 0px;
}

.rectangle {
    height: 78px;
    background-color: #F7F7F7;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    font-size: 10px;
    padding: 8px 0px;
}

.budget-estimate {
    font-size: 0.6em;
    line-height: 11px;
}

.budget-estimate > .curreny {
    color: #e71c24;
}

.estimateBtn {
    height:auto;
    font-size: 14px;
    color: #FFFFFF !important;
    background-color: #e71c24 !important;
    margin-top: 10px;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 8px;
    text-transform: uppercase;
}

.estimateBtn:focus,
.estimateBtn:hover {
    outline: none;
    color: #FFFFFF;
    box-shadow: none;
}

.kitchen,
.wardrobe,
.other-interior {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align:center;
}
.whatsIncludedCard .kitchen, .whatsIncludedCard .wardrobe, .whatsIncludedCard .other-interior {
    width: 33.33%;
}

.kitchen span,
.wardrobe span,
.other-interior span {
    padding-top: 0px !important;
}

.orangeColor {
    color: #E71C24;
}

.greyColor {
    font-size: 13px;
    font-weight: 500;
    color: #4A4A4A;
}

@media (max-width: 768px) {
    .ruppeeIcon {
    color: #E71C24;
    font-size: 13px;
    font-weight: 400;
    }

    .greyColor .ruppeeIcon {
        color: #E71C24;
        font-size: 11px;
    }

    .greyColor .price {
        color: #E71C24;
        font-size: 14px;
        font-weight: 700;
    }
}


.active .qtyColor,.active .orangeColor {
    color: #E71C24 !important;
    text-decoration: none;
    
}

.addMinusContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 2px;
    width: fit-content;
}

.addMinusContainer .sub-button,
.addMinusContainer .add-button {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #e71c24;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    cursor: pointer;
    line-height: 1;
    border: 1px solid;
    background-color: white;
}

.addMinusContainer .counter-textbox {
    width: 32px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 0;
}

.acc-add, .app-add {
    background-color: #E71C240A !important;
    color: #E71C24 !important;
    border-radius: 4px !important;
    padding: 8px 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    height: auto !important;
    width: auto !important;
    border: 0.8px solid #E71C247A !important;
}

.app-remove {
    background: #fff !important;
    color: #e71c24 !important;
    border: 1px solid #e71c24 !important;
    border-radius: 8px !important;
    padding: 8px 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    height: auto !important;
    width: auto !important;
}


.counter-textbox{
    height: 24px;
    margin: 0 5px;
    width: 24px;
    color: #4A4A4A;
    text-align: center;
    background-color: white;
    /* font-family: Lato; */
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
     border-style: none; 
     pointer-events: none;
     -webkit-text-fill-color:#4A4A4A;
     padding-bottom: 0;
     vertical-align: middle;
}

@media (min-width: 768px) {
    .counter-textbox {
        padding-top: 0 !important;
    }
}
#roomTabs svg {
    width: 27px;
}

.bedroomTab {
    margin-top: 30px;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.8;
}

.heading-row {
    display: flex;
    justify-content: flex-start;
    padding: 15px 15px 10px 15px;
    font-size: 18px;
    color: #212121;
    font-weight: bold;
    line-height: 22px;
    column-gap: 12px;
    align-items: center;
}

.heading-row .title-subtitle {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.heading-row .title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.heading-row .title .bold {
    font-weight: 700;
}

.heading-row .popularTag {
    background-color: #E71c24;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    margin-left: 8px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: normal;
}

.heading-row .price {
    font-size: 18px;
    line-height: 22px;
    text-align: right;
}

.sub-title {
    color: #838383;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
}

.rect-contain {
    background-color: #F7F7F7;
    display: flex;
    /* justify-content: space-evenly; */
    flex-direction: row;
    font-size: 10px;
    padding: 10px 0px 0px 0px;
}

.rect-contain .orangeColor {
    /* padding-top: 13px;
    padding-bottom: 13px; */
}

.qtyColor {
    color: #868686;
}

.m0 {
    margin: 0px;
}

.rect-contain .nav-tabs {
    border-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    margin-left: 0px;
    margin-right: 0px;
}

.category-estimate {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.p0 {
    padding: 0px;
}



.viewDetail2 .navTabs {
    display: flex;
    border: 1px solid #E71C24;
    border-radius: 8px;
    margin: 15px 16px;
    overflow: hidden;
}

.viewDetail2 .navTabs .navTabIndividual {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    color: #E71C24;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-right: 1px solid #E71C24;
}

.viewDetail2 .navTabs .navTabIndividual:last-child {
    border-right: none;
}

.viewDetail2 .navTabs .navTabIndividual.active {
    background-color: #E71C24;
    color: #fff;
    font-weight: 700;
}

.viewDetail2 .tab-content {
    padding: 20px 30px 20px 30px;
    margin-bottom: 10px;
    height: 500px;
}

.tab-desc {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #868686;
    line-height: 30px;
    font-weight: 500;
}

.blacktext {
    color: #000000;
}

.info {
    font-size: 12px;
    color: #868686;
}

.book-free-btn {
    position: absolute;
    bottom: 0;
    background: #e71c24;
    left: 0;
    right: 0;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    background-color: #e71c24;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    padding-top: 16px;
    padding-bottom: 16px;
}

.primaryColor {
    color: #e71c24;
}

.appliancepopup,
.accessoryPopUp {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0;
    /* border: 1px solid; */
    z-index: 99;
    overflow:auto;
}


.appliance-name {
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.add, .add:focus, .add:active {
    color: #E71C24;
    font-size: 12px;
    padding: 10px 20px;
    line-height: 15px;
    border-radius: 0px;
    border: 0.8px solid #E71C247A;
    background-color: #E71C240A;
}
.appliance{
        color: #e71c24 !important;
        font-size: 12px;
        padding: 10px 20px;
        line-height: 15px;
        border-radius: 0px;
        border: 1px solid #e71c24;
        background-color: #e71c24;
        border: 0.8px solid #E71C247A;
}
button.app-remove {
    background: #FFF;
    color: #e71c24 !important;
}
.app-content .col-6,
.acc-content .col-6 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.acc-close,
.app-close {
    margin-left: 20px;
    margin-top: 20px;
}

.popup-close {
    margin-left: 20px;
}

.acc-content .img-fluid,
.app-content .img-fluid {
    max-width: 100%;
    height: 128px !important;
}

.customizePopup {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    bottom: 0;
    /* z-index: 99999 */
}

.customizeHeader {
    display: flex;
    /* flex-direction: row; */
    /* justify-content: flex-start; */
    align-items: center;
    box-shadow: 0 0 5px 1px rgba(204, 204, 204, .5);
    height: 60px;
    position: fixed;
    width: 100%;
    /* left: 0; */
    /* right: 0; */
    z-index: 9999999;
    background-color: #fff;
}

.customize-content {
    width: 98%;
    margin: 0 auto;
    margin-top: 50px;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 60px;
}
.customize-content text{
    font-size: 11px;
    color: #000;
}
.customize-content .nav-tabs {
    border: none;
}

.st0 {
    fill: #7B7777;
}

.st1 {
    fill: #F29D1F;
}

.st2 {
    fill: #E23F26;
}

.st3 {
    fill: #7A7776;
}

.nav-logo {
    width: auto;
    height: 34px;
}

.nav-logo .st0{fill:#8CC0E5;}
.nav-logo .st1{fill:#284180;}
.nav-logo .st2{fill:#3777B6;}
.nav-logo .st3{fill:#E71C24;}
.nav-logo .st4{fill:#FFC766;}
.nav-logo .st5{fill:#F18E48;}

.phoneLogin {
    position: absolute;
    right: 20px;
    list-style: none;
}

li.phone svg,
li.phoneLogin svg {
    width: 22px;
    height: 22px;
    /* fill: #ef4626; */
    vertical-align: middle;
}

.cardtitle {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    border-bottom: 1px solid #E0E0E0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.card-text {
    padding-right: 15px;
    padding-left: 15px;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: space-between;
}
.card-text > .pull-right{
    color: #888;
    width: 65%;
    text-align: right;
}

.card-value {
    color: #888888;
    font-size: 12px;
    line-height: 15px;
}

.test.whatscard {
    padding-top: 0px;
    position: absolute;
    width: 100%;
    border: none;
}
.test.whatscard .cardbody{padding-top: 15px;}

.test .cardtitle {
    border-bottom: none;
}

.side-nav .header-block {
    padding-top: 15px;
    clear: both;
    padding: 16px;
    display: block !important;
    position: fixed;
    top: 0;
    width: 100%;
    clear: both;
    top: -5px;
}

.nav-options-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
    height: 91vh;
    overflow-y: scroll;
}

.main-header {
    padding: 24px 16px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    background: #474a50;
}

.main-header__block,
.main-header__left-wrapper,
.main-header__right-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.main-header__block,
.main-header__left-wrapper,
.main-header__right-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-header__left-wrapper,
.main-header__right-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.side-nav .opacity-none {
    line-height: 30px !important;
}

.main-header__link:first-child {
    margin-left: 0;
}

.main-header__link {
    padding: 3.2px 16px;
    font-weight: 500;
    font-size: 12px;
}

.main-header__link {
    color: #fffc;
    letter-spacing: -.12px;
}

.overlay-mobile-menu {
    opacity: .7;
    background: #000;
    position: absolute;
    height: 1000px;
    width: 100%;
    top: 0;
}

.overlay-whatsincluded {
    opacity: .6;
    background: #000;
    position: fixed;
    height: 100%;
    z-index: 99;
    width: 100%;
    top: 0px;
    right: 1px;
}

.side-nav {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    position: fixed;
    right: 0;
    display: block;
    width: 75%;
    height: 100%;
    top: 0px;
    z-index: 2;
    background-color: #fff;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    overflow-x: hidden;
    left: 0;
}

.side-nav.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow-y: scroll;
    display: block;
    width: 75%;
}

.navtop-menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding-left: 0px;
}

.opacity-none.nav-link {
    padding-left: 0;
    font-size: 12px;
    font-weight: 600;
}

.navtop-menu .nav-link {
    color: #474a50;
    letter-spacing: -.12px;
}

.btn--danger {
    color: #fff !important;
    background: #7c7270 !important;
    font-weight: 600 !important;
    padding: 8px 35px;
    padding: 3px 16px;
    line-height: 18px;
    font-size: 12px;
}

.sub-header__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    padding: 0px;
}

#navigation {
    padding: 0px;
    width: 100%;
}

.main-header .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.side-nav .admin-info.admin-info--sm {
    margin-bottom: 15px;
}

.side-nav .admin-info.admin-info--sm a>img,
.side-nav .admin-info.admin-info--sm a>span {
    display: inline-block !important;
    margin-right: 14px;
    vertical-align: middle;
    color: #474a50;
    font-size: 12px;
    font-weight: 600;
}

.admin-info__img {
    height: 30px;
    width: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.Arrowright {
    border: 1px solid #a3a4a7;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: right;
    margin-top: 10px;
}

.Arrowup {
    border: 1px solid #a3a4a7;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    float: right;
    margin-top: 10px;
}

.user-account-sidenav {
    padding-left: 25px;
    border-bottom: 1px solid #d7d7d7;
    list-style: none;
}

.user-account-sidenav .nav-link {
    font-weight: 600;
    color: #6c6e73;
    font-size: 12px;
}

.user-account__item {
    margin-bottom: .5rem;
    position: relative;
}

a.opacity-none.nav-link.active {
    color: #E71C24;
}

a.nav-link.active {
    color: #E71C24;
}

.side-nav .brand-logo-w {
    float: left;
    margin-top: 2px;
}

.brand-logo-w {
    width: 150px;
    margin: 0 auto;
}

.hamburg {
    display: inline-block;
    background: 0 0;
    border: 0;
    cursor: pointer;
    float: left;
}

.material {
    color: #868686;
    background-color: #F7F7F7;
    border: none;
    padding: 2px 5px;
    -webkit-appearance: none;
    font-size: 12px;
    text-align-last: right;
    padding-right: 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 37.7px;
    height: 20.9px;
    bottom: -6px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 5px;
    bottom: 5px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #e71c24;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.material:focus {
    outline: none;
}

.customize-content .ulcust li {
    float: left;
    display: inline-block;
    white-space: normal;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 15px;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.customize-content .ulcust>li:first-child {
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.customize-content .ulcust>li:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.customize-content .ulcust li a {
    color: #000000;
}

.customize-content .ulcust>li.active {
    color: #ffffff;
    background-color: #e71c24;
}

.customize-content .ulcust>li.active a {
    color: #ffffff;
    text-decoration: none;
}
/* style for lshape tab */

.customize-content .ulcustkitchen li {
    float: left;
    display: inline-block;
    white-space: normal;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 15px;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    font-weight: bold;
}

.customize-content .ulcustkitchen>li:first-child {
    border-left: 1px solid #fff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.customize-content .ulcustkitchen>li:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.customize-content .ulcustkitchen li a {
    color: #212121;
    padding-bottom: 10px;
}

.customize-content .ulcustkitchen>li.active {
    color: #ffffff;
    background-color: #fff;
}

.customize-content .ulcustkitchen>li.active a {
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid #e71c24;
}

.ulcustkitchen {
    margin-top: 20px;
    margin-bottom: 10px;
    flex-wrap: nowrap;
}

.mob_expv_kbox {
    padding-top: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
}

.estimate-slider_expvd_mob {
    padding-top: 20px;
}

.lbl_title {
    padding-right: 5px;
    font-weight: bold;
}

.mob_size_boxes {
    margin-top: 8px;
    padding: 3px;
    margin-right: 3px;
    font-size: 11px;
    border-radius: 5px;
    background-color: #f5f5f594;
    margin-right: 4px;
    font-weight: 600;
}
.mob_sizeDropDownCont select:nth-of-type(even) {
    margin-left: 9px;
}
.mob_sizeDropDownCont span {
    margin-right: 17px;
}
.mob_inchbox {
    margin-left: 5px;
}

.saveBtn {
    position: fixed;
    bottom: 0;
    border-radius: 0px;
    background: #e71c24;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 30px;
}

.saveBtn:focus,
.saveBtn:hover {
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.tab-head {
    margin-top: 35px;
    color: #212121;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}

.atest {
    color: #868686;
    font-size: 12px;
    line-height: 24px;
    float: left;
}
/*sdhfsd*/

.customize-content .ulcustwardrobe li {
    float: left;
    display: inline-block;
    white-space: normal;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 15px;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    font-weight: bold;
}

.customize-content .ulcustwardrobe>li:first-child {
    border-left: 1px solid #fff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.customize-content .ulcustwardrobe>li:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.customize-content .ulcustwardrobe li a {
    color: #212121;
    padding-bottom: 10px;
}

.customize-content .ulcustwardrobe>li.active {
    color: #ffffff;
    background-color: #fff;
}

.customize-content .ulcustwardrobe>li.active a {
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid #e71c24;
}

.customize-content .ulcustwardrobe>li.wards a {
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid #e71c24;
}

.ulcustwardrobe {
    margin-top: 20px;
    margin-bottom: 10px;
    flex-wrap: nowrap;
}

.m50 {
    margin-top: 50px;
}

.remove-wardobe {
    color: rgba(255, 71, 18, 1);
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    margin-bottom: 20px;
}
.remove-wardobe span{    vertical-align: middle;
    text-decoration: underline;
    font-size: 12px;}
.add-wardrobe {
    color: #e71c24;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hrow {
    margin: 0px 15px;
    border-top: 1px solid #e0e0e0;
}

.note{
    padding: 0 17px;
    font-size: 11px;
}
.details{
    padding-bottom: 50px;
}

.recommend-section,
.bestSellWardrobe-section {
    background: #F5F8FB;
}

.recommend-heading {
    padding-top: 30px;
    color: #212121;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 30px;
}

.carousel-indicators li {
    background-color: #ffffff !important;
}

.carousel-indicators .active {
    background: #D8D8D8 !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    text-indent: -999px;
    border: 1px solid #A0A0A0;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #0000;
}
/* .carousel-indicators{
margin-bottom: -20px;
} */

.carousel-item{
    margin-right: 0% !important;
}

.carousel-item img {
width: 100%;
height: 220px;
/* position: relative; */


}

@media (max-width:768px){
    .phone {
        padding-top: 5px;
    }

    .recommend-carousel .carousel-item img img {
        border-radius: 0px !important;
    }
    .estimateBtn {
        font-size: 14px !important;
    }
    .component-head { 
        display: flex;
    }
    .property-config {
        color: rgb(136, 136, 136);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 40%;
    }
    .edit {
        position: absolute;
        right: 20px;
    }

}

/* .carousel-item{
overflow: hidden;
animation duration: 16s : 5x ~3s display image + 5x ~0.2s slide
animation: slide 16s infinite;
-moz-animation: slide 16s infinite;
-webkit-animation: slide 16s infinite;
-o-animation: slide 16s infinite;
} */


.carousel-item img {
    width: 100%;
    height: 220px;
}
.carousel-item a:hover{text-decoration:none;}
.bestSellKitchen {
    background: #F5F8FB;
}

.designInfo,
.wardrobeInfo,
.kitchenInfo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.carousel-inner {
    padding-bottom: 30px;
    background: #fff;
    /* animation: slide 60s linear infinite; */
   
}
/*     
@keyframes slide{
0%{margin-left: 0px;}
17%{margin-left: 0px;}
20%{margin-left: -800px;}
37%{margin-left: -800px;}
40%{margin-left: -1600px;}
57%{margin-left: -1600px;}
60%{margin-left: -2400px;}
77%{margin-left: -2400px;}
80%{margin-left: -3200px;}
97%{margin-left: -3200px;}
100%{margin-left: 0px;}
}
@-moz-keyframes slide{
0%{margin-left: 0px;}
17%{margin-left: 0px;}
20%{margin-left: -800px;}
37%{margin-left: -800px;}
40%{margin-left: -1600px;}
57%{margin-left: -1600px;}
60%{margin-left: -2400px;}
77%{margin-left: -2400px;}
80%{margin-left: -3200px;}
100%{margin-left: -3200px;}
}
@-webkit-keyframes slide{
0%{margin-left: 0px;}
17%{margin-left: 0px;}
20%{margin-left: -800px;}
37%{margin-left: -800px;}
40%{margin-left: -1600px;}
57%{margin-left: -1600px;}
60%{margin-left: -2400px;}
77%{margin-left: -2400px;}
80%{margin-left: -3200px;}
100%{margin-left: -3200px;}
}
@-o-keyframes slide{
0%{margin-left: 0px;}
17%{margin-left: 0px;}
20%{margin-left: -800px;}
37%{margin-left: -800px;}
40%{margin-left: -1600px;}
57%{margin-left: -1600px;}
60%{margin-left: -2400px;}
77%{margin-left: -2400px;}
80%{margin-left: -3200px;}
100%{margin-left: -3200px;}
} */

.tower {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}

.viewAll a {
    color: #E71C24;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
}

.quotecard {
    margin: 15px;
    box-shadow: 0px 0px 10px #cccccc;
    padding: 15px;
    border-radius: 8px;
}

.authorimg {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 11px;
}

.author-name {
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
}

.card__blog-info {
    color: #979797;
    margin-bottom: .4rem;
    font-size: 12px;
    font-style: italic;
}

.interpreter span {
    position: relative;
    padding: 0 25px 0 0;
    display: inline-block;
}

.interpreter span:before {
    content: "";
    position: absolute;
    top: 42%;
    right: -4%;
    width: 3px;
    height: 3px;
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: #979797;
    margin: 0 1rem;
    border-radius: 50%;
}

.interpreter span:last-child:before {
    display: none
}

.rect-contain li a.active:hover {
    text-decoration: none;
}
/*footer css*/

.section-padding-xss {
    position: relative;
    padding: 3rem 0;
}

.bg-primry,
.bg-yellow {
    z-index: 10;
}

.bg-primry {
    background: #474a50;
}

.left-line:after,
.sudeo {
    position: absolute;
}

.sudeo--right {
    top: -20px;
    right: 18px;
}

.sudeo--right {
    display: none;
}

.w-right {
    width: 60%;
}

.features-container {
    text-align: center;
}

.features-container-interpreter {
    position: relative;
}

.pb-4,
.py-4 {
    padding-bottom: 24px !important;
}

.fig-thumbnail {
    position: relative;
    margin-top: 55px;
}

figcaption {
    padding-bottom: 16px;
}

.fig-thumbnail__title {
    color: #fff;
    margin-bottom: .5rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.fig-thumbnail__des {
    color: #ffffffb3;
    margin: 0 2.5rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.sudeo--left {
    display: none;
}

.sudeo--left {
    left: 0;
    bottom: 0;
}

footer {
    position: relative;
    background: #fff;
    margin-top: .3rem;
    z-index: 11;
    margin-bottom: 50px;
}

.footer-menu {
    padding: 2rem 1.5rem;
}

    .appliance-name {
        font-size: 12px;
        color: #000000;
        line-height: 18px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .add, .add:focus, .add:active {
        color: #FFFFFF;
        font-size: 12px;
        padding: 10px 20px;
        line-height: 15px;
        border-radius: 0px;
        border: 1px solid #e71c24
;
        background-color: #e71c24
;
    }
    button.app-remove {
        background: #FFF;
        color: #e71c24 !important;
    }
    .app-content .col-6,
    .acc-content .col-6 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .acc-close,
    .app-close {
        margin-left: 20px;
        margin-top: 20px;
    }
    
    .popup-close {
        margin-left: 20px;
    }
    
    .acc-content .img-fluid,
    .app-content .img-fluid {
        max-width: 100%;
        height: 128px !important;
    }
    
    .customizePopup {
        position: absolute;
        top: -60px;
        right: 0;
        left: 0;
        bottom: 0;
        /* z-index: 99999 */
    }
    
    .customizeHeader {
        display: flex;
        /* flex-direction: row; */
        /* justify-content: flex-start; */
        align-items: center;
        box-shadow: 0 0 5px 1px rgba(204, 204, 204, .5);
        height: 60px;
        position: fixed;
        width: 100%;
        /* left: 0; */
        /* right: 0; */
        z-index: 9999999;
        background-color: #fff;
    }
    
    .st0 {
        fill: #7B7777;
    }
    
    .st1 {
        fill: #F29D1F;
    }
    
    .st2 {
        fill: #E23F26;
    }
    
    .st3 {
        fill: #7A7776;
    }
    
    .nav-logo {
        width: auto;
        height: 34px;
    }
    
    .phoneLogin {
        position: absolute;
        right: 20px;
        list-style: none;
    }
    
    li.phone svg,
    li.phoneLogin svg {
        width: 22px;
        height: 22px;
        /* fill: #ef4626; */
        vertical-align: middle;
    }
    
    .cardtitle {
        color: #4A4A4A;
        font-size: 12px;
        font-weight: bold;
        line-height: 15px;
        border-bottom: 1px solid #E0E0E0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }
    
    .card-text {
        padding-right: 15px;
        padding-left: 15px;
        color: #000;
        font-size: 12px;
        line-height: 15px;
        display: flex;
        justify-content: space-between;
    }
    .card-text > .pull-right{
        color: #888;
        width: 65%;
        text-align: right;
    }
    
    .card-value {
        color: #888888;
        font-size: 12px;
        line-height: 15px;
    }
    
    .test.whatscard {
        padding-top: 0px;
        width: 100%;
        border: none;
        position: fixed;
    }
    .test.whatscard .cardbody{padding-top: 15px;}
    
    .test .cardtitle {
        border-bottom: none;
    }
    
    .side-nav .header-block {
        padding-top: 15px;
        clear: both;
        padding: 16px;
        display: block !important;
        position: fixed;
        top: 0;
        width: 100%;
        clear: both;
        top: -5px;
    }
    
    .nav-options-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 60px;
        height: 91vh;
        overflow-y: scroll;
    }
    
    .main-header {
        padding: 24px 16px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        background: #474a50;
    }
    
    .main-header__block,
    .main-header__left-wrapper,
    .main-header__right-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .justify-content-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    
    .main-header__block,
    .main-header__left-wrapper,
    .main-header__right-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .main-header__left-wrapper,
    .main-header__right-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
    .side-nav .opacity-none {
        line-height: 30px !important;
    }
    
    .main-header__link:first-child {
        margin-left: 0;
    }
    
    .main-header__link {
        padding: 3.2px 16px;
        font-weight: 500;
        font-size: 12px;
    }
    
    .main-header__link {
        color: #fffc;
        letter-spacing: -.12px;
    }
    
    .overlay-mobile-menu {
        opacity: .7;
        background: #000;
        position: absolute;
        height: 1000px;
        width: 100%;
        top: 0;
    }
    
    .overlay-whatsincluded {
        opacity: .6;
        background: #000;
        position: fixed;
        height: 100%;
        z-index: 99;
        width: 100%;
        top: 0px;
        right: 1px;
    }
    
    .side-nav {
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        position: fixed;
        right: 0;
        display: block;
        width: 75%;
        height: 100%;
        top: 0px;
        z-index: 2;
        background-color: #fff;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
        overflow-x: hidden;
        left: 0;
    }
    
    .side-nav.active {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        overflow-y: scroll;
        display: block;
        width: 75%;
    }
    
    .navtop-menu {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        list-style: none;
        padding-left: 0px;
    }
    
    .opacity-none.nav-link {
        padding-left: 0;
        font-size: 12px;
        font-weight: 600;
    }
    
    .navtop-menu .nav-link {
        color: #474a50;
        letter-spacing: -.12px;
    }
    
    .btn--danger {
        color: #fff !important;
        background: #E71C24 !important;
        font-weight: 600 !important;
        padding: 8px 35px;
        padding: 3px 16px;
        line-height: 18px;
        font-size: 12px;
    }
    
    .sub-header__block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important;
        padding: 0px;
    }
    
    #navigation {
        padding: 0px;
        width: 100%;
    }
    
    .main-header .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .side-nav .admin-info.admin-info--sm {
        margin-bottom: 15px;
    }
    
    .side-nav .admin-info.admin-info--sm a>img,
    .side-nav .admin-info.admin-info--sm a>span {
        display: inline-block !important;
        margin-right: 14px;
        vertical-align: middle;
        color: #474a50;
        font-size: 12px;
        font-weight: 600;
    }
    
    .admin-info__img {
        height: 30px;
        width: 30px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        cursor: pointer;
    }
    
    .Arrowright {
        border: 1px solid #a3a4a7;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        float: right;
        margin-top: 10px;
    }
    
    .Arrowup {
        border: 1px solid #a3a4a7;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        float: right;
        margin-top: 10px;
    }
    
    .user-account-sidenav {
        padding-left: 25px;
        border-bottom: 1px solid #d7d7d7;
        list-style: none;
    }
    
    .user-account-sidenav .nav-link {
        font-weight: 600;
        color: #6c6e73;
        font-size: 12px;
    }
    
    .user-account__item {
        margin-bottom: .5rem;
        position: relative;
    }
    
    a.opacity-none.nav-link.active {
        color: #E71C24;
    }
    
    a.nav-link.active {
        color: #E71C24;
    }
    
    .side-nav .brand-logo-w {
        float: left;
        margin-top: 2px;
    }
    
    .brand-logo-w {
        width: 150px;
        margin: 0 auto;
    }
    
    .hamburg {
        display: inline-block;
        background: 0 0;
        border: 0;
        cursor: pointer;
        float: left;
    }
    
    .material {
        color: #868686;
        background-color: #F7F7F7;
        border: none;
        padding: 2px 5px;
        -webkit-appearance: none;
        font-size: 12px;
        text-align-last: right;
        padding-right: 30px;
    }
    
    .switch {
        position: relative;
        display: inline-block;
        width: 37.7px;
        height: 20.9px;
        bottom: -6px;
    }
    
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .slider:before {
        position: absolute;
        content: "";
        height: 11px;
        width: 11px;
        left: 5px;
        bottom: 5px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    input:checked+.slider {
        background-color: #e71c24;
    }
    
    input:focus+.slider {
        box-shadow: 0 0 1px #2196F3;
    }
    
    input:checked+.slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }
    /* Rounded sliders */
    
    .slider.round {
        border-radius: 34px;
    }
    
    .slider.round:before {
        border-radius: 50%;
    }
    
    .material:focus {
        outline: none;
    }
    
    .customize-content .ulcust li {
        float: left;
        display: inline-block;
        white-space: normal;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px;
        font-size: 12px;
        letter-spacing: 0.25px;
        line-height: 15px;
        display: flex;
        flex-grow: 1;
        justify-content: center;
    }
    
    .customize-content .ulcust>li:first-child {
        border-left: 1px solid #ddd;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }
    
    .customize-content .ulcust>li:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }
    
    .customize-content .ulcust li a {
        color: #000000;
    }
    
    .customize-content .ulcust>li.active {
        color: #ffffff;
        background-color: #e71c24;
    }
    
    .customize-content .ulcust>li.active a {
        color: #ffffff;
        text-decoration: none;
    }
    /* style for lshape tab */
    
    .customize-content .ulcustkitchen li {
        float: left;
        display: inline-block;
        white-space: normal;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 5px 10px;
        font-size: 12px;
        letter-spacing: 0.25px;
        line-height: 15px;
        display: flex;
        flex-grow: 1;
        justify-content: center;
        font-weight: bold;
    }
    
    .customize-content .ulcustkitchen>li:first-child {
        border-left: 1px solid #fff;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }
    
    .customize-content .ulcustkitchen>li:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }
    
    .customize-content .ulcustkitchen li a {
        color: #212121;
        padding-bottom: 10px;
    }
    
    .customize-content .ulcustkitchen>li.active {
        color: #ffffff;
        background-color: #fff;
    }
    
    .customize-content .ulcustkitchen>li.active a {
        color: #000000;
        text-decoration: none;
        border-bottom: 2px solid #e71c24
;
    }
    
    .ulcustkitchen {
        margin-top: 20px;
        margin-bottom: 10px;
        flex-wrap: nowrap;
    }
    
    .mob_expv_kbox {
        padding-top: 20px;
        color: #000;
        font-size: 12px;
        text-align: center;
    }
    
    .estimate-slider_expvd_mob {
        padding-top: 20px;
    }
    
    .lbl_title {
        padding-right: 5px;
        font-weight: bold;
    }
    
    .mob_size_boxes {
        margin-top: 8px;
        padding: 3px;
        margin-right: 3px;
        font-size: 11px;
        border-radius: 5px;
        background-color: #f5f5f594;
        margin-right: 4px;
        font-weight: 600;
    }
    .mob_sizeDropDownCont select:nth-of-type(even) {
        margin-left: 9px;
    }
    .mob_sizeDropDownCont span {
        margin-right: 17px;
    }
    .mob_inchbox {
        margin-left: 5px;
    }
    
    .saveBtn {
        position: fixed;
        bottom: 0;
        border-radius: 0px;
        background: #e71c24
;
        border: none;
        color: #fff;
        padding: 10px;
        font-size: 14px;
        line-height: 30px;
    }
    
    .saveBtn:focus,
    .saveBtn:hover {
        color: #ffffff;
        outline: none;
        box-shadow: none;
    }
    
    .tab-head {
        margin-top: 35px;
        color: #212121;
        font-size: 12px;
        font-weight: bold;
        line-height: 15px;
    }
    
    .atest {
        color: #868686;
        font-size: 12px;
        line-height: 24px;
        float: left;
    }
    /*sdhfsd*/
    
    .customize-content .ulcustwardrobe li {
        float: left;
        display: inline-block;
        white-space: normal;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 5px 10px;
        font-size: 12px;
        letter-spacing: 0.25px;
        line-height: 15px;
        display: flex;
        flex-grow: 1;
        justify-content: center;
        font-weight: bold;
    }
    
    .customize-content .ulcustwardrobe>li:first-child {
        border-left: 1px solid #fff;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }
    
    .customize-content .ulcustwardrobe>li:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }
    
    .customize-content .ulcustwardrobe li a {
        color: #212121;
        padding-bottom: 10px;
    }
    
    .customize-content .ulcustwardrobe>li.active {
        color: #ffffff;
        background-color: #fff;
    }
    
    .customize-content .ulcustwardrobe>li.active a {
        color: #000000;
        text-decoration: none;
        border-bottom: 2px solid #e71c24
;
    }
.p-0 {
    padding: 0 !important;
}

.footer-logo {
    margin: 0 auto;
}

.footer-menu .brand-logo-w {
    width: 150px;
}

.footer-menu__links-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0px;
    flex-direction: column;
    align-items: center;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.footer-menu__links-list li {
    list-style: none;
}

.footer-link {
    color: #474a50cc;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 22px;
}

.our-branches {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: center;
}

.our-branches figure {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
}

.our-branches__title {
    color: #474a50ab;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
}

.footer-des {
    color: #474a50cc;
    font-weight: 500;
    text-align: justify;
    font-size: 12px;
}

.link {
    color: #E71C24;
}

.footer-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem 1rem;
    align-items: center;
}

.footer-sub p {
    padding: .5rem 0;
    color: #474a50;
}

.footer-sub__info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 10px !important;
    padding-top: 0 !important;
    font-weight: 500;
}

.footer-social-links {
    padding: .8rem 0;
}

.footer-social-links__item {
    color: #474a50cc;
    margin: 0 .8rem;
}

@-o-keyframes slide{
	0%{margin-left: 0px;}
	17%{margin-left: 0px;}
	20%{margin-left: -800px;}
	37%{margin-left: -800px;}
	40%{margin-left: -1600px;}
	57%{margin-left: -1600px;}
	60%{margin-left: -2400px;}
	77%{margin-left: -2400px;}
	80%{margin-left: -3200px;}
	100%{margin-left: -3200px;}
}

@media screen and (max-width: 600px) and (max-height: 400px){

    .wardrobe{
        justify-content: end !important;
    }
    .shape{
        justify-content: stretch;
    }
  
    .viewDetail2{
        overflow-y: scroll;
        height: 100%;
    }

}

   
    @media screen  and (max-width: 600px) {
        .wardrobe{
            justify-content: end !important;
        }
        .shape{
            justify-content: stretch;
        }
        .tab-content{
            overflow-x: hidden;
            overflow-y: scroll;
            height: 100%;
        }        
        .viewDetail2{
            overflow-y: scroll;
            height: 100%;
        }
    }

    @media screen  and (max-width: 1080px) {
        .wardrobe{
            justify-content: end !important;
        }
        .shape{
            justify-content: stretch;
        }
        .tab-content{
            overflow-x: hidden;
            overflow-y: scroll;
            height: 100%;
        }        
        .viewDetail2{
            overflow-y: scroll;
            height: 100%;
        }
    }
    @media screen and (max-height: 100px){
        .customize-content .nav-tabs {
            border: none;
            margin-bottom: 10px; 
        }
    }

    @media screen and (max-height: 800px){
        .customize-content .nav-tabs {
            border: none;
            margin-bottom: 10px; 
        }
    }

    .tower {
        color: #999;
        font-size: 12px;
        margin-top: 10px;
    }
    
    .viewAll a {
        color: #E71C24;
        font-size: 12px;
        line-height: 15px;
        text-decoration: underline;
    }
    
    .quotecard {
        margin: 15px;
        box-shadow: 0px 0px 10px #cccccc;
        padding: 15px;
    }
    
    .authorimg {
        width: 100px !important;
        height: 100px !important;
        border-radius: 50%;
        margin-top: 20px;
        margin-bottom: 11px;
    }
    
    .author-name {
        margin-bottom: 10px;
        font-weight: 500;
        text-align: center;
        font-size: 13px;
    }
    
    .card__blog-info {
        color: #979797;
        margin-bottom: .4rem;
        font-size: 12px;
        font-style: italic;
    }
    
    .interpreter span {
        position: relative;
        padding: 0 25px 0 0;
        display: inline-block;
    }
    
    .interpreter span:before {
        content: "";
        position: absolute;
        top: 42%;
        right: -4%;
        width: 3px;
        height: 3px;
        -webkit-transform: rotate(-315deg);
        -ms-transform: rotate(-315deg);
        transform: rotate(-315deg);
        background-color: #979797;
        margin: 0 1rem;
        border-radius: 50%;
    }
    
    .interpreter span:last-child:before {
        display: none
    }
    
    .rect-contain li a.active:hover {
        text-decoration: none;
    }
    /*footer css*/
    
    .section-padding-xss {
        position: relative;
        padding: 3rem 0;
    }
    
    .bg-primry,
    .bg-yellow {
        z-index: 10;
    }
    
    .bg-primry {
        background: #474a50;
    }
    
    .left-line:after,
    .sudeo {
        position: absolute;
    }
    
    .sudeo--right {
        top: -20px;
        right: 18px;
    }
    
    .sudeo--right {
        display: none;
    }
    
    .w-right {
        width: 60%;
    }
    
    .features-container {
        text-align: center;
    }
    
    .features-container-interpreter {
        position: relative;
    }
    
    .pb-4,
    .py-4 {
        padding-bottom: 24px !important;
    }
    
    .fig-thumbnail {
        position: relative;
        margin-top: 55px;
    }
    
    figcaption {
        padding-bottom: 16px;
    }
    
    .fig-thumbnail__title {
        color: #fff;
        margin-bottom: .5rem;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
    }
    
    .fig-thumbnail__des {
        color: #ffffffb3;
        margin: 0 2.5rem;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
    }
    
    .pb-0,
    .py-0 {
        padding-bottom: 0 !important;
    }
    
    .sudeo--left {
        display: none;
    }
    
    .sudeo--left {
        left: 0;
        bottom: 0;
    }
    
    footer {
        position: relative;
        background: #fff;
        margin-top: .3rem;
        z-index: 11;
        margin-bottom: 50px;
    }
    
    .footer-menu {
        padding: 2rem 1.5rem;
    }
    
    .p-0 {
        padding: 0 !important;
    }
    
    .footer-logo {
        margin: 0 auto;
    }
    
    .footer-menu .brand-logo-w {
        width: 150px;
    }
    
    .footer-menu__links-list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-left: 0px;
        flex-direction: column;
        align-items: center;
    }
    
    .flex-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    
    .footer-menu__links-list li {
        list-style: none;
    }
    
    .footer-link {
        color: #474a50cc;
        font-weight: 600;
        font-size: 12px !important;
        line-height: 22px;
    }
    
    .our-branches {
        display: flex;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-bottom: .5rem;
        padding-top: .5rem;
        text-align: center;
    }
    
    .our-branches figure {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
        margin-left: 12px;
        margin-right: 12px;
    }
    
    .our-branches__title {
        color: #474a50ab;
        font-weight: 600;
        font-size: 12px;
        line-height: 22px;
    }
    
    .footer-des {
        color: #474a50cc;
        font-weight: 500;
        text-align: justify;
        font-size: 12px;
    }
    
    .link {
        color: #E71C24;
    }
    
    .footer-sub {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .5rem 1rem;
        align-items: center;
    }
    
    .footer-sub p {
        padding: .5rem 0;
        color: #474a50;
    }
    
    .footer-sub__info {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        font-size: 10px !important;
        padding-top: 0 !important;
        font-weight: 500;
    }
    
    .footer-social-links {
        padding: .8rem 0;
    }
    
    .footer-social-links__item {
        color: #474a50cc;
        margin: 0 .8rem;
    }
    
    .footer-contact {
        padding: .5rem 0;
        text-align: center;
        font-size: 12px !important;
        line-height: 22px;
    }
    
    .footer-contact__item {
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-right: 2rem;
        color: #474a50;
        font-weight: 500;
    }
    
    .footer-contact__item:last-child {
        margin-right: 0;
    }
    
    .flexStart {
        justify-content: flex-start;
    }
    
    .acc-content,
    .app-content {
        margin-top: 60px;
    }
    
    .headingCenter {
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        z-index: -1;
    }
    
    .popup-heading {
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
        z-index: -1;
    }
    
    .rect-contain li {
        display: flex;
        flex-direction: column;
        flex-grow: 2;
        width:33.33%;
        padding-bottom:10px;
        position:relative;
        align-items: center;
    }
    .rect-contain li.active:after {
        content: "";
        border-bottom: 4px solid #e71c24
;
        width: 73%;
        text-align: center;
        position: absolute;
        bottom: 0px;
        left: 13%;
    }
    .mLeftRight {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .btn-toggle.btn-xs {
        margin: 0 0;
        padding: 0;
        position: relative;
        border: none;
        height: 1rem;
        width: 2rem;
        border-radius: 1rem;
    }
    
    .btn-toggle {
        margin: 0 4rem;
        padding: 0;
        position: relative;
        border: none;
        height: 1.5rem;
        width: 3rem;
        border-radius: 1.5rem;
        color: #6b7381;
        background: #bdc1c8;
        outline: none;
    }
    
    .btn-toggle.btn-xs>.handle {
        position: absolute;
        top: 2px;
        left: 0.125rem;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        background: #fff;
        transition: left 0.25s;
    }
    
    .btn-toggle>.handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
    }
    
    .btn-toggle.active {
        background-color: #e71c24
;
    }
    
    .btn-toggle>.handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }
    
    .btn-toggle.active>.handle {
        left: 17px;
        transition: left 0.25s;
    }
    
    .btn:focus {
        box-shadow: none;
    }
    
    .thank-popup {
        position: fixed;
        background:rgba(0, 0, 0, 0.5);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100vh;
        z-index: 999999;
    }
.footer-contact {
    padding: .5rem 0;
    text-align: center;
    font-size: 12px !important;
    line-height: 22px;
}

.footer-contact__item {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 2rem;
    color: #474a50;
    font-weight: 500;
}

.footer-contact__item:last-child {
    margin-right: 0;
}

.flexStart {
    justify-content: flex-start;
}

.acc-content,
.app-content {
    margin-top: 60px;
}

.headingCenter {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    z-index: -1;
}

.popup-heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    z-index: -1;
}

.rect-contain a.active:after {
    content: "";
    border-bottom: 4px solid #e71c24;
    width: 73%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 13%;
}
.mLeftRight {
    margin-left: 15px;
    margin-right: 15px;
}

.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
    outline: none;
}

.btn-toggle.btn-xs>.handle {
    position: absolute;
    top: 2px;
    left: 0.125rem;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
}

.btn-toggle.active {
    background-color: #e71c24;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active>.handle {
    left: 17px;
    transition: left 0.25s;
}

.btn:focus {
    box-shadow: none;
}

.thank-popup {
    position: fixed;
    background:rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: 999999;
}

.thank-popup button.close{
    position: relative;
    top: -1px;
    opacity: 1;
    color: #000;
    font-size: 30px;
}

.thank-popup p.book_pop_question{
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #212121;
}

.thank-popup p.book_pop_answer{
    font-size: 14px;
    margin-top: 20px;
}

.thank-popup .modal-content{
    border-radius: 0px;
    border:none;
}
.thank-popup button.btn.btn-warm-red{
    padding: 8px 60px;
}

.book_modal_center {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-left: 0;
    width: 96%;
}

.page-loader-hl { position: fixed; top: 0; right: 0; bottom: 0; left: 0; /* z-index: 1030; */ z-index: 2247483648 !important; background-color: rgba(255, 255, 255, 1); }
.page-loader-hl .content { width: 142px; position: absolute; left: 50%; top: 50%; margin-top: -70px; margin-left: -71px; background-color: #fff; padding: 30px; border-radius: 3px; }
.page-loader-hl .loader { font-size: 10px; margin: 0px auto; text-indent: -9999em; width: 4em; height: 4em; border-radius: 50%; background: #ffffff; background: -moz-linear-gradient(left, #F26952 10%, rgba(255, 255, 255, 0) 42%); background: -webkit-linear-gradient(left, #F26952 10%, rgba(255, 255, 255, 0) 42%); background: -o-linear-gradient(left, #F26952 10%, rgba(255, 255, 255, 0) 42%); background: -ms-linear-gradient(left, #F26952 10%, rgba(255, 255, 255, 0) 42%); background: linear-gradient(to right, #F26952 10%, rgba(255, 255, 255, 0) 42%); position: relative; -webkit-animation: pageLoader 1.4s infinite linear; animation: pageLoader 1.4s infinite linear; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); }
.page-loader-hl .loader:before { width: 50%; height: 50%; background: #F26952; border-radius: 100% 0 0 0; position: absolute; top: 0; left: 0; content: ''; }
.page-loader-hl .loader:after { background: #fff; width: 90%; height: 90%; border-radius: 50%; content: ''; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.page-loader-hl .logo { color: #888888; font-size: 18px; font-weight: 500; padding-top: 15px; }
.page-loader-hl .logo span { color: #F26952; }

.page-loader-hl.bottomsheet-loader {
    position: absolute;
}

@-webkit-keyframes pageLoader {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pageLoader {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
.maincompo{
position: relative;
}
.verticleMiddle{
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #E71C24;
}
.checkContainer{
display: block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.otherIntList .checkContainer input[type="checkbox"] {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.otherIntList .checkmark {
position: absolute;
bottom: 20px;
right: 15px;
height: 18px;
width: 18px;
border: 2px solid #9797978a;
border-radius: 2px;
}
.otherIntList .checkContainer input:checked ~ .checkmark {
border: 2px solid #E71C24;
background-color: #E71C24;
}
.otherIntList .checkContainer input:checked ~ .checkmark:after {
display: block;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.otherIntList .checkContainer .checkmark:after {
left: 5px;
top: 1px;
width: 6px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.username{
color: #212121;
font-weight: 700;
font-size: 14px;
padding:0px 15px;
}
.divider{
background: #F5F8FB;
height: 25px;
}
.carousel-item .quotecard p:before {
content: "\275D";
margin-right: 10px;
color: #E71C24;
font-size: 30px;
}
.carousel-item .quotecard p:after {
content: "\275E";
margin-left: 10px;
color: #E71C24;
font-size: 30px;
}
.quote-title{
font-size: 14px;
line-height: 24px;
color: #212121;
font-weight: 500;
}
.btn-warm-red{
font-size: 14px;
line-height: 18px;
color: #fff;
background-color: #E71C24;
margin-top: 10px;
border-radius: 0px;
}
.material-edit{
position: absolute;
right: 10px;
top: 0px;
}
.estcard {	
height: 178px;	
width: 270px;	
background-color: #FFFFFF; 
bottom: -55%;
z-index: 99;
left:0;
right:0;
margin:0 auto;
position: relative;
padding: 30px 20px;
}
.whats-note{
color: #212121;	
font-size: 13px;	
line-height: 21px;	
text-align: center;
margin: 0px;
}
.done{
text-align: center;
margin-top: 18px;
color: #E71C24;
}
.verticalLine{
position: absolute;
height: 50%;
bottom: 0;
left: 50%;
border-left: 2px dotted #fff;
top: 210px;
z-index: 99;
}
.otherIntList .checkmark:after {
content: "";
position: absolute;
display: none;
}
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.checkCustom2:after{
right: 8px;
top: 4px;
width: 7px;
height: 12px;
border: solid #fff;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.checkWrap2 input:checked ~ .checkCustom2:after {
display: block;
}
.checkWrap2 .checkCustom2:after {
content: "";
position: absolute;
display: none;
}
.inPlace::-webkit-input-placeholder {
color: #e71c2e
}
.forgotPassword , .forgotPassword:visited{
    margin-top: 5px;
font-size: 0.8em;
color: #e71c2e !important;
top:20%; 
float: right;
}

.gifLoader{
right:10%;
}
.otpSection{
padding: 0px 18px;
}
.otpSection .heading{
margin-bottom: 26px;
font-size: 15px; 
margin-top: 18px;
line-height: 19px;
}
.otpInput{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
overflow: visible;
flex-wrap: wrap;
}
.otpInput input{
border-bottom: 1px solid rgb(134, 134, 134);
width: 100%;
color: rgba(0,0,0,0.26);
font-size: 15px;
border-radius: 0;
border: none;
border-bottom: 1px solid #E0E0E0 !important;
padding-bottom: 15px;
outline: none;
}
.otpSection .message{
color: #008000;
font-size: 12px;
line-height: 15px;
margin-top: 10px;
font-weight: 700;
}
.sdg{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
margin-top: 40px;
color: #e71c24;
font-size: 12px;
line-height: 15px;
}
.optExpireMessage{
/* position: fixed; */
margin: 0 auto;
bottom: 70px;
left: 0;
right: 0;
display: flex;
justify-content: center;
font-size: 13px;
font-weight: bold;
line-height: 10em;
}
.sdg svg{
width: 18px;
height: 18px;
fill: #E71C24;
vertical-align: middle;
}
.verifyOtpButton{
height: 50px;
    width: 100%;
    color: white;
    margin-top: auto;
    padding: 15px;
    border-style: none;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    position: fixed;
    bottom: 0;
    background-color: #E71C24;
    color: white;
    display: block;
    left: 0;
}
.otpOverlay{
position: absolute;
display: block;
background: rgba(0,0,0,0.5);
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 99999;
}
.otpLoader{
position: relative;
top: 50%;
transform: translate(46%, 50%);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none; 
}

input[type=number] {
-moz-appearance: textfield;
}
.validErrorOtp{
font-size:12px;
color: #f00;
margin-top:10px;
}

.toggleBtn.btn-xs {
margin: 0 0;
padding: 0;
position: relative;
border: none;
height:36px;
width:249px;
border-radius: 1rem;
z-index: 1072;
}

.toggleBtn {
margin: 0 4rem;
padding: 0;
position: relative;
border: none;
height: 1.5rem;
width: 3rem;
border-radius: 1.5rem;
color: #6b7381;
background-color: #EFEFEF;
outline: none;
}

.toggleBtn.btn-xs>.handle {
position: absolute;
top: 0px;
left: 0px;
width: 134px;
height: 36px;
border-radius: 15px;
background-color: #FF9800;
transition: left 0.25s;
color: #ffffff
}

.toggleBtn>.handle {
position: absolute;
top: 0.1875rem;
left: 0.1875rem;
width: 1.125rem;
height: 1.125rem;
border-radius: 1.125rem;
background: #fff;
}

.toggleBtn.active {
background-color: #EFEFEF;
}


.toggleBtn.active>.handle {
left: 114px;
transition: left 0.25s;
}
/* .toggleBtn.btn-xs>.handle:after{
content: 'Move In'
} */
button.btn.btn-xs.toggleBtn:after {
content: 'Rent Out';
font-size: 13px;
right: 30px;
position: absolute;
top: 8px;
color: #000000;
}
button.btn.btn-xs.toggleBtn.active:before {
content: "Move In";
position: absolute;
font-size: 13px;
left: 35px;
top: 8px;
color: #000000;
}
button.btn.btn-xs.toggleBtn.active:after {
content: '';
}
.toggleBtn.active >.handle:after{
content: 'Rent Out';
position: absolute;
font-size: 13px;
top: 8px;
right:30px;
}
button.btn.btn-xs.toggleBtn:before {
content: 'Move In';
position: absolute;
font-size: 13px;
left: 35px;
z-index: 9999;
top: 8px;
color: #fff;
}
.acc_title_span:not(:empty):not(:last-child):after { 
content: ", "; 
}
.included_item{
font-weight: 300;
line-height: 20px;
}

.caution-note{
color: #4A4A4A;
font-size: 14px;
letter-spacing: 0;
line-height: 16px;
padding: 20px;
font-weight: 300;
}
.caution-note .bold{
    font-weight: 700;
    color: #222222;
}

@media (min-width: 768px) {
    .caution-note {
        padding: 0;
    }
}
.font14{
font-size: 14px;
}
.save-disable:disabled {
background-color: #F5F8FB;
color: #212121;
opacity: 1;
}
.test.whatscard{
transition: all 0.2s;
}
.overlay-whatsincluded{
top: 0;
}
.saveBtn:disabled{
opacity: 1;
}
.carousel-inner a{
color: #212121;
text-decoration: none;
}


.shape{
width: 90%;
height: 100%;
margin: 10px auto;
display: flex;
flex-direction: column;
}

.wardrobe{

width: 100%;
height: 100%;
/* display: flex; */
flex-direction: column;
justify-content: space-evenly;
margin: 0 auto;
/* margin: auto; */
align-items: center;
}

.show{
display: flex;
flex-direction: column;
}

.hide{
display: none;
}
/* //proceed anyway */
.proceed-anyway .optionWrap3{
    display: flex;
    flex-direction: column;
    /* font-size: 18px;
    font-weight: 600;
    border: 1px solid #eee;
    margin: 20px; */


    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.16);
}
.proceed-anyway .optionWrap3 .textWrap{
    display: flex;
    flex-direction: column;
    /* font-family: Lato; */
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}
.proceed-anyway .optionWrap3 .textWrap *{
   margin: 15px 0;
}
#proceed-anyway-btn{
    background: #E71C24;
    color : white;
    outline: none;
    border-style: none;
    padding: 5px 10px;
    height: 48px;
    width: 296px;
    border-radius: 8px;
    background-color: #E71C24;
}
.cancel-proceed-anyway{
    text-align: end;
    padding: 0 10px;
    color: #8e9194;
}
.cancel-proceed-anyway:hover{
    color: #000;
}

@media (max-width: 768px) {
    .gfeStickyWrapper {
        border-top: 1px solid #ccc;
        padding: 10px 8px;
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 99;
        width: 100%;
    }

    .gfeStickyWrapper.revamp {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .gfeStickyWrapper .slide-2 {
        transform: translateY(-34%) !important;
    }

    .gfeStickyWrapper .slide-3 {
        transform: translateY(-67%) !important;
    }

    .gfeStickyWrapper .red-dots {
        transition: background-color ease-in-out, border-color ease-in-out;
        transition-delay: 300ms;
        border-color: #E71C24 !important;
        background-color: #E71C24;
    }
}

@media (min-width: 600px) {
    .formWrap {
        max-width: 100%;
        margin: 0px auto;
    }
    .banner.cityBgImg{
        height: 500px;
    }
    .step1FromContainer {
        max-width: 410px;
        max-height: 410px;
        margin: 0 auto;
    }
    .banner .banner-title.city{
        font-size: 35px;
        line-height: 40px;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    .formWrap {
        max-width: 100%;
        margin: 0px auto;
    }
    .banner{
        min-height: 43vh;
    }

    .banner.cityBgImg{
        height: 600px;
    }

    .banner .banner-title{
        width: 260px;
        margin-left: 36px;
        padding-top: 50px;
        font-size: 32px;
        line-height: 46px;
    }

    .banner .banner-title.city{
        font-size: 40px;
        line-height: 50px;
        padding-top: 68px;
        margin-left: 60px;
    }

    @media (min-width: 1024px) and (max-width: 1400px) and (orientation: landscape) {
        .banner{
            min-height: 60vh;
        }
        .banner .banner-title{
            padding-top: 50px;
        }
    }

    .step1FromContainer {
        position: absolute;
        background: #fff;
        max-width: 410px;
        max-height: 410px;
        right: 5%;
        top: calc(50% + 30px);
        transform: translateY(calc(-50%));
        border-radius: 8px;
    }

    @media (min-width: 700px) and (max-width: 900px) and (orientation: portrait) {
        .step1FromContainer {
            right: 3% !important;
        }
        .banner .banner-title{
            padding-top: 20px;
            line-height: 40px;
            font-size: 30px;
        }
    }
    
    .formstepscontainer, .topCaptionContainer, .footerForm {
        max-width: 410px;
        margin: 30px auto 10px;
    }
    .optionWrap1 .purpose-section{
        width: 100%;
        display: flex;    
    }
    .optionWrap1 .purpose-section .purpose-toggle-button{
        background-color: #FFFFFF;
        border: 1px solid #E71C24;
        color: #E71C24;
        border-radius: 6px;
        margin-top: 20px;
        margin-left: 8px;
        font-size: 14px;
        height: 32px;
        width: 104px;
    }
    .optionWrap1 .purpose-section .purpose-toggle-button:focus{
        outline: none;
    }
    .optionWrap1 .purpose-section .purpose-toggle-button:last-child{
        margin-right: 0px;
    }
    .optionWrap1 .purpose-section .active{
        color: #FFFFFF;
        background-color: #E71C24;
    }
    .footerForm.step1btn{
        margin: 15px auto 30px;
    }
}

@media (max-width: 768px) {
    .optionWrap1 .purpose-section .purpose-toggle-button{
        color: #E71C24;
        box-sizing: border-box;
        height: 32px;
        width: 104px;
        border: 1px solid #E71C24;
        border-radius: 6px;
        background-color: #FFFFFF;
        margin-top: 20px;
        margin-left: 8px;
        
        color: #E71C24;
        /* font-family: Lato; */
        font-size: 14px;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;;
    }
    .purpose-section{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .optionWrap1 .purpose-section .purpose-toggle-button:focus{
        outline: none;
    }
    .optionWrap1 .purpose-section .purpose-toggle-button:last-child{
        margin-right: 0px;
    }
    .optionWrap1 .purpose-section .purpose-toggle-button.remove-margin{
        margin-top: 0 !important;
    }
    .optionWrap1 .purpose-section .active{
        color: #FFFFFF;
        background-color: #E71C24;
    }
    .removate-tagline-text{
        background-color: #E71C24;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px;
        padding: 15px;
        margin-top: -20px;
    }
    .gfeStickyWrapper {
        box-shadow: 0 -2px 12px 0px rgba(176, 168, 168, 0.5);
        padding: 12px 10px 12px 13px;
    }
}
#loginEmail{
    width: 100%;
}
#loginPassword{
    width: 100%;
}
#whatsapp{
    
    border: 2px solid #4a4a4a !important;
     
  
     display: inline-block;
     font-weight: bold;
     border-radius: 2px;
     vertical-align: middle;
     color: #4a4a4a !important;
}

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: white;
    height: 16px;
    width: 16px;
    border: 1px solid white;
  }
  
 
  
  input[type=checkbox]:after {
    content: " ";
    display: inline-block;
    visibility: visible;
  }
  
  input[type=checkbox]:checked:after {
    content: "\2714";
    position: relative;
    left: 10%;
    top: -6px;
  }

  ::-webkit-input-placeholder {
    text-transform:capitalize;
    }
    .viewDetail2 .backto_estimate{
        display: inline-block;
        cursor: pointer;
        padding: 10px 10px 0px;
        color: #222;
    }
    .viewDetail2 .backto_estimate .backbtn{
        margin-right: 7px;
    }
#estimate_stickyBFC_button{
    position: fixed;
    bottom: 0px;
    z-index: 20;
    width: 100%;
    font-size: 18px;
    padding: 10px 0px;
    border-radius: 0px;
    display: none;
}
.commmonSticky_BFCbutton{
    display: block !important;
}
.commonCard_bfc{
    padding: 15px 15px 0px;
    text-align: center;
}
.commonCard_bfc p{
    margin-bottom: 2px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.commonCard_bfc .estimateBtn{
    border-radius: 6px;
    height: 48px;
}
@media (max-width: 1400px) and (min-width: 700px){
    .formUpdateTablet{
        height: auto;
        max-width: 100%;
    }
    .paddingUpdateTablet{
        padding-bottom: 20px;
    }
    .banner.cityBgImg.guaranteedCampaign{
        background-image: url('https://super.homelane.com/Guaranteed+campaign/city+landing+tablet.jpg');
    }
    .banner.cityBgImg.msdCampaign{
        background-image: url('https://super.homelane.com/campaigns/MSD+variant/MSD_Homepage_tablet.jpg');
    }
}

.step-img-wrapper {
    position: absolute;
    inset: 0;
    z-index: 99999;
}

.step-img-wrapper > img {
    height: 100%;
    width: 100%;
    background-color: #fff;
    animation: unset !important;
}

.label-wrapper {
    display: inline-flex;
    flex-grow: 1;
}

.page-label-title {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.dummySpace {
    height: 280px;
}

.fade-out {
    opacity: 0.5;
}
.blur {
    filter: blur(2px);
}
.GFEStickyWatermark {
    position: fixed;
    bottom: 30px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.carousel-container {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.space-bottom {
    padding-bottom: 150px !important;
}

@keyframes nudge {

    0% {
        transform: translateX(-5px);
    }

    33% {
        transform: translateX(5px);
    }

    66% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.add-space-acc {
    margin-bottom: 130px;
}
/* Syncing with Desktop UI */
.estimateBar {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 24px auto;
    border: 1px solid #E71C24;
    border-radius: 5px;
}

.popBtn {
    background-color: #ffffff;
    border-style: none;
    font-weight: 500;
    font-size: 14px;
    width: 34%;
    padding: 11px 0px;
    color: #E71C24;
}

.popBtn:nth-child(1) {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.popBtn:nth-child(2) {
    border-right: 1px solid #E71C24;
    border-left: 1px solid #E71C24;
    border-radius: 0;
}

.popBtn:nth-child(3) {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.popBtn:focus, .activePop {
    background-color: #E71C24;
    color: #ffffff;
    outline: none;
    border-right: none;
    font-weight: 700;
}

.shapeDropdownContainer {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 90%;
    margin: 0 auto;
}

.shapeLabel {
    font-size: 13px;
    color: #6A6A6A;
    font-weight: 400;
}

.shapeSelectWrapper {
    position: relative;
    width: 100%;
}

.shapeSelect {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    font-size: 13px;
    color: #222222;
    background: white;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdownOptions {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    z-index: 100;
    background: white;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
}

.dropdownOption {
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    color: #757575;
    transition: all 0.2s ease;
}

.dropdownOption:hover {
    background-color: #FDE8E9;
    color: #E71C24;
}

.dropdownArrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

@media (max-width: 768px) {
    .bedroomTabsContainer {
        display: flex;
        flex-direction: row;
        gap: 20px;
        border-bottom: 0.6px solid #B3B3B3;
        margin: 0 auto 24px auto;
        width: 90%;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.bedroomTab {
    padding: 12px 0;
    font-size: 16px;
    color: #757575;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-top: 0 !important;
}

.bedroomTab.active {
    color: #212121;
    font-weight: 700;
    border-bottom: 3px solid #E71C24;
}

.wardrobe-rectangle {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.remove-wardrobe {
    background-color: rgba(231, 28, 36, 0.08);
    color: #E71C24;
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 20px auto;
    margin-top: 0;
}

.remove-wardrobe {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.remove-wardrobe svg {
    color: #E71C24;
    width: 18px;
    height: 18px;
}

.remove-wardrobe span {
    font-size: 14px;
    font-weight: 500;
}

.counterEstimate {
    width: auto;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    color: gray;
}

.counterEstimate label {
    margin-bottom: 0;
    margin-left: 10px;
    color: #838383;
}

@media (max-width: 768px) {
    .counter {
        border-radius: 5px;
        border: 0.8px solid #838383;
        background-color: white;
        padding: 10px;
        font-size: 14px;
    }

    .estimatorInput {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 0.8px dashed #B3B3B3;
        padding: 20px 0;
    }
}

.kitchenForm {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin: 20px auto;
    row-gap: 16px;
}

.wardrobe-form {
    width: 100% !important;
}

.productDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 0.8px dashed #B3B3B3;
    column-gap: 20px;
    width: 100%;
}

.intImg {
    width: 60px;
    height: auto;
}

.intDescrp {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.intItem {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}

.addOnCount {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.quantBtn {
    border: 1.5px solid #E71C24 !important;
    background-color: #ffffff !important;
    font-weight: bold !important;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #e71c24 !important;
    border-radius: 4px;
}

.intQuant {
    width: 20px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #212121;
    border: none;
    background: transparent;
}

.savebtnDiv {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.saveEstimate {
    background-color: #E71C24;
    color: #F7F7F7;
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    padding: 16px 0;
}

.saveEstimate:disabled {
    background-color: #F5F8FB;
    color: #757575;
}

@media (max-width: 768px) {
    .kitchenCont, .bedroomCont, .interiorCont {
        width: 100%;
        margin-top: 20px;
    }
}

.addWardrodeBtn {
    background-color: #E71C24 !important;
    color: #F7F7F7 !important;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
}

.bedroom-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.otherIntList {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.addon-item {
    display: flex;
    gap: 16px;
    border-bottom: 1px dashed #B3B3B3;
    border-radius: 8px;
    background: white;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
}

.addon-image {
    width: 60px;
    height: 60px;
}

.addon-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.addon-details {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.addon-name {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}

.addon-actions {
    display: flex;
    justify-content: flex-end;
}

.add-btn {
    background: white;
    border: 1px solid #E71C24;
    color: #E71C24;
    padding: 4px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.counter-container {
    display: flex;
    align-items: center;
    border: 1px solid #E71C24;
    border-radius: 4px;
    overflow: hidden;
}

.counter-btn {
    background: white;
    border: none;
    color: #E71C24;
    width: 28px;
    height: 28px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-input {
    width: 30px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    color: #212121;
}

/* Bottom Sheet Style for Mobile */
.whatsInclude_popUpSection {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden !important;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
}

.popup-container {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    animation: slideUp 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    bottom: 0;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.popup-close-container {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}

.mobile-popup-close {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.whatsInclude_popUpSection .customizePopup {
    background: #fff;
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.whatsInclude_popUpSection .customizeHeader {
    position: relative; /* Change from fixed/absolute within this container */
    width: 100%;
    height: 50px;
    border-radius: 20px 20px 0 0;
    z-index: 10;
    background-color: #fff;
}

.whatsInclude_popUpSection .popup-heading {
    flex: 1;
    font-weight: 500;
    padding: 0 20px;
    font-size: 13px;
    color: #222222;
}

.whatsInclude_popUpSection .customize-content {
    flex: 1;
    margin-top: 0 !important;
    padding-top: 10px;
    overflow-y: auto;
    padding-bottom: 70px; /* Space for fixed button */
    width: 100%;
}

.whatsInclude_popUpSection .saveBtn {
    position: fixed; /* Stick to popup bottom */
    bottom: 0;
    width: 100%;
}

@media (max-width: 768px) {

    /* Image Enlarge Modal */
    .imageEnlargeOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(3px);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999999;
        cursor: pointer;
    }

    .imageEnlargeContainer {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        background: white;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        cursor: default;
        overflow: visible;
    }

    .closeEnlargeIcon {
        position: absolute;
        top: -54px;
        right: 12px;
        width: 40px;
        height: 40px;
        background-color: #000000;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        color: #FFFFFF;
        z-index: 1;
    }

    .closeEnlargeIcon svg {
        width: 24px;
        height: 24px;
    }

    .enlargedImage {
        max-width: 100%;
        max-height: 70vh;
        object-fit: contain;
    }

    .imageCaption {
        position: absolute;
        bottom: -40px;
        font-size: 16px;
        font-weight: 400;
        color: white;
        text-align: left;
        width: 100%;
        left: 16px;
    }

}

