body {
  background: #f8f8f8;
}

.headers-img-section {
  position: relative;
  width: 100%;
  height: 300px;
}

.headers-img-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headers-img-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(70.35, 170.82, 252.01, 0.8) 0%,
      rgba(21, 101, 192, 0) 100%);
  justify-content: center;
  align-items: center;
}

.headers-img-section-text {
  position: absolute;
  z-index: 9;
  top: 30%;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.headers-img-section-text-ul {
  display: flex;
  gap: 8px;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.headers-img-section-text-ul-li {
  list-style: none;
  color: #fff;
  font-size: 18px;
}

.headers-img-section-text-ul-li a {
  text-decoration: none;
  color: #fff;
}

.headers-img-section-text h1 {
  color: #fff;
  font-size: 3.333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin: 0;
}

.contact-main-div {
  padding: 45px 110px;
  position: relative;
}

.contact-main-div h2 {
  color: #1a1817;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 50px;
}

.contact-div {
  width: 100%;
  display: flex;
  border-radius: 10px;
  margin-top: 20px;
}

.contact-div-flex {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  width: 50%;
  align-self: stretch;
  border-radius: 8px 0px 0px 8px;
  background: var(--Container-bg-1,
      linear-gradient(90deg,
        #f1fbff 0.1%,
        #ecf9ff 0.11%,
        rgba(229, 247, 255, 0.7) 2.56%,
        rgba(239, 250, 255, 0) 82.28%));
  gap: 10px;
}

.contact-div-flex h3 {
  color: #1a1817;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.72px;
  margin-bottom: 18px;
  text-align: left;
}

.contact-div-flex-bg {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px 0px 0px 8px;
  background: var(--Container-bg-1,
      linear-gradient(90deg,
        #f1fbff 0.1%,
        #ecf9ff 0.11%,
        rgba(229, 247, 255, 0.7) 2.56%,
        rgba(239, 250, 255, 0) 82.28%));
}

.contact-div-flex .location_main {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: -2px;
  width: 100%;
}

.contact-div-flex .location_main img {
  width: 24px;
}

.contact-div-flex p {
  width: 80%;
  color: #1a1817;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.54px;
  margin: 0;
}

.contact-div-flex-p2 {
  width: 100% !important;
}

.inner-content table {
  width: 100%;
  border-collapse: collapse;
}

.inner-content table th,
.inner-content table td {
  padding: 8px
}

.inner-content table th {
  background: #21adeb;
  color: #fff;
  font-size: 1.0625em;
  font-weight: 500;
}

.inner-content table th:last-child {
  border-right-color: #21adeb
}

.inner-content table th:first-child {
  border-left: 1px solid #21adeb
}

.inner-content table td:first-child {
  border-left: 1px solid #ddd
}

.inner-content table td,
.inner-content table th {
  border-right: 1px solid #ddd
}

.inner-content table tr {
  border-bottom: 1px solid #ddd
}


@media screen and (max-width: 1280px) {
  .contact-div-flex p {
    width: auto;
  }
}

@media screen and (max-width: 1199px) {
  .contact-main-div {
    padding: 45px 90px;
    position: relative;
  }

  .contact-main-div h1 {
    font-size: 35px;
  }

  .contact-div-flex h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-main-div {
    padding: 45px 60px;
    position: relative;
  }

  .contact-div-flex p {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .contact-main-div {
    padding: 45px 40px;
    position: relative;
  }

  .contact-main-div h1 {
    font-size: 32px;
  }

  .contact-div-flex h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .contact-div {
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-top: 40px;
  }

  .contact-main-div h1 {
    font-size: 30px;
  }

  .contact-div-flex h1 {
    font-size: 20px;
  }
}

/* start login page css */

.login_part_main {
  background-image: url("../images/login/ribbion-bg.webp");
  background-size: 100% 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.login-main-div {
  padding: 40px 430px;
  position: relative;
}

.login-div {
  width: 100%;
  display: flex;
  border-radius: 18px;
  background-color: #fff;
  border: 2px solid #1a18174d;
  box-shadow: 4px 4px 52px 0px rgba(172, 221, 255, 0.7);
}

.login-div-flex {
  width: 50%;
  padding: 32px 32px 50px 32px;
}

.login-div-flex h1 {
  color: #1a1817;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.login-div-flex p {
  color: #1a1817;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.4px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.login-div-flex ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  padding-left: 20px;
}

.login-div-flex ul li {
  color: #1a1817;
  font-size: 16px;
}

.login-div-flex input {
  display: flex;
  padding: 10px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--Border, rgba(26, 24, 23, 0.3));
  margin-bottom: 24px;
  width: 100%;
  outline: none;
}

.login-div-flex input:last-child {
  margin: 0px;
}

::placeholder {
  color: #1a1817;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.54px;
}

.forget-pass {
  text-align: right;
  width: 100%;
}

.forget-pass a {
  text-decoration: none;
  color: #1a1817;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.54px;
  text-decoration: none;
}

.forget-pass a:hover {
  text-decoration: underline;
}

.login-div-flex .login_btn {
  display: flex;
  height: 49.714px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-top: 25px;
  line-height: normal;
  width: 100%;
  background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.register-div {
  width: 100%;
  text-align: center;
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.4px;
  margin-top: 25px;
}

.register-div a {
  background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.4px;
}

.login-div-flex-bg {
  width: 50%;
  display: flex;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}

.login-div-flex-bg img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .login-main-div {
    padding: 40px 300px;
  }
}

@media screen and (max-width: 1440px) {
  .login-main-div {
    padding: 40px 200px;
  }

  .headers-img-section-text-ul-li {
    font-size: 16px;
  }

  .contact-main-div {
    padding: 45px 50px;
  }

  .contact-div-flex p {
    width: 100%;
    font-size: 16px;
  }

  .contact-div-flex {
    padding: 20px;
  }

  .contact-main-div h2 {
    font-size: 35px;
  }

  .contact-div-flex h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .login-main-div {
    padding: 40px 160px;
  }
}

@media screen and (max-width: 1199px) {
  .login-main-div {
    padding: 40px 80px;
  }

  .login-div-flex {
    width: 50%;
    padding: 32px 32px 80px 32px;
  }

  .headers-img-section-text h1 {
    font-size: 4.333vw;
  }
}

@media screen and (max-width: 991px) {
  .login-main-div {
    padding: 30px 40px;
  }

  .contact-main-div h2 {
    font-size: 30px;
  }

  .contact-main-div {
    padding: 45px 20px;
  }

  .headers-img-section-text h1 {
    font-size: 5.333vw;
  }

  .contact-div {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    margin-top: 20px;
  }

  .contact-div-flex {
    width: 100%;
    flex: none;
  }
}

@media screen and (max-width: 768px) {
  .login-main-div {
    padding: 30px;
  }

  .login-div-flex {
    padding: 32px 32px 60px 32px;
  }

  .login-div-flex h1 {
    font-size: 30px;
  }

  .login-div-flex p {
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .login-div-flex button {
    margin-top: 30px;
  }

  .forget-pass a {
    font-size: 16px;
  }

  .register-div {
    font-size: 16px;
    margin-top: 30px;
  }

  .register-div a {
    font-size: 16px;
    margin-top: 30px;
  }

  ::placeholder {
    color: var(--1-a-1817, #1a1817);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0.54px;
  }
}

@media screen and (max-width: 767px) {
  .login-div {
    width: 100%;
    display: block;
    border-radius: 18px;
    background-color: #fff;
  }

  .login-div-flex {
    width: 100%;
  }

  .login-div-flex-bg {
    width: 100%;
  }

  .contact-main-div h2 {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .headers-img-section-text h1 {
    font-size: 9.333vw;
  }

  .headers-img-section img {
    object-position: right;
  }

  .contact-div-flex {
    background: #e5f4f9;
    border-radius: 10px;
  }
}

@media screen and (max-width: 480px) {
  .login-div-flex-bg {
    width: 100%;
    display: flex;
    padding: 55px 45px;
    border-radius: 16px;
    background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
  }
}

@media screen and (max-width: 375px) {
  .login-main-div {
    padding: 30px 15px;
  }

  .login-div-flex {
    padding: 32px 15px 60px 15px;
  }
}

/* end login page css */

/* start regstration page css */

.registration-main-div {
  background-image: url("../images/login/ribbion-bg.webp");
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.registration-main-div {
  padding: 40px 100px;
  position: relative;
}

.registration-div {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--Border, rgba(26, 24, 23, 0.3));
  background: #fff;
  box-shadow: 4px 4px 52px 0px rgba(172, 221, 255, 0.7);
  padding: 40px 24px;
}

.registration-div-header {
  width: 100%;
}

.registration-div-header h1 {
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  width: 100%;
}

.registration-div-header p {
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.4px;
  text-align: center;
  margin-top: 24px;
}

.registration-div .page_top_heading {
  width: 100%;
}

.registration-div .page_top_heading .subject-name {
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.registration-div .page_top_heading p {
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.4px;
  text-align: center;
  margin-top: 24px;
}

.registration-div-new-user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin-top: 40px;
}

.registration-div-new-user-text {
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.4px;
}

.registration-div-new-user-div {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.registration-div-new-user-div-select1 {
  width: 33.3%;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.registration-div select {
  width: 100%;
  color: #1a1817;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  padding: 10px 16px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.54px;
  border-radius: 4px;
  border: 1px solid rgba(26, 24, 23, 0.3);
  background: #fff;
  height: 60px;
  outline: none;
}

.registration-div input {
  width: 100%;
  display: flex;
  padding: 10px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid rgba(26, 24, 23, 0.3);
  /* background: #fff; */
  height: 60px;
  outline: none;
}

.registration-div-new-user-div-select2 {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.registration-div-new-user-div-text {
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.48px;
  margin-left: 16px;
  margin-top: 5px;
}

::placeholder {
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.54px;
}

.register-modify {
  padding: 16px 24px;
  border-radius: 4px;
  background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 0px;
  margin-top: 40px;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
}

.already-register-div {
  width: 100%;
  text-align: center;
  color: var(--1-a-1817, #1a1817);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.4px;
  margin-top: 24px;
}

.already-register-div a {
  background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 1280px) {
  .registration-main-div {
    padding: 40px 80px;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .registration-main-div {
    padding: 40px 50px;
    position: relative;
  }

  ::placeholder {
    color: var(--1-a-1817, #1a1817);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0.54px;
  }

  .registration-div-new-user-div-select1 select {
    font-size: 16px;
  }

  .registration-div-new-user-div-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .registration-main-div {
    padding: 40px 50px;
    position: relative;
  }

  .registration-div-new-user-div {
    display: block;
    gap: 24px;
    align-self: stretch;
  }

  .registration-div-new-user-div-select1 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-top: 15px;
  }

  .registration-div-new-user-div-select2 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .registration-main-div {
    padding: 40px 20px;
  }

  .registration-div-new-user {
    gap: 0px;
  }

  .registration-div-new-user-div-select1 {
    margin-top: 25px;
  }

  .registration-div-new-user-div-select2 {
    margin-top: 25px;
  }

  .registration-div-header p {
    font-size: 16px;
  }

  .registration-div-header h1 {
    font-size: 30px;
  }
  .registration-div .page_top_heading p {
    font-size: 16px;
  }

  .registration-div .page_top_heading .subject-name {
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  .registration-main-div {
    padding: 34px 15px;
  }

  .registration-div {
    padding: 25px 15px;
  }
}

/* end regstration page css */
.registration-div .btn {
  padding: 16px 24px;
  border-radius: 4px;
  font-size: 1em;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  border: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 0px;
  margin-top: 5px;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
}

.registration-div .btn-primary  {
  background: linear-gradient(133deg, #0d529f 0.61%, #3fa9df 100%);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
  
}

.registration-div input[type=radio], .registration-div input[type=checkbox] {
  margin: 0px 10px 0px 0px;
  line-height: normal;
  height: 20px;
  display: inline;
  width: auto;
}
.event-section .event-top .event-img img {
  width: 72%;
}