@font-face {
  font-family: IRANSansXFaNum;
  src: local(IRANSansXFaNum-Regular-),
    url(../fonts/Webfonts/Woff2/IRANSansXFaNum-Regular.woff2) format("woff2"),
    url(../fonts/Webfonts/Woff/IRANSansXFaNum-Regular.woff) format("woff"),
    url(../fonts/IRANSansXFaNum-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/Webfonts/Woff2/IRANSansXFaNum-Bold.woff2) format("woff2"),
    url(../fonts/Webfonts/Woff/IRANSansXFaNum-Bold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

.Text-Style {
  font-family: IRANSansXFaNum;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: IRANSansXFaNum;
  direction: rtl;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}


@media (max-width: 767px) {
  .mr-m-0 {
    margin-right: 0 !important;
  }

  .d-m-none {
    display: none !important;
  }
}


@media (min-width: 768px) {}


.ltr {
  direction: ltr;
}

.back-header {
  height: 40px;
  padding: 10px 40.4px 9.9px 40px;
  background-color: #141414;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.back-header-item {
  display: flex;
  align-items: center;
}

.back-header-item-icon-mail {
  width: 15px;
  height: 11px;
  margin: 4.5px 0 4.6px 9.7px;
}

.back-header-item-icon-phone {
  width: 13.1px;
  height: 15px;
  margin: 2.5px 30.9px 2.6px 9.5px;
}

.back-header-item-text {
  font-size: 12px;
  color: #fff;
}

.back-header-item-icon-youtube {
  width: 12.2px;
  height: 8.5px;
  object-fit: contain;
}

img.back-header-item-icon-telegram {
  width: 12.2px;
  height: 9.7px;
  object-fit: contain;
}

.back-header-item-icon-watsapp {
  width: 12.2px;
  height: 12.5px;
  object-fit: contain;
}

img.back-header-item-icon-instagram {
  width: 12.9px;
  height: 13.2px;
  object-fit: contain;
}

.back-header-item-icon {
  margin-right: 6.7px;
  padding: 3px;
  border-radius: 3.5px;
  border: solid 1px #b0f;
  width: 19.5px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.back-header-item-icon:hover {
  background-color: #b0f
}


@media (max-width:767px) {
  .back-header {
    display: none;
  }
}


.b0f {
  background-color: #b0f
}

.navbar-custom {
  height: 79px;
  padding: 20px 40px;
  background-color: #fff;
  transition: 0.3s;
  z-index: 1000;
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.16);
}

.navbar-logo img {
  width: 61px;
  height: 67px;
  margin: 0 0 0 21px;
}

.nav-link-custom {
  margin-left: 33px;
  font-family: IRANSansXFaNum;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  padding: 45px 0px;
  white-space: nowrap;

}

.nav-link-custom:hover {
  color: #118ed0;
  text-decoration: none;
}

.navbar-search {
  width: 100%;
  max-width: 290px;
  height: 40px;
  margin-left: 13px;
  padding: 17px;
  border-radius: 6px;
  border: solid 0.5px #bbb;
  display: flex;
  align-items: center;
}

.navbar-search-input {
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.navbar-search-input::placeholder {
  color: #aeaeae;
}
.navbar-search-btn{
  border: 0;
  outline: 0;
  background: transparent;
}
.navbar-search-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}


.btn-navbar-submit {
  width: 130px;
  height: 40px;
  border-radius: 5px;
  background-color: #005290;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn-navbar-submit img {
  width: 4.5px;
  height: 9.8px;
  margin: 4.8px 10px 6.4px 0;
  object-fit: contain;

}

@media (max-width: 767px) {
  .nav-link-custom{
    padding: 0;
  }
  .back-header {
    padding: 10px 15px;
  }

  .navbar-custom {
    height: auto;
    padding: 10px 15px;
  }

  .navbar-logo img {
    width: 39px;
    height: 46px;
    margin: 0;
  }

  button.navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
  }

  li.nav-item {
    padding: 5px;
    margin-bottom: 10px;
  }

  li.nav-item:last-child {
    border: 0;
  }

  form.navbar-search {
    width: 100%;
    margin-bottom: 11px;
    margin-top: 10px;
    max-width: unset;
  }

  .btn-navbar-submit {
    width: 100%;
    height: 45px;
    margin-top: 10px;
  }
}

@media (min-width: 767px) and (max-width:1110px) {
  .btn-navbar-submit {
    display: none;
  }
  .nav-link-custom {
    font-size: 12px;
  }
}

.info-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30.8px;
  text-align: center;
  color: #9104c4;
}

.info-header {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  color: #4b4b4b;
  margin-top: 15px;
}

.info-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  color: #646464;
  /* max-width: 576px; */
  margin: auto;
  margin-top: 18.9px;
}

.info-box {
  padding: 20px 29px;
  border-radius: 9px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
}

.info-box:hover {
  background-color: #0d3b7c;
}

.info-box:hover .info-box-img {
  fill: #fff;
}

.info-box:hover .info-box-title {
  color: white;
}

.info-box:hover .info-box-text {
  color: #dedede;
}

a:hover {
  text-decoration: none;
}

.info-box-fill {
  padding: 20px 29px;
  border-radius: 9px;
  text-align: center;
  background-color: #0d3b7c;
  color: #fff;
}

.info-box-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  fill: #044cb2;
  margin: auto;
}


.info-box-title {
  margin: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #505050;
}

.info-box-text {
  margin: 17px 0 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
  color: #ababab;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

@media (max-width: 767px) {

  .info-box {
    padding: 10px;
  }

  .info-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .info-box-title {
    margin: 8px;
    font-size: 11px;
  }

  .info-box-text {
    margin: 0;
  }

  .info-title {
    font-size: 10px;
  }

  .info-header {
    font-size: 15px;
  }

  .info-text {
    font-size: 9px;
  }

  .info-box-img {
    width: 54px;
    height: 54px;
  }

  .info-box-text {
    display: none;
  }
}


.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}


.back-calactor {
  background-color: #0c346d;
  margin-top: 72px;
  padding: 30px 0px;
}

