.reg-text a.text.text-links:hover,
.form a.text.text-links.for-link:hover,
a.text.text-links.for-link.click_comon:hover {
  color: #f08d27 !important;
}
#main-regi-div-2 span.tick,
#main-regi-div-1 span.tick {
  background-color: #0064b1;
}
.ad-secound-list {
  display: flex;
  justify-content: space-between;
}

.ad-secound-list p {
  color: black;
  font-size: 16px;
  font-weight: 100;
}
span.icon-radius-1 {
  background-color: #00000038;
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: flex;
  min-height: 28px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: white;
}

p.icon-main-1 {
  display: flex;
  gap: 10px;
  margin: 0;
  line-height: 27px;
}
.ad-main-div {
  padding: 20px 0 35px;
}
.ad-list-1 {
  position: relative;
}
.ad-list-1::after {
  content: "";
  background-color: #c7c7c7;
  width: 84px;
  height: 1px;
  position: absolute;
  right: -90px;
  top: 14px;
}
.ad-list-2 {
  position: relative;
}
.ad-list-2::after {
  content: "";
  background-color: #c7c7c7;
  width: 84px;
  height: 1px;
  position: absolute;
  right: -90px;
  top: 14px;
}
.heading-style-ad h4.text.text-large {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 25px;
  width: 215px;
  line-height: 30px;
}
.ad-main-form-style {
  padding-bottom: 90px !important;
}
.ad-mail-field fieldset {
  padding: 0 !important;
  border: unset !important;
  margin: 0;
}
.ad-main-form-style .check-div.p-text label {
  font-weight: 200;
  font-size: 15px;
}
.ad-mail-field fieldset legend {
  padding: 0 !important;
  font-size: 13px;
  font-weight: 200;
}

.ad-mail-field fieldset input {
  border-bottom: 1px solid black !important;
  padding-bottom: 6px !important;
}

.banner-login {
  position: relative;
  /* background-image: url(images/banners/login.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 70vw; */
}
.slider-caption.caption-left.banner-cont-m-di {
  position: absolute;
  top: 77%;
  left: 0px;
  width: 100%;
  z-index: 0;
  transform: translate(0%, -50%);
}
.banner-login .slider-caption .slider-caption-inner {
  padding: 0px 0 15px 0;
}
.banner-login .slider-caption-inner {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.banner-login .slider-caption {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: unset;
  align-items: center;
}

.bg-img img {
  width: 100%;
  display: block;
}
.method-control.g-btn a img {
  position: relative;
  top: 3px;
}
.banner-des legend {
  font-size: 12px;
  line-height: 12px;
  font-family: "Outfit";
  padding: 0px 8px;
  color: #00000099;
}

.ion-logo-apple {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: var(--color-black);
}
.ion-logo-google {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: var(--color-red);
}
.ion-logo-facebook {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: var(--color-blue);
}

.text {
  font-family: inherit;
  line-height: inherit;
  text-transform: unset;
  text-rendering: optimizeLegibility;
}
.text-large {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-black);
}
.text-normal {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-black);
}
.text-links {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-blue);
}
.text-links:hover {
  text-decoration: underline;
}

