@charset "UTF-8";

.intl-tel-input {
  display: inline-block;
  position: relative
}

.intl-tel-input * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box
}

.intl-tel-input .hide {
  display: none
}

.intl-tel-input .v-hide {
  visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
  margin-bottom: 0 !important;
  margin-right: 0;
  margin-top: 0 !important;
  padding-right: 36px;
  position: relative;
  z-index: 0
}

.intl-tel-input .flag-container {
  bottom: 0;
  padding: 1px;
  position: absolute;
  right: 0;
  top: 0
}

.intl-tel-input .flag-container .arrow {
  font-size: 6px;
  margin-left: 5px
}

.intl-tel-input .flag-container .arrow.up:after {
  content: "▲"
}

.intl-tel-input .flag-container .arrow.down:after {
  content: "▼"
}

.intl-tel-input .selected-flag {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  display: -moz-box;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 36px;
  z-index: 1
}

.intl-tel-input .country-list {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
  list-style: none;
  margin: 0 0 0 -1px;
  max-height: 200px;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  text-align: left;
  white-space: nowrap;
  z-index: 2
}

.intl-tel-input .country-list .divider {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px
}

@media(max-width:500px) {
  .intl-tel-input .country-list {
    white-space: normal
  }
}

.intl-tel-input .country-list .country {
  padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
  color: #999
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  margin-right: 6px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text] {
  margin-left: 0;
  padding-left: 52px;
  padding-right: 6px
}

.intl-tel-input.allow-dropdown .flag-container {
  left: 0;
  right: auto;
  width: 100%
}

.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
  cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
  background-color: transparent
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, .05);
  display: table
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  display: table-cell;
  padding-left: 28px;
  vertical-align: middle
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 76px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 70px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 84px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 78px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 92px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 86px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 100px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 94px
}

.intl-tel-input.iti-container {
  left: -1000px;
  padding: 1px;
  position: absolute;
  top: -1000px;
  z-index: 1060
}

.intl-tel-input.iti-container:hover {
  cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
  bottom: 30px;
  left: 30px;
  position: fixed;
  right: 30px;
  top: 30px
}

.iti-mobile .intl-tel-input .country-list {
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
  line-height: 1.5em;
  padding: 10px
}

.iti-flag.be {
  width: 18px
}

.iti-flag.ch {
  width: 15px
}

.iti-flag.mc {
  width: 19px
}

.iti-flag.ne {
  width: 18px
}

.iti-flag.np {
  width: 13px
}

.iti-flag.va {
  width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
  .iti-flag {
    background-size: 5630px 15px
  }
}

.iti-flag.ac {
  background-position: 0 0;
  height: 10px
}

.iti-flag.ad {
  background-position: -22px 0;
  height: 14px
}

.iti-flag.ae {
  background-position: -44px 0;
  height: 10px
}

.iti-flag.af {
  background-position: -66px 0;
  height: 14px
}

.iti-flag.ag {
  background-position: -88px 0;
  height: 14px
}

.iti-flag.ai {
  background-position: -110px 0;
  height: 10px
}

.iti-flag.al {
  background-position: -132px 0;
  height: 15px
}

.iti-flag.am {
  background-position: -154px 0;
  height: 10px
}

.iti-flag.ao {
  background-position: -176px 0;
  height: 14px
}

.iti-flag.aq {
  background-position: -198px 0;
  height: 14px
}

.iti-flag.ar {
  background-position: -220px 0;
  height: 13px
}

.iti-flag.as {
  background-position: -242px 0;
  height: 10px
}

.iti-flag.at {
  background-position: -264px 0;
  height: 14px
}

.iti-flag.au {
  background-position: -286px 0;
  height: 10px
}

.iti-flag.aw {
  background-position: -308px 0;
  height: 14px
}

.iti-flag.ax {
  background-position: -330px 0;
  height: 13px
}

.iti-flag.az {
  background-position: -352px 0;
  height: 10px
}

.iti-flag.ba {
  background-position: -374px 0;
  height: 10px
}

.iti-flag.bb {
  background-position: -396px 0;
  height: 14px
}

.iti-flag.bd {
  background-position: -418px 0;
  height: 12px
}

.iti-flag.be {
  background-position: -440px 0;
  height: 15px
}

.iti-flag.bf {
  background-position: -460px 0;
  height: 14px
}

.iti-flag.bg {
  background-position: -482px 0;
  height: 12px
}

.iti-flag.bh {
  background-position: -504px 0;
  height: 12px
}

.iti-flag.bi {
  background-position: -526px 0;
  height: 12px
}

.iti-flag.bj {
  background-position: -548px 0;
  height: 14px
}

.iti-flag.bl {
  background-position: -570px 0;
  height: 14px
}

.iti-flag.bm {
  background-position: -592px 0;
  height: 10px
}

.iti-flag.bn {
  background-position: -614px 0;
  height: 10px
}

.iti-flag.bo {
  background-position: -636px 0;
  height: 14px
}

.iti-flag.bq {
  background-position: -658px 0;
  height: 14px
}

.iti-flag.br {
  background-position: -680px 0;
  height: 14px
}

.iti-flag.bs {
  background-position: -702px 0;
  height: 10px
}

.iti-flag.bt {
  background-position: -724px 0;
  height: 14px
}

.iti-flag.bv {
  background-position: -746px 0;
  height: 15px
}

.iti-flag.bw {
  background-position: -768px 0;
  height: 14px
}

.iti-flag.by {
  background-position: -790px 0;
  height: 10px
}

.iti-flag.bz {
  background-position: -812px 0;
  height: 14px
}

.iti-flag.ca {
  background-position: -834px 0;
  height: 10px
}

.iti-flag.cc {
  background-position: -856px 0;
  height: 10px
}

.iti-flag.cd {
  background-position: -878px 0;
  height: 15px
}

.iti-flag.cf {
  background-position: -900px 0;
  height: 14px
}

.iti-flag.cg {
  background-position: -922px 0;
  height: 14px
}

.iti-flag.ch {
  background-position: -944px 0;
  height: 15px
}

.iti-flag.ci {
  background-position: -961px 0;
  height: 14px
}

.iti-flag.ck {
  background-position: -983px 0;
  height: 10px
}

.iti-flag.cl {
  background-position: -1005px 0;
  height: 14px
}

.iti-flag.cm {
  background-position: -1027px 0;
  height: 14px
}

.iti-flag.cn {
  background-position: -1049px 0;
  height: 14px
}

.iti-flag.co {
  background-position: -1071px 0;
  height: 14px
}

.iti-flag.cp {
  background-position: -1093px 0;
  height: 14px
}

.iti-flag.cr {
  background-position: -1115px 0;
  height: 12px
}

.iti-flag.cu {
  background-position: -1137px 0;
  height: 10px
}

.iti-flag.cv {
  background-position: -1159px 0;
  height: 12px
}

.iti-flag.cw {
  background-position: -1181px 0;
  height: 14px
}

.iti-flag.cx {
  background-position: -1203px 0;
  height: 10px
}

.iti-flag.cy {
  background-position: -1225px 0;
  height: 14px
}

.iti-flag.cz {
  background-position: -1247px 0;
  height: 14px
}

.iti-flag.de {
  background-position: -1269px 0;
  height: 12px
}

.iti-flag.dg {
  background-position: -1291px 0;
  height: 10px
}

.iti-flag.dj {
  background-position: -1313px 0;
  height: 14px
}

.iti-flag.dk {
  background-position: -1335px 0;
  height: 15px
}

.iti-flag.dm {
  background-position: -1357px 0;
  height: 10px
}

.iti-flag.do {
  background-position: -1379px 0;
  height: 13px
}

.iti-flag.dz {
  background-position: -1401px 0;
  height: 14px
}

.iti-flag.ea {
  background-position: -1423px 0;
  height: 14px
}

.iti-flag.ec {
  background-position: -1445px 0;
  height: 14px
}

.iti-flag.ee {
  background-position: -1467px 0;
  height: 13px
}

.iti-flag.eg {
  background-position: -1489px 0;
  height: 14px
}

.iti-flag.eh {
  background-position: -1511px 0;
  height: 10px
}

.iti-flag.er {
  background-position: -1533px 0;
  height: 10px
}

.iti-flag.es {
  background-position: -1555px 0;
  height: 14px
}

.iti-flag.et {
  background-position: -1577px 0;
  height: 10px
}

.iti-flag.eu {
  background-position: -1599px 0;
  height: 14px
}

.iti-flag.fi {
  background-position: -1621px 0;
  height: 12px
}

.iti-flag.fj {
  background-position: -1643px 0;
  height: 10px
}

.iti-flag.fk {
  background-position: -1665px 0;
  height: 10px
}

.iti-flag.fm {
  background-position: -1687px 0;
  height: 11px
}

.iti-flag.fo {
  background-position: -1709px 0;
  height: 15px
}

.iti-flag.fr {
  background-position: -1731px 0;
  height: 14px
}

.iti-flag.ga {
  background-position: -1753px 0;
  height: 15px
}

.iti-flag.gb {
  background-position: -1775px 0;
  height: 10px
}

.iti-flag.gd {
  background-position: -1797px 0;
  height: 12px
}

.iti-flag.ge {
  background-position: -1819px 0;
  height: 14px
}

.iti-flag.gf {
  background-position: -1841px 0;
  height: 14px
}

.iti-flag.gg {
  background-position: -1863px 0;
  height: 14px
}

.iti-flag.gh {
  background-position: -1885px 0;
  height: 14px
}

.iti-flag.gi {
  background-position: -1907px 0;
  height: 10px
}

.iti-flag.gl {
  background-position: -1929px 0;
  height: 14px
}

.iti-flag.gm {
  background-position: -1951px 0;
  height: 14px
}

.iti-flag.gn {
  background-position: -1973px 0;
  height: 14px
}

.iti-flag.gp {
  background-position: -1995px 0;
  height: 14px
}

.iti-flag.gq {
  background-position: -2017px 0;
  height: 14px
}

.iti-flag.gr {
  background-position: -2039px 0;
  height: 14px
}

.iti-flag.gs {
  background-position: -2061px 0;
  height: 10px
}

