@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

label{
    color: black;
}
form label {
    text-align: left;
}
.fheading{
        text-align: center;
    margin-bottom: 4%;

}
.logo img{
        border: 2px solid #ffbc5a;
        border-radius: 7px;
}
.hotest-job img {
    width: 30px !important;
    height: 30px !important;
}
body {
    margin: 0;
     font-family: "Poppins", serif;
}
tbody tr td {
    color: black;
    font-family: 'Poppins';
    font-size: 15px;
}

p.text-muted {
    font-family: 'Poppins';
    font-size: 14px;
    color: black;
}
#foundationAccordion button {
    color: black;
    
}
#foundationAccordion button {
    color: black;
    font-weight: 400;
    font-family: 'Poppins';
}
div#accordionExample .card-body {
    color: black;
    font-family: 'Poppins';
    font-size: 15px;
    text-align: left;
}
#advancedAccordion button {
    color: black;
    
}
button.btn.btn-link.btn-block.text-left.collapsed,button.btn.btn-link.btn-block.text-left {
    font-weight: bold;
    color: black;
    font-family: 'Poppins';
    color: #000000;
}
.simple-faq{
        margin-top: 14px;
    box-shadow: 0 0 15px 0 #cc;
    box-shadow: 0 0 16px rgba(60, 72, 82, .1);
    border-radius: 8px;
    border: 0;
    padding: 0px;
}
.custom-header{
        background: linear-gradient(90deg, #5d9d9e 0%, #0ebc7e 100%);
    font-family: 'Poppins';
    font-weight: bold;
}
#advancedAccordion button {
    color: black;
    font-weight: 400;
    font-family: 'Poppins';
}
div#accordionExample .card-body {
    color: black;
    font-family: 'Poppins';
    font-size: 15px;
    text-align: left;
}
main {
    display: block
}
.mt-0{
    margin-top: 0 !important;
}

.mt-0 p{
    color: black !important;
}
.star-rating{
        display: flex
;
    gap: 8px;
}
.star-rating li i{
    color: red;
    color: #ffbc5a;
}
.onlineSliderDiv img {
    /* width: 64px; */
    height: 60px;
}
#videoPlayer{
    width: 482px;
}
.partnership-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
  overflow: hidden;
  border-radius: 20px;
  background: #1A1A1A;
  padding: 64px 73px;
  backdrop-filter: blur(250px);
}

.partnership-header {
  display: flex;
  align-items: center;
  gap: 17px;
  justify-content: center;
}

.partner-logo {
  max-width: 17%;
  height: auto;
  border: 2px solid #ffbd5d;
  object-fit: contain;
  border-radius: 9px;
}

.partnership-description {
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #A3A3A3;
}

@media (min-width: 768px) {
  .partnership-description {
    font-size: 18px;
    line-height: 28px;
  }
}

.partnership-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 48px;
}

@media (min-width: 768px) {
  .partnership-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
  }
}

.benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.benefit-icon {
  max-width: 72px;
  height: 72px;
  object-fit: contain;
}

.benefit-text {
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: white;
}

@media (min-width: 768px) {
  .benefit-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.Faq_accordian_data span {
    font-family: 'Poppins';
    color: black;
}

section.coursesBanner.mahe-courses.mahe-domestic {
    background-image: url('../iconx/bg-hero.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.certificate-img img {
    width: 60%;
    border-top-left-radius: 77px;
    border-bottom-right-radius: 77px;
}
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

.d-block {
    display: block
}

select {
    padding: 10px;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23a3932%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat,repeat;
    background-position: right .7em top 50%,0 0;
    background-size: .65em auto,100%
}

select::-ms-expand {
    display: none
}

select::-ms-expand {
    display: none
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

.pointer-event {
    pointer-events: none
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(../../../../../../../themes/onlinemanipal/css/fonts/HelveticaNowDisplay-Regular.woff2) format("woff2"),url(../../../../../../../themes/onlinemanipal/css/fonts/HelveticaNowDisplay-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url(../../../../../../../themes/onlinemanipal/css/fonts/HelveticaNowDisplay-Bold.woff2) format("woff2"),url(../../../../../../../themes/onlinemanipal/css/fonts/HelveticaNowDisplay-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body {
    overflow-x: hidden
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.3;
    outline: none;
    font-family: "HelveticaNowDisplay";
    font-size: 18px;
    color: #ffffff;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,a,p {
    text-decoration: none;
    list-style: none;
    margin: 0
}
header.header {
    background: black;
}
img {
    max-width: 100%;
    display: block;
    /* margin: auto; */
}

.slick-slide .lang_logo img {
    max-width: unset!important
}

.footerWrapper,.wrapper {
    padding: 0 50px
}

.sectionTopPadding {
    padding-top: 50px
}

.sectionPadding {
    padding: 50px 0
}

.primaryColor {
    background: -webkit-linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.secondaryColor {
    color: #fdb515
}

.whiteColor {
    color: #fff
}

.greyColor {
    color: #696666
}

.orangeColor {
    color: #ed3024
}

.primaryBg {
    background-color: #fdf8f4
}

.secBg {
    background-color: #fff
}

.fontBold {
    font-weight: 700
}

.xtraFontBold {
    font-weight: 900
}

.bigFontSize {
    font-size: 72px
}

.h2 {
    font-size: 48px
}

.h3 {
    font-size: 30px
}

.h4 {
    font-size: 24px
}

.p {
    font-size: 18px
}

.smallText {
    font-size: 14px
}

.xtraSmallText {
    font-size: 12px
}

.slick-track {
    display: flex!important
}

.fancybox-button {
    background: #fff
}

.pointer-event {
    pointer-events: none
}

#myWhiteLogoImg,#myBlackSearchIcon {
    display: none
}

#myLogoImgLaptop {
    display: none
}

#myLogoImgMobile {
    width: 200px;
    display: block
}

#mySearchIcon {
    display: block;
    margin: 0
}

.enrollDiv {
    padding-bottom: 15px;
    text-align: right;
    display: none
}

.headerGradientBtn {
    /* background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%); */
    border-radius: 4px;
    padding: 10px;
    background: linear-gradient(90deg, #5d9d9e 0%, #0ebc7e 100%);
    text-transform: uppercase;
    display: inline-flex;
    font-weight: 600;
    align-items: center
}

.page-template-muj-online-degree-courses .coursesInfo .pointers {
    justify-content: space-between!important
}

.homeBanner .blackBtn,.allBlogsBanner .blackBtn {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%)
}

.blackBtn {
    background: #000;
    border-radius: 4px;
    padding: 8px 24px;
    text-transform: uppercase;
    display: inline-flex;
    font-weight: 600;
    align-items: center;
    color: #fff
}

.headerTransBtn {
    border: 1px solid #fdf8f4;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
    display: inline-block
}

.header {
    position: fixed;
    width: 100%;
    z-index: 3;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #9e9e9e
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.header ul.menu {
    display: flex;
    align-items: center
}

.header li a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    color: #fff
}

.searchImg {
    vertical-align: middle
}

.menu li span.toggle {
    padding-left: 5px
}

#togglerIcon .toggle:before {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome
}

.header .logo {
    display: block;
    float: left;
    /* padding:17px 12px 10px 0; */
    text-decoration: none;
    position: relative;
    width: 10%;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    margin: 24px 0 0 24px;
    float: left!important
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 30px 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2.5px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px
}

.menu .primary-btn .menuItem.course-menu {
    padding-top: 6px;
    padding-left: 12px;
    padding-right: 12px
}

.header .menu-icon .navicon:before,.header .menu-icon .navicon:after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%
}

.header .menu-icon .navicon:before {
    top: 7px
}

.header .menu-icon .navicon:after {
    top: -6px
}

.header .menu-btn {
    display: none
}

.header .menu-btn:checked~.menu {
    max-height: 100vh
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: #fff!important
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0
}

.page-template-mahe-international-landingpage .popuprfiform .layout {
    display: block!important
}

.menuItem.mobLink {
    display: block
}

.pointer-event {
    pointer-events: none!important
}

.dropDownMenu {
    display: none;
    background: #f8f6f7
}

.dropDownMenu ul li .subMenuItem {
    color: #fff;
    font-size: 14px;
    padding: 0
}

.onNavBar {
    position: absolute;
    right: 50px;
    top: 30px
}

.poweredBy {
    position: absolute;
    top: 27px;
    left: 235px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.poweredBy img {
    width: 90px;
    margin: 0
}

.poweredText {
    padding-left: 5px;
    color: #fff;
    margin-bottom: -5px
}

.layout {
    display: flex
}

.layout-vertical {
    flex-direction: column
}

.layout-item-center {
    align-items: center
}

.layout-item-flex-end {
    align-items: flex-end
}

.layout-justify-center {
    justify-content: center
}

.layout-justify-space-between {
    justify-content: space-between
}

.layout-justify-space-around {
    justify-content: space-around
}

.layout-padding {
    padding: 0 83px!important
}

.layout-flex-full {
    flex: 1 100%
}

#blackUNext {
    display: none
}

footer .contact-us-container .contact-us a img {
    height: 20px;
    max-width: 20px
}

footer .contact-us-container .contact-us {
    display: flex;
    gap: 10px;
    height: -moz-fit-content;
    height: fit-content
}

footer .footer-contact-container .contact-us-container .info-container {
    gap: 5px!important;
    display: flex;
    flex-direction: column
}

footer .footer-contact-container .footer-menu-container {
    margin: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 36px
}

footer .contact-us-container {
    display: flex;
    gap: 30px
}

footer .contact-us-container .contact-us a {
    display: flex;
    gap: 10px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: .74px;
    line-height: 26px;
    font-weight: 700;
    color: #fdf8f4
}

footer .footer-contact-container {
    padding: 20px 40px!important
}

footer {
    background: #2c2c2c;
    position: relative;
    float: left;
    width: 100%
}

.footerBody {
    padding: 50px 0;
    display: flex;
    justify-content: space-between
}

.footerMenu,.companyAddress {
    display: flex;
    justify-content: space-between
}

.footerMenu ul li {
    margin-bottom: 25px
}

.footerMenu ul li:last-child {
    margin-bottom: 0
}

.footerMenu ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #b3b3b3
}

.coursesDiv h4,.socialMedia h4,.categories-links h4,.companyLocation h4 {
    color: #b3b3b3;
    font-weight: 700;
    font-size: 16px
}

.coursesDiv h5,.categories-links h5 {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin: 20px 0 4px
}

.coursesDiv p,.categories-links p {
    color: #b3b3b3;
    font-size: 16px
}

.coursesDiv a,.categories-links a {
    color: #b3b3b3;
    font-size: 15px;
    display: block
}

.socialMedia ul {
    padding-top: 20px;
    display: flex
}

.socialMedia ul li {
    display: inline-block;
    padding-right: 25px
}

.socialMedia ul li:last-child {
    padding-right: 0
}

.companyLocation ul li {
    padding-bottom: 25px;
    display: flex;
    align-items: center
}

.companyLocation ul li p {
    margin-left: 15px;
    font-size: 15px
}

.copyRightFoot {
    padding: 25px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.enrollFloatBtn {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 2
}

.enrollFloatBtn img {
    width: 40px;
    height: 40px
}

.enrollFloatBtn img.floating-enrol-btn {
    width: 85px;
    height: 85px
}

.enrollFloatBtn a {
    display: block;
    margin-top: 10px
}

.footerPoweredBy {
    align-items: center
}

.footerPoweredBy p {
    margin-right: 10px;
    margin-left: 5px
}

.homeBanner {
    height: auto;
    position: relative;
    max-height: 501px
}

.homeBannerSlider,.mujhomeBannerSlider {
    position: relative;
    overflow: hidden;
    height: 100%
}

.sliderContainer {
    position: relative
}

.sliderText {
    position: absolute;
    top: 120px;
    right: 50px
}

.seo-pages .seo-banner .sliderText {
    display: flex
}

.seo-pages .seo-banner .left {
    width: 70%
}

.seo-pages .seo-banner .right {
    position: absolute;
    right: 50px;
    top: 120px;
    width: 25%
}

.seo-pages .seo-banner .right .form-container {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    border-radius: 4px
}

.seo-pages .seo-banner .otp-verification-block .resend-otp {
    color: #fff
}

.seo-pages .seo-banner .otp-verification-block .countdown {
    color: #fff
}

.seo-pages .homeBanner.seo-banner {
    max-height: 550px;
    overflow: hidden
}

.leftPosition .sliderText {
    left: 50px
}

.sliderText h1 {
    margin-bottom: 20px
}

.gradientBtn {
    display: inline-block;
    background: linear-gradient(90deg, #5d9d9e 0%, #0ebc7e 100%);
    border-radius: 5px;
    padding: 15px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
}

.homeBannerSlider ul .slick-dots,.experienceBannerSlider ul .slick-dots {
    bottom: 20px
}

.slick-dots li button::before {
    opacity: 0.5!important;
    color: #ff6600!important;
    font-size: 8px!important
}

.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #ff6600!important;
    font-size: 12px!important
}

.slick-dotted.slick-slider {
    margin-bottom: 0!important
}

.onlineTextDiv .smallText {
    text-transform: uppercase
}

.transBtn {
    border: 1px solid #3a3932;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block
}

.onlineSliderHolder ul li {
    position: relative
}

.onlineSliderDiv {
    position: relative
}

.electives .onlineSliderDiv {
    padding-right: 50px
}

.onlineSliderDiv img {
    margin: 0
}

.page-template-muj-online-degree-courses .onlineSliderDiv img {
    width: 104px!important
}

.page-template-muj-landingpage .onlineSliderDiv img {
    width: 104px!important
}

.seo-pages .onlineSliderDiv img {
    height: 104px
}

.manipalplus .onlineSliderDiv img {
    margin: 0;
    width: 100px;
    height: unset
}

.onlineSliderDiv h3 {
    margin: 40px 0 20px
}

.onlineSliderDiv .onlineDes p {
    position: relative;
    overflow: hidden;
    color: black !important;!i;!;
    font-family: 'Poppins';
}

.onlineSliderDiv .onlineDes p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.drawLine,.drawLineSem {
    height: 100%;
    width: 1px;
    background-color: #ed3024;
    position: absolute;
    top: 0;
    right: 0
}

.drawLineCounter,.drawLineCounterTwo {
    height: 100%;
    width: 1px;
    background-color: #ed3024;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto
}

.drawLineForm {
    height: 100%;
    width: 3px;
    background-color: rgba(253,248,244,.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto
}

.upAnim {
    animation-name: drawUpLine;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    transform-origin: 50% 100%
}

@keyframes drawUpLine {
    0% {
        transform: scaleY(0)
    }

    100% {
        transform: scaleyY(1)
    }
}

.downAnim {
    animation-name: drawDownLine;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    transform-origin: 50% 0%
}

@keyframes drawDownLine {
    0% {
        transform: scaleY(0)
    }

    100% {
        transform: scaleyY(1)
    }
}

.popularCoursesText {
    text-align: center;
    padding-bottom: 70px
}

.popularCoursesText h4 {
    margin-bottom: 10px
}

.coursesContainer {
    height: 100%;
    border-radius: 10px;
    margin: 0 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
    background: #fff
}

.position-relative {
    position: relative!important
}

img.courseCard-bgImg {
    top: 0;
    right: 0;
    opacity: .15
}

.slick-slide img .line-items .sunil .logo {
    display: block!important;
    width: 100px!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.coursesInfo img {
    margin-right: 8px
}

.position-absolute {
    position: absolute!important
}

.coursesBGTwo {
    background-image: url(../../../../../../../themes/onlinemanipal/images/coursesBg1.png);
    background-repeat: no-repeat;
    background-position: right top
}

.coursesBGThree {
    background-image: url(../../../../../../../themes/onlinemanipal/images/coursesBg4.png);
    background-repeat: no-repeat;
    background-position: right top
}

.coursesBGFour {
    background-image: url(../../../../../../../themes/onlinemanipal/images/coursesBg2.png);
    background-repeat: no-repeat;
    background-position: right top
}

.coursePointers {
    padding: 24px 0
}

.menu-divider {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    height: 3px;
    width: 100%
}

.card-buttons {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: baseline
}

.polpularSliderHolder ul .slick-prev:before,.polpularSliderHolder ul .slick-next:before {
    color: #5f5f5f!important;
    font-size: 0
}

.polpularSliderHolder ul .slick-prev.slick-disabled:before,.polpularSliderHolder ul .slick-next.slick-disabled:before {
    opacity: 0.4!important
}

.gradientSection {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box
}

#hideenrollNow .dd{
        background: #ffbc5a;
        text-align: center;
        padding: 10px;
        color: black;
        font-family: 'Poppins';
        font-weight: 500;
}

.gradientTextDiv {
    width: calc(100% - 450px)
}

.gradientTextDiv h2 {
    margin-bottom: 15px
}

.gradientAnchor {
    display: inline-block;
    background: #fdb515;
    border-radius: 5px;
    padding: 15px 35px;
    text-transform: capitalize
}

.counterSection {
    border-top: 1px solid #ed3024;
    border-bottom: 1px solid #ed3024;
    position: relative
}

.counterHolder {
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 60px
}

.leftCounterDiv,.rightCounterDiv {
    width: 50%
}

.rightCounterDiv {
    padding-left: 30px
}

.upCounterDiv {
    padding-bottom: 60px
}

.downCounterDiv {
    padding-top: 60px
}

.whyManipalSec h2 {
    text-align: center
}

.whyManipalHolder {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    text-align: left
}

.whyManipalDiv {
    width: 20%
}

.whyManipalDiv .whyManipalImg {
    min-height: 90px;
    position: relative
}

.whyManipalDiv .whyManipalImg img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0
}

.whyManipalDiv h3 {
    margin: 20px 0 10px
}

.whyManipalDes {
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
    overflow: hidden
}

.whyManipalDes p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.missionText {
    position: relative;
    padding: 50px
}

.helpCenterBanner {
    background: url(../../../../../../../themes/onlinemanipal/images/help-center-bg.jpg);
    background-size: cover
}

.missionText h4 {
    margin-bottom: 20px
}

.facultySection .facultyTitle {
    text-align: center;
    margin-bottom: 40px
}

.facultyCard {
    margin: 0 15px;
    position: relative;
    height: 450px
}

.facultyCard>div {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: all 1s ease-in-out;
    transform-style: preserve-3d;
    overflow: auto
}

.facultyFront {
    border-radius: 10px
}

.facultyFrontContent {
    position: relative;
    border-radius: 10px;
    height: 100%;
    overflow: hidden
}

.facultyImg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.facultyBack {
    transform: rotateY(-180deg);
    background: #3a3932;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    border-radius: 10px
}

.facultyBackbgimg {
    background-image: url(../../../../../../../themes/onlinemanipal/images/coursesBg1.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    opacity: .4
}

.facultyBackContent p {
    padding-bottom: 20px
}

.facultyBackContent {
    width: 100%;
    height: 100%;
    padding: 35px 20px
}

.backFacultyNameDiv {
    display: flex;
    align-items: center
}

.backFacultyImg {
    position: relative;
    width: 70px
}

.backFacultyImg .smallProffImg {
    border-radius: 50%
}

.backFacultyImg .linkdImg {
    position: absolute;
    right: 0;
    bottom: 0
}

.backFacultyName {
    float: left;
    margin-left: -70px;
    width: 100%
}

.facultyBackContent h4 {
    margin: 35px 0 15px
}

.facultyText {
    padding: 20px 20px 10px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.2)
}

.facultyNameDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.linkedInDivImg {
    width: 18px
}

.facultySpec h4 {
    font-size: 16px
}

.facultyName {
    margin-left: -15px;
    float: left;
    width: 100%
}

.facultySliderHolder ul .slick-prev:before,.facultySliderHolder ul .slick-next:before {
    font-family: unset;
    border-radius: 50%!important;
    font-size: 14px!important;
    color: #5f5f5f!important;
    content: ""
}

.facultySliderHolder ul .slick-prev.slick-disabled:before,.facultySliderHolder ul .slick-next.slick-disabled:before {
    opacity: 0.4!important
}

.questionSection {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    position: relative
}

.questionHolder {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px
}

.questionText h2,.questionText h4 {
    color: #f4ece6
}

.questionText h2 {
    font-size: 42px
}

.questionText,.questionForm {
    width: 50%;
    padding-top: 20px
}

.ourStudentTitle {
    position: absolute
}

.studentImg img {
    border-radius: 50%;
    border: 1px solid #ed3024
}

.aluminiSection {
    background-color: #3a3932;
    border-top: 1px solid #ed3024
}

.aluminiSection h6 {
    text-align: center;
    margin-bottom: 40px
}

.companyLogo p {
    text-align: center;
    margin-bottom: 5px
}

.companyLogoImg {
    position: relative;
    height: 50px;
    margin-bottom: 15px
}

.companyLogoImg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.floatingBtn {
    background: #1f5eff;
    border-radius: 4px;
    color: #fff;
    padding: 6px 14px;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #fff
}

.floatingNotification {
    position: absolute;
    width: 350px;
    bottom: -175px;
    right: 0;
    transition: all 0.5s
}

.floatingText {
    padding: 40px
}

.mobileHomeBannerImg {
    display: none!important
}

.missionBanner {
    position: relative
}

.overlay-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000;
    background: rgba(0,0,0,.2)
}

.overlay-content {
    display: none;
    background: #fff;
    padding: 20px;
    width: 40%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: default;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.9);
    transition: 0.2s all ease-in-out
}

.overlay-content h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.overlay-content h3 br {
    display: none
}

.overlay-content p {
    margin-bottom: 15px
}

.international-rfiform .otp-phone p {
    width: -webkit-fill-available
}

.close-btn {
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    color: #fff
}

.close-btn:hover {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%)
}

.outer {
    width: 110px;
    height: 110px;
    border: 2px solid #fff;
    background-color: rgba(255,0,0,.3490196078);
    padding: 15px;
    text-align: center;
    border-radius: 50%!important
}

.npfWidgetButton {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    margin-top: 4px;
    border-radius: 50%!important
}

.questionForm {
    padding: 30px
}

.slideFloat {
    right: -100%
}

.poweredByHomepage {
    padding: 10px 20px;
    background: rgba(0,0,0,.75);
    position: absolute;
    left: 0;
    bottom: 0
}

.poweredByHomepage img {
    width: 90px;
    margin: 0
}

.poweredByHomepage p {
    padding-left: 5px
}

.facultyCard:hover .facultyFront {
    transform: rotateY(180deg)
}

.facultyCard:hover .facultyBack {
    transform: rotateY(0deg)
}

.aboutUsBanner {
    position: relative
}

.aboutUsBanner .missionText {
    top: 50px;
    width: 50%;
    position: absolute
}

.aboutUsBanner .missionText h1 {
    color: #3a3932;
    font-size: 50px;
    font-weight: 700;
    line-height: 54px;
    padding-bottom: 20px
}

.aboutUsBanner .missionImg {
    height: 100%
}

.aboutUsBanner .missionImg img {
    height: 100%;
    width: 100%
}

.videoSection {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    overflow: hidden
}

.videoHolder {
    position: relative;
    width: 50%;
    height: 100%;
    padding: 0 24px
}

