
*{
    margin: 0;
    padding: 0;
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Roboto', sans-serif; */
}
.slider-title-wrapper{
  background: rgba(0, 0, 0, 0.5);
}
.banner{
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    margin-top: 0px !important;
}
.banner h1{
    color: white;
    text-align: left;
    /* position: relative;
    left: 7%;
    bottom: 15%; */
    font-size: 35px;
    font-weight: 500;
 }
 .banner::after {
  content: '';
  width: 24%;
  height: 4px;
  background: white;
  display: block;
  margin-left: -16%;
  margin-top: 25px;
}
#b1{
    /* position: absolute;
top: 60%;
left: 7%; */
height: 5%;
width: 10%;
background: #1071d9;
border: 1px solid #1071d9;
border-radius: 22px;
font-size: 15px;
color: white;
}
#b1 a{
    color: white;
    text-decoration: none;
}
.businessrow{
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}
.req{
    width: 90%;
    margin: 50px auto;
    text-align: center;
    /* padding: 7%; */
}
.fac{
    flex-basis: 30%;
    border-radius: 4%;
    /* margin-bottom: 5%; */
    text-align: left;
    padding-left: 2%;
}
.fac img{
    width: 100%;
    height: 50%;
    border-radius: 4%;
}
.fac h3{
    text-align: left;
    padding-top: 5%;
    font-size: 16px;
}
.fac p {
  /* padding-bottom: 10%;
  padding-top: 5%; */
  color: rgb(22, 110, 110);
}
.req h1{
    font-size: 40px;
}
.fac a{
   text-decoration: none;
}
.customerSection{
/* padding-inline: 100px; */
padding-block-start: 50px;
  
}

.deliver-value{
  margin-bottom: 30px;
}

.customerSection p{
  color:  #0C52A0;
  font-weight: 700;
  font-size: 18px;
}
.tabsSection{
  padding-inline: 100px;
padding-block: 50px;
background-color: #0C52A0;
}
.customerContainer{
  background-color: #E5E5E5;
}
.customer{
    height: 35vh;
    background: rgb(186, 227, 243);
    text-align: center;
}
.customer h1{
    padding: 3% 0;
    font-size: 35px;
}
.cos{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.name{
    display: flex;
    justify-content: space-evenly;
    margin-top: 1%;
    color: #1071d9;
}
.about{
    background: #1071d9;
    height: 60vh;
    color: white;
}
.about h1{
    padding-top: 4%;
padding-left: 5%;
font-size: 40px;
}
.col{
    display: flex;
    justify-content: space-between;
}

.image img{
    width: 49.5vw;
    height: 100%;
}
.paragraph h1{
    margin: 15% 10% 4%;
    font-size: 40px;
}
.paragraph p{
    padding-left: 10%;
    color: rgb(121, 143, 151);
}
.button{
  margin: 5% 10%;
  /* height: 6%; */
  /* width: 20%; */
  background: #1071d9;
  border: 1px solid #1071d9;
  font-size: 13px;
  padding: 10px;
}
.button a{
    text-decoration:none;
    color: white;
}
.drop{
    margin: 3% 5%;
    width: 48%;
}
.menu{
    padding: 4% 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.menu img{
    position: absolute;
    left: 50%;
    cursor: pointer;
  }
  .detail{
    position: relative;
    bottom: 45%;
    left: 57%;
  }
  .one{
    display: none;
    width: 43%;
  }
  .one h3{
    padding-bottom: 1%;
  }
  .one p{
    padding-bottom: 2%;
  }
  .one a{
    text-decoration: none;
    color: white;
  }
  .two{
    display: none;
    width: 43%;
    padding-top: 7%;
    padding-bottom: 2%;
  }
  .two h3{
    padding-bottom: 1%;
  }
  .two p{
    padding-bottom: 2%;
  }
  .two a{
    text-decoration: none;
    color: white;
  }
  .three{
    display: none;
    width: 43%;
    padding-top: 13%;
  }
  .three h3{
    padding-bottom: 1%;
  }
  .three p{
    padding-bottom: 2%;
  }
  .three a{
    text-decoration: none;
    color: white;
  }
@media (max-width:700px)  {
    .banner h1{
        font-size: 25px;
    }
    .banner::after{
      width: 60%;
      margin-left: -54.5%;
    }
    #b1{
        top: 63%;
        height: 7%;
width: 30%;
font-size: 13px;
    }
    .menu {
      padding: 8% 0;
    }
    .req h1 {
        font-size: 27px;
      }
      .req .businessrow{
        flex-direction: column;
      }
      .fac{
        margin-bottom: 5%;
      }
      .fac p{
        padding-bottom: 3%;
padding-top: 3%;
      }
.cos{
    flex-direction: column;
}
.customer {
    height: 120vh;
}
.cos img{
    padding-bottom: 15%;
}
.name{
flex-direction: column;
position: relative;
bottom: 67%;
}
.name h3{
    margin-bottom: 39%;
    font-size: 20px;
}
.customer h1 {
    padding: 8% 0;
    font-size: 26px;
  }
  .about h1 {
    padding-top: 5%;
    padding-left: 5%;
    font-size: 20px;
  }
  .paragraph h1 {
    margin: 6% 10% 4%;
    font-size: 25px;
  }
  .image img {
    width: 100%;
    margin-bottom: 20px;
  }
  .col{
    flex-direction: column;
  }
  .button {
    margin: 10% 10%;
    height: 10%;
    width: 35%;
  }
  .drop {
    margin: 15% 5%;
    width: 57%;
  }
  .menu img {
    position: relative;
    left: 40%;
  }
  .one h3 {
    font-size: 15px;
  }
  .one p {
    font-size: 12px;
  }
  .one a {
    font-size: 12px;
  }
}


@media (min-width:768px) and (max-width:991px)
{
  .banner {
    height: 40vh;
  }
  .customerContainer {
    background-color: #E5E5E5;
    margin-top: 12%;
}
}

@media screen and (max-width: 500px)
{
.business-slider img {
    width: 700px;
    position: relative;
    right: 0 !important;
}
}

@media screen and (max-width: 767px){
.slider-title-wrapper {
    line-height: 30px !important;
    display: flex !important;
    z-index: 1;
}
#health-policy{
  margin-bottom: 30px;
}

}



