/* @font-face {
    font-family: "Myriad-Pro";
    src: url(http://www.anaveer.in/honda/font/MYRIADPRO-REGULAR.OTF) format("truetype");
}

body {
    font-family: Myriad-Pro;
} */

html, body {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}

.otpInstruction{
  color: #b6393d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}


.dynamic__body__class{
  overflow:hidden;
}
.main {
  position: absolute;
  top: -1000px;
  width: 300px;
  height: 450px;
  right: 70px;
  z-index: 100;
}

@media (min-width: 601px) {
  .toptobottom {
    -moz-animation: ToptoBottom 0.8s forwards;
    -webkit-animation: ToptoBottom 0.8s forwards;
    -o-animation: ToptoBottom 0.8s forwards;
    animation: ToptoBottom 0.8s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @keyframes ToptoBottom {
    0% {
      top: -1000px;
    }
    100% {
      top: 50%;
      transform: translate(0px, -50%);
    }
  }
}

@media (max-width: 600px) {
  .main {
    top: 51%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 380px;
  }
}

.imageposition {
  width: 100%;
  height: 320px;
  position: fixed;
  opacity: 0.3;
}

@media (max-width: 600px) {
  .imageposition {
    height: 260px;
  }
}

.cenetrposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text {
  color: white;
  text-decoration: underline;
}

.color {
  color: white;
}

.widthregister {
  width: 150px;
}

@media (max-width: 600px) {
  .text {
    font-size: 20px;
  }
  .widthregister {
    width: 130px;
  }
}

/* .imgwidth {
    width: 30px;
} */

#input_container {
  position: relative;
  padding: 0;
  margin: 0;
}

.input-field {
  height: 30px;
  margin: 0;
  padding-left: 40px;
  border-radius: 20px;
  border: none;
  outline: none !important;
  font-family: "Open Sans", sans-serif;
  width: 230px;
}

.margintopten {
  margin-top: 10px;
}

.margintopbtn {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .margintopbtn {
    margin-top: 10px;
  }
}

.sizevirtualtext {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.fortext {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 600px) {
  .sizevirtualtext {
    font-size: 13px;
  }
}

#input_img {
  position: absolute;
  /* bottom: 8px; */
  left: 0px;
  width: 30px;
  height: 30px;
}

.width {
  width: 90px;
  cursor: pointer;
}

.width:active {
  transform: scale(0.8);
}

.margintoptext {
  margin-top: 30px;
}

.margintopname {
  margin-top: 5px;
}

@media (max-width: 600px) {
  .margintopname {
    margin-top: 0px;
  }
}

.margintop {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .margintop {
    margin-top: 12px;
  }
}

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

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

.button {
  color: white;
  font-size: 13px;
  padding: 5px 20px;
  border-radius: 20px;
  /* background-image: linear-gradient(#1D326B, #0773BB); */
  background-color: #b6393d;
  border: none;
  font-weight: bolder;
  outline: none !important;
  /* width: 100%; */
  height: 30px;
  font-family: "Open Sans", sans-serif;
}

.button:active {
  transform: scale(0.9);
}

.registerbutton {
  color: white;
  font-size: 13px;
  padding: 5px 20px;
  border-radius: 20px;
  /* background-image: linear-gradient(#1D326B, #0773BB); */
  background-color: #b6393d;
  border: none;
  font-weight: bolder;
  outline: none !important;
  /* width: 100%; */
  height: 30px;
  font-family: "Open Sans", sans-serif;
  width: 230px;
}

@media (max-width: 600px) {
  .registerbutton {
    font-size: 12px;
  }
}

.registerbutton:active {
  transform: scale(0.9);
}

.loginbutton {
  color: white;
  font-size: 13px;
  padding: 5px 20px;
  border-radius: 20px;
  /* background-image: linear-gradient(#1D326B, #0773BB); */
  background-color: #b6393d;
  border: none;
  font-weight: bolder;
  outline: none !important;
  /* width: 100%; */
  height: 30px;
  font-family: "Open Sans", sans-serif;
  width: 121px;
}

@media (max-width: 600px) {
  .loginbutton {
    font-size: 12px;
  }
}

.loginbutton:active {
  transform: scale(0.9);
}

.backbutton {
  color: white;
  font-size: 13px;
  padding: 5px 20px;
  border-radius: 5px;
  /* background-image: linear-gradient(#1D326B, #0773BB); */
  background-color: #b6393d;
  border: none;
  font-weight: bolder;
  outline: none !important;
  height: 30px;
  font-family: "Open Sans", sans-serif;
  width: 241px;
}

.backbutton:active {
  transform: scale(0.9);
}

.submitbutton {
  color: white;
  font-size: 13px;
  padding: 5px 20px;
  border-radius: 20px;
  /* background-image: linear-gradient(#1D326B, #0773BB); */
  background-color: #b6393d;
  border: none;
  font-weight: bolder;
  outline: none !important;
  height: 30px;
  font-family: "Open Sans", sans-serif;
  word-wrap: break-word;
}

.submitbutton:active {
  transform: scale(0.9);
}

.submitinterestbtn {
  color: white;
  font-size: 13px;
  padding: 5px 0px;
  border-radius: 20px;
  /* background-image: linear-gradient(#1D326B, #0773BB); */
  background-color: #b6393d;
  border: none;
  font-weight: bolder;
  outline: none !important;
  height: 30px;
  font-family: "Open Sans", sans-serif;
  word-wrap: break-word;
  width: 200px;
}

.submitinterestbtn:active {
  transform: scale(0.9);
}

.popupboxbutton {
  color: white;
  font-size: 14px;
  padding: 5px 2px;
  border-radius: 5px;
  /* background-image: linear-gradient(#1D326B, #0773BB); */
  background-color: #b6393d;
  border: none;
  font-weight: bolder;
  outline: none !important;
  width: 100px;
  height: 30px;
  font-family: "Open Sans", sans-serif;
}

.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  width: 16px;
  height: 16px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 20px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loaderinterestsub {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  width: 16px;
  height: 16px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 90px;
}

.loaderregisterbtn {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  width: 16px;
  height: 16px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 85px;
}

.loaderinterest {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  width: 16px;
  height: 16px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 90px;
}

.loaderresendbtn {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  width: 16px;
  height: 16px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 36px;
}

/* 
.loader li {
    width: 8px;
    height: 20px;
    background: white;
    border-radius: 30px;
    position: absolute;
    top: 40px;
    left: 46px;
}

.loader ul {
    animation: spinner 2s steps(12, end) infinite;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
    list-style-type: none;
}

.loader li:nth-child(1) {
    transform: rotate(30deg) translate(0, -20px);
    background: #fff;
}

.loader li:nth-child(2) {
    transform: rotate(60deg) translate(0, -20px);
    background: #e8e8e8;
}

.loader li:nth-child(3) {
    transform: rotate(90deg) translate(0, -20px);
    background: #dedede;
}

.loader li:nth-child(4) {
    transform: rotate(120deg) translate(0, -20px);
    background: #d2d2d2;
}

.loader li:nth-child(5) {
    transform: rotate(150deg) translate(0, -20px);
    background: #bdbdbd;
}

.loader li:nth-child(6) {
    transform: rotate(180deg) translate(0, -20px);
    background: #a3a3a3;
}

.loader li:nth-child(7) {
    transform: rotate(210deg) translate(0, -20px);
    background: #767676;
}

.loader li:nth-child(8) {
    transform: rotate(240deg) translate(0, -20px);
    background: #616161;
}

.loader li:nth-child(9) {
    transform: rotate(270deg) translate(0, -20px);
    background: #505050;
}

.loader li:nth-child(10) {
    transform: rotate(300deg) translate(0, -20px);
    background: #494949;
}

.loader li:nth-child(11) {
    transform: rotate(330deg) translate(0, -20px);
    background: #424242;
}

.loader li:nth-child(12) {
    transform: rotate(0deg) translate(0, -20px);
    background: #383838;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg) scale(0.6);
    }

    100% {
        transform: rotate(-360deg) scale(0.6);
    }
} */

::placeholder {
  color: #b6393d;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b6393d;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b6393d;
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: 11000;
  background: rgba(166, 29, 58, 0.8);
  padding: 1px 0;
  color: white;
  padding-right: 20px;
  font-family: "Open Sans", sans-serif;
}

.footer-text {
  font-size: 18px;
  text-align: center;
  color: white;
  margin-bottom: 0px;
  text-decoration: none;
  font-family: "Montserrat";
}

@media (max-width: 600px) {
  .footer-text {
    text-align: center;
    color: white;
    font-size: 10px;
    margin-bottom: 0px;
  }
  .submitbutton {
    font-size: 10px;
    width: 201px;
  }
  .backbutton {
    font-size: 10px;
    width: 201px;
  }
}

@media screen and (max-width: 800px) {
  .hide-footer {
    display: none;
  }
}

.linktext {
  color: white;
  text-decoration: underline;
}

.linktext:hover {
  color: white;
  text-decoration: underline;
}

.bottomtotop {
  -moz-animation: BottomtoTop 0.8s forwards;
  -webkit-animation: BottomtoTop 0.8s forwards;
  -o-animation: BottomtoTop 0.8s forwards;
  animation: BottomtoTop 0.8s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes BottomtoTop {
  0% {
    transform: translateY(1000px);
  }
  100% {
    transform: translateY(0px);
  }
}

.revbottomtotop {
  -moz-animation: RevBottomtoTop 0.8s forwards;
  -webkit-animation: RevBottomtoTop 0.8s forwards;
  -o-animation: RevBottomtoTop 0.8s forwards;
  animation: RevBottomtoTop 0.8s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes RevBottomtoTop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(1000px);
  }
}

.popupbox {
  position: fixed;
  margin: 0 auto;
  padding: 20px 20px 20px;
  /* width: 320px; */
  width: 250px;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  box-shadow: -1px 4px 28px 0px rgba(0, 0, 0, 0.75);
  z-index: 10;
  transform: translateY(300px);
}

.centerinput {
  text-align: center;
}

.inputclass {
  background: transparent;
  outline: none;
  border: none;
  display: block;
  padding: 10px;
  width: 100%;
  /* border-bottom: 1px solid #eee; */
  color: #b6393d;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
  margin-top: 5px;
  border-bottom: 1px solid #b6393d;
}

.btnposition {
  display: flex;
  justify-content: flex-end;
}

.margintopmsg {
  margin-top: 16px;
}

.thankstext {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #b6393d;
}

.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.marginright {
  margin-right: 20px;
}

.overlay {
  /* position: fixed; */
  /* display: none; */
  /* width: 100%;
    height: 100%; */
  /* top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  cursor: pointer;
  position: fixed;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  height: 100%;
  /* right: 70px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.main1 {
  z-index: 10000;
  cursor: pointer;
  position: fixed;
  /* top: 15%; */
  transform: translate(0px, -50%);
  width: 100%;
  height: 100%;
  /* right: 70px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.main2 {
  z-index: 10000;
  cursor: pointer;
  position: fixed;
  /* top: 15%; */
  transform: translate(0px, -50%);
  width: 100%;
  height: 100%;
  /* right: 70px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  .overlay {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .inputclass {
    width: 205px;
    margin: 0 5px;
  }
  .main1 {
    width: 100%;
    height: 100%;
    right: auto;
  }
  .main2 {
    width: 100%;
    height: 100%;
    right: auto;
  }
}

.position {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.positionRSuccess {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.positionverify {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  width: 100%;
  /* z-index: 100000; */
}

.layer {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-image: linear-gradient( to right, rgba(189, 20, 51, 0.3), rgba(69, 12, 53, 0.3));
}

.layerpopup {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.displayetext {
  display: block;
}

.landscapetext {
  display: none;
}

.loader {
  border: 2px solid #fff;
  border-radius: 50%;
  border-top: 1px solid #282c34;
  width: 18px;
  height: 18px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 20px;
  border-top-width: 1px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.marginbottombtn {
  margin-bottom: 15px;
}

.red--color {
  color: #b6393d !important;
}

.blue--color {
  color: #005b31;
}
.textdec{
  text-decoration: underline !important;
  margin-top: 2px;
}
.backgroundportion {
  position: relative;
  margin: 0;
  background-image: linear-gradient(72deg, #49a57a, #005b31);
  width: 100%;
  height: 100%;
  z-index: 100;
  background-image: linear-gradient( to right, rgba(189, 20, 51, 0.8), rgba(69, 12, 53, 0.8));
}

.backgroundportionsoon {
  position: fixed;
  margin: 0;
  background-image: linear-gradient(72deg, #49a57a, #005b31);
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-image: linear-gradient( to right, rgba(189, 20, 51, 0.8), rgba(69, 12, 53, 0.8));
  top: 0;
}

.overlaythanks {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* border-top-left-radius: 200px; */
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  padding: 40px;
  width: 40%;
  border-radius: 10px;
}

.thanksbox {
  position: fixed;
  background: white;
  width: 35%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  /* border-top-left-radius: 200px; */
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  padding: 20px;
  border-radius: 10px;
}

@media (min-width: 1850px) {
  .thanksbox {
    width: 30%;
  }
}

@media (max-width: 1100px) {
  .thanksbox {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .thanksbox {
    width: 60%;
  }
}

@media (max-width: 700px) {
  .thanksbox {
    width: 70%;
  }
}

@media (max-width: 600px) {
  .thanksbox {
    width: 80%;
    height: 60%;
    /* padding-top: 50px; */
    /* height: 80%; */
  }
  .sizewelcomtext {
    font-size: 19px;
  }
  .sizetextthanks {
    font-size: 16px;
  }
  .margintoptext {
    margin-top: 5px;
  }
}

.comingsoonbox {
  position: fixed;
  background: white;
  width: 35%;
  height: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  /* border-top-left-radius: 200px; */
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  padding: 20px;
  border-radius: 10px;
  word-wrap: break-word;
}
.visitstall{
  color: rgb(19, 19, 228);
  text-decoration: underline;
}
.cookiebox {
  position: fixed;
  background: white;
  width: 35%;
  height: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  /* border-top-left-radius: 200px; */
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  padding: 20px;
  border-radius: 10px;
  word-break: break-all;
}

@media (min-width: 1850px) {
  .comingsoonbox {
    width: 30%;
  }
}

@media (max-width: 1100px) {
  .comingsoonbox {
    width: 50%;
    /* height: 65%; */
  }
}

@media (max-width: 800px) {
  .comingsoonbox {
    width: 60%;
  }
}

@media (max-width: 700px) {
  .comingsoonbox {
    width: 70%;
  }
}

@media (max-width: 600px) {
  .comingsoonbox {
    width: 80%;
    height: 60%;
    font-size: 12px;
  }
}

.margintopbutton {
  margin-top: 20px;
}

.dropdownbox {
  position: fixed;
  background: white;
  width: 40%;
  height: 70%;
  top: 50%;
  left: 150%;
  transform: translate(-50%, -50%);
  z-index: 10;
  /* border-top-left-radius: 200px; */
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  padding: 40px;
  border-radius: 10px;
}

@media (min-width: 1850px) {
  .dropdownbox {
    width: 30%;
  }
}

@media (max-width: 1100px) {
  .dropdownbox {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .dropdownbox {
    width: 60%;
  }
}

@media (max-width: 700px) {
  .dropdownbox {
    width: 70%;
  }
}

@media (max-width: 600px) {
  .dropdownbox {
    width: 80%;
    padding-top: 70px;
    height: 80%;
  }
}

@media screen and (min-height: 820px) {
  .sizewelcomtext {
    font-size: 40px;
  }
  .sizetextthanks {
    font-size: 25px;
  }
  .sizetext {
    font-size: 20px;
  }
  .margintopbutton {
    margin-top: 40px;
  }
}

.flexcontainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}

.flexcontainer1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  display: none;
}

.textweight {
  font-weight: bold;
}

.marginbottomzero {
  margin-bottom: 0px;
}

.marginortext {
  margin-top: 5px;
  margin-bottom: 5px;
}

.box {
  /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.box select {
  /* background-color: white;
    color: #005B31;
    padding: 12px;
    width: 250px;
    border: none;
    font-size: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none; */
  margin: 5px;
  padding: 0 10px;
  /* width: 270px; */
  width: 230px;
  height: 34px;
  color: #005b31;
  border: 1px solid #005b31;
  background: transparent;
  /* border-bottom: 1px solid #a7a7a7; */
  outline: none;
  border-radius: 20px;
}

/* .box::before {
    content: "\f13a";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
} */

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 30px;
}

.boxdrop {
  position: relative;
  padding: 0;
  margin: 0;
}

.boxdrop .selectitem {
  /* margin: 5px; */
  padding: 0 10px;
  width: 230px;
  height: 30px;
  color: #005b31;
  border: 1px solid #005b31;
  background: transparent;
  outline: none;
  border-radius: 20px;
  background-color: #fff;
}

.boxdrop .selectitemfor {
  /* margin: 5px; */
  padding: 0 10px;
  width: 230px;
  height: 30px;
  color: #005b31;
  border: 1px solid #005b31;
  background: transparent;
  outline: none;
  border-radius: 20px;
  background-color: #fff;
}

.boxdrop:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.boxdrop .selectitem option {
  padding: 30px;
}

.boxdrop .selectitempopup {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #005b31;
  border: 0;
  border-bottom: 1px solid #a7a7a7;
  outline: none;
  background-color: transparent;
}

.margintopdrop {
  margin-top: 5px;
}

.centertoleft {
  -moz-animation: CentertoLeft 0.8s forwards;
  -webkit-animation: CentertoLeft 0.8s forwards;
  -o-animation: CentertoLeft 0.8s forwards;
  animation: CentertoLeft 0.8s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes CentertoLeft {
  0% {
    left: 50%;
  }
  100% {
    left: -150%;
  }
}

/* .zoomin {
    -moz-animation: Zoomin 0.8s forwards;
    -webkit-animation: Zoomin 0.8s forwards;
    -o-animation: Zoomin 0.8s forwards;
    animation: Zoomin 0.8s forwards;

}

@keyframes Zoomin {


    0% {
        transform: scale(1);
    }

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

.zoomout {
    -moz-animation: Zoomout 0.8s forwards;
    -webkit-animation: Zoomout 0.8s forwards;
    -o-animation: Zoomout 0.8s forwards;
    animation: Zoomout 0.8s forwards;
}

@keyframes Zoomout {


    0% {
        transform: scale(0);
    }

    100% {
        display: block;
        transform: scale(1);
    }
} */

.righttocenter {
  -moz-animation: RighttoCenter 0.8s forwards;
  -webkit-animation: RighttoCenter 0.8s forwards;
  -o-animation: RighttoCenter 0.8s forwards;
  animation: RighttoCenter 0.8s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes RighttoCenter {
  0% {
    left: 150%;
  }
  100% {
    left: 50%;
  }
}

.inputclass1 {
  margin: 5px;
  padding: 0 10px;
  /* width: 270px; */
  width: 230px;
  height: 34px;
  color: #404040;
  /* border: 0; */
  background: white;
  border-radius: 20px;
  border: 1px solid #005b31;
  /* border-bottom: 1px solid #a7a7a7; */
  outline: none;
}

.posoitionlogo {
  position: fixed;
  top: 20px;
  left: 20px;
  /* background-color: white; */
  width: 120px;
  /* height: 120px; */
  z-index: 11000;
  padding: 10px;
  /* border-radius: 50%; */
  /* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75); */
  display: flex;
}

@media (max-width: 600px) {
  .posoitionlogo {
    display: none;
  }
}

.positionright {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #b6393d;
  width: 120px;
  height: 120px;
  z-index: 100;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(27, 52, 106, 0.75);
  display: flex;
}

@media (max-width: 600px) {
  .positionright {
    top: 5px;
    right: 5px;
    width: 80px;
    height: 80px;
  }
}

.flexlogo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.whitebox {
  background: white;
  padding: 10px;
  border-radius: 5px;
}

.flexright {
  display: flex;
  justify-content: center;
  align-items: center;
}

.textclass {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: bold;
}

.widthlogo {
  width: 130px;
  /* transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute; */
}

@media (max-width: 600px) {
  .textclass {
    font-size: 12px;
  }
  .widthlogo {
    width: 90px;
  }
  .whitebox {
    padding: 2px;
  }
}

.widthsubmitbtn {
  width: 200px;
}

.blackbg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 7px 10px;
  position: fixed;
  bottom: 0;
  font-family: "Open Sans", sans-serif;
}

.logintextsize {
  font-size: 20px;
}

.logintextsize1 {
  font-size: 12px;
}

.underline {
  text-decoration: underline;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.underline:hover {
  text-decoration: underline;
  color: #b6393d;
}

.custom-select1 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  border-radius: 20px !important;
  height: 30px !important;
}

.custom-select1 select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: white;
}

/*style the arrow inside the select element:*/

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/

.select-items div, .select-selected {
  color: black;
  /* padding: 8px 16px; */
  /* border: 1px solid transparent; */
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/

.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 180px;
  overflow-y: auto;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.preferencesoverlay {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 300;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preferencesbox {
  position: fixed;
  background: white;
  width: 40%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 400;
  /* border-top-left-radius: 200px; */
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  padding: 40px;
}

@media (min-width: 1850px) {
  .preferencesbox {
    width: 30%;
  }
}

@media (max-width: 1100px) {
  .preferencesbox {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .preferencesbox {
    width: 60%;
  }
}

@media (max-width: 700px) {
  .preferencesbox {
    width: 70%;
  }
}

@media (max-width: 600px) {
  .preferencesbox {
    width: 80%;
    padding-top: 70px;
    height: 80%;
  }
}

.boxdrop {
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  /* border-radius: 20px; */
}

.boxdrop .selectdropdown {
  /* margin: 5px; */
  padding: 0 10px;
  width: 230px;
  height: 30px;
  color: #005b31;
  /* border: 1px solid #005B31; */
  border-radius: 20px;
  border: 0;
  background: white;
  outline: none;
}

.labelregister {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  /* font: caption; */
  margin-top: 5px;
  font-weight: bold;
  margin-bottom: 0px;
}

.labellogin {
  color: #005b31;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  /* font: caption; */
  margin-top: 5px;
  font-weight: bold;
}

.marginbottomfive {
  margin-bottom: 5px;
}

.landscapeoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  cursor: pointer;
}

.positionmobimg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.rotatetext {
  color: white;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
}

.widthmobimg {
  width: 80px;
}
marquee {
  font-size: 20px;
  font-weight: 800;
  color: #b6393d !important;
  background-color: white !important;
  font-family: "Open Sans", sans-serif;
  position: fixed;
  z-index: 1000;
  bottom: 85px;
  height:29px;
  font-weight: bold;
  visibility: hidden;
}
@media (min-width: 750px) {

marquee {
  font-size: 20px;
  font-weight: 800;
  color: #b6393d !important;
  background-color: white !important;
  font-family: "Open Sans", sans-serif;
  position: fixed;
  z-index: 1000;
  bottom: 86px;
  height:29px;
  font-weight: bold;
  visibility: hidden;
}
}
@media (max-width: 749px) {
  marquee {
    font-size: 20px;
    font-weight: 800;
    color: #b6393d !important;
    background-color: white !important;
    font-family: "Open Sans", sans-serif;
    position: fixed;
    z-index: 1000;
    bottom: 108px;  
    height:29px;
    font-weight: bold;
    visibility: hidden;
  }
} 

@media (max-width: 350px) {
  marquee {
    font-size: 20px;
    font-weight: 800;
    color: #b6393d !important;
    background-color: white !important;
    font-family: "Open Sans", sans-serif;
    position: fixed;
    z-index: 1000;
    bottom: 108px;  
    height:29px;
    font-weight: bold;
    visibility: hidden;
  }
} 

#bottommenu {
  width: 100%;
  /* background: #866ec7; */
  /* background: #005B31; */
  background: rgba(166, 29, 58, 0.5);
  /* box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.25); */
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  z-index: 1000;
  bottom: 0px;
}

.flexicon {
  display: flex;
  justify-content: center;
  flex-direction: row;
  /* margin-bottom: 25px; */
  padding-bottom: 10px;
}

@media (max-width: 600px) {
  .flexicon {
    justify-content: start;
    overflow: auto;
  }
}

.widthicon {
  width: 30px;
  margin: 0 auto;
}

.flexcolumn {
  display: flex;
  flex-direction: column;
  width: 100px;
  margin: 5px 10px;
  cursor: pointer;
}

.cenetrtext {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
.overlaycall {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
/* .overlaycall {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
} */

.popupboxcall {
  position: fixed;
  margin: 0 auto;
  padding: 20px 20px 20px;
  /* width: 320px; */
  width: 350px;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: -1px 4px 28px 0px rgba(0, 0, 0, 0.75);
  z-index: 1000;
  /* display: none; */
  /* transform: translateY(600px); */
}

.popupboxcall1 {
    position: fixed;
    margin: 0 auto;
    padding: 20px 20px 20px;
    /* width: 320px; */
    width: auto;
    background: transparent;
    border-radius: 3px;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    top: -500%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: -1px 4px 28px 0px rgba(0, 0, 0, 0.75);
    z-index: 1000;
    /* display: none; */
    /* transform: translateY(600px); */
}

/* @media (max-width: 600px) {
  .popupboxcall1 {
    width: 350px;
  }
}

.popupboxcall.active {
  top: 50%;
}

.popupboxcall1.active {
  top: 50%;
} */

@media(max-width:600px) {
    .popupboxcall1 {
        width: 350px;
        overflow-x: auto;
    }
}

.popupboxcall.active {
    top: 50%;
}

.popupboxcall1.active {
    top: 50%;
}
@media (max-width: 600px) {
  .popupboxcall {
    width: 320px;
  }
}

/* @media(max-width:600px) {
    #layoutimage {
        width: 200px;
    }
} */

/* #layoutimage {
  width: 100%;
} */

.flexcall {
  display: flex;
  flex-direction: column;
  color: #005b31;
  margin-top: 5px;
}

.callflexrow {
  display: flex;
  flex-direction: row;
}

.calltitle {
  font-family: "Montserrat";
  color: #005b31;
  font-weight: bold;
}

.calltext {
  font-size: 20px;
  font-family: "Montserrat";
  color: #005b31;
  font-weight: bold;
  margin-right: 15px;
}
/* 
.callclose {
  color: #005b31;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.callclose:hover, .callclose:focus {
  color: #005b31;
  text-decoration: none;
  cursor: pointer;
} */

.callclose {
    color: #005B31;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 38px;
}

.callclose:hover,
.callclose:focus {
    color: #005B31;
    text-decoration: none;
    cursor: pointer;
}

.cenetriframe {
  margin: 0 auto;
}

.overlayiframe {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.flexcontaineiframe {
  /* display: flex; */
  flex-direction: row;
  flex-wrap: nowrap;
  width: 60%;
  height: 60%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}

@media (max-width: 600px) {
  .flexcontaineiframe {
    height: 40%;
    width: 90%;
  }
}

.iframeclose {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: fixed;
  /* top: 20px; */
  right: 20px;
}

.iframeclose:hover, .iframeclose:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.overlayfeedback {
  position: fixed;
  /* display: none; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlayfeedback img {
  z-index: 1500;
}

.feedbackclose {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: fixed;
  /* top: 20px; */
  right: 20px;
  z-index: 10;
}

.feedbackclose:hover, .feedbackclose:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.endposition {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.feedbacktext {
  color: #b6393d;
  font-family: "Open Sans", sans-serif;
  font-weight: bolder;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .feedbacktext {
    font-size: 30px;
    margin-top: 60px;
  }
}

.liketext {
  color: white;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

.conferencetext {
  color: white;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 600px) {
  .liketext {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .conferencetext {
    font-size: 14px;
  }
}

.suggestiontext {
  margin-top: 20px;
  margin-bottom: 20px;
  /* margin-bottom: 0px; */
  color: white;
  font-weight: bold;
}

@media (max-width: 600px) {
  .suggestiontext {
    font-size: 13px;
  }
}

.whitetext {
  color: white;
}

.whitetext:hover {
  color: white;
}

.star1 {
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 100% 0;
  width: 40px;
  height: 40px;
}

.star2 {
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 100% 0;
  width: 40px;
  height: 40px;
}

.star3 {
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 100% 0;
  width: 40px;
  height: 40px;
}

.star4 {
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 100% 0;
  width: 40px;
  height: 40px;
}

.star5 {
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 100% 0;
  width: 40px;
  height: 40px;
}

.speakerplay {
  background-position: 0 0 !important;
}

.marginfeedback {
  margin-top: 30px;
}

.feedbackbtn {
  color: white;
  font-size: 14px;
  padding: 5px 2px;
  border-radius: 20px;
  /* background-image: linear-gradient(#1D326B, #0773BB); */
  background-color: #b6393d;
  border: none;
  font-weight: bolder;
  outline: none !important;
  width: 120px;
  height: 30px;
  font-family: "Open Sans", sans-serif;
}

.feedbackbtn:hover {
  background-color: transparent;
  border: 1px solid #b6393d;
  color: white;
}

.feedbackbtn:active {
  transform: scale(0.9);
}

.margintopextra {
  margin-top: 1px;
  margin-bottom: 7px;
}

.marginbottomzero {
  margin-bottom: 0px;
}

.margintopzero {
  margin-top: 0px;
}

.flexstaricon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  width: 120px;
}

.ratingtext {
  margin-top: 5px;
  margin-bottom: 0px;
}

@media (max-width: 600px) {
  .ratingtext {
    font-size: 10px;
  }
}

@media only screen and (max-width: 900px) and (max-height: 400px) and (orientation: landscape) {
  .main {
    width: 300px;
    height: 280px;
    overflow-y: auto;
  }
  .popupboxcall {
    top: -200%;
  }
  .landscapecontainer {
    width: 300px;
    height: 180px;
    overflow-y: auto;
  }
  .displayetext {
    display: none;
  }
  .landscapetext {
    display: block;
  }
  .imageposition {
    height: 200px;
  }
  #black-bg {
    display: block !important;
  }
  .overlay {
    width: 100%;
    height: 100%;
  }
  .margintopname {
    margin-top: 25px;
  }
  .margintopbtn {
    margin-top: 10px;
  }
  /* .marginbottombtn {
        margin-bottom: 50px !important;
    } */
  .widthregister {
    width: 130px;
  }
  .sizevirtualtext {
    font-size: 12px;
  }
  .fortext {
    font-size: 10px;
  }
  .positionright {
    width: 80px !important;
    height: 80px !important;
  }
  .textclass {
    font-size: 12px !important;
  }
  .margintoptext {
    margin-top: 0px;
  }
  .sizetextthanks {
    font-size: 12px;
  }
  .sizetext {
    font-size: 10px;
  }
  .thanksbox {
    height: 95% !important;
  }
  .box select {
    margin: 0px !important;
  }
  .margintopbutton {
    margin-top: 0px !important;
  }
  .sizewelcomtext {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .dropdownbox {
    height: 95% !important;
    overflow-y: scroll !important;
    padding-bottom: 0px !important;
  }
  .feedbacktext {
    font-size: 30px;
  }
  .marginfeedback {
    margin-top: 10px !important;
  }
  .liketext {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    font-size: 16px !important;
  }
  .margintoplan {
    margin-top: 20px;
  }
}

/* iphone 5 */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
  .flexicon {
    justify-content: start !important;
    overflow-x: auto !important;
  }
  .main {
    width: 300px !important;
    height: 390px !important;
  }
  .popupboxcall {
    top: -200% !important;
  }
  .imageposition {
    height: 250px !important;
  }
  .landscapecontainer {
    width: 300px !important;
    height: 250px !important;
    overflow-y: auto !important;
  }
  .overlay {
    width: 100% !important;
    height: 100% !important;
  }
  .sizewelcomtext {
    font-size: 15px;
  }
  .sizetextthanks {
    font-size: 12px;
  }
  .sizetext {
    font-size: 11px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: landscape) {
  .main {
    height: 250px;
  }
  .logintextsize {
    font-size: 15px;
  }
  .feedbacktext {
    margin-top: 20px;
  }
}

.marginzero {
  margin-top: 0;
  margin-bottom: 0;
}

#filterDialoge {
  padding-top: 30px;
}

.product {
  margin-bottom: 15px;
  margin-top: 15px;
  /* margin: 15px 2px; */
}

.product-inner {
  box-shadow: 0 2px 5px 0 rgba(166, 29, 63, 0.16), 0 2px 10px 0 rgba(166, 29, 63, 0.12);
  padding: 10px;
  border-radius: 0.25rem;
}

.product img {
  margin-bottom: 10px;
}

.heightproductssection {
  height: 350px;
  overflow: auto;
}

@media (min-width: 1500px) {
  .heightproductssection {
    height: 400px;
    overflow: auto;
  }
}

.rightborder {
  border-right: 3px solid white;
  height: 40px;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (max-width: 600px) {
  .rightborder {
    height: 30px;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}

.melzologowidth {
  width: 37px;
}

@media (max-width: 600px) {
  .melzologowidth {
    width: 20px;
  }
}

.margintopfor {
  margin-top: 70px;
}

.positionregistertitle {
  position: absolute;
  top: -1.2em;
  z-index: 10;
  left: -1.7em;
}

@media (max-width: 600px) {
  .positionregistertitle {
    left: -1.3em;
    top: 6rem;
  }
  .margintopfor {
    margin-top: 50px;
  }
}

.btncolor {
  background-color: #b6393d !important;
  color: white !important;
  padding: 5px 20px;
  border: none !important;
  font-weight: bolder !important;
  outline: none !important;
  font-family: "Montserrat", sans-serif !important;
  outline: none !important;
}

.filtersearch {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding-top: 15px;
  margin-left: 12px;
}

.filterImage {
  width: 100%;
  margin-bottom: 10px;
}

.flex_product {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 14.66%;
  max-width: 14.66%;
  margin-left: 1%;
  margin-right: 1%;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .column {
    flex: 23%;
    max-width: 23%;
  }
}

@media (max-width: 1000px) {
  .column {
    flex: 31.33%;
    max-width: 31.33%;
  }
}

@media (max-width: 600px) {
  .column {
    flex: 48%;
    max-width: 48%;
  }
}

.filtertext {
  color: #b6393d;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #b6393d;
  border-radius: 10px;
}

* {
  user-select: none;
}

/* .column img {
    wid;
} */

/* login form css */

body {
  font-family: "Montserrat", sans-serif;
  background: #f7edd5;
}

.container {
  max-width: 900px;
}

a {
  /* display: inline-block; */
  text-decoration: none;
}

input {
  outline: none !important;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 700;
}

section#formHolder {
  padding: 50px 0;
}

section#formHoldermob {
  padding: 50px 0;
}

.brand {
  padding: 20px;
  background: url(https://goo.gl/A0ynht);
  background-size: cover;
  background-position: center center;
  color: #fff;
  min-height: 540px;
  position: relative;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.6s cubic-bezier(1, -0.375, 0.285, 0.995);
  z-index: 9999;
}

.brand.active {
  width: 100%;
}

.brand::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  background-image: url(./image/reg.png);
  z-index: 3;
  background-position-x: center;
  background-size: cover;
  object-fit: cover;
}

.brand::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  /* background-image: url("https://www.ge.com/news/sites/default/files/Reports/2020-03/welding.gif"); */
  z-index: 3;
}

.brand a.logo {
  color: #c593a2;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1em;
}

.brand a.logo span {
  font-size: 30px;
  color: #fff;
  transform: translateX(-5px);
  display: inline-block;
}

.brand .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.6s;
}

.brand .heading.active {
  top: 100px;
  left: 100px;
  transform: translate(0);
}

.brand .heading h2 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.brand .heading p {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: 4px;
  font-family: "Raleway", sans-serif;
}

.brand .success-msg {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 60px;
}

.brand .success-msg p {
  font-size: 25px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.brand .success-msg a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 30px;
  background: #c593a2;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
}

.brand .success-msg p, .brand .success-msg a {
  transition: all 0.9s;
  transform: translateY(20px);
  opacity: 0;
}

.brand .success-msg p.active, .brand .success-msg a.active {
  transform: translateY(0);
  opacity: 1;
}

.form {
  position: relative;
}

.form .form-peice {
  background: #fff;
  min-height: 510px;
  margin-top: 18px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  color: #bbbbbb;
  padding: 30px 0 60px;
  /* transition: all 0.9s cubic-bezier(1, -0.375, 0.285, 0.995); */
  transition: all 0.9s ease;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 600px) {
  .form .form-peice {
    min-height: 670px;
  }
}

.form .form-peice.switched {
  transform: translateX(-100%);
  width: 100%;
  left: 0;
}

.form .commonform {
  padding: 0 0px;
  margin: 0;
  width: 70%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 600px) {
  .form .commonform {
    /* height: 210px;
    overflow-y: auto; */
    top: 45%;
  }
}

.form .commonform .form-group {
  margin-bottom: 5px;
  position: relative;
}

.form .commonform label.active {
  transform: translateY(10px);
  font-size: 10px;
}

.form .commonform label.fontSwitch {
  font-family: "Raleway", sans-serif !important;
  font-weight: 600;
}

.form .commonform input:not([type="submit"]) {
  background: transparent;
  outline: none;
  border: none;
  display: block;
  padding: 10px;
  width: 100%;
  /* border-bottom: 1px solid #eee; */
  color: #b6393d;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
  /* margin-top: 5px; */
  border-bottom: 1px solid #b6393d;
}

.boxform {
  width: 100%;
}

.boxform select {
  background: transparent;
  outline: none;
  border: none;
  display: block;
  padding: 7px;
  width: 100%;
  /* border-bottom: 1px solid #eee; */
  color: #b6393d;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
  margin-top: 5px;
  border-bottom: 1px solid #b6393d;
}
.boxform-select {
  background: transparent;
  outline: none;
  border: none;
  display: block;
  padding: 7px;
  width: 100%;
  /* border-bottom: 1px solid #eee; */
  color: #b6393d;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
  margin-top: 5px;
  border-bottom: 1px solid #b6393d;
}

.form .commonform input:not([type="submit"]).hasError {
  border-color: #c593a2;
}

.form .commonform span.error {
  color: #c593a2;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
  right: 0;
  display: none;
}

.form .commonform input[type="password"] {
  color: #c593a2;
}

.form .commonform .CTA {
  margin-top: 30px;
}

.form .commonform .CTA input {
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 30px;
  background: #c593a2;
  color: #fff;
  border-radius: 30px;
  margin-right: 20px;
  border: none;
  font-family: "Open Sans", sans-serif;
}

.form .commonform .CTA a.switch {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #b6393d;
  text-decoration: underline;
  transition: all 0.3s;
}

.form .commonform .CTA a.switch:hover {
  color: #b6393d;
}

footer {
  text-align: center;
}

footer p {
  color: #777;
}

footer p a, footer p a:focus {
  color: #b8b09f;
  transition: all 0.3s;
  text-decoration: none !important;
}

footer p a:hover, footer p a:focus:hover {
  color: #c593a2;
}

@media (max-width: 600px) {
  .container {
    overflow: hidden;
  }
  section#formHoldermob {
    padding: 0;
  }
  section#formHoldermob div.brand {
    min-height: 120px !important;
  }
  section#formHoldermob div.brand.active {
    min-height: 100vh !important;
  }
  section#formHoldermob div.brand .heading.active {
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section#formHoldermob div.brand .success-msg p {
    font-size: 16px;
  }
  section#formHoldermob div.brand .success-msg a {
    padding: 5px 30px;
    font-size: 10px;
  }
  section#formHoldermob .form {
    width: 80vw;
    min-height: 250px;
    margin-left: 0vw;
  }
  section#formHoldermob .form .form-peice {
    margin: 0;
    top: 120px;
    left: 0;
    width: 100% !important;
    transform: translate(0, 0%);
    transition: all 0.5s ease-in-out;
  }
  section#formHoldermob .form .form-peice.switched {
    transform: translateY(-500%);
    width: 100%;
    left: 0;
  }
  section#formHoldermob .form .form-peice>div {
    width: 100% !important;
    padding: 20px;
    left: 50%;
    padding-top: 80px;
    /* padding-top: 0px; */
  }
  section#formHolder {
    padding: 0;
  }
  section#formHolder div.brand {
    min-height: 120px !important;
  }
  section#formHolder div.brand.active {
    min-height: 100vh !important;
  }
  section#formHolder div.brand .heading.active {
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section#formHolder div.brand .success-msg p {
    font-size: 16px;
  }
  section#formHolder div.brand .success-msg a {
    padding: 5px 30px;
    font-size: 10px;
  }
  section#formHolder .form {
    width: 80vw;
    min-height: 250px;
    margin-left: 0vw;
  }
  section#formHolder .form .form-peice {
    margin: 0;
    top: 0;
    left: 0;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
  }
  section#formHolder .form .form-peice.switched {
    transform: translateY(-200%);
    width: 100%;
    left: 0;
  }
  section#formHolder .form .form-peice>div {
    width: 100% !important;
    padding: 60px;
    left: 50%;
    padding-top: 10px;
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  section#formHoldermob .form {
    width: 100vw;
    margin-left: 0;
  }
  section#formHolder .form {
    width: 100vw;
    margin-left: 0;
  }
  /* h2 {
        font-size: 50px !important;
    } */
}

