body,
html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size:18px;
font-family: 'Poppins', sans-serif;
}

.maincontent {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.maincontent_wrapper {
    padding-top: 0;
}

img {
    width: 100%;
}

.my-container{
  max-width:1600px;
  margin:0 auto;
  padding:2%;
}

.title{
  font-weight:700;
}

.myButton {
	background-color:transparent;
        border:1px solid #9CAF86;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#9CAF86;
	font-size:13px;
	padding:10px 24px;
	text-decoration:none;
        font-weight:600;
}
.myButton:hover {
	background-color:#9CAF86;
        color:white;
}
.myButton:active {
	position:relative;
	top:1px;
}

.mytop{
  background-image: url("/imageserver/UserMedia/bartlettsons/pergola-3.jpg"); 
  min-height: 600px; 
  clip-path: ellipse(100% 50% at 50% 30%); 
  position: relative;
  background-repeat:no-repeat;
  background-size:cover;
background-position:center;
  display:flex;
  align-items: center;
  justify-content: center;
  padding-bottom:100px;
  color:#fff;
}



.second-img{
   padding:2px;
   border:2px solid gold;
}

.center {
  margin: auto;
  width: 50%;
  text-align:center;
  color:white;
}

.center h1 {
  font-weight:700;
  font-size:60px;
}

.hero-box{
  position:relative;
  margin:0 auto;
  margin-top:-200px;
  padding:20px 40px;
  background-color:rgba(0,0,0,0.7);
  max-width:700px;
  z-index:1;
}

.hero-text{
  color:white;
  text-align:center;
}

.my-header{
  text-align: center;

}

.showSingle{
  cursor:pointer;
}
.showSingleMat{
  cursor:pointer;
}

.material-image{
  height:562px;
  overflow: hidden;
  text-align: center;
}

.style-image{
  max-height:562px;
  overflow: hidden;
  text-align: center;
  margin:auto;
}

.material-image img{
  margin:auto 0;

}

ul li {
  list-style-image:url('/imageserver/Reusable/pergolas23/check.png');
  font-size:16px;
  padding-bottom:8px;
}

.shell{
  padding:80px 0;
}