.banner_innr1 {
  background-color:#fff;
}

.banner_flex1 {
  background-color:#fff;
}

.left_col_inr1 {
background-color:#fff !important;
}

.left_col_inr1 h1{
  font-size:42px;
    background-color:#fff;
  }


.banner-section .row-fluid{
padding:0 !important
  background-color:#fff;
}

.banner_area1 {
    background-color: #fff !important;
  overflow: auto;
  clear:both;
}

.left_col_text1 {
    width: 50%;
    padding: 6% !important;
  float: left;
  background-color:#fff !important;
}

.right_col_image1 {
    float: left;
    width: 50%;
    height: 450px;
    background-repeat: no-repeat;
  background-size: cover;
  background-color:#fff;
}


@media screen and (max-width:959px){
 .left_col_inr1 h1{
  font-size:28px;
  }

}

@media screen and (max-width:767px){
  .left_col_text1 {
    width: 100%;
  }
  
  .right_col_image1 {
  width:100%
  }
  
  .left_col_inr1 h1{
  font-size:24px
  }
  
  
  
  
}