.VideoTextHolder {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.playVideoBtn img {
    position: absolute;
    left: 40%;
    bottom: 40%
}

.page-template-womens-day .playVideoBtn img {
    left: 45%;
    bottom: 40%
}

.timelinerVideoHolder .playVideoBtn img {
    position: absolute;
    left: 24px;
    bottom: 24px
}

.videoDiv {
    height: 100%;
    position: relative
}

.videoDiv .video-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.accordionTitle {
    text-align: center
}

.faqsPageHolder {
    padding: 60px 0;
    position: relative;
    background-color: #f6f7f9
}

.accordianHolder {
    position: relative
}

.call_submenu {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s
}

.faqAccordian:hover .call_submenu {
    opacity: 1
}

.call_submenu .toggle:before {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    color: #fff;
    padding: 10px 13px;
    border-radius: 50%;
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%)
}

.open_accordian_faq .toggle:before {
    content: "\f106";
    font: normal normal normal 16px/1 FontAwesome;
    color: #fff
}

.Faq_title h4 {
    transition: all 0.5s
}

.Faq_title {
    position: relative;
    border-color: transparent
}

.Faq_title h4 {
    padding: 30px 0;
    color: black;
    font-family: 'Poppins';
}

.open_accordian_faq h4 {
    font-size: 20px;
    padding: 30px 30px 10px;
    font-weight: 700;
    font-family: 'Poppins';
}

.faqAccordian {
    position: relative;
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
    display: none
}

.faqAccordian .Faq_accordian_data a {
    text-decoration: underline;
    color: #f60
}

.faqAccordian:last-child {
    margin-bottom: 0
}

.Faq_accordian_data {
    display: none;
    position: relative;
    padding: 0 30px 30px
}

.Faq_accordian_data ul {
    padding-left: 20px
}

.Faq_accordian_data ul li {
    list-style: disc
}

.Faq_accordian_data ol {
    padding: 0 0 20px 20px
}

.Faq_accordian_data ol li {
    list-style: decimal
}

.accordionTitle ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.accordionTitle ul li {
    padding: 0 25px 6px
}

.accordionTitle ul#tabs-nav li.active {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    border-radius: 4px!important;
    padding: 0 35px 6px
}

.accordionTitle ul#tabs-nav li.active a {
    color: #fff
}

.showMoreDiv {
    text-align: center;
    padding-top: 40px
}

.counterPopUp {
    position: absolute;
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    padding: 30px;
    width: 20%;
    bottom: 0;
    right: 0
}

.counterPopUp .smallText {
    text-transform: uppercase
}

.counterPopUp .fontBold {
    margin: 20px 0 30px
}

.counterPopUp .transBtn {
    border-color: #fff;
    color: #fff
}

.studentHolder {
    position: relative
}

.studentDes {
    position: absolute;
    width: 30%;
    right: 150px;
    top: 0
}

button.slick-prev.slick-arrow {
    left: -40px
}

button.slick-next.slick-arrow {
    right: -40px
}

.enquireDiv {
    text-align: center;
    margin: 30px 0 0
}

.howCanApplyDiv {
    background-color: #fff;
    padding-bottom: 15px
}

.howCanApplyDiv a {
    display: flex;
    margin-left: 100px;
    padding: 15px 0 0
}

.howCanApplyDiv a img {
    margin: 0 8px 0 0
}

.aboutUsBanner .floatingNotification {
    z-index: 1
}

.page-template-muj-coursepage .courseFeeHolder .section-subtitle {
    margin-bottom: 10px
}

.page-template-muj-coursepage .header .menu {
    padding: 9px 0 0 24px
}

.learnHolder {
    position: relative
}

.downloadSyllabusPopup {
    position: absolute;
    background: #ebded4;
    bottom: 0;
    padding: 15px 25px
}

.overlay-content.popup1download.downloadform {
    max-height: unset;
    overflow-y: unset
}

.learnHolder .onlineSliderDiv h3 {
    margin: 10px 0 20px
}

.courseCompleteSec h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700
}

.courseCompleteHolder {
    display: flex;
    justify-content: center;
    margin-top: 50px
}

.courseCompleteCard {
    margin: 10px;
    background: #fdf8f4;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    border-radius: 10px;
    position: relative
}

.courseCompleteImg img {
    border-radius: 10px 10px 0 0;
    width: 100%
}

.courseCompleteText {
    padding: 30px
}

.completedListUL {
    margin-top: 5px
}

.listStyle {
    margin-top: 10px;
    margin-left: 20px;
    position: relative
}

.listStyle::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    width: 8px;
    height: 8px;
    left: -20px;
    bottom: 0;
    top: 4px;
    margin: 0;
    border-radius: 50%
}

.whoCanApplyHolder {
    position: relative;
    display: flex
}

.whoCanApplyTextDiv {
    width: 50%;
    padding: 100px;
    display: flex;
    align-items: center
}

.whoCanApplyContainer {
    width: 50%;
    padding-top: 100px
}

.whoCanApplyDiv {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -50px;
    margin-bottom: 50px;
    padding-right: 50px
}

.whoCanApplyImg {
    width: 100px;
    height: 100px;
    border: 1px solid #ed3024;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    -webkit-animation: rip 1s infinite ease-out;
    -moz-animation: rip 1s infinite ease-out
}

.whoCanApplyText {
    width: calc(100% - 150px);
    margin-left: 50px
}

.whoCanApplyText h2 {
    font-size: 24px
}

.whoCanApplyText .primaryColor {
    margin: 5px 0 15px;
    display: block
}

.whoCanApplyText ul li {
    position: relative;
    margin: 0 0 15px 25px
}

.whoCanApplyText ul li::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    width: 8px;
    height: 8px;
    left: -20px;
    top: 8px;
    margin: auto;
    border-radius: 50%
}

.whoCanApplyImg img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.coursesBanner {
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    padding-top: 75px
}

.coursesBanner .wrapper {
    background: linear-gradient(90deg,rgba(255,212,147,.2) 0%,rgba(245,150,3,.2) 100%);
    height: 100%;
    position: relative
}

.coursesBanner.mahe-domestic {
    padding-top: 100px
}

#coursebannerAnim {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    z-index: -1
}

.coursesBannerText {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.coursesBannerText h3,.coursesBannerText h1 {
    margin: 0 0 20px;
    z-index: 1;
    color: white;
    font-size: 49px;
}

.courseInfo {
    display: flex;
    justify-content: space-between;
    margin: 20px 0
}

.courseInfo .InfoDiv {
    display: flex;
    align-items: center
}

.courseInfo .InfoDiv img {
    padding-right: 16px
}

.InfoDiv h5 {
    margin-bottom: 7px;
    font-size: 14px
}

.enrollHolder {
    display: flex;
    align-items: baseline;
    text-align: center
}

.enrollmentDiv {
    margin-right: 20px
}

.enrollmentDiv:last-child {
    margin-right: 0
}

.floatingNews {
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative
}

.floatingNews::before {
    content: "";
    position: absolute;
    border-width: 8px;
    left: -20px;
    border-style: solid;
    border-color: transparent transparent transparent #ed3024
}

.courseFeeHolder {
    background: linear-gradient(90deg,rgba(255,212,147,.2) 0%,rgba(245,150,3,.2) 100%);
    position: relative
}

.courseFeeDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%
}

.courseFeeDiv .accordionTitle ul {
    justify-content: start
}

.accordionTitle ul#tabs-nav-fee li.active {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    border-radius: 90px;
    padding: 0 35px 6px
}

.accordionTitle ul#tabs-nav-fee li.active a,.accordionTitle ul#tabs-nav-fee li.active span {
    color: #fff
}

.tab-content {
    display: none
}

.tab-content.current {
    display: inherit
}

.feeCardHolder {
    display: flex
}

.feeCard {
    background: #fdf8f4;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 25px;
    margin-right: 50px;
    width: 50%
}

.feeCard .courseFee {
    font-size: 24px;
    font-weight: 700;
    padding: 12px 0
}

.feeCard h3 {
    font-size: 24px
}

.h3,h3 {
    font-size: 1.75rem
}

.completedListUL {
    margin-top: 5px!important
}

.listStyle {
    margin-top: 10px!important;
    margin-left: 20px!important;
    position: relative!important
}

.listStyle p {
    margin-bottom: 1rem
}

.feeCard:last-child {
    margin-right: 0
}

.feeCard h3 {
    margin: 18px 0 7px
}

.feeCard .feeCardDes {
    margin: 25px 0
}

.courseFeeHolder .counterPopUp {
    padding: 45px;
    width: 25%
}

.courseFeeHolder .counterPopUp .greatNews {
    position: relative
}

.courseFeeHolder .counterPopUp .greatNews::before {
    content: "";
    position: absolute;
    border-width: 8px;
    left: -20px;
    border-style: solid;
    border-color: transparent transparent transparent #fdb515
}

.certificateSection .layout>div {
    flex: 1 1 0%
}

.page-template-muj-coursepage .certificateSection .layout>div {
    width: 50%
}

.page-template-muj-coursepage .certificateSection .layout>img {
    width: 50%
}

.certificateHolder {
    text-align: left
}

.certificateHolder p {
    width: 70%;
    margin: 10px 0
}

.certificateHolder img {
    width: 650px
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,.embed-container object,.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.timelinerVideoHolder {
    position: relative
}

.timelinerText {
    position: absolute;
    padding: 0 30px;
    width: 45%;
    bottom: 100px;
    z-index: 1
}

.courseCompleteSec .blogCardSlider ul li {
    margin-bottom: 25px
}

#blog-listing .accordionTitle {
    text-align: left
}

.helpCenterBanner .missionText h2 {
    margin-bottom: 10px
}

.queryNumberList {
    display: flex
}

.queryNumberList>div {
    padding-right: 24px;
    flex-basis: 50%
}

.general-queries {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.queryNumberList h3 {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding-bottom: 12px
}

.queryNumberList h3:after {
    content: "";
    background: #000;
    position: absolute;
    top: 37px;
    left: 0;
    height: 1px;
    width: 70px
}

.queryNumberList ul li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.4)
}

.queryNumberList ul li:last-child {
    border: 0;
    padding: 22px 0 0
}

.queryNumberList .numberHolder {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.queryNumberList .numberDiv {
    display: flex;
    align-items: center;
    padding: 12px 40px 12px 0
}

.queryNumberList .numberDiv a {
    padding-left: 6px
}

.queryNumberList .numberDiv img {
    margin: 0
}

.queryNumberList .whatsApp {
    display: flex;
    align-items: center
}

.queryNumberList .whatsApp img {
    margin: 0 5px 0 0
}

.callerType {
    text-transform: uppercase
}

.queryNumberListMobile {
    display: none
}

.queryNumberListMobile ul li {
    border-bottom: 1px solid rgba(255,255,255,.7);
    padding: 25px 20px
}

.queryNumberListMobile ul li:last-child {
    border: 0
}

.queryNumberListMobile .numberHolderMobile .numberDivMobile {
    margin-top: 15px
}

.queryNumberListMobile .numberDivMobile {
    display: flex;
    align-items: center
}

.queryNumberListMobile .numberDivMobile img {
    margin: 0 10px 0 0
}

.queryNumberListMobile .whatsAppMobile {
    display: flex;
    align-items: center
}

.queryNumberListMobile .whatsAppMobile img {
    margin: 0 10px 0 0
}

.purpleBtn {
    display: inline-block;
    background: #b924ed;
    border-radius: 60px;
    padding: 5px 15px
}

.allBlogsBanner .sliderText p {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px
}

.allBlogsBanner .sliderText {
    right: unset;
    left: 50px;
    top: 200px
}

.trendySection h2 {
    width: 45%;
    margin: auto;
    text-align: center
}

.blogCardHolder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.blogImg img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover
}

.blogText {
    padding: 15px
}

.bloggerInfo {
    display: flex;
    font-size: 16px;
    padding-bottom: 15px;
    min-height: 100px
}

.bloggerInfoImg {
    border-radius: 50%;
    margin: 0 10px 0 0
}

.bloggerInfoNews img {
    margin: 0
}

.categorySection h2 {
    text-align: center
}

.blackSection {
    background: #3a3932
}

.blackHolder {
    display: flex
}

.blackTextDiv,.blackFormDiv {
    width: 50%
}

.blackTextDiv p {
    margin-top: 15px
}

.blogCardSlider,.blogNewsCardSlider,.newsblogCardSlider {
    width: 80%;
    margin: auto
}

.blogCardSlide {
    height: 100%;
    margin: 0 15px 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    border-radius: 4px
}

.blogImg img {
    border-radius: 4px 4px 0 0
}

.noImgWithBg {
    background: linear-gradient(158.73deg,#fc5c06 -.93%,#ef381e 98.75%);
    padding: 15px;
    position: relative
}

.noImgWithBg p {
    color: #fff;
    -webkit-text-fill-color: #fff
}

.noImgWithBg .bloggerInfo img {
    border: 2px solid #fff
}

.blogDetailBanner {
    position: relative
}

.blogDetailText {
    position: absolute;
    bottom: 50px;
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

.blogBannerTitleDiv {
    display: flex;
    align-items: center;
    justify-content: center
}

.backBtnBlog {
    display: block;
    width: 50px;
    margin: 0 20px
}

.suggestedSec h2 {
    padding-bottom: 60px
}

.blogDetailDes {
    margin: auto
}

.blogDetailDes .bloggerInfo {
    padding-bottom: 40px;
    position: relative
}

.backBtnBlogMobile {
    display: none
}

.blogContent p {
    text-align: justify
}

.blog-info p,.blog-info p span {
    color: #fff
}

.desktopBanners {
    display: block
}

.mobileBanners {
    display: none
}

.industrySpeakSec h3 {
    text-align: center;
    margin-bottom: 10px
}

.industrySliderHolder {
    float: left;
    width: 100%;
    margin: auto
}

.industrySliderHolder ul li {
    padding: 30px 0
}

.indusrtyCard {
    background: #f4ece6;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    border-radius: 10px;
    margin: 0 20px;
    height: 100%
}

.indusrtyVideoDiv {
    position: relative
}

.indusrtyVideoDiv .videoImg {
    border-radius: 10px 10px 0 0
}

.indusrtyVideoDiv .indusrtyVideoPlayBtn img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.indusrtyTextDiv {
    padding: 15px;
    position: relative
}

.indusrtyTextDiv img {
    margin: 0;
    margin-top: 25px;
    width: 15px
}

.industryTextBody {
    min-height: 180px
}

.industryTextBody p {
    margin-top: 15px
}

.industryTextBody .authorDesignation {
    margin-top: 0;
    margin-left: 9px
}

.industrySliderHolder ul .slick-prev.slick-disabled:before,.industrySliderHolder ul .slick-next.slick-disabled:before {
    opacity: 0.4!important
}

.studentBanner .floatingNotification {
    bottom: 0
}

.studentBanner .missionImg {
    position: relative
}

.studentBanner .missionImg .studentVideoPlayBtn img {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: auto;
    height: auto
}

.studentBanner .missionImg img {
    -o-object-fit: cover;
    object-fit: cover
}

.eventSection .milestoneHolder {
    width: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

.eventSection .milestoneHolder .studentLoginBtn {
    text-transform: uppercase;
    display: flex;
    align-items: center
}

.eventSection .milestoneHolder .studentLoginBtn img {
    margin: 0;
    margin-left: 10px
}

.communitySection .communityHeading {
    width: 50%;
    margin-bottom: 30px
}

.communitySlider ul li {
    padding: 30px 0 20px
}

.communitySlider ul .slick-prev:before,.communitySlider ul .slick-next:before {
    font-family: unset;
    border-radius: 50%!important;
    padding: 8px!important;
    font-size: 14px!important;
    border: 1px solid #5f5f5f;
    color: #5f5f5f!important
}

.communitySlider ul .slick-prev.slick-disabled:before,.communitySlider ul .slick-next.slick-disabled:before {
    opacity: 0.4!important
}

.communitySlider {
    width: 75%;
    margin: auto
}

.communitySlider .communityHolder {
    margin: 0 15px;
    background: #fdf8f4;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    border-radius: 10px
}

.communityVideoImg {
    position: relative
}

.communityVideoImg .communityBgImg {
    border-radius: 10px 10px 0 0
}

.communityVideoPlayBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    border-radius: 10px 10px 0 0
}

.communityVideoPlayBtn img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.communityFooterText {
    padding: 25px
}

.studentOnlineSection .onlineTextDiv {
    text-align: center
}

.courseListingBanner .missionText {
    top: 190px;
    left: 80px
}

.courseListingBanner .missionText h2 {
    margin-bottom: 15px
}

.courseListingBanner .missionText a {
    margin-top: 20px
}

.listingheading {
    border-bottom: 1px solid #ed3024;
    padding-bottom: 40px
}

.listingSearchBar {
    display: flex;
    align-items: center;
    padding: 10px;
    background: rgba(255,255,255,.95);
    border-radius: 5px;
    justify-content: space-between;
    margin: 20px 0 0
}

.listingSearchBar input {
    width: calc(100% - 30px);
    background: transparent
}

.listingSearchBar button {
    width: 30px;
    background: transparent;
    cursor: pointer
}

.listingCardHolder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px
}

.listingCardHolder .coursesContainer {
    background-repeat: no-repeat;
    background-position: right top;
    margin: 0;
    width: 28%;
    margin-bottom: 70px;
    position: relative
}

.listingCardHolder .coursesContainer .courseType {
    position: absolute;
    top: 0;
    padding: 5px 10px
}

.listingCardHolder .coursesContainer .coursesInnerDiv h3 {
    text-shadow: 2px 2px #fff,2px -2px #fff,-2px 2px #fff,0 -2px #fff
}

.listingCardHolder .coursesContainer .coursesInnerDiv .coursesInfoDiv {
    display: block;
    margin: 30px 0
}

.listingCardHolder .coursesContainer .coursesInnerDiv .coursesInfoDiv .coursesInfo:first-child {
    margin-bottom: 10px
}

.listingCardHolder .coursesContainer .coursesInnerDiv .coursesInfoDiv .coursesInfo div {
    display: flex
}

.listingCardHolder .coursesContainer .coursesInnerDiv .coursesInfoDiv .coursesInfo div p:first-child {
    margin-right: 5px
}

.selfBanner .missionText {
    width: auto;
    top: 250px;
    left: 50px
}

.selfDisclosureSection .selfDisclosureHeading {
    padding-bottom: 20px
}

.selfDisclosureSection .overlay-content p {
    margin-bottom: 15px
}

.selfDisclosureSection .overlay-content.popup10 {
    width: 70%
}

.selfDisclosureHolder {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ed3024;
    border-top: 1px solid #ed3024;
    padding: 40px 0 0;
    justify-content: space-between
}

.selfDisclosureCard {
    width: 30%;
    padding: 25px 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    border-radius: 10px;
    margin-bottom: 40px;
    display: none
}

.selfDisclosureCard .selfBodyCopy {
    min-height: 100px
}

.selfDisclosureOverlay ul {
    margin-bottom: 20px;
    padding-left: 20px
}

.selfDisclosureOverlay ul li {
    background: url(../../../../../../../themes/onlinemanipal/images/self-disclosure-li.png) left center no-repeat;
    margin-bottom: 12px;
    background-size: 15px;
    list-style-type: disc
}

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

.selfDisclosureOverlay ul li:hover a {
    background: -webkit-linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.InfoDiv .InnerInfoDiv {
    display: flex
}

.InfoDiv .InnerInfoDiv p:first-child {
    margin-right: 5px
}

.courseDetailSec .onlineTextDiv p {
    width: 50%
}

.accordionTitle ul#tabs-nav-course li.active {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    border-radius: 90px;
    padding: 0 35px 6px
}

.accordionTitle ul#tabs-nav-course li.active a {
    color: #fff
}

.learnSection {
    position: relative
}

.learnSection .accordionTitle {
    display: flex;
    align-items: center
}

.learnSection .accordionTitle h2 {
    width: 50%;
    text-align: start
}

.learnSection .accordionTitle ul {
    padding: 0;
    width: 50%;
    justify-content: start
}

.tab-content-course .accordianHolder .faqAccordian {
    margin-bottom: 0;
    display: block
}

.tab-content-course .accordianHolder .faqAccordian .open_accordian_faq h4 {
    font-size: inherit
}

.tab-content-course .accordianHolder .faqAccordian .Faq_title h4 .numberingSpan {
    margin-right: 15px
}

.tab-content-course .accordianHolder .faqAccordian .Faq_accordian_data {
    padding: 0 30px 30px 70px
}

.tab-content-course .accordianHolder .faqAccordian .Faq_accordian_data ul li {
    position: relative;
    margin-bottom: 10px
}

.tab-content-course .accordianHolder .faqAccordian .Faq_accordian_data ul li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f8510e;
    border-radius: 50%;
    left: -17px;
    top: 7px
}

.tab-content-course .accordianHolder .faqAccordian .Faq_accordian_data ul li:last-child {
    margin-bottom: 0
}

.thisForMobileOnly {
    display: none
}

.gradientTextHolder {
    display: flex;
    align-items: center
}

.gradientTextDivOne,.gradientTextDivTwo {
    width: 50%;
    padding: 0 20px
}

.gradientAnchorDiv {
    text-align: center;
    width: 100%;
    padding-top: 40px
}

.gradientAnchorDiv p {
    margin-bottom: 20px
}

.gradientTextDivTwo {
    border-left: 1px solid #fdb515
}

.studentMobBanner {
    display: none
}

.numbers-block .line-item {
    width: 20%;
    padding: 0 24px;
    text-align: center
}

.numbers-block h4 {
    line-height: 24px
}

.numbers-block h4 .counter-text {
    display: block;
    color: #3a3932;
    background: unset!important;
    -webkit-text-fill-color: #3a3932!important
}

.section-wrapper {
    padding: 50px
}

.fontBold {
    font-weight: 700
}

.fs-38 {
    font-size: 38px
}

.slick-prev::before {
    content: "";
    background: url(../../../../../../../../../wp-content/uploads/2021/05/Arrow-button-04.png);
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0
}

button.slick-arrow {
    position: absolute;
    width: 49px;
    height: 49px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 20px rgba(128,127,123,.2117647059);
    border-radius: 64px
}

.slick-next::before {
    content: "";
    background: url(../../../../../../../../../wp-content/uploads/2021/05/Arrow-button-03.png);
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0
}

.slick-prev:hover::before {
    background: url(../../../../../../../../../wp-content/uploads/2021/05/Arrow-button-02.png)!important;
    z-index: 999
}

.slick-next:hover::before {
    background: url(../../../../../../../../../wp-content/uploads/2021/05/Arrow-button-01.png)!important;
    z-index: 999
}

.testmonialCard {
    display: flex
}

.mit .testmonialCard .image-block img.test-user {
    border: 1px solid #f60;
    border-radius: 4px
}

.testimonial.industrySpeakSec {
    padding-top: 50px
}

.jigsawtestimonialSliderHolder .testmonialCard .text {
    padding-top: 0
}

.jigsawtestimonialSliderHolder .testmonialCard {
    margin: 20px 50px;
    padding: 24px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    border-radius: 8px
}

.testmonialCard .content .text {
    background: url(../../../../../../../themes/onlinemanipal/images/quotes.png);
    background-repeat: no-repeat;
    background-size: 150px
}

.testmonialCard .item {
    flex: 1 1 0%
}

.testmonialCard .text {
    min-height: 500px;
    padding-top: 50px
}

.testmonialCard .text p {
    font-size: 18px;
    font-weight: 700
}