.widthudyoglogo {
  width: 100px;
}

/* button coding */

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.formbutton {
  color: #c593a2;
  text-decoration: none;
  transition: 0.2s;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  transition: 0.2s all;
  cursor: pointer;
  box-shadow: -12px -9px 0px rgba(255, 255, 255, 1), 0px 0px 0px rgba(255, 255, 255, 0);
  border: 0;
  outline: none;
  position: relative;
}

.formbutton p {
  padding: 0;
  margin: 0;
}

.formbutton::after {
  background-color: #efefef;
  transition: 0.2s all;
  opacity: 1;
  height: 50px;
  width: 100%;
  transition: 0.3s all;
  content: "";
}

.formbutton::before {
  margin-right: 15px;
  transition: 0.2s all;
  opacity: 1;
  color: #c593a2;
  background-image: url("../../assets/enter.png");
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../assets/enter.png") no-repeat -30px -50px no-scroll;
  /* background-color: red; */
  margin-top: 5px;
  right: 5px;
  position: absolute;
  display: inline-block;
}

.formbutton:hover {
  box-shadow: 12px 9px 0px rgba(255, 255, 255, 1), 18px 15px 0px #c593a2;
}

.formbutton:hover::after {
  width: 50%;
  opacity: 1;
}

.formbutton:hover::before {
  width: 16px;
  margin-right: 5px;
}

