.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*image gallery*/

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {
    border-color: #4783B0;
}

.image-checkbox .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 0;
    right: 0;
}

.image-checkbox-checked .fa {
    display: block !important;
}
.show_blog .series-carousel-item {
    position: relative;
    margin-top: -50px; /* Moves the entire container up */
    margin-left: 10px !important;
    padding: 10px 0; /* Optional: Add padding around the container */
}

.show_blog .series-carousel-item .sci-title {
    margin-bottom: 30px !important; /* Adds vertical spacing below the title */
}
.show_blog .series-carousel-item .detail-button {
    margin-left: 20px !important; /* Adds vertical spacing below the title */
}