html,body{width:100%;height:100%;outline:none;}
body, .inner{margin:0 auto;position:relative;padding:0;line-height:20px;font-smoothing:antialiased;-moz-font-smoothing:antialiased;-webkit-font-smoothing: antialiased;}
body{background:#f8f7f5;font-family: 'Frutiger';font-size:12px;color:#504f4e;font-weight:normal;line-height:16px;}
.clearfix{clear:both;}
a{text-decoration:none;display:block;}
a.inline{display:inline;}
a:hover{text-decoration:underline;}
a.blue_lnk{display:inline;color:#002480;}
.disable{color:#ccc;cursor:not-allowed;}
.error{color: red;}
img, img:focus{border:none;outline:0;}
h3{position:relative;font-family:'Frutiger';font-size:17px;color:#002480;margin:0;padding:10px 0 15px 0;font-weight:normal;}

/*font style */
@font-face {
    font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -webkit-font-smoothing: antialiased;
    font-weight:normal;
    font-style:normal;
    font-family: 'Frutiger';
    src: url('../fonts/SEGOEUI.eot'); /* IE6-IE9 */
    src: local('SEGOEUI'),
        url('../fonts/SEGOEUI.ttf') format('truetype'); /* Modern Browsers */
}
@font-face {
    font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -webkit-font-smoothing: antialiased;
    font-weight:normal;
    font-style:normal;
    font-family: 'SegoeUIBold';
    src: url('../fonts/segoeuib.eot'); /* IE6-IE9 */
    src: local('segoeuib'),
        url('../fonts/segoeuib.ttf') format('truetype'); /* Modern Browsers */
}

@font-face {
    font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -webkit-font-smoothing: antialiased;
    font-weight:normal;
    font-style:normal;
    font-family: 'FrutigerRoman';
    src: url('../fonts/Frutiger55Roman.eot'); /* IE6-IE9 */
    src: local('Frutiger55Roman'),
        url('../fonts/Frutiger55Roman.otf') format('opentype'), /* Chrome */
        url('../fonts/Frutiger55Roman.ttf') format('truetype'), /* Modern Browsers */
        url('../fonts/Frutiger55Roman.woff') format('woff'), /* Firfox 3.5 */
        url('../fonts/Frutiger55Roman.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -webkit-font-smoothing: antialiased;
    font-weight:normal;
    font-style:normal;
    font-family: 'FrutigerBold';
    src: url('../fonts/Frutiger65Bold.eot'); /* IE6-IE9 */
    src: local('Frutiger65Bold'),
        url('../fonts/Frutiger65Bold.otf') format('opentype'), /* Chrome */
        url('../fonts/Frutiger65Bold.ttf') format('truetype'), /* Modern Browsers */
        url('../fonts/Frutiger65Bold.woff') format('woff'), /* Firfox 3.5 */
        url('../fonts/Frutiger65Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -webkit-font-smoothing: antialiased;
    font-weight:normal;
    font-style:normal;
    font-family: 'Frutiger57Condensed';
    src: url('../fonts/Frutiger57Condensed.eot'); /* IE6-IE9 */
    src: local('Frutiger57Condensed'),
        url('../fonts/Frutiger57Condensed.otf') format('opentype'), /* Chrome */
        url('../fonts/Frutiger57Condensed.ttf') format('truetype'), /* Modern Browsers */
        url('../fonts/Frutiger57Condensed.woff') format('woff'), /* Firfox 3.5 */
        url('../fonts/Frutiger57Condensed.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -webkit-font-smoothing: antialiased;
    font-weight:normal;
    font-style:normal;
    font-family: 'Frutiger45Light';
    src: url('../fonts/Frutiger45Light.eot'); /* IE6-IE9 */
    src: local('Frutiger45Light'),
        url('../fonts/Frutiger45Light.otf') format('opentype'), /* Chrome */
        url('../fonts/Frutiger45Light.ttf') format('truetype'), /* Modern Browsers */
        url('../fonts/Frutiger45Light.woff') format('woff'), /* Firfox 3.5 */
        url('../fonts/Frutiger45Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -webkit-font-smoothing: antialiased;
    font-weight:normal;
    font-style:normal;
    font-family: 'Rupee';
    src: url('../fonts/RupeeForadian.eot'); /* IE6-IE9 */
    src: local('Rupee'),
        url('../fonts/RupeeForadian.otf') format('opentype'), /* Chrome */
        url('../fonts/RupeeForadian.ttf') format('truetype'), /* Modern Browsers */
        url('../fonts/RupeeForadian.woff') format('woff'), /* Firfox 3.5 */
        url('../fonts/RupeeForadian.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.frutiger{ font-family: 'FrutigerBold';}
.rupee{font-family:"Rupee";}
/*p none*/
.none{margin:0;}


/*color*/
.black{color:#000000;}
.gray{color:#4b4b4b;}
.blue{color:#002480;}
.white{color:#ffffff;}
.red{color:#F00;}
.lt_blue{color:#0095da;}
.org{color:#f26522;}
.pink{color:#82002a;}

/*bg color */
.bg_blue{background:#003471;}

/*border style*/
.br_top{border-top:1px solid #d6d3d1;}
.br_right{border-right:1px solid #d6d3d1;}
.br_bottom{border-bottom:1px solid #d6d3d1;}
.br_left{border-left:1px solid #d6d3d1;}
.br{border:1px solid #d6d3d1;}
/*dot border style*/
.dot.br_top{border-top:1px dotted #d6d3d1;}
.dot.br_right{border-right:1px dotted #d6d3d1;}
.dot.br_bottom{border-bottom:1px dotted #d6d3d1;}
.dot.br_left{border-left:1px dotted #d6d3d1;}
.dot.br{border:1px dotted #d6d3d1;}
/* border width */
.br2{border-width:2px;}
.br3{border-width:3px;}
.br4{border-width:4px;}
/*table*/
table td{border-bottom:1px solid #D6D3D1;line-height:20px;padding:10px 0 10px 12px;}
table tr{background:#fff;}
table .tbl_hdrow{background:#D6D3D1;color:#000;}
table tr.odd{background:#f8f7f5;}

/*quick link */
#quick-links-box{width:145px;height:103px;position:absolute;margin-top:-5px;padding-top:15px;z-index:100;top:12px;visibility:hidden; right: 0}
#quick-links-box ul#show{display:block;list-style:none;margin:0;position:relative;padding:0;background:#fff;width:145px;/*height:103px;*/border:1px solid #d6d3d1;}
#quick-links-box ul#show li{list-style:none;padding:5px 10px;margin:0;line-height:16px;font-family: 'FrutigerBold';margin:0;font-weight:normal;color:#333;float:none;border:none;}
#quick-links-box ul#show li a{color:#333;}

#quick-links-box-ne{width:145px;height:103px;position:absolute;margin-top:-5px;padding-top:15px;z-index:100;top:12px;visibility:hidden;}
#quick-links-box-ne ul#show-ne{display:block;list-style:none;margin:0;position:relative;padding:0;background:#fff;width:145px;/*height:103px;*/border:1px solid #d6d3d1;}
#quick-links-box-ne ul#show-ne li{list-style:none;padding:5px 10px;margin:0;line-height:16px;font-family: 'FrutigerBold';margin:0;font-weight:normal;color:#333;float:none;border:none;}
#quick-links-box-ne ul#show-ne li a{color:#333;}

/* header */
.top-header{background:url(../images/bg.gif) repeat-x bottom left #F8F7F5;width:100%;padding-top:0px;position:relative;z-index:2;}
/*left*/
.top-header .left-area{padding-bottom:20px;height:84px;}
/*.top-header .logo{width:124px;height:84px;margin-right:20px;float:left;}*/
.top-header .logo{width:20%;height:84px;margin-right:1.770833%;float:left;}
.top-header .logo-text{float:left;width:78%;}
.top-header .logo-text h1{line-height:30px;font-size:30px;color:#002480;font-family: 'FrutigerBold';margin:0;padding:0;font-weight:normal;}
.top-header .logo-text h4{line-height:16px;font-size:14px;color:#002480;font-family: 'Frutiger';margin:0;padding:0;font-weight:normal;padding-bottom:10px;}
.top-header .logo-text p{line-height:12px;font-size:11px;color:#333333;font-family: 'Frutiger57Condensed';margin:0;padding:0;font-weight:normal;}
/*right home*/
.top-header .right-area.home{padding-bottom:20px;display:block;height:30px;}
.top-header .right-area.home .row1{height:30px;width:100%;float:right;padding-top:5px;}
.top-header .right-area.home .row1 .txt-search{width:158px;height:28px;border:1px solid #d5d5d5;background:#fff;margin:0;float:left;font-family: 'Frutiger';font-size:12px;font-weight:normal;color:#434343;padding:0 10px;line-height:28px;}
.top-header .right-area.home .row1 .quick-links{float:left;width:64px;line-height:30px;height:30px;font-family: 'Frutiger';font-size:12px;font-weight:normal;color:#434343;margin-left:45px;cursor:pointer;}
.top-header .right-area.home .row1 .quick-links:hover > #quick-links-box{visibility:visible;}

.top-header .right-area.home .row1 .quick-links{float:left;width:64px;line-height:30px;height:30px;font-family: 'Frutiger';font-size:12px;font-weight:normal;color:#434343;margin-left:45px;cursor:pointer;}
.top-header .right-area.home .row1 .quick-links:hover > #quick-links-box-ne{visibility:visible;}

.top-header .right-area.home .row1 .frm-search{width:180px;float:right;height:30px;}

/*right*/
.top-header .right-area{padding-bottom:20px;display:block;position:relative;z-index:4;}
.top-header .right-area .row1{height:21px;width:100%;float:right;padding-top:5px;}
.top-header .right-area .row1 .txt-search{width:240px;height:17px;border:1px solid #d5d5d5;background:#fff;margin:0;float:left;}
.top-header .right-area .row1 .btn-search-submit{width:57px;height:21px;background:#d6d3d1;border:none;color:#333;text-align:center;font-family: 'Frutiger';font-size:12px;line-height:21px;margin:0;float:left;padding:0;margin-left:3px;}
.top-header .right-area .row2{float: right;
                              padding-top: 5px;
                              position: relative;
                              width: 380px;}
.nbr-rgt{ border-right: inherit !important;}
.top-header .right-area .row2 .quick-links{  float: left;    list-style: outside none none;    margin: 0;    padding:  0;    position: relative;}
.top-header .right-area .row2 .quick-links li{list-style:none;color:#333333;font-family: 'FrutigerBold';font-size:11.777px;float:right;/*border-right:1px solid #dad8d3;*/padding:0}
.top-header .right-area .row2 .quick-links > li:after{ content: "\00a0 |\00a0"; color: #dad8d3; float: right}
.top-header .right-area .row2 .quick-links > li.nb:after{ content: "";}
.top-header .right-area .row2 .quick-links li#quick-links:hover > #quick-links-box{visibility:visible;}
.top-header .right-area .row2 .quick-links li#quick-links-ne:hover > #quick-links-box-ne{visibility:visible;}
.top-header .right-area .row2 .quick-links li#last{border:none;padding-right:0;}
.top-header .right-area .row2 .quick-links li.exam_result{}
/*.top-header .right-area .row2 .quick-links li.exam_result a{background-color:#ff6100; padding: 0 10px; color:#fff}*/
.arw-wh{background: url("../images/arw-exam-ne.png") no-repeat scroll 89% center; }
.arw-wh:hover{ text-decoration: none !important}
.top-header .right-area .row2 .quick-links li.exam_result a{background-color: #ff6100;
                                                            color: #fff;
                                                            float: left;
                                                            line-height: 14px !important;
                                                            margin: 3px 0px 10px 11px;
                                                            padding: 8px 40.1px 5px 13px;
                                                            position: relative;
                                                            width: 94px;}
.top-header .right-area .row2 .quick-links li.exam_result a:hover{text-decoration: underline; color:#fff}
.top-header .right-area .row2 .quick-links li a{color:#4c4b47;text-decoration:none;}
.top-header .right-area .row2 .quick-links > li > a{ float: left;}
.top-header .right-area .row2 .quick-links li a:hover{color:#333333;text-decoration:underline;}
.top-header .right-area .row2 .quick-links li#last ul#blog_sub{position:absolute;margin:0;padding:5px;visibility:hidden;width:80px;background:#fff;border:1px solid #DAD8D3;right:0;}
.top-header .right-area .row2 .quick-links li#last:hover > ul#blog_sub{visibility:visible;}
.top-header .right-area .row2 .quick-links li#last ul#blog_sub li{float:none;border:none;padding:0;}

/*menu bar*/
.top-header button.nav_button{background-color: #dad8d3;background-image: linear-gradient(to bottom, #f8f7f5, #f2f0eb);background-repeat: repeat-x;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: #FFFFFF;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);float: none;margin-left: 5px;margin-right: 5px;padding: 7px 10px;display:none;border-radius: 4px 4px 4px 4px;border-style: solid;border-width: 1px;cursor: pointer;font-size: 14px;line-height:20px; text-align: center;vertical-align: middle;margin-bottom:10px;margin-top:5px;}
.top-header button.nav_button .icon_bar{background-color: #dad8d3;border-radius: 1px 1px 1px 1px;box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);display: block;height: 2px;width: 18px;line-height: 14px;margin-top: 3px;vertical-align: text-top;}

.top-header button.nav_button .menu{visibility:hidden;}

.top-header .menu{position:relative;list-style:none;margin:0 auto;padding:0;padding-top:6px;z-index:3;}
.top-header .menu li{list-style:none;border-right: 1px solid #D5D3CD;float:left;margin:0;padding:0 0.941667%;}
.top-header .menu li a{/*line-height:46px;*/ line-height:20px;color: #262626;font-size: 12px;font-family: 'FrutigerBold';margin:0;padding:12px 0;}
.top-header .menu li a:hover, .top-header .menu li a.active{color:#0095DA;text-decoration:none;}

/*.top-header .menu li#capus{width:8.541667%;padding-left:0;}
.top-header .menu li#academic{width:13.02083%;}
.top-header .menu li#admissions{width:14.89583%;}
.top-header .menu li#international{width:15%;}
.top-header .menu li#research{width:6.875%;}
.top-header .menu li#news{width:10.10417%;}
.top-header .menu li#alumini{width:6.458333%;}
.top-header .menu li#about{padding-right:0;border:0;width:8.75%;}*/

/*.top-header .menu li#about{width:6.541667%;}
.top-header .menu li#capus{width:9.3208%;}
.top-header .menu li#academic{width:12.89583%;}
.top-header .menu li#admissions{width:13%;}
.top-header .menu li#international{width:16.475%;}
.top-header .menu li#news{width:9.10417%;}
.top-header .menu li#research{width:10.458333%;}
.top-header .menu li#alumini{padding-right:0;border:0;width:7.35%;}*/

.top-header .menu li#about{width:7.542%;}
.top-header .menu li#capus{width:12.321%;}
.top-header .menu li#academic{width:13.896%;}
.top-header .menu li#admissions{width:11%;}
.top-header .menu li#international{width:13.475%;}
.top-header .menu li#news{width:8.104%;}
.top-header .menu li#research{width:12.458%;}
.top-header .menu li#alumini{padding-right:0;border:0;width:6.35%;}

.top-header .menu li .menu-dropdown{width:100%;padding:10px 0 18px 0;margin:0;display:none;height:445px;text-align:left;}
.top-header .menu li .menu-dropdown a{color: #262626;margin:0 0 10px; padding:0;line-height:14px;font-size:11px;font-family: 'Frutiger';font-weight:normal;}
.top-header .menu li .menu-dropdown a:hover{color:#858585;text-decoration:none;}


/*footer*/
.foo{position:relative;}
.foo #foo-links{list-style:none;margin:0;position:relative;padding:15px 0;display:table;height:16px;}
.foo #foo-links li{list-style:none;border-left:1px solid #d6d3d1;padding:0px 10px;float:left;font-size:11px;font-family: 'Frutiger';line-height:16px;}
.foo #foo-links li a{color:#504f4e;}
.foo #foo-links li a:hover, .foo #foo-links li a.active{color:#333;text-decoration:underline;}
.foo #foo-links li#first{padding-left:0;border:none;}

.foo .rights{padding:15px 0 15px 0;font-size:11px;color:#504f4e;font-family: 'Frutiger';font-weight:normal;}
.foo .clast{text-align:right;padding:15px 0 15px 0;font-size:11px;color:#acacac;font-family: 'Frutiger';font-weight:normal;}
.foo .clast a{color:#acacac;text-decoration:none;}
.foo .clast a:hover{color:#acacac;text-decoration:underline;}
.foo .social-lnk{margin:0;position:relative;padding:15px 0 0 0;list-style:none;height:16px;float:right;}
.foo .social-lnk li{display:block;height:16px;width:16px;margin:0 12px 0 0;float:left;}
.foo .social-lnk li#last{margin-right:0;}
.foo .social-lnk li a.share{background:url("../images/share.jpg") no-repeat scroll 0 -1px transparent;}
.foo .social-lnk li a.facebook{background:url("../images/share.jpg") no-repeat scroll -18px -1px transparent;}
.foo .social-lnk li a.twitter{background:url("../images/share.jpg") no-repeat scroll -36px -1px transparent;}
.foo .social-lnk li a.youtube{background:url("../images/share.jpg") no-repeat scroll -54px -1px transparent;}
.foo .social-lnk li a:hover{text-decoration:none;}

.loadercls{background:url(../university/images/loader.gif) no-repeat center center;width:auto;height:80px;position:relative;padding:0;margin:0;top: 100px;}

/*page scroll top*/
#back-top {position: fixed;bottom: 150px;right: 50px;width:59px;height:59px;z-index:999999;}
#back-top a {display: block;text-align: center;text-decoration: none;line-height:59px;}

/* email to friend */
.email_to_friend .close, .reporting_errors .close, .subscribe_to_our_newsletter .close{background:url("../university/images/fancybox_sprite.png");cursor: pointer;height: 36px;position: absolute;right: -103%;top: -36px;width: 36px;z-index: 8040;text-decoration:none;}
.email_to_friend{display:none;width:50%;padding:20px;background:#F8F7F5;position:absolute;left:26%;bottom:100%;box-shadow: 0 0px 10px #CCCCCC;behavior: url(css/PIE.htc);}
.reporting_errors{display:none;width:50%;padding:20px;background:#F8F7F5;position:absolute;left:26%;bottom:100%;box-shadow: 0 0px 10px #CCCCCC;behavior: url(css/PIE.htc);}
.subscribe_to_our_newsletter{display:none;width:50%;padding:20px;background:#F8F7F5;position:absolute;left:26%;bottom:100%;box-shadow: 0 0px 10px #CCCCCC;behavior: url(css/PIE.htc);}
.email_to_friend a.captcha_refresh, .reporting_errors a.captcha_refresh, .subscribe_to_our_newsletter a.captcha_refresh, a.captcha_refresh{display:inline;padding-left:10px;}
.social-lnk .st_sharethis_hcount .st-sharethis-counter2{
    background: url("../images/share.jpg") no-repeat scroll 0 -1px transparent !important;
}
/* social-lnk */
.social-lnk .st_sharethis_hcount .stButton .st-sharethis-counter2{width: 17px !important;}
.social-lnk .st_sharethis_hcount .stButton .stArrow{display: none !important;}
/*clasticon */
.clasticon_mouse{display:none;width:25%;padding:10px;background:#F8F7F5;position:absolute;right:0%;bottom:35%;box-shadow: 0 0px 10px #CCCCCC;behavior: url(css/PIE.htc);z-index:999;}
.form_class{
    margin: 23px;
    width: 100%;
}
.input_fields{
    margin-left: 200px;
    margin-top: -21px;
}
.input_fields input{
    width: 300px;
    height: 30px;
}
.input_fields > select{
    width: 300px;
    height: 30px;
}
/*.input_fields input[type=radio]{
    width:10%;
}*/
.text_span{
    font-size: 130%;
}
.input_fields label{
    font-size: 110%;
}
.radio input[type=radio]{
    width:10%;

}
.radio_sets{
    font-size:14px;
}
.form_radios{
    margin-left: 222px;
    margin-right: 300px;
    margin-top: -43px;float:left; width:43%;
}
.form_radios.active{ width:43%;}
.form_radios .lft{ float:left; margin-right: 0%}
.form_radios .rt{width:10%; float:left}
#submit{margin-right: 1%}
.course_container{

    margin-left: 19%;
    width: 100%;
    margin-top: -5%;
}
.list_sub{

    width: 60%;
}
.list_sub form{

    margin-left: 3%;
    margin-top: 23%;
}

.course_details{
    float: left;
    width: 36%;

}
.course_details > table td {
    border-bottom: 1px solid #d6d3d1;
    font-size: 70%;
    line-height: 17px;
    padding: 0 2%;
}
.course_details > table th {

    font-size: 80%;

}
.course_details > table tr {
    background: #ececec none repeat scroll 0 0;
}
.cancel{
    background: #d6d3d1 none repeat scroll 0 0;
    border: medium none;
    color: #333333;
    float: left;
    font-family: "Frutiger";
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    width: 12%;

}
.cancel:hover{
    text-decoration: none;
}
.error_short{
    font-size: 80%;
    color:red;
    margin-left: 220px;
    margin-top: -21px;
}


.tilte_a {

    color: #002480;
    float: left;
    font-family: "Frutiger";
    font-size: 17px;
    font-weight: normal;
    width: 69px !important;
    border-left: 1px solid #000;
    padding: 0 0 0 10px;
}
.gg{ float: left; width: 100%; position: relative;}
.tilte_b{

    color: #002480;
    float: left;
    font-family: "Frutiger";
    font-size: 17px;
    font-weight: normal;
    width: 88px  !important;
    border-left: 1px solid #000;
    padding: 0 0 0 10px;


}
.elective_taken {
    float: left;
    width: 19%;
}
.contain{
    float: left;
    width: 122%
}
.inr_contain{
    float: left;
    width: 30%;
    margin: 10px;
}
.inr_contain1{
    margin-left: 8%;
    margin-top: 4%;
    width: 42%;
    float: left;
}
.panel-heading {
    background-color: #5cb85c;
    color: #fff;
}
.noborder {
    border: 0 none;
}
.panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 18px 20px 20px;
    position: relative;
}
.panel-heading, .panel-footer {
    background: #f7f7f7 none repeat scroll 0 0;
    border-color: #ddd;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
    background-color: #6d887b;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.panel-success-alt {
    border-color: #4cae4c;
    background-color: #4cae4c;
}
.span_header{
    float: left;
}
.inr_contain_table li {
    padding: 1% 0;



}
.inr_contain_table li a {
    color: #333;
    text-decoration: none;
}
.inr_contain_table a:hover {
    color: #0095da;
}

.inr_contain_table li:first-child{

}
.inr_contain_table{
    list-style-type: none;
    width:100%; background-color: #6d887b; float: left;margin: 0;
    padding: 0;
}

.cont-cntrl{bottom: -395px;color: #000;margin: 0 auto;position: absolute;right: 15px;z-index: 9999;}
.admiss-overlay{ position:relative;width:100%; max-width:365px; float:right; padding:18px 0px;}
.over-lay{background: #000 none repeat scroll 0 0;height: 100%;left: 0;opacity: 0.75;position: absolute;top: 0;width: 100%;z-index: 9981;}
.inner-cont{color: #fff;position: relative;z-index: 9999; width:365px;}
.inner-cont h4{ font-size:25px; line-height:28px; padding:10px 20px; border-bottom:1px solid #686868;}
.inner-cont .sub-head-bnr{ font-size:16px; line-height:28px; padding:4px 20px; font-weight:bold; border-bottom:1px solid #686868;}
.inner-cont .sub-head-bnr.btm{ padding-bottom:0px; border:0;}
.inner-cont h4, .inner-cont .lnk{ color: #fff;}
.inner-cont .lnk{ color: #fff; font-size:13px;}
.inner-cont span{ font-size:12px; line-height:28px; font-weight: normal; float:right;}
.text-sm{    font-size: 12px;font-weight: normal;padding:0px 20px;}

@media (max-width:639px){
    .cont-cntrl {  bottom: -123px;  color: #000;  left: 75px;  margin: 0 auto;  position: absolute;  z-index: 9999;}

    .inner-cont h4{ font-size:18px; }
    .inner-cont span{ font-size:16px; }

}
@media (max-width:790px){
    .cont-cntrl {        bottom: -153px;}
    .cont-cntrl{right:0;}
    .inner-cont h4{font-size:20px;}
    .inner-cont .sub-head-bnr{font-size:14px;}
    .admiss-overlay{padding:8px 0px;}
}
@media (max-width:479px){
    .inner-cont h4{font-size:18px;}
    .inner-cont .sub-head-bnr{font-size:13px;}
    .inner-cont .sub-head-bnr span{font-size:11px;}
    .cont-cntrl {bottom: -163px;color: #000;}
    .inner-cont{width:100%;}
    .admiss-overlay { padding: 15px 0px;position: relative;width: 90%;}
}
@media (max-width:395px){

    .inner-cont h4{font-size:18px;}
    .inner-cont .sub-head-bnr{font-size:13px;}
    .inner-cont .sub-head-bnr span{font-size:11px;}
    .cont-cntrl {bottom: -163px;color: #000; left:0;}
    .inner-cont{width:100%;}
    .admiss-overlay { padding: 15px 0px;position: relative;width: 100%;}
}


