@media only screen and (max-width: 990px)  {

  /*  <--------- Home Page Responsive ---------->  */

  .sideBar {
    position: fixed;
    top: 65px;
    background: #02A5B0;
    right: -300px;
    width: 100%;
    max-width: 300px;
    transition: all 0.4s;
    height: 100%;
    padding: 10px 10px;
    display: unset;
    border-left: 1px solid #eeeeee6e;
  }   
  #mainNavigation.active .sideBar{
    right: 0px;
    transition: all 0.4s;
    transform: translateX(0px);
  }
  .header ul li{
    margin: 5px 0;
    width: 100%;
  }
  .header ul li a{
    margin: 0 0;
  }
  .sideBar .blackBtn{
    width: 100%;
    margin-top: 10px;
  }
  section{
    padding: 40px 0;
  }
  .workDetailsSection{
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px)  {
    .bannerContent{
      padding: 90px 0 0;
    }
    .bannerTagLine {
      font-size: 28px;
      line-height: 40px;
    }
    .servicePara{
      height: unset;
    }
    .contactImage{
      padding-top: 30px;
    }
    .footerBox{
      text-align: unset;
    }
    .footerBox ul{
      display: unset;
    }
    .address,.phone{
      justify-content: left;
    }
    .footerBox ul li{
      margin: 10px 0;
    }
    .mobileView{
      flex-direction: column-reverse;
    }
    .contentBox{
      margin: 15px 0 0;
    }
    .blueBtn{
      max-width: 100%;
    }
    .darkCard .cardBrief{
      height: unset;
    }
    .breakText {
      display: block;
    }
}
@media only screen and (max-width: 500px)  {
  .mainHeading{
    font-size: 38px;
  }
  .header .navbar-dark .navbar-brand {
    font-size: 22px;
  }
  .bannerSubHeading, .siteTitle{
    font-size: 20px;
  }
  #nav-icon1 {
    width: 28px;
    min-width: 28px;
  }
  .iconTitle {
    display: none;
  }
  .marginTopSpace {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 400px)  {
  .header .navbar-dark .navbar-brand{
    font-size: 18px;
  }
  .mainHeading{
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px)  {
  html, body{
    width: 320px;
    overflow: auto;
  }
}
    