@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
  overflow-x: hidden;
  width: 100%;
}

body {
  color: var(--ternary);
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Inter Tight", sans-serif;
}

/* color ss */
:root {
  --primary: #1a1a1a;
  --secondary: #08173c;
  --ternary: #4d637b;
  --text-white: #ffffff;
  --black: #000000;
  --blue-lighter: #f7f9fe;
  --grey-light: #e5e5e5;
  --grey-lighten: #9ca1ad;
  --grey: #333333;
  --grey-black: #a3a7b0;
  --light-gray: #a2a5ae;
  --greyish: #a1a4ad;
  --bluish: #1260eb;
  --btn-disable: #0713314d;
  --placeholder: #b0b0b0;
  --border: #dddddd;
  --border-hover: #dededc;
  --input-color: #1a1a1a;
  --input-active: #bdbdbd;
  --input-active-bg: #f4f4f4;
}

/* color ss */

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-trinary {
  color: var(--ternary);
}
.text-trinary:hover {
  color: var(--secondary);
}

.text-grey {
  color: var(--grey);
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-grey-lighten {
  background-color: var(--blue-lighter) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

/* background colors css */

/* background colors css */

/* border css */
.border-1 {
  border: 1px solid;
}
.bdr-btm-1 {
  border-bottom: 1px solid;
}
.bdr-grey {
  border-color: var(--grey-light) !important;
}
.bdr-rad-4 {
  border-radius: 4px;
}
.bdr-rad-12 {
  border-radius: 12px;
}
.rounded-5 {
  border-radius: 0.5rem;
}
.bdr-rad-30 {
  border-radius: 30px;
}
/* border css end */

/* font-size css start */
.fs-12 {
  font-size: 0.781rem;
}
.fs-13 {
  font-size: 0.8rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-24 {
  font-size: 1.3rem;
}

/* font-size css end */

/* button css */
form button {
  margin-top: 0.5rem !important;
}

.btn {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 600;
  padding: 1rem 1.1rem;
  height: 55px;
  border-radius: 12px;
}

.btn-disabled {
  background-color: var(--btn-disable);
  border-color: var(--btn-disable);
  opacity: 1 !important;
}
.btn-primary {
  background-color: var(--input-color);
  border-color: var(--input-color);
}

.btn-primary:hover,
.btn-primary:active {
  background-color: var(--input-color) !important;
  border-color: var(--input-color) !important;
  opacity: 0.9;
}
.btn-primary:disabled {
  background-color: var(--btn-disable);
  border-color: var(--btn-disable);
  opacity: 1 !important;
}
.btn-trinary {
  color: var(--ternary);
}
.btn-bluish {
  color: var(--bluish);
}

button:focus:not(:focus-visible) {
  box-shadow: none !important;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: none;
  background-color: var(--input-color) !important;
  border-color: var(--input-color) !important;
  opacity: 0.9;
}

.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn-secondary:hover {
  color: var(--bs-white);
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-secondary:active {
  color: var(--bs-white);
  background-color: var(--bluish);
  border-color: var(--bluish);
}
.btn-trinary {
  background-color: var(--text-white);
  border-color: var(--text-white);
}
.btn-trinary:hover {
  color: var(--bs-white);
  background-color: var(--primary);
  border-color: var(--primary);
}

/* button css */

/* form  css */
.form-text {
  font-size: 0.85rem;
  color: var(--ternary);
  letter-spacing: 0.05em;
}

.form-control:focus {
  box-shadow: none !important;
}
.password-field {
  position: relative;
}

.password-field i {
  z-index: 1000;
  position: absolute;
  top: 20px;
  right: 5%;
  color: var(--grey-lighten);
}
input {
  border: 1px solid var(--grey-light) !important;
  border-radius: 10px !important;
  padding: 1rem 1.3rem !important;
  height: 55px;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
  color: var(--input-color) !important;
}

input:hover {
  border: 1px solid var(--border-hover) !important;
  background-color: #f8f8f8;
}

input:active,
input:focus {
  border: 1px solid var(--input-active) !important;
  background-color: var(--input-active-bg) !important;
}

label {
  color: var(--primary);
  font-weight: 500;
  font-size: 0.95rem !important;
  padding: 0 !important;
  margin-bottom: 0.5rem !important;
}

::placeholder {
  color: var(--placeholder) !important;  
    text-transform: lowercase !important;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0 !important;
}
.social-btn {
  border-radius: 0.6rem;
  text-transform: none;
  padding: 1rem 1.1rem;
  font-size: 1.1rem;
  border: 1px solid var(--grey-light) !important;
  font-weight: 400 !important;
  background-color: inherit !important;
  box-shadow: 0 0 transparent !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-btn:hover {
  background-color: #f3f7fe !important;
}

.social-btn span {
  color: var(--ternary);
}

.social-btn img {
  margin-right: 1rem;
}

.divider-text {
  color: var(--ternary);
  font-size: 13px;
  font-weight: 600;
  margin: 0 0.5rem;
}

.divider {
  align-items: center;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.divider hr {
  width: 15%;
  color: var(--grey-light);
  opacity: 1;
}

/* form  css */

/* header css */
.nav {
  padding: 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  z-index: 999999;
}

.nav .dropdown-item:hover {
  background-color: var(--primary);
  color: #fff;
}
.nav .dropdown:hover > .dropdown-menu,
.nav .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
.nav .dropdown-item {
  font-size: 0.9rem;
}

.mobile-drop .nav-item:first-child {
  margin-right: 0 !important;
}

.mobile-drop .dropdown-menu {
  position: absolute !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mobile-drop .dropdown-item {
  font-size: 0.7rem;
  padding: 0.3rem 0.7rem;
}

.mobile-drop .nav .dropdown-item:hover {
  background-color: var(--primary);
  color: #fff;
}

@media screen and (min-width: 769px) {
  .nav .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .nav .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }

  #account-login {
    height: 100vh;
    overflow-y: hidden;
  }
}

.nav.active {
  background-color: #fff;
  box-shadow: 0 2px 10px rgb(0 0 0 / 5%);
  position: fixed;
  z-index: 9;
}

header a.nav-link:hover {
  color: var(--primary) !important;
}

header a.nav-link {
  font-weight: 600;
}

header .navbar-nav .nav-item:first-child {
  font-size: 0.9rem;
  margin-right: 25px;
  letter-spacing: 2px;
}

/* header css */

/* content css */
.login-image {
  width: 100%;
  margin: auto;
}
.w-60 {
  width: 60% !important;
}

section {
  padding: 6rem 0;
}

.head-text span {
  color: var(--primary);
}

.lh-medium {
  line-height: 1.5;
}
.ls-3 {
  letter-spacing: 3px;
}

.bread-crumb ul li:before {
  content: ">";
  padding: 10px;
}

.big-font {
  font-size: 8rem;
}

.contact-us {
  border-radius: 15px;
}

.contact-section .form-group label span {
  color: red;
}

.c-detail a:hover {
  color: #f06a2d !important;
}

.h-banner {
  height: 80vh;
}

/* form wizard  css */
.process-list ul {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 2rem;
}
.process-list ul li.active-process {
  color: var(--ternary);
}
.process-list ul li i {
  color: var(--grey-light);
  font-size: 1.3rem;
  align-items: center;
  display: flex;
  height: 30px;
}
/* .process-list ul li.active-process i {
  color: var(--ternary);
} */
.process-list ul li {
  cursor: pointer;
  display: flex;
  gap: 2rem;
  flex: 0 0 calc(20% - 10px) !important;
  align-self: start;
  color: var(--grey-lighten);
}

.process-list ul li p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;    
  line-height: normal;
}
.process-list ul li.active-process span {
  background-color: var(--black);
  border: 1px solid var(--black);
  color: var(--text-white);
}
.process-list ul li.active-process span:hover {
  background-color: #c6f277;
  border: 1px solid transparent;
  color: #4d637b;
}

fieldset {
  padding: 2rem 0 !important;
}

.sublabel {
  margin-top: 0.6rem;
  color: #9ca1ad;
  font-weight: 500;
}

.process-list ul li span {
  display: flex;
  font-size: 0.8rem;
  min-width: 32px;
  min-height: 32px;
  align-items: center;
  font-weight: 600;
  border-radius: 50%;
  justify-content: center;
  width: 35px;
  height: 35px;
  line-height: 1;
  margin: auto;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background-color: var(--text-white);
  border: 1px solid var(--grey-light);
  color: var(--grey-light);
}

.view-box {
  width: 254px;
  height: 520px;
  margin: auto;
  display: flex;
  position: relative;
  box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.1);
  align-items: center;
  border-radius: 27.0936px;
  flex-direction: column;
}
.v-box {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 0;
  border-radius: 30px;
  flex-direction: column;
}

.box-data {
  width: 254px;
  border: 1px solid rgb(189, 189, 189);
  display: flex;
  overflow: auto;
  flex-grow: 1;
  align-items: center;
  border-radius: 25px;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .logo-header {
    padding: 0 1rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    flex-direction: column-reverse;
  }
  .process-list {
    padding-bottom: 0.4rem;
    padding-right: 0;
  }

  .process-list ul {
    justify-content: center;
    gap: 0.8rem;
  }

  .process-list ul li {
    font-size: 0.8rem;
  }
}

/* form wizard  css */

/* content css */

/* footer css */
.footer {
  background-color: var(--primary);
  color: #fff;
  padding: 1rem;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.footer a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.footer a:hover {
  color: #000 !important;
}

.footer i {
  margin-right: 0.5rem;
}

.footer-mi {
  padding-top: 10rem !important;
}

.footer ul li:not(:last-child) {
  margin-right: 22px;
}
.footer-bottom ul li:not(:last-child) {
  margin-right: 8px;
}
.g-footer {
  padding-top: 1.5rem !important;
}
/* footer css */



#account-register a.back-btn.mb-3 {
  margin-top: 2rem !important;
  display: inline-block;
}
.op-5{opacity: 0.5;}
.info-text  a:after {    
  content: "";
      height: 1px;
      display: block;
      position: absolute;
      left: 0px;
      width: 0px;
      bottom: 0px;
      background-color: var(--light-gray);
      transition: all var(--m-duration-default, .25s) ease;}
  
      .info-text  a:hover:after {
        width: 100%;
    }
  .info-text  a{
            transition: var(--m-duration-default, 0.25s) all;
            position: relative;    
            display: inline-flex;
                line-height: normal;
  }

  .acc-info a {
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.5rem;
}
.acc-info img.img-fluid {
  height: 1.1rem;
}
#account-register .button-wrapper button i{  
    margin-right: 0.6rem;}


  #account-register  .errors {
      margin-top: -0.8rem;
      font-size: 0.8rem;
      color: #c90000;
      font-weight: 400;
      letter-spacing: 0.3px;   
      position: absolute;
  }

/* section css */

/* mobile responsive css */

@media (max-width: 300px) {
  .process-list ul {
    gap: 1.3rem !important;
  }
  .process-list ul li {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.3rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  section {
    padding: 2rem 0;
  }

  .w-75,
  .w-60 {
    width: 100% !important;
  }
  header img.logo.logo-small {
    height: 60px;
    width: auto !important;
  }

  .nav {
    position: relative;
  }

  .nav.active {
    position: fixed;
  }

  .nav.active ul.navbar-nav {
    position: inherit;
    padding-left: 0;
    padding-bottom: 0.3rem !important;
  }

  .sm-menu a {
    text-decoration: none;
    text-transform: uppercase;
    align-self: center;
    letter-spacing: 1px;
    font-size: 0.75rem;
    color: var(--secondary);
  }

  .sm-menu span {
    margin: 0 0.5rem !important;
  }

  .cta-block .btn-primary {
    font-size: 0.8rem;
  }

  .social-btn {
    font-size: 0.9rem;
  }

  .process-list ul li,
  .process-list ul {
    gap: 1rem;
  }
  .process-list {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
  }
  #account-login .main-logo, .main-logo {
    width: 50%;
}
#account-register{overflow: scroll;}
.process-list ul li p {
  font-size: 0;}

  .process-list ul li {
    flex: none !important;}
    /* .process-list ul {   justify-content: space-between;} */

    .otp-container {
      gap: 0.5rem !important;
     }
     .otpInput {
        padding: 0 !important;}

        .acc-info img.img-fluid {
          height: 1rem;
        }
 
  .sm-screen{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;}

}

/* mobile responsive css */

@media (min-width: 768px) {
  .intro-section .card {
    width: auto !important;
    margin: 0;
    flex: 0 0 calc(33.33% - 20px) !important;
  }

  .intro-section .row {
    gap: 2%;
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
  }
}

/* above 768px css */
@media (min-width: 1030px) {
  .banner-right-img {
    margin-right: -9rem;
  }
}
/* above 768px css */

/* ipad  responsive css */
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .h-banner {
    height: 40vh;
  }

  .banner-right-img {
    margin-right: -1.8rem;
  }
  .w-60 {
    width: 90% !important;
  }
  .w-75 {
    width: 100% !important;
  }
  .intro-section .card {
    padding: 1rem;
  }

  section {
    padding: 3rem 0;
  }
  .cta-block h2 {
    font-size: 2rem !important;
    padding-right: 0 !important;
  }

  .big-font {
    font-size: 5rem;
  }

  .sm-menu a {
    text-decoration: none;
    text-transform: uppercase;
    align-self: center;
    letter-spacing: 1px;
    font-size: 1.2rem;
    color: var(--secondary);
  }

  .sm-menu span {
    margin: 0 0.5rem !important;
    align-self: center;
  }
  .sm-menu img {
    width: 25px;
  }
  .footer-bottom {
    padding-top: 0.8rem;
  }
  .f-top ul {
    justify-content: center !important;
    margin: auto !important;
  }

 #account-login {
    height: 100%;  overflow: scroll;
}
#account-register {
  overflow: scroll;
}


}

