html {
  scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    /*  font-family: 'Montserrat', sans-serif;*/
    font-family: 'Muli';
    font-size: 1rem;
    color: #000000;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    line-height: 1.8rem;
    font-weight: normal;
}
body.full-page {
    overflow: hidden !important;
}
html {
    font-size: 16px;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
input:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-size: 3.75rem;
    font-family: 'Roboto Slab';
    /*     font-weight: 700;*/
}
h2 {
    font-size: 3.5rem;
    font-family: 'Roboto Slab';
    /*    font-weight: 700;*/
}
h3 {
    font-size: 1.675rem;
    font-family: 'Roboto Slab';
    /*    font-weight: 700;*/
}
h4 {
    font-size: 1.25rem;
    font-family: 'Roboto Slab';
}
h5 {
    font-size: 1rem;
    font-family: 'Roboto Slab';
}
h6 {
    font-size: 0.875rem;
    font-family: 'Roboto Slab';
}
p {
    font-size: 15px;
}
p.title {
    font-size: 1rem;
}
.block {
    display: block;
}
.italic {
    font-style: italic;
}
button {
    line-height: 1;
}
/*common font family*/
p, .heading-title > span, .process-wrapp li > .pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span, .approach-table .ammount .dur, .pagination li > a, .counters .count_nums, .approach-table .ammount h2, .approach-table ul li, .webcats li a > span, .getin_form .form-control {
    font-family: 'AvenirNextLTProRegular', sans-serif;
}
/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before, .zeus.tparrows.tp-leftarrow::before, .approach-table ul li > span::before, .testimonial-quote h3::before, .testimonial-quote h3::after, blockquote.blockquote::before {
    font-family: 'FontAwesome';
}
/* Helper Classes & Shorcodes */
.padLeft {
    padding-left: 0px !important;
}
.padRight {
    padding-right: 0px !important;
}
.padding {
    padding: 7.5rem 0;
}
.padding_top {
    padding-top: 7.5rem;
}
.padding_bottom {
    padding-bottom: 7.5rem;
}
.margin_bottom {
    margin-bottom: 7.5rem;
}
.margin_top {
    margin-top: 7.5rem;
}
.padding_half {
    padding: 4.375rem 0;
}
.padding_bottom_half {
    padding-bottom: 4.375rem;
}
.margin_bottom_half {
    margin-bottom: 4.375rem;
}
.padding_top_half {
    padding-top: 4.375rem;
}
.heading_space {
    margin-bottom: 4.125rem;
}
.bottom5 {
    margin-bottom: 5px;
}
.bottom10 {
    margin-bottom: 10px;
}
.top10 {
    margin-top: 10px;
}
.bottom15 {
    margin-bottom: 15px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom25 {
    margin-bottom: 25px;
}
.top25 {
    margin-top: 25px;
}
.bottom30 {
    margin-bottom: 30px;
}
.top30 {
    margin-top: 30px;
}
.bottom35 {
    margin-bottom: 35px;
}
.top40 {
    margin-top: 40px;
}
.bottom40 {
    margin-bottom: 40px;
}
.bottom45 {
    margin-bottom: 45px;
}
.top50 {
    margin-top: 50px;
}
.top60 {
    margin-top: 60px;
}
.bottom60 {
    margin-bottom: 60px;
}
.bottom0 {
    margin-bottom: 0;
}
.nomargin {
    margin: 0;
}
.nopadding {
    padding: 0;
}
.fontbold {
    font-weight: bold;
}
.fontmedium {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-xlight {
    font-weight: 200;
}
.bglight {
    background: #f5f7f7;
}
.bgdefault {
    background: #353584;
}
.whitecolor {
    color: #ffffff;
}
.darkcolor {
    color: #000000;
}
.skybluebg {
    background: #00afe5
}
.extradark-color {
    color: #212331;
}
.defaultcolor {
    color: #353584;
}
section {
    position: relative;
}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.container-padding {
    padding-left: 5rem;
    padding-right: 5rem;
}
/*heading Titles */
.heading-title > span {
    font-size: 1.25rem;
    display: block;
    text-transform: capitalize;
    color: #353584;
}
.whitecolor.heading-title > span {
    color: #fff;
}
.heading-title h2 {
    font-weight: 400;
}
.heading-title h3 {
    font-weight: 700;
    font-size: 36px
}
.heading-title h3 span {
    color: #44c1e2;
    font-weight: 600;
    font-family: 'Roboto Slab';
}
/*img wrap*/
.image {
    overflow: hidden;
}
a.image {
    display: block;
}
.image img {
    width: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/*hover on images*/
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    border-radius: 30px;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/*to align elements center*/
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*Back To Top*/
.back-top {
    color: #fff;
    right: 25px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 45px;
    /*    background: #fdb11c;*/
    background: #222;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    border: 2px solid #ffffff;
    width: 40px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: #06332c;
}
.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}
/* transitions common*/
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}
.navbar-brand {
    margin: 8px 0;
    padding: 0;
    position: relative;
}
.navbar-brand > img {
    max-width: 100% !important;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
    display: none;
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
    display: inline-block;
}
/*-------------------------------*/
/*header*/
/*-------------------------------*/
/*
#head-logo {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0;
    padding: 0px 100px;
    background: #fff;
}
#head-logo .headwrap {
    padding: 20px 0px 20px 0px;
    margin: 0 auto;
}
#head-logo .headwrap .logo img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
*/
header.mob-show {
    display: block;
    position: relative;
}
header.mob-none {
    display: none;
}
header .deskbanner {
    position: relative;
    z-index: -1;
    margin-top: -190px;
}
.floatbtn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999;
}
.my-float {
    margin-top: 16px;
}
/*
header {
    z-index: 100;
    position: relative;
    background: #333 url("../images/srm_bannerv2.jpg") no-repeat;
    background-position: 0% 50%;
    background-size: cover;
    padding: 0px 0;
    min-height: 550px;
}
header .header-text {
    padding: 240px 0px 100px 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
header .header-text img {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
}
header .header-text h4 span, header .header-text h5 span, header .header-text h5 span {
    display: block;
}
header .header-text h4 {
    color: #fff;
    padding: 0px 0px;
    line-height: 1;
    font-size: 2.5rem;
    font-family: 'Roboto Slab';
    font-weight: 900;
    margin: 0px;
    text-transform: uppercase;
    display: block;
}
header .header-text h5 {
    color: #fff;
    padding: 13px 0px;
    font-size: 1.6rem;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    margin: 0px;
      text-transform: uppercase;
    display: block;
    line-height: 1;
}
header .header-text h6 {
    color: #fff;
    padding: 4px 5px;
    line-height: 1;
    font-size: 1.6rem;
    font-family: 'Proxima Nova Rg';
    font-weight: 600;
    margin: 0px 0 0px 0;
    background: #c39339;
    display: block;
}
*/
.banslider .testwrap .download_brocher {
    /*
    position: absolute;
    transform: rotate(-90deg);
    right: -16%;
    top: 25%;
*/
    position: absolute;
    transform: rotate(-90deg);
    right: -50%;
    margin-top: 50%;
}
@-webkit-keyframes glowing {
    0% {
        background-color: #ffcb05;
        -webkit-box-shadow: 0 0 3px #ffcb05;
    }
    50% {
        background-color: #f71d1a;
        -webkit-box-shadow: 0 0 20px #f71d1a;
        color: #000;
    }
    100% {
        background-color: #ffcb05;
        -webkit-box-shadow: 0 0 3px #ffcb05;
    }
}
@-moz-keyframes glowing {
    0% {
        background-color: #ffcb05;
        -moz-box-shadow: 0 0 3px #ffcb05;
    }
    50% {
        background-color: #f71d1a;
        -moz-box-shadow: 0 0 20px #f71d1a;
        color: #000;
    }
    100% {
        background-color: #ffcb05;
        -moz-box-shadow: 0 0 3px #ffcb05;
    }
}
@-o-keyframes glowing {
    0% {
        background-color: #ffcb05;
        box-shadow: 0 0 3px #ffcb05;
    }
    50% {
        background-color: #f71d1a;
        box-shadow: 0 0 20px #f71d1a;
        color: #000;
    }
    100% {
        background-color: #ffcb05;
        box-shadow: 0 0 3px #ffcb05;
    }
}
@keyframes glowing {
    0% {
        background-color: #ffcb05;
        box-shadow: 0 0 3px #ffcb05;
    }
    50% {
        background-color: #f71d1a;
        box-shadow: 0 0 20px #f71d1a;
        color: #000;
    }
    100% {
        background-color: #ffcb05;
        box-shadow: 0 0 3px #ffcb05;
    }
}
/*.banslider .testwrap .download_brocher a:hover {
    background: #15a894;
    color: #fff;
}*/
.banslider .testwrap .download_brocher a:hover {
    background: #c8a008;
    color: #fff;
}
.banslider .testwrap .download_brocher a {
    background: #03439C;
    color: #fff;
    padding: 7px 12px;
    font-size: 1.1rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
   /*  -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite; */
}
/*header .download_brocher a img { vertical-align: center; width: 20px; height: auto; transform: rotate(90deg);}*/
header .top_nav {
    padding: 0px 0;
    display: flex;
    justify-content: space-between;
}
a.logo {
    display: inline-block;
    margin-top: 30px;
    margin-left: 40px;
}
header p.helpline {
    color: #03439c;
    padding: 2px 0px;
    font-size: 1rem;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    margin: 0px;
    margin-top: 40px;
    margin-right: 40px;
}
a.logo img {
    max-width: 350px;
    width: 100%;
    height: auto;
}
/*new npf & form css aded START */
.desktop-npf {
    position: absolute;
    right: 0%;
    top: 0%;
    max-width: 380px;
    width: 100%;
    display: block;
}
.desktop-npf div a {
    text-decoration: none;
    color: #fff;
    font-family: 'Muli';
    font-weight: bold;
    font-size: 1rem;
}
.desktop-npf div a:hover {
    text-decoration: underline;
}
.query-form {
    /*    max-width: 350px;*/
    float: right;
    padding: 10px;
    background: rgba(255, 255, 255, .40);
    border: 1px solid #151951;
}
.desktop-npf .deskthank {
    background: #03439c;
    padding: 20px 5px;
    color: #fff;
    margin-top: 50%;
}
.mobile-npf {
    display: none;
    text-align: center;
    background: #183234;
    padding: 0px 0px;
    max-width: 100%;
    width: 100%;
}
.mobile-npf h3 {
    color: #fff;
    font-size: 32px;
    margin-top: 20px;
}
.mobile-npf p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px
}
.enqu-form {
    position: relative;
    margin: 0px 20px 0 20px;
    padding-top: 50px;
}

