.bannersec{position:relative;}
.banner-header{
    width:40%;
    /* font-size: 50px; */
    color: #fff;
    position: absolute;
    top:300px;
    /* bottom: 50px; */
    left:150px;
	z-index:9;
  }
  .custombtn{border: 1px solid #476186;background-color: #476186;color: #fff; font-size: 18px;font-weight: 500;padding: 5px 20px;}
  .custombtn:hover{background-color: #fff;color: #476186;}
  .header-text{font-size:4rem; font-weight: 300;line-height: 1.2;}
    
  .bannerimg1{position:relative}
  .bannerimg1:after{content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to top, #00000099, #ffffff00);}
    @media only screen and (max-width:767px){
      .reverse{flex-direction: column-reverse;}
    .banner-header{
      width:90%;
      
      color: #fff;
      position: absolute;
      top:80px;
      /* bottom: 50px; */
      left:20px;
    z-index:9;
    }
    .header-text{font-size:22px;font-weight: 300;
    line-height: 1.5;}
    /*.banner-header p{font-size:25px !important;}*/
    .space p{margin-top: 30px;padding-right: 0px !important;padding-left: 0px !important;}
    /* .custombtn{width: 50%;} */
  }
  