body{

font-family: 'Poppins', 'Montserrat', sans-serif;

}
#page-wrapper{
     overflow:hidden;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
        max-width:400px;
        max-height:250px;

	width: 100%;
	height: 100%;
}

.maincontent{
position:relative;
max-width:100%;
padding:0!important;
border:0!important;
}

.main{
background-image: linear-gradient(#E6E6E6, #fff);
padding:15px 20px;
margin-top:-10px;
padding-top:30px;
}



.MilgardStyles {
  height: 250px;
  padding: 4em 0;
}
.VerticalTabBox {
  display: flex;
}
.tab {
  float: left;
  padding: 3em;
  background-color: #f1f1f1;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 1em;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.125em;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
}
.FeatureImg {
  width: 100%;

}
.FeatureDescript {
  width: 100%;
  height: 100%;
}
.Tab-col {
  width: 50%;
  padding: 1em 2em;
  display: inline-block;
  float: left;
}
.HeroIMG {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .Tab-Image {
    width: 100%;
  }
  .FeatureImg {
    width: 100%;
    overflow-y: hidden;
    height: 300px;
  }
  .Tab-col {
    height: 50%;
  }
  .tab {
    float: left;
    padding: 2em;
    width: 50%;
  }
  .Tab-col {
    width: 85%;
    padding: 1 em;
    display: inline-block;
    float: right;
  }
  .HeroIMG {
    width: 175%;
  }
}
@media only screen and (max-width: 414px) {
  .VerticalTabBox {
    display: block;
  }
  .openTab {
    display: block;
    float: unset;
    width: 100%;
  }
  .tab {
    display: block;
    float: unset;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .tab button {
    display: inline-block;
    padding: 0.3em 0;
  }
  .Tab-col {
    width: 100%;
    padding: 1em;
  }
  .HeroIMG {
    width: 250%;
  }
  .maincontent {
    padding: 0;
  }
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
  font-size: 125px;
  padding-top: 8%;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  width: 100vw;
  margin: auto;
}
.item:nth-child(1) {
  height: 100%;
}
.item:nth-child(2) {
  height: 100%;
}
.item:nth-child(3) {
  height: 100%;
}
.item:nth-child(4) {
  height: 100%;
}
@media (max-width: 750px) {
  .carousel-fade .carousel-control {
    padding-top: 0% !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 500px) {
  .carousel-fade .carousel-control {
    padding-top: 0% !important;
  }
}