@font-face {
  font-family: "Arial";
  src: url("../fonts/ArialCE.ttf") format("truetype");
}
:root {
  --primary: #3532a6;
  --primary-light: #f7f6ff;
  --primary-light-two: #e0dcff;
  --secondary: #ee2c29;
  --secondary-light: #fff4f4;
  --black: #000000;
  --rv-black: #000000;
  --white: #ffffff;
  --rv-white: #ffffff;
  --heading-color: #383636;
  --text-color: #787878;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Arial";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
}

p {
  color: var(--black);
  font-size: 16px;
}

li {
  color: var(--black);
}

.btn-primary {
  border-radius: 6px;
  padding: 8px 15px;
  font-weight: 400;
  min-width: 130px;
}

.btn-secondary {
  border-radius: 6px;
  padding: 8px 15px;
  font-weight: 400;
  min-width: 130px;
}

.main_heading {
  margin-bottom: 35px;
}

.main_heading h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary);
  display: inline-block;
  background-color: var(--secondary-light);
  border-radius: 30px;
  padding: 5px 15px;
}

.main_heading h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
}

.main_section {
  padding: 80px 0;
}

.text-right {
  text-align: right !important;
}

.dark {
  color: var(--secondary);
}

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

.secondary {
  color: var(--secondary);
}

.dark_bg {
  background-color: var(--secondary);
}

.primary_bg {
  background-color: var(--primary);
}

.secondary_bg {
  background-color: var(--secondary);
}

.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6 {
  color: #fff !important;
}

.dark_bg p,
.dark_bg a,
.dark_bg li,
.dark_bg span {
  color: #fff !important;
}

.navbar.navbar-expand-lg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent !important;
  padding: 10px 0;
}

.main_banner {
  position: relative;
  padding-top: 160px;
  padding-bottom: 80px;
  /* background-color: #f1f1f1; */
  background: rgb(168, 255, 208);
  overflow: hidden;
  background: linear-gradient(90deg, var(--primary-light-two) 0%, rgba(144, 213, 236, 0) 60%);
}