.testmonialCard .name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.testimonialSliderHolder ul {
    -webkit-transition: opacity 2000s ease-in-out;
    -moz-transition: opacity 2000s ease-in-out;
    -ms-transition: opacity 2000s ease-in-out;
    -o-transition: opacity 2000s ease-in-out;
    opacity: 1
}

.testmonialCard .designation {
    text-transform: uppercase;
    font-size: 14px
}

.testmonialCard .custom-navigation {
    display: flex;
    padding: 0!important
}

.testmonialCard .pagingInfo {
    font-weight: 700
}

.testmonialCard .custom-navigation .pp2 {
    padding-right: 16px
}

.testmonialCard .left {
    padding: 24px
}

.testmonialCard .right {
    background-image: linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),url(../../../../../../../themes/onlinemanipal/images/testimonial-bg-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.testmonialCard .right .right-block {
    display: flex;
    flex-direction: column;
    align-items: center
}

.testmonialTextBody {
    display: flex;
    flex-direction: column;
    height: 450px
}

.custom-navigation .slick-arrow {
    position: relative;
    width: auto;
    height: auto;
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    cursor: pointer
}

.info-block .layout {
    margin-bottom: 24px
}

.dividerline {
    border-bottom: 1px solid #dadada;
    margin-bottom: 24px
}

.testimonial-img {
    border-radius: 80px;
    width: 150px;
    overflow: hidden
}

.testimonial-img img {
    position: relative;
    left: -1px
}

.testmonialCard .title .designation {
    font-size: 18px;
    color: #666
}

.testmonialTextBody .text-content img {
    width: 32px
}

.testmonialTextBody .p.text {
    margin: 24px 0;
    font-size: 18px;
    font-weight: 300;
    color: #666;
    text-align: left;
    line-height: 32px
}

.industrySpeakSec h3 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px
}

.section-title {
    font-size: 38px;
    color: #000;
    font-weight: 700
}

.desc-text {
    float: left;
    width: 100%;
    text-align: center
}

.orangeColor {
    color: #f60;
    font-size: inherit
}

.courseFeeHolder #tabs-nav-fee li.active {
    padding: 20px 30px!important;
    border-radius: 4px!important
}

.accordionTitle ul#tabs-nav-fee li.active {
    background: linear-gradient(90deg,#ed3024 0%,#f60 100%);
    border-radius: 90px;
    padding: 0 35px 6px
}

.courseFeeDiv .accordionTitle ul {
    justify-content: start
}

.accordionTitle ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    margin: 20px 0;
    border-bottom: 1px solid #707070
}

.timelinerSection h3 {
    color: #fff
}

.timelinerSection .item.left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 30%
}

.timelinerSection h2.section-title {
    color: #fff!important;
    text-align: right
}

.timelinerVideoHolder .timelinerText {
    display: none
}

.onlineSliderDiv h3,.onlineSliderDiv h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 8px!important;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 62px;
    font-family: 'Poppins';
    color: black;
}

.onlineSliderHolder .slick-track,.semSliderHolder .slick-track {
    display: flex!important
}

.page-id-668463 .semSliderHolder .slick-track,.page-id-665177 .semSliderHolder .slick-track {
    margin-left: unset
}

.onlineSliderHolder h3.tapmi-overview {
    margin: 0px!important;
    padding: 20px 0 0px!important;
    font-size: 18px
}

.semSliderHolder .sub-text {
    font-size: 14px;
    font-style: italic
}

.onlineSliderHolder .slick-slide,.semSliderHolder .slick-slide {
    height: auto
}

.onlineSliderHolder.tapmi-overview li.slick-slide {
    height: 200px
}

.semSliderHolder li {
    border-right: 1px solid #707070;
    margin-right: 20px
}

.electives .onlineSliderDiv h3 {
    margin: 20px 0 10px!important;
    min-height: 100px
}

.electives .semSliderHolder .onlineSliderDiv h3 {
    min-height: unset;
    font-size: 20px
}

.about-us .popularCoursesText h2 {
    margin-top: 30px;
    font-size: 38px!important
}

.about-us.facultySection .section-title {
    margin: 30px 0
}

.onlineSliderHolder .slick-track li:first-child .onlineSliderDiv {
    margin-left: 0
}

.onlineSection .onlineSliderDiv {
    padding: 20px!important
}

.onlineSliderDiv svg {
    width: 100px
}

.onlineSliderDiv svg path {
    fill: #f60
}

.accordionTitle ul#tabs-nav li.active {
    /* background: linear-gradient(90deg,#ed3024 0%,#f60 100%); */
    border-radius: 4px!important;
    padding: 0 35px 6px;
    background: linear-gradient(90deg, #5d9d9e 0%, #0ebc7e 100%);
}

.accordionTitle ul#tabs-nav li.active {
    padding: 21px 22px;
    border-radius: 4px!important
}

.accordionTitle ul#tabs-nav li.active a,.accordionTitle ul#tabs-nav li a {
    font-size: 20px;
    color: #fff!important
}

.accordionTitle ul#tabs-nav li a {
    color: #000!important;
    font-family: 'Poppins';
}

.text-center {
    text-align: center!important
}

.mb-70 {
    margin-bottom: 70px
}

.mobileOnly {
    display: none
}

.sliderText h1 {
    margin-bottom: 20px;
    font-weight: 700
}

.sliderText .h2 {
    font-size: 24px;
    font-weight: 500!important;
    color: #fff
}

.onlineSection .onlineTextDiv {
    margin-bottom: 30px
}

.facultyCard {
    height: 400px
}

.milestoneSliderHolder .facultyBackContent .facultyBackContentDes {
    padding: 10px 20px
}

.milestoneSliderHolder .facultyBackImg img {
    width: 100%;
    border-radius: 10px 10px 0 0
}

.eventSection {
    float: left;
    width: 100%
}

ul.about-us {
    margin-left: 20px
}

.about-us li {
    color: #fff;
    list-style: disc;
    line-height: 32px
}

p.video-tit {
    margin-bottom: 0!important;
    min-height: 80px;
    border-radius: 0 0 8px 8px
}

.video-tit {
    background: transparent linear-gradient(270deg,#f60 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    padding: 12px;
    color: #fff
}

.page-template-student-login .section-wrapper {
    padding-top: 125px
}

.what-is-in-it {
    float: left;
    width: 100%;
    padding-top: 3%
}

.what-is-in-it .first-row {
    float: left;
    width: 100%
}

.what-is-in-it .card:hover {
    transform: rotatey(180deg)
}

.what-is-in-it .card>div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fef8f3;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center
}

.what-is-in-it .front {
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100%
}

.what-is-in-it .empty-space {
    float: left;
    width: 100%;
    height: 175px
}

.what-is-in-it .title-text {
    float: left;
    width: 100%;
    height: 73px;
    padding-left: 15px;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    text-align: left;
    background-image: url(/../../../../../wp-content/uploads/2021/03/MicrosoftTeams-image-1-1.png)
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent!important;
    outline: none!important;
    background: 0 0!important
}

.what-is-in-it .back {
    z-index: 1;
    transform: rotatey(180deg);
    background: #fef8f3;
    border: 1px solid #fef8f3
}

.what-is-in-it .text {
    width: 100%;
    font-size: 20px;
    position: absolute;
    top: 50%;
    color: #f60;
    margin-left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
    padding: 0 3%
}

.what-is-in-it .card {
    float: left;
    width: 30%;
    height: 250px;
    margin: 20px auto;
    border: 1px solid #fef8f3;
    transform-style: preserve-3d;
    position: relative;
    transition: all 1s ease-in-out;
    transform-origin: 50% 50%;
    margin-right: 2%;
    cursor: pointer
}

.what-is-in-it .second-row {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 15%
}

.slick-next:before {
    content: "";
    background: url(/../../../../../wp-content/uploads/2021/05/Arrow-button-03.png);
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0
}

.coursesInnerDiv p {
    margin: 0;
    font-size: 18px;
    font-weight: 400
}

.coursesInnerDiv p.xtraSmallText {
    font-size: 16px
}

.InfoDiv h5 {
    margin-bottom: 7px;
    font-size: 18px
}

.popup-line-items li {
    list-style: disc
}

ul.popup-line-items {
    margin-left: 15px;
    margin-bottom: 15px
}

.facultySpec {
    margin-bottom: 15px
}

.page-template-courses .headerTransBtn {
    border: 1px solid #000;
    color: #000
}

.muj .popularCoursesText h2 {
    font-size: 38px;
    font-weight: 700
}

.muj.course-page .line-items p,.muj.course-page .line-items p strong {
    font-size: 14px
}

.muj.course-page.landing-page .txt-left img {
    width: 90%;
    float: left;
    margin-top: -20px
}

.muj.course-page.landing-page .txt-right .layout {
    margin-top: 50px
}

.muj.course-page.landing-page .submit-wrap.textbox-wrap {
    text-align: center
}

.muj.course-page.landing-page .field-wrap.submit-wrap.textbox-wrap .ninja-forms-field {
    font-size: 16px!important;
    padding: 5px 20px!important;
    height: 40px!important;
    background: #fdb515!important;
    color: #000!important
}

.muj.course-page.landing-page #nf-label-field-27-0,.muj.course-page.landing-page #nf-label-field-26-0 {
    font-size: 12px;
    font-style: italic;
    color: #fff
}

.muj.course-page.landing-page .nf-error .nf-error-msg {
    color: #fff;
    font-size: 14px
}

.muj.course-page.landing-page .nf-error.field-wrap .nf-field-element:after {
    height: 30px;
    line-height: 30px;
    font-size: 14px
}

.muj.course-page.landing-page .nf-error-msg,.muj.course-page.landing-page .ninja-forms-req-symbol {
    color: #fff
}

.muj.course-page .form-block {
    right: 50px
}

.muj.course-page .InfoDiv p {
    margin-bottom: 1rem
}

.selfDisclosureOverlay strong,.selfDisclosureOverlay strong a,.selfDisclosureOverlay b a {
    font-weight: 700
}

.course-banner {
    background: linear-gradient(90deg,rgba(255,212,147,.2) 0%,rgba(245,150,3,.2) 100%);
    position: relative;
    overflow: hidden
}

.muj.course-page .section-wrapper.layout.course-banner {
    padding: 120px 50px 20px 50px
}

.muj.course-page .section-wrapper.layout.course-banner.scroll_txt_there {
    padding: 174px 50px 20px 50px
}

.banner-left-block {
    position: relative
}

.banner-right-block .form-block {
    right: 0!important;
    top: 0px!important
}

.muj .form-block {
    top: 120px;
    right: 100px;
    position: absolute;
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    border-radius: 4px
}

.uloop-white {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    opacity: 0.5!important
}

.muj.course-page .txt-left img {
    width: 94%;
    float: left;
    margin-top: -20px
}

.txt-block .txt-left {
    min-width: 250px
}

.muj.course-page .section-title {
    font-size: 38px;
    margin-bottom: 0
}

.muj.course-page .banner-left-block .section-title {
    font-size: 32px;
    margin-bottom: 25px
}

.muj.course-page .banner-left-block {
    margin-right: 25px
}

.muj.course-page .desc p {
    font-size: 16px
}

.muj .onlineSection .section-title {
    margin-bottom: 0
}

.videoHolder {
    position: relative;
    width: 50%;
    height: 100%
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

a.enrollnow-btn {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    display: block;
    font-size: 14px!important;
    color: #fff!important;
    text-transform: capitalize;
    padding: 13px 21px
}

.muj .icon-image {
    width: 50px;
    margin: 0;
    padding-right: 10px
}

.muj-course-pointers .line-items {
    display: flex;
    padding-bottom: 12px
}

.muj-course-pointers .line-items>div {
    display: flex;
    align-items: center;
    flex: 1 1 0%
}

.plus-advantage .section-title {
    margin-bottom: 20px
}

.plus-advantage .tabcontent {
    display: none;
    padding: 6px 12px
}

.plus-advantage .degreestab {
    display: block
}

.plus-advantage .tab {
    overflow: hidden;
    border-bottom: 1px solid #f60;
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.plus-advantage .tab button.active {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%)!important;
    color: #fff;
    font-weight: 700;
    border-radius: 4px
}

.plus-advantage .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    transition: 0.3s;
    font-weight: 700;
    text-align: left
}

.form-block-holder.block-inner-content {
    box-shadow: none!important
}

.lsq-form-wrapper .sec-captcha-wrapper .captcha-panel {
    max-width: none!important
}

.lsq-form-wrapper .sec-captcha-wrapper img {
    width: 85%!important
}

.highlights-section {
    float: left;
    width: 100%
}

.highlights-section h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.highlights-section p {
    text-align: center
}

.manipalplus .onlineSliderDiv .onlineDes p {
    display: unset
}

#custom,.blogContent table,.faqAccordian table {
    font-family: Arial,Helvetica,sans-serif;
    border-collapse: collapse;
    width: 100%
}

#custom td,.blogContent td,.blogContent th,.faqAccordian td,.faqAccordian th,#customers th {
    border: 1px solid #ddd
}

#custom tr:nth-child(even),.blogContent tr:nth-child(even),.faqAccordian tr:nth-child(even) {
    background-color: #f2f2f2
}

#custom tr:hover,.blogContent tr:hover,.faqAccordian tr:hover {
    background-color: #ddd
}

#custom th,.blogContent th,.faqAccordian th {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 12px;
    text-align: left;
    background-color: #f60;
    color: #fff;
    font-weight: 700;
    border: 1px solid red;
    border-width: 1px;
    border-style: solid;
    -o-border-image: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    border-image: linear-gradient(90deg,#ed3024 0%,#ff6600 100%)
}

#custom td,.blogContent td,.faqAccordian td {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px
}

.blogContent td,.faqAccordian td {
    font-size: 16px
}

.plus-advantage li {
    line-height: 32px
}

.plus-advantage li::before,.semSection .overlay-content li::before {
    content: "»";
    color: #f60;
    font-size: 24px;
    margin-right: 12px
}

.plus-advantage p {
    padding-bottom: 24px
}

#sec-button-wrapper #form-submit-button {
    background-color: #f7b314!important;
    border: 1px solid #f7b314!important;
    border-radius: 5px!important;
    background-image: none!important;
    cursor: pointer
}

#sec-fields-wrapper label {
    font-family: "HelveticaNowDisplay"!important;
    font-size: 14px!important
}

.sliderText.plus-page {
    right: 100px
}

.view-course-link {
    font-size: 13px
}

.coursesInfoDiv .coursesInfo {
    background: #dbdbdb;
    padding: 24px;
    font-size: 16px!important
}

.coursesInfoDiv .coursesInfo .layout {
    overflow: hidden;
    font-size: 16px!important
}

.m-0 {
    margin: 0!important
}

.course-tab-content {
    width: calc(100% - 232px);
    margin-top: 8px
}

.tab-content>.active {
    display: block
}

.layout-justify-space-between {
    justify-content: space-between
}

.single-course {
    margin-bottom: 12px;
    text-align: left;
    padding-top: 12px
}

.single-course:first-child {
    padding-top: 0
}

.single-course a {
    font-size: 16p!important;
    line-height: 24px!important;
    font-weight: 600;
    white-space: nowrap
}

.university {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px!important;
    font-weight: 700;
    margin-bottom: 4px
}

.layout.single-course .name {
    font-weight: 700;
    font-size: 13px!important;
    color: #3a3932!important;
    margin-bottom: 4px;
    white-space: nowrap;
    line-height: 18px
}

.coursesdropdownMenu::before {
    content: "";
    width: 0;
    height: 0;
    top: -6px!important;
    position: absolute;
    left: 50px;
    border: solid #3a3932;
    border-width: 0 1px 1px 0;
    display: inline-block;
    background: #f8f6f7;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.primary-btn {
    display: flex;
    align-items: center;
    height: 42px;
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center
}

.dropDownMenu.coursesdropdownMenu {
    top: 100px;
    background-color: #f8f6f7;
    border: 1px solid #fff;
    opacity: .96
}

.dropdown-toggle::after {
    content: "\f107"!important;
    font: normal normal normal 16px/1 FontAwesome;
    color: #fff;
    border: 0px!important;
    vertical-align: baseline!important
}

.univ-name {
    font-weight: 700;
    font-size: 13px!important;
    color: #ff6600!important;
    margin-top: 4px;
    white-space: nowrap;
    line-height: 18px
}

.view-more,.view-more a {
    font-size: 10px!important;
    color: #3a3932!important;
    font-weight: bold!important;
    line-height: 10px!important
}

.view-more a:hover {
    color: #ff6600!important;
    text-decoration: underline!important
}

.layout.single-course .duration {
    color: #3a3932!important;
    font-size: 10px
}

.single-course .duration img {
    width: 10px;
    height: 10px;
    margin-right: 4px!important;
    margin-top: 1px
}

.dropDownMenu.coursesdropdownMenu.close {
    display: none
}

.dropDownMenu.coursesdropdownMenu.show {
    display: block
}

.menuItem.course-menu {
    color: #fff!important;
    padding: 10px
}

.semSection .downloadSyllabusPopup {
    position: relative!important;
    margin-top: 10px
}

.rfi-form .wpcf7-form-control-wrap {
    padding: 6px 0;
    float: left;
    width: 100%
}

.rfi-form .wpcf7-form-control-wrap input,.rfi-form .wpcf7-form-control-wrap select {
    padding: 12px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    font-family: "HelveticaNowDisplay"
}

.rfi-form .intl-tel-input {
    float: left;
    width: 100%
}

.rfi-form .wpcf7-form-control.wpcf7-submit {
    background-color: #f7b314;
    border: 1px solid #f7b314;
    border-radius: 5px!important;
    background-image: none!important;
    cursor: pointer;
    padding: 12px;
    color: #fff
}

.rfi-form .wpcf7-checkbox input {
    float: left;
    width: auto!important;
    margin-right: 8px;
    margin-top: 5px
}

.rfi-form .wpcf7-checkbox .wpcf7-list-item-label {
    color: #fff;
    font-size: 14px
}

.rfi-form .termsField label {
    color: #fff;
    font-size: 14px;
    padding: 6px 0
}

.rfi-form .wpcf7-list-item {
    margin: 0!important
}

.rfi-form .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 14px;
    font-style: italic
}

.rfi-form .wpcf7-form-control-wrap option {
    font-size: 14px;
    font-family: "HelveticaNowDisplay","Arial",sans-serif
}

.wpcf7 form .wpcf7-response-output {
    border: none!important;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-size: 20px;
    padding: 0!important
}

.rfi-form.layout {
    flex-direction: column
}

.banner-form .banner-right-block {
    position: absolute;
    top: 142px;
    right: 50px
}

.banner-form .muj-right-block {
    top: 50px!important
}

.muj-slider-text {
    top: 50px!important
}

.banner-right-block ul.country-list {
    float: left;
    width: 285px
}

.screen-reader-response {
    display: none
}

.view-all-courses {
    float: right;
    margin-right: 30px;
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px
}

.page-template-page-manipalplus .overlay-content p {
    margin-bottom: 15px
}

.plus-advantage .overlay-content p {
    padding-bottom: 0
}

.plus-advantage .overlay-content ul {
    padding-bottom: 12px
}

.plus-advantage .overlay-content ul li {
    font-size: 16px;
    line-height: inherit
}

.plus-advantage #custom .layout>div {
    padding: 12px 0
}

.plus-advantage #custom .layout>div:first-child {
    border-bottom: 1px solid #ddd
}

.plus-advantage .layout>div::before {
    content: "»";
    color: #f60;
    font-size: 24px;
    margin-right: 12px
}

#custom tr:hover {
    background: none
}

.alert-msg {
    font-weight: 700;
    font-size: 20px
}

.page-template-muj-landingpage .sliderText {
    top: 150px
}

.page-template-muj-landingpage .sliderText .InfoDiv,.page-template-home-page .sliderText .InfoDiv {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.page-template-muj-landingpage .banner-tile {
    width: 250px;
    height: 105px
}

.page-template-muj-landingpage .banner-tile.course-tile,.page-template-home-page .banner-tile.course-tile {
    margin: 10px 0 20px
}

.page-template-muj-landingpage .leftPosition .sliderText {
    left: 40px
}

.error-content-block {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box
}

.error-content-block h1 {
    text-align: center;
    font-size: 15em;
    font-weight: 100;
    color: #fff
}

.error-content-block p {
    font-size: 2em;
    text-align: center;
    font-weight: 100;
    color: #fff
}

.error-content-block .button {
    font-weight: 300;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    border: 1px solid #fff;
    padding: .5em;
    border-radius: 3px;
    position: relative;
    transition: all 0.3s linear;
    text-align: center
}

.error-content-block .button:hover {
    color: #000
}

.error-content-block .back-button {
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px 0
}

.dropDownMenu.moredropdownMenu.show {
    display: block
}

.dropDownMenu.moredropdownMenu.close {
    display: none
}

.moredropdownMenu {
    position: absolute;
    top: 114px;
    right: 40px;
    padding: 12px 0!important
}

.moredropdownMenu::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px!important;
    position: absolute;
    right: 30px
}

#all-assesment {
    position: relative;
    display: flex;
    flex-direction: column
}

.webinars-content {
    width: 100%;
    overflow-x: auto
}

.webinars-content a {
    color: #f60
}

.fs14 {
    font-size: 14px!important
}

.muj-link {
    color: #f4ece6!important;
    font-weight: bold!important;
    font-size: 16px!important;
    margin: 20px 0 15px
}

.campaign .coursesdropdownMenu::before {
    left: unset!important;
    right: 150px!important
}

.campaign .dropDownMenu.coursesdropdownMenu {
    right: 100px!important
}

.list-style .overlay-content ul li {
    font-size: 16px;
    line-height: inherit
}

