@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('../fonts/brandon_bld-webfont.woff2') format('woff2'),  url('../fonts/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesqueblack_italic';
    src: url('../fonts/brandon_blk_it-webfont.woff2') format('woff2'),  url('../fonts/brandon_blk_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('../fonts/brandon_med-webfont.woff2') format('woff2'),  url('../fonts/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('../fonts/brandon_reg-webfont.woff2') format('woff2'),  url('../fonts/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),  url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
font-family: 'Montserrat', sans-serif;
*/
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
/*=========================================

=========================================*/
html {
    /*overflow-x: hidden;*/
}
body {
    /*overflow-x: hidden;*/
    font-family: 'proxima_novaregular';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'brandon_grotesque_regularRg';
}
/*=========================================
slider
=========================================*/
.kkslider {
    position: relative;
}
.kkslider .slides li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 800px;
}
.kkslider .flexslider {
    margin: 0;
    border: 0;
}
.banner_caption {
    position: absolute;
    top: 50%;
    left: 14%;
    z-index: 8;
    width: 550px;
    background-color: rgba(49,191,221,0.8);
    padding: 20px;
}
.cnmc {
    margin: 0;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}
.cnmc span {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    display: block;
}
/*=========================================
header
=========================================*/
.header { position: absolute; top: 0;
 left: 0; width: 100%; z-index: 10;
 background-image: linear-gradient(to top, rgba(0,0,0, 0), rgba(255, 255, 255, 0.8));
}
/*=========================================
menu
=========================================*/
#menu {
    text-align: center;
    margin: 20px 0;
    padding: 17px 0;
    box-shadow: 14px 23px 53px 66px rgba(255,255,255, 0.5);
    background: rgba(49,191,221,0.8);
    border-radius: 2px;
}
#menu > li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
        padding: 3px 4px;
    font-family: 'brandon_grotesque_regularRg';
    font-size: 16px;
    color: #000000;
    border-radius: 5px;
}
#menu > li a {
    /* display: block; */
    padding: 3px 4px;
    font-family: 'brandon_grotesque_regularRg';
    font-size: 16px;
    color: #000000;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
}

#menu >  li a:hover {
    color: #31bfdd;
    background-color: #fff;
}



#menu > li .nav_active {   color: #31bfdd !important;
       background-color: #fff;
}

#menu li .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(54, 192, 220, 0.8);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  padding:10px 0;
  margin: 0;
}

#menu li .dropdown-menu li {
  width: 200px;
}

#menu li .dropdown-menu li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

#menu li .dropdown-menu li a:hover {
  background: #f2f2f2;
}

/* Show submenu on hover */
#menu li.dropdown:hover .dropdown-menu {
  display: block;
}

/* ----------- Common Styles ----------- */
.dropdown {
  position: relative;  
}

.dropdown a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

/* Dropdown arrow below text */
.dropdown-arrow {
  font-size: 12px;
  margin-top: 4px;
  line-height: 1;
}

/* Dropdown menu (hidden by default) */
.dropdown-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}
#menu >  .dropdown a:hover {
    color: #31bfdd;
    background-color: #fff;
}

@media (max-width: 1200px) {
    .dropdown-menu {
        background-color: transparent !important;
          left: 50%;
  transform: translateX(50%);
    }

  .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    width: 100%;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
  }

  .dropdown-menu li a:hover {
    background-color: #f5f5f5;
  }
}

/*=========================================
important links
=========================================*/
.links-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
  padding: 10px;
  margin: 0 auto;
  max-width: 1200px;
}

.links-grid li a {
  display: block;
  text-decoration: none;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: all 0.2s ease-in-out;
}

.links-grid li a:hover {
  background: #31bfdd;
  color: #ffffff;
}


/*=========================================

=========================================*/
.block-hdnews {    width: 100%;
    margin: 0px auto;
    background-color: #1fb8b8;
    padding: 0 40px 0px 40px;
    border-radius: 5px;
    height: 100%;
    overflow-x:auto;
}
.notice_hdr {
    color: #fff;
    margin: 0;
    padding: 25px 0;
    font-size: 30px;
    font-family: 'brandon_grotesquebold';
}
.list-aggregate {
}
.list-aggregate > li {
    position: relative;
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 30px;
}
.list-aggregate > li:after {
    content: "\f111";
    position: absolute;
    top: 2px;
    left: 5px;
    font-family: FontAwesome;
    font-size: 10px;
    color: #fff;
}
.list-aggregate > li > p {
    margin: 0;
    color: #FFFFFF;
    font-family: 'proxima_novaregular';
}
.list-aggregate > li > p > a {
    margin: 0;
    color: #FFFFFF;
    font-family: 'proxima_novaregular';
    font-size: 18px;
}
.list-aggregate > li > p > a:hover {
    color:#000000;
}

