@font-face {
    font-family: 'arial_blackregular';
    src: url('fonts/arial_black-webfont.woff2') format('woff2'),
         url('fonts/arial_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arialregular';
    src: url('fonts/arial-webfont.woff2') format('woff2'),
         url('fonts/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'arialregular';
}
img{width: 100% !important;}
.section p{
    font-family: 'arialregular';
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
#section0 p{
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Style for our header texts */
h1{
    font-size: 5em;
    font-family: 'arial_blackregular';
    color: #000000;
    margin:0;
    padding:40px 0 0 0;
}
.intro p{
    color: #000000;
    padding:40px 0 0 0;
}

/* Centered texts in each section */
.section{
    text-align:center;
    background-color: #ffffff!important;
}

/* Home Section */
#infoMenu li a {
    color: #000000;
}
.scroll_down{
    text-decoration: none;
    cursor: pointer;
    display: block;
    background: url('../assests/images/icons.png') no-repeat -543px -373px;
	width: 25px;
	height: 35px;
    text-align: center;
    margin: 0 auto;
    margin-top: 5%;
/*    margin-bottom: 50px;*/
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.scroll_down_desk{
    display: none;
    text-decoration: none;
    cursor: pointer;
    background: url('../assests/images/icons.png') no-repeat -543px -373px;
	width: 25px;
	height: 35px;
    position: absolute;
    bottom: 20px;
    left: 49%;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
header{
    background-color: #ffffff;
    position: fixed;
    z-index: 99999;
    height: auto;
    width: 100%;
    padding-top: 8px;
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.3);
}
.desk-menu-container{
    display: none;
    float: right;
    width: 85%;
}
a.app-now-btn{
    text-decoration: none;
    cursor: pointer;
    background-color: #e41e26;
    color: #ffffff !important;
    padding: 8px 8px;
    padding-right: 25px;
    text-transform: capitalize !important;
    position: relative;
}
a.app-now-btn:hover{
    color: #000000 !important;
}
a.app-now-btn:after{
    content: '';
    background: url(../assests/images/icons.png) no-repeat -307px -480px;
	width: 15px;
	height: 11px;
    position: absolute;
    top: 12px;
    right: 4px;
}
a.app-now-btn:hover:after{
    content: '';
    background: url(../assests/images/icons.png) no-repeat -273px -480px;
	width: 15px;
	height: 11px;
    position: absolute;
    top: 12px;
    right: 4px;
}
#menu li.active a, #mob-menu li.active a{
    color: #e41e26;
}
.nav-menu{
    float: right;
    padding: 1.5% 0;
}
.nav-menu li{
    list-style: none;
    float: left;
    padding: 15px 5px;
    margin-right: 10px;
}
.nav-menu li:last-child{
    margin-right: 0;
}
.nav-menu li a{
    text-decoration: none;
    font-family: 'arial_blackregular';
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
}
.nav-menu li a:hover{
    color: #e41e26;
}
#section0 img{width: 100%;}
.apply-now-btn{
    position: relative;
/*    bottom: 15px;*/
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.apply-now-btn a{
    background-color: #e41e26;
    padding: 8px 12px;
    padding-right: 30px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-family: 'arial_blackregular';
    font-size: 14px;
}
.apply-now-btn a:after{
    content: '';
    background: url(../assests/images/icons.png) no-repeat -307px -480px;
	width: 15px;
	height: 11px;
    position: absolute;
    top: 13px;
    right: 6px;
}
.site_logo{
    float: left;
    width: 40%;
}
.site_logo a{
    text-decoration: none;
    display: block;
}
.site_header{
    width: 90%;
    margin: 0 auto;
}

/* mobile menu icon css */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 7px;
}
#nav-icon3 span:nth-child(4) {
  top: 14px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3{
  width: 40px;
  height: 18px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  margin-top: 6.5%;
  display: block;
}
#nav-icon3 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #e41e26;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3:focus, #nav-icon3 span:focus{
    outline: none;
}
.mobile_menu_nav{
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    display: none;
}
.mobile_menu_nav ul{
    margin-top: 22%;
}
.mobile_menu_nav ul li a{
    text-decoration: none;
    display: block;
    width: 85%;
    margin: 0 auto;
    padding: 20px 0;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-family: 'arial_blackregular';     
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.mobile_menu_nav ul li:last-child a{
    color: #e41e26;
}
.mobile_menu_nav ul li a:hover{
    color: #e41e26;
}
.mobile_menu_nav ul li a:after {
    content: '';
    background: url('../assests/images/icons.png') no-repeat -455px -467px;
	width: 12px;
	height: 18px;
    position: absolute;
    right: 0;
}
.mobile_menu_nav ul li:last-child a:after{
    content: '';
    background: url('../assests/images/icons.png') no-repeat -356px -472px;
	width: 26px;
	height: 18px;
    position: absolute;
    right: 0;
}

/* Footer Css Starts Here */
footer{
/*    border-top: 1px solid #939598;*/
}
.footer_section1{
    border-top: 1px solid #939598;
}
footer .fp-tableCell{
    vertical-align: bottom;
}
    /*  Social share section starts here  */
    .fa {
        padding: 10px;
        font-size: 25px !important;
        width: 25px;
        text-align: center;
        text-decoration: none;
        border-radius: 100%;
        margin: auto 10px;
    }
    .fa-facebook, .fa-linkedin, .fa-youtube {
        background: #ffffff;
        color: #939598;
    }
    .fa-facebook:hover, .fa-linkedin:hover, .fa-youtube:hover {
        background: #000000;
        color: #939598;
    }
    /*  Social share section ends here  */
.btt_btn{
    display: none;
    color: #939598;
    font-family: 'arialregular';     
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 100%;
    padding: 12px 10px;
    text-decoration: none;
    background-color: #ffffff;
    width: 18px;
}
.btt_btn span{
    background: url('../assests/images/icons.png') no-repeat -242px -480px;
	width: 18px;
	height: 11px;
    display: block;
    position: relative;
    top: -1px;
}
.btt_btn:hover{
    background: #000000;
    color: #ffffff;
}
.btt_btn:hover + .btt_btn_tooltip{
    display: block;
}
.btt_btn_block{
    position: relative;
}
.btt_btn_tooltip{
    position: absolute;
    top: 12px;
    left: 45px;
    font-family: 'arialregular';     
    font-size: 14px;
    display: none;
    color: #000000;
}
.tnc_copy{
    font-family: 'arialregular';
    font-size: 12px;
    margin-bottom: 5px;
}
.modal_tnc{
    font-family: 'arialregular';
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
}
.footer_section1{
    text-align: center;
    padding: 20px 0;
    padding-bottom: 0;
    padding-top:20%;
}
.footer_sec1_block{
    font-family: 'arialregular';
    font-size: 16px;
    color: #000000;
    margin: 20px auto;
    text-align: left;
    width: 95%;
}
.footer_sec1_icon{
    float: left;
    width: 21%;
}
.footer_sec1_copy{
    float: right;
    width: 77%;
    padding-right: 2%;
    word-break: break-all;
}
.footer_sec1_detail{
    font-family: 'arial_blackregular';
    font-weight: bold;
    font-size: 14px;
    color: #e41e26;
/*    padding-right: 30px;*/
}
.footer_sec1_detail1{
    font-size: 25px;
}
.footer_callus_sec .footer_sec1_detail1{
    margin-top: 10px;
}
.footer_sec1_detail a {
    color: #e41e26;
    text-decoration: none;
    display: block;
}
.phone_icon, .mail_icon, .sms_icon{
/*    display: inline-block;*/
    margin-right: 7px;
}
/*  
.phone_icon{
    background: url('../assests/images/icons.png') no-repeat -137px -449px;
	width: 25px;
	height: 25px;
}
*/
.mail_icon{
    background: url('../assests/images/icons.png') no-repeat 0 -408px;
	width: 61px;
	height: 36px;
    float: right;
}
/*
.sms_icon{
    background: url('../assests/images/icons.png') no-repeat -71px -449px;
	width: 34px;
	height: 29px;
    position: relative;
    top: 10px;
}
*/
.footer_section2{
    padding: 25px 0;
    padding-bottom: 50px;
}
.footer_container{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.footer_copy1{
    font-family: 'arialregular';
    font-size: 18px;
    font-weight: 100;
    color: #ffffff;
    text-decoration: underline;
/*    margin-bottom: 10px;*/
}
.manipal_logo_unit{
    margin-bottom: 10px;
}
.manipal_logo_unit img{
    width: 150px !important;
}
.manipal_unit_copy{
    font-family: 'arialregular';
    font-size: 14px;
    font-weight: 100;
    color: #ffffff;
    text-decoration: underline;
    margin-bottom: 5px;
}
.footer_copy2{
    font-family: 'arialregular';
    font-size: 16px;
    font-weight: 100;
    color: #000000;
    padding: 10px 0;
}
.footer_detail{
    font-family: 'arial_blackregular';     
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
}
.footer_copy2 a span{
    font-family: 'arialregular';
    color: #ffffff;
}
.footer_copy2 a{
    text-decoration: none;
    cursor: pointer;
    font-family: 'arialregular';
    font-size: 14px;
    color: #000000;
    display: inline-block;
}
/* Footer Css Ends Here */

/* Banner Section Css */

#section0 .fp-tableCell, #section2 .fp-tableCell{
    vertical-align: top !important;
}
.banner_section, .course_plan_banner{
    padding-top: 6.5%;
}
.banner_section, .course_plan_banner{
    position: relative;
}
.course_plan_banner{margin-bottom: 10px;}
.banner_section_copy{
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    font-family: 'arial_blackregular';
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
/*    background-color: rgba(228,30,38,0.6);*/
    padding: 7% 0;
}
.banner_section_title{
    width: 80%;
    margin: 0 auto;
}
.course_plan_banner_copy{
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    font-family: 'arial_blackregular';
    font-size: 46px;
    line-height: 48px;
    text-transform: uppercase;
/*    background: url('../assests/images/red1px.jpg');*/
/*    background-color: rgba(228,30,38,0.6);*/
    padding: 25px 0;
}
.course_plan_banner_copy div{
    width: 80%;
    margin: 0 auto;
}
#banner1{
    display: block;
}
#banner1_2{
    display: none;
}