.list-style li::before {
    content: "»";
    color: #f60;
    font-size: 24px;
    margin-right: 12px
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.faqAccordian p {
    margin-bottom: 1rem;
    color: black !important;!I;!;
}

.muj.course-page .uloop-white {
    width: 40%
}

.student-experience .banner-text {
    position: absolute;
    top: 200px;
    left: 50px;
    color: #fff;
    width: 50%
}

.expertSliderHolder .indusrtyVideoDiv {
    padding-right: 50px
}

.expertSliderHolder .indusrtyVideoDiv .indusrtyVideoPlayBtn img {
    padding-right: 50px
}

.expertSliderHolder .indusrtyVideoDiv .videoImg {
    border-radius: 8px
}

.expertSliderHolder .expert-title {
    font-size: 24px;
    font-weight: 700;
    background: -webkit-linear-gradient(#ff0000,#ff5b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    height: 60px
}

.expertSliderHolder .presenter {
    display: block;
    font-size: 24px;
    padding: 45px 0
}

.expertSliderHolder .description {
    display: block
}

.expertSliderHolder .layout .item {
    flex: 1 1 0%
}

.expertSliderHolder .slick-dots {
    position: initial
}

.expertSliderHolder .slick-arrow {
    position: relative!important;
    top: 0px!important;
    left: 0px!important;
    box-shadow: none!important;
    border-radius: 0px!important;
    width: auto!important;
    height: auto!important;
    font-weight: 700;
    padding: 0 12px;
    background: none
}

.middle {
    flex: 1;
    text-align: center
}

.expertSliderHolder .navigations.layout {
    padding: 12px 0;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc
}

.facultySliderHolder .slick-dots li button::before {
    color: #f60;
    border-radius: 50%;
    font-size: 12px;
    opacity: inherit
}

.facultySliderHolder .slick-dots li.slick-active button::before {
    color: red!important
}

.expertSliderHolder .indusrtyCard {
    margin: 0px!important;
    background: none!important;
    box-shadow: unset!important
}

.expertSliderSec {
    background-image: url(../../../../../../../themes/onlinemanipal/images/video-background.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.student-experience h1 {
    font-weight: 700;
    font-size: 2em
}

.student-experience .banner-text p {
    color: #000;
    font-weight: 700
}

.experience-card-details {
    background: #fdf8f4
}

.experience-card-details .layout {
    flex-wrap: wrap
}

.experience-card-details h3 {
    font-size: 23px;
    font-weight: 700;
    min-height: 85px
}

.experience-card-details .description {
    padding: 12px 0
}

.experience-card-details .line-items {
    padding: 24px 32px;
    flex: 0 0 30.33%;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 4px;
    opacity: 1;
    min-height: 420px;
    box-shadow: 1px 1px 5px 1px #ccc
}

.experience-card-details img {
    width: 80px;
    margin: 0
}

.experience-card-details ul {
    padding-left: 12px
}

.experience-card-details li {
    list-style: disc;
    color: #f60
}

.experience-card-details li p {
    line-height: unset;
    margin-bottom: 1rem;
    font-size: 16px;
    margin-top: 0
}

.card-divider {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    height: 2px;
    margin-bottom: 20px
}

.presenter h5 {
    text-transform: uppercase
}

.right .slick-arrow:hover {
    color: #f60;
    text-decoration: underline
}

.description span {
    display: block;
    font-size: 15px;
    line-height: 24px
}

.description span::before {
    display: inline-block;
    content: "";
    border-radius: .375rem;
    height: .3rem;
    width: .35rem;
    margin-right: .5rem;
    background-color: #f60
}

.experience-card-details .line-items .content {
    min-height: 460px
}

.expertSliderSec h2 {
    padding-bottom: 20px
}

.recognised-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.recognised-section .title {
    text-align: center;
    font-weight: 700;
    font-size: 18px
}

.recognised-section .slick-initialized .slick-slide {
    padding: 0 24px
}

.recognised-section .ranking {
    text-align: center
}

.recognised-section .slick-dots li button::before {
    color: #ff6600!important;
    font-size: 12px
}

.recognisedSliderHolder,.maherecognisedSliderHolder {
    float: left;
    width: 100%
}

.toolsCovered .maherecognisedSliderHolde {
    float: left;
    width: 100%
}

.recognisedSliderHolder .slick-list {
    padding-bottom: 20px
}

.recognisedSliderHolder .slick-slide img {
    width: 200px
}

.recognisedSliderHolder .rank-title {
    padding-top: 20px
}

.page-template-mahe-international-landingpage .recognised-section .title {
    font-size: 14px;
    font-weight: unset
}

.recognisedSliderHolder .ranking {
    font-weight: 700;
    font-size: 16px;
    text-align: center
}

.heritage-section,.awards-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.heritage-section .section-title {
    padding-bottom: 24px
}

.heritage-section p {
    padding-bottom: 1rem;
    font-size: 16px;
    line-height: 24px
}

.slick-prev:before,.slick-next:before {
    font-family: unset!important;
    font-size: 0px!important
}

.banner-author {
    font-size: inherit;
    font-weight: 700;
    padding-top: 5px;
    float: left;
    color: #f60
}

.award-section {
    background: transparent linear-gradient(90deg,#ed3424 0%,#f16522 100%) 0% 0% no-repeat padding-box
}

.award-section p,.award-section h4 {
    color: #fff
}

.award-section b {
    font-size: 16px;
    color: #fff
}

.award-section .layout {
    flex-flow: row
}

.award-section .right .item {
    flex: 1;
    padding: 32px 10px
}

.award-section .right .item p {
    text-align: center;
    font-size: 14px;
    padding-top: 20px
}

.award-section h4 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 40px
}

.award-section .layout .left {
    flex: 1
}

.award-section .layout .right {
    padding-left: 50px
}

.presenter h5 {
    font-size: 16px!important;
    font-weight: bold!important
}

.banner-author .pre span {
    background: #333;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-weight: 800
}

.banner-author .name {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    line-height: 32px
}

.banner-author .designation {
    font-size: 16px;
    color: #000
}

#folio-invalid {
    color: #fff;
    font-size: 14px;
    font-style: italic
}

.category-filters-list .category-filter-button {
    padding: 5px 10px;
    background: none;
    font-size: 18px;
    cursor: pointer
}

.category-filters-list {
    margin: 40px 0
}

.category-filters-list .category-filter-button.is-checked {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #fff
}

.category-filters-list .category-filter-button:focus {
    outline: 0
}

.hidden {
    visibility: hidden;
    width: 0px!important;
    height: 0px!important;
    margin: 0px!important;
    padding: 0px!important
}

.blogDetailImg {
    height: 350px
}

.blogDetailImg img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover
}

.blogDetailBanner .floatingBtn {
    background: none;
    margin-right: 10px
}

.blogDetailBanner .floatingBtn:hover {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    color: #fff!important
}

.blogImg {
    height: 130px
}

.blogCard .blog-link {
    display: block;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    -webkit-box-flex: 0;
    min-height: 320px;
    border-radius: 4px
}

.transBtn {
    border: 1px solid #3a3932;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    color: #3a3932;
    cursor: pointer
}

.transBtn:hover {
    color: #3a3932
}

.hidden {
    display: none
}

.author-details {
    font-weight: 700;
    color: #3a3932;
    padding-top: 16px
}

.aut-name {
    font-weight: 700;
    font-size: 24px
}

.popular-blog {
    margin-top: 40px
}

.blog-category-list {
    position: relative;
    margin: 5px 0 10px 0;
    line-height: 15px;
    min-height: 30px
}

.blog-category-list a {
    font-size: 12px;
    color: #676767!important;
    letter-spacing: 1px;
    font-weight: 700
}

.blog-category-list a:hover {
    color: #f60
}

.date-icon {
    display: flex;
    font-size: 14px;
    padding-bottom: 15px
}

.blogDes {
    min-height: 75px
}

.blogDes p {
    letter-spacing: 1px
}

.blogDes p:hover {
    color: #f60
}

.blogDes p a:hover {
    color: #f60
}

.sliderText p {
    margin-bottom: 20px
}

.blogCard {
    margin: 0 0 30px 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.blogDes a {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px
}

.blogDetailDes .bloggerInfo {
    min-height: unset
}

.iti {
    display: flex!important
}

.banner-right-block {
    position: relative;
    /* max-width: 350px; */
    /* min-width: 350px; */
}

.banner-right-block .course-page.form-block {
    right: 0!important;
    top: 24px!important;
    background: transparent linear-gradient(270deg, #ffbc5a 0%, #ffbc5a 100%) 0% 0% no-repeat padding-box;
    padding: 4px;
    border-radius: 4px
}

.coursesBannerText {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 50px;
    /* color: white !important; */!I;!;
}

.coursesBanner .section-wrapper {
    /* background: linear-gradient(90deg,rgba(255,212,147,.2) 0%,rgba(245,150,3,.2) 100%); */
    height: 100%;
    position: relative
}

.overview-content .item {
    flex: 1 1 0%
}

.overview-content .line-items {
    padding-top: 20px
}

.overview-content .line-items ul {
    padding-left: 15px
}

.overview-content .line-items ul li {
    list-style: disc
}

.overview-content .onlineTextDiv {
    padding: 0 100px
}

.seo-pages .item ul {
    padding: 12px 0 0 12px
}

.seo-pages .item ul li {
    list-style: disc!important
}

.seo-pages h2 {
    padding: 12px 0
}

.seo-pages .item img {
    height: 100%
}

.seo-pages .advantage-block .line-items {
    display: flex;
    flex-wrap: wrap
}

.seo-pages .advantage-block .line-items .item {
    flex-basis: 33.33%;
    margin: 24px 0
}

.seo-pages .advantage-block .line-items .item p {
    padding: 12px 0
}

.seo-pages .advantage-block .item img {
    width: auto;
    height: auto;
    margin: 0
}

.featured-section .item {
    flex: 1 1 0%
}

.featured-section .item.left {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%)
}

.featured-section .item.left .content {
    padding: 50px
}

.featured-section .item.left p {
    color: #fff;
    padding-bottom: 20px
}

.course-template-first .coursesBanner {
    padding-top: 100px
}

.course-tab li a {
    color: #3a3932;
    text-align: left
}

.tab-content>.tab-pane {
    display: none;
    min-width: 262px
}

.tab-content>.active {
    display: block
}

.coursesdropdownMenu .tab-content {
    display: block;
    padding: 6px 24px 24px 24px
}

.course-tab.position-relative ul {
    border-right: 1px solid #fff;
    border-radius: 4px
}

.course-tab.position-relative li a.active::after,.course-tab.position-relative li span.active::after {
    content: ">";
    position: absolute;
    right: 4px
}

.dropdownli.pb-3 {
    color: #363a32!important
}

.dropdownli.pb-3.active {
    color: #000!important;
    font-weight: 700
}

.layout.single-course {
    flex-flow: column
}

.layout.single-course a {
    padding: 0px!important;
    display: flex;
    flex-direction: column
}

.timeline {
    border-top: 1px solid #f60;
    border-bottom: 1px solid #f60;
    padding: 6px 0;
    align-items: center;
    margin-top: 8px
}

.dropDownMenu.coursesdropdownMenu {
    background-color: #f8f6f7
}

.course-tab.position-relative li {
    border-bottom: 1px solid #ccc;
    padding-top: 0px!important
}

.course-tab.position-relative li:last-child {
    border-bottom: unset
}

.course-tab.position-relative li a {
    padding: 12px 24px;
    cursor: pointer;
    color: #3a3932!important;
    letter-spacing: .77px;
    font-size: 14px
}

.course-tab.position-relative li span {
    padding: 12px 24px;
    cursor: pointer;
    color: #3a3932!important;
    letter-spacing: .77px;
    font-size: 14px;
    display: block;
    font-weight: 700;
    text-align: left
}

.course-tab.position-relative li a.active {
    border-left: 5px solid #f60;
    padding-left: 19px
}

.offerred-by {
    padding-top: 12px
}

.offerred-by img {
    float: right;
    width: 150px
}

.dropDownMenu .course-tab ul li:first-child {
    padding-top: 0
}

.specilization-block {
    display: flex;
    margin-top: 12px
}

.specialization li {
    background: #3a3932;
    float: left;
    margin: 4px;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px
}

.specilization-block .text-block {
    white-space: nowrap;
    padding-right: 12px
}

.coursesContainer .coursesInnerDiv h3 {
    min-height: 92px;
    font-size: 24px
}

.dekstopOnly {
    display: block
}

.mobileOnly {
    display: none
}

.banner-tile {
    width: 330px;
    margin: 0;
    margin-left: -10px;
    float: left;
    padding: 0
}

.otp-phone,.otp-verification {
    float: left;
    width: 100%;
    position: relative
}

#send-otp,#verify-otp {
    background-color: #f7b314;
    border: 1px solid #f7b314;
    border-radius: 5px 5px 5px 5px;
    margin-left: 0;
    padding: 10px;
    font-size: 14px
}

.otp-messgae,.verification-messgae {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    font-weight: 700
}

.otp-phone.layout.align-items-center {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column
}

.otp-phone {
    position: relative
}

.otp-phone #send-otp {
    position: absolute;
    right: 0;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    padding: 0 5px;
    line-height: 40px;
    height: 40px;
    top: 6px;
    cursor: pointer;
    color: #fff
}

.banner-form .otp-phone #send-otp {
    padding: 0 10px
}

.page-template-muj-landingpage .sliderText {
    top: 142px
}

.otp-success,.otp-error {
    display: none
}

.otp-success i {
    background: #fff;
    height: inherit;
    padding: 11px;
    font-size: 18px;
    color: green
}

.otp-error i {
    background: #fff;
    height: inherit;
    padding: 11px;
    font-size: 18px;
    color: red
}

.otp-success span,.otp-error span {
    font-style: italic;
    padding-right: 5px;
    font-size: 14px
}

.otp-success,.otp-error {
    position: absolute;
    right: 0;
    top: 6px
}

.otp-phone.layout .disable-send-otp {
    background-color: #ccc!important;
    color: #000!important;
    border: 1px solid #ccc!important;
    pointer-events: none
}

#phone {
    border-radius: 4px 5px 5px 4px
}

.last-date-admission {
    background: -webkit-linear-gradient(90deg,#ed3024 0%,#f60 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 20px;
    display: block
}

.call-gradient-btn {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    border-radius: 4px;
    padding: 5px 10px;
    margin-right: 20px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    font-weight: 600
}

.call-gradient-btn img {
    height: 30px;
    padding-right: 5px
}

.call-img {
    animation: shake 3s;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    perspective: 1000px;
    animation-duration: 1s;
    animation-delay: 3s
}

@keyframes shake {
    10%,90% {
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        transform: translate3d(4px,0,0)
    }
}

.coursesInfo img {
    height: 17px;
    width: auto
}

.coursesAnchor .card-logo img {
    width: 140px;
    height: 40px
}

.coursesAnchor .card-logo img.tapmi-card-logo {
    height: 27px
}

.coursesAnchor .card-logo img.mit-card-logo {
    height: 20px
}

.awards-block {
    display: flex;
    margin: 20px 0;
    align-items: center
}

.awards-block img {
    margin: 0;
    padding-right: 20px
}

.awards-block span {
    color: #f60;
    font-weight: 700
}

.awards-block p {
    color: #3e0c04;
    font-weight: 700
}

.InfoDiv.course-pointers {
    display: flex;
    align-items: center
}

.page-id-13 .coursesBannerText {
    margin-right: 50px
}

.InfoDiv.course-pointers img {
    margin-right: 10px
}

.InfoDiv.course-pointers p {
    font-size: 12px;
    font-weight: 700
}

.program-details .courseInfo {
    padding: 0 0
}

.search-input {
    text-align: center;
    margin: 20px 0
}

.search-input input {
    height: 44px;
    border: 1px solid #ccc;
    padding: 0 0 0 20px;
    width: 300px
}

.facultyImg {
    height: 100%
}

.form-success-content {
    margin: 0 .5em 1em;
    padding: .2em 1em;
    border: none!important;
    color: #fff;
    font-weight: 700;
    font-size: 20px
}

.form-success-content a {
    font-weight: 700;
    color: #00f;
    text-decoration: underline
}

.popup1download {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%)
}

.blogDetailDes h2,.blogDetailDes h2 strong {
    font-weight: 700;
    font-size: 24px
}

.blogDetailDes h3,.blogDetailDes h3 strong {
    font-weight: 700;
    font-size: 24px
}

.blogDetailDes ul {
    padding-left: 15px;
    padding-bottom: 20px
}

.blogDetailDes li {
    list-style: disc;
    font-size: 16px
}

.blogDetailDes a {
    color: #00f;
    text-decoration: underline
}

.blog-hero-title {
    font-weight: 700;
    font-size: 50px
}

.specialization-list ul {
    margin-bottom: 0;
    background: #fff
}

.specialization-list ul li {
    font-size: 14px;
    padding: 5px 15px;
    border-bottom: 1px solid #f60
}

.specialization-list ul li:last-child {
    border-bottom: 0
}

.specialization-list {
    border-radius: 4px;
    background: #ff0100;
    background: linear-gradient(to right,#ff0100 0%,#ff1100 26%,#ff2000 40%,#ff3e00 63%,#ff5900 100%)
}

.specialization-innerlist {
    width: 50%;
    border: 1px solid transparent;
    position: relative
}

.specialization-innerlist:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.specialization-innerlist:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

.specialization-block {
    height: 100%;
    background: #fff
}

.specialization-list {
    margin-bottom: 20px
}

.specilization-content h3 {
    font-size: 20px
}

.specilization-content h4 {
    font-size: 18px;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 0
}

.specilization-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px
}

.specialization-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #ff0100;
    background: linear-gradient(to right,#ff0100 0%,#ff1100 26%,#ff2000 40%,#ff3e00 63%,#ff5900 100%)
}

.specialization-header,.specialization-content {
    width: 100%;
    display: flex
}

.specialization-header .specialization-headerinner {
    width: 50%
}

.overlay-content.specilization-content {
    width: 70%
}

.specilization-content .gradientBtn {
    padding: 15px 35px
}

.show-popup {
    cursor: pointer
}

.download.specilization-close {
    padding: 0 5px;
    font-weight: 700;
    background: #000;
    border-radius: 2px
}

.coursesInfo img {
    height: 17px;
    width: auto
}

.awards-block {
    display: flex;
    margin: 20px 0;
    align-items: center
}

.awards-block img {
    margin: 0;
    padding-right: 20px
}

.awards-block span {
    color: #f60;
    font-weight: 700
}

.awards-block p {
    color: #3e0c04;
    font-weight: 700
}

.InfoDiv.course-pointers {
    display: flex;
    align-items: center
}

.page-id-13 .coursesBannerText {
    margin-right: 50px
}

.InfoDiv.course-pointers img {
    margin-right: 10px
}

.InfoDiv.course-pointers p {
    font-size: 12px;
    font-weight: 700
}

.page-id-13 .courseInfo {
    background: #fffaf0;
    border-radius: 4px;
    padding: 0 10px
}

.pointers-right-block {
    display: flex;
    width: 100%
}

.pointers-right-block .left,.pointers-right-block .right {
    flex-basis: 50%
}

.pointers-right-block img {
    margin: 0;
    float: left;
    height: 19px;
}

.img-sec {
    display: flex;
    justify-content: center;
    width: 50px;
    margin-right: 10px
}

.pointers-right-block p {
    font-size: 14px
}

.award-left-block {
    flex-basis: 25%
}

.pointers-right-block .item {
    display: flex;
    padding: 10px 10px 10px 0;
    align-items: center
}

.sliderText.firstBanner {
    top: 120px!important;
    left: 50px!important
}

.sliderText.firstBanner .last-date-admission {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #3a3932!important;
    float: left;
    width: 100%!important
}

.sliderText.firstBanner h1 {
    margin-bottom: 4px!important
}

.sliderText.firstBanner .banner-tile {
    margin-left: 0
}

.courseCompleteText h3 {
    font-size: 20px;
    font-weight: 700
}

.banner-left-block .duration {
    clear: both
}

.banner-left-block .duration p {
    margin-bottom: 5px!important
}

.experience-card-details .line-items:nth-child(3n+3) {
    margin-right: 0
}

.blogCardSlider .slick-slide {
    height: inherit!important
}

.page-template-courses-template-first .coursesBannerText {
    padding: 50px 0
}

.sub-menu-items {
    flex: 1
}

.companyLocation img {
    max-width: 25px
}

.slider-block .tab button.active {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%)!important;
    color: #fff
}

.slider-block .tab button {
    float: left;
    border-radius: 4px 4px 0 0;
    outline: none;
    cursor: pointer;
    padding: 16px 24px;
    transition: 0.3s;
    background: none;
    border: none!important;
    font-weight: 700
}

.slider-block .tab button:last-child {
    border-right: 1px solid #f60
}

.slider-block .tab {
    overflow: hidden;
    border-bottom: 1px solid #707070;
    margin-bottom: 40px
}

.slider-block .tabcontent {
    display: none
}

.slider-block .tabcontent.active {
    display: block
}

.slider-block .tab {
    display: flex
}

.dropDownMenu.campusdropdownMenu {
    top: 100px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding-bottom: 24px;
    padding-top: 12px
}

.campusdropdownMenu::before {
    content: "";
    width: 0;
    height: 0;
    top: -5px!important;
    position: absolute;
    left: 50px;
    border: solid #3a3932;
    border-width: 0 1px 1px 0;
    display: inline-block;
    background: #f8f6f7;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.menuItem.campus-menu .toggle::before {
    color: #000!important
}

.campusdropdownMenu li a {
    padding: 12px 0 0 0!important;
    cursor: pointer!important;
    color: #3a3932!important;
    letter-spacing: 0.77px!important;
    font-size: 14px!important
}

.campusdropdownMenu li {
    padding-top: 0px!important;
    margin: 0 21px
}

.campusdropdownMenu li:last-child {
    border-bottom: unset
}

.maheLogo {
    width: 350px;
    margin: 0
}

.ioeLogo {
    width: 300px;
    margin: 0
}

.maheioeLogo {
    width: 200px;
    margin: 0
}

.enrol-cta {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 30px 0 50px 0
}

.enrol-cta a {
    display: flex;
    align-items: center;
    background-color: #f78d2d!important;
    border-radius: 5px!important;
    background-image: none!important;
    cursor: pointer;
    padding: 12px 24px;
    color: #fff;
    font-weight: 700
}

.enrol-cta a span {
    padding-right: 24px;
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.enrol-cta a img {
    height: 18px
}

.sliderText.mahebanner {
    top: 120px;
    left: 50px
}

.sliderText.mahebanner h2 {
    margin-bottom: 0;
    padding-top: 24px;
    font-size: 2em
}

.img {
    margin: 0;
    padding: 0;
    width: auto
}

.awards-logo {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.awards-logo img {
    width: 250px
}

.courses-logo {
    width: 200px;
    padding-bottom: 50px
}

.naac-logo {
    width: 350px
}

.sliderText.muj h2 {
    font-weight: 700;
    color: #000;
    line-height: 38px;
    padding-top: 20px;
    font-size: 2em
}

.enrol-now-cta {
    background: linear-gradient(90deg,#ed3024 0%,#f60 100%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 700
}

.sliderText.mahemuj h1 {
    line-height: 42px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 2em
}

.sliderText.mahemuj h1 span {
    color: #f60;
    line-height: 42px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: inherit
}

.courseTitle {
    background: #fff5ee;
    padding: 24px
}

.courseTitle:hover {
    background: #f60;
    cursor: pointer
}

.courseTitle:hover h3 {
    color: #fff
}

.coursesAnchor {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 110px
}

.coursesAnchor p {
    font-size: 12px;
    padding-bottom: 10px
}

.coursesAnchor a.view-course-link {
    color: #f60;
    display: flex;
    align-items: center
}

.coursesInfo .pointers {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa.fa-arrow-right.fa-xs {
    color: #f60;
    font-size: .75em
}

.slider-block .tab button:hover,#tabs-nav-fee li:hover {
    border: 1px solid #707070!important;
    border-bottom: none!important
}

.accordionTitle ul#tabs-nav li:hover {
    border: 1px solid #707070!important;
    border-bottom: none!important;
    border-radius: 4px 4px 0 0;
    padding: 21px 22px
}

.mahemuj .enrol-now-cta {
    background: #000!important
}

.mahemuj.sliderText p {
    margin-bottom: 24px
}

.mahebanner .enrol-cta a {
    background: #f7b314!important
}

.mahebanner .mahe-text {
    padding-top: 100px
}

.mahe-courses .mahebanner .mahe-text {
    padding-top: unset
}

.sliderText.muj img {
    cursor: pointer;
    height: 57px
}

.testimonial-text {
    text-align: center
}

.testimonial-text .name,.testimonial-text .designation {
    color: #fff
}

.check_user #status_bar {
    display: none!important
}

#status_bar .status_bar_inner {
    margin: 20px 0 0 0;
    width: 100%
}

#status_bar .status_bar_inner ul li {
    background: url(../../../../../../../themes/onlinemanipal/images/check_status.png) no-repeat 0 0;
    padding: 0 30px;
    color: #fff;
    line-height: 60px;
    height: 60px;
    background-size: 100% 100%!important;
    position: relative;
    display: inline-block
}

