.exchanges a {
  width: 150px;
  height: 4.5rem;
  max-height: 100%;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: #2f313f;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%),
    7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
  outline: none;
  border: none;
  margin-right: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex_image_in_button .image_in_button {
    width: 1.7rem;
    border-radius: 50px;
    margin: 0;
}

.flex_image_in_button div {
    color: #fff !important;
    font-weight: 600;
}

.btn-16 {
  position: relative;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow: -7px -7px 20px 0px #2f313f, -4px -4px 5px 0px #b6d44a,
    7px 7px 20px 0px #b7d449, 4px 4px 5px 0px #b4d24c;
  transition: all 0.3s ease;
}

.btn-16:hover:after {
  left: 0;
  right: 0px;
  width: 100%;
  border-radius: 10px;
}

.contract_address {
  border-left: 4px solid #ffffff;
  background: #b6d146;
  border-radius: 10px;
  color: #2f313f;
  text-align: left !important;
  padding: 10px;
  margin: 0 auto;
}

.contract_address p{
  font-size: 18px;
}

.flex_button {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.image_in_button {
  max-height: 3em;
  width: auto;
  margin-right: 2px;
}

.text-left {
  text-align: left;
}

.text-left small {
  opacity: 0.8;
  font-size: 75%;
}

#mobile_cancel .imp-notice__body {
  width: 50%;
  margin: 0 auto;
}

.token_sec2_content {
  font-size: 1.14286rem;
  margin-top: -0.35714rem;
}

.crypto_currency img {
  height: 5rem;
  width: 5rem;
}

.crypto_currency {
  margin-bottom: 2rem;
}
.token_sec2_image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22.85714rem;
  -ms-flex: 0 0 22.85714rem;
  flex: 0 0 24rem;
  margin: -110px 0 -40px -100px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: center;
}

.crypto_currency {
  background: inherit;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  box-shadow: -6px -6px 9px 0px white, 6px 6px 9px 0px rgb(0 0 0 / 40%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 3em;
  color: #444;
  transition: 0.3s;
  padding: 1px 6px;
}
.crypto_currency:hover {
  box-shadow: 9px 9px 16px rgb(163 177 198 / 60%),
    -9px -9px 16px rgb(255 255 255 / 50%),
    inset 3px 3px 7px rgb(136 165 191 / 48%), inset -3px -3px 7px #ffffff;
  background: linear-gradient(
    318.32deg,
    rgba(163, 177, 198, 0.1) 0%,
    rgba(163, 177, 198, 0.1) 55%,
    rgba(163, 177, 198, 0.25) 100%
  );
}
.crypto_currency:active {
  transition: 0.3s;
  box-shadow: inset -6px -6px 9px 0px white,
    inset 6px 6px 9px 0px rgb(0 0 0 / 40%);
}
#sec2 .edu_svg {
  position: unset;
}
@media screen and (min-width: 768px) {
  .show_in_mobile_and_tab {
    display: none !important;
  }

  .hide_in_mobile_and_tab {
    display: inherit;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .show_in_mobile_and_tab {
    display: inherit;
  }

  .hide_in_mobile_and_tab {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .exchanges img {
    background: #2f313f;
  }
  .contract_address {
    border-left: 4px solid #000000;
  }
  .header-bottom {
    padding: 0;
  }
  #mobile_cancel .imp-notice__body {
    width: 100%;
  }
  #mobile_cancel .font-1 {
    font-size: 0.9rem !important;
  }
  #mobile_cancel .btn--small {
    width: 100% !important;
  }
  #mobile_cancel .imp-notice__action {
    margin: 5px auto !important;
    width: 75%;
  }
  #mobile_cancel .imp-notice__content {
    height: 120px !important;
  }

  #mobile_cancel .imp-notice__image {
    position: absolute !important;
    left: -1.875rem !important;
    pointer-events: none !important;
    max-width: 1000px !important;
    width: 513px !important;
  }
  .alert-dismissible .btn-close {
    padding: 0.35rem 0.3rem !important;
  }
}
.pl-0 {
  padding-left: 0 !important;
}

#mobile_cancel .imp-notice {
  position: fixed;
  top: calc(5rem + 1rem);
  left: 1rem;
  right: 1rem;
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  z-index: 50;
  pointer-events: none;
}

@media (max-width: 61.99em) {
  #mobile_cancel .imp-notice {
    display: none !important;
  }
}