.main_banner .banner_img img {
  width: 80%;
  margin-left: 10%;
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown {
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown::after {
  content: "\f107";
  position: absolute;
  font-family: fontawesome;
  right: 12px;
  top: 5px;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  color: var(--secondary);
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown:hover::after {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
  color: var(--primary);
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
  padding-right: 30px;
}

.navbar-expand-lg .navbar-nav .dropdown-item .dropdown-link {
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .dropdown-item .dropdown-link:hover {
  color: var(--primary);
}

.main_banner::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
  /* transform: rotate(-10deg); */
  background-color: var(--primary-light);
  border-radius: 100%;
}

.main_banner .banner_content {
  padding-top: 140px;
}

.main_banner .banner_content h1 {
  font-weight: 700;
  font-size: 42px;
  color: var(--secondary);
}

.main_banner .banner_content p {
  margin-bottom: 35px;
  margin-top: 20px;
  width: 85%;
}

.investor_corner {
  position: relative;
}

.investor_corner::after {
  content: "";
  position: absolute;
  background-image: url(../images/shape2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.investor_corner .item {
  margin: 15px 10px;
}

.investor_box {
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}

.investor_box:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 0 15px 2px rgba(229, 72, 44, 0.2);
}

.investor_box img {
  width: 80px !important;
  margin: 0 auto;
}

.investor_box h5 {
  font-weight: 600;
  font-size: 18px;
  padding: 20px 0 5px 0;
}

.investor_box p {
  font-size: 14px;
  line-height: 20px;
}

.why_chooseus {
  position: relative;
}

.why_chooseus::after {
  content: "";
  position: absolute;
  background-image: url(../images/shape3.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0px;
}

.why_chooseus::before {
  content: "";
  position: absolute;
  background-image: url(../images/line_shape.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 78%;
  height: 70%;
  top: 37%;
  left: 11%;
  opacity: 0.7;
}

.why_chooseus .main_heading {
  margin-bottom: 50px;
}

.hexa_box {
  display: block;
  width: 220px;
  height: 220px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.hexa_box.hexa_box1 {
  margin-right: 0;
}

.hexa_box.hexa_box2 {
  margin-right: 10px;
}

.hexa_box.hexa_box4 {
  margin-left: 0;
}

/*.hexa_box::before {
    content: "";
    position: absolute;
    border: 85px solid transparent;
    border-top: none;
    border-bottom: 40px solid #fff;
    top: -40px;
    left: 0;
    transition: all 0.2s ease-in-out;
}
.hexa_box::after {
    content: "";
    position: absolute;
    border: 85px solid transparent;
    border-bottom: none;
    border-top: 40px solid #fff;
    bottom: -40px;
    left: 0;
    transition: all 0.2s ease-in-out;
}*/
.hexa_box::before {
  content: "";
  position: absolute;
  background-image: url(../images/hexa_shape1.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hexa_box::after {
  content: "";
  position: absolute;
  background-image: url(../images/hexa_shape2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hexa_box .icon {
  position: relative;
  z-index: 999;
  padding-top: 52px;
}

.hexa_box .icon img {
  width: 65px;
}

.hexa_box h5 {
  position: relative;
  z-index: 999;
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  padding-top: 5px;
}

.service_row {
  display: flex;
}

.service_box {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin: 15px;
}

.service_box:hover {
  background-color: #deffed;
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
}

.service_box.box1:hover {
  background-color: rgba(230, 131, 169, 0.1411764706);
}

.service_box.box2:hover {
  background-color: rgba(118, 150, 253, 0.1411764706);
}

.service_box.box3:hover {
  background-color: rgba(127, 115, 250, 0.1411764706);
}

.service_box.box4:hover {
  background-color: rgba(253, 103, 176, 0.1411764706);
}

.service_box.box5:hover {
  background-color: rgba(113, 193, 241, 0.1411764706);
}

.service_box.box6:hover {
  background-color: rgba(122, 122, 237, 0.1411764706);
}

.service_box.box7:hover {
  background-color: rgba(145, 145, 245, 0.1411764706);
}

.service_box.box8:hover {
  background-color: rgba(234, 106, 60, 0.1411764706);
}

.main_section .col-md-3 {
  padding: 0 10px;
}

.service_box .icon {
  display: inline-block;
  width: 120px;
  height: 110px;
  border-radius: 100%;
  padding: 0px;
  margin-bottom: 10px;
  text-align: left;
}

.service_box .icon img {
  width: 100px;
}

.service_box h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  min-height: 42px;
  text-transform: uppercase;
  color: var(--primary);
}

.service_box.box1 h5 {
  color: #e683a9;
}

.service_box.box2 h5 {
  color: #7696fd;
}

.service_box.box3 h5 {
  color: #7f73fa;
}

.service_box.box4 h5 {
  color: #fd67b0;
}

.service_box.box5 h5 {
  color: #71c1f1;
}

.service_box.box6 h5 {
  color: #7a7aed;
}

.service_box.box7 h5 {
  color: #9191f5;
}

.service_box.box8 h5 {
  color: #ea6a3c;
}

.service_box .view_more {
  text-decoration: none;
  font-weight: 500;
  color: #e683a9;
  font-size: 16px;
}

.service_box.box2 .view_more {
  color: #7696fd;
}

.service_box.box3 .view_more {
  color: #7f73fa;
}

.service_box.box4 .view_more {
  color: #fd67b0;
}

.service_box.box5 .view_more {
  color: #71c1f1;
}

.service_box.box6 .view_more {
  color: #7a7aed;
}

.service_box.box7 .view_more {
  color: #9191f5;
}

.service_box.box8 .view_more {
  color: #ea6a3c;
}

.service_box p {
  line-height: 20px;
}

.testimonial_card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  padding: 50px 50px 100px 50px;
  position: relative;
}

.testimonial_card::after {
  content: "";
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  border-radius: 15px 15px 0 0;
}

.testimonials {
  text-align: center;
}

.testimonials p {
  color: #fff;
  font-size: 17px;
}

.testimonials .images {
  width: 120px;
  margin: 0 auto;
  border: 3px solid var(--primary);
  border-radius: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.testimonials .client_info {
  margin-top: 20px;
}

.testimonials .client_info h4 {
  font-weight: 600;
  margin: 0;
}

.testimonials .client_info h5 {
  font-weight: 500;
}

#testimonialCar .owl-nav {
  position: relative;
  margin-top: -80px;
}

#testimonialCar .owl-nav button {
  background-color: var(--primary) !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#testimonialCar .owl-nav button span {
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  line-height: 38px;
}

#testimonialCar .owl-nav .owl-prev {
  position: absolute;
  left: 20%;
}

#testimonialCar .owl-nav .owl-next {
  position: absolute;
  right: 20%;
}

.footer_main {
  padding: 80px 0 0 0;
  border-radius: 70px 70px 0 0;
  background: var(--primary);
}

.footer_top .navbar-brand {
  display: block;
}

.footer_top {
  padding-bottom: 50px;
}

.foot_widget .foot_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.foot_widget ul {
  list-style-type: none;
  padding-left: 10px;
}

.foot_widget ul li a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  padding: 5px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}

.foot_widget ul li a:hover {
  color: var(--secondary) !important;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}

.foot_widget a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-in-out;
}

.foot_widget a:hover {
  color: var(--secondary) !important;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}

.footer_bottom {
  text-align: center;
  padding: 30px 0 15px 0;
  background-color: #211f6a;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 34px;
  height: 3px;
  margin: 5px 7px;
  background: #a2a1a1;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--primary);
}

#captcha_code {
  width: 90px !important;
  height: 52px !important;
  border-radius: 5px;
}

.btnRefresh {
  height: 52px;
  border-radius: 5px;
  background-color: #1a2e35;
  color: #fff;
}

#captcha {
  width: calc(100% - 186px);
  height: 52px;
  border-radius: 5px;
  border: 1px solid #d4d7db;
  box-shadow: none;
  color: #161c2d !important;
  display: inline-block;
}

.getintouch_section .main_heading h1 {
  margin-bottom: 5px;
  font-size: 30px;
}

.getintouch_section .main_heading h2 {
  font-size: 30px;
  font-weight: 700;
}

.newsletter {
  margin-bottom: 50px;
}

.newsletter h1 {
  font-weight: 700;
  font-size: 32px;
}

.newsletter_form .form-group {
  position: relative;
  width: 50%;
  margin: 20px auto;
}

.newsletter_form .form-group .form-control {
  border-radius: 6px;
  height: 60px;
}

.newsletter_form .form-group .btn-primary {
  position: absolute;
  right: 4px;
  top: 4px;
}

.sip_section {
  padding: 40px 0;
}

.sip_section .ui-slider.ui-slider-horizontal {
  border: 1px solid var(--primary);
  border-radius: 30px;
  height: 10px;
}

.sip_section .ui-slider-handle {
  background: var(--primary) !important;
  border-radius: 100%;
  width: 22px !important;
  height: 22px !important;
  border: 1px solid var(--primary) !important;
  outline: none !important;
}

.sip_section .ui-slider-range {
  background-color: var(--primary);
  border: 1px solid var(--primary) 2 !important;
  height: 12px !important;
  margin-top: -1px;
  border-radius: 30px 0 0 20px !important;
}

/*.plan_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 25px;
}*/
.plan_box {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 20px;
  margin-bottom: 25px;
  display: block;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.plan_box .image img {
  width: 300px;
}

.plan_box .content h4 {
  font-weight: 700;
  font-size: 20px;
  color: var(--secondary);
  text-transform: uppercase;
  opacity: 0.8;
}

.blog_card {
  position: relative;
  background-color: var(--primary-light);
}

.blog_card .blog_thumb {
  position: relative;
}

.blog_card .blog_text {
  padding: 20px;
}

.blog_card .blog_text .date {
  position: absolute;
  background-color: var(--primary);
  top: 20px;
  left: 20px;
  padding: 5px 25px;
  border-radius: 30px;
  color: #fff;
}

.blog_card .blog_text .category {
  color: var(--secondary);
  font-weight: 500;
  margin-top: 0;
}

.blog_card .blog_text h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 30px;
}

.blog_card .blog_text h4 a {
  color: var(--secondary);
}

.blog_card .blog_text .know_more {
  text-decoration: none;
  margin-top: 15px;
  display: block;
}

#blogCar .owl-nav button {
  background-color: var(--secondary) !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  margin: 20px 10px;
}

#blogCar .owl-nav button span {
  color: #fff;
  font-size: 32px;
  line-height: 28px;
}