/* Program Highlights Starts Here */
.section_title{
    font-family: 'arial_blackregular';    
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}
.prog_high_slide{
    background: #e41e26;
    color: #ffffff;
    padding: 8% 6%;
    margin-bottom: 2px;
    min-height: 100px;
}
.prog_high_slide:last-child{margin-bottom: 0;}
.prog_high_detail{
    float: right;
    width: 55%;
    padding-left: 5%;
    font-family: 'arialregular';
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    height: 90px;
    display: table;
}
.prog_high_detail_block{
    display: table-cell;
    vertical-align: middle;
}
.prog_high_icon{
    float: left;
    width: 40%;
}
    /*  Program Highlights Icons  */
    .prog_high_icon1{
        background: url('../assests/images/icons.png') no-repeat 0 0;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .prog_high_icon2{
        background: url('../assests/images/icons.png') no-repeat -90px 0;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .prog_high_icon3{
        background: url('../assests/images/icons.png') no-repeat -180px 0;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .prog_high_icon4{
        background: url('../assests/images/icons.png') no-repeat -270px 0;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .prog_high_icon5{
        background: url('../assests/images/icons.png') no-repeat 0 -90px;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .prog_high_icon6{
        background: url('../assests/images/icons.png') no-repeat -90px -89px;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .prog_high_icon7{
        background: url('../assests/images/icons.png') no-repeat -180px -89px;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .prog_high_icon8{
        background: url('../assests/images/icons.png') no-repeat -270px -90px;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    
.fp-slidesNav ul li a span{
    height: 0;
    width: 0;
    border-radius: 0 !important;
    border-left: 8px solid #000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    background: #fff;
    margin: 0 !important;
}
.fp-slidesNav ul li a.active span{
    height: 0;
    width: 0;
    border-radius: 0 !important;
    border-left: 8px solid #e41e26;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    background: #fff;
    margin: 0 !important;
}
.fp-slidesNav ul li:hover a.active span{
    height: 0 !important;
    width: 0 !important;
}
.fp-slidesNav ul li:hover a span{
    height: 0 !important;
    width: 0 !important;
}
.prog_high_slide_block_mob{
    display: block;
}
.prog_high_block_desk{
    display: none;
    width: 90%;
    margin: 0 auto;
}
.prog_high_mob_sec_title{
    position: relative;
    top: 0px;
    margin-bottom: 20px;
}
.prog_high_desk_container{
    display: none;
}
.prog_high_desk_sec_title{
    display: none;
    padding-top: 4%;
    padding-bottom: 3%;
    font-size: 36px;
    line-height: 36px;
}
.prog_high_block1{
    float: left;
    width: 24.5%;
    margin: 0 auto;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border: 1px solid #e41e26;
    margin: 1px;
/*    cursor: pointer; */
}
.prog_high_block1:hover{
/*
    background-color: #e41e26;
    color: #ffffff;
*/
    -webkit-box-shadow: inset 0px 0px 0px 3px rgb(229, 31, 39), inset 0px 0px 32px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 0px 3px rgb(229, 31, 39), inset 0px 0px 32px -4px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 0px 3px rgb(229, 31, 39), inset 0px 0px 32px -4px rgba(0,0,0,0.75);
}
/* Program Highlights Ends Here */

/* Accordian CSS Starts Here */
.course_plan_accordian_container{
    width: 90%;
    margin: 0 auto;
}
.acc_accordion {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 18px 25px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: 'arialregular';
    font-size: 18px;
    transition: 0.4s;
    border: 0.5px solid #000000;
    margin-top: 5px;
    position: relative;
    display: block;
}
.acc_accordion:after{
    content: '';
    background: url('../assests/images/icons.png') no-repeat -307px -480px;
	width: 15px;
	height: 11px;
    position: absolute;
    right: 30px;
    top: 25px;
    transform: rotate(90deg);
}
.acc_accordion.active{
    background: #e41e26;
    color: #ffffff;
}
.acc_accordion.active:after{
    content: '';
    background: url('../assests/images/icons.png') no-repeat -273px -480px;
	width: 15px;
	height: 11px;
    position: absolute;
    right: 30px;
    top: 25px;
    transform: rotate(270deg);
}
.acc_accordion:hover {
    background-color: #e41e26;
    color: #ffffff;
}
.acc_panel {
    padding: 0 18px;
    display: none;
    background-color: #ffffff;
    overflow: hidden;
    text-align: left;
    border: 1px solid #000000;
    border-top: 0;
}
/* Accordian CSS Ends Here */

/* Course PLan CSS Starts Here */
.read_more_btn{
    text-decoration: none;
    font-family: 'arial_blackregular';
    font-size: 14px;
    text-transform: uppercase;
    color: #e41e26;
    display: block;
}
.read_more_btn:after{
    content: '';
    background: url('../assests/images/icons.png') no-repeat -290px -480px;
	width: 15px;
	height: 11px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 5px;
}
.course_plan_title{
    font-family: 'arial_blackregular';
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
.course_plan_detail{
    margin: 10px 0;
    font-family: 'arialregular';
    font-size: 14px;
    line-height: 16px;
}
.course_plan{
    margin: 25px 0;
}
.course_plan1 .course_plan_title:before{
    content: '';
    background: url('../assests/images/icons.png') no-repeat 0 -180px;
	width: 29px;
	height: 31px;
    display: inline-block;
    margin-right: 13px;
}
.course_plan2 .course_plan_title:before{
    content: '';
    background: url('../assests/images/icons.png') -31px -181px;
	width: 44px;
	height: 30px;
    display: inline-block;
    margin-right: 13px;
}
.course_plan3 .course_plan_title:before{
    content: '';
    background: url('../assests/images/icons.png') -80px -180px;
	width: 49px;
	height: 29px;
    display: inline-block;
    margin-right: 13px;
}
.course_plan4 .course_plan_title:before{
    content: '';
    background: url('../assests/images/icons.png') -132px -180px;
	width: 40px;
	height: 30px;
    display: inline-block;
    margin-right: 13px;
}
.course_plan5 .course_plan_title:before{
    content: '';
    background: url('../assests/images/icons.png') -176px -179px;
	width: 24px;
	height: 31px;
    display: inline-block;
    margin-right: 13px;
}
.course_plan6 .course_plan_title:before{
    content: '';
    background: url('../assests/images/icons.png') -204px -179px;
	width: 24px;
	height: 32px;
    display: inline-block;
    margin-right: 13px;
}
.course_plan7 .course_plan_title:before{
    content: '';
    background: url('../assests/images/icons.png') -232px -179px;
	width: 42px;
	height: 32px;
    display: inline-block;
    margin-right: 13px;
}
.course_plan8 .course_plan_title:before{
    content: '';
    background: url('../assests/images/icons.png') -278px -180px;
	width: 31px;
	height: 31px;
    display: inline-block;
    margin-right: 13px;
}
.course_plan_mob{
    display: block;
}
.course_plan_desk{
    display: none;
}
/* Course PLan CSS Ends Here */

/* Modal Css */
/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 99999; 
    padding-top: 0; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
/*    background-color: rgba(0,0,0,0.6);*/
}
.modal-box{
    display: block;
    width: 80%;
    height: 71vh;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
/*    margin-top: 15%;*/
}
.modal_overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.modal_header{
    position: relative;
/*    top: 0;*/
    width: 80%;
    margin: 0 auto;
/*    padding-left: 25px;*/
    background: #ffffff;
    z-index: 99;
    margin-top: 10%;
}
/*
#faqModal .modal-box{
    margin-top: 0;
    height: 80vh
}
*/
#faqModal .modal-content{
    padding-top: 0px;
}
#faqModal .modal_desc{
    margin-bottom: 2px;
}
.modal-content .modal_desc:first-child{
    margin-top: 0px;
}
#faqModal .modal_sub_desc{
    margin-top: 0px;
}
/* Modal Content */
.modal-content {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    padding: 0 20px;
    width: 80%;
/*    padding-top: 35px;*/
}
/* The Close Button */
.close {
    color: #000000;
    font-size: 16px;
    font-family: 'arialregular';
    font-weight: normal;
    position: absolute;
    top: 25px;
    right: 20px;
    text-transform: uppercase;
}
.close span{
    color: #e41e26;
}
.modal_tab .close{
    font-size: 12px;
    z-index: 9;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal_title{
    font-family: 'arial_blackregular';
    font-weight: bold;
    font-size: 22px;
    color: #e41e26;
    margin: 20px 0;
}
.modal_header .modal_title{
    font-family: 'arial_blackregular';
    font-weight: bold;
    font-size: 22px;
    color: #e41e26;
    margin: 20px 0;
    float: left;
    width: 60%;
    padding-left: 20px;
    margin-bottom: 15px;
}
.modal_desc{
    font-family: 'arialregular';
    font-size: 14px;
    color: #e41e26;
    margin: 20px 0;
    margin-bottom: 5px;
    line-height: 18px;
}
.modal_detail{}
.modal_list{}
.modal_list_item{
    margin: 5px 0;
    font-family: 'arialregular';
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
    position: relative;
}
.modal_sub_desc{
    margin: 10px 0;
    font-family: 'arialregular';
    font-size: 14px;
    line-height: 18px;
}
.modal_sub_title{
    text-decoration: underline;
    font-size: 14px;
    line-height: 18px;
}
li.modal_list_item:before{
    content: '\2022';
    color: #e41e26;
/*    display: inline-block */
    position: absolute;
    left: 0;
}

/* Scroll Bars CSS */
.modal-box::-webkit-scrollbar {
    width: 5px;
} 
.modal-box::-webkit-scrollbar-track {
    background-color: #000000;
}
.modal-box::-webkit-scrollbar-thumb {
    background-color: #e41e26;
}

#close-faq{
/*    right: 35px;*/
/*    float: right;*/
    top: 22px;
    right: 20px;
}

.course_plan_accordian_container{
    display: block;
/*
    height: 250px;
    overflow: auto;
    overflow-y: scroll;
*/
}
.course_plan_container > img{
    margin-bottom: 10px;
}
.acc_accordion:first-child{
    margin-top: 0;
}
.show{
    display: block;
}
.course_plan_tab_container{
    display: none;
}
/* Course Plan Tab CSS */
.course_plan_tab_block{
    width: 90%;
    min-height: 280px;
    margin: 0 auto;
    position: relative;
}
.tab {
    overflow: visible;
    border: none;
    border-top: 0;
    background-color: #ffffff;
}
.tab button {
    background-color: inherit;
    float: left;
    width: 33.33%;
    border: 1px solid #000000;
    outline: none;
    cursor: pointer;
    padding: 20px 16px;
    transition: 0.3s;
    font-family: 'arialregular';
    font-size: 17px;
    text-decoration: underline;
    position: relative;
}
.tab button:hover {
    background-color: #e41e26;
    color: #ffffff;
}
.tab button.active {
    background-color: #e41e26;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.tab button.active:after{
    content: '';
    background: url('../assests/images/icons.png') no-repeat -356px -472px;
	width: 26px;
	height: 18px;
    transform: rotate(90deg);
    position: absolute;
    bottom: -21px;
    left: 46.5%;
    z-index: 999999;
}
.tabcontent {
    display: none;
    padding: 5px;
    border: 1px solid #000000;
    border-top: none;
}
.modal_tab{
    position: absolute !important;
    border: 0.1px solid #000000;
    text-align: left;
    height: 76%;
    bottom:0 !important;
    top: auto;
}
.modal_tab .modal_title{
    font-size: 18px;
    margin: 15px 0;
}
#tabModal-5.modal_tab .modal_title, #tabModal-5.modal_tab .modal_desc, #tabModal-6.modal_tab .modal_title{
    margin: 6px 0;
}
#tabModal-6.modal_tab .modal_desc, #tabModal-6.modal_tab .modal_sub_desc{
    margin: 8px 0;
}
/*
#myModal-5 .modal_desc, #myModal-5 .modal_title{
    margin: 6px 0;
}
*/
.modal_tab .modal_desc{
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0;
}
.modal_tab .modal_list_item{
    font-size: 14px;
    line-height: 16px;
}
.modal_tab li.modal_list_item:before{
    margin-right: 10px;
}

.modal_tab .modal-box{
    width: 99.8%;
    height: 99.6%;
/*    border-top: 0.1px solid #000000;*/
}
.modal_tab .modal-content{
    display: block;
    width: 95% !important;
    padding-top: 10px;
}
#tabModal-5.modal_tab .modal-content{
    padding-top: 0px;
}
/* Our Esteemed Faculty CSSS */
.section_title_faculty{
    position: relative;
/*    top: 90px;*/
    margin-bottom: 10%;
}
.faculty_container{
/*    border: 1px solid #e41e26;*/
    min-height: 200px;
}
.faculty_block{
    width: 90%;
    margin: 0 auto;
/*    text-align: left !important;*/
}
.faculty_block:before{
    content: '';
    background: #939598;
    width: 50px;
    height: 3px;
    display: block;
}
.faculty_box{
    text-align: left !important;
}
.faculty_photo{
    width: 45%;
    margin: 0 auto;
}
.faculty_photo img{
    border-radius: 100%;
    margin-bottom: 15px;
}
.faculty_name{
    font-family: 'arialregular';
    color: #e41e26;
    font-size: 20px;
    margin: 10px 0;
}
.faculty_desc{
    font-family: 'arialregular';
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}
.faculty_exp{
}
#slide10{display: none !important;}
.faculty_slider_desk{
    width: 90%;
    margin: 0 auto;
}
.faculty_slider_desk .faculty_slide1{
    float: left;
    width: 25%;
}
#easyPaginate ul{
    list-style: none;
}
#easyPaginate li{
    color: #fff;
    width: 100% !important;
    text-align: center;
}
.easyPaginateNav a{
    text-decoration: none;
    margin: 0 10px;
    color: #000;
}
.easyPaginateNav a.current{
    color: #e41e26;
}
.easyPaginateNav a.first, .easyPaginateNav a.last{
    display: none;
}
.faculty_slider{
    width: 90%;
    margin: 0 auto;
}
.acc_feesnincome a, .acc_admission a{
    margin-top: 10px;
    padding: 5px 0;
}
.fp-slidesNav.bottom{
    bottom: 11% !important;
}
.faculty_slider .bx-wrapper .bx-controls-direction a{
    top: 100% !important;
    margin-top: 17px !important;
}
.faculty_slider .bx-wrapper .bx-prev{
    background: url('../assests/images/icons.png') no-repeat -290px -480px !important;
	width: 15px !important;
	height: 11px !important;
    transform: rotate(180deg);
    left: auto !important;
    margin-left: -100px;
}
.faculty_slider .bx-wrapper .bx-next{
    background: url('../assests/images/icons.png') no-repeat -290px -480px !important;
	width: 15px !important;
	height: 11px !important;
    right: auto !important;
    margin-left: 100px;
}

