@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');




@font-face {
    font-family: 'nexa-bolduploaded_file';
    src: url('../fonts/nexa_bold.woff2') format('woff2'),
         url('../fonts/nexa_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa-lightuploaded_file';
    src: url('../fonts/nexa_light.woff2') format('woff2'),
         url('../fonts/nexa_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexaregularuploaded_file';
    src: url('../fonts/nexa_regular.woff2') format('woff2'),
         url('../fonts/nexa_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'nexaregularuploaded_file';
  font-weight: normal;
  font-style: normal;
}


button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.capitalize {
  text-transform: capitalize;
}

/* css start for new */


.login-full{
  display: flex;
  justify-content: space-between;
  height: 100vh;
  overflow: hidden;
  background: url(../img/login-bg.png) no-repeat left top;
  background-size: cover;
}
.login-full > div{
  position: relative;
}
.width-55{
  width: 55%;
}
.bg-blue-login{
  height: 100%;
padding: 50px 50px 0 50px;
}
.bg-blue-login h1{
  font-size: 52px;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  position: relative;
  z-index: 1;
}
.phone-img{
  height: 480px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.bg-blue-login::after{
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255,255,255,0.3);
  border-radius: 0 50px 0 0;
  width: 350px;
  height: 200px;
  content: "";
  z-index: 0;
}

.bg-blue-login::before{
  position: absolute;
  right: -140px;
  top: 0;
  background: rgba(255,255,255,0.3);
  border-radius: 0 0 0 50px;
  width: 280px;
  height: 320px;
  content: "";
  z-index: 0;
}
.rel-1{
  position: relative;
  z-index: 1;
}


.width-45{
  width: 45%;
}
.right-log{
  background: #fff;
  height: 100%;
  border-radius: 50px 0 0 0;
  padding: 100px 120px 20px;
}
.right-log h3{
  font-size: 40px;
  font-weight: bold;
  color: #08083E;
  margin-bottom: 50px;
}

.form-login .alert-danger{
background: #FB3A3A;
border-radius: 0;
padding: 13px 20px;
border: none;
border-left: 6px solid #08083E;
color: #fff;

}
.form-login .alert-danger p{
  font-size: 12px;
  margin-bottom: 0;
}
.form-login .form-check{
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.form-login .form-check .custom-checkbox label{
font-size: 16px;
color: #08083E;
font-weight: 200 !important;
}
.form-login .form-check a{
  font-size: 16px;
  font-weight: bold;
  color: #08083E;
}


.form-login .form-group .form-control{
  border-radius: 10px;
  border: 1px solid #ccc4fd;
  height: auto;
  padding: 15px 20px;
  font-weight: 300;
  font-family: 'nexa-lightuploaded_file';
}
.form-login .form-group .form-control::placeholder{
  font-weight: 300;
  font-size: 14px;
  color: #3A3A3A;
}
.btn-all{
  background: #200F8C;
  color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
    font-family: 'nexa-bolduploaded_file';
}

.have-n-account{
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #08083E;
  font-weight: 300;
  letter-spacing: initial;
}

.have-n-account a{
  font-weight: bold;
  color: #200F8C;
}

.spacer-more{
  padding: 15px 0;
}
.spacer-more a{
   font-weight: bold;
  color: #200F8C;
  text-transform: uppercase;
}

.footer{
  background: #3A3A3A;
  padding: 25px 0;
}
.footer ul{
  text-align: center;
  padding: 10px 0 10px 0;
  margin: 0;
}
.footer ul li{
  margin: 0 20px;
  display: inline-block;
}
.footer ul li a{
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}
.footer p{
  color: #fff;
  margin-bottom: 0;
   font-size: 14px;
  font-family: 'Raleway', sans-serif;
}


.forgot-full{
  background: #fff !important;
  padding: 110px 0 0 0;
  position: relative;
}
.forgot-full .container{
  position: relative;
  z-index: 1;
}
.forgot-full::after{
  width: 400px;
  height: 250px;
  background: #200F8C;
  opacity: 15%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 100px 0 0;
  content: "";
}

.forgot-full::before{
  width: 300px;
  height: 300px;
  background: #200F8C;
  opacity: 15%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 100px;
  content: "";
}



.heading-fg{
  font-size: 40px;
  color: #08083E;
  margin-bottom: 20px;
  font-family: 'nexa-bolduploaded_file';
}

.forgot-full h1{
  font-size: 52px;
  font-weight: 300;
  color: #08083E;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

.mb-70{
  margin-bottom: 70px;
  display: inline-block;
}



.logo {
  max-width: 200px;
}
.logo img{
  width: 100%;
}
.navbar {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: row;
  padding: 25px 0;
}


/* Menu */
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger-line {
  background: #272727;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger:hover .hamburger-line {
  background: #777;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
  display: flex;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in;
  align-items: center;
}
.nav-menu ul{
    list-style: none;
      display: flex;
      margin: 0;
}

.btn-login{
color: #fff;
background: #200f8c; 
background: -moz-linear-gradient(left, #200f8c 0%, #1a1059 100%); 
background: -webkit-linear-gradient(left, #200f8c 0%,#1a1059 100%); 
background: linear-gradient(to right, #200f8c 0%,#1a1059 100%); 
border-radius: 10px;
padding: 10px 25px;
text-transform: uppercase;
display: flex;
align-items: center;
}

.btn-login img{
  position: relative;
  margin-right: 15px;
}
.btn-login:hover{
  color: #fff;
  background: -moz-linear-gradient(left, #1a1059 0%, #200f8c 100%); 
background: -webkit-linear-gradient(left, #1a1059 0%, #200f8c 100%); 
background: linear-gradient(to right, #1a1059 0%,#200f8c 100%); 
}
@media screen and (max-width: 768px) {
  .nav-menu {
    background: #FFD838;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-100%);
    text-align: center;
  }
  .menu-active .nav-menu {
    transform: translatey(0%);
    opacity: 1;
  }
}
.nav-menu .menu-item a {
  color: #08083E;
  display: block;
  margin: 0px 30px;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;

}
.nav-menu .menu-item a:hover{
  color: #200F8C;
  text-decoration: none;
  border-bottom: 1px solid #200F8C;
}

@media screen and (max-width: 768px) {
  .nav-menu .menu-item a {
    font-size: 20px;
    margin: 8px;
  }
}

.sub-nav {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px 5px;
  list-style: none;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .sub-nav {
    position: relative;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
}

.nav__link:hover + .sub-nav {
  display: block;
}

.sub-nav:hover {
  display: block;
}



.reverce-flex{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 50px;
  height: 87vh;
  overflow: hidden;
}

.width-40{
  width: 40%;
}
.bg-blue{
  background: #1B1060;
  padding: 50px 50px;
  height: 100%;
  border-radius: 100px 0 0 0;
  position: relative;
}
.bg-blue::before{
  position: absolute;
  left: -40px;
  top:-40px;
  background: #E7E5F2;
  border-radius: 100px 0 0 0;
  content: "";
  z-index: -1;
  width: 300px;
  height: 200px;
}



.bg-blue h3{
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.bg-blue h6{
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
.content-div{
  padding:40px 50px 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #707070;
}
.content-div p{
  color: #fff;
  text-transform: uppercase;
}
.content-div p small{
  text-transform: initial;
}
.tt-flex{
  padding: 5px 50px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.width-60{
  width: 60%;
}
.create-account{
  padding: 50px;
  /* height: 550px; */
  overflow: auto;
}
.create-account::-webkit-scrollbar {
  width: 0;
}

.create-account::-webkit-scrollbar-track {
  background: #000;
}

.create-account::-webkit-scrollbar-thumb {
  border: 0 solid #fff;
  border-radius: 10px;
  /* background: #f1113b;
  background: linear-gradient(to bottom, #000 0%, #f1113b 100%); */
}

.create-account .form-group .form-control{
  border-radius: 10px;
  border: 1px solid #ccc4fd;
  height: auto;
  padding: 15px 20px;
  font-weight: 300;
  font-family: 'nexa-lightuploaded_file';
}
.create-account .form-group .form-control::placeholder{
  font-weight: 300;
  font-size: 14px;
  color: #3A3A3A;
}

.create-account h2{
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #200F8C;
  margin-bottom: 30px;
}
.create-account h5{
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #200F8C;
  margin-bottom:20px;
}
.create-account .form-group .custom-select{
  border-radius: 10px;
  border: 1px solid #ccc4fd;
  height: auto;
  padding: 15px 20px;
  font-weight: 300;
  font-family: 'nexa-lightuploaded_file';
  background: #fff url(../img/down.svg) no-repeat right 0.75rem center;
  background-size: 15px 15px;
}

.font-label{
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #08083E;
}
.font-label a{
  text-decoration: underline;
  color: #08083E;
}
.choose-theQr{
  padding: 50px 0;
}
.heading-one{
  color: #3A3A3A;
  font-size: 34px;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.nav-list{
  justify-content: center;
  
  overflow: hidden;
}

.nav-list .nav-link{
  border-radius: 10px;
  border: 1px solid #200F8C;
  padding: 13px 50px;
  color: #200F8C;
  font-size: 16px;
}
.nav-list .nav-link.active{
  background: #200F8C;
  color: #fff;
}
.nav-list .nav-item:first-child .nav-link{
  border-radius: 10px 0 0 10px;
}
.nav-list .nav-item:last-child .nav-link{
  border-radius: 0 10px 10px 0;
}
.smaller{
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #200F8C;
  margin-bottom: 80px;
}

.taber-content{
  display: flex;

  flex-wrap: wrap;
}
.width-25{
  width: 25%;
      display: flex;
    flex-direction: column;
     border: 1px solid #ccc;
     position: relative;
}
.bdr-blue{
 border: 4px solid #200F8C;
}
.p3{
  padding: 30px;
}
.taber-content h3{
  color: #200F8C;
  font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: center;
}
.taber-content h4{
  font-size: 45px;
  font-weight: bold;
    font-family: 'Poppins', sans-serif;
      color: #200F8C;
      text-align: center;
}
.taber-content h4 span{
  font-size: 20px;
}
.signUp{
  border: 1px solid #200F8C;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #200F8C !important;
  text-transform: uppercase;
}

.price-list{
  margin-top: 30px;
  padding: 35px 0;
  border-top: 1px solid #200F8C;
  height: 100%;
  text-align: left;

}
.price-list ul{
  margin: 0;
  padding: 0;
}
.price-list li{
  color: #3A3A3A;
  font-size: 16px;
  margin-bottom: 25px;
  list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.bdr-blue .signUp{
  background: #200F8C;
  color: #fff !important;
}

.best_value{
  background: #200F8C;
  border-radius: 10px 10px 0 0;
  padding: 12px 20px;
  text-align: center;
  position: absolute;
  left: -4px;
  top: -45px;
  right: -4px;
  color: #FFD838;
  font-size: 14px;
  text-transform: uppercase;
}

.radius-bx{
  text-align: center;
}
.rb-box{
  background: #E8E6F2;
  border-radius: 0 30px 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.rb-box img{
  width: 60px;
}
.radius-bx h6{
  font-size: 20px;
  color: #200F8C;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.radius-bx p{
  font-size: 16px;
  color: #3A3A3A;
  line-height: 24px;
}


.question-box{
  position: relative;
}
.question-box::before{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 70px;
  background: #E8E6F2;
  border-radius: 100px 0 0 0;
}
.question-box::after{
  position: absolute;
  content: "";
  top: -40px;
  left: 30px;
  background: #200F8C;
  border-radius: 100px 0 0 0;
  width: 350px;
  height: 200px;
  z-index: -1;
}

.question-box .container{
  position: relative;
  z-index: 2;
  padding: 70px 0;
}

.qa{
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom:40px;
  padding-left: 80px;
  background: url(../img/help.svg) no-repeat left top;
}

.qa h4{
  font-size: 20px;
  font-weight: 500;
  color: #3A3A3A;
    font-family: 'Poppins', sans-serif;
}
.qa p{
  font-weight: 300;
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.need-somethig{
  padding: 70px 0;
}
.need-somethig .radius-bx p{
  font-size: 14px !important;
  line-height: 18px !important;
}
.need-somethig .radius-bx .btn-login{
  text-align: center;
  display: inline-flex;
}



.teleport-header{
  padding: 25px 0;
  text-align: center;
}
.teleport-header a img{
  width: 300px;
}

.loggedIn .logo{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loggedIn .container{
  position: relative;
  display: flex;
  justify-content: flex-end;
}





@media only screen and (max-width:1024px){
.right-log{
  padding: 100px 20px;
}
.p3{
  padding: 15px;
}
.signUp{
  padding: 12px 15px;
}
}
.mobile-header{
  display: none;
}

@media only screen and (max-width:1023px){
  .right-log{
    padding: 50px 20px;
  }
  .login-full{
    height: auto;
    padding: 0 0 0;
  }
  .login-full{
    display: inline-block;
    width: 100%;
  }
  .login-full .pt-5{
    display: none;
  }
  .width-45{
    width: 100%;
  }
  .width-55{
    width: 100%;
  }
  .bg-blue-login{
    padding: 100px 50px;
  }
  .bg-blue-login::before{
    height: 150px;
  }
  .bg-blue-login::after{
    height: 150px;
    width: 200px;
    bottom: -50px;
  }
.forgot-full{
  height: auto;
  padding: 100px 0;
}
.reverce-flex{
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
}
.width-40{
  width: 100%;
}
.bg-blue::before{
  display: none;
}
.width-60{
  width: 100%;
}
.create-account{
  height: auto;
}
.navbar{
  z-index: 100;
}
.nav-menu ul{
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.nav-menu{
  top: 100% !important;
  bottom: initial !important;
  padding-bottom: 20px;
  padding-top: 20px;
}
.p3{
  padding: 15px;
}
.taber-content h3{
  font-size: 18px;
}
.taber-content h4{
font-size: 30px;}
.signUp{
  padding: 10px 5px;
  font-size: 10px;
}

.price-list li{
  font-size: 12px;
  margin-bottom: 10px;
}
.radius-bx h6{
  font-size: 16px;
}
.radius-bx p{
  font-size: 14px;
}
.heading-one{
  font-size: 24px;
}
.question-box::before{
  left: 50px;
}
.question-box::after{
  left: 15px;
}
.best_value{
  font-size: 11px;
}
}
@media only screen and (max-width:767px){
  .right-log{
    padding: 50px 20px;
  }
  .login-full{
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .bg-blue-login{
    padding: 100px 20px 0 20px;
    height: 250px;
  }
  .login-full .pt-5{
    display: none;
  }
  .width-55{
    width: 100%;
  }
  .width-45{
    width: 100%;
  }
  .right-log h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .have-n-account{
    text-align: center;
  }
  .spacer-more{
    text-align: center !important;
  }
  .bg-blue-login h1{
    font-size: 24px;
  }
  .nav-list .nav-link{padding: 13px 36px;}
  .db_title_right .download_btn_wrap{
    display: flex;
  }
 
  
.bg-blue-login::before{
  height: 109px;
      border-radius: 0 0 0 100px;
}
.bg-blue-login::after{
  width: 133px;
    height: 156px;
    border-radius: 0 100px 0 0;
    bottom: -100px;
}
.footer.text-center a img{
  width: 150px;
}
.heading-fg{
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.forgot-full{
padding: 80px 0;
}
.forgot-full .form-login{
  padding: 50px 0;
}
.forgot-full::after{
  display: none;
}
.forgot-full::before{
  width: 100%;
  top: -30px;
  height: 280px;
}
.btn-all{
  font-size: 14px;
}
.forgot-full h1{
  font-size: 24px;
}
.bg-blue{
  background: #fff;
  padding: 50px 20px;
}
.bg-blue h3{
  font-size: 34px;
  color: #3A3A3A;
  font-weight: 300;
}

.bg-blue h6{
  font-size: 18px;
  color: #3A3A3A;
  font-weight: 300;
}
.content-div p{
   color: #3A3A3A;
}
.content-div{
  padding: 20px 0;
}
.content-div p:last-child{
  margin-bottom: 0;
}
.tt-flex{
  padding: 5px 0;
}
.tt-flex{
   color: #3A3A3A;
}
.create-account{
  padding: 20px;
}
.mobile-header{
  display: inline-block;
  padding: 35px 0 130px;
  background: url(../img/login-bg.png) no-repeat;
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: -100px;
  overflow: hidden;
}
.mobile-header::before{
    position: absolute;
    right: -100px;
    top: 0;
    background: rgba(255,255,255,0.1);
    width: 200px;
      height: 80px;
    border-radius: 0 0 0 100px;
    content: "";
    z-index: 0;
}
.mobile-header img{
  width: 250px;
  position: relative;
  z-index: 1;
}
.responsive-nan{
  display: none;
}
.taber-content{
  display: inline-block;
  width: 100%;
}
.width-25{
  width: 100%;
  margin-bottom: 30px;
}
.signUp{
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 10px 30px;
}
.width-25{
  display: inline-block;
}
.bdr-blue{
  margin-top: 40px;
}
.question-box::after{
  display: none;
}
.question-box::before{
  left: 0;
}
.question-box .container{
  padding: 50px 20px;
}
.need-somethig .radius-bx{
  margin-bottom: 40px;
}
.radius-bx h6{
  font-size: 20px;
}
.radius-bx > div{
  display: none;
}
.need-somethig{
  padding: 50px 0;
}
.navbar .container{
  display: inline-block;
  width: 100%;
}
.logo{
  width: 100%;
  display: inline-block;
  max-width: initial;
  text-align: center;
  padding: 0 0 20px 0;
}
.logo img{
  width: 200px;
}

.navbar .push-left{
  text-align: center;
}
.hamburger-line{
   background: #FFD838;
}
.hamburger:hover .hamburger-line{
  background: #FFD838;
}
.nav-menu .btn-login img{
  display: none;
}

.nav-menu .btn-login{
  padding: 0;
  background: transparent !important;
      color: #08083E;
      font-size: 20px !important;
      text-transform: capitalize;
}
.price-list li{
  font-size: 14px;
}
.heading-one.mb-5{
  margin-bottom: 0 !important;
}

.loggedIn .logo {
  position: initial !important; 
  left: initial !important; 
  top: initial !important; 
  transform: initial !important;  
}
}