.post-detail .blog_title {
  font-size: 24px;
  font-weight: 600;
}

.post-detail .view_img {
  height: 520px;
  overflow: hidden;
}

.post-detail .view_img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination {
  margin-top: 20px;
}

.partner_section {
  background-color: var(--primary-light);
}

.inner_banner {
  background: linear-gradient(90deg, var(--primary-light-two) 0%, rgba(225, 224, 251, 0.45) 60%);
  padding: 130px 0 50px 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 0 0 150px 60px;
}

.inner_banner .banner_content {
  padding: 70px 0;
  text-align: center;
}

.inner_banner .banner_content .title {
  font-size: 32px;
  font-weight: 600;
}

.inner_banner .banner_img img {
  width: 550px;
}

.breadcrumb {
  display: block;
  padding: 0;
}

.breadcrumb .breadcrumb-item {
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #151515;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--primary);
}

.content_box {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 12px 2px rgba(39, 38, 35, 0.12);
  padding: 60px;
}

.login_panel {
  padding: 70px 30px;
}

.login_panel .forget-pw {
  text-align: right;
}

.mv-box {
  background-color: var(--primary-light);
  padding: 20px;
  min-height: 245px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.mv-box h5 {
  font-weight: 600;
  font-size: 22px;
}
.mv-box p {
  margin: 0;
}
.contact-box {
  background-color: var(--primary);
  border-radius: 30px;
  padding: 40px;
  text-align: center;
}

.contact-box .col-md-4:nth-child(2) {
  border-left: 1px solid #7366d7;
  border-right: 1px solid #7366d7;
}

.contact-box h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.contact-box h5 i::before {
  font-size: 24px;
}

.contact-box p,
.contact-box a {
  color: #fff;
}

.contact_map .content_box {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.investor_awareness .image img {
  width: 100%;
}

.awareness_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  align-items: center;
}

.awareness_box.not_planned {
  background-color: rgba(255, 0, 0, 0.0431372549);
  border-radius: 35px 35px 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.awareness_box.planned {
  background-color: #f7f6ff;
  border-radius: 0 0 35px 35px;
  -webkit-clip-path: polygon(0% 0, 100% 15%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 15%, 100% 100%, 0 100%);
  z-index: 999;
  margin-top: -60px;
}

.awareness_box .content h2 {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 50px;
}

.aboutus-section h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
}

.aboutus-section h4 {
  font-size: 22px;
  font-weight: 600;
  color: #454545;
  margin-top: 25px;
  letter-spacing: -1px;
}

.service_section h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
}

