.banner-t1 {
    position: relative;
}
.banner-t1 h1 {
    color: #55565a;
    font-weight: 200;
}
.remodel-checklist > h2 {
    padding: 0;
    margin: 0;
}
.banner-t1-content {
    background: #c7bbb6;
}
.banner-t1-content h2 {
    margin: 0;
    padding: 0;
}
.find-styles, .find-styles ul  {
    padding: 0;
    margin: 0;
}
.find-styles li {
    list-style-type: none;
}
.find-styles li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align:left;
}
.find-styles li ul li {
    width: 46.8%;
    margin-bottom: 20px;
}
.find-styles li ul li:nth-child(even) {
    padding-left: 10px;
}
.find-styles li a, .design-styles li a {
    color: var(--primary-color);
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.design-styles {
    padding: 0;
    margin: 0;
}
.design-styles li {
    list-style-type: none;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .banner-t1 img {
        display: none;
    }
    .banner-t1 p {
        margin-bottom: 40px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
    }
    .banner-t1-content h2 {
        font-weight: 600;
        color: #FFF;
        font-style: normal;
        font-size: 14px;
        padding: 10px;
        border-bottom: solid 1px #FFF;
    }
    .banner-t1-content p, .remodel-checklist > h2 {
        display: none;
    }
    .remodel-checklist {
        margin-bottom: 50px;
    }
    .banner-t1-content a {
        display: none;
    }
}

@media (min-width: 768px) {
    .r-tabs {
        margin-bottom: 50px;
    }
    .banner-t1 > p {
        margin-bottom: 30px;
    }
    .banner-t1-content {
        padding: 20px 40px;
        width: 314px;
        position: absolute;
        right: 30px;
        bottom: -21%;
    }
    .banner-t1-content h2,  .banner-t1-content p{
        margin-bottom: 30px;
        font-weight: 700;
        line-height: 1.5;
        font-size: .9em;
    }
    .remodel-checklist > h2 {
        text-align: center;
        font-weight: 300;
        font-size: 40px;
        margin-bottom: 50px;
    }
    .find-styles {
        max-width: 642px;
        margin: 0 auto;
    }
    .find-styles > li {
        margin-bottom: 40px;
    }
    .find-styles > li:last-child {
        margin-bottom: 0;
    }
    .find-styles li ul li{
        background: #FFF;
        margin-bottom: 0;
    }
    .find-styles li p {
        font-size: 20px;
    }
    .find-styles li img {
        width: 100%;
    }
    .find-styles li ul li:nth-child(even) {
        padding: 20px;
    }
    .find-styles li a, .design-styles li a {
        font-size: 21px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .resp-tabs-list li {
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }
    .r-tabs .r-tabs-panel.r-tabs-state-active {
        text-align:center;
    }
    .design-styles:nth-of-type(1) {
        margin-right:109px;
    }
    .design-styles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
       /* -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;*/
        max-width: 950px;
        width: 31%;
        flex-direction: column;
        text-align:left;
        margin: 0 auto;
    }
    .design-styles li {
        /*width: 45%;*/
    }
    .banner-t1-image, .remodel-checklist {
        margin: 0 -15px;
    }
    .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;
        padding: 0 12px 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .find-styles {
        margin-bottom: 40px;
    }
    .design-styles:nth-of-type(1) {
        margin-right: 25px;
    }
    .design-styles {
        width: 45%;
    }
    .banner-t1-topcontent p {
        margin-bottom: 20px;
        font-weight: 400;
    }
    .banner-t1 {
        margin-bottom: 100px;
    }
}
@media (min-width: 992px) {
    .banner-t1 {
        position: relative;
    }
    .banner-t1-topcontent {
        position: absolute;
        bottom: 30px;
        left: 40px;
        width: 50%;
        color: #FFF;
        /*max-width: 402px;*/
    }
    .banner-t1 .banner-t1-topcontent h1 {
        color: #FFF;
        margin-bottom: 10px;
    }
    .banner-t1 {
        margin-bottom: 100px;
    }
    .banner-t1-content {
        width: 438px;
    }
    .banner-t1-content h2 {
        font-size: 34px;
        font-weight: 300;
        margin-bottom: 5px;
    }
    .banner-t1-topcontent p {		
	    line-height: 1.5;		
	}
    /*.remodel-checklist .r-tabs-nav li:first-child a {
        padding: 0 10px;
        display: inline-block;
    }*/
}
@media(min-width: 1200px) {
     .find-styles {
         max-width: 1092px;
         /*display: -webkit-box;
         display: -ms-flexbox;*/
         display: inline-flex;
         /*-ms-flex-wrap: wrap;
         flex-wrap: wrap;
         justify-content: space-between;*/
        text-align: left;
        width: 569px;
        flex-direction: column;
    }
    .find-styles > li {
        /*width: 49%;*/
      /* -ms-flex-preferred-size: 523px!important;
        flex-basis: 523px;*/ 
    }
    .find-styles > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .find-styles > li > ul > li {
        /*width: 45%;*/
        -ms-flex-preferred-size: 241px;
        flex-basis: 241px;
    }
    .banner-t1 {
        margin-bottom: 160px;
    }
    .find-styles li a, .design-styles li a {
        font-size: 18px;
    }
    .find-styles li p {
        font-size: 17px;
    }
    .find-styles > li {
        margin-bottom: 100px;
    }
}
@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;
    }
}