/*Mobile responsive*/

@media only screen and (min-width: 200px) and (max-width: 576px) {
  .toggle-button {
    display: block;
  }

  .toggle-button i {
    font-size: 36px;
    font-weight: bolder;
  }

  #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: 7px 0;
    margin: 0;
    width: 100%;
    margin-bottom: 3px;
  }

  body.navOpen {
    margin-top: 350px;
  }


.navbar{
width: 98%;
padding: 20px;
}
	 .phoneno button{
		display: none;
	}
	.menu-bar{
		display: none;
	}

.mobile-btn{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0px;
	z-index: 1;
	}
	.mobile-btn a{
		color: white;
	}

.blue-btn{
	flex-basis: 50%;
	background-color: #0963B0;
	border: none;
	padding: 15px 0px;
	font-size: 20px;
	color: white;
}

.yellow-btn{
	flex-basis: 50%;
	background-color: #FFCF40;
	border: none;
	outline: none !important;
	padding: 15px 0px;
	font-size: 20px;
	color: white;
}

.mobile-btn i{
margin-right: 8px;
}
#banner-section{
	height: auto;
}

  #background-video {
  	border-radius: 0px;
  }

.banner-section-mid{
	flex-direction: column;
	padding: 30px 0px 0px 0px;
	}

.banner-section-content-text p{
	margin-bottom: 20px;
}
.banner-section-content{
	text-align: center;
}

.banner-section-content-text h1{
line-height: 1.5em;
margin-bottom: 25px;
font-size: 30px;
}
.banner-section-content-text p{
	font-size: 20px;
		line-height: 1.4em;
/*		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 section*/
.baling-material-section-mid{
	gap: 50px;
}
.baling-items{
	flex-basis: 30%;
}
.baling-items img{
	width: 100px;
	height: 100px;
}

.slider-section-mid{
		flex-direction: column;
	}

 	.slider-container {
            width: 100%;
            height: 250px;
        }
        .slider-section-right{
        	width: 90%;
        	margin:0px 5%;
        }
       
        

        .features-container{
	flex-basis: 40%;
	}

	.features-hp>p{
	font-size: 24px;
	
}


.ytvideo-section-mid{
	padding: 0px 10px;
}

.ytvideo-container{
	flex-direction: column;
	align-items: center;

}
.ytvideo{
	width: 90%;
}
#packing{
	color: #035fae;
	font-size: 20px;
}
#vdo{
	color: #FFCF3F;
	font-size: 20px;
}
	.gallery-icon{
		width: 30px;
	}

        #benefits-section{
        	height: auto;
        	background-image: none;
					background-color: rgba(0, 0, 0, 0.9);
        }
        .benefits-content{
        	flex-basis: 45%;
        }
        .benefits-text>p {
		font-size: 18px;
		line-height: 1.5em;

		}
		.benefits-text>h2{
		font-size: 28px;
		margin-bottom: 20px;
		}
		.benefits-content>h3{
			font-size: 16px;
		}

		#why-section{
	width: 100%;
	margin-bottom:0px;
}

		.why-section-mid{
			padding: 0px 20px;
		}
		.why-items{
		flex-basis: 46%;
		}
		#footer-section{
			padding: 50px 0px;
		}
		.footer-section-mid{
			flex-direction: column;
					}

		.footer-right{
			flex-basis: 98%;
			padding: 0px 15px;
			justify-content: space-between;
		}

		.footer-logo img{
			width: 100px;
			border-radius: 3px;
		}

		.services-container{
			flex-direction: column;
		}


}



