.lgt-blue {
  color: #009fdf;
}

h1 {
  font-size: 30px;
  color: #000000;
}

h2 {
  font-size: 25px;
  color: #000000;
}

h3 {
  font-size: 21px;
  color: #000000;
}

h5 {
  font-size: 13px;
}

p {
  color: #000000;
  font-size: 15px;
}

ol li {
  color: #000000;
  font-size: 15px;
  margin-top: 15px;
}
ol li p {
  margin-bottom: 0;
  font-weight: 100;
  color: #000000;
  font-size: 15px;
}

.li-with-margin-bottom ul li {
  margin-bottom: 15px;
}

.btn-red {
  color: #ffffff;
  background-color: #ed1c24;
  transition: all 0.3s linear;
}
.btn-red:hover {
  color: #ffffff;
  background-color: #ca1920;
}
.btn-red:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8) !important;
}

.btn-blue {
  color: #ffffff;
  background-color: #009fdf;
}
.btn-blue:hover {
  color: #ffffff;
  background-color: #009fdf;
}

.btn-follow-lg {
  cursor: pointer;
  transition: 0.5s;
  line-height: 2px;
  padding: 32.5px 30px;
  font-size: 15px;
  display: block;
  border-radius: 3px;
  width: max-content;
}

.btn-follow-md {
  cursor: pointer;
  transition: 0.5s;
  line-height: 2px;
  padding: 22px;
  border-radius: 3px;
  font-size: 16px;
}

.main-content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.main-content-wrapper a:not(.btn) {
  color: #0a2896;
}
.main-content-wrapper a:not(.btn):hover {
  color: #009fdf;
}

.mlr-90 {
  margin: 0 92px;
}

.dropbtn {
  background-color: transparent;
  color: #ffffff;
  padding-right: 15px !important;
  padding-left: 15px !important;
  font-size: 12px !important;
  border: none;
  outline: none !important;
  padding-top: 10px;
}
.dropbtn i {
  font-size: 21px;
  margin-right: 5px;
}
.dropbtn span {
  position: relative;
  top: -4px;
  margin: 0 3px;
}
.dropbtn:after {
  display: inline-block;
  top: -3px;
  width: 0;
  height: 0;
  position: relative;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.private-nav-link {
  position: absolute;
  left: 159px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  top: 0;
  display: none;
}
.private-nav-link a {
  padding: 3px 16px 2px !important;
}

.private-hover {
  color: #0a2896 !important;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
  transition: 0.3s;
  cursor: pointer;
  text-transform: capitalize;
}

.account-settings-dropdown {
  position: relative;
  display: inline-block;
  z-index: 5000;
}

.dropdown-content {
  background-color: #ffffff;
  display: none;
  z-index: 6;
  text-align: left;
}
.dropdown-content a {
  text-decoration: none;
  display: block;
  font-size: 12px;
  transition: 0.3s;
  padding: 12px 17px 12px !important;
}
.dropdown-content a i {
  color: #2f3441;
  font-size: 6px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.dropdown-content a:hover {
  color: #0af !important;
  transition: 0.3s;
  background: #fff;
}

.account-settings-dropdown:hover .dropdown-content {
  display: block;
}
.account-settings-dropdown:hover .dropbtn span {
  color: #ed1c24;
}

.main-preloader {
  top: 0;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999999999;
  align-items: center;
  justify-content: center;
}
.main-preloader img {
  position: absolute;
  max-width: 200px;
}

.login-page-content {
  max-width: 450px;
  display: block;
  margin: 10px auto;
}
.login-page-content label {
  margin-right: 5px;
  color: #0a2896;
}
.login-page-content input[type=submit] {
  cursor: pointer;
  transition: 0.3s;
  color: #0a2896;
}
.login-page-content input[type=submit]:hover {
  background: #009fdf;
  transition: 0.3s;
  color: #ffffff;
}
.login-page-content input:focus {
  border-color: #0a2896;
  box-shadow: 0 0 0.2rem #0a2896;
}

.padding-left-50 {
  padding-left: 50px;
}

.page-title {
  position: relative;
  color: #0a2896;
  text-align: center;
  font-size: 27px;
  margin-bottom: 40px;
}
.page-title:before {
  content: "";
  position: absolute;
  background: #ed1c24;
  height: 2px;
  width: 36px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -10px;
}

.main-hr-style {
  border: 0;
  width: 100%;
  margin: 20px auto;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #009fdf, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #009fdf, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #009fdf, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #009fdf, #f0f0f0);
}

.img-rounded, .calculate-results {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.bg-blue {
  background-color: #0a2896;
}

.text-light-blue {
  color: #009fdf !important;
}

.additional-nav {
  height: 40px;
  background-color: #0a2896;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.additional-nav ul {
  display: inline-block;
}
.additional-nav ul li {
  display: inline-block;
}

.credit-product-address-wrap h6 {
  color: #0a2896;
  font-weight: bold;
  font-size: 17px;
}
.credit-product-address-wrap ul {
  padding-left: 30px;
}
.credit-product-address-wrap ul li {
  list-style: decimal;
}

.top-menu {
  position: relative;
  width: 100%;
}
.top-menu ul {
  width: 100%;
  margin: 0;
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.top-menu ul li {
  display: inline-block;
  list-style: none;
}
.top-menu ul li:first-child a {
  padding: 10px 30px 11px 16px !important;
}
.top-menu ul li:first-child a:after {
  border-color: #fff;
}
.top-menu ul li a {
  cursor: pointer;
  padding-bottom: 0;
  padding-right: 23px;
  color: #ffffff;
  font-size: 13px;
}
.top-menu ul li div a {
  color: #0a2896;
}
.top-menu .top-drop-menu {
  background: #fff;
  position: absolute;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(10, 41, 115, 0.15);
  z-index: 9;
  min-width: 128px;
  padding-right: 20px;
  display: none;
  top: 100%;
}
.top-menu .top-drop-menu a {
  color: #0a2896;
  padding: 11.5px 17px;
  font-size: 13px;
  width: max-content;
  transition: 0.3s ease;
  display: none;
  top: 100%;
}
.top-menu .top-drop-menu a:nth-child(1), .top-menu .top-drop-menu a:nth-child(2) {
  display: block;
}
.top-menu .top-drop-menu a:hover {
  transition: 0.3s ease;
  color: #009fdf;
}

.top-menu-active .top-drop-menu {
  display: flex;
}
.top-menu-active li:first-child a:after {
  top: calc(50% - 2px);
  transform: rotate(-135deg);
}

.nav-action {
  display: flex;
}
.nav-action .main-nav-drop {
  width: unset;
  right: 0;
  left: unset;
  padding-top: 25px;
  padding-left: 0;
  padding-bottom: 25px;
  overflow: unset;
}
.nav-action .nav-link i {
  color: #009fdf;
}
.nav-action .dropdown-item-wrap ul {
  margin-left: 0 !important;
}

.additional-dropdown-content {
  display: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding-top: 25px;
  padding-left: 32px;
  padding-bottom: 25px;
}

.additional-dropdown {
  overflow: auto;
}

.nav-content-wrap {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0 auto;
  border-radius: 0 0 4px 0;
  position: relative;
}
.nav-content-wrap .col-10 {
  position: unset;
}
.nav-content-wrap .first-menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1f3d82;
  padding: 3.7px 0;
  max-width: 1245px;
  margin: 0 auto;
  width: 98.5%;
}
.nav-content-wrap .first-menu ul {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.nav-content-wrap .first-menu .right-side .lang-ul .dropdown-trigger:after {
  border-color: #009fdf !important;
  right: 2px;
}
.nav-content-wrap .first-menu .right-side .lang-ul .dropdown-menu {
  border-radius: 0;
  top: 30px !important;
  z-index: 11;
  box-shadow: 0 0 10px 0 rgba(10, 41, 115, 0.15);
  height: max-content !important;
  border: none;
}
.nav-content-wrap .first-menu .right-side .lang-ul .nav-link {
  color: #ffffff;
  font-size: 12px;
  max-height: 34px;
}
.nav-content-wrap .first-menu .left-side ul .nav-item .upper-nav-link {
  padding: 0 14px 0 9px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-content-wrap .no-gutters {
  max-width: 1245px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(10, 41, 115, 0.15);
  width: 98.5%;
  background: #fff;
  border-radius: 0 0 4px 0;
}

#personType {
  border-radius: 0;
  top: 38px !important;
  overflow: unset;
  z-index: 99;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(10, 41, 115, 0.15);
  border: none !important;
}

.bg-line-wrap {
  position: absolute;
  top: 0;
  height: 82px;
  background-color: #0a2896;
  width: 100%;
  left: 0;
  z-index: -1;
}
.bg-line-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1f3d82;
  top: 0;
  z-index: 12;
  bottom: 0;
  margin: auto 0;
}

.navbar-nav {
  height: 62px;
}
.navbar-nav .nav-item {
  height: 100%;
  vertical-align: top;
}
.navbar-nav .nav-item .nav-link {
  color: #2f3441;
  font-size: 15px;
  transition: 0.3s;
  padding: 0;
  padding-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar-nav .nav-item .nav-link:first-child {
  padding-left: 16px;
}

.nav-tittle {
  color: #0a2896;
  font-weight: bold;
  font-size: 13px;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #0af;
  transition: 0.3s;
}

.credits-section .nav-tabs {
  border: none;
}
.credits-section .nav-tabs .nav-link {
  border-radius: 0;
}
.credits-section .nav-tabs .active {
  border-top: 2px solid #0af !important;
}

.second-menu-wrapper {
  position: unset;
  border-radius: 0 0 4px 0;
}
.second-menu-wrapper .second-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  height: 62px;
}
.second-menu-wrapper .second-menu .btn-follow {
  line-height: 0.1;
  text-transform: capitalize;
  height: 100%;
  align-self: center;
  border-radius: 0 0 4px 4px;
  padding: 21.5px 19.5px;
  color: #fff;
}
.second-menu-wrapper .second-menu .btn-follow img {
  margin-bottom: 3px;
  max-width: 22px;
}
.second-menu-wrapper .second-menu ul li .dropdown-item {
  text-transform: none;
  white-space: normal;
  line-height: normal;
  padding: 8px 16px;
  color: #2f3441;
}
.second-menu-wrapper .second-menu ul li .dropdown-item .new-content {
  color: #ed1c24;
  margin-left: 20px;
  font-size: 12px;
}

/**** credit category ***/
.display-none {
  display: none;
}

#categories {
  width: 100%;
}
#categories .categories-ul {
  list-style: none;
  padding: 0;
}
#categories .categories-ul .category-item {
  font-size: 16px;
  border-top: 5px solid #c1c1c1;
  padding: 10px 10px;
  color: #000000;
  position: relative;
  transition: 0.5s;
}
#categories .categories-ul .category-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 1px;
  background: #c1c1c1;
}
#categories .categories-ul .category-item .category-icon {
  float: right;
  color: #0a2896;
  margin-left: 10px;
  position: relative;
  top: -2px;
  font-size: 24px;
}
#categories .categories-ul .category-item.active {
  visibility: visible;
  border-top: 5px solid #009fdf;
  transform: translateY(-15px);
  transition: 0.5s;
}
#categories .categories-ul .category-item p {
  cursor: pointer;
}
#categories .categories-ul .category-item ul {
  display: none;
}
#categories .categories-ul .category-item.active ul {
  display: flex;
}
#categories .categories-ul .category-item:last-child {
  border-top-right-radius: 6px;
}
#categories .categories-ul .category-item:first-child {
  border-top-left-radius: 6px;
}
#categories .categories-ul.main-categories {
  width: 100%;
  display: flex;
}
#categories .categories-ul.main-categories li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 1px;
  background: #c1c1c1;
}
#categories .categories-ul.cat-child .category-item {
  margin-top: 30px;
}
#categories .categories-ul.disabled {
  display: none;
}
#categories .terms-section {
  float: left;
  padding: 0 10px;
}
#categories .terms-section .main-text {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
#categories .terms-section .main-text.credit-short-text {
  background: #e5f0ff;
  padding: 10px 5px;
}
#categories .disabled-term {
  display: none;
}

.dropdown-toggle::after {
  color: #ed1c24 !important;
}

.navbar-nav .nav-item .upper-nav-link:hover {
  background-color: transparent;
  color: #ed1c24 !important;
  transition: 0.5s;
}

.dropdown-toggle::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
  content: "";
  transform: rotate(45deg);
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  border-color: #1e4bd2;
}

.upper-nav-link {
  color: #ffffff !important;
  font-size: 12px !important;
  padding: 10px 13px 11px !important;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upper-nav-link img {
  margin-right: 5px;
  max-width: 23px;
}

.currency-show img {
  margin-right: 10px;
}

.navbar-nav .nav-item .upper-nav-link:hover {
  background-color: transparent;
  color: #ed1c24 !important;
  transition: 0.5s;
}

.logo-wrap {
  text-align: right;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.logo-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.logo-content .nav-logo-pic {
  width: 140px;
}

.btn-normal {
  color: #ffffff;
  border-radius: 0;
  background-color: #009fdf;
}
.btn-normal:hover {
  background-color: #009fdf;
}

.btn-normal:focus {
  outline: none;
  box-shadow: none;
}

.person-drop {
  border: 1px solid #009fdf;
}
.person-drop a {
  text-align: right;
  transition: 0.5s;
}
.person-drop a:hover {
  background-color: #009fdf;
  color: #ffffff;
  transition: 0.5s;
}

.section-slider {
  position: relative;
  margin-top: -62px;
}

.head-owl-slide .item {
  display: flex;
  justify-content: flex-end;
  position: relative;
  background-color: #eaedf5;
}
.head-owl-slide .item .wrapper-img {
  height: 475px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 76%;
  border-radius: 0 0 4px 0 !important;
}
.head-owl-slide .item .head-add-wrapper {
  overflow: hidden;
  position: absolute;
  width: 37%;
  background: #ffffff;
  top: 58%;
  left: 25%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 4px;
  -webkit-box-shadow: -10px 5px 41px 1px rgba(0, 14, 49, 0.25);
  -moz-box-shadow: -10px 5px 41px 1px rgba(0, 14, 49, 0.25);
  box-shadow: -10px 5px 41px 1px rgba(0, 14, 49, 0.25);
  z-index: 20;
}
.head-owl-slide .item .head-add-wrapper .head-add, .head-owl-slide .item .head-add-wrapper .head-add-additional-info {
  padding: 32px 40px 86px;
}
.head-owl-slide .item .head-add-wrapper .head-add h2 {
  font-size: 20px;
  font-weight: 200;
}
.head-owl-slide .item .head-add-wrapper .head-add ul li {
  position: relative;
  opacity: 1;
  font-size: 15px;
  padding-left: 25px;
  line-height: 1.5;
  margin-top: 7px;
}
.head-owl-slide .item .head-add-wrapper .head-add ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #ed1c24;
  margin-right: 5px;
}
.head-owl-slide .item .head-add-wrapper .head-add-additional-info h3 {
  color: #ed1c24;
}
.head-owl-slide .item .head-add-wrapper .head-add-additional-info a {
  color: #0a2896;
}
.head-owl-slide .item .head-add-wrapper .head-action {
  text-align: center;
  position: absolute;
  line-height: 4.4;
  bottom: 0;
  width: 100%;
  height: 64px;
  left: 0;
  color: #ffffff;
  background-color: #ed1c24;
  font-size: 15px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.head-owl-slide .item .head-add-wrapper .head-action:hover {
  background-color: #ca1920;
}
.head-owl-slide .item .head-add-wrapper .head-action:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8) !important;
}
.head-owl-slide .item .head-add-wrapper .head-action i {
  color: #ffffff;
  font-size: 23px;
}
.head-owl-slide .owl-dots {
  right: 13px;
  bottom: 14px;
  position: absolute;
}
.head-owl-slide .owl-dots span {
  display: none !important;
}
.head-owl-slide .owl-dots .owl-dot {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 5px 7px;
  height: 10px;
  width: 10px;
  background-color: #e5f0ff;
  border-radius: 50%;
  overflow: hidden;
}
.head-owl-slide .owl-dots .owl-dot:focus {
  outline: none;
}
.head-owl-slide .owl-dots .active {
  background-color: #009fdf;
}
.head-owl-slide .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 51%;
}
.head-owl-slide .owl-nav button {
  height: 44px;
  width: 44px;
  border-radius: 50% !important;
  background-color: #ffffff !important;
}
.head-owl-slide .owl-nav button i {
  font-size: 28px;
  color: #a9a9a9;
}
.head-owl-slide .owl-nav button:hover i {
  color: #0a2896;
}

.services-section {
  position: relative;
  margin: 45px 0;
}

.services-wrap {
  text-align: center;
}