.Login_Button {
  color: #c593a2;
  text-decoration: none;
  transition: 0.2s;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  transition: 0.2s all;
  cursor: pointer;
  box-shadow: -12px -9px 0px rgba(255, 255, 255, 1), 0px 0px 0px rgba(255, 255, 255, 0);
  border: 0;
  outline: none;
  position: relative;
}

.Login_Button p {
  padding: 0;
  margin: 0;
}

.Login_Button::after {
  background-color: #efefef;
  transition: 0.2s all;
  opacity: 1;
  height: 50px;
  width: 100%;
  transition: 0.3s all;
  content: "";
}

.Login_Button::before {
  margin-right: 15px;
  transition: 0.2s all;
  opacity: 1;
  color: #c593a2;
  background-image: url("../../assets/loginicon.png");
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../assets/loginicon.png") no-repeat -30px -50px no-scroll;
  /* background-color: red; */
  margin-top: 5px;
  right: 5px;
  position: absolute;
  display: inline-block;
}

.Login_Button:hover {
  box-shadow: 12px 9px 0px rgba(255, 255, 255, 1), 18px 15px 0px #c593a2;
}

.Login_Button:hover::after {
  width: 50%;
  opacity: 1;
}

.Login_Button:hover::before {
  width: 16px;
  margin-right: 5px;
}