.calactor-box {
  border-radius: 10px 0px 0px 10px;
  background-color: #fff;
  padding: 20px;
  height: 100%;
}

.mb--30 {
  margin-bottom: -30px;
}

.number-box {
  border-radius: 0px 10px 10px 0px;
  background-color: #f5f5f5;
  padding: 20px;
}

@media (max-width:767px) {
  .back-calactor {
    padding: 41px 0px;
    margin-top: 36px;
  }

  .px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pl-20 {
    padding-left: 20px;
  }

  .pr-20 {
    padding-right: 20px;
  }
}

/* pie */
.pie-wrapper {
  height: 1em;
  width: 1em;
  margin: auto;
  position: relative;
  font-size: 15em;
}

.pie-wrapper .label {
  border-radius: 50%;
  color: #6a737c;
  cursor: default;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #676767;
}

.pie-wrapper .label h2 {
  font-size: 27px;
  font-weight: 800;
  color: #4b4b4b;
  margin-bottom: 0;
}

.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}

.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.09em solid #0065ef;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}

.pie-wrapper .circle-border {
  height: 100%;
  width: 100%;
  border: 0.09em solid #9104c4;
  border-radius: 50%;
}

@media (min-width:768px) and (max-width:1200px) {
  .pie-wrapper {
    font-size: 11em;
  }


  .number-box-detail-r {
    font-size: 12px;
  }

  .number-box-detail-l {
    font-size: 12px;
  }

  .info-box {
    padding: 10px;
  }

  .info-box-title {
    font-size: 12px;
  }

}






@media (max-width:375px) {
  .pie-wrapper {
    font-size: 11em;
  }
}

@media (max-width: 265px) {
  .pie-wrapper {
    font-size: 9em;
  }
}


.calactor-box-title {
  font-size: 26px;
  color: #4b4b4b;
  font-weight: 800;
  margin-top: 20px;
}

.calactor-box-text {
  font-size: 12px;
  font-weight: 500;
  color: #a5a5a5;
  margin-top: 18.9px;
}

.calactor-box-btn-body {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 15px;
}

.calactor-box-btn {
  height: 49px;
  margin-right: 11px;
  padding: 0;
  border-radius: 7px;
  border: solid 1px #d8d8d8;
  width: 87px;
  background: white;
  font-size: 13px;
  color: #0d3b7c;
}

.calactor-box-btn:active {
  background-color: #0d3b7c !important;
}


.calactor-box-btn.active {
  background-color: #0d3b7c !important;
}




.range-body {
  margin-top: 43px;
}

.range-slider {
  width: 100%;
  direction: ltr;
  text-align: left;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-tooltip-body {
  font-size: 12px;
  color: #a5a5a5;
  margin-bottom: 7px;
}

.range {
  width: 100%;
}


.range {
  background: linear-gradient(to right, #0050b2 0%, #0050b2 00%, #edeff3 00%, #edeff3 100%);
  -webkit-appearance: none;
  width: 100%;
  height: 9px;
  border-radius: 5px;
  background-color: #edeff3;
  outline: none;
  margin: 10px 0;
  transition: background-color 0.2s ease;
}

.range::-webkit-slider-runnable-track {
  background: var(--range-progress);
}

.range::-moz-range-track {
  background: var(--range-progress);
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}


.range-btn {
  width: 140px;
  height: 35px;
  padding: 0;
  border-radius: 8px;
  border: solid 1px #d8d8d8;
  background: white;
  font-size: 10px;
  color: #4e4e4e;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-left: 25px;
  margin-top: 25px;
  white-space: nowrap;
}

.range-btn-icon {
  width: 35px;
  height: 35px;
  background-color: #0d3b7c;
  color: white;
  border-radius: 0px 7px 7px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 0;
}

.range-btn-text {
  text-align: center;
  border: 0;
  margin: auto;
  outline: none;
  width: 75px;
}

.range-search {
  text-align: center;
  border: 0;
  margin: auto;
  outline: none;
  width: 75px;
}

.calactor-date-btn-body {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 20px;
}

@media (max-width:767px) {
  .calactor-date-btn-body {
    justify-content: center;
    margin-top: 40px;
  }

  .calactor-box-btn-body {
    justify-content: center;
    margin-top: 22px;
  }

  .calactor-box-btn {
    height: 40px;
    font-size: 11px;
  }

  .calactor-box-title {
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
  }

  .calactor-box-text {
    font-size: 9px;
    margin-top: 13.9px;
    text-align: center;
  }

  .range-tooltip-body {
    font-size: 10px;
  }

  .range-body {
    margin-top: 32px;
  }

  .range-btn {
    width: 127px;
    height: 32px;
    font-size: 9px;
  }

  .range-btn-icon {
    width: 32px;
    height: 32px;
  }

  .pie-wrapper .label {
    font-size: 10px;
  }

  .pie-wrapper .label h2 {
    font-size: 20px;
  }

  .number-box-info-item-title {
    font-size: 10px;
  }
}



.btn-date-end {
  width: 130px;
  height: 41px;
  margin-right: 20px;
  padding: 20px;
  border-radius: 8px !important;
  border: solid 1px #c8c8c8 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #c4c4c4;
  border: 0;
  text-align: center;

}

.btn-date-start {
  width: 130px;
  height: 41px;
  margin-right: 20px;
  padding: 20px;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  background-color: #9104c4;
  border: 0;
  text-align: center;
}

@media (max-width:767px) {

  .btn-date-start {
    width: 100%;
    max-width: 130px;
    margin-right: 0;
  }

  .btn-date-end {
    width: 100%;
    max-width: 130px;
  }
}

.btn-date-start::placeholder {
  color: white;
}

.number-box-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #676767;
  margin-top: 17.5px;
}

.number-box-info-item-blue {
  background: #0065ef;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  margin-left: 8px;
}

.number-box-info-item-pink {
  background: #9104c4;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  margin-left: 8px;
}

.number-box-info-item {
  display: flex;
  align-items: center;
  margin: 10px;
}

.number-box-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.number-box-detail:first-child {
  border-bottom: 1px solid #cdcdcd;

}

.number-box-detail-r {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.33;
  color: #545454;
}

.number-box-detail-l {
  font-size: 15px;
  line-height: 2.33;
  color: #757575;
}

.number-box-btn {
  height: 60px;
  margin: 33px 0 0;
  border-radius: 7px;
  background-color: #0050b2;
  width: 100%;
  color: white;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.number-box {
  height: 575.7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc {
  display: flex;
  align-items: center;
}



@media (max-width: 767px) {
  .calactor-box {
    border-radius: 10px;
  }

  .number-box {
    border-radius: 10px;
  }

  .number-box-detail-r {
    font-size: 10px;
  }

  .number-box-detail-l {
    font-size: 10px;
  }

  .number-box-btn {
    font-size: 14px;
    height: 45px;
    margin-top: 28px;
  }
}

@media (min-width:768px) and (max-width:1200px) {

  .number-box-detail-r {
    font-size: 12px;
  }

  .number-box-detail-l {
    font-size: 12px;
  }
}


.blog-header {
  font-size: 25px;
  text-align: center;
  margin-top: 50px;
  font-weight: 800;
  color: #4b4b4b;
  margin-bottom: 43px;
}

@media (max-width:767px) {

  .blog-header {
    font-size: 15px;
    margin-top: 24px;
    margin-bottom: 18px;
  }
}

.card-blog-img {
  width: 100%;
}

.card-blog {
  box-shadow: rgba(0, 0, 0, 0.1) -4px 5px 7px -6px;
  border: 1px solid #f9f9f9;
  display: block;
  border-radius: 5px;
}

.card-blog-info {
  padding: 11.7px 10.6px 16.4px;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
}

.card-blog-tag {
  font-size: 12.8px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #044cb2;
  margin-top: 11.7px;
  margin-bottom: 9px;
}


.card-blog-title {
  font-size: 19.1px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #4b4b4b;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.card-blog-border {
  width: 96.5px;
  height: 0;
  border: solid 1px #044cb2;
  text-align: center;
  margin: auto;
  margin-top: 11px;
  margin-bottom: 15px;
}

.card-blog-text {
  width: 100%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  max-height: 88px;
  min-height: 88px;
  font-size: 12.8px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.64px;
  text-align: right;
  color: #646464;
  padding: 0px 10px;
}

.card-blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #c8c8c8;
  margin-top: 10px;
  padding-top: 15px;
  font-size: 12.1px;
  color: #969696;
  font-weight: bold;
}

.card-blog-comment span {
  padding-left: 5px;
}

.card-blog-time span {
  padding-left: 5px;
}

.card-blog-date span {
  padding-left: 5px;
}


.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 65px;
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9104c4;
}

.swiper-pagination-bullet {
  width: 12.5px;
  height: 12.5px;
  border: 2px solid #9104c4;
  background: white;
}

@media (max-width:767px) {
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 29px;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border: 2px solid #9104c4;
    background: white;
  }
}