.services-control {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.services-control .service-control-product {
  min-height: 180px;
  width: 20%;
  border: 1px solid #e8ecf3;
  border-left: none;
  padding: 26px;
  font-size: 17px;
  text-align: center;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.services-control .service-control-product:first-child {
  border-left: 1px solid #e8ecf3;
}
.services-control .service-control-product:hover {
  border-radius: 3px;
  box-shadow: 0 10px 45px 0 rgba(0, 14, 49, 0.25);
  border-color: #fff;
}
.services-control .service-control-product h6 {
  margin: 0;
}
.services-control .service-control-product h4 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #525252;
}
.services-control .service-control-product img {
  width: 60px;
}
.services-control .owl-item {
  padding: 10px 0 21px 0;
}
.services-control .owl-dots {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 8.2%;
}
.services-control .owl-dots .owl-dot {
  margin: 5px 7px;
  height: 10px;
  width: 10px;
  background-color: #e5f0ff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.services-control .owl-dots .owl-dot:focus {
  outline: none;
}
.services-control .owl-dots .active {
  background-color: #009fdf;
}

.second-services-control .service-control-product {
  width: 20%;
}
.second-services-control .service-control-product h6 {
  padding: 0;
}

.service-item-pic {
  padding: 20px 0;
  max-width: 64px;
}

.service-additional:hover {
  color: #0a2896;
  transition: 0.5s;
}

.main-info-bg {
  background-color: #eaedf5;
  margin-bottom: 20px;
}

.mobile-left-part, .mobile-right-part, .mobile-top-part, .mobile-bot-part {
  position: absolute;
  text-align: center;
}

.mobile-left-part, .mobile-right-part {
  z-index: 12;
}

.mobile-top-part, .mobile-bot-part {
  z-index: 13;
}

.mobile-top-part {
  top: -56px;
  left: 437px;
}
.mobile-top-part img {
  width: 267px;
}

.mobile-left-part {
  left: 437px;
  top: 0;
}
.mobile-left-part img {
  height: 411px;
}

.mobile-right-part {
  right: 436px;
  top: 0;
}
.mobile-right-part img {
  height: 411px;
}

.mobile-bot-part {
  bottom: -32px;
  left: 437px;
}
.mobile-bot-part img {
  width: 267px;
}

.owl-mobile .owl-dots {
  position: relative;
  bottom: -70px;
  text-align: center;
}
.owl-mobile .owl-dots .owl-dot {
  margin: 5px 7px;
  height: 10px;
  width: 10px;
  background-color: #e5f0ff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.owl-mobile .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-mobile .owl-dots .active {
  background-color: #009fdf;
}

.app-img {
  max-width: 66%;
  margin: 0 auto;
}

.mobile-app-suport {
  margin-top: 90px;
  text-align: center;
}
.mobile-app-suport a img {
  max-width: 120px;
  margin: 0 20px;
}

.main-info-wrap {
  height: 300px;
  padding-top: 50px;
}

.main-info-item-wrap {
  text-align: left;
}
.main-info-item-wrap h4 {
  color: #ffffff;
  font-weight: 200;
  margin: 0 30px 30px !important;
  font-size: 52px !important;
}
.main-info-item-wrap h4 span {
  color: #ed1c24;
}

.parallax {
  background-size: cover;
}

.advantage {
  position: relative;
  display: block;
  margin: 0 !important;
}
.advantage a {
  padding: 37px 38px;
  cursor: pointer;
  background-color: #0a2896;
  color: #ffffff !important;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.iconImg {
  display: none;
  width: 28px;
  height: 25px;
  margin-right: 15px;
}

.advantage-active a {
  background-color: #1e4bd2;
  transition: 0.3s;
}
.advantage-active:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 100%;
  border: 8px solid transparent;
  border-left: 8px solid #1e4bd2;
  z-index: 1;
}

.advantage-transfer {
  font-size: 15px;
  padding: 5px 20px;
  border-left: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  border-right: 2px solid #ffffff;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transition: 0.5s;
  background-color: #ffffff;
}

.advantage-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
  color: #0a2896;
}

.btn-follow {
  background-color: #ed1c24;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
  line-height: 2px !important;
  padding: 22px;
  border-radius: 3px;
  font-size: 16px;
}
.btn-follow:hover {
  color: #ffffff;
  background-color: #F81C24;
  transition: 0.5s;
}

.btn-follow-blue {
  background-color: #009fdf;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0;
  transition: 0.5s;
  margin: 0 20px;
}
.btn-follow-blue:hover {
  color: #ffffff;
  background-color: #007cb4;
  transition: 0.5s;
}

.btn-facebook {
  background-color: #3b5998;
  line-height: 0;
}
.btn-facebook:hover {
  background-color: rgba(59, 89, 152, 0.9);
}

.btn-google {
  background-color: #dd5347;
  line-height: 0;
}
.btn-google:hover {
  background-color: rgba(221, 83, 71, 0.9);
}

.social-login .btn-facebook, .social-login .btn-google {
  margin-left: 10px;
  float: right;
}

.step-wrapper {
  margin: 45px 0;
}
.step-wrapper h6 {
  padding: 30px 0px;
  font-size: 17px;
  text-align: center;
}
.step-wrapper .services-control .services-control-product {
  width: 25%;
}
.step-wrapper .services-control .owl-stage {
  padding: 25px 0 70px !important;
}

.step-item {
  padding: 40px 0;
  text-align: center;
  transition: 0.5s;
  margin: 0 auto;
}

.step-item-wrapper {
  height: 223px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.step-item-wrapper:hover {
  z-index: 2;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.step-item-wrapper .step-text h6 {
  font-size: 18px;
  color: #0a2896;
}

.banner-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px;
}
.banner-wrapper .banner-text h5, .banner-wrapper .banner-text p {
  color: #ffffff;
}
.banner-wrapper .banner-text h5 {
  font-size: 30px;
}
.banner-wrapper .banner-action {
  text-align: center;
}
.banner-wrapper .banner-action a {
  line-height: 1.5;
}

.card-section .individuals-main-wrapper {
  margin: 0 0 30px 1px;
  padding: 0 15px;
  display: block;
}
.card-section .individuals-main-wrapper .individuals-main-ad-bg {
  margin-top: 10px;
  width: unset;
  background-position: center;
  background-size: contain;
  position: relative;
  min-height: unset !important;
}
.card-section .individuals-main-wrapper .individuals-main-ad-bg p {
  font-size: 14px;
  color: #0a2896;
  font-weight: bold;
}
.card-section .individuals-main-wrapper .individuals-action-wrap {
  text-align: center;
  padding: 30px 0;
}
.card-section .individuals-main-wrapper .individuals-number {
  width: unset;
}
.card-section .card-suggest .individuals-main-wrapper {
  margin: 5px 5px 30px 5px;
  text-align: center;
}
.card-section .card-suggest .individuals-main-wrapper .individuals-main-ad-bg {
  width: 70%;
  background-size: 50%;
  background-position: center;
}
.card-section .card-suggest .individuals-main-wrapper .individuals-main-info {
  padding-top: 45px;
}
.card-section .credits-box .image {
  height: unset !important;
  box-shadow: none !important;
}

.banner-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
}
.banner-content .wrapper-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
}
.banner-content .item-banner h3 {
  margin-bottom: 14px;
  font-size: 23px;
  font-weight: 200;
  color: #fff;
  margin-top: 23px;
}
.banner-content .item-banner p {
  max-width: 500px;
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0 !important;
  color: #fff;
}
.banner-content .item-banner a {
  padding: 23px 30px;
  border: none;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  font-size: 15px;
  background-color: #ed1c24;
  color: #fff !important;
}
.banner-content .item-banner a:hover {
  background-color: #ca1920;
}

.transfer-section .credits-box .image {
  background-position: center;
  background-size: contain !important;
}

.info-tab-section {
  position: relative;
  top: -92px;
}