.prog_high_slide_block_mob .bx-wrapper .bx-prev{
    background: url('../assests/images/arw_icon_prev.png') no-repeat center left !important;
	width: 15% !important;
	height: 100% !important;
    left: 0px;
    margin-top: 0px;
    top: 0;
}
.prog_high_slide_block_mob .bx-wrapper .bx-next{
    background: url('../assests/images/arw_icon_next.png') no-repeat center right !important;
	width: 15% !important;
	height: 100% !important;
    right: 0px;
    margin-top: 0px;
    top: 0;
}

.bxsliderlist .bxslider_list_item{
    float: left;
    width: 30px;
    border-right: 1px solid #000;
    margin: 10px 0;
}
.bxsliderlist .bxslider_list_item a{
    font-family: 'arialregular';
    cursor: pointer;
}
.faculty_slider .bx-wrapper .bx-controls-direction a{
    margin-top: 29px !important;
}
.bxsliderlist .bxslider_list_item a.active{
    color: #e41e26;
}
.bxsliderlist_wrap{
    float: none;
    width: 700px;
    margin: 0;
    position: relative;
    left: 0px;
}
#bxsliderlist1{
    overflow-x: hidden;
    width: 150px;
    height: 40px;
    position: relative;
    left: 30%;
    top: 14px;
}
#bxsliderlist2{
    display: none;
    overflow-x: hidden;
    width: 150px;
    height: 40px;
    position: relative;
    left: 30%;
    top: 14px;
}
#bxsliderlist4{
    display: none;
    overflow-x: hidden;
    width: 150px;
    height: 40px;
    position: relative;
    left: 30%;
    top: 14px;
}
/* Table CSS Starts Here */
table td{
    border: 1px solid #000000;
    padding: 3px 10px;
    text-align: left;
    font-family: 'arialregular';
    font-size: 14px;
}
.tdredbg{
    background-color: #e41e26;
    color: #ffffff;
}
.tdstyle2 span{
    color: #000;
}
#course_table1:after{
    content: '';
    background: url('../assests/images/icons.png') no-repeat -356px -472px;
	width: 26px;
	height: 18px;
