@font-face {
  font-family: JF_font;
  src: url(../fonts/JF-Flat-regular.ttf);
}

*,
* button:focus {
  outline: 0;
}

.mainColor {
  color: #273071 !important;
}

.subColor {
  color: #4781bf !important;
}

.mainBG {
  background-color: #273071 !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: JF_font;
  text-decoration: none;
  font-size: 15px;
  overflow-x: hidden;
  position: relative;
  font-weight: 500;
  direction: rtl;
}

h1,
h2,
h3 {
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}

h4,
h5,
h6 {
  font-weight: 500;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

.form-control,
.form-select {
  min-height: 55px;
  background-color: #f7f7f7;
  border: 0;
  padding: 5px 15px;
  width: 100%;
  border-radius: 10px;
  font-size: 13px;
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f7f7f7;
}

label {
  font-size: 13px;
}

.butn {
  padding: 15px 40px;
  border-radius: 50px;
  background-color: #4781bf;
  color: #fff;
  text-align: center;
  border: 0;
  min-width: 150px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.butn:hover {
  background-color: #273071;
  -webkit-box-shadow: 5px 10px 20px #0002;
          box-shadow: 5px 10px 20px #0002;
  color: #fff;
}

.butn.butn_white {
  background-color: #fff;
  color: #273071;
}

.butn.butn_white:hover {
  background-color: #4781bf;
  color: #fff;
  -webkit-box-shadow: 5px 10px 20px #0002;
          box-shadow: 5px 10px 20px #0002;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #999;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  line-height: 1.7;
  margin: 0;
}

.card {
  border: 0;
  padding: 30px;
  border-radius: 10px;
}

.text,
.text * {
  font-size: 16px;
  line-height: 1.8;
}

small.text {
  font-size: 14px;
}

.bg_gray {
  background-color: #fffef2;
}

.bg_light {
  background-color: #F9FBFF;
}

.section_padding {
  padding: 80px 0;
}

/* --------------- navbar --------------- */
.navbar-wrapper {
  position: relative;
  z-index: 8;
}

.navbar-wrapper .navbar {
  background: #fff;
  border-bottom: 1px solid #9992;
}

.navbar-wrapper .navbar .navbar-brand .logo {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar-wrapper .navbar .nav-link {
  position: relative;
  color: #777;
  margin: 0;
  padding: 0 25px;
}

.navbar-wrapper .navbar .nav-link.active {
  color: #283172;
}

.navbar-wrapper .navbar .nav-link::after {
  position: absolute;
  content: "";
  left: -2px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #ddd;
  border-radius: 50%;
}

.navbar-wrapper .navbar .nav-item:last-of-type .nav-link::after {
  display: none;
}

.navbar-wrapper .bg-color {
  background-color: #283172;
}

/* ------------ register page style ------------- */
.form_style_1 {
  padding: 70px 0;
  position: relative;
  background-color: #f9f9f9;
  z-index: 20;
}

.form_style_1 .inner {
  background-color: #fff;
  border-radius: 25px;
  padding: 70px 35px;
  position: relative;
  z-index: 10;
}

.form_style_1 .inner .text h3 {
  color: #283172;
}

.form_style_1 .form-group {
  position: relative;
  margin-bottom: 30px;
}

.form_style_1 .form-group label {
  margin-bottom: 10px;
}

.form_style_1 .form-group .icon {
  position: absolute;
  right: 15px;
  bottom: 16px;
  border-left: 1px solid #9994;
  padding-left: 10px;
}

.form_style_1 .form-group .form-control {
  padding-right: 50px;
  line-height: 1;
}

.form_style_2 {
  padding: 70px 0;
  position: relative;
  background-color: #f9f9f9;
  z-index: 20;
}

.form_style_2 .inner {
  background-color: #fff;
  border-radius: 25px;
  padding: 70px 35px;
  position: relative;
  z-index: 10;
}

.form_style_2 .inner .text h3 {
  color: #283172;
}

.form_style_2 .form-group {
  position: relative;
  margin-bottom: 30px;
}

.form_style_2 .form-group.checkbox_group label {
  pointer-events: all;
  position: static;
  display: block;
  margin-bottom: 10px;
  padding: 0;
}

.form_style_2 .form-group label {
  position: absolute;
  right: 40px;
  bottom: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  background-color: transparent;
  padding: 0 15px;
}

.form_style_2 .form-group .icon {
  position: absolute;
  right: 15px;
  bottom: 19px;
  border-left: 1px solid #9994;
  padding-left: 10px;
}

.form_style_2 .form-group .eye {
  position: absolute;
  left: 15px;
  bottom: 19px;
  cursor: pointer;
}

.form_style_2 .form-group .form-control {
  padding-right: 50px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #9993;
  min-height: 60px;
}

.form_style_2 .form-group .form-control:focus ~ label {
  bottom: 50px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  right: 30px;
  background-color: #fff;
  opacity: 0.7;
}

.form_style_2 .form-group .form-control:not(:placeholder-shown) ~ label {
  bottom: 50px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  right: 30px;
  background-color: #fff;
  opacity: 0.7;
}

.form_style_2 .form-group .form-control:not([value=""]):valid ~ label {
  bottom: 50px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  right: 30px;
  background-color: #fff;
  opacity: 0.7;
}

.form_style_2 .form-group .butn {
  border-radius: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 18px;
}

.calc_transform .trans_item {
  text-align: center;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px;
}

.calc_transform .trans_item h6 {
  font-weight: bold;
  margin: 0;
}

.tabs_style_1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs_style_1 .nav-link {
  padding: 15px 40px;
  border-radius: 30px;
  background-color: #f0f0f0;
  margin: 0 10px;
  color: #000;
}

.tabs_style_1 .nav-link.active {
  background-color: #283172;
  color: #fff;
}

.transfers_pg .tabs_style_1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.transfers_pg .tabs_style_1 .nav-link {
  font-size: 12px;
  padding: 12px 15px;
  margin: 10px 5px;
}

.form-check-input {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.form-check-input:checked {
  background-color: #283172;
  border-color: #283172;
}

.recovery_password .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.recovery_password .nav-pills .nav-item .nav-link {
  text-align: center;
  margin: 0 15px;
  color: #777;
  opacity: 0.5;
}

.recovery_password .nav-pills .nav-item .nav-link.active {
  color: #4781bf;
  background: transparent;
  opacity: 1;
}

.recovery_password .nav-pills .nav-item .nav-link.active .icon {
  border: 2px solid #4781bf;
}

.recovery_password .nav-pills .nav-item .nav-link .icon {
  width: 100px;
  height: 100px;
  border: 1px solid #9993;
  border-radius: 50%;
  padding: 25px;
  margin: auto;
}

.recovery_password .nav-pills .nav-item .nav-link .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recovery_password .nav-pills .nav-item .nav-link span {
  display: block;
  margin-top: 10px;
}

.recovery_password .code_icon {
  text-align: center;
  margin-bottom: 20px;
}

.recovery_password .code_icon img {
  width: 80px;
}

.table_head_edit {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px #00000005;
          box-shadow: 0 0 30px #00000005;
}

.table_head_edit label {
  font-weight: bold;
}

.table_head_edit .form-control {
  font-size: 14px;
}

.table_box {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px #00000005;
          box-shadow: 0 0 30px #00000005;
  border-radius: 20px;
  overflow: hidden;
}

.table_box .table_title h6 {
  font-weight: bold;
}

.table form .form-control {
  min-height: 40px;
  font-size: 15px;
  min-width: 4.8vw;
}

.table th {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #9993;
  font-size: 14px;
}

.table th form .form-control {
  min-width: unset;
  width: 40px;
}

.table .icon img {
  width: 17px;
  margin: 0 3px;
}

.table td {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #9993;
  font-size: 14px;
  padding: 15px;
}

.table td .btn {
  min-width: 100px;
  font-size: 12px;
  cursor: auto;
}

.table .custom-control-label::before {
  top: 1px;
}

.table .custom-control-label::after {
  top: 1px;
}

.table thead th {
  border-bottom: 2px solid #9992;
  padding: 20px;
}

.table-bordered thead th {
  font-size: 15px;
}

.table-bordered thead td {
  font-size: 15px;
}

.table-bordered tbody tr td:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-hover tbody tr.active {
  background-color: #f1f1f1;
}

.table_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #888;
}

.table_pagination .next_btn i {
  position: relative;
  top: 3px;
  margin: 5px;
}

.table_pagination .next_btn:hover {
  color: var(--mainColor);
}

.table_pagination .prev_btn i {
  position: relative;
  top: 3px;
  margin: 5px;
}

.table_pagination .prev_btn:hover {
  color: var(--mainColor);
}

.table_pagination .numbers a {
  margin: 5px;
}

/* ------------ profile_pg style ------------- */
.profile_pg {
  background-color: #f9f9f9;
  padding-bottom: 100px;
}

.profile_pg .profile_header {
  position: relative;
  padding: 100px 0 150px;
  background-color: #283172;
}

.profile_pg .profile_header .user_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin-bottom: -130px;
  position: relative;
  z-index: 20;
  border-radius: 100px;
  border: 15px solid #283172;
  padding: 10px 50px;
  color: #283172;
}

.profile_pg .profile_header .user_content .img_icon {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #28317233;
  padding: 7px;
}

.profile_pg .profile_header .user_content .img_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.profile_pg .profile_header .user_content .img_icon .img_change {
  position: absolute;
  right: calc(50% - 27px);
  bottom: -20px;
  width: 50px;
  height: 50px;
  background: #283172;
  border-radius: 50%;
  color: #fff;
  line-height: 35px;
  text-align: center;
}

.profile_pg .profile_header .user_content .inf .progress {
  height: 8px;
  background-color: #28317210;
  border-radius: 10px;
  margin-top: 10px;
}

.profile_pg .profile_header .user_content .inf .progress .progress-bar {
  background-color: #283172;
  border-radius: 10px;
}

.profile_pg .profile_header .pattern1 {
  width: 7%;
  position: absolute;
  right: 0;
  top: 15px;
}

.profile_pg .profile_header .pattern2 {
  width: 7%;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.profile_pg .page_content {
  background-color: #fff;
  border-radius: 30px;
  margin-top: -100px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  min-height: 300px;
}

.profile_pg .page_content .form_style_2 {
  background-color: #fff;
  padding: 0;
  padding: 4vw;
}

.profile_pg .page_content .profile_tabs .nav-pills .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #9993;
  border-left: 1px solid #9993;
}

.profile_pg .page_content .profile_tabs .nav-pills .nav-item:last-of-type {
  border-left: 0;
}

.profile_pg .page_content .profile_tabs .nav-pills .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 130px 15px 50px;
  border-radius: 0;
  color: #777;
  font-size: 16px;
}

.profile_pg .page_content .profile_tabs .nav-pills .nav-item .nav-link.active {
  background-color: #f5f5f5;
  color: #283172;
  font-weight: bold;
}

.profile_pg .page_content .profile_tabs .nav-pills .nav-item .nav-link .icon {
  margin-left: 20px;
}

.profile_pg .page_content .profile_tabs .nav-pills .nav-item .nav-link .icon img {
  width: 40px;
}

/* ------------ pay_choose_pg style ------------- */
.pay_choose_pg {
  background-color: #f9f9f9;
  padding-bottom: 100px;
}

.pay_choose_pg .page_header {
  position: relative;
  padding: 100px 0 150px;
  background-color: #283172;
}

.pay_choose_pg .page_header .user_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin-bottom: -130px;
  position: relative;
  z-index: 20;
  border-radius: 100px;
  border: 15px solid #283172;
  padding: 10px 50px;
}

