/*-----------------------------------------------------------------------------------
    Template Name   : Capital-M
    Developer       : Hunain Butt
    Description     : This is a SCSS Template
    Version         : 1.0
-----------------------------------------------------------------------------------*/
/****** Theme Reset Style ***********************************************************
*********************************************************** Theme Reset Style ******/

/**** Heading Fonts ***/
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800;900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@0,200,300,400,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300,400,600,700,800&display=swap');


body {
  background: #fff;
  font-size: 15px;
  color: #042777;
  font-family: "Nunito Sans", "Open Sans", sans-serif;
  font-weight: 500;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 13px;
  font-weight: 700;
  font-family: "Nunito Sans", "Open Sans", sans-serif;
  color: #042777;
}

div {
  outline: none;
}

p a {
  color: #042777;
  text-decoration: none;
  font-weight: 400;
  font-family: "Nunito Sans", "Open Sans", sans-serif;
}

p a:hover {
  text-decoration: underline;
  outline: none;
}

p {
  letter-spacing: normal;
  margin: 0 0 10px;
  color: #042777;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito Sans", "Open Sans", sans-serif;
}

a {
  color: #042777;
  text-decoration: none;
  outline: none !important;
  display: block;
  font-family: "Nunito Sans", "Open Sans", sans-serif;
}

.wrapper span {
  font-family: "Nunito Sans", "Open Sans", sans-serif;
}

.wrapper input,
.wrapper textarea,
.wrapper button {
  font-family: "Nunito Sans", "Open Sans", sans-serif;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}

.btn:hover,
.btn:focus,
.btn.focus {
  outline: none;
  text-decoration: none;
  color: #fff;
}

/****** Image Style ******/
img {
  max-width: 100%;
}

/***** iframe ****/
iframe {
  border: 0;
  width: 100%;
}

/**** blockquote ****/
blockquote {
  padding: 0;
  border: 0;
}

/****** From Element Style ******/
label {
  display: block;
  font-weight: 400;
  margin: 0;
  font-family: "Nunito Sans", "Open Sans", sans-serif;
}

textarea {
  border-radius: 0;
  resize: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input,
.form-control {
  height: 45px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  position: relative;
  font-weight: 300;
}

.form-control.border-0 {
  border: 0;
}

.form-control.bg-wihet {
  background: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus:-moz-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

/****** From Element Style ******/
/****** Theme Reset Style ***********************************************************
  *********************************************************** Theme Reset Style ******/
/****** Global Elements ***********************************************************
  *********************************************************** Global Elements ******/
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/**** overlay ***/
.overlay-dark {
  position: relative;
}

.overlay-dark::before,
.overlay-dark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/**** Postion ****/
.position-center-center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**** row-no-gutter ***/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/******** Margin & Padding *******/
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.sign-in-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.sign-in-left {
  height: 100vh;
  width: 1240px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  padding: 70px 0px 70px 0px;
}

.sign-in-left-detail {
  padding-left: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sign-in-left-bottom h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 150%;
  color: #ffffff;
}

.sign-in-left-bottom h2 span {
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 15px;
}

.sign-in-left-bottom p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 0;
  color: #ffffff;
}

.sign-in-left-bottom {
  width: 680px;
}

.sign-in-left-detail .logo a {
  display: inline-block;
}

.sign-in-right {
  width: 740px;
  position: relative;
  background: #fbfcfc;
  border-radius: 32px 0px 0px 32px;
  margin-left: -40px;
  z-index: 3;
  height: 100vh;
}

.sign-in-right-detail h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #202020;
  margin-bottom: 2px;
}

.sign-in-right-detail p {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
}

.sign-in-right-detail p a {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #2b76ba;
  margin-left: 3px;
}

.sign-in-right-detail {
  padding: 208px 100px 208px 100px;
}

.input-holder {
  position: relative;
}

.input-holder img {
  position: absolute;
  top: 14px;
  right: 18px;
}

.input-holder input {
  background: #ffffff;
  border: 1px solid #dcdbdd;
  border-radius: 12px;
  font-size: 15px;
  /* color: #202020 !important; */
}

.input-holder label {
  font-size: 15px;
  color: #202020;
}

.input-holder input:focus {
  outline: none;
  box-shadow: none;
}

.wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper .btn {
  padding: 14px 44px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  border-radius: 12px;
  text-decoration: none;
}

.wrapper .btn-blue-gr {
  color: #fff;
  background: #386264;
}

.wrapper .btn-dark {
  background-color: #404040;
  color: #fff;
}

.wrapper .btn-blue-gr:hover {
  color: #417274;
  border: 1px solid #417274;
}

.sign-in-btn-holder {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 35px !important;
}

.sign-in-btn-holder li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #47464a;
}

.or-line-holder {
  position: relative;
}

.or-line-holder .or-line {
  background: #dcdbdd;
  display: block;
  height: 1px;
  width: 400px;
  margin: 0 auto;
}

.or-line-holder .or-text {
  display: inline-block;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #fbfcfc;
  width: 50px;
}

.wrapper .btn-outline-white {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #dcdbdd;
}

.wrapper .btn-outline-white img {
  margin-right: 5px;
}

.wrapper .btn-outline-white:hover {
  border: 1px solid #dcdbdd;
}

.sign-in-with-social {
  display: flex;
  align-items: center;
  margin-top: 30px !important;
  justify-content: space-around;
}

.sign-in-with-social li a {
  display: flex !important;
  align-items: center;
}

.sign-in-with-social li a img {
  margin-right: 7px;
}

.recaptcha-holder {
  position: absolute;
  bottom: 40px;
  left: 90px;
}