.footer {
  padding: 46px 61px 32px 60px;
  background-color: #0e0e0d;
  margin-top: 30px;
  color: #ffffff;
}

.hearo-header-body {
  display: flex;
  align-items: center;
  justify-content: end;
}

.hearo-header {
  position: absolute;
  margin-left: 165px;
}

.hearo-header2 {
  position: absolute;
  margin-left: 165px;
}

.hearo-header-title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #9104c4;
  margin-bottom: 15px;
}

.hearo-header-h1 {
  font-size: 42px;
  font-weight: 600;
}

.hearo-header-h2 {
  font-size: 36px;
  font-weight: 500;
}

.hearo-header-link {
  border-radius: 8px;
  background-color: #9104c4;
  color: white;
  font-size: 14px;
  width: 135px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
  float: left;
}

.hearo-header-link:hover {
  color: white;
}

.hearo-header2-link {
  border-radius: 8px;
  background-color: #ffe600;
  color: #0d3b7c;
  font-size: 14px;
  width: 135px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
  float: left;
  font-weight: bold;
}

.hearo-header2-link:hover {
  color: white;
}


.hearo-header-mobile {
  background: linear-gradient(to left, #cae3f0, #cdd7ed, #cbe0ef);
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hearo-header-mobile-title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #9104c4;
  margin-bottom: 15px;
}

.hearo-header-mobile-h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.hearo-header-mobile-h2 {
  font-size: 26px;
  font-weight: 500;
}

.hearo-header-mobile-link {
  border-radius: 8px;
  background-color: #9104c4;
  color: white;
  font-size: 14px;
  width: 135px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.hearo-header-mobile-link:hover {
  color: white;
}

.hearo-header-mobile2-link {
  border-radius: 8px;
  background-color: #ffe600;
  color: #0d3b7c;
  font-size: 14px;
  width: 135px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.hearo-header-mobile2-link:hover {
  color: white;
}


.hearo-header2-mobile {
  background: linear-gradient(to left, #010164, #010164, #011787);
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hearo-header-h3 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 25px;
}

.hearo-header-mobile-h3 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 15px;
}

.hearo-header-mobile-h3 span {
  color: #ffe600;
}

.hearo-header-h3 span {
  color: #ffe600;
}

@media (max-width:767px) {

  .footer {
    margin-top: 0;
  }

  .hearo-header-mobile-h2 {
    font-size: 24px;
  }

  .hearo-header-mobile-h3 {
    font-size: 24px;
  }

  .hearo-header-mobile2-link {
    height: 34px;
  }

  .card-blog-info {
    padding: 5px;
  }

  .card-blog-tag {
    font-size: 6px;
    margin-top: 5px;
    line-height: 1.17;
    margin-bottom: 6.5px;
  }

  .card-blog-title {
    font-size: 10px;
    line-height: 1;
    height: auto;
    margin-bottom: 13.2px;
  }

  .card-blog-border {
    display: none;
  }

  .card-blog-text {
    font-size: 8px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.66;
    letter-spacing: -0.4px;
    -webkit-line-clamp: 2;
    max-height: 40px;
    min-height: 40px;
    padding: 0px 5px;
  }

  .card-blog-footer {
    font-size: 6px;
    padding-top: 7.5px;
    border-top: 0.5px solid #c8c8c8;
    padding-bottom: 9.8px;
    margin-left: 8px;
    margin-right: 8px;
  }

}

.footer-logo {
  width: 70px;
  height: 80px;
  margin: 0 5px 0 43px;
  object-fit: contain;
}

.footer-text {
  margin-top: 13px;
  font-size: 12.8px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: -0.64px;
  text-align: right;
  color: #fff;
}

.footer-header {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.75px;
  text-align: right;
  color: #fff;
  display: flex;
  align-items: center;
}

.footer-header div {
  width: 70px;
  height: 0;
  border: solid 1px #0050b2;
  margin-right: 22px;
}

.footer-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-ul li {
  margin-top: 10px;
}

.footer-link {
  font-size: 12.8px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.64px;
  text-align: right;
  color: #fff;
}

.footer-info {
  font-size: 12.8px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.64px;
  text-align: right;
  color: #fff;
  display: flex;
  align-items: center;
}

.footer-info img {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  object-fit: contain;
}

.footer-form {
  display: flex;
  align-items: center;
  margin-top: 43px;
  border-radius: 23px;
  background-color: #fff;
  height: 40px;
  padding: 0 30px 0 0;
}

.footer-input {
  border: 0;
  outline: none;
}

.footer-input {
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: right;
}

.footer-input::placeholder {
  color: #969696;
}


.footer-footer-btn {
  background: #044cb2;
  display: flex;
  align-items: center;
  width: 120px;
  height: 40px;
  padding: 10px 20px 9px 15.4px;
  border-radius: 23px;
  background-color: #044cb2;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  justify-content: space-between;
  border: 0;
}

.footer-footer-btn img {
  width: 12.3px;
  height: 8.4px;
  margin-right: 15px;
}

.footer-end {
  background: #0e0e0d;
  border-top: 1px solid #062f60;
  padding: 25px;
  color: white;
}

.footer-end-text {
  font-size: 12.8px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.64px;
  text-align: right;
  color: #fff;
}

.footer-end-item-icon {
  margin-right: 6.7px;
  padding: 3px;
  border-radius: 3.5px;
  border: solid 1px #0050b2;
  width: 19.5px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.footer-end-item-icon:hover {
  background-color: #0050b2;
}

@media (max-width:767px) {
  .footer-end-item-icon {
    width: 24px;
    height: 24px;
  }

  .footer-end-text {
    font-size: 10px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 26.5px;
  }

  .footer-end-text:last-child {
    margin-top: 6.5px;
  }
}

.center {
  justify-content: center;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.offcanvas-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.offcanvas-nav-submenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.offcanvas-nav-submenu.active {
  right: 0;
}


.offcanvas-nav.active {
  right: 0;
}


.offcanvas-close {
  background: transparent;
  border: solid 1px #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  padding: 15px;
  color: #707070;
}

.offcanvas-nav-item-btn-back {
  background: transparent;
  border: solid 1px #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  padding: 17px;
  color: #707070;
}

.mt-10 {
  margin-top: 10px;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: 5px 15px;
}

.offcanvas-body {
  padding: 0px 15px;
}

.offcanvas-sub-body {
  padding: 0px 15px;
  margin-top: 15px;
}


@media (min-width: 768px) {
  .offcanvas-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .swiper-button-prev {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

@media (max-width: 767px) {

  .hearo-header {
    position: absolute;
    margin-left: 30px;
  }


  .hearo-header-title {
    font-size: 12px;
    margin-bottom: 0;
  }

  .hearo-header-h1 {
    font-size: 16px;
    font-weight: 600;
  }

  .hearo-header-h2 {
    font-size: 13px;
    font-weight: 500;
  }

  .hearo-header-link {
    font-size: 14px;
    width: 105px;
    height: 35px;
    margin-top: 6px;
    float: left;
  }

  .footer-header h5 {
    font-size: 16px;
  }
}

.logo-bank {
  filter: grayscale(1);
  transition: filter 0.3s ease;
}

.logo-bank:hover {
  filter: unset;

}


.offcanvas-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button.offcanvas-nav-item-btn {
  border: 0;
  background: transparent;
  outline: none;
}

.fcs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* dropdown  */
.dropdown-menu {
  padding: 20px;
  border: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  margin-top: 0px;
  border: 1px solid #f2f2f2;
  border-top: 0;
  border-radius: 5px;
  min-width: 200px;
  margin-top: 38px;
}

.dropdown-toggle::after {
  margin-right: 10px;
}

.dropdown-item-custom {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.dropdown-item-custom:last-child {
  margin-bottom: 0px;
}


.dropdown-menu-triangle::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 85%;
  transform: translateX(-50%) rotate(180deg);
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}


#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 100;
}

.nav-link-custom.active {
  color: #118ed0;
}







.blog-info-box {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 5px 7px -6px;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  background-color: #fff;
}

.blog-info-form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  justify-content: space-between;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 14px;
  height: 43px;
}

.blog-info-form-input {
  border: 0;
  outline: none;
  width: 100%;
  text-align: center;
}

.blog-info-form-btn {
  border: 0;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #adadad;
  display: flex;
  align-items: center;
}

.blog-info-title {
  font-size: 14px;
  font-weight: 600;
  color: #505050;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-info-ul {
  padding: 0px 20px;
  margin-top: 15px;
}

.blog-info-li {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  display: block;
}

.blog-info-card {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 20px;
}

.blog-info-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-info-card-img {
  width: 140px;
  height: 90px;
  border-radius: 5px;
}

.blog-info-card-flex {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.blog-info-card-title {
  font-size: 12px;
  font-weight: 600;
  color: #505050;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 36px;
}

.blog-info-card-date {
  font-size: 12px;
  color: #505050;
}

.blog-info-card-text {
  font-size: 12px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 36px;
  color: #505050;
  margin-top: 10px;
}



.card-blog2 {
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 30px;
  border-radius: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px; */
  box-shadow: rgba(0, 0, 0, 0.1) -4px 5px 7px -6px;
  border: 1px solid #f9f9f9;
  margin-bottom: 23px;
  background-color: #fff;
}

.card-blog2-img {
  width: 100%;
  height: auto;
  max-width: 320px;
  max-height: 200px;
  border-radius: 5px;
}

.card-blog2-info {
  margin-right: 40px;
}

.banner-blog {
  margin-bottom: 44px;
}



.card-blog2-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #333;
}

.card-blog2-date {
  font-size: 10.8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #aaa;
  white-space: nowrap;
}

.card-blog2-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17.7px;
}

.card-blog2-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  max-height: 105px;
  min-height: 105px;
  margin-bottom: 22px;
}

.card-blog2-btn {
  padding: 7.5px 17px 6.5px;
  border-radius: 15px;
  border: solid 1px #005482;
  width: 110px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10.8px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #005482;
  transition: 0.3s;
}

.card-blog2-btn:hover {
  color: #fff;
  background-color: #005482;
}

.pagination-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #c0d5e0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
}

.paginate-item {
  display: flex;
  align-items: center;
}

.paginate-item span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: right;
  color: #0050b2;
}

.paginate-item i {
  font-size: 12px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.paginate-num {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #464646;
  width: 25px;
  height: 25px;
  margin: 0px 5px;
}

.paginate-num.active {
  background-color: #0050b2;
  color: #fff;
  border-radius: 30px;
}

.paginate-more {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #464646;
}

@media (max-width: 767px) {
  .card-blog2 {
    flex-direction: column;
    padding: 20px;
  }

  .card-blog2-info {
    margin-right: 0;
    margin-top: 20px;
  }

  .card-blog2-img {
    max-width: unset;
    max-height: unset;
  }

  .pagination-body {
    padding-top: 20px;
    padding-bottom: 40px;
    justify-content: center;
  }

  .paginate-item {
    display: none;
  }
}

.single-blog-img {
  margin-bottom: 52px;
}

.single-blog-title {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: right;
  color: #030303;
}

.single-blog-date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: left;
  color: #c8c8c8;
}

.single-blog-content {
  margin-top: 22.4px;
  margin-bottom: 20px;
}

.single-blog-content-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
}

