a {
  outline: none;
}
.exit_modal {
  max-width: 800px;
}

.scnd_type-links_wrap {
  max-width: 100%;
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1300px) {
  .scnd_type-links_wrap {
    padding: 20px 20px;
  }
}
.scnd_type-links_wrap h2 {
  margin-bottom: 15px;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;

  letter-spacing: 0em;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .scnd_type-links_wrap h2 {
    margin-bottom: 5px;
    font-size: 15px !important;
  }
}

.scnd_type-links_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1300px) {
  .scnd_type-links_container {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .scnd_type-links_container {
    flex-direction: column;
  }
}

.scnd_type-link {
  width: 25%;
  min-width: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none !important;
}
.scnd_type-link:hover p {
  color: #32ccbd;
}
.scnd_type-link:hover img {
  filter: brightness(120%);
}
.scnd_type-link img {
  transition: 0.3s;
}
.scnd_type-link p {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  color: #000;
  margin: 0 10px;
  transition: 0.3s;
  text-transform: uppercase;
  padding-bottom: 0px !important;
}
.scnd_type-link .link_arrow {
  margin: 0 10px;
  margin-bottom: -2px;
  transition: 0.3s;
}
.scnd_type-link body.rtl .link_arrow {
  transform: rotate(45deg);
}
@media (max-width: 1300px) {
  .scnd_type-link {
    margin-top: 10px;
    justify-content: flex-start;
    width: 32%;
  }
}
@media (max-width: 600px) {
  .scnd_type-link {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .scnd_type-link img {
    margin-bottom: 10px;
  }
  .scnd_type-link p {
    width: 70%;
  }
}

  #form-4 input[type="submit"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #popup-message .scnd_type-links_wrap {
    padding: 0 !important;
  }

@media (max-width: 600px) {
  .fancybox-content {
    padding: 15px;
    padding-top: 25px;
  }
 
}


#popup-message .scnd_type-link p {
  text-align: left;
}
.rtl #popup-message .scnd_type-link p {
  text-align: right;
}

.m0{
  margin-bottom: 0px;
  margin-top: 5px;}
label.agreement-link{
  border-bottom: none;}    