/* end button coding */

/* a {
    color: #4a4a4e;
    text-decoration: none;
    transition: 0.2s;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
} */

.margintopaccount {
  margin-top: 1.5rem;
}

.text_size {
  font-size: 12px !important;
  font-weight: normal !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
  .brand {
    display: none;
  }
  .positionlogoutbtn {
    top: 5px;
  }
  .mainpage .wrapper1 {
    height: 320px;
  }
  .marg1 {
    margin-top: 5px !important;
  }
}

/* input:-webkit-autofill {
    background-color: #FAFFBD !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: 1px solid white;
    -webkit-text-fill-color: black;
    transition: background-color 5000s ease-in-out 0s;
} */

.bglist {
  margin: 0;
  height: 100vh;
  overflow: hidden;
  background-image: linear-gradient( 10deg, #c593a2 0%, rgba(248, 97, 86, 0.33) 100%);
  /* font-family: 'Roboto', sans-serif; */
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
}

.signupbtn {
  background: #bd1433;
  color: white;
  border: 0;
  outline: none !important;
  /* padding: 5px 10px; */
  border-radius: 5px;
  width: 100%;
  height: 35px;
}

.imgposition {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.registerbtnpositionmob{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%,0);
  /* padding-bottom: 10px; */
}
.logopositionreg {
  padding: 0 0px;
  margin: 0;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 80px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.widthlogoreg {
  width: 100%;
  /* margin-bottom: 50px; */
}

.widthlogoregmain {
  width: 90%;
}

@media (max-width: 600px) {
  .widthlogoreg {
    width: 190px;
  }
}

#REGform {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.compview {
  display: block;
}

.mobview {
  display: none;
}

#REGformMob {
  display: none;
}