.blog-share-item {
  width: 22.5px;
  height: 23px;
  border-radius: 5.4px;
  background-color: #646464;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10.7px;
}

.blog-share-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.92;
  letter-spacing: normal;
  text-align: right;
  color: #4b4b4b;
  margin-left: 17px;
}

.blog-tag {
  height: 32.1px;
  border-radius: 5px;
  background-color: #0050b2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  margin-left: 16px;
  transition: 0.3s;
}

.blog-tag:hover {
  background-color: #fff;
  border: 1px solid #0050b2;
  color: #0050b2;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media (max-width: 767px) {
  .single-blog-title {
    font-size: 14px;
  }

  .single-blog-date {
    font-size: 10px;
  }

}

.contact-us-img {
  margin-bottom: 30px;
}

.contact-us-info-box {
  padding: 44px 59.9px 47.7px 15px;
  border-radius: 13px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  background-color: #fff;
}

.contact-us-info-item {
  display: flex;
  align-items: center;
  margin-top: 17px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
}

.contact-us-info-title {
  display: flex;
  align-items: center;
  width: 150px;
}

.contact-us-info-title span {
  width: 10.7px;
  height: 10.7px;
  background-color: #4d9dff;
  border-radius: 50%;
  margin-left: 20px;
}

.contact-us-info-header {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: right;
  color: #044cb2;
}

