.contact-details ul li {
  display: block;
  padding-bottom: 30px;
}
.common-section.contact-page-form {
  padding-bottom: 0px;
}
.contact-details ul li label {
  text-transform: uppercase;
  display: block;
  color: #03a57b;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 19px;
}
.contact-details ul li span {
  display: block;
  color: rgb(51, 51, 51, 0.6);
  font-family: "Poppins";
  font-size: 16px;
  line-height: 24px;
}
.contact-details {
  padding-left: 15%;
}
.contact-input {
  display: inline-block;
  width: 47% !important;
  margin-left: 5%;
}
.contact-input-no {
  display: inline-block;
  width: 47% !important;
}
.contact-from input {
  margin-bottom: 25px;
  height: 50px;
  border-radius: 4px;
  background-color: rgba(235, 235, 235, 0.6);
  border-color: rgba(235, 235, 235, 0.6);
  box-shadow: none;
}
.contact_form_valid::placeholder {
  color: rgb(51, 51, 51, 0.6) !important;
  font-family: "Poppins";
  font-size: 14px;
  letter-spacing: -0.15px;
  font-weight: 500;
}
.contact_form_valid:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  /* opacity: 0.6; */
  border-color: #ebebeb;
}
.error {
  color: red;
  font-weight: 100;
}
#fname-error {
  position: absolute;
  top: 50px;
}
#number-error {
  width: 47%;
  position: absolute;
  top: 122px;
  left: 0px;
}
#user_email-error {
  width: 47%;
  position: absolute;
  top: 122px;
  left: 300px;
}

.contact-text {
  resize: none;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 4px;
  background-color: #ebebeb;
  opacity: 0.6;
  border-color: #ebebeb;
  border: 0;
  box-shadow: none;
  color: #555;
}
.send_btn {
  border-radius: 4px;
  background-color: #03a57b;
  padding: 15px 70px;
  text-decoration: none;
  color: #fff !important;
  text-align: center;
  font-family: "Poppins";
  width: 250px;
  float: right;
  outline: none;
  border-width: 0px;
}
.loader-contact {
  border-radius: 4px;
  background-color: #03a57b;
  padding: 15px 70px;
  text-decoration: none;
  color: #fff !important;
  text-align: center;
  font-family: "Poppins";
  width: 250px;
  float: right;
  outline: none;
  border-width: 0px;
  background-image: url("../images/rollingload.gif");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999em;
}
.success-contact {
  margin-top: 100px;
  text-align: center;
}
.success-contact img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  display: inline-block;
}
.success-contact h1 {
  vertical-align: middle;
  color: #555;
  font-size: 14px;
  display: inline-block;
}

/* location */
.location-map-section {
  position: relative;
}
.location-map img {
  width: 100%;
}
.location-map-marker {
  position: absolute;
  cursor: pointer;
}
.india-marker {
  top: 44%;
  left: 66%;
}
.london-marker {
  top: 15%;
  left: 41%;
}
.us-marker {
  top: 34%;

  left: 25%;
}
.swiss-marker {
  top: 23%;
  left: 45%;
}
.sydney-marker {
  top: 70%;
  left: 85%;
}
.popover {
  max-width: 416px;
  border: none;
}
.popover-content {
  padding: 20px;
}
.popover-content ul li {
  margin-bottom: 15px;
}
.popover-content ul li:last-child {
  margin-bottom: 0px;
}
.popover-content ul li label {
  display: block;
  color: #03a57b;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
}
.popover-content ul li span {
  display: block;
  color: rgba(51, 51, 51, 0.6);
  font-family: "Poppins";
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .contact-details {
    padding-left: 0%;
    margin-top: 80px;
  }
  .contact-btn {
    width: 100%;
    margin-top: 35px;
  }
  .send_btn {
    float: none;
    width: 100%;
  }
  #user_email-error {
    width: 47%;
    top: 122px;
    left: 380px;
  }
}
@media screen and (max-width: 768px) {
  #user_email-error {
    width: 47%;
    position: absolute;
    top: 122px;
    left: 347px;
  }
}
@media screen and (max-width: 767px) {
  .location-map-marker img {
    width: 55%;
  }
  .popover-content {
    padding: 15px;
  }
  .popover {
    max-width: 216px;
  }
  .popover-content ul li label,
  .popover-content ul li span {
    font-size: 14px;
  }
  .contact-input {
    width: 100% !important;
    margin-left: 0%;
  }
  .contact-input-no {
    width: 100% !important;
  }
  #user_email-error {
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0px;
  }
  #number-error {
    width: 100%;
    position: absolute;
    top: 122px;
    left: 0px;
  }
  .contact-details {
    padding-left: 0%;
    margin-top: 80px;
  }
}

@media screen and (max-width: 320px) {
  .india-marker {
    top: 39%;
    left: 65%;
  }
  .swiss-marker {
    top: 19%;
  }
  .london-marker {
    top: 12%;
  }
}
@media only screen and (max-width: 555px) and (min-width: 100px) {
  body div.zsiq-mobhgt[embedtheme].siqembed {
    height: 75% !important;
  }
}