.info-card {
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.info-card-ul {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.info-card-ul .info-card-li {
  position: relative;
  background: #ffffff;
  border-bottom: none;
  height: 56px;
  margin: 1px;
  width: 19.82%;
  text-align: center;
  transition: 0.5s;
}
.info-card-ul .info-card-li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-card-ul .info-card-li:hover {
  background-color: #ffffff;
  border-bottom: none;
  transition: 0.5s;
}
.info-card-ul .info-card-li:hover a {
  color: #0a2896;
}
.info-card-ul .info-tab-active {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: none;
  transition: 0.5s;
}
.info-card-ul .info-tab-active a {
  color: #0a2896;
}
.info-card-ul .info-tab-active:after {
  width: 100% !important;
  position: absolute;
  content: "";
  height: 3px;
  background-color: #0a2896;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s;
}
.info-card-ul .info-card-li:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 0;
  background-color: #009fdf;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s;
}
.info-card-ul .info-card-li:hover::after {
  width: 100%;
  transition: 0.5s;
}

.info-tab-pane {
  background-color: #ffffff;
}
.info-tab-pane .short-info-wrap {
  padding: 50px 40px 50px 20px;
}
.info-tab-pane .short-info-wrap .loans-text h4 {
  margin-left: 0;
  margin-top: 0;
}
.info-tab-pane .short-info-wrap .loans-text p {
  color: #000;
}
.info-tab-pane .short-info-wrap .loans-text img {
  max-width: 85%;
}

.tab-pane-arrow {
  text-align: right;
}
.tab-pane-arrow img {
  max-width: 35px;
}

.short-info-section {
  min-height: 269px;
  background-color: #ffffff;
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  text-align: right;
  padding: 25px;
}
.short-info-section .short-info-wrap button {
  line-height: 0.1;
}
.short-info-section .short-info-wrap .transfer-text {
  padding: 10px;
  display: none;
  font-size: 14px;
  text-align: justify;
}

.loans-text {
  display: none;
  font-size: 15px;
}
.loans-text h4 {
  margin-bottom: 30px;
}
.loans-text ul {
  padding-left: 30px;
  margin-top: 30px;
}
.loans-text ul li {
  position: relative;
}
.loans-text ul li:after {
  position: absolute;
  content: "";
  left: -12px;
  top: 10px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #ed1c24;
  margin-right: 5px;
}

.loans-text-nav {
  color: #009fdf;
  font-size: 15.5px;
  display: flex;
}
.loans-text-nav .loan-nav-vtb {
  align-self: center;
}

.loan-wrapper {
  position: relative;
}

.news-title {
  text-align: center;
  margin-left: 111px;
}
.news-title .custom-owl-nav {
  display: inline-block;
  float: right;
  margin-top: 20px;
}
.news-title .custom-owl-nav button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.news-title .custom-owl-nav button img {
  max-width: 30px;
}
.news-title .custom-owl-nav button:focus {
  outline: none;
}
.news-title h2 {
  display: inline-block;
  color: #0a2896;
}

.custom-news {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-news h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 200;
}
.custom-news a {
  font-size: 13px;
  color: #0a2896;
}
.custom-news a:hover {
  color: #009fdf;
}

.news .news-button-wrapper {
  text-align: right;
}

.news-wrapper {
  padding: 5px;
}
.news-wrapper .news-img-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 180px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-wrapper .news-img-wrapper .news-date {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  height: 35px;
  width: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 5px;
}
.news-wrapper .news-img-wrapper .news-date p {
  margin-bottom: 0;
  color: #2f3441;
  font-size: 13px;
}
.news-wrapper .news-img-wrapper .news-date i {
  color: #ed1c24;
}
.news-wrapper .news-info-wrapper {
  position: relative;
}
.news-wrapper .news-info-wrapper h5 {
  margin: 16px 0 0;
  color: #0a2896;
  font-size: 17px;
  text-align: left;
}
.news-wrapper .news-info-wrapper p {
  padding-left: 10px;
}
.news-wrapper .news-info-wrapper .news-info-action {
  width: 100%;
  padding-left: 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.news-wrapper .news-info-wrapper .news-info-action .btn-follow, .news-wrapper .news-info-wrapper .news-info-action .btn-normal {
  float: right;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.news-wrapper .news-info-wrapper .news-info-action .btn-follow i, .news-wrapper .news-info-wrapper .news-info-action .btn-normal i {
  line-height: 0.9;
}
.news-wrapper .news-info-wrapper .news-info-action .btn-follow:hover, .news-wrapper .news-info-wrapper .news-info-action .btn-normal:hover {
  color: #ffffff;
}
.news-wrapper:hover .news-info-wrapper h5 {
  color: #0af;
}

.news-cat-title {
  text-align: center;
  color: #009fdf;
}

.go-back {
  font-size: 13px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.go-back a {
  position: relative;
}
.go-back .news-print span {
  font-size: 15px;
  background-color: #00aaff;
  height: 30px;
  border-radius: 50%;
  width: 30px;
  text-align: center;
  display: inline-block;
  line-height: 29px;
  color: #fff;
  margin-right: 5px;
}
.go-back .news-print:hover span {
  background-color: #0af;
}

.df-rigth-info {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}

.body-user {
  display: flex;
  margin: 60px 0;
  border-radius: 3px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1803921569);
}
.body-user .user-left-info {
  width: 300px;
  display: flex;
  padding: 30px 0;
  background: #e4e4e4;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-content: baseline;
}
.body-user .user-left-info .user-avatar {
  width: 135px;
  height: 135px;
}
.body-user .user-left-info button {
  font-size: 11px;
}
.body-user .user-left-info h5 {
  width: 100%;
  font-size: 17px;
  font-weight: 200;
}
.body-user .user-left-info h4 {
  width: 100%;
  font-size: 20px;
  margin-top: 15px;
}

.user-right-info {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  width: 100%;
}
.user-right-info .user-right-info-title {
  width: 100%;
  text-align: center;
}
.user-right-info .user-right-info-title h4 {
  color: #57b2e1;
  font-size: 20px;
}

.item-position {
  color: #000000;
  cursor: pointer;
  transition: 0.3s;
}
.item-position i {
  font-size: 20px;
  padding-right: 4px;
  color: #007bff;
}

.user-legal-field {
  flex: 50%;
}

.user-legal-info-image {
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.user-legal-info-image h4 {
  width: 100%;
  font-size: 15px !important;
  text-align: center;
}
.user-legal-info-image img {
  width: 300px;
}

#aclegal .user-info-item {
  margin: 35px 20px;
}

.user-info-item {
  flex-basis: 46%;
  margin: 20px 20px;
  height: 45px;
  padding: 0;
  border-radius: 8px;
  position: relative;
}
.user-info-item .select-wrapper input.select-dropdown {
  border: 1px solid #989eb3;
  padding-left: 12px;
}
.user-info-item .main-red {
  color: #ed1c24;
}
.user-info-item input {
  outline: 0;
  line-height: 24px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 46px;
  padding: 0 12px;
  transition: box-shadow 0.2s;
  background-color: transparent;
  font-size: 16px;
  border: 1px solid #989eb3;
  border-radius: 3px;
  color: #292f40;
}
.user-info-item textarea {
  outline: 0;
  line-height: 24px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 12px;
  transition: box-shadow 0.2s;
  background-color: transparent;
  font-size: 16px;
  border: 1px solid #989eb3;
  border-radius: 3px;
  color: #292f40;
}
.user-info-item .label-info {
  position: absolute;
  background: #ffffff;
  top: -25px;
  font-size: 0.8rem;
  padding: 0 6px;
  display: flex;
  left: -3px;
  width: 100%;
  color: #0a2896;
}
.user-info-item .label-info .text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.request-type-head {
  width: 100%;
  margin-top: 15px;
  background: #007bff;
  color: #fff;
  padding: 10px 0 0;
}

.ask-close-tab {
  cursor: pointer;
  color: #ffffff;
}

.position-head-title {
  text-align: center;
  padding: 15px 0 15px;
}

.item-position-body {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1803921569);
  display: none;
  padding: 50px;
}
.item-position-body .user-right-info {
  display: block;
  width: 400px;
}
.item-position-body .user-info-item {
  margin: 30px 20px;
}
.item-position-body.active {
  display: block;
  width: 100%;
  background: #ffffff;
  margin: 55px auto;
  padding: 20px;
  position: relative;
}

.before-register-body {
  width: 300px;
  margin: auto;
}

.arrow-link-left {
  margin-left: 15px;
}
.arrow-link-left:hover:after {
  border-right-color: rgba(30, 75, 210, 0.3);
}
.arrow-link-left:after {
  position: absolute;
  top: calc(50% - 5px);
  left: -20px;
  content: "";
  border: 5px solid transparent;
  border-right-color: rgba(30, 75, 210, 0.1);
}

.pagination-wrap .pagination {
  justify-content: center;
}
.pagination-wrap .pagination li {
  cursor: pointer;
}
.pagination-wrap .pagination .active {
  background-color: #009fdf;
}
.pagination-wrap .pagination .disabled {
  pointer-events: none;
}

.news-single-info .news-date {
  display: inline-block;
  color: #2f3441;
  font-size: 13px;
  margin-top: 30px;
}
.news-single-info h2 {
  position: relative;
  font-size: 25px;
  font-weight: 200;
}
.news-single-info h2 span {
  position: relative;
  margin-left: 10px;
  color: #0a2896;
  font-weight: bold;
}
.news-single-info h2 span:after {
  position: absolute;
  content: "";
  top: 2px;
  left: -15px;
  height: 10px;
  width: 15px;
  background-image: url("/../img/icons/ul-style-ceo.png");
  background-repeat: no-repeat;
}

.news-view-wrapper .news-head {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.news-view-wrapper .news-body {
  text-align: left;
  margin-top: 30px;
}
.news-view-wrapper .news-body p {
  color: #000000;
  text-align: justify;
}
.news-view-wrapper .owl-news-view .owl-dots {
  display: block;
  bottom: -27px;
  left: 0;
  position: absolute;
  text-align: center;
  margin: 0 8.2%;
  right: 0;
}
.news-view-wrapper .owl-news-view .owl-dots .owl-dot {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 5px 7px;
  height: 10px;
  width: 10px;
  background-color: #e5f0ff;
  border-radius: 50%;
  overflow: hidden;
}
.news-view-wrapper .owl-news-view .owl-dots .owl-dot:focus {
  outline: none;
}
.news-view-wrapper .owl-news-view .owl-dots .active {
  background-color: #009fdf;
}

.social {
  margin-bottom: 30px;
}
.social span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: 13px;
  line-height: 13px;
}
.social .social-links-list {
  display: inline-block;
  margin-left: 10px;
}
.social .social-links-list .social-links {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  background: #f1f1f1;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  color: #969798 !important;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.social .social-links-list .social-links:hover {
  background-color: #edf2f9;
  color: #0a2896 !important;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.news-filter-wrapper input {
  border: none;
  border-bottom: 1px solid #009fdf;
}
.news-filter-wrapper input:focus {
  outline: none;
}
.news-filter-wrapper .select-wrapper input[type=text] {
  border: 1px solid #acb6c3;
  box-shadow: none;
  border-radius: 3px;
  padding: 10px 40px 10px 16px;
  font-size: 15px;
  height: 44px;
}
.news-filter-wrapper .select-wrapper input[type=text]:focus {
  border: 1px solid #acb6c3;
}
.news-filter-wrapper .select-wrapper input[type=text]::placeholder {
  color: #000;
}
.news-filter-wrapper .news-search {
  display: block;
  border: 1px solid #acb6c3;
  box-shadow: none;
  border-radius: 3px;
  padding: 12px 40px 12px 16px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  color: #2f3441;
  font-size: 15px;
  line-height: 18px;
}
.news-filter-wrapper .news-search:focus {
  border-color: #0af;
  box-shadow: 0 0 0 3px #cef;
}
.news-filter-wrapper .news-search::placeholder {
  color: #000;
}
.news-filter-wrapper .news-reset {
  text-align: right;
}
.news-filter-wrapper .news-reset button {
  padding: 20px;
  box-shadow: none;
}

.news-results-wrap {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.news-results-wrap .news-result-item {
  margin: 0 0 50px 0;
}
.news-results-wrap .news-result-item:hover h5 {
  color: #0af;
}
.news-results-wrap .news-result-item span {
  margin-bottom: 0;
  color: #2f3441;
  font-size: 13px;
}
.news-results-wrap .news-result-item .news-info-wrapper .news-info-action {
  box-shadow: none;
}
.news-results-wrap .news-result-pagination ul {
  text-align: center;
  display: block;
}
.news-results-wrap .news-result-pagination ul .active {
  background-color: #009fdf;
}
.news-results-wrap .news-result-pagination ul li:first-child a, .news-results-wrap .news-result-pagination ul li:last-child a {
  color: #009fdf;
}
.news-results-wrap .news-result-pagination ul li:first-child a i, .news-results-wrap .news-result-pagination ul li:last-child a i {
  font-size: 13px;
  vertical-align: middle;
}

.footer-currency-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.footer-currency-wrap .nav-pills {
  display: flex;
  justify-content: space-between;
}
.footer-currency-wrap .nav-pills .nav-item .nav-pill {
  font-size: 14px;
  margin: 4px 0;
}
.footer-currency-wrap .footer-currency {
  display: none;
}
.footer-currency-wrap .currency-toggler-wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-currency-wrap .currency-toggler-wrapper .currency-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.footer-currency-wrap .currency-toggler-wrapper .currency-toggle:focus {
  outline: none;
}
.footer-currency-wrap .currency-toggler-wrapper .currency-toggle:hover {
  color: #009fdf;
}
.footer-currency-wrap .currency-toggler-wrapper .active {
  color: #009fdf;
}
.footer-currency-wrap .currency-active {
  display: block;
}
.footer-currency-wrap .img-gold {
  margin-right: 10px;
}

.footer-additional-menu-wrap {
  padding-left: 60px;
}

.tr-active {
  background-color: #ffffff;
}

.color-active {
  transform: translateY(-15px);
  transition: 0.5s;
}

.home-currency td {
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}
.home-currency img {
  max-width: 22px;
}

.currency-head th {
  padding: 3px 5px 15px 5px;
}

.footer-additional, .contact-info-list {
  padding: 0;
  list-style-image: none !important;
}
.footer-additional li, .contact-info-list li {
  margin-bottom: 10px;
}
.footer-additional li a, .contact-info-list li a {
  color: #0a2896;
  transition: 0.5s;
  font-size: 14px;
  -ms-word-break: break-all;
  word-break: break-all;
}
.footer-additional li a img, .contact-info-list li a img {
  max-width: 22px;
  margin-right: 10px;
}
.footer-additional li a:hover, .contact-info-list li a:hover {
  color: #ed1c24;
  transition: 0.5s;
}

.contact-info-wrap .footer-search p {
  margin-bottom: 0;
  font-size: 13px;
}
.contact-info-wrap .footer-search input {
  padding: 12px 40px 12px 16px;
  width: 75%;
}
.contact-info-wrap .footer-search button {
  margin-left: -30px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 50px;
  color: #9a9a9a;
}
.contact-info-wrap .footer-search button:hover {
  color: #0a2896;
}

footer {
  padding: 20px 0;
  background-color: #0a2896;
  position: relative;
}
footer .social-wrap {
  display: inline-block;
  color: #ffffff;
  margin-left: 50px;
}
footer .social-wrap p {
  margin-bottom: 0;
  font-size: 13px;
}
footer .social-wrap p a {
  color: #ffffff;
  transition: 0.5s;
}
footer .social-wrap p a:hover {
  color: #ed1c24;
  transition: 0.5s;
}
footer .footer-logo-wrap {
  position: absolute;
  left: -25px;
  background-color: #ffffff;
  display: inline-block;
  height: 100%;
  padding: 0 30px;
  transform: skew(-25deg);
}
footer .footer-logo-wrap a img {
  transform: skew(25deg);
  width: 131px;
  margin-top: 10px;
}
footer .footer-info-wrap {
  padding: 10px 0;
  max-width: 1040px;
  margin: 0 auto;
  font-size: 13px;
}
footer .footer-info-wrap .copy-r-wrap {
  text-align: right;
}
footer .footer-info-wrap .social-wrap, footer .footer-info-wrap .app-wrap {
  text-align: left;
}
footer .footer-info-wrap .social-wrap a i, footer .footer-info-wrap .app-wrap a i {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 0 10px;
}
footer .footer-info-wrap .social-wrap a i:hover, footer .footer-info-wrap .app-wrap a i:hover {
  color: #009fdf;
}
footer .footer-info-wrap .app-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-info-wrap .app-wrap span {
  font-size: 11px;
}
footer .footer-info-wrap .credits-wrap {
  width: 80%;
  text-align: left;
}

.footer-important-note p {
  margin-bottom: 3px;
  font-size: 13px;
}

.footer-info-wrap span, .footer-info-wrap p, .footer-info-wrap p a {
  color: #ffffff;
  margin-bottom: 0;
}
.footer-info-wrap .credits-wrap {
  text-align: left;
}
.footer-info-wrap .credits-wrap p {
  margin: 15px 0 20px 0;
  font-size: 11px;
  display: flex;
}
.footer-info-wrap .credits-wrap p a:hover {
  color: #009fdf;
}
.footer-info-wrap .credits-wrap span {
  font-size: 11px;
}
.footer-info-wrap .social-info {
  text-align: center;
}
.footer-info-wrap .social-info a {
  margin: 0 10px;
}
.footer-info-wrap .social-info a i {
  color: #ffffff;
  font-size: 16px;
}
.footer-info-wrap .social-info a:hover i {
  color: #009fdf;
}

.credits-wrap p a:last-child {
  margin-left: 30px;
}

.lang-info {
  max-width: 1040px;
  font-size: 12px;
  color: #ffffff;
  margin: 0 auto;
  padding-top: 25px;
  border-top: 1px solid #354da5;
}

.nav-custom-pill, .nav-custom-pill-active {
  line-height: 0.1;
  padding: 7px 20px;
  margin: 4px;
  color: #ed1c24;
  background-color: #ffffff;
  transition: 0.5s;
}
.nav-custom-pill:hover, .nav-custom-pill-active:hover {
  background-color: #ed1c24;
  color: #ffffff;
}

.nav-pills {
  margin-top: 10px;
}

.nav-custom-pill {
  border-radius: 0;
}

.nav-custom-pill-active:hover {
  color: #ffffff;
}

.nav-custom-pill-active {
  background-color: #ed1c24;
  color: #ffffff;
}

.partners-wrap {
  text-align: center;
}
.partners-wrap div {
  display: inline-block;
  margin: 5px;
}
.partners-wrap div a .adgf {
  max-width: 100px;
}
.partners-wrap div a .finance {
  max-width: 46px;
}

.footer-of-two {
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.footer-of-two .footer-logo {
  padding: 15px 0;
}
.footer-of-two .footer-logo a img {
  width: 100px;
}
.footer-of-two .footer-menu-body {
  display: flex;
  margin: 0 0 0 20px;
}
.footer-of-two .footer-menu-body .footer-menu-list {
  margin-left: 15px;
}
.footer-of-two .footer-menu-body .footer-menu-list ul {
  margin-bottom: 0;
}
.footer-of-two .footer-menu-body .footer-menu-list ul li a {
  font-size: 13px;
  color: #1e4bd2;
}
.footer-of-two .footer-menu-body .footer-menu-list-two ul li {
  line-height: 1;
  margin-bottom: 11px;
}
.footer-of-two .footer-menu-body .footer-menu-list-two ul li a {
  font-size: 13px;
  color: #1e4bd2;
}

.currency-padding {
  padding: 0 66px;
}

.footer-currency-two .currency-gold {
  margin-bottom: 0;
  font-size: 13px;
  width: 75%;
  line-height: 21px;
}
.footer-currency-two .currency-gold li {
  display: flex;
  justify-content: space-between;
}
.footer-currency-two .current-money {
  margin-bottom: 0;
}
.footer-currency-two .current-money li {
  padding-top: 13px;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 25px;
}
.footer-currency-two .current-money li span {
  position: relative;
}
.footer-currency-two .current-money li .currency-item {
  padding-left: 35px;
}
.footer-currency-two .current-money li .currency-item .arrow-bottom {
  position: absolute;
  content: "";
  top: 9px;
  left: 21px;
  border: 5px solid transparent;
  border-top: 5px solid #e6272b;
}
.footer-currency-two .current-money li .currency-item .arrow-top {
  position: absolute;
  content: "";
  top: 4px;
  left: 21px;
  border: 5px solid transparent;
  border-bottom: 5px solid #098300;
}
.footer-currency-two .currency-view {
  font-size: 13px;
  color: #1e4bd2;
  position: relative;
  display: inline-block;
}
.footer-currency-two .currency-view:before {
  position: absolute;
  content: "";
  top: 6px;
  border: 5px solid transparent;
  border-left: 5px solid #e8edfa;
  right: -30px;
  transition: 0.3s;
}
.footer-currency-two .currency-view:hover:before {
  border-left: 5px solid rgba(30, 75, 210, 0.3);
  transition: 0.3s;
}

.ml-20 {
  margin-left: 20px;
}

.footer-rate p {
  font-size: 11px;
  margin-bottom: 15px;
  color: #6b7683;
  margin-top: 5px;
}
.footer-rate h4 {
  margin-top: 6px;
  margin-bottom: 0;
  font-weight: 100;
  font-size: 17px;
}

.footer-contact .form-search form {
  position: relative;
}
.footer-contact .form-search form label {
  margin-bottom: 5px;
  color: #666;
  line-height: unset;
}
.footer-contact .form-search form .search-input {
  display: block;
  border: 1px solid #acb6c3;
  box-shadow: none;
  border-radius: 3px;
  padding: 12px 40px 12px 16px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  color: #2f3441;
  font-size: 15px;
  line-height: 18px;
}
.footer-contact .form-search form .search-input:focus {
  border-color: #0af;
  box-shadow: 0 0 0 3px #cef;
}
.footer-contact .form-search form .btn-custom {
  background: transparent;
  border: none;
  position: absolute;
  top: 28px;
  right: 7px;
  font-size: 16px;
  color: #9a9a9a;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s;
  height: max-content;
  bottom: 0;
  margin: auto 0;
}
.footer-contact .form-search form .btn-custom:hover {
  color: #19449e;
  transition: 0.3s;
}
.footer-contact .contact-item {
  flex: 50%;
  margin-top: 5px;
  padding: 0;
  border: none;
}
.footer-contact .contact-item p {
  font-size: 11px;
  margin-bottom: 7px;
}
.footer-contact .contact-item p a {
  font-size: 13px;
  color: #1e4bd2;
  position: relative;
  top: 5px;
}
.footer-contact .contact-item p a:before {
  position: absolute;
  content: "";
  top: 0;
  border: 5px solid transparent;
  border-left: 5px solid #e8edfa;
  right: -30px;
  transition: 0.3s;
}
.footer-contact .contact-item p a:hover:before {
  border-left: 5px solid rgba(30, 75, 210, 0.3);
  transition: 0.3s;
}
.footer-contact .contact-item .contact-href {
  display: block;
  font-size: 23px;
  color: #2f3441;
  text-decoration: none;
}
.footer-contact .contact-item h4 {
  color: #2f3441;
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: 10px;
  font-size: 17px;
}

.margin-footer {
  margin-left: 35px !important;
}

.social-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flat-menu-toggle {
  position: fixed;
  top: 60%;
  right: 0;
  color: #000000;
  z-index: 10;
}
.flat-menu-toggle img {
  cursor: pointer;
  width: 45px;
}

.flat-menu-wrap {
  position: fixed;
  right: -265px;
  height: auto;
  width: 319px;
  top: 165px;
  text-align: center;
  z-index: 1002;
  transition: 0.5s;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 7px;
}
.flat-menu-wrap .flat-menu-item {
  text-align: left;
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
  cursor: pointer;
  border-bottom: 2px solid #f3f3f3;
  display: flex;
  align-items: center;
}
.flat-menu-wrap .flat-menu-item img {
  max-width: 30px;
  float: left;
  margin-left: 12px;
}
.flat-menu-wrap .flat-menu-item p {
  margin-bottom: 0;
  font-size: 13px;
  margin-left: 50px;
  text-align: left;
  padding-bottom: 5px;
}
.flat-menu-wrap .flat-menu-item p a {
  color: #0a2896;
  transition: 0.5s;
}
.flat-menu-wrap .flat-menu-item p a i {
  margin-right: 8px;
  font-size: 5px;
  color: #ed1c24;
}
.flat-menu-wrap .flat-menu-item p a:hover {
  color: #ed1c24;
  transition: 0.5s;
}
.flat-menu-wrap .flat-menu-action {
  background-color: rgba(237, 28, 36, 0.9);
  border-bottom: none;
  display: block;
}
.flat-menu-wrap .flat-menu-action span {
  color: #ffffff !important;
}
.flat-menu-wrap .flat-menu-action span:hover {
  color: #ffffff !important;
}
.flat-menu-wrap .flat-menu-item:hover {
  transition: 0.5s;
}
.flat-menu-wrap span {
  cursor: pointer;
  display: inline-block;
  padding: 12px 25px;
  text-align: left;
  border: none;
  height: auto;
  color: #00377b;
  background: transparent;
  font-size: 13px;
  transition: 0.5s;
}
.flat-menu-wrap span a {
  color: #0a2896;
}
.flat-menu-wrap span:focus {
  outline: none;
}
.flat-menu-wrap span:hover {
  color: #ed1c24;
  transition: 0.5s;
}
.flat-menu-wrap .flat-menu-collapse {
  color: #0a2896;
  position: relative;
  border-top: 1px solid #f3f3f3;
}
.flat-menu-wrap .flat-menu-collapse:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  top: -15px;
  background-color: #ed1c24;
}
.flat-menu-wrap .flat-menu-add {
  height: 0;
  overflow: hidden;
  background-color: rgb(237, 28, 36);
  width: 100%;
  transition: 0.3s;
}
.flat-menu-wrap .flat-menu-add a, .flat-menu-wrap .flat-menu-add p {
  color: #ffffff;
}
.flat-menu-wrap .flat-menu-add p {
  margin: 5px 0 0 0;
}
.flat-menu-wrap:hover {
  right: -5px;
  transition: 0.2s;
}
.flat-menu-wrap:hover .flat-menu-action {
  border-bottom-left-radius: 0;
}
.flat-menu-wrap:hover .flat-menu-add {
  height: 40px;
  transition-delay: 0.5s;
}

.flat-menu-callto {
  background-color: #ed1c24 !important;
  border: none !important;
}
.flat-menu-callto a span {
  color: #ffffff !important;
}

.call-action a {
  padding: 20px;
}

.unistream iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.unistream iframe::-webkit-scrollbar {
  width: 12px;
}
.unistream iframe::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.unistream iframe::-webkit-scrollbar-thumb {
  background-color: #0a2896;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.banking-wrapper {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.banking-wrapper .banking-bg {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.banking-wrapper h3 {
  margin-left: 10px;
  margin-top: 10px;
}
.banking-wrapper h3 img {
  vertical-align: bottom;
  margin-right: 10px;
}
.banking-wrapper ul {
  padding: 20px 0 20px 40px;
}
.banking-wrapper ul li {
  padding: 5px;
  position: relative;
}
.banking-wrapper ul li:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: -8px;
  top: 15px;
}
.banking-wrapper p {
  padding: 15px;
}
.banking-wrapper:hover {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.private-banking-wrapper h3 {
  color: #cfa967;
}
.private-banking-wrapper ul {
  padding: 20px 0 20px 40px;
}
.private-banking-wrapper ul li {
  padding: 5px;
  position: relative;
}
.private-banking-wrapper ul li:after {
  background-color: #cfa967;
}

.privilege-banking-wrapper h3 {
  color: #be006e;
}
.privilege-banking-wrapper ul {
  padding: 20px 0 20px 40px;
}
.privilege-banking-wrapper ul li {
  padding: 5px;
  position: relative;
}
.privilege-banking-wrapper ul li:after {
  background-color: #be006e;
}

.advertise-zone {
  background-color: #eaedf5;
  padding: 40px 18px;
}
.advertise-zone .advertise-item {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
}
.advertise-zone .advertise-item .advertise-text {
  padding: 23px;
}
.advertise-zone .advertise-item .advertise-text h3 {
  color: #000000;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.advertise-zone .advertise-item .advertise-text ul {
  margin: 0;
  padding: 0;
}
.advertise-zone .advertise-item .advertise-text li {
  margin-top: 10px;
  opacity: 1;
  font-size: 13px;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.advertise-zone .advertise-item .advertise-text li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ed1c24;
  padding: 0;
  margin-right: 10px;
  opacity: 1;
  vertical-align: middle;
}
.advertise-zone .advertise-item .advertise-text a:first-of-type {
  margin-top: 10px;
}
.advertise-zone .advertise-item .advertise-text a {
  color: #1e4bd2;
  font-size: 13px;
  display: block;
  padding: 7px 0;
  line-height: 1.5;
}
.advertise-zone .advertise-item .advertise-text a:hover {
  color: #009fdf;
}
.advertise-zone .advertise-item .advertise-img {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  flex: 0 0 50%;
}

.item-type {
  border: 1px solid #e9eaee;
}
.item-type li {
  flex: 1;
}
.item-type li a {
  padding: 25px 0;
  text-align: center;
  font-size: 20px;
  border-radius: 0 !important;
}
.item-type li .active {
  background-color: #0a2896 !important;
}

.credit-nav {
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.credit-nav li {
  flex: 1;
  text-align: center;
}
.credit-nav li a {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  padding: 25px;
  font-size: 20px;
  color: #0a2896;
}
.credit-nav li .active {
  color: #ffffff;
  background-color: #0a2896;
}

.credit-items-row {
  background-color: #eaedf5;
  padding: 0 30px 30px 30px;
}
.credit-items-row hr {
  margin: 0 auto;
  width: 80%;
}
.credit-items-row .credit-item-single {
  background-color: #ffffff;
  padding: 40px 0;
}
.credit-items-row .credit-item-single .short-info h4 {
  font-size: 20px;
  color: #0a2896;
}
.credit-items-row .credit-item-single .short-info p {
  font-size: 14px;
  color: #000000;
}
.credit-items-row .credit-item-single .short-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.credit-items-row .credit-item-single .short-info ul li {
  text-align: center;
}
.credit-items-row .credit-item-single .short-info ul li p {
  margin-bottom: 5px;
}
.credit-items-row .credit-item-single .short-info ul li p:first-child {
  font-weight: bold;
}
.credit-items-row .credit-item-single .short-info ul li a {
  line-height: 1.5;
}
.credit-items-row .credit-item-single .show-additional {
  color: #0a2896;
  border-bottom: 1px dashed #0a2896;
}
.credit-items-row .credit-item-single .credit-item-additional .nav-link {
  border-bottom: none;
}
.credit-items-row .credit-item-single .credit-item-additional .nav-link img {
  max-width: 50px;
  margin-right: 20px;
}
.credit-items-row .credit-item-single .credit-item-additional .nav-link span {
  border-bottom: 1px dashed #0a2896;
}
.credit-items-row .credit-item-single .credit-item-additional .active span {
  border-bottom: 0;
}
.credit-option-wrapper .credit-option-item p {
  font-size: 15px;
}
.credit-option-wrapper .credit-option-item p:last-child {
  margin-bottom: 0;
}
.credit-option-wrapper .credit-option-item ul {
  padding-left: 20px;
}
.credit-option-wrapper .credit-option-item ul li {
  margin-top: 10px;
  opacity: 1;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.credit-option-wrapper .credit-option-item ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ed1c24;
  padding: 0;
  margin-right: 10px;
  opacity: 1;
  vertical-align: middle;
}
.credit-option-wrapper .credit-option-item ul li i {
  font-size: 9px;
  color: #0a2896;
}
.credit-option-wrapper .credit-option-item ul li ul li {
  position: relative;
}
.credit-option-wrapper .credit-option-item ul li ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  height: 2px;
  width: 7px;
  background-color: #ed1c24;
}
.credit-option-wrapper .credit-option-item a {
  color: #0a2896;
}
.credit-option-wrapper .credit-option-item a:hover {
  color: #009fdf;
}

.advanced-item-pills .nav-item .nav-link {
  border-radius: 0;
}
.advanced-item-pills .nav-item .active {
  background-color: #0a2896;
}

.advanced-item-wrapper {
  padding: 40px 18px;
}
.advanced-item-wrapper .row {
  background-color: #ffffff;
}
.advanced-item-wrapper .advanced-item-text ul {
  list-style: none;
  padding-left: 0;
}
.advanced-item-wrapper .advanced-item-text ul li {
  opacity: 1;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  margin-top: 10px;
}
.advanced-item-wrapper .advanced-item-text ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ed1c24;
  padding: 0;
  margin-right: 10px;
  opacity: 1;
  vertical-align: middle;
}
.advanced-item-wrapper .advanced-item-text ul li i {
  color: #009fdf;
  font-size: 9px;
  margin-right: 15px;
}
.advanced-item-wrapper .credit-option-wrapper ul li {
  position: relative;
  padding-left: 15px;
}
.advanced-item-wrapper .credit-option-wrapper ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  height: 7px;
  width: 7px;
  background-color: #009fdf;
  border-radius: 50%;
}
.advanced-item-wrapper .credit-option-wrapper ul li i {
  color: #009fdf;
  font-size: 9px;
  margin-right: 15px;
}
.advanced-item-wrapper .advanced-item-pic {
  text-align: center;
  padding-right: 20px;
}
.advanced-item-wrapper .advanced-item-text {
  padding: 20px;
}
.advanced-item-wrapper .advanced-item-text a {
  margin-right: 10px;
}
.advanced-item-wrapper .advanced-item-text .btn-follow {
  line-height: unset;
  text-transform: none;
}
.advanced-item-wrapper .advanced-item-text .btn-follow:hover {
  color: #ffffff;
}

.head-divider {
  max-width: 1245px;
  margin: -2px auto 0;
  width: 98.5%;
  background-color: #ffffff;
  left: 0;
  z-index: 9;
  right: 0;
  border-radius: 0 0 3px 3px;
  padding: 0;
  position: relative;
}
.head-divider .navigation {
  padding: 11.5px 81px 9.5px;
}

.head-divider-banner {
  background-color: #e5f0ff;
  padding: 2px 0;
}

.custom-container {
  width: 85.2%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.no-ul-style {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
}

.left-menu {
  width: 100%;
  margin: 0 0 40px;
  transition: 0.3s;
}
.left-menu .link, .left-menu .no-sub-menu {
  width: 100%;
  font-size: 14px;
  padding: 15px 30px 15px 42px;
  color: #0a2896;
  font-weight: bold;
}
.left-menu .no-sub-menu {
  padding: 0;
}
.left-menu .no-sub-menu a {
  font-weight: bold;
  color: #0a2896;
  cursor: pointer;
  display: block;
  padding: 15px 30px 15px 42px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.left-menu .no-sub-menu.active a {
  color: #e22c33;
}
.left-menu .no-sub-menu.active a i {
  color: #e22c33;
}
.left-menu .no-sub-menu a i:last-child {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.left-menu li {
  border-bottom: 1px solid #c3c8ca;
}
.left-menu li:last-child .link, .left-menu li:last-child .no-sub-menu {
  border-bottom: 0;
}
.left-menu li i, .left-menu li img {
  max-width: 20px;
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #0a2896;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.left-menu li i.fa-chevron-down, .left-menu li img.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.left-menu li.open i {
  color: #e22c33;
}
.left-menu li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.left-menu li.default .submenu {
  display: block;
}
.left-menu .submenu {
  display: none;
  background: #ffffff;
  font-size: 14px;
}
.left-menu .submenu li {
  border-bottom: 1px solid whitesmoke;
}
.left-menu .submenu a {
  display: block;
  text-decoration: none;
  color: #0a2896;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.left-menu .submenu a:hover {
  background: #009fdf;
  color: #ffffff;
}
.left-menu .submenu a.active {
  background: #009fdf;
  color: #ffffff;
  font-weight: 700;
}

.left-menu-on {
  position: sticky;
  top: 120px;
}

#price-slider, #time-slider, #advancedPriceSlider, #advancedSqr, #advancedDist, #productionDate {
  height: 3px;
  border-radius: 0;
  background-color: #37474f;
}
#price-slider span, #time-slider span, #advancedPriceSlider span, #advancedSqr span, #advancedDist span, #productionDate span {
  height: 15px;
  width: 15px;
  border: none;
  top: -7px;
}

/*** href navigation ***/
.navigation {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.navigation a {
  position: relative;
  font-size: 11px;
  color: #0a2896;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.navigation a :hover {
  color: #0a2896;
  transition: 0.5s;
}
.navigation a:not(:first-child) {
  padding-left: 18px;
}
.navigation a:not(:first-child):after {
  position: absolute;
  content: "";
  border: 4px solid transparent;
  border-left: 4px solid #a1b3d5;
  top: calc(50% - 4px);
  left: 8px;
}
.navigation a:hover {
  color: #0a2896;
  transition: 0.5s;
}
.navigation span {
  position: relative;
  font-size: 11px;
  color: #666;
  vertical-align: middle;
  padding-left: 18px;
}
.navigation span:after {
  position: absolute;
  content: "";
  border: 4px solid transparent;
  border-left: 4px solid #a1b3d5;
  top: calc(50% - 4px);
  left: 8px;
}
.navigation i {
  color: #e5f0ff;
  font-size: 12px;
  position: relative;
  top: 1px;
  margin: 0 3px;
}

.advanced-item-subcategory .nav-item {
  list-style-type: none;
  float: left;
  margin-right: 40px;
  margin-bottom: 15px;
  line-height: 20px;
}
.advanced-item-subcategory .nav-item .nav-link {
  color: #0a2896;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px dotted #0a2896;
  transition: 0.3s;
  font-size: 15px;
}
.advanced-item-subcategory .nav-item .nav-link:hover {
  color: #009fdf;
}
.advanced-item-subcategory .nav-item .nav-link span {
  font-size: 14px;
}
.advanced-item-subcategory .nav-item .nav-link img {
  max-width: 50px;
}
.advanced-item-subcategory .nav-item .active {
  background-color: transparent !important;
  color: #000000;
  border-bottom: none;
  transition: 0.3s;
}

.credits-section .credits-box {
  margin-bottom: 40px;
}
.credits-section .credits-box .image {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.credits-section .credits-box .image img {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.credits-section .credits-box .image:hover .text {
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
.credits-section .credits-box .image .text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50%;
  opacity: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(245, 245, 245, 0.85);
  font-size: 14px;
  text-align: center;
  color: #0a2896;
  transition: 0.5s;
}
.credits-section .credits-box .image .text i {
  color: #ed1c24;
  margin-right: 5px;
  font-size: 12px;
  margin-left: 5px;
}
.credits-section .credits-box .image-shadow img {
  box-shadow: none;
}
.credits-section .credits-box .credits-title-wrap {
  position: relative;
}
.credits-section .credits-box .credits-title-wrap:before {
  content: "";
  position: absolute;
  background: #ed1c24;
  height: 2px;
  width: 36px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -10px;
}
.credits-section .credits-box .credits-title-wrap .credit-title {
  font-size: 15px;
  margin-top: 5px;
  color: #0a2896;
}
.credits-section .credits-box .credits-title-wrap .credit-title:hover {
  cursor: pointer;
  color: #0a2896;
}
.credits-section h2.credit-title {
  text-align: center;
  color: #0a2896;
  position: relative;
}
.credits-section h2.credit-title:before {
  content: "";
  position: absolute;
  background: #ed1c24;
  height: 2px;
  width: 36px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -10px;
}
.credits-section .credits-title-wrap {
  width: 100%;
  margin-top: 5px;
  text-align: center;
}
.credits-section .nav-buttons {
  display: flex;
  margin: 40px 0;
  text-align: center;
}
.credits-section .nav-buttons .red-button {
  border: 1px solid #ed1c24;
  padding: 10px 25px;
  color: #ed1c24;
  margin-right: 20px;
  font-size: 15px;
  border-radius: 4px;
  transition: 0.3s;
}
.credits-section .nav-buttons .red-button:hover {
  background: #ed1c24;
  color: #ffffff;
  transition: 0.3s;
}
.credits-section .nav-buttons .red-button:last-child {
  margin-right: 0;
}
.credits-section .category-short-text {
  float: left;
  width: 900px;
  margin-bottom: 15px;
}
.credits-section .credit-terms .term-text {
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}
.credits-section .credit-terms .term-text .title {
  font-size: 17px;
  font-weight: 700;
  color: #0a2896;
}
.credits-section .credit-terms .term-text .text {
  font-size: 15px;
}
.credits-section .credit-terms .term-text .text p {
  color: #000000;
  font-size: 15px;
}
.credits-section .credit-terms .credit-terms-title {
  text-align: center;
  font-size: 17px;
}
.credits-section .credit-terms .terms-ul {
  float: left;
  width: 100%;
}
.credits-section .credit-terms .terms-ul li {
  float: left;
  width: 100%;
}
.credits-section .credit-terms .terms-ul li .title {
  float: left;
  width: 37%;
  padding: 0 25px 0 0;
  color: #0a2896;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
.credits-section .credit-terms .terms-ul li .text {
  font-size: 15px;
  padding: 0 7px;
  float: right;
  width: 63%;
  position: relative;
}
.credits-section .credit-terms .terms-ul li .text p {
  margin-bottom: 0;
  margin-top: 0;
}
.credits-section .credit-terms .terms-ul li .text:before {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  left: -15px;
  top: 10%;
  background: #e6e6e6;
  box-shadow: 0 0 1px rgba(232, 232, 232, 0.17);
}
.credits-section .credit-terms .terms-ul li .text .with-border {
  padding-right: 15px;
}
.credits-section .credit-terms .terms-ul li .text .with-border:after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  right: 15px;
  top: 10%;
  background: #e6e6e6;
  box-shadow: 0 0 1px rgba(232, 232, 232, 0.17);
}
.credits-section .credit-terms .terms-ul li .main-hr-style {
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 80%;
  margin-left: 10%;
}
.credits-section .credit-terms .terms-ul li .section-title {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
}
.credits-section .credit-terms .terms-ul li .section-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ed1c24;
}

.advantage-adv {
  position: relative;
}
.advantage-adv .advantage-owl {
  padding: 30px 0;
  margin-bottom: 30px;
}
.advantage-adv .advantage-owl .owl-item {
  opacity: 0.5;
}
.advantage-adv .advantage-owl .center {
  opacity: 1;
}
.advantage-adv .advantage-owl:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: center;
}
.advantage-adv .advantage-owl:nth-child(2) .item {
  width: 18%;
}
.advantage-adv .advantage-owl .item a {
  display: block;
}
.advantage-adv .advantage-owl .item .wrapper-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0a2896;
  margin: 0 auto;
}
.advantage-adv .advantage-owl .item p {
  text-align: center;
  margin: 19px 4px;
  font-size: 15px;
  color: #2f3441;
}
.advantage-adv .advantage-owl .item img {
  height: 60px;
  width: auto;
}

.modal-title {
  text-align: center;
  color: #0a2896;
}

.call-header h4, .call-footer h4 {
  color: #0a2896;
}

.call-input-wrap input {
  border-color: #0a2896;
  box-shadow: none;
}

#searchModal {
  background-color: transparent;
  box-shadow: none;
}
#searchModal .modal-content {
  border: none;
  background-color: transparent;
}
#searchModal .modal-content .searchInput {
  display: flex;
  justify-content: center;
  align-items: center;
}
#searchModal .modal-content .searchInput input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
}
#searchModal .modal-content .searchInput input:focus {
  box-shadow: none;
  outline: none;
}
#searchModal .modal-content .searchInput input::placeholder {
  color: #ffffff;
}
#searchModal .modal-content .searchInput button {
  box-shadow: none;
  height: 39px;
  border-bottom-left-radius: 0;
}