.service_section h4 {
  font-size: 22px;
  font-weight: 600;
  color: #454545;
  margin-top: 25px;
  letter-spacing: -1px;
}

.about_section .image_section img {
  width: 90%;
}

.service_box.inner_box {
  min-height: 315px;
}

.service_box.inner_box.box1 h5 {
  color: #7f73fa;
}

.service_box.inner_box.box1:hover {
  background-color: rgba(127, 115, 250, 0.1411764706);
}

.service_box.inner_box.box2 h5 {
  color: #ea6a3c;
}

.service_box.inner_box.box2:hover {
  background-color: rgba(234, 106, 60, 0.1411764706);
}

.service_box.inner_box.box3 h5 {
  color: #e683a9;
}

.service_box.inner_box.box3:hover {
  background-color: rgba(230, 131, 169, 0.1411764706);
}

.service_box.inner_box.box4 h5 {
  color: #462887;
}

.service_box.inner_box.box4:hover {
  background-color: rgba(70, 40, 135, 0.1411764706);
}

.table {
  border-color: #d5d4d0;
}

.table td {
  vertical-align: middle;
  padding: 10px;
}

.table th {
  vertical-align: middle;
  padding: 10px;
}

.amfi_tag {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary) !important;
}

.investor_awareness_section {
  background-color: var(--primary-light);
}

.investor_awareness_section .main_heading h5 {
  background-color: #fff;
}

.getintouch_section .image img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.footer_top .disclaimer {
  margin-top: 20px;
}

.footer_top .disclaimer p {
  font-size: 15px;
}

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

.form-control {
  padding: 10px;
}

textarea.form-control {
  height: 120px;
}

.diclaimer-amfi .amfi-item {
  display: flex;
  align-items: center;
  height: 85px;
}

