.home-banner-main .banner-left {
  flex-basis: 48%;
  margin-right: 1%;
}
.home-banner-main .banner-right { 
  flex-basis: 51%;
}
.home-banner-main {
  position: relative;
  z-index: 4;
}
.home-banner-main:after{
  content:"";
  position: absolute;
  z-index:-1;
  inset:0;
}
.banner-content p {
  color: var(--white_color);
  text-align: left;
  letter-spacing: 0px;
  font-size: 22px;
  font-weight: 200;
/*   font-family: 'Open Sans'; */
  line-height: 1.3;
}
.home-banner-main .banner-left .banner-content h1 {
  font-size: 48px;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-family: lora, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.22;
  margin-bottom: 0;
}
.home-banner-main .banner-left .banner-content h1 span {
  font-weight: 700;
}
.banner-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.banner-btn.bbtn-1 {
  margin-right: 5%;
}
.banner-button {
  margin-top: 35px;
}
@media(min-width: 1381px){
  .home-banner-main .content-wrapper {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    left: 0;
  }
}
.home-banner-main .banner-button .banner-btn a.cta_button {
  font-weight: 400;
  text-transform: unset;
}
@media(min-width: 768px){
  .home-banner-main .banner-button .banner-btn a.cta_button {
    font-size: 16px;
    padding: 7px 15px;
    line-height: 1.2;
    text-transform: capitalize;
  }
  .home-banner-main .curve {
    position: absolute;
    right: 0px;
    bottom: 55px;
    z-index: -1;
    max-width: 1100px;
  }
}
@media(max-width: 1380px) and (min-width: 1275px){
  .home-banner-main .banner-right {
    flex-basis: 51%;
    right: calc(1% - 40px);
    position: relative;
  }
  .home-banner-main .banner-left .banner-content h1 {
    font-size: 64px;
    line-height: 75px;
  }
}

@media(max-width: 1274px) and (min-width: 1210px){
  .banner-right-image {
    right: calc(1% - 60px);
    position: relative;

  }  .home-banner-main .banner-left .banner-content h1 {
    font-size: 64px;
    line-height: 1.2;
  }
}

@media(max-width: 1209px) and (min-width: 1025px){
  .home-banner-main .banner-left .banner-content h1 {
    font-size: 65px;
    line-height: 1.2;
  }
  .banner-content p {
    font-size: 18px;
  }
}

@media(max-width: 1024px) and (min-width: 993px){
  .home-banner-main .banner-left .banner-content h1 {
    font-size: 62px;
    line-height: 1.2;
  }
  .banner-content p {
    font-size: 18px;
  }
}


@media(max-width: 992px) and (min-width: 768px){
  .home-banner-main .banner-left .banner-content h1 {
    font-size: 48px;
    line-height: 1.2;
  }
  .banner-content p {
    font-size: 16px;
  }
  .banner-button .banner-btn {
    margin-top: 16px;
  }
  .home-banner-main .banner-right {
    flex-basis: 48%;
  }
  .home-banner-main .banner-left {
    flex-basis: 52%;
    margin-right: 0%;
  }

}

@media(max-width: 992px){
  .banner-button {
    margin-top: 0px;
  }
  .banner-button .banner-btn {
    margin-top: 10px;
  }
  .banner-right-image {
    right: calc(1% - 30px);
    position: relative;
  }
}

@media(max-width: 767px){
  .home-banner-main  .curve {
    display: none;
  }
  .home-banner-main .banner-left {
    flex-basis: 100%;
    margin-right: 0%;
    position: relative;
    z-index: 4;
  }
  .home-banner-main .banner-left .banner-content h1 {
    font-size: 41px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .banner-content p {
    font-size: 16px;
    font-weight: 400;
  }
  .banner-right {
    display: none;
  }
  .home-banner-main .banner-button .banner-btn a.cta_button {
    display: block;
    padding: 5px 7px;
    font-size: 14px !important;
  }
}
@media (max-width: 481px){
  .home-banner-main .banner-left .banner-content h1 br{
    display: block;
  }
