h5,
h6,
p {
    line-height: 1.5;
}
*,
.logo-sec ul {
    margin: 0;
    padding: 0;
}
*,
.spjmr_navbar .container .navbar-collapse {
    padding: 0;
}
.spjmr_gallery .items .item_box:last-child,
p {
    margin-bottom: 0;
}
* {
    box-sizing: border-box;
}
:root {
    --logocolor: #512480;
    --logosecond: #e93a1e;
    --buttoncolor: #ee781d;
    --orangedark: #e6611d;
    --textwhite: #ffffff;
    --gridcolor1: #f7f1fb;
    --gridcolor2: #f9eeec;
    --webfont: "Nunito Sans", sans-serif;
    --tabcard: #f5effc;
    --tabcards: #f9eeeb;
}
body {
	font-family: 'Nunito Sans', sans-serif !important;

}
h1 {
    font-size: 55px;
    line-height: 1.2;
}
h2 {
    font-size: 40px;
    line-height: 1.25;
}
h3 {
    font-size: 35px;
    line-height: 1.3;
}
h4 {
    font-size: 30px;
    line-height: 1.4;
}
h5 {
    font-size: 25px;
}
h6 {
    font-size: 22px;
}
button,
p {
    font-size: 18px;
}
button {
    background-color: var(--buttoncolor);
    color: var(--textwhite);
    border: 0;
    padding: 0.6rem 2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
button:hover {
    color: #fff;
    background: var(--logocolor);
}
.GCPE_main,
.faculty_section .item:hover .four,
.faculty_section .item:hover .two,
.item_box:hover .four,
.item_box:hover .two,
.main-logo img,
section {
    width: 100%;
}
.nav-sec {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
	align-items: flex-end;
}
.main-logo {
    width: 100%;
    max-width: 250px;
    display: flex;
    justify-content: space-around;
    align-items: end;
    gap: 0.5rem;
}
.logo-sec img {
    max-width: 100px;
    width: 100%;
}
.logo-sec ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.logo-sec ul li {
    list-style: none;
}
.spjmr_navbar {
    width: 100%;
    background: var(--textwhite);
}
.spjmr_navbar .container a img {
    max-width: 185px;
}
.spjmr_navbar .container .navbar-collapse ul li {
    margin-left: 1rem;
}
.spjmr_navbar .container .navbar-collapse ul li a img {
    max-width: 140px;
    max-height: 55px;
}
header {
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url("../images/banner_image/spjmr-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
    position: relative;
}
header .hero_heading {
    width: 100%;
    padding: 10rem 0;
    color: var(--textwhite);
}
    .hero_heading h1 {
		font-size: 50px;}
		
.ngt-form{text-align: right; margin: 30px 0px 20px;}
.number_box h2,
header .hero_heading h1 {
    font-weight: 700;
}
header .hero_heading h4 {
    font-weight: 700;
    border: solid 2px var(--textwhite);
    padding: 1.4rem 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 2rem;
    width: 93%;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
}
header .hero_heading h4 span {
    color: var(--orangedark);
    font-weight: 800;
    font-size: 35px;
}
header .hero_heading h4::before {
    content: "Admissions Open 2025";
    position: absolute;
    top: -18%;
    font-size: 20px;
    background: var(--buttoncolor);
    padding: 0.2rem 0.9rem;
    left: 3%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    letter-spacing: 0;
}
.prog_main {
    width: 100%;
    position: relative;
    margin-top: -1.5%;
}
.prog_main .prog_main_parent {
    background-image: linear-gradient(to bottom, var(--buttoncolor), var(--logosecond));
    padding: 1.8rem 3rem;
    color: var(--textwhite);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.prog_main .prog_main_parent,
.prog_main .prog_main_parent .prog_items {
    width: 100%;
    position: relative;
    padding-right: 3rem;
}
.prog_main .prog_main_parent .prog_items:before {
    content: "";
    position: absolute;
    background: var(--textwhite);
    width: 2px;
    height: 100px;
    top: 46px;
    right: 2px;
}
.curriculum_delivered_tab .tab_data .tab_card .hover-img,
.curriculum_delivered_tab .tab_data .tab_card2 .hover-img,
.curriculum_delivered_tab .tab_data .tab_card2:hover img,
.curriculum_delivered_tab .tab_data .tab_card:hover img,
.d-n,
.mob-in,
.prog_main .prog_main_parent .prog_items_last::before {
    display: none;
}
.prog_main .prog_main_parent .prog_items img {
    max-width: 55px;
    margin-bottom: 1rem;
}
.prog_main .prog_main_parent .prog_items .item_text p span {
    font-size: 16px;
}
.why-join-gcpe {
    padding: 20px 0 0;
}
.why_GCPE {
    width: 100%;
    margin: 2rem 0 68px;
}
.max-w,
.width-redu {
    margin-left: auto;
    margin-right: auto;
}
.GCPE_alumni h2,
.batch_profile h2,
.life_spjimr h2,
.meet_faculty h2,
.why_GCPE h2 {
    font-weight: 700;
    text-align: center;
    color: var(--logocolor);
    align-items: center;
    margin: 0 auto;
    position: relative;
    width: max-content;
}
.GCPE_alumni h2::before,
.batch_profile h2::before,
.curriculum_delivered h2::before,
.meet_faculty h2::before,
.why_GCPE h2::before {
    position: absolute;
    content: "";
    width: 40%;
    background: var(--logosecond);
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.2rem;
    margin: 0 auto;
}
.why_GCPE_lsit {
    width: 100%;
    padding: 5rem 0 0;
}
.why_GCPE_lsit h4 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.why_GCPE_lsit p {
    margin-bottom: 1rem;
	font-weight: 400;
}
.why_GCPE_lsit ul {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.why_GCPE_lsit ul li {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 0.3rem;
}
.why_GCPE_lsit ul li:before {
    content: "\f058";
    font-family: FontAwesome;
    color: var(--logocolor);
    top: 0;
    padding-right: 0.9rem;
}
.curriculum_delivered_tab .tab_ul a,
.why_GCPE_lsit a,
footer .footer_section a {
    background-color: var(--buttoncolor);
    color: var(--textwhite);
    border: 0;
    padding: 0.6rem 2rem;
    font-size: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-decoration: none;
}
.spjmr_certificate {
    width: 100%;
    padding: 1.5rem 0 0 2rem;
    background: url("../images/dots.png") 0 0/40% no-repeat;
}
.GCPE_alumni,
.batch_profile,
.life_spjimr {
    width: 100%;
    padding: 0 0 68px;
}
.hear-from-gcpe,
.meet-the-faculty {
    padding: 50px 0 110px;
}
.experience-st .slick-next,
.faculty-slider .slick-next,
.faculty-slider .slick-prev,
faculty-slider .experience-st .slick-prev {
    width: 38px;
    height: 50px;
}
.experience-st .slick-prev {
    top: calc(100% + 40px);
    left: calc(100% - 120px);
    width: 38px;
    height: 50px;
}
.experience-st .slick-next {
    top: calc(100% + 40px);
    right: calc(0% + 20px);
    width: 38px;
    height: 50px;
}
.experience-st .slick-next::before,
.experience-st .slick-prev::before,
.faculty-slider .slick-next::before,
.faculty-slider .slick-prev::before {
    color: #000000c2;
    font-size: 36px;
}
.faculty-slider .slick-prev {
    top: calc(100% + 50px);
    left: calc(100% - 120px);
}
.faculty-slider .slick-next {
    top: calc(100% + 50px);
    right: calc(0% + 20px);
}
.slick-prev:before {
    content: "←" !important;
    font-family: fontawesome !important;
}
.slick-next:before {
    content: "→";
    font-family: fontawesome !important;
}
.experience-st .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}
.width-redu {
    width: 100%;
    max-width: 100% !important;
}
.experience-st .video-sec {
    position: relative;
    width: 100%;
    max-width: 320px;
    height:520px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.experience-st .video-sec img {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
	object-fit: cover;
}
.experience-st .video-sec .gif,
.experience-st .video-sec iframe {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.experience-st .video-sec .gif {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.experience-st .video-sec:hover .gif {
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.experience-st .video-sec iframe {
    border-radius: 4px;
}
.max-w {
    max-width: 1000px;
}
.a-robust-curriculum {
    background-color: #f7f7f7;
    padding: 52px 0 45px;
	margin: 65px 0px 0px 0px;
}
.curriculum_delivered,
.meet_faculty {
    width: 100%;
    padding: 0 0 62px;
}
.curriculum_delivered h2 {
    font-weight: 700;
    text-align: center;
    color: var(--logocolor);
    align-items: center;
    margin: 0 auto;
    position: relative;
    width: auto;
}
.curriculum_delivered p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.curriculum_delivered_tab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 2.5rem;
}
.curriculum_delivered_tab .tab_ul {
    width: 25%;
}
.curriculum_delivered_tab .tab_ul ul {
    width: 100%;
    display: flex;
    justify-content: start;
    align-content: start;
    flex-direction: column;
    margin-bottom: 4rem;
    background: #f3f3f3;
    border: 0;
}
.curriculum_delivered_tab .tab_ul .nav-tabs .nav-link {
    width: 100%;
    color: #000;
    font-size: 1.4rem;
    text-align: start;
    line-height: 1.2;
    padding: 1.2rem 3.9rem 1.2rem 1.5rem;
    font-weight: 700;
    border-radius: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.curriculum_delivered_tab .tab_ul .nav-tabs .nav-link:hover {
    color: var(--textwhite);
}
.curriculum_delivered_tab .tab_ul .nav-tabs .nav-link.active {
    background: var(--logocolor);
    color: var(--textwhite);
}
.curriculum_delivered_tab .tab_data .tab_card {
    width: 100%;
    background: var(--tabcard);
    padding: 1.4rem 1rem;
    margin-bottom: 1rem;
    height: 185px;
    border-radius: 5px;
}
.curriculum_delivered_tab .tab_data .tab_card2 {
    border-radius: 5px;
    width: 100%;
    background: var(--tabcards);
    padding: 1.6rem 1rem 1rem;
    margin-bottom: 1rem;
    height: 185px;
}
.faculty_section .item .item_body,
.faculty_section .item .item_body1 {
    background: var(--logocolor);
    color: var(--textwhite);
    padding: 1rem 1.3rem;
    margin-top: 0.3rem;
    position: relative;
}
.curriculum_delivered_tab .tab_data .tab_card2:hover,
.curriculum_delivered_tab .tab_data .tab_card:hover,
.sidebar-outer-cus:hover {
    background: var(--logocolor);
}
.bar:nth-of-type(2n),
.life_spjimr h2::before {
    background: var(--logosecond);
}
.curriculum_delivered_tab .tab_data .tab_card2:hover .tab_img_number h6,
.curriculum_delivered_tab .tab_data .tab_card2:hover h6,
.curriculum_delivered_tab .tab_data .tab_card:hover .tab_img_number h6,
.curriculum_delivered_tab .tab_data .tab_card:hover h6 {
    color: #fff;
}
.curriculum_delivered_tab .tab_data .tab_card2:hover img.hover-img,
.curriculum_delivered_tab .tab_data .tab_card:hover img.hover-img {
    display: block;
    transform: scale(1.02);
}
.curriculum_delivered_tab .tab_data .tab_card2 img.hover-img,
.curriculum_delivered_tab .tab_data .tab_card:hover img.hover-img,
.faculty_section .item {
    transition: transform 0.5s;
}
.curriculum_delivered_tab .tab_data .tab_card .tab_img_number,
.curriculum_delivered_tab .tab_data .tab_card2 .tab_img_number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab_img_number {
    font-size: 22px;
    background: linear-gradient(to bottom, #512480, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.curriculum_delivered_tab .tab_data .tab_card .tab_img_number h6,
.curriculum_delivered_tab .tab_data .tab_card2 .tab_img_number h6 {
    font-size: 30px;
    font-weight: 700;
}
.curriculum_delivered_tab .tab_data .tab_card h6 {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 20px;
}
.curriculum_delivered_tab .tab_data .tab_card2 h6 {
    font-size: 20px;
    margin-top: 1rem;
    font-weight: 600;
}
.curriculum_delivered_tab .tab_data {
    width: 75%;
}
.meet_faculty p {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}
.bottom_main .counter_number,
.faculty_section {
    margin-top: 2rem;
}
.faculty_section .item .item_body {
    width: 100%;
    border-radius: 0 0 4px 4px;
}
.faculty_section .item .item_body a,
.faculty_section .item .item_body1 a {
    position: absolute;
    top: 14px;
    right: 5%;
    color: #fff;
    font-size: 1.4rem;
}
.faculty_section .item .item_body p {
    height: 110px;
    font-size: 18px;
}
.faculty_section .item .item_body h6,
.faculty_section h6 {
	font-size: 20px;
  font-weight: 700;
    margin-bottom: 5px;
}
.faculty_section .item .item_body1 {
    width: 100%;
}
.faculty_section .item .item_body1 p {
    height: 30px;
}
.faculty_section .owl-nav {
    position: relative;
    left: 0;
    margin: 1.8rem 0;
}
.faculty_section .owl-nav .owl-prev {
    position: absolute;
    right: 50px;
}
.faculty_section .owl-nav .owl-next {
    position: absolute;
    right: 0;
}
.faculty_section .owl-nav .owl-next i,
.faculty_section .owl-nav .owl-prev i {
    font-size: 2rem;
}
.faculty-slider img {
    border-radius: 4px 4px 0 0;
}
.faculty-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
}
.meet-the-leaders {
    padding: 0px 0px 0px 0px;
  margin: 0px 0px 70px 0px;
}
.batch-profile {
    background: #f7f7f7;
    padding: 51px 0 0;
}
.top_main {
    width: 100%;
    margin: 0;
    padding: 2.2rem 0;
    background: linear-gradient(90deg, var(--tabcards) 50%, var(--tabcard) 50%);
}
.bar,
.bottom_main .counter_number .number_box {
    background: var(--logocolor);
    color: var(--textwhite);
}
.top_main .top_collage {
    width: 100%;
    padding: 1.5rem 2rem 1.5rem 0;
}
.bottom_main .top_collage h4,
.top_main .top_collage h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
.top_main .top_collage p {
    margin-bottom: 0.5rem;
}
.top_main .wrap h5 {
    color: var(--logocolor);
}
.wrap {
    width: 100%;
    max-width: 700px;
}
.wrap h5 {
    font-size: 18px;
}
.bar {
    width: 0;
    position: relative;
    transition: width 2s, background 0.2s;
    clear: both;
    margin-bottom: 25px;
    padding: 1.3rem 0.4rem 1.3rem 0;
    border-radius: 0 6px 6px 0;
}
.count {
    position: absolute;
    right: 0.3rem;
    top: 8px;
    font-size: 1.2rem;
    font-weight: 700;
}
.image-all-together,
.item_box {
    position: relative;
}
.top_main .top_states {
    width: 100%;
    padding: 1.5rem 0;
}
.bottom_main .top_collage p,
.top_main .top_states h6 {
    margin-bottom: 2rem;
}
.bottom_main {
    width: 100%;
    padding: 3.2rem 0 0;
    background: linear-gradient(90deg, var(--tabcard) 50%, var(--tabcards) 50%);
}
.bottom_main .pie_image {
    padding-right: 3rem;
    margin-top: 1rem;
}
#chartdiv {
    width: 100%;
    height: 500px;
    font-size: 14px;
    margin-top: -26px;
    font-weight: 600;
}
#filter-id-359 {
    opacity: 0 !important;
}
.bottom_main .counter_number .number_box {
    width: 80%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 1.8rem 3rem;
    margin-bottom: 1rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.bottom_main .counter_number .number_box:hover {
    background: var(--buttoncolor);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.life-at-spjmir {
    padding: 50px 0 0;
}
.life_spjimr h2::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.2rem;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.spjmr_gallery {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.spjmr_gallery .items {
    width: 20%;
}
.spjmr_gallery .items .item_box {
    margin-bottom: 1rem;
}
.spjmr_gallery .items .item_1 img {
    width: 100%;
    height: 231px;
    object-fit: cover;
}
.spjmr_gallery .items .item_2 img {
    width: 100%;
    height: 477px;
    object-fit: cover;
}
.spjmr_gallery .items .item_3 img {
    width: 100%;
    height: 354px;
    object-fit: cover;
}
.item_box img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto;
    display: block;
}
.item_box img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    z-index: 0;
}
.item_box {
    overflow: hidden;
    padding: 0;
    transition: transform 0.5s;
    cursor: pointer;
}
.item_box span {
    position: absolute;
    background-color: var(--buttoncolor);
    transition: 0.9s;
}
.image-all-together .one,
.item_box .one {
    height: 0;
    width: 3px;
    top: 0;
    left: 0;
}
.image-all-together .two,
.item_box .two {
    height: 3px;
    width: 0;
    bottom: 0;
    left: 0;
}
.image-all-together .three,
.item_box .three {
    height: 0;
    width: 3px;
    bottom: 0;
    right: 0;
}
.image-all-together .four,
.item_box .four {
    height: 3px;
    width: 0;
    top: 0;
    right: 0;
}
.faculty_section .item:hover .one,
.faculty_section .item:hover .three,
.item_box:hover .one,
.item_box:hover .three {
    height: 100%;
}
.image-all-together:hover img,
.item_box:hover img {
    transition-duration: 0.3s;
    transition-delay: 0.3s;
}
.item_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #744ca3;
    transition: opacity 1.5s;
    z-index: 2;
    opacity: 0.3;
}
.image-all-together span {
    position: absolute;
    background-color: var(--buttoncolor);
    transition: 0.3s;
}
.faculty_section .item:hover {
    transform: scale(1.02);
}
.faculty_section .owl-carousel .owl-stage-outer {
    padding: 8px;
    margin-left: -18px;
}
footer {
    width: 100%;
    background: url("../images/bottom-banner.jpg");
}
footer .footer_section {
    color: var(--textwhite);
    width: 70%;
    padding: 70px 0 62px;
    text-align: center;
    margin: 0 auto;
}
footer .footer_section p {
    margin-bottom: 1.5rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.sidebar-outer-cus {
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    right: -79.5px;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: var(--buttoncolor);
    color: #fff;
    transform: rotate(-90deg);
    text-decoration: none;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}
.ngt-form iframe {
  width: 410px;
}
.faculty_section {
  margin-top: 0px;
}
.item_text h6 {
  font-weight: 700;
}
.ex-st-shorts {
position: relative;
}
.video-sec {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Optional overlay for better visibility of thumbnail */
z-index: 1;
cursor: pointer;
}
.jpg {
width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 2;
  display: inherit !important;
}
.video-iframe {
width: 100%;
height: 100%;
z-index: 0;
position: absolute;
display: inherit !important;
}
.covered {
  display: flex;
}
.covered .tab_card {
  height: inherit !important;
}
.covered .tab_card2 {
  height: inherit !important;
}
.curriculum_delivered_tab .tab_data .tab_card p {
  font-size: 16px;
}
.curriculum_delivered_tab .tab_data .tab_card:hover p {
  color: #fff;
}
.curriculum_delivered_tab .tab_data .tab_card2 p {
  font-size: 16px;
}
.curriculum_delivered_tab .tab_data .tab_card2:hover p {
  color: #fff;
}
.curriculum_delivered_tab .tab_data .tab_card h6 span {
	width: 100%;
	float: left;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px 5px 0px;
}
.curriculum_delivered_tab .tab_data .tab_card2 h6 span {
	width: 100%;
	float: left;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px 5px 0px;
}
.meet-the-faculty {
  background: #f7f7f7;
  margin: 0px 0px 55px 0px;
}

@media screen and (max-width: 1400px) {
	header .hero_heading h4 {width: 93%;  font-size: 28px;}
	header .hero_heading h4 span {font-size: 30px}
	.ngt-form {
    padding-top: 15px;
}
}

@media (min-width: 1200px) {
    header .col-xl-4 {
        width: 43.333333%;
    }
	    header .col-xl-8 {
        width: 56.666667%;
    }
}

@media screen and (max-width: 1399px) {
    .why_GCPE_lsit ul li:before {
        padding-right: 0.5rem;
    }
    .faculty_section .item .item_body,
    .faculty_section .item .item_body1,
    p {
        font-size: 16px;
    }
    .experience-st .video-sec {
        height: auto;
    }
	.hero_heading h1 {
    font-size: 50px;
		padding-bottom: 10px;
}
	header .hero_heading {
    padding: 9rem 0;
  
}
header .hero_heading h4 {
    font-size: 18px;
}
	
	
}
@media screen and (max-width: 1367px) {
    .experience-st .video-sec {
        height: 488px;
    }
}
@media screen and (max-width: 1199px) {
    .prog_main {
        margin-top: 4rem;
    }
    .prog_main_parent .row {
        flex-direction: column;
    }
    .prog_main_parent .col-md-3,
    .prog_main_parent .col-md-4,
    .prog_main_parent .col-md-5 {
        width: 100%;
    }
    .prog_main .prog_main_parent .prog_items:before {
        width: 100%;
        height: 2px;
        top: inherit;
        bottom: 0;
        right: inherit;
    }
    .prog_main .prog_main_parent .prog_items {
        width: 100%;
        position: relative;
        padding-right: 0;
        padding-bottom: 2rem;
        margin-top: 2rem;
        display: flex;
        column-gap: 20px;
        align-items: start;
    }
    .prog_main .prog_main_parent .prog_items img {
        margin-top: 4px;
    }
    .GCPE_main .row {
        flex-wrap: wrap-reverse;
    }
    .why_GCPE_lsit {
        padding: 3rem 0 0;
    }
    .faculty_section .item .item_body p {
        height: 110px;
    }
    .top_main {
        background: var(--tabcards);
    }
    .bottom_main {
        background: #f6f1fb;
        padding-bottom: 50px;
    }
    .bottom_main .counter_number {
        display: flex;
        column-gap: 20px;
    }
    .bottom_main .counter_number .number_box {
        padding: 1.2rem 1.4rem;
    }
	    header .hero_heading h4 {
        width: 80%;
    }
	header .hero_heading {
    padding: 4rem 3rem;
}
	header{ padding-bottom: 5rem;}
	    .ngt-form {
        text-align: center;
    }
	.agree-condition {
    color: #000;
    font-size: 12px !important;
}
.ngt-form iframe {
  width: 390px;
  margin: 0px auto 0px;
  padding-top: 0px;
}
}
@media screen and (max-width: 1100px) {
    header .hero_heading h1 {
        font-size: 45px;
    }
    header .hero_heading h4 {
        width: 70%;
        font-size: 30px;
    }
	    header .hero_heading h4 {
        width: 90%;
    }
}
@media screen and (max-width: 991px) {
    .d-n,
    a.d-n {
        display: block;
    }
    header .hero_heading h4 {
        width: 84%;
    }
    .curriculum_delivered_tab .tab_ul {
        width: 100%;
        overflow: scroll;
    }
    .curriculum_delivered_tab {
        flex-direction: column;
    }
    .curriculum_delivered_tab .tab_ul ul li {
        width: 50%;
    }
    .curriculum_delivered_tab .tab_ul ul {
        flex-direction: row;
        flex-direction: row;
        width: 428px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .curriculum_delivered_tab .tab_ul .nav-tabs .nav-link {
        font-size: 18px;
        padding: 10px 12px;
    }
    .curriculum_delivered_tab .tab_data {
        width: 100%;
    }
    a.d-n {
        max-width: 160px;
        margin: auto;
        background-color: var(--buttoncolor);
        color: var(--textwhite);
        border: 0;
        padding: 0.6rem 2rem;
        font-size: 18px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        text-decoration: none;
    }
    .curriculum_delivered_tab .tab_ul a,
    .m-n {
        display: none;
    }
.meet-the-leaders {
  margin: 0px 0px 110px 0px;
}
}
@media screen and (max-width: 767px) {
    .why_GCPE_lsit h4,
    .why_GCPE_lsit p {
        text-align: center;
    }
    header .hero_heading h1 {
        font-size: 40px;
    }
    .top_main .col-12,
    header .hero_heading h4 {
        width: 100%;
    }
    .GCPE_alumni h2,
    .batch_profile h2,
    .curriculum_delivered h2,
    .life_spjimr h2,
    .meet_faculty h2,
    .why_GCPE h2 {
        width: auto;
        font-size: 1.7rem;
    }
    .footer_section h2 {
        font-size: 24px;
    }
    .why_GCPE_lsit h4 {
        font-size: 1.6rem;
    }
    .why_GCPE_lsit ul li p {
        text-align: left;
    }
    .why_GCPE_lsit ul {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    .curriculum_delivered_tab .tab_data .tab_card h6,
    .curriculum_delivered_tab .tab_data .tab_card2 h6 {
        font-size: 16px;
    }
	header .hero_heading h4 { font-size: 22px;}
	    header .hero_heading h4 span {
        font-size: 26px;
    }
	.logo-sec img {
    max-width: 60px;
    width: 100%;
}
}
@media screen and (max-width: 576px) {
    .main-logo {
        width: 100%;
        max-width: 150px;
        margin-right: 8px;
        display: flex;
        flex-direction: row;
    }
    .nav-sec {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo-sec img {
        max-width: 50px;
    }
    header .hero_heading h1 {
        font-size: 26px;
        line-height: 1.3;
    }
    header .hero_heading h4 {
        width: 100%;
        font-size: 22px;
        padding: 1.9rem 0 0.8rem;
    }
    header .hero_heading h4 span {
        font-size: 26px;
    }
    header .hero_heading {
        padding: 2rem 0;
    }
    .prog_main .prog_main_parent {
        padding: 0 10px;
    }
    .item_text h6 {
        margin-bottom: 0;
    }
    .prog_main .prog_main_parent .prog_items {
        padding-bottom: 1.5rem;
        margin-top: 1.5rem;
    }
    .prog_main .prog_main_parent .prog_items h6 {
        font-size: 20px;
    }
    .prog_main .prog_main_parent .prog_items .item_text p span {
        font-size: 14px;
    }
    .prog_main {
        margin-top: 3rem;
    }
    
    .deskt-in,
    .life-at-spjmir,
    .spjmr_gallery {
        display: none;
    }
    .experience-st-wrap .container {
        padding-right: 0px;
    }
    .experience-st .video-sec {
        max-width: 100%;
    }
    .curriculum_delivered_tab .tab_ul ul {
        max-width: 358px;
    }
    .bottom_main .counter_number,
    .mob-in {
        display: block;
    }
    .mob-in img {
        width: 100%;
        padding-bottom: 30px;
    }
    .bottom_main .counter_number .number_box {
        width: 100%;
    }
    .bottom_main .pie_image {
        padding-right: 0;
    }
.experience-st-wrap .slick-slider {
  padding-right: 0px;
}
}
@media screen and (max-width: 500px) {
.ngt-form iframe {
    width: 310px;
	height: 567px;
}
header {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url("../images/banner_image/spjmr-banner.jpg");
}
header .hero_heading h4 span {
    width: 100%;
	font-size: 25px;
    display: inline-block;
    margin-top: 5px;
}
.ngt-form {
    margin: 0px 0px 0px 0px;
}
.sidebar-outer-cus {
  position: fixed;
  transform: rotate(-0deg);
  top: inherit;
  bottom: 0px;
  right: inherit;
  left: 0px;
  width: 100%;
  text-align: center;
}
footer {
  margin: 0px 0px 20px 0px;
}
.meet-the-leaders {
    margin: 0px 0px 80px 0px;
}
}
@media screen and (max-width: 479px) {

.experience-st .slick-slide {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 441px) {

    .faculty_section .item .item_body p {
        height: 140px;
    }
}


@media screen and (max-width: 420px) {
    header .hero_heading h4 {
        font-size: 19px;
        padding: 1.6rem 0 0.8rem;
    }
    header .hero_heading h4 span {
        font-size: 25px;
    }
    header .hero_heading h4::before {
        font-size: 17px;
        top: -20%;
    }
    .curriculum_delivered_tab .tab_data .tab_card,
    .curriculum_delivered_tab .tab_data .tab_card2 {
        height: 200px;
    }
    .why_GCPE_lsit a {
              display: block;
        width: 100%;
        max-width: 170px;
        text-align: center;
        margin: 0 auto;
    }
    .experience-st .slick-next,
    .experience-st .slick-prev,
    .faculty-slider .slick-next,
    .faculty-slider .slick-prev {
        top: calc(100% + 25px);
    }
    .hear-from-gcpe {
        padding: 50px 0 80px;
    }
    .meet-the-faculty {
        padding-bottom: 80px;
    }
	header .hero_heading h4 { font-size: 18px;}
	    header .hero_heading h4 span {
        font-size: 25px;
    }
	    header {
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 396px) {

    .faculty_section .item .item_body p {
        height: 170px;
    }
}
@media screen and (max-width: 340px) {
	header .hero_heading h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 325px) {

    .faculty_section .item .item_body p {
        height: 196px;
    }
	
}

