img {
  max-width: 100%;
}
.back-to-top,
.bottom-arrow,
.cart-short,
.collections span,
.count,
.dropdown,
.dropdown ul li,
.dropdown ul li a,
.glasses,
.glasses ul li,
.glasses ul li span,
.homepage-content,
.homepage-content p,
.lens-compare-mee,
.love-pres-left h1,
.love-pres-left p,
span#wishusers {
  text-align: center;
}
#container,
.brand1 .imageholder img,
.brands2 .bottom-brand img,
.brands2 .top1 img,
.brands2 .top2 img,
.larger-frame .imageholder img,
.long-frame .imageholder img,
iframe,
img,
video {
  max-width: 100%;
}
.logo,
header,
nav,
nav ul li {
  float: left;
}
body {
  font-family: var(--font-family-sanserif);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: var(--font-regular);
  font-size: 14px;
  color: #333;
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: initial;
}*/
li {
  list-style: none;
}
#container {
  background: #F0EBE4;
  margin: 0 auto;
  display: inline;
}
header {
  width: 100%;
  background: #fff;
  transition: all ease-in 0.5s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  padding: 0 1.8%;
}
.logo {
  width: auto;
  padding: 0;
}
.back-to-top,
.count,
span#wishusers {
  border-radius: 50%;
}
.count,
.homepage-content p {
  line-height: 20px;
}
.count {
  background: #2c2c2c;
  color: #fff;
  font-size: 11px;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  right: 16px;
  top: 8%;
  transition: all ease-in 0.5s;
}
.btmlinks .title_h5 {
  color: #fff;
  float: left;
  font-family: var(--font-family-sanserif);
  font-size: 15px;
  font-weight: var(--font-regular);
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding: 10px 0;
  text-transform: capitalize;
  width: 100%;
}
.more_links {
  background: #2e2e2e;
  bottom: 0;
  color: #dedede;
  display: block;
  font-size: 13px;
  position: absolute;
  width: 100%;
}
.guidance_icon,
.services-thumb ul li span.ftr_ser_icon,
footer aside .right-footer > ul.ftr_need_ul > li .img-compound {
  background-image: url(../images/sprite/desk_image_sprite.png);
  background-repeat: no-repeat;
}
.more_links > a {
  color: #dedede;
  font-size: 11px;
  font-weight: var(--font-bold);
}
.btmlinks {
  padding-bottom: 17px;
  position: relative;
}
.services-thumb ul li span.ftr_ser_icon {
  float: left;
  margin-right: 15px;
  display: inline-block;
  width: 66px;
  min-height: 66px;
}
.services-thumb ul li span.ftr_ser_icon.ftr_genuine {
  background-position: 0 -7px;
}
.services-thumb ul li span.ftr_ser_icon.ftr_easy_delivery {
  background-position: 0 -78px;
}
.services-thumb ul li span.ftr_ser_icon.ftr_cash_delivery {
  background-position: 0 -149px;
}
.services-thumb ul li span.ftr_ser_icon.ftr_secure_payments {
  background-position: 0 -221px;
}
footer aside .right-footer > ul.ftr_need_ul > li .img-compound {
  width: 40px;
  height: 25px;
}
footer aside .right-footer > ul.ftr_need_ul > li:first-child .img-compound {
  background-position: 3px -299px;
}
footer aside .right-footer > ul.ftr_need_ul > li:nth-child(2) .img-compound {
  background-position: 4px -323px;
}
footer aside .right-footer > ul.ftr_need_ul > li:nth-child(3) .img-compound {
  background-position: 4px -346px;
}
.back-to-top {
  bottom: 3.5em;
  display: none;
  position: fixed;
  right: 24px;
  text-decoration: none;
  z-index: 99;
  width: 43px;
  height: 43px;
  background-color: #E94D37;
  color: #fff;
  font-size: 14px;
  line-height: 39px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.back-to-top:hover {
  color: #fff;
}
.slide {
  width: 100%;
  float: left;
  position: relative;
}
footer,
footer aside {
  width: 100%;
  float: left;
}
footer {
  padding: 0;
  background: #F0EBE4;
}
footer aside {
  padding: 2% 5% 0;
  background: #333232;
  border-top: 0 solid #3a3a3a;
}
footer aside .right-footer > ul > li a .tagname {
  width: 100%;
  float: left;
}
footer aside .fulltime {
  width: 100%;
  float: left;
  margin-top: 42px;
}
footer aside .fulltime > h5 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  color: #dcdcdc;
}
footer aside .fulltime > .small-contact {
  float: left;
  width: 100%;
}
footer aside .fulltime > .small-contact ul {
  margin: 8px 0 0 5px;
  padding: 0;
  list-style: none;
}
footer aside .fulltime > .small-contact ul li {
  color: #dcdcdc;
  font-size: 11.5px;
  float: left;
  width: 100%;
  margin: 6px 0;
}
footer aside .fulltime > .small-contact ul li > i {
  font-size: 14px;
  color: #353535;
  margin-right: 3px;
}
footer aside .fulltime > .small-contact ul li a {
  color: #dcdcdc;
  text-decoration: none;
}
.tooltip {
  position: relative;
}
.tooltip:after,
.tooltip:before {
  display: block;
  opacity: 0;
  position: absolute;
}
.tooltip:after {
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(69, 150, 243, 0.75);
  border-left: 6px solid transparent;
  content: "";
  height: 0;
  top: -5px;
  left: 2px;
  width: 0;
}
.tooltip:before {
  background: rgba(69, 150, 243, 0.75);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 12px;
  padding: 6px 10px;
  top: -34px;
  left: -21px;
  white-space: nowrap;
}
.tooltip.expand:before {
  transform: scale3d(0.2, 0.2, 1);
  transition: all 0.2s ease-in-out;
}
.tooltip.expand:after {
  transform: translate3d(0, 6px, 0);
  transition: all 0.1s ease-in-out;
}
.showme,
.showme1 {
  visibility: hidden;
  opacity: 0;
  transition: all ease-in 0.5s;
  position: absolute;
  float: left;
  width: 100%;
  text-align: center;
  z-index: 9999999;
}
.insidepopup {
  width: 60%;
  margin: 3% auto;
  padding: 30px 20px;
  background: #fff;
  border-radius: 18px;
  position: relative;
  display: inline-block;
  box-shadow: 3px 10px 19px rgba(0, 0, 0, 0.3);
}
.insidepopup .close-pop {
  position: absolute;
  right: -18px;
  top: -15px;
}
.no_dots .owl-dots {
  display: none;
}
.insidepopup .wrapiinside {
  float: left;
  width: 100%;
  text-align: left;
}
.btm-footer .footer-nav {
  margin: 0 auto;
  text-align: center;
  width: 65%;
}
.btm-footer .footer-nav ul {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
}
.btm-footer .footer-nav ul li {
  float: left;
}
.btm-footer .footer-nav ul li a {
  color: #717171;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 10px;
  line-height: 25px;
  text-decoration: none;
}
.btm-footer .footer-nav ul li::after {
  color: #9f9f9f;
  content: "|";
  font-size: 10px;
}
.btm-footer {
  float: left;
  padding: 15px 1.8% 15px;
  background: transparent;
  width: 100%;
  border-top: 1px solid #484747;
  margin-top: 20px;
}
.btm-footer span {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  float: left;
  color: #fff;
}
.btm-footer .follow {
  float: right;
}
.btm-footer .follow span {
  float: left;
  padding-right: 22px;
  font-size: 11px;
  line-height: 31px;
}
.btm-footer .follow .social-icons {
  float: left;
  font-size: 15px;
  color: #262626;
  opacity: 0.8;
  transition: all ease-in 0.5;
}
.btm-footer .follow .social-icons a {
  font-size: 22px;
  color: #717171;
  transition: all ease-in 0.5;
  margin-right: 2px;
}
.success-msg,
.wishlist-header i > span {
  font-family: var(--font-family-sanserif);
}
.success-msg {
  color: #262626;
  border: 1px solid #50aa00;
  font-size: 13px;
  margin: 5px 0;
}
.msg-wrap {
  width: 100%;
  padding: 0 1.8%;
}
.services-thumb ul li .content-ads {
  float: left;
  font-size: 12px;
  width: 54%;
  text-align: center;
  color: #262626;
  text-transform: capitalize;
  text-transform: uppercase;
}
.services-thumb ul li .content-ads .main-con {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #1C5350;
  font-weight: var(--font-bold);
  text-align: center;
  padding-top: 14px;
}
.services-thumb ul li .content-ads strong {
  font-weight: var(--font-bold);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
header {
  width: 100%;
  float: left;
  padding: 1% 3%;
  /* box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05); */
  position: relative;
  background: #fff;
  z-index: 999;
}
.navigation {
  display: flex;
  flex-wrap: nowrap;
}
.navigation ul li ul {
  margin: 0;
  padding: 0;
}
.navigation ul {
  margin: 0;
  padding: 0 0 0;
  /* display: inline-block; */
}
.navbar-wrap .navigation > ul {
  margin: 0;
  padding: 0 0 0;
  display: flex;
  width: 85%;
  align-items: center;
  justify-content: center;
}
.navigation ul li {
  float: left;
  list-style: none;
}
.navigation > ul > li {
  float: none;
  width: 15%;
}
.logo {
  float: left;
  width: 15%;
}
.logo a {
  display: block;
}
/* .logo a img {
  max-width: 105px;
} */
.navigation ul li a {
  color: #282c3f;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  font-weight: var(--font-bold);
  padding: 0 10px;
  line-height: 17px;
}
.search_wrap {
  float: left;
  width: 41%;
  background: #fdfdfd;
  border: 1px solid #d8d7d7;
  margin-left: 11.5%;
  height: 36px;
  border-radius: 5px;
}
.search_wrap .maqnify {
  transform: scale(0.5);
  float: left;
  width: 33px;
  height: 40px;
  display: inline-block;
  margin-left: 5px;
}
.search_wrap input {
  width: 100%;
  height: 34px;
  line-height: 26px;
  float: left;
  margin-left: 10px;
  background: no-repeat;
  border: none;
  color: #555;
  float: left;
  background: url(../images/icon/hdr-search2.svg) no-repeat left;
  background-size: 13px;
  padding-right: 28px;
  padding-left: 16px;
  background-position: 97%;
}
.search_wrap input:focus {
  outline: 0;
}
.trending_wrap {
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.5;
  display: none;
  position: relative;
  z-index: 9999;
}
.search_wrap {
  transition: all ease 0.5s;
}
.search_wrap.searchActive {
  background: #fff;
}
.trending {
  color: #2e2e2e;
  opacity: 0.5;
  font-size: 12px;
  font-weight: var(--font-bold);
  width: 100%;
  float: left;
  border-bottom: 1px solid #efefef;
  padding-left: 13px;
  text-transform: uppercase;
}
.trending_inside li {
  float: left;
  width: 100%;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0 20px 0 30px;
  border-bottom: 1px solid #efefef;
  position: relative;
  color: #2e2e2e;
}
.recent_list li,
.trending_inside li {
  cursor: pointer;
}
.trending_inside li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 18px;
  left: 10px;
  top: 7px;
  background: url(../images/icon/trending.svg) no-repeat left center;
  opacity: 0.5;
}
.recent_list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  left: 6px;
  top: 9px;
  background: url(../images/icon/recent-viewed.svg) no-repeat left center;
  opacity: 0.5;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.signin_icon {
  transform: scale(0.5);
  background: url(../images/sprite/sprite-home.png) no-repeat left top;
  width: 33px;
  height: 32px;
  display: inline-block;
  float: left;
  margin-top: -3px;
}
.cart_icon {
  background: url(../images/icon/hdr-cart-icon.svg) no-repeat;
  width: 33px;
  height: 34px;
  display: inline-block;
  transform: scale(1);
  margin-top: 4px;
}

