* {
    margin: 0;
}

@font-face {
    font-family: "ProximaNova-Regular";
    src: url(../fonts/ProximaNova-Regular.ttf);
}
@font-face {
    font-family: "ProximaNova-Bold";
    src: url(../fonts/ProximaNova-Bold.ttf);
}

body {
    font-family: "ProximaNova-Regular" !important;
    overflow-x: hidden;
}

.main-banner {
/*
    background-image: url(../images/banner-bg.jpg);
    background-size: 100% 100%;
    width: 100%;
     height: 576px; 
    background-repeat: no-repeat;
*/
}
/***************HEADER******************/
.new-header {
/*    background-color: #fff;*/
    height: 97px;
}
.new-header .logo-left img {
    width: auto;
    margin: auto 5%;
    height: 73px;
}
.new-header .right-side-header img {
    width: auto;
    height: 72px;
}
@media (width: 320px) {
    .new-header .logo-left img {
        width: 105px !important;
        margin: auto 5%;
    }
    .new-header .right-side-header img {
        width: auto;
        height: 31px !important;
    }
}
@media screen and (min-width:350px) and (max-width: 575px) {
    .new-header {
/*        background-color: #fff;*/
        height: 60px !important;
    }
    .new-header .logo-left img {
        width: auto !important;
        margin: auto 5%;
        height: 39px;
    }
    .new-header .right-side-header img {
        width: auto;
        height: 35px !important;
    }
}
@media (max-width: 992px) {
    .new-header {
/*        background-color: #fff;*/
        height: 85px;
    }
    .new-header .logo-left img {
        width: 205px;
        margin: auto 5%;
    }
    .new-header .right-side-header img {
        width: auto;
        height: 50px;
    }
    .main-banner {
        height: auto;
    }
}

.header {
    padding: 5% 4% 2%;
}
.left-logo img {
    width: 250px;
}
.right-logo img {
    width: 141px;
    /* margin-left: auto;
    display: block; */
    float: right;
    margin-left: 18px;
}
.exam_date {
    font-size: 23px !important;
/*    margin-top: 5%;*/
}
.center-content {
    position: absolute !important;
    top: 27%;
}
.center-content img {
    width: 145px;
    display: block;
    margin: auto auto 50px;
}
.center-content h6 {
    font-family: "ProximaNova-Bold";
    text-align: center;
    color: #393939;
    font-size: 19px;
}
.center-heading {
    display: flex;
    color: #fff;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
    font-size: 25px;
    margin: 5px auto;
    text-align: center;
    justify-content: center;
    
}
.center-heading span {
    margin: auto 25px;
}
/*
.center-heading::before, .center-heading::after {
    flex: 1;
    content: '';
    height: 1px;
    background: #707070;
    margin-top: 18px;
}
*/