#status_bar .status_bar_inner ul li.active {
    background: url(../../../../../../../themes/onlinemanipal/images/check_status_active.png) no-repeat 0 0;
    background-size: 100% 100%!important
}

.status_bar1 ul li {
    display: none!important
}

.status_bar1 ul li.active {
    display: inline-block!important
}

.international .powered-by {
    float: left;
    margin: 0;
    width: auto;
    padding: 12px 12px 10px 12px
}

.international .powered-by span {
    font-size: 12px;
    font-style: italic;
    font-weight: 700
}

.international .footer-links li {
    padding: 0 4px
}

.international .footer-links li a {
    color: #fff;
    font-size: 16px
}

.international .socialMedia {
    display: flex;
    align-items: center
}

.international .socialMedia h4 {
    padding-right: 12px
}

.international .socialMedia ul {
    padding-top: unset
}

.pagingInfo .active-items {
    color: #c4c4c4;
    font-weight: 700
}

.international .blogCardSlider {
    width: unset!important
}

.international .courseCompleteSec {
    background-color: #f60;
    background-image: url(../../../../../../../themes/onlinemanipal/images/empower-bg.png);
    background-position: right top;
    background-size: 40%;
    background-repeat: no-repeat
}

.international .why-unext {
    background: url(../../../../../../../themes/onlinemanipal/images/empower-bg.png) repeat rgba(0,0,0,.5) 50% 50%/cover
}

.international .courseCompleteSec .section-title {
    color: #fff
}

.international .numbers-block {
    background: #f60
}

.international .about-unext .section-title {
    padding-bottom: 20px
}

.international .why-unext-block .left {
    padding-right: 100px
}

.international .why-unext .section-title {
    color: #fff!important
}

.international .why-unext .content {
    background: rgba(0,0,0,.8)
}

.international .why-unext-block .item {
    flex: 1 1 0%
}

.international .why-unext-block .right .line-item {
    display: flex;
    align-items: center;
    padding: 20px 0
}

.international .why-unext-block .right img {
    width: 130px;
    margin: 0;
    padding-right: 20px
}

.international .why-unext-block .right p {
    color: #d78e33;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 3px dotted #fff;
    padding-bottom: 20px;
    flex: fit-content
}

.header.international {
    background: rgba(204,204,204,.54)!important
}

.international .course-banner {
    background: url(../../../../../../../themes/onlinemanipal/images/international-course-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 150px 50px 100px 50px!important
}

.international .banner-left-block h3.section-title,.international .banner-left-block p,.international .specilization-block .text-block b {
    color: #fff
}

.international .specialization li {
    background: #fff;
    float: left;
    margin: 4px;
    padding: 12px;
    border-radius: 4px;
    color: #000;
    font-size: 16px
}

.international .ugc-text {
    background: #f60;
    padding: 20px;
    border-radius: 4px
}

.international .duration {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    padding: 12px;
    border-radius: 4px
}

.pb-20 {
    padding-bottom: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-12 {
    margin-top: 12px
}

.international .courseFeeDiv {
    width: unset
}

.international .feeCard {
    border: 5px solid #f60;
    border-radius: unset;
    margin: 24px
}

.international .courseFeeHolder .section-subtitle {
    padding: 24px;
    font-size: 24px
}

.international .logo img {
    border-right: 2px solid #898989;
    padding-right: 12px
}

.campus-links {
    padding: 20px 0
}

.experienceBannerSlider .sliderText {
    width: 435px;
    top: 150px;
    text-align: justify
}

.experienceBannerSlider .sliderText h1 {
    font-weight: 700;
    color: #000;
    font-size: 38px
}

.experienceBannerSlider .sliderText.second {
    background: #fff;
    padding: 24px;
    opacity: .6;
    border-radius: 8px;
    width: 480px
}

.wpcf7-select .select-title {
    font-weight: 700;
    font-size: 18px!important
}

.footerPoweredBy img {
    display: none
}

.new-window-icon {
    height: 12px!important;
    padding-top: unset!important;
    margin: 0;
    padding-left: 6px
}

.page-template-jisaw-landingpage .course-page .line-items p {
    margin-bottom: unset
}

.page-template-jisaw-landingpage .numbers-block .line-item {
    float: left;
    width: 33.33%;
    padding: 30px 50px
}

.page-template-jisaw-landingpage .form-block {
    width: 350px
}

.page-template-jisaw-landingpage .nf-form-cont .nf-form-content .listselect-wrap .nf-field-element div,.page-template-jisaw-landingpage .nf-form-cont .nf-form-content input.ninja-forms-field,.page-template-jisaw-landingpage .nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    font-style: italic
}

.page-template-jisaw-landingpage .nf-form-cont .nf-form-content .list-select-wrap>div div::after {
    height: 30px;
    line-height: 30px;
    top: 0
}

.page-template-jisaw-landingpage .nf-field-container {
    margin-bottom: 10px
}

.page-template-jisaw-landingpage #nf-label-field-14-0 {
    font-size: 12px;
    font-style: italic;
    color: #fff
}

.page-template-jisaw-landingpage .nf-form-cont .nf-field-element .nf-element {
    height: 30px;
    padding: 0;
    padding-left: 0;
    padding-left: 10px
}

.page-template-jisaw-landingpage .nf-form-title {
    display: none
}

.page-template-jisaw-landingpage .nf-response-msg,.page-template-jisaw-landingpage .nf-before-form-content,.page-template-jisaw-landingpage .nf-field-label {
    display: none
}

.page-template-jisaw-landingpage .course.form-block .submit-container .submit-wrap.textbox-wrap input {
    font-weight: 700;
    padding: 14px 34px!important;
    height: auto!important;
    color: #fff!important;
    text-transform: uppercase;
    font-style: normal!important;
    font-size: 16px!important
}

.page-template-jisaw-landingpage .aff-logo img {
    margin: 0
}

.page-template-jisaw-landingpage .satistics-block {
    display: flex;
    flex-direction: column
}

.page-template-jisaw-landingpage .txt-right .line-items.layout {
    padding-bottom: 40px
}

.page-template-jisaw-landingpage .banner-left-block {
    margin-right: 50px!important
}

.page-template-jisaw-landingpage .tools-block .line-items {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 15px 0
}

.page-template-jisaw-landingpage .logo-block {
    float: left;
    width: 100%;
    padding: 30px 100px
}

.page-template-jisaw-landingpage .tools-block {
    display: flex;
    flex-direction: column
}

.footerWrapper .categories-links {
    padding: 0 50px
}

.footerWrapper .categories-links a {
    display: flex;
    align-items: center
}

.page-template-online-bcom-degrees .footerWrapper .categories-links a,.page-template-online-mcom-degrees .footerWrapper .categories-links a,.page-template-online-mca-degrees .footerWrapper .categories-links a,.page-template-online-mba-degrees .footerWrapper .categories-links a {
    display: block
}

.page-template-online-bcom-degrees .footerWrapper .categories-links a span,.page-template-online-mcom-degrees .footerWrapper .categories-links a span,.page-template-online-mca-degrees .footerWrapper .categories-links a span,.page-template-online-mba-degrees .footerWrapper .categories-links a span {
    display: block;
    font-size: inherit;
    color: inherit
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,.6)
}

#lsq-process-overlay {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(51,51,51,.9)
}

#lsq-process-overlay .status-text {
    font-size: 24px
}

.status-text a {
    font-weight: 700;
    text-decoration: underline
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.spinner {
    width: 250px
}

.wpcf7-response-output .status-text {
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.vwo-block-recognised-logo,.vwo-specilization-block {
    display: none!important
}

.vwo-specilization-block .specialization-list.tabcontent {
    display: none
}

.vwo-specilization-block .specialization-list {
    float: left;
    width: 100%
}

.vwo-specilization-block .tablinks {
    background: #3a3932;
    float: left;
    margin: 4px;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.vwo-specilization-block .readmore-text {
    background: #3a3932;
    float: left;
    margin: 4px;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: 200px;
    text-align: center
}

.vwo-specilization-block .readmore-text b {
    color: #fff
}

.vwo-specilization-block .tablinks.active {
    background: linear-gradient(to right,#ff0100 0%,#ff1100 26%,#ff2000 40%,#ff3e00 63%,#ff5900 100%)
}

.omp .sliderText h1 {
    margin-bottom: 4px
}

.helpCenterBanner .missionImg {
    display: flex
}

.mobile-test-img {
    margin: 0;
    width: 100px
}

.onlineSliderHolder .slick-list li,.onlineAdvSliderHolder .slick-list li {
    border-right: 1px solid #707070
}

.onlineSliderHolder li:last-child,.onlineAdvSliderHolder li:last-child,.semSliderHolder li:last-child {
    border-right: unset
}

.onlineAdvSliderHolder {
    margin: 0 24px
}

.semester-tab .tablinks {
    padding: 8px 12px;
    border-radius: 4px;
    margin: 10px;
    transition: transform 0.2s;
    cursor: pointer;
    border: 1px solid #f60;
    background: none
}

.semester-tab .tablinks.active {
    background: #f60;
    color: #fff
}

.hidden-fields {
    display: none
}

.semSection .overlay-content {
    max-height: 350px;
    overflow: auto
}

.semSection .tabcontent {
    display: none
}

.semSection .tabcontent.active {
    display: block
}

.custom-navigation.center {
    display: flex;
    justify-content: start;
    position: relative;
    padding-top: 24px;
    bottom: unset;
    right: unset
}

.prologo .custom-navigation.center {
    display: flex!important;
    justify-content: flex-end!important;
    position: relative!important;
    padding-top: 24px;
    bottom: unset;
    right: unset
}

.custom-navigation.center .slick-arrow {
    position: relative!important;
    cursor: pointer;
    background: none
}

.custom-navigation.center .pp3.slick-arrow::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-04.png);
    content: "";
    background-size: 100%;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0
}

.custom-navigation.center .nn3.slick-arrow::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-03.png);
    content: "";
    background-size: 100%;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0
}

.custom-navigation.center .pp3.slick-arrow:hover::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-02.png);
    content: "";
    background-size: 100%;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0
}

.custom-navigation.center .nn3.slick-arrow:hover::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-01.png);
    content: "";
    background-size: 100%;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0
}

.custom-navigation.center .pp2.slick-arrow::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-04.png);
    content: "";
    background-size: 100%;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0
}

.custom-navigation.center .nn2.slick-arrow::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-03.png);
    content: "";
    background-size: 100%;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0
}

.semSection .custom-navigation.center .pp2.slick-arrow::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-04.png)!important
}

.semSection .custom-navigation.center .nn2.slick-arrow::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-03.png)!important
}

.semSection .custom-navigation.center .pp2.slick-arrow:hover::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-02.png)!important
}

.semSection .custom-navigation.center .nn2.slick-arrow:hover::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-01.png)!important
}

.custom-navigation.center .pp2.slick-arrow:hover::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-02.png);
    content: "";
    background-size: 100%;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0
}

.custom-navigation.center .nn2.slick-arrow:hover::before {
    background: url(../../../../../../../themes/onlinemanipal/images/Arrow-button-01.png);
    content: "";
    background-size: 100%;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0
}

.custom-navigation.center .slick-arrow {
    width: 49px!important;
    height: 49px!important;
    margin-right: 12px
}

.semSliderHolder li:last-child .onlineSliderDiv .seperator {
    display: none
}

.seperator {
    height: 100%;
    width: 1px;
    border-right: 1px solid #ed3024;
    position: absolute;
    right: 30%
}

.semSliderHolder li:first-child {
    text-align: left!important
}

#course-float-form .iti__country-list {
    max-width: 300px
}

.course-logo {
    width: 200px;
    margin: 0
}

.mahe-button {
    display: flex;
    align-items: center;
    background-color: #f78d2d!important;
    border-radius: 5px!important;
    cursor: pointer;
    padding: 12px 24px;
    color: #fff;
    font-weight: 700
}

.mahe-button span {
    padding-right: 24px;
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.iwd-title h1 {
    font-weight: 700;
    font-size: 47px;
    line-height: 60px;
    text-shadow: 2px 3px #f60;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000
}

.number-title h1 {
    font-size: 72px;
    font-weight: 700;
    background-color: #ed3024;
    background-image: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

.number-desc h3 {
    margin: 0;
    font-weight: 700;
    background-color: #ed3024;
    background-image: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 24px
}

.empower-img {
    width: 32%;
    padding-top: 20px
}

.womens.banner-block .coursesBannerText {
    flex: 2 1 0%;
    margin-right: 50px
}

.womens.banner-block .banner-right-block {
    flex: 1 1 0%
}

.womens-scholarship {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.womens-scholarship .left img {
    margin-right: 50px;
    width: 100px
}

.womens-scholarship .right {
    flex-basis: 70%
}

.page-template-womens-day .coursesBanner .section-wrapper {
    padding-bottom: 20px!important
}

.womens-day-intro,.womens-day-intro b {
    font-size: 22px
}

.womens-scholarship p,.womens-scholarship p b {
    font-size: 22px
}

.womens-scholarship p b {
    color: #fff
}

.womens-scholarship.section-wrapper {
    padding: 25px 50px
}

.womens-scholarship a {
    color: #fff;
    border: 1px solid #fff
}

.overlay-content.popupterms {
    max-height: 350px;
    overflow: auto
}

.overlay-content.popupterms ul {
    padding-left: 12px
}

.overlay-content.popupterms ul li {
    list-style: disc
}

.paytm .sliderText h2,.paytm .sliderText span {
    font-size: 32px
}

.paytm .sliderText h4 {
    font-size: 22px;
    font-weight: 700;
    padding: 8px;
    float: left;
    background: #000;
    color: #fff;
    margin: 12px 0 20px 0
}

.paytm .sliderbottomText {
    position: absolute;
    bottom: 0;
    left: 50px;
    display: flex
}

.paytm .sliderbottomText .cashback {
    width: 400px;
    padding: 20px 0
}

.paytm .sliderbottomText .model {
    width: 400px;
    position: absolute;
    bottom: 0
}

.paytm .enrol-now-cta {
    float: left
}

.popup1terms ul {
    padding: 0 0 20px 12px
}

.popup1terms ul li {
    list-style: disc
}

.mobilePaytmText {
    position: absolute;
    bottom: 0;
    left: 15px
}

.electives .assesment-block.plus-advantage .content-block .tablinks:nth-child(2),.page-template-courses .assesment-block.plus-advantage .content-block .tablinks:nth-child(2) {
    display: none
}

.specialization .readmore-text a {
    color: #fff
}

.assesment-block.plus-advantage .transBtn {
    margin: 2px
}

#myList li {
    display: none
}

#loadMore {
    color: #f60;
    cursor: pointer
}

.assesment-block.plus-advantage #loadMore,.assesment-block.plus-advantage #showLess {
    float: left;
    width: auto;
    font-size: 14px;
    border: 1px solid #3a3932;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px;
    color: #3a3932;
    cursor: pointer;
    margin: 6px 0 0 20px;
    text-transform: uppercase
}

#loadMore:hover {
    color: #000
}

#showLess {
    color: #f60;
    cursor: pointer;
    display: none
}

#showLess:hover {
    color: #000
}

.coursesBanner.refer-earn {
    background: url(../../../../../../../themes/onlinemanipal/images/refer-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

.refer-icons {
    margin: 0;
    padding-right: 24px;
    width: 150px
}

.refer-content-area .line-items {
    padding: 24px 0
}

.refer-content-area .line-items ul {
    padding-left: 24px
}

.refer-content-area .line-items li {
    list-style: disc
}

.refer-content-area .refer-form {
    flex-shrink: 2
}

.refer-form .form-title {
    background: #f7b314;
    padding: 24px;
    color: #fff
}

.refer-form {
    position: absolute;
    right: 0;
    top: 270px;
    max-width: 500px;
    background: #fff;
    box-shadow: -5px 0 17px 1px #ccc;
    padding: 24px
}

.refer-form .rfi-form .wpcf7-form-control-wrap input,.refer-form .rfi-form .wpcf7-form-control-wrap select {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    border-radius: 4px
}

.refer-form .rfi-form .wpcf7-checkbox .wpcf7-list-item-label,.refer-form .wpcf7-response-output,.refer-form .rfi-form .wpcf7-not-valid-tip {
    color: #3a3932!important
}

.page-template-refer-earn .container {
    display: flex;
    flex-direction: column;
    position: relative
}

.refer-content-area .content-block>div {
    flex: 1 1 0%
}

.refer-content-area a {
    color: #f60;
    text-decoration: underline
}

.plus-img {
    margin: 4px 12px;
    width: 90px;
    padding: 0;
    border-radius: 4px;
    float: left
}

.overlay-footer-layout {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.overlay-footer-layout .powered p {
    font-size: 12px;
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 0
}

.mahe-courses .course-logo {
    width: 50%
}

.mahe-courses .courseInfo .InfoDiv {
    display: flex;
    align-items: center;
    flex: 1 1 0%
}

.mahe-courses .courseInfo .InfoDiv img {
    width: 50px;
    margin: 0;
    padding-right: 10px;
    max-width: unset
}

.mahe.numbers-block .line-item {
    width: 25%
}

.blogDetailDes .blogContent img {
    margin: 0
}

.blogDetailDes .blogContent a {
    font-size: 16px;
    color: #f60
}

.coursesBanner.mahe-courses .section-wrapper {
    padding: 50px
}

.coursesBanner.mahe-courses.mahe-domestic .section-wrapper {
    padding: 70px 50px 50px;
}

.coursesBanner.mahe-courses.mahe-domestic .fee-alert,.fee-alert.mahe-landing-page {
    background: #343634;
    color: #fff;
    padding: 5px 10px;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
    font-style: italic
}

.fee-alert.mahe-landing-page {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    margin-top: 0
}

.popuprfiform {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box
}

.mba-degrees .gradientSection .gradientTextHolder {
    align-items: unset
}

.mba-degrees .specilization-text {
    float: left;
    font-weight: 700;
    padding: 24px 0
}

.mba-degrees .heroBanner .right .logos {
    display: flex
}

.mba-degrees .heroBanner .right .logos p {
    font-size: 16px
}

.mba-degrees .heroBanner .right .logos img {
    height: 150px;
    padding-bottom: 12px;
    margin: auto
}

.mba-degrees .heroBanner .right .logos>div {
    flex: 1 1 0%
}

.mba-degrees .overlay-content.downloadform {
    z-index: 99999
}

.mba-degrees .universities .muj .left {
    background: url(../../../../../../../themes/onlinemanipal/images/muj-univ.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.mba-degrees .universities .muj .right .course-pointers .first-row {
    flex-direction: row
}

.mba-degrees .universities .mahe .left {
    background: url(../../../../../../../themes/onlinemanipal/images/mahe-univ.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.mba-degrees .universities .tapmi .left {
    background: url(../../../../../../../themes/onlinemanipal/images/tapmi-degree-tile.png);
    background-repeat: no-repeat;
    background-size: cover
}

.page-template-mahe-mba-degrees .mba-degrees .tapmi .left {
    background: url(../../../../../../../themes/onlinemanipal/images/TAPMI-Desktop.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover
}

.mba-degrees .mahe-box {
    width: 75%;
    margin: 12px 0
}

.mba-degrees .gradientTextDivOne {
    padding-left: 0
}

.mba-degrees .awards {
    display: flex;
    padding: 12px 24px
}

.mba-degrees .awards>div {
    flex: 1 1 0%
}

.mba-degrees .gradientSection .gradientTextHolder h2 {
    font-weight: 700;
    font-size: 24px
}

.mba-degrees .gradientTextDivTwo {
    border-left: 1px solid #fff
}

.mba-degrees .gradientSection .gradientTextDivThree {
    border-left: 1px solid #fff;
    padding: 0 20px
}

.mba-degrees .gradientSection h2.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #fdb515;
    padding-bottom: 20px
}

.mba-degrees .gradientSection.section-wrapper {
    padding: 50px 50px 75px 50px
}

.mba-degrees #course-float-form .rfi-form .wpcf7-form-control-wrap {
    width: unset;
    padding: 12px 0 12px 12px
}

.mba-degrees #course-float-form .rfi-form .disable-send-otp {
    width: 120px
}

.mba-degrees #course-float-form .rfi-form .disable-send-otp span {
    font-size: 14px
}

.mba-degrees #course-float-form .otp-phone,.mba-degrees #course-float-form .otp-verification {
    width: unset
}

.mba-degrees #course-float-form .rfi-form {
    display: flex;
    flex-wrap: wrap
}

.mba-degrees #course-float-form .otp-phone #send-otp {
    position: relative;
    padding: 0 5px;
    top: 0;
    height: 43px;
    line-height: unset;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center
}

.mba-degrees #course-float-form .submitBtn {
    display: flex;
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    border-radius: 4px;
    padding: 10px;
    text-transform: uppercase;
    display: inline-flex;
    font-weight: 700;
    align-items: center;
    padding: 0;
    font-size: 16px;
    margin: 0 0 10px 10px
}

.mba-degrees #course-float-form .wpcf7-spinner {
    display: none
}

.mba-degrees #course-float-form .rfi-form .submitBtn .wpcf7-form-control.wpcf7-submit {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%)!important;
    height: 42px;
    padding: 10px
}

.mba-degrees #course-float-form .wpcf7-list-item-label,.mba-degrees #course-float-form .wpcf7 form .wpcf7-response-output,.mba-degrees #course-float-form .rfi-form .wpcf7-not-valid-tip {
    color: #adadad;
    font-size: 14px
}

.mba-degrees #course-float-form .wpcf7-list-item-label {
    font-size: 12px
}

.mba-degrees #course-float-form .rfi-form .wpcf7-form-control-wrap input,.mba-degrees #course-float-form .rfi-form .wpcf7-form-control-wrap select {
    background: #eee;
    border: 1px solid #adadad
}

.mba-degrees .rfi-form .wpcf7-form-control.wpcf7-submit {
    border: unset
}

.mba-degrees #send-otp,.mba-degrees #verify-otp {
    border: unset
}

.mba-degrees .banner-section {
    position: relative;
    padding-top: 120px;
    border-bottom: 1px solid #adadad
}

.mba-degrees #course-float-form .wpcf7-form {
    background: #fff;
    padding: 12px;
    border-radius: 4px
}

.mba-degrees .overlay-content ul.specialization {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.mba-degrees .overlay-content.buttons {
    display: flex;
    justify-content: space-between
}

.mba-degrees #course-float-form .otpbtn {
    display: flex;
    padding: 12px 0 12px 0
}

.mba-degrees .heroBanner .layout {
    padding: 0 50px
}

.mba-degrees .heroBanner .layout>div {
    flex: 1 1 0%
}

.mba-degrees .heroBanner .layout .right {
    display: flex;
    align-items: center
}

.mba-degrees .universities .left {
    flex: 1 0 30%
}

.no-border {
    border: unset!important
}

.mba-degrees .universities .right {
    flex: 1 0 70%
}

.mba-degrees .heroBanner .mba-girl {
    padding: 0;
    margin: 0
}

.mba-degrees .banner-cta {
    float: left
}

.mba-degrees #phone {
    border-radius: 4px 0 0 4px
}

.mba-degrees .banner-cta a {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    border-radius: 5px!important;
    cursor: pointer;
    padding: 12px 24px;
    color: #fff;
    font-weight: 700
}