.eme_icon {
  background: url(https://cdn.eyemyeye.us/mobile/msite-images/icons/empty-wallet-black.svg) no-repeat;
  background-size: 18px;
  width: 33px;
  height: 34px;
  display: inline-block;
  transform: scale(1);
  margin-top: 4px;
}
.wishlist_icon {
  background: url(../images/icon/hdr-whishlist-icon.svg) no-repeat;
  width: 16px;
  height: 17px;
  display: inline-block;
  transform: scale(1);
  background-position: 50% 50%;
  background-size: 100%;
  margin-top: 5px;
}

.right_section {
  float: right;
}
.right_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.right_section ul li {
  cursor: pointer;
  float: left;
  width: auto;
  margin: 0 auto;
  text-align: center;
  margin-right: 30px;
  position: relative;
  line-height: 1.5;
}
.right_section ul li:last-child {
  margin: 0;
  margin-right: 10px;
}
/* .cont_signin {
  float: left;
  width: 100%;
  font-size: 10.5px;
  text-transform: uppercase;
  position: absolute;
  white-space: nowrap;
  left: 0;
  bottom: -5px;
  font-weight: 600;
} */
span.cat_icon {
  float: left;
  margin-right: 25px;
  width: 50px;
}
img.search-icon {
  width: 21px;
  margin: 14px 0 16px;
  position: relative;
  top: 4px;
  height: 104%;
}
.noScroll {
  overflow-y: hidden;
}
.top-right .nav ul li {
  line-height: 17px;
}
.black-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
}
.search:focus {
  border: none !important;
}
.search {
  width: 100% !important;
  padding-right: 0;
  background: 0 0;
  float: left;
  line-height: 35px;
  color: #2e2e2e;
  text-transform: normal;
  outline: 0;
  font-size: 13px;
  opacity: 1;
  letter-spacing: 0.2px;
  border: 0 !important;
  padding: 0 12px;
  color: #545454;
  border-radius: 3px;
  padding-left: 39px;
  box-sizing: border-box;
}
.ui-widget-content {
  z-index: 99999;
}
li.desktopsign {
  padding: 19px 25px 15px !important;
}
.searchBox {
  width: 27%;
  height: 35px;
  line-height: 35px;
  right: 0;
  float: right;
  max-width: 369px;
  margin-right: 0;
  margin-top: 10px;
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4 !important;
}
.serachActive {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.searchbutton {
  width: 44px;
  height: 100%;
  background: url(../images/icon/search-icon.svg) center center no-repeat;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  float: right;
  background-color: transparent;
  background-size: 14px auto;
}
.closeSearch-mannual {
  width: 60px;
  height: 100%;
  background: url(../images/icon/close.svg) no-repeat center center;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  float: right;
  background-color: #2c2c2c;
  background-size: 25% auto;
}
nav {
  padding-top: 10px;
  margin-left: 6%;
  margin-top: 5px;
  float: left;
  position: relative;
}
.top-right {
  float: right;
  width: 22%;
}
.trending_wrap {
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.5;
}
.trending_wrap.active_search {
  visibility: visible;
  opacity: 1;
}
.trending_inside li {
  background: #f9f9f9;
  float: left;
  width: 100%;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0 20px 0 30px;
  border-bottom: 1px solid #efefef;
  position: relative;
  color: #2e2e2e;
}
.trending_inside li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 18px;
  left: 10px;
  top: 7px;
  background: url(../images/icon/trending.svg) no-repeat left center;
  opacity: 0.5;
}
.recent_list li {
  float: left;
  width: 100%;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0 20px 0 30px;
  border-bottom: 1px solid #efefef;
  position: relative;
  color: #2e2e2e;
}
.recent_list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  left: 6px;
  top: 9px;
  background: url(../images/icon/recent-viewed.svg) no-repeat left center;
  opacity: 0.5;
}
span.trending {
  background: #f9f9f9;
  color: #2e2e2e;
  opacity: 0.5;
  font-size: 12px;
  font-weight: var(--font-bold);
  width: 100%;
  float: left;
  border-bottom: 1px solid #efefef;
  padding-left: 13px;
  text-transform: uppercase;
}
#searchform .search:focus {
  border: 0 !important;
  width: 88%;
  color: #2c2c2c;
}
.search::placeholder {
  opacity: 1;
  color: #2c2c2c;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: 0;
}
/* added new style */
.navbar-wrap {
  background: #f4f4f4;
  display: flex;
  position: relative;
}
.right_section_wrap {
  padding: 12px 3%;
  background: #fff;
}
/* =============== */
@media screen and (max-width: 1660px) {
  .top-right {
    width: auto;
  }
}
@media screen and (max-width: 1250px) {
  nav {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .searchBox {
    width: 100%;
    text-indent: 15px;
    position: absolute;
    right: 28%;
  }
  .navbar-wrap .navigation > ul{
    width: 100%;
  }
}
#abcd.sticky {
  display: none !important;
  z-index: 999;
}
.newSignin {
  float: left;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease-in 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
  display: none;
  font-family: var(--font-family-sanserif);
}
.condition_inner > h3,
ul.gurs li {
  text-align: left;
}
.newSignin:after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
}
.newSignin.showme-active {
  backface-visibility: hidden;
  display: block;
  height: 100% !important;
  left: 0;
  min-height: 100% !important;
  padding: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
}
.insidepopup {
  background: #fff;
  border-radius: 18px;
  box-shadow: 3px 10px 19px rgba(0, 0, 0, 0.3);
  display: inline-block;
  left: 50%;
  padding: 30px 20px;
  position: absolute;
  top: 50%;
  width: 60%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.insidepopup button.close-pop {
  position: relative;
  background: #f84545;
  border: 0;
  display: inline-block;
  padding: 0 25px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: var(--font-semibold);
  font-size: 14px;
  margin-top: 15px;
  cursor: pointer;
  width: auto;
  height: auto;
}
.condition_inner {
  font-size: 14px;
  color: #666;
}
.insidepopup h2 {
  text-align: center;
  font-size: 25px;
  text-transform: capitalize;
}
.ok_janu_sec {
  padding: 0 !important;
}
.ok_janu_sec > img {
  display: block;
  margin: 0 auto;
}
.janu_terms_a {
  cursor: pointer;
  border: 1px dashed #000;
  bottom: 3.2%;
  display: block;
  font-size: 29px;
  left: 46%;
  line-height: 63px;
  margin-left: -205px;
  padding: 0 55px;
  position: absolute;
  text-decoration: none;
  font-weight: var(--font-regular);
  text-transform: uppercase;
  color: #000;
}
.ok_janu_circle {
  background: url(../images/icon/janu_circle.png) no-repeat;
  width: 82px;
  height: 82px;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -41px;
}
ul.gurs {
  font-size: 15px;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 15px;
}
ul.gurs li {
  color: #666;
  font-size: 14px;
  padding: 2px 3px 6px 2px;
  list-style: outside;
}
@media only screen and (max-width: 768px) {
  .janu_terms_a {
    background: #fff;
    bottom: 14px;
    font-size: 20px;
    left: 50%;
    line-height: 32px;
    margin-left: -108px;
    padding: 0 10px;
  }
  .ok_janu_circle {
    width: 42px;
    height: 42px;
    background-size: 100%;
    margin-left: -21px;
    top: -21px;
  }
  .insidepopup,
  .newSignin.showme-active {
    background: #fff;
  }
  .tnc {
    padding-left: 0;
  }
  .remodal {
    padding: 15px 10px;
  }
  .remodal h1 {
    font-size: 21px;
  }
  .insidepopup .close-pop img {
    display: block;
  }
  .insidepopup .close-pop {
    cursor: pointer;
    background: 0 0;
    left: 0;
    top: 0;
  }
  .insidepopup {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    left: 50%;
    padding: 20px 10px;
    top: 50% !important;
    width: 90%;
  }
}
.black,
.black::after {
  height: 100%;
  width: 100%;
}
.black {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
}
.black::after {
  clear: both;
  display: inherit;
  top: 0;
}
body.body-hidden {
  overflow: hidden;
}
.newSignin p {
  color: #666;
  font-size: 14px;
}
.newSignin .insidepopup {
  width: 60%;
  max-width: 500px;
  height: auto;
  border-radius: 0;
}
.choose_primary_wrap h4,
.current_mob_wrap h4,
.newSignin_cont h4,
.newregister_wrap h4,
.signOtp_wrap h4,
.update_contact_wrap h4 {
  font-weight: 300;
  color: #373b3e;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.choose_primary_wrap h4,
.current_mob_wrap h4,
.newSignin_cont h4 span,
.newregister_wrap h4,
.signOtp_wrap h4,
.update_contact_wrap h4 {
  font-weight: var(--font-bold);
  text-transform: capitalize;
}
.newSignin_cont .title {
  color: #1C5350;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--font-semibold);
  margin-bottom: 8px;
}
.newSignin_cont > ul,
.newregister_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.newSignin_cont > ul > li {
  float: left;
  width: 50%;
}
.newregister_wrap {
  position: relative;
}
#frm-register ul li:after,
.newSignin_btm_wrap > ul:after,
.newSignin_btm_wrap > ul > li:after,
.newSignin_cont > ul:after,
.signOtp_cont > ul > li:after,
.update_contact_cont > ul > li:after,
[class$="_cont"]:after,
[class$="_wrap"]:after {
  content: "";
  display: table;
  clear: both;
}
.newSignin_cont .title {
  text-transform: none;
}
.newSignin .insidepopup {
  background: #fff url(../images/bg/pattern-login-bg.png) no-repeat top center;
  background-size: 100% auto;
  max-height: 95vh;
}
.newSignin .insidepopup .close-pop img {
  width: 30px;
  height: 30px;
}
.newSignin .insidepopup .close-pop {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
.newSignin_cont > ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.newSignin_cont > ul > li {
  float: left;
  width: 50%;
  text-align: left;
}
.newSignin_cont > ul > li a {
  text-decoration: none;
}
.newSignin_cont > ul > li > div {
  line-height: 28px;
}
.fb-signin-btn {
  border: 2px solid #3a589b;
  color: #146199;
  display: inline-block;
  width: 98%;
  padding: 4px 8px;
  cursor: pointer;
}
.google-signin-btn {
  border: 2px solid #e13719;
  color: #e13719;
  display: inline-block;
  width: 98%;
  padding: 4px 8px;
  cursor: pointer;
}
.fb-signin-btn .icon-facebook {
  width: 28px;
  height: 28px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.google-signin-btn .icon-google {
  width: 28px;
  height: 28px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.separator_wrap {
  position: relative;
  text-align: center;
  margin: 25px 0 9px;
}
.separator_wrap span {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 2px;
}
.separator_wrap:before {
  border-bottom: 1px solid #dadada;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 12px;
  z-index: -1;
}
#frm-register-details ul,
.newSignin_btm_wrap > ul {
  margin: 0;
  padding: 0;
}
#frm-register-details ul li,
.newSignin_btm_wrap > ul > li {
  margin-bottom: 20px;
}
#frm-register input[type="email"],
#frm-register input[type="number"],
#frm-register input[type="password"],
#frm-register input[type="phone"],
#frm-register input[type="text"],
#frm-register-details input[type="email"],
#frm-register-details input[type="text"],
.newSignin_btm_wrap input[type="email"],
.newSignin_btm_wrap input[type="password"],
.newSignin_btm_wrap input[type="text"],
.signOtp_cont input[type="email"],
.signOtp_cont input[type="number"],
.signOtp_cont input[type="text"],
.update_contact_cont input[type="text"] {
  border: none;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 15px;
  display: block;
  width: 100%;
  color: #757d85;
  font-size: 14px;
}
#frm-register-details input[type="email"]::placeholder,
#frm-register-details input[type="text"]::placeholder,
.newSignin_btm_wrap input[type="password"]::placeholder,
.newSignin_btm_wrap input[type="text"]::placeholder,
.signOtp_cont input[type="number"]::placeholder,
.signOtp_cont input[type="text"]::placeholder,
.update_contact_cont input[type="text"]::placeholder {
  opacity: 1;
  color: #757d85;
}
.newSignin_btm_wrap label {
  color: #757d85;
  font-size: 14px;
  font-size: var(--font-regular);
}
.choose_primary_cont #choose-primary-submit,
.newSignin_btm_wrap input[type="button"],
.newSignin_btm_wrap input[type="submit"],
.newregister_wrap input[type="submit"],
.signOtp_cont input[type="submit"],
.update_contact_cont input[type="button"] {
  background: #1C5350;
  width: 100%;
  display: block;
  padding: 12px 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.1s ease 0s;
}
.choose_primary_cont #choose-primary-submit:hover,
.newSignin_btm_wrap input[type="button"]:hover,
.newSignin_btm_wrap input[type="submit"]:hover,
.signOtp_cont input[type="submit"]:hover,
.update_contact_cont input[type="button"]:hover {
  background: #000;
}
.newSignin_cont h3 span {
  font-weight: var(--font-bold);
  text-transform: uppercase;
  background: url(../images/multifolks-logo.svg) no-repeat right top;
  font-size: 0;
  width: 183px;
  height: 27px;
  display: inline-block;
  vertical-align: bottom;
  background-size: 99% auto;
}
.choose_primary_wrap,
.current_mob_wrap,
.signOtp_wrap,
.update_contact_wrap {
  opacity: 1;
  z-index: -1;
  transition: all 0.3s ease;
  display: none;
  position: relative;
}
.registered-email,
.registered-phone {
  color: #1C5350;
  font-size: 14px;
  font-weight: var(--font-semibold);
  margin-bottom: 8px;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 15px;
}
.signOtp_cont > ul,
.update_contact_cont > ul {
  margin: 0;
  padding: 0;
}
.signOtp_cont > ul > li,
.update_contact_cont > ul > li {
  margin-bottom: 15px;
  list-style: none;
}
.resend-otp {
  float: right;
  font-size: 12px;
  cursor: pointer;
  color: #1C5350;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.resend-otp:hover {
  color: #000;
  text-decoration: none;
}
.back-btn {
  text-indent: -9999px;
  position: absolute;
  top: -18px;
  left: 0;
  background: url(../images/icon/icon-back.svg) no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.newSignin .insidepopup .close-pop {
  text-indent: -9999px;
  position: absolute;
  top: -21px;
  right: -10px;
  background: url(../images/icon/icon-close.svg) no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  cursor: pointer;
  font-size: 0;
}
.newSignin_wrap,
.socialLogin_wrap {
  position: relative;
}
.error,
.pwd-li,
.registered-email,
.submit-li {
  display: none;
}
#frm-register-details .contact-msg,
.newregister_wrap .contact-msg {
  display: none;
}
.contact-msg.error,
.error {
  color: #d8000c;
  padding: 5px 4px;
  font-size: 12px;
  background: #f5f5f5;
  margin-bottom: 8px;
}
.contact-msg.success,
.error.success,
.success {
  color: #4bb543;
  display: block !important;
}
.contact-msg.error {
  display: block !important;
}
.submit-li.active {
  display: block;
}
.newregister_wrap,
.validate-li.inactive {
  display: none;
}
.newSignin_btm_wrap .submit-li.active input[type="submit"],
.newSignin_btm_wrap .validate-li.active input[type="submit"] {
  margin-right: 3%;
}
.newSignin_btm_wrap .submit-li.active .register-btn,
.newSignin_btm_wrap .validate-li.active .register-btn {
  background: #2e2e2e;
}
.newSignin_btm_wrap .submit-li.active .register-btn:hover,
.newSignin_btm_wrap .validate-li.active .register-btn:hover,
.newregister_wrap .register-btn:hover {
  background: #000;
}
.contact-msg {
  text-align: center;
}
#frm-register ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#frm-register ul li {
  margin-bottom: 15px;
}
.choose_primary_cont ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.choose_primary_cont ul li {
  margin-bottom: 6px;
  color: #1C5350;
  font-size: 14px;
  font-weight: var(--font-semibold);
  border: 1px solid #dadada;
  padding: 9px 10px;
  text-align: center;
}
.choose_primary_cont ul li.active {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -2px;
  border: none;
}
.choose_primary_cont ul li:last-child {
  border: none;
  padding: 0;
  margin-top: 15px;
}
.choose_primary_wrap h3,
.update_contact_wrap h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.choose_primary_cont ul li label {
  display: block;
  cursor: pointer;
}
.newregister_wrap .error {
  font-size: 14px;
}
#frm-register ul.parsley-error-list,
#frm-register-details ul.parsley-error-list,
.signOtp_cont ul.parsley-error-list {
  margin: 5px 0 0;
  padding: 0;
}
#frm-register ul.parsley-error-list li,
#frm-register-details ul.parsley-error-list li,
.signOtp_cont ul.parsley-error-list li {
  font-size: 13px;
  color: #d8000c;
  margin-bottom: 0;
  margin-left: 15px;
}
.forget-link {
  float: right;
}
.forget-link a {
  color: #1C5350;
  font-size: 12px;
}
.forget-link a:hover {
  text-decoration: none;
  color: #000;
}
#singnIN {
  cursor: pointer;
  font-size: 14px;
  margin-top: 2px;
  color: #525252;
}
.choose_primary_wrap .note-p {
  font-size: 13px;
}
.note-p sup {
  color: #d8000c;
}
.choose_primary_wrap p {
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}
.current_mob_wrap h3 {
  font-size: 17px;
  font-weight: var(--font-semibold);
}
.choose_primary_cont {
  padding: 10px 14px 10px 10px;
}
.newSignin .insidepopup {
  max-height: 97vh;
}
.update_contact_wrap {
  display: none;
}
.socialLogin_wrap .newSignin_cont h3 {
  font-size: 20px;
  font-weight: var(--font-regular);
}
.socialLogin_wrap .newSignin_cont {
  margin-bottom: 0;
}
.newSignin .loader {
  width: 100%;
  height: 30vh;
  background: url(../images/loader/loader-eclipse.svg) no-repeat 50% 50%;
  background-size: 50px 50px;
  position: static;
}
.newSignin .loader:after {
  content: "";
  display: table;
  clear: both;
}
.newSignin {
  float: left;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease-in 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
  display: none;
  font-family: var(--font-family-sanserif);
}
.condition_inner > h3,
ul.gurs li {
  text-align: left;
}
.newSignin:after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
}
.newSignin.showme-active {
  backface-visibility: hidden;
  display: block;
  height: 100% !important;
  left: 0;
  min-height: 100% !important;
  padding: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
}
.insidepopup {
  background: #fff;
  border-radius: 18px;
  box-shadow: 3px 10px 19px rgba(0, 0, 0, 0.3);
  display: inline-block;
  left: 50%;
  padding: 30px 20px;
  position: absolute;
  top: 50%;
  width: 60%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.insidepopup button.close-pop {
  position: relative;
  background: #f84545;
  border: 0;
  display: inline-block;
  padding: 0 25px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: var(--font-semibold);
  font-size: 14px;
  margin-top: 15px;
  cursor: pointer;
  width: auto;
  height: auto;
}
.condition_inner {
  font-size: 14px;
  color: #666;
}
.insidepopup h2 {
  text-align: center;
  font-size: 25px;
  text-transform: capitalize;
}
.ok_janu_sec {
  padding: 0 !important;
}
.ok_janu_sec > img {
  display: block;
  margin: 0 auto;
}
.janu_terms_a {
  cursor: pointer;
  border: 1px dashed #000;
  bottom: 3.2%;
  display: block;
  font-size: 29px;
  left: 46%;
  line-height: 63px;
  margin-left: -205px;
  padding: 0 55px;
  position: absolute;
  text-decoration: none;
  font-weight: var(--font-regular);
  text-transform: uppercase;
  color: #000;
}
.ok_janu_circle {
  background: url(../images/icon/janu_circle.png) no-repeat;
  width: 82px;
  height: 82px;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -41px;
}
ul.gurs {
  font-size: 15px;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 15px;
}
ul.gurs li {
  color: #666;
  font-size: 14px;
  padding: 2px 3px 6px 2px;
  list-style: outside;
}
@media only screen and (max-width: 768px) {
  .janu_terms_a {
    background: #fff;
    bottom: 14px;
    font-size: 20px;
    left: 50%;
    line-height: 32px;
    margin-left: -108px;
    padding: 0 10px;
  }
  .ok_janu_circle {
    width: 42px;
    height: 42px;
    background-size: 100%;
    margin-left: -21px;
    top: -21px;
  }
  .insidepopup,
  .newSignin.showme-active {
    background: #fff;
  }
  .tnc {
    padding-left: 0;
  }
  .remodal {
    padding: 15px 10px;
  }
  .remodal h1 {
    font-size: 21px;
  }
  .insidepopup .close-pop img {
    display: block;
  }
  .insidepopup .close-pop {
    cursor: pointer;
    background: 0 0;
    left: 0;
    top: 0;
  }
  .insidepopup {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    left: 50%;
    padding: 20px 10px;
    top: 50% !important;
    width: 90%;
  }
}
.black,
.black::after {
  height: 100%;
  width: 100%;
}
.black {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
}
.black::after {
  clear: both;
  display: inherit;
  top: 0;
}
body.body-hidden {
  overflow: hidden;
}
.newSignin p {
  color: #666;
  font-size: 14px;
}
.newSignin .insidepopup {
  width: 60%;
  max-width: 500px;
  height: auto;
  border-radius: 0;
}
.choose_primary_wrap h3,
.current_mob_wrap h3,
.newSignin_cont h3,
.newregister_wrap h3,
.signOtp_wrap h3,
.update_contact_wrap h3 {
  font-weight: 300;
  color: #373b3e;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.choose_primary_wrap h3,
.current_mob_wrap h3,
.newSignin_cont h3 span,
.newregister_wrap h3,
.signOtp_wrap h3,
.update_contact_wrap h3 {
  font-weight: var(--font-bold);
  text-transform: capitalize;
}
.newSignin_cont .title {
  color: #1C5350;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--font-semibold);
  margin-bottom: 8px;
}
.newSignin_cont > ul,
.newregister_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.newSignin_cont > ul > li {
  float: left;
  width: 50%;
}
.newregister_wrap {
  position: relative;
}
#frm-register ul li:after,
.newSignin_btm_wrap > ul:after,
.newSignin_btm_wrap > ul > li:after,
.newSignin_cont > ul:after,
.signOtp_cont > ul > li:after,
.update_contact_cont > ul > li:after,
[class$="_cont"]:after,
[class$="_wrap"]:after {
  content: "";
  display: table;
  clear: both;
}
.newSignin_cont .title {
  text-transform: none;
}
.newSignin .insidepopup {
  background: #fff url(../images/pattern-login-bg.png) no-repeat top center;
  background-size: 100% auto;
  max-height: 95vh;
}
.newSignin .insidepopup .close-pop img {
  width: 30px;
  height: 30px;
}
.newSignin .insidepopup .close-pop {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
.newSignin_cont > ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.newSignin_cont > ul > li {
  float: left;
  width: 50%;
  text-align: left;
}
.newSignin_cont > ul > li a {
  text-decoration: none;
}
.newSignin_cont > ul > li > div {
  line-height: 28px;
}
.fb-signin-btn {
  border: 2px solid #3a589b;
  color: #146199;
  display: inline-block;
  width: 98%;
  padding: 4px 8px;
  cursor: pointer;
}
.google-signin-btn {
  border: 2px solid #e13719;
  color: #e13719;
  display: inline-block;
  width: 98%;
  padding: 4px 8px;
  cursor: pointer;
}
.fb-signin-btn .icon-facebook {
  width: 28px;
  height: 28px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.google-signin-btn .icon-google {
  width: 28px;
  height: 28px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.separator_wrap {
  position: relative;
  text-align: center;
  margin: 25px 0 9px;
}
.separator_wrap span {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 2px;
}
.separator_wrap:before {
  border-bottom: 1px solid #dadada;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 12px;
  z-index: -1;
}
#frm-register-details ul,
.newSignin_btm_wrap > ul {
  margin: 0;
  padding: 0;
}
#frm-register-details ul li,
.newSignin_btm_wrap > ul > li {
  margin-bottom: 20px;
}
#frm-register input[type="email"],
#frm-register input[type="number"],
#frm-register input[type="password"],
#frm-register input[type="phone"],
#frm-register input[type="text"],
#frm-register-details input[type="email"],
#frm-register-details input[type="text"],
.newSignin_btm_wrap input[type="email"],
.newSignin_btm_wrap input[type="password"],
.newSignin_btm_wrap input[type="text"],
.signOtp_cont input[type="email"],
.signOtp_cont input[type="number"],
.signOtp_cont input[type="text"],
.update_contact_cont input[type="text"] {
  border: none;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 15px;
  display: block;
  width: 100%;
  color: #757d85;
  font-size: 14px;
}
#frm-register-details input[type="email"]::placeholder,
#frm-register-details input[type="text"]::placeholder,
.newSignin_btm_wrap input[type="password"]::placeholder,
.newSignin_btm_wrap input[type="text"]::placeholder,
.signOtp_cont input[type="number"]::placeholder,
.signOtp_cont input[type="text"]::placeholder,
.update_contact_cont input[type="text"]::placeholder {
  opacity: 1;
  color: #757d85;
}
.newSignin_btm_wrap label {
  color: #757d85;
  font-size: 14px;
  font-size: var(--font-regular);
}
.choose_primary_cont #choose-primary-submit,
.newSignin_btm_wrap input[type="button"],
.newSignin_btm_wrap input[type="submit"],
.newregister_wrap input[type="submit"],
.signOtp_cont input[type="submit"],
.update_contact_cont input[type="button"] {
  background: #1C5350;
  width: 100%;
  display: block;
  padding: 12px 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.1s ease 0s;
}
.choose_primary_cont #choose-primary-submit:hover,
.newSignin_btm_wrap input[type="button"]:hover,
.newSignin_btm_wrap input[type="submit"]:hover,
.signOtp_cont input[type="submit"]:hover,
.update_contact_cont input[type="button"]:hover {
  background: #000;
}
.newSignin_cont h3 span {
  font-weight: var(--font-bold);
  text-transform: uppercase;
  background: url(../images/multifolks-logo.svg) no-repeat right top;
  font-size: 0;
  width: 183px;
  height: 27px;
  display: inline-block;
  vertical-align: bottom;
  background-size: 99% auto;
}
.choose_primary_wrap,
.current_mob_wrap,
.signOtp_wrap,
.update_contact_wrap {
  opacity: 1;
  z-index: -1;
  transition: all 0.3s ease;
  display: none;
  position: relative;
}
.registered-email,
.registered-phone {
  color: #1C5350;
  font-size: 14px;
  font-weight: var(--font-semibold);
  margin-bottom: 8px;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 15px;
}
.signOtp_cont > ul,
.update_contact_cont > ul {
  margin: 0;
  padding: 0;
}
.signOtp_cont > ul > li,
.update_contact_cont > ul > li {
  margin-bottom: 15px;
  list-style: none;
}
.resend-otp {
  float: right;
  font-size: 12px;
  cursor: pointer;
  color: #1C5350;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.resend-otp:hover {
  color: #000;
  text-decoration: none;
}
.back-btn {
  text-indent: -9999px;
  position: absolute;
  top: -18px;
  left: 0;
  background: url(../images/icon-back.svg) no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.newSignin .insidepopup .close-pop {
  text-indent: -9999px;
  position: absolute;
  top: -21px;
  right: -10px;
  background: url(../images/icon-close.svg) no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  cursor: pointer;
  font-size: 0;
}
.newSignin_wrap,
.socialLogin_wrap {
  position: relative;
}
.error,
.pwd-li,
.registered-email,
.submit-li {
  display: none;
}
#frm-register-details .contact-msg,
.newregister_wrap .contact-msg {
  display: none;
}
.contact-msg.error,
.error {
  color: #d8000c;
  padding: 5px 4px;
  font-size: 12px;
  background: #f5f5f5;
  margin-bottom: 8px;
}
.contact-msg.success,
.error.success,
.success {
  color: #4bb543;
  display: block !important;
}
.contact-msg.error {
  display: block !important;
}
.submit-li.active {
  display: block;
}
.newregister_wrap,
.validate-li.inactive {
  display: none;
}
.newSignin_btm_wrap .submit-li.active input[type="submit"],
.newSignin_btm_wrap .validate-li.active input[type="submit"] {
  margin-right: 3%;
}
.newSignin_btm_wrap .submit-li.active .register-btn,
.newSignin_btm_wrap .validate-li.active .register-btn {
  background: #2e2e2e;
}
.newSignin_btm_wrap .submit-li.active .register-btn:hover,
.newSignin_btm_wrap .validate-li.active .register-btn:hover,
.newregister_wrap .register-btn:hover {
  background: #000;
}
.contact-msg {
  text-align: center;
}
#frm-register ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#frm-register ul li {
  margin-bottom: 15px;
}
.choose_primary_cont ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.choose_primary_cont ul li {
  margin-bottom: 6px;
  color: #1C5350;
  font-size: 14px;
  font-weight: var(--font-semibold);
  border: 1px solid #dadada;
  padding: 9px 10px;
  text-align: center;
}
.choose_primary_cont ul li.active {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -2px;
  border: none;
}
.choose_primary_cont ul li:last-child {
  border: none;
  padding: 0;
  margin-top: 15px;
}
.choose_primary_wrap h3,
.update_contact_wrap h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.choose_primary_cont ul li label {
  display: block;
  cursor: pointer;
}
.newregister_wrap .error {
  font-size: 14px;
}
#frm-register ul.parsley-error-list,
#frm-register-details ul.parsley-error-list,
.signOtp_cont ul.parsley-error-list {
  margin: 5px 0 0;
  padding: 0;
}
#frm-register ul.parsley-error-list li,
#frm-register-details ul.parsley-error-list li,
.signOtp_cont ul.parsley-error-list li {
  font-size: 13px;
  color: #d8000c;
  margin-bottom: 0;
  margin-left: 15px;
}
.forget-link {
  float: right;
}
.forget-link a {
  color: #1C5350;
  font-size: 12px;
}
.forget-link a:hover {
  text-decoration: none;
  color: #000;
}
#singnIN {
  cursor: pointer;
}
.choose_primary_wrap .note-p {
  font-size: 13px;
}
.note-p sup {
  color: #d8000c;
}
.choose_primary_wrap p {
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}
.current_mob_wrap h3 {
  font-size: 17px;
  font-weight: var(--font-semibold);
}
.choose_primary_cont {
  padding: 10px 14px 10px 10px;
}
.newSignin .insidepopup {
  max-height: 97vh;
}
.update_contact_wrap {
  display: none;
}
.socialLogin_wrap .newSignin_cont h3 {
  font-size: 20px;
  font-weight: var(--font-regular);
}
.socialLogin_wrap .newSignin_cont {
  margin-bottom: 0;
}
.newSignin .loader {
  width: 100%;
  height: 30vh;
  background: url(../images/loader/loader-eclipse.svg) no-repeat 50% 50%;
  background-size: 50px 50px;
  position: static;
}
.newSignin .loader:after {
  content: "";
  display: table;
  clear: both;
}
.newSignin {
  float: left;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease-in 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
  display: none;
  font-family: var(--font-family-sanserif);
}
.condition_inner > h3,
ul.gurs li {
  text-align: left;
}
.newSignin:after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
}
.newSignin.showme-active {
  backface-visibility: hidden;
  display: block;
  height: 100% !important;
  left: 0;
  min-height: 100% !important;
  padding: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
}
.insidepopup {
  background: #fff;
  border-radius: 18px;
  box-shadow: 3px 10px 19px rgba(0, 0, 0, 0.3);
  display: inline-block;
  left: 50%;
  padding: 30px 20px;
  position: absolute;
  top: 50%;
  width: 60%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.insidepopup button.close-pop {
  position: relative;
  background: #f84545;
  border: 0;
  display: inline-block;
  padding: 0 25px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: var(--font-semibold);
  font-size: 14px;
  margin-top: 15px;
  cursor: pointer;
  width: auto;
  height: auto;
}
.condition_inner {
  font-size: 14px;
  color: #666;
}
.insidepopup h2 {
  text-align: center;
  font-size: 25px;
  text-transform: capitalize;
}
.ok_janu_sec {
  padding: 0 !important;
}
.ok_janu_sec > img {
  display: block;
  margin: 0 auto;
}
.janu_terms_a {
  cursor: pointer;
  border: 1px dashed #000;
  bottom: 3.2%;
  display: block;
  font-size: 29px;
  left: 46%;
  line-height: 63px;
  margin-left: -205px;
  padding: 0 55px;
  position: absolute;
  text-decoration: none;
  font-weight: var(--font-regular);
  text-transform: uppercase;
  color: #000;
}
.ok_janu_circle {
  background: url(../images/icon/janu_circle.png) no-repeat;
  width: 82px;
  height: 82px;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -41px;
}
ul.gurs {
  font-size: 15px;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 15px;
}
ul.gurs li {
  color: #666;
  font-size: 14px;
  padding: 2px 3px 6px 2px;
  list-style: outside;
}
@media only screen and (max-width: 768px) {
  .janu_terms_a {
    background: #fff;
    bottom: 14px;
    font-size: 20px;
    left: 50%;
    line-height: 32px;
    margin-left: -108px;
    padding: 0 10px;
  }
  .ok_janu_circle {
    width: 42px;
    height: 42px;
    background-size: 100%;
    margin-left: -21px;
    top: -21px;
  }
  .insidepopup,
  .newSignin.showme-active {
    background: #fff;
  }
  .tnc {
    padding-left: 0;
  }
  .remodal {
    padding: 15px 10px;
  }
  .remodal h1 {
    font-size: 21px;
  }
  .insidepopup .close-pop img {
    display: block;
  }
  .insidepopup .close-pop {
    cursor: pointer;
    background: 0 0;
    left: 0;
    top: 0;
  }
  .insidepopup {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    left: 50%;
    padding: 20px 10px;
    top: 50% !important;
    width: 90%;
  }
}
.black,
.black::after {
  height: 100%;
  width: 100%;
}
.black {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
}
.black::after {
  clear: both;
  display: inherit;
  top: 0;
}
body.body-hidden {
  overflow: hidden;
}
.newSignin p {
  color: #666;
  font-size: 14px;
}
.newSignin .insidepopup {
  width: 60%;
  max-width: 500px;
  height: auto;
  border-radius: 0;
}
.choose_primary_wrap h3,
.current_mob_wrap h3,
.newSignin_cont h3,
.newregister_wrap h3,
.signOtp_wrap h3,
.update_contact_wrap h3 {
  font-weight: 300;
  color: #373b3e;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.choose_primary_wrap h3,
.current_mob_wrap h3,
.newSignin_cont h3 span,
.newregister_wrap h3,
.signOtp_wrap h3,
.update_contact_wrap h3 {
  font-weight: var(--font-bold);
  text-transform: capitalize;
}
.newSignin_cont .title {
  color: #1C5350;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--font-semibold);
  margin-bottom: 8px;
}
.newSignin_cont > ul,
.newregister_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.newSignin_cont > ul > li {
  float: left;
  width: 50%;
}
.newregister_wrap {
  position: relative;
}
#frm-register ul li:after,
.newSignin_btm_wrap > ul:after,
.newSignin_btm_wrap > ul > li:after,
.newSignin_cont > ul:after,
.signOtp_cont > ul > li:after,
.update_contact_cont > ul > li:after,
[class$="_cont"]:after,
[class$="_wrap"]:after {
  content: "";
  display: table;
  clear: both;
}
.newSignin_cont .title {
  text-transform: none;
}
.newSignin .insidepopup {
  background: #fff url(../images/pattern-login-bg.png) no-repeat top center;
  background-size: 100% auto;
  max-height: 95vh;
}
.newSignin .insidepopup .close-pop img {
  width: 30px;
  height: 30px;
}
.newSignin .insidepopup .close-pop {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
.newSignin_cont > ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.newSignin_cont > ul > li {
  float: left;
  width: 50%;
  text-align: left;
}
.newSignin_cont > ul > li a {
  text-decoration: none;
}
.newSignin_cont > ul > li > div {
  line-height: 28px;
}
.fb-signin-btn {
  border: 2px solid #3a589b;
  color: #146199;
  display: inline-block;
  width: 98%;
  padding: 4px 8px;
  cursor: pointer;
}
.google-signin-btn {
  border: 2px solid #e13719;
  color: #e13719;
  display: inline-block;
  width: 98%;
  padding: 4px 8px;
  cursor: pointer;
}
.fb-signin-btn .icon-facebook {
  width: 28px;
  height: 28px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.google-signin-btn .icon-google {
  width: 28px;
  height: 28px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.separator_wrap {
  position: relative;
  text-align: center;
  margin: 25px 0 9px;
}
.separator_wrap span {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 2px;
}
.separator_wrap:before {
  border-bottom: 1px solid #dadada;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 12px;
  z-index: -1;
}
#frm-register-details ul,
.newSignin_btm_wrap > ul {
  margin: 0;
  padding: 0;
}
#frm-register-details ul li,
.newSignin_btm_wrap > ul > li {
  margin-bottom: 20px;
}
#frm-register input[type="email"],
#frm-register input[type="number"],
#frm-register input[type="password"],
#frm-register input[type="phone"],
#frm-register input[type="text"],
#frm-register-details input[type="email"],
#frm-register-details input[type="text"],
.newSignin_btm_wrap input[type="email"],
.newSignin_btm_wrap input[type="password"],
.newSignin_btm_wrap input[type="text"],
.signOtp_cont input[type="email"],
.signOtp_cont input[type="number"],
.signOtp_cont input[type="text"],
.update_contact_cont input[type="text"] {
  border: none;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 15px;
  display: block;
  width: 100%;
  color: #757d85;
  font-size: 14px;
}
#frm-register-details input[type="email"]::placeholder,
#frm-register-details input[type="text"]::placeholder,
.newSignin_btm_wrap input[type="password"]::placeholder,
.newSignin_btm_wrap input[type="text"]::placeholder,
.signOtp_cont input[type="number"]::placeholder,
.signOtp_cont input[type="text"]::placeholder,
.update_contact_cont input[type="text"]::placeholder {
  opacity: 1;
  color: #757d85;
}
.newSignin_btm_wrap label {
  color: #757d85;
  font-size: 14px;
  font-size: var(--font-regular);
}
.choose_primary_cont #choose-primary-submit,
.newSignin_btm_wrap input[type="button"],
.newSignin_btm_wrap input[type="submit"],
.newregister_wrap input[type="submit"],
.signOtp_cont input[type="submit"],
.update_contact_cont input[type="button"] {
  background: #1C5350;
  width: 100%;
  display: block;
  padding: 12px 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.1s ease 0s;
}
.choose_primary_cont #choose-primary-submit:hover,
.newSignin_btm_wrap input[type="button"]:hover,
.newSignin_btm_wrap input[type="submit"]:hover,
.signOtp_cont input[type="submit"]:hover,
.update_contact_cont input[type="button"]:hover {
  background: #000;
}
.newSignin_cont h3 span {
  font-weight: var(--font-bold);
  text-transform: uppercase;
  background: url(../images/multifolks-logo.svg) no-repeat right top;
  font-size: 0;
  width: 183px;
  height: 27px;
  display: inline-block;
  vertical-align: bottom;
  background-size: 99% auto;
}
.choose_primary_wrap,
.current_mob_wrap,
.signOtp_wrap,
.update_contact_wrap {
  opacity: 1;
  z-index: -1;
  transition: all 0.3s ease;
  display: none;
  position: relative;
}
.registered-email,
.registered-phone {
  color: #1C5350;
  font-size: 14px;
  font-weight: var(--font-semibold);
  margin-bottom: 8px;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 15px;
}
.signOtp_cont > ul,
.update_contact_cont > ul {
  margin: 0;
  padding: 0;
}
.signOtp_cont > ul > li,
.update_contact_cont > ul > li {
  margin-bottom: 15px;
  list-style: none;
}
.resend-otp {
  float: right;
  font-size: 12px;
  cursor: pointer;
  color: #1C5350;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.resend-otp:hover {
  color: #000;
  text-decoration: none;
}
.back-btn {
  text-indent: -9999px;
  position: absolute;
  top: -18px;
  left: 0;
  background: url(../images/icon/icon-back.svg) no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.newSignin .insidepopup .close-pop {
  text-indent: -9999px;
  position: absolute;
  top: -21px;
  right: -10px;
  background: url(../images/icon/icon-close.svg) no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  cursor: pointer;
  font-size: 0;
}
.newSignin_wrap,
.socialLogin_wrap {
  position: relative;
}
.error,
.pwd-li,
.registered-email,
.submit-li {
  display: none;
}
#frm-register-details .contact-msg,
.newregister_wrap .contact-msg {
  display: none;
}
.contact-msg.error,
.error {
  color: #d8000c;
  padding: 5px 4px;
  font-size: 12px;
  background: #f5f5f5;
  margin-bottom: 8px;
}
.contact-msg.success,
.error.success,
.success {
  color: #4bb543;
  display: block !important;
}
.contact-msg.error {
  display: block !important;
}
.submit-li.active {
  display: block;
}
.newregister_wrap,
.validate-li.inactive {
  display: none;
}
.newSignin_btm_wrap .submit-li.active input[type="submit"],
.newSignin_btm_wrap .validate-li.active input[type="submit"] {
  margin-right: 3%;
}
.newSignin_btm_wrap .submit-li.active .register-btn,
.newSignin_btm_wrap .validate-li.active .register-btn {
  background: #2e2e2e;
}
.newSignin_btm_wrap .submit-li.active .register-btn:hover,
.newSignin_btm_wrap .validate-li.active .register-btn:hover,
.newregister_wrap .register-btn:hover {
  background: #000;
}
.contact-msg {
  text-align: center;
}
#frm-register ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#frm-register ul li {
  margin-bottom: 15px;
}
.choose_primary_cont ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.choose_primary_cont ul li {
  margin-bottom: 6px;
  color: #1C5350;
  font-size: 14px;
  font-weight: var(--font-semibold);
  border: 1px solid #dadada;
  padding: 9px 10px;
  text-align: center;
}
.choose_primary_cont ul li.active {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -2px;
  border: none;
}
.choose_primary_cont ul li:last-child {
  border: none;
  padding: 0;
  margin-top: 15px;
}
.choose_primary_wrap h3,
.update_contact_wrap h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.choose_primary_cont ul li label {
  display: block;
  cursor: pointer;
}
.newregister_wrap .error {
  font-size: 14px;
}
#frm-register ul.parsley-error-list,
#frm-register-details ul.parsley-error-list,
.signOtp_cont ul.parsley-error-list {
  margin: 5px 0 0;
  padding: 0;
}
#frm-register ul.parsley-error-list li,
#frm-register-details ul.parsley-error-list li,
.signOtp_cont ul.parsley-error-list li {
  font-size: 13px;
  color: #d8000c;
  margin-bottom: 0;
  margin-left: 15px;
}
.forget-link {
  float: right;
}
.forget-link a {
  color: #1C5350;
  font-size: 12px;
}
.forget-link a:hover {
  text-decoration: none;
  color: #000;
}
#singnIN {
  cursor: pointer;
}
.choose_primary_wrap .note-p {
  font-size: 13px;
}
.note-p sup {
  color: #d8000c;
}
.choose_primary_wrap p {
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}
.current_mob_wrap h3 {
  font-size: 17px;
  font-weight: var(--font-semibold);
}
.choose_primary_cont {
  padding: 10px 14px 10px 10px;
}
.newSignin .insidepopup {
  max-height: 97vh;
}
.update_contact_wrap {
  display: none;
}
.socialLogin_wrap .newSignin_cont h3 {
  font-size: 20px;
  font-weight: var(--font-regular);
}
.socialLogin_wrap .newSignin_cont {
  margin-bottom: 0;
}
.newSignin .loader {
  width: 100%;
  height: 30vh;
  background: url(../images/loader/loader-eclipse.svg) no-repeat 50% 50%;
  background-size: 50px 50px;
  position: static;
}
.newSignin .loader:after {
  content: "";
  display: table;
  clear: both;
}
.right_section ul li a .cont_signin {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 114px;
}
.desktop-shopLinks {
  float: left;
  width: 25%;
}
.desktop-appExperience {
  float: left;
  width: 25%;
}
.desktop-downLinkContainer {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.desktop-downLinkContainer a img {
  height: 45px;
}
.desktop-downLinkContainer span {
  font-size: 13px;
  margin-bottom: 11px;
  float: left;
}
.desktop-appExperience span {
  font-size: 13px;
  margin-bottom: 7px;
}
.desktop-appExperience > p,
.desktop-shopLinks > p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: var(--font-bold);
  margin-bottom: 17px;
  color: #fff;
}
.follow a {
  color: #2c2c2c;
  font-size: 26px;
  margin-right: 6px;
}
.desktop-shopLinks a {
  color: #e5e5e5;
  display: block;
  font-size: 15px;
  text-decoration: none;
  padding-bottom: 8px;
  cursor: pointer;
  line-height: 1.2;
  text-transform: capitalize;
}
.steps-inside li {
  float: left;
  margin-bottom: 6px;
  width: 100%;
  margin-right: 0;
}
/* .submenu {
  float: left;
  width: 100%;
  padding: 0;
  position: absolute;
  left: 50%;
  margin: 0;
  top: 53px;
  padding-bottom: 15px;
  background: #fff;
  box-shadow: -2px 11px 11px rgba(0, 0, 0, 0.3);
  transition: all ease-in 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  min-height: 280px;
  transform: translateX(-50%);
} */
.inner_menu_wrap {
  width: 64%;
  margin: 0 auto;
  background: #fff;
  box-shadow: -2px 11px 11px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
}
.Medium_bold {
  font-weight: var(--font-bold);
}
.submenu.active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
#wrapper.shadow::after {
  width: 100%;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.left_section_gender {
  float: left;
  width: 25%;
  box-sizing: border-box;
  height: 100%;
}
.left_section_gender ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left_section_gender ul li {
  float: left;
  width: 100%;
  padding: 10px 27px;
}
.left_section_gender ul li a {
  font-size: 12px;
  color: #555;
}
.left_section_gender ul li img {
  max-height: 35px;
}
.name_tag {
  float: left;
  line-height: 48px;
}
.submenu li:last-child {
  border-bottom: none;
}
.navigation li.sub_heading, .navigation .sub_heading {
  padding: 15px 27px !important;
  font-size: 14px;
  color: #555;
  line-height: inherit;
}
.navigation ul li li a {
  font-weight: normal;
  line-height: initial;
  font-size: 13px;
  transition: all .1s ease 0s;
}
.mid_section_categories ul.w-50, .last_menu_Section ul.w-50{
  width: 50%;
  float: left;
}
.mid_section_categories {
  float: left;
  width: 35%;
  height: 100%;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.mid_section_categories ul {
  margin: 0;
  padding: 0;
}
.mid_section_categories li {
  width: 100%;
  font-size: 12px;
  padding: 7px 15px !important;
  line-height: 24px;
  color: #555;
}
.last_menu_Section {
  float: left;
  width: 40%;
  height: 100%;
}
.last_menu_Section ul {
  float: left;
  width: 50%;
  height: 100%;
}
.last_menu_Section ul:last-child {
  border: 0;
}
.last_menu_Section ul {
  margin: 0;
  padding: 0;
}
.last_menu_Section ul li {
  float: left;
  width: 100%;
}
.last_menu_Section li {
  float: left;
  width: 100%;
  font-size: 13px;
  padding: 7px 15px;
  color: #555;
}
.right_section {
  float: right;
  position: relative;
}
.steps_footer img {
  height: 55px;
}
span.steps_footer {
  float: none;
  margin-right: 10px;
  font-size: 14px;
  font-weight: var(--font-bold);
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.desktop-shopLinks .social-icons a {
  display: inline-block;
  font-size: 30px;
}
.quote {
  float: left;
  font-weight: var(--font-regular);
  width: 100%;
  padding: 1px 0;
  color: #e5e5e5;
  font-size: 13px;
  text-transform: capitalize;
}
.steps-inside li {
  float: left;
  margin-bottom: 6px;
}
.trending_wrap {
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.5;
}
.trending_wrap.active_search {
  visibility: visible;
  opacity: 1;
}
.trending_inside li {
  float: left;
  width: 100%;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0 20px 0 30px;
  border-bottom: 1px solid #efefef;
  position: relative;
  color: #2e2e2e;
}
.trending_inside li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 18px;
  left: 10px;
  top: 7px;
  background: url(../images/icon/trending.svg) no-repeat left center;
  opacity: 0.5;
}
.recent_list li {
  float: left;
  width: 100%;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0 20px 0 30px;
  border-bottom: 1px solid #efefef;
  position: relative;
  color: #2e2e2e;
}
.recent_list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  left: 6px;
  top: 9px;
  background: url(../images/icon/recent-viewed.svg) no-repeat left center;
  opacity: 0.5;
}
.arrowShow .owl-dots {
  display: none;
}
.arrowShow .owl-nav {
  margin-top: 0;
  height: 0;
}
spna.trending {
  color: #2e2e2e;
  opacity: 0.5;
  font-size: 12px;
  font-weight: var(--font-bold);
  width: 100%;
  float: left;
  border-bottom: 1px solid #efefef;
  padding-left: 13px;
  text-transform: uppercase;
}
.ui-menu .ui-menu-item-wrapper::before {
	background: url(../images/icon/search-icon.svg) center center no-repeat;
  } 
#searchform .search:focus {
  border: 0 !important;
  width: 88%;
  color: #2c2c2c;
}
.search::placeholder {
  opacity: 1;
  color: #2c2c2c;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: 0;
}
.search_wrap {
  line-height: 35px;
  list-style: none;
}
.count {
  position: absolute;
  right: -5px;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #3a3a3a;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 19px;
  font-weight: var(--font-regular);
}
#wrapper:after {
  transition: all 0.5s ease 0s;
}
#wrapper.shadow:after {
  opacity: 1;
  visibility: visible;
}
header {
  padding: 0;
}
.navigation > ul > li {
  margin-right: 0;
}
.navigation > ul > li:last-child {
  margin-right: 0;
}
.navigation > ul > li > a {
  padding: 20px 10px;
  display: block;
}
.navigation ul li a:hover,
.navigation > ul > li:hover > a {
  color: #1C5350;
}
.navigation ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 41px;
  transform: translate(-50%, 0%);
}
/* .last_menu_Section ul:nth-child(even),
.mid_section_categories {
  background: #fafafa;
} */
.logo {
  margin-top: 2px;
  margin-bottom: 2px;
}
.search_wrap {
  margin-top: 10px;
}
header .right_section {
  max-height: 30px;
}
.submenu {
  float: none;
  width: 100%;
  padding: 0;
  position: absolute;
  left: 50%;
  margin: 0;
  top: 53px;
  padding-bottom: 0;
  /* background: #fff;
  box-shadow: -2px 11px 11px rgba(0, 0, 0, 0.3); */
  transition: all .1s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  min-height: inherit;
  transform: translate(-50%, 0%);
  display: flex;
  flex-wrap: wrap;
  z-index: 999;
}
/* .fade-in {
	animation: fadeInOpacity ease 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
} */

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.last_menu_Section,
.left_section_gender,
.mid_section_categories {
  float: none;
  height: inherit;
  padding-bottom: 15px;
}
.right_section li a, .right_section li span {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.right_section li a:hover {
  text-decoration: none;
}
.hidden-for-international{
  display: none;
}
.app_wrap img {
  display: inline-block;
  min-height: 35px;
}
@media screen and (max-width: 1660px) {
  .top-right {
    width: auto;
  }
}
@media screen and (max-width: 1250px) {
  nav {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .searchBox {
    width: 100%;
    text-indent: 15px;
    position: absolute;
    right: 28%;
  }
  .submenu {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .discover span.cat_icon {
    margin-right: 16px;
    padding-top: 13px;
  }
  /* .last_menu_Section {
    width: 50%;
  } */
  /* .mid_section_categories {
    width: 25%;
  } */
  .left_section_gender {
    width: 25%;
  }
  .search_wrap {
    width: 36%;
  }
  /* .submenu {
    top: 71px;
  } */
}
@media only screen and (max-width: 1350px) {
  .search_wrap {
    margin-left: 7%;
  }
}
@media only screen and (max-width: 1360px) {
  .navigation ul li a {
    font-size: 12px;
  }
  .logo {
    width: 17%;
  }
  .cont_signin {
    font-size: 10px;
  }
  .search_wrap input {
    padding-left: 19px;
    background-size: 13px;
    font-size: 13px;
  }
  .left_section_gender ul li {
    padding: 10px 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  /* .submenu {
    top: 66px;
  } */
  footer aside {
    padding: 1.8% 2%;
  }
  .desktop-downLinkContainer a {
    float: left;
    width: 48%;
  }
  .desktop-downLinkContainer a img {
    width: auto;
  }
  .desktop-shopLinks.steps-inside ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .navigation > ul > li {
    margin-right: 0;
  }
  
}
@media only screen and (max-width: 1279px) {
  .left_section_gender ul li {
    padding: 10px 8px;
  }
  .left_section_gender ul li img {
    max-height: 28px;
  }
  span.cat_icon {
    width: 43px;
    margin-right: 25px;
    margin-top: 5px;
  }
  .navigation li.sub_heading {
    font-size: 12px;
  }
  .navigation ul li li a {
    line-height: 20px;
  }
  .right_section ul li:last-child {
    margin-right: 0;
  }
  .right_section ul li {
    margin-right: 30px;
  }
  .steps-inside li {
    margin-right: 0;
    width: 100%;
    padding-right: 10px;
  }
  .desktop-downLinkContainer a img {
    width: auto;
    height: 40px;
  }
  .desktop-appExperience > p,
  .desktop-shopLinks > p {
    font-size: 15px;
  }
  span.steps_footer {
    margin-right: 3%;
    width: 20%;
  }
  .desktop-shopLinks {
    padding-right: 2%;
  }
  .banners {
    margin: 15px 2% 15px 0;
    width: 66%;
  }
}
@media only screen and (max-width: 990px) {
  .navigation ul {
    padding-right: 3px;
    padding-left: 5px;
  }
  .search_wrap {
    margin-right: 2%;
    margin-left: 0;
  }
  .navigation > ul > li {
    margin-right: 0;
  }
  .navigation > ul > li > a {
    padding: 15px 10px;
  }
}


.new-text {
  text-align: center;
  display: block;
}

.navigation ul li .new-text a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation ul li .new-text a:before {
  content: 'New';
  font-size: 10px;
  color: #fff;
  padding: 2px 5px;
  font-weight: 800;
  border-radius: 3px;
  background: linear-gradient(to right,#cf0505,#cf0505);
  background-size: 200% 100%;
  margin-right: 5px;
}
/* new ui start */
header {
  box-shadow: none;
}
header .right_section {
  background: #232320;
  border-radius: 60px;
  margin: 10px 0;
  max-height: unset;
}
#singnIN {
  background: #F3CB0A;
  height: 36px;
  border-radius: 50px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #151001;
}
span.circle-wrap {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4BEBE;
  border-radius: 50%;
}
.right_section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
}
.right_section li a:hover, .right_section li span:hover {
  color: #F3CB0A;
}
.right_section ul li.dropdown_menu svg {
  margin-left: 5px;
}

/* new footer css start */
.new-footer-inner {
  display: flex;
  border-top: 0.76px solid #232320;
  margin-top: 3rem;
  padding: 3rem 0 2rem;
  position: relative;
  justify-content: space-between;
  display: none;
}
footer {
  padding: 1rem 3%;
}
.new-footer-inner .left-menu {
  width: 50%;
}
.new-footer-inner .right-form {
  width: 36%;
}
.bottom-fix-logo img {
  width: 200px;
}
.bottom-fix-logo {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.new-footer-inner .right-form form input {
  background: #fff;
  border-radius: 12px;
  height: 45px;
  padding: 5px 10px;
  width: 260px;
  margin-right: 8px;
  border: 1px solid #F0EBE4;
}
.new-footer-inner .right-form button.Subscribe-btn {
  background: #232320;
  color: #fff;
  height: 45px;
  border-radius: 30px;
  padding: 5px 20px;
  transition: .3s ease all;
  border: 0;
  cursor: pointer;
}
.new-footer-inner .right-form button.Subscribe-btn:hover {
  background: #f3cb0a;
}
.new-footer-inner .right-form>p {
  margin-bottom: 2rem;
  color: #232320;
}
.new-footer-inner ul.first-menu li a {
  font-size: 40px;
  color: #232320;
  transition: .2s ease all;
}
.new-footer-inner ul li a:hover {
  color: #f3cb0a !important;
  text-decoration: none;
}
.new-footer-inner .right-form form input:focus-visible {
  outline: 0;
}
.new-footer-inner .left-menu ul.second-menu li a {
  color: #232320;
  font-size: 14px;
  font-weight: 600;
  transition: .2s ease all;
}
.new-footer-inner .left-menu ul.second-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 12%;
  width: 400px;
}
.new-footer-inner .left-menu ul.second-menu li {
  width: 50%;
  margin-bottom: 20px;
}
.new-footer-inner .left-menu ul.social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.new-footer-inner .left-menu ul.social-icons li a {
  display: inline-block;
}
.new-footer-inner .left-menu ul.social-icons svg:hover path {
  opacity: 0.6;
}
.right_section ul li#showme-shake {
  margin-right: 10px;
}
li#smart-mirror-link {
  position: relative;
}
.right_section li span.tm-text {
  position: absolute;
  font-size: 10px;
  top: -12px;
  right: -10px;
  background: #f3cb0a;
  color: #232320;
  border: 1px solid #f3cb0a;
  font-weight: 700;
  border-radius: 50%;
  width: 22px;
  min-width: 22px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
button#smart-mirror-close {
  border: 0;
  background: 0;
  font-size: 30px;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  top: 24px !important;
  right: 25px !important;
  cursor: pointer;
}
/* new-serach ui css */
span#search-icon-circle {
  width: 36px;
  height: 36px;
  background: #3F3F3C;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
li.list-unstyled.search-li {
  margin-right: 10px;
}
button#close-search-btn {
  background: #F0EBE4;
  border: 0;
  border-radius: 60px;
  margin: 10px 0;
  padding: 10px;
  margin-right: 10px;
  height: 52px;
  width: 100px;
  font-size: 15px;
  color: #232320;
  gap: 5px;
  vertical-align: middle;
  cursor: pointer;
  transition: .2s ease all;
  display: none;
}
button#close-search-btn:focus {
  outline: 0;
}
button#close-search-btn svg {
  width: 16px;
  position: relative;
  top: 3px;
  padding-left: 3px;
}
button#close-search-btn:hover {
  background: #D0E0F0;
}
button#close-search-btn:focus-visible {
  outline: 0;
}
/* new search css */
.search_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 96px;
  border: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
  z-index: 22;
}
.search_wrap input#searchbox {
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #9DA5A5 !important;
  width: 100% !important;
  max-width: 800px;
  margin: 4rem auto 0 !important;
  float: unset;
  padding: 5px 0 !important;
  font-size: 20px;
  height: auto;
}
.search_wrap::before {
  content: '';
  position: absolute;
  background: #ccc;
  top: 0;
  left: 3%;
  width: calc(100% - 6%);
  height: 1px;
}
.trending_wrap {
  width: 800px;
  margin: 0 auto;
  float: unset;
}
/* seperate-links */
.seperate-links h6, .multifolks-links h6 {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
}
.web-columns-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
}
.multifolks-links ul li a, .seperate-links ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 7px 0;
    display: inline-block
}
.multifolks-links ul li a {
  font-weight: 700;
  font-size: 16px;
}
.multifolks-links ul li a:hover,
.seperate-links ul li a:hover {
  color: #E94D37;
  font-style: italic;
}