.iti-flag.gt {
  background-position: -2083px 0;
  height: 13px
}

.iti-flag.gu {
  background-position: -2105px 0;
  height: 11px
}

.iti-flag.gw {
  background-position: -2127px 0;
  height: 10px
}

.iti-flag.gy {
  background-position: -2149px 0;
  height: 12px
}

.iti-flag.hk {
  background-position: -2171px 0;
  height: 14px
}

.iti-flag.hm {
  background-position: -2193px 0;
  height: 10px
}

.iti-flag.hn {
  background-position: -2215px 0;
  height: 10px
}

.iti-flag.hr {
  background-position: -2237px 0;
  height: 10px
}

.iti-flag.ht {
  background-position: -2259px 0;
  height: 12px
}

.iti-flag.hu {
  background-position: -2281px 0;
  height: 10px
}

.iti-flag.ic {
  background-position: -2303px 0;
  height: 14px
}

.iti-flag.id {
  background-position: -2325px 0;
  height: 14px
}

.iti-flag.ie {
  background-position: -2347px 0;
  height: 10px
}

.iti-flag.il {
  background-position: -2369px 0;
  height: 15px
}

.iti-flag.im {
  background-position: -2391px 0;
  height: 10px
}

.iti-flag.in {
  background-position: -2413px 0;
  height: 14px
}

.iti-flag.io {
  background-position: -2435px 0;
  height: 10px
}

.iti-flag.iq {
  background-position: -2457px 0;
  height: 14px
}

.iti-flag.ir {
  background-position: -2479px 0;
  height: 12px
}

.iti-flag.is {
  background-position: -2501px 0;
  height: 15px
}

.iti-flag.it {
  background-position: -2523px 0;
  height: 14px
}

.iti-flag.je {
  background-position: -2545px 0;
  height: 12px
}

.iti-flag.jm {
  background-position: -2567px 0;
  height: 10px
}

.iti-flag.jo {
  background-position: -2589px 0;
  height: 10px
}

.iti-flag.jp {
  background-position: -2611px 0;
  height: 14px
}

.iti-flag.ke {
  background-position: -2633px 0;
  height: 14px
}

.iti-flag.kg {
  background-position: -2655px 0;
  height: 12px
}

.iti-flag.kh {
  background-position: -2677px 0;
  height: 13px
}

.iti-flag.ki {
  background-position: -2699px 0;
  height: 10px
}

.iti-flag.km {
  background-position: -2721px 0;
  height: 12px
}

.iti-flag.kn {
  background-position: -2743px 0;
  height: 14px
}

.iti-flag.kp {
  background-position: -2765px 0;
  height: 10px
}

.iti-flag.kr {
  background-position: -2787px 0;
  height: 14px
}

.iti-flag.kw {
  background-position: -2809px 0;
  height: 10px
}

.iti-flag.ky {
  background-position: -2831px 0;
  height: 10px
}

.iti-flag.kz {
  background-position: -2853px 0;
  height: 10px
}

.iti-flag.la {
  background-position: -2875px 0;
  height: 14px
}

.iti-flag.lb {
  background-position: -2897px 0;
  height: 14px
}

.iti-flag.lc {
  background-position: -2919px 0;
  height: 10px
}

.iti-flag.li {
  background-position: -2941px 0;
  height: 12px
}

.iti-flag.lk {
  background-position: -2963px 0;
  height: 10px
}

.iti-flag.lr {
  background-position: -2985px 0;
  height: 11px
}

.iti-flag.ls {
  background-position: -3007px 0;
  height: 14px
}

.iti-flag.lt {
  background-position: -3029px 0;
  height: 12px
}

.iti-flag.lu {
  background-position: -3051px 0;
  height: 12px
}

.iti-flag.lv {
  background-position: -3073px 0;
  height: 10px
}

.iti-flag.ly {
  background-position: -3095px 0;
  height: 10px
}

.iti-flag.ma {
  background-position: -3117px 0;
  height: 14px
}

.iti-flag.mc {
  background-position: -3139px 0;
  height: 15px
}

.iti-flag.md {
  background-position: -3160px 0;
  height: 10px
}

.iti-flag.me {
  background-position: -3182px 0;
  height: 10px
}

.iti-flag.mf {
  background-position: -3204px 0;
  height: 14px
}

.iti-flag.mg {
  background-position: -3226px 0;
  height: 14px
}

.iti-flag.mh {
  background-position: -3248px 0;
  height: 11px
}

.iti-flag.mk {
  background-position: -3270px 0;
  height: 10px
}

.iti-flag.ml {
  background-position: -3292px 0;
  height: 14px
}

.iti-flag.mm {
  background-position: -3314px 0;
  height: 14px
}

.iti-flag.mn {
  background-position: -3336px 0;
  height: 10px
}

.iti-flag.mo {
  background-position: -3358px 0;
  height: 14px
}

.iti-flag.mp {
  background-position: -3380px 0;
  height: 10px
}

.iti-flag.mq {
  background-position: -3402px 0;
  height: 14px
}

.iti-flag.mr {
  background-position: -3424px 0;
  height: 14px
}

.iti-flag.ms {
  background-position: -3446px 0;
  height: 10px
}

.iti-flag.mt {
  background-position: -3468px 0;
  height: 14px
}

.iti-flag.mu {
  background-position: -3490px 0;
  height: 14px
}

.iti-flag.mv {
  background-position: -3512px 0;
  height: 14px
}

.iti-flag.mw {
  background-position: -3534px 0;
  height: 14px
}

.iti-flag.mx {
  background-position: -3556px 0;
  height: 12px
}

.iti-flag.my {
  background-position: -3578px 0;
  height: 10px
}

.iti-flag.mz {
  background-position: -3600px 0;
  height: 14px
}

.iti-flag.na {
  background-position: -3622px 0;
  height: 14px
}

.iti-flag.nc {
  background-position: -3644px 0;
  height: 10px
}

.iti-flag.ne {
  background-position: -3666px 0;
  height: 15px
}

.iti-flag.nf {
  background-position: -3686px 0;
  height: 10px
}

.iti-flag.ng {
  background-position: -3708px 0;
  height: 10px
}

.iti-flag.ni {
  background-position: -3730px 0;
  height: 12px
}

.iti-flag.nl {
  background-position: -3752px 0;
  height: 14px
}

.iti-flag.no {
  background-position: -3774px 0;
  height: 15px
}

.iti-flag.np {
  background-position: -3796px 0;
  height: 15px
}

.iti-flag.nr {
  background-position: -3811px 0;
  height: 10px
}

.iti-flag.nu {
  background-position: -3833px 0;
  height: 10px
}

.iti-flag.nz {
  background-position: -3855px 0;
  height: 10px
}

.iti-flag.om {
  background-position: -3877px 0;
  height: 10px
}

.iti-flag.pa {
  background-position: -3899px 0;
  height: 14px
}

.iti-flag.pe {
  background-position: -3921px 0;
  height: 14px
}

.iti-flag.pf {
  background-position: -3943px 0;
  height: 14px
}

.iti-flag.pg {
  background-position: -3965px 0;
  height: 15px
}

.iti-flag.ph {
  background-position: -3987px 0;
  height: 10px
}

.iti-flag.pk {
  background-position: -4009px 0;
  height: 14px
}

.iti-flag.pl {
  background-position: -4031px 0;
  height: 13px
}

.iti-flag.pm {
  background-position: -4053px 0;
  height: 14px
}

.iti-flag.pn {
  background-position: -4075px 0;
  height: 10px
}

.iti-flag.pr {
  background-position: -4097px 0;
  height: 14px
}

.iti-flag.ps {
  background-position: -4119px 0;
  height: 10px
}

.iti-flag.pt {
  background-position: -4141px 0;
  height: 14px
}

.iti-flag.pw {
  background-position: -4163px 0;
  height: 13px
}

.iti-flag.py {
  background-position: -4185px 0;
  height: 11px
}

.iti-flag.qa {
  background-position: -4207px 0;
  height: 8px
}

.iti-flag.re {
  background-position: -4229px 0;
  height: 14px
}

.iti-flag.ro {
  background-position: -4251px 0;
  height: 14px
}

.iti-flag.rs {
  background-position: -4273px 0;
  height: 14px
}

.iti-flag.ru {
  background-position: -4295px 0;
  height: 14px
}

.iti-flag.rw {
  background-position: -4317px 0;
  height: 14px
}

.iti-flag.sa {
  background-position: -4339px 0;
  height: 14px
}

.iti-flag.sb {
  background-position: -4361px 0;
  height: 10px
}

.iti-flag.sc {
  background-position: -4383px 0;
  height: 10px
}

.iti-flag.sd {
  background-position: -4405px 0;
  height: 10px
}

.iti-flag.se {
  background-position: -4427px 0;
  height: 13px
}

.iti-flag.sg {
  background-position: -4449px 0;
  height: 14px
}

.iti-flag.sh {
  background-position: -4471px 0;
  height: 10px
}

.iti-flag.si {
  background-position: -4493px 0;
  height: 10px
}

.iti-flag.sj {
  background-position: -4515px 0;
  height: 15px
}

.iti-flag.sk {
  background-position: -4537px 0;
  height: 14px
}

.iti-flag.sl {
  background-position: -4559px 0;
  height: 14px
}

.iti-flag.sm {
  background-position: -4581px 0;
  height: 15px
}

.iti-flag.sn {
  background-position: -4603px 0;
  height: 14px
}

.iti-flag.so {
  background-position: -4625px 0;
  height: 14px
}

.iti-flag.sr {
  background-position: -4647px 0;
  height: 14px
}

.iti-flag.ss {
  background-position: -4669px 0;
  height: 10px
}

.iti-flag.st {
  background-position: -4691px 0;
  height: 10px
}

.iti-flag.sv {
  background-position: -4713px 0;
  height: 12px
}

.iti-flag.sx {
  background-position: -4735px 0;
  height: 14px
}

.iti-flag.sy {
  background-position: -4757px 0;
  height: 14px
}

.iti-flag.sz {
  background-position: -4779px 0;
  height: 14px
}

