/* custom styling */
/* created by rohan kumar vashisht */
#header .right li a.active_link {
  color: #ff7000;
}

@media only screen and (min-width: 500px) {
  #MyModal .modal-content {
    width: 40%;
  }
}
/* Forget Password */
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.pr35 {
  padding-right: 35px;
}
.iblock {
  display: inline-block;
}
.t0 {
  top: 0;
}
.t10 {
  top: 10px;
}
.r10 {
  right: 10px;
}
.z1 {
  z-index: 1;
}
.mt5 {
  margin-top: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pointer {
  cursor: pointer;
}
.error_message {
  color: #ea3546;
  font-size: 14px;
  font-weight: 400;
}
/* For Radio Buttons */
.styled-radio {
  position: absolute;
  opacity: 0;
  display: none;
}

.styled-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.styled-radio + label:before {
  content: '';
  margin-right: 10px;
  display: flex;
  float: left;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #b5b5b5;
  margin-top: 2px;
  border-radius: 50%;
}

.styled-radio:checked + label {
  color: #222222;
}

.styled-radio:checked + label:before {
  border-color: var(--brand-color);
  background: var(--brand-color);
}

.styled-radio:disabled + label {
  color: #b5b5b5;
  cursor: auto;
}

.styled-radio:disabled + label:before {
  box-shadow: none;
  background: white;
  border-color: #b5b5b5;
}

.styled-radio:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 7px;
  background: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 #606170;
}

.styled-radio:disabled + label:after {
  box-shadow: none;
}
.btn_small__filled {
  background-color: var(--brand-color);
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
  border: 1px solid var(--brand-color);
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.161);
  vertical-align: middle;
  text-transform: capitalize;
  padding: 5px 15px;
  height: 33px;
  font-family: inherit;
}
.btn_small__filled:hover {
  background-color: var(--brand-color);
  color: white;
  text-decoration: none;
  color: white;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
}
.btn_small__filled:focus,
.btn_small__filled:active,
.btn_small__filled:visited {
  background-color: var(--brand-color);
  outline: none;
  text-decoration: none;
  color: white;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.161);
}
.btn_small__filled:disabled {
  background-color: #b5b5bb;
  color: #747474;
  border-color: #b5b5bb;
  cursor: not-allowed;
  box-shadow: none !important;
}
.react_dark2__small {
  display: inline-block;
  color: #484848;
  background-color: transparent;
  outline: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  vertical-align: middle;
  border: 0;
  padding: 5px 15px;
  height: 33px;
  font-family: inherit;
}
.react_dark2__small:focus,
.react_dark2__small:hover,
.react_dark2__small:visited {
  color: #484848;
  outline: none;
  text-decoration: none;
  background-color: transparent;
}
.square_field::placeholder {
  color: #b5b5b5;
  text-transform: capitalize;
}
.square_field::-webkit-input-placeholder {
  color: #b5b5b5;
  text-transform: capitalize;
}
.square_field:-ms-input-placeholder {
  color: #b5b5b5;
  text-transform: capitalize;
}
.field_label {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 5px;
  display: block;
}
.square_field {
  height: 33px;
  display: block;
  width: 100%;
  padding: 6px 10px;
  box-shadow: none;
  border: 1px solid #b5b5b5 !important;
  border-radius: 6px;
  background-color: white !important;
  font-size: 14px;
  color: #222222 !important;
  font-family: inherit;
  box-sizing: border-box;
}
.square_field:focus {
  border-color: var(--brand-color);
  box-shadow: none;
  outline: none;
}
.square_field:disabled {
  background-color: #f0f0f0;
}
.forget_tab,
.forget_password__mainWrapper {
  display: none;
}
.otp_inputs__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.otp_input__fields {
  width: 64px;
  height: 60px;
  margin-right: 25px;
  border-radius: 6px;
  background-color: var(--brand-color-light);
  border: 0;
  padding: 10px;
  font-size: 32px;
  color: var(--brand-color);
  font-weight: bold;
  font-family: inherit;
  text-align: center;
}
.otp_input__fields:focus {
  outline: none;
}
.otp_input__fields:last-child {
  margin-right: 0;
}
.timer_section {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #484848;
  font-size: 16px;
}
.forget_password__wrapper {
  text-align: left;
}
.forget_password__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 15.5px;
  color: #222222;
  margin-top: 15px;
}
.forget_password__heading {
  font-size: 18px;
  color: #484848;
  font-weight: 600;
  line-height: 23.8px;
}
.forget_password__tagline {
  font-size: 14px;
  font-weight: 400;
  color: #484848;
  line-height: 15.5px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.password_reset__section {
  display: flex;
}
.password_reset__fields {
  flex: 1.5;
}
.password_reset__rules {
  flex: 1;
  padding-left: 25px;
  margin-top: 25px;
}
.confirm_pass__control {
  max-width: 600px !important;
}
.otp_verify__section {
  display: flex;
  margin-top: 25px;
  margin-bottom: 30px;
  align-items: center;
}
.otp_status__message {
  padding-left: 25px;
}
.otp_status__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 31.5px;
  color: #222222;
}
.otp_status__tagLine {
  font-size: 16px;
  font-weight: 600;
  line-height: 23.5px;
  color: #484848;
  margin-top: 10px;
}
.reset_password__subHeading {
  font-size: 14px;
  font-weight: 600;
  line-height: 15.5px;
  margin-bottom: 15px;
  color: #484848;
}
.reset_password__points {
  font-size: 12px;
  font-weight: 400;
  color: #484848;
  line-height: 15.5px;
  margin-bottom: 5px;
}
.tab_control__buttons {
  margin-top: 30px;
  text-align: right;
}
.previous_tab {
  margin-bottom: 15px;
}
.label_layout {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #fff;
}
.label_layout__boundary {
  border-color: var(--brand-color);
  background-color: var(--brand-color-light);
}
.form_group__inline {
  display: flex;
  flex-flow: row nowrap;
}
.country_wrapper {
  flex: 1;
  margin-right: 15px;
}
.phone_field__wrapper {
  flex: 2;
}
/* Forget Passowrd */

