/* canvas  */
.img-mails {
  width: 100%;
  display: flex;
  /* background-color: red; */
  justify-content: space-between;
  padding: 0px;
  align-items: center;
}

.offcanvas {
  background-color: #d3ebf5 !important;
}
.offcanvas .sel {
  padding: 15px;
  width: 100%;
  border: none;
  font-size: 14px;
  border-radius: 8px;
  background-color: white;
}
.sel select {
  width: 90%;
  border: none;
  font-size: 14px;
  border-radius: 8px;
}
.offcanvas .us {
  width: 100%;
  padding: 15px 48px 15px 15px;
  background-color: white;
  border: none;
  font-size: 14px;
  border-radius: 8px;
}
.us select {
  width: 100%;
  border: none;
  font-size: 14px;
  border-radius: 8px;
}
.btn-close {
  box-shadow: none !important;
  color: #036 !important;
}
.mobile h6 {
  border-radius: 4px;
  background-color: transparent;
  border: 0.5px solid #036;
  color: #036 !important;
  font-size: 16px;
  font-weight: 500;
  margin-left: 40px;
}
.mobileam {
  width: 78px;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: transparent;
  border: 0.5px solid #036;
  color: #036;
  font-size: 16px;
  font-weight: 500;
  margin-left: 30px;
  text-decoration: none;
}
.nav_li a {
  text-decoration: none;
  color: inherit;
}
.nav_li {
  padding: 0px;
}
.nav_li li {
  font-weight: 500;
  list-style-type: none;
  height: 50px;
}
.nav_li .home {
  color: #e20505;
}
.nav_li a:hover {
  color: #e20505;
}

.relate {
  position: relative;
}
.loginDrop {
  display: none;
  position: absolute;
  background-color: white;
  height: 300px;
  z-index: 1000;
  width: 93%;
}
.loginDropm {
  display: none;
  position: absolute;
  background-color: white;
  height: 300px;
  z-index: 1000;
  width: 93%;
}
.loginDropm.active {
  display: block;
}
.loginDrop.active {
  display: block;
}

.homes {
  color: #404040;
}

.signin {
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #d3ebf5;
  align-items: center;
  padding: 0px 50px 40px 50px;
}

.in {
  height: 400px;
  width: 47%;
}
.in img {
  max-width: 100%;
  height: 100%;
}
.credentials {
  width: 47%;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
}

.credentials h2 {
  color: #262626;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.credentials h4 {
  margin-top: 10px;
  color: #909090;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form-signin label {
  color: #404040;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
}

.form-signin input {
  width: 260px;
  padding: 10px;
  color: #909090;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #a3c0ff;
  background: #f9f9f9;
}

.form-signin a {
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #036;
  text-decoration: none;
  border-bottom: 1.5px solid #036;
}
.no {
  color: #909090;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mx a {
  color: #036;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #036;
}
.sign-btn button {
  display: flex;
  width: 70%;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: inherit;
  border: 1px solid #036;
  /* border: none; */
  color: #036;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 30px;
  /* gap: 10px; */
}
.sign button:hover {
  background-color: rgb(72, 111, 150);
  color: white;
}
.sign-btn {
  width: 120px;
}

.fo {
  display: flex;
  gap: 30px;
  /* justify-content: space-between; */
}

.foe {
  display: flex;
  gap: 60px;
  /* justify-content: space-between; */
}

.for a {
  text-align: end;
  justify-content: end;
  margin-left: 205px;
}

.ac {
  justify-content: space-between;
  gap: 60px;
  width: 100%;

}

@media only screen and (max-width: 670px) {
  .mobilea {
    width: 78px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: transparent;
    border: 0.5px solid #036;
    color: #036;
    font-size: 16px;
    font-weight: 500;
    margin-left: 30px;
    text-decoration: none;
  }
  .signin {
    max-width: 100%;
    height: 100%;
    display: block;
    background-color: #d3ebf5;
    padding: 10px;
  }
  .in {
    display: none;
  }
  .credentials {
    margin: 30px 0px;
    width: 100%;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
  }
}