.extra_padding {
    padding-top:50px;
    padding-bottom:50px;
}

.sundarimohan {
    display: table;
    margin-bottom:30px;
}
.sundarimohan > div {
    display:table-cell;
    vertical-align:top;
}
.sundarimohan .img_box {
    position: relative;
    padding-right: 50px;
    padding-bottom: 10px;
}
.sundarimohan .img_box img {
    position:relative;
    z-index:5;
}
.sundarimohan .img_box:after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 87px;
    height: 102px;
    background-color: #6ad6ed;
    border: 1px solid #31bfdd;
}
.sundarimohan .img_box:before {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    background-color: #c1c1c1;
    width: 46px;
    height: 66px;
    z-index: -1;
    border: 1px solid #a8a8a8;
}
.sundarimohan_designation h2 {
    font-family: 'brandon_grotesquebold';
    color:#000000;
    font-size:28px;
    margin:25px 0 0 0;
    text-transform:uppercase;
}
.sundarimohan_designation h3 {
    font-family: 'brandon_grotesque_regularRg';
    margin: 0;
    font-size: 28px;
    color:#31bfdd
}
.sundarimohan_designation p {
    color:#626262;
    font-size:22px;
    margin-bottom:0;
}

.about_sundarimohan { margin:0; padding:0; }

.about_sundarimohan a {	margin: 0;	padding: 12px 32px;	display: inline-block;	background: #550c0c;
	line-height: 40px;	text-transform: uppercase;	font-weight: 500;	color: #fff;
	font-family: 'brandon_grotesquebold';	font-size: 34px;    animation-name: colorChange2;
    animation-duration: 4s;
    animation-iteration-count:infinite; }

/*.about_sundarimohan a img {*/
/*	width:100px;*/
/*	padding: 0 0 0 20px;*/
/*}*/