.pay_choose_pg .page_header .user_content .img_icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #28317233;
  padding: 7px;
}

.pay_choose_pg .page_header .user_content .img_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.pay_choose_pg .page_header .user_content .inf .progress {
  height: 8px;
  background-color: #28317210;
  border-radius: 10px;
  margin-top: 10px;
}

.pay_choose_pg .page_header .user_content .inf .progress .progress-bar {
  background-color: #283172;
  border-radius: 10px;
}

.pay_choose_pg .page_header .pattern1 {
  width: 7%;
  position: absolute;
  right: 0;
  top: 15px;
}

.pay_choose_pg .page_header .pattern2 {
  width: 7%;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.pay_choose_pg .page_content {
  background-color: #fff;
  border-radius: 30px;
  margin-top: -100px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  min-height: 300px;
  padding: 150px 4vw 100px;
}

.pay_choose_pg .page_content .pay_choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pay_choose_pg .page_content .pay_choose .form-check {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pay_choose_pg .page_content .pay_choose .form-check .form-check-input {
  display: none;
}

.pay_choose_pg .page_content .pay_choose .form-check .form-check-input:checked ~ .form-check-label {
  background-color: #283172;
  color: #fff;
}

.pay_choose_pg .page_content .pay_choose .form-check .form-check-input:checked ~ .form-check-label .icon {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(286deg) brightness(1000%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(286deg) brightness(1000%) contrast(101%);
}

.pay_choose_pg .page_content .pay_choose .form-check .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
}

.pay_choose_pg .page_content .pay_choose .form-check .form-check-label .icon {
  height: 50px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pay_choose_pg .page_content .pay_choose .form-check .form-check-label h5 {
  margin: 0;
  font-size: 17px;
}

.item_info {
  padding: 30px;
  border: 1px solid #9993;
  border-radius: 15px;
}

.item_info p {
  margin-bottom: 10px;
}

/* ------------ notifications page style ------------- */
.notifications_card {
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: inset 0 0 20px #00000005;
          box-shadow: inset 0 0 20px #00000005;
  margin-bottom: 30px;
  display: block;
  background-color: #fcfcfc;
}

.notifications_card .notifications_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.notifications_card .notifications_date .notifications_date_card {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

.notifications_card .notifications_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notifications_card .notifications_card_info .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.notifications_card .notifications_card_info .info {
  padding-top: 10px;
}

/* ------------ modals style ------------- */
.modal-content {
  border-radius: 30px;
  border: 0;
  padding: 15px;
}

.modal-content .title {
  padding: 20px;
  border-radius: 20px;
}

.modal-content .icon img {
  width: 80px;
}

/* ------------ colors style ------------- */
.btn-primary {
  color: #fff;
  background-color: #4781bf;
  border-color: #4781bf;
}

.btn-success {
  color: #fff;
  background-color: #3eb165;
  border-color: #3eb165;
}

.btn-danger {
  color: #fff;
  background-color: #fc5a5a;
  border-color: #fc5a5a;
}

.text-primary {
  color: #4781bf;
}

.text-success {
  color: #3eb165;
}

.text-danger {
  color: #fc5a5a;
}

footer {
  background-color: #fff;
}

footer .foot-title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  position: relative;
  padding-right: 20px;
  margin-bottom: 25px;
  margin-top: 90px;
  text-transform: capitalize;
}

footer .foot-title::before {
  position: absolute;
  content: "";
  right: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #111;
}

footer .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .links li {
  margin: 7px 0;
  width: 100%;
}

footer .links a {
  color: #444;
  text-transform: capitalize;
}

footer .links a:hover {
  color: #283172;
}

footer .links a small {
  font-size: 10px;
}

footer .foot {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #9994;
}

footer p {
  color: #444;
}

footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f4f4f4;
  border-radius: 5px;
  text-align: center;
  color: #444;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
}

footer .social-icons a:hover {
  background-color: #4781bf;
  color: #fff;
}

footer .brd-light {
  border-color: #9994 !important;
}

/* -------------------- pages style ------------------------- */
.inner_navbar {
  background-color: #3A3A3A;
  position: relative;
}

.inner_header {
  position: relative;
  z-index: 10;
  padding: 50px 0 230px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.inner_header:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.inner_header .float_img {
  width: 190px;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 5%;
}

.inner_header .content {
  position: relative;
  z-index: 10;
}

.inner_header .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner_header .links a {
  color: #fff;
  opacity: 0.5;
}

.inner_header .links a i {
  font-size: 14px;
  margin: 0 10px;
}

.inner_header .links a:last-of-type {
  opacity: 1;
}

.inner_header .links a:hover {
  opacity: 1;
}

.inner_header h2 {
  color: #fff;
  font-size: 50px;
  margin-top: 50px;
}

.inner_header h2 span {
  color: #C3C2EC;
}

.inner_header.inner_header_white {
  background: #fff;
}

.inner_header.inner_header_white::after {
  display: none;
}

.inner_header.inner_header_white .links a,
.inner_header.inner_header_white h2 {
  color: #000;
}

.inner_header.inner_header_white .float_img {
  height: 100%;
}

.inner_header .logo_icon {
  width: 30px;
}

/* ------------ pages style ------------- */
.transfers_pg .form-check-input {
  display: none;
}

.transfers_pg .form-check-input:checked ~ .form-check-label .ben-card {
  color: #283172;
}

.transfers_pg .form-check-input:checked ~ .form-check-label .ben-card .icon {
  outline: 5px solid #283172;
}

.transfers_pg .ben-card {
  margin: 20px 0;
}

.transfers_pg .ben-card .icon {
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
  border: 2px solid #9993;
  border-radius: 10px;
  font-size: 18px;
}

/* ------------ pages style ------------- */
.agent_card {
  padding: 30px;
  border-radius: 15px;
  background-color: #f9f9f9;
  margin-top: 30px;
}

.agent_card .pers_det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9992;
  padding-bottom: 10px;
}

.agent_card .pers_det .icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  border: 1px solid #9992;
}

.agent_card .pers_det h5 {
  margin: 0;
}

.agent_card .agent_card_body .item {
  padding: 17px 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
}

/* -------------------- responsive style ------------------------- */
/* ======== */
/* ======= */
/*# sourceMappingURL=style.css.map */