.content-section h6 {
    text-align: center;
    color: #1F5290;
    font-family: "ProximaNova-Bold";
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
/*
    padding-left: 5%;
    padding-right: 5%;
*/
}
.content-section p {
    color: #393939;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
/*    margin: auto 5%;*/
}
.content-section p:last-child {
/*    font-family: "ProximaNova-Bold";*/
}
.date-box {
    background: #f05654;
    border-radius: 10px;
    width: 350px;
}
.date-box p {
    color: #fff;
    text-align: center;
    font-family: "ProximaNova-Bold";
    font-size: 22px;
    margin-bottom: 0px;
}
.dateExam {
    display: flex;
    width: 400px;
    margin: auto;
}
.dateExam::before, .dateExam::after {
    flex: 1;
    content: '';
    height: 1px;
    margin-top: 15px;
    border-top: 2px solid #fff;
    width: 80px;
}
.already-reg-text {
/*    font-family: "ProximaNova-regular" !important;*/
    font-size: 16px !important;
    background: rgba(0,0,0,0.6);
    width: 485px;
    margin: auto auto 1%;
    padding: 7px 10px;
    border-radius: 10px;
}
.already-reg-text-resp {
    font-size: 16px !important;
/*    background: rgba(0,0,0,0.6);*/
/*    width: 485px;*/
    margin: auto auto 1%;
    padding: 7px 10px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.center-content a:hover {
    text-decoration: none;
}
.center-content a {
    width: 70px;
    margin: auto;
    display: block;
}
.center-content a .btn {
    background: #f05654;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    width: 100%;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 18px;
}
.login-section a {
    width: 70px;
    margin: auto;
}
.login-section a .btn {
    background: #f05654;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    width: 100%;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 18px;
}
@media (max-width: 500px) {
    .center-content {
        top: 18%;
    }
    .center-heading {
        font-size: 14px !important;
    }
    .date-box p {
        font-size: 19px;
    }
    .dateExam {
        width: 300px;
    }
    .date-box {
        width: 275px;
    }
}
@media (max-width: 600px) {
    .already-reg-text {
        display: none !important;
    }
    .center-content a {
        display: none !important;
    }
    .center-content {
        top: 18%;
    }
    .login-section a {
        width: 70px;
        margin: 0 8px;
    }

}
@media (min-width: 600px) {
    .login-section {
        display: none;
    }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .center-content {
        top: 11%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .already-reg-text {
        width: 355px;
    }
}
@media (max-width: 992px) {
    .center-heading {
        font-size: 18px;
    }
}
@media (width: 1024px) {
    .center-content {
        top: 140px !important;
    }
}
.participate-section {
    background-image: url(../images/gradient-bg.svg);
    background-size: cover;
    width: 100%;
    /* height: 100px; */
    background-repeat: no-repeat;
}
.participate-section p {
    color: #fff;
    font-family: "ProximaNova-Bold";
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
    padding: 5px 20px;
}
.how-to-part h6 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-family: "ProximaNova-Bold";
    font-size: 18px;
}
.how-to-part p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "ProximaNova-Regular";
    padding: 1% 15%;
}
.how-to-part img {
    width: 100px;
}
.apply h6 {
    color: #C62829;
    font-family: "ProximaNova-Bold";
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
}
.apply p {
    text-align: center;
    color: #070707;
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
.number {
    margin-top: 1%;
    font-size: 20px !important;
    font-family: "ProximaNova-Bold";
    letter-spacing: 1px;
}
hr {
    margin-left: 5%;
    margin-right: 5%;
/*    border-top: 1px dashed #707070 !important;*/
    margin-top: 1% !important;
    margin-bottom: 1% !important;
}
.prize-bg {
    background-image: url(../images/gift-bg.png);
    background-size: cover;
    width: 100%;
    /* height: 100px; */
    background-repeat: no-repeat;
    margin-top: 90px;
}
.prize-bg h6 {
    color: #CD4041;
    font-size: 28px;
    font-family: "ProximaNova-Bold";
    text-align: center;
    margin-bottom: 0px;
}
.prize-bg h6 i {
    font-size: 23px !important;
}
.prize-bg p {
    color: #070707;
/*    font-family: "ProximaNova-Bold";*/
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

.support-section p {
    color: #383434;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 7px;
}
.support-section h6 {
    border: 1px solid #313030;
    font-family: "ProximaNova-Bold";
    color: #313030;
    text-align: center;
    border-radius: 7px;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 8px;
}
footer {
    background-color: #313030;
    color: #cecece;
    padding: 6px 0px;
    margin-top: 7%;
}
footer p {
    font-size: 14px;
    margin-bottom: 0;
}
footer p a {
    color: #cecece;
}
footer p a:hover {
    text-decoration: none;
    color: #cecece;
}
.brilliant-idea p {
    color: #C62829;
    font-family: "ProximaNova-Bold";
    font-size: 19px;
    text-align: center;
    margin-top: 15px;
}
.brilliant-idea h6 {
    color: #393939;
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
}
.brilliant-idea-content p {
    color: #4A4A4A;
    font-family: "ProximaNova-Bold";
    font-size: 19px;
    text-align: center;
}
.brilliant-idea-content h6 {
    color: #4A4A4A;
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    text-align: center;
}
.brilliant-idea-content h6 span {
    color: #C62829;
}


@media (max-width: 767px) {
    .left-logo img {
        width: 110px;
    }
    .right-logo img {
        width: 67px;
        margin-left: 0;
    }
}


@media (max-width: 575px) {
	.nav-tabs-light li a {
	    margin: 0 25px;
	    letter-spacing: 1px;
	}
	.nav-tabs-light a {
	    font-size: 9px;
	}
}



.sideMenu {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #00000029;
    margin-top: -180px;
/*    border-top: 15px solid #F05654;*/
    position: relative;
}
.sideMenu-title {
    background: linear-gradient(#1f5290, #194172);
    padding: 7px;
    text-align: center;
    font-size: 20px;
    font-family: "ProximaNova-Bold";
    color: #fff;
    font-weight: 400;
}
.customInputpopUp {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #33333330 !important;
    border-radius: 0;
    height: auto;
    padding: 5px;
    font-size: 14px !important;
    outline: none !important;
    box-shadow: none !important;
}
select {
    padding: 10px 5px !important;
}
.ms-options {
    min-height: auto !important;
}
.ms-options ul {
    padding-left: 0px;
    list-style-type: none;
}
.ms-options ul input {
    margin-right: 5px;
}
.ms-options-wrap button {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #33333330 !important;
    width: 100%;
    text-align: left;
    font-size: 14px !important;
    padding: 10px 5px !important;
}
.ms-options-wrap button:focus {
    outline: none;
}
.modalHeading {
/*    font-weight: bold;*/
}
.submitButton {
    background: #F05654;
    border: none;
    padding: 2px 8px !important;
    color: #fff;
    border-radius: 3px;
}
.test-date {
    border: 2px solid #f44c53;
/*    border-radius: 4px;*/
    justify-content: center;
    padding: 12px 0;
    width: 100%;
    margin: auto;
    border-right: none;
    border-left: none;
}
.f-16 {
    font-size: 16px !important;
}
#more {
    display: none;
}
.instruction-section h4 {
    text-align: center;
    color: #1F5290;
    font-family: "ProximaNova-Bold";
    margin-bottom: 0px;
    font-size: 20px;
    margin-top: 16px;
    text-transform: uppercase;
    width: 20%;
}
.d-grid {
    display: grid;
}
.w-80 {
    width: 80%;
}
.instruction-section h4 i {
    transform: rotate(-90deg);
    font-size: 35px;
    position: relative;
    top: 4px
}
.pro-title {
    width: 100px;
    background: transparent linear-gradient(0deg, #f44c53 0%, #f44c53 100%) 0% 0% no-repeat padding-box;
    height: 1px;
    display: block;
    margin-top: 10px;
}
.instruction-content {
/*    border: 1px solid #f44c53;*/
    margin: 12px auto;
    padding: 0px 25px;
}
.instruction-content ul {
    list-style-type: none;
}
.instruction-content ul li {
    padding: 4px 0px;
}
.r_more {
    padding: 1px 10px !important;
    margin: auto auto 15px auto;
    display: block !important;
}
.test-section h4 {
    text-align: left;
    color: #393939;
    font-family: "ProximaNova-Bold";
    margin-bottom: 0px;
    font-size: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
.test-section li {
    padding: 3px 0 7px;
/*    font-weight: 600;*/
    list-style-type: none;
}
.test-section li img {
    margin-right: 3px;
}

.test-pattern {
    display: flex;
}

.courses-section h4 {
    text-align: center;
    color: #1F5290;
    font-family: "ProximaNova-Bold";
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
.accordion::after {
     display: none;
 }
.accordion-content h6 {
    font-weight: bold;
}
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #C62829;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
     font-size: 14px; 
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    text-transform: uppercase;
  }
  .accordion button img {
      width: 20px;
      margin-bottom: 0px;
  }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #C62829;
  }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #C62829;
    border: 1px solid#F05654;
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "ProximaNova-Bold";
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 1px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 1px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded=true] {
    color: #C62829;
  }
  .accordion button[aria-expanded=true] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 12em; 
    max-height: fit-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    margin-bottom: 30px;
    margin-top: 15px;
/*      font-size: 14px;*/
      color: #000;
     overflow-y: scroll; 
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
      color: #000;
  }
  .accordion .accordion-content li {
        font-size: 16px;
      font-weight: 300;
      line-height: 25px;
      border: none;
      padding: 5px;
      text-align: left;
      list-style-type: none;
      color: #424242;
      display: flex;
  }
.accordion .accordion-content li img {
    margin-right: 5px;
    height: 10px;
margin-top: 7px;
}
  .accordion .accordion-content ul {
      margin: 1em 0 1em 2%;
      display: block;
      list-style-type: square;
  }
  
  @media (max-width: 992px) {
      .accordion button[aria-expanded="true"] + .accordion-content {
          overflow-y: scroll;
      }
  }
button:focus {
    outline: none !important;
}
.cup-img {
    top: -55px;
    position: relative;
}
.scroll-content-auto {
    position: relative;
    top: -50px;
}
.carousel-indicators {
    bottom: -50px !important;
}
.carousel-indicators li {
    width: 18px !important;
    height: 18px !important;
    background: rgba(97, 96, 96, 0.5) !important;
    border-radius: 0px;
    cursor: pointer;
    text-indent: unset !important;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.carousel-indicators .active {
    background-color: #CD4041 !important;
}
.sticky-form {
    position: sticky;
    top: 10px;
}
.thankyou-box {
    text-align: center;
}
.btn-outline-danger {
    color: #C62829 !important;
    background-color: transparent;
    background-image: none;
    border-color: #C62829 !important;
}
.btn-outline-danger:hover {
    color: #C62829 !important;
    background-color: transparent !important;
    border-color: #C62829 !important;
}
.contentRead {
    display: flex;
}
.contentRead::before, .contentRead::after {
    flex: 1;
    content: '';
    height: 1px;
    margin-top: 18px;
    border-top: 1px dashed #000;
}
.contentRead button {
    margin-bottom: 0;
    margin-top: 5px;
}
.hightlights-points h6, .hightlights-points p {
    
    text-align: center;
}
.hightlights-points h6 {
    font-size: 20px !important;
}
.hightlights-points p {
    margin-bottom: 10px;
    font-size: 18px !important;
/*    font-weight: normal !important;*/
}
.border-l-r {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
/*    display: flex;*/
    margin: auto;
}
.border-l-r h6 {
/*    margin: auto;*/
}
.lastLine {
    text-align: left;
    margin: 15px auto 10px;
}
.ms-options ul li.disabled {
    opacity: .5;
}
@media (max-width: 600px) {
    .instruction-content ul {
        padding-left: 0px;
    }
    .border-l-r {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: none;
    border-right: none;
        padding: 15px 0;
    }
    .prize-bg h6 span {
        display: block;
    }
    .sideMenu {
        width: 100% !important;
    }
    .instruction-content {
        padding: 0px;
    }
}
@media (max-width: 767px) {
    .instruction-section h4, .courses-section h4, .center-heading {
        font-size: 18px;
    }
    .content-section h6 {
        font-size: 15px;
    }
    .prize-bg h6 {
        font-size: 20px;
    }
    .prize-bg h6 i {
    font-size: 20px !important;
}
    .center-content h6 {
        font-size: 16px;
    }
    .prize-bg p {
        font-size: 18px;
    }
    .exam_date {
        font-size: 19px !important;
    }
}
@media (max-width: 992px) {
    .sticky-form {
        position: unset;
    }
    .order-swap {
        flex-direction: column-reverse;
    }
    .sideMenu {
        margin-top: 20px;
    }
    .border-l-r {
        margin: auto 0px !important;
    }
    .border-l-r h6 {
        margin-top: 0px;
        margin-bottom: 0;
    }
    
}
@media (width: 1024px) {
    .center-content h6 {
        font-size: 17px;
    }
}


.inst-title {
    display: flex;
}
.inst-title .line {
    transform: skewX(-18deg);
}
.inst-title .line1, .inst-title .line2, .inst-title .line3 {
    width: 2px;
    height: 23px;
    background: #194172;
    display: inline-block;
    transform: skewX(33deg);
}
.inst-title .line1 {
    opacity: 0.5;
}
.inst-title .line2 {
    width: 4px !important;
    margin: auto -2px; 
    opacity: 0.8;  
}
.inst-title .line3 {
    width: 8px !important;
}
.inst-title h4 {
    margin-top: 0px;
    /* margin-left: -6px; */
}

.scholarship-section {
    margin-top: 8%;
}
.scholarship-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.scholarship-title .lft-title {
    width: 23%;
}
.scholarship-title .lft-title img {
    width: 75%;
}
.scholarship-title .rgt-title {
    width: 70%;
    align-self: center;
}
.scholarship-title .rgt-title h6 {
    color: #CD4041;
    font-size: 28px;
    font-family: "ProximaNova-Bold";
    text-align: left;
    margin-bottom: 6px;
}
.scholarship-title .rgt-title h6 i {
    font-size: 23px !important;
}
.scholarship-title .rgt-title p {
    font-size: 15px;
}


.ten-best-main_list {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .ten-best-main_list .numbers {
    font-family: 'NotoSans-Bold';
    font-size: 37px;
    background: linear-gradient(180deg, #01283F 0%, #075C8E 100%);
    /* background: -webkit-linear-gradient(#eee, #333); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: none;
  }
  .ten-best-main_list p {
    color: #000;
    margin-bottom: 0px;
    align-self: center;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 0px 0px;
    line-height: 22px;
    text-transform: capitalize;
  }
  .ten-best-main_list p span {
    font-family: "ProximaNova-Bold";
    display: block;
  }
  .border-btm {
    border-bottom: 1px dashed #000;
  }
  .border-rgt {
    border-right: 1px dashed #000;
  }
  .p-10 {
    padding: 0px 0px;
  }
  .p-14 {
    padding-right: 14px;
  }
  .ml-p-5 {
    margin-left: 5%;
  }

  @media (max-width: 600px) {
    .border-rgt {
        border-right: 1px dashed #000;
        padding-right: 3px !important;
    }
    .br-sm-btm {
        border-bottom: 1px dashed transparent;
    }
    .test-pattern {
        display: block;
    }
    .test-pattern h4 {
        text-align: center;
        width: 100%;
    }
    .w-80 {
        width: 100%;
    }
    .instruction-section h4 i {
        transform: rotate(0deg);
        font-size: 29px;
        position: relative;
        top: -2px;
    }
    .lastLine {
        text-align: center;
    }
    .inst-title h4 {
        margin-left: 14px;
    }
    .scholarship-title .lft-title {
        width: 100%;
    }
    .scholarship-title .lft-title img {
        margin: auto;
        width: 40%;
        display: block;
    }
    .scholarship-title .rgt-title {
        width: 100%;
        margin-top: 5%;
    }
    .scholarship-title .rgt-title h6 {
        font-size: 18px;
        text-align: center;
    }
    .scholarship-title .rgt-title h6 i {
        font-size: 15px !important;
    }
    .scholarship-title .rgt-title p {
        font-size: 14px;
        text-align: center;
    }
    .table-bordered td, .table-bordered th {
        font-size: 14px;
    }
    .scholarship-mb-view {
        display: none;
    }
    .border-btm {
        border-bottom: 1px dashed transparent;
    }
    .ten-best-main_list p span {
        font-weight: normal;
        font-size: 14px;
    }
    .ten-best-main_list p {
        font-size: 12px;
    }
    .prize-bg {
        margin-top: 45px;
    }
    .ten-best-main_list {
        padding-bottom: 6px;
        padding-top: 6px;
    }
  }

  @media (min-width: 600px) {
    .prize-bg {
        display: none;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 992px) {
    .w-80 {
        width: 77%;
    }
    .hightlights-points h6 {
        font-size: 16px !important;
    }
    .hightlights-points p {
        font-size: 16px !important;
    }
    .instruction-section h4 {
        font-size: 18px;
        width: 25%;
    }
    .instruction-section h4 i {
        font-size: 29px;
    }
    .lastLine {
        font-size: 15px;
    }
    /* .ten-best-main_list p {
        font-size: 15px;
    } */
    .br-md-none {
        border-right: 1px dashed transparent;
    }
    .br-md-btm {
        border-bottom: 1px dashed #000;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .w-80 {
        width: 77%;
    }
    .hightlights-points h6 {
        font-size: 16px !important;
    }
    .hightlights-points p {
        font-size: 16px !important;
    }
    .instruction-section h4 {
        font-size: 18px;
        width: 25%;
    }
    .instruction-section h4 i {
        font-size: 29px;
    }
    .lastLine {
        font-size: 15px;
    }
    .inst-title h4 {
        margin-left: 10px;
    }
    .ten-best-main_list p {
        font-size: 15px;
    }
  }


   /************* Apply Now ************/
   .apply {
    display: flex;
    justify-content: center;
  }
  .apply h6 {
      color: #FF1E1E;
      font-weight: 700;
      text-align: center;
      font-size: 19px;
      text-transform: uppercase;
      padding-top: 8px;
  }
  .apply h6 i {
    transform: rotate(-90deg);
  }
  .apply p {
      text-align: center;
      color: #070707;
      font-size: 18px;
      /* font-weight: 600; */
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 0px;
  }
  .apply p a {
    color: #070707;
    text-decoration: none !important;
    font-size: 21px;
  }
  .apply p span {
    font-weight: 100;
    font-size: 21px;
  }
  .number {
      margin-top: 1%;
      font-size: 20px !important;
      font-weight: 400;
      /* letter-spacing: 1px; */
  }

  .admission-section {
    margin-bottom: -18px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
    width: 770px;
    position: relative;
    transform: translateX(6%) scale(1);
    /* margin-bottom: 25px; */
    margin-top: 8% !important;
  }
  .admission-section h4 {
    color: #393939;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #081770 0%, #007E7D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 26px;
  }
  
  .admission-list {
    display: flex;
    cursor: pointer;
  }
  .admission-list ul {
    /* grid-template-columns: repeat(4, 1fr); */
    display: flex;
    margin-bottom: 0px;
    padding-left: 20px;
  }
  .admission-list ul li {
    list-style-type: none;
    /* margin-bottom: 8px; */
    color: #000;
    padding-right: 32px;
  }
  .admission-list ul li img {
    width: 16px;
  }
  .apply-now {
    /* background: #2F2E2E; */
    background: url(https://pmu.edu/mocktest/images/explore-bg.png);
    background-size: 100% 100%;
    width: 158px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    padding: 0px 25px 0px 45px;
    text-transform: uppercase;
    height: 57px;
  }
  .apply-now:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 57px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 36px solid #2F2E2E;
    position: absolute;
    left: -36px;
    top: 0;
    display: none;
  }
  .admission-section a:hover {
    text-decoration: none;
  }
  .students-img {
    width: 145px;
    position: absolute;
    top: -48px;
    left: -123px;
    filter: drop-shadow(2px 7px 2px #2222228f);
    -webkit-filter: drop-shadow(2px 7px 2px #2222228f);
  }


  @media (max-width: 600px) {
    .admission-section {
        width: 100%;
        transform: unset;
    }
    .apply {
        display: block;
        justify-content: center;
      }
      .apply h6 i {
        transform: rotate(0deg);
        top: -3px;
        position: relative;
      }
      /* .apply p span {
        display: none;
      } */
      .apply p a {
        font-size: 18px;
      }
      .admission-section h4 {
        margin-bottom: 10px;
      }
      .admission-list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-left: 0;
        width: 80%;
      }
      .admission-list ul li {
        padding-right: 0px;
        padding-bottom: 5px;
        font-size: 14px;
      }
      .admission-list {
        display: block;
      }
      .apply-now {
        height: 54px;
        bottom: 0;
        top: unset;
        right: 0;
        padding: 0px 13px 0px 35px !important;
      }
      .students-img {
        width: 146px;
        top: -30px;
        right: -25px;
        left: unset;
      }
      .w-100-mb {
        width: 100%;
      }
  }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .admission-section {
        transform: translateX(6%) scale(.8);
        margin-bottom: -24px;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .admission-section {
        transform: translateX(6%) scale(.8);
        margin-bottom: -24px;
    }
  }

  @media screen and (min-width: 992px) and (max-width: 1199px) {

    .admission-section {
        transform: translateX(6%) scale(1);
    }
  }