.contact-us-back-form {
  margin-top: 75px;
  padding: 35px 114px 61px 115px;
  background-color: #f0f0f0;
  margin-bottom: 70px;
}

.contact-us-back-title {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: right;
  color: #044cb2;
}

.contact-us-form-box {
  padding: 42.2px 59px 38.4px 58px;
  border-radius: 10px;
  border: solid 0.2px #e2e2e2;
  background-color: #fff;
  margin-top: 31px;
}

.contact-us-form-title {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: center;
  color: #044cb2;
}

.contact-us-form-btn {
  padding: 4px 9px 5px 9px;
  border-radius: 5px;
  border: solid 0.5px #044cb2;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #044cb2;
  transition: 0.3s;
}

.contact-us-form-btn:hover {
  background: #044cb2;
  color: #fff;
}

.contact-us-form {
  border-top: 1px solid #646464;
  margin-top: 15px;
}

.form-code {
  display: flex;
  align-items: center;
}

.form-code-body {
  display: flex;
  align-items: center;
  margin-bottom: -15px;
  margin-right: 20px;
}

.form-code-img img {
  max-width: 150px;
}

.form-label {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
}

.btn-form-contact-us {
  width: 160px;
  height: 42px;
  border-radius: 5px;
  background-color: #044cb2;
  font-size: 16.8px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaflet-control-attribution.leaflet-control {
  display: none;
}

@media (max-width: 767px) {
  .contact-us-info-box {
    padding: 20px;
  }

  .contact-us-info-title {
    width: auto;
    margin-left: 15px;
    white-space: nowrap;
  }

  .contact-us-back-form {
    margin-top: 25px;
    padding: 15px;
    margin-bottom: 0;
  }

  .contact-us-form-box {
    padding: 15px;
    margin-top: 15px;
  }

  .contact-us-form-btn {
    padding: 5px;
    font-size: 10px;
  }
}

.plyr__controls [data-plyr="pip"] {
  display: none !important;
}

.plyr__controls [data-plyr="settings"] {
  display: none !important;
}

.plyr__controls [data-plyr="volume"] {
  display: none !important;
}


.icon {
  float: right;
}

.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.acc-btn {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0.5px solid #c8c8c8;
  background: transparent;
  height: 40px;
  justify-content: space-between;
  border-radius: 5px 5px 0px 0px;
  font-size: 14px;
  padding: 0px 23px;
  color: #646464;
  font-weight: bold;
}

.acc-btn.collapsed {
  border-radius: 5px;
}

.acc-icon {
  margin-left: 10px;
  color: #044cb2;
}

.accordion {
  margin-top: 25px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.acc-body {
  border: 0.5px solid #c8c8c8;
  border-top: 0;
  padding: 20px 10px;
  border-radius: 0px 0px 5px 5px;
  padding-top: 10px;
}

.pt-33 {
  padding-top: 33px;
}

.acc-item {
  border-bottom: solid 0.3px #f5f5f5;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  justify-content: space-between;
}

.acc-item-text {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.08;
  letter-spacing: normal;
  text-align: right;
  color: #969696;
}

.acc-item-num {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: bold;
}

.acc-item-toman {
  margin: 0 26.9px 0 1.8px;
}

/* 888 */
.acc-range {
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.acc-range-info {
  color: #969696;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn.btn-delete-filter {
  height: 38.6px;
  border-radius: 5px;
  border: solid 1px #b7b7b7;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #aaa;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-left: 8.2px;
}

.btn.btn-delete-filter:hover {
  background: #aaa;
  color: #fff;
}

.alogin:hover{
  cursor: pointer;
}

.btn-apply-filter {
  height: 38.6px;
  border-radius: 5px;
  background-color: #044cb2;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-apply-filter:hover {
  background-color: #fff;
  color: #044cb2;
  border: 1px solid #044cb2;
}

.acc-submit-btn-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 27px;
}

.mt-15 {
  margin-top: 15px;
}

.banki-info-top-title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: right;
  color: #044cb2;
}

.banki-info-top-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
  margin-top: 8px;
}