.suggested-house-carousel {
  margin-bottom: 50px;
  background-color: #e5f0ff;
  padding: 20px 10px 35px 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.suggested-house-carousel .item {
  position: relative;
}
.suggested-house-carousel .item .suggested-house-rate {
  position: absolute;
  color: #ffd700;
  background-color: #ffffff;
  top: 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.suggested-house-carousel .item .suggested-house-rate i {
  margin: 2px;
}
.suggested-house-carousel .item img {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.suggested-house-carousel p {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 0;
  color: #0a2896;
}

#agentQuestion {
  background-color: transparent;
  box-shadow: none;
  border: none;
  max-width: 700px;
}
#agentQuestion .modal-content {
  border: none;
  background-color: #fff;
  padding: 16px 0 0 !important;
}
#agentQuestion .modal-content textarea {
  height: 200px;
  resize: none;
}

#securityModal {
  background-color: transparent;
  box-shadow: none;
  width: 800px;
}
#securityModal .modal-content {
  border: none;
  background-color: transparent;
}

/* ---------- GENERAL ---------- */
fieldset {
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
}

/* ---------- LIVE-CHAT ---------- */
#live-chat {
  bottom: 0;
  font-size: 12px;
  right: 24px;
  position: fixed;
  width: 300px;
  z-index: 12;
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

