.content-wrapper, .content-wrapper.main-container{margin: 0 auto !important;}
.drop-content, .drop-content2{min-width: 200px;top: 25px;}
.explore_cards_container .card_item a{color: black;text-decoration: none;}
.hidden{display: none;}
.download_cards_body>img{    height: 300px;}
.event_info_text_container>h1{height: auto; font-weight: 300;}
.event_info_para {
    padding: 10px;
    padding-bottom: 30px;
    line-height: 21px;
    word-wrap: break-word;
}
.event_info_para p{text-align: justify;}
.event_info_para p+p, .event_info_para ul+p, .event_info_para ol+p {
    margin-top: 20px;
}
.brochures_misc_content{margin-bottom: 60px;}
.brochures_misc_card_img{
	background-size: cover;
    background-repeat: no-repeat;
    height: 335px;
    width: 271px;
    box-shadow: 6px 6px 6px #00000029;
}
.brochures_misc_card {
    border: 1px solid #707070;
    width: 325px;
    min-height: 480px !important;
    height: 99%;
    border-radius: 33px;
    padding: 25px;
}
.brochures_misc_card_button_content>button>span {
    font-size: 16px;
    color: #4A4A4A;
    display: inline-block;
    margin-top: 0px;
    text-shadow: none !important;
    font-family: 'Montserrat',sans-serif !important;
    font-weight: bold;
}
.brochures_misc_card_button_content>button {
    border: none;
    outline: none;
    display: flex;
    gap: 15px;
    color: #4A4A4A;
    align-content: center;
    align-items: center;
}
.Download_arrow {
    background-size: contain;
    background-repeat: no-repeat;
    height: 34px;
    width: 27px;
    display: inline-block;
    background-image: url("/static/gradfirst-theme-v3/images/brochure_download.8c4be3fb5b51.png");
}
#categories-view h1{text-align: center; padding: 25px;}
#categories-view .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    align-items: center;
}
#categories-view .grid-item {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #fb6603;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}
#categories-view .grid-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#categories-view .grid-item h2 {
    font-size: 18px;
    margin: 0;
}
.explore_courses a{
    text-decoration: none;
    color: #fb6603;
        font-size: 14px;
}
.explore_card_filter_container{display: block;}
.explore_cards_container{    column-gap: 10px;
    row-gap: 20px;}
.explore_cards_container .card_item{max-width: 340px}
.mh-content {
    padding: 10px 30px;
    margin: 0 auto;
}
.grid_2 {
    display: grid;
    grid-template-columns: 310px auto;
    column-gap: 40px;
}
.mt-20 {
    margin-top: 20px;
}
.filter_content {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.filter_content:first-child {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 4px 4px 0px 0px;
}
.filter_header>h3 {
    padding: 10px 15px;
    font-weight: bold;
}
.filter_body {
    padding: 10px 15px 25px;
}
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 200;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.right_course {
    position: relative;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox_container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #FB6603;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}
.loading-image {position: absolute;top: 0;left: 0;z-index: 10;width: 100%;height: 100%;background: #fff;}
.loading-image.hidden{display: none;}
.loading-image img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 114px;z-index: 10; height: auto;}
.slider_cards{
    margin-bottom: 20px;
    width: 276px;
    max-width: 276px ;
    height: 304px;
    max-height: 304px;
    box-shadow: 0px 3px 6px #0a0a0a38;
    border-radius: 10px;
}
.slider_card_header {
    height: 156px;
    border-radius: 10px 10px 0px 0px;
}
.slider_card_header>img {
    height: 156px;
    max-height: 156px;
    width: 100%;
}
.slider_card_body {
    background-color: #fff;
    color: #000;
    max-height: 175px;
    height: 145px;
    padding: 1px 10px ;
}
.slider_card_body>h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px ;
    font-size: 18px ;
}
.right_price>span {
    font-weight: 600;
    font-size: 14px;
}
.slider-duration{
    width: 100%;
    display: flex;
    margin: 0px 5px;
    justify-content: space-between;
}
.mh-timer {
    background-image: url("/static/gradfirst-theme-v3/images/Icon-Duration.a3d8bdd904d5.png");
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-duration .duration{
    font-size: 14px;
    font-weight: 500;
}
.slider-duration a{
        font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
}
.slider_card_footer {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-top: 1px solid #b1b1b1;
}
.enroll_now_a{
    padding: 0px;
    width: 100%;
    height: 34px ;
    cursor: pointer;
    font-size: 14px ;
    background-color: unset ;
    color: black;
        border-radius: 4px;
}
.enroll_now_a  button{
        border: unset;
    width: 100%;
    height: 100%;
    background-color: #FB6603;
}
.enroll_now_a  button a{
        letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
}
#header-navbar {
    width: 100%;
    background: #fff;
    display: block;
    padding: 0 20px;
}
@media screen and (min-width: 1700px) and (max-width: 1999px) {
    .slider_cards {
        min-width: 235px;
    }
}