.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.pragram-card {
  margin: 15px !important;
}

.pragram-card .content{
    background: none;
}
.pragram-card:after {
    content: " ";
    background: rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pragram-card .content a {
    font-size: 15px !important;
}
.pragram-card.active .content {
    background: rgba(255, 207, 11, 0.59);
}

.pragram-card {
    height: 280px;
    position: relative;
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: top;
    margin-bottom: 25px;
    cursor: pointer;
}
.pragram-card .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 1;
    transition: all ease 350ms;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.pragram-card .content, .pragram-card .content p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: UPPERCASE;
    font-size: 20px;
}
.pragram-card .content a {
    width: 150px;
    background-color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    display: block;
    margin: auto;
    transition: all ease 350ms;
    padding: 16px 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.pragram-card .content .item {
    width: 100%;
    transition: all ease 350ms;
    margin-top: 161px;
    padding: 0px 20px;
}
.pragram-card.active .content {
    top: auto;
    padding-bottom: 20px;
    height: auto;
}
.pragram-card.active .content a{
    visibility: visible;
    opacity: 1;
}
.pragram-card.active .content .item {
    margin-top: 0px;
}
.search-box input {
    width: 367px;
    padding: 12px 15px 12px 45px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: inset 0px 1px 5px 0 #0000007a;
}
.search-box .content img {
    position: absolute;
    height: 25px;
    width: 22px;
    top: 9px;
    left: 12px;
    cursor: pointer;
}
.search-box .content {
    position: relative;
    width: 100%;
    margin: auto;
    display: block;
    max-width: 428px;
}
.search-box .alphabet {
    font-size: 9px;
    text-align: center;
    letter-spacing: 3.5px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.search-box .alphabet span {
    cursor: pointer;
}
.search-box .alphabet span:hover {
    font-weight: bold;
}

.program-result .span3:nth-child(4n + 1) {
    margin-left: 0px;
}

.no-result {
    text-align: center;
    transition: all ease 400ms;
}
.pragram-card .content a:hover {
    color: #003f72;
    transition: 500ms all ease;
}
.pragram-card.active .content {
    background: rgba(255, 207, 11, 0.59);
}
@media (max-width: 1024px){
    .pragram-card .content, .pragram-card .content p {
        font-size: 13px;
    }
    .pragram-card.active .content {
        top: inherit;
        padding-bottom: 20px;
        height: auto;
        min-height: 138px;
    }
    .pragram-card .content {
        top: inherit;
        padding-bottom: 20px;
        height: auto;
        min-height: 138px;
    }
    .pragram-card .content {
        top: initial;
        padding-bottom: 20px;
        height: auto;
    }
    .pragram-card .content a{
        visibility: visible;
        opacity: 1;
    }
    .pragram-card .content .item {
        margin-top: 0px !important;
    }
    .pragram-card.active .content {
        background: rgba(0, 0, 0, 0.1) !important;
    }
}
@media (max-width:812px){
    .program-tier-card .span3{
        width: 50%;
        margin-left: 0%;
        padding: 0px 5px; 
        float:left;
    } 
    
}

@media (max-width:768px) {
    
    .pragram-card .content .item {
        padding: 0px 7px;
    }

}

@media (max-width:767px) {
    
    .pragram-card {
        height: 425px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media (max-width: 480px) {
    
    .pragram-card {
        height: 325px;
    }

}

@media (max-width:425px){
    .program-tier-card .span3{
        width: 100%;
    } 
}

@media (max-width: 360px) {
    
    .pragram-card {
        height: 280px;
    }

}