.mobile-npf-new {
    position: absolute;
	top: 0px;
	right: 5%;
	width: 400px;
	height: 400px;
}
.mobile-npf-new h3 {
    color: #fff;
    font-size: 32px;
    margin-top: 20px;
}
.mobile-npf-new p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px
}



/*new npf & form css aded END */
/* old by form css
.query-form {
  position: absolute;
  right: 50px;
  top: 100px;
  max-width: 360px;
  width: 360px;
}
.thankyou-form {
  position: relative;
  background: rgba(0, 0, 0, .80);
  border-radius: 10px;
  padding: 30px;
  width: 380px;
}
.enqu-form {
  position: relative;
  margin: 20px
}
*/
.linebreak {
    display: block;
}
.linebreak1 {
    display: inline;
}
.leadsquare-form {
    position: relative;
    text-align: center;
    margin-top: 25%;
    float: right;
    width: 300px;
    padding: 0px 0px 20px 0px;
    background: rgb(206, 208, 206, .8);
    border-radius: 10px 10px;
}
.leadsquare-form h2 {
    color: #ffffff;
    /*    text-transform: uppercase;*/
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-family: 'Proxima Nova Rg';
    background: #c8a008;
    padding: 10px 0px;
    border-radius: 10px 10px 0 0;
}
.leadsquare-form h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 27px;
    margin: 0 0 18px 0;
    font-weight: 700;
    font-family: 'Muli';
}
.leadsquare-form p {
    color: #ffffff;
    text-transform: none;
    font-size: 18px;
    margin: 0 0 18px 0;
    font-weight: normal;
    padding: 20px 20px 30px 20px;
    font-family: 'Muli';
}
.leadsquare-form .form-control {
    height: 35px;
    font-size: 14px;
    background: #f2f0ef;
    border-radius: 8px;
    position: relative;
    color: #000000 !important;
    margin: 2px 0px;
}
.leadsquare-form .select-form-control {
    height: 30px !important;
    width: 100%;
    border-radius: 8px;
    color: #000000 !important;
    padding: 0px 10px;
}
.leadsquare-form .form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem 0rem;
}
.leadsquare-form .input-group {
    position: relative;
    display: flex;
    justify-content: center;
}
.leadsquare-form .form-select {
    background-color: #f2f0ef;
    font-size: 14px;
}
.leadsquare-form .form-group {
    margin-bottom: 10px;
    padding: 0 20px;
}
.leadsquare-form .form-group span {
    display: none
}
.leadsquare-form .form-check-label {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    color: #ffffff;
    font-weight: 600;
    margin-top: 5px;
    font-size: 11px;
    text-align: left;
    line-height: 15px;
}
.leadsquare-form .form-check {
    padding: 0 15px;
}
.leadsquare-form .form-group span {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.leadsquare-form .buttons {
    font-family: 'Muli';
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 1rem;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    background: #03439c;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
}
.btn:first-child:hover, :not(.btn-check) + .btn:hover {
    background: #c8a008;
    color: #ffffff;
}
.leadsquare-form button:hover {
    background: #c8a008;
    color: #ffffff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #000000 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000000 !important;
}
.banslider .testwrap .error {
    font-size: 10px;
    color: #000;
    line-height: 0;
    margin: 0;
    display: block;
    padding-top: 5px;
    text-align: left !important;
    line-height: 10px;
    text-align: left;
}
/********************** banner slider start ******************************/
.banslider {
    position: relative;
    padding: 0px 0px 0px 0px;
    /*    background: red;*/
    margin: 0px;
    /*    z-index: 0;*/
}
.banslider .nopadding {
    margin: 0px !important;
    padding: 0px !important;
}
.banslider .testwrap {
    padding: 0px 0px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.banslider .testwrap .test-slider .item {
    position: relative;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
*/
    margin: 0px;
    padding: 0px 0;
    min-height: 750px;
    height: 100%;
}
.banslider .testwrap .test-slider .item .testbgimg {
    position: absolute;
    width: 100%;
    max-height: 750px;
    height: 100%;
}
.banslider {
	background:url('../images/MBBS_Banner_Web.jpg') no-repeat;
	background-position:center center;
	background-size: cover; 
	height:40rem;
	padding:40px 40px;
	display:flex;
	align-items:flex-end;
}
.banslider .testwrap .test-slider .item .header-text {
    padding: 70px 0px 2px 0px;
    position: relative;
}
.banslider .testwrap .test-slider .item .header-text h5 {
    padding: 0px 0 2px 0px;
    margin: 0px;
    color: #000000;
    font-size: 2.15em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    /*    	text-transform: uppercase;*/
    line-height: 1;
}
.banslider .testwrap .test-slider .item .header-text h3 {
    padding: 0px 0;
    margin: 0px;
    color: #1b61a9;
    font-weight: 900;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    line-height: .8;
}
.banslider .testwrap .test-slider .item .header-text h6 {
    padding: 20px 0 0 0;
    margin: 0px;
    color: #1b61a9;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.banslider .testwrap .test-slider .item .header-text p {
    padding: 0px 0 0 0;
    margin: 0px;
    color: #000;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
}
.banslider .testwrap .test-slider .item .header-text ul {
    margin: 0px;
    padding: 20px 0 0 0;
    list-style: none;
}
.banslider .testwrap .test-slider .item .header-text ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1rem;
    margin: 0px;
    padding: 1px 10px;
    display: inline-block;
    background: #d8eaf0;
}
.banslider .testwrap .test-slider .item .header-text2 {
    padding: 70px 0px 2px 0px;
    position: relative;
}
.banslider .testwrap .test-slider .item .header-text2 h5 {
    padding: 0px 0 2px 0px;
    margin: 0px;
    color: #000000;
    font-size: 1.62rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}
.banslider .testwrap .test-slider .item .header-text2 h3 {
    padding: 10px 0 0 0;
    margin: 0px;
    color: #1b61a9;
    font-weight: 900;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3.3rem;
    text-transform: uppercase;
    line-height: .8;
}
.banslider .testwrap .test-slider .item .header-text2 h3 sup {
    font-size: 2rem;
}
.banslider .testwrap .test-slider .item .header-text2 h6 {
    padding: 20px 0 0 0;
    margin: 0px;
    color: #1b61a9;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.banslider .testwrap .test-slider .item .header-text2 p {
    padding: 0px 0 0 0;
    margin: 0px;
    color: #000;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
}
.banslider .testwrap .test-slider .item .header-text2 ul {
    margin: 0px;
    padding: 20px 0 0 0;
    list-style: none;
}
.banslider .testwrap .test-slider .item .header-text2 ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1rem;
    margin: 0px;
    padding: 1px 10px;
    display: inline-block;
    background: #d8eaf0;
}
/*
#testimonials .testwrap .test-slider .item .header-text img {
    width: 100px;
}
*/
/*
#testimonials .testwrap .test-slider .item img {
    margin: 0 0 20px 0;
}
*/
/* the slides */
.banslider .test-slider .slick-slide {
    margin: 3px 5px;
}
/* the parent */
.banslider .test-slider .slick-list {
    /*    margin: -10px -10px;*/
    margin: -10px -10px -31px -10px;
    /*	width: 100%;*/
    /*  overflow: visible;*/
}
.banslider .test-slider .slick-next {
    right: 20px;
}
.banslider .test-slider .slick-prev {
    right: 90px;
    left: auto
}
.banslider .test-slider .slick-next:before {
    content: url(../images/next-arrow.png);
    width: 55px;
    height: 44px;
}
.banslider .test-slider .slick-prev:before {
    content: url(../images/prev-arrow.png);
    width: 55px;
    height: 44px;
}
.banslider .test-slider .slick-dots {
    position: absolute;
    bottom: 2%;
    /*	top:0%;*/
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banslider .test-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
}
.banslider .test-slider .slick-dots li {
    position: relative;
    /*  display: inline-block;*/
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: solid 1px #1b61a9;
    transform: rotate(45deg);
}
.banslider .test-slider .slick-dots li button {
    border: 0;
    outline: none;
    background: transparent;
}
.banslider .test-slider .slick-dots li.slick-active {
    background: #1b61a9;
    border: none;
}
.banslider .test-slider .slick-slide img {
    margin: 0 auto 30px auto;
    position: relative;
}
/********************** banner slider end ******************************/
#about {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: #fff;
}
#about .aboutwrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#about .aboutwrp h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 10px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#about .aboutwrp h2::after {
    content: '';
    background: #c8a008;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#about .aboutwrp p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
    color: #000;
    font-family: 'Muli';
    text-align: center;
    margin: 0px;
    padding: 10px 10px;
}
#about .aboutwrp p.texshow {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
    color: #000;
    font-family: 'Muli';
    text-align: center;
    margin: 0px;
    padding: 0px 10px 10px 10px;
}
#about .aboutwrp p img {
    max-width: 450px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
}
#about .aboutwrp a.readmore {
    font-family: 'Muli';
    font-weight: normal;
    width: fit-content;
    display: block;
    color: #03439c;
    text-decoration: none;
    border-radius: 50px;
    padding: 2px 17px;
    border: solid 1px #03439c;
    cursor: pointer;
    /* transition: 1s all;*/
    text-align: center;
    margin: 5px auto 0 auto;
}
#about .aboutwrp a.readmore:hover {
    background: #03439c;
    color: #fff;
}
#more {
    display: none;
}
#nirf {
    position: relative;
    padding: 0px 0px 30px 0px;
    background: #fff;
}
#nirf .nirfwrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#nirf .nirfwrp h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 20px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#nirf .nirfwrp h2::after {
    content: '';
    background: #c8a008;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#nirf .nirfwrp p img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
    -moz-box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
    box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
}
#whysrm {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: #fff url("../images/srm_why_bgnewv1.jpg") top/cover no-repeat;
    /*    min-height: 650px;*/
}
#whysrm .whysrmwrap {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#whysrm .whysrmwrap h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 20px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#whysrm .whysrmwrap h2::after {
    content: '';
    background: #c8a008;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#whysrm .whysrmwrap .boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    min-height: 200px;
    background: #c8a008;
    height: 100%;
    transition: .5s;
    flex-direction: column;
    border-radius: 0px;
    z-index: 2;
    position: relative;
}
#whysrm .whysrmwrap .boxes::after {
    border-bottom: 5px solid #022658;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s ease-in-out;
    width: 0;
}
#whysrm .whysrmwrap .boxes:hover::after {
    width: 100%;
}
#whysrm .whysrmwrap .boxes:hover {
    background: #03439c;
}
#whysrm .whysrmwrap .boxes:hover p {
    color: #fff;
}
#whysrm .whysrmwrap .boxes img {
    max-width: 50px;
    width: 100%;
    position: relative;
}
/*
#whysrm .whysrmwrap .boxes:hover img {
	filter: invert(100%);
  -webkit-filter: invert(100%);
	opacity: .5;
}
*/
#whysrm .whysrmwrap .boxes div {
    padding: 15px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#whysrm .whysrmwrap .boxes div p {
    margin: 0;
    padding: 2px 0px 2px 0px;
    font-family: 'Muli';
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
#whysrm .whysrmwrap .boxes div p span {
    font-weight: bold;
}

