:root {
  --rv-primary: #323031;
  --rv-secondary: #fabc57;
  --rv-primary-light: #f1f0f0;
  --rv-secondary-light: #e1d7da;
  --rv-white: #fff;
  --rv-black: #000;
  --rv-gray: #726d7b;
  --rv-font: "DM Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--rv-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001522;
}

.main-title {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 700;
}

.green {
  color: var(--rv-primary);
}

p {
  color: #001522;
  font-size: 16px;
}

a {
  color: var(--rv-secondary);
  font-size: 16px;
  text-decoration: none;
}
a:hover {
  color: var(--rv-primary);
  text-decoration: none;
}

.white-color {
  color: var(--rv-white) !important;
}

.pb-btn-box {
  text-align: center;
  padding: 40px 0 20px 0;
}

.btn {
  color: var(--rv-white);
  border-radius: 3px;
  padding: 6px 15px;
  line-height: 30px;
  text-align: center;
}

.know-more {
  position: relative;
  padding-right: 40px;
}

.know-more:after {
  content: "\f11e";
  font-family: "uicons-solid-straight";
  position: absolute;
  margin-left: 5px;
  font-size: 30px;
}

.btn-primary {
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  color: var(--rv-white);
}

.btn-primary:hover {
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  color: var(--rv-white);
}

.btn-secondary {
  background-color: #001522;
  border: 2px solid #001522;
}

.btn-secondary:hover {
  background-color: transparent;
  border: 2px solid #001522;
  color: var(--rv-primary);
}

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

ul.navbar-nav .nav-item .nav-link {
  color: #001522 !important;
}

ul.navbar-nav .nav-item .nav-link:hover {
  color: var(--rv-primary) !important;
}

ul.navbar-nav .nav-item.active .nav-link {
  color: var(--rv-primary) !important;
}

ul.navbar-nav .dropdown-menu {
  padding: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-divider {
  margin: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}

ul.navbar-nav .dropdown-menu .dropdown-item.active,
ul.navbar-nav .dropdown-menu .dropdown-item:active {
  color: var(--rv-white);
  text-decoration: none;
  background-color: var(--rv-primary);
}

ul.navbar-nav .dropdown-menu .dropdown-item:hover,
ul.navbar-nav .dropdown-menu .dropdown-item:focus {
  color: var(--rv-white);
  text-decoration: none;
  background-color: var(--rv-primary);
}

.header-card {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header-card .header-menu nav ul li a {
  font-weight: 500;
}

.radio-group {
  text-align: center;
  margin: 30px 0 20px 0 !important;
}

.radio-group .radio-btn {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 15px;
}

.radio-group .radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-group .radio-btn .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #001522;
  border-radius: 50%;
}

.radio-group .radio-btn:hover input ~ .checkmark {
  border: 2px solid var(--rv-primary);
}

.radio-group .radio-btn input:checked ~ .checkmark {
  background-color: var(--rv-white);
  border: 2px solid var(--rv-primary);
}

.radio-group .radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-group .radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-group .radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rv-primary);
}

.login-model .model-img img {
  width: 100%;
}

.login-model .modal-dialog {
  max-width: 900px;
  margin: 30px auto;
}

.login-model .modal-title {
  text-transform: uppercase;
  color: var(--rv-primary);
  font-size: 24px;
}

.login-model a.forgot-password {
  display: block;
  text-align: right;
  margin: 15px 0 30px 0;
  color: #001522;
  text-decoration: none;
}

.login-model a.forgot-password:hover {
  color: var(--rv-primary);
}

.login-model .modal-body {
  padding: 30px 20px;
}

.login-model .modal-header {
  padding: 25px 20px;
}

.login-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid var(--rv-primary);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: var(--rv-primary);
  opacity: 1;
  margin: 0 !important;
  outline: none;
}

.video-model .model-video video {
  width: 100%;
  padding: 7px 7px 0 7px;
  box-sizing: border-box;
  border-radius: 20px 20px 20px 20px;
}

.video-model .modal-dialog {
  max-width: 850px;
  margin: 50px auto;
}

.video-model .modal-title {
  text-transform: uppercase;
  color: var(--rv-primary);
  font-size: 24px;
}

