
/* PopUp */

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

.webpopup{
  z-index: 99999 !important;
    top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -35%) !important;
  /*position: relative !important;*/
}

.webpopup .modal-body{
  position: relative;

}
.webpopup .modal-body .webpopup_loader{
  position: absolute;
  z-index: 9999;
  width: 97%;
  height: 94%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 60%);
  border-radius: 20px;

}
.webpopup .bgn {
  background: url(../website-popup-form/images/vecteezy.svg);
  width: 100%;
  height: 270px;
  background-size: cover;
  border-radius: 20px;
}

.webpopup .new-m {
  margin-top: -270px;
}


.webpopup .logo-text-area {
  width: 100%;
  padding: 50px 50px 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.webpopup .logo-text {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  font-family: "Hanken Grotesk", sans-serif;
}

.webpopup .logo-text span {
  color: #F9E003;
  font-family: "Hanken Grotesk", sans-serif;
      display: block;
}



.webpopup .logo-text img {
  position: absolute;
  left: 246px;
  bottom: 6px;
}


.webpopup .logo-text-area p {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.webpopup .logo-text-area b {
  color: #F9E003;
  font-size: 14px;
  line-height: normal;
}


.webpopup .leftcustomer {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 95%;
}

.webpopup .customercol {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-basis: calc(50% - 0px);
  box-sizing: border-box;
  padding: 15px;
}

.webpopup .customercol1 {
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.webpopup .customercol3 {
  border-right: 1px solid #E0E0E0;
}

.webpopup .customercol2 {
  border-bottom: 1px solid #E0E0E0;
}

.webpopup .customercol h4 {
  color: #000;
  font-size: 26px;
  font-weight: 800;
  margin: 0;
  font-family: "Hanken Grotesk", sans-serif;
}

.webpopup .customercol p {
  color: #000;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  font-family: "Hanken Grotesk", sans-serif;
}

.webpopup .rightarea {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  margin: 44px 0 0 -30px;
  border-radius: 20px;
  overflow: hidden;
}

.webpopup .rightarea h4 {
  background: #E5F6FE;
  color: #062976;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Hanken Grotesk", sans-serif;
}

.webpopup .formarea {
  padding: 10px 15px 18px;
}

.webpopup .formarea label {
  font-size: 14px;
}

.webpopup .formarea input {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  width: 100%;
  height: 46px;
  padding: 10px;
}

.webpopup .submit-btn {
  width: 100%;
  background: #3067FF !important;
  color: white !important;
  padding: 12px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600 !important;
}

.webpopup .submit-btn:hover {
  background: #1976d2 !important;
}


.webpopup .logoarea {
  padding: 20px 0 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.webpopup .clogo {
  width: 30.3333%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.webpopup .clogo img {
  width: auto;
}


.webpopup .closebtn {
  position: absolute;
  z-index: 1;
  top: -20px !important;
  right: -20px!important;
  width: 40px!important;
  height: 40px!important;
  background: #fff!important;
  border-radius: 100%!important;
  color: #000!important;
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
}
.webpopup .phone_number_div{
  display: flex;
  align-items: center;
}
.webpopup .phone_number_div select{
  height: 46px;
  border: 1px solid #E0E0E0;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.webpopup .phone_number_div input{
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 0 5px 5px 0;
    width: 100%;
    height: 46px;
    padding: 10px;
    margin: 0;
}

.webpopup  .formarea input:focus, select:focus{
outline: 0;
}