#neet-admission {
    position: relative;
    padding: 50px 0px 30px 0px;
    background: #fff;
}
#neet-admission .nirfwrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#neet-admission .nirfwrp h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 20px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#neet-admission .nirfwrp h2::after {
    content: '';
    background: #c8a008;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#neet-admission .nirfwrp p img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
    -moz-box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
    box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
}

#progamoffer {
    position: relative;
    padding: 40px 0px 30px 0px;
    background: #fff;
}
#progamoffer .progamofferwrap {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#progamoffer .progamofferwrap h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 20px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#progamoffer .progamofferwrap h2::after {
    content: '';
    background: #c8a008;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#progamoffer .progamofferwrap .nav-pills .nav-link {
    background: #c8a008;
    /*    background-color: rgb(0, 0, 0);*/
    color: #fff;
    border: 0;
    padding: 10px 1px;
    font-size: 1.5rem;
    border-radius: 0px;
    font-family: 'Muli';
    font-weight: normal;
}
#progamoffer .progamofferwrap .nav-fill .nav-item, .nav-fill > .nav-link {
    margin: 0 1px;
    /*	padding: 31px 1px;*/
    display: flex;
}
#progamoffer .progamofferwrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: #03439c;
    padding: 10px 1px;
    font-size: 1.5rem;
    font-family: 'Muli';
    font-weight: normal;
}
#progamoffer .progamofferwrap .nav-pills .nav-link:hover, .nav-pills .show > .nav-link {
    color: #fff;
    background: #03439c;
    /*	padding: 15px 1px;*/
    z-index: 1001;
}
#progamoffer .progamofferwrap .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#progamoffer .progamofferwrap .nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    top: 90%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #03439c;
    clear: both;
    z-index: 1;
}
#impbcom .impwrap .nav-pills .nav-link span {
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 7px;
}
/*
#progamoffer .progamofferwrap .nav-pills .nav-link:hover:after{
    content: '';
    position: absolute;
    top: 90%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #03439c;
    clear: both;
    z-index: -5;
}
*/
#progamoffer .progamofferwrap .tab-content {
    padding: 30px 0 0 0px;
    background: #ecf4ff;
    position: relative;
    display: block;
    /*    width: 99.7%;*/
    /*    height: auto;*/
    /*    margin-left: 1px;*/
    /*
    -webkit-box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
    -moz-box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
    box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
*/
}
#progamoffer .progamofferwrap .tab-content .lef-righ-pad {
    padding: 10px 30px;
    display: flex;
    margin: 0 auto;
    width: 98%;
}
#progamoffer .progamofferwrap .tab-content .tab-pane h3.bds {
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Roboto Slab';
    font-weight: 300;
    background: #03439c;
    margin: 0px 0px;
    padding: 10px 0px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#progamoffer .progamofferwrap .tab-content .tab-pane h3.bds span {
    font-weight: 900;
    color: #c8a008;
}
#progamoffer .progamofferwrap .tab-content .tab-pane h3.bds i {
    z-index: 100;
    border-radius: 100%;
    background: #fff;
    color: #c8a008;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -4px;
    /*  left: 0;*/
    /*  right: 35%;*/
    margin: 0px auto;
    line-height: 60px;
    cursor: pointer;
    font-size: 3.4rem;
    transition: 0.3s;
}
#progamoffer .progamofferwrap .tab-content .tab-pane h3.bds i:hover {
    background: #fff;
    color: #03439c;
}
#progamoffer .progamofferwrap .tab-content .tab-pane .leftdiv {
    display: block;
    position: relative;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}
#progamoffer .progamofferwrap .tab-content .tab-pane .vline:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #8eb2e3;
    /*	left: 0;*/
    right: -4px;
}
#progamoffer .progamofferwrap .tab-content .tab-pane .leftdiv p {
    font-size: 1rem;
    line-height: 1.3;
    color: #000;
    font-family: 'Muli';
    font-weight: normal;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
#progamoffer .progamofferwrap .tab-content .tab-pane .leftdiv p span {
    font-weight: bold;
}
#progamoffer .progamofferwrap .tab-content .tab-pane .rightdiv {
    display: block;
    position: relative;
}
#progamoffer .progamofferwrap .tab-content .tab-pane .rightdiv p {
    font-size: 1rem;
    line-height: 1.3;
    color: #000;
    font-family: 'Muli';
    font-weight: normal;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
