
.ph-banners .card-footer .category-title{
    font-size: 1rem;
    background-color: transparent;
    color: #414042;
    border-bottom-left-radius: .5rem;
    flex-basis: 66%;
    text-transform: uppercase;
	text-align:center;
}

.ph-banners .card-footer .category-see-all {
    font-size: .875rem;
    color: #e27702;
}

.ph-banners .card-footer .category-see-all a {
    color: #e27702;
    text-decoration: underline;
}

.ph-banners .card-footer {
    font-weight: 700;
    padding: 0;
    border-top: none;
    background-color: white;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    z-index: 1;
}

.ph-banners .card-body {
    text-align: center;
     background-color: white;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    min-height: 1px;
}

.ph-banners .card {
    min-height: 229px;
    height: 243px;
    border: none;
    border-radius: .5rem;
}

.ph-banners .card-img-top {
     max-width: 10.9375rem;
}

.ph-banners .ph-banner-title{
    text-align: center;
    color: #fff;
    background-color: #0072bc;
    text-transform: uppercase;
    font-weight: 300;
    height: 52px;
    line-height: 30px;
    padding: 11px 0;
	font-weight:bold;
	font-size: 20px;
	border-radius: 20px 20px 0 0;
}

/*.ph-banners .card:before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(20,145,238,.9)!important;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}*/

.ph-banners .card:hover:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    /*opacity: 0.5;*/
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.container.ph-banners.mt-5 .row.subcategories{
	border: 1px solid #cacaca;
    border-top: 0;
    border-radius: 0 0 20px 20px;
}

.container.ph-banners.mt-5 .row .col-12{
	padding-left:0;
	padding-right:0;
}

h5.d-md-block.ph-banner-title.mt-3.mb-1 {
    margin-bottom: 0 !important;
}

.container.ph-banners.mt-5 .card img{
	border-radius: 50%;
    border: 3px solid #0072bc;
}

.container.ph-banners.mt-5 .row.subcategories{
	padding-right:0;
}

.container.ph-banners.mt-5{
	display:flex;
	flex-wrap:wrap;
	margin-top:0 !important;
}

.ph-banners .category-container {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}
.ph-banners .category-container > .row {
        margin: 0;
}
.ph-banners .ph-banner-title {
    margin-top: 20px !important
}

@media (max-width: 767px) {
    .ph-banners .category-container {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width:992px){
	.ph-banners .card{
		min-height: initial;
		height: initial;
		max-height:217px;
	}
	
	.container.ph-banners.mt-5 .card-body.rc--lazyload{
		flex: 0 1 auto;
	}
}

@media(max-width:991px){
	.ph-banners .card{
		min-height: initial;
		height: initial;
		min-height:203px;
	}
	.container.ph-banners.mt-5 .card-body.rc--lazyload{
		flex: 0 1 auto;
	}
}

.container.ph-banners .card:hover img {
    border-color: #f26430 !important;
}

.container.ph-banners .card:hover .card-footer span.category-title{
	color:#f26430 !important;
}

@media(max-width:991px){
	.row.subcategories{
		height:100%;
	}
	.row.subcategories .col-6.col-md-4.col-lg-3.mb-4.mb-md-2{
		flex:0 0 50%;
		max-width:50%;
	}
}