footer {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  background-color: #0d0d0d;
}
footer .container {
  position: relative;
  width: 100%;
  padding: 0 5%;
}

.footerinner {
  position: relative;
  width: 100%;
  float: left;
  padding: 13px 0;
}

.footerinner p {
  font-family: 'Poppins-Medium';
  font-size: 15px;
  color: #747474;
  line-height: 1.6;
  margin-bottom: 0px;
  text-align: center;
}

.footerinner ul {
  /*color: #df1712;*/
  color: #b6b6b6;
  text-align: center;
  width: auto;
  display: inline-block;
  clear: both;
}

.edufooter .footerinner ul {
  float: right;
}


.footerinner ul li {
  position: relative;
  font-size: 13px;
  display: inline-block;
  float: left;
  padding: 15px;
}

.edufooter .footerinner ul li {
  padding: 0px;
}

.footerinner ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  background-color: #df1712;
}

.footerinner ul li:last-child:after {
  content: '';
  display: none;
}

.footerinner ul li a {
  position: relative;
  float: left;
  color: inherit;
}

.footerinner ul li a:hover,
.footerinner ul li a:focus,
.footerinner ul li a:active {
  text-decoration: underline;
}


/* Responsive Media CSS Start here */

@media screen and (min-width:768px) {}

@media screen and (max-width:1599px) {}

@media screen and (max-width:1399px) {}

@media screen and (max-width:1199px) {
  .footerinner p {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .footerinner ul li {
    font-size: 12px;
  }
  .footerinner {
    /*padding: 25px 13%;*/
  }
}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {
  .footerinner {
    padding: 20px 0px;
  }
  .footerinner p {
    font-size: 12px;
    text-align: center;
  }
  .footerinner ul li {
    font-size: 12px;
    width: 100%;
    text-align: center;
    /*padding: 10px;*/
  }
  .edufooter .footerinner ul {
    float: left;
    width: 100%;
    text-align: center;
  }
  .testimonialSec .section7Cubes p {
    min-height: unset;
    min-height: initial;
    margin-bottom: 6px;
  }
  .testimonialSec .section7Cubes {
    padding: 45px 25px 25px;
  }


}

@media screen and (max-width:480px) {
  .footerinner ul li {
    padding: 8px 7px;
  }
}

@media screen and (max-width:320px) {
  .footerinner ul li {
    padding: 7px;
    float: none;
  }
}