html {
    overflow-x: hidden;
}
body{
    background: #e5e2e2;
    overflow-x: hidden;
}
#show-more-btn a {
    background: #4caf50;
    display: inline-block;
    padding: 8px 18px;
    margin-top: 10px;
    color: #fff;
    border-radius: 5px;
}

.icon-set, .trending-designs, #modern-ext-slider, #trending-affordable-slider,
.duplex-design-img-slider, .design-ideas-slider,
.interior-categories, .plot-categories, #single-img-slider {
    background: #ffffff;
    /* margin-bottom: 10px; */
    padding: 15px 0px;
    position: relative;
    z-index: 99;
    box-shadow: 2px 2px 5px #aaa;
}
.trending-designs {
    box-shadow: none;
}
.icon-set h2, .trending-designs h2, #modern-ext-slider h2, #trending-affordable-slider h2,
.duplex-design-img-slider h2, .design-ideas-slider h2,
.interior-categories h2, .plot-categories h2, #single-img-slider h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
#trending-affordable-slider .owl-carousel .owl-stage-outer,
#modern-ext-slider .owl-carousel .owl-stage-outer,
.design-ideas-slider .owl-carousel .owl-stage-outer{
    overflow: inherit;
}
#trending-affordable-slider .container,
#modern-ext-slider .container,
.design-ideas-slider .container {
    overflow: hidden;
}
.owl-nav .owl-prev{
    position: absolute;
    top: 35%;
    left: 5px;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span{
    background: #fff;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 30px;
    padding: 0px;
    border-radius: 50%;
    opacity: 0.8;
}
.owl-nav .owl-next{
    position: absolute;
    top: 35%;
    right: 5px;
}
.design-ideas-img p {
    text-align: center;
    padding-top: 5px;
    color: #000;
}
/* interior cat box style ===== */
.cat-int-box {
    position: relative;
    height: 120px;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}
.cat-int-box p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 5;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 5px 0;
    margin: 0;
    right: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.65) 12.98%,transparent 38.93%);
}
.simplex-int-box .cat-int-img {
    position: relative;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.simplex-int-box  .cat-int-img img {
    width: auto;
    height: auto;
}
.cat-int-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.plot-categories .col-4{
    border: 1px solid #eee;
    padding: 0px;
}
.trending-img {
    padding: 10px 0px;
}

.plot-img {
    padding: 10px 15px;
}
.home-ext-img {
    position: relative;
    overflow: hidden;
    height: 200px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}
.home-ext-img img {  
    max-width: 100%;
    width: auto !important;
    max-height: 200px;
}
.home-ext-img p {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    background: #012551;
    color: #fff;
    padding: 5px 10px;
    transform: skewX(45deg);
    margin-left: -75px;
}
.home-ext-img p span {
    transform: skewX( -45deg );
    display: block;
    padding: 0px 15px;
}
.sliderheadinghome p{
  	background: #012551;
    color: #fff;
    padding: 3px 10px;
    border-radius: 2px;
    text-align: center;
}
.owl-theme#slider-1 .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}
.infinite_sliders {
    border: 1px solid #eee;
    margin-bottom: 15px;
    background: #f8f8f8;
}
.infinite_sliders h2 {
    padding: 10px;
    margin-bottom: 0px;
}
.infinite_sliders h3 {
    font-size: 18px;
    text-align: center;
    padding: 6px;
    margin: 0px;
}  
.slider-h3 {
    font-size: 15px;
    font-weight: 600;
    padding: 3px;
    background: #fff;
}
.design-ideas-img a img {
    width: auto !important;
    margin: 0 auto;
}
.design-ideas-img {
    background: #f2f2f2;
    padding: 15px 0px;
}
.design-ideas-img p{
    margin-bottom: 0px;  
}   
@media screen and (max-width: 320px) {
    body {
        font-size: 12px;
    }
}