.banner-section {
    background: url(../../../../../../../themes/onlinemanipal/images/bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

.page-template-mba-degrees .enrollDiv {
    display: none
}

.mba-degrees .banner-cta img {
    width: 20px;
    margin-top: 6px
}

.mba-degrees .otp-success,.mba-degrees .otp-error {
    top: 12px
}

.mba-degrees .wpcf7-form-control-wrap.phone_verify {
    padding-left: 0
}

.universities .left .text {
    position: absolute;
    top: 30px;
    left: 20px
}

.mba-degrees .universities {
    background: #f4ece6
}

.mba-degrees .universities .right {
    padding: 24px
}

.mba-degrees .universities .right h2 {
    font-size: 32px
}

.mba-degrees .universities .right .inner {
    float: left;
    width: auto;
    border-bottom: 3px solid transparent;
    -o-border-image: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    border-image: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    border-image-slice: 1;
    padding-bottom: 20px
}

.mba-degrees .universities .right .electives {
    display: flex;
    padding: 20px 0
}

.mba-degrees .universities .right {
    background: #fff;
    border-radius: 8px
}

.mba-degrees .specialization li {
    background: #fff;
    border: 1px solid #292729;
    border-radius: 8px
}

.mba-degrees .electives p {
    flex-basis: 30%;
    font-size: 14px
}

.mba-degrees .specialization li a {
    color: #292729;
    font-weight: 700;
    font-size: 14px
}

.mba-degrees .course-pointers {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex
}

.mba-degrees.electives .course-pointers {
    border-top: none
}

.mba-degrees .course-pointers .first-row .layout {
    border: 1px solid #ccc;
    padding: 6px 24px;
    margin-right: 4px
}

.mba-degrees .course-pointers .second-row {
    background: #fff8ec;
    padding: 12px 24px;
    margin-top: 12px
}

.mba-degrees .course-pointers .second-row>div,.mba-degrees .course-pointers .first-row>div {
    flex: 1 1 0%
}

.mba-degrees .small-img {
    height: 30px;
    margin: 0;
    margin-right: 8px
}

.mba-degrees .course-pointers p {
    font-size: 14px
}

.mba-degrees .course-pointers .left-item {
    flex-basis: 75%
}

.mba-degrees .mahe.course-pointers .left-item {
    flex-basis: unset
}

.mba-degrees .course-pointers .right-item img {
    width: 75%;
    padding: 12px;
    border: 1px solid #ccc
}

.mba-degrees .buttons {
    padding-top: 20px
}

.mba-degrees .second-row .label span {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 3px solid transparent;
    -o-border-image: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    border-image: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    border-image-slice: 1;
    padding-bottom: 4px
}

.mba-degrees .second-row .label {
    margin-bottom: 16px
}

.mba-degrees .top-bar {
    height: 3px;
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    margin-top: 16px;
    width: 65%
}

.mba-degrees .advantage-section .tab>button {
    flex: 1 1 0%;
    background: #fff;
    padding: 24px 0;
    border: 1px solid #ccc;
    color: #adadad;
    cursor: pointer
}

.mba-degrees .advantage-section .tab>button:first-child,.mba-degrees .advantage-section .tab>button:nth-child(2) {
    border-right: none
}

.mba-degrees .advantage-section .tab .advtablinks.active {
    border-bottom: 5px solid #f60
}

.mba-degrees #course-float-form {
    border: 1px solid #3a3932;
    border-radius: 4px
}

.mba-degrees .advantage-section .tab .advtablinks .active-img,.mba-degrees .advantage-section .tab .advtablinks.active .non-active-img {
    display: none
}

.mba-degrees .advantage-section .tab .advtablinks.active .active-img {
    display: block
}

.mba-degrees .advantage-section .tab .advtablinks.active p {
    font-weight: 700;
    color: #000
}

.mba-degrees .advantage-section .content-section {
    background: #f7f7f7;
    padding: 24px
}

.mba-degrees .advantage-section .content-section .advtabcontent {
    display: none
}

.mba-degrees .advantage-section .content-section .advtabcontent.active {
    display: block
}

.mba-degrees .advantage-section ul {
    padding-left: 20px
}

.mba-degrees .advantage-section ul li {
    line-height: 32px;
    display: flex;
    align-items: baseline
}

.mba-degrees .univ-img {
    height: 100%;
    padding: 0;
    margin: 0
}

.list-img {
    margin: 0 8px 0 0;
    width: 12px
}

.lenskart .program-info {
    background: #ebded4
}

.lenskart .program-info p {
    padding: 6px 0
}

.lenskart .wpcf7-response-output {
    color: #3a3932!important
}

.page-template-lenskart .enrollFloatBtn,.page-template-lenskart .enrollDiv {
    display: none!important
}

.lenskart .program-info .left {
    flex-basis: 65%
}

.lenskart .program-info .right {
    flex-basis: 35%
}

.lenskart .eligibility-section {
    display: flex
}

.lenskart .eligibility-section>div {
    flex: 1 1 0%
}

.lenskart .eligibility-section li {
    font-size: 16px
}

.lenskart .eligibility-section li::before {
    content: "»";
    color: #f60;
    font-size: 24px;
    margin-right: 12px
}

.lenskart .policy-section {
    display: flex;
    padding: 0 15%
}

.lenskart .policy-section ul {
    padding-left: 20px
}

.lenskart .policy-section li {
    list-style: disc;
    color: #fff
}

.lenskart .policy-section .right {
    border-left: 1px solid #fff;
    padding: 0 20px;
    flex-basis: 80%
}

.lenskart .about-section h2.section-title {
    color: #fff
}

.lenskart .about-section {
    background: #3a3932
}

.lenskart .banner-section {
    padding-top: 100px
}

.lenskart .onlineSliderDiv h3 {
    margin: 20px 0!important
}

.lenskart .slick-slide {
    float: unset;
    height: unset;
    display: flex!important;
    justify-content: center
}

.lenskart .onlineSliderDiv img {
    width: 60px
}

.lenskart .selectionSlider button.slick-prev.slick-arrow {
    left: 0;
    z-index: 1
}

.lenskart .selectionSlider button.slick-next.slick-arrow {
    right: 0;
    z-index: 1
}

.lenskart-banner {
    display: flex;
    background: #f60;
    padding: 32px 50px
}

.spec-img {
    margin: 0;
    padding: 0;
    width: 67px;
    height: 100%
}

.lenskart-banner .right {
    flex-basis: 45%
}

.lenskart .form-success-content {
    color: unset
}

.lenskart .banner-right-block {
    padding: 23px 0;
    position: absolute;
    max-width: 350px;
    right: 50px
}

.lenskart-banner label {
    color: #fff;
    font-size: 14px
}

.lenskart .banner-right-block .course-page.form-block {
    background: #fff;
    border: 1px solid #ccc
}

.lenskart .rfi-form .wpcf7-form-control-wrap input {
    border-bottom: 1px solid #ccc;
    border-radius: unset;
    padding: 12px 12px 12px 0
}

.lenskart .rfi-form .wpcf7-checkbox .wpcf7-list-item-label,.lenskart .rfi-form .wpcf7-not-valid-tip {
    color: #3a3932
}

.lenskart .eligibility-section .left li:first-child {
    display: flex;
    align-items: baseline
}

.lenskart .section-wrapper.onlineSection {
    padding: 75px 50px 25px 50px
}

.lenskart .job-text h2 {
    font-size: 160px;
    line-height: 130px;
    font-weight: 700;
    color: #fff;
    padding: 0 20px
}

.lenskart-logo {
    padding: 8px 0;
    margin: 0;
    width: 150px
}

.lenskart .sub-heading {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    padding-bottom: 6px
}

.maheScholarship h3.section-title {
    color: #fff
}

.maheScholarship p.text {
    text-align: center;
    color: #fff;
    padding: 0 20px 20px 20px
}

.maheScholarship .know-more {
    display: flex;
    justify-content: center
}

.maheScholarship h2 {
    padding-bottom: 20px;
    color: #fff
}

.whyManipalSec .overlay-content h3 span.nextLine {
    display: inline-block
}

.know-more.yellow {
    display: flex;
    justify-content: center
}

.maheScholarship .know-more a,.know-more.yellow a {
    background-color: #f7b314;
    border: 1px solid #f7b314;
    border-radius: 5px!important;
    background-image: none!important;
    cursor: pointer;
    padding: 12px;
    color: #fff
}

.maheScholarship .overlay-content {
    width: 70%;
    max-height: 350px;
    overflow: auto
}

.univ-image {
    position: relative;
    height: 43px
}

.univ-image img {
    width: 150px
}

.univ-image:before {
    content: "";
    display: block;
    width: 20%;
    height: .5px;
    background: #c9c8c9;
    left: 0;
    top: 25px;
    position: absolute
}

.univ-image:after {
    content: "";
    display: block;
    width: 20%;
    height: .5px;
    background: #c9c8c9;
    right: 0;
    top: 25px;
    position: absolute
}

.sub-menu-items .menu-block {
    position: relative;
    border-bottom: 1px solid #c9c8c9;
    display: flex;
    flex-flow: column;
    text-align: left
}

.sub-menu-items .menu-block::after {
    content: "";
    width: 1px;
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 0;
    background-color: #c9c8c9
}

.sub-menu-items .menu-block::before {
    content: "";
    height: 15%;
    width: .5px;
    position: absolute;
    left: 0;
    top: 25px;
    background-color: #c9c8c9
}

.sub-menu-items .menu-block .name {
    font-weight: 700;
    font-size: 13px!important;
    color: #3a3932!important;
    padding: 6px 0;
    white-space: nowrap;
    line-height: 18px
}

.sub-menu-items .menu-block a {
    padding: 0
}

.sub-menu-items .menu-block .duration img {
    height: 14px;
    margin-right: 4px
}

.sub-menu-items .menu-block .duration,.sub-menu-items .menu-block .view-more {
    font-size: 12px;
    color: #3a3932;
    font-weight: 700
}

.course-tab-content .tab-pane.active {
    height: 320px;
    overflow: auto;
    padding-right: 12px
}

.course-tab-content .tab-pane.active::-webkit-scrollbar {
    width: 3px;
    cursor: pointer
}

.overlay-content::-webkit-scrollbar {
    width: 5px;
    cursor: pointer
}

.course-tab-content .tab-pane.active::-webkit-scrollbar-track,.overlay-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #9b9b9a;
    border-radius: 10px;
    margin-top: 6px
}

.course-tab-content .tab-pane.active::-webkit-scrollbar-thumb,.overlay-content::-webkit-scrollbar-thumb {
    background: #f60;
    border-radius: 10px
}

.course-tab-content .work-prof {
    color: #f60;
    font-weight: 700;
    font-size: 14px
}

.sub-menu-items .menu-block.con-item::after {
    top: 0
}

.load-icons {
    float: left;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 6px;
    text-align: center
}

.load-icons i.fa {
    color: #f60;
    font-weight: 700
}

.empower-line-items1 .listStyle,.empower-line-items2 .listStyle,.empower-line-items3 .listStyle,#showLess {
    display: none
}

.page-template-womens-day .onlineSliderDiv h3 {
    margin: 20px 0 30px!important;
    min-height: 120px
}

.page-template-womens-day .coursesBanner {
    padding-top: 98px
}

.merideg-test.facultySection .facultyCard .facultyFront,.merideg-test.facultySection .facultyCard .facultyBack {
    background-image: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(../../../../../../../themes/onlinemanipal/images/meridegree-test-bg.png)!important;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px
}

.merideg-test.facultySection .facultyCard>div {
    transition: all 0.5s ease-in-out
}

.merideg-test.facultySection .facultyCard .facultyFrontContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.merideg-test.facultySection .slick-dots {
    display: none
}

.merideg-test.facultySection .facultyCard .facultyBackContent {
    display: flex;
    align-items: center;
    background-image: unset
}

.merideg-test.facultySection .facultyCard .facultyFrontContent img {
    margin: 0;
    width: 100px
}

.mobile-enrollnow {
    display: none
}

.blackbox-text {
    background: #000;
    float: left;
    width: auto;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 32px
}

.program-nav-bar {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 5;
    padding: 0 50px;
    border-bottom: 2px solid #f60
}

.program-nav-bar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px
}

.program-nav-bar ul li {
    padding: 0 18px
}

.program-nav-bar ul li a {
    padding-top: 8px
}

.program-nav-bar ul li.active,.program-nav-bar ul li:hover {
    background: #f9f9f9;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #f60;
    padding: 0 18px;
    border-bottom: 5px solid #f60
}

.program-nav-bar ul li:last-child a {
    padding: 9px 10px!important
}

.program-nav-bar ul li:last-child,.program-nav-bar ul li:nth-last-child(2) {
    background: unset!important;
    border-bottom: unset!important;
    padding: 0
}

.program-nav-bar ul li:last-child a,.program-nav-bar ul li:nth-last-child(2) a {
    color: #fff!important;
    margin-right: 0;
    padding: 5px 10px
}

.program-nav-bar ul li a {
    font-weight: 700;
    font-size: 16px
}

.program-nav-bar ul li.active a {
    color: #f60
}

.dual-degrees .banner-right-block {
    position: absolute;
    right: 50px;
    top: 120px;
    max-width: 350px;
    background: #f60;
    padding: 24px;
    border-radius: 8px
}

.dual-degrees .semSection .onlineSliderDiv .onlineDes {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left
}

.dual-degrees .semSection .onlineSliderDiv {
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #f60
}

.dual-degrees .semSection .onlineSliderDiv .show-popup {
    margin-top: 20px
}

.dual-degrees .semSection .onlineSliderDiv h3 {
    margin: unset!important;
    min-height: 70px
}

.dual-degrees .sliderText {
    display: flex;
    right: 0
}

.dual-degrees .sliderText .left {
    padding-left: 50px
}

.dual-degrees .sliderText h2 {
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 80px;
    -webkit-text-stroke: 3px #3a3932
}

.dual-degrees .sliderText h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 32px;
    padding-bottom: 40px;
    -webkit-text-stroke: 2px #3a3932;
    letter-spacing: 2px
}

.dual-degrees .terms-text {
    position: absolute;
    bottom: 15%;
    right: 0
}

.dual-degrees .small-terms-text {
    float: left;
    background: #e1ff1a;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px
}

.dual-degrees .terms-text p {
    font-weight: 700;
    background: #e1ff1a;
    padding: 6px 12px
}

.dual-degrees .sliderText .enrol-btn {
    padding-top: 100px
}

.dual-degrees .sliderText .enrol-btn img {
    margin: 0;
    width: 180px
}

.dual-degrees .sliderText .course-entity {
    position: absolute;
    right: 0;
    bottom: 25%
}

.dual-degrees .sliderText .course-entity img {
    width: 70%;
    margin: 0;
    float: right
}

.dual-degrees .landingpage-banner {
    display: flex;
    background: url(../../../../../../../themes/onlinemanipal/images/dual-lp-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 50px 0 50px;
    background-position: center;
    margin-top: 100px
}

.dual-degrees .landingpage-mobile-banner {
    margin-top: 50px
}

.dual-degrees .dual-info p {
    max-width: 65%;
    font-weight: 700
}

.dual-degrees .landingpage-banner h1 {
    font-size: 48px;
    font-weight: 900;
    -webkit-text-stroke: 2px #3a3932;
    letter-spacing: 3px;
    max-width: 70%
}

.dual-degrees .landingpage-banner h1 span {
    -webkit-text-stroke: 2px #f60;
    letter-spacing: 3px;
    font-weight: 900
}

.dual-degrees .landingpage-banner .enrol-btn img {
    margin: 0;
    width: 150px
}

.dual-degrees .whoCanApplyImg {
    width: 20px;
    height: 20px
}

.dual-degrees .whoCanApplyDiv {
    margin-left: -10px
}

.landingpage-banner .awards-logo {
    position: absolute;
    right: 0;
    bottom: 20px
}

.landingpage-banner .awards-logo img {
    width: 150px
}

.all-courses-link a {
    color: #b3b3b3;
    font-weight: 700;
    font-size: 16px
}

.user-confirmation {
    display: none
}

.user-confirmation .confirm-ques {
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px
}

#confirmation .options {
    display: flex;
    justify-content: space-around
}

#confirmation .confirm-btn {
    padding: 16px 24px;
    margin: 0 12px;
    background: #f78d2d;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 18px
}

.user-confirmation .overlay-content {
    min-height: 250px;
    width: 50%
}

.user-confirmation .text-block {
    display: flex;
    flex-direction: column;
    height: 220px;
    justify-content: center
}

.user-confirmation .overlay-bg {
    background: rgba(0,0,0,.98)
}

.page-template-courses .course-logo {
    width: 200px
}

.authorInfo .author_name {
    padding-left: 1rem;
    font-size: 16px;
    font-weight: bolder
}

.authorInfo .author_bio {
    font-size: 12px
}

.authorDetails {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 2px solid #e4e4e4
}

.authorDetails .author_img img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px
}

.authorDetails .writtenBy {
    margin-right: 10px;
    font-weight: 700
}

.authorInfo .author_bio {
    font-size: 16px
}

.mahe-scholarship {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px
}

.mahe-scholarship>div {
    flex: 1 1 0%
}

.mahe-scholarship>div:first-child {
    border-right: 1px solid #fff
}

.univ-spec-text {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.authorInfo .author_bio {
    font-size: 12px
}

.authorDetails {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 2px solid #e4e4e4
}

.authorDetails .author_img img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px
}

.authorDetails .writtenBy {
    margin-right: 10px;
    font-weight: 700
}

.authorDetails .author_name1 a {
    color: #f60;
    text-decoration: underline
}

.authorInfo {
    display: flex;
    padding: 1rem;
    align-items: center
}

.authorInfo .author_bio {
    font-size: 12px
}

.xtraSmallText .show-popup {
    font-size: 12px;
    color: #fff;
    text-decoration: underline
}

.placement .onlineSliderDiv h3 {
    margin: 20px 0 20px!important;
    min-height: 70px
}

.page-template-placement .header {
    background: #fdf8f4!important
}

ul.bullet-pointers {
    padding: 10px 20px 10px 20px
}

ul.bullet-pointers li {
    list-style: disc
}

.placement-assitance .layout>div {
    flex: 1 1 0%
}

.placement-assitance .first .text {
    padding-right: 24px
}

.placement-assitance .second .text {
    padding-left: 24px
}

.placement p {
    padding: 10px 0
}

.recruiters-list {
    margin: 20px
}

.recruiters-list li img {
    padding: 20px;
    width: 200px
}

.placement .semSliderHolder p {
    padding: unset
}

.placement .courseCompleteText h3 {
    font-size: 20px;
    font-weight: 700
}

.placement .blogCardSlider {
    width: 100%
}

.placement .onlineSliderDiv {
    padding: 20px
}

.placement li.slick-current.slick-active .onlineSliderDiv {
    padding-left: 0
}

.placement .semSection .drawLine {
    margin: unset
}

.placement-journey img {
    width: 50%
}

.placement .coursesBannerText {
    margin-right: unset
}

.placement-icons {
    margin: 0;
    width: 100px
}

.placement .intro-pointers {
    margin-top: 20px
}

.placement .intro-pointers>div {
    flex: 1 1 0%;
    padding: 24px 85px
}

.placement .intro-pointers .left {
    border-right: 2px dotted #ff270d
}

.tapmi-logos {
    display: flex;
    padding: 20px 0 0 0
}

.tapmi-logos img {
    width: unset!important;
    margin: 0 24px 0 0;
    height: 35px
}

.sliderText.tapmi h3 {
    color: #000;
    font-weight: 700
}

.sliderText.tapmi {
    display: flex
}

.sliderText.tapmi .left {
    flex-basis: 35%
}

.sliderText.tapmi .right {
    padding-top: 70px
}

.sliderText.tapmi .dotted-line {
    display: flex;
    align-items: center
}

.sliderText.tapmi .dotted-line img:first-child {
    width: 20px;
    height: 12px;
    margin: 0
}

.sliderText.tapmi .dotted-line img.last-dot-img {
    width: 80px;
    height: 12px;
    margin: 0
}

.sliderText.tapmi h2 {
    font-size: 70px;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e2000f;
    color: #e2000f
}

.sliderText.tapmi h2 span {
    display: block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

.sliderText.tapmi .tapmi-band {
    background: #2f308d;
    padding: 6px 12px;
    color: #fff;
    font-weight: 700
}

.sliderText.tapmi .tapmi-banner-logo {
    display: flex;
    align-items: center;
    padding-left: 24px
}

.sliderText.tapmi .tapmi-banner-logo img {
    width: 120px;
    margin: 0 24px 0 0;
    max-height: 44px
}

.sliderText.tapmi p.sub-text {
    color: #2f308d;
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px
}

.sliderText.tapmi h3 {
    color: #2f308d!important;
    font-size: 18px!important;
    text-transform: uppercase;
    padding: 0 12px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2f308d
}

.sliderText.tapmi p {
    color: #000;
    font-size: 22px
}

.sliderText.tapmi .enrol-now-cta {
    background: #000
}

.tapmi-enrol {
    display: flex;
    padding-bottom: 20px
}

.tapmi-enrol span {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    float: left;
    color: #fff;
    padding: 6px 24px;
    font-size: 22px;
    border-radius: 4px
}

.sliderText.tapmi .high-text {
    color: #000;
    font-weight: 700;
    font-size: inherit
}

.tapmi-logo-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px
}

.womens-day .enrol-now-cta {
    position: absolute;
    left: 50px;
    bottom: 20px
}

.womens-day .popuprfiform {
    display: none;
    top: 20%
}

.dropdown-logo {
    margin: 0;
    width: 160px;
    padding-bottom: 12px
}

.campusdropdownMenu .univ-name {
    color: #000!important;
    line-height: 12px;
    font-weight: 700;
    padding: 3px 0;
    border-top: 1px solid #f60;
    border-bottom: 1px solid #f60;
    font-size: 10px!important;
    text-transform: uppercase
}

.menuItem.campus-menu {
    padding-left: 10px;
    border: 1px solid #3a3932;
    border-radius: 4px;
    padding: 8px;
    margin-left: 8px
}

.muj-course-pointers.electives {
    display: flex;
    background: #fffaf0;
    padding: 12px;
    margin-bottom: 16px
}

.muj-course-pointers.electives .line-items {
    display: flex;
    padding-bottom: 12px;
    flex-direction: column;
    flex: 1 1 0%
}

.muj-course-pointers.electives .line-items>div {
    padding: 6px 0
}

.muj-login .sign-in-form {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    padding: 24px;
    border-radius: 4px
}

.last-date-text {
    position: absolute;
    left: 50px;
    bottom: 20px;
    color: #f60;
    font-weight: 700;
    padding: 24px 0
}

.id-banner-text {
    position: absolute;
    bottom: 70px;
    text-align: center;
    float: left;
    width: 100%
}

.id-banner-text h2 {
    text-align: center;
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 24px
}

.YellowEnrolBtn {
    position: relative;
    background-color: #363436;
    border-radius: 4px!important;
    background-image: none!important;
    cursor: pointer;
    padding: 12px 24px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

.sliderText.mahe-banner h2 {
    font-size: 120px;
    font-weight: 700;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
    line-height: 100px
}

.sliderText.mahe-banner h3 span {
    display: block;
    font-size: inherit
}

.sliderText.mahe-banner h3 b {
    font-size: inherit;
    font-weight: 700
}

.sliderText.muj h1 span {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: inherit
}

.sliderText.muj h3 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px
}