/* ipad  responsive css */

/* below ipad pro responsive css */
@media (min-width: 992px) and (max-width: 1030px) {
  section {
    padding: 4rem 0;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .form-container {
    width: 80% !important;
  }
  .process-list {
    margin-bottom: 0rem !important;
  }
  .process-list ul,
  .process-list ul li {
    justify-content: center;
    gap: 1rem;
  }
}
/* below ipad pro responsive css */

@media (min-width: 1400px) and (max-width: 1500px) {
  .banner-right-img {
    margin-right: -5rem;
  }
  div.process-list {
    margin-top: 2rem !important;
}


}

@media (min-width: 1050px) and (max-width: 1290px) {
  #account-login .w-60 {
    width: 80% !important;
  }
 


}
@media (min-width: 1020px) and (max-width: 1150px) {
  #account-register{  overflow: scroll;}
  .process-list ul li p {    font-size: 0.8rem;}
  .process-list ul,.process-list ul li {    gap: 1rem;}
  div#account-register {
    overflow-y: scroll;
}


}

.animate-switch-container {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 0;
  border-radius: 10px;

  background-size: 50px 50px;
}
.animate-switch {
  padding: 10px;
  width: 100%;
}
.animate-switch.ng-animate {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}
/* hide leaving slide  */
/* show */
.animate-switch.ng-leave {
  left: 0;
}
/* hide */
.forward .animate-switch.ng-leave.ng-leave-active {
  left: -100%;
}
.backward .animate-switch.ng-leave.ng-leave-active {
  left: 100%;
}
/* show entering slide  */
/* hide */
.forward .animate-switch.ng-enter {
  left: 100%;
}
.backward .animate-switch.ng-enter {
  left: -100%;
}
/* show */
.animate-switch.ng-enter.ng-enter-active {
  left: 0;
}

