.body {
  font-family: "Open Sans", sans-serif !important;
  padding: 0;
  overflow-x: hidden;
  margin: 0;
  background: #fff;
}
.customContainer {
  padding-left: 60px !important;
  padding-right: 60px !important;
  width: 100%;
}

.navbar {
  height: 120px;
  box-shadow: 0px 3px 6px #8e8e8e29;
}
.search-n-logo {
  display: flex;
  align-items: center;
}
.searchbar {
  width: 369px;
  height: 43px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  display: flex;
  padding-left: 15px;
  margin-left: 50px;
  align-items: center;
}
.searchbar input::placeholder {
  font-size: 16px;
  font-weight: 400;
}
.searchbar input {
  width: 263px;
  height: 43px;
  border: none;
  background-color: transparent;
  padding-left: 10px;
}
.searchbar input:focus {
  outline: none;
}

.searchbutton button {
  width: 106px;
  height: 43px;
  background-color: #3399ff;
  border: none;
  border-radius: 0px 6px 6px 0px;
  color: white;
}

.searchbutton button:focus {
  outline: none;
  border: none;
}
.navbutton {
  display: flex;
}

.langbtn {
  background-color: white;
  border: 1px solid #3399ff;
  color: #3399ff;
  font-size: 16px;
  font-weight: 600;
  width: 100px;
  height: 43px;
}
.langbtn:focus {
  box-shadow: none;
}
.langbtn:hover {
  border-color: currentColor;
}
.signupbutton {
  width: 100px;
  height: 43px;
  background-color: #3399ff;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  margin: 0px 25px;
}
.signupbutton:focus {
  outline: none;
  border: none;
}
.loginbutton {
  background-color: white;
  border: 1px solid #3399ff;
  color: #3399ff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  min-width: 100px;
  height: 50px;
}
.loginbutton:focus {
  outline: none;
}

.authWrapper{
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
}

.loginContent {
  width: 560px;
  margin: 0px auto;
  text-align: center;
  padding: 45px 85px;
  /* box-shadow: 0px 0px 10px 0px #c3c3c369; */
  border-radius: 4px;
}


.register {
  font-size: 16px;
  font-weight: 400;
  color: #727272;
  margin-top: 35px;
}
.register a {
  font-weight: 600;
  color: #3399ff;
}
.copyrights {
  font-size: 14px;
  margin: 0px;
}

.loginContent .copyrights{
  margin-top: 30px
}

.loginContent h1 {
  font-size: 28px;
  font-weight: 700;
  color: #3399ff;
  text-align: center;
  margin-bottom: 35px;
}
/* .inputWrapper {
  width: 100%;
  height: 60px;
  margin-top: 15px;
  position: relative;
} */

/* .regForm .fncy-lab input {
  padding-top: 35px;
} */
/* .inputWrapper.fncy-lab input {
  padding-top: 20px;
} */
/* .inputWrapper input {
  width: 100%;
  height: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-size: 17px;
  padding: 18px 18px 0 18px;
  color: #333;
  font-weight: 400;
} */

/* .inputWrapper input:focus {
  outline: none;
} */
.showpassword {
  position: absolute;
  right: 12px;
  top: 20px;
}
.loginForm button {
  width: 206px;
  height: 58px;
  background-color: #3399ff;
  color: white;
  font-size: 24px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  margin: auto;
}
.loginForm button:focus {
  outline: none;
}
.rmfp {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 45px;
}
.rmfp a {
  color: #999999;
}
/* Regform1 Css */

.signupForm h1,
.signupForm2 h1 {
  font-size: 28px;
  font-weight: 700;
  color: #3399ff;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.stepbar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step1 h1 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0px;
}

