

* {

  box-sizing: border-box;

}

body {

  padding: 0;

  margin: 0;
  height: 100%; 
  overflow: hidden

}

img {

  max-width: 100%;

}

/* Banner */

body {
  font-family: 'Roboto', sans-serif;  
}
body .secondimgcustom a{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center; 
  height: 50vh; 
  margin-top: 20px;
}

.secondimgcustom{
  flex-direction: column;  
}
header{
  background-color: #fff;
  color: #000;
  
}

header a.white-custom{
  display: inline-block;
  color: #000;
  margin-left: 4px;
  text-decoration: none;
}
a.white-custom.text-blackCustom{
  margin-left: 5%;
  background: #075991 !important;
  color: #fff;
  padding: 11px;
  text-decoration: none;
}
i.fab.fa-whatsapp{
  font-size: 30px;
  color: #48c355;
  vertical-align: middle;
}
.col-md-9.text-lg-end{
  padding-top: 10px;
}
.single-customer img{
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: opacity(50%);
  filter: opacity(90%);
  width: 100%;
}
.single-customer{
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
  width: 60%;
  height: auto;
  -webkit-transition: -webkit-transform .5s ease-in;
  transition: -webkit-transform .5s ease-in;
  transition: transform .5s ease-in;
  transition: transform .5s ease-in, -webkit-transform .5s ease-in;
  transition: transform .5s ease-in,-webkit-transform .5s ease-in;
  margin: 8px auto;
}
.slider_menu{
  margin-top: 80px;
  margin-bottom: 25px;
}
h2{
  font-weight: bold;
}
.customp{
  max-width: 40%;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .secondimgcustom{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 28vh;
  }
  body .secondimgcustom a{
    height: auto;    
  }
  a.white-custom.text-blackCustom{
    margin-left: 0px;
  }
  header a.white-custom{
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    margin-top: 15px;
    margin-left: 0;
    text-decoration: none;
    display: flex;
    text-align: center;
  }
  .customp{
    max-width: 100%;
    margin-bottom: 15px;
  }
  .slider_menu{
    margin-top: 40px;
  }
}