.sliderText.tapmi p span {
    font-size: inherit
}

.mahe-mba-banner h2 span {
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 20px 0
}

.sliderText.mahe-banner h2 .medium-text {
    display: block;
    font-size: 90px;
    font-weight: 700
}

.sliderText.mahe-banner h2 .small-text,.sliderText.mahe-banner h2 .small-text span {
    display: block;
    font-size: 1.75rem;
    -webkit-text-fill-color: inherit;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: unset
}

.sliderText.mahe-banner h4 {
    font-size: 28px
}

.sliderText.mahe-banner .text-divider {
    min-height: 50px
}

.sliderText.mahe-banner .high-text {
    font-weight: 700;
    font-size: 28px
}

.sliderText.mahe-banner .headerGradientBtn {
    padding: 12px 24px
}

.mahe-mba-banner .eminence-logo {
    margin: 0;
    padding: 0 24px 0 0;
    width: 200px
}

.mahe-mba-banner .left-text .content-wrapper {
    background: rgba(0,0,0,.7);
    border-radius: 8px;
    padding: 24px
}

.mahe-mba-banner .left-text .content-wrapper h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 12px
}

.mahe-mba-banner .mahe-button {
    padding: 12px
}

.mahe-mba-banner .mahe-button span {
    font-size: 18px
}

.mahe-mba-banner .white-btn-block .white-btn {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    letter-spacing: 1px
}

.mahe-mba-banner .bottom-block {
    position: absolute;
    bottom: 100px;
    left: 50px;
    right: 50px
}

.mahe-mba-banner .top-block {
    position: absolute;
    right: 50px;
    top: 120px
}

.tapmi-logos.course-page {
    display: flex;
    align-items: center
}

.courseInfo.layout-item-center.tapmi-course {
    justify-content: flex-start
}

.courseInfo.layout-item-center.tapmi-course .InfoDiv {
    padding-right: 24px
}

.wp-block-embed.aligncenter.is-type-video {
    text-align: center
}

.testimonialSection {
    position: relative;
    background: url(../../../../../../../themes/onlinemanipal/images/testimonial-block-bg.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.testimonialSection .testmonialCard {
    display: flex;
    position: relative;
    margin-left: 150px;
    margin-right: 10px;
    padding: 60px 0 60px 100px;
    background: url(../../../../../../../themes/onlinemanipal/images/test-desc-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px
}

.testimonialSection .image-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -220px;
    flex-basis: 20%
}

.testimonialSection .image-block .quote-icon {
    margin-left: -30px;
    width: 60px;
    position: absolute;
    right: -30px;
    top: 30%
}

.testimonialSection .details-block {
    padding: 0 25px 0 50px;
    flex-basis: 100%
}

.testimonialSection .designation {
    color: #f60;
    font-weight: 700
}

.testimonialSection .description {
    padding-bottom: 40px
}

.testimonialSection .test-user {
    width: 200px
}

.placement .testimonialSection .test-user {
    background: #fff;
    border-radius: 4px
}

.tapmi-courses .testimonialSection .test-user {
    background: #fff;
    border-radius: 4px
}

.testimonialSection .user-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footerWrapper .menu-title {
    color: #b3b3b3;
    font-weight: 700;
    font-size: 16px
}

.footerWrapper .sub-title {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin: 20px 0 4px
}

.testimonialSection .testmonialCard .name,.testimonialSection .testmonialCard .designation {
    text-transform: none
}

.semaccordion {
    background: #fff!important;
    cursor: pointer;
    padding: 8px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s
}

.overlay-content .panel {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden
}

.overlay-content .panel p {
    font-size: 14px
}

.semaccordion:before {
    float: right!important;
    content: "\f067";
    font-family: FontAwesome
}

.semaccordion.active:before {
    float: right!important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px
}

.semester-pointers {
    position: relative;
    display: flex;
    flex-direction: column
}

.semester-pointers .load-icons {
    position: relative;
    bottom: 0;
    padding-top: 10px
}

.semSection.tapmi .seperator {
    right: 12px;
    border-right: 1px solid #333
}

.semSection.tapmi .onlineSliderDiv h4 {
    margin: 0px!important;
    padding-bottom: 20px;
    font-size: 28px
}

.semester-pointers .listStyle {
    display: none
}

.semester-pointers .listStyle {
    margin: 0px!important
}

.semester-pointers .listStyle::before {
    display: none
}

.semester-pointers .listStyle a {
    display: flex;
    align-items: baseline;
    max-width: 94%;
    text-align: left
}

.semester-pointers .listStyle a::before {
    content: "»";
    color: #f60;
    font-size: 24px;
    background: none;
    position: relative;
    margin: 0 8px 0 0
}

.semester-pointers .show-popup {
    display: block
}

.semSection.tapmi .overlay-content h4 {
    font-size: 24px;
    color: #f60;
    font-weight: 700;
    padding-bottom: 20px
}

.semesterBtns.load-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 25px
}

.semesterBtns.load-icons i.fa {
    color: #fff;
    font-weight: 700;
    background: #707070;
    padding: 10px 9px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 24px;
    line-height: 6px
}

.semesterBtns #loadMore .semsesterLoadmore::before,.semesterBtns #loadMore .semsesterLoadmore::after,.semesterBtns #showLess .semsesterLoadmore::before,.semesterBtns #showLess .semsesterLoadmore::after {
    content: " ";
    width: 100px;
    height: 1px;
    margin: 0 10px;
    vertical-align: super;
    background-color: #707070;
    display: inline-block
}

.semSection.tapmi .semSliderHolder .slick-list {
    padding-bottom: 20px
}

h2 span.orangeColor,.section-title span.orangeColor {
    color: inherit!important
}

.slick-dots {
    position: relative!important;
    bottom: 0px!important;
    padding-top: 20px!important
}

.homeBannerSlider ul .slick-dots {
    position: absolute!important;
    bottom: 25px!important;
    padding-top: 0px!important
}

.tapmi-courses .certificate-img img {
    border: 1px solid #707070
}

.semaccordion.hide-plus::before {
    display: none
}

.facultiesContainer {
    position: relative;
    margin: 50px 12px 0 12px
}

.facultiesContainer .faculty-info {
    background: #fde2d1;
    padding: 24px;
    border-radius: 8px 8px 0 0;
    z-index: 10;
    text-align: center
}

.facultiesContainer .faculty-details {
    background: rgba(221,221,221,.2588235294);
    padding: 24px;
    border-radius: 0 0 8px 8px;
    min-height: 100px
}

.facultiesContainer .faculty-details p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.facultiesContainer .faculty-details .description {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center
}

.facultiesContainer .faculty-details p.description,.facultiesContainer .faculty-details .description p {
    text-align: left
}

.faculty-info .name {
    font-size: 16px;
    font-weight: 700;
    color: #ee4d14;
    padding-bottom: 6px
}

.facultiesContainer .faculty-info .designation {
    min-height: 50px
}

.faculty-info .designation {
    font-size: 12px;
    font-weight: 700;
    color: #272927;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.faculty-details .readMore {
    display: flex;
    cursor: pointer;
    padding-top: 20px
}

.faculty-details .readMore .text {
    font-size: 14px;
    color: #000;
    padding: 6px;
    border: 1px solid #707070;
    border-radius: 4px;
    text-transform: uppercase
}

.faculty-details .readMore .arrow {
    font-size: 14px;
    color: #f60;
    padding-left: 12px;
    font-weight: 700
}

.faculty-details .readMore .arrow img {
    width: 6px;
    margin: 0;
    padding: 2px 0 0 0
}

.faculty.overlay-content {
    width: 60%;
    border-radius: 8px 0 8px 8px;
    padding: 0;
    max-height: 350px;
    overflow: auto
}

.faculty.overlay-content p {
    font-size: 14px;
    line-height: 22px
}

.faculty.overlay-content .faculty-details {
    background: rgba(221,221,221,.2588235294);
    padding: 24px
}

.faculty.overlay-content .faculty-info {
    background: #fde2d1;
    padding: 24px
}

.faculty.overlay-content h3 {
    margin-bottom: 0
}

.faculty-info .image {
    margin-top: -70px;
    z-index: 10;
    padding-bottom: 10px
}

.faculty-info .image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    filter: grayscale(100%)
}

.coursesBannerText p {
    z-index: 2;
    color: white;
}

.tapmi-courses .numbers-block .line-item {
    width: 25%
}

.bloomSection {
    display: flex;
    background: linear-gradient(to bottom,#fff 50%,#fdf8f4 50%)
}

.bloomSection .position-relative {
    flex-basis: 100%
}

.bloomImg {
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.bloomSection img {
    margin: 0;
    width: 70%;
    padding-top: 20px
}

.bloomText {
    position: absolute
}

.bloomText h4 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 20px
}

.bloomText h4 span {
    display: block;
    color: inherit;
    font-size: inherit;
    font-weight: 700
}

.bloomText p {
    width: 35%
}

.semester-pointers .listStyle a.noHover {
    pointer-events: none!important;
    cursor: none!important
}

.statisticsText {
    color: #fff;
    display: flex;
    justify-content: center;
    font-style: italic;
    padding-top: 32px;
    font-size: 14px
}

.bloomText h4 span.highlightText {
    display: inline-block;
    font-size: inherit!important;
    font-weight: inherit!important
}

.tapmi-courses .numbers-block,.mit-courses.numbers-block {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%)
}

.mit-courses.numbers-block .line-item {
    width: 25%
}

.tapmi-courses .numbers-block h4 .counter-text,.mit-courses.numbers-block h4 .counter-text {
    color: #fff;
    -webkit-text-fill-color: #fff!important
}

.hiring-partners {
    position: relative;
    padding: 50px 0
}

.hiring-partners .statisticsText {
    color: #3a3932;
    padding: 12px;
    text-align: center
}

.hiring-partners .statisticsText a {
    font-size: 14px;
    font-style: italic;
    cursor: pointer;
    text-decoration: underline;
    padding: 0 4px
}

.ulhighlight {
    font-weight: 700;
    padding: 0 0 10px 8px
}

.tapmi-courses .course-logo {
    padding-top: 10px;
    width: 120px!important;
    height: auto!important
}

.coursesAnchor .card-logo img {
    width: 140px!important;
    height: 40px
}

.smu-logo {
    height: 30px!important
}

.coursesAnchor .card-logo img.tapmi-card-logo {
    height: 27px!important
}

.coursesAnchor .card-logo img.mit-card-logo {
    height: 20px!important
}

.semesterBtns.load-icons img {
    transform: rotate(90deg);
    width: 30px
}

.semsesterLoadmore {
    display: flex;
    align-items: center
}

.newBadge {
    position: relative;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #00b944;
    padding: 2px 0 2px 2px;
    margin-left: 6px;
    border-radius: 2px 0 0 2px;
    text-transform: uppercase
}

.newBadge:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    border: 8.5px solid;
    border-top-color: #00b944;
    border-left-color: #00b944;
    border-right-color: rgba(255,255,255,.9);
    border-bottom-color: #00b944
}

.newBadge .new-dot {
    display: inline-block;
    float: left;
    width: auto;
    margin-top: -11px;
    color: #fff;
    margin-right: 4px
}

.strikethrough {
    position: relative;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid #e02929;
    border-color: #e02929;
    transform: rotate(0deg)
}

.blackBgText {
    font-weight: 700;
    background: #3a3932;
    color: #fff;
    padding: 4px 6px;
    font-family: inherit;
    font-size: inherit
}

.readmore-text a.inActive {
    cursor: unset!important
}

.page-template-tapmi-courses .mahe-scholarship>div:first-child {
    border-right: unset
}

.nextLine {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit
}

.timelinerSection .section-title .nextLine {
    color: inherit
}

.newSmallText {
    display: block;
    font-size: 14px
}

.newextraSmallText {
    display: block;
    font-size: 11.5px;
    font-weight: 600
}

.mit .courseInfo {
    flex-direction: column;
    border-radius: 4px;
    justify-content: flex-start
}

.mit .courseInfo .left-block {
    display: flex;
    align-items: initial
}

.mit .courseInfo .right-block {
    display: flex;
    padding-top: 20px
}

.mit .courseInfo .InfoDiv {
    padding-right: 32px
}

.mit .courseInfo .InfoDiv:last-child {
    padding-right: 0
}

.mit .courseInfo .InfoDiv .course-logo {
    padding-right: 0;
    width: 350px
}

.mit .coursesBannerText {
    margin-right: 32px
}

.mit .fee-icon,.mit .duration-icon {
    width: 55px
}

.grecaptcha-badge {
    display: none!important
}

.iti--separate-dial-code .iti__selected-dial-code,.iti__country-name,.iti__dial-code,.iti__flag-box {
    font-size: 14px
}

.page-id-672468 .mittoolsCovered .slick-dots,.page-id-673040 .mittoolsCovered .slick-dots,.page-id-673359 .mittoolsCovered .slick-dots,.page-id-673361 .mittoolsCovered .slick-dots,.page-id-673356 .mittoolsCovered .slick-dots {
    display: none
}

.mit .whoCanApplyDiv:first-child {
    margin-bottom: 100px
}

.newSmallText {
    border: solid 1.5px #bcbcbc;
    background-color: #fff2e5;
    transform: skew(-12deg);
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    font-size: 11.5px;
    color: #000;
    padding: 0 8px;
    display: inline-block;
    text-align: center;
    background: unset;
    margin-left: 4px;
    margin-bottom: 2px
}

.newsubSmallText {
    transform: skew(12deg);
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    -ms-transform: skew(12deg);
    -o-transform: skew(12deg);
    display: block;
    font-size: 11.5px;
    font-weight: 600
}

#tabs-nav-fee li {
    cursor: pointer
}

.blackText {
    float: left;
    padding-left: 4px;
    font-size: 14px;
    font-weight: 700
}

.pointers-right-block .blackText {
    font-weight: 400
}

.newextraSmallText {
    display: block;
    font-size: 11.5px;
    font-weight: 600
}

.heroBanner {
    position: relative;
    display: flex;
    flex-direction: column
}

.heroBanner img {
    margin: 0;
    padding-top: 50px
}

.heroBanner .bannerText {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 6px 160px
}

.heroBanner .bannerText p {
    color: #fff
}

.smuMujbanner-holder {
    position: relative;
    margin-top: 100px
}

