          /*------------------------------------------------------------------*/

.jmc_inner {
    width: 100%;
    padding: 40px 0px;
}

.jmc_facillity_left {
    width: 100%;
    background-color: #fff;
    /* border: 1px solid #723a8d; */
    border-radius: 7px;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); */
    padding: 10px;
    margin-bottom: 20px;
}

/* .jmc_facillity_right {
    width: 100%;
    background-color: #fff;
    border: 1px solid #723a8d;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    padding: 15px;
} */

.jmc_facillity_right {
background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 0px 13px rgb(0 0 0 / 5%);
  min-height: 600px;
}

.jmc_facillity_left ul li {
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}

.jmc_facillity_left ul li:last-child {
    border-bottom: none;
}

.jmc_facillity_left ul li:first-child {
	background: var(--primary);
	border-radius: 10px 10px 0 0;
	margin-left: -10px;
	margin-top: -10px;
	width: calc(100% + 20px);
	padding: 15px 0px !important;
}

.jmc_facillity_left h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	margin: 0;
	font-weight: 700;
	letter-spacing: 0.07rem;
}

.jmc_facillity_left ul li a {
    color: #494949;
    font-size: 16px;
    
}

.jmc_facillity_left ul li a:hover {
    color: #723A8D;
}

/* .jmc_facillity_left ul li a::after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
} */

.jmc_facillity_left ul .active a {
    color: var(--primary);
}

.jmc_facillity_right a {
    color: #fff;
}

.jmc_facillity_right_top {
    width: 100%;
    
    padding-bottom: 15px;
}

.jmc_facillity_right_top p {
    font-size: 16px;
    color: #494949;
}

.jmc_facillity_right h2 {
	font-size: 20px;
	color: var(--primary);
	text-transform: uppercase;
	padding: 15px 0px 5px;
	border-bottom: 2px solid var(--primary);
}

.jmc_facillity_para {
    width: 100%;
    
}

.jmc_facillity_para p {
    color: #1b1b1b;
    font-size: 14px;
    padding-top:5px;
    line-height: 26px;
    text-align: justify;
}

.jmc_facillity_para ol li {
    color: #1b1b1b;
    font-size: 14px;
    line-height: 26px;
}

.jmc_facillity_table {
    width: 100%;
    
    padding-top: 10px;
    padding-bottom: 10px;
}

.jmc_facillity_table table {
    border: 1px solid #c2c2c2;
    margin-top: 10px;
    border-bottom: none;
}

.jmc_facillity_table table thead {
    background-color: #dddddd;
    color: #000;
}

.jmc_facillity_table table thead th {
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
}

.jmc_facillity_table table tbody td {
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
}

.jmc_facillity_table table tbody tr:nth-child(2n+2) {
    background: #f4f4f2;
}

.jmc_facillity_table table tbody tr {
    border-bottom: 1px solid #c2c2c2;
}

.jmc_facillity_list {
    width: 100%;
    
    padding-top: 2px;
}

.jmc_facillity_list ul {
    padding-top: 2px;
    padding-left: 8px;
}

.jmc_facillity_list ul li {
	padding-left: 20px;
	width: 100%;
	position: relative;
	padding-bottom: 14px;
	line-height: 24px;
}
.jmc_facillity_list ul li::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: var(--primary);
	left: 0;
	top: 8px;
	border-radius: 50%;
}

.jmc_facillity_list ul li a {
    color: inherit;
}

.jmc_facillity_btn {
    width: 100%;
    
    padding-top: 15px;
}

.jmc_facillity_btn1:hover {
    background: #723A8D;
    color: #fff;
}

.jmc_facillity_btn2 {
    background: #723A8D;
    color: #fff;
}

.jmc_facillity_btn2:hover {
    background: var(--primary);
    color: #fff;
}

.jmc_facillity_para h6 {
	color: #5e17a9;
	font-size: 16px;
	padding: 10px 0;
	margin: 10px 0px 0 !important;
	font-weight: bold;
	letter-spacing: 0.08rem;
	position: relative;
	display: inline-block;
}
.jmc_facillity_para h6::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	background: #f9d51f;
	left: 0;
	top: 80%;
	border-radius: 30px;
}

.jmc_facillity_para h5 {
    color: var(--primary);
    font-size: 14px;
    width: 100%;
    margin-bottom: 2px !important;
    margin-top: 10px !important;
}

