.maincontent {
    padding: 24px 0;
}

.homedamage-service-wrapper {
    display: grid;
    grid-template-columns: 65vw;
    justify-content: center;
}

@media (max-width:1400px) {
    .homedamage-service-wrapper {
        grid-template-columns: 80vw;
    }
}

@media (max-width:900px) {
    .homedamage-service-wrapper {
        grid-template-columns: 90vw;
    }

    .homedamage-service-vertical {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
}

.water{
    background-image:url('/imageserver/Reusable/homeDamage2020/water-bg2.png');
    background-size:cover;
    padding:40px 100px;
    color:white;
}

body{
font-family: 'Poppins',  'Montserrat', sans-serif;
}



.user img {
  padding: .5em;
  float: right;
}


.MilgardStyles {
  height: 250px;
  padding: 4em 0;
}
.VerticalTabBox {
  display: flex;
}

.nav-pills > li.active >a{
    background-color: #5191C2;

}

  .nav-pills > li > a {
    border-radius: 4px;
    color: #00A9B3;
}


nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #5191C2;
}

.tab {
  float: left;
  padding: 3em;
  background-color: #5191C2;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tab button {
  display: block;
  background-color:#5191C2 !important;
  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: #5191C2 !important;
}
.tab a button.active {
  background-color: #5191C2 !important;
}
.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;
  }
}

@media screen and (max-width: 625px) {
  .user h3{
   font-size:1.2em;
   line-height:1.5;
   padding:5px 5px;
  }   
}

@media screen and (max-width: 450px) {
   .grid figure{
     min-width:150px;
     margin-left:3em;
  }
    .user{
      padding:5px 5px;
      font-size:12px;
}
    
}