/**********/
#progamoffer .progamofferwrap .powerwrap-white {
    background: #ecf4ff;
    padding: 0px 30px 30px 30px;
}
#progamoffer .progamofferwrap .powerwrap-white .nav-pills .nav-link1.active, #progamoffer .progamofferwrap .powerwrap-white .nav-pills .show > .nav-link1 {
    color: #fff;
    background-color: #03439c;
    /*  border-bottom: solid 1px #000;*/
    border: none;
    outline: none;
    width: 105%
}
#progamoffer .progamofferwrap .powerwrap-white .nav-link1.active {
    /*
  content: '';
 
  border-left: 29px solid #03439c;
  border-right: 29px solid transparent;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  position: absolute;
  right: -10.3%;
*/
    width: 105%;
    -webkit-clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
    background: #03439c;
    border: none;
    outline: none;
}
#progamoffer .progamofferwrap .powerwrap-white .nav-pills:hover .nav-link1:hover, #progamoffer .progamofferwrap .powerwrap-white .nav-pills:hover .show > .nav-link1 {
    color: #fff;
    /*  background-color: #03439c;*/
    -webkit-clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
    background: #03439c;
    width: 105%;
    border: none !important;
    outline: none !important;
}
#progamoffer .progamofferwrap .powerwrap-white .nav-pills .nav-link1 {
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 3px 0;
    border: none;
    outline: none;
    font-size: 1rem;
    font-family: 'Muli';
    color: #fff;
    background: #363636;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3;
    padding: 1.5rem 1rem;
    width: 100%
}
#progamoffer .progamofferwrap .powerwrap-white .nav-link1 span {
    display: block;
}
#progamoffer .progamofferwrap .powerwrap-white .tab-content {
    /*  background: #fff;*/
    padding: 0px 0px 0px 30px;
}
#progamoffer .progamofferwrap .powerwrap-white .tab-content p {
    font-size: 1rem;
    line-height: 1.3;
    color: #000;
    font-family: 'Muli';
    font-weight: normal;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
#progamoffer .progamofferwrap .powerwrap-white .tab-content p span {
    font-weight: bold;
}


#progamoffer .progamofferwrap .powerwrap-white .tab-content p span.smalltext {font-size:12px; text-align: left; display: block;
font-weight: normal;}