.iti-flag.ta {
  background-position: -4801px 0;
  height: 10px
}

.iti-flag.tc {
  background-position: -4823px 0;
  height: 10px
}

.iti-flag.td {
  background-position: -4845px 0;
  height: 14px
}

.iti-flag.tf {
  background-position: -4867px 0;
  height: 14px
}

.iti-flag.tg {
  background-position: -4889px 0;
  height: 13px
}

.iti-flag.th {
  background-position: -4911px 0;
  height: 14px
}

.iti-flag.tj {
  background-position: -4933px 0;
  height: 10px
}

.iti-flag.tk {
  background-position: -4955px 0;
  height: 10px
}

.iti-flag.tl {
  background-position: -4977px 0;
  height: 10px
}

.iti-flag.tm {
  background-position: -4999px 0;
  height: 14px
}

.iti-flag.tn {
  background-position: -5021px 0;
  height: 14px
}

.iti-flag.to {
  background-position: -5043px 0;
  height: 10px
}

.iti-flag.tr {
  background-position: -5065px 0;
  height: 14px
}

.iti-flag.tt {
  background-position: -5087px 0;
  height: 12px
}

.iti-flag.tv {
  background-position: -5109px 0;
  height: 10px
}

.iti-flag.tw {
  background-position: -5131px 0;
  height: 14px
}

.iti-flag.tz {
  background-position: -5153px 0;
  height: 14px
}

.iti-flag.ua {
  background-position: -5175px 0;
  height: 14px
}

.iti-flag.ug {
  background-position: -5197px 0;
  height: 14px
}

.iti-flag.um {
  background-position: -5219px 0;
  height: 11px
}

.iti-flag.us {
  background-position: -5241px 0;
  height: 11px
}

.iti-flag.uy {
  background-position: -5263px 0;
  height: 14px
}

.iti-flag.uz {
  background-position: -5285px 0;
  height: 10px
}

.iti-flag.va {
  background-position: -5307px 0;
  height: 15px
}

.iti-flag.vc {
  background-position: -5324px 0;
  height: 14px
}

.iti-flag.ve {
  background-position: -5346px 0;
  height: 14px
}

.iti-flag.vg {
  background-position: -5368px 0;
  height: 10px
}

.iti-flag.vi {
  background-position: -5390px 0;
  height: 14px
}

.iti-flag.vn {
  background-position: -5412px 0;
  height: 14px
}

.iti-flag.vu {
  background-position: -5434px 0;
  height: 12px
}

.iti-flag.wf {
  background-position: -5456px 0;
  height: 14px
}

.iti-flag.ws {
  background-position: -5478px 0;
  height: 10px
}

.iti-flag.xk {
  background-position: -5500px 0;
  height: 15px
}

.iti-flag.ye {
  background-position: -5522px 0;
  height: 14px
}

.iti-flag.yt {
  background-position: -5544px 0;
  height: 14px
}

.iti-flag.za {
  background-position: -5566px 0;
  height: 14px
}

.iti-flag.zm {
  background-position: -5588px 0;
  height: 14px
}

.iti-flag.zw {
  background-position: -5610px 0;
  height: 10px
}

