.bookSec {
    padding: 40px 0;
}

.bookSec .box {
    text-align: center;
    border-bottom: 5px solid #c5c5c5;
    position: relative;
}

.bookSec .box h2 {
    color: #111;
    font-size: 23px;
}

.bookSec .box p {
    font-size: 13px;
    height: 60px;
    overflow: auto;
}

.homepage-programs-entry {
    flex: 0 1 23%; /* Corrected from -ms-flex to flex */
    padding-top: 30px;
}

.homepage-programs-entry .program-icon {
    height: 35px;
    margin-bottom: 15px;
}

.homepage-programs-entry .program-icon img {
    width: 100%;
    height: 35px;
    margin: 0 auto;
}

.homepage-programs-entry .program-title {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
}

.homepage-programs-entry .program-title a {
    color: #111;
    text-decoration: none;
}

.program-info {
    margin: auto;
    text-align: center;
}

.bookSec .box h2 a {
    text-decoration: none;
}
@media only screen and (max-width:767px){
    .bookSec .box p {
        height: 100px;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }
    
}
@media only screen and (max-width:425px){
    .services-rates ul.nav-tabs li.nav-item .nav-link {
        display: block !important;
        padding: 20px !important;
        border-radius: 0 !important;
        font-size: 10px !important;
    }
} 