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;
 
 
  text-align: center;
  text-decoration: none;
  animation: blinker 4s linear infinite;

}
@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 {
  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;
}
.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;
}
.space-20 {
  width: 100%;
  float: left;
  margin: 10px;
}

/* ---- table  start  */
#customers {
  font-family: Open Sans;
  border-collapse: collapse;
  line-height: 3.7;
  margin-top: 0;
  color: #333;
  padding: 10px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

.div_main_start {
  border: 1px solid #c1c1c1;
  padding: 5px;
  float: left;
  border-radius: 10px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
  #customers {
    font-family: Open Sans;
    border-collapse: collapse;
    line-height: 1.7;

    margin-top: 0;
    color: #333;
    padding: 10px;
  }
}
/* ---- table  and  */
