:root {
  --main-color: #13325B;
  --second-main-color: #13325bd1;
  --yallow-color:#FFD51E;
}

* {
  box-sizing: border-box;
}

.section-1 label.label-3 {
  font-size: 17px;
  color: black;
  margin-top: 10px;
}

input#birth {
  padding: 13px;
}

#togglePassword{
  font-size: 22px;
}

.section-1 p.paragraph-2 {
  display: inline-block;
  margin-top: 10px;
  font-size: 17px;
}

.section-1 a.span-1 {
  color: var(--yallow-color);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

input.check {
  width: 20px;
  margin-top: 22px;
  accent-color: var(--yallow-color);
}

@media (max-width: 767.98px) {
  .section-1 a.sign-up {
    margin-top: -7px !important;
  }

  .section-1 p.paragraph-2 {
    font-size: 14px;
  }

  .div-check {
    display: flex;
    align-items: baseline;
  }
}
.section-1 .select-1 {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a6a6a6;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 8px;
}
.section-1 .select-1:focus {
  color: #212529;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

/* select country code*/
.section-1 .telephone {
  display: flex;
  align-items: center;
  position: relative;
}
.section-1 .code {
  width: 11rem;
  font-size: 14px;
  margin-top: 8px;
  direction: ltr;
  margin-right: 10px;
  position: absolute;
  left: 1px;
  border: none;
  background-color: #eee;
  height: 43px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.section-1 .hieght {
  height: 45px !important;
}
@media (max-width: 325.98px) {
  .section-1 .code {
    font-size: 11px;
    width: 7.8rem;
  }
}
/* select country code*/

/* Communication */
.Communication .fb-img img {
    position: fixed;
    bottom: 70px;
    left: 35px;
    width: 40px;
    z-index: 100000;
  }
  .Communication .what-img img {
    position: fixed;
    bottom: 20px;
    left: 35px;
    width: 40px;
    z-index: 100000;
  } /* Communication */