#live-chat header {
  border: 1px solid rgba(245, 245, 245, 0.3);
  background: #0a2896;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
  padding: 8px 24px;
}

#live-chat h4:before {
  background: #1a8a34;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 8px 0 0;
  width: 8px;
}

#live-chat h4 {
  font-size: 12px;
}

#live-chat h5 {
  font-size: 10px;
  color: #0a2896;
}

#live-chat form {
  padding: 10px;
}

#live-chat input[type=text] {
  border: 1px solid #0a2896;
  border-right: none;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 8px;
  outline: none;
  width: 157px;
}

.btn-chat {
  padding: 8px;
  color: #ffffff;
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  transition: 0.3s;
}
.btn-chat:hover {
  background-color: #F81C24;
  transition: 0.3s;
}
.btn-chat:focus {
  box-shadow: none;
  outline: none;
}

.chat-message-counter {
  display: inline;
  background: #e62727;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  left: 0;
  line-height: 28px;
  margin: -15px 0 0 -15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 28px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.chat-close {
  border-radius: 50%;
  color: #fff;
  display: block;
  float: right;
  font-size: 18px;
  height: 16px;
  line-height: 16px;
  margin: 2px 0 0 0;
  text-align: center;
  width: 16px;
  transition: 0.5s;
}

.chat-close:hover {
  color: #ed1c24;
  transition: 0.5s;
}

.chat {
  display: none;
  border: 2px solid #f3f3f3;
  border-top: none;
  border-bottom: none;
  background: #fff;
}

.chat-history {
  height: 252px;
  padding: 8px 24px;
  overflow-y: scroll;
}

.chat-message {
  margin: 16px 0;
}

.chat-message img {
  float: left;
  max-width: 34px;
}

.chat-message-content {
  margin-left: 56px;
}
.chat-message-content p {
  font-size: 14px;
}

.chat-time {
  float: right;
  font-size: 10px;
  color: #0a2896;
}

.chat-feedback {
  font-style: italic;
  margin: 0 0 0 80px;
}

.about-history-wrap {
  text-align: center;
  margin-bottom: 80px;
}
.about-history-wrap .history-title {
  position: relative;
  color: #0a2896;
  margin-bottom: 40px;
}
.about-history-wrap .history-title:before {
  content: "";
  position: absolute;
  background: #ed1c24;
  height: 2px;
  width: 36px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -10px;
}
.about-history-wrap .ceo-single-img {
  width: 100%;
  height: 100%;
}
.about-history-wrap .ceo-single-img div {
  width: 100%;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about-history-wrap p {
  color: #000000;
  text-align: left;
}
.about-history-wrap .history-ceo-wrap {
  margin-top: 80px;
}
.about-history-wrap .history-ceo-wrap .ceo-pic, .about-history-wrap .history-ceo-wrap .ceo-info {
  display: inline-block;
}
.about-history-wrap .history-ceo-wrap .ceo-pic {
  margin-bottom: 25px;
}
.about-history-wrap .history-ceo-wrap .ceo-pic:hover .ceo-pic-info {
  background-color: #0a2896;
  transition: 0.3s;
}
.about-history-wrap .history-ceo-wrap .ceo-pic:hover .ceo-pic-info h4, .about-history-wrap .history-ceo-wrap .ceo-pic:hover .ceo-pic-info h6 {
  color: #ffffff;
}
.about-history-wrap .history-ceo-wrap .ceo-pic .ceo-pic-avatar {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  width: 300px;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-history-wrap .history-ceo-wrap .ceo-pic .ceo-pic-info {
  width: 300px;
}
.about-history-wrap .history-ceo-wrap .ceo-pic .ceo-pic-info h4 {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 11px;
  color: #0a2973;
}
.about-history-wrap .history-ceo-wrap .ceo-pic .ceo-pic-info h6 {
  font-size: 13px;
  padding-bottom: 25px;
}

.ceo-suggest-wrap {
  height: 280px;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center top;
}
.ceo-suggest-wrap img {
  max-width: 200px;
  height: 240px;
}
.ceo-suggest-wrap p {
  position: absolute;
  color: #00377b;
  margin-top: 10px;
  font-size: 13px;
  bottom: -16px;
  left: 0;
  right: 0;
}

.history-ceo-wrap-single .ceo-single {
  margin-top: 30px;
}
.history-ceo-wrap-single .ceo-single .ceo-single-img {
  margin-right: 30px;
}
.history-ceo-wrap-single .ceo-additional-info {
  margin-top: 30px;
}

.investors-wrap ul {
  padding-left: 40px !important;
  text-align: left;
}
.investors-wrap ul li {
  margin-bottom: 10px;
  position: relative;
}
.investors-wrap ul li:after {
  content: "";
  position: absolute;
  left: -23px;
  top: 7px;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: #009fdf;
}
.investors-wrap ul li a {
  padding-left: 0;
}
.investors-wrap ul li a:before {
  content: none;
}

.contact-us-list {
  display: flex;
}
.contact-us-list li {
  margin-left: 15px;
}

.contact-head-wrap h4 {
  color: #0a2896;
  text-align: center;
}

.contact-input-wrap {
  position: relative;
}
.contact-input-wrap .contact-placeholder {
  transition: 0.5s;
  z-index: -1;
}
.contact-input-wrap .contact-input {
  background-color: transparent;
  margin-bottom: 20px;
  border: 1px solid #0a2896;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  resize: none;
  transition: 0.5s;
}
.contact-input-wrap .contact-input:focus {
  box-shadow: 0 1px 0 0 #009fdf !important;
  border-color: #009fdf !important;
}
.contact-input-wrap textarea {
  height: 125px;
}

.active-placeholder {
  top: -10px !important;
  font-size: 11px !important;
  color: #009fdf !important;
}

#map, #business-map-container, #individuals-map-container {
  width: 100%;
  height: 700px;
}

.map-filter-wrap {
  text-align: center;
}
.map-filter-wrap .map-checkbox span {
  color: #0a2896;
}

.investors-wrap h3 {
  margin: 30px 0;
}
.investors-wrap p b {
  color: #0a2896;
}
.investors-wrap p strong {
  color: #0a2896 !important;
}
.investors-wrap p a {
  color: #009fdf;
  transition: 0.5s;
}
.investors-wrap p a:hover {
  color: #0a2896;
}

.advanced-map .advanced-map-filter {
  padding: 0 10px;
  margin-bottom: 30px;
}
.advanced-map .advanced-map-filter .credit-partners-action {
  text-align: right;
}
.advanced-map .advanced-map-filter .credit-partners-action .btn-follow {
  margin-bottom: 35px;
}
.advanced-map .advanced-map-filter .credit-partners-action a {
  line-height: 24px;
}
.advanced-map .advanced-map-filter h6 {
  color: #009fdf;
}
.advanced-map .advanced-map-filter .appartment-type {
  display: flex;
  flex-direction: column;
}
.advanced-map .advanced-map-filter .appartment-type p {
  margin-bottom: 0;
}
.advanced-map .advanced-map-filter .advanced-filters-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advanced-map .advanced-map-filter .advanced-filters-action button {
  margin: 5px;
}
.advanced-map .results .result-items-wrapper hr {
  margin: 0;
}
.advanced-map .results .result-items-wrapper .result-item {
  padding: 20px 0;
  transition: 0.3s;
}
.advanced-map .results .result-items-wrapper .result-item:hover {
  background-color: #e5f0ff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.advanced-map .results .result-items-wrapper .result-item:hover .result-img img {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.advanced-map .results .result-items-wrapper .result-item:hover .result-statistics {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.advanced-map .results .result-items-wrapper .result-item .result-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advanced-map .results .result-items-wrapper .result-item .result-img img {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.advanced-map .results .result-items-wrapper .result-item .result-img p {
  font-weight: bold;
  color: #0a2896;
}
.advanced-map .results .result-items-wrapper .result-item .result-info {
  padding: 0 20px 20px 20px;
}
.advanced-map .results .result-items-wrapper .result-item .result-info h4 {
  color: #009fdf;
}
.advanced-map .results .result-items-wrapper .result-item .result-info p {
  margin-bottom: 0;
}
.advanced-map .results .result-items-wrapper .result-item .view-count {
  text-align: right;
  padding: 20px;
}
.advanced-map .results .result-items-wrapper .result-item .view-count span {
  font-size: 15px;
}
.advanced-map .results .result-items-wrapper .result-item .view-count i {
  margin-right: 10px;
  color: #009fdf;
}
.advanced-map .results .result-items-wrapper .result-item .view-count p {
  margin-bottom: 0;
}
.advanced-map .results .result-items-wrapper .result-item .result-statistics {
  padding: 10px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  background-color: #e5f0ff;
  transition: 0.3s;
}
.advanced-map .results .result-items-wrapper .result-item .result-statistics .result-short-info {
  color: #0a2896 !important;
  margin-bottom: 0;
  font-weight: 700;
}
.advanced-map .results .result-items-wrapper .result-item .result-statistics .result-short-info span {
  color: #009fdf;
}
.advanced-map .results .result-items-wrapper .result-item .result-statistics .result-stars {
  color: #ffd700;
  margin-bottom: 0;
}
.advanced-map .results .nav-tabs {
  border-bottom: unset;
}
.advanced-map .results .nav-tabs .nav-link {
  border-radius: 0;
  margin-bottom: 5px;
  border: none;
}
.advanced-map .results .nav-tabs:hover {
  border: none;
}
.advanced-map .results .nav-tabs .active {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #009fdf;
  color: #ffffff;
  transition: 0.3s;
}

.ui-slider {
  cursor: pointer;
  background: #546e7a;
}

.ui-slider span {
  background: #009fdf !important;
  outline: none !important;
  cursor: pointer !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.ui-slider span:focus {
  transform: scale(1.4, 1.4) rotate(45deg);
  border-radius: 50%;
}

.ui-slider {
  margin-bottom: 7px;
}

.advanced-amount {
  margin-bottom: 60px;
}
.advanced-amount .advanced-amount-min, .advanced-amount .advanced-amount-max, .advanced-amount .advanced-sqr-max, .advanced-amount .advanced-sqr-min, .advanced-amount .advanced-dist-val, .advanced-amount .productionDateStart, .advanced-amount .productionDateEnd {
  width: 100px;
  background-color: transparent;
  border: none;
  opacity: 1;
  border-bottom: 1px solid #0a2973;
  border-radius: 0;
  margin-top: 20px;
}
.advanced-amount .advanced-amount-min:focus, .advanced-amount .advanced-amount-max:focus, .advanced-amount .advanced-sqr-max:focus, .advanced-amount .advanced-sqr-min:focus, .advanced-amount .advanced-dist-val:focus, .advanced-amount .productionDateStart:focus, .advanced-amount .productionDateEnd:focus {
  outline: none;
}

.advanced-map .results .credit-shop-section .calculate-results {
  margin-bottom: 0;
}
.advanced-map .results .credit-shop-section .calculate-results thead i {
  color: #009fdf;
}
.advanced-map .results .credit-shop-section .calculate-results i {
  color: #0a2896;
}

.advanced-map-view .advanced-map-content .advanced-return {
  color: #009fdf;
}
.advanced-map-view .advanced-map-content .advanced-slider .house-pic-block .product-preview {
  background-size: contain !important;
  background-position: center;
}
.advanced-map-view .advanced-map-content .advanced-slider .house-pic-block .product-items img {
  max-width: 100px;
  margin: 0 auto;
}

.advanced-map-view .advanced-map-content .advanced-slider .house-pic-block .house-preview {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  height: 400px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
  text-align: center;
}
.advanced-map-view .advanced-map-content .advanced-slider .house-pic-block .house-preview img.img-fluid {
  height: 100%;
}
.advanced-map-view .advanced-map-content .advanced-slider .house-pic-block button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.advanced-map-view .advanced-map-content .advanced-slider .house-pic-block button img {
  width: 20px;
}
.advanced-map-view .advanced-map-content .advanced-slider .house-pic-block button:focus {
  outline: none;
}
.advanced-map-view .advanced-map-content .advanced-view-info .btn-follow {
  background-color: #0a2896;
  line-height: unset;
}
.advanced-map-view .advanced-map-content .advanced-view-info .btn-follow i {
  line-height: 0.9;
}
.advanced-map-view .advanced-map-content .advanced-view-info p {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #0a2896;
  color: #000000;
  font-weight: bold;
}
.advanced-map-view .advanced-map-content .advanced-view-info p .btn-follow {
  margin: 10px 0;
  background-color: #ed1c24;
  line-height: 0 !important;
}
.advanced-map-view .advanced-map-content .advanced-view-info p .btn-follow i {
  line-height: unset;
}
.advanced-map-view .advanced-map-content .advanced-view-info p .advanced-info-title {
  color: #009fdf;
  font-weight: bold;
}
.advanced-map-view .advanced-map-content .advanced-view-info .advanced-view-action {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.advanced-map-view .advanced-map-content .advanced-view-info .advanced-view-action a {
  background-color: #009fdf;
  line-height: 1.4;
}
.advanced-map-view .advanced-map-content .advanced-view-map {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  height: 380px !important;
  margin: 10px 0;
}

.card .card-body {
  display: flex;
  padding: 50px 40px;
}
.card .card-body .wrapper-text {
  position: relative;
  display: block;
  width: 65%;
  float: left;
  padding-right: 20px;
}
.card .card-body .wrapper-img {
  position: relative;
  display: block;
  width: 34%;
  float: left;
}

.section-order-call {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.6705882353);
  transition: 0.5s;
  z-index: 999999;
}
.section-order-call .tel-type .tel-type-wrapper {
  top: 0;
}
.section-order-call .tel-type .tel-type-wrapper a {
  padding: 0 12px 0;
  color: #0a2896;
  display: block;
}
.section-order-call .tel-type .tel-type-wrapper a:hover {
  color: #009fdf;
}
.section-order-call .tel-type .tel-type-wrapper .dropdown-content a {
  transition: 0.2s;
}
.section-order-call .tel-type .tel-type-wrapper .dropdown-content a:hover {
  background-color: #dcdcdc;
  transition: 0.2s;
}
.section-order-call #close-form {
  height: 100%;
  width: 100%;
}
.section-order-call .wrapper-form {
  position: relative;
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12), 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12), 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
  background-image: url("../img/bg/main-info.jpg");
  background-size: cover;
  padding: 45px;
  width: 100%;
  max-height: 45%;
  top: 300px;
  transition: 1s;
}
.section-order-call input {
  margin: 0;
  color: #0a2896;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.section-order-call input:focus {
  outline: none;
  box-shadow: none;
}
.section-order-call input:hover::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #929292;
  opacity: 1; /* Firefox */
}
.section-order-call input:hover::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #929292;
}
.section-order-call input:hover::-ms-input-placeholder { /* Microsoft Edge */
  color: #929292;
}
.section-order-call input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #929292;
  opacity: 1; /* Firefox */
}
.section-order-call input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #929292;
}
.section-order-call input::-ms-input-placeholder { /* Microsoft Edge */
  color: #929292;
}
.section-order-call button {
  padding: 22px;
  height: 47px;
}

.active-section-order {
  display: flex;
}
.active-section-order .wrapper-form {
  top: 0;
}

