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: 26px;*/
  /*padding: 5px 10px;*/
  text-align: center;
  text-decoration: none;
  animation: blinker 4s linear infinite;
  /*padding: 10px !important;*/
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* blink end */

.myblog_sidebar_textwidget li.active {
  background-color: #ed6a47;
  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 {
  display: contents;
  list-style: none;
  margin: 0px;
  width: 100%;
}
.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;
}

/* 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;
  }
}


.customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px!important;
  text-align: left;
  margin-left:5px;
  color: #333333;
    font-weight: 450;
    font-size: 15px;
    line-height: 1.6em;
}

.customers tr:nth-child(even){background-color: #f2f2f2;}

.customers tr:hover {background-color: #ddd;}

.customers th {
  padding-top: 12px!important;
  padding-bottom: 12px!important;
  text-align: center;
  background-color: #B31B1B;
  color: white;
}

.about_listL  {list-style:disc!important;font-family: Open Sans;
    color: #333333;
    
    }
	
	