#mobile_cancel .imp-notice__content {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #2f313f;
  padding: 1rem 1rem 1rem 5.5rem;
  overflow: hidden;
  border-radius: 1rem;
  height: 100px;
  width: 100%;
  /*max-width: 30.3125rem;*/
  pointer-events: auto;
  /*border: 2px solid #9cbe63;*/
  justify-content: space-between;
}

#mobile_cancel .imp-notice__image {
  position: absolute;
  left: -1.875rem;
  pointer-events: none;
  width: 100%;
}

#mobile_cancel .imp-notice__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4445;
  font-weight: 900;
  margin-bottom: 0.25rem;
}

#mobile_cancel .imp-notice__text,
#mobile_cancel .imp-notice__title {
  color: inherit;
  font-family: Metropolis, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica,
    Arial, sans-serif;
}

#mobile_cancel .imp-notice__text {
  font-size: 0.875rem;
  line-height: 1.42857;
  font-weight: 700;
  opacity: 0.5;
}

#mobile_cancel .imp-notice__action {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

#mobile_cancel .imp-notice__action-btn {
  font-size: 0.875rem;
}

#mobile_cancel .imp-notice__close {
  position: absolute;
  right: 0.75rem;
  top: 0;
  opacity: 1;
  width: 10px;
  color: #9cbe63;
}

#mobile_cancel .imp-notice__close svg path {
  fill: #9cbe63;
}

@media (hover: hover) {
  #mobile_cancel .imp-notice__close:hover {
    opacity: 1;
  }
}

#mobile_cancel .imp-notice__close .icon {
  width: 0.75rem;
  height: 0.75rem;
}
#mobile_cancel .imp-notice__action-btn {
  font-size: 0.875rem;
}
.btn--small {
  padding: 0 1.25rem;
  height: 2rem;
  border-radius: 1.25rem;
  width: 7rem;
}

.btn--token {
  background-color: #9cbe63;
  color: #fff;
}
.btn_1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Metropolis, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica,
    Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease,
    box-shadow 0.15s ease;
}
.btn__label {
  display: block;
}

.bg_edufex_dark {
  background: #2f313f;
}

.bg_edufex {
  background: #b9d190;
}

.about-content p,
.service-content p,
.accordion-item p,
.about-card-list p,
.service-details p {
  text-align: justify;
}

.top_text div.text-center {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #b6d146;
  font-size: 26px;
}

.d-unset {
  display: unset;
}