/*.new_animation {*/
/*    display: inline-block;*/
/*    background-color: #EC0003;*/
/*    padding: 4px 10px;*/
/*    border-radius: 30px;*/
/*    color: #fff;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
 
/*}*/
@keyframes colorChange2 {
    0%   {background-color: #ff0035;}
    10%   {background-color: #ff0035;}
    25%  {background-color: #ff0035;}
    50%  {background-color: #178ba3;}
    75%  {background-color: #cf0000;}
    90% {background-color: #cf0000;}
    100% {background-color: #cf0000;}
}



/*.about_sundarimohan p {*/
/*    color:#3e3e3e;*/
/*    font-size:20px;*/
/*}*/
.learn_more {
    color: #31bfdd;
    font-family: 'brandon_grotesque_regularRg';
    font-size: 24px;
    border-bottom: 2px solid #31bfdd;
    transition: all 0.3s ease-in-out;
    display:inline-block;
    padding: 4px 20px;
}
.learn_more:hover {
    background-color:#31bfdd;
    color:#FFFFFF;
    padding: 4px 20px;
}

.anti-ragging {
    display:inline-block;
    max-width:100%;
}
.anti_ragging_sec {
    position:relative;
}
.anti_ragging_sec:after {
    content: '';
    position: absolute;
    bottom: 42%;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #e4e4e4;
    z-index: -1;
}


.department_bg {
    background-color:#eeeeee;
}
.primary_hdr {
    color: #010101;
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-size: 34px;
    font-family: 'brandon_grotesquebold';
    position: relative;
    padding-bottom: 10px;
}
.primary_hdr:after {
    content: '';
    width: 167px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 30px;
    background-color: #31bfdd;
}
.department_list {
    text-align:center;
}
.department_list > li {
	width: 19%;
	display: inline-block;
	min-height: 215px;
	text-align: center;
	background-color: #31bfdd;
	margin-right: 1%;
	padding: 2%;
	border-radius: 5px;
	float: left;
}
.department_list > li > img {
    vertical-align: middle;
    width: 55%;
}
.department_list > li:last-child {
    margin-right:0;
}

.department_list > li:hover .department_name {
    color:#000000;
}
.department_name {
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	margin-top: 20px;
	transition: all 0.3s ease-in-out;
	line-height: 1;
}
.department_name:hover {
    color:#000000;
}


.students_corner > li {
    margin-bottom:18px;
}

.students_corner > li > h5 {
    color:#24a3e1;
    font-family: 'brandon_grotesquemedium';
    font-size:23px;
    margin-top:0;
    margin-bottom:10px;
}
.students_corner > li > p {
    font-size:15px;
    color:#3e3e3e;
}
.details_btn {
    background-color: #31bfdd;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'brandon_grotesquemedium';
    font-size: 17px;
    padding: 3px 17px;
    border-radius: 5px;
    border:1px solid #31bfdd;
    transition:all 0.3s ease-in-out;
}
.details_btn:hover {
    background-color:#FFFFFF;
    color: #31bfdd;
}
.img-100 {
    width:100%;
    display:block;
}


.gallery_bg {
    background-image:url(../images/gallery_bg.jpg);
    background-repeat:repeat;
}
.gallery_hdr {
    color: #fff;
    margin-top: 27%;
    font-size: 80px;
    line-height: 1;
    font-weight:100;
}
.gallery_hdr span {
    font-family: 'brandon_grotesquebold';
}
.view_all_btn {
    background-color: #fff;
    color: #000000;
    display: inline-block;
    padding: 8px 30px;
    font-size: 26px;
    transition:all 0.3s ease-in-out;
}
.view_all_btn:hover {
    background-color:#000000;
    color:#FFFFFF;
}

.contact_hdr {
    color: #1d1d1d;
    font-size: 50px;
    margin: 0 0 20px 0;
}
.contact_sub_txt {
    color:#9a9b9b;
    font-size:18px;
}

.contact_details {
    background-color: #31bfdd;
    text-align: left;
    padding: 30px;
    position: absolute;
    bottom: -490px;
    left: 0;
    width: 100%;
    transform: scale(0.90);
}

.contact_details h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: justify;
}

.footer-links{
        color:#FFFFFF;
    font-size:20px;
}

.developer {
    color: #ffff;
    text-align: center;
    margin-top: 15px;
}

.address_box {
    display:flex;
    margin-top: 10px;
}
.address_box div {
    color:#FFFFFF;
    font-size:20px;
}
.address_box div img {
    margin-right:15px;
}
.globo {
    color:#FFFFFF;
    font-weight:bold;
    transition:all 0.3s ease-in-out;
}
.globo:hover {
    color:#000000;
}


.about_banner {
    background-image: url(../images/about-us-banner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-attachment: scroll;
    height: 400px;
    position: relative;
}

.inner_pg_hdr {
    color: #FFFFFF;
    text-align: center;
    font-family: 'brandon_grotesquebold';
    font-size: 70px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin: 0;
    text-shadow: 3px 3px 14px rgba(0,0,0,0.3);
}

.inner_hdr {
    text-transform: uppercase;
    font-family: 'brandon_grotesquebold';
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}

.width-90 {
    width:85%;
    margin:0 auto;
}

.nrmltxt {
    color: #4a4949;
    font-size: 18px;
    margin-bottom: 30px;
}
.about_img {
    margin: 0 0 40px 0;
    display: inline-block;
    max-width: 100%;
}
.about_img2 {
    margin:0 0 30px 0;
    display:inline-block;
    max-width:100%;
}


.students_corner_banner {
    background-image: url(../images/students-corner-banner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-attachment: scroll;
    height: 400px;
    position: relative;
}



/**accordian**/
.accordian_box {
    background-color: #31bfdd;
    padding: 20px;
    border-radius: 5px;
}
.accordian_menu {
    padding:20px;
    background-color:#068fac;
}
.accordian_menu li {
    position: relative;
    transition:all 0.3s ease-in-out;
}

.accordian_menu li a {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'proxima_novaregular';
    padding: 7px 0 7px 30px;
    position:relative;
}
.accordian_menu li a:hover:after {
    content: "\f0c8";
    color:#2b2e35;
    transition:all 0.3s ease-in-out;
}
.accordian_menu li a:after {
    content: "\f111";
    font-family: FontAwesome;
    color: #FFFFFF;
    position: absolute;
    top: 12px;
    left: 4px;
    font-size: 10px;
    transition:all 0.3s ease-in-out;
}
.accordian_menu li a.page_active {
    font-weight:800;
}
.accordian_menu li a.page_active:after {
    content: "\f0c8";
    color:#2b2e35;
    transition:all 0.3s ease-in-out;
}
#accordionMenu {
  max-width: 100%;
}
.panel-group.mar-0 {
    margin-bottom:0;
}
.panel-body {
  padding: 0;
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 0;
}

.panel-group .panel {
    margin-bottom: 10px;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
}
.panel-group .panel:last-child {
    margin-bottom:0;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color:#383838;
  font-family: 'brandon_grotesquemedium';
  font-size:22px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 7px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  color: #22b3d1;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\e113";
    top: 4px;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\e114";
}
/**accordian**/
.custom_table {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.custom_table td {
    padding:8px;
}
.custom_table td:nth-child(4n) {
    display:none;
}
.custom_table td:first-child {
    width: 100px;
    text-align: center;
    font-weight:bold;
}
.doctor_img {
	width: 55px;
}
.year_list {
    margin-bottom:30px;
}
.year_list li {
    display:inline-block;
}
.year_list li a {
    display: block;
    padding: 1px 15px;
    color: #000000;
    font-family: 'brandon_grotesque_regularRg';
    font-size: 19px;
    border-radius:5px;
    transition:all 0.3s ease-in-out;
}
.year_list li a:hover {
    background-color:#31bfdd;
    color:#FFFFFF;
}
.yr_pg_active {
    background-color:#31bfdd;
    color:#FFFFFF !important;
}
.sub_hdr {
    color:#353535;
    font-size:28px;
    font-family: 'brandon_grotesquebold';
    margin: 12px 0;
}
/*.tb1 {
    background-color:#d5f0f6;
}
.tb2 {
    background-color:#efefef;
}*/
.table_hdr {
    font-weight:bold;
}
.custom_table tr:nth-child(odd) {
    background-color:#d5f0f6;
}
.custom_table tr:nth-child(even) {
    background-color:#efefef;
}
.custom_table td a {
    color:#1B1B1B;
}



.meu_img_box {
	margin-bottom: 0px;
	width: 50%;
	float: left;
	padding: 2%;
}
.meu_img_box > img {
    margin-bottom:15px;
}
.meu_img_box > p {
    margin-bottom:0;
    font-size:16px;
    min-height: 50px;
}
.custom_table.table-2 td:first-child {
    text-align:left;
}


.download_list {
}
.download_list li {
    padding-left:30px;
    margin-bottom:10px;
    position:relative;
}
.download_list li:after {
    content: "\f111";
    font-family: FontAwesome;
    color: #068fac;
    position: absolute;
    top: 4px;
    left: 8px;
    font-size: 10px;
    transition: all 0.3s ease-in-out;
}
.download_list li a {
    color:#3E3E3E;
    font-size:16px;
    transition: all 0.3s ease-in-out;
}
.download_list li a:hover, .download_list li a:focus {
    color:#000000;
}


.table-2 {
    width:100%;
}
.table-2 td {
    text-align:left !important;
    font-weight: bold;
}
.lib_details {
    font-size:18px;
    font-weight:bold;
}
.snaps_list {
}
.snaps_list li {
    width:50%;
    float:left;
    padding:15px;
}
.opd_list {
}
.opd_list li {
    width: 33.33%;
    float: left;
    padding-left: 24px;
    margin: 5px 0;
    font-size: 16px;
    position: relative;
}
.opd_list li:after {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 10px;
    content: '';
    background-color: #31bfdd;
}
.opd_timing {
    font-size: 16px;
    margin: 15px 0;
}
.opd_timing td {
    padding:3px 3px;
}
.outdoor_pt_service {
}
.outdoor_pt_service > li {
    padding-left: 24px;
    font-size: 16px;
    position: relative;
}
.outdoor_pt_service > li:after {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 10px;
    content: '';
    background-color: #31bfdd;
}
.outdoor_pt_service > li > ul {
    padding-left: 30px;
}
.outdoor_pt_service > li > ul > li {
    padding-left: 24px;
    font-size: 16px;
    position: relative;
}
.outdoor_pt_service > li > ul > li:after {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 10px;
    content: '';
    background-color: #1fb8b8;
}
.outdoor_pt_service > li > ul > li > ul {
    padding-left: 30px;
}
.outdoor_pt_service > li > ul > li > ul > li {
    padding-left: 24px;
    font-size: 16px;
    position: relative;
}
.outdoor_pt_service > li > ul > li > ul > li:after {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 10px;
    content: '';
    background-color: #313131;
}
.secondary_hdr {
    color:#31bfdd;
    font-family: 'brandon_grotesquebold';
    font-size:34px;
}
.affiliated {
}
.affiliated p {
    font-size:18px;
}
.affiliated h3 {
    color: #000000;
    font-size: 20px;
    display: inline-block;
    margin: 10px 0;
    font-weight: 600;
}
.number_list {
}
.number_list li {
    list-style-type: inherit;
    font-size: 16px;
}
.committee_box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    transition:all 0.3s ease-in-out;
}
.committee_box:after {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(31,184,184,0.7);
    content:'';
    transition:all 0.3s ease-in-out;
}
.committee_name {
    margin: 0;
    color: #000000;
    font-size: 26px;
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 0;
    z-index: 1;
    /* transform: translateY(-50%); */
    transition: all 0.3s ease-in-out;
}
.committee_box:hover:after {
    background-color:rgba(31,184,184,0.9);
    transition:all 0.3s ease-in-out;
}
.committee_box:hover .committee_name {
    color:#FFFFFF;
    transition:all 0.3s ease-in-out;
}
.cntct {
}
.cntct a {
        color: #000;
    font-size: 20px;
}
.cntct p {
        color: #000;
    font-size: 20px;
}
.cntct p span {
        color: #000;
    font-size: 15px;
}
.principal {
    background-color: #000;
    padding: 10px 20px;
    text-align:center;
}
.principal h4 {
    color: #FFFFFF;
    margin-top: 0;
    font-family: 'brandon_grotesquemedium';
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 5px;
}
.principal p {
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 20px;
}
.gallery_list {
}
.gallery_list li {
    width: 33.33%;
    padding: 15px;
    float: left;
}
.new_animation {
    display: inline-block;
    background-color: #EC0003;
    padding: 4px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    animation-name: colorChange;
    animation-duration: 4s;
    animation-iteration-count:infinite;
}
@keyframes colorChange {
    0%   {background-color: #EC0003;}
    25%  {background-color: #EC00D4;}
    50%  {background-color: #000CEC;}
    100% {background-color: #04CD0E;}
}
.click_details {
    font-size: 16px;
    font-weight: bold;
}

.mynewpdf { background-color: #31bfdd; padding: 11px 38px 11px 38px; margin-left: 5px; margin-top: 10px; display: table; float: left; text-align: center; color: #fff; text-decoration: none; font-weight: 600; font-size: 16px; border-radius: 1px; }
.drad{font-size: 18px; color: #000; font-weight: 600; margin: 24px 0 0 2px; float: left;}



/*-- new-css-code --*/

.contact-form-cnm { margin: 0; padding:50px; }

.contact-form-cnm .contact_hdr { text-align:center; }

.contact-form-cnm .contact_sub_txt { text-align:center; }

.contact-form-cnm .contact-form_bd { margin:0 auto; padding:20px; width:60%; 
 }

.contact-form-cnm .contact-form_bd .col-sec { margin: 0;
 padding:10px 0; width:100%; }

/**/

.contact-form-cnm .contact-form_bd .col-sec .item-lt { margin: 0; padding:0 10px 0 0; 
width:50%; float: left; }
.contact-form-cnm .contact-form_bd .col-sec .item-rt { margin: 0; padding:0 0 0 10px; 
width:50%; float: left; }

/**/
.contact-form-cnm .contact-form_bd .col-sec label { margin: 0; padding: 0 0 4px 0;
 width:100%; display:block; font-size:15px; color:#31BFDD; line-height:20px; 
 font-weight:400;  }

.contact-form-cnm .contact-form_bd .col-sec input[type="text"] { margin: 0; 
    padding:2px 6px; width:100%; height: 45px; background-color:transparent; 
    border:1px solid #31BFDD; color:#151515; border-radius:2px; 
    font-size:15px; color:#444; line-height:19px;  }

.contact-form-cnm .contact-form_bd .col-sec input[type="email"] { margin: 0; 
    padding:2px 6px; width:100%; height: 45px; background-color:transparent; 
    border:1px solid #31BFDD; color:#151515; border-radius:2px; 
    font-size:15px; color:#444; line-height:19px; }

.contact-form-cnm .contact-form_bd .col-sec textarea { margin: 0; 
    padding:6px 6px; width:100%; height:130px; background-color:transparent; 
    border:1px solid #31BFDD; color:#151515; border-radius:2px; resize:vertical;
    font-size:15px; color:#444; line-height:19px; }

.contact-form-cnm .contact-form_bd .col-sec input[type="submit"] {
margin: 0; padding: 12px 30px; display: inline-block; background: #31BFDD;
font-size: 16px; color: #fff; line-height:22px; border: 0;
text-transform: uppercase; float: right; font-weight:600;
transition:all 0.6s; }

.contact-form-cnm .contact-form_bd .col-sec input[type="submit"]:hover {
    background:#1299B6; transition:all 0.3s;
    }


/*--  --*/

.tender-kolkata-cnm { margin: 0; padding:50px 0; }

.tender-kolkata-cnm p {margin: 0 0 20px 0; padding: 0; font-family: 'brandon_grotesque_regularRg';
color: #1d1d1d;font-size: 50px; text-align:left;   } 

.tender-kolkata-cnm .item_tender  { margin: 0;  padding:20px;
    background: #eaeaea; }



.tender-kolkata-cnm .item_tender ul { margin: 0; padding: 0; }

.tender-kolkata-cnm .item_tender ul li { margin: 0; padding:8px 0; display: block; 
 }

.tender-kolkata-cnm .item_tender ul li a { margin: 0; padding:4px; display: block; 
font-size:16px; color:#444; line-height:22px; border-bottom:1px solid #ccc;   }



/*----*/

/*-- cnm_Notice --*/

.cnm_Notice { margin: 0; padding:50px 0; }

.cnm_Notice .notice_bd { margin: 0; padding:20px; background:#eaeaea; }
.cnm_Notice .notice_bd ul { margin: 0; padding: 0; }

.cnm_Notice .notice_bd ul li { margin:0 ; padding:6px 0; display: block; }

.cnm_Notice .notice_bd ul li a { margin: 0;  padding: 4px 0;  display: block;
    font-size: 16px; color: #444;  line-height: 22px; border-bottom:1px solid #b4b4b4; }


/*----*/


/*-- clinical_aterial_cnm-sec --*/

table, th, td { border:1px solid #000; }

.clinical_aterial_cnm-sec { margin: 0; padding:40px 0; }

.clinical_aterial_cnm-sec .item_top { margin: 0; padding: 0; }
.clinical_aterial_cnm-sec .item_top  table, th, td {  
  border-collapse: collapse; text-align: center; }

.clinical_aterial_cnm-sec .item_top th {  width: 50%;
    border: 1px solid black;  font-size: 20px;  color: #000;
    box-sizing: border-box; line-height: 30px; }

.clinical_aterial_cnm-sec .item_top td {  width: 50%; border: 1px solid black;
font-size: 16px; color: #000;  box-sizing: border-box; line-height: 30px; }

.clinical_aterial_cnm-sec .item_top td table { width:100%; border: 0; }
.clinical_aterial_cnm-sec .item_top td table th { border: 0; }
.clinical_aterial_cnm-sec .item_top td table td { border: 0; }

/**/

.clinical_aterial_cnm-sec  .item_botom { margin: 0; padding:40px 0 0 0 ;  }

/*----*/

/*-- commitee_sec --*/

.commitee_sec { margin: 0; padding:50px 0;  }

/*--informatioan_under-mrs--*/

.informatioan_under-mrs { margin:0; padding:70px 0; }

.informatioan_under-mrs h3 {	margin: 0;	padding: 0;	color: #31bfdd;	font-family: 'brandon_grotesquebold';
	font-size: 34px;	text-transform: uppercase; }

.informatioan_under-mrs .item_sec { margin:15px 0; padding:15px 0; border-bottom: 1px solid #ccc;  }

.informatioan_under-mrs .item_sec p {	margin: 0;	padding: 0 0 15px 0;	font-size: 16px;	color: #292929;	font-weight: bold; }

.informatioan_under-mrs .item_sec ul { margin:0; padding:0;  }

.informatioan_under-mrs .item_sec ul li { margin:0; padding:4px 0; display:block; }

.informatioan_under-mrs .item_sec ul li b { display:inline-block; }
.informatioan_under-mrs .item_sec ul li a { display:inline-block; margin:0;
 padding:0 0 0 15px; font-size:18px; /*cursor: pointer;*/ }


#darkbox { display:none; }

/*--informatioan_under-mrs--*/
