
.imp-weblinks-section{
  padding-bottom: 50px;
    padding-top:30px;
    background: #ADA996;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
} 

.imp-link-heading {
  text-align: center;
  display: inline-block;
  color: whitesmoke;

  font-size: 30px;
  padding: 10px 0px;
  color: #222021;
  position: relative;
}

.imp-link-heading::before {
  background-color: #c50000;
  position: absolute;

  bottom: 0;

  height: 4px;
  content: "";
  /*  right: 45px; */
  margin: auto;
  /*   left: 45px; */
  width: 100%;
  position: absolute;
  content: "";
}


.imp-link-heading::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 4px;
  content: "";
  /*     right: 100px; */
  /*  margin: auto; */
  background-color: #ccc;
}

.imp-link-heading-div {
  text-align: center;
}
.imp-weblinks-section-main-div{
    display: flex;
    flex-direction: column;
}
 
.know_more {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.know_more {
  margin-top: 25px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.fac_block_heading {
  border-bottom: 0px !important;

}

.inner_block_facilities {
  padding: 0px !important;
  transition: all 0.5s;
}

.others_centres {
  overflow: hidden;
}

.others_centres:hover img {
  transition: transform .5s ease;
  opacity: .7;

}

.others_centres img {
  transition: transform .5s ease;
}

.know_more:hover {
  background-color: white !important;
  color: #286dc0 !important;
  transition: 1s ease;
}

.know_more:hover>a {
  background-color: white !important;
  color: #286dc0 !important;
  transition: 1s ease;
}

.active-a-tag {
  border-radius: 7px;
  background-color: #286dc0;
  color: white;
  font-weight: bold;
  padding: 10px;
  border: 1px solid white;
  font-family: 'Segasdoe UI';
}

.deactive-a-tag {

  border-radius: 7px;
  color: #286dc0;
  background-color: white;
  padding: 10px;
  border: 1px solid black;
  font-family: 'Segasdoe UI';
}

.wrapper2-h4-tag {
  height: 36px;
  background-color: #555;
  font-family: inherit;
  font-weight: 500;
  color: #FFF;
  font-size: 1em;
  padding: 10px;
}

.imp_web_links:hover .text {

  transition: transform 1s ease;

  transform: translateY(-100px);
  background-color: #286dc0 !important;
  text-decoration: none !important;
  font-size: 16px !important;
  color: white !important;
}
 