.form-control.ng-invalid {
  border: 1px solid var(--bs-red);
}

.animate-fade.ng-hide-remove,
.animate-fade.ng-show {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.animate-fade.ng-hide-add,
.animate-fade.ng-hide {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.otp-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.4rem;
}

.otpInput {
  width: 50px;
  padding: 0.5rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  color: #262626;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #dddddd;
  border-radius: 5px;
  text-align: center;
}
.section-full{
  height: 100vh;
  overflow-y: hidden;}


@media (min-width: 900px) and (max-width: 920px) {
  #account-login .main-logo, .main-logo {
    width: 15%;
}

.process-list ul {
  gap: 2rem;}

  .process-list ul li {   flex: none !important;}


}

@media (min-width: 993px) {
  #account-login .main-logo, .main-logo {
    width: 40%;
}
}


/* ipad  responsive css */

/* 110%  responsive css */
@media (min-width: 1250px) and (max-width: 1480px) {
  .process-list ul li p {    font-size: 0.7rem !important;}
  div#account-register {
    overflow-y: scroll;
}

}



@media (min-width: 2100px) and (max-width: 2400px) {
  label {
   font-size: 01.2rem !important;
  }

  .btn {  font-size: 1.2rem;}
  body, p { font-size: 1rem !important;}
  .process-list ul li {          flex: 0 0 calc(15% - 10px) !important;}


}

.resend-btn{
  background: transparent;
  border: 0;
  font-weight: 600;
  position: relative;
  transition: all .5s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1);
}

.resend-btn::after{
  content:"";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0%;
  height: 1px;
  background: black;
  transition: all .5s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1);
}

.resend-btn:hover::after{
  width: 100%;

}