:root{
    --primary-color: #ee3a43;
    --button-color: #ee3a43;
    --button-border-color: #ee3a43;
    --button-text-color: #ffffff;
    --button-text-hover-color: #ee3a43;
    --footer-bg-color: #000000;
    --footer-text-color: #ffffff;
}

.cms-home .page-main{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.cms-home .columns .column.main{
    padding-bottom: 0;
}
.heading {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
}
.medium-title{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.sub-heading {
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}
.icon-style-medium img{
    height: 60px;
    width: auto;
}

.block-static-block.widget{
    margin-bottom: 0;
}
.service-title{
    text-transform: uppercase;
}
.services-box, .support-box{
    margin-top: 30px;
}
.support-box a {
    color: #212529;
}
.coming-soon-title{
    color: #00b9f2;
    font-style: italic;
}
.customer-review {
    margin-top: 35px;
}
.featured-product-items{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.featured-product-items li{
    max-width: 50%;
    flex: 0 0 50%;
    list-style-type: none;
    padding: 0 5px;
    margin-bottom: 10px;
}
.media-box{
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.step-design li {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-bottom: 15px;
}
.step-design li .count {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #e42c1a;
    color: #e42c1a;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
}
.step-design .heading-style {
    padding: 10px 12px;
    background-color: #e42c1a;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    min-width: 200px;
    min-height: 60px;
    margin: 0 20px;
}
.step-design .yellow-style .count{
    border-color: #ffea3d;
    color: #ffea3d;
}
.step-design .yellow-style .heading-style{ 
    background-color: #ffea3d;
    color: #000000;
}
.step-design .green-style .count{
    border-color: #45b248;
    color: #45b248;
}
.step-design .green-style .heading-style{
    background-color: #45b248;
}
.cms-home .footer.content{
    margin-top: 0;
}
.content{
    line-height: 32px;
    font-size: 22px;
    text-transform: uppercase;
}	
.read-more-btn, .read-less-btn {
    text-align: center;
}	
.read-more-btn .load-more-less, .read-less-btn .load-more-less {
    background-color: transparent;
    border: none;
    font-size: 16px;
    margin: 0 auto;
    display: inline-block;
    font-style: italic;
}
.read-more-less-content.hide{
     display: none;
}
.read-more-btn .load-more-less:active, 
.read-less-btn .load-more-less:active{
   box-shadow: none;
}
 
/* min width Media Query */
@media (min-width: 769px){
    .icon-style-medium img{
        height: 80px;
    }
    .heading{
        font-size: 26px;
        line-height: 32px;
    }
    .featured-product-items li{
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
    }
    .media-box{
        margin-bottom: 0;
    }
    .featured-product .heading{
        font-size: 35px;
        line-height: 40px;
    } 
}
@media (min-width: 992px){
    .heading{
        font-size: 30px;
        line-height: 36px;
    }
    .media{
        margin-bottom: 0;
    }
}
@media (min-width: 1200px){
    .featured-product-items li{
        max-width: 25%;
        flex: 0 0 25%;
    }
}
@media (min-width: 1400px){
    .featured-product-items li{
        max-width: 20%;
        flex: 0 0 20%;
    }
}

/* max width Media Query */
@media (max-width: 768px){
    .list-style{
        text-align: center;
        margin-top: 20px;
    }
    .step-design li{
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 1px solid #504e4e;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .step-design li:last-of-type{
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .step-design .heading-style{
        margin: 20px 0;
        width: 100%;
    }
}