/* Popup Overlay */

.cf7-popup-overlay {

  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0,0,0,0.7);

  z-index: 9999;
  overflow-y: auto;

}



/* Popup Box */

.cf7-popup-box {

  background: linear-gradient(132.3deg, rgb(76, 128, 192) -11.44%, rgb(23, 79, 148) 63.2%);
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.25) 18.6489px 20.425px 26.819px -7.10436px;
  width: 90%;

  max-width: 800px;

  margin: 5% auto;

  padding: 20px;

  position: relative;

  border-radius: 6px;
  padding-top: 50px;
  transform: translateY(8%);

}



/* Close Button */

.cf7-popup-close {

  position: absolute;

  top: -5px;

  right: 15px;

  cursor: pointer;
  font-size: 40px;
    color: #fff;

}
.cf7-popup-box .wpcf7-form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cf7-popup-box .wpcf7-form p{
  margin-top:0px!important;
}
@media(min-width:768px){
.cf7-popup-box .wpcf7-form p:nth-child(2), .cf7-popup-box .wpcf7-form p:nth-child(3){
  width: 49%;
}
.cf7-popup-box .wpcf7-form p{
  width: 32%;
}
.cf7-popup-box .wpcf7-form p:nth-child(7){
  width: 100%;
}
}
.p-heading p{
  font-family: "Courier Prime", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom:0px;
}
.p-heading{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px dashed #fff;
}
.info-p{
  text-align: center;
    font-family: "Courier Prime", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #FFFFFF;
  margin-bottom: 25px;
  margin-top: 20px;
}