.video-model .modal-body {
  padding: 0;
}

.video-model .modal-content {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.video-model .modal-header {
  padding: 15px;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 100%;
  height: 70px;
  z-index: 9999;
  border: none;
  overflow: hidden;
}

.video-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid var(--rv-primary);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: var(--rv-primary);
  opacity: 1;
  margin: 0 0 0 auto !important;
  outline: none;
}

.video-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 40%;
  top: 160px;
  border-radius: 100%;
  z-index: 999;
  box-shadow: none;
}

.video-btn:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: var(--rv-primary);
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-btn:hover {
  background-color: var(--rv-primary);
  color: var(--rv-white);
}

.video-btn:focus {
  box-shadow: none;
}

.video-btn i {
  font-size: 52px;
  line-height: 86px;
  margin-left: 15px;
}
@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.bottom-scroller.active .scroller {
  background-color: var(--rv-primary);
  display: block;
  width: 40px;
  height: 40px;
  color: var(--rv-white);
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  text-decoration: none;
}

.bottom-scroller.active .scroller:hover {
  background-color: var(--rv-primary);
}

i.fi-ss-paper-plane {
  margin-left: 3px;
  vertical-align: middle;
  font-size: 14px;
}

.home-slider {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    min-height: 600px;
    background-origin: content-box;
	    position: relative;
}
.home-slider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e6ad564a 0%, #efe65000 100%);
    z-index: -1;
    top: 0;
    left: 0;
}
.home-slider .banner-text {
  padding: 150px 0;
}

.home-slider .banner-text .banner-title {
  font-weight: 700;
  line-height: 58px;
}

.home-slider .banner-text .banner-title .green {
  display: block;
}

.home-slider .banner-text a.btn.btn-primary {
  margin-top: 30px;
}

.home-slider .banner-text i {
  font-size: 30px;
  vertical-align: middle;
}

.home-slider .main-header {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  transition: 0.3s ease-in-out 0s all;
}

.home-slider .main-header ul.navbar-nav {
  margin: auto;
}

.home-slider .main-header ul.navbar-nav a.nav-link {
  padding: 10px 15px !important;
}

.home-slider .main-header img {
  width: 100%;
}

.home-slider .main-header .login-btn {
  text-transform: uppercase;
  width: 130px;
  font-size: 18px;
  line-height: 34px;
}

.home-slider .main-header .login-btn i {
  margin-left: 5px;
  vertical-align: middle;
}

.home-slider header.main-header.stickyhead {
  background-color: var(--rv-white);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out 0s all;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999;
}

.home-slider header.main-header.stickyhead .logo img {
  width: 120px;
}

.home-slider header.main-header.stickyhead .login-btn {
  text-transform: uppercase;
  width: 130px;
  font-size: 18px;
  line-height: 25px;
  padding: 5px;
  height: 40px;
}

.home-slider .header-menu nav.navbar {
  padding: 0;
}

.owl-dot span {
  width: 25px !important;
  height: 4px !important;
  margin: 5px 3px !important;
}

.owl-dot.active span {
  background: var(--rv-primary) !important;
  outline: none;
}

.owl-dot.active .owl-dot:hover span {
  background: var(--rv-primary) !important;
  outline: none;
}

.home-about .about-image {
  text-align: center;
}

.home-about .about-image img {
  width: 100%;
}

.home-service .item {
  padding: 0;
}
.home-service .service-box {
  background-color: var(--rv-white);
  position: relative;
  border-radius: 3px;
  padding-top: 65px;
  margin: 85px 0 40px;
  transition: 0.5s;
}
.home-service .service-box:hover {
  transition: 0.5s;
  box-shadow: 0 20px 25px 0 #ddd;
}

.home-service .service-box .icon {
  position: absolute;
  z-index: 9999;
  background-color: rgb(247, 245, 245);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  padding: 10px;
  overflow: hidden;
  border: 5px solid var(--rv-white);
  text-align: center;
  top: -45px;
  box-shadow: 0 -5px 5px 0 #ddd;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-service .service-box .icon img {
  width: 60px;
}