.banki-header-row {
  height: 50px;
  padding: 8px 36px;
  border-radius: 5px;
  background-color: #0d3b7c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.banki-header-row-date {
  height: 30px;
  padding: 4px 29px 2px 25px;
  background-color: #1871de;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #f5f5f5;
}

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
  border-radius: 5px;
}

.plyr__poster {
  background-size: cover !important;
}

.back-header-row-fill {
  width: 123px;
}


.link-user-panel {
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #fff;
}

.link-user-panel:hover {
  color: #fff;
}

.banki-header-row-text {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.main-banki {
  background-color: #fafafa;
  margin-bottom: -30px;
  padding-bottom: 35px;
}



@media (max-width: 767px) {
  .back-header-row-fill {
    display: none;
  }

  .pt-33 {
    padding-top: 20px;
  }

  .main-banki {
    margin-bottom: 0px;
  }

  .banki-header-row-text {
    font-size: 12px;
  }

  .banki-header-row-date {
    padding: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
  }

  .banki-header-row {
    padding: 8px 8px;
    margin-top: 25px;
  }
}

/* table custom  */
.table-bank-header {
  height: 50px;
  border-radius: 5px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}



.table-bank-header-item {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
  min-width: 110px;
  white-space: nowrap;
  background: #f5f5f5;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.table-bank-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  height: 50px;
  margin-top: 10px;
}

.table-bank-item {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: normal;
  text-align: center;
  color: #646464;
  min-width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
}

.table-bank-item img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.bold {
  font-weight: bold;
}

.table-bank-header-border {
  width: 1px;
  background: #c8c8c8;
  height: 30px;
}

.table-bank-header-item:first-child {
  border-radius: 0px 5px 5px 0px;
}

.table-bank-header-item:last-child {
  border-radius: 5px 0px 0px 5px;
}

@media (min-width: 768px) {

  .table-bank-body {
    max-height: 670px;
    overflow-y: scroll;
    padding-left: 10px;
  }

  .table-bank-header {
    margin-left: 15px;
  }

  .table-bank-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    height: 50px;
    margin-top: 10px;
    border: 0.5px solid #e6e6e6;
  }
}

@media (max-width: 767px) {

  .banki-video {
    margin-top: 30px;
  }

  .table-bank-item {
    border-bottom: solid 0.5px #e6e6e6;
    border-top: solid 0.5px #e6e6e6;
  }

  .table-bank {
    overflow-x: scroll;
  }


  .table-bank-item:first-child {
    border-right: 0.5px solid #e6e6e6;
    border-radius: 0px 5px 5px 0px;
  }

  .table-bank-item:last-child {
    border-left: 0.5px solid #e6e6e6;
    border-radius: 5px 0px 0px 5px;
  }
}

button.plyr__control.plyr__control--overlaid {
  background: rgba(220, 220, 220, 0.6) !important;
}

.table-bank-body::-webkit-scrollbar {
  width: 8px;
}

.table-bank-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.table-bank-body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.banki-info-bottom {
  margin-top: 60px;
}

.banki-info-bottom-title {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: right;
  color: #030303;
}

.banki-info-bottom-title span {
  color: #044cb2;
}

.banki-info-bottom-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
  margin-top: 22.5px;
}

.back-comment {
  padding: 30px 100px 85px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-top: 45px;
}

.back-comment-title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
  border-bottom: 2px solid #005482;
  padding-bottom: 5px;
}

.comment-box {
  padding: 25.6px 40px 58.9px;
  border-radius: 5px;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.05);
  border: solid 0.1px #ebebeb;
  background-color: #fafafa;
  margin-bottom: 22px;
}

.back-comment-header {
  margin-bottom: 40px;
}

.comment-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
  margin-top: 22px;
}

.comment-box-info {
  display: flex;
  align-items: center;
}

.comment-box-info-item {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: center;
  color: #949494;
  margin-left: 15px;
  border-left: 1px solid #e2e2e2;
  padding-left: 15px;
}

.comment-box-info-item svg {
  margin-left: 10px;
}

.comment-box-info-item:last-child {
  border: 0;
}

.comment-form {
  padding: 44.6px 80px 39.1px;
  border-radius: 5px;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.05);
  border: solid 0.1px #ebebeb;
  background-color: #fff;
}

.comment-form-rate {
  display: flex;
  align-items: center;
  justify-content: end;
}

.comment-form-rate-star {
  margin-right: 25px;
  margin-left: 25px;
  direction: ltr;
}

.comment-form-rate-text {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
}

.comment-form-rate-num {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #aaa;
}

/* i.far.fa-star {
    color: #dcdcdc;
}
i.fas.fa-star {
  color: #f9bc00;
} */


.wrapper-star input {
  display: none;
}

.wrapper-star label {
  margin: 0;
}

i.far.fa-star {
  color: #dcdcdc;
}

i.fas.fa-star {
  color: #f9bc00;
}

.comment-form-lable {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
}

.comment-form-input {
  border: 1px solid #dddddd;
}

.comment-form-textarea {
  border: 1px solid #dddddd;
}