.btn-edufex-grad {
  background-image: linear-gradient(to right, #edef47, #20d94f);
  font-weight: 700;
  border-radius: 5px;
  color: #333;
}
.video_iframe {
  width: 100%;
}

.hr_seperator {
  border: 1px solid #b8b9be;
  width: 90%;
  margin: auto;
  margin-bottom: 2rem;
}
.background_info {
  background: #fff0;
}
.img_mv {
  width: 75%;
  margin: 0 auto;
}
.button_res,
.button_res2 {
  display: unset;
}
.small_black {
  color: #fff;
}
@media (max-width: 320px) {
  .button_res {
    width: 43%;
    float: left;
    margin: 0 10px;
    font-size: 14px;
  }
  .button_res2 {
    display: block;
    margin-top: 4rem;
    font-size: 14px;
  }
  .team-card .title {
    font-size: 16px;
    line-height: 1.2;
  }
  .partner {
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
    border-radius: 5px !important;
    padding: 10px;
  }
  .partner_container {
    border-radius: 5px;
    border-radius: 5px !important;
    padding: 5px !important;
    transition: 0.4s;
    border-radius: 5px !important;
  }
  .features_image {
    width: 70%;
  }
  .working-process .working-process-list .icon::before {
    opacity: 1 !important;
    animation: rotation 5s infinite cubic-bezier(0, 1.15, 1, -0.42);
    visibility: visible !important;
  }
  .aboutus-section {
    padding: 30px 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .title2 {
    color: #000 !important;
  }
  .button_res {
    width: 43%;
    float: left;
    margin: 0 10px;
    font-size: 14px;
  }
  .button_res2 {
    display: block;
    margin-top: 4rem;
    font-size: 14px;
  }
  .working-process .working-process-list .icon::before {
    opacity: 1 !important;
    animation: rotation 5s infinite cubic-bezier(0, 1.15, 1, -0.42);
    visibility: visible !important;
  }
}
@media (max-width: 500px) and (min-width: 375px) {
  .contract_address {
    width: 100%;
    overflow-wrap: break-word;
  }
  .footer-social-link {
    width: 2.7rem;
  }
  .img_mv {
    width: 100%;
  }
  .button_res {
    width: 44%;
    float: left;
    margin: 0 10px;
  }
  .button_res2 {
    display: block;
    margin-top: 5rem;
  }
  .logo img {
    width: 65%;
  }
  .small_black {
    color: #000 !important;
  }
  .working-process .working-process-list .icon::before {
    opacity: 1 !important;
    animation: rotation 5s infinite cubic-bezier(0, 1.15, 1, -0.42);
    visibility: visible !important;
  }
}
@media (max-width: 500px) and (min-width: 320px) {
  .bread-crumb-section .shape1,
  .bread-crumb-section .shape2 {
    filter: blur(2px);
  }
  .service-card2 {
    padding: 22px !important;
  }
}

@media (max-width: 1440px) and (min-width: 1024px) {
  .btn-edufex2 {
    font-size: 0.8rem;
  }
  .background_info {
    background: #fff;
    border-radius: 15px;
    border: 4px solid #b7d449;
  }
  .shape1 {
    top: -170px;
    left: 0;
    z-index: -1;
  }
}
@media (max-width: 2500px) and (min-width: 1440px) {
  .shape1 {
    top: -148px;
  }
}
.title2 {
  font-size: 20px;
  color: #fff;
}

.tablet_mobile {
  display: none;
}
@media (max-width: 768px) and (min-width: 320px) {
  .tablet_mobile {
    display: unset;
  }
}
ul.problems li::before {
  content: "✖";
  margin-right: 15px;
  font-weight: bolder;
  color: rgb(0, 0, 0);
}
ul.solution li::before {
  content: "✓";
  margin-right: 15px;
  font-weight: bolder;
  color: rgb(0, 0, 0);
}
ul.solution.tick_float li::before {
  float: left;
}

.problems_soln {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grey-slanted-bg {
  height: auto;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  position: relative;
  background: #eff2f4;
  backface-visibility: hidden;
  transform: skewY(-5deg);
  border-radius: 70px;
}

.grey-slanted-bg-content {
  transform: skewY(5deg);
  padding: 50px 20px 50px 20px !important;
  overflow: auto;
  padding-bottom: 60px;
}

.code_center_div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.case-card .thumb .case-image {
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #93b748;
  line-height: 2;
  font-size: 1rem;
  width: 81%;
}

.logo img {
  width: 50%;
}

#road_map .q_done {
  width: 40px;
  position: absolute;
  top: -1rem;
  background: #fff;
  padding: 4px;
  right: 1rem;
}
#road_map .main-timeline {
  font-family: verdana;
  position: relative;
}

#road_map .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

#road_map .checkmark {
  stroke: green;
  stroke-dashoffset: 745.7485351563;
  stroke-dasharray: 745.7485351563;
  animation: dash 2s ease-out forwards infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#road_map .main-timeline .timeline {
  width: 50%;
  margin: 0 0 20px 20px;
  float: right;
}

#road_map .main-timeline .timeline-content {
  color: #000;
  background: radial-gradient(
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.5),
    transparent
  );
  text-align: left;
  min-height: 125px;
  padding: 30px 20px 30px 45px;
  border-radius: 15px;
  border: 2px solid #000;
  display: block;
  position: relative;
}

#road_map .main-timeline .timeline-content:hover {
  text-decoration: none;
}

#road_map .main-timeline .timeline-icon {
  color: #fff;
  background-color: #ff4f00;
  font-size: 37px;
  line-height: 65px;
  height: 75px;
  width: 75px;
  border: 6px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -38px;
  top: 50%;
  text-align: center;
}

#road_map .main-timeline .timeline-icon:before,
#road_map .main-timeline .timeline-icon:after {
  content: "";
  background-color: #000;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -12px;
}

#road_map .main-timeline .timeline-icon:after {
  top: calc(100% + 6px);
}

#road_map .main-timeline .title {
  color: #ff4f00;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 5px;
}

#road_map .main-timeline .description {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}

#road_map .main-timeline .timeline:nth-child(even) {
  float: left;
  margin: 0 20px 20px 0;
}

#road_map .main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 30px 45px 30px 20px;
}

#road_map .main-timeline .timeline:nth-child(even) .timeline-icon {
  right: -39px;
  left: auto;
}

#road_map .main-timeline .timeline:nth-child(4n + 2) .timeline-icon {
  background-color: #953fbe;
}
#road_map .main-timeline .timeline:nth-child(4n + 2) .title {
  color: #953fbe;
}