.home-service .service-box .text {
  text-align: center;
  padding: 0 15px 20px 15px;
}

.home-service .service-box .text .green {
  font-size: 24px;
  font-weight: 600;
}

.home-service .service-box .text p {
  font-size: 18px;
}
.home-service .service-box .text p:last-child {
  margin-bottom: 0;
}

.home-service .service-box .text .rv-text {
  display: -webkit-box;
  margin-bottom: 25px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-SIP-graph .main-title {
  font-size: 28px;
}
.home-SIP-graph .main-title span.green {
  color: var(--rv-secondary);
}
.home-SIP-graph .SIP-image {
  overflow: hidden;
}
.home-SIP-graph .SIP-image img {
  width: 100%;
}
.home-SIP-graph .outer_div .card {
  padding: 15px;
  font-weight: 600;
  background: var(--colorData);
  color: var(--colorDatac);
}

.home-investor-education .main-title {
  margin-bottom: 35px;
}

.home-investor-education .education-accordian .ui-accordion-header.ui-state-default {
  position: relative;
  color: #001522;
  border-radius: 2px;
  background: var(--rv-primary-light);
  border-color: var(--rv-primary-light);
  font-size: 18px;
  line-height: 30px;
  color: var(--rv-primary);
  margin-bottom: 5px;
  padding-right: 35px;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-default span {
  display: none;
}

.home-investor-education .education-accordian .ui-accordion-header.ui-state-default:after {
  content: "\f1e9";
  position: absolute;
  font-family: uicons-solid-straight;
  right: 15px;
  top: 10px;
  color: var(--rv-primary);
}

.home-investor-education .education-accordian .ui-accordion-header.ui-state-active {
  background-color: var(--rv-primary-light);
  color: var(--rv-primary);
  border-bottom-color: var(--rv-primary);
}

.home-investor-education .education-accordian .ui-accordion-header.ui-state-active:after {
  content: "\f1ce";
  position: absolute;
  font-family: uicons-solid-straight;
  right: 15px;
  top: 10px;
  color: var(--rv-primary);
}

.home-investor-education .education-accordian .ui-accordion-header.ui-state-active.ui-state-focus {
  outline: none;
}

.home-investor-education .education-accordian .ui-accordion-content {
  padding: 15px;
  background-color: var(--rv-primary-light);
  border-color: var(--rv-primary-light);
  margin-bottom: 10px;
  border-top: unset;
}

.home-investor-education .video-part {
  border-radius: 15px;
  position: relative;
  text-align: center;
}

.home-investor-education .video-part:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 99;
}

.home-investor-education .video-part img {
  width: 90%;
}

.home-investor-education .video-part .bg-shadow:after {
  content: "";
  background-color: rgb(248 232 208);
  position: absolute;
  right: -12px;
  top: 12px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}

.home-testimonials #home_testimonials {
  margin: 40px auto 10px auto;
}
.home-testimonials #home_testimonials .item {
  padding: 80px 20px 20px 80px;
}
.home-testimonials #home_testimonials .item .testimonial-card {
  background: var(--rv-white);
  padding: 30px;
  box-shadow: 0 0 15px 0 #ddd;
  border-radius: 5px;
  position: relative;
}
.home-testimonials #home_testimonials .item .testimonial-card .investor-info {
  position: absolute;
  width: 100px;
  height: 100px;
  left: -50px;
  top: -50px;
  padding: 5px;
  box-shadow: 0 0 15px 0 #bbb;
  border-radius: 10px;
  background: #fff;
}
.home-testimonials #home_testimonials .item .testimonial-card .investor-info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--rv-primary);
  top: -10px;
  left: -10px;
  z-index: -1;
  border-radius: 10px;
}
.home-testimonials #home_testimonials .item .testimonial-card .content .text-content {
    display: -webkit-box;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-testimonials #home_testimonials .item .testimonial-card .content .read-more {
    color: var(--rv-primary);
    font-weight: 600;
    text-align: right;
    display: block;
}
.home-testimonials #home_testimonials .item .testimonial-card .content .name {
  padding-left: 50px;
}
.home-testimonials #home_testimonials .item .testimonial-card .content .name h5 {
  color: var(--rv-primary);
  font-weight: 600;
}
.home-testimonials #home_testimonials .item .testimonial-card .content p {
  color: var(--rv-gray);
}

