.main-header.header-style-two .main-menu .navigation>li>a {
  font-weight: 500;
  padding: 34px 0px;
  color: var(--color-four);
}

.news-block_one-inner {
  position: relative;
  border-radius: 8px;
  padding: 15px 14px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--white-color);
}

.price-author_box-inner {
  position: relative;
  min-height: 75px;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 5px;
  color: rgba(var(--color-four-rgb), 0.70);
}

.service-block_three-text {
  position: relative;
  font-size: 16px;
  opacity: 0.70;
  line-height: 26px;
  margin-top: 18px;
  font-weight: 400;
  color: var(--color-four);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.registration-one_form-outer {
  position: relative;
  padding: 38px 45px;
  border-radius: 8px;
  background-color: #ffffff;
}



.button-color {
  color: var(--color-two);
}

.card-bg {
  background: #020537;
  padding: 18px 3px 9px;
  color: #fff;

}

.txt-white {
  color: #fff;
}

.img-radius {
  border-radius: 100%;
  max-width: 60%;
}

.info-block_one-title {
  position: relative;
  font-weight: 400;
  margin-top: 18px;

}

.heading {
  text-align: center;
  padding-bottom: 20px;
}

.mar-list {
  margin-bottom: 20px;
}

/* Fixed Icon Section */
.fixed-icon-section {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fbe7d5;
  display: flex;
  justify-content: space-around;
  padding: 10px 20px 10px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  z-index: 11111;
  color: #000;
  font-size: 20px;
  ;
  font-family: "Lato", sans-serif;
}

.fixed-icon-section .icon {
  color: #000;
  text-decoration: none;

  height: 48px;
  padding: 0 20px;
  /* border: 1px solid #7b20e8; */
  border-radius: 67px;
  background: #7b20e8;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .3s linear;
  font-family: "Satoshi Bold", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-flex;
  white-space: nowrap;
}

/* .fixed-icon-section .icon:hover {
    color: #f8f8f8;
  } */


.mrg {
  margin-right: 5px;
}


@media(min-width:979px) {
  .fixed-icon-section {
    display: none;
  }
}

@media (max-width: 479px) {
  .footer-icon {
    display: none;
  }
}


.whatapp-icon {
  background: #ffffff !important;
  font-size: 32px !important;
  border-radius: 0% !important;
  color: #197e5e !important;
}

.pay {

  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
}


.page-title {
  position: relative;
  text-align: center;
  padding: 100px 0px 100px;
  background-color: var(--color-four);
}

.about-one_content-outer {
  position: relative;
  margin-top: 0px;
  padding-left: 30px;
  padding-right: 70px;
}

.ncc-list{
  padding-top: 20px;
    margin-left: 20px;
}