#progamoffer .progamofferwrap .powerwrap-white .tab-content div.hline {
    border-bottom: 1px solid #8eb2e3;
	padding: 0 0 15px;

}
#progamoffer .progamofferwrap .powerwrap-white .tab-content div.feesdiv {
    display: flex;
    justify-content: space-between;
    align-content: center;
    position: relative;
}
#progamoffer .progamofferwrap .powerwrap-white .tab-content div.hline1::before {
    top: 24%;
}
#progamoffer .progamofferwrap .powerwrap-white .tab-content div.hline2::before {
    top: 24%;
}
#progamoffer .progamofferwrap .powerwrap-white .tab-content div.hline3::before {
    top: 24%;
}
/*multi tabs css*/
#progamoffer .progamofferwrap .nav-pills1 .nav-link1.active:after {
    content: '';
    position: absolute;
    top: 90%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #03439c;
    clear: both;
    z-index: 1;
    display: none;
}
#progamoffer .progamofferwrap .nav-fill .nav-item .nav-link1, .nav-justified .nav-item .nav-link1 {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#progamoffer .progamofferwrap .nav-fill .nav-item1, .nav-fill > .nav-link1 {
    margin: 0 2px;
    display: flex;
    justify-content: end;
}
#progamoffer .progamofferwrap .nav-fill .nav-item2, .nav-fill > .nav-link1 {
    margin: 0 1px;
    display: flex;
    justify-content: flex-start;
}
#progamoffer .progamofferwrap .nav-pills1 .nav-link1.active, .nav-pills1 .show > .nav-link1 {
    color: #fff;
    background: #03439c;
    padding: 5px 1px;
    font-size: 1.5rem;
    font-family: 'Muli';
    font-weight: normal;
    border-radius: 30px;
    border: solid 1px #000;
}
#progamoffer .progamofferwrap .nav-pills1 .nav-link1 {
    background: #ecf4ff;
    border-radius: 30px;
    border: solid 1px #000;
    color: #000;
    padding: 5px 1px;
    font-size: 1.5rem;
    font-family: 'Muli';
    font-weight: normal;
}
#progamoffer .progamofferwrap .tab-content4 {
    padding: 0px 0 0px 0px;
}
#progamoffer .progamofferwrap .tab-content .scroller {
    width: 100%;
    max-height: 430px;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px 20px 0px 0px;
}
#stipend {
    position: relative;
    padding: 30px 0px 30px 0px;
    background: #c8a008;
}
#stipend .stipendwrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#stipend .stipendwrp h2 {
    color: #ffff;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 20px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#stipend .stipendwrp h2::after {
    content: '';
    background: #03439c;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#stipend .stipendwrp .table-bordered {
    border: 2px solid #c8a008;
}
#stipend .stipendwrp .table-bordered tr:nth-child(1) {
    background: #ecf4ff;
}
#stipend .stipendwrp .table-bordered tr:nth-child(2) {
    background: #fff;
}
#stipend .stipendwrp .table-bordered td {
    border: 2px solid #c8a008;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    color: #000;
    font-family: 'Muli';
    font-weight: normal;
    margin: 0px;
    padding: 15px 5px;
}
#applyDesktop {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: #f9f9f9;
}
#applyDesktop .apllydeskwrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#applyDesktop .apllydeskwrp h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 20px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#applyDesktop .apllydeskwrp h2::after {
    content: '';
    background: #c8a008;
    ;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#applyDesktop .apllydeskwrp img {
    max-width: 1100px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#applyDesktop .apllydeskwrp img:hover {
    /* filter: grayscale(100%); */
    /*transform: scale(1.05);*/
    /*	-webkit-box-shadow: 0px 20px 30px -10px rgb(119, 119, 119);*/
    /*-moz-box-shadow: 0px 20px 30px -10px rgb(119, 119, 119);*/
    /*box-shadow:0px 20px 30px -10px rgb(119, 119, 119);*/
}
#applyMobile {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: #f9f9f9;
    display: none;
}
#applyMobile .apllymobkwrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#applyMobile .apllymobkwrp h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 20px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#applyMobile .apllymobkwrp h2::after {
    content: '';
    background: #c8a008;
    ;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#applyMobile .apllymobkwrp .boxesWhite {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 7px 10px;
    height: 70px;
    margin: 0px;
    position: relative;
    /*	width: 100%;*/
    flex-direction: row;
}
#applyMobile .apllymobkwrp .boxesWhite img {
    max-width: 60px;
    width: 100%;
    display: block;
}
#applyMobile .apllymobkwrp .boxesWhite h3 {
    font-size: 2.1rem;
    line-height: 1.2;
    font-weight: bold;
    color: #c8a008;
    font-family: 'Proxima Nova Rg';
    text-align: left;
    margin: 0px 0px 0 0px;
    ;
    padding: 0px 20px 0px 0px;
}
#applyMobile .apllymobkwrp .boxesrightWhite {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 7px 10px;
    height: 70px;
    margin: 0px;
    position: relative;
    /*	width: 100%;*/
    flex-direction: row;
}
#applyMobile .apllymobkwrp .boxesrightWhite p {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
    font-family: 'Muli';
    text-align: left;
    margin: 0px 0px 0 0px;
    ;
    padding: 0px 0px 0px 15px;
}
#applyMobile .apllymobkwrp .bluebg {
    background: #ecf4ff;
}
#applyMobile .apllymobkwrp .bluebg a, #applyMobile .apllymobkwrp .boxesrightWhite a {
    text-decoration: none;
    color: #000;
}
#applyMobile .apllymobkwrp .bluebg a:hover, #applyMobile .apllymobkwrp .boxesrightWhite a:hover {
    color: blue;
    text-decoration-line: underline;
}
#eligibity {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: #fff url("../images/srm_eligibility_bg.jpg") top/cover no-repeat;
}
#eligibity .eligiwrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#eligibity .eligiwrp h2 {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 20px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#eligibity .eligiwrp h2::after {
    content: '';
    background: #c8a008;
    ;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#eligibity .eligiwrp .accordion-button:not(.collapsed)::after {
    content: '';
    position: absolute;
    /*left: 0;*/
    right: 2%;
    /*margin: 0px auto;*/
    /*top: 0%;*/
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    background-image: none;
}
#eligibity .eligiwrp .accordion-button::after {
    content: '';
    position: absolute;
    /*left: 0;*/
    right: 2%;
    /*margin: 0px auto;*/
    /*top: 25%;*/
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    background-image: none;
}
#eligibity .eligiwrp .accordion-item {
    border: none;
    background: #ecf4ff;
    color: #000;
    margin: 5px 0px;
    padding: 0px;
    border-radius: 0px;
}
#eligibity .eligiwrp .accordion-item:first-of-type .accordion-button, #eligibity .eligiwrp .accordion-item:last-of-type .accordion-button.collapsed {
    /*  border-top-left-radius: var(--bs-accordion-inner-border-radius);*/
    /*  border-top-right-radius: var(--bs-accordion-inner-border-radius);*/
    border-radius: 0px;
}
#eligibity .eligiwrp .accordion-button {
    z-index: 3;
    border-color: 0px;
    outline: 0;
    box-shadow: none;
    background: #c8a008;
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Muli';
    font-weight: bold;
    /*    text-transform: uppercase;*/
}
#eligibity .eligiwrp .accordion-body ul {
    margin: 0px 0;
    list-style: none;
    padding: 0;
}
#eligibity .eligiwrp .accordion-body ul li::before {
    content: '\2666';
    font-size: .7rem;
    line-height: 1;
    padding: 0px 15px 0 0;
    color: #c8a008;
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: bolder;
    left: 0;
    top: 10px;
}
#eligibity .eligiwrp .accordion-body ul li {
    margin-left: 10px;
    padding-left: 25px;
    line-height: 1.8;
    color: #3b3b39;
    font-size: 1rem;
    position: relative;
    font-family: 'Muli';
    font-weight: normal;
}
#srmuniversity {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: #dcebff;
    /*    background: #fff url("../images/srm_university_bg.jpg") top/cover no-repeat;*/
}
#srmuniversity .srmuniwrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#srmuniversity .srmuniwrp h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 20px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#srmuniversity .srmuniwrp h2::after {
    content: '';
    background: #c8a008;
    ;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#srmuniversity .srmuniwrp .boxes {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#srmuniversity .srmuniwrp .boxes img {
    max-width: 90px;
    width: 100%;
    position: relative;
}
#srmuniversity .srmuniwrp .boxes p {
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    font-family: 'Muli';
    text-align: right;
    margin: 0px;
    padding: 0px 30px 0px 0px;
}
#srmuniversity .srmuniwrp .boxes p span {
    display: block;
}
#srmuniversity .srmuniwrp .boxesright img:hover, #srmuniversity .srmuniwrp .boxes img:hover {
    filter: grayscale(100%);
}
#srmuniversity .srmuniwrp .boxesright {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#srmuniversity .srmuniwrp .boxesright img {
    max-width: 90px;
    width: 100%;
    position: relative;
}
#srmuniversity .srmuniwrp .boxesright p {
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    font-family: 'Muli';
    text-align: left;
    margin: 0px;
    padding: 0px 0px 0px 30px;
}
#srmuniversity .srmuniwrp .boxesright p span {
    display: block;
}
#srmlife {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: #fff;
}
#srmlife .srmwrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#srmlife .srmwrp h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 10px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#srmlife .srmwrp h2::after {
    content: '';
    background: #c8a008;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#srmlife .srmwrp p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
    color: #000;
    font-family: 'Muli';
    text-align: center;
    margin: 0px;
    padding: 10px 10px;
}
#srmlife .srmwrp p img {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    transition: 0.5s all ease-in-out;
}
#srmlife .srmwrp p img:hover {
    /*	filter: grayscale(100%);*/
    transform: scale(1.05);
    -webkit-box-shadow: 0px 20px 30px -10px rgb(119, 119, 119);
    -moz-box-shadow: 0px 20px 30px -10px rgb(119, 119, 119);
    box-shadow: 0px 20px 30px -10px rgb(119, 119, 119);
}
#srmvideos {
    position: relative;
    padding: 40px 0px 20px 0px;
    background: #dcebff;
    /*    background: #fff url("../images/srm_video_bg.jpg") top/cover no-repeat;*/
}
#srmvideos .srmvideowrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#srmvideos .srmvideowrp h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 10px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#srmvideos .srmvideowrp h2::after {
    content: '';
    background: #c8a008;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#srmvideos .srmvideowrp p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
    color: #000;
    font-family: 'Muli';
    text-align: center;
    margin: 0px;
    padding: 10px 10px;
}
#srmvideos .srmvideowrp .video-item {
    text-align: center;
    /*  min-height: 350px;*/
    /*	height: 100%;*/
    /*  background: #ffffff;*/
    padding: 20px 10px;
    /*	border-radius: 10px;*/
    margin: 0px;
    /*  -webkit-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);*/
    /*  -moz-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);*/
    /*  border-collapse: separate;*/
    /*  box-shadow:0px 0px 18px -2px rgba(119, 119, 119, .3);*/
    /*	margin-top: 20px;*/
    display: block;
}
#srmvideos .srmvideowrp .video-item a img {
    display: block;
    /*
  border-radius: 100%;
*/ margin-bottom: 20px;
}
#srmvideos .srmvideowrp .video-item a {
    display: block;
    cursor: pointer;
    position: relative;
}
#srmvideos .srmvideowrp .video-item a i {
    z-index: 100;
    border-radius: 100%;
    background: #fff;
    color: #cb302d;
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0px auto;
    line-height: 56px;
    cursor: pointer;
    font-size: 3.5rem;
    transition: 0.3s;
}
#srmvideos .srmvideowrp .video-item:hover a img {
    filter: grayscale(100%);
}
#srmvideos .srmvideowrp .video-item a:hover i {
    background: #cb302d;
    color: #fff;
}
#srmvideos .srmvideowrp .youtube-slider {
    padding: 10px 10px;
    margin: 0px;
}
/* the slides */
.youtube-slider .slick-slide {
    margin: 10px -5px;
    padding: 0px;
}
/* the parent */
.youtube-slider .slick-list {
    margin: 0px 10px;
}
.youtube-slider .slick-next {
    right: -35px;
    height: auto;
}
.youtube-slider .slick-prev {
    left: -40px;
    height: auto;
}
.youtube-slider .slick-next:before {
    /*  content: url("../images/nutm_nextbtn_sm.png");*/
    content: '\f054';
    font-size: 2rem;
    color: #2e6eb0;
    font-weight: bold;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.youtube-slider .slick-prev:before {
    /*  content: url("../images/nutm_prevbtn_sm.png");*/
    content: '\f053';
    font-size: 2rem;
    font-weight: bold;
    color: #2e6eb0;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.youtube-slider img {
    width: 100%
}
.youtube-slider .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    left: 0;
}
.youtube-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 7px;
    /*    margin: 0;*/
    padding: 0;
    cursor: pointer;
    opacity: 1;
    margin: 0 3px;
    /*    background: #15aa95;*/
    border: solid 1px #03439c;
}
.youtube-slider .slick-dots li.slick-active button::before {
    opacity: 1;
}
.youtube-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 7px;
    content: '';
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #03439c;
    /*    border: solid 1px #15aa95;*/
    /*    border-radius: 100%;*/
}
#srmcampus {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: #dcebff;
}
#srmcampus .srmcampwrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#srmcampus .srmcampwrp h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 10px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#srmcampus .srmcampwrp h2::after {
    content: '';
    background: #c8a008;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}
#srmcampus .srmcampwrp p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
    color: #000;
    font-family: 'Muli';
    text-align: center;
    margin: 0px;
    padding: 10px 10px;
}
#srmcampus .srmcampwrp p img {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    transition: 0.5s all ease-in-out;
}
#srmcampus .srmcampwrp p img:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 20px 30px -10px rgb(119, 119, 119);
    -moz-box-shadow: 0px 20px 30px -10px rgb(119, 119, 119);
    box-shadow: 0px 20px 30px -10px rgb(119, 119, 119);
}
/***************************************/
/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.site-footer {
    background: #03439c;
    color: #fff;
    padding: 0px 0;
    margin: 0px;
    position: relative;
}
.site-footer .footer-wrap {
    padding: 20px 60px;
    margin: 0px;
}
.site-footer .copyrights1 {
    text-align: center;
    font-size: 1rem;
    padding: 1px 0;
    margin: 0px;
    color: #fff;
    font-family: 'Muli';
    font-weight: normal;
    font-weight: 400;
}
.site-footer ul.footer-social {
    float: right;
    list-style: none;
    margin: 0px;
    overflow: hidden;
    padding: 0;
}
.site-footer ul.footer-social li {
    float: left;
    text-align: center;
    margin-left: 10px;
}
.site-footer ul.footer-social li a {
    font-size: 20px;
    display: block;
    color: #b0b0b1;
    line-height: 35px;
    width: 34px;
    border-radius: 10px;
    background: #dddede;
    height: 34px;
}
.site-footer ul.footer-social li a:hover {
    font-size: 18px;
    display: block;
    background: #15aa95;
    color: #fff;
    /*
    background: #ffffff;
    color: #000000;
*/
}
/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/