.comment-form-link {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #0050b2;
}

.fce {
  display: flex;
  align-items: center;
  justify-content: end;
}

.comment-form-check-label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #707070;
}

.comment-form-btn {
  width: 181.9px;
  height: 45.5px;
  border-radius: 5px;
  background-color: #0050b2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {

  .comment-box-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .banki-info-bottom {
    margin-top: 25px;
  }

  .comment-box-info-item {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
  }

  .back-comment {
    padding: 15px;
    margin-top: 25px;
  }

  .comment-text {
    font-size: 12px;
    margin-top: 10px;
  }

  .comment-box {
    padding: 15px;
  }


  .comment-form {
    padding: 20px;
  }

  .comment-form-rate {
    margin-bottom: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .comment-form-rate-text {
    font-size: 16px;
  }

  .comment-form-lable {
    font-size: 14px;
  }

  .comment-form-btn {
    height: 38.5px;
    width: 100%;
  }
}


.btn-compare {
  height: 36.1px;
  border-radius: 5px;
  border: solid 1px #044cb2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 4;
  letter-spacing: normal;
  text-align: center;
  color: #044cb2;
  transition: 0.3s;
}

.btn-compare-submit {
  background: #044cb2;
  color: #fff;
  height: 36.1px;
  border-radius: 5px;
  border: solid 1px #044cb2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 4;
  letter-spacing: normal;
  text-align: center;
  transition: 0.3s;
}

.btn-compare-submit:hover {
  background: #044cb2;
  color: #fff;
}

#b-compare-num {
  padding: 0 5px;
}

.btn-compare:hover {
  background: #044cb2;
  color: #fff;
}

.btn-compare:active {
  background: #fff;
  border: solid 1px #044cb2;
  color: #044cb2;
}



.broker-compare-body {
  height: 220px;
  overflow: auto;
}

.broker-compare-null {
  opacity: 0.5;
  font-family: 'IRANSansXFaNum';
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.92;
  letter-spacing: normal;
  text-align: center;
  color: #646464;
  padding-top: 85px;
}

.broker-compare-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
}

.table-bank-item-svg {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}

.table-bank-link-compare {
  border: 1px solid #0050b2;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #0050b2;
  width: 71.7px;
  height: 21px;
  border-radius: 5px;
  transition: 0.3s;
}

.table-bank-link-compare:hover {
  background-color: #0050b2;
  color: #fff;
}

.custom-list {
  overflow: auto;
  max-height: 335px;
  padding: 15px;
}


.custom-list::-webkit-scrollbar {
  width: 8px;
}

.custom-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.custom-list::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.form-check-label.name {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #646464;
}

.list-search {
  border-radius: 6px;
  border: solid 0.5px #bbb;
  margin-bottom: 15px;
  height: 36.1px;
  display: flex;
  align-items: center;
}

.list-search-input {
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  background: transparent;
}

.list-search-input::placeholder {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 4;
  letter-spacing: normal;
  text-align: center;
  color: #c9c9c9;
}


.list-search-btn {
  background: transparent;
  border: 0;
  outline: none;
}


.box {
  box-shadow: rgba(0, 0, 0, 0.1) -4px 5px 7px -6px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #f9f9f9;
  background: #fff;
}

.broker-h1 {
  font-size: 26px;
  color: #4b4b4b;
  font-weight: 800;
}

.broker-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #646464;
  margin: auto;
  margin-top: 10px;
}

.broker-card {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.broker-card-img {
  width: 30px;
}

.broker-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #0d3b7c;
  margin-right: 5px;
}

.broker-collapse-icon {
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 30px;
  border-radius: 50%;
  color: #005290;
  border: 1px solid #efefef;
  margin-top: -50px;
}

.broker-card-options {
  display: flex;
  margin-right: 100px;
}



.broker-card-item {
  text-align: center;
  margin-left: 20px;
}

.broker-card-item-title {
  font-size: 12px;
  color: #646464;
  padding-left: 30px;
}

.broker-card-item-text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  border-left: 1px solid #efefef;
  padding-left: 30px;
}

.broker-card-item:last-child {
  margin-left: 0;
}

.broker-card-item:last-child .broker-card-item-text {
  border-left: 0;

}


.broker-card-options-collapse {
  margin-right: 130px;
  border-top: 1px solid #efefef;
  padding-top: 10px;
  margin-top: 20px;
}

.broker-card-options-body {
  max-width: 625px;
  margin: auto;
  display: flex;
}

.broker-card-btn-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.broker-card-btn {
  font-size: 14px;
  border: 1px solid #005290;
  padding: 8px 40px;
  border-radius: 10px;
  height: 37px;
  display: flex;
  align-items: center;
  color: #005290;
  transition: 0.3s;
}


.broker-card-btn:hover {
  background-color: #005290;
  color: #fff;

}

.broker-card-link {
  color: #005290;
  font-size: 14px;
  display: flex;
  align-items: center;
}


.broker-card-info {
  display: flex;
  align-items: center;
  width: 200px;
}

.broker-card-handle {
  display: flex;
  align-items: center;
}

.broker-card-check {
  width: 18px;
  height: 18px;
  margin: 5px;
}

@media (max-width:767px) {
  .broker-card-options {
    margin-right: 0px;
    flex-wrap: wrap;
  }

  .broker-card-options-collapse {
    margin-right: 0px;
  }

  .broker-card-item-text {
    border-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .broker-card-item-title {
    padding-left: 30px;
    padding-right: 30px;
  }

  .broker-card-item {
    margin-left: 0;
    width: 50%;
    margin-top: 15px;
  }

  .broker-card-item:nth-child(odd) .broker-card-item-text {
    border-left: 1px solid #efefef;
  }

  /* .broker-card-item:nth-child(even) .broker-card-item-text {
    border-right: 1px solid #efefef;
  } */

  .broker-card-btn-body {
    margin-top: 20px;
  }


  .broker-collapse-icon {
    margin-top: -155px;
  }

}


.box div h2 {
  font-size: 24px;
  color: #4b4b4b;
  font-weight: 800;
}

.box div p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #646464;
  margin: auto;
  margin-top: 10px;
}


