blink {
  animation: blinker 0.6s linear infinite;
  color: #1c87c9;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.blink-one {
  animation: blinker-one 1s linear infinite;
}

@keyframes blinker-one {
  0% {
    opacity: 0;
  }
}

.blink-two {
  animation: blinker-two 1.4s linear infinite;
}

@keyframes blinker-two {
  100% {
    opacity: 0;
  }
}

/* Blink Start */

.blink {
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 15px;
  /*padding: 5px 10px;*/
  text-align: center;
  text-decoration: none;
  animation: blinker 4s linear infinite;
  padding: 2px !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* blink end */

.myblog_sidebar_textwidget li.active {
  background-color: #322f6a;
  color: white !important;
}

.space-20 {
  padding: 10px;
  width: 100%;
  float: left;
}

.offer-content hr {
  padding: 1px !important;
}

.myblog_sidebar {
  width: 100%;
  margin-right: 0;
  float: none;
  margin-bottom: 60px;
  clear: both;
  margin-top: 18px;
}

.myblog_sidebar-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  background: #322f6a;
  color: white;
  padding: 20px;
}

.myblog_sidebar_textwidget {
  line-height: 1.8;
}

.myblog_sidebar_textwidget ul {
  list-style: none;
  margin: 0px;
}

.myblog_sidebar_textwidget li {
  border: 1px solid #ddd;
  font-size: 15px;
  border-bottom: 0px;
  padding: 10px 10px 10px 30px;
  transition-duration: 500ms;
  font-family: open sans, sans-serif !important;
  font-weight: 500;
  color: black;
}

.myblog_sidebar_textwidget li a {
  color: black;
}

.myblog_sidebar-btn a {
  color: black;
  float: right;
  font-weight: bold;
  text-decoration: underline;
  transition-duration: 500ms;
  font-family: open sans, sans-serif;
  font-weight: 700;
}

.myblog_sidebar_textwidget li:before {
  font-family: fontawesome;
  content: '\f101';
  margin: 0 10px 0 -15px;
  color: #322f6a;
}

.myblog_sidebar_textwidget li.active a {
  color: white;
  font-weight: bold;
}

.border-bottom-div {
  border-bottom: 1px solid #ddd !important;
}

.my-program-para {
  margin: 0 0 10px;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: justify;
  color: #333;
  font-size: 18px;
}

.my-program-para span {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}

.bg-tb {
  background: #ed6a47;
  color: white;
  padding: 5px 5px !important;
}

.fee_stru_div td {
  border: 1px solid #c1c1c1;
}

.fee_stru_div td {
  padding: 5px !important;
  width: 30%;
}

.myblog_newheading {
  padding: 10px 0px;
}

.myblog_para {
  padding: 10px 0px 10px 0px;
  font-size: 17px;
  line-height: 1.8em;
}

.myblog_para a {
  color: black !important;
}

.myblog_ultext li a {
  color: black !important;
}

.myblog_newheading1 {
  color: black !important;
  font-size: 19px !important;
  padding: 10px 0px;
}

.myblog_ultext {
  width: 100%;
}

.myblog_ultext li {
  font-family: Open Sans;
  color: #333333;
  font-weight: 450;
  font-size: 15px;
  line-height: 24px;
  list-style: disc;
  font-size: 17px;
  line-height: 1.8em;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

.rt-subheading {
  font-size: 22px;
  padding: 0px 19px 0px 0px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container {
    display: none;
    padding-left: 8px;
    background-color: #ebe5e5;
}

/* Optional: Style the caret down icon */

.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.paper_published h1{text-align:center;margin-bottom:20px;}
.year_tab {background-color:#322F6A;margin-bottom:20px;}
.year_tab p {
    color: #FFF;
    padding: 20px 0px 20px 1px;
    text-align: center;
    font-size: 18px;
}