.recaptcha-holder p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #84818a;
}

.recaptcha-holder p a {
  text-decoration: none;
  display: inline-block;
  color: #386264;
}

/*****  Register Page ******/
.input-group-holder {
  display: flex;
  justify-content: space-between;
}

.sign-in-right-detail.sign-up-right-detail {
  padding: 108px 100px 208px 100px;
}

.check-policy input {
  height: 20px;
  width: 24px;
  padding: 11px;
}

.check-policy label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  margin-left: 10px;
  color: #84818a;
}

/********  Forgot & Email css ********/

.forgot-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.forgot-left-holder {
  height: 100vh;
  width: 740px;
  background: linear-gradient(180deg, #386264 0%, rgba(56, 98, 100, 0.93) 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  padding: 110px 0px 115px 115px;
}

.forgot-right-holder {
  height: 100vh;
  width: 1180px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.forgot-logo a {
  display: inline-block;
  margin-bottom: 76px;
}

.forgot-logo h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 0;
  color: #ffffff;
}

.forgot-logo.otp-logo-holder h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 0;
  color: #ffffff;
}

.forgot-left-holder .recaptcha-holder p,
.forgot-left-holder .recaptcha-holder p a {
  color: #fff;
  margin-bottom: 0;
}

.circle-lin-img img {
  position: absolute;
  left: 94px;
  top: 0px;
}

.forgot-left-holder.create-password-left {
  background: linear-gradient(180deg, #353535 0%, #420b15 100%);
}

.remember-text p {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
  justify-content: center;
}

.remember-text a {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
  margin-left: 3px;
}

.wrapper .btn-red-gr {
  background: linear-gradient(180deg, #000000 0%, #410e17 100%);
  color: #fff;
}

.wrapper .btn-red-gr:hover {
  color: #fff;
}

.email-confirm-holder {
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px 60px 0px;
  display: flex;
  justify-content: center;
}

.logo a {
  display: inline-block;
}

.email-confrim-detail {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 1300px;
  text-align: center;
}

.email-confirm-message p {
  display: flex;
  margin-bottom: 13px;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #363636;
}

.email-confirm-message p a {
  display: contents;
}

.email-confirm-message h3 {
  font-style: normal;
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #202020;
}

.recaptcha-holder-relative p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #84818a;
  margin-bottom: 0;
}

.recaptcha-holder-relative p a {
  text-decoration: none;
  display: inline-block;
  color: #284b97;
}

.joined-social {
  display: flex;
  align-items: center;
  margin-top: 30px !important;
  justify-content: center;
}

.joined-social li {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
}

.joined-social li:nth-child(2) {
  margin-left: -5px;
}

.joined-social li:last-child {
  margin-left: 10px;
}

.email-confirm-message .btn {
  padding: 14px 60px;
}

.table-action-holder.user-main-action-table li {
  line-height: 11px;
}

.table-action-holder.user-main-action-table li:first-child {
  margin-top: 0;
}

.input-holder.enter-otp-number {
  margin-top: 30px;
}

.input-holder.enter-otp-number label {
  margin-bottom: 10px;
  font-size: 17px;
}

.input-holder.enter-otp-number {
  margin-bottom: 30px;
}

.input-holder.enter-otp-number input {
  height: 43px;
}

.input-holder.enter-otp-number {
  margin-bottom: 30px;
}

.input-holder.enter-otp-number input {
  color: #000 !important;
  padding: 0 !important;
  border-radius: 5px !important;
  border: 1px solid #386264;
  height: 45px !important;
  width: 45px !important;
  font-weight: 600;
  margin: 10px 10px 30px 0px !important;
  font-size: 20px;
}

.text-center.login-success-text {
  font-size: 30px;
  color: #202020;
}

.input-holder.enter-otp-number input::placeholder {
  color: #000 !important;
}

.input-holder.otp-verify-phone label {
  margin-bottom: 10px;
  font-size: 17px;
}

.input-holder.otp-verify-phone input {
  margin-bottom: 30px !important;
  margin-top: 40px !important;
  height: 42px;
  border: 1px solid #386264;
}

.input-holder.otp-verify-phone .flag-dropdown {
  border: 1px solid #386264;
}

.form-floating.mb-3.input-holder.sign-up-input-first {
  width: 100%;
}

.form-floating.mb-3.input-holder.sign-up-input-first input {
  width: 100%;
}

.input-group-holder.gap-10 {
  gap: 15px;
}

.sign-in-with-social li a {
  text-decoration: none !important;
}

.form-input-new-img {
  z-index: 1;
  left: 13px;
  top: 16px !important;
}

.input-holder.form-input-new-holder input {
  padding-left: 50px;
}

.input-holder.form-input-new-holder label {
  padding-left: 50px !important;
}

.react-spinner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custome-alert-box{
  position: absolute;
  z-index: 99;
  background: #fff;
  width: 30%;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
  border-radius: 8px;
}

.custome-alert-box .btn-aler-modal-close{
  position: absolute;
  top: 8px;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 20px;
  right: 8px;
}

.custome-alert-box-header h3{
  margin-bottom: 0;
  font-size: 22px;
  color: #282727;
  font-weight: 500;
}

.custome-alert-box-header{
  padding: 15px 20px 10px;
}

.custome-alert-box-footer{
  padding: 10px 20px;
  text-align: end;
}

.custome-alert-box-footer .btn-alert-cancel{
  background: #ebeced;
  border: 1px solid #e8edf7;
  color: #4c4a4a;
  padding: 7px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
}
.custome-alert-box-body{
  padding: 20px;
}

.custome-alert-box-body h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #282a2a;
}