.login-popup {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
}
.login-popup.show {
  visibility: visible;
  opacity: 1;
}
.login-popup .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-left: 50px;
  transition: all 1s ease;
}
.login-popup.show .box {
  opacity: 1;
  margin-left: 0;
}
#logo-header {
  margin: auto;
  display: block;
}

.form {
  background-color: #f1f1f1;
  width: 350px;
  padding: 0 25px 20px 20px;
  border-radius: 0 0 5px 5px;
}

#img-area img {
  width: 100px;
  padding-top: 10px;
  margin-left: 35%;
}

#text-line h1 {
  color: #333;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 25px;
  margin: 0;
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.form-data-area label {
  display: inline-block;
  color: #333;
  font-family: "Poppins", sans-serif;
  margin-top: -7px;
  margin-bottom: 1px;
}

.form-data-area input {
  display: inline-block;
}

#form-data {
  display: block;
  width: 100%;
  height: 25px;
  font-family: "Poppins", sans-serif;
  padding-left: 5px;
  padding-top: 7px;
  border: 1px solid #333;
  background: #fff;
  color: #333;
}

#form-data-subject {
  display: block;
  width: 100%;
  height: 100px;
  background: #fff;
  border: 1px solid #333;
  color: #333;
}

.btn-submit {
  color: #555;
  background-color: #fff;
  padding: 2px 20px;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  border: solid 2px #333;
}

.form-for-call h1 {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin-top: 20px;
}

.form-data-area-phone {
  /** display: flex; **/
  margin-top: 20px;
}

.submit-butt-callme {
  margin-left: 10px;
}

#form-flex {
  display: flex;
}

#form-data-callme {
  width: 65%;
  padding-left: 5px;
  height: 30px;
  font-family: "Poppins", sans-serif;
  padding-top: 5px;
  border: 1px solid #333;
  background: #fff;
  color: #333;
}

.btn-callme {
  padding: 2px 20px;
  color: #555;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  border: solid 2px #333;
}

.form-data-area-phone label {
  font-family: "Poppins";
  color: #333;
  margin-top: -7px;
  margin-bottom: 1px;
  display: inline-block;
}

hr.solid {
  border-top: 3px solid #bbb;
  margin: 0;
}

.social-icons ul li {
  display: inline-block;
  list-style: none;
}

.text-center {
  text-align: center;
}

.social-icons ul {
  margin: 0;
}

.fa {
  font-size: 15px;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
}

.fa-facebook {
  background: #3b5998;
}

.fa-instagram {
  background: #8a3ab9;
}

.fa-youtube {
  background: #db4437;
}

.fa-linkedin {
  background: #0077b5;
}

.close {
  color: #333;
  font-size: 30px;
  margin: -0.7em -7.5em 0 0;
  float: right;
  cursor: pointer;
}

.form-box-1 {
  background-color: #f1f1f1;
  border-radius: 5px 5px 0 0;
  padding: 25px 250px 0 250px;
}

.form-box-2 {
  background-color: #f1f1f1;
  border-radius: 0 0 5px 5px;
  padding: 25px 250px 25px 250px;
}

/*responsive*/
@media (max-width: 767px) {
  .login-popup .box {
    width: calc(100% - 30px);
  }
  .login-popup .box .img-area {
    display: none;
  }
  .login-popup .box .form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  hr.solid {
    border-top: 3px solid #bbb;
    margin: 0;
    margin-top: -20px;
    margin-bottom: -15px;
  }

  .form-box-1 {
    margin-bottom: 0px;
  }

  .form-area {
    margin-bottom: 15px;
  }

  .form-box-1 {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .form-box-2 {
    background-color: #f1f1f1;
    border-radius: 0 0 5px 5px;
    padding: 0;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .close {
    margin: 0 10px 0 0;
  }

  .form-box-1 {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .form-box-2 {
    background-color: #f1f1f1;
    border-radius: 0 0 5px 5px;
    padding: 0;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 380px) {
  .close {
    margin: 0 10px 0 0;
  }

  .form-box-1 {
    width: 325px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .form-box-2 {
    background-color: #f1f1f1;
    border-radius: 0 0 5px 5px;
    padding: 0;
    width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Styles for the popup container */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

/* Styling for the close button */
#closePopup {
  display: block;
  margin-top: 0px;
  cursor: pointer;
}
.popup-content img {
  width: 500px;
  height: auto;
}
@media (max-width: 767px) {
  .popup-content {
    width: 300px;
    height: auto;
  }
}
/* Styling for the close icon */
.close-icon {
  position: absolute;
  top: 0px;
  right: 2px;
  font-size: 24px;
  cursor: pointer;
}

/* logo  */

@media screen and (min-width: 421px) and (max-width: 480px) {
  .logo-div {
    margin-left: 40px;
    margin-top: 15px;
  }
  #quick-contact1 {
    width: auto !important;
  }
}
