.wrap {padding: 60px 0px !important;}

/* .new-bnr-outer {
background: linear-gradient(to bottom, rgba(229, 236, 247, 1), rgba(255, 255, 255, 1));
} */
p.mble {display: none;}
.new-bnr-logo {padding-top: 0px;}
.module-outer {background: linear-gradient(180deg, #E5ECF7 29.85%, rgba(229, 236, 247, 0.32) 70.54%, rgba(255, 255, 255, 0.00) 100%);}
.new-bnr-img img {width: 100%;}
.page-center {
  float: none!important;
  margin: 0 auto!important;
  max-width: 1240px;
  padding: 0 20px;
}
.module-outer {padding: 0rem 0rem 0rem 3.25rem;}
.new-bnr-heading {padding-bottom: 24px;}
.new-bnr-text {padding-bottom: 39px;}
.new-bnr-heading h1 {
  font-style: normal;
  font-weight: 900;
  line-height: 63px;
  letter-spacing: -0.72px;
  text-transform: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.new-bnr-text p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.new-bnr-logo-heading h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.4px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.new-bnr-logo-heading {padding-bottom: 40px;}

.new-bnr-logo-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.new-bnr-logo-inner {flex: 0 14%;text-align: center;}

.new-bnr-btn {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-bottom: 30px;
}

/* .new-bnr-inner-1 a {
background: #ffa72b;
padding: 15px 25px;
font-size: 16px;
border-radius: 7px;
border: 0;
text-align: center;
transition: .35s cubic-bezier(0.4,0,0.2,1);
line-height: 21px;
font-weight: 700;
text-decoration: none;
color: #2f3a45;
display: inline-block;
width: auto;
}
.new-bnr-inner-1 a:hover {
background-color: #3979E0;
color:#fff ;
}
.new-bnr-inner-2 a:hover {
background-color: #FFA72B;
color: #2f3a45;
}
.new-bnr-inner-2 a {
padding: 16.18px 27px;
font-size:17px;
background:#3979E0;
border-radius: 7px;
border: 0;
cursor: pointer;
text-align: center;
transition: .35s cubic-bezier(0.4,0,0.2,1);
line-height: 22.647px;
font-weight: 700;
text-decoration: none;
color: #fff;
display: inline-block;
} */
@media only screen and (max-width: 847px) {
  .new-bnr-text p br { display: none;}
  .new-bnr-logo-sec {gap: 10px;}
}
@media only screen and (max-width: 600px) {
  .new-bnr-outer { background: linear-gradient(180deg,#e5ecf7 0,#e5ecf7 50%,#fff);}
  .new-bnr-outer {padding: 40px 0;}
  .new-bnr-heading h1 {
    font-size: 47px  !important;
    line-height: 43px  !important;
    letter-spacing: -0.47px;
  }
  .new-bnr-logo-heading h2 {
    font-size: 36px !important;
    letter-spacing: -.36px !important;
    line-height: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  .new-bnr-logo-sec {    text-align: center;  gap: 30px; }
  .new-bnr-logo-inner {flex: 0 100%;  }
  .new-bnr-logo-heading h2 {
    font-size: 26px !important;
    letter-spacing: -.25px;
    line-height: 1.15;
  }
}

}
@media only screen and (max-width: 479px) {
  p.desktop {display: none;}
  p.mble {display: block;}

  .new-bnr-img img {display: none;}

  .new-bnr-img-mobile img{ display:block !important; }

  .new-bnr-btn { display: block;padding-bottom: 15px;}
  .new-bnr-inner a, .new-bnr-inner a { width: 100%; }
  .new-bnr-inner { margin-bottom: 20px; }
}