#about .about_banner{
    width: 100%;
    height:100%;
    margin: 0 auto;
    display: block;
    background-image: url('../assets/images/about/about_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#about h1{
  color: white;
  font-family: MontserratB;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 18px;
  padding-top: 106px;
}

#about .about_banner_text{
  padding-left: 5%;
  width: 57%;
  line-height: 40px;
  font-size: 25px;
  padding-bottom: 150px;
}

#about .text p{
  color: #fff;
  padding: 10px 0;
}

#about .text p img{
  width: 3.5%;
  padding: 0 10px;
}

.about_why_choose{
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
}

.about_why_choose .heading{
    color: black;
    font-family: MontserratB;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.about_why_choose .choose_text{
    color: black;
    font-family: MontserratR;
    font-size: 27px;
    text-align: center;
    padding-bottom: 20px;
    line-height: 30px;
}

.about_why_choose .choose_text_2{
    color: black;
    font-family: MontserratR;
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}

.about_line_1{
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  column-gap: 3%;
}

.about_line_1 .vision, .about_line_1 .mission{
  background-color: #f5f6f1;
}

.about_line_1 .vision img, .about_line_1 .mission img, .about_core_values .main_heading{
  padding-top: 50px;
}

.about_line_1 .vision .box_heading, .about_line_1 .mission .box_heading, .about_core_values .main_heading{
  text-transform: uppercase;
  font-size: 28px;
}

.about_line_1 .vision .box_text, .about_line_1 .mission .box_text{
  max-width: 78%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 25px;
}

.about_core_values{
  background-color: #f5f6f1;
  width: 100%;
  margin-top: 35px;
}

.about_core_values img{
  padding-top: 20px;
  padding-bottom: 20px;
}

.about_core_values .box_heading{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.about_core_values .line_1{
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 3%;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.about_core_values .line_2{
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  column-gap: 3%;
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.img_cont{
  max-width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}

.img_cont img{
  width: 100%;
  text-align: center;
}

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

  #about .about_banner{
    /* width: 100%;
    height:100%;
    margin: 0 auto;
    display: block;
    background-image: url('../assets/images/about/bg_mob.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */

    /* background-position: center top;
    background-size: 100% auto;
    background-color: grey; */


    margin: 0;                 
    min-height: 100vh;         
    
    background-image: url('../assets/images/about/bg_mob.png');
    background-repeat: no-repeat;            
    background-position: center;             
    background-size: cover;                  
    background-attachment: fixed;
  }

  .img_cont{
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }

  #about h1{
    padding-top: 30px;
  }

  #about .about_banner_text{
    padding-left: 10%;
    width: 90%;
    padding-bottom: 250px;
    font-size: 15px;
    line-height: 22px;
  }

  .about_line_1{
    display: grid;
    grid-template-columns: 100%;
  }

  .about_line_1 .mission{
    margin-top: 20px;
  }

  .about_core_values .line_1{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 3%;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
  }

  .about_core_values .line_2{
    display: grid;
    grid-template-columns: 100%;
  }

  .about_core_values .line_1{
    display: grid;
    grid-template-columns: 100%;
  }

  #about .text p img{
    width: 12%;
    /* height:100%; */
    padding: 0 10px;
  }

  #about .text p{
    padding: 0;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1919px){
  #about .text p img{
    width: 6%;
    padding: 0 10px;
  }

  #about .about_banner_text{
    padding-left: 5%;
    width: 53%;
    line-height: 28px;
    font-size: 16px;
    padding-bottom: 100px;
  }

  #about .text p{
    color: #fff;
    padding: 5px 0;
  }

  #about .text p img{
    width: 5%;
    padding: 0 10px;
  }
  
}

@media only screen and (min-width: 1024px) and (max-width: 1365px){
  #about h1{
    padding-top: 76px;
  }

  #about .text p img{
    width: 6%;
    padding: 0 10px;
  }

  #about .about_banner_text{
    padding-left: 5%;
    width: 70%;
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 50px;
  }

  #about .about_banner_text .small_area{
    width: 80%
  }

  #about .text p{
    color: #fff;
    padding: 0;
  }
}

.arrow {
  display: inline-block;
  width: 12px;       /* arrow size */
  height: 13px;
  margin: -3px 8px;     /* spacing around arrow */
  background: url("../assets/images/about/arrow.png") no-repeat center;
  background-size: contain;   /* makes it responsive */
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
  
  #about .text p img{
    width: 10%;
    padding: 0 10px;
  }

  #about h1{
    padding-top: 45px;
  }

  #about .text p{
    /* width: 10%; */
    padding: 0;
  }

  #about .about_banner_text{
    width: 53%;
    line-height: 18px;
    font-size: 14px;
    padding-bottom: 50px;
  }

  #about .about_banner{
    margin: 0;                 
    min-height: 100vh;         
    
    background-image: url('../assets/images/about/bg_mob.png');
    background-repeat: no-repeat;            
    background-position: center;             
    background-size: cover;                  
    background-attachment: fixed;
  }
}