@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  position: relative;
}

.login_bg {
  background: #2f2e2d url("../images/bg_login.png") no-repeat center top/cover;
}

.text-success {
  color: #03A800 !important;
}

.border-dashed-bottom {
  border-bottom: 1px dashed #D9D9D9;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.bg-light {
  background: #EFEFEF !important;
}

img {
  max-width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-danger {
  background: #ED1C24 !important;
  border-color: #ED1C24 !important;
}

.mid_row .btn-danger {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.form-control {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.nav-icon {
  width: 20px;
  transform: rotate(0deg);
  cursor: pointer;
  height: 18px;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transition: 0.2s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 2px;
}
.nav-icon span:nth-child(2) {
  top: 50%;
}
.nav-icon span:nth-child(3) {
  bottom: 0px;
}
.nav-icon:hover span:nth-child(2) {
  width: 60%;
  background: #ED1C24;
  left: 40%;
}

.home_page .nav-icon span {
  background: #000000;
}

.rbl_logo {
  right: 0;
  top: 10px;
  background: #fff;
  padding: 10px;
}

.login_section .mid_row {
  min-height: 96vh;
}
.login_section .mid_row_login {
  min-height: 92vh;
}

.list_crd {
  background: #ffffff;
  margin-bottom: 16px;
  padding: 10px 26px 10px 10px;
  cursor: pointer;
  display: block;
  color: #000;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.5s;
}
.list_crd:last-child {
  margin-bottom: 0;
}
.list_crd:hover {
  border: 2px solid #ED1C24;
}
.list_crd .arrow_rig {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 14px;
}

.modal-body {
  border-radius: 14px !important;
  overflow: hidden;
}

.flip_dv {
  transform: scaleY(-1);
  position: relative;
}

.watchVid iframe {
  width: 100%;
  height: 320px;
  border-radius: 10px;
}

.otp-form {
  display: flex;
  justify-content: space-between;
}
.otp-form .otp-field {
  display: inline-block;
  width: 21%;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #fff;
  outline: none;
  margin-right: 10px;
  background: #fff;
  border-radius: 4px;
  font-weight: bold;
}
.otp-form .otp-field:focus {
  transform: scale(1.1);
  transition: all 0.3s;
  border-color: #ED1C24;
  color: #fff;
}
.otp-form .otp-field:not(:-moz-placeholder-shown) {
  border-color: #CACACA;
  box-shadow: none;
  background: #D9D9D9;
  color: #000000;
}
.otp-form .otp-field:not(:placeholder-shown) {
  border-color: #CACACA;
  box-shadow: none;
  background: #D9D9D9;
  color: #000000;
}

.faq_outer {
  font-size: 14px;
}
.faq_outer h1, .faq_outer h2, .faq_outer h3, .faq_outer h4, .faq_outer h5, .faq_outer h6 {
  font-size: 16px;
  font-weight: bold;
}
.faq_outer p, .faq_outer li, .faq_outer ul {
  font-size: 14px;
}

.impInstructions ul {
  margin: 0;
}
.impInstructions ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
}
.impInstructions ul li strong {
  color: #ED1C24;
}
.impInstructions ul li.not strong {
  color: #ED1C24;
}
.impInstructions ul li::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  font-size: 16px;
  top: -5px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 36px;
  left: 0;
  z-index: 1;
}
.impInstructions ul li.not::after {
  content: "\f00d";
  top: -8px;
  color: #000;
}

.banner_home .bnr_cont {
  background: #1A2764;
}
.banner_home .bnr_list {
  max-height: 330px;
  min-height: 330px;
  overflow: hidden;
  overflow-y: auto;
  margin-left: -10px !important;
}
.banner_home .bnr_list li {
  display: flex;
  align-items: center;
}
.banner_home .image_dv {
  background: url("../images/banner_h.png") no-repeat center center/cover;
}
.banner_home ::-webkit-scrollbar {
  width: 4px;
}
.banner_home ::-webkit-scrollbar-track {
  background: #6D6D6D;
}
.banner_home ::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
  transform: scale(1.1);
}

.address_outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.address_outer button {
  font-size: 14px;
  white-space: nowrap;
}
.address_outer h5 {
  font-size: 16px;
}
.address_outer p {
  font-size: 13px;
}

.howtomodal .owl-nav button span {
  display: none;
}
.howtomodal .owl-nav button.owl-prev {
  background: url("../images/prev.png") no-repeat center center/cover;
  width: 22px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
}
.howtomodal .owl-nav button.owl-next {
  background: url("../images/prev.png") no-repeat center center/cover;
  width: 22px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1);
  right: -22px;
}
.howtomodal .owl-nav button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.howtomodal .step_text {
  font-weight: 600;
  font-size: 14px;
}
.howtomodal .step_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ED1C24;
  left: 0;
}
.howtomodal .min-h-con {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  height: 50px;
}