.muj-landing-page-banner {
    background: url(../../../../../../../themes/onlinemanipal/images/muj-university.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex!important;
    position: relative;
    justify-content: space-between;
    height: 600px!important;
    background-position: 0 20px;
    aspect-ratio: 1920/1080;
    width: 100%
}

.smu-lp .muj-landing-page-banner {
    background: url(../../../../../../../themes/onlinemanipal/images/SMU-Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.smu-banner {
    background: url(../../../../../../../themes/onlinemanipal/images/SMU-Banner.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 600px!important
}

.muj-banner {
    background: url(../../../../../../../themes/onlinemanipal/images/MUJ-Banner.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: 0 -23px!important;
    height: 600px!important
}

.page-template-muj-online-degree-courses .smuMujbanner-holder {
    margin-top: 0px!important
}

.page-template-muj-online-degree-courses .text-box1 {
    margin-top: 7%
}

.page-template-muj-online-degree-courses .muj-right-block {
    top: 22%!important
}

.page-template-muj-online-degree-courses .muj-slider-text {
    top: 22%!important
}

.muj-landing-page-banner.muj .sliderText .h2 {
    font-size: 26px;
    font-weight: bold!important;
    color: #000
}

.muj-landing-page-banner.muj .all-inst {
    display: flex;
    flex-direction: row;
    margin-left: -10px
}

.muj-landing-page-banner.muj .all-inst img {
    max-width: 267px
}

.muj-landing-page-banner.muj .last-admtn {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.1607843137);
    padding: 10px 14px;
    width: -moz-fit-content!important;
    width: fit-content!important;
    font-size: 24px!important;
    font-weight: 700;
    color: #000
}

.muj-landing-page-banner.muj .alert-msg {
    display: block;
    width: 100%;
    background: -webkit-linear-gradient(90deg,#ed3024 0%,#f60 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.page-template-muj-landingpage .sliderText .InfoDiv span.last-admtn {
    display: block;
    font-size: 20px!important
}

.muj-landing-page-banner.mujslider {
    background: url(../../../../../../../themes/onlinemanipal/images/muj-university.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover!important;
    display: flex!important;
    position: relative;
    justify-content: space-between;
    height: 600px!important;
    aspect-ratio: unset!important;
    max-height: unset;
    width: unset;
    height: 600px!important
}

.smu-banner {
    background: url(../../../../../../../themes/onlinemanipal/images/SMU-Banner.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 600px!important
}

.muj-banner {
    background: url(../../../../../../../themes/onlinemanipal/images/MUJ-Banner.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: 0 -23px!important;
    height: 600px!important
}

.page-template-muj-online-degree-courses .smuMujbanner-holder {
    margin-top: 0px!important
}

.page-template-muj-online-degree-courses .text-box1 {
    margin-top: 7%
}

.page-template-muj-online-degree-courses .muj-right-block {
    top: 22%!important
}

.page-template-muj-online-degree-courses .muj-slider-text {
    top: 22%!important
}

.smubanner {
    background: url(../../../../../../../themes/onlinemanipal/images/SMU-Desktop-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    height: 42vh;
    height: 600px!important
}

.smubanner .smu-text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 3.37vw 4vw 2vw 4vw;
    justify-content: space-between
}

.smubanner .smu-text-container .new-launch {
    margin-top: -3.37vw;
    background: #074a76 0% 0% no-repeat padding-box;
    max-width: 146px;
    color: #e9f4fc;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    border-radius: 0 0 5px 5px;
    padding: 5px 0;
    letter-spacing: 2.64px
}

.smubanner .smu-text-container .text-box1 {
    display: flex;
    flex-direction: column;
    gap: .8vw
}

.smubanner .smu-text-container .fav-text {
    font-size: 1.47vw;
    line-height: 1.76vw;
    letter-spacing: .2px;
    color: #343634;
    font-weight: 700
}

.smubanner .smu-text-container .smu-head {
    font-size: 2.9vw;
    line-height: 3vw;
    font-weight: 700;
    letter-spacing: .028vw;
    color: #074a76
}

.smubanner .smu-text-container .hand {
    width: 33px;
    display: inline-block
}

.smubanner .smu-text-container .uni-name {
    color: #074a76;
    font-weight: 700;
    font-size: 3.08vw;
    line-height: 3vw;
    letter-spacing: .028vw;
    font-family: Sabon LT Std;
    font-style: italic
}

.smubanner .smu-text-container .uni-name2 {
    display: block;
    color: #074a76;
    font-weight: 700;
    font-size: 3.08vw;
    line-height: 3vw;
    letter-spacing: .028vw;
    font-family: Sabon LT Std;
    font-style: italic
}

.smubanner .smu-text-container .courses-list {
    font-size: 1.18vw;
    color: #343634;
    letter-spacing: 0;
    line-height: 1.32vw;
    margin-top: 10px
}

.smubanner .smu-text-container .banner-btm-txt {
    display: flex;
    flex-direction: column
}

.smubanner .smu-text-container .banner-btn-container {
    gap: 0 .8vw;
    align-items: center;
    display: flex
}

.smubanner .smu-text-container .banner-btn {
    text-decoration: none;
    background: #1c1c1c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 24px;
    line-height: normal;
    letter-spacing: .16px;
    border-radius: 2px
}

.smubanner .smu-text-container .nac-container {
    display: flex;
    flex-grow: 0;
    margin-left: 1vw
}

.smubanner .smu-text-container .nac-container img {
    width: 3.85vw;
    float: left
}

.smubanner .smu-text-container .nac-container .nac-txt1 {
    float: right;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.32vw;
    font-size: 1.18vw;
    margin-top: 6%;
    font-weight: 700;
    color: #1c1c1c;
    margin-left: .645vw
}

.smubanner .smu-text-container .nac-container .nac-txt2 {
    display: block;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.32vw;
    font-size: 1.18vw;
    font-weight: 700;
    color: #1c1c1c
}

.smubanner .smu-text-container .ugc-container {
    display: flex;
    flex-grow: 0
}

.smubanner .smu-text-container .ugc-container img {
    width: 3.3vw;
    float: left
}

.smubanner .smu-text-container .ugc-container .ugc-txt1 {
    float: right;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.32vw;
    font-size: 1.18vw;
    margin-top: 6%;
    font-weight: 700;
    color: #1c1c1c;
    margin-left: .645vw
}

.smubanner .smu-text-container .ugc-container .ugc-txt2 {
    display: block;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.32vw;
    font-size: 1.18vw;
    font-weight: 700;
    color: #1c1c1c
}

.smu-mobile {
    display: none
}

.new-launch-mob {
    display: none
}

.muj-landing-page-banner .sliderText,.muj-landing-page-banner .banner-right-block {
    position: relative
}

.muj-landing-page-banner .section-wrapper.recognised-section {
    max-height: 500px
}

.muj-landing-page-banner .popularCoursesSec,.om-homepage .popularCoursesSec {
    max-height: 720px
}

.muj-landing-page-banner .onlineSection,.om-homepage .onlineSection {
    max-height: 500px
}

.muj-landing-page-banner .testimonialSection,.om-homepage .testimonialSection {
    max-height: 500px
}

.muj-landing-page-banner .numbers-block,.om-homepage .numbers-block {
    max-height: 220px
}

.om-homepage .homeBannerSlider {
    margin-top: 100px
}

.om-homepage .sliderText {
    top: 0
}

.om-homepage .mahe-mba-banner .bottom-block {
    position: relative;
    bottom: 80px;
    left: 0;
    right: 0;
    padding-right: 50px;
    display: flex;
    align-items: flex-end;
    height: 100%
}

.om-homepage .slick-slide {
    height: auto
}

.om-homepage .tapmi-logo-right {
    top: 20px;
    right: 50px
}

.om-homepage .leftPosition .sliderText {
    left: 0;
    padding-left: 50px
}

.om-homepage .leftPosition .sliderText.muj {
    padding-top: 30px
}

.om-homepage .tapmi-logo-right img {
    width: 200px;
    height: 38px
}

.om-homepage .sliderText img.courses-logo {
    width: 200px;
    height: 90px
}

.om-homepage .mahe-mba-banner .eminence-logo {
    height: 61px
}

.om-homepage .onlineSliderDiv img {
    width: 104px;
    height: 104px
}

.om-homepage .testimonialSection .test-user {
    width: 180px;
    height: 180px
}

.om-homepage .mahe-mba-banner,.om-homepage .mahe-mba-banner .sliderText {
    height: 100%
}

.om-homepage .mahe-mba-banner .sliderText .bottom-block>div {
    flex-basis: 100%
}

.om-homepage .sliderText.mahe-banner .headerGradientBtn {
    margin-bottom: 50px
}

.seo-pages .awards-slider li img {
    margin: 0
}

.overlay-content iframe {
    height: 92vh
}

.homeBannerSlider .sliderText h2 {
    font-size: 70px;
    -webkit-text-stroke-width: 2px;
    line-height: unset
}

.homeBannerSlider .sliderText h3 {
    font-size: 24px
}

.homeBannerSlider .sliderText.tapmi {
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    flex-direction: column
}

.homeBannerSlider .img.courses-logo {
    padding-bottom: 0
}

.homeBannerSlider .naac-logo {
    width: 300px;
    height: auto!important;
    padding-left: 24px
}

.homeBannerSlider .sliderText.muj h1 {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 45px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: #fff
}

.homeBannerSlider .sliderText {
    padding-top: 24px;
    padding-bottom: 24px
}

.homeBannerSlider .sliderText .eminence-logo {
    width: 200px;
    height: 70px;
    margin: 0;
    margin-right: 24px
}

.om-homepage .muj .tapmi-logo-right img {
    height: 57px
}

.om-homepage .mahe .tapmi-logo-right img {
    height: 59px
}

.homeBannerSlider .sliderText.mahe h2,.plusBanner h1,.experienceBanner h1,.aboutusBanner h1,.helpCenterBanner h1,.allBlogsBanner h1 {
    font-size: 48px;
    line-height: 48px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: inherit;
    color: inherit
}

.homeBannerSlider .white-btn-block span {
    font-size: 22px
}

.plusBanner,.experienceBanner,.aboutusBanner,.helpCenterBanner {
    position: relative;
    margin-top: 100px
}

.plusBanner .sliderText,.experienceBanner .sliderText,.aboutusBanner .sliderText {
    top: 32px
}

.seo-pages .sliderText.muj img {
    height: auto!important
}

.aboutusBanner .sliderText,.helpCenterBanner .sliderText {
    display: flex;
    flex-direction: column;
    padding: 24px 0
}

.helpCenterBanner .sliderText {
    padding: 75px 0;
    top: 0
}

.aboutusBanner .sliderText h1 {
    font-size: 38px;
    line-height: 38px;
    -webkit-text-stroke-width: 2px;
    color: #000
}

.aboutusBanner .sliderText p {
    margin-bottom: 0
}

.numberDiv .mail-icon {
    width: 30px
}

.numberDiv .phone-icon {
    width: 20px
}

.helpCenterBanner .sliderText h1 {
    color: #000;
    margin-bottom: 4px
}

.queryNumberList ul li {
    border-bottom: 1px solid #000!important
}

.queryNumberList ul li:last-child {
    border-bottom: unset!important
}

.queryNumberList .p {
    font-size: 14px
}

.course-template-first.seo-pages .coursesBanner {
    padding-top: 0
}

.otp-verification-block {
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    padding: 24px;
    border-radius: 8px
}

.otp-verification-block {
    display: none
}

.single-post .otp-verification-block,.single-post .otp-verification-block .mobile-number p {
    border: 1px solid #3a3932
}

.otp-verification-block p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700
}

.single-post .otp-verification-block p {
    color: #3a3932
}

.otp-verification-block p:first-child {
    text-align: center
}

.otp-verification-block .mobile-number {
    display: flex;
    justify-content: center;
    margin: 12px 0
}

.otp-verification-block .mobile-number p {
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 8px
}

.otp-verification-block .mobile-number .number {
    color: #fff;
    font-weight: 700;
    padding-right: 12px
}

.single-post .otp-verification-block .mobile-number .number {
    color: #3a3932
}

.page-template-mba-degrees .otp-verification-block {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    padding: 12px
}

.page-template-mahe-mba-degrees .otp-verification-block {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    padding: 12px
}

.otp-verification-block .mobile-number .edit {
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer
}

.otp-verification-block input {
    margin: 0 6px;
    border-radius: 4px;
    padding: 4px;
    text-align: center
}

.resend-otp {
    display: flex;
    font-size: 14px;
    font-weight: BOLD;
    padding: 12px 0;
    text-decoration: underline
}

.otp-verification-block .lsq-submit {
    background: #f7b314;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #f7b314;
    color: #fff;
    font-weight: BOLD;
    font-size: 14px;
    cursor: pointer
}

.otp-verification-block .buttons p {
    display: flex;
    flex-direction: column
}

.otp-verification-block .countdown {
    font-size: 14px;
    font-weight: 700
}

.otp-verification-block .resend-otp {
    cursor: pointer
}

.formMsg .success {
    color: #fff;
    font-size: 16px;
    font-style: italic
}

.formMsg .success a {
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline
}

.formMsg .error {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-style: italic
}

.onlineSection .overlay-content h3 .nextLine {
    display: inline-block
}

.wp-element-caption {
    font-size: 12px;
    text-align: center
}

.wp-element-caption a {
    font-size: 14px;
    text-align: center;
    font-style: italic
}

.wpcf7 .wpcf7-submit:disabled,.lsq-submit:disabled {
    cursor: not-allowed;
    background: #ccc;
    border: unset;
    color: #fff
}

.rfi-form .fieldError {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    text-shadow: 1px 1px 1px #333
}

.single-post .rfi-form .fieldError {
    color: #3a3932;
    text-shadow: unset
}

.single-post .rfi-form .fieldError a {
    color: #3a3932
}

.rfi-form .fieldError a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

.verification-box {
    display: flex;
    align-items: center;
    justify-content: center
}

.otpMsg {
    font-size: 14px;
    font-style: italic;
    color: #fff
}

.otp-verification-block .formMsg {
    padding: 12px 0
}

.otpMsg .fa-check {
    font-size: 24px;
    color: green
}

.otpMsg .fa-times {
    font-size: 24px;
    color: #8b0000
}

.page-template-mba-degrees .wpcf7-submit,.page-template-online-mca-degrees .wpcf7-submit,.page-template-online-mcom-degrees .wpcf7-submit,.page-template-online-bcom-degrees .wpcf7-submit,.page-template-online-mba-degrees .wpcf7-submit,.page-template-mahe-mba-degrees .wpcf7-submit {
    background-color: #f7b314;
    border: 1px solid #f7b314;
    border-radius: 5px!important;
    background-image: none!important;
    cursor: pointer;
    padding: 10px;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 16px
}

.page-template-mahe-mba-degrees .wpcf7-submit {
    background-color: #f7b314;
    border: 1px solid #f7b314;
    border-radius: 5px!important;
    background-image: none!important;
    cursor: pointer;
    padding: 12px;
    color: #fff
}

.seo-pages .coursesAnchor .card-logo img {
    height: auto!important
}

.seo-pages .call-gradient-btn {
    margin-right: 0px!important
}

#pdf-flipbook {
    display: none
}

.seo-pages .profession-courses {
    margin-top: 100px
}

.whoCanApply ul {
    padding-left: 24px
}

.whoCanApply ul li {
    list-style: disc
}

.suburban .key-pointers {
    position: relative;
    float: left;
    background: #fff;
    padding: 24px 24px 12px 24px;
    margin-top: 12px
}

.suburban .key-pointers ul {
    padding-top: 12px
}

.suburban .key-pointers ul li {
    border-top: 1px solid #ccc;
    padding: 6px 0;
    font-size: 16px
}

.suburban .key-pointers ul li::before {
    content: "-";
    padding-right: 12px
}

.suburban .pointers {
    justify-content: space-between
}

.suburban .coursesInfoDiv .coursesInfo .layout {
    font-size: 14px!important
}

.suburban .sliderText .h2 {
    font-weight: 900!important
}

.suburban .divider {
    border-bottom: 3px solid #000;
    margin-bottom: 12px
}

.suburban .banner-tile {
    width: 300px
}

.admission-process .details {
    display: flex;
    justify-content: space-between
}

.admission-process .details .line-items {
    padding-right: 24px;
    flex-basis: 25%
}

.admission-process .details .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 2px solid #ccc
}

.admission-process .details .image img {
    width: 75px
}

.admission-process .details .text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px 0
}

.admission-process .details h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    min-height: 82px
}

.admission-process .details img {
    margin: 0
}

.admission-process .details .right img {
    width: 50px;
    margin: 0
}

.admission-process .details .text .left {
    padding-right: 24px;
    flex-basis: 100%
}

.page-template-mit-courses .duration-text {
    display: flex;
    align-items: center
}

.page-template-mit-courses .duration-text strong {
    font-size: 14px
}

.course-listing .noResult h3 {
    text-align: center;
    font-style: italic;
    font-weight: BOLD;
    font-size: 20px
}

.course-listing .noResult h3 span {
    font-size: 16px;
    font-weight: 700
}

h2.empower-her {
    color: #000!important;
    -webkit-text-fill-color: inherit;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: inherit;
    font-size: 48px!important;
    line-height: 42px!important;
    letter-spacing: 1px
}

.degtab {
    display: block;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 16px;
    padding-top: 6px
}

.empower-desc {
    font-size: 18px;
    padding-top: 8px;
    display: block
}

.yellowBlock {
    background: #fdb515;
    padding: 4px 12px;
    font-weight: 700;
    font-size: 20px;
    color: #000!important;
    -webkit-text-fill-color: inherit;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: inherit;
    letter-spacing: 1px
}

.tcText {
    position: absolute;
    right: -25px;
    bottom: 50%;
    font-size: 12px;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.mba-degrees #course-float-form .submitBtn input {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%);
    cursor: pointer;
    color: #fff
}

.muj-landing-page-banner.muj {
    margin-top: 0px!important
}

.mahe-courses section.section-wrapper .layout .line-item .counter-value,.mahe-courses section.section-wrapper .layout .line-item h4 {
    color: #fff
}

.mahe-courses section.section-wrapper .layout .line-item .counter-text {
    color: white!important;
    -webkit-text-fill-color: #fff!important
}

.mahe-courses.webinar section.section-wrapper.numbers-block {
    background: linear-gradient(90deg,#ed3024 0%,#ff6600 100%)
}

.mahe-courses section.section-wrapper .layout {
    justify-content: center
}

.hide-block {
    display: none!important
}

.smu-uni-img {
    background: url(../../../../../../../themes/onlinemanipal/images/SMU_Image.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important
}

.uni-img-round {
    border-radius: 8px 0 0 8px
}

.muj-block .left-item {
    flex-basis: unset!important
}

.muj-block .left-item .second-row {
    width: 75%
}

.rankings-item {
    width: 100%
}

.rankings-item .first-row .layout img {
    height: 45px
}

.rankings-item .first-row .layout p {
    font-size: 12px
}

.rankings-item .second-row p.label span {
    padding-right: 12px
}

#bannerLoginForm #course-float-form .otp-verification-block {
    background: transparent linear-gradient(270deg,#ff6600 0%,#ee3024 100%) 0% 0% no-repeat padding-box;
    padding: 12px
}

.page-template-online-bcom-degrees .footerWrapper .categories-links a,.page-template-online-mcom-degrees .footerWrapper .categories-links a,.page-template-online-mca-degrees .footerWrapper .categories-links a,.page-template-online-mba-degrees .footerWrapper .categories-links a {
    display: block
}

.page-template-online-bcom-degrees .footerWrapper .categories-links a span,.page-template-online-mcom-degrees .footerWrapper .categories-links a span,.page-template-online-mca-degrees .footerWrapper .categories-links a span,.page-template-online-mba-degrees .footerWrapper .categories-links a span {
    display: block;
    font-size: inherit;
    color: inherit
}

@keyframes marquee-animation {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.marquee-text-parent {
    margin: -10px -50px 10px;
    padding: 10px;
    background-color: #fdf8f4
}

.marquee-text-parent .marquee-text {
    transform: translateX(100%);
    animation: marquee-animation 30s linear infinite;
    white-space: nowrap
}

.marquee-text-parent .marquee-text span {
    font-weight: 700
}

.marquee-text-parent .marquee-text a {
    color: #f60;
    text-decoration: underline;
    font-weight: 700
}

.marquee-text-parent .marquee-text strong {
    color: #f60;
    font-weight: 700
}

.marquee-text-parent .marquee-text:hover {
    animation-play-state: paused
}

.page-template-muj-international-landingpage .marquee-text-parent {
    margin-bottom: 0
}

.sliderText.padd-top {
    top: 164px
}

.banner-form .banner-right-block.position-top {
    top: 186px
}

.electivesSlider .slick-prev,.electivesSlidervwo .slick-prev {
    right: -24px;
    top: calc(58% - 50px)
}

.electivesSlider .slick-next,.electivesSlidervwo .slick-next {
    right: -17px;
    top: calc(58% - 50px)
}

.electivesSlider .elective-active,.electivesSlidervwo .elective-active {
    border: 2px solid #f60;
    position: relative
}

.electivesSlider .ele-close-icon,.electivesSlidervwo .ele-close-icon {
    position: absolute;
    top: -7%;
    left: 92%;
    width: 20px!important;
    display: none
}

.electivesSlider .slick-track,.electivesSlidervwo .slick-track {
    display: flex;
    margin-top: 13px
}

.electivesSlider .line-items,.electivesSlidervwo .line-items {
    background: #fdf8f4;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 11px;
    padding: 24px;
    height: inherit;
    text-decoration: none;
    text-align: center
}

.electivesSlider .line-items img,.electivesSlider .line-items svg,.electivesSlidervwo .line-items img,.electivesSlidervwo .line-items svg {
    /* width: 108px; */
    /* height: 63px; */
    padding-bottom: 5px;
    margin: 0 auto
}

.electivesSlider .line-items svg.english,.electivesSlidervwo .line-items svg.english {
    width: 26px
}

.electivesSlider .line-items .name,.electivesSlidervwo .line-items .name {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
    text-decoration: none!important
}

.limited-course-text {
    float: left;
    width: 100%;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.banner-muj-degree {
    font-size: 26px!important
}

.muj-skills-content {
    font-size: 14px
}

@media only screen and (min-width: 1601px) and (max-width:1920px) {
    @keyframes marquee-animation {
        from {
            transform:translateX(100%)
        }

        to {
            transform: translateX(-60%)
        }
    }
}

@media only screen and (max-width: 1536px) {
    .mba-degrees #course-float-form .rfi-form div.layout:first-child {
        width:74%
    }

    .mba-degrees #course-float-form .rfi-form div.layout:last-child {
        width: 25%
    }

    .mba-degrees #course-float-form .rfi-form .wpcf7-form-control-wrap {
        width: 33%
    }

    .mba-degrees #course-float-form .rfi-form .otp-phone .wpcf7-form-control-wrap {
        width: 93%!important;
        padding-left: 3px
    }
}

@media only screen and (min-width: 1367px) and (max-width:1600px) {
    @keyframes marquee-animation {
        from {
            transform:translateX(100%)
        }

        to {
            transform: translateX(-76%)
        }
    }
}

@media only screen and (min-width: 769px) and (max-width:1024px) {
    @keyframes marquee-animation {
        from {
            transform:translateX(100%)
        }

        to {
            transform: translateX(-120%)
        }
    }
}

@media only screen and (max-width: 768px) {
    @keyframes marquee-animation {
        from {
            transform:translateX(100%)
        }

        to {
            transform: translateX(-160%)
        }
    }

    .mba-degrees #course-float-form .rfi-form div.layout:first-child {
        width: unset
    }

    .mba-degrees #course-float-form .rfi-form div.layout:last-child {
        width: 100%
    }

    .mba-degrees #course-float-form .rfi-form div.layout:last-child p {
        width: 100%
    }

    .mba-degrees #course-float-form .rfi-form .wpcf7-form-control-wrap {
        width: 100%
    }

    .mba-degrees #course-float-form .rfi-form .otp-phone .wpcf7-form-control-wrap {
        width: 100%!important;
        padding-left: 12px
    }
}

@media only screen and (max-width: 767px) {
    .muj-landing-page-banner.muj .all-inst {
        margin-left:0
    }

    .muj-landing-page-banner.muj .all-inst img {
        max-width: 27.368vw
    }

    .page-template-muj-landingpage .sliderText .InfoDiv span.last-admtn {
        display: block;
        font-size: 16px!important
    }

    @keyframes marquee-animation {
        from {
            transform: translateX(100%)
        }

        to {
            transform: translateX(-160%)
        }
    }
}

@media only screen and (max-width: 600px) {
    .smu-banner .sliderContainer {
        background:url(../../../../../../../themes/onlinemanipal/images/SMU-Mobile.jpg)!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
        border-radius: 5px
    }

    .page-template-muj-online-degree-courses .smu-banner {
        height: 500px!important
    }

    .muj-banner .sliderContainer {
        background-repeat: no-repeat!important;
        background-size: cover!important;
        border-radius: 5px
    }

    .page-template-muj-online-degree-courses .muj-slider-text {
        top: 10%!important
    }

    .page-template-muj-online-degree-courses .smu-mobile {
        left: 7px!important
    }

    .page-template-muj-online-degree-courses .muj-slider-text {
        left: 25px!important
    }

    .page-template-muj-online-degree-courses .banner-tile {
        margin-left: -5px!important;
        width: 230px
    }

    .page-template-muj-online-degree-courses .sliderText .h2 {
        color: #3a3932!important
    }

    .smu-primary-text,.muj-primary-text {
        font-size: 16px!important;
        background: #fff;
        color: #000!important;
        padding: 10px!important;
        border-radius: 5px
    }

    .page-template-muj-online-degree-courses .slick-dots li button {
        padding-top: 24px!important
    }

    .mba-degrees .rankings-item .first-row .layout-item-center {
        flex-basis: 100%!important
    }

    .muj-block .left-item .second-row {
        width: unset
    }

    .mba-degrees.online-banner .banner-section {
        background: url(../../../../../../../themes/onlinemanipal/images/bg-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 18vw;
        aspect-ratio: 1/1;
        background-position: 0 19px
    }

    .mba-degrees.online-banner .banner-section .heroBanner img {
        padding-top: 0;
        height: 50px
    }

    .mba-degrees.online-banner .banner-section .mobile-banner {
        display: flex;
        flex-direction: column;
        padding: 0 15px
    }

    .mba-degrees.online-banner .banner-section .mobile-banner h1 {
        font-size: 20px
    }

    .mba-degrees.online-banner .banner-section .mobile-banner h1 span {
        line-height: 20px
    }

    .mba-degrees.online-banner .banner-section .mobile-banner .right {
        width: 55%
    }

    .mba-degrees.online-banner .banner-section .mobile-banner .right .logos p {
        font-size: 12px
    }

    .page-template-online-mba-degrees .mba-degrees.online-banner .banner-section {
        padding-top: 0px!important
    }

    .page-template-online-mba-degrees .mba-degrees.online-banner .banner-section .heroBanner img {
        padding-top: 40px!important;
        width: 100%;
        height: auto
    }
}

@media only screen and (min-width: 0) and (max-width:480px) {
    .mujhomeBannerSlider .sliderText {
        width:100%
    }

    @keyframes marquee-animation {
        from {
            transform: translateX(100%)
        }

        to {
            transform: translateX(-240%)
        }
    }
}

@media only screen and (max-width: 400px) {
    @keyframes marquee-animation {
        from {
            transform:translateX(100%)
        }

        to {
            transform: translateX(-270%)
        }
    }
}

.overlay-content.popup1scholarship {
    max-height: 80%!important;
    overflow-y: scroll!important;
    top: 0!important;
    bottom: 0!important;
    margin: auto
}

.apply-img {
    width: 50px;
    margin: 0
}

.apply-img img {
    width: 21px
}

.who-can-apply-bg {
    display: flex;
    padding-bottom: 16px
}

.apply-content {
    margin-left: 16px
}

.apply-content .sub-heading {
    font-weight: 700
}

.sliderText.banner {
    display: flex;
    flex-direction: column
}

.sliderText.banner .banner-tile {
    margin-bottom: 20px
}

.card-container {
  position: relative;
  border-radius: 12px;
  padding-bottom: 16px;
  color: black;
  width: 100%;
  margin-top: 5%;
}

.card-content {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  justify-items: center;
  gap: 6px 1px;
  align-items: start;
  padding: 24px;
  width: 100%;
}

@media (min-width: 768px) {
  .card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}

.card-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 12px;
  grid-column: span 5;
}

.card-label {
  font-size: 20px;
  line-height: 30px;
  color: #000000; /* gray-400 */
  font-weight: 400;
  font-weight: bold;
}

.card-value {
  font-size: 36px;
  line-height: 1;
  color: black;
  font-weight: bold;
}

.separator {
  height: 100%;
  width: 1px;
  background-color: #e5e7eb; /* gray-300 */
}

.subheading{
        color: black;
    padding: 0 15%;
}
.page-template-home-page .sliderText .InfoDiv {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

  .curriculum-section {
            display: flex;
            gap: 20px;
        }

        .curriculum-left {
            flex: 1;
        }

        .curriculum-accordion { /* Parent for all accordions */
            border-radius: 8px;
            overflow: hidden;
            box-shadow: rgba(60, 72, 82, 0.1) 0px 0px 16px;
            margin-bottom: 16px;
        }

        .curriculum-accordion-header {  /* Unique class for header */
            background-color: #e0f2f7;
            padding: 10px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .curriculum-accordion-title { /* Unique class for title */
            font-weight: bold;
        }

        .curriculum-accordion-content { /* Unique class for content */
            background-color: #f5f5f5;
            padding: 10px;
            display: none;
        }

        .curriculum-accordion-content.show {
            display: block;
        }

        .form-right {
            flex: 0.5;
            position: sticky;
            top: 20px;
            border: 1px solid #ccc;
            padding: 20px;
            border-radius: 8px;
        }

        .form-right h3 {
            margin-bottom: 10px;
        }

        .form-group {
            margin-bottom: 15px;
        }
        .card-item img{
            width: 400;
            height: 400px;
            object-fit: contain;
            border: 1px;
            border-radius: 10px;
            border: 4px solid black;
            b: 0 6 35px 0px #ccc;
        }
        .card-item .head{
                text-align: center;
                padding: 0 15%;
        }
        .space-evenly{
            justify-content: space-evenly !important;
        }
        label {
            display: block;
            margin-bottom: 5px;
        }

        input, select {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }

        .form-right button {  /* Unique class for button within form */
            background-color: #035642;
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        .curriculum-icon { /* Unique class for icon */
            margin-left: 10px;
        }

        .curriculum-icon::before {
            content: "+";
        }

        .curriculum-accordion-header.active .curriculum-icon::before {
            content: "-";
        }

        .curriculum-note { /* Unique class for note */
            margin-top: 20px;
            font-style: italic;
        }
.video-container {
    position: relative;
  
    cursor: pointer;
}

.video-poster {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.mycer{
    text-align: left !important;
}
.head.mycer ul li img {
    width: 10%;
    height: auto !important;
}
.head.mycer ul li  {
        display: flex
;
    gap: 7px;
    color: black;
       font-family: 'Poppins';
}
.mycer ul{

    margin-top: 50px;
    display: flex
;

}
.review span{
    color: black;
}
.review img{
    border-radius: 5px;
    border: 3px solid black;
    width: 100px;
    height: 105px;
}
.review h3, .review h4 {
    
    margin: 9px 0 -23px !important;
}
.custom-img{
        object-fit: contain;
    background: black;
}

.mycer .dd{
        font-weight: bold;
    font-size: 25px;
    margin-bottom: 3%;
}
.card.simple-faq {
    background: #ffbd5d;
}
.page-template-home-page .sliderText .InfoDiv span.last-admtn {
    display: block;
    font-size: 20px!important
}

.page-template-home-page .onlineSliderDiv img,.page-template-muj-landingpage .onlineSliderDiv img,.page-template-smu-landingpage .onlineSliderDiv img {
    width: 104px!important
}

.certificateHolder .section-title span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

.pointers-right-block .totalFee {
    font-size: 18px
}

.courseFeeDiv .tab-content-fee,.pointers-right-block .item.fee-block {
    display: none
}

.ldc-block {
    display: none;
    padding-bottom: 20px
}

.last_date_text {
    font-weight: 700

    .card.simple-faq {
    background: #ffbd5d;
}
}
