@charset "utf-8";
/* CSS Document */
f {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}



/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  outline: none !important;
}

a:hover {
  color: #222;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #353535;
}

button:focus,
input:focus {
  outline: none;
}
img
{
  width: 100%;
}
body{
  /*font-family: 'Archivo Black', sans-serif;*/
/*font-family: 'Poppins', sans-serif;*/
font-family: 'Lexend', sans-serif;
}
/*=======================*/



.page_header{
  width: 100%;
  float: left;
  padding: 15px 0;
}
.page_header .loago_blk{
  width: 150px;
  float: left;
}

.slider_page_wpr{
  width: 100%;
  float: left;
}


.bg_slider{
  background: url('/assets/images/home.png');
  background-repeat: no-repeat;
  background-position: right;
}

.slider_page_wpr{
  width: 100%;
  float: left;
  /* border-bottom: solid 1px #f1f1f1; */
  /* background: rgb(75,31,208); */
  /* background: linear-gradient(182deg, rgba(75,31,208,0) 5%, rgb(243 250 255) 100%); */
}
.slider_page_wpr .slider_content{
      width: 100%;
      float: left;
      padding: 15px;
      min-height: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
      /* background-color: rgb(255 255 255 / 70%); */
}
.slider_content_inwpr{
  
padding: 15px;
  
background-color: rgb(255 255 255 / 42%);
  
border-radius: 15px;
}
.slider_content_inwpr h2{
  margin-bottom: 20px;
}.slider_content_inwpr .desc{
  margin-bottom: 20px;
}

.slider_content_inwpr .btn-wpr{
     width: 100%;
    float: left;
}
.slider_content_inwpr .btn-page{
       width: auto;
       float: left;
       padding: 12px 15px;
       background-color: #000000;
       min-width: 200px;
       text-align: center;
       font-size: 20px;
       color: #fff;
       cursor: pointer;
       border-radius: 4px;
       box-shadow: 2px 2px 3px 1px rgb(0 0 0 / 8%);
}















.footer-wpr{
    width: 100%;
    float: left;
    background-color: #000000;
    padding: 50px 0;
    color: #7a7c7f;
}

.from-subscribe{
    color: #7a7c7f;
    font-size: 14px;
    margin: 15px 0;
}
.from-subscribe .form-title{
  font-size: 14px;
}
.from-subscribe .form-title-2{
  font-size: 12px;

}
.from-subscribe .form-title-2 a{
     text-decoration: underline !important;
    color: #7a7c7f;
}