.btn-close {
  background-color: #09c3b1;
  opacity: 1;
  background-size: 44%;
  border-radius: 50%;
  filter: invert(1);
}

.navigationSlide {
  overflow: hidden;
  width: 290px !important;
}
.navigationSlide .btn-close {
  opacity: 1;
  font-size: 14px;
  position: fixed;
  right: 292px;
  top: 0;
}
.navigationSlide .mid_slide {
  overflow-y: auto;
}
.navigationSlide ul {
  margin: 0;
  padding: 0;
}
.navigationSlide ul li {
  list-style: none;
}
.navigationSlide ul li a {
  display: block;
  color: #404040;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 16px;
  font-size: 13px;
  text-transform: uppercase;
}
.navigationSlide ul li a:hover {
  background-color: rgba(237, 28, 36, 0.1);
}
.navigationSlide .cate_slide {
  position: relative;
  cursor: pointer;
}
.navigationSlide .cate_slide::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(224deg);
  transition: all 0.5s;
}
.navigationSlide .cate_slide_inner {
  width: 100%;
  max-height: 304px;
  background: #f6f6f6;
  transition: all 0.5s;
  z-index: 1;
  overflow-y: auto;
  display: none;
}
.navigationSlide .open_cate .cate_slide_inner {
  display: block;
}
.navigationSlide .open_cate .cate_slide::after {
  transform: rotate(44deg);
}

.befifit_dv {
  background: #6D6D6D;
}
.befifit_dv .active_benfit {
  background: #ED1C24;
}
.befifit_dv a {
  text-decoration: none;
}

.home_list {
  background: #efefef;
}

.home_list .nav {
  border: 0;
  display: flex;
  justify-content: space-between;
}
.home_list .nav .nav-link {
  color: #000;
  border: 0;
  padding: 6px 0;
}
.home_list .nav .nav-link.active {
  color: #ED1C24;
  background: transparent;
  position: relative;
}
.home_list .nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ED1C24;
  height: 2px;
}
.home_list .inner_home_list .circle_dv {
  position: relative;
}
.home_list .inner_home_list .circle_dv::before, .home_list .inner_home_list .circle_dv::after {
  content: "";
  position: absolute;
  left: -12px;
  top: -7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #efefef;
}
.home_list .inner_home_list .circle_dv::after {
  left: initial;
  right: -12px;
}
.home_list .inner_home_list .impInsDv span {
  width: 33%;
}
.home_list .inner_home_list .impInsDv span img {
  opacity: 0.4;
}
.home_list .inner_home_list .impInsDv span:hover img {
  opacity: 1;
}

.tcDV {
  color: #1A2764;
  position: absolute;
  right: 8px;
  bottom: 4px;
  font-size: 12px;
}

.searchForm .form-control {
  padding-right: 27px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 14px;
  border-color: #6d6d6d;
}

.searchForm .searchBtn {
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  padding: 0px 10px;
  border-left: 1px solid #6d6d6d;
  color: #6d6d6d;
}
.trans_tbl {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #6d6d6d;
}

.trans_tbl thead th {
  background: #ed1c24;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.trans_tbl tbody tr td {
  font-weight: 400;
  color: #5b5959;
  font-size: 14px;
  border-bottom: 1px solid #6d6d6d;
}

.trans_tbl tbody tr:last-child td {
  border-bottom: 0px solid #6d6d6d;
}

@media (max-width: 991px) {
  .login_bg {
    background: #2f2e2d url("../images/bg_m.png") no-repeat center top/cover;
    padding-bottom: 54% !important;
    min-height: auto;
  }
  .rbl_logo {
    padding: 0px;
  }
  .banner_home .bnr_list {
    min-height: 230px;
    height: 230px;
  }
  .befifit_dv .fs-22 {
    font-size: 16px;
  }
  .home_list .nav {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .home_list .nav .nav-link {
    display: inline-block;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .banner_home .bnr_list {
    margin-left: 0px !important;
  }
  .banner_home .bnr_cont .fs-20 {
    font-size: 14px;
  }
  .banner_home .bnr_cont .fs-14 {
    font-size: 10px;
  }
  .list_outer_h {
    position: absolute;
    left: 0;
    right: 0;
    background: #1A2764;
    z-index: 2;
    padding-bottom: 20px;
    margin-top: 20px;
    display: none;
  }
  .down_arrow:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: none;
  }
}
.show_list_home {
  overflow: hidden;
}
.show_list_home .list_outer_h, .show_list_home .down_arrow:after {
  display: block;
}
.show_list_home .down_arrow i {
  transform: scale(-1);
}

@media (max-width: 420px) {
  .cong_txt {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #1a2764;
    background: #1a2764;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #1a2764;
}

.ui-widget.ui-widget-content {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}