#road_map .main-timeline .timeline:nth-child(4n + 3) .timeline-icon {
  background-color: #00b29c;
}
#road_map .main-timeline .timeline:nth-child(4n + 3) .title {
  color: #00b29c;
}

#road_map .main-timeline .timeline:nth-child(4n + 4) .timeline-icon {
  background-color: #02affe;
}
#road_map .main-timeline .timeline:nth-child(4n + 4) .title {
  color: #02affe;
}

@media screen and (max-width: 767px) {
  #road_map .main-timeline .timeline {
    width: 100%;
    padding-top: 40px;
  }

  #road_map .main-timeline .timeline .timeline-content,
  #road_map .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 45px 20px 20px;
  }

  #road_map .main-timeline .timeline .timeline-icon,
  #road_map .main-timeline .timeline:nth-child(even) .timeline-icon {
    font-size: 28px;
    left: 50%;
    top: -39px;
    right: auto;
    transform: translateY(0) translateX(-50%);
  }

  #road_map .main-timeline .timeline .timeline-icon:before,
  #road_map .main-timeline .timeline .timeline-icon:after {
    top: 50%;
    left: -12px;
    transform: translateY(-50%) translateX(0);
  }

  #road_map .main-timeline .timeline .timeline-icon:after {
    left: calc(100% + 6px);
  }
}

@media screen and (max-width: 576px) {
  #road_map .main-timeline .title {
    font-size: 18px;
  }
}

.comming-soon h1 {
  color: #b1d122;
}
.comming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  height: 100vh;
  background: #1d1d1c;
}
.comming-soon .circle {
  width: 250px;
  height: 250px;
  background: #1d1d1c;
  border-radius: 100%;
  -webkit-animation: shadow 2s linear 2s infinite alternate;
  animation: shadow 2s linear 2s infinite alternate;
}

.comming-soon .form-group {
  width: 450px;
  text-align: center;
  position: absolute;
  top: 50%;
}

@-webkit-keyframes shadow {
  0% {
    box-shadow: 0px -3px 2px #b1d122;
  }
  25% {
    box-shadow: 0px -6px 4px #b1d122;
  }
  50% {
    box-shadow: 0px -9px 6px #b1d122;
  }
  75% {
    box-shadow: 0px -12px 8px #b1d122;
  }
  100% {
    box-shadow: 0px -15px 10px #b1d122;
  }
}
@keyframes shadow {
  0% {
    box-shadow: 0px -3px 2px #b1d122;
  }
  25% {
    box-shadow: 0px -6px 4px #b1d122;
  }
  50% {
    box-shadow: 0px -9px 6px #b1d122;
  }
  75% {
    box-shadow: 0px -12px 8px #b1d122;
  }
  100% {
    box-shadow: 0px -15px 10px #b1d122;
  }
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.service-card2 {
  position: relative;
  background: #efefef;
  padding: 30px 120px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px #7d7d7d;
  transition: 0.5s;
  height: 100%;
}
.service-card2 img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.news-letter-form input.form-control::-webkit-input-placeholder {
  color: #000;
}

/* ..................Saif Start*/

.partner_container {
  /* width: 250px; */
  /* height: 214px; */
  border-radius: 25px;
  /* margin: 6px; */
  border-radius: 25px;
  padding: 15px;
  transition: 0.4s;
  border-radius: 25px;
}
.partner_container:hover {
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 16%);
  transition: 0.4s;
}
.partner {
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
  border-radius: 15px;
  padding: 10px;
}

@media (min-width: 375px) and (max-width: 480px) {
  .main-fd {
    margin-top: 150px;
  }
  .path-shape {
    top: 0.7rem;
    left: 4rem;
    max-width: 69%;
  }
  .top_text div.text-center {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .service-details img {
    display: block;
    margin: auto;
  }
  .problems_soln {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 50%;
  }
  .logo img {
    width: 50%;
  }
  .top_text div.text-center {
    font-size: 18px;
  }
}

.language_menu a {
  color: #000 !important;
}

@media (max-width: 768px) and (min-width: 1024px) {
  #units span {
    float: left;
    width: 15%;
    text-align: center;
    margin-top: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 7px rgb(193 216 136);
  }

  #clock span {
    width: 20%;
    font-size: 30px;
    box-shadow: -3px 4px 5px -1.7px rgb(193 216 136);
  }

  .top_text div.text-center {
    font-size: 18px;
  }
}

/* ..................Saif End */