/* SRM Helpline CSS START */

#srmhelpline {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#srmhelpline .srm_helpline_wrp {
    position: relative;
    padding: 0px 0px 0px 0px;
}
#srmhelpline .srm_helpline_wrp h2 {
    color: #03439c;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin: 0px 0 30px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#srmhelpline .srm_helpline_wrp h2::after {
    content: '';
    background: #c8a008;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    width: 6%;
    margin: 0px auto;
}



.flex_box_centerCCC {
    display: flex;
    align-items: center;
    justify-content: center;
}


.helpline_dataBox {
    width: 90%;
    margin: 0px 0 0px 0;
    border-right: 2px solid #c8a008;
}

.helpline_dataBox h3 {
    color: #03439c;
    font-size: 20px;
    font-family: 'Muli';
    /* font-family: 'Roboto Slab'; */
    /* font-family: 'Proxima Nova Rg'; */
    font-weight: bold;
    margin: 0px 0 0px 0;
    padding-bottom: 0px;
}
.helpline_dataBox .designation {
    color: #000;
    font-size: 15px;
    font-family: 'Muli';
    font-weight: normal;
    font-style: italic;
    margin: 0px 0 5px 0;
    padding-bottom: 0px;
}
.helpline_dataBox .mobile_no {
    color: #000;
    font-size: 16px;
    font-family: 'Muli';
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 0px;
}

.helpline_dataBox .mobile_no i.fa {
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #000;
    padding: 0.3em 0.3em;
    margin: 0px 3px 0px 0px;
    font-size: 10px;
    position: relative;
    top: -2px;  
  }

/* SRM Helpline CSS END */


/* Admission Announcement */
.banner-button-section{
	position:absolute;
	left:0;
	bottom:0px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
h2.md-announcement {
    /* left: 75px; */
	left: 5.5%;
    position: absolute;
    /* top: 22%; */
	bottom: 14%;
    color: #fff;
    background: #03439c;
    padding: 10px 15px;
    border-radius: 15px 0 15px 0;
    margin-bottom: 30px;
    font-size: 18px;
}
.md-announcement a, .md-announcement a:hover {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.md-announcement:hover {
    background: #c8a008;
}

h2.adm-announcement {
    /*left: 75px;*/
	left: 5.5%;
    position: absolute;
    /* top: 30%; */
	bottom:10%;
    color: #fff;
    background: #03439c;
    padding: 10px 15px;
    border-radius: 15px 0 15px 0;
    /* margin-bottom: 30px; */
    font-size: 18px;
}
.adm-announcement a, .adm-announcement a:hover {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.adm-announcement:hover {
    background: #c8a008;
}
h2.ms-announcement {
    /*left: 75px;*/
	left: 5.5%;
    position: absolute;
    /* top: 30%; */
	bottom:3%;
    color: #fff;
    background: #03439c;
    padding: 10px 15px;
    border-radius: 15px 0 15px 0;
    /* margin-bottom: 30px; */
    font-size: 18px;
	/* display:none; */
}
.ms-announcement a, .ms-announcement a:hover {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.ms-announcement:hover {
    background: #c8a008;
}

h2.md-announcement-new {
    color: #fff;
    background: #03439c;
    padding: 10px 15px;
    border-radius: 15px 0 15px 0;
    font-size: 18px;
}
.md-announcement-new a, .md-announcement a:hover {
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
}
.md-announcement-new:hover {
    background: #c8a008;
}


h2.spl-announcement {
    left: 75px;
    position: absolute;
    top: 38%;
    color: #fff;
    background: #03439c;
    padding: 10px 15px;
    border-radius: 15px 0 15px 0;
    margin-bottom: 30px;
    font-size: 18px;
}
.spl-announcement a, .spl-announcement a:hover {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.spl-announcement:hover {
    background: #c8a008;
}


/* Header banner TAB CSS START */

.nriTab_wrap .nav-pills .nav-item {
    width: 50%;
}
.nriTab_wrap .nav-pills .nav-item .nav-link {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Muli';    
    line-height: 1.4;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
}
.nriTab_wrap .nav-pills .nav-item .nav-link:hover {
    color: #fff;
    background: #0c4ca3;
}
.nriTab_wrap .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #0c4ca3;
}
.nriTab_wrap .nav-pills .nav-item:first-child .nav-link {
    border-radius: 10px 0px 0px 0px;
}
.nriTab_wrap .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px 10px 0px 0px;
}

.leadsquare-form .nriTab_wrap h2 {
    border-radius: 0px;
    border-top: 1px solid #fff;
}


/* Header banner TAB CSS END */

/* NEET Counsell CSS START */
 
.neetCounsell_main_sec {
    padding: 0px 0px 0px;
    margin: 50px 0px 50px;
}
.neetCounsell_wrap {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.neetCounsell_imgBox {
    padding: 15px 15px;
    margin: 0px 0px 15px;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 5px #efefef;
}
 
/* NEET Counsell CSS END */

/** Floating Menu **/
.floating_menu{
	position: fixed;
    top: 40%;
    right: -138px;
    z-index: 1;
    color: #fff;
	font-family: 'Roboto Slab';
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0px 0px 0px;
    line-height: 1;
    background: #03439c;
    cursor: pointer;
    transform: rotate(-90deg);
	border-radius:10px;
	text-decoration:none;
}
.floating_menu:hover{
	background: #c8a008;
	color: #fff;
	
}




/** Responsive CSS START Here **/

@media (max-width: 1367px) {
	/* #homenew .adm-announcement{
		left:48px;
		font-size:16px;
	} */
	#homenew .leadsquare-form{margin-top:25%;}
    header .download_brocher {
        right: -17.5%;
    }
    .banslider .testwrap .download_brocher {
        right: -63%;
        margin-top: 75%;
        z-index: 1;
    }
    /*
	.banslider .testwrap .test-slider .item img.testbgimg {
  position: absolute;
  width: 100%;
  max-height: 650px;
  height: 100%;
}
*/
    .banslider .testwrap .test-slider .item {
        position: relative;
        /*
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
*/
        margin: 0px;
        padding: 0px 0;
        min-height: 650px;
        height: 100%;
    }
    .banslider .testwrap .test-slider .item .testbgimg {
        position: absolute;
        width: 100%;
        max-height: 650px;
        height: 100%;
    }
    .banslider .testwrap .download_brocher a {
        height: 40px;
    }
}
/*Large devices (desktops, less than 1260px)*/
@media (max-width: 1261px) {
    header .download_brocher {
        right: -19%;
    }
}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media (device-width: 1024px) {
	.mobile-npf-new {
		top: -60px;
	}
	h2.md-announcement {
		left: 58px !important;
/* 		top: 23%;
 */		bottom: 15%;
	}
	h2.adm-announcement {
		left: 58px !important;
		/* top: 30.5%; */
		bottom:7%;
	}
	h2.ms-announcement {
		left: 58px !important;
		/* top: 30.5%; */
		bottom:-2%;
	}
	h2.spl-announcement {
		left: 58px !important;
		top: 38%;
	}
}
	
	
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
	.banslider {		
		height:24rem;	
    }
	.mobile-npf-new{
		position: relative;
		top: 30px;
		right: 0;
		width: 90%;
		height: 600px;
		margin: 0 auto;
		left: 0;
	}
	.leadsquare-form{
		margin-top:0px;
	}
	#progamoffer .progamofferwrap .powerwrap-white .nav-pills .nav-link1 {
		height:auto;
	}
	#progamoffer .progamofferwrap .powerwrap-white .tab-content div.feesdiv{
		flex-direction: column;
		gap: 20px;
	}
    html {
        font-size: 14px;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    p {
        font-size: 14px;
    }
    .heading-title > span {
        font-size: 1rem;
    }
    .helpline_dataBox {
        width: 100%;
        padding-bottom: 15px;
        margin: 0px 0 15px 0;
        border-right: 0px;
        border-bottom: 1px solid #c8a008;
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
	.floating_menu{
		top:20%;
		right:-129px;
	}
	.banslider{padding:10px 0 0 0;}
	h2.md-announcement {
		left: 43px;
		top: 21%;
		font-size:12px;
	}
	h2.adm-announcement {
		left: 43px;
		/* top: 30%; */
		bottom:7%;
		font-size:12px;
	}
	h2.ms-announcement {
		left: 43px;
		/* top: 30%; */
		bottom:-2%;
		font-size:12px;
	}
	h2.spl-announcement {
		left: 43px;
		top: 38%;
		font-size:12px;
	}
	
    html {
        font-size: 15px;
        overflow-x: hidden;
    }
    .desktop-npf {
        display: none;
    }
    .mobile-npf {
        display: block;
        height: 660px;
        width: 100%;
        margin: 0 auto;
        padding: 20px 10px;
        left: 0;
        right: 0;
        position: inherit;
    }
    .mobile-npf-thankyou {
        display: block;
        height: auto !important;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
        left: 0;
        right: 0;
        position: inherit;
    }
    .mobile-npf div a {
        text-decoration: none;
        color: #fff;
        font-family: 'Muli';
        font-weight: bold;
        font-size: 1rem;
        text-decoration: none;
    }
    .mobile-npf div a:hover {
        text-decoration: underline;
    }
    /*
         display: inline-block;
  
        width: 100%;
        left: 0%;
        right: 0%;
        margin: 10px auto 10px auto;
        
    }
    .mobile-npf {
        display: block;
        height: 560px;
        width: 100%;
        margin: 0 auto;
        padding: 50px 0;
        left: 0;
        right: 0;
        position: inherit;
    }
*/
    .desktop-npf-thanku-mobview {
        margin: 30px auto 20px auto !important;
    }
    .mobile-npf-thanku-mobview {
        display: block;
        height: 400px;
    }
    /*
    header .leadsquare-form {
        width: 100%;
        margin-top: 40px;
    }
    header .error {
        font-size: 10px;
        padding-top: 5px;
        line-height: 5px;
    }
    header .download_brocher {
        position: absolute;
        transform: rotate(-90deg);
        right: -93px;
        top: -200px;
    }
    header {
        z-index: 100;
        position: relative;
        background: #333 url("../images/srm_bannerv2.jpg") no-repeat;
        background-position: 0% 80%;
        background-size: cover;
        padding: 0px 0;
        min-height: 420px;
    }
    a.logo img {
        width: 200px;
        height: auto;
    }
    header .header-text {
        padding: 80px 0px 20px 40px;
    }
*/
    .banslider .testwrap .download_brocher a {
        height: 40px;
    }
    .banslider .testwrap .download_brocher {
        right: -38%;
        margin-top: 35%;
        z-index: 1;
    }
    .banslider .testwrap .test-slider .item {
        position: relative;
        /*
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
*/
        margin: 0px;
        padding: 0px 0;
        min-height: 450px;
        height: 100%;
    }
    .banslider .testwrap .test-slider .item .testbgimg {
        position: absolute;
        width: 100%;
        max-height: 450px;
        height: 100%;
    }
    .leadsquare-form {
        position: relative;
        text-align: center;
        margin-top: 3%;
        /*    float: right;*/
        width: 100%;
        padding: 0px 0px 20px 0px;
        background: rgb(206, 208, 206, .8);
        border-radius: 10px 10px;
    }
    .leadsquare-form .input-group {
        position: relative;
        display: block;
    }
    #whysrm {
        display: none;
    }
    #progamoffer {
        position: relative;
        padding: 10px 0px 0px 0px;
    }
    #progamoffer .progamofferwrap .nav-fill .nav-item, .nav-fill > .nav-link {
        margin: 15px 0 0px 0px;
    }
    #progamoffer .progamofferwrap .tab-content .lef-righ-pad {
        padding: 10px 15px;
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    #progamoffer .progamofferwrap .tab-content .tab-pane .vline::before {
        display: none;
    }
    #progamoffer .progamofferwrap .tab-content {
        padding: 15px 0 0 0px;
    }
    #progamoffer .progamofferwrap .tab-content4 {
        padding: 1px 0 0px 0px;
    }
    #progamoffer .progamofferwrap .tab-content .tab-pane .rightdiv {
        margin-top: 10px;
        border-top: solid 1px #8eb2e3;
        padding-top: 10px;
    }
    #progamoffer .progamofferwrap .powerwrap-white .tab-content {
        padding: 10px 0px 0px 2px;
    }