#orderModal, #callmodal {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-image: url("../img/bg/main-info.jpg");
}
#orderModal .modal-content, #callmodal .modal-content {
  background-color: transparent;
}
#orderModal .modal-content input, #callmodal .modal-content input {
  border-radius: 0;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #0a2896;
  border: none;
  border-bottom: 2px solid #ffffff;
}
#orderModal .modal-content input::placeholder, #callmodal .modal-content input::placeholder {
  color: #0a2896;
}
#orderModal .modal-content input:focus, #callmodal .modal-content input:focus {
  outline: none;
  box-shadow: none;
}
#orderModal .tel-type .tel-type-wrapper, #callmodal .tel-type .tel-type-wrapper {
  top: 0;
}
#orderModal .tel-type .tel-type-wrapper a, #callmodal .tel-type .tel-type-wrapper a {
  padding: 0 12px 0;
  color: #0a2896;
  display: block;
}
#orderModal .tel-type .tel-type-wrapper a:hover, #callmodal .tel-type .tel-type-wrapper a:hover {
  color: #009fdf;
}
#orderModal .tel-type .tel-type-wrapper .dropdown-content a, #callmodal .tel-type .tel-type-wrapper .dropdown-content a {
  transition: 0.2s;
}
#orderModal .tel-type .tel-type-wrapper .dropdown-content a:hover, #callmodal .tel-type .tel-type-wrapper .dropdown-content a:hover {
  background-color: #dcdcdc;
  transition: 0.2s;
}

#orderModal {
  overflow: unset !important;
}

#credModal {
  overflow: auto;
  background-color: transparent;
}
#credModal .calculate-results {
  margin-bottom: 44px;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
#credModal .calculate-results tbody tr td:first-child {
  font-weight: 700;
  color: #0a2973;
  font-size: 17px;
  text-align: center;
}
#credModal table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(80, 153, 241, 0.12);
}
#credModal .modal-content {
  border-radius: 0;
  background-color: #ffffff;
}

.register-info {
  text-align: center;
  margin-top: 100px;
}
.register-info h3 {
  color: #0a2896;
  font-weight: bold;
}
.register-info a {
  color: #ffffff;
}

.ask-question-wrapper {
  margin-bottom: 32px;
}
.ask-question-wrapper .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
.ask-question-wrapper .nav-tabs .nav-item .active, .ask-question-wrapper .nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  margin: 10px 5px;
  transition: 0.3s;
}
.ask-question-wrapper .nav-tabs .nav-item .nav-link:hover {
  border: none;
  color: #ffffff;
  background-color: #009fdf;
}
.ask-question-wrapper .nav-tabs .nav-item .active {
  color: #ffffff;
  background-color: #009fdf;
}
.ask-question-wrapper .tab-content {
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 30px;
  background-image: url("../img/bg/steps-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ask-question-wrapper .tab-content .question-wrap {
  text-align: center;
  height: 200px;
  margin: 22px 0;
  padding: 40px 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.ask-question-wrapper .tab-content .question-wrap:hover {
  transform: translateY(-15px);
  transition: 0.3s;
}
.ask-question-wrapper .tab-content .question-wrap .question-img img {
  max-width: 100px;
  margin: 0 auto;
}
.ask-question-wrapper .tab-content .question-wrap .question-text p {
  color: #0a2896;
  padding: 5px 15px;
}
.ask-question-wrapper .ask-form {
  position: relative;
  padding: 15px 30px;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: none;
}
.ask-question-wrapper .ask-form .ask-form-title-wrapper {
  text-align: center;
}
.ask-question-wrapper .ask-form .ask-form-title-wrapper .ask-form-title {
  color: #0a2896;
}
.ask-question-wrapper .ask-form .ask-form-title-wrapper .chat-message-counter {
  color: #ffffff;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.ask-question-wrapper .ask-form .ask-question-fields label {
  color: #0a2896;
  resize: none;
}
.ask-question-wrapper .ask-form .ask-question-fields #askText {
  height: 150px;
}
.ask-question-wrapper .ask-form .ask-question-fields #askFile {
  display: none;
}
.ask-question-wrapper .ask-form .ask-question-fields .uploaded-files {
  width: 100%;
  display: block;
}
.ask-question-wrapper .ask-form .ask-question-fields .uploaded-files span {
  display: inline-block;
  height: 35px;
  margin-left: 10px;
}
.ask-question-wrapper .ask-form .ask-question-fields .uploaded-files span i {
  color: #009fdf;
  margin-right: 10px;
}
.ask-question-wrapper .ask-form .ask-question-fields .uploaded-files span sup {
  color: #ed1c24;
  font-size: 11px;
  cursor: pointer;
}
.ask-question-wrapper .ask-form .ask-question-fields .ask-file {
  margin-top: 5px;
  padding: 20px;
  border: 1px dashed #009fdf;
  width: 100%;
  display: block;
  text-align: center;
  color: #0a2896;
}
.ask-question-wrapper .ask-form .ask-question-fields .ask-file .ask-file-path i {
  font-size: 20px;
}
.ask-question-wrapper .ask-form .ask-question-fields .ask-agreement {
  margin-top: 60px;
}
.ask-question-wrapper .ask-form .ask-question-fields .ask-file-annotation {
  margin-top: 25px;
}
.ask-question-wrapper .ask-form .ask-question-fields .label-file {
  cursor: pointer;
  width: 100%;
}
.ask-question-wrapper .ask-form .ask-question-fields input, .ask-question-wrapper .ask-form .ask-question-fields textarea {
  outline: 0;
  line-height: 24px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 46px;
  padding: 0 12px;
  font-size: 16px;
  border: 1px solid #989eb3;
  border-radius: 3px;
  color: #292f40;
  transition: box-shadow 0.2s;
  background-color: transparent;
}
.ask-question-wrapper .ask-form .ask-question-fields input:focus, .ask-question-wrapper .ask-form .ask-question-fields textarea:focus {
  outline: none;
  box-shadow: none;
}
.ask-question-wrapper .ask-form .ask-question-fields input[type=radio] {
  line-height: unset;
  height: unset;
  width: unset;
}
.ask-question-wrapper .tab-pane.active {
  animation: slide-down 1s;
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tel-type {
  position: relative;
}
.tel-type .tel-type-wrapper {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 4;
}
.tel-type .tel-type-wrapper ul li {
  min-height: unset;
}
.tel-type .tel-type-wrapper a {
  padding: 5px 10px;
}
.tel-type .tel-type-wrapper a img {
  width: 25px;
}
.tel-type .tel-type-wrapper a i {
  font-size: 35px;
}

.geolocation-map img {
  margin-left: 40px;
}

.geolocation {
  display: flex;
}
.geolocation .geolocation-item {
  width: 40%;
}
.geolocation .geolocation-item p {
  text-align: center;
  margin-bottom: 0;
}

.loader-wrapper {
  position: relative;
}
.loader-wrapper .loader {
  overflow: hidden;
  border-radius: 7px;
  height: 800px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  transition: 0.5s;
  text-align: center;
}

.report-object {
  top: 15px;
  position: absolute;
  height: 0;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.report-additional-links {
  margin: 40px 0;
}

.ad-wrapper {
  margin-bottom: 50px;
}
.ad-wrapper iframe {
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.ad-wrapper p {
  text-align: center;
  color: #0a2896;
  position: relative;
}
.ad-wrapper p:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 36px;
  height: 2px;
  background-color: #ed1c24;
}

.business-credit .tab-content {
  background-image: none;
  border-radius: 0;
}
.business-credit .nav-tabs .nav-link {
  border-radius: 0;
}
.business-credit .nav-tabs .active {
  border-top: none !important;
}

.individuals-tab-content {
  border-bottom: 1px solid #ddd !important;
}
.individuals-tab-content .nav-item .nav-link {
  border-radius: 0;
}
.individuals-tab-content .nav-item .active {
  border-top-color: #009fdf !important;
}

.individuals-pills-content .nav-buttons {
  justify-content: center;
}
.individuals-pills-content .nav-pills .active {
  border-radius: 0;
  background-color: #009fdf;
}
.individuals-pills-content table tr th, .individuals-pills-content table tr td {
  text-align: center;
}

.individuals-callto-action {
  text-align: center;
}
.individuals-callto-action .additional-btn {
  width: 100%;
  border-radius: 0;
  background-color: #e5f0ff;
  border: none;
  color: #0a2896;
  line-height: 21px;
}
.individuals-callto-action .additional-btn:focus {
  background-color: #e5f0ff !important;
  color: #0a2896 !important;
}
.individuals-callto-action .card-body {
  text-align: left;
  padding-left: 20px;
}
.individuals-callto-action .card-body ul {
  padding-left: 20px;
}
.individuals-callto-action .card-body ul li {
  list-style: disc;
  font-weight: bold;
}
.individuals-callto-action .card-body ol li {
  color: #666666;
}

.individuals-main-wrapper {
  margin: 5px 5px 30px 5px;
}
.individuals-main-wrapper .individuals-item-pic {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.individuals-main-wrapper .individuals-item-pic ul {
  padding: 16px 16px 16px 0;
  margin-bottom: 0;
}
.individuals-main-wrapper .individuals-item-pic ul li {
  position: relative;
  font-size: 14px;
}
.individuals-main-wrapper .individuals-item-pic ul li:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  left: -10px;
  top: 9px;
  background-color: #009fdf;
  border-radius: 50%;
  overflow: hidden;
}
.individuals-main-wrapper .individuals-item-pic .individuals-action-wrap {
  display: flex;
  justify-content: center;
  margin-right: 10px;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.individuals-main-wrapper .individuals-item-pic .individuals-action-wrap .btn-normal {
  margin-right: 10px;
}
.individuals-main-wrapper .individuals-item-pic .individuals-action-wrap .btn-normal:hover {
  color: #ffffff;
  box-shadow: none;
}
.individuals-main-wrapper .individuals-main-info {
  padding: 10px;
}
.individuals-main-wrapper .individuals-main-info h3 {
  color: #009fdf;
}
.individuals-main-wrapper .individuals-main-info ul {
  padding-left: 10px;
}
.individuals-main-wrapper .individuals-main-info ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666666;
}

.individuals-benif {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 214px;
  align-items: center;
  transition: 0.3s;
}
.individuals-benif .individuals-number {
  width: 22%;
  border-left: 2px solid #009fdf;
}
.individuals-benif .individuals-number h2 {
  margin-left: 5px;
  font-size: 48px;
  color: #0a2896;
}
.individuals-benif .individuals-text {
  width: 78%;
}
.individuals-benif .individuals-text ul {
  padding: 16px 16px 16px 0;
  margin-bottom: 0;
}
.individuals-benif .individuals-text ul li {
  position: relative;
  font-size: 14px;
}
.individuals-benif .individuals-text ul li:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  left: -10px;
  top: 9px;
  background-color: #009fdf;
  border-radius: 50%;
  overflow: hidden;
}
.individuals-benif:hover {
  transition: 0.3s;
  transform: translatey(-15px);
}

.individuals-main-wrapper-big {
  margin: 60px 0 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.individuals-main-wrapper-big .individuals-main-ad-bg {
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.individuals-main-wrapper-big .individuals-main-ad-bg .individuals-main-info {
  margin-top: 25px;
  padding-left: 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.individuals-main-wrapper-big .individuals-main-ad-bg .individuals-main-info h3 {
  color: #009fdf;
  margin-bottom: 0;
  padding: 15px 0;
}
.individuals-main-wrapper-big .individuals-main-ad-bg .individuals-action {
  position: absolute;
  right: 0;
  bottom: 0;
}
.individuals-main-wrapper-big .individuals-main-ad-bg .individuals-action a {
  position: absolute;
  transform: rotate(45deg);
  background-color: #ed1c24;
  bottom: -88px;
  display: flex;
  right: -41px;
  width: 100px;
  font-size: 23px;
  height: 196px;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.individuals-main-wrapper-big .individuals-main-ad-bg .individuals-action a i {
  color: #ffffff;
}

.individuals-benif-big {
  display: flex;
  align-items: center;
  height: 100px;
}
.individuals-benif-big .individuals-number {
  padding-right: 50px;
}
.individuals-benif-big .individuals-number h2 {
  margin-bottom: 0;
  color: #0a2896;
  font-size: 37px;
}
.individuals-benif-big .individuals-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.individuals-icon-list div {
  background-color: #ffffff;
  padding: 1px 5px;
  text-align: center;
  min-height: 212px;
  transition: 0.3s;
  border: 1px solid rgba(203, 203, 203, 0.3);
}
.individuals-icon-list div:hover {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  position: relative;
  z-index: 5;
}
.individuals-icon-list div img {
  margin: 0 auto;
  max-width: 65px;
  transition: 0.3s;
  padding-top: 30px;
}
.individuals-icon-list div p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.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;
}

.ml-40 {
  margin-left: 40px;
}

.ml-80 {
  margin-left: 80px;
}

.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.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;
}

.t-18 {
  top: -18px !important;
}

.new-indicator {
  position: absolute;
  right: 40px;
  color: #ffffff;
  z-index: 2;
  border-radius: 3px;
  padding: 5px 10px;
  background-color: #ed1c24;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.custom-collapse-wrapper .custom-collapse-init {
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  display: inline-block;
}
.custom-collapse-wrapper .custom-collapse-init:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 5px;
  background-image: url("../img/icons/service/left-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: cover;
  transform: rotate(90deg);
  transition: 0.3s;
}
.custom-collapse-wrapper .custom-collapse-init:hover {
  color: #0a2896;
  transition: 0.3s;
}
.custom-collapse-wrapper .custom-collapse-content {
  display: none;
}

.cust-open .custom-collapse-content {
  display: block;
}
.cust-open .custom-collapse-init:after {
  transform: rotate(-90deg);
  transition: 0.3s;
}

.dist-header-pic {
  float: right;
  width: 33%;
  margin: 0 0 25px 25px;
}

.dist-header-advantage {
  display: inline-block;
  width: 60%;
}

#onlineRequestHouse {
  overflow-y: scroll;
  max-height: 90%;
}
#onlineRequestHouse .close {
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  background-color: #ed1c24;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#onlineRequestHouse .close i {
  color: #ffffff;
  font-size: 12px;
}
#onlineRequestHouse .modal-content {
  min-height: 100vh;
}
#onlineRequestHouse .modal-content input {
  border: none;
  border-bottom: 2px solid #009fdf;
  border-radius: 0;
  height: 2.4rem;
}
#onlineRequestHouse .modal-content input:focus {
  outline: none !important;
  box-shadow: none;
}
#onlineRequestHouse .select-control, #onlineRequestHouse .checkbox-control {
  width: 80%;
  margin: 0 auto;
}
#onlineRequestHouse h2 {
  text-align: center;
}
#onlineRequestHouse .corp, #onlineRequestHouse .individual, #onlineRequestHouse .checkbox-control {
  display: none;
}
#onlineRequestHouse .checkbox-control {
  margin-top: 10px;
}

.house-content-zz .result-items-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.house-content-zz .result-items-wrapper .house-content-item {
  flex: 0 0 50%;
}
.house-content-zz .result-items-wrapper .house-content-item .result-item {
  padding: 0 15px;
}
.house-content-zz .result-items-wrapper .house-content-item .result-item:hover {
  background-color: #e5f0ff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.house-content-zz .result-items-wrapper .house-content-item .result-item:hover .result-statistics {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.house-content-zz .result-items-wrapper .house-content-item .result-item h2 {
  font-size: 15px;
}
.house-content-zz .result-items-wrapper .house-content-item .result-item img {
  width: 80%;
  margin-right: auto;
}

#becomePartner .close-modal button {
  border: none;
  background-color: transparent;
  color: #ed1c24;
  position: absolute;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
#becomePartner .close-modal button:focus {
  outline: none;
}

.pos-bottom {
  top: 100% !important;
}

.table-bordered td, .table-bordered th {
  border-width: 1px;
}

.table {
  margin-bottom: 35px;
  font-size: 15px;
}
.table thead, .table th {
  background-color: #eaedf5 !important;
}
.table td {
  text-align: left;
  background-color: #ffffff !important;
}
.table tr:first-child:hover {
  background-color: transparent !important;
}
.table tr:hover {
  background-color: unset !important;
}

.text-with-pic {
  display: flex;
  flex-direction: row;
}
.text-with-pic .pic {
  padding: 0 10px;
  flex: 0 0 30%;
}

.dropdown-content li:hover, .dropdown-content li.active {
  background-color: transparent !important;
}

.no-point ul {
  padding-left: 0 !important;
}
.no-point ul li:after {
  display: none;
}

.service-helper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-menu .upper-nav-link:hover {
  color: #009fdf !important;
}

.f-tab .nav-pills {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-tab .f-line {
  flex: 0 0 18%;
}
.f-tab .f-line a {
  border: none !important;
}
.f-tab .f-line a img {
  margin-right: 10px;
}
.f-tab .f-line span {
  border-bottom: 1px dashed #0a2896;
}
.f-tab .f-line .active span {
  border-bottom: 1px dashed #ffffff;
}

.bullet-correction:after {
  display: none !important;
}
.bullet-correction:before {
  display: none !important;
}

#dropdown9 {
  width: 275px;
  min-height: 173px;
}

.dotted-correction ul {
  margin: 25px 0;
}
.dotted-correction ul li {
  opacity: 1;
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  line-height: 1.5;
  margin-top: 12px;
}
.dotted-correction ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ed1c24;
  padding: 0;
  margin-right: 10px;
  opacity: 1;
  vertical-align: middle;
}
.dotted-correction ul li i {
  color: #ed1c24;
  font-size: 9px;
  margin-right: 15px;
}

