.checkoutBtn{
    background-color: #014e50; 
    color:white;
    font-family: 'Montserrat', sans-serif;
}
.checkoutBtn:hover{
    background-color: #014e50; 
    color:white;
    font-family: 'Montserrat', sans-serif;
}
.btnDark{
    background-color: black;
    color:white;
    font-family: 'Montserrat', sans-serif;
}
.btnDark:hover{
    background-color: black;
    color:white;
    font-family: 'Montserrat', sans-serif;
}
.hover_listing {
    margin-bottom:0px;
    padding:0px !important;
}
.mb20 {
    margin-bottom: 20px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb0 {
    margin-bottom: 0px;
}
.pb0 {
    padding-bottom: 0px;
}
.course-img {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    height: 180px !important;
    margin-bottom: 20px !important;
    border-radius: 10px !important;
}
.fontMontserrat {
    font-family: 'Montserrat', sans-serif;
}
    .course-img img {
        height: 100%;
        border-radius: 10px;
    }
.coursename {
    font-size: 23px;
    color: black;
    height: 60px;
    overflow: hidden;
    line-height:30px;
    font-weight:bold;
}
.coursedescription {
    font-size: 16px;
    color: black;
    height: 120px;
    overflow: hidden;
    line-height: 24px;
    text-align:justify;
}
.courseprice {
    font-size: 22px;
    color: black;
}
.license {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    height:70px;
    overflow:hidden;
}
.view-buttons {
    height:160px;
    overflow:hidden;
}
.certificate-btn {
    background-color: #007778;
    color: white;
    margin-bottom: 10px;
    border-radius: 0px;
    width: 70%;
    position: relative; /* Necessary for absolute positioning of fireworks */
}

.certificate-btn:hover {
    background-color: black;
    color: white;
}

.customButton1 {
    background-color: black;
    color: white;
    margin-bottom: 10px;
    border-radius: 0px;
    width: 70%;
}
.footer-text {
    font-size: 18px;
    font-weight: bold
}
.search-button {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .certificate-btn {
        width: 100%;
        font-size: 14px;
        padding: 8px 16px;
    }

    .customButton1 {
        width: 100%;
        font-size: 14px;
        padding: 8px 16px;
    }
    .license {
        font-size: 13px;
    }
    .search-button {
        margin-top: 3px;
    }
}