.aboutus-list, .aboutus-list > li > ul {
	padding: 0;
	margin: 0;
}
.aboutus-list > li {
	list-style: none;
	margin-bottom: 25px;
}
.aboutus-list > li > ul > li {
	list-style: none;
}
.aboutus-list h3, .aboutus-list li p {
	margin: 0 0 15px;
}
.aboutus-list li p {
	font-weight:500;
	line-height: 1.5;
}
.aboutus-list li p a {
	color: var(--primary-color);
    text-decoration: none;
}
 .aboutus-list li span {
	font-size: 0.813em;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 14px;
}
.aboutus-list li a {
	color: inherit;
	font-weight: 600;
}
.image-wrapper{
	text-align:center;
	/* margin: auto; */
}

/* Modified H1 h2 tags */
.about-us-mod .banner-t1-topcontent h2 {
	font-size: 40px;
    font-weight: 200;
    margin: 0 0 20px;
}
.about-us-mod .banner-t1-topcontent h2 sup {
    top: -0.9em !important;
    left: -10px
}
.about-us-mod .remodel-checklist h1 {
	margin: 0px 0 59px;
    text-align: center;
    font-weight: 300;
}
@media (min-width: 992px) {

	.aboutus.about-us-mod .banner-t1 {
		margin-bottom: 67px;
	}
}
@media(min-width: 768px) {
	.aboutus-list {
		max-width: 1072px;
		margin: 0 auto;
        text-align: left;
	}
	.aboutus-list > li {
		margin-bottom: 50px;
	}
	.aboutus-list > li > ul {
		display: -webkit-box;
  		display: -ms-flexbox;
  		display: -webkit-flex;
  		display: flex;
	}
	.aboutus-list > li > ul > li:nth-child(even) {
		min-width: 232px;
		margin-left: 50px;
	}
	.aboutus .r-tabs .r-tabs-nav .r-tabs-anchor {
		font-size: 1em;
	}
	.aboutus .r-tabs:before {
		top: 52px;
	}
	.aboutus .remodel-checklist > h2 {
		margin-bottom: 62px;
		text-transform: none;
	}
    .r-tabs .r-tabs-nav {
        max-width: 1300px;
        margin-bottom: 55px;
        border-bottom: 7px solid rgba(199,187,182,0.2);
        justify-content: center !important;
    }
    li.r-tabs-tab.r-tabs-state-active:before {
        content: "";
        display: block;
        position: absolute;
        height: 7px;
        background: var(--primary-color);
        width: 100%;
        box-sizing: border-box;
        left: 0;
        right: 0;
        bottom: -7px;
    }
    .r-tabs:before {
		content:none;
	}
    .r-tabs-tab.r-tabs-state-active{
        border:none;
    }
    .r-tabs .r-tabs-nav .r-tabs-tab{
        width:auto;
    }
}
@media (max-width: 991px) {
	.about-us-mod .banner-t1-topcontent h2 {
		font-size: 30px;
		margin-bottom: 15px;
		line-height: 1.4;
	}
	.about-us-mod .remodel-checklist h1 {
		font-size: 40px;
		margin-bottom: 60px;
		line-height: 1.15;
	}
}
@media (max-width: 767px) {

	.remodel-checklist > h1 {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.aboutus .banner-t1 {
    	margin-bottom: 30px;
	}
    .aboutus .r-tabs .r-tabs-nav .r-tabs-anchor{
		font-size: 0.9em;
	}
	
}
@media (min-width: 992px) {
	.aboutus .banner-t1 {
		margin-bottom: 70px;
	}
	.aboutus .banner-t1-topcontent {
		max-width: 465px;
	}
	.aboutus .banner-t1 .banner-t1-topcontent h1 {
		margin-bottom: 17px;
	}
	.aboutus .banner-t1-topcontent p {
		font-weight:300;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){
    .r-tabs .r-tabs-nav .r-tabs-tab {
        width: auto;
        padding: 0 0 15px;
    }
}