.step1 {
  width: 58px;
  height: 58px;
  border: 2px solid #3399ff;
  border-radius: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line {
  width: 318px;
  border-top: 2px dotted #999999;
}
.step2 {
  width: 58px;
  height: 58px;
  border: 2px solid #eeeeee;
  border-radius: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step2 h1 {
  font-size: 28px;
  color: #727272;
  font-weight: 600;
  text-align: center;
  margin: 0px;
}
.stepbarTitle {
  width: 562px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.stepbarTitle h2 {
  font-size: 20px;
  font-weight: 600;
  color: #3399ff;
  margin-right: 192px;
}
.step2Title {
  color: #999999;
  font-size: 20px;
  font-weight: 600;
}
.selector {
  width: 259px;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.selector label {
  font-size: 18px;
  font-weight: 600;
  color: #999999;
}

/* .selector input:checked + label {
  color: #3399ff;
} */
.regForm {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  text-align: center;
}

/* .regForm input {
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  outline: none;
  background-color: transparent;
  padding: 15px;
  margin: 15px 0px;
  color: #999999;
} */

.streetDetails {
  display: flex;
  justify-content: space-between;
}
.streetDetails input {
  max-width: 305px;
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  outline: none;
  background-color: transparent;
  padding: 15px;
  margin: 15px 0px;
}
.details input {
  max-width: 305px;
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  outline: none;
  background-color: transparent;
  padding: 15px;
  margin: 15px 0px;
}
.details select {
  max-width: 305px;
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  outline: none;
  background-color: transparent;
  padding: 15px;
  margin: 15px 0px;
}
.city {
  font-size: 16px;
  background-color: white;
  border: 1px solid #d6d6d6;
  color: #333;
  width: 100%;
  height: 56px;
  /* margin-top: 15px; */
}
.city:focus {
  box-shadow: none;
}
.regForm .dropdown-menu {
  font-size: 16px;
  color: #999999;
  width: 305px;
}
.zipCity {
  display: flex;
  justify-content: space-between;
}
.country {
  display: flex;
  justify-content: space-between;
}

.phNo {
  display: flex;
  align-items: center;
  color: #999999;
  /* background-color: white; */
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  width: 100%;
  height: 56px;
}

.phNo .inputWrapper {
  margin-bottom: 0;
  max-width: 100% !important;
}

.phNo .inputWrapper input {
  border-radius: 0;
}

.phTxt {
  width: 102px;
  height: 36px;
  font-size: 16px;
  color: #999999;
  background-color: white;
  border-right: 1px solid #eeeeee;
}
.phNo input {
  border: none;
}
.phTxt:focus {
  box-shadow: none;
}
.phnMailWrapper {
  display: flex;
  justify-content: space-between;
}
.webTax {
  display: flex;
  justify-content: space-between;
}
.cRegNoDate {
  display: flex;
  justify-content: space-between;
}
.IBANnBIC {
  display: flex;
  justify-content: space-between;
}
.Signup-outline {
  width: 206px;
  height: 58px;
  background-color: #fff;
  border: 1px solid #3399ff;
  color: #3399ff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 4px;
  margin: 30px 0px;
}
.SignupBtn {
  width: 206px;
  height: 58px;
  background-color: #3399ff;
  color: white;
  font-size: 24px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  margin: 30px 0px;
}
.SignupBtn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

/* Regform2 Css */

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

.signupForm2 .step1 h1 {
  font-size: 28px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin: 0px;
}

.signupForm2 .step1 {
  width: 58px;
  height: 58px;
  background-color: #3399ff;
  border-radius: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signupForm2 .line {
  width: 318px;
  border-top: 2px dotted #3399ff;
}
.signupForm2 .step2 {
  width: 58px;
  height: 58px;
  border: 2px solid #3399ff;
  border-radius: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signupForm2 .step2 h1 {
  font-size: 28px;
  color: #3399ff;
  font-weight: 600;
  text-align: center;
  margin: 0px;
}
.signupForm2 .stepbarTitle {
  text-align: center;
  width: 590px;
    display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.signupForm2 .stepbarTitle h2 {
  font-size: 20px;
  font-weight: 600;
  color: #3399ff;
  margin-right: 192px;
}
.signupForm2 .step2Title {
  color: #3399ff;
  font-size: 20px;
  font-weight: 600;
}
.regForm2 {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  text-align: center;
}
.regForm2 input {
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  outline: none;
  background-color: transparent;
  padding: 15px;
  margin: 15px 0px;
}
.regForm2 .dropdown-menu {
  font-size: 16px;
  color: #999999;
  width: 305px;
}
.saturation {
  font-size: 16px;
  color: #999999;
  background-color: white;
  border: 1px solid #eeeeee;
  width: 640px;
  height: 60px;
  margin-top: 15px;
}
.saturation:focus {
  box-shadow: none;
}
.dropdown1 .dropdown-menu {
  font-size: 16px;
  color: #999999;
  width: 640px;
  transform: translate3d(362px, 342px, 0px) !important;
}
.names {
  display: flex;
  justify-content: space-between;
}
.names input {
  color: #999999;
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-top: 15px;
  width: 305px;
  height: 60px;
}
.street {
  display: flex;
  justify-content: space-between;
}
.street input {
  color: #999999;
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-top: 15px;
  width: 305px;
  height: 60px;
}
.zipCity input {
  color: #999999;
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-top: 15px;
  width: 305px;
  height: 60px;
}
.businessMail input {
  color: #999999;
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-top: 15px;
  width: 305px;
  height: 60px;
}
.passwords .form-main .showpassword {
  top: 35px;
}
.passwords .form-main {
  position: relative;
}
.passwords {
  display: flex;
  justify-content: space-between;
}
.passwords input {
  color: #999999;
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-top: 15px;
  width: 305px;
  height: 60px;
}

/* sh css */

/* .fncy-lab {
  position: relative;
  height: 60px;
  margin-bottom: 20px;
} */

/* .regForm .fncy-lab label {
  bottom: -25px;
} */

/* .fncy-lab label,
.inputWrapper label {
  position: absolute;
  bottom: -12px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  left: 17px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid white;
  text-align: left;
} */

/* custome checkbox */

/* The container */
.custom-chck {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* color: #999999; */
}

/* Hide the browser's default checkbox */
.custom-chck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-chck .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #39f;
}

/* On mouse-over, add a grey background color */
.custom-chck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-chck input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-chck .checkmark:after {
  content: url("../Image/");
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-chck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-chck .checkmark:after {
  left: 6px;
  top: 0px;
  width: 6px;
  height: 15px;
  border: solid #ffffff;
  border-width: 0 2.5px 2.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* end */

.signupForm,
.signupForm2 {
  max-width: 787px;
  margin: 60px auto;
  min-width: 787px;
  width: auto;
  /* box-shadow: 0px 0px 10px 0px #c3c3c369; */
  border-radius: 4px;
  padding: 45px 0;
}

/* fancy radio css */

/* .custom-radio.active {
  color: #3399ff;
} */

.custom-radio {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.custom-radio .checkmark {
  position: absolute;
  top: 4px;
  right: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 2px solid #999999;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #2196f3;
}

.custom-radio input:checked ~ p {
  color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2196f3;
}

/* fancy radio css  end*/

.login-toplogo {
  text-align: center;
  margin: auto;
}

/*custom Input*/
.inputWrapper {
  position: relative;
  width: 100%;
  height: 56px;
  margin-bottom: 35px;
}

.inputWrapper label {
  position: absolute;
  top: 15px;
  left: 19px;
  font-size: 17px;
  transition: linear 0.1s;
  color: #888;
  z-index: 1;
  pointer-events: none;
}

.inputWrapper input:focus {
  outline: none;
}

.inputWrapper input:focus::placeholder {
  opacity: 1;
}

.inputWrapper input::placeholder {
  opacity: 0;
  transition: all 0.2s;
}

.inputWrapper input:focus ~ label,
.inputWrapper .dropdown button:focus ~ label,
.inputWrapper input:not(:placeholder-shown) ~ label {
  top: 2px !important;
  font-size: 12px !important;
}

.inputWrapper.selectWrapper label {
  top: 2px !important;
  font-size: 12px !important;
}

.inputWrapper.selectWrapper select {
  padding-top: 19px;
  padding-left: 18px;
  padding-bottom: 0;
  width: 100%;
}

.inputWrapper input {
  width: 100%;
  height: 100%;
  border: 1px solid #d6d6d6;
  color: #333;
  border-radius: 4px;
  font-size: 17px;
  padding: 18px 18px 0 18px;
  -webkit-appearance: none;
  font-weight: 400;
  z-index: 1;
  background: transparent !important;
}

.inputTxtAreaWrapper {
  position: relative;
  width: 100%;
  height: 150px !important;
  margin-bottom: 35px;
}

.inputTxtAreaWrapper textarea {
  width: 100%;
  height: 100% !important;
  padding: 20px;
  resize: none !important;
  height: 100%;
  border: 1px solid #d6d6d6;
  color: #333;
  border-radius: 4px;
  font-size: 17px;
  padding: 18px 18px 0 18px;
  -webkit-appearance: none;
  font-weight: 400;
  z-index: 1;
}

.inputTxtAreaWrapper label {
  position: absolute;
  top: 15px;
  left: 19px;
  font-size: 17px;
  transition: linear 0.1s;
  color: #888;
  z-index: 1;
  pointer-events: none;
}

.inputTxtAreaWrapper textarea:focus {
  outline: none;
}

.inputTxtAreaWrapper textarea:focus::placeholder {
  opacity: 1;
}

.inputTxtAreaWrapper textarea::placeholder {
  opacity: 0;
  transition: all 0.2s;
}

.inputTxtAreaWrapper textarea:focus ~ label,
.inputTxtAreaWrapper textarea:not(:placeholder-shown) ~ label {
  top: 2px !important;
  font-size: 12px !important;
}

.loginContent .custom-chck {
  color: #999999;
}

select {
  height: 55px !important;
}

input.form-control.parsley-error,
input.form-control.parsley-error:focus,
select.form-control.parsley-error,
select.form-control.parsley-error:focus {
  background: unset !important;
}

.parsley-errors-list {
  width: unset !important;
  margin-top: 4px !important;
}

.iti__flag {
  background-image: url("path/to/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("path/to/flags@2x.png");
  }
}

.intl-tel-input {
  width: 100% !important;
  height: 56px !important;
}

.phone-error {
  font-size: 12px;
  background: none;
  /* font-family: 'MarkPro-Book'; */
  color: #a31600;
  letter-spacing: 0.2px;
  list-style: none;
  line-height: 16px;
  padding: 0;
  float: left !important;
}

.showpassword {
  cursor: pointer;
}

/* ERROR PAGE */
.errorPage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px;
}

.errorPage .errorAct{
  width: 100%;
  text-align: center;
}

.errorPage .errorAct h3{
  font-size: 20px;
  padding: 15px 0;
  font-weight: 600;
  line-height: 30px;
}

.errorPage.pageNotFound{
  background: #c1e0ff;
}

.errorPage.pageNotFound img{
  width: 500px;
}

/* ERROR PAGE END */

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1340px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: unset !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container,
  .container-md,
  .container-sm {
    max-width: unset !important;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  .container,
  .container-sm {
    max-width: unset !important;
  }
}

/* @media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1160px !important;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 920px !important;
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 760px !important;
  }
} */

input#phone_no.form-control1 {
  padding-left: 95px !important;
}

.jq-toast-wrap.bottom-left {
  top: 20px;
  right: 20px;
  left: unset !important;
  bottom: unset !important;
}

#listImages .form-group {
  max-width: 111px !important;
  height: 100px !important;
  /* margin: 0 15px; */
}

#listImages figure,
#listImages figure {
  width: 100px !important;
  height: 100px !important;
}

#listImages figure img {
  border-radius: 4px !important;
}

.modal-backdrop {
  opacity: 0.5 !important;
}

.highestbid-msg,
.outbid-msg {
  background: transparent !important;
  border: 0 !important;
  font-size: 16px;
  margin-top: unset !important;
  color: #07a307eb;
  height: unset;
}

.outbid-msg {
  color: black;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.timerView.statsViw {
  background-color: white !important;
  border: 1px solid #2196f3 !important;
  border-radius: 5px;
}

#listImages .imgWrper {
  width: 100%;
  position: relative;
}

#listImages .optnWrpr {
  position: absolute;
  background: #00000078;
  width: 100px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 0 0 4px 4px;
  height: 30px;
}

#listImages .optnWrpr a {
  display: flex;
}

#listImages .optnWrpr a .material-icons {
  color: rgb(219, 219, 219);
  font-size: 18px;
}
