/* Media query :: BEGIN */
@media screen and (min-width: 1440px) {

    .blog-banner-heading {
        font-size: 41px;
        line-height: 55px;
        font-weight: 700;
        margin-bottom: 40px;
    }
    
  }
  @media screen and (max-width: 1366px) {
    .blog-banner-heading {
        font-size: 32px;
        line-height: 45px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .blog-inner-section{
        padding: 10px 110px;
        position: relative;
      }
      .partner-with-india{
        padding: 80px;
      }
      
  }
  @media screen and (max-width: 1199.25px) {
   
    .blog-banner-heading {
        font-size: 26px;
        line-height: 35px;
        font-weight: 700;
        margin-bottom: 22px;
    }
    .director-img-wrapper{
      height: 70px;
    }
    .partner-with-india {
      padding: 60px;
    }
    .cta3{
      padding: 50px 200px 50px 92px;
    }
    
  }
  @media screen and (max-width: 991.25px) {
    .blog-banner-heading {
        font-size: 21px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .blog-banner-sub-heading {
        font-weight: 400;
        font-size: 14px;
        line-height: 20.48px;
        margin-bottom: 15px;
    }
    .release-notes-container .release-notes-left{
      position: unset;
      margin-bottom: 30px;
    }
    .partner-with-india {
      padding: 30px;
    }
    .partner-with-india h3 {
      font-weight: 400;
      font-size: 22px;
      line-height: 129%;
    }
      .banner-right-wrapper {
        display: flex;
        justify-content: space-evenly;
      }
      .blog-inner-img-left-container{
        justify-content: center;
      }
      .grid-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, auto);
        }
        
        .div1 { grid-area: 1 / 1 / 2 / 3; }
        .div2 { grid-area: 2 / 1 / 4 / 2; }
        .div3 { grid-area: 2 / 2 / 3 / 3; }
        .div4 { grid-area: 3 / 2 / 5 / 3; }
        .div5 { grid-area: 4 / 1 / 6 / 2; }
        .div6 { grid-area: 6 / 1 / 7 / 2; }
        .div7 { grid-area: 5 / 2 / 7 / 3; }

        .landing-banner-section h4{
          font-size: 30px;
          line-height: 40.8px;
        }
        .cta1 {
          padding: 27px 45px;
        }
        .cta4-container h3 {
          font-size: 16px;
        }
        .cta3-container h3 {
          font-size: 16px;
        }
        
  }

  
  @media screen and (max-width: 767.25px) {
    .blog-inner-section {
      padding: 50px 70px;
      position: relative;
    }
    .mobile-inner-blog{
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      gap: 20px;
    }
    .blog-inner-banner-heading{
      font-weight: 600;
      font-size: 22px;
      line-height: 140%;
      letter-spacing: 0%;
      text-align: center;
      
    }
    .banner-right-wrapper {
      display: flex;
      gap: 5px;
      color: #323232;
      align-items: flex-start;
      justify-content: space-between;
    }
    .blog-inner-img-left-container {
      justify-content: center;
    }
    .referal-prog-wrapper{
      padding: 30px;
    }
    .testimonial-blog{
      padding: 30px 25px;
    }
    .partner-with-india{
      display: none;
    }
    .partner-with-india-mob{
      background-image: url("../images/partner-with-india-mob.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center;
      border-radius: 10px;
      padding: 40px 20px 160px;
      display: block;
    }
    .partner-with-india-mob h3{
      font-weight: 500;
      font-size: 22px;
      line-height: 129%;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: middle;

    }
    .book-btn-mob{
      margin-bottom: 120px;
    }
    .release-notes-container .release-notes-left{
      position: unset;
      margin-bottom: 30px;
    }
    .grid-container {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(7, auto);
      gap: 35px;
      }
      
      .div1 { grid-area: 1 / 1 / 2 / 2; }
      .div2 { grid-area: 2 / 1 / 3 / 2; }
      .div3 { grid-area: 4 / 1 / 5 / 2; }
      .div4 { grid-area: 3 / 1 / 4 / 2; }
      .div5 { grid-area: 5 / 1 / 6 / 2; }
      .div6 { grid-area: 6 / 1 / 7 / 2; }
      .div7 { grid-area: 7 / 1 / 8 / 2; }

      .landing-banner-section h4{
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: center;

      }
      .landing-banner-section p{
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;

      }
      .lp-needs-heading{
        font-weight: 600;
        font-size: 26px;
        line-height: 125%;
        letter-spacing: 0%;
        text-align: center;

      }
      .loyalty-goals{
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;

      }
      .div3{
        align-items: center;
      }
      .cta1{
        display: none;
      }
      .cta1-mob{
        background-image: url("../images/cta1-mob.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        border-radius: 10px;
        padding: 40px;
        display: block;
      }
      .cta1-mob h3{
        font-weight: 500;
        font-size: 20px;
        line-height: 129%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
      }
      .cta2-mob{
        background-image: url("../images/cta2-mob.png");
      }
      .cta3-container{
        display: none;
      }
      .cta3-container-mob{
        background: linear-gradient(90deg, #4D1484 0%, #2E005B 100%);
        border-radius: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center; 
        gap: 10px;
        position: relative;
        padding: 0 0 100px 0;
        
      }
      .cta3-container-mob::before {
          background: url("../images/cta3-mob-bottom-left.png");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: left;
          content: "";
          position: absolute;
          width: 50%;
          height: 20%;
          left: 0;
          bottom: 0;
          border-radius: 10px;
          z-index: 1;
      }
      .cta3-container-mob::after {
        background: url("../images/cta3-mob-bottom-right.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        content: "";
        position: absolute;
        width: 50%;
        height: 20%;
        right: 0;
        bottom: 0;
        border-radius: 10px;
        z-index: 1;
      }

      .cta3-container-mob h3{
        font-weight: 500;
        font-size: 20px;
        line-height: 129%;
      }
      .cta4-container{
        flex-direction: column-reverse;
        padding: 0 0 60px;
        text-align: center;
      }
      .cta4-container h3{
        font-weight: 500;
        font-size: 20px;
        line-height: 129%;
      }
      .image-with-gradient {
        width: 100%;
    }
      .cta5-mob{
        background-image: url("../images/cta5-mob.png");
        padding: 100px 15px;
      }
      .cta5-mob h3 {
        margin-top: 190px;
      }
      .cta5-container{
        display: none;
      }
      .cta5-container-mob{
        background: linear-gradient(197.38deg, #AFAFFF -55.97%, #FFFFFF 99.34%);
        border-radius: 10px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        padding: 65px 0;

      }

      .cta5-container-mob h3{
        font-weight: 500;
        font-size: 20px;
        line-height: 129%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
      }

      .cta-buttons-mob{
        padding: 5px 32px;
        font-size: 14px;
        line-height: 25px;
      }
  }
  
  @media screen and (max-width: 375.25px) {
    .blog-inner-section {
      padding: 50px 40px;
      position: relative;
    }
    .blog-inner-banner-heading{
      font-weight: 600;
      font-size: 18px;
      line-height: 140%;
      letter-spacing: 0%;
      text-align: center;
      
    }
  }
  /* Media query :: END */