.call-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

img.location {
  filter: brightness(0) invert(1);
  width: 23px !important;
}

.call-box.locate {
  margin-right: 5px;
}

button.btn.regsitration-btn {
  padding: 8px 13px;
  font-size: 13px;
}

.btn.regsitration-btn:hover {
  color: #fff;
  border-color: #fff;
}

.social-icon>i {
  color: #fff !important;
  font-size: 19px;
  margin: 0 2px;
  cursor: pointer;
}

.icon .email-img {
  filter: brightness(0) invert(1);
  width: 31px !important;
}


.header-three .main-menu ul li a:hover {
  color: #ff7350;
}

.school-name {
  background: #125875;
  border-top: 1px solid #fff;
  box-shadow: 0px 0px 4px 0px;
}

.school-name .name h3 {
  color: #fff;
}






.container-payment {
  max-width: 620px;
  margin: 150px auto 100px;
}

.container-payment .card-image {
  width: 425px;
  position: absolute;
  top: -125px;
  left: 100px;
  z-index: 1;
}

.container-payment .card-image-shadow {
  position: absolute;
  width: 410px;
  height: 253px;
  top: -113px;
  left: 107px;
  border-radius: 15px;
  box-shadow: -5px 10px 32px 0px #000;
  z-index: 0;
}

.container-payment .form {
  border-radius: 15px;
  background-color: #fff;
  min-width: 100%;
  padding-top: 165px;
  position: relative;
  box-shadow: -5px 7px 32px 0px rgba(0, 0, 0, 0.35);
}

.container-payment form {
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.container-payment .flex-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.container-payment .flex-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.container-payment input.card-number,
.container-payment input.card-name,
.container-payment input.card-cvv,
.container-payment table {
  width: 100%;
}

.container-payment input {
  padding: 10px;
  height: 40px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline-color: #4183f5;
}

.container-payment input:not(.card-cvv, .card-submit),
table {
  margin-bottom: 20px;
}

.container-payment label {
  display: block;
}

.container-payment .table-column select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  width: 45%;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url("https://img.icons8.com/external-those-icons-lineal-color-those-icons/24/000000/external-arrow-arrows-those-icons-lineal-color-those-icons-1.png");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 125px;
  background-position-y: center;
  font-size: 18px;
  outline-color: #4183f5;
}

.container-payment .table-column:last-child {
  width: 40%;
}

.container-payment .card-submit {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  height: 50px;
  border: none;
  border-radius: 5px;
  background-color: #ff7350;
  transition: background-color 250ms ease-in-out;
}

.container-payment .card-submit:hover {
  background: #125875;
  border: 1px solid #125875;
}






.team {
  padding-bottom: 70px;
  font-family: 'Poppins', sans-serif
}

.team .section-title {
  text-align: left;
  margin-bottom: 50px
}

.team__item {
  height: 480px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
  background-position: center;
  background-size: cover
}

.team__item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 48, 96, 0.8);
  content: "";
  z-index: -1;
  opacity: 0;
  -webkit-transition: all, 0.5s, ease-out, .5s;
  -o-transition: all, 0.5s, ease-out, .5s;
  transition: all, 0.5s, ease-out, .5s
}

.team__item:hover:after {
  opacity: 1
}

.team__item:hover .team__text {
  top: 0
}

.team__item:hover .team__text .team__title {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding: 0 0 26px;
  margin-bottom: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: initial;
  opacity: 1;
  visibility: visible
}

.team__item:hover .team__text p {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  transition: all .5s ease .3s
}

.team__item:hover .team__text .team__social {
  opacity: 1;
  visibility: visible;
  bottom: 34px;
  -webkit-transition: all .5s ease .5s;
  -o-transition: all .5s ease .5s;
  transition: all .5s ease .5s
}

.team__text {
  height: 100%;
  top: 361px;
  position: relative;
  padding: 35px 30px 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.team__text .team__title {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding: 0 0 26px;
  margin-bottom: 26px;
  position: relative
}

.team__text .team__title h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px
}

.team__text .team__title span {
  font-size: 15px;
  color: #88C417
}

.team__text p {
  color: #e4e4e4;
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.team__text .team__social {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  bottom: 0;
  opacity: 0;
  visibility: hidden
}

.team__text .team__social a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-right: 34px;
  -webkit-transition: all, .3s;
  -o-transition: all, .3s;
  transition: all, .3s
}

.team__text .team__social a:last-child {
  margin-right: 0
}

.team__text .team__social a:hover {
  color: #88C417
}

.mansa-logo {
  width: 100%;
  max-width: 90px;
}

.header-three .menu-area {
  padding: 5px 0;
}

.right {
  font-weight: 600;
}

.header-cta > ul {
  white-space: nowrap;
}

.copy-text a img {
  width: 70px;
}

p.align-items-center {
  text-align: center;
  margin: 0;
}

.ticker{    display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 50px;
  margin: 0 auto;
} 

         .news{width: 100%;background: #125875;}
         .news-title{width: 180px;text-align: center;background: #ff7350;position: absolute; z-index: 10;height: 50px;}
         .news-title:after{position: absolute;content: "";right: -39px;border-left: 20px solid #ff7350;border-top: 28px solid transparent;border-right: 20px solid transparent;border-bottom: 21px solid transparent;top: 0px} 
         .news-title h5{font-size: 17px;margin: 8% 0;color: #fff;} 
         .news marquee{font-size: 16px;margin-top:15px}
         .news-content p{margin-right: 41px;display: inline;color: #fff;}


@media(max-width: 991px){
   /* .mansa-logo{
    display: none;
  }

  .header-three .menu-area {
    padding: 0;
} */

 .school-name {
    display: none;
}
.mansa-logo{
  width: 0;
}

.logo {
  display: none;
}

.col-xl-3.col-lg-3 {
  padding: 13px 0;
}

.header-three .menu-area {
   padding: 25px 0;
}

}

@media(max-width:768px) {
  .team__item {
    height: 350px
  }

  .team__text {
    padding: 25px 20px 20px
  }
}


@media(max-width: 667px) {
  .container-payment {
    max-width: 520px;
    margin: auto;
  }

  .container-payment .card-image {
    top: -93px;
    left: 48px;
  }

  .container-payment .card-image-shadow {
    height: 253px;
    top: -82px;
    left: 55px;
  }
}

@media(max-width: 559px) {
  .container-payment .card-image {
    width: 350px;
    top: -86px;
    left: 51px;
  }

  .container-payment .card-image-shadow {
    height: 211px;
    top: -77px;
    left: 57px;
    width: 338px;
  }

  .container-payment {
    max-width: 450px;
  }

}

@media(max-width: 467px) {
  .container-payment {
    max-width: 300px;
  }

  .container-payment .card-image-shadow {
    height: 146px;
    top: -60px;
    left: 39px;
    width: 225px;
  }

  .container-payment .card-image {
    width: 243px;
    top: -67px;
    left: 30px;
  }

  .container-payment .table-column select {
    width: 30%;
    font-size: 14px;
    padding-left: 4px;
  }
}

@media(max-width: 330px) {
  .container-payment .card-image {
    width: 226px;
    top: -36px;
    left: 12px;
  }

  .container-payment {
    max-width: 250px;
  }

  .container-payment .card-image-shadow {
    height: 135px;
    top: -30px;
    left: 18px;
    width: 215px;
  }

  .container-payment .table-column select {
    font-size: 11px;

  }
}