/*     #progamoffer .progamofferwrap .powerwrap-white .tab-content div.hline::before {
        top: 85px;
    } */
	
	
	/* #progamoffer .progamofferwrap .powerwrap-white .tab-content div.hlinemob::before {
  top: 105px;
} */
	
    #progamoffer .progamofferwrap .nav-fill .nav-item .nav-link1, .nav-justified .nav-item .nav-link1 {
        width: 50%;
        margin: 0px 3px;
    }
    #progamoffer .progamofferwrap .powerwrap-white {
        background: #ecf4ff;
        padding: 0px 20px 0px 20px;
    }
    #applyDesktop {
        display: none;
    }
    #applyMobile {
        position: relative;
        padding: 50px 0px 50px 0px;
        background: #f9f9f9;
        display: block;
    }
    #applyMobile .apllymobkwrp {
        position: relative;
        padding: 0px 0px 0px 0px;
    }
    #applyMobile .apllymobkwrp h2 {
        color: #03439c;
        font-size: 1.5rem;
        font-family: 'Roboto Slab';
        font-weight: 600;
        margin: 0px 0 20px 0;
        padding-bottom: 10px;
        text-transform: uppercase;
        position: relative;
        text-align: center;
    }
    #applyMobile .apllymobkwrp h2::after {
        content: '';
        background: #c8a008;
        ;
        position: absolute;
        left: 0;
        height: 2px;
        bottom: 0;
        right: 0;
        width: 6%;
        margin: 0px auto;
    }
    #applyMobile .apllymobkwrp .boxesWhite {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 100px;
        padding: 0px 0px;
        height: 100%;
        margin: 0px;
        position: relative;
        /*	width: 100%;*/
        flex-direction: column;
    }
    #applyMobile .apllymobkwrp .boxesWhite img {
        max-width: 45px;
        display: block;
        margin-top: 10px;
    }
    #applyMobile .apllymobkwrp .boxesWhite h3 {
        font-size: 1.5rem;
        line-height: 1.2;
        font-weight: bold;
        color: #c8a008;
        font-family: 'Proxima Nova Rg';
        text-align: center;
        margin: 0px 0px 0 0px;
        ;
        padding: 10px 30px;
    }
    #applyMobile .apllymobkwrp .boxesrightWhite {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 100px;
        padding: 0px 0px;
        height: 100%;
        margin: 0px;
        position: absolute;
        width: 100%;
        flex-direction: column;
    }
    #applyMobile .apllymobkwrp .boxesrightWhite p {
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 600;
        color: #000000;
        font-family: 'Muli';
        text-align: left;
        margin: 0px 0px 0 0px;
        ;
        padding: 10px 30px;
    }
    #applyMobile .apllymobkwrp .bluebg {
        background: #ecf4ff;
    }
    #srmcampus {
        display: none;
    }
    #progamoffer .progamofferwrap .tab-content .tab-pane h3.bds {
        color: #fff;
        font-size: .9rem;
        position: relative;
    }
    #progamoffer .progamofferwrap .tab-content .tab-pane h3.bds i {
        z-index: 100;
        border-radius: 100%;
        background: #fff;
        color: #c8a008;
        width: 40px;
        height: 40px;
        position: absolute;
        margin: 0px auto;
        line-height: 40px;
        cursor: pointer;
        font-size: 2.6rem;
        bottom: -20px;
    }
	/* Header banner TAB CSS */
	.mobile-npf .leadsquare-form {
		margin-top: 0px;
		border-radius: 0px;
	}
	.nriTab_wrap .nav-pills .nav-item:first-child .nav-link {
		border-radius: 0px;
	}
	.nriTab_wrap .nav-pills .nav-item:last-child .nav-link {
		border-radius: 0px;
	}

	/* Header banner TAB CSS */
}
@media (max-width: 576px) {
	/* #progamoffer .progamofferwrap .powerwrap-white .tab-content div.hline::before {
	border-bottom: 0px;
	} */
	.banner-button-section{
		bottom:0px;
	}
	.mobile-npf-new{
		position: relative;
		top: 30px;
		right: 0;
		width: 90%;
		height: 680px;
		margin: 0 auto;
		left: 0;
	}
    .linebreak1 {
        display: block;
    }
    a.logo img {
        width: 180px;
        height: auto;
    }
    /*
    header .header-text {
        padding: 100px 0px 20px 0px;
    }
    a.logo {
        display: inline-block;
        margin-top: 10px;
        margin-left: 0px;
    }
    header p.helpline {
        margin-top: 10px;
        margin-right: 10px;
    }
*/
	.banslider {
		background:url('../images/MBBS_Banner_Mobile.jpg') no-repeat;
		background-position: center center;
		background-size:cover;
		height:17rem;
		padding:20px 20px;
		display:flex;
		align-items:flex-end;
		padding: 20px 35px 20px 20px;
    }
    .banslider .testwrap .download_brocher {
        right: -14%;
        margin-top: 25%;
    }
    .banslider .testwrap .download_brocher a {
        height: 40px;
        font-size: 1rem;
        padding: 5px 18px;
    }
    .banslider .testwrap .test-slider .item {
        position: relative;
        margin: 0px;
        padding: 0px 0;
        min-height: 300px;
        height: 100%;
    }
	.banslider .testwrap .test-slider .item .testbgimg {
        position: absolute;
        width: 100%;
        max-height: 300px;
        height: 100%;
		background:url('../images/MBBS_Banner_Mobile.png') no-repeat;
		background-position: center center;
    }
	#neet-admission{
		position:inherit;
		padding:0px;
		background:transparent;
	}
    #srmuniversity .srmuniwrp .boxes {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: row-reverse;
    }
    #srmuniversity .srmuniwrp .boxes p {
        text-align: left;
        padding: 0px 0px 0px 30px;
    }
    #srmuniversity .srmuniwrp .martop {
        margin-top: .5rem;
    }
    #eligibity .eligiwrp .accordion-item .accordion-body {
        padding: 10px;
    }
    /*
	header .header-text img {
  width: 100%;
  max-width: 280px;
  margin-bottom: 20px;
}
*/
.banslider .test-slider .slick-dots{
	display:inline-flex;
}

}