.home-testimonials #home_testimonials .investor-info .img {
  border-radius: 10px;
  overflow: hidden;
}

.home-testimonials #home_testimonials .investor-info .name h5 {
  text-align: center;
  color: var(--rv-primary);
  margin-bottom: 0px;
  font-size: 18px;
}

.home-testimonials #home_testimonials .investor-info .name p {
  text-align: center;
  color: #001522;
  margin-bottom: 0px;
  font-size: 14px;
}

.home-testimonials .test-img-section {
  overflow: hidden;
}

.home-testimonials .test-img-section img {
  width: 100%;
}

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

form.form-custom .form-group input.form-control {
  background-color: #d6d9d3;
  height: 45px;
}

form.form-custom .form-group textarea.form-control {
  background-color: #d6d9d3;
}

form.form-custom .form-group .btn.btn-primary {
  width: 100%;
  height: 45px;
}

footer.main-footer {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

footer.main-footer .top-info {
  background-color: var(--rv-primary);
  padding: 30px 20px 10px 20px;
  border-radius: 15px;
  color: var(--rv-white);
  margin-top: -170px;
  margin-bottom: 50px;
}

footer.main-footer .top-info .info-items {
  color: var(--rv-white);
  font-size: 24px;
  padding-left: 30px;
  position: relative;
}

footer.main-footer .top-info .info-items i {
  position: absolute;
  left: 0px;
  top: 5px;
}

footer.main-footer .footer-bars .logo img {
  width: 180px;
  margin-bottom: 15px;
}

footer.main-footer .footer-bars ul {
  padding-left: 10px;
  list-style-type: none;
}

footer.main-footer .footer-bars ul li a {
  color: #001522;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}

footer.main-footer .footer-bars ul li a:hover {
  color: var(--rv-primary);
}

footer.main-footer .footer-bars .foot-title {
  color: var(--rv-primary);
  margin-bottom: 25px;
  font-weight: 600;
}
footer.main-footer .footer-bars p a {
  color: var(--rv-primary);
}

footer.main-footer .footer-bottom {
  padding: 15px 0;
  margin-top: 40px;
  background-color: var(--rv-primary);
}
footer.main-footer .footer-bottom p {
  color: var(--rv-white);
  margin-bottom: 0;
}

footer.main-footer .footer-bottom .social-media {
  text-align: right;
}

footer.main-footer .footer-bottom .social-media a.items {
  background-color: #001522;
  width: 32px;
  height: 32px;
  display: inline-block;
  color: #f3ffe5;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

footer.main-footer .footer-bottom .social-media a.items:hover {
  background-color: var(--rv-primary);
}



.home-partner-section .item {
  margin: 20px;
}

.main-header {
  padding: 10px 0;
}
.main-header .logo img {
  height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-header .btn-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.main-header .header-menu {
  height: 100%;
}
.main-header .header-menu .navbar {
  height: 100%;
}
.main-header .header-menu .navbar .navbar-collapse {
  justify-content: flex-end;
  height: 100%;
}

.home-wc-section .wcu-card {
  height: 100%;
  padding-bottom: 30px;
}
.home-wc-section .wcu-card .wcu-card-body {
  box-shadow: 0 0 15px 0 #ddd;
  background: var(--rv-white);
  padding: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}
.home-wc-section .wcu-card .wcu-card-body:hover {
  box-shadow: 0 15px 25px 0 #ddd;
  transition: 0.5s;
}
.home-wc-section .wcu-card .wcu-card-body:hover .icone {
  background: var(--rv-primary);
  transition: 0.5s;
}
.home-wc-section .wcu-card .wcu-card-body:hover .icone i {
  background-image: linear-gradient(180deg, var(--rv-white) 0%, #898989 100%);
  transition: 0.5s;
}
.home-wc-section .wcu-card .wcu-card-body .icone {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
  justify-content: center;
  background: var(--rv-primary-light);
  box-shadow: 0 0 10px 0 #bbb;
  border-radius: 0 0 50px 0;
  padding: 10px;
  top: 0;
}
.home-wc-section .wcu-card .wcu-card-body .icone i {
  transition: 0.5s;
  font-size: 45px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(180deg, var(--rv-secondary) 0%, var(--rv-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  left: -4px;
  top: -4px;
}
.home-wc-section .wcu-card .wcu-card-body .contant h4 {
  padding-left: 50px;
  color: var(--rv-primary);
  font-weight: 600;
}
.home-wc-section .wcu-card .wcu-card-body .contant p {
  padding-top: 10px;
}

.tools-image img {
  width: 100%;
  height: 100%;
}

.text_input {
  height: 40px;
  float: right;
  outline: 0;
  border: 1px solid #ccc;
  padding: 9px;
  border-radius: 55px;
}

.hide-span {
  display: none;
}

.boxes-main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.boxes-main .wb-card {
  width: 100%;
  max-width: 400px;
  padding: 15px;
}
.boxes-main .wb-card:nth-child(even) {
  margin-left: 50px;
}
.boxes-main .wb-card .why-box {
  background-color: var(--rv-white);
  padding: 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.06);
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.boxes-main .wb-card .why-box:hover {
  transition: 0.5s;
  box-shadow: 0 15px 25px 0 #ddd;
  transition: 0.5s;
}
.boxes-main .wb-card .why-box:hover .box-text .icone {
  background: var(--rv-primary);
  transition: 0.5s;
}
.boxes-main .wb-card .why-box:hover .box-text .icone i {
  background-image: linear-gradient(180deg, var(--rv-white) 0%, #898989 100%);
  transition: 0.5s;
}
.boxes-main .wb-card .why-box .box-text {
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
}
.boxes-main .wb-card .why-box .box-text h4 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  color: var(--rv-primary);
  font-weight: 600;
  padding-left: 20px;
  padding: 10px 0;
  padding-left: 80px;
  transition: 0.5s;
}
.boxes-main .wb-card .why-box .box-text .icone {
  width: 80px;
  height: 70px;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
  justify-content: flex-start;
  background: var(--rv-primary-light);
  box-shadow: 0 0 10px 0 #bbb;
  border-radius: 0 50px 50px 0;
  padding: 10px;
  top: 0;
}
.boxes-main .wb-card .why-box .box-text .icone i {
  transition: 0.5s;
  font-size: 45px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(180deg, var(--rv-secondary) 0%, var(--rv-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-section {
  background: var(--rv-primary-light);
}

.contentus-section .contectus-form {
  box-shadow: 0 0 15px 0 #ddd;
  padding: 30px;
  background: var(--rv-white);
  border-radius: 10px;
}
.contentus-section .iframe {
  position: relative;
  padding-top: 56.5%;
  height: 100%;
}
.contentus-section .iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--rv-white);
  padding: 10px;
}


.top-banner-section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}
.top-banner-section .section-title h2 {
  color: var(--rv-primary);
  font-weight: 600;
  margin-bottom: 0;
}

.download-section .TabbedPanels {
  border: unset;
}
.download-section .TabbedPanels .TabbedPanelsTabGroup {
  border: unset;
}
.download-section .TabbedPanels .TabbedPanelsTab {
  background: var(--rv-primary);
  font-family: inherit;
  border: 2px solid var(--rv-primary);
  font-weight: 600;
}
.download-section .TabbedPanels .TabbedPanelsTab.TabbedPanelsTabSelected {
  color: var(--rv-primary);
  background-color: var(--rv-white);
}

.logo-container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.logo-container ul li {
  padding: 10px;
  list-style: none;
}
.logo-container ul li .logo-holder {
  background: var(--rv-white);
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.logo-container ul li .logo-holder img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.useful_links {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.useful_links li {
  list-style: none;
  padding: 10px;
}
.useful_links li a {
  text-align: center;
  background-color: var(--rv-primary);
  color: var(--rv-white);
  border: 2px solid var(--rv-primary);
  transition: 0.5s;
  padding: 8px 20px;
}
.useful_links li a:hover {
  transition: 0.5s;
  background-color: var(--rv-white);
  color: var(--rv-primary);
}

.login-part {
  box-shadow: 0 0 15px 0 #eee;
  padding: 30px;
  border-radius: 5px;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  background-color: var(--rv-white);
  border: 1px solid #eee;
}

.login-part .form-control {
  padding: 15px;
}

.login-part .form-group {
  margin-bottom: 20px;
}

.login-part input[type=radio] {
  margin-right: 8px;
  accent-color: var(--rv-primary);
}

.login-part .form-check-label {
  padding: 10px;
  cursor: pointer;
  border: 1px solid var(--rv-primary);
  border-radius: 5px;
  padding-left: 30px;
}

.login-part input:not([type=radio]) {
  width: 100%;
}

.form-check-input:checked {
  background-color: var(--rv-primary);
  border-color: var(--rv-primary);
}

.mb-25 {
  margin-bottom: 25px;
}

.modal-open {
  overflow: hidden !important;
}

.modal-open .ticker_sticky {
  position: relative;
  z-index: -3;
}

.modal-open footer.footer_main {
  position: relative;
  z-index: -3;
}

.modal-open .costom-modal-a {
  z-index: 99;
  visibility: visible;
  pointer-events: visible;
}

.modal-open .costom-modal-a .bg-show {
  background: rgba(0, 0, 0, 0.5803921569);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.costom-modal-a {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.costom-modal-a .close-i {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  background: #fff;
  box-shadow: 0 0 15px 0 #777;
  border-radius: 5px;
}

.costom-modal-a .cm-body {
  max-width: 400px;
  width: 100%;
  background-color: var(--rv-white);
  border-radius: 3px;
  position: relative;
  z-index: 999;
}

.costom-modal-a .cm-body .m-hadding {
  background-color: var(--rv-primary);
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
}

.costom-modal-a .cm-body .m-hadding h4 {
  margin-bottom: 0;
  color: var(--rv-white);
}

.costom-modal-a .cm-body .cm-cards {
  padding: 30px;
}

.contact-address-box {
  padding: 50px 0;
}

.contact-address-box .inner ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: -15px;
}

.contact-address-box .inner ul li {
  list-style: none;
  height: 100%;
  padding: 15px;
}

.contact-address-box .inner ul li .contect-content {
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 #bbb;
}

.disclaimer-sec .content-b {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.disclaimer-sec .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px;
  flex-wrap: wrap;
}

.disclaimer-sec .footer-content img {
  height: 67px;
}

.disclaimer-sec .footer-content .footer-list {
  display: flex;
  padding: 10px;
  align-items: center;
}

.disclaimer-sec .footer-content .footer-list .contentb {
  text-align: left;
  padding-left: 15px;
}

.disclaimer-sec .footer-content .footer-list .contentb h5 {
  margin-bottom: 0;
}

.services-products-section ul {
  padding-left: 30px;
}
.services-products-section ul li {
  list-style: disc;
}
.services-products-section .info-box .teb-cards {
  padding-bottom: 30px;
}
.services-products-section .info-box .teb-cards ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.services-products-section .info-box .teb-cards ul li {
  padding: 10px;
  list-style: none;
}
.services-products-section .info-box .teb-cards ul li span {
  cursor: pointer;
  display: block;
  color: var(--rv-white);
  padding: 10px;
  border-radius: 5px;
  transition: 0.5s;
  background: var(--rv-white);
  color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  font-weight: 600;
}
.services-products-section .info-box .teb-cards ul li span:hover {
  background: var(--rv-primary);
  transition: 0.5s;
  color: var(--rv-white);
}
.services-products-section .info-box .teb-cards ul li.active span {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.services-products-section .teb-contents .nevdisc-box {
  display: none;
  padding-bottom: 40px;
}
.services-products-section .teb-contents .nevdisc-box.show {
  display: block;
}
div#mail-status .success {
    color: #008000;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #008000;
    padding: 10px 20px;
    border-radius: 3px;
    background: #00800012;
}
#error_msg .error,
div#mail-status .error {
    color: #F44336;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #f44336;
    padding: 10px 20px;
    border-radius: 3px;
    background: rgb(244 67 54 / 10%);
}