.from-subscribe .input-wpr{
  width: 100%;
  float: left;
  display: flex;
  margin: 15px 0;
}
.from-subscribe .input-wpr .input-txt{
  width: 100%;
  float: left;
  height: 45px;
  border: solid 1px #8f8f8f;
  background-color: #606060;
  border-radius: 5px;
  padding: 5px 15px;
  color: #fff;
}
.from-subscribe .input-wpr .btn-subscribe{
  width: auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  background-color: #007cc2;
  margin-left: 5px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
    transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.from-subscribe .input-wpr .btn-subscribe:hover{

  background-color: #0d99ff;
}


.ft-menu-wpr{
  width: 100%;
  float: left;
}
.ft-menu-wpr h2{
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 15px;
}.ft-menu-wpr .ft-ul a{
  font-size: 14px;
    color: #7a7c7f;
}.ft-menu-wpr .ft-ul a:hover{
  color: #007cc2;
}

.footer-wpr hr{
  color: #fff;
}

.ft-bottom-wpr{
  font-size: 12px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
}

.social-wpr{
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.social-icon{
     color: #fff;
     font-size: 18px;
     width: 35px;
}
.social-icon:hover{
    color: #007cc2 !important;
}
.ft-logo{
  width: 100%;
  background: #fff;
  padding: 8px;
  border-radius: 15px;
  margin-top: 9px;
}
.ft-app-download img{
  width: 150px;
}


.page_head{
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px 0;
  margin-bottom: 50px;
}

.card-wpr{
  width: 100%;
  float: left;
  padding: 25px 15px;
  color: #626262;
  background-color: white;
  border-radius: 14px;
  box-shadow: 13px 9px 17px 0px rgb(0 0 0 / 3%);
  background: rgb(255 255 255);
  /* background: linear-gradient(89deg, rgb(31 32 32) 0%, rgb(116 116 116) 100%); */
}
.card-wpr h2{
    margin-bottom: 15px;
    font-size: 22px;
    color: #000000;
}
.card-wpr .desc{
  
font-size: 16px;
}


/*---Login   ---*/
.bg_white{
  background-color: white;
}

.login-container{
  width: 100%;
  float: left;
  max-width: 460px;
  padding: 15px 15px;
  background-color: rgb(255 255 255);
  /* border-radius: 5px; */
  /* margin: 15px 0; */
  /* box-shadow: 0 3px 5px 2px #0000000d; */
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container .login-logo-wpr{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  height: 150px;
}
.login-container .login-logo-wpr img{
  width: 200px;
  margin-bottom: 15px;
}
.login-container h4{
  /* text-align: center; */
  color: #000000;
  margin-bottom: 10px;
}

.login-container h6{
  /* text-align: center; */
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}.login-container p{
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 15px;
}

.login-form-wpr{
  width: 100%;
  float: left;
}
.login-form-wpr .input-group-wpr{
  width: 100%;
  float: left;
  display: flex;
  background-color: rgb(255 255 255 / 15%);
  border-radius: 6px;
  border: solid 1px #e7e7e7;
  margin-bottom: 15px;
  padding-right: 60px;
  /* height: 60px; */
}
.login-form-wpr .input-group-wpr .icon{
  min-width: 60px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.login-form-wpr .input-group-wpr .input-txt{
  background-color: transparent;
  border: none;
  color: #000;
  /* text-align: center; */
  font-size: 14px;
  width: 100%;
  height: 45px;
}
.login-form-wpr .input-group-wpr .iti__selected-dial-code{
  color: #fff;
}
.login-form-wpr .input-group-wpr .title{
  text-align: center;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  text-transform: uppercase;
}

.login-form-wpr .input-group-wpr .input-txt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: 300;
  opacity: 1; /* Firefox */
}

.login-form-wpr .input-group-wpr .input-txt:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 300;
}

.login-form-wpr .input-group-wpr .input-txt::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-weight: 300;
}

.login-form-wpr .input-group-wpr.btn-white{
  background-color: #fff;
}
.login-form-wpr .input-group-wpr.btn-white .title{
  color: #000;
}
.login-form-wpr .input-group-wpr.btn-blue{
  background-color: #000000;
  border-color: #000000;
  margin-top: 15px;
}
.login-form-wpr .input-group-wpr.btn-black{
  background-color: #222222;
  border-color: #222222;
}
.btn-login-wpr{
  cursor: pointer;
  opacity: 0.9;
      transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.btn-login-wpr:hover{
  opacity: 1;
}
.login-form-wpr .input-group-wpr.btn-white .icon{
  color: #000;
}
.login-form-wpr label{
  width: 100%;
  float: left;
  color: #404040;
  margin-bottom: 5px;
}

.btn-login-wpr-2{
  height: 55px;
  padding-left: 60px;
  cursor: pointer;
}
.or-wpr{
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  position: relative;
}
.or-wpr:before{
  content: '';
  float: left;
  width: 45%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 13px;
}
.or-wpr:after{
  content: '';
  float: left;
  width: 45%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right:  0;
  top: 13px;
}

.ft-btn-login-wpr{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-round{
     width: 50px;
    height: 50px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 15px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 5%);
      transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.btn-round:hover{
     color: #0d99ff;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 12%);
}

.otp-wpr{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.otp-wpr .otp-txt-wpr{
      width: 60px;
    height: 60px;
    float: left;
    margin: 0 5px;
    color: #fff;
    background-color: rgb(255 255 255 / 26%);
    border: solid 1px #fff;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    font-size: 30px;
}

.otp-black .otp-txt-wpr{
   border: solid 1px #000;
   color:#000;
}
.txt-black{
  color:#000 !important;
}

.d-flex-center{
  display:flex;
  justify-content:center;
  align-items:center;
}
.max-w-300{
  max-width:320px;
}

.radio-flex{
  display:flex;
  align-items:center;
}
.radio-flex label{
    margin: 0 !important;
    margin-left: 8px !important;
}

.login_bg_wpr{
      background: url(/assets/images/login_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}


/*---!Login   ---*/
