.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.text-primary {
  color: #002e5b;
}

.btn-primary {
  background-color: #002e5b;
  border-color: #002e5b;
  transition: 0.25s;
}
.btn-primary:hover {
  background-color: #fff;
  color: #002e5b;
}

/* .post-featured {
  height: 150px;
  overflow: hidden;
  position: relative;
}
.post-featured figure {
  position: relative;
}
.post-featured figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  z-index: 1;
}
.post__title {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 150px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  color: #fff;
  margin: 0;
} */

.custom__row {
  display: flex;
  flex-wrap: wrap;
}

.form-group.row > div {
  width: 100%;
  max-width: 100%;
}

.fw-normal {
  font-weight: normal !important;
}

.form-control.input-lg {
  height: 45px !important;
}

.text__container {
  font-size: 16px;
}

.text__container ul {
  padding-left: 15px;
}

.text__container ul li + li {
  margin-top: 15px;
}

.openaccount__block {
  position: relative;
}
.openaccount__picture {
  position: relative;
}
.openaccount__picture::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.openaccount__content {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  padding: 35px 25px;
}

.text-white {
  color: #fff !important;
}

.d-block {
  display: block !important;
}

.bg-white {
  background-color: #fff !important;
}

#recaptcha1 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
}

.panel-group .panel {
  border-radius: 0 !important;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.panel-default {
  border-color: rgba(0, 46, 91, 0.54) !important;
}
.panel-default > .panel-heading {
  background-color: #fff !important;
}
.panel-title {
  color: #002e5b !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .social-media-officilas {
    margin-top: -5px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* .navbar-toggle {
    margin: 1rem auto;
    float: none;
  } */
}

@media (min-width: 0) and (max-width: 767px) {
  .text__container ul li + li {
    margin-top: 5px;
  }

  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }

  .main-info .text-right {
    font-size: 1.25rem;
    position: relative;
    position: relative;
    left: 10px;
    top: 5px;
  }

  .h1, h1 {
    font-size: 28px;
  }
  .h2, h2 {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    padding-top: 15px;
  }
  .icomob {
    position: relative;
    left: -15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo {
    padding-top: 10px;
  }
}

@media (min-width: 1200px) {
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
}