.jmc_facultys_img {
    overflow: hidden;
    max-width: 100%;
    height: auto;
    /**/
    padding: 3px;
    margin-top: 25px;
    /*border: 1px solid #723A8D;*/
}

.jmc_faculty_images {
    width: auto;
    max-width: 100%;
}

.jmc_faculty_images img {
    /*width: 100%;*/
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.jmc_faculty_images img:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.jmc_facillity_btn {
    width: 100%;
    
    padding-top: 15px;
}

.jmc_facillity_btn1:hover {
    background: #723A8D;
    color: #fff;
}

.jmc_facillity_btn2 {
    background: #723A8D;
    color: #fff;
}

.jmc_facillity_btn2:hover {
    background: #F4F4F2;
    ;
    color: #1b1b1b;
}

.custom-btn:hover,
.jmc_facillity_btn1:hover {
    color: #6c2768;
    background: #D0DBD6;
    transition: 0.8s;
}

.custom-btn,
.jmc_facillity_btn1 {
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-table;
}

.jmc_staff_list {
    width: 100%;
    
    padding-top: 20px;
}

.jmc_staff_list p {
    padding-top: 10px;
    text-align: justify;
}

.jmc_faculty_list {
    width: 100%;
    
}

.jmc_staff_listed {
    width: 100%;
    
    padding: 10px;
    text-align: center;
}

.jmc_staff_list_img {
    width: 100%;
    
    padding-bottom: 10px;
}

.jmc_staff_list_img img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid rgb(53, 89, 53);
}

.jmc_staff_list_text {
    width: 100%;
    
    min-height: 120px;
}

.jmc_staff_list_text h3 {
    color: #000;
    font-size: 16px;
}

.jmc_staff_list_text p {
    font-size: 13px;
    text-align: center;
    padding: 0px;
    line-height: 15px;
    padding-top: 5px;
}

.jmc_staff_list_text a {
    margin-top: 10px;
}

.jmc_staff_tbl {
    width: 100%;
    
    padding-left: 190px;
    position: relative;
    min-height: 150px;
}

.jmc_staff_tbl_left {
    position: absolute;
    left: 0px;
    top: 0px;
}

.jmc_staff_tbl_left img {
    width: 150px;
    height: 150px;
}

.jmc_staff_tbl h3 {
    color: #000;
    font-size: 18px;
    padding: 30px 0px 0px 0px;
}

.jmc_staff_tbl h4 {
    font-size: 15px;
    text-align: left;
    padding: 0px;
    line-height: 26px;
    padding-top: 5px;
    font-style: italic;
}

.jmc_staff_list table td {
    padding: 5px 10px;
    font-size: 13px;
    color: #000;
}

.jmc_faculty_list_table {
    padding-top: 20px;
}


/*------------------------*/

.college_event .holder .mask {
    height: 390px;
}

.college_event .holder {
    height: 445px;
    overflow-y: auto;
}

.college_evente_boar {
    height: 470px;
    overflow-y: auto;
}

.college_prides_jmc_text {
    min-height: 90px;
}

.jmc_sportsess p img {
    width: 270px;
    margin-left: 15px;
    float: right;
    margin-top: 5px;
}


/*27 Jan criterion Popup*/

.criterion-modal .modal-dialog {
    min-height: calc(100% - 6rem);
    max-width: 500px;
}

.criterion-modal .modal-content {
    width: 100%;
    background: #fff !important;
}


/*Table*/

.table-wrap,
.table-wrap table {
    width: 100%;
}

.table-wrap table tr th {
    vertical-align: bottom;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0.75rem;
    background: #900000;
    color: #fff;
    border: none !important;
    border-right: 1px solid #790404 !important;
}

.table-wrap table tr td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    background: #fff;
}

.table-heading {
    background: #3b405f !important;
    color: #fff;
    border: none !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-align: left !important;
}

.table-wrap table tr td a {
    color: #d60b0b;
}

.table-wrap table tr td a i {
    font-size: 25px;
    font-weight: normal;
}

.tier-1 table tr th:nth-child(1) {
    width: 5%;
    text-align: center;
}

.tier-1 table tr td:nth-child(1) {
    text-align: center;
}

