
/* PopUp */

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

.display_div{
  display: block !important;
}
.hide_div{
 visibility: hidden !important;
}


.gb_black .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;

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

.gb_black .new-m {
  margin-top: -310px;
}


.gb_black .logo-text-area {
width: 100%;
  padding: 20px 50px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 338px;
  justify-content: center;
}

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

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



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


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

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


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

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

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

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

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

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

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

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

.gb_black .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;
}

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

.gb_black .formarea label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

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

.gb_black .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;
}

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


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

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

.gb_black .clogo img {
  width: auto;
}


.gb_black .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;
}
.gb_black .phone_number_div{
  display: flex;
  align-items: center;
}
.gb_black .phone_number_div select{
  height: 46px;
  border: 1px solid #E0E0E0;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.gb_black .phone_number_div input{
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 0 5px 5px 0;
    width: 100%;
    height: 46px;
    padding: 10px;
    margin: 0;
}

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

.gb_black .phone_number_div .nice-select {
    width: 50%;
    background: transparent;
    border-radius: 5px 0 0 5px !important;
    height: 47px;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0px 10px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #E0E0E0;
    border-right: 0;
}

.gb_black .phone_number_div .nice-select .list .option {
    padding-left: 10px !important;
    padding-right: 20px !important;
}


.modal-backdrop.show {
  opacity: 1 !important;
}


.modal.show .modal-dialog {
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.2) !important;
}
.popup_model{
  width: 920px;
      background: #fff;
    padding: 15px;
    border-radius: 20px;
}
.gb_black{
   /*display: flex !important;*/
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #00000094;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
}
.show_popup{
  display: flex !important;
}
.hide_popup{
  display: none !important;
}

.gb_black .phone_number_div .nice-select::after {
  right: 10px !important;
}


@media (max-width: 767px) {


  .popup_model{
    width: 100%;    
    height: 80%;
    margin: 15px;
    overflow: auto;
    padding: 15px 0;
}


.gb_black .rightarea {
    width: 100%;
    margin: 44px 0 0 0;
    height: auto;
}


.gb_black .leftcustomer {
    width: 100%;
}


.gb_black .logo-text-area {
    width: 100%;
    padding: 20px 50px 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 338px;
    justify-content: center;

    background: url(../website-popup-form/images/vecteezy.svg);
    background-size: cover;
    height: auto;
    border-radius: 20px;
    margin-bottom: 20px;
            margin-top: 40px;
}


  .gb_black .bgn{
    display: none;
  }
    
  .gb_black .new-m{
    margin: 0;
  }  

  .gb_black .clogo {
    width: 46%;
  }

.gb_black .logo-text {
    display: flex;
    flex-direction: column;
    gap: 17px;
}


.gb_black .closebtn {
    position: absolute;
    z-index: 1;
    top: -13px !important;
    right: 54% !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;
    margin-right: -40px !important;
}

}