@media (max-width: 481px) {
    #applyMobile .apllymobkwrp .boxesrightWhite p {
        font-size: .9rem;
        line-height: 1.2;
        font-weight: 600;
        color: #000000;
        font-family: 'Muli';
        text-align: left;
        margin: 0px 0px 0 0px;
        padding: 10px 10px 10px 20px;
    }
    header .header-text h4 {
        font-size: 2rem;
        line-height: 1.1;
    }
    header {
        z-index: 100;
        position: relative;
        background: #333 url("../images/srm_bannerv2.jpg") no-repeat;
        background-position: 20% 0%;
        background-size: cover;
        padding: 0px 0;
        min-height: 420px;
    }
    .youtube-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 14px;
        margin: 0 2px;
    }
    .youtube-slider .slick-dots li button::before {
        width: 14px;
    }
    #progamoffer .progamofferwrap .powerwrap-white .tab-content div.feesdiv {
        display: block;
    }
   /*  #progamoffer .progamofferwrap .powerwrap-white .tab-content div.hlinemob::before {
        top: 145px;
    } */
    .banslider .testwrap .download_brocher {
        right: -17%;
        margin-top: 29%;
    }
}


@media (max-width: 480px) {
	h2.md-announcement {
    left: 23px ;
    position: absolute;
    top: 25%;
    color: #fff;
    background: #03439c;
    padding: 6px 6px;
    border-radius: 5px 0 5px 0;
    margin-bottom: 30px;
    font-size: 10px !important;
	}
	h2.adm-announcement {
    left: 23px ;
    position: absolute;
   /*  top: 35%; */
    bottom:7%;
    color: #fff;
    background: #03439c;
    padding: 6px 6px;
    border-radius: 5px 0 5px 0;
    /* margin-bottom: 30px; */
    font-size: 10px !important;
	}
	h2.ms-announcement {
    left: 23px ;
    position: absolute;
   /*  top: 35%; */
    bottom:-2%;
    color: #fff;
    background: #03439c;
    padding: 6px 6px;
    border-radius: 5px 0 5px 0;
    /* margin-bottom: 30px; */
    font-size: 10px !important;
	}
	h2.spl-announcement {
    left: 23px ;
    position: absolute;
    top: 40%;
    color: #fff;
    background: #03439c;
    padding: 6px 6px;
    border-radius: 5px 0 5px 0;
    margin-bottom: 30px;
    font-size: 10px !important;
	}
}



@media (max-width: 426px) {
	/* .banslider{
		padding:10px 0 0 0;
	} */
    #progamoffer .progamofferwrap .powerwrap-white {
        background: #ecf4ff;
        padding: 0px 15px 30px 10px;
    }
    .banslider .testwrap .test-slider .item {
        position: relative;
        margin: 0px;
        padding: 0px 0;
        min-height: 250px;
        height: 100%;
    }
    .banslider .testwrap .test-slider .item .testbgimg {
        position: absolute;
        width: 100%;
        max-height: 250px;
        height: 100%;
    }
    .banslider .testwrap .download_brocher a {
        height: 35px;
        font-size: .9rem;
        padding: 5px 15px;
    }
    .banslider .testwrap .download_brocher {
        right: -22%;
        margin-top: 25%;
    }
	.floating_menu{
		top:23%;
		right:-129px;
	}
}


@media (max-width: 390px) {
	h2.md-announcement {
    left: 23px;
    position: absolute;
    top: 25%;
    color: #fff;
    background: #03439c;
    padding: 4px 6px;
    border-radius: 5px 0 5px 0;
    margin-bottom: 30px;
    font-size: 10px;
	}
	h2.adm-announcement {
    left: 23px ;
    position: absolute;
    /* top: 35%; */
	bottom:7%;
    color: #fff;
    background: #03439c;
    padding: 4px 6px;
    border-radius: 5px 0 5px 0;
   /*  margin-bottom: 30px; */
    font-size: 10px !important;
	}
	h2.ms-announcement {
    left: 23px ;
    position: absolute;
    /* top: 35%; */
	bottom:-2%;
    color: #fff;
    background: #03439c;
    padding: 4px 6px;
    border-radius: 5px 0 5px 0;
   /*  margin-bottom: 30px; */
    font-size: 10px !important;
	}
	h2.spl-announcement {
    left: 23px ;
    position: absolute;
    top: 45%;
    color: #fff;
    background: #03439c;
    padding: 4px 6px;
    border-radius: 5px 0 5px 0;
    margin-bottom: 30px;
    font-size: 10px !important;
	}
}


@media (max-width: 376px) {
    #applyMobile .apllymobkwrp .boxesrightWhite p {
        font-size: .75rem;
    }
    header .header-text h4 {
        font-size: 1.7rem;
        line-height: 1.1;
    }
    header .header-text h5 {
        font-size: 1.4rem;
    }
    header .header-text h6 {
        font-size: 1.4rem;
    }
    header .header-text {
        padding: 135px 0px 20px 0px;
    }
    #stipend .stipendwrp .table-bordered td {
        font-size: .8rem;
    }
    #progamoffer .progamofferwrap .tab-content .tab-pane h3.bds i {
        bottom: -29px;
        left: 0;
        right: 0;
    }
    .banslider .testwrap .download_brocher {
        right: -25%;
        margin-top: 29%;
    }
	
	
	/* #progamoffer .progamofferwrap .powerwrap-white .tab-content div.hline::before {
  top: 105px;
}
	
	#progamoffer .progamofferwrap .powerwrap-white .tab-content div.hlinemob::before {
  top: 185px;
} */
	
	
}



@media only screen and (max-width: 375px) {
	/* .banslider{
		padding:10px 0 0 0;
	} */
	h2.md-announcement {
    left: 22px ; 
    position: absolute;
    top: 22%;
    color: #fff;
    background: #03439c;
    padding: 4px 6px;
    border-radius: 5px 0 5px 0;
    margin-bottom: 30px;
    font-size: 9px !important;
	}
	h2.adm-announcement {
    left: 22px; 
    position: absolute;
    /* top: 30%; */
	bottom:7%;
    color: #fff;
    background: #03439c;
    padding: 4px 6px;
    border-radius: 5px 0 5px 0;
   /*  margin-bottom: 30px; */
    font-size: 9px !important;
	}
	h2.ms-announcement {
    left: 22px; 
    position: absolute;
    /* top: 30%; */
	bottom:-2%;
    color: #fff;
    background: #03439c;
    padding: 4px 6px;
    border-radius: 5px 0 5px 0;
   /*  margin-bottom: 30px; */
    font-size: 9px !important;
	}
	h2.spl-announcement {
    left: 22px; 
    position: absolute;
    top: 38%;
    color: #fff;
    background: #03439c;
    padding: 4px 6px;
    border-radius: 5px 0 5px 0;
    margin-bottom: 30px;
    font-size: 9px !important;
	}
}



@media (max-width: 320px) {
	h2.adm-announcement {
    left: 23px !important;
    position: absolute;
    /* top: 20%; */
	bottom:7%;
    color: #fff;
    background: #03439c;
    padding: 6px 6px;
    border-radius: 5px 0 5px 0;
    /* margin-bottom: 30px; */
    font-size: 10px;
	}
	h2.ms-announcement {
    left: 23px !important;
    position: absolute;
    /* top: 20%; */
	bottom:-2%;
    color: #fff;
    background: #03439c;
    padding: 6px 6px;
    border-radius: 5px 0 5px 0;
    /* margin-bottom: 30px; */
    font-size: 10px;
	}
}

/*
@media (max-width: 360px) {
     
}
*/
/*
@media (max-width: 481px) {
   
}

 
 
@media (max-width: 321px) {
     
}*/