/*    display: block;*/
    position: absolute;
    right: -30px;
    bottom: 0;
}
#course_table1{
    float: left;
    position: relative;
    margin-right: 32px;
}
#course_table2 td{
    padding: 3px 15px;
}
#course_table2 td.tdstyle2{
    font-size: 28px;
    padding: 28px 15px;
}
/*
.rarrow{
    float: left;
    background: url('../assests/images/icons.png') no-repeat -356px -472px;
	width: 26px;
	height: 18px;
}
*/
/*
.bx-wrapper{
    -ms-touch-action: none !important;
    touch-action: none !important;
}
*/
.nobr{
    white-space: nowrap;
}
@media screen and (min-width:360px){
    .section p{
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (min-width:380px){
    .banner_section_copy{
        font-size: 26px;
        line-height: 32px;
    }
    .section p{
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (min-width:400px){
    #bxsliderlist1{
        left: 33%;
    }   
}
@media screen and (min-width:600px){
    #bxsliderlist1{
        display: none;
    }
    #bxsliderlist2{
        display: block;
        left: 41%;
    }
    #bxsliderlist4{
        display: none;
    }
    .footer_sec1_block{
        width: 52%;
    }
    .footer_section1{
        padding-top: 0;
    }
    .footer_section2{
        padding-bottom: 20px;
    }
    .banner_section_copy{
        font-size: 32px;
        line-height: 38px;
    }
}

