.banner--home:before{
  display: none;
}
.banner:after{
  display: none;
}
.banner{
  isolation: isolate;
}
.graphic-image {
  position: absolute;
  width: 70%;
  right: 0;
  height: 100% !important;
  object-fit: cover;
  object-position: left;
  z-index: -1;

}

/* .banner__content *{
  color: #FFFFFF !important;
} */

/* .new-banner::after{
background-color: #2864FD;
z-index: 1;
} */
.new-banner .banner__inner{
  height: 750px;
}
.new-banner .banner__content{
  max-width: 725px;
  width: 100%;
  margin: 0 auto;
  top: 65px;
}
.new-banner .banner__content h1{
  /*   font-size: 58px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6; */
/*   font-size: 74px;
  font-weight: 600;
  line-height: 1.22; */
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.new-banner .banner__content h1 .animated{
  text-decoration: none;
}
.new-banner .banner__content h1 .highlight{
  color: #90F1D0;
}
.new-banner .banner__content p{
  /*   font-size: 18px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-family: 'Poppins';
  letter-spacing: 0;
  line-height: 1.55; */
/*   font-size: 24px;
  font-weight: 700;
  font-family: Poppins;
  line-height: 36px; */
  color: #fff;


}
.new-banner .banner__button{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
/* .new-banner .calculate__cta a{
  background: transparent !important;
  border: 1px solid #fff !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #fff !important;
  padding: 16px 70px !important;
  border-radius: 50px !important;
  transition: all ease .3s;
}
.new-banner .calculate__cta a:hover{
  background: #fff !important;
  color: #002640 !important;
} */
/* .new-banner .expert__cta a{
background: #fff !important;
border: 1px solid #fff !important;
font-size: 15px !important;
font-weight: 400 !important;
color: #3964F9 !important;
padding: 16px 70px !important;
border-radius: 50px !important;
transition: all 0.2s ease 0s;
} */
/* .new-banner .expert__cta a{
  background: #FF6900;
  border: 1px solid #FF6900;
  display: inline-block;
  min-width: 241px;
  padding: 14px 15px;
  border-radius: 0;
 border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.13;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.new-banner .expert__cta a:hover{
  color: #FFFFFF;
  background: #DA5A00;
} */
.new-banner .banner__button > div:not(:last-child){
  /*   margin-right: 22px; */
  margin-right: 16px; 
}
.replacements .word{
  height: 66px;
  text-align: left;
}
.replacements .word span{
  display: inline-block;
  height: 66px;
}
.banner--home .replacements{
  line-height: 66px;
  height: 66px;
  overflow: hidden;
}
.new-banner .banner__content .replacements{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -3px;
}
.banner--home .replacements > div{
  position: relative;
}
.banner-bottom__content {
  padding-top: 30px;
  font-size: 12px;
/*   color: #55697C; */
}

{#
.banner-bottom__content a {
/*   color: #ff6900; */
  color: #007b79;
}
#}
.banner-bottom__content p{
  font-weight: 700 !important;
}
.banner-bottom__content strong {
  font-weight: 700;
/*   font-weight: 500; */
}

.banner-bottom__content p {
  font-size: 12px !important;
}
.banner-pillar .banner__wrap {
  align-items: center;
}
@media (max-width: 1199px){
/*   .new-banner.naasover-banner .banner__content h1{
    font-size: 64px;
  } */
/*   .new-banner .banner__content p{
    font-size: 20px;
  } */
}
@media (max-width: 991px){
/*   .new-banner.naasover-banner .banner__content h1{
    font-size: 50px;
    line-height: 1.3;
  } */
/*   .new-banner .banner__content p{
    font-size: 18px;
    line-height: 1.7;
  } */
}

@media (max-width: 800px){
  .new-banner .banner__inner{
    height: auto;
  }
}

@media (max-width: 767px){
  .new-banner .banner__content{
    padding: 70px 0 150px;
  }
/*   .new-banner.naasover-banner .banner__content h1{
    font-size: 36px;
    line-height: 1.3;
  } */
  .new-banner .cta_button.banner__getcta{
    font-size: 18px;
  }
  .new-banner .banner__content{
    padding: 50px 0 50px;
  } 

}

@media (max-width: 640px){
/*   .new-banner .banner__content h1{
    font-size: 30px;
  } */
  .new-banner .banner__button > div{
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }
  .new-banner .banner__button > div + div{
    /*     margin-top: 17px !important; */
    margin-top: 16px !important;
  }
}

@media (max-width: 480px){
  .replacements .word{
    height: 62px;
    font-size: 20px;
  }
  .replacements .word span{
    height: 62px;
  }
}

/* Naas Overview Banner */

.banner__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner__wrap > div{
  width: 50%;
}

.banner__wrap .left-col{
  padding: 25px 10px 0 0;
}

.banner__wrap .right-col{
  padding-left: 20px;
}

.naasover-banner .banner__content{
  max-width: 100%;
}

.naasover-banner .left-col h1{
  text-align: left;
}

.naasover-banner .left-col p{
  text-align: left;
}

.naasover-banner{

}

.naasover-banner .banner__button{
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.naasover-banner .right-col .animation_item_main{
  width: 109%;
}

.new-banner.naasover-banner .banner__content h1{
  line-height: 1.36;
}

@media (max-width: 1480px){
  .naasover-banner .right-col .animation_item_main {
    width: 104%;
  }
}

@media (max-width: 1300px){
  .naasover-banner .right-col .animation_item_main {
    width: 100%;
  }
}

@media (max-width: 1280px){
  .new-banner .banner__button > div:not(:last-child){
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1025px){
  .pic {
    margin-right: -72px;
  }
}
@media (max-width: 767px){
  .banner__wrap > div{
    width: 100%;
  }
  .banner__wrap .left-col{
    padding: 0;
    margin-bottom: 50px;
  }
  .new-banner .banner__button{
    margin-top: 33px;
  }
  .naasover-banner .banner__button{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .naasover-banner .left-col h1{
    text-align: center;
  }
  .banner__wrap .right-col{
    padding-left: 0;
    text-align: center;
  }
  .banner-pillar .banner__content {
    text-align: center;
  }
  .new-banner .banner__content p {
    text-align: center;
  }

  .banner {
    padding-block: 40px;
  }
}
@media screen and (min-width: 768px){
  .banner__wrap > div:first-child {
    width: 52%;
  }
  .banner__wrap > div:last-child {
    width: 48%;
  }
}
