@media (max-width: 767px) {
    .inner-banner-sec.claims {
        height: auto !important;
    }
} 
.side-by-side {

    align-items: flex-start;

  }

  .steps-sec .box .side-by-side {
    margin-bottom: 25px;
  }

  .steps-sec {
    background-color: transparent !important;
  }

  .ce-ci-section {
    background-color: #fff;
    padding: 50px 0;
  }

  .note {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .note ul {
    padding: 0 15px;
  }

  .note ul li {
    margin-top: 15px;
  }

  .info-sec .box h4 {
    color: var(--color-red);
  }

  .info-sec h2 {
    color: var(--color-black);
    font-size: var(--font-size-40);
    line-height: var(--font-size-42);
    font-family: var(--fontPoppins);
    font-weight: var(--fontRegular);
    margin-bottom: 15px;
  }

  .info-sec h2 span {
    color: var(--color-red);
  }


  .info-sec .box-2 {

    max-height: 345px;
    min-height: 345px;
    padding: 25px 40px 25px 0;
    margin-bottom: 40px;
  }

  .info-sec .box-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .info-sec .box-2 ul li {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 15px;
    justify-content: flex-start;
  }

  .info-sec .box-2 ul li p {
    margin: 0;
  }

  .info-sec .box-2 ul li p a {
    color: var(--color-black);
    text-decoration: none;
    font-weight: var(--fontMedium);
    transition: 0.5s ease;
  }

  .info-sec .box-2 h4 {
    color: var(--color-red);
  }

  .bg-area.claims-bg {
    background-image: url("https://www.jubileelife.com/assets/images/new-plan-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
  }

  .info-sec {
    background-color: transparent;
    padding: 50px 0 0;
  }

  .reach-sec {
    margin-bottom: 75px;
  }

  #claimForm .file-upload input.custom-input{
    display: none;
  }

  #claimForm .drop-file {
    display: flex;
    align-items: center;
    padding: 0 20px 0 0px !important;
    justify-content: space-between;
  }
  
  .inner-banner-sec.claims {
    height: 470px;
  }
  
  .banner-sec.inner:after {
    display: block !important;
    background-color: transparent !important;
  }

  @media screen and (max-width: 767px) {

    .side-by-side .img-area {
      width: 100%;
    }

    .claims-bg .steps-sec .pe-5 {
      padding-right: 0.75rem !important;
    }

    .steps-sec .box {
      padding: 34px 0 0;
    }

    .note {
      display: block;
    }

    .ce-ci-section {
      padding: 50px 0 0;
    }

    .info-sec h2 {
      font-size: var(--font-size-32);
      line-height: var(--font-size-32);

    }

    .info-sec .box-2 {
      max-height: 345px;
      min-height: auto;
      padding: 25px 0 25px 0;
      margin-bottom: 25px;
    }

    .panel-list-sec .side-by-side {
      align-items: center;
    }
  }
  
@media (min-width: 1200px) and (max-width: 1699px) {
    .inner-banner-sec .img-area img {
    	width: auto;
    }
}

.steps-sec .box .side-by-side .content-area h4, .info-sec h2{
  font-family: "Noto Nastaliq Urdu", serif !important;
}
#claimForm .drop-file {
  padding: 0 10px 0 20px !important;
}