@media screen and (min-width:768px) and (orientation:portrait){
    .banner_section_copy{
        font-size: 44px;
        line-height: 52px;
    }
}

@media screen and (min-width:900px){
    .section p{
        font-size: 16px;
        line-height: 22px;
    }
    #nav-icon3{display: none;}
    .desk-menu-container{display: block;}
    .site_logo{
        float: left;
        width: 15%;
    }
    .apply-now-btn{
        display: none;
    }
    .footer_sec2_detail{
        float: left;
        width: 45%;
        text-align: left;
    }
    .footer_sec2_detail2{
        float: right;
    }
    .footer_container{
        width: 85%;
    }
    .social_share_container{
        text-align: right;
    }
    #banner1_2{
        display: block;
    }
    #banner1{
        display: none;
    }
    #section0 p{
        width: 60%;
        margin: 0 auto;
        padding-top: 2%;
    }
    .btt_btn{
        display: block;
    }
    .footer_section1{
        padding: 30px 0;
    }
    .prog_high_slide_block_mob, .fp-slidesNav, .prog_high_mob_sec_title{
        display: none;
    }
    .prog_high_block_desk, .prog_high_desk_sec_title{
        display: block;
    }
    .prog_high_icon, .prog_high_detail{
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .prog_high_detail{
        padding: 0;
        font-size: 14px;
        line-height: 18px;
        width: 80%;
    }
    .prog_high_icon1, .prog_high_icon2, .prog_high_icon3, .prog_high_icon4, .prog_high_icon5, .prog_high_icon6, .prog_high_icon7, .prog_high_icon8{
        margin: 0 auto;
    }
    .prog_high_icon{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .course_plan_mob, .course_plan_accordian_container{
        display: none;
    }
    .course_plan_desk, .course_plan_tab_container{
        display: block;
    }
    .course_plan{
        float: left;
        width: 20.9%;
        text-align: center;
        padding: 0 2%;
        border-right: 1px solid #000000;
        margin: 30px 0;
    }
    #feesnincome .course_plan{
        width: 45.9%;
    }
    #feesnincome .course_plan a, #admissionprocess .course_plan a{
        margin-top: 50px;
    }
    .course_plan:last-child{
        border-right: 0;
    }
    .course_plan1 .course_plan_title:before,
    .course_plan2 .course_plan_title:before,
    .course_plan3 .course_plan_title:before,
    .course_plan4 .course_plan_title:before,
    .course_plan5 .course_plan_title:before,
    .course_plan6 .course_plan_title:before,
    .course_plan7 .course_plan_title:before,
    .course_plan8 .course_plan_title:before{
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .section_title_faculty{
        font-size: 36px;
        line-height: 36px;
        top: 30px;
    }
    .banner_section_copy{
        font-size: 35px;
        padding: 1.5% 0;
        line-height: 39px;
    }
    .banner_section_title{
        width: 60%;
    }
    .course_plan_banner_copy{
        font-size: 65px;
        padding: 2.5% 0;
    }
    .course_plan_banner {
        margin-bottom: 0px;
    }
    .manipal_unit_copy{
        float: left;
        position: relative;
        top: 15px;
        margin-right: 15px;
    }
    .manipal_logo_unit {
        margin-bottom: 15px;
    }
    .scroll_down_desk{
        display: block;
    }
    .scroll_down{
        display: none;
    }
    .modal_header{
        margin-top: 30px;
    }
    .prog_high_detail{
        height: auto;
    }
    .prog_high_desk_container{
        display: block;
    }
    .footer_copy1{
        font-size: 22px;
    }
    .footer_copy2{
        padding: 20px 0;
    }
    .footer_detail{
        font-size: 20px;
        margin-bottom: 10px;    
    }
    .footer_copy2 a{
        font-size: 16px;
    }
    .footer_sec1_detail1{
        font-size: 28px;
    }
    .faculty_photo{
        width: 60%;
    }
    .manipal_logo_unit img{
        width: 200px !important;
    }
    .tnc_copy{
        float: left;
        margin-top: 16px;
        margin-bottom: 0;
        width: 70%;
        text-align: left;
    }
}
@media screen and (min-width:1024px){
    #bxsliderlist4{
        display: block;
        left: 45%;
    }
    #bxsliderlist1{
        display: none;
    }
    #bxsliderlist2{
        display: none;
    }
    .footer_sec1_block{
        width: 35%;
    }
    .footer_sec1_copy{
        font-size: 20px;
    }
    .footer_sec1_detail{
        font-size: 16px;
    }
    .footer_sec2_detail.footer_sec2_detail1{
        width: 45%;
    }
    .footer_sec2_detail{
        float: left;
        width: 35%;
        text-align: left;
    }
    .footer_sec2_detail2{
        float: right;
    }
}
@media screen and (min-width:1280px){
    .banner_section_title {
        width: 50%;
    }
    .banner_section_copy {
        font-size: 35px;
        padding: 2.5% 0;
        line-height: 39px;
    }
}
@media screen and (min-width:1400px){
    #bxsliderlist4{
        display: block;
        left: 46%;
    }
    .site_logo{
        width: 13%;
    }
    .banner_section, .course_plan_banner{
        padding-top: 6.1%;
    }
}
@media screen and (min-width:1600px){
    .banner_section_title {
        width: 50%;
    }
    .banner_section_copy {
        font-size: 45px;
        padding: 2.5% 0;
        line-height: 49px;
    }
    .course_plan_tab_block{
        min-height: 350px;
    }
    .tab button{
        padding: 25px 16px;
        font-size: 20px;
    }
    .course_plan{
        margin: 50px 0;
    }
    .modal_tab{
        border-top: 0px;
    }
    #tabModal-5.modal_tab .modal_title, #tabModal-5.modal_tab .modal_desc, #tabModal-6.modal_tab .modal_title {
        margin: 15px 0;
    }
    #section0 p {
        width: 50%;
    }
    .footer_section1{
        padding: 5% 0;
    }
    .footer_sec2_detail{
        width: 26%;
    }
    a.app-now-btn{
        padding-right: 35px;
    }
    a.app-now-btn:after{
        right: 10px;
    }
    .footer_section2{
        padding: 45px 0;
        padding-bottom: 35px;
    }
    .manipal_logo_unit{
        margin-bottom: 25px;
    }
    .course_plan_banner_copy{
        padding: 3% 0;
    }
}
@media screen and (max-width:1200px){
    .site_header{
        width: 95%;
    }
    .nav-menu li a{
        font-size: 10px;
    }
}
@media screen and (max-width:900px){
/*
    table td {
        padding: 8px;
    }
*/
    #course_table1{
        margin-right: 0;
        margin-bottom: 16px;
    }
    #course_table1:after {
        content: '';
        background: url(../assests/images/icons.png) no-repeat -356px -472px;
        width: 26px;
        height: 18px;
        display: block;
        position: relative;
        right: auto;
        bottom: -6px;
        left: 100px;
        transform: rotate(90deg);
    }
    #course_table2 td {
        padding: 3px 10px;
    }
    #course_table2 td.tdstyle2 {
        font-size: 28px;
        padding: 10px 10px;
    }
}
@media screen and (max-width:320px){
    .bx-viewport{
        height: 278px !important;
    }
    .prog_high_detail{
        font-size: 14px;
        line-height: 18px;
    }
    .prog_high_slide{
        padding: 6% 6%;
    }
}