
@media (min-width:576px) {
    
    .banner-form{
        width: 50%;
      }
      .loan-p90{
        width: 95%;
      }
      
      .banner-img{
        height: auto;
      }
}
@media (min-width:768px) {
    .banner-form{
        width: 70%;
      }
      .main-heading{
        font-size: 4vw;
      }
      .banner-img{
        height: 99.9vh;
        overflow: hidden;
      }
      .banner-form{
        width: 300px;
      }
      .banner-heading{
        font-size: 3.5vw;
      }
      .p-lg-75{
        width: 75%;
      }
      /* .left-top:after{
        content: "";
        width: 100px;
        height: 100px;
        background: url(../img/right.png) no-repeat center;
        background-size: cover;
        position: absolute;
        left: -46px;
        top: 100%;
        transform: translateY(20%);
      } */
      .f-header-call{
        display: none; 
      }
}


@media (min-width:992px) {
  .s7num{
    font-size: 20px;
  }

}
@media (min-width:1200px) {
}

@media (min-width:1400px) {
}

@media (max-width:1299px) {
  .s7num{
    font-size: 25px;
  }
}

@media (max-width:992px) {
    .main-banner{
    height:auto;
    }
} 
@media (max-width:768px) {
    .main-heading{
        font-size: 7vw;
    }
    .banner-form{
        width: 100%;
      }
      /* .left-top{
        width: 100%;
      } */
      /* .left-top:after {
        content: "";
        width: 100px;
        height: 100px;
        background: url(../img/down.png) no-repeat center;
        background-size: cover;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
      } */
      .f-header-call{
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #8c142b;
        position: fixed;
        bottom: 25px;
        right: 15px;
        z-index: 11;
        box-shadow:0 0 15px 2px #fff;
      }
}

@media (max-width:576px){
    .banner-form{
        width: 100%;
      }
      .banner-heading{
        font-size: 30px;
      }
      .header-call{
        border: 1px solid #8c142b;
        border-radius:50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 5px 5px 10px #8c142a68, inset 5px 5px 10px #8c142a68;

      }
      
}

@media (max-width:410px){
    .banner-heading{
        font-size: 25px;
      }
}