.box div h3 {
  font-size: 22px;
  color: #4b4b4b;
  font-weight: 800;
  margin-top: 15px;
}

.box div h4 {
  font-size: 20px;
  color: #4b4b4b;
  font-weight: 800;
  margin-top: 15px;
}

.box h2 {
  font-size: 24px;
  color: #4b4b4b;
  font-weight: 800;
}

.box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #646464;
  margin: auto;
  margin-top: 10px;
}


.box h3 {
  font-size: 22px;
  color: #4b4b4b;
  font-weight: 800;
  margin-top: 15px;
}

.box h4 {
  font-size: 20px;
  color: #4b4b4b;
  font-weight: 800;
  margin-top: 15px;
}

.broker-info-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  border-right: 5px solid #9104c4;
  margin-bottom: 10px;
}

.broker-info-item-title {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.broker-info-item-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #646464;
  margin: auto;
  margin-top: 10px;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea !important;
}

.compare-row {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-top: 20px;
}

.compare-row .col {
  min-width: 180px;
}

.compare-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.compare-info-img {
  width: 40px;
  height: 40px;
}

.compare-info-text {
  font-size: 16px;
  font-weight: 600;
  color: #005290;
  margin-top: 8px;
}

.compare-item {
  height: 100px;
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
}

.compare-item-title {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.compare-item-text {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}


.broker-compare-body::-webkit-scrollbar {
  width: 8px;
}

.broker-compare-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.broker-compare-body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.sheba-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 5px 7px -6px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #f9f9f9;
  background: #fff;
  transition: 0.3s;
}

.sheba-item:hover {
  transform: scale(1.05);
  transition: all 0.25s ease;
}

.sheba-item-img {
  width: 84px;
  height: 84px;
}


.sheba-item-title {
  font-size: 14px;
  border: 1px solid #005290;
  border-radius: 10px;
  color: #005290;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin-top: 15px;
  transition: 0.3s;

}

.sheba-item:hover .sheba-item-title {
  background: #005290;
  color: #fff;
}

.sheba-header-title {
  font-size: 22px;
  font-weight: 600;
}

.sheba-header-badge {
  background: #0052901f;
  padding: 15px;
  border-radius: 6px;
  border-right: 5px solid #005290;
  margin-top: 15px;
}

.sheba-header-badge-t1 {
  font-size: 14px;
}

.sheba-header-badge-t2 {
  font-size: 14px;
  text-align: center;
}

.sheba-header-badge-btn {
  font-size: 14px;
  border: 1px solid #005290;
  padding: 5px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: auto;
  font-weight: 600;
  color: #005290;
  margin-bottom: 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.sheba-header-badge-btn:hover {
  background: #005290;
  color: #fff;
}

.sheba-banki-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sheba-banki-btn-body {
  flex-direction: column;
  align-items: center;
}

.sheba-bank-tab {
  height: 210px;
  width: 436px;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
}

.sheba-bank-btn {
  width: 180px;
  border: solid 1px #005290;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #005290;
  cursor: pointer;
}


.sheba-bank-btn.active {
  background: #005290;
  color: #fff;
}


.sheba-bank-btn.active:after {
  opacity: 1;
}

.sheba-bank-btn:after {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: translateX(-50%) rotate(-90deg);
  border-bottom-width: 14px;
  border-bottom-style: solid;
  transition: all 0.25s ease;
  border-bottom-color: #005290;
  opacity: 0;
  margin-left: -163px;
}

.sheba-bank-img {
  width: 32;
  height: 32px;
}

.sheba-bank-name {
  font-size: 18px;
  font-weight: 600;
}


.card-number {
  padding: 14px;
  border: 1px solid lightgrey;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  height: 45px;
}

.card-number:focus {
  transition: .2s ease;
  outline: none !important;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px rgb(0 82 144);
}

.deposit-number {
  padding: 14px;
  border: 1px solid lightgrey;
  border-radius: 10px;
  text-align: left;
  font-size: 16px;
  height: 45px;
  width: 100%;
  direction: ltr;
}

.deposit-number:focus {
  transition: .2s ease;
  outline: none !important;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px rgb(0 82 144);
}

.depositnumber-lable {
  font-size: 12px;
}



.cardnumber-container {
  display: flex;
  justify-content: space-between;
  direction: ltr;
}

.card-number {
  width: 23%;
}

.sheba-bank-transparent {
  width: 100%;
  border: 1px solid #005290;
  outline: none;
  border-radius: 8px;
  font-size: 14px;
  padding: 5px;
  background: transparent;
  color: #005290;
  font-weight: 600;
  height: 34px;
  transition: 0.3s;
}


.sheba-bank-transparent:hover {
  background: #005290;
  color: #fff;
}

.sheba-bank-transparent:active {
  background: transparent;
  border: 1px solid #005290;
  color: #005290;
}



@media (max-width:767px) {

  .sheba-bank-btn:after {
    display: none;
  }

  .sheba-header-title {
    font-size: 18px;
    font-weight: 600;
  }

  .sheba-bank-tab {
    width: 100%;
  }


  .sheba-bank-nav {
    background: #eaeaea;
    width: 100%;
    height: 52px;
    border-radius: 10px;
    margin-bottom: 15px;
    flex-wrap: nowrap;
    align-items: center;
    padding: 8px;
  }

  .sheba-bank-btn {
    border: 0;
    font-size: 14px;
    color: #484848;
    height: 40px;
    width: 100%;
  }

  .sheba-bank-btn.active {
    background: #484848;
  }

}

.br-10 {
  border-radius: 10px;
}

ol.breadcrumb {
  background: transparent;
  padding: 0;
  padding-top: 20px;
  font-size: 14px;
  padding-bottom: 0;
}

tbody tr:first-child th {
  border: 0;
  border-radius: 0 10px 0 0;
}

tbody tr:last-child th {
  border-radius: 0 0 10px 0;
}

tbody tr:first-child td {
  border: 0;
}

.r-table-service > tbody > tr > th {
  background-color: #f3f3f3;
}

.single-bank-logo {
  width: 60px;
  height: 60px;
}

.single-bank-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-right: 10px;
}