.cls_img_box_hyt {
    height: 298.99px;
}

.cls_desc_hyt {
    height: 95px !important;
}

@media (max-width: 1200px) {
    .cls_img_box_hyt {
        height: auto !important;
    }

    .cls_desc_hyt {
        height: auto !important;
    }
}


.clsMainBlogCotainer #IdCatgry {
    margin-bottom: 1.1rem !important;
}

.IDBlogCategoryList ul li {
    margin-bottom: 12px !important;
}
.no-results{
    padding-left: 15px;
    margin: 0 auto 60px;
}
.display-3{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    color: #9edbf7;
    text-align: center;
}
.registration-link-publish{
    margin:0 15px;
}

.registration-link-publish a{
    display: block !important;
}

.blog_publish{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 15px;
    
}
/* .blog_publish a {
    margin: 15px 15px 30px;
} */

.custom-blog-button {
    min-width: 150px;
    padding: 14px 20px !important;
}
.lead{
    line-height: 1.2;
}
.img-fluid{
object-fit: cover;

}

.latest_event_box img{
    height: 250px;
    width: 100%;
}

.latest_event_box img:hover{
    opacity: 0.75;
}


.srch-btn{
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    text-align: center;
    padding: 5px 14px !important;
    border-radius: 5px;

}
.advanced-btn{
    display: flex;
    justify-content: end;
    gap: 10px;
    flex-wrap: wrap;
}
.search-advanced{
    display: flex;
    gap: 30px;
    align-items: center;

}
#advanced-toggle{
    color: #1F3867;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    height: 100%;
    align-items: center;
    cursor: pointer;
    gap: 12px;
}
#advanced-toggle:hover{
    color: #0056b3;

}

.form-event{
    height: calc(1em + 1rem + 10px);
}
.event-search-grp i{
    top: 11px;
}
.search-reset-btn{
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    text-align: center;
    padding: 10px 24px !important;
    min-width: 140px;
    border: none;
}

.main_header { 
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    min-height: 0;
}

.blog_content h4 a{
    color:  #00488d !important;
}
/* .blog_content p:first-child {
    text-align: end;
    margin-bottom: -10px !important;
    margin-top: 10px;
    font-weight: bold;
} */

.no-payment {
    padding: 12px;
}

/* .price-section {
    height: 40px;
} */

.blog_content h4{
    color: #4b5563 !important;
    padding: 0 15px;
}

.blog_content > p{
    color: #4b5563 !important;
    padding: 0 15px;
}
.blog_content > p{
   -webkit-line-clamp: 3;
   margin-bottom: 0 !important;
}
.latest_event_box{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding-bottom: 12px;
}
.time-zone{
    display: flex;
    justify-content: space-between;
    padding: 15px 10px 0;
}
.text-dark-event{
    font-size: 13px;
    color: #4b5563 !important;
}
.read-more{
    color: #00488d;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding-top: 5px;
} 
.read-more:hover{
    color: #00488d;
    text-decoration: underline !important;
}


@media (max-width:460px) {
   .display-3{
        font-size: 1.4rem !important;
   }
   .text-dark-event{
        font-size: 10px;
    }
    .resource_img_box img{
        height: 180px;
    }
    .blog_content h4 a{
        font-size: 17px;
    }

    .blog_content h4{
        font-size: 14px;
        
    }
    .blog_content > p{
        font-size: 14px;
        line-height: 1.1;
    }  
}

@media (max-width:500px) {
    .custom-blog-button {
        width: 100%;
    }
}

@media ((min-width: 768px) and (max-width: 970px) ) {
    .custom-blog-button {
        min-width: 140px;
        padding: 14px 14px !important;
        font-size: 10px;
    }
}

@media (min-width: 1200px ) {
    .custom-blog-button {
        min-width: 150px;
        padding: 14px 14px !important;
        font-size: 10px;
    }
}


.blog_content_description-section {
    padding: 0 15px;
}

.blog_content_description-section > p{
    color: #4b5563 !important;
}
.blog_content_description-section > p{
   -webkit-line-clamp: 3;
   margin-bottom: 0px !important;
}

.event-title-or-link-wrapper{
    height: calc(100% - 297px);
    display: flex;;
    flex-direction: column;
    justify-content: space-between;
}