
[data-cattype="707"] .value {
    color: #fff;
    font-size: 45px;
}

[data-cattype="707"] .ttl {
    color: #fff;
    font-size: 14px;
}

[data-cattype="707"] .col-sm-3 {
    padding: 20px 0;
}

@media (min-width: 767px){
    [data-cattype="707"] .index-listing > div.col-sm-3 {
    border-right: 1px solid #fff;
    }

    [data-cattype="707"] .index-listing > div.col-sm-3:last-child {
    border-right: 0px solid #fff;
    }
}

@media (max-width: 767px){
    [data-cattype="707"] .index-listing > div.col-sm-3 {
    border-top: 1px solid #fff;
    width: 330px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    }

    [data-cattype="707"] .index-listing > div.col-sm-3:first-child {
    border-top: 0px solid #fff;
    }
}

.invisible {
     visibility: hidden;
}

/*All About h1 Begin*/
[data-cattype="707"] h1:after {
    content: url(../../../data/ckfinder/images/h1-decor.png) !important;
    display: block;
    position: relative;
    width: 100%;
    background-color: transparent;
    top: -10px;
    text-align: center;
}

[data-cattype="707"] h1 {
    padding: 10px 0 15px 0;
    margin: 0;
    text-align: center;
}

@media (max-width: 1199px) {
    [data-cattype="707"] .value {
    color: #fff;
    font-size: 3.3vw;
    }
}

@media (max-width: 767px) {
    [data-cattype="707"] h1 {
        padding: 0px 0 10px 0;
    }
    [data-cattype="707"] .value {
    color: #fff;
    font-size: 35px;
    }

}
/*All About h1 Ends*/