@media (max-width: 600px) {
  #REGformMob {
    display: block;
  }
  #REGform {
    display: none;
  }
  .compview {
    display: none;
  }
  .mobview {
    display: block;
  }
}

.disclaimertext {
  margin-bottom: 0px;
  line-height: 1.3;
  font-size: 12px;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}

.mobilereg {
  position: absolute;
  z-index: 1;
  height: 100%;
  /* padding-top: 100px; */
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.virtuallogo {
  margin: 0.5em 0 auto;
  text-align: center;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  top: 1%;
  justify-content: center;
  align-items: center;
}

.widthlogovirtual {
  width: 120px;
}

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

.googlemobposition {
  margin: 0 auto;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, 0px);
  display: flex;
  flex-direction: column;
}

.credaimobposition {
  margin: 0 auto;
  position: absolute;
  float: left;
  left: 0px;
  bottom: 30px;
}

.flexname {
  display: flex;
}

.loaderBtn {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  width: 16px;
  height: 16px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

.loaderexpoBtn {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  width: 16px;
  height: 16px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 95px;
}

@media (max-width: 600px) {
  .loaderexpoBtn {
    margin-left: 75px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.downarrowposition {
  position: absolute;
  bottom: 1rem;
  z-index: 10;
  right: 0px;
  float: right;
  left: 90% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.widthdownarrow {
  width: 25px;
  animation: hover 1.7s infinite ease-in-out;
}

@keyframes hover {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* iphone media query */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
  /* .form .form-peice {
    min-height: 230px;
  }
  .form .commonform {
    height: 160px;
  } */
  .widthlogovirtual {
    width: 80px;
  }
  .widthlogo {
    width: 70px;
  }
  .widthlogoreg {
    width: 150px;
  }
}

@media only screen and (max-width: 900px) and (max-height: 400px) and (orientation: landscape) {
  .form .commonform {
    height: 40%;
    overflow-y: auto;
    /* top: 30%; */
  }
  .logopositionreg {
    height: 50%;
    /* top: 50%; */
  }
  .widthlogoreg {
    width: 50px;
  }
  .brand {
    z-index: 900;
  }
}