.maing .wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0rem auto;
  padding: 48px 43px;
  border: none;
  outline: none;
  border-radius: 0rem;
  color: var(--color-black);
  background: var(--color-white);
  box-shadow: 0px 0px 48px -12px rgba(0, 0, 0, 0.18);
}
.maing {
  max-width: 552px !important;
  width: 100%;
  background-color: #fff;
}
.maing .wrapper .form {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.maing .wrapper .form .input-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.maing .wrapper .form .input-field {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 2rem;
  color: var(--color-black);
  background: var(--color-light);
  text-transform: unset;
  text-rendering: optimizeLegibility;
}
.maing .wrapper .form .input-submit {
  color: var(--color-white);
  background: linear-gradient(
    90deg,
    rgba(0, 100, 177, 1) 20%,
    rgba(0, 164, 153, 1) 60%
  );
  box-shadow: unset;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 30px;
  width: fit-content;
  padding: 8px 24px 8px 24px;
  cursor: pointer;
  border: 0px;
}
.maing .wrapper .striped {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
.maing .wrapper .striped-line {
  flex: auto;
  flex-basis: auto;
  border: none;
  outline: none;
  height: 2px;
  background: var(--color-grayish);
}
.maing .wrapper .striped-text {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  color: var(--color-black);
  margin: 0 1rem;
}
.maing .wrapper .method-control {
  margin-bottom: 0rem;
}
.maing .wrapper .method-action {
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.35rem 1.25rem;
  outline: none;
  border: 2px solid var(--color-grayish);
  border-radius: 2rem;
  color: var(--color-black);
  background: var(--color-white);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease;
}
.maing .wrapper .method-action:hover {
  background: var(--color-light);
}
.slider-caption-inner.banner-des {
  max-width: calc(100% - 120px);
}
.slider-caption h2 {
  font-size: 55px;
  padding-top: 0;
  max-width: 350px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 50px;
}
.banner-des h1 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 22px;
  margin: 0px;
  font-family: "Outfit";
}
.banner-des .heading {
  display: flex;
  margin: 0px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(0 0 0 / 21%);
  padding-bottom: 10px;
}
.banner-des p.text.text-normal.reg-text {
  margin: 0px;
}
.banner-des p.text.text-normal.reg-text a {
  color: rgba(0, 100, 177, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: underline;
}
.banner-des fieldset {
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  width: 100%;
  padding: 5px 12px;
  background: transparent;
}
.banner-des .maing .wrapper .form fieldset input.input-field {
  background: transparent !important;
  font-size: 23px;
}
.banner-des .maing .wrapper .form fieldset input.input-field {
  background: transparent !important;
  font-size: 16px;
  line-height: 24px;
  padding: 0px;
  padding-bottom: 5px;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.87);
}
.banner-des .method {
  display: flex;
  align-items: center;
  grid-gap: 26px;
}

.method-control.g-btn a.method-action {
  padding: 8px 24px;
  font-size: 16px;
  color: #004792;
  text-transform: uppercase;
  border: 1px solid #000000;
}
a.text.text-links.for-link {
  color: #000000de;
  text-decoration: underline;
  font-size: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .banner-login .slider-caption .slider-caption-inner {
    padding: 0px 0 15px 0;
  }
  .maing {
    max-width: 475px !important;
    width: 100%;
  }
  .maing .wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0rem auto;
    padding: 35px 25px;
    border: none;
    outline: none;
    border-radius: 0rem;
    color: var(--color-black);
    background: var(--color-white);
    box-shadow: 0px 0px 48px -12px rgba(0, 0, 0, 0.18);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .maing {
    max-width: 480px !important;
    width: 100%;
  }
  .maing .wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0rem auto;
    padding: 30px 25px;
    border: none;
    outline: none;
    border-radius: 0rem;
    color: var(--color-black);
    background: var(--color-white);
    box-shadow: 0px 0px 48px -12px rgba(0, 0, 0, 0.18);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ad-list-1::after,
  .ad-list-2::after {
    content: "";
    background-color: #c7c7c7;
    width: calc(100% - 90px);
    height: 1px;
    position: absolute;
    right: 5px;
    top: 14px;
  }

  .ad-list-1 {
    position: relative;
    width: -webkit-fill-available;
  }
  .ad-list-2 {
    position: relative;
    width: -webkit-fill-available;
  }
  .slider-caption-inner.banner-des {
    max-width: calc(100% - 0px);
    display: block;
  }
  .banner-login .slider-caption .slider-caption-inner {
    padding: 0px 0 0px 0;
  }
  .slider-caption.caption-left.banner-cont-m-di {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
    transform: unset;
  }
  .slider-caption h2 {
    font-size: 35px;
    padding-top: 0;
    margin-bottom: 0px;
    max-width: 350px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 35px;
  }
  .scap-info {
    background: #68478e;
    padding: 20px;
  }
  .maing {
    max-width: 100% !important;
    width: 100%;
  }
  .maing .wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0rem auto;
    padding: 35px 25px;
    border: none;
    outline: none;
    border-radius: 0rem;
    color: var(--color-black);
    background: var(--color-white);
    box-shadow: 0px 0px 48px -12px rgba(0, 0, 0, 0.18);
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .ad-list-1::after,
  .ad-list-2::after {
    content: "";
    background-color: #c7c7c7;
    width: calc(100% - 90px);
    height: 1px;
    position: absolute;
    right: 5px;
    top: 14px;
  }

  .ad-list-1 {
    position: relative;
    width: -webkit-fill-available;
  }
  .ad-list-2 {
    position: relative;
    width: -webkit-fill-available;
  }
  .slider-caption-inner.banner-des {
    max-width: calc(100% - 0px);
    display: block;
  }
  .maing .wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0rem auto;
    padding: 40px 15px;
    border: none;
    outline: none;
    border-radius: 0rem;
    color: var(--color-black);
    background: var(--color-white);
    box-shadow: 0px 0px 48px -12px rgba(0, 0, 0, 0.18);
  }
  .slider-caption h2 {
    font-size: 30px;
    padding-top: 0;
    max-width: 290px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 0px !important;
  }
  .scap-info {
    background: #68478e;
    padding: 20px;
  }
  /* .banner-login {
    background-image: url(images/banners/login.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: max-content;
} */
  .slider-caption.caption-left.banner-cont-m-di {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
    transform: unset;
  }
  .maing {
    max-width: 100% !important;
    width: 100%;
  }
  .banner-login .slider-caption .slider-caption-inner {
    padding: 0px 0 0px 0;
  }
  .banner-des .method {
    display: flex;
    align-items: center;
    grid-gap: 10px;
  }
  .method-control.g-btn a.method-action {
    padding: 10px 24px;
    font-size: 12px;
    color: #004792;
    text-transform: uppercase;
    border: 1px solid #000000;
  }
  .maing .wrapper .form .input-control {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    grid-gap: 10px;
  }
}
