 .discount_banner{
  background-color:#15212A;
  color:#fff;
  padding:56px 25px;
}

.discount_banner .left-col, 
.discount_banner .left-col p
{
    font-family: "Source Sans Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
  }

  .card{
    background:#fff;
    border-radius: 6px;
    color: #3291D9;
    max-width:385px;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 173 559"><defs><style>.cls-1{fill:%233291d9;}</style></defs><path class="cls-1" d="M97.58,149.79l75.42,119.08-75.42,119.08L0,559V0l97.58,149.79Z"/></svg>');

    background-repeat: no-repeat;
    background-size: 150px;
    word-wrap: normal;
    background-position-y: center;
    background-position-x:-1px;
  }

  .card_row {
    align-items: center;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-bottom:11px;
  }

  .card_row .percentage{
    width:30%;
    color: #fff;
    text-align: center;
    margin:0;
    font-family: "Inter", serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.943px;
    align-self: center;
    padding-left:10px;

  }

    .card_row .percentage .strong{
      display: block;
      font-size: 45px;
      line-height: 40px;
      letter-spacing: -3.15px;
    }

   .card_row .content, 
   .card_row .content p
{

    width:60%;
    color: #3291D9;
    font-family: "Inter", serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.943px; /* 110.227% */
    align-self: center;
  }

.card_row .content p{
  padding-bottom:0;
  margin-bottom:0;
}

   .card_row .content_wrap{
    margin:0;
    padding-top:50px;
    padding-left:20px;
   }

  .card_row .content strong{
    display: block;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    max-width:185px;

  }

  .card .disclaimer{
    color: #595959;
    padding-top:18px;
    font-family: "Inter", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.943px; /* 174.527% */
    display: block;
  }



/*....... Hero Banner .........*/

.hero_banner {
    background-color: #18453b;
    padding: 30px 0 70px
}

.hero_banner_row {
    align-items: center;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between
}

.banner_text {
    padding-right: 20px;
    width: 63%
}

.banner_box {
    padding-left: 20px;
    width: 33%
}


.banner_text_inner {
   
    max-width:600px;
}



.banner_text_inner .title h1 {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    margin: 0
}

.banner_text_inner .title {
    max-width: 650px
}

.banner_text_inner .content {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding-top: 15px
}


.banner_box_inner {
    background: #fff;
    border-radius: 0 0 4px 4px;
    padding: 30px 45px 35px
}

.box_cover {
    border-radius: 4px;
    overflow: hidden
}



.box_title {
    padding-bottom: 24px
}



div#apply-now button.f-button.is-close-btn {
    display: none
}

@media(max-width:1350px) {
    .banner_text {
        padding-right: 15px;
        width: 60%
    }
    .banner_box {
        padding-left: 15px;
        width: 40%
    }
}

@media(max-width:991px) {
  
    .banner_text {
        padding-right: 15px;
        width: 50%
    }
    .banner_box {
        padding-left: 15px;
        width: 50%
    }
    .banner_text_inner {
        padding-top: 25px
    }
    .banner_logo {
        padding-bottom: 25px
    }
    .banner_text_inner .title h1 {
        font-size: 25px;
        line-height: 35px
    }
    .banner_box_inner {
        padding: 30px
    }
}

@media(max-width:767px) {
    .hero_banner {
        padding: 32px 0
    }
    .banner_box,
    .banner_text {
        padding: 0;
        width: 100%
    }
    .banner_text_inner {
   
      width:100%;
    }
    .hero_banner_row {
        gap: 40px
    }
    .banner_text_inner {
        padding-top: 20px
    }
    .banner_logo {
        padding-bottom: 20px
    }
    .banner_text_inner .title h1 {
        font-size: 28px;
        line-height: 36px
    }
    .banner_text_inner .content {
        font-size: 18px;
        line-height: 24px;
        padding-top: 20px
    }
    .banner_box_inner {
        padding: 30px 20px 35px
    }
}



.wrapper {
    margin: 0 auto;
    padding: 0 20px
}



html {
    scroll-behavior: smooth
}

@media(min-width:1200px){

  .wrapper {
      margin: 0 auto;
      max-width: 1240px;
      padding: 0 20px
  }
}


@media(max-width:767px) {
  
    .banner_box .box_cover,
    .box_button .box_cover {
        border: none;
        padding: 0
    }
}

@media (min-width:1024px){
 .discount_banner{
   padding-left:0;
   padding-right:0;
}