.main-section {
  padding: 70px 0;
}

.stores {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .stores {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.stores .stors {
  padding: 15px;
}
.stores .stors:hover {
  transition: 0.5s;
  filter: unset;
}
.stores .stors img {
  transition: 0.5s;
  height: 45px;
}

.home-contact {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 20px;
  background: var(--rv-white);
  border: 1px solid #bbb;
  transition: 0.5s;
}

.financial-news-section {
  padding: 80px 0;
  /* TAB */
}
.financial-news-section .news-box {
  background: #eee;
  border-radius: 6px;
  overflow: hidden;
}
.financial-news-section .news-box .image {
  position: relative;
}
.financial-news-section .news-box .image .date {
  background: #b89960;
  padding: 0px 8px;
  border-radius: 30px;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: var(--rv-black);
}
.financial-news-section .news-box .image img {
  width: 100%;
  min-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px;
}
.financial-news-section .news-box .content {
  padding: 15px;
}
.financial-news-section .news-box .content h4 {
  font-size: 16px;
  text-align: left;
  margin: 0;
  margin-bottom: 5px;
}
.financial-news-section .news-box .content p {
  line-height: 18px;
  font-size: 15px;
  text-align: left;
  margin: 0;
}
.financial-news-section .rvTab {
  padding: 0;
  margin-bottom: 20px;
  display: flex;
}
.financial-news-section .rvTab .tab_item {
  display: inline-block;
  width: 100%;
}
.financial-news-section .rvTab .tab_item .tab_link {
  background-color: var(--rv-primary);
  display: block;
  padding: 10px 5px;
  font-weight: 600;
  text-align: center;
  color: var(--rv-black);
  border: 1px solid var(--rv-primary);
  width: 100%;
}
.financial-news-section .rvTab .tab_item .tab_link.activelink {
  display: block;
  background-color: var(--rv-secondary);
  color: var(--rv-black);
  border: 1px solid var(--rv-secondary);
}
.financial-news-section .rvTabContent .tab_list {
  width: 100%;
  padding: 10px;
}
.financial-news-section .rvTabContent .tab_list.hide {
  display: none;
}

#error_msg span {
  background: rgba(255, 0, 0, 0.0509803922);
  color: #ff0000;
  border-radius: 5px;
  border: 2px solid #ff0000;
  font-size: 12px;
  padding: 10px;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

#mail-status .success {
  background: rgba(0, 128, 0, 0.1215686275);
  color: #008000;
  border-radius: 5px;
  border: 2px solid #008000;
  margin-bottom: 15px;
  font-size: 12px;
  padding: 10px;
  font-weight: 600;
}

#mail-status .error {
  background: rgba(255, 0, 0, 0.0509803922);
  color: #ff0000;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 2px solid #ff0000;
  font-size: 12px;
  padding: 10px;
  font-weight: 600;
}

.close-back-btn {
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 5px;
}
.close-back-btn a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-back-btn a span {
  position: relative;
}
.close-back-btn a span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  margin-left: -7px;
  margin-top: -5px;
  transform: rotate(-45deg);
}
.close-back-btn a span::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: -6px;
  top: -1px;
}

.services-page-section .nevdisc-box {
  display: none;
}
.services-page-section .nevdisc-box.show {
  display: block;
}
.services-page-section .nevdisc-box ul li {
  color: var(--rv-black);
}
.services-page-section .costom-nev {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-bottom: 30px;
}
.services-page-section .costom-nev .tebHendlers {
  padding: 15px;
}
.services-page-section .costom-nev .tebHendlers.active span {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.services-page-section .costom-nev .tebHendlers span {
  box-shadow: 0 0 5px #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid var(--rv-primary);
  font-weight: 600;
  cursor: pointer;
  color: var(--rv-primary);
}
.services-page-section .costom-nev .tebHendlers span:hover {
  background: var(--rv-primary);
  color: var(--rv-white);
}

.main_heading {
  margin-bottom: 30px;
}

.services-page-section .nevdisc-box {
  display: none;
}
.services-page-section .nevdisc-box.show {
  display: block;
}
.services-page-section .nevdisc-box ul li {
  color: var(--rv-black);
}
.services-page-section .costom-nev {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-bottom: 30px;
}
.services-page-section .costom-nev .tebHendlers {
  padding: 15px;
}
.services-page-section .costom-nev .tebHendlers.active span {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.services-page-section .costom-nev .tebHendlers span {
  box-shadow: 0 0 5px #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid var(--rv-primary);
  font-weight: 600;
  cursor: pointer;
  color: var(--rv-primary);
}
.services-page-section .costom-nev .tebHendlers span:hover {
  background: var(--rv-primary);
  color: var(--rv-white);
}