
/*Tablet responsive*/

@media only screen and (min-width:577px) and (max-width:992px){

.mobile-btn{
	display: none;
}
 .phone-btn{
		display: block;
	}
.toggle-button {
    display: block;
  }

   .toggle-button i {
    font-size: 36px;
    font-weight: bolder;
  }

	.menu-bar{
		display: none;
	}
	 .gallery-icon{
        	display: none;
        }



  .header-icons{
	width: 20px;
	margin-right:5px ;
	}


.phone-btn{
	padding: 10px 22px;
	}

	.phone-btn a{
	font-size: 20px;
	font-weight: normal;
}

.navbar{
width: 95%;
padding:20px;
}
  #menuBar {
    background-color:#fff;
    display: none;
    flex-direction: column;
    top: 90px;
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
  }

  #menuBar.show {
    display: flex;
  }

  #menuBar ul {
    flex-direction: column;
  }

  #menuBar li {
    padding: 15px 0;
    margin: 0;
    width: 100%;
  }

  body.navOpen {
    margin-top: 400px;
  }

  #banner-section{
  height: auto;
}
 #background-video {
    border-radius: 0px;
  }


.banner-section-mid{
  flex-direction: column;
  padding: 50px 0px 0px 0px;
  }

  .banner-section-content-text{
  padding: 40px;
}


.banner-section-content-text p{
  margin-bottom: 20px;
}
.banner-section-content{
  text-align: center;
}

.banner-section-content-text h1{
line-height: 1.6em;
margin-bottom: 30px;
font-size: 32px;
padding: 10px;
}
.banner-section-content-text p{
  font-size: 24px;
    line-height: 1.5em;
/*    margin-bottom: 30px;*/
}
.banner-section-content-text h4{
    margin-bottom: 20px;
}
#legender{
  font-size: 34;
}

.banner-section-content-text {
      opacity: 0;
      transform: scale(0.8);
      transition: opacity 1s, transform 1s;
    }

    .banner-section-content-text.animate {
      opacity: 1;
      transform: scale(1.1);
    }

.baling-items{
	flex-basis: 30%;
}
.baling-items img{
	width: 170px;
	height: 170px;
}

#benefits-section{
          height: auto;
          background-image: none;
          background-color: rgba(0, 0, 0, 0.9);
        }

.slider-section-right{
	width: 80%;
	margin: 0px 10%;
}

  #why-section{
  width: 100%;
  margin-bottom:0px;
}

.why-items{
	flex-basis: 30%;
		}
		.slider-section-mid{
		flex-direction: column;
	}
.footer-logo img{
      width: 120px;
      border-radius: 4px;

}


@media only screen and (min-width:577px) and (max-width:767px){

.phone-btn{
		display: block;
	}
	.toggle-button {
    display: block;
  }
   .toggle-button i {
    font-size: 36px;
    font-weight: bolder;
  }

  .header-icons{
	width: 18px;
	margin-right:5px ;
	}


.phone-btn{
	padding: 8px 20px;
	}

	.phone-btn a{
	font-size: 18px;
	font-weight: normal;
}

.navbar{
width: 95%;
padding:20px;
}
  #menuBar {
    background-color:#fff;
    display: none;
    flex-direction: column;
    top: 90px;
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
  }

  #menuBar.show {
    display: flex;
  }

  #menuBar ul {
    flex-direction: column;
  }

  #menuBar li {
    padding: 15px 0;
    margin: 0;
    width: 100%;
  }

  body.navOpen {
    margin-top: 400px;
  }
#banner-section{
  height: auto;
}

 #background-video {
    border-radius: 0px;
  }


.banner-section-mid{
  flex-direction: column;
  padding: 50px 0px 0px 0px;
  }
  .banner-section-content-text{
  padding: 40px;
}

.banner-section-content-text p{
  margin-bottom: 20px;
}
.banner-section-content{
  text-align: center;
}

.banner-section-content-text h1{
line-height: 1.6em;
margin-bottom: 32px;
font-size: 30px;
padding: 10px;
}
.banner-section-content-text p{
  font-size: 24px;
    line-height: 1.5em;
/*    margin-bottom: 30px;*/
}
.banner-section-content-text h4{
    margin-bottom: 20px;
}
#legender{
  font-size: 32;
}

.banner-section-content-text {
      opacity: 0;
      transform: scale(0.8);
      transition: opacity 1s, transform 1s;
    }

    .banner-section-content-text.animate {
      opacity: 1;
      transform: scale(1);
    }
.baling-items{
	flex-basis: 30%;
}
.baling-items img{
	width: 160px;
	height: 160px;
}

#benefits-section{
          height: auto;
          background-image: none;
          background-color: rgba(0, 0, 0, 0.9);
        }

  #why-section{
  width: 100%;
  margin-bottom:0px;
}


.slider-section-mid{
		flex-direction: column;
	}
  .footer-logo img{
      width: 110px;
      border-radius: 4px;
}

.services-container{
      flex-direction: column;
    }

  }
