.nat-btnSection {
    padding: 2rem 0;
} 
.nat-btnSection h5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.36em;
} 
.bannerSection .nat-bnr-col2 {
    display: flex;
    justify-content: center;
    align-items: center;
} 
.nat-bnrtx-col2.w50.mw100 {
    display: flex;
    padding-left: 20px;
    align-items: center;
} 
/* ------popup form css------- */
.hs-input{
  width: 100% !important;
} 

.legal-consent-container .hs-form-booleancheckbox-display input {

  width: unset !important;
}  
.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;

} 

.nt-global-style {
  position: relative;
}

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

}
  
@media (max-width: 768px) {
  
  .nat-bnrtx-col2.w50.mw100 {
   
    padding-left: 0px;
   
}
} 