.iti-flag {
  background-color: #dbdbdb;
  background-image: url(https://ux-designs.homelane.com/_next/static/media/flags.33fd54b6795d974ee79dff395b71fcc6.png);
  background-position: 20px 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 1px 0 #888;
  box-shadow: 0 0 1px 0 #888;
  height: 15px;
  width: 20px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
  .iti-flag {
    background-image: url(https://ux-designs.homelane.com/_next/static/media/flags@2x.154883c46a77629695d41c4199fe3863.png)
  }
}

.iti-flag.np {
  background-color: transparent
}

.registerLoginComponent_dis-none__Ah0OA {
  display: none
}

.registerLoginComponent_errMsg__uV28U.registerLoginComponent_success__AlUl9 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.registerLoginComponent_registerLoginContainer__1qgv1 {
  height: 100%
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_loginComponent__1-WlH {
  display: inline-block;
  height: 100%;
  width: 55%
}

.registerLoginComponent_outerBox__2WX2T {
  border-radius: 10px
}

.registerLoginComponent_sideImage__36a_e {
  background-color: #fff;
  border-radius: 0 6px 6px 0;
  height: 129px;
  margin: 77px 24px 0;
  width: 355px
}

.registerLoginComponent_registerComponent__3Suqd {
  display: inline-block;
  height: 100%;
  padding: 24px;
  width: 100%
}

.registerLoginComponent_errLink__FpU2L {
  color: #e71c24;
  font-weight: 600;
  text-decoration: underline
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_optWhatsappLabel__1FNjV {
  -webkit-touch-callout: none;
  color: #616161;
  cursor: pointer;
  display: inline;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.registerLoginComponent_optWhatsappLabel__1FNjV {
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  font-weight: 500;
  margin: 0 0 0 3px;
  vertical-align: middle
}

.registerLoginComponent_optwhatsappcont__1ISUa {
  line-height: 0;
  margin-top: 5px
}

.registerLoginComponent_form-label__16ibY {
  color: #474a50 !important;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0 !important;
  max-width: 100%
}

#registerLoginComponent_close_popUP__3VXjk {
  color: #e71c24;
  display: block;
  font-size: .8em;
  margin: auto;
  padding-top: 10px;
  text-align: center;
  text-decoration: underline
}

.registerLoginComponent_frm-title__15mdk {
  margin-bottom: 16px !important;
  text-align: left
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_frm-grp__2OuY-.registerLoginComponent_btn-block__1m2W2 {
  margin-bottom: 0;
  padding-top: 10px
}

.registerLoginComponent_loginComponent__1-WlH .registerLoginComponent_frm-grp__2OuY-.registerLoginComponent_btn-block__1m2W2 {
  margin-bottom: 0
}

.registerLoginComponent_login__1RD5Q {
  background: #fff;
  color: #e71c24;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0
}

.registerLoginComponent_registerLoginContainer__1qgv1 label.registerLoginComponent_error-lab__fRbxl {
  bottom: -19px;
  color: #e71c24;
  font-size: 10px;
  font-weight: 500;
  left: 0;
  line-height: 22px;
  margin: 6px 0 0;
  position: absolute
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_mainBtn__1ROy8 {
  background-color: #e71c24 !important;
  background-image: none;
  border: 1px solid;
  border-radius: 2px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.12px;
  line-height: 22px;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_term-condition-line__2O9Z4 {
  margin-top: 6px
}

.registerLoginComponent_term-condition-line__2O9Z4 {
  color: #9b9b9b;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px
}

.registerLoginComponent_term-condition-link__7tdY2 {
  color: #9b9b9b
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_orOtherSignOptionsMain__2KepN {
  margin-top: 10px;
  padding: 0 24px
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_orOtherSignOptions__2smmq {
  text-align: center
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_orSignUpTxtSpan__1y_QI {
  color: #212529;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_socialLinks__2Jazf svg {
  cursor: pointer;
  height: 40px;
  vertical-align: middle;
  width: 40px
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_socialLinks__2Jazf svg.registerLoginComponent_reg-google__37KBQ {
  height: 40px;
  width: 40px
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_exist-user__2Z7Az {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 32px
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_socialLinks__2Jazf svg {
  margin-right: 10px
}

.registerLoginComponent_forgotPassword__3nzR4 {
  color: #f95656;
  float: right;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  text-decoration: none
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-grp__2OuY- svg {
  fill: #4caf50;
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 4%;
  top: 5%;
  width: 18px
}

.registerLoginComponent_bfcModal__3nLUm,
.registerLoginComponent_bfcTyModal__3poM-,
.registerLoginComponent_loginRegisterModal__j7Eur {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999
}

.registerLoginComponent_bfcOuterBox__GSo1p,
.registerLoginComponent_bfcTyOuterBox__1CvQM,
.registerLoginComponent_outerBox__2WX2T {
  background: #fafafa;
  color: #000;
  margin: 15% auto;
  position: relative;
  width: 90%
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR:active,
.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR:focus {
  outline: none
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_social-links__img__1t4eN {
  cursor: pointer
}

.registerLoginComponent_loginComponent__1-WlH h4,
.registerLoginComponent_registerComponent__3Suqd h4 {
  font-size: 17px
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_frm-grp__2OuY- {
  font-size: 14px;
  line-height: 1;
  text-align: left
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_frm-grp__2OuY-.registerLoginComponent_decrease-padding__17q8C {
  margin-bottom: 14px !important
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_form-input__xt3Mv,
.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid rgba(71, 74, 80, .2);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  height: auto !important;
  line-height: 22px;
  padding: 0 40px 10px 0;
  width: 100%
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_form-input__xt3Mv.registerLoginComponent_inner-input-child__3AChi,
.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR.registerLoginComponent_inner-input-child__3AChi {
  border-bottom: 0;
  margin-left: 47px !important;
  opacity: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  visibility: hidden;
  width: -webkit-calc(100% - 47px);
  width: calc(100% - 47px)
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_form-input__xt3Mv.registerLoginComponent_add-country-box__3HibK,
.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR.registerLoginComponent_add-country-box__3HibK {
  left: 46px;
  position: absolute;
  top: 0;
  width: -webkit-calc(100% - 47px);
  width: calc(100% - 47px)
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-grp__2OuY- {
  line-height: 1;
  margin-bottom: 24px;
  position: relative;
  text-align: left
}

.registerLoginComponent_registerLoginContainer__1qgv1 {
  display: -moz-box;
  display: flex;
  width: 100%;
  z-index: 9
}

#registerLoginComponent_proceed-anyway__30eIk {
  border: 1px solid #eee;
  margin: 20px
}

.registerLoginComponent_closeProceedAnyway__-oRvp {
  color: #8e9194;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0 10px;
  text-align: right
}

.registerLoginComponent_closeProceedAnyway__-oRvp:hover {
  color: #000
}

.registerLoginComponent_proceedAnywayWrapper__3aipi {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-align: center;
  align-items: center;
  color: #000;
  display: -moz-box;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 5% 0;
  padding: 0 20px;
  text-align: center
}

.registerLoginComponent_proceedAnywayWrapper__3aipi h2 {
  margin: 0;
  padding: 0
}

.registerLoginComponent_proceedAnywayWrapper__3aipi * {
  padding: 10px
}

.registerLoginComponent_proceedAnywayWrapper__3aipi p {
  margin-bottom: 12px;
  padding: 0
}

.registerLoginComponent_proceed-anyway-btn__2iGSA {
  background: #e71c24;
  border-style: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  padding: 10px 20px
}

@media(max-width:768px) {
  .registerLoginComponent_reglog__1CXMi {
    border: none;
    padding: 3px 0
  }

  .registerLoginComponent_optWhatsappLabel__1FNjV {
    color: #616161;
    cursor: pointer;
    display: inline;
    font-size: 10px;
    font-weight: 500;
    position: relative
  }

  .registerLoginComponent_outerBox__2WX2T .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    width: 60%
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_loginComponent__1-WlH {
    -webkit-box-shadow: 0 0 3px #f0f0f0;
    box-shadow: 0 0 3px #f0f0f0;
    padding: 20px;
    width: 100%
  }

  .registerLoginComponent_sideImage__36a_e {
    display: none
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-grp__2OuY-:not(.registerLoginComponent_btn-block__1m2W2) {
    margin-bottom: 26px;
    position: relative
  }

  #registerLoginComponent_bfcContainer__Wxeq5 .registerLoginComponent_form-input__xt3Mv {
    background-color: #fff;
    background-image: none;
    border-color: #cacaca;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #474a50 !important;
    display: block;
    font-weight: 500;
    height: 48px !important;
    line-height: 1.42857143;
    padding: 6px 12px;
    width: 100%
  }

  #registerLoginComponent_bfcContainer__Wxeq5 h4 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 15px 15px 15px 0;
    text-align: left !important
  }

  #registerLoginComponent_bfcContainer__Wxeq5 .registerLoginComponent_bfcTitle1__m2vHf {
    margin: 15px;
    text-align: center !important
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR {
    background: 0 0;
    border: 0 !important;
    border-bottom: 1px solid rgba(71, 74, 80, .2) !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    height: auto !important;
    line-height: 11px;
    padding: 0 40px 10px 0;
    width: 100%
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_social-links__img__1t4eN {
    cursor: pointer
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 svg#registerLoginComponent_google-sign-up__3eROP {
    height: 44px;
    width: 51px
  }

  .registerLoginComponent_loginComponent__1-WlH h4,
  .registerLoginComponent_registerComponent__3Suqd h4 {
    font-size: 20px;
    margin-top: 25px;
    text-align: center
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR:active,
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR:focus {
    outline: none
  }

  .registerLoginComponent_main-header__block__1FL2f,
  .registerLoginComponent_main-header__left-wrapper__22jF9,
  .registerLoginComponent_main-header__right-wrapper__1haHc {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -moz-box;
    display: flex;
    flex-direction: column
  }

  .registerLoginComponent_admin-info__1rSzM.registerLoginComponent_admin-info--sm__1NDjf a>img {
    height: 30px;
    width: 30px
  }

  #registerLoginComponent_navigation__Ncn1B {
    width: 100%
  }

  li#registerLoginComponent_litoggle__iJWWE {
    margin-bottom: 15px
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_errorInput__1E-pT {
    border-bottom-color: red !important
  }
}

@media(min-width:768px) {
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    display: block
  }

  .registerLoginComponent_bfcTyOuterBox__1CvQM {
    background: #fff;
    -webkit-box-shadow: 0 0 3px #f0f0f0;
    box-shadow: 0 0 3px #f0f0f0;
    color: #000;
    margin: 5% auto;
    padding: 2%;
    position: relative;
    width: 25%
  }

  .registerLoginComponent_main-header__block__1FL2f {
    -moz-box-pack: justify;
    display: -moz-box;
    display: flex;
    justify-content: space-between
  }

  #registerLoginComponent_close_popUP__3VXjk {
    color: #e71c24;
    display: block;
    font-size: .7em;
    margin: auto;
    padding-top: 5px;
    text-align: center;
    text-decoration: underline
  }

  #registerLoginComponent_bfcContainer__Wxeq5 .registerLoginComponent_form-input__xt3Mv {
    background-color: #fff;
    background-image: none;
    border-color: #cacaca;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #474a50 !important;
    display: block;
    font-weight: 500;
    height: 42px !important;
    line-height: 1.42857143;
    padding: 6px 12px !important;
    width: 100%
  }

  .registerLoginComponent_errMsg__uV28U a:hover {
    color: #007bff
  }

  .registerLoginComponent_errMsg__uV28U.registerLoginComponent_success__AlUl9 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
  }

  .registerLoginComponent_form-label__16ibY {
    font-size: 12px;
    line-height: 20px
  }

  .registerLoginComponent_thankPopup__2juY2 {
    -moz-box-pack: space-evenly;
    color: #737373;
    font-size: .9em;
    height: 100%;
    justify-content: space-evenly;
    line-height: 1.5;
    margin: auto;
    padding: 8%;
    text-align: center
  }

  .registerLoginComponent_thankDiv__1kURX,
  .registerLoginComponent_thankPopup__2juY2 {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-align: center;
    align-items: center;
    display: -moz-box;
    display: flex;
    flex-direction: column
  }

  .registerLoginComponent_thankDiv__1kURX {
    -moz-box-pack: justify;
    height: 50%;
    justify-content: space-between
  }

  .registerLoginComponent_bfcOk__2NGbh {
    background-color: #e71c24;
    border-style: none;
    color: #e9e2e1;
    font-weight: 800;
    margin: 2% 0;
    padding: 3%;
    width: 50%
  }

  #registerLoginComponent_plaDesk__Jfnrf {
    display: block
  }

  .registerLoginComponent_outerBox__2WX2T {
    margin: 2% auto;
    width: 60%
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_orOtherSignOptions__2smmq {
    margin: 0
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR {
    font-size: 14px;
    line-height: 11px;
    padding: 0 40px 10px 0 !important
  }

  .registerLoginComponent_sideImage__36a_e>img {
    height: 100%;
    width: 100%
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    width: 55%
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_loginComponent__1-WlH,
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_registerComponent__3Suqd {
    padding: 2% 2% 0 3%;
    width: 50%
  }

  .registerLoginComponent_optWhatsappLabel__1FNjV {
    color: #616161
  }

  .registerLoginComponent_loginComponent__1-WlH h4,
  .registerLoginComponent_registerComponent__3Suqd h4 {
    color: #222 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    padding: 0 0 14px;
    text-align: center
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_exist-user__2Z7Az {
    font-size: 14px
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-grp__2OuY-:not(.registerLoginComponent_btn-block__1m2W2) {
    margin-bottom: 25px
  }

  .registerLoginComponent_close-link__1eOYG {
    display: none
  }

  .registerLoginComponent_outerBoxToggle__3LOmy {
    width: 55% !important
  }

  .registerLoginComponent_sideImageToggle__2_YdT {
    width: 50% !important
  }

  #registerLoginComponent_sideLogToggle__RW92- {
    padding: 5% 2% 0 3%;
    width: 50% !important
  }

  .registerLoginComponent_button-container__39ReO {
    height: 100px;
    margin: 10px auto
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    display: inline
  }

  .registerLoginComponent_otpSection__x3vvj .registerLoginComponent_btn__3mfqv {
    background-color: transparent;
    border: 1px solid transparent
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-grp__2OuY- {
    margin-bottom: 24px !important
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_btn-block__1m2W2 {
    padding-bottom: 24px
  }
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_errorInput__1E-pT {
  border-bottom-color: red !important
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_socialLinks__2Jazf {
  margin-top: 10px
}

@media(max-width:768px) {
  .registerLoginComponent_closeBfc__1eJGc {
    color: #8e9194 !important
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 {
    background: #fff;
    border-radius: 8px;
    height: auto
  }

  .registerLoginComponent_loginComponent__1-WlH,
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_registerComponent__3Suqd {
    position: relative
  }
}

@media(min-width:768px) {

  .registerLoginComponent_loginComponent__1-WlH,
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_registerComponent__3Suqd {
    position: static
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    height: 100%;
    width: 45%
  }
}

@media only screen and (max-width:1370px) {
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    width: 50%
  }
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_frm-grp__2OuY- .registerLoginComponent_whatsappCheck_box__Fq5E- {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: auto
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_frm-grp__2OuY- .registerLoginComponent_whatsappCheck_box__Fq5E-:after {
  display: none
}

.registerLoginComponent_estimate_stepsBFC__14g2L {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1107
}

.registerLoginComponent_estimate_stepsBFC__14g2L .registerLoginComponent_estimateBFC_button__1twtA {
  border-radius: 0;
  font-size: 14px;
  padding: 15px;
  text-transform: uppercase;
  width: 100%
}

.registerLoginComponent_whatsappWrapper__28hG7 {
  font-weight: 500;
  margin-top: 12px
}

.otp_otpSection__2m0F2 .otp_limitOtp__SJX2-,
.otp_otpSection__2m0F2 .otp_validErrorOtp__224bq {
  color: #ff4712;
  left: 0 !important
}

.otp_otpSection__2m0F2 .otp_message__mr360 {
  color: green
}

.otp_otpSection__2m0F2 .otp_heading__26IGJ {
  margin: 20px 0
}

@media(max-width:768px),
(max-width:1250px),
(min-width:1280px) and (max-width:1366px) and (min-height:800px) and (max-height:1024px) and (orientation:landscape) {
  .otp_otpSection__2m0F2 {
    margin-top: 10%;
    padding: 0 18px 10%
  }

  .otp_otpSection__2m0F2 .otp_heading__26IGJ {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 26px;
    margin-top: 18px
  }

  .otp_otpInput__2L722 {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: justify;
    -moz-box-align: center;
    align-items: center;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible
  }

  .otp_otpInput__2L722 input {
    border: none;
    border-bottom: 1px solid #e0e0e0 !important;
    border-radius: 0;
    font-size: 15px;
    outline: none;
    padding-bottom: 15px;
    width: 100%
  }

  .otp_otpSection__2m0F2 .otp_limitOtp__SJX2-,
  .otp_otpSection__2m0F2 .otp_message__mr360 {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    margin-top: 10px;
    text-align: center
  }

  .otp_sdg__1MK99 {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: space-evenly;
    color: #ff4712;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: space-evenly;
    line-height: 15px;
    margin-top: 40px
  }

  .otp_optExpireMessage__3d97v {
    -moz-box-pack: center;
    bottom: 70px;
    display: -moz-box;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    left: 0;
    line-height: 10em;
    margin: 0 auto;
    right: 0
  }

  .otp_sdg__1MK99 svg {
    fill: #e71c24;
    height: 18px;
    vertical-align: middle;
    width: 18px
  }

  .otp_verifyOtpButton__3Pmup {
    background-color: #e71c24;
    border-radius: 8px;
    border-style: none;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    left: 0;
    margin-top: auto;
    padding: 15px;
    position: fixed;
    text-transform: uppercase;
    width: 100%
  }

  .otp_otpOverlay__29zp8 {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999
  }

  .otp_otpLoader__1xyCB {
    position: relative;
    top: 50%;
    -webkit-transform: translate(46%, 50%);
    transform: translate(46%, 50%)
  }

  .otp_validErrorOtp__224bq {
    color: red;
    font-size: 12px;
    text-align: center;
    width: 100%
  }

  .otp_otpSection__2m0F2 {
    background: #fff;
    bottom: 0;
    height: auto;
    padding: 0 30px 30px;
    position: fixed;
    width: 100%;
    z-index: 12
  }

  .otp_otpSection__2m0F2 .otp_heading__26IGJ {
    font-size: 20px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 25px 0 9px;
    text-align: left
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E {
    grid-row-gap: 10px;
    border: 1px solid #dadada;
    display: grid;
    padding: 5%
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_dis-none__mTIWx {
    display: block;
    font-weight: 500;
    margin-bottom: 0
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_otpInput__2L722 {
    border: 1px solid #e0e0e0;
    font-size: 15px;
    padding: 8px 10px
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_otpInput__2L722 input {
    border-bottom: 0 !important;
    padding-bottom: 0
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_optExpireMessage__3d97v {
    bottom: 0;
    font-weight: 500;
    line-height: normal;
    position: relative
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_verifyOtpButton__3Pmup {
    position: relative
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_sdg__1MK99 {
    margin: 0
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_sdg__1MK99 .otp_btn__1Ls_E {
    padding: 0
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_message__mr360 {
    bottom: 54%;
    left: 0;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_limitOtp__SJX2- {
    position: absolute;
    top: 44%
  }
}

.otp_otpLabel__1XtBw {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0
}

@media(min-width:768px) {
  .otp_grid-div__3vq5E {
    grid-row-gap: 10px;
    border: 1px solid #dadada;
    display: grid;
    padding: 5%
  }

  .otp_otpLabel__1XtBw {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
  }

  .otp_otpSection__2m0F2 .otp_limitOtp__SJX2- .otp_otpSection__2m0F2 .otp_limitOtp__SJX2-,
  .otp_otpSection__2m0F2 .otp_message__mr360 {
    bottom: 4%;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center
  }

  .otp_otpSection__2m0F2 .otp_heading__26IGJ {
    margin-top: 0
  }

  .otp_verifyOtpButton__3Pmup {
    background-color: #e71c24;
    border-radius: 8px;
    border-style: none;
    bottom: 6%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    width: 100%
  }

  .otp_optExpireMessage__3d97v {
    bottom: 30%;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0
  }

  .otp_otpSection__2m0F2 {
    -moz-box-orient: vertical;
    flex-direction: column;
    height: 100%;
    padding: 5% 5% 10%
  }

  .otp_otpSection__2m0F2,
  .otp_sdg__1MK99 {
    -moz-box-direction: normal;
    -moz-box-pack: space-evenly;
    display: -moz-box;
    display: flex;
    justify-content: space-evenly
  }

  .otp_sdg__1MK99 {
    -moz-box-orient: horizontal;
    color: #ff4712;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 15px
  }

  .otp_otpSection__2m0F2 .otp_validErrorOtp__224bq {
    color: red;
    font-size: 12px;
    text-align: center
  }

  .otp_otpSection__2m0F2 .otp_limitOtp__SJX2-,
  .otp_otpSection__2m0F2 .otp_message__mr360 {
    bottom: 4%;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    line-height: 15px;
    position: absolute;
    text-align: center
  }

  .otp_otpInput__2L722 input {
    border: none;
    border-radius: 0;
    font-size: 15px;
    outline: none;
    padding: 8px 0;
    text-align: center;
    width: 100%
  }

  .otp_otpInput__2L722 {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: justify;
    -moz-box-align: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible
  }

  .otp_otpSection__2m0F2 .otp_heading__26IGJ {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 5%;
    text-align: left
  }

  .otp_sdg__1MK99 svg {
    fill: #e71c24;
    height: 18px;
    vertical-align: middle;
    width: 18px
  }

  .otp_btn__1Ls_E {
    font-size: 14px;
    font-weight: 300
  }
}

.otp_dis-none__mTIWx {
  display: none
}

.otp_otpSection__2m0F2 .otp_btn__1Ls_E {
  background-color: transparent;
  border: 1px solid transparent
}

@media(min-width:700px) and (max-width:1250px),
(min-width:1280px) and (max-width:1366px) and (min-height:800px) and (max-height:1024px) and (orientation:landscape) {
  .otp_otpSection__2m0F2 {
    background-color: #fff;
    border-radius: 12px;
    height: 25rem;
    top: 21%;
    width: 30rem
  }
}

.OfferLabelComponent_OfferLabelContainer__3ldTT {
  bottom: 17%;
  color: #fff;
  left: 0;
  position: absolute;
  z-index: 2
}

@media(max-width:768px) {
  .OfferLabelComponent_OfferLabelContainer__3ldTT {
    bottom: 12%
  }

  .OfferLabelComponent_OfferLabelContainer__3ldTT.OfferLabelComponent_cityLanding__2oRk9 {
    bottom: 30%
  }

  .OfferLabelComponent_OfferLabelContainer__3ldTT.OfferLabelComponent_homepageExp__xViDN {
    bottom: 25%
  }
}

@media(max-width:768px) and (min-width:700px) and (max-width:1024px) {
  .OfferLabelComponent_OfferLabelContainer__3ldTT.OfferLabelComponent_homepageExp__xViDN {
    bottom: 27%
  }
}

.OfferLabelComponent_OfferLabelContainer__3ldTT .OfferLabelComponent_offer__1EvwL {
  background: rgba(235, 22, 24, .7);
  border-top-right-radius: 12px;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 33px;
  padding: 10px 50px
}

@media(max-width:768px) {
  .OfferLabelComponent_OfferLabelContainer__3ldTT .OfferLabelComponent_offer__1EvwL {
    font-size: 18px;
    letter-spacing: .06em;
    line-height: 20px;
    padding: 10px 40px 5px 36px
  }
}

.OfferLabelComponent_OfferLabelContainer__3ldTT .OfferLabelComponent_tnc__1YcZ3 {
  background: rgba(0, 0, 0, .6);
  border-bottom-right-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 37px;
  opacity: .9;
  padding-left: 60px
}

@media(max-width:768px) {
  .OfferLabelComponent_OfferLabelContainer__3ldTT .OfferLabelComponent_tnc__1YcZ3 {
    font-size: 11px;
    line-height: 26px;
    padding-left: 40px
  }
}

.OfferLabelComponent_wrapper__3WFcO {
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .6);
  display: -moz-box;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  height: auto;
  max-height: 90%;
  width: 70%
}

@media(max-width:768px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla {
    height: auto;
    margin: 0 5%;
    width: 100%
  }
}

@media(min-width:1040px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla {
    width: 50%
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla.OfferLabelComponent_expBody__v4hHn {
  height: 60%
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59 {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  display: -moz-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 3%;
  position: relative;
  text-align: center
}

@media(max-width:768px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59 {
    padding: 7% 5%
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59 .OfferLabelComponent_close-btn__3CONX {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px
}

@media(max-width:768px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59 .OfferLabelComponent_close-btn__3CONX {
    top: 4%
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59.OfferLabelComponent_hotForHomesTNC__zZdWa {
  padding: 6%
}

@media(max-width:768px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59.OfferLabelComponent_hotForHomesTNC__zZdWa {
    padding: 7% 6%
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_heading__15pzr {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  width: 100%
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_heading__15pzr h3 {
  font-weight: 600;
  margin-bottom: 0
}

@media(max-width:600px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_heading__15pzr {
    text-align: center
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_offerDate__1SxJz {
  color: #f75d5d;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  text-align: left;
  width: 100%
}

@media(max-width:600px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_offerDate__1SxJz {
    text-align: center
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs {
  height: 100%;
  left: 0;
  margin-right: auto;
  overflow-y: auto;
  text-align: left
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs p {
  color: #4a4a4a;
  font-size: 14px;
  padding-bottom: 5px
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs ul {
  display: block;
  list-style-type: disc;
  padding-left: 40px
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs ul li {
  color: #4a4a4a;
  font-size: 14px
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs::-webkit-scrollbar-track {
  background-color: #f4f3ee;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs::-webkit-scrollbar {
  background-color: #f4f3ee;
  width: 6px
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs::-webkit-scrollbar-thumb {
  background-color: #bababa;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_topic__fe-of {
  margin-top: 20px
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_subTopic__10hbS {
  margin-left: 15px
}

.registerLoginComponent_dis-none__Ah0OA {
  display: none
}

.registerLoginComponent_errMsg__uV28U.registerLoginComponent_success__AlUl9 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.registerLoginComponent_registerLoginContainer__1qgv1 {
  height: 100%
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_loginComponent__1-WlH {
  display: inline-block;
  height: 100%;
  width: 55%
}

.registerLoginComponent_outerBox__2WX2T {
  border-radius: 10px
}

.registerLoginComponent_sideImage__36a_e {
  background-color: #fff;
  border-radius: 0 6px 6px 0;
  height: 129px;
  margin: 77px 24px 0;
  width: 355px
}

.registerLoginComponent_registerComponent__3Suqd {
  display: inline-block;
  height: 100%;
  padding: 24px;
  width: 100%
}

.registerLoginComponent_errLink__FpU2L {
  color: #e71c24;
  font-weight: 600;
  text-decoration: underline
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_optWhatsappLabel__1FNjV {
  -webkit-touch-callout: none;
  color: #616161;
  cursor: pointer;
  display: inline;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.registerLoginComponent_optWhatsappLabel__1FNjV {
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  font-weight: 500;
  margin: 0 0 0 3px;
  vertical-align: middle
}

.registerLoginComponent_optwhatsappcont__1ISUa {
  line-height: 0;
  margin-top: 5px
}

.registerLoginComponent_form-label__16ibY {
  color: #474a50 !important;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0 !important;
  max-width: 100%
}

#registerLoginComponent_close_popUP__3VXjk {
  color: #e71c24;
  display: block;
  font-size: .8em;
  margin: auto;
  padding-top: 10px;
  text-align: center;
  text-decoration: underline
}

.registerLoginComponent_frm-title__15mdk {
  margin-bottom: 16px !important;
  text-align: left
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_frm-grp__2OuY-.registerLoginComponent_btn-block__1m2W2 {
  margin-bottom: 0;
  padding-top: 10px
}

.registerLoginComponent_loginComponent__1-WlH .registerLoginComponent_frm-grp__2OuY-.registerLoginComponent_btn-block__1m2W2 {
  margin-bottom: 0
}

.registerLoginComponent_login__1RD5Q {
  background: #fff;
  color: #e71c24;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0
}

.registerLoginComponent_registerLoginContainer__1qgv1 label.registerLoginComponent_error-lab__fRbxl {
  bottom: -19px;
  color: #e71c24;
  font-size: 10px;
  font-weight: 500;
  left: 0;
  line-height: 22px;
  margin: 6px 0 0;
  position: absolute
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_mainBtn__1ROy8 {
  background-color: #e71c24 !important;
  background-image: none;
  border: 1px solid;
  border-radius: 2px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.12px;
  line-height: 22px;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_term-condition-line__2O9Z4 {
  margin-top: 6px
}

.registerLoginComponent_term-condition-line__2O9Z4 {
  color: #9b9b9b;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px
}

.registerLoginComponent_term-condition-link__7tdY2 {
  color: #9b9b9b
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_orOtherSignOptionsMain__2KepN {
  margin-top: 10px;
  padding: 0 24px
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_orOtherSignOptions__2smmq {
  text-align: center
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_orSignUpTxtSpan__1y_QI {
  color: #212529;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_socialLinks__2Jazf svg {
  cursor: pointer;
  height: 40px;
  vertical-align: middle;
  width: 40px
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_socialLinks__2Jazf svg.registerLoginComponent_reg-google__37KBQ {
  height: 40px;
  width: 40px
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_exist-user__2Z7Az {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 32px
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_socialLinks__2Jazf svg {
  margin-right: 10px
}

.registerLoginComponent_forgotPassword__3nzR4 {
  color: #f95656;
  float: right;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  text-decoration: none
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-grp__2OuY- svg {
  fill: #4caf50;
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 4%;
  top: 5%;
  width: 18px
}

.registerLoginComponent_bfcModal__3nLUm,
.registerLoginComponent_bfcTyModal__3poM-,
.registerLoginComponent_loginRegisterModal__j7Eur {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999
}

.registerLoginComponent_bfcOuterBox__GSo1p,
.registerLoginComponent_bfcTyOuterBox__1CvQM,
.registerLoginComponent_outerBox__2WX2T {
  background: #fafafa;
  color: #000;
  margin: 15% auto;
  position: relative;
  width: 90%
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR:active,
.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR:focus {
  outline: none
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_social-links__img__1t4eN {
  cursor: pointer
}

.registerLoginComponent_loginComponent__1-WlH h4,
.registerLoginComponent_registerComponent__3Suqd h4 {
  font-size: 17px
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_frm-grp__2OuY- {
  font-size: 14px;
  line-height: 1;
  text-align: left
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_frm-grp__2OuY-.registerLoginComponent_decrease-padding__17q8C {
  margin-bottom: 14px !important
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_form-input__xt3Mv,
.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid rgba(71, 74, 80, .2);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  height: auto !important;
  line-height: 22px;
  padding: 0 40px 10px 0;
  width: 100%
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_form-input__xt3Mv.registerLoginComponent_inner-input-child__3AChi,
.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR.registerLoginComponent_inner-input-child__3AChi {
  border-bottom: 0;
  margin-left: 47px !important;
  opacity: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  visibility: hidden;
  width: -webkit-calc(100% - 47px);
  width: calc(100% - 47px)
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_form-input__xt3Mv.registerLoginComponent_add-country-box__3HibK,
.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR.registerLoginComponent_add-country-box__3HibK {
  left: 46px;
  position: absolute;
  top: 0;
  width: -webkit-calc(100% - 47px);
  width: calc(100% - 47px)
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-grp__2OuY- {
  line-height: 1;
  margin-bottom: 24px;
  position: relative;
  text-align: left
}

.registerLoginComponent_registerLoginContainer__1qgv1 {
  display: -moz-box;
  display: flex;
  width: 100%;
  z-index: 9
}

#registerLoginComponent_proceed-anyway__30eIk {
  border: 1px solid #eee;
  margin: 20px
}

.registerLoginComponent_closeProceedAnyway__-oRvp {
  color: #8e9194;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0 10px;
  text-align: right
}

.registerLoginComponent_closeProceedAnyway__-oRvp:hover {
  color: #000
}

.registerLoginComponent_proceedAnywayWrapper__3aipi {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-align: center;
  align-items: center;
  color: #000;
  display: -moz-box;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 5% 0;
  padding: 0 20px;
  text-align: center
}

.registerLoginComponent_proceedAnywayWrapper__3aipi h2 {
  margin: 0;
  padding: 0
}

.registerLoginComponent_proceedAnywayWrapper__3aipi * {
  padding: 10px
}

.registerLoginComponent_proceedAnywayWrapper__3aipi p {
  margin-bottom: 12px;
  padding: 0
}

.registerLoginComponent_proceed-anyway-btn__2iGSA {
  background: #e71c24;
  border-style: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  padding: 10px 20px
}

@media(max-width:768px) {
  .registerLoginComponent_reglog__1CXMi {
    border: none;
    padding: 3px 0
  }

  .registerLoginComponent_optWhatsappLabel__1FNjV {
    color: #616161;
    cursor: pointer;
    display: inline;
    font-size: 10px;
    font-weight: 500;
    position: relative
  }

  .registerLoginComponent_outerBox__2WX2T .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    width: 60%
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_loginComponent__1-WlH {
    -webkit-box-shadow: 0 0 3px #f0f0f0;
    box-shadow: 0 0 3px #f0f0f0;
    padding: 20px;
    width: 100%
  }

  .registerLoginComponent_sideImage__36a_e {
    display: none
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-grp__2OuY-:not(.registerLoginComponent_btn-block__1m2W2) {
    margin-bottom: 26px;
    position: relative
  }

  #registerLoginComponent_bfcContainer__Wxeq5 .registerLoginComponent_form-input__xt3Mv {
    background-color: #fff;
    background-image: none;
    border-color: #cacaca;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #474a50 !important;
    display: block;
    font-weight: 500;
    height: 48px !important;
    line-height: 1.42857143;
    padding: 6px 12px;
    width: 100%
  }

  #registerLoginComponent_bfcContainer__Wxeq5 h4 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 15px 15px 15px 0;
    text-align: left !important
  }

  #registerLoginComponent_bfcContainer__Wxeq5 .registerLoginComponent_bfcTitle1__m2vHf {
    margin: 15px;
    text-align: center !important
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR {
    background: 0 0;
    border: 0 !important;
    border-bottom: 1px solid rgba(71, 74, 80, .2) !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    height: auto !important;
    line-height: 11px;
    padding: 0 40px 10px 0;
    width: 100%
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_social-links__img__1t4eN {
    cursor: pointer
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 svg#registerLoginComponent_google-sign-up__3eROP {
    height: 44px;
    width: 51px
  }

  .registerLoginComponent_loginComponent__1-WlH h4,
  .registerLoginComponent_registerComponent__3Suqd h4 {
    font-size: 20px;
    margin-top: 25px;
    text-align: center
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR:active,
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR:focus {
    outline: none
  }

  .registerLoginComponent_main-header__block__1FL2f,
  .registerLoginComponent_main-header__left-wrapper__22jF9,
  .registerLoginComponent_main-header__right-wrapper__1haHc {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -moz-box;
    display: flex;
    flex-direction: column
  }

  .registerLoginComponent_admin-info__1rSzM.registerLoginComponent_admin-info--sm__1NDjf a>img {
    height: 30px;
    width: 30px
  }

  #registerLoginComponent_navigation__Ncn1B {
    width: 100%
  }

  li#registerLoginComponent_litoggle__iJWWE {
    margin-bottom: 15px
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_errorInput__1E-pT {
    border-bottom-color: red !important
  }
}

@media(min-width:768px) {
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    display: block
  }

  .registerLoginComponent_bfcTyOuterBox__1CvQM {
    background: #fff;
    -webkit-box-shadow: 0 0 3px #f0f0f0;
    box-shadow: 0 0 3px #f0f0f0;
    color: #000;
    margin: 5% auto;
    padding: 2%;
    position: relative;
    width: 25%
  }

  .registerLoginComponent_main-header__block__1FL2f {
    -moz-box-pack: justify;
    display: -moz-box;
    display: flex;
    justify-content: space-between
  }

  #registerLoginComponent_close_popUP__3VXjk {
    color: #e71c24;
    display: block;
    font-size: .7em;
    margin: auto;
    padding-top: 5px;
    text-align: center;
    text-decoration: underline
  }

  #registerLoginComponent_bfcContainer__Wxeq5 .registerLoginComponent_form-input__xt3Mv {
    background-color: #fff;
    background-image: none;
    border-color: #cacaca;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #474a50 !important;
    display: block;
    font-weight: 500;
    height: 42px !important;
    line-height: 1.42857143;
    padding: 6px 12px !important;
    width: 100%
  }

  .registerLoginComponent_errMsg__uV28U a:hover {
    color: #007bff
  }

  .registerLoginComponent_errMsg__uV28U.registerLoginComponent_success__AlUl9 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
  }

  .registerLoginComponent_form-label__16ibY {
    font-size: 12px;
    line-height: 20px
  }

  .registerLoginComponent_thankPopup__2juY2 {
    -moz-box-pack: space-evenly;
    color: #737373;
    font-size: .9em;
    height: 100%;
    justify-content: space-evenly;
    line-height: 1.5;
    margin: auto;
    padding: 8%;
    text-align: center
  }

  .registerLoginComponent_thankDiv__1kURX,
  .registerLoginComponent_thankPopup__2juY2 {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-align: center;
    align-items: center;
    display: -moz-box;
    display: flex;
    flex-direction: column
  }

  .registerLoginComponent_thankDiv__1kURX {
    -moz-box-pack: justify;
    height: 50%;
    justify-content: space-between
  }

  .registerLoginComponent_bfcOk__2NGbh {
    background-color: #e71c24;
    border-style: none;
    color: #e9e2e1;
    font-weight: 800;
    margin: 2% 0;
    padding: 3%;
    width: 50%
  }

  #registerLoginComponent_plaDesk__Jfnrf {
    display: block
  }

  .registerLoginComponent_outerBox__2WX2T {
    margin: 2% auto;
    width: 60%
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_orOtherSignOptions__2smmq {
    margin: 0
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-input__3dwRR {
    font-size: 14px;
    line-height: 11px;
    padding: 0 40px 10px 0 !important
  }

  .registerLoginComponent_sideImage__36a_e>img {
    height: 100%;
    width: 100%
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    width: 55%
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_loginComponent__1-WlH,
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_registerComponent__3Suqd {
    padding: 2% 2% 0 3%;
    width: 50%
  }

  .registerLoginComponent_optWhatsappLabel__1FNjV {
    color: #616161
  }

  .registerLoginComponent_loginComponent__1-WlH h4,
  .registerLoginComponent_registerComponent__3Suqd h4 {
    color: #222 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    padding: 0 0 14px;
    text-align: center
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_exist-user__2Z7Az {
    font-size: 14px
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-grp__2OuY-:not(.registerLoginComponent_btn-block__1m2W2) {
    margin-bottom: 25px
  }

  .registerLoginComponent_close-link__1eOYG {
    display: none
  }

  .registerLoginComponent_outerBoxToggle__3LOmy {
    width: 55% !important
  }

  .registerLoginComponent_sideImageToggle__2_YdT {
    width: 50% !important
  }

  #registerLoginComponent_sideLogToggle__RW92- {
    padding: 5% 2% 0 3%;
    width: 50% !important
  }

  .registerLoginComponent_button-container__39ReO {
    height: 100px;
    margin: 10px auto
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    display: inline
  }

  .registerLoginComponent_otpSection__x3vvj .registerLoginComponent_btn__3mfqv {
    background-color: transparent;
    border: 1px solid transparent
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_frm-grp__2OuY- {
    margin-bottom: 24px !important
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_btn-block__1m2W2 {
    padding-bottom: 24px
  }
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_errorInput__1E-pT {
  border-bottom-color: red !important
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_socialLinks__2Jazf {
  margin-top: 10px
}

@media(max-width:768px) {
  .registerLoginComponent_closeBfc__1eJGc {
    color: #8e9194 !important
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 {
    background: #fff;
    border-radius: 8px;
    height: auto
  }

  .registerLoginComponent_loginComponent__1-WlH,
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_registerComponent__3Suqd {
    position: relative
  }
}

@media(min-width:768px) {

  .registerLoginComponent_loginComponent__1-WlH,
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_registerComponent__3Suqd {
    position: static
  }

  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    height: 100%;
    width: 45%
  }
}

@media only screen and (max-width:1370px) {
  .registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
    width: 50%
  }
}

.registerLoginComponent_registerLoginContainer__1qgv1 .registerLoginComponent_sideImage__36a_e {
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_frm-grp__2OuY- .registerLoginComponent_whatsappCheck_box__Fq5E- {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: auto
}

.registerLoginComponent_registerComponent__3Suqd .registerLoginComponent_frm-grp__2OuY- .registerLoginComponent_whatsappCheck_box__Fq5E-:after {
  display: none
}

.registerLoginComponent_estimate_stepsBFC__14g2L {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1107
}

.registerLoginComponent_estimate_stepsBFC__14g2L .registerLoginComponent_estimateBFC_button__1twtA {
  border-radius: 0;
  font-size: 14px;
  padding: 15px;
  text-transform: uppercase;
  width: 100%
}

.registerLoginComponent_whatsappWrapper__28hG7 {
  font-weight: 500;
  margin-top: 12px
}

.otp_otpSection__2m0F2 .otp_limitOtp__SJX2-,
.otp_otpSection__2m0F2 .otp_validErrorOtp__224bq {
  color: #ff4712;
  left: 0 !important
}

.otp_otpSection__2m0F2 .otp_message__mr360 {
  color: green
}

.otp_otpSection__2m0F2 .otp_heading__26IGJ {
  margin: 20px 0
}

@media(max-width:768px),
(max-width:1250px),
(min-width:1280px) and (max-width:1366px) and (min-height:800px) and (max-height:1024px) and (orientation:landscape) {
  .otp_otpSection__2m0F2 {
    margin-top: 10%;
    padding: 0 18px 10%
  }

  .otp_otpSection__2m0F2 .otp_heading__26IGJ {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 26px;
    margin-top: 18px
  }

  .otp_otpInput__2L722 {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: justify;
    -moz-box-align: center;
    align-items: center;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible
  }

  .otp_otpInput__2L722 input {
    border: none;
    border-bottom: 1px solid #e0e0e0 !important;
    border-radius: 0;
    font-size: 15px;
    outline: none;
    padding-bottom: 15px;
    width: 100%
  }

  .otp_otpSection__2m0F2 .otp_limitOtp__SJX2-,
  .otp_otpSection__2m0F2 .otp_message__mr360 {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    margin-top: 10px;
    text-align: center
  }

  .otp_sdg__1MK99 {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: space-evenly;
    color: #ff4712;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: space-evenly;
    line-height: 15px;
    margin-top: 40px
  }

  .otp_optExpireMessage__3d97v {
    -moz-box-pack: center;
    bottom: 70px;
    display: -moz-box;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    left: 0;
    line-height: 10em;
    margin: 0 auto;
    right: 0
  }

  .otp_sdg__1MK99 svg {
    fill: #e71c24;
    height: 18px;
    vertical-align: middle;
    width: 18px
  }

  .otp_verifyOtpButton__3Pmup {
    background-color: #e71c24;
    border-radius: 8px;
    border-style: none;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    left: 0;
    margin-top: auto;
    padding: 15px;
    position: fixed;
    text-transform: uppercase;
    width: 100%
  }

  .otp_otpOverlay__29zp8 {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999
  }

  .otp_otpLoader__1xyCB {
    position: relative;
    top: 50%;
    -webkit-transform: translate(46%, 50%);
    transform: translate(46%, 50%)
  }

  .otp_validErrorOtp__224bq {
    color: red;
    font-size: 12px;
    text-align: center;
    width: 100%
  }

  .otp_otpSection__2m0F2 {
    background: #fff;
    bottom: 0;
    height: auto;
    padding: 0 30px 30px;
    position: fixed;
    width: 100%;
    z-index: 12
  }

  .otp_otpSection__2m0F2 .otp_heading__26IGJ {
    font-size: 20px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 25px 0 9px;
    text-align: left
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E {
    grid-row-gap: 10px;
    border: 1px solid #dadada;
    display: grid;
    padding: 5%
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_dis-none__mTIWx {
    display: block;
    font-weight: 500;
    margin-bottom: 0
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_otpInput__2L722 {
    border: 1px solid #e0e0e0;
    font-size: 15px;
    padding: 8px 10px
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_otpInput__2L722 input {
    border-bottom: 0 !important;
    padding-bottom: 0
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_optExpireMessage__3d97v {
    bottom: 0;
    font-weight: 500;
    line-height: normal;
    position: relative
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_verifyOtpButton__3Pmup {
    position: relative
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_sdg__1MK99 {
    margin: 0
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_sdg__1MK99 .otp_btn__1Ls_E {
    padding: 0
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_message__mr360 {
    bottom: 54%;
    left: 0;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%
  }

  .otp_otpSection__2m0F2 .otp_grid-div__3vq5E .otp_limitOtp__SJX2- {
    position: absolute;
    top: 44%
  }
}

.otp_otpLabel__1XtBw {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0
}

@media(min-width:768px) {
  .otp_grid-div__3vq5E {
    grid-row-gap: 10px;
    border: 1px solid #dadada;
    display: grid;
    padding: 5%
  }

  .otp_otpLabel__1XtBw {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
  }

  .otp_otpSection__2m0F2 .otp_limitOtp__SJX2- .otp_otpSection__2m0F2 .otp_limitOtp__SJX2-,
  .otp_otpSection__2m0F2 .otp_message__mr360 {
    bottom: 4%;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center
  }

  .otp_otpSection__2m0F2 .otp_heading__26IGJ {
    margin-top: 0
  }

  .otp_verifyOtpButton__3Pmup {
    background-color: #e71c24;
    border-radius: 8px;
    border-style: none;
    bottom: 6%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    width: 100%
  }

  .otp_optExpireMessage__3d97v {
    bottom: 30%;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0
  }

  .otp_otpSection__2m0F2 {
    -moz-box-orient: vertical;
    flex-direction: column;
    height: 100%;
    padding: 5% 5% 10%
  }

  .otp_otpSection__2m0F2,
  .otp_sdg__1MK99 {
    -moz-box-direction: normal;
    -moz-box-pack: space-evenly;
    display: -moz-box;
    display: flex;
    justify-content: space-evenly
  }

  .otp_sdg__1MK99 {
    -moz-box-orient: horizontal;
    color: #ff4712;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 15px
  }

  .otp_otpSection__2m0F2 .otp_validErrorOtp__224bq {
    color: red;
    font-size: 12px;
    text-align: center
  }

  .otp_otpSection__2m0F2 .otp_limitOtp__SJX2-,
  .otp_otpSection__2m0F2 .otp_message__mr360 {
    bottom: 4%;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    line-height: 15px;
    position: absolute;
    text-align: center
  }

  .otp_otpInput__2L722 input {
    border: none;
    border-radius: 0;
    font-size: 15px;
    outline: none;
    padding: 8px 0;
    text-align: center;
    width: 100%
  }

  .otp_otpInput__2L722 {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: justify;
    -moz-box-align: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible
  }

  .otp_otpSection__2m0F2 .otp_heading__26IGJ {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 5%;
    text-align: left
  }

  .otp_sdg__1MK99 svg {
    fill: #e71c24;
    height: 18px;
    vertical-align: middle;
    width: 18px
  }

  .otp_btn__1Ls_E {
    font-size: 14px;
    font-weight: 300
  }
}

.otp_dis-none__mTIWx {
  display: none
}

.otp_otpSection__2m0F2 .otp_btn__1Ls_E {
  background-color: transparent;
  border: 1px solid transparent
}

@media(min-width:700px) and (max-width:1250px),
(min-width:1280px) and (max-width:1366px) and (min-height:800px) and (max-height:1024px) and (orientation:landscape) {
  .otp_otpSection__2m0F2 {
    background-color: #fff;
    border-radius: 12px;
    height: 25rem;
    top: 21%;
    width: 30rem
  }
}

.OfferLabelComponent_OfferLabelContainer__3ldTT {
  bottom: 17%;
  color: #fff;
  left: 0;
  position: absolute;
  z-index: 2
}

@media(max-width:768px) {
  .OfferLabelComponent_OfferLabelContainer__3ldTT {
    bottom: 12%
  }

  .OfferLabelComponent_OfferLabelContainer__3ldTT.OfferLabelComponent_cityLanding__2oRk9 {
    bottom: 30%
  }

  .OfferLabelComponent_OfferLabelContainer__3ldTT.OfferLabelComponent_homepageExp__xViDN {
    bottom: 25%
  }
}

@media(max-width:768px) and (min-width:700px) and (max-width:1024px) {
  .OfferLabelComponent_OfferLabelContainer__3ldTT.OfferLabelComponent_homepageExp__xViDN {
    bottom: 27%
  }
}

.OfferLabelComponent_OfferLabelContainer__3ldTT .OfferLabelComponent_offer__1EvwL {
  background: rgba(235, 22, 24, .7);
  border-top-right-radius: 12px;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 33px;
  padding: 10px 50px
}

@media(max-width:768px) {
  .OfferLabelComponent_OfferLabelContainer__3ldTT .OfferLabelComponent_offer__1EvwL {
    font-size: 18px;
    letter-spacing: .06em;
    line-height: 20px;
    padding: 10px 40px 5px 36px
  }
}

.OfferLabelComponent_OfferLabelContainer__3ldTT .OfferLabelComponent_tnc__1YcZ3 {
  background: rgba(0, 0, 0, .6);
  border-bottom-right-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 37px;
  opacity: .9;
  padding-left: 60px
}

@media(max-width:768px) {
  .OfferLabelComponent_OfferLabelContainer__3ldTT .OfferLabelComponent_tnc__1YcZ3 {
    font-size: 11px;
    line-height: 26px;
    padding-left: 40px
  }
}

.OfferLabelComponent_wrapper__3WFcO {
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .6);
  display: -moz-box;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  height: auto;
  max-height: 90%;
  width: 70%
}

@media(max-width:768px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla {
    height: auto;
    margin: 0 5%;
    width: 100%
  }
}

@media(min-width:1040px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla {
    width: 50%
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla.OfferLabelComponent_expBody__v4hHn {
  height: 60%
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59 {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  display: -moz-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 3%;
  position: relative;
  text-align: center
}

@media(max-width:768px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59 {
    padding: 7% 5%
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59 .OfferLabelComponent_close-btn__3CONX {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px
}

@media(max-width:768px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59 .OfferLabelComponent_close-btn__3CONX {
    top: 4%
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59.OfferLabelComponent_hotForHomesTNC__zZdWa {
  padding: 6%
}

@media(max-width:768px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_modal-container__kZd59.OfferLabelComponent_hotForHomesTNC__zZdWa {
    padding: 7% 6%
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_heading__15pzr {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  width: 100%
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_heading__15pzr h3 {
  font-weight: 600;
  margin-bottom: 0
}

@media(max-width:600px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_heading__15pzr {
    text-align: center
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_offerDate__1SxJz {
  color: #f75d5d;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  text-align: left;
  width: 100%
}

@media(max-width:600px) {
  .OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_offerDate__1SxJz {
    text-align: center
  }
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs {
  height: 100%;
  left: 0;
  margin-right: auto;
  overflow-y: auto;
  text-align: left
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs p {
  color: #4a4a4a;
  font-size: 14px;
  padding-bottom: 5px
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs ul {
  display: block;
  list-style-type: disc;
  padding-left: 40px
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs ul li {
  color: #4a4a4a;
  font-size: 14px
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs::-webkit-scrollbar-track {
  background-color: #f4f3ee;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs::-webkit-scrollbar {
  background-color: #f4f3ee;
  width: 6px
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_body__2gmla .OfferLabelComponent_details-block__3TXSs::-webkit-scrollbar-thumb {
  background-color: #bababa;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_topic__fe-of {
  margin-top: 20px
}

.OfferLabelComponent_wrapper__3WFcO .OfferLabelComponent_subTopic__10hbS {
  margin-left: 15px
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media only screen and (min-device-height: 768px) and (min-device-width: 1366px) {
  .registerLoginContainer .frm-grp {
    margin-bottom: 24px !important;
  }
}

@media only screen and (min-device-height: 700px) and (min-device-width: 1280px) {
  .registerLoginContainer .frm-input {
    line-height: 11px;
    font-size: 14px;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding: 0px 0 10px !important;
  }
}

.page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2247483648 !important;
  background-color: rgba(255, 255, 255, 1);
}

.page-loader .content {
  width: 142px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -70px;
  margin-left: -71px;
  background-color: #fff;
  padding-top: 30px;
  border-radius: 3px;
}

.page-loader .loader {
  font-size: 10px;
  margin: 0px auto;
  text-indent: -9999em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #f15a40 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #f15a40 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #f15a40 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #f15a40 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #f15a40 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: pageLoader 1.4s infinite linear;
  -webkit-animation: pageLoader 1.4s infinite linear;
  animation: pageLoader 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.page-loader .loader:before {
  width: 50%;
  height: 50%;
  background: #f15a40;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.page-loader .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 .logo {
  color: #f15a40;
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
}

.page-loader .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes pageLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pageLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pageLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.logo svg {
  margin-left: -36px;
}

.allow-dropdown.intl-tel-input {
  display: block;
}

.intl-tel-input .country-list {
  white-space: inherit;
  width: 100%;
}

.intl-tel-input.allow-dropdown .selected-flag {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  top: 2px;
  border-bottom: 1px solid rgba(71, 74, 80, 0.2);
}

.intl-tel-input .flag-container .arrow {
  margin-top: 5px;
}

.intl-tel-input .country-list .country {
  padding: 10px 5px;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background: unset;
}

.iti-flag {
  min-height: 14px;
  max-height: 14px;
  background-color: unset;
  box-shadow: unset;
}

@media (max-width: 768px) {
  .intl-tel-input.allow-dropdown .selected-flag {
    top: 1px;
  }

  ;

  .divider {
    height: unset;
    background: unset;
  }
}

.hide {
  display: none
}

.errMsg {
  color: #E71C24;
  font-weight: 500;
  font-size: 10px;
  margin: 0;
  line-height: 22px;
  margin-top: 6px;
}

.loginPage .closeBfc {
  display: none;
}

.closeBfc {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #888;
  font-weight: 600;
  font-size: 15px;
  width: 18px;
  height: 17px;
  text-align: center;
  border-radius: 50%;
  z-index: 9;
}

#proceed-anyway {
  border: 1px solid #eee;
  margin: 20px;
}

#registerLoginContainerForm #proceed-anyway {
  padding: 10px !important;
}

#estimate_login .sideImage>img {
  height: 100%;
  width: 100%;
  background: #999376;
}

@media(max-width:768px) {
  .closeBfc {
    color: #8e9194;
  }

  #proceed-anyway {
    width: 94%;
    margin: 10px auto;
    border-radius: 8px;
  }
}

@media only screen and (min-device-width:1280px) and (min-device-height:700px) {
  .errMsg {
    color: #E71C24;
    font-weight: 500;
    font-size: 10px;
    margin: 0;
    line-height: 22px;
    margin-top: 6px;
  }

}

@media only screen and (min-device-height: 800px) and (min-device-width: 1280px) {
  #registerLoginContainerForm #proceed-anyway {
    border: 1px solid #eee;
    margin: 50px 30px;
    padding: 20px !important;
  }

  #proceed-anyway-btn {
    margin: 15px 0;
  }
}

@media only screen and (min-device-height: 768px) and (min-device-width: 1366px) {
  .registerLoginContainer .frm-grp {
    margin-bottom: 24px !important;
  }
}

@media only screen and (min-device-height: 700px) and (min-device-width: 1280px) {
  .registerLoginContainer .frm-input {
    line-height: 11px;
    font-size: 14px;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding: 0px 0 10px !important;
  }
}

.addBtn {
  width: 18px;
  border: 1.5px solid #e71c24 !important;
  height: 18px;
  background: 0 0;
  line-height: 13px;
  color: #e71c24;
  text-align: center;
  padding: 0;
  display: inline-block;
  font-weight: 700;
  border-radius: 2px;
  vertical-align: middle;
}

.minbtn {
  color: #e71c24 !important;
  border-color: #e71c24 !important;
}