.mobile-control-block {
  display: block;
  opacity: 1;
}

.rot-open {
  transform: rotateX(180deg);
  bottom: -2px !important;
}

.hideMeElem {
  display: none !important;
}

.more-link {
  min-width: 100px;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  display: flex !important;
  align-items: center;
}

.hide-drop {
  display: none;
}

#secondMenulist {
  max-width: 746px;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.drop-cor li {
  max-width: 275px;
}

.inThirdline {
  display: none;
}

.person-type-el {
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.person-type-el li {
  flex: 1;
}
.person-type-el li a {
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  padding: 15px 25px;
  font-size: 20px;
  color: #0a2896;
  border-radius: 0 !important;
}
.person-type-el li .active {
  background-color: #0a2896 !important;
}
.person-type-el li .active:hover {
  color: #ffffff;
}

.btn {
  text-transform: capitalize !important;
}

#gold tr th, #gold tr td {
  text-align: center;
}

.z-cor {
  z-index: 1;
}

.fraud-info {
  margin: 40px 0;
}
.fraud-info li {
  margin: 20px 0;
}

.about-page h4 {
  font-size: 23px;
  font-weight: 200;
  margin: 30px 0;
}
.about-page p {
  font-size: 15px;
  color: #000000;
}
.about-page ul {
  padding-left: 20px;
}
.about-page ul li {
  position: relative;
  margin-bottom: 10px;
}
.about-page ul li:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  height: 5px;
  width: 5px;
  background-color: #009fdf;
  border-radius: 50%;
}

.main-content-wrapper h4 {
  font-size: 23px;
  font-weight: 200;
}

.about-security h4 {
  font-size: 23px;
  font-weight: 200;
  margin: 30px 0;
}
.about-security p {
  font-size: 15px;
  color: #000000;
}
.about-security h2 {
  font-size: 46px;
  font-weight: 200;
  margin-bottom: 20px;
}
.about-security a[type="application/pdf"] {
  margin: 20px 0;
  display: block;
  color: #0a2973;
}
.about-security a[type="application/pdf"] img {
  width: 50px;
}
.about-security a {
  color: #0a2896;
}
.about-security .first-line li a {
  position: relative;
}
.about-security .first-line li a:after {
  content: "";
  position: absolute;
  width: 70%;
  margin: 0 auto;
  height: 100%;
  border-bottom: 1px dashed #0a2973;
  left: 24px;
  top: 0;
}
.about-security .first-line li .active {
  background-color: transparent;
  color: #000000;
}
.about-security .first-line li .active:after {
  content: none;
}
.about-security .security-item {
  display: flex;
  align-items: center;
}
.about-security .security-item img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.security-owl h3 {
  color: #0a2896;
  font-size: 17px;
  font-weight: 200;
  margin: 10px 0;
}
.security-owl h3:hover {
  color: #009fdf;
}
.security-owl img {
  position: relative;
  border: 1px solid #c3c3c3;
}

#security-owl .item img {
  width: 382px;
  height: 400px;
  margin: 0 auto;
}
#security-owl .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
}
#security-owl .owl-nav button {
  background-color: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
#security-owl .owl-nav button span {
  font-size: 25px;
}

.percent {
  color: #009fdf;
  font-size: 25px;
}

.no-slider {
  margin-top: 45px;
}

.nav-buttons {
  justify-content: center;
}
.nav-buttons:hover .btn-normal {
  color: #ffffff;
}

.image-shadow img {
  box-shadow: none !important;
}

.no-shadow {
  box-shadow: none !important;
}

.text-danger b {
  color: #ed1c24 !important;
}

.error-wrapper {
  text-align: center;
}
.error-wrapper form .error-search {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.error-wrapper form .error-search input {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid;
  width: 80%;
}
.error-wrapper form .error-search input:focus {
  box-shadow: none;
}

#pillshelptab {
  overflow: auto;
}
#pillshelptab .modal-content {
  border-radius: 0;
  background-color: transparent;
}
#pillshelptab textarea {
  height: auto;
}

.promotion-item {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.promotion-item img {
  max-width: 80%;
}
.promotion-item h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.promotion-until {
  position: absolute;
  text-transform: lowercase;
  font-size: 11px;
  background-color: #F8D984;
  color: #5C4300;
  padding: 1px 10px 0;
  border-radius: 11px 11px 11px 0;
  top: 0;
  right: 0;
  line-height: 24px;
  height: 24px;
  left: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.form-error-text {
  display: inline-block;
  color: #ed1c24;
  font-size: 12px;
}
.form-error-text ul {
  margin: 0;
}
.form-error-text ul li {
  display: inline-block;
  color: #ed1c24;
  font-size: 12px;
}

#ascrail2000 {
  z-index: 99950 !important;
}

.no-border {
  border-top: none !important;
}

.credits-section .nav-tabs .no-border {
  border: none !important;
}

.op {
  opacity: 0;
}

.range-def-cor h6 {
  margin-bottom: 20px;
}

.vacancy-collapse-annotation {
  margin-bottom: 0;
}

.flag-img {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  width: 100px;
  margin: 10px;
}

.credit-header-wrapper h4 {
  margin-bottom: 30px;
  font-size: 46px;
}
.credit-header-wrapper h5 {
  font-size: 23px;
}
.credit-header-wrapper ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0 !important;
}
.credit-header-wrapper ul li p {
  margin-bottom: 6px;
  color: #000000;
}
.credit-header-wrapper ul li p:first-child {
  text-align: center;
}
.credit-header-wrapper ul li p:first-child img {
  max-width: 50px;
  margin: 0 auto;
}
.credit-header-wrapper ul li p:nth-child(2) {
  font-weight: 500;
  text-align: center;
}
.credit-header-wrapper ul li .btn-follow {
  line-height: 1.5;
}

.credit-head-img {
  text-align: right;
}
.credit-head-img img {
  margin-left: auto;
}

.credits-section .bossiness-card-wrap .image {
  box-shadow: none;
  background-size: contain;
  background-position: center;
}

.table-center td, .table-center th {
  width: 150px;
  text-align: left;
  vertical-align: middle;
}
.table-center p {
  color: #000000;
  margin-bottom: 0;
}

#toolbox-chat-iframe {
  right: 0 !important;
  margin: 0 8.2% 0 0;
}

.collapsible-header i {
  color: #0a2896;
  margin-right: 0;
}

.news-owl .individuals-main-wrapper {
  margin: 30px;
}

.custom-banner {
  height: 200px;
  width: 100%;
  background-position: 10px -94px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 22px;
}

.collapsible-header {
  outline: none;
}

.text-right a {
  line-height: 1.3;
}

#navbarTwo {
  border-radius: 0 0 4px 0;
}

.navbar-expand-md {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand-md .active {
  background-color: #ffffff;
  color: #0a2896 !important;
  max-height: 40px;
  position: relative;
  width: max-content;
}
.navbar-expand-md .active:after {
  right: 13px !important;
  border-color: #1e4bd2 !important;
}

.table-hover tbody tr:hover {
  background-color: rgba(10, 41, 115, 0.07);
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: #ffffff;
}

#admindrop {
  z-index: 9999;
}
#admindrop a i {
  font-size: 15px;
}

.bord-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bord-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.overflowH {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(0, 159, 223, 0.5490196078);
}

.modal {
  bottom: unset;
}
.modal .contact-placeholder {
  z-index: 1;
}

.page-annotation {
  position: relative;
  font-size: 46px;
  font-weight: 200;
  color: #000000;
  margin: 45px 0;
}

.table-annotation {
  text-align: center;
  margin: 55px 0;
}

.fg-card {
  pointer-events: none;
}

.dropdown-item-row {
  width: 900px;
}

.hr-red-40 {
  border-top: 2px solid #ed1c24;
  width: 40px;
  margin-top: 23px;
}

.hr-advanced-style {
  border-top: 2px dashed #009fdf;
  width: 100%;
  margin: 20px auto;
  height: 1px;
}

a {
  color: #000000;
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

.mw-46 {
  max-width: 46px;
}

.mw-91 {
  max-width: 91px;
}

.dropdown-item:focus {
  background-color: transparent;
  transition: 0.5s;
  color: #ffffff;
}

.drop-container {
  position: absolute;
  top: 36px;
  background-color: #ffffff;
  transition: 0.3s;
}
.drop-container .drop-wrap {
  border: 1px solid #f3f3f3;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: none;
  padding: 20px 40px;
  width: 100%;
  height: 100%;
}

.dropdown-col {
  list-style: none;
  padding: 0;
}
.dropdown-col li {
  margin: 5px 0;
  position: relative;
}
.dropdown-col li i {
  color: #ed1c24;
  font-size: 6px;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  top: 12px;
}
.dropdown-col .dropdown-item {
  white-space: normal;
}

.dropdown-item-wrap {
  display: inline-block;
  vertical-align: top;
}
.dropdown-item-wrap ul:first-child {
  margin-left: 20px;
}
.dropdown-item-wrap ul {
  margin-left: 80px;
}
.dropdown-item-wrap ul li {
  min-height: unset;
}

.dropdown-col-wrap {
  display: inline-block;
}

#collapsibleNavbar {
  position: relative;
}

.main-nav-drop {
  padding-top: 25px;
  padding-left: 32px;
  padding-bottom: 25px;
  margin-top: 0;
  list-style: none;
  top: 102px;
  width: 100%;
  -webkit-box-shadow: 0 5px 8px 0 rgba(10, 41, 115, 0.15);
  -moz-box-shadow: 0 5px 8px 0 rgba(10, 41, 115, 0.15);
  box-shadow: 0 5px 8px 0 rgba(10, 41, 115, 0.15);
  border-top: 1px solid #e1e1e1;
}
.main-nav-drop .dropdown-col {
  list-style: none;
}
.main-nav-drop a {
  font-size: 15px !important;
  position: relative;
  width: unset;
  display: inline-block !important;
}
.main-nav-drop .multi-column-dropdown {
  list-style: none;
}

button:focus {
  box-shadow: none !important;
}

.owl-nav {
  text-align: right;
  padding: 0 20px;
}
.owl-nav button i {
  font-size: 46px;
}
.owl-nav :focus {
  outline: none;
}

.main-red {
  color: #ed1c24;
}

.warning-info span {
  color: #ed1c24;
  font-weight: bold;
}

.tariffs table tr {
  border-bottom: unset;
}
.tariffs table tr:before {
  content: "";
  position: absolute;
  width: 100%;
  background: -webkit-linear-gradient(left, #f0f0f0, #009fdf, #f0f0f0);
  left: 0;
  height: 1px;
}

.table-head-bold td {
  font-weight: bold;
  color: #0a2973;
  text-align: center;
}

.table-body td {
  text-align: center;
}

.depend tr td b {
  color: #0a2973;
}

.card-info {
  display: flex;
}
.card-info img {
  width: 230px;
  margin-right: 30px;
}

.insuarance-img {
  width: 350px;
}
.insuarance-img img {
  width: 100%;
}

.remote-zone {
  background-color: #eaedf5;
  padding: 0 18px 48px 18px;
}
.remote-zone .remote-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.remote-zone .remote-row .remote-item {
  padding-top: 48px;
  display: flex;
  flex: 0 0 45%;
}
.remote-zone .remote-row .remote-item .remote-link {
  flex: 0 0 50%;
  padding: 23px;
  background-color: #ffffff;
  position: relative;
}
.remote-zone .remote-row .remote-item .remote-link p {
  color: #009fdf;
}
.remote-zone .remote-row .remote-item .remote-link:after {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
}
.remote-zone .remote-row .remote-item .remote-pic {
  flex: 0 0 50%;
  height: 241px;
  background-size: cover;
  background-position: center;
}

.main-blue {
  color: #009fdf !important;
}

.b-main-blue {
  color: #009fdf;
  border-right: 2px solid #009fdf;
  transition: 1s;
}

.select-wrapper input.select-dropdown {
  border-bottom: 1px solid #009fdf;
}

.select-wrapper .caret {
  fill: #009fdf;
  z-index: 1;
}

[type=checkbox] + span:not(.lever) {
  color: #0a2896;
}

[type=checkbox] + span:not(.lever):before, [type=checkbox]:not(.filled-in) + span:not(.lever):after {
  border: 2px solid #0a2896;
}

[type=radio]:checked + span:after, [type=radio].with-gap:checked + span:after {
  background-color: #009fdf;
}

[type=radio]:checked + span:after, [type=radio].with-gap:checked + span:before, [type=radio].with-gap:checked + span:after {
  border-color: #009fdf;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #0a2896;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

#nav-icon1 {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  margin: 0 auto;
  background: #0a2896;
  opacity: 1;
  left: 40%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 10px;
}

#nav-icon1 span:nth-child(2) {
  top: 20px;
}

#nav-icon1 span:nth-child(3) {
  top: 30px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#tab-branch .selectedTr td {
  background-color: #0a2896 !important;
  color: #ffffff !important;
}

.a-rotate:after {
  transform: rotate(225deg);
  top: calc(50% - 2px);
}

.sidenav-wrapper, .mob-chat, .hide-drop, .drop-init, .mobile-info-tab, .person-mobile {
  display: none !important;
}

.top-menu #onlineVtb {
  display: none;
}

.btn {
  text-transform: none !important;
}

.special-reports > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.special-reports > div div {
  flex-basis: 500px;
}

table ul {
  margin: 0;
}

.mobile-link-content {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.mobile-link-content .mobile-link-item {
  margin-right: 15px;
}
.mobile-link-content .mobile-link-item span {
  background: #7BAEDD;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 25px;
  color: #ffffff;
}

.news-item-content {
  height: 400px;
  text-align: center;
}
.news-item-content img.img-responsive {
  width: unset;
  display: inline-block;
  height: 100%;
}

.footer-social-icons {
  display: inline-block;
  font-size: 22px;
  text-align: center;
  width: 22px;
  color: #0e2c98;
  margin-right: 10px;
}

.r-u-s ul {
  text-align: left;
  display: block;
  margin: 0;
}

.chevron {
  transform: rotate(90deg);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #f1f1f1;
  cursor: pointer;
  margin-left: 5px;
}
.chevron:after {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  color: #9f9f9f;
  top: calc(50% - 4px);
  left: calc(50% - 6px);
  font-size: 12px;
  z-index: 2;
}

.footer-more-links {
  border-top: 1px solid #e1e1e1;
  margin-top: 28px;
  padding-top: 16px;
  margin-left: 35px;
}
.footer-more-links h4 {
  font-weight: 100;
  font-size: 17px;
}

.skype_btn {
  background: #0a2896;
  display: inline-block;
  color: #ffffff;
  padding: 10px 35px 10px 50px;
  border-radius: 2px;
  position: relative;
}
.skype_btn:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url(../img/skype.png);
  height: 50px;
  background-size: cover;
  width: 50px;
  z-index: 999;
}
.skype_btn a {
  color: #ffffff !important;
  font-size: 15px !important;
}

.dropdownBtn {
  position: relative;
}
.dropdownBtn:after {
  position: absolute;
  right: 10px;
  top: calc(100% + 6px);
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  z-index: 1;
  content: "";
  box-shadow: -8px -4px 11px -2px rgba(10, 41, 115, 0.07);
  display: none;
}
.dropdownBtn .selected-item {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
}
.dropdownBtn .drDownMenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  box-shadow: 0 0 13px 0 rgba(10, 41, 115, 0.15);
  padding: 8px 0;
  right: 0;
  z-index: 1;
  background: #fff;
  display: none;
}
.dropdownBtn .drDownMenu .drItem {
  padding: 6px 6px 6px 16px;
  cursor: pointer;
  color: #1e4bd2;
  transition: 0.3s ease;
}
.dropdownBtn .drDownMenu .drItem:hover {
  transition: 0.3s ease;
  color: #0af;
}

.dropdownBtn-active .drDownMenu {
  display: block;
}
.dropdownBtn-active:after {
  display: block;
}

.section-credit-calc {
  margin-bottom: 65px;
}
.section-credit-calc .padding-middle {
  padding-left: 100px;
  padding-right: 100px;
}
.section-credit-calc .tab-panel__wrap {
  padding-left: 100px;
  padding-right: 100px;
  margin-left: -100px;
  margin-right: -100px;
}
.section-credit-calc .form-block__col_medium {
  width: 100%;
}
.section-credit-calc .input-text {
  padding: 12px 20px;
  max-height: 52px;
}
.section-credit-calc .input-number__button {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: unset;
}
.section-credit-calc .input-number__button_up {
  padding-bottom: 7px !important;
}
.section-credit-calc .calc-content {
  width: 50% !important;
  padding-right: 30px !important;
}
.section-credit-calc .calc-result {
  width: 48% !important;
}
.section-credit-calc .calc-result__content {
  padding-bottom: 21px !important;
}
.section-credit-calc .calc-result__content p {
  margin: 16px 0;
}
.section-credit-calc .calc-result__content .lending-bet {
  color: #fff;
}
.section-credit-calc .calc-result__content .text-common-big {
  color: #fff;
}
.section-credit-calc .margin-slim-bottom {
  margin-bottom: 25px !important;
}
.section-credit-calc .dropdownBtn .selected-item {
  cursor: pointer;
  text-align: left !important;
  font-size: 17px;
  height: 52px;
}
.section-credit-calc .dropdownBtn .drDownMenu {
  top: calc(76% + 30px);
  z-index: 999;
}
.section-credit-calc .dropdownBtn:after {
  top: calc(75% + 23px);
  z-index: 999;
}
.section-credit-calc .button_huge {
  font-size: 15px;
  padding: 23px 30px;
  max-height: 67px;
}
.section-credit-calc .border-icon-link {
  margin: 0;
  padding: 0;
  width: 50px;
  transition: 0.3s ease;
}
.section-credit-calc .border-icon-link:before {
  content: unset !important;
}
.section-credit-calc .border-icon-link:hover .icon {
  transition: 0.3s ease;
  color: #90c3f2;
}
.section-credit-calc .border-icon-link .icon {
  transition: 0.3s ease;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  font-size: 19px;
  background: #0af;
  border-radius: 50%;
  color: #fff;
}

