.popup-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0,0.8);
display: none;
}
.popup-box{
  margin: auto;
  background-color: #dc8b99;
  margin-top: 12%;
  z-index: 9999;
  display: none;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

h2.pop-title{
    font-size: 26px;
    font-weight: bold;
    /* line-height: 31px; */
    border-bottom: 1px dashed #dc8b99;
    padding-bottom: 15px;
}

.popup-content{
  background-color: #fff;
  height: 300px;
}

.popup-content p{
  font-size: 15px;
  line-height: 21.9px;
  font-weight: 500;
}

.sideimage {
  height: 300px;
  overflow: hidden;
  height: 300px;
}

.sideimage img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fm-form .wdform-label-section{
  display: none !important;
}

.fm-form-container.fm-theme15 .fm-form .wdform_section {
    background: none !important;
}

.fm-form-container.fm-theme15 .fm-form .wdform_column {
    padding: 15px 5px !important;
    margin: 0px;
}

.fm-form-container.fm-theme15 .fm-form .wdform-page-and-images{
  padding: 0 !important;
}

.wdform_column:last-child{
  width: 210px !important;
}

.fm-form .wdform_column {
    width: 310px;
}

.fm-form .wdform-calendar-button {
    display: inline !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
  color: #181818;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next, .ui-datepicker-prev .ui-state-hover, .ui-datepicker-next .ui-state-hover {
    width: 25px;
}

.fm-not-filled {
    color: #ffffff;
}

.centered-axis-xy {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%,-50%);
}

.closeModal {
    background: url(../images/closeModal.png) no-repeat;
    position: absolute;
    width: 48px;
    height: 48px;
    top: -25px;
    right: -10px;
    z-index: 9999;
}

@media (min-width: 768px) {
  .fm-form .wdform-field {
    display: table-cell;
    padding: 5px 0px;
    width: 300px !important;
  }
}

@media only screen and (min-width: 1600px){
  .wdform-element-section {
    text-align: left;
    display: block;
    min-width: 100%;
    width: 100% !important;
  }
}

@media only screen and (min-width: 1200px){
  .wdform-element-section {
    text-align: left;
    display: block;
    min-width: 100%;
    width: 100% !important;
  }
}

@media only screen and (min-width: 800px){
  .wdform-element-section {
    text-align: left;
    display: block;
    min-width: 100%;
    width: 100% !important;
  }
}

@media (max-width: 880px) {
  .sideimage{
    height: 155px;
  }
  h2.pop-title{
    font-size: 13px;
    padding-bottom: 0px;
    margin-top: 0px;
  }
  .popup-content p {
    font-size: 12px;
    line-height: 17.9px;
    font-weight: 500;
  }
  .popup-content {
    background-color: #fff;
    height: auto;
    padding-bottom: 1px;
  }
  .popup-box{
    margin-top: 20px;
    width: 87%;
  }
  .fm-form-container.fm-theme15 .fm-form .wdform_column {
    padding: 0px 5px !important;
    margin: 0px;
  }
  .fm-form-container.fm-theme15 .fm-form>.wdform-element-section {
      min-width: 330px !important;
  }
  .wdform-element-section {
    max-width: 330px;
  }
  .fm-form .wdform_section {
    max-width: 330px;
    margin-top: 15px;
  }
  .centered-axis-xy {
    position: absolute;
    margin: 0;
    position: absolute;
    left: 50%;
    right: 0;
    top: 30px;
    transform: translate(-50%,0%);
  }
  .fm-form .wdform_column{
    width: 100% !important;
  }
  .fm-form-container.fm-theme15 .fm-form .wdform-element-section{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .fm-form .wdform-field {
      display: flex;
      padding: 5px 0px;
      width: 100% !important;
      max-width: 100%;
  }
  .buttonSignUp{
    width: 100% !important;
  }
  #footer .btm-footer .btn-link-top{
    display: none;
  }
  .fm-form-container.fm-theme15 .fm-form button.button-submit{
    width: 100% !important;
  }
}