.diclaimer-amfi .amfi-item span {
  margin-left: 15px;
}

.diclaimer-amfi .amfi-item img {
  border-radius: 5px;
}

/* TICKER */
.calname a {
  background: var(--primary) !important;
}

.calname a:hover {
  background: var(--secondary) !important;
}

/* TAB */
.rvTab {
  padding: 0;
  margin: 0;
  display: flex;
}

.rvTab .tab_item {
  display: block;
  width: 100%;
}

.rvTab .tab_item .tab_link {
  background-color: var(--primary);
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  border: 1px solid var(--primary);
  width: 100%;
}

.rvTab .tab_item .tab_link.activelink {
  display: block;
  background-color: var(--secondary);
  color: #fff;
  border: 1px solid var(--secondary);
}

.rvTabContent .tab_list {
  width: 100%;
  background: var(--primary-light);
  padding: 10px;
}

.rvTabContent .tab_list.hide {
  display: none;
}

/* Risk Modal */
.wizard-stape-body {
  background: var(--white);
  box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  max-width: 767px;
  margin: 0 auto;
}

.wizard-stape-body .back-links {
  padding: 20px 30px;
  border-bottom: 1px solid #F3F3F3;
}

.wizard-stape-body .back-links a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2A2A2A;
}

.wizard-stape-body .content-box {
  padding: 30px;
}

.wizard-stape-body .content-box h3 {
  margin-bottom: 20px;
}

.wizard-stape-body .content-box ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.wizard-stape-body .content-box ul li {
  width: 100%;
  margin-bottom: 10px;
  list-style: none;
}

.wizard-stape-body .content-box ul li label {
  color: var(--black);
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.wizard-stape-body .content-box ul li label::before {
  content: "";
  width: 20px;
  display: block;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-top: 4px;
}

.wizard-stape-body .content-box ul li label::after {
  content: "";
  width: 10px;
  display: block;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  margin-top: 4px;
}

.wizard-stape-body .content-box ul li input[type=radio] {
  display: none;
}

.wizard-stape-body .content-box ul li input[type=radio]:checked + label::before {
  border: 2px solid var(--primary);
}

.wizard-stape-body .content-box ul li input[type=radio]:checked + label::after {
  background: var(--primary);
}

.wizard-stape-body .content-box.active .btn-netx {
  pointer-events: visible;
  opacity: 1;
}

.wizard-stape-body .content-box .btn-netx {
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  opacity: 0.5;
}

#riskinfo {
  z-index: 9999;
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

#riskinfo .modalbg {
  background: rgba(0, 0, 0, 0.5411764706);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: auto;
  top: 0;
}

#riskinfo .form-control {
  margin-bottom: 20px;
}

#riskinfo input {
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 5px;
}

#riskinfo .captcha_code {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

#riskinfo .captcha_code #captcha_code {
  width: 70px;
}

#riskinfo .captcha_code .btn-refresh {
  background: var(--secondary);
  border: unset;
  width: 100px;
  border-radius: 5px;
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

#riskinfo .captcha_code .captcha_box {
  width: 100%;
  gap: 15px;
  display: flex;
}

#riskinfo .captcha_code .captcha_box input {
  width: 100%;
}

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

.modalbody .modalbg {
  background: rgba(0, 0, 0, 0.5411764706);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  top: 0;
}

.modalbody .Cmodalcard {
  max-width: 600px;
  width: 100%;
  z-index: 9;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modalbody .Cmodalcard .maincontentmodal {
  background: #fff;
  position: relative;
  box-shadow: 0 0 15px 0 #bbb;
  padding: 30px;
  border-radius: 10px;
}

.modalbody .Cmodalcard .maincontentmodal .cmodalclose {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  box-shadow: 0 0 15px 0 #ddd;
  cursor: pointer;
  right: -15px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  z-index: 9;
}

.modalbody .Cmodalcard .maincontentmodal .cmodalclose span {
  position: relative;
  transform: rotate(45deg);
}

.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::before,
.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  background: #000;
  top: 2px;
  left: 2px;
}

.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::after {
  transform: rotate(90deg);
}

.modalbody .Cmodalcard .maincontentmodal .modalheader {
  position: absolute;
  width: 100%;
  background: #f00;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
}

