HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/WPProfessionalCleaning-old/wp-content/themes/professional-cleaning/css/popup.css
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
#getintouch .modal-dialog {
  width: 1050px;
  max-width: 100%;
}
@media (max-width: 1679px) {
  #getintouch .modal-dialog {
    width: 990px;
  }
}
@media (max-width: 1199px) {
  #getintouch .modal-dialog {
    width: 950px;
  }
}
@media (max-width: 991px) {
  #getintouch .modal-dialog {
    width: 740px;
  }
}
@media (max-width: 767px) {
  #getintouch .modal-dialog {
    width: 490px;
  }
}
@media (max-width: 579px) {
  #getintouch .modal-dialog {
    width: 90%;
    margin: 0 auto;
  }
}

.popup-wrap {
  display: flex;
  width: 100%;
  border-radius: 30px;
  padding: 20px;
}
@media (max-width: 991px) {
  .popup-wrap {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .popup-wrap {
    flex-direction: column;
    padding: 15px;
  }
}
.popup-wrap .left-wrap {
  background: url(../img/form-left-bg.png) no-repeat top center/cover;
  border-radius: 20px;
  flex: 0 0 465px;
  padding: 30px 30px 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1679px) {
  .popup-wrap .left-wrap {
    flex: 0 0 420px;
  }
}
@media (max-width: 991px) {
  .popup-wrap .left-wrap {
    flex: 0 0 350px;
    padding: 15px 15px 20px 15px;
  }
}
@media (max-width: 767px) {
  .popup-wrap .left-wrap {
    flex: auto;
    min-height: 250px;
    margin-bottom: 30px;
    position: relative;
  }
  .popup-wrap .left-wrap:after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
  }
}
.popup-wrap .left-wrap .form-title {
  font-size: 53px;
  color: #A1EA93;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1679px) {
  .popup-wrap .left-wrap .form-title {
    font-size: 48px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1441px) {
  .popup-wrap .left-wrap .form-title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .popup-wrap .left-wrap .form-title {
    font-size: 42px;
  }
}
@media (max-width: 579px) {
  .popup-wrap .left-wrap .form-title {
    font-size: 32px;
  }
}
.popup-wrap .left-wrap .form-title span {
  color: #FFFFFF;
}
.popup-wrap .left-wrap .para {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1679px) {
  .popup-wrap .left-wrap .para {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 579px) {
  .popup-wrap .left-wrap .para {
    font-size: 12px;
    line-height: 1.2;
  }
}
.popup-wrap .right-wrap {
  background: #fff;
  flex: 1;
  padding: 0 30px 0 60px;
}
@media (max-width: 1679px) {
  .popup-wrap .right-wrap {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 991px) {
  .popup-wrap .right-wrap {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .popup-wrap .right-wrap {
    padding: 0;
  }
}
.popup-wrap .right-wrap .input-wrap {
  padding-bottom: 15px;
}
.popup-wrap .right-wrap .input-wrap .label-text {
  font-size: 14px;
  color: #00676C;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  display: flex;
  cursor: pointer;
}
.popup-wrap .right-wrap .input-wrap .text {
  height: 52px;
  border: 1px solid #C3D0D1;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: #A9C4C5;
  outline: 0;
  width: 100%;
  padding: 10px;
}
@media (max-width: 1679px) {
  .popup-wrap .right-wrap .input-wrap .text {
    height: 45px;
  }
}
.popup-wrap .right-wrap .input-wrap .text::placeholder {
  opacity: 1;
  color: #A9C4C5;
}
.popup-wrap .right-wrap .input-wrap .text.date {
  background: url(../img/date.svg) no-repeat 94% center;
}
.popup-wrap .right-wrap .input-wrap .text.time {
  background: url(../img/time.svg) no-repeat 94% center;
}
.popup-wrap .right-wrap .input-wrap .error {
  font-size: 10px;
  color: red;
  padding: 3px 0 0 0;
}
.popup-wrap .right-wrap .btn-wrap {
  display: flex;
  justify-content: end;
  padding-top: 25px;
}
.popup-wrap .right-wrap .btn-wrap .submit {
  display: block;
  display: flex;
  width: 190px;
  height: 52px;
  border-radius: 30px;
  background: #00676C;
  padding: 15px 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1679px) {
  .popup-wrap .right-wrap .btn-wrap .submit {
    height: 45px;
    padding: 15px;
    width: 160px;
  }
}
.popup-wrap .right-wrap .btn-wrap .submit span {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1679px) {
  .popup-wrap .right-wrap .btn-wrap .submit span {
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .popup-wrap .right-wrap .btn-wrap .submit span {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .popup-wrap .right-wrap .btn-wrap .submit img {
    max-width: 24px;
  }
}
@media (max-width: 1199px) and (max-width: 1679px) {
  .popup-wrap .right-wrap .btn-wrap .submit img {
    max-width: 20px;
  }
}

/*# sourceMappingURL=popup.css.map */