.jmc_facillity_para.para_thumb {
    width: 100%;
    
    position: relative;
    text-align: center;
}

.jmc_facillity_para.para_thumb p {
    width: auto;
    display: inline-block;
}

.jmc_facillity_para.para_thumb a {
    display: inline-block;
    position: relative;
}

.para_title-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #a90404;
    background: rgb(230 220 196 / 87%);
    padding: 5px 10px;
}

.para_title-btm span {
    display: block;
    line-height: normal;
}

.para_title {
    font-size: 16px;
    font-weight: 600;
}

.custom-tab {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.custom-tab .nav-tabs a.nav-link {
    color: #494949;
    font-size: 16px;
    background: #f4f4f2;
    margin-right: 5px;
    border-color: #f4f4f2;
}

.custom-tab .nav-tabs .nav-item.active a.nav-link {
    background: #723a8d;
    color: #fff;
}

.custom-tab .jmc_facillity_para p a {
    color: #fab91a;
    text-decoration: underline;
}

.stellarnav ul ul {
    top: calc(100% + 0px);
}

.title-center {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.list-with-anchor {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-with-anchor li a {
    color: #333;
    text-decoration: underline;
}

.list-with-anchor li a:hover {
    color: #723a8d;
}

.teach-name {
    display: flex;
    justify-content: space-between;
}


/* 21-07-2021 */

.d-inline {
    display: inline-block !important;
}

.marT15 {
    margin-top: 15px;
}

.paddB20 {
    padding-bottom: 20px;
}

.italic {
    font-style: italic;
}

.jmc_facillity_right.woman-study-center a {
    color: #0467d6;
    text-decoration: underline;
}

.jmc_facillity_right a.blue-link {
    color: #0467d6;
    text-decoration: underline;
}

.img-grid-one {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.img-grid-one img {
    width: calc(100% - 0px);
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 15px;
}

.img-grid-two {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.img-grid-two img {
    width: calc(50% - 10px);
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 15px;
}

.img-grid-three {
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
    flex-wrap: wrap;
    margin-left: -15px;
}

.img-grid-three img {
    width: calc(33.33% - 15px);
    max-width: inherit;
    border: 1px solid #ddd;
    padding: 5px;
    margin-left: 15px;
    margin-bottom: 20px;
}

.small-bnr {
    margin: 2rem 0;
    background: #fff;
}

.carous_text {
    position: absolute;
    padding: 3rem 10rem;
}

.carous_text h1 {
    color: #fff;
    font-size: 46px;
}

.carous_text p {
    color: #fff;
    font-size: 16px;
}

.independc-tag {
    text-align: left;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5rem;
}

.independc-tag p {
    font-weight: bold;
    line-height: 100%;
    font-size: 18px;
    text-align: center;
}

.color1 {
    color: #fc6516;
}

.color2 {
    color: #138808;
}

#notificationModal .modal-dialog {
    height: calc(100% - 6rem);
    margin: 3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#notificationModal .modal-content {
    background: #fff;
}

.ytube {
    padding: 2rem 0;
}

.ytube label {
    width: 100%;
    text-align: center;
}

.two-col-area {
    padding-top: 15px;
}

.two-col-area [class^="col-"] {
    padding: 0;
}

.two-col-area .two-col-inner {
    margin-bottom: 25px;
}

.two-col-area .two-col-inner h5 {
    font-size: 16px;
}

.marB20 {
    margin-bottom: 20px;
}

.home-event-thumbs-title {
    background: #723a8d;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 30px;
    display: flex;
    justify-content: flex-start;
}

.home-event-thumbs {
    display: flex;
    flex-wrap: wrap;
}

.home-eve-thumb {
    position: relative;
    margin-top: 20px;
    background: #fff;
    border: solid 1px #dde1e2;
}

.home-eve-thumb img {
    display: block;
    width: 100%;
}

.home-eve-thumb span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 0px);
    background: rgba(53, 89, 53, .9);
    color: #fff;
    padding: 4px 20px;
}

/* .college_event .row {
    display: flex;
    flex-wrap: wrap;
} */

.college_event_right.archive-1 {
    min-height: calc(50% - -10px);
}

.college_event_left.archive-2 {
    min-height: calc(50% - 27px);
}

.college_event_left.archive-2 .custom-btn {
    border-radius: 0 !important;
}

.home-btn-slide-title h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: #723A8D;
    padding-bottom: 20px;
}

.small-bnr2 {
    background: #fff;
    padding: 1rem 0;
}
section.small-bnr2.proudmoments-sec {
    padding-top: 45px;
}

.hide-till-tab {
    display: none !important;
}


/* Sidebarmenu dd */

.jmc_facillity_left ul li a[aria-expanded="true"]+div ul {
    margin-left: -10px;
    width: calc(100% + 20px);
}

.jmc_facillity_left ul li a[aria-expanded="true"] {
    color: #723A8D;
    text-decoration: none;
}

.jmc_facillity_left ul li ul li {
    padding-left: 20px;
}

.jmc_facillity_left ul li ul li:last-child {
    padding-bottom: 0;
}

.jmc_facillity_left ul li a::after {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.jmc_facillity_left ul li a[aria-expanded="true"]::after {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.jmc_facillity_left ul li ul li a {
    font-size: 15px;
    color: #797979;
}

.jmc_facillity_left ul li ul li a::after {
    display: none;
}

.jmc_facillity_left ul li a+.collapsing {
    transition: none;
}


/* Sidebarmenu dd */

.header_middle_right ul li.with-dd-menu {
    position: relative;
}

.header_middle_right ul li.with-dd-menu ul {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    width: 200px;
    height: 200px !important;
    background: #000;
    z-index: 2;
}

.event_marquee-height {
    height: 350px;
}
.event_marquee-height.event_marquee-heightde {
    height: 250px;
}

.sports-achive-cols>.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sports-achive-cols .row [class^="col-"] {
    margin-top: 30px;
}

.sports-cols-inner {
    border: 1px solid #ddd;
    padding: 15px;
    height: 100%;
}

/* .sports-cols-inner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
} */
.sports-cols-inner img {
    width: 100%;
    object-fit: contain;
    display: block;
    margin-bottom: 10px;
    aspect-ratio: 3/2;
    background: #dddddd;
}

.sports-cols-inner h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: block;
}

.sports-cols-inner p {
    padding-top: 5px;
}

.jmc_video-section {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-left: -15px;
}

.jmc_video-section .jmc_video_col {
    position: relative;
    margin-top: 15px;
}

.jmc_video-section.video_col_2 .jmc_video_col {
    width: calc(50% - 15px);
    margin-left: 15px;
}

.jmc_video_col>img {
    display: block;
}

.jmc_video_col iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* Responsive start */

@media only screen and (max-width: 767px) {
    .destinations .grid li.large,
    .destinations .grid li.med,
    .destinations .grid li.small {
        flex-basis: 100% !important;
        height: 200px;
        background-size: cover;
    }
    .img-grid-two img {
        width: calc(100% - 0px);
        margin-top: 10px;
    }
    .jmc_facillity_table {
        overflow-x: auto;
    }
    .head-logo-inner {
    justify-content: center;
    margin-top: 10px;
}
}


/*21 Aug YK*/

.values {
    background: #fff;
    padding: 1rem 0 0;
}

.left_btn_menu ul {
    list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.left_btn_menu ul li {
    width: 100%;
    box-shadow: 0 2px 16px 4px rgb(255 152 0 / 0%);
    border-radius: 7px;
    padding: 8px;
    background: #9c27b0;
}

.left_btn_menu ul li a {
    display: block;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.left_btn_menu ul li:hover a {
    color: #fff;
}

.left_btn_menu ul li:hover {
    background: #671775;
    box-shadow: none;
}

.thumbs {
    width: 100%;
    position: relative;
}

.thumbs a {
    width: 100%;
    display: block;
}

.card {
    margin: 0 0 1rem;
}

.card-img-top {
    min-height: 210px;
    object-fit: cover;
    object-position: center;
}

.card-title {
    font-size: 16px;
}

.activity-wrp {
    padding: 0rem 0 3rem;
}


/* Home poster section */

.poster-links-section {
    padding: 0px 0 20px 0;
    margin-top: 0px;
}

.poster-links-section .row [class^="col-"]>img {
    width: 100%;
}

.poster-link-col {
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: #fff;
    border: 15px solid rgb(53, 89, 53);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.poster-link-col.poster-col-2 {
    background: #bbcaba;
}

.poster-link-col.poster-col-3 {
    background: #dce2d6;
    border-color: #4e8376;
}

.poster-link-col>.pin-ico {
    position: absolute;
    left: 11px;
    top: -11px;
    height: 40px;
}

.poster-link-col h3 {
    color: #333;
    font-size: 25px;
    line-height: normal;
    margin-bottom: 30px !important;
}

.poster-col-inner {
    text-align: center;
    background: #f7f7f7;
    padding: 15px 20px 15px 20px;
    position: relative;
    width: 90%;
}

.poster-col-inner::before,
.poster-col-inner::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    color: #333;
    font-size: 24px;
    position: absolute;
    top: -14px;
}

.poster-col-inner::before {
    content: "\f10d";
    left: 50px;
}

.poster-col-inner::after {
    content: "\f10e";
    right: 50px;
}

.poster-link-col h4 {
    color: #333;
    font-size: 22px;
    margin-bottom: 10px !important;
    line-height: 20px;
}

.poster-link-col h4 i {
    font-size: 24px;
    position: relative;
    top: -28px;
}

.poster-link-col h4 span {
    padding: 0 15px;
}

.poster-link-col p {
    color: #723A8D;
    font-size: 16px;
    position: relative;
}

.poster-link-col p::before {
    display: none;
    position: absolute;
    bottom: -20px;
    height: 2px;
    width: 70%;
    background: #ddd;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.poster-link-col.poster-col-2 .poster-col-inner {
    background: #b2c2b1;
}

.poster-link-col.poster-col-3 .poster-col-inner {
    background: rgb(53, 89, 53);
}

.poster-link-col.poster-col-3 h3 {
    color: rgb(53, 89, 53);
}

.poster-link-col.poster-col-3 h4,
.poster-link-col.poster-col-3 p {
    color: #fff;
}

.poster-link-col.poster-col-3 p::before {
    display: none;
}

.poster-link-col.poster-col-3 .poster-col-inner::before,
.poster-link-col.poster-col-3 .poster-col-inner::after {
    color: #fff;
}

.modal-dialog.custom-modal .modal-content {
    background: #fff;
}

.modal-dialog.custom-modal .modal-content .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-dialog.custom-modal .modal-content .modal-header h5 {
    font-size: 18px;
    color: var(--primary);
    text-transform: uppercase;
}

.modal-dialog.christianpop {
    max-width: 900px;
    width: 95%;
}

.modal-body.christianpop {
    padding: 25px !important;
}

.modal-body.christianpop p {
    margin-bottom: 15px !important;
    padding-top: 0 !important;
}

.modal-body.christianpop ul {
    margin-left: 20px;
    list-style: auto;
}

.rights,
.left {
    padding-top: 30px;
}

.left h3 {
    margin-bottom: 15px !important;
}

.rights h3 {
    margin-bottom: 15px !important;
}

.rights a {
    color: #0467d6 !important;
}

.rights p {
    margin-bottom: 15px !important;
}

.placement-stat-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.placement-stat-col {
    width: calc(20% - 10px);
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    margin-bottom: 20px;
    margin-top: 30px;
}

.placement-stat h3 {
    font-size: 44px;
    margin-bottom: 10px;
    font-weight: 700;
}

.placement-stat-text p {
    padding-bottom: 0;
}

.p-box-list {
    margin-bottom: 2rem;
    
    width: 100%;
}

.p-box-list ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.p-item {
    background: #D07EE8;
    padding: 15px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.p-item:hover {
    color: #000;
}


/* For slider jurck issue */

.carousel-inner>.item.active,
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right {
    margin: 0 !important;
    padding: 0 !important;
}

.gtranslate {
    position: absolute;
    right: 20px;
    top: 50px;
}

.skiptranslate.goog-te-gadget {
    color: transparent !important;
}

.skiptranslate.goog-te-gadget div select {
    color: #333 !important;
}

.skiptranslate.goog-te-gadget div+span {
    display: none !important;
}

.head-logo-inner {
    display: flex;
    align-items: center;
}

.g2o-logo {
    margin-left: 10px;
}

.g2o-logo img {
    height: 50px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #000;
    background-color: #dddddd;
    border-color: #ccc;
    font-weight: 600;
}
.journalimage {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.journalimage img {
    width: calc(50% - 10px);
    border: 1px solid #ddd;
    padding: 5px;
}