.modalbody .Cmodalcard .maincontentmodal .modalheader h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}

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

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

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

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

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

.rv-modal {
  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;
}

.rv-modal .close-i {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  background: var(--secondary);
  color: #fff;
  border-radius: 100%;
  font-weight: 300;
}

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

.rv-modal .cm-body .m-hadding {
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
}

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

.rv-modal .cm-body .cm-cards {
  padding: 20px;
}

.login-panel-main .clickhendler {
  display: block;
  text-align: right;
  cursor: pointer;
}

.rv-modal .cm-body .m-hadding .clickhendler {
  text-align: center;
}

.content_img.login_img img {
  width: 80%;
  margin-left: 10%;
}

.ticker_section {
  padding: 2px 15px;
  background-color: var(--rv-black);
  display: flex;
  width: 100%;
}
.ticker_section .tickers {
  display: flex;
  margin: 0 -10px;
  align-items: center;
  justify-content: center;
}
.ticker_section .tickers .ticker_item {
  padding: 0 10px;
  color: var(--rv-white);
  list-style: none;
  display: flex;
  position: relative;
  align-items: center;
}
.ticker_section .tickers .ticker_item .name {
  letter-spacing: 1px;
  font-size: 14px;
}
.ticker_section .tickers .ticker_item .price {
  font-size: 12px;
  padding: 4px 5px 0;
}
.ticker_section .tickers .ticker_item .difference_percent {
  border: 1px solid #51c948;
  color: #51c948;
  padding: 0px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.ticker_section .tickers .ticker_item .difference_percent::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  right: 7px;
  background-image: url("../img/trend.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 8px;
}
.ticker_section .tickers .ticker_item .difference_percent.negative {
  border: 1px solid red;
  color: red;
}
.ticker_section .tickers .ticker_item .difference_percent.negative::after {
  background-image: url("../img/decrease.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
.ticker_section .tickers .ticker_item::after {
  content: "";
  position: absolute;
  right: 0;
  height: 80%;
  width: 2px;
  background: var(--rv-white);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
.ticker_section .tickers .ticker_item:last-child::after {
  content: unset;
}

.home-page .navbar.navbar-expand-lg {
  top: 37px;
}

.stores {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: center;
  padding-top: 20px;
}

.stores .stors {
  padding: 15px;
}

.stores .stors:hover {
  transition: 0.5s;
  filter: unset;
}

.stores .stors img {
  transition: 0.5s;
  height: 45px;
}

.mobile_app_section {
  padding-top: 0;
}
.mobile_tabs {
  list-style-type: none;
  padding: 0;
}
.mobile_tabs .mobileapp-tab-item {
  background: #efefff;
  margin-bottom: 15px;
  border-radius: 8px;
  color: var(--white);
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.mobile_tabs .mobileapp-tab-item.active,
.mobile_tabs .mobileapp-tab-item:hover{
  background:  var(--primary);
}
.mobile_tabs .mobileapp-tab-item.active h4,
.mobile_tabs .mobileapp-tab-item.active p,
.mobile_tabs .mobileapp-tab-item:hover h4,
.mobile_tabs .mobileapp-tab-item:hover p{
  color:  var(--white);
}
.mobile_tabs .mobileapp-tab-item.active img,
.mobile_tabs .mobileapp-tab-item:hover img {
  filter: brightness(999);
}
.mobile_tabs .mobileapp-tab-item 
 .icon-title {
    display: flex;
    margin-bottom: 5px;
}
.mobile_tabs .mobileapp-tab-item .icon-title img {
  width: 40px;
  margin-right: 10px;
}
.mobile_tabs .mobileapp-tab-item 
 .icon-title p{
  margin: 0;
 }

 .mobile_tabs_content {
  text-align: center;
}
.mobile_tabs_content img {
  width: 50%;
  margin-top: -15px;
}
.download-apps h3 {
    font-size: 26px;
    font-weight: 600;
}
.download-apps img {
    margin: 20px 5px;
    transition: all 0.3s ease-in-out;
}
.download-apps a:hover img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
}

.fixed-wall {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
}
.fixed-wall a {
  display: block;
  background: #000;
  padding: 5px 5px 5px 10px;
  border-radius: 20px 0 0 20px;
  margin-bottom: 10px;
}
.fixed-wall a:hover {
  background: #fff;
}