.custom-content,
.no-slider {
  max-width: 1120px !important;
}

.not-slider {
  margin-top: 95px;
}

table td:first-child,
table th:first-child {
  padding-left: 0.75rem !important;
}

.current-advantage-item {
  text-align: center;
}
.current-advantage-item .advantage-item-pic {
  padding: 25px;
  background-color: #0a2896;
  text-align: center;
  border-radius: 50%;
  max-width: 100px;
  margin: auto;
  margin-bottom: 20px;
}
.current-advantage-item .advantage-item-pic img {
  width: 100%;
}
.current-advantage-item .advantage-item-pic-second {
  padding: 25px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  max-width: 100px;
  margin: auto;
}
.current-advantage-item .advantage-item-pic-second img {
  width: 100%;
}

.view-wrapper {
  padding: 15px;
}

.mobile-flat-menu-wrap {
  position: fixed;
  right: 8px;
  top: 165px;
  z-index: 999999;
  cursor: pointer;
  display: none;
  width: 40px;
  background: white;
  height: 40px;
  padding: 8px 9px 7px;
  border-radius: 30px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4588235294);
}

.mobile-flat-menu-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity 0.3s, transform 0.3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

.active-flat-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex !important;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.97);
  flex-wrap: wrap;
  overflow: auto;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.close-modal-vidjet {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 20px;
  display: none;
}

.wrapper-form-profile-page .user-family-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  height: auto;
  margin: 11px 20px 24px !important;
  border-bottom: 1px solid #989eb3;
  border-radius: 0;
  padding-bottom: 12px;
}
.wrapper-form-profile-page .family-item {
  position: relative;
  width: 47%;
  padding-top: 17px;
  margin-bottom: 9px;
}
.wrapper-form-profile-page .family-item .label-info {
  top: -3px;
  color: #333333;
}
.wrapper-form-profile-page .family-item input {
  height: 33px;
  padding: 0 7px;
  font-size: 14px;
}
.wrapper-form-profile-page .family-item .tel-type-wrapper {
  cursor: pointer !important;
  margin: 0 !important;
  top: 18px !important;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.wrapper-form-profile-page .family-item .tel-type-wrapper i {
  font-size: 21px !important;
}
.wrapper-form-profile-page #container-form-family {
  max-height: 430px;
  overflow-y: auto;
  margin-top: -24px;
}
.wrapper-form-profile-page #container-form-family::-webkit-scrollbar, .wrapper-form-profile-page .inbox_chat::-webkit-scrollbar {
  width: 4px;
}
.wrapper-form-profile-page #container-form-family::-webkit-scrollbar-track, .wrapper-form-profile-page .inbox_chat::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #d6d6d6;
  border-radius: 10px;
}
.wrapper-form-profile-page #container-form-family::-webkit-scrollbar-thumb, .wrapper-form-profile-page .inbox_chat::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 5px;
}

.file-upload-group .label-file {
  cursor: pointer;
  width: 100%;
  color: #0a2896;
  resize: none;
}
.file-upload-group .label-file .ask-file {
  margin-top: 5px;
  padding: 20px;
  border: 1px dashed #009fdf;
  width: 100%;
  display: block;
  text-align: center;
  color: #0a2896;
}
.file-upload-group .label-file .ask-file .ask-file-path i {
  font-size: 20px;
}
.file-upload-group .uploaded-files {
  width: 100%;
  display: block;
  height: 25px;
}
.file-upload-group .uploaded-files span {
  display: inline-block;
  height: 35px;
  margin-left: 10px;
}
.file-upload-group .uploaded-files span i {
  color: #009fdf;
  margin-right: 10px;
}
.file-upload-group .uploaded-files span sup {
  margin-left: 5px;
  color: #ed1c24;
  font-size: 11px;
  cursor: pointer;
}
.file-upload-group label.invalid .ask-file {
  border: 1px dashed #ed1c24;
  color: #ed1c24;
}

.tab-file .user-info-item {
  height: unset;
}

#exampleModal99 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  outline: 0;
  width: 100%;
  background-color: unset;
  height: 100%;
  max-height: unset;
  padding-right: 0 !important;
}
#exampleModal99 .modal-dialog {
  margin: 40px auto 13px !important;
  max-width: calc(100% - 26px);
  width: 600px;
}
#exampleModal99 .modal-content {
  background: linear-gradient(to right, #e1f6ff, #ffffff);
  border: none;
  padding: 0 47px 8px;
}
#exampleModal99 .modal-header {
  border: none;
  padding: 10px 15px 0;
  text-align: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
}
#exampleModal99 .modal-header h5 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 3px;
  color: #000;
}
#exampleModal99 .modal-header h5:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  width: 50px;
  height: 1px;
  background-color: #00aaff;
  margin: 0 auto;
}
#exampleModal99 .modal-header p {
  color: #444444;
  width: 450px;
  font-size: 15px;
  max-width: 70%;
  line-height: 18px;
  margin-bottom: 0;
}
#exampleModal99 .close {
  outline: none;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ffffff;
  opacity: 1;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  margin: 0;
  cursor: pointer;
}
#exampleModal99 .close i {
  color: #00aaff;
}
#exampleModal99 .close:hover {
  transition: 0.2s;
  transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
#exampleModal99 .close:active {
  transition: 0.1s;
  transform: translateY(3px);
  box-shadow: none;
}
#exampleModal99 .modal-body {
  padding: 10px 16px;
}
#exampleModal99 img {
  display: block;
  width: 400px;
  max-width: calc(100% - 30px);
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
#exampleModal99 a {
  color: #007bff !important;
}

.main-modal .show {
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
}

.answer_category_form {
  display: none;
}

.skype-form {
  display: block;
}

.ring-type-form-group {
  height: 86%;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px 0 22px;
  flex-direction: column;
}
.ring-type-form-group label {
  margin: 0;
}
.ring-type-form-group p {
  position: relative;
  margin: 0;
  padding: 40px 105px 40px 0;
}
.ring-type-form-group p .wrapper-img {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
  border-radius: 50%;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(218, 218, 218, 0.231372549);
}
.ring-type-form-group p .wrapper-img img {
  width: 100%;
}
.ring-type-form-group .active .wrapper-img {
  transition: 0.2s;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  background: #f0faff;
  opacity: 1;
}

.kid-type-form-group {
  height: 86%;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px 0 22px;
  flex-direction: column;
}
.kid-type-form-group label {
  margin: 0;
}
.kid-type-form-group p {
  position: relative;
  margin: 0;
  padding: 10px 105px 40px 0;
}
.kid-type-form-group p .wrapper-img-kid {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
  border-radius: 50%;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(218, 218, 218, 0.231372549);
}
.kid-type-form-group p .wrapper-img-kid img {
  width: 100%;
}
.kid-type-form-group .active .wrapper-img-kid {
  transition: 0.2s;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  background: #f0faff;
  opacity: 1;
}

.footer-contact .gold-content .currency-gold {
  margin-bottom: 0;
  min-width: max-content;
  font-size: 23px;
  line-height: 25px;
}
.footer-contact .gold-content .currency-gold li {
  display: flex;
  padding-top: 11px;
  justify-content: space-between;
}
.footer-contact .gold-content .currency-gold li img {
  width: 18px;
  margin-right: 8px;
}
.footer-contact .gold-content .currency-view {
  margin: 10px 0 25px;
  display: block;
  font-size: 13px;
  color: #1e4bd2;
  position: relative;
  width: max-content;
}
.footer-contact .gold-content .currency-view:before {
  position: absolute;
  content: "";
  top: 0;
  border: 5px solid transparent;
  border-left: 5px solid #e8edfa;
  right: -30px;
  transition: 0.3s;
}

.gold-ammount-page .table thead, .gold-ammount-page .table th {
  background-color: #0a2896 !important;
  color: #fff;
  font-weight: 500;
}
.gold-ammount-page table th:before {
  content: unset;
}
.gold-ammount-page .table {
  margin: 0;
}
.gold-ammount-page .table img {
  width: 18px;
  margin-right: 8px;
}
.gold-ammount-page .common-content-second {
  display: flex;
}
.gold-ammount-page .common-content-second .common-content__col_2 {
  display: unset;
  float: unset;
}
.gold-ammount-page .common-content-second .common-content__col_2:last-child {
  height: auto;
  background-image: url("../img/pages/gold1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wrapper-recaptcha {
  margin-top: 10px;
}

#extract_content .table {
  width: 100% !important;
}
#extract_content .wrapper-check-group {
  text-align: center;
}
#extract_content .form-check {
  margin-bottom: 1rem;
}
#extract_content .form-check label {
  margin: 0;
}
#extract_content .form-check span {
  color: #0a2896;
}
#extract_content .label-info {
  justify-content: center;
}
#extract_content #date_picker {
  width: 225px;
  text-align: center;
  margin: 0 auto;
}
#extract_content .wrapper-date-select {
  display: flex;
}
#extract_content .btn {
  margin-top: 35px;
  float: right;
}
#extract_content .extract_type_wrapper ul {
  max-width: 100%;
  display: flex;
  border-bottom: 1px solid #e9ecef;
  justify-content: center;
  margin-bottom: 0;
}
#extract_content .extract_type_wrapper ul li {
  padding: 11px 22px;
  border-color: #e9ecef;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-radius: 2px 2px 0 0;
  margin-bottom: -1px;
  font-size: 13px;
  color: #2f3441;
  z-index: 0;
  cursor: pointer;
}
#extract_content .extract_type_wrapper ul li:first-child {
  border-width: 1px 1px 0 1px;
}
#extract_content .extract_type_wrapper ul li.active {
  color: #009fdf;
  background-color: #eaedf5;
}
#extract_content .table button {
  padding: 4px 12px;
  border-radius: 3px;
  background-color: #009fdf;
  border: 2px solid #009fdf;
  color: #fff;
  outline: none;
  cursor: pointer;
}
#extract_content .table button:focus {
  border-color: #0a2896;
}
#extract_content .table button:active {
  border-color: #0a2896;
}
#extract_content .preloader {
  margin: 0 auto;
  display: block;
}
#extract_content .error-message {
  padding: 15px;
  text-align: center;
  font-size: 16px;
}

.extract_modal .modal-content {
  border: none;
  padding: 32px 15px 15px;
}
.extract_modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 3px 9px;
  font-size: 25px;
  color: #009fdf;
  border: 1px solid #989eb3;
  border-radius: 3px;
  cursor: pointer;
  z-index: 1;
  outline: none;
}
.extract_modal .close:focus {
  border-color: #0a2896;
}
.extract_modal .close:active {
  border-color: #0a2896;
}
.extract_modal .modal-body {
  padding: 25px 0 0;
}
.extract_modal .user-info-item {
  margin: 35px 0 0 !important;
}
.extract_modal .user-info-item a {
  color: #0a2896;
  font-size: 14px;
}
.extract_modal .user-info-item a i {
  margin-right: 5px;
  color: #0a2896;
}
.extract_modal .submit-button {
  padding: 4px 12px;
  border-radius: 3px;
  background-color: #009fdf;
  border: 2px solid #009fdf;
  color: #fff;
  outline: none;
  cursor: pointer;
  float: right;
}
.extract_modal .submit-button:focus {
  border-color: #0a2896;
}
.extract_modal .submit-button:active {
  border-color: #0a2896;
}

.display-none {
  display: none !important;
}

.cursor_progress * {
  cursor: progress !important;
}

#becomePartner {
  bottom: unset;
  height: unset;
  width: calc(100% - 30px);
  max-width: 700px;
  z-index: 99999 !important;
  overflow-x: hidden;
  overflow-y: auto !important;
}
#becomePartner .modal-content {
  padding: 24px 0;
  height: unset !important;
}
#becomePartner .form-control {
  padding: 6px 7px;
}
#becomePartner .contact-placeholder {
  z-index: 1;
  top: 15px;
  left: 7px;
  position: absolute;
  font-size: 15px;
  color: #000;
  cursor: auto;
}
#becomePartner .pos_phone_number::placeholder {
  opacity: 0 !important;
  font-weight: bold;
}
#becomePartner .tel-type .tel-type-wrapper {
  top: 4px;
}

.link_register_pdf {
  text-align: center;
  display: block;
  color: #0a2896;
  font-weight: 600;
}
.link_register_pdf:hover {
  color: #009fdf;
}

.owl-login-page .wrapper-img img {
  width: 100%;
}

.message-ip-check {
  text-align: center;
  display: block;
  padding: 20px 15px 0;
  font-size: 16px;
}

.credit-request-page-wrapper .navbar {
  background-color: #0a2896;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: -1px 0px 20px 0 rgba(0, 0, 0, 0.3803921569);
  min-height: 57px;
}
.credit-request-page-wrapper .navbar .img-logo-xs img {
  max-width: 100px;
  height: auto;
}
.credit-request-page-wrapper .form-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 750px;
  margin: 0 auto;
  max-width: 100%;
}
.credit-request-page-wrapper .form-content .user-info-item {
  margin: 20px 15px;
}
.credit-request-page-wrapper .form-content .tel-type .tel-type-wrapper {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.credit-request-page-wrapper .form-content .tel-type .tel-type-wrapper a {
  display: block;
  color: #0a2896;
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 4px 6px 0 0;
}
.credit-request-page-wrapper .form-content .form-btn-submit {
  text-align: center;
  width: 100%;
}
.credit-request-page-wrapper .form-content .form-btn-submit input {
  cursor: pointer;
}
.credit-request-page-wrapper footer {
  position: relative;
  padding: 35px;
  font-size: 11px;
}
.credit-request-page-wrapper footer p {
  color: #ffffff;
  padding-top: 10px;
}
.credit-request-page-wrapper footer .footer-title {
  color: #ffffff;
  font-size: 16px;
}
.credit-request-page-wrapper footer .footer-logo {
  position: absolute;
  top: 15px;
  right: 40px;
}
.credit-request-page-wrapper footer .footer-contact .wrapper-icons i {
  font-size: 16px;
  width: 25px;
  color: #009fdf;
}
.credit-request-page-wrapper footer .footer-contact ul {
  color: #ffffff;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.credit-request-page-wrapper footer .footer-contact ul li {
  padding-left: 0;
  padding-bottom: 10px;
}
.credit-request-page-wrapper footer .footer-contact ul li a {
  color: #ffffff;
}
.credit-request-page-wrapper footer .footer-contact ul li ul {
  padding-left: 0;
  display: flex;
}
.credit-request-page-wrapper footer .footer-contact ul li ul li {
  margin-left: 20px;
  background: #ffffff;
  padding-left: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  padding-top: 0;
}
.credit-request-page-wrapper footer .footer-contact ul li ul li:first-child {
  margin-left: 0;
}
.credit-request-page-wrapper footer .footer-contact ul li ul li a {
  color: #002882;
  font-size: 13px;
  margin-top: 3px;
  display: block;
}
.credit-request-page-wrapper .credit-request-form-page {
  padding-top: 50px;
}
.credit-request-page-wrapper .credit-request-message-page {
  padding-top: 50px;
  width: 700px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  text-align: center;
}
.credit-request-page-wrapper .credit-request-message-page .wrapper-message {
  text-align: center;
}
.credit-request-page-wrapper .credit-request-message-page .wrapper-btn button {
  margin: 0 8px;
}
.credit-request-page-wrapper .verify-phone-number-page {
  padding-top: 50px;
  width: 303px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  text-align: center;
}

.width-40 {
  width: 40%;
}

.width-20 {
  width: 20%;
}

.fizikal-form-content .label-text-physical-request {
  background: #ffffff;
  font-size: 0.8rem;
  display: flex;
  width: 100%;
  color: #0a2896;
  padding: 0 0 5px;
}
.fizikal-form-content .user-info-item {
  margin: 8px 20px !important;
}
.fizikal-form-content .error_card_number {
  color: red;
  font-size: 13px;
  position: absolute;
  margin: 0;
}

.disabled-btn {
  cursor: not-allowed;
  pointer-events: none;
  /*Button disabled - CSS color class*/
  color: #9F9F9F !important;
  background-color: #eaeaea;
}

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