.main-slider-div {
    background: white;
    opacity: 0.6;
    padding: 50px 30px;
    text-align: center;
    border-radius: 6px;
}

.custome-bg-color {
    background: linear-gradient(90deg,
            rgba(14, 114, 150, 1) 50%,
            rgba(26, 160, 194, 1) 100%) !important;
}

.elipsis-blog {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.elipsis-upevent {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#no-data-message img {
    height: 60px;
}

.blogcard {
    box-shadow: 0 0 15px -2px #ddd;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.post-info a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .main-slider-div h2 {
        font-size: 30px !important;
    }
}

.login-reg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-form-div {
    box-shadow: 0 0 5px 1px #eee;
}

.custom-box-shadow {
    box-shadow: 0 2px 5px 0 #f7f7f7;
}

.toggle-password {
    position: absolute;
    right: 23px;
    top: 45px;
    cursor: pointer;
    color: #555;
    background: #fff;
    padding: 3px;
}

.left-20 {
    left: 20px !important;
}

.othercontent ul li::marker,
.othercontent ul li strong {
    color: #212529;
}

#googlemaps iframe {
    width: 100%;
    height: 100%;
}

.course-title:hover {
    text-decoration: none !important;
}

.course-search {
    margin-bottom: 10px;
}

.username {
    font-size: 15px;
    color: #444;
    font-weight: 600;
}

.custom-profile-dropdown .dropdown-item:hover,
.custom-profile-dropdown .dropdown-item:active,
.custom-profile-dropdown .dropdown-item:focus {
    background-color: #0e7296 !important;
    color: #fff !important;
}

.custom-profile {
    border: 1px solid #ddd;
    padding: 20px 30px;
}

.toggle-password-profile {
    position: absolute;
    right: 22px;
    top: 10px;
    cursor: pointer;
    color: #555;
    background: #fff;
    padding: 3px;
}

.profile-breadcrumb {
    box-shadow: 0 1px 5px 0 #eee;
}

.profile-breadcrumb ul li {
    font-size: 14px;
    font-weight: 500;
}

.profile-breadcrumb ul li.active {
    color: #0e7296;
    font-weight: 500;
}

.change-password-section {
    padding-bottom: 250px !important;
}

.no-course-title {
    font-weight: 500;
    color: #0e7296;
    margin-top: 20px;
    line-height: 1.2;
}

.typeahead .dropdown-item:active {
    background-color: #0e7296 !important;
}

.typeahead {
    min-width: 300px;
}

.certificate-btn {
    padding: 0;
    font-size: 16px;
    color: #0e7296;
}

.certificate-btn:hover {
    color: #0e7296;
}

.icon-group {
    display: flex;
    align-items: center;
}

.icon-button,
.icon-button:hover {
    color: #0e7296;
    font-size: 16px;
    margin: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_location iframe {
    height: 100%;
    width: 100%;
}

.custom-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.defaultpdf {
    box-shadow: 0 0 5px 0 #eee;
}

.plead p {
    color: #fff !important;
}

@media (max-width: 767px) {
    .user-mobile-view {
        flex-direction: column-reverse;
    }

    .user-mobile-view div {
        display: flex;
        justify-content: center;
    }

    .user-mobile-view div:first-child {
        margin-top: 16px;
    }

    .user-mobile-view ul {
        text-align: center;
    }

    .certificate-mobile-view {
        text-align: center;
    }

    .mobile-toggle-password {
        top: 50px;
    }

    .mobile-accordion {
        padding: 10px 30px !important;
    }

    .coursedetail-card {
        padding: 15px !important;
    }
}

.no-data-available {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65vh;
}

@media (max-width: 767px) {
    .no-data-available {
        min-height: 50vh;
    }
}