.login_form__mainwrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-form {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  left: 0;
  right: 0;
  margin-top: 30px;
}

.hero-content .down_arrow {
  font-size: 48px;
  color: #ff7000;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 160px;
}

.hero-content .down_arrow a i {
  color: #ff7000;
}

.hero-content .down_arrow a:hover i {
  color: #fff;
}
.wrapper.page-landing .hero.container .description-text {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  font-family: sans-serif;
  opacity: 1;
  margin-bottom: 20px;
}
.login-form > div {
  max-width: 460px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 2px 1px #d6ecec;
  border-radius: 5px;
  padding: 40px 40px 60px;
}
.login-form .form-control:focus {
  outline: none;
  box-shadow: 0 0 0;
  border: 1px solid #dedede;
}
.login-form .form-control {
  border-radius: 2.5%;
  margin-bottom: 20px;
}
.login-form .form-control {
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 46px;
  color: #444 !important;
  font-size: 16px;
  box-shadow: none;
}

.hero a:link,
.hero a:hover,
.hero a:active,
.hero a:visited {
  color: #f3f3f3;
}
.login-form img {
  margin-bottom: 45px;
  width: 100%;
  max-width: 300px;
}

.white,
.white h1 {
  color: #000000;
}

#btlogin .button {
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  border: 0;
  background-color: var(--brand-color);
  font-size: 18px;
}
#btlogin .button_airtel {
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  border: 0;
  color: #fff;
  background-color: rgb(237, 28, 36);
  font-size: 18px;
}
#btlogin .button:hover,
#btlogin .button:focus {
  color: #fff;
  background-color: var(--brand-color);
  outline: none;
  box-shadow: none;
}

#landing_page {
  position: relative;
  z-index: 1;
  background-image: url('../images/babatrucks_background.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#landing_page.datamanagers_landing_page {
  background-image: none;
}

#landing_page .overlay {
  background-color: rgba(000, 000, 000, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

#address {
  text-align: right;
}

#address p {
  font-size: 14px;
}

#about {
  padding-top: 75px;
  text-align: center;
}

#about .row {
  max-width: 70%;
}

#about img {
  margin-bottom: 50px;
}

#about p {
  max-width: 100%;
}

#demo {
  background-color: #48545c;
  height: 425px;
}
#demo h6 {
  margin-bottom: 32px;
}

#demo .button {
  border-radius: 10px;
  border: 1px solid #171a1c;
  background-color: #171a1c;
}
#demo .button:hover,
#demo .button:focus {
  color: #000;
  background-color: #eee;
}

#careers {
  width: 100%;
  max-width: 100%;
  height: 800px;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  background-image: url('../images/careers_background.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#careers .overlay {
  background-color: rgba(000, 000, 000, 0.68);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

#careers .button {
  margin-top: 50px;
  background-color: #ff7000;
}
#careers .button:hover,
#careers .button:focus {
  color: #fff;
}
#careers_content {
  padding-top: 270px;
}

#careers p {
  color: #ffffff;
}

#nav_top {
  position: fixed;
  max-width: 100% !important;
  z-index: 10;
}
#footer {
  padding-top: 30px;
}
#footer_action {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
#footer_action .button {
  border: 1px solid #1eacb2;
  border-radius: 5px;
  /*width:80px;*/
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  color: #1eacb2;
}
.call-me-btn {
  border: 1px solid #1eacb2;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  color: #1eacb2 !important;
  max-width: 120px;
  margin: 0 auto 30px;
  display: none;
}
#footer_action .button:hover,
#footer_action .button:focus {
  color: #000;
  /*font-weight: bold;*/
  background-color: #eee;
}
#landing_page.main-background {
  background-image: url('../images/header-login.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: fixed;
  height: 100%;
  width: 100%;
}
.footer-about-text {
  color: #333 !important;
}
.login-footer {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.copyRight {
  padding: 15px 0;
}
.copyRight p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.copyRight .columns {
  padding: 0;
}
.signin-heading {
  font-size: 35px !important;
  color: #000 !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  opacity: 1 !important;
}
.login-logo {
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .top-bar-section ul {
    margin-right: 0 !important;
  }
  .login-form {
    margin-top: 50px;
    margin-bottom: 35px;
  }
  .hero-content .down_arrow {
    margin-bottom: 120px;
  }
  .container.footer {
    text-align: center;
  }
  #address,
  .copyRight {
    text-align: center;
  }
  .container.footer .about p {
    max-width: 100%;
  }
  .wrapper.page-landing .hero.container .hero-content {
    margin-top: 0 !important;
  }
  .call-me-btn {
    display: block;
  }
}
