.hs-input{
  width: 100% !important;
} 
.hsg-page-header__edge {
  line-height: 0.5;
  padding-top: 38px;
}
.legal-consent-container .hs-form-booleancheckbox-display input {

  width: unset !important;
} 
.nat-bnr-image {
  display: flex;
  justify-content: center;
}  
.nat-bnr-col1 {
  display: flex;
  align-items: center;
} 
.re-text h1 {
  margin: 0.7em 0;
} 
.bnr-button {
  margin-top: 40px;
} 
.re-text p {
  margin-bottom: 20px;
} 


/* ------popup form css------- */

.Click-here {
  cursor: pointer;

}
.custom-model-main.model-open {
  width: 100%;
  min-height: 100vh;
  margin-top: -30px;
  background: #fff;


}  
.hs-input {
  outline: none !important;
} 
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  height: -webkit-fill-available;
  transition: transform 0.8s cubic-bezier(0.635, 0, 0.71, 0.925) 0s;
  z-index: 100000001 !important;
  background-color: #fff !important;
  transform: translateY(-100%);
}
.custom-model-main.model-open {
  transform: translateY(0);
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: auto;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;

}
.custom-model-inner {

  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #fff;
  outline: 0;
  text-align: left;
  padding: 42px 20px;
  box-sizing: border-box;
  overflow-y: auto;
}
.model-open .custom-model-inner {

  position: relative;
  z-index: 999;
  width:100%;
  min-height: 100vh;

}


.close-btn {
  border: 0;
  position: absolute;
  top: 1.75rem;
  right: 0.75rem;
  background-color: transparent;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #99acc2;
  font-size: 37px;

} 

@media screen and (min-width:800px){
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}



/* ---------end------------- */

@media only screen and (max-width:1020px) 
{

  .nat-bnr-col1.w60, .nat-bnr-col2.w40 {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  } 
}