@charset "UTF-8";

/*font calling structure*/
/*=====RESPONSIVE MEDIA QUERY========*/
/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */
html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Align radios and text inputs with their label */
input[type='radio'],
input[type='checkbox'] {
  vertical-align: text-bottom;
  width: auto;
  height: auto;
  min-width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

/* Hand cursor on clickable input elements */
label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer;
}

label .required {
  color: #f00;
}

input[type='button'],
input[type='submit'],
button {
  height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 21px;
  font-family: 'Roboto';
  padding: 5px 43px;
  border-radius: 33px;
  color: #ffffff;
  background-color: #F68A1E;
  min-width: 100px;
  text-transform: none;
  border: 1px solid #F68A1E;
}

input:focus,
.form-control:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #333333;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(64, 64, 65, 0.4);
  opacity: 1;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(64, 64, 65, 0.4);
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(64, 64, 65, 0.4);
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(64, 64, 65, 0.4);
}

* {
  border: none;
  outline: none;
  box-sizing: border-box;
}

b,
strong {
  font-family: 'Roboto';
  font-size: inherit;
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img.w-full {
  width: 100%;
}

img.full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.alignright,
img.align-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

img.alignleft,
img.align-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

img.aligncenter,
img.align-center {
  float: none;
  margin: auto;
  display: block;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0;
}

sup {
  top: -.7em;
}

sub {
  bottom: -.25em;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #F68A1E;
}

a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  margin: 0;
}

table a {
  color: inherit;
}

html {
  height: 100%;
}

body {
  width: 100%;
  min-height: 100vh;
  font: 400 17px 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #404041;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #404041;
  font-weight: 500;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 18px;
}

p {
  font: 400 18px 'Roboto', sans-serif;
  line-height: 26px;
  margin-bottom: 20px;
  color: #404041;
}

p.text-lg {
  font-size: 24px;
  line-height: 32px;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  font: 400 17px 'Roboto', sans-serif;
}

main ul,
main ol {
  padding-left: 18px;
  font-family: 'Roboto';
  margin-bottom: 30px;
}

main ul li,
main ol li {
  margin-bottom: 6px;
}

.two-columns {
  -webkit-column-count: 2;
  column-count: 2;
  column-gap: 30px;
}

.two-columns li::marker {
  color: #F68A1E;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1756px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container.container-md {
  max-width: 1370px;
}

.section {
  position: relative;
}

.full-width {
  width: 100%;
}

.form-control {
  height: 42px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 14px;
  background-color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  color: #404041;
}

.text-skin-highlighted {
  color: #ee1b3b !important;
}

.text-skin-base {
  color: #404041 !important;
}

.text-white {
  color: #ffffff;
}

.text-white * {
  color: inherit;
}

.slick-arrow {
  width: 55px;
  min-width: auto;
  padding: 0;
  height: 55px;
  background: transparent;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0.5;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-arrow.slick-prev {
  background-size: 30px 30px;
  background-position: center;
  left: 30px;
}

.slick-arrow.slick-next {
  background-size: 30px 30px;
  background-position: center;
  right: 30px;
}

.section_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}

.btn {
  font-size: 21px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #ffffff;
  background-color: #F68A1E;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 13px 40px;
  z-index: 1;
  position: relative;
}

.btn:hover {
  color: #404041;
  background-color: #F68A1E;
  border: 1px solid #F68A1E;
}

.btn.btn-outline {
  color: #404041;
  background-color: transparent;
  border: 1px solid #F68A1E;
}

.btn.btn-outline:hover {
  background-color: #F68A1E;
  color: #ffffff;
}

.btn.btn-white {
  color: #F68A1E;
  background-color: #ffffff;
}

.btn.btn-black {
  color: #ffffff;
  background-color: #404041;
}

.btn.disabled {
  background-color: #F68A1E;
  color: #fff;
}

.relative {
  position: relative;
}

.row.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.row.mx-0>div {
  padding-left: 0;
  padding-right: 0;
}

.row.mx-6 {
  margin-left: -6px;
  margin-right: -6px;
}

.row.mx-6>div {
  padding-left: 6px;
  padding-right: 6px;
}

.row.mx-25 {
  margin-left: -25px;
  margin-right: -25px;
}

.row.mx-25>div {
  padding-left: 25px;
  padding-right: 25px;
}

.slick-slider .slick-track {
  display: flex;
}

.slick-slider .slick-track .slick-slide {
  height: auto;
  padding-bottom: 2px;
}

.slick-slider:not(.horizontal-dots) .slick-dots {
  width: auto;
  height: auto;
  flex-wrap: wrap;
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 50px;
  align-items: center;
  flex-direction: column;
}

.slick-slider:not(.horizontal-dots) .slick-dots li {
  width: 100%;
  margin: 5px 0;
}

.slick-slider:not(.horizontal-dots) .slick-dots li button {
  width: 6px;
  height: 20px;
}

.slick-slider:not(.horizontal-dots) .slick-dots li.slick-active button {
  height: 100px;
}

.slick-dots {
  list-style: none;
}

.slick-dots li {
  margin: 0 5px;
  padding-left: 0;
}

.slick-dots li::before {
  display: none;
}

.slick-dots li button {
  width: 20px;
  height: 6px;
  background-color: #404041 !important;
  opacity: 0.5;
  border: 0;
}

.slick-dots li.slick-active button {
  opacity: 1;
  width: 100px;
}

.app_download_actions {
  width: 180px;
}

.app_download_actions .store-link {
  width: 180px;
  height: 50px;
  display: block;
  border-radius: 25px;
  margin-bottom: 20px;
}

.app_download_actions .apple-store {
  background: url(../images/app-download.png) -10px -10px;
}

.app_download_actions .play-store {
  background: url(../images/app-download.png) -10px -80px;
}

.app_download_actions .scanner {
  height: 180px;
  padding: 22px;
  border: 1px solid rgba(64, 64, 65, 0.3);
  border-radius: 24px;
}

.app_download_actions .scanner img {
  width: 100%;
  height: 100%;
}

.highlight {
  color: #F68A1E !important;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item {
  margin-right: 15px;
}

.nav-tabs .nav-item:last-child {
  margin: 0;
}

.nav-tabs .nav-item .nav-link {
  height: 41px;
  padding: 10px 30px;
  border: 1px solid rgba(64, 64, 65, 0.5);
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #404041;
  border-radius: 22px;
  opacity: 0.5;
  box-shadow: none;
}

.nav-tabs .nav-item .nav-link.active {
  border-color: #F68A1E;
  background-color: #F68A1E;
  color: #ffffff;
  opacity: 1;
}

.nav-tabs .nav-item.slick-current .nav-link {
  border-color: #F68A1E;
  background-color: #F68A1E;
  color: #ffffff;
  opacity: 1;
}

.border-r-cols>div {
  border-right: 1px solid rgba(64, 64, 65, 0.2);
}

.border-r-cols>div:last-child {
  border: 0;
}

.positive {
  color: #00B612 !important;
}

.negative {
  color: #AA0000 !important;
}

.hyperlink {
  color: #F68A1E;
}

.compensate-for-scrollbar {
  padding-right: 17px;
}

.compensate-for-scrollbar .page_header {
  max-width: calc(100% - 17px);
}

.icon {
  display: inline-block;
}

.icon-login {
  width: 24px;
  height: 22px;
  background: url(../icons/login.svg) no-repeat;
  background-size: 100% 100%;
}

.icon-singup {
  width: 24px;
  height: 22px;
  background: url(../icons/singup.svg) no-repeat;
  background-size: 100% 100%;
}

.icon-play {
  width: 50px;
  height: 50px;
  background: url(../icons/play.svg) no-repeat;
  background-size: 100% 100%;
}

.icon-play-filed {
  width: 80px;
  height: 80px;
  background: url(../icons/play-filed.svg) no-repeat;
  background-size: 100% 100%;
}

.icon-video {
  width: 52px;
  height: 46px;
  background: url(../icons/video.svg) no-repeat;
  background-size: 100% 100%;
}

.icon-search {
  width: 28px;
  height: 28px;
  background: url(../icons/search.svg) no-repeat;
  background-size: 100% 100%;
}

.icon-right {
  width: 32px;
  height: 12px;
  background: url(../icons/right.svg) no-repeat;
  background-size: 100% 100%;
}

.icon-pw_eye {
  display: inline-block;
  width: 34px;
  height: 23px;
  background: url(../images/auth-icons.png) -73px -10px;
}

.icon-password {
  display: inline-block;
  width: 23px;
  height: 30px;
  background: url(../images/auth-icons.png) -127px -10px;
}

.icon-user {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/auth-icons.png) -10px -51px;
}

.icon-sign {
  display: inline-block;
  width: 22px;
  height: 21px;
  background: url(../images/auth-icons.png) -127px -60px;
}

.icon-bank {
  display: inline-block;
  width: 22px;
  height: 21px;
  background: url(../images/auth-icons.png) -90px -101px;
}

.icon-aadhar_card {
  display: inline-block;
  width: 43px;
  height: 21px;
  background: url(../images/auth-icons.png) -10px -10px;
}

.icon-pan_card {
  display: inline-block;
  width: 33px;
  height: 21px;
  background: url(../images/auth-icons.png) -73px -53px;
}

.icon-ap_code {
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../images/auth-icons.png) -10px -101px;
}

.icon-mobile {
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../images/auth-icons.png) -50px -101px;
}

.icon-user-border {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../icons/user.svg) no-repeat;
}

.icon-Expanded {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../icons/Expanded.svg) no-repeat;
}

.icon-location {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url(../icons/location.svg) no-repeat;
}

.page_header {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.3s all ease;
}

.page_header.sticky {
  box-shadow: 0 0 8px 2px rgba(64, 64, 65, 0.4);
}

.page_header .header_cta {
  margin-left: 20px;
}

.page_header .action:hover {
  box-shadow: 0px 0px 4px 2px rgba(64, 64, 65, 0.4);
}

.page_header .action_login {
  width: 50px;
  height: 50px;
  background-color: #F68A1E;
  border-radius: 50px;
  margin-right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_header .action_login .icon {
  margin-left: -2px;
}

.page_header .action_signup {
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  background-color: #F68A1E;
  border-radius: 50px;
  padding: 13px 40px;
}

.page_header .indices_bar {
  padding: 0 30px;
  border: 0;
  border-left: 1px solid rgba(64, 64, 65, 0.2);
  border-right: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 0;
  margin: 0 30px;
}

.page_header .logo {
  max-width: 140px;
}

.page_header .newYear-col {
  position: relative;
  flex: 0 0 200px;
}

.page_header .newYear-col .logo-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: 86%;
  font-family: "Segoe UI Semibold";
  color: #f68a1e;
  text-transform: capitalize;
  -webkit-animation: blink 2s linear infinite;
  -moz-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
  font-size: 26px;
}

@keyframes blink {
  50% {
    opacity: 0.0;
  }
}

.page_nav .page_nav_list {
  display: flex;
  list-style: none;
}

.page_nav .page_nav_list>li {
  margin-right: 30px;
}

.page_nav .page_nav_list>li:last-child {
  margin: 0;
}

.page_nav li {
  font-size: 18px;
  position: relative;
}

.page_nav li.nav-item-has-children>a::after {
  content: "\f107";
  font-family: 'FontAwesome';
  margin-left: 8px;
  display: inline-block;
}

.page_nav li:hover>a::after {
  transform: rotate(180deg);
}

.page_nav li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}

.page_nav .nav_link {
  padding: 10px 20px;
}

.page_nav a {
  color: #404041;
}

.sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px 0;
  white-space: nowrap;
  transform: translateY(20px);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all ease;
}

.sub-menu li {
  margin-bottom: 2px;
}

.sub-menu li:last-child {
  margin: 0;
}

.sub-menu li>a {
  display: block;
  padding: 5px 20px 5px 30px;
}

.sub-menu li:hover>a {
  background-color: rgba(246, 138, 30, 0.2);
}

.sticky_cta {
  background-color: #F68A1E;
  position: absolute;
  right: -65px;
  width: 80px;
  padding: 10px;
  border-radius: 18px 0 0 18px;
  transition: 0.3s all ease-in-out;
}

.sticky_cta:hover {
  right: 0;
}

.sticky_cta .sprite-img {
  position: absolute;
}

.sticky_cta ul {
  list-style: none;
}

.sticky_cta .link {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky_cta .link svg {
  width: 24px;
  height: 24px;
}

.sticky-icon {
  position: absolute;
  right: 10px;
  top: 85%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  border: 1px solid #F68A1E;
  border-radius: 100px;
  padding: 8px;
}

.sticky-icon .sprite-img {
  position: absolute;
}

.sticky-icon .link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-icon .link svg {
  width: 30px;
  height: 30px;
}

.page_footer {
  background-color: rgba(64, 64, 65, 0.02);
  padding: 45px 0;
}

.page_footer .container {
  padding: 0 50px;
}

.page_footer .logo {
  margin-bottom: 40px;
}

.page_footer .logo img {
  max-width: 140px;
}

.page_footer p {
  opacity: 0.7;
}

.page_footer .social_links {
  margin-top: 40px;
}

.page_footer .title {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.page_footer .footer_links {
  list-style: none;
  font-size: 15px;
  color: #404041;
  margin-bottom: 50px;
}

.page_footer .footer_links:last-child {
  margin-bottom: 0;
}

.page_footer .footer_links li {
  margin-bottom: 15px;
}

.page_footer .footer_links a {
  color: inherit;
  opacity: 0.7;
}

.page_footer .footer_links a:hover {
  opacity: 1;
}

.page_footer .other_links {
  list-style: none;
  font-size: 14px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.page_footer .other_links li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.page_footer .other_links li::before {
  content: '';
  position: absolute;
  right: -6px;
  top: 0;
  border-right: 1px solid #F68A1E;
  height: 100%;
}

.page_footer .other_links li:last-child::before {
  border-right: 0px;
}

.page_footer .other_links li a {
  color: #F68A1E;
}

.page_footer .other_links li a:hover {
  text-decoration: underline;
}

.pri_footer {
  padding-bottom: 30px;
}

.sec_footer .container {
  border-top: 1px solid rgba(64, 64, 65, 0.2);
  padding-top: 15px !important;
}

.col-info h6 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.col-info svg[class="hidden"] {
  position: absolute;
}

.col-info .connection {
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  color: #404041;
}

.col-info .connection li {
  opacity: 0.7;
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
}

.col-info .connection .icon {
  position: absolute;
  left: 0;
}

.col-info .connection a {
  color: inherit;
}

.col-info p {
  font-size: 14px;
  line-height: 18px;
}

.social_links {
  list-style: none;
  display: flex;
}

.social_links li {
  margin-right: 7px;
}

.social_links li:last-child {
  margin: 0;
}

.social_links a {
  width: 50px;
  height: 50px;
  border: 1px solid #404041;
  border-radius: 50%;
  color: #404041;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_links a svg {
  width: 24px;
  height: 24px;
}

.social_links a img {
  width: 24px;
  height: 24px;
}

@media (max-width: 1859px) {
  .social_links a img {
    width: 20px;
    height: 20px;
  }
}

.social_links a:hover {
  background-color: #F68A1E;
  color: #ffffff;
  border-color: #F68A1E;
}

.social_links a:hover svg {
  fill: #ffffff;
}

.social_links a:hover img {
  filter: brightness(0) invert(1);
  -webkit-filte: brightness(0) invert(1);
}

.inner-page .wrapper {
 padding-top: 123px; 
   /*  padding-top: 150px;*/
}

.page_main {
  min-height: calc(100vh - 400px);
}

.page_title_wrap {
  margin-bottom: 32px;
}

.page_title_wrap .page_title {
  font-weight: 300;
  font-size: 90px;
  line-height: 105px;
  margin: 0;
}

.page_title_wrap .sub-page_title {
  font-weight: 300;
  font-size: 50px;
  line-height: 60px;
  margin: 0;
}

.page_title_wrap .sub-page_title span {
  font-weight: 500;
}

.page_title_wrap p {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  margin-top: 10px;
}

.page_title_wrap img {
  margin: 15px 0;
}

.latest_articles_section .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.latest_articles_section .article {
  position: relative;
}

.latest_articles_section .article1 {
  grid-area: 1 / 1 / 3 / 3;
}

.latest_articles_section .article2 {
  grid-area: 1 / 3 / 2 / 4;
}

.latest_articles_section .article3 {
  grid-area: 2 / 3 / 3 / 4;
}

.latest_articles_section .img_wrapper {
  border-radius: 20px;
  position: relative;
}

.latest_articles_section .img_wrapper img {
  border-radius: inherit;
}

.latest_articles_section .caption {
  padding: 15px 30px;
}

.latest_articles_section .jumbo-article .img_wrapper {
  height: calc(100% - 82px);
}

.latest_articles_section .small-article .img_wrapper {
  height: 245px;
}

.latest_articles_section .video .caption {
  bottom: auto;
  top: 0;
  padding: 35px 30px 30px 80px;
}

.latest_articles_section .video .news_title {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.latest_articles_section .video p {
  font-size: 24px;
  line-height: normal;
  color: #fff;
}

[data-fancybox]::after {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background: url(../icons/play-filed.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}

[data-fancybox]:hover::after {
  width: 90px;
  height: 90px;
}

.latest_blogs_section .img_wrapper {
  position: static;
}

.latest_blogs_section .jumbo-article .img_wrapper {
  height: 100%;
  border: 1px solid rgba(64, 64, 65, 0.2);
}

.latest_blogs_section .small-article .img_wrapper {
  height: 342px;
  border: 1px solid rgba(64, 64, 65, 0.2);
}

.latest_blogs_section .caption {
  width: 100%;
  position: absolute;
  padding: 25px;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.news_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
}

.date-time {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

.box {
  position: relative;
}

.box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.filter_bar {
  padding: 55px 0;
}

.search-group {
  max-width: 1000px;
  margin: 20px auto 0;
  position: relative;
}

.search-group .search-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 34px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.search-control {
  height: 70px;
  border-radius: 35px;
  border: 1px solid rgba(64, 64, 65, 0.4);
  padding: 10px 30px 10px 88px;
  font-weight: 300;
  font-size: 18px;
}

.article_grid_section,
.calc_grid_section {
  padding: 50px 0 65px;
}

.article_grid_section .grid,
.calc_grid_section .grid {
  margin: 0 -2.5px;
}

.article_grid_section .grid-item,
.calc_grid_section .grid-item {
  width: 25%;
  padding: 10px 2.5px;
}

.article_grid_section .caption,
.calc_grid_section .caption {
  padding: 15px 20px 35px 20px;
}

.article_grid_section .box,
.calc_grid_section .box {
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.article_grid_section [data-fancybox]::after,
.calc_grid_section [data-fancybox]::after {
  width: 40px;
  height: 40px;
}

.article_grid_section .date-time,
.calc_grid_section .date-time {
  margin-bottom: 10px;
}

.article_grid_section .img-wrapper,
.calc_grid_section .img-wrapper {
  border-radius: 12px 12px 0 0;
}

.article_grid_section .img-wrapper img,
.calc_grid_section .img-wrapper img {
  border-radius: inherit;
}

.article_grid_section .tab-wrapper .nav,
.calc_grid_section .tab-wrapper .nav {
  padding: 55px 0;
}

.detail-page {
  padding: 70px 0 60px;
}

.page_title_back {
  margin-bottom: 15px;
}

.page_title_back .page_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin: 0;
}

.btn-back {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border: 1px solid #F68A1E;
  border-radius: 32px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #F68A1E;
}

.btn-back::before {
  content: "\f177";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.detail-page h1,
.detail-page h2,
.detail-page h3,
.detail-page h4,
.detail-page h5,
.detail-page h6 {
  font-weight: 500;
}

.detail-page h2 {
  font-size: 50px;
  line-height: 58px;
}

.detail-page .date-time {
  margin: 10px 0 20px;
}

.detail-page .col-main .banner_wrapper {
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 20px;
  margin-bottom: 20px;
  max-width: 70%;
  overflow: hidden;
}

.detail-page .col-main .banner_wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}

.detail-page .col-main img {
  width: 100%;
  margin: 20px 0 30px;
}

.detail-page .col-main_news img {
  margin: 20px 0;
  max-width: 500px;
}

.detail-page .sub_title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}

.detail-page .table {
  border: 1px solid rgba(64, 64, 65, 0.2);
}

.detail-page ul,
.detail-page ol {
  margin-bottom: 20px;
}

.col-related .related_news {
  margin-bottom: 30px;
}

.col-related .related_news:last-child {
  margin-top: 0;
}

.col-related .grid {
  margin: 0 -11px;
}

.col-related .grid .grid-item {
  width: 50%;
  padding: 11px;
}

.col-related .grid .img-wrapper {
  border-radius: 10px;
}

.col-related .grid .img-wrapper img {
  border-radius: inherit;
}

.col-related .grid .caption {
  padding-top: 7px;
}

.col-related .grid .news_title {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 7px;
}

.col-related .grid p {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
}

.blogs_grid_section .grid {
  margin: 0 -5px;
}

.blogs_grid_section .grid-item {
  padding: 5px;
}

.blogs_grid_section .box {
  border: 0;
  background-color: transparent;
  border: 1px solid rgba(64, 64, 65, 0.2);
}

.blogs_grid_section h3 {
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}

.blogs_grid_section p {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.blogs_grid_section p:last-child {
  margin-bottom: 0;
}

.blogs_grid_section [data-fancybox]+.img-wrapper::after {
  opacity: 0.8;
}

.blogs_grid_section .img-wrapper {
  position: relative;
  height: 100%;
}

.blogs_grid_section .img-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.96) 100%, rgba(0, 0, 0, 0.96) 100%);
  opacity: 0;
}

.blogs_grid_section .img-wrapper .news_title {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  margin-bottom: 18px;
}

.blogs_grid_section .img-wrapper .sub_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.blogs_grid_section .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 25px;
  background-color: rgba(86, 61, 124, 0.15);
}

.blogs_grid_section .caption p {
  font-size: 20px;
  line-height: 24px;
}

.blogs_grid_section .Bondshala .img-wrapper::after {
  opacity: 0.4;
}

.blog-filter_bar {
  padding-bottom: 40px;
}

.blog-filter_bar .search-control {
  padding-right: 200px;
  padding-left: 65px;
}

.blog-filter_bar .search-icon {
  border: 2px solid #404041;
  border-radius: 50%;
  font-size: 20px;
  line-height: 26px;
}

.blog-filter_bar .btn-answer {
  height: 50px;
  background-color: transparent;
  border: 1px solid #F68A1E;
  padding: 12px 40px;
  color: #F68A1E;
  font-size: 21px;
  font-weight: 400;
  border-radius: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.3s all;
}

.blog-filter_bar .btn-answer:hover {
  background-color: #F68A1E;
  color: #fff;
}

.faq_grid {
  padding-bottom: 50px;
}

.faq_grid .grid {
  margin: 0 -10px;
}

.faq_grid .grid-item {
  padding: 10px;
  width: 33.33%;
}

.faq_grid .box {
  border: 1px solid rgba(64, 64, 65, 0.2);
  padding: 30px;
  border-radius: 10px;
}

.faq_grid .faq_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #F68A1E;
  margin-bottom: 15px;
}

.faq_grid .faq_list a {
  color: inherit;
}

main ul {
  font-weight: 300;
  list-style: none;
  font-size: 18px;
  line-height: 24px;
  color: #404041;
  margin: 0;
  padding: 0;
}

main ul.list-style-none {
  list-style: none;
}

main ul.list-style-none li {
  padding-left: 0;
}

main ul.list-style-none li::before {
  display: none;
}

main ul li {
  padding-left: 22px;
  margin-top: 5px;
  margin-bottom: 0;
  position: relative;
}

main ul li a {
  color: inherit;
}

main ul li:first-child {
  margin-top: 0;
}

main ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(64, 64, 65, 0.3);
  position: absolute;
  top: 6px;
  left: 0;
}

.radiobox {
  position: relative;
}

.radiobox label {
  position: relative;
  padding-left: 34px;
  font-weight: 500;
  font-size: 24px;
}

.radiobox label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 16px;
  background-color: transparent;
  left: 4px;
  top: 2px;
  outline: 1px solid #F68A1E;
  outline-offset: 4px;
}

.radiobox input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.radiobox input:checked+label::before {
  background-color: #F68A1E;
}

.view-all {
  font-size: 15px;
  margin-top: 15px;
}

.view-all a {
  color: inherit;
}

.col-related_faq .faq_grid .grid-item {
  width: 100%;
}

.col-sidebar .box_title {
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}

.col-sidebar .box {
  border: 1px solid rgba(64, 64, 65, 0.2);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.market_update_section {
  padding: 0 0 60px 0;
}

.market_update_section .main-title {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
}

.market_update_section h4 {
  margin-bottom: 15px;
  margin-top: 25px;
}

.market_update_section p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.market_update_section .article-title {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  margin-top: 0;
}

.market_update_section .article {
  margin-bottom: 40px;
}

.market_update_section .article:last-child {
  margin-bottom: 0;
}

.market_update_section .table_wrapper {
  margin-bottom: 20px;
}

.table th {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  padding: 14px 30px;
}

.table td {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding: 14px 30px;
}

.table tbody tr:nth-child(odd) {
  background-color: rgba(246, 138, 30, 0.05);
}

.UniverseBondsTabContent,
.Bonds-wrapper {
  padding: 30px 0 40px;
  max-width: 1340px;
}

.UniverseBondsTabContent .slick-list,
.Bonds-wrapper .slick-list {
  position: relative !important;
}

.UniverseBondsTabContent .item,
.Bonds-wrapper .item {
  padding: 0 10px;
  position: static !important;
  transition: none !important;
}

.UniverseBondsTabContent .box,
.Bonds-wrapper .box {
  max-width: 420px;
  min-height: 100%;
  margin: 0 auto;
  padding: 40px 42px;
  background: url(../images/box.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.UniverseBondsTabContent .box.box-theme,
.Bonds-wrapper .box.box-theme {
  border: 2px solid #d9d9d9;
  background: none;
  border-radius: 10px;
  padding: 40px 30px;
}

.UniverseBondsTabContent .box.box-theme::before,
.Bonds-wrapper .box.box-theme::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  background: url(../images/box-radius.jpg) no-repeat;
  background-size: 100% 100%;
  width: 135px;
  height: 131px;
}

.UniverseBondsTabContent .box.box-theme .item-img,
.Bonds-wrapper .box.box-theme .item-img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.UniverseBondsTabContent .box.box-theme .item-img img,
.Bonds-wrapper .box.box-theme .item-img img {
  width: 100%;
  height: 100%;
  position: static;
  border-radius: inherit;
  object-fit: inherit;
}

.UniverseBondsTabContent .box.box-theme .desc,
.Bonds-wrapper .box.box-theme .desc {
  padding-left: 110px;
}

.UniverseBondsTabContent .bank_logo,
.Bonds-wrapper .bank_logo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.UniverseBondsTabContent .item-img,
.Bonds-wrapper .item-img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.UniverseBondsTabContent .item-img img,
.Bonds-wrapper .item-img img {
  width: 100%;
  height: 100%;
  position: static;
  border-radius: inherit;
  object-fit: inherit;
}

.UniverseBondsTabContent .desc,
.Bonds-wrapper .desc {
  padding-left: 100px;
}

.UniverseBondsTabContent .company_name,
.Bonds-wrapper .company_name {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.UniverseBondsTabContent .info,
.Bonds-wrapper .info {
  font-size: 18px;
  line-height: 21px;
  opacity: 0.5;
  margin-bottom: 18px;
}

.UniverseBondsTabContent .label,
.Bonds-wrapper .label {
  font-size: 16px;
  line-height: 21px;
  opacity: 0.5;
  margin-bottom: 2px;
}

.UniverseBondsTabContent .value,
.Bonds-wrapper .value {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
}

.UniverseBondsTabContent .cta,
.Bonds-wrapper .cta {
  text-align: center;
  margin-top: 26px;
}

.UniverseBondsTabContent .cta .btn-trading,
.Bonds-wrapper .cta .btn-trading {
  margin: 0 15px;
}

.explore_bonds_section {
  position: relative;
}

.explore_bonds_section .start_point {
  position: absolute;
  top: -100px;
  left: 0;
}

.explore_bonds_section .UniverseBondsTabContent {
  max-width: none;
}

.explore_bonds_section .UniverseBondsTabContent .box {
  max-width: none;
}

.btn-trading {
  font-size: 21px;
  line-height: 24px;
  padding: 12px 40px;
  text-align: center;
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 33px;
}

.btn-trading.btn-buy {
  color: #00B612;
  border-color: #00B612;
}

.btn-trading.btn-buy:hover {
  color: #ffffff;
  background-color: #00B612;
}

.btn-trading.btn-sell {
  color: #AA0000;
  border-color: #AA0000;
}

.btn-trading.btn-sell:hover {
  color: #ffffff;
  background-color: #AA0000;
}

.trading_section {
  padding-bottom: 60px;
}

.trading_section .tab-content h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #F68A1E;
}

.trading_section .tab-content ul {
  margin-bottom: 20px;
}

.trading_section .tab-content img {
  border-radius: 20px;
}

.trading_section .tab-content .img-wrapper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.trading_section .tab-content .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.trading_section .tab-content .main-row:last-child {
  margin-bottom: 0;
}

.trading-page .trading_section .tab-content .tab-pane-wrapper {
  width: 100%;
}

.trading-page .trading_section .tab-content .tab-pane-wrapper .row {
  position: relative;
}

.trading-page .trading_section .tab-content .hidden {
  display: none;
}

.trading-page .trading_section .tab-content .show {
  display: flex !important;
}

.trading-page .trading_section .tab-content .tab-wrapper {
  width: 100%;
}

.trading-page .trading_section .tab-content .tab-wrapper .tab-content {
  padding: 40px 0;
}

.media-wrapper {
  display: flex;
  border-radius: 20px;
  border: 1px solid rgba(64, 64, 65, 0.2);
  padding: 30px;
}

.media-wrapper .flex-shrink-img {
  width: 210px;
  height: 210px;
  border-radius: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
  position: relative;
}

.media-wrapper .flex-shrink-img::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 195px;
  height: 195px;
  border-radius: 10px;
  border-right: 1px solid #404041;
  border-bottom: 1px solid #404041;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.media-wrapper .flex-shrink-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.media-wrapper .flex-shrink-content h3,
.media-wrapper .flex-shrink-content .name {
  font-size: 50px;
  font-weight: 400;
  color: #F68A1E;
  margin-bottom: 0;
}

.media-wrapper .flex-shrink-content h4,
.media-wrapper .flex-shrink-content .post {
  font-size: 23px;
  font-weight: 400;
  color: #404041;
  margin-bottom: 15px;
}

.media-wrapper .flex-shrink-content p {
  font-size: 18px;
  font-weight: 300;
  color: #404041;
}

.box-icon-wrapper {
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(64, 64, 65, 0.2);
  padding: 30px;
  height: 100%;
}

.box-icon-wrapper .flex-shrink-img {
  width: 64px;
  margin-right: 20px;
}

.box-icon-wrapper .flex-shrink-img img {
  width: 100%;
  height: 100%;
}

.box-icon-wrapper .flex-shrink-content h4 {
  font-size: 24px;
  font-weight: 300;
  color: #404041;
  margin-bottom: 0px;
}

.box-icon-wrapper.box-icon-wrapper-theme {
  flex-wrap: wrap;
}

.box-icon-wrapper.box-icon-wrapper-theme .flex-shrink-content h4 {
  font-weight: 400;
  color: #F68A1E;
}

.box-icon-wrapper.box-icon-wrapper-theme p {
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #404041;
  margin-top: 15px;
}

.People-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .People-wrapper ul {
    justify-content: space-around;
  }
}

.People-wrapper ul li {
  padding-left: 0;
  width: 14.28%;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.People-wrapper ul li::before {
  display: none;
}

@media (max-width: 1199px) {
  .People-wrapper ul li {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .People-wrapper ul li {
    padding: 5px;
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .People-wrapper ul li {
    width: 50%;
  }
}

.People-wrapper ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.People-wrapper ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .People-wrapper ul li img {
    border-radius: 10px;
  }
}

.People-wrapper ul li .fixed-div {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 500px #fff;
  border-radius: 50%;
  border: solid 2px transparent;
  text-align: center;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  transition: all .3s ease-in-out;
}

@media (max-width: 1859px) {
  .People-wrapper ul li .fixed-div {
    top: 10px;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 1199px) {
  .People-wrapper ul li .fixed-div {
    top: 20px;
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 991px) {
  .People-wrapper ul li .fixed-div {
    width: 230px;
    height: 230px;
  }
}

@media (max-width: 767px) {
  .People-wrapper ul li .fixed-div {
    top: 12px;
    width: 150px;
    height: 150px;
    box-shadow: none;
  }
}

@media (max-width: 639px) {
  .People-wrapper ul li .fixed-div {
    width: 130px;
    height: 130px;
  }
}

.People-wrapper ul li .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  min-height: 108px;
}

@media (max-width: 1859px) {
  .People-wrapper ul li .caption {
    min-height: 112px;
    bottom: -14px;
  }
}

@media (max-width: 1199px) {
  .People-wrapper ul li .caption {
    bottom: 60px;
  }
}

@media (max-width: 991px) {
  .People-wrapper ul li .caption {
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .People-wrapper ul li .caption {
    bottom: 0px;
  }
}

@media (max-width: 575px) {
  .People-wrapper ul li .caption {
    min-height: 96px;
  }
}

.People-wrapper ul li .caption .name {
  font-size: 24px;
  font-weight: 400;
  color: #404041;
  margin-bottom: 0;
}

@media (max-width: 1859px) {
  .People-wrapper ul li .caption .name {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .People-wrapper ul li .caption .name {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .People-wrapper ul li .caption .name {
    font-size: 20px;
    color: #fff;
  }
}

@media (max-width: 639px) {
  .People-wrapper ul li .caption .name {
    font-size: 16px;
  }
}

.People-wrapper ul li .caption .post {
  font-size: 18px;
  font-weight: 400;
  color: #404041;
  margin-bottom: 0;
}

@media (max-width: 1859px) {
  .People-wrapper ul li .caption .post {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .People-wrapper ul li .caption .post {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .People-wrapper ul li .caption .post {
    font-size: 15px;
    color: #fff;
  }
}

@media (max-width: 639px) {
  .People-wrapper ul li .caption .post {
    font-size: 14px;
  }
}

.People-wrapper ul li .caption .btn-back {
  border: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}

@media (max-width: 1859px) {
  .People-wrapper ul li .caption .btn-back {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .People-wrapper ul li .caption .btn-back {
    opacity: 1;
  }
}

.People-wrapper ul li .caption .btn-back::before {
  content: "\f178";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #404041;
}

@media (max-width: 767px) {
  .People-wrapper ul li .caption .btn-back::before {
    color: #fff;
  }
}

.People-wrapper ul li:hover {
  border-radius: 20px;
}

.People-wrapper ul li:hover .fixed-div {
  box-shadow: none;
  border-color: #fff;
}

.People-wrapper ul li:hover .caption {
  background-color: rgba(0, 0, 0, 0.15);
}

.People-wrapper ul li:hover .caption * {
  color: #fff;
}

.People-wrapper ul li:hover .caption .btn-back {
  opacity: 1;
}

.People-wrapper ul li:hover .caption .btn-back:before {
  color: #fff;
}

.morecontent span {
  display: none;
}

.morecontent .morelink {
  display: block;
  font-size: 15px;
  padding-top: 10px;
}

.aboutUs-page .tab-wrapper .tab-content .row>div {
  padding: 10px;
}

.aboutUs-page .tab-wrapper .tab-content .connect-wrapper {
  text-align: center;
  padding-bottom: 30px;
}

.aboutUs-page .tab-wrapper .tab-content .connect-wrapper p {
  margin-bottom: 10px;
}

.aboutUs-page .tab-wrapper .tab-content .connect-wrapper.connect-wrapper-theme {
  text-align: left;
}

.aboutUs-page .tab-wrapper .tab-content .media-wrapper+.media-wrapper {
  margin-top: 20px;
}

.aboutUs-page .aboutUs-grid .grid-item {
  width: 50%;
}

.calculator_grid_section .grid-row {
  margin: 0 -10px;
}

.calculator_grid_section .grid-row>div {
  padding: 10px;
}

.calculator_grid_section .box {
  min-height: 100%;
  border: 1px solid rgba(64, 64, 65, 0.2);
  padding: 30px;
  border-radius: 10px;
}

.calculator_grid_section .box.box-theme .title {
  flex-wrap: wrap;
}

.calculator_grid_section .box.box-theme .title .title-icon {
  width: 75px;
  overflow: hidden;
  margin-right: 15px;
  height: auto;
}

@media (max-width: 1859px) {
  .calculator_grid_section .box.box-theme .title .title-icon {
    width: 55px;
  }
}

@media (max-width: 767px) {
  .calculator_grid_section .box.box-theme .title .title-icon {
    width: 50px;
  }
}

.calculator_grid_section .box.box-theme .title .title-icon img {
  width: 100%;
}

.calculator_grid_section .box.box-theme .title .content {
  width: 75%;
}

@media (max-width: 1859px) {
  .calculator_grid_section .box.box-theme .title .content {
    width: 71%;
  }
}

.calculator_grid_section .box.box-theme .title .content .title-name {
  padding-left: 0;
  margin-bottom: 10px;
}

.calculator_grid_section .title {
  margin-bottom: 15px;
}

.calculator_grid_section .title-icon {
  width: 65px;
}

.calculator_grid_section .title-name {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  padding-left: 6px;
}

.calculator_grid_section .link-calculate {
  font-size: 15px;
}

.calculator_grid_section .article_grid_section,
.calculator_grid_section .calc_grid_section {
  padding: 0px 0 20px;
}

.calculator_grid_section .article_grid_section .grid-item,
.calculator_grid_section .calc_grid_section .grid-item {
  width: 33.33333333%;
  padding: 10px;
}

@media (max-width: 767px) {

  .calculator_grid_section .article_grid_section .grid-item,
  .calculator_grid_section .calc_grid_section .grid-item {
    width: 50%;
  }
}

@media (max-width: 639px) {

  .calculator_grid_section .article_grid_section .grid-item,
  .calculator_grid_section .calc_grid_section .grid-item {
    width: 100%;
  }
}

.col-main_calculator .title {
  margin-bottom: 20px;
}

.col-main_calculator .title+p {
  font-size: 18px;
  line-height: 26px;
}

.col-main_calculator .title-name {
  font-size: 50px;
  line-height: 60px;
  margin: 0;
  padding-left: 20px;
}

.col-main_calculator .slider-wrapper {
  margin-bottom: 30px;
}

.col-main_calculator .col-sliders {
  width: 60%;
}

.col-main_calculator .col-sliders .btn.btn-calculate {
  padding: 10px 40px;
}

.col-main_calculator .col-pie_graphs {
  width: 40%;
  padding-left: 40px;
}

.col-main_calculator .col-retirement {
  width: 40%;
}

.col-main_calculator .col-bar_graphs {
  width: 50%;
  padding-left: 40px;
}

.col-main_calculator ul li {
  color: #404041;
  font-weight: 400;
}

.col-main_calculator .tab-wrapper .nav.nav-tabs .nav-link {
  margin-right: 0;
}

.col-main_calculator .tab-wrapper.calculator-tab-wrapper .nav {
  justify-content: space-between;
}

.col-main_calculator .tab-wrapper.calculator-tab-wrapper .tab-content {
  padding: 50px 0;
}

@media (max-width: 1859px) {
  .col-main_calculator .tab-wrapper.calculator-tab-wrapper .tab-content {
    padding: 30px 0;
  }
}

.slider-container {
  width: 100%;
  position: relative;
  padding: 15px 30px 30px 15px;
}

.slider-container .form-group {
  position: absolute;
  top: 0;
  right: 0;
}

.slider-container .start-point,
.slider-container .end-point {
  font-weight: 300;
  position: absolute;
  font-size: 15px;
  line-height: 18px;
  bottom: -5px;
}

.slider-container .start-point {
  left: 0;
}

.slider-container .end-point {
  right: 0;
}

.sliderHandle {
  display: inline-block;
  width: 100%;
  height: 7px;
  position: relative;
  z-index: 1;
}

.sliderHandle::before {
  content: "";
  display: block;
  width: 32px;
  height: 7px;
  background-color: #F68A1E;
  position: absolute;
  top: 0;
  left: -15px;
}

.sliderHandle::after {
  content: "";
  display: block;
  width: 60px;
  height: 7px;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: -1;
}

.sliderHandle .ui-slider-handle {
  position: absolute;
  top: -23px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #F68A1E;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.ui-widget-content {
  background: #D9D9D9;
  color: #404041;
}

.ui-widget-header {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #F68A1E;
  color: #404041;
  font-weight: bold;
}

.sliderHandle .ui-widget-header {
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #F68A1E;
  color: #404041;
  font-weight: bold;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.8em;
}

.slider-wrapper {
  /* Firefox */
}

.slider-wrapper .form-group {
  width: 200px;
  height: 50px;
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 35px;
  padding: 0 25px;
  text-align: right;
  font-size: 24px;
  color: #F68A1E;
  position: relative;
}

.slider-wrapper .form-control {
  height: 50px;
  border: 0;
  border-radius: 0px;
  background-color: transparent;
  text-align: right;
  padding: 0;
  font-size: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.slider-wrapper input::-webkit-outer-spin-button,
.slider-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.slider-wrapper .end-unit .form-control {
  padding-right: 22px;
}

.slider-wrapper .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
  line-height: 50px;
  padding: 0 28px;
  cursor: text;
  pointer-events: all;
  z-index: -1;
}

.slider-wrapper .placeholder [data-handle] {
  opacity: 0;
}

.form-group .form-select {
  border-radius: 35px;
  border-color: #b2b2b2;
  padding-left: 20px;
}

.form-group .form-select:focus {
  border-color: #333333;
  outline: none;
  box-shadow: none;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.custom-select .select-selected {
  background-color: #fff;
  width: 100%;
  border-radius: 35px;
  border: 1px solid #b2b2b2;
  padding: 10px 20px;
  font-size: 16px;
  color: #404041;
  cursor: pointer;
  user-select: none;
  text-align: start;
}

.custom-select .select-selected:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 0px;
  background: url(../images/select.png) right 15px center no-repeat;
}

.custom-select .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  right: 20px;
}

.custom-select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  text-align: start;
  border: 1px solid #b2b2b2;
  border-top: 0px;
  max-height: 200px;
  transition: 0.3s all ease;
  border-radius: 10px;
  padding: 10px 0;
  white-space: nowrap;
}

.custom-select .select-items div {
  font-size: 16px;
  color: #404041;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  text-align: start;
}

.custom-select .select-items div:hover {
  background-color: rgba(246, 138, 30, 0.2);
}

.custom-select .select-items div.same-as-selected {
  background-color: rgba(246, 138, 30, 0.2);
}

.custom-select .select-hide {
  display: none;
}

.main-calculators {
  margin-bottom: 80px;
}

.main-calculators .retirement {
  padding: 40px 32px;
  background: rgba(246, 138, 30, 0.1);
  border-radius: 10px;
}

.main-calculators .retirement .amt {
  font-size: 48px;
  line-height: 68px;
  color: #F68A1E;
}

.main-calculators .retirement hr {
  margin: 40px 0;
}

.main-calculators ul {
  margin-bottom: 40px;
}

.main-calculators ul li {
  margin-bottom: 30px;
}

.main-calculators .bondPortfolio-wrapper ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(64, 64, 65, 0.2);
  padding-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.main-calculators .bondPortfolio-wrapper ul li {
  padding: 20px 15px;
  border: 1px solid rgba(64, 64, 65, 0.2);
  color: #404041;
  flex: 0 0 31.5%;
  margin: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .main-calculators .bondPortfolio-wrapper ul li {
    flex: 0 0 48%;
  }
}

.main-calculators .bondPortfolio-wrapper ul li:before {
  display: none;
}

@media (max-width: 1859px) {
  .main-calculators .bondPortfolio-wrapper ul li {
    padding: 15px;
    margin: 5px;
  }
}

@media (max-width: 991px) {
  .main-calculators .bondPortfolio-wrapper ul li {
    flex: 0 0 48%;
  }
}

@media (max-width: 639px) {
  .main-calculators .bondPortfolio-wrapper ul li {
    flex: 0 0 97%;
  }
}

.main-calculators .bondPortfolio-wrapper ul li a {
  display: block;
}

.main-calculators .bondPortfolio-wrapper ul li .portfolio-content {
  display: flex;
  justify-content: start;
}

.main-calculators .bondPortfolio-wrapper ul li .portfolio-content div {
  flex: 0 0 auto;
  max-width: 200px;
}

@media (max-width: 1859px) {
  .main-calculators .bondPortfolio-wrapper ul li .portfolio-content div {
    max-width: 130px;
  }
}

@media (max-width: 1199px) {
  .main-calculators .bondPortfolio-wrapper ul li .portfolio-content div {
    max-width: 205px;
  }
}

@media (max-width: 767px) {
  .main-calculators .bondPortfolio-wrapper ul li .portfolio-content div {
    max-width: 180px;
  }
}

@media (max-width: 639px) {
  .main-calculators .bondPortfolio-wrapper ul li .portfolio-content div {
    max-width: 210px;
  }
}

.main-calculators .bondPortfolio-wrapper ul li .portfolio-content div:first-child {
  flex: 0 0 112px;
  border-right: 1px solid rgba(64, 64, 65, 0.2);
  padding-right: 20px;
  margin-right: 20px;
}

@media (max-width: 1859px) {
  .main-calculators .bondPortfolio-wrapper ul li .portfolio-content div:first-child {
    flex: 0 0 80px;
    padding-right: 10px;
    margin-right: 10px;
  }
}

.main-calculators .bondPortfolio-wrapper ul li .portfolio-content .label {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  display: block;
}

@media (max-width: 1859px) {
  .main-calculators .bondPortfolio-wrapper ul li .portfolio-content .label {
    font-size: 14px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .main-calculators .bondPortfolio-wrapper ul li .portfolio-content .label {
    font-size: 14px;
  }
}

.main-calculators .bondPortfolio-wrapper ul li .portfolio-content .value {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

@media (max-width: 1859px) {
  .main-calculators .bondPortfolio-wrapper ul li .portfolio-content .value {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .main-calculators .bondPortfolio-wrapper ul li .portfolio-content .value {
    font-size: 17px;
  }
}

.main-calculators .bondPortfolio-wrapper ul li.active {
  background-color: #F68A1E;
  border-color: #F68A1E;
}

.main-calculators .bondPortfolio-wrapper ul li.active * {
  color: #fff;
}

.main-calculators .bondPortfolio-wrapper ul li.active div:first-child {
  border-color: #fff;
}

.main-calculators .bondPortfolio-wrapper .SelectedBonds .title-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  display: block;
  padding-left: 0;
}

@media (max-width: 767px) {
  .main-calculators .bondPortfolio-wrapper .SelectedBonds .title-name {
    font-size: 16px;
    line-height: 18px;
  }
}

.main-calculators .bondPortfolio-wrapper .SelectedBonds .finButtons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 1.6%;
  margin-top: 3.15%;
  z-index: 2;
}

.main-calculators .bondPortfolio-wrapper .SelectedBonds .finButtons button {
  display: flex;
  padding: 15px 20px;
  align-items: center;
  gap: clamp(10px, 2vw, 30px);
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  /* font-size: clamp(14px, 1.6vw, 24px); */
  font-size: clamp(14px, 1.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  border-radius: 10px;
  background: #F68A1E;
  cursor: pointer;
}

@media (max-width: 1859px) {
  .main-calculators .bondPortfolio-wrapper .SelectedBonds .finButtons button {
    padding: 15px;
    gap: clamp(10px, 1vw, 30px);
  }
}

.main-calculators .bondPortfolio-wrapper .SelectedBonds .finButtons button::after {
  content: '';
  background-image: url(../Images/bin.svg);
  background-repeat: no-repeat;
  background-size: 1.2vw;
  width: 1.2vw;
  height: 1.4vw;
}

@media (max-width: 767px) {
  .main-calculators .bondPortfolio-wrapper .SelectedBonds .finButtons button::after {
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
  }
}

.main-calculators .bondPortfolio-wrapper .SelectedBonds .finButtons.btnEllipsis button span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 172px;
}

.main-calculators .bondPortfolio-wrapper .value-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.main-calculators .bondPortfolio-wrapper .value-wrapper .value_content {
  padding: 25px;
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 10px;
  margin: 0 15px 15px;
  flex: 0 0 31.5%;
}

@media (max-width: 1859px) {
  .main-calculators .bondPortfolio-wrapper .value-wrapper .value_content {
    padding: 20px;
    margin: 0 10px 15px;
    flex: 0 0 30.5%;
  }
}

@media (max-width: 767px) {
  .main-calculators .bondPortfolio-wrapper .value-wrapper .value_content {
    margin: 0 5px 10px;
  }
}

@media (max-width: 639px) {
  .main-calculators .bondPortfolio-wrapper .value-wrapper .value_content {
    flex: 0 0 45%;
  }
}

.main-calculators .bondPortfolio-wrapper .value-wrapper .value_content .label {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}

@media (max-width: 1859px) {
  .main-calculators .bondPortfolio-wrapper .value-wrapper .value_content .label {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .main-calculators .bondPortfolio-wrapper .value-wrapper .value_content .label {
    font-size: 16px;
    line-height: 18px;
  }
}

.main-calculators .bondPortfolio-wrapper .value-wrapper .value_content .value {
  font-size: 50px;
  line-height: 58px;
  color: #F68A1E;
  font-weight: 400;
  display: block;
}

@media (max-width: 1859px) {
  .main-calculators .bondPortfolio-wrapper .value-wrapper .value_content .value {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .main-calculators .bondPortfolio-wrapper .value-wrapper .value_content .value {
    font-size: 24px;
    line-height: 28px;
  }
}

.main-calculators .bondPortfolio-wrapper .value-wrapper .value_content .value .icon-rupee {
  padding-right: 10px;
  font-size: -webkit-xxx-large;
}

@media (max-width: 1859px) {
  .main-calculators .bondPortfolio-wrapper .value-wrapper .value_content .value .icon-rupee {
    font-size: inherit;
  }
}

.main-calculators .bondPortfolio-wrapper .btn-wrap .btn {
  height: auto;
}

.main-calculators .common-wrapper .SelectedBonds .title-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  display: block;
  padding-left: 0;
}

@media (max-width: 767px) {
  .main-calculators .common-wrapper .SelectedBonds .title-name {
    font-size: 16px;
    line-height: 18px;
  }
}

.main-calculators .common-wrapper .SelectedBonds .finButtons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 1.6%;
  margin-top: 3.15%;
  z-index: 2;
}

.main-calculators .common-wrapper .SelectedBonds .finButtons button {
  display: flex;
  padding: 15px 20px;
  align-items: center;
  gap: clamp(10px, 2vw, 30px);
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  /* font-size: clamp(14px, 1.6vw, 24px); */
  font-size: clamp(14px, 1.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  border-radius: 10px;
  background: #F68A1E;
  cursor: pointer;
}

@media (max-width: 1859px) {
  .main-calculators .common-wrapper .SelectedBonds .finButtons button {
    padding: 15px;
    gap: clamp(10px, 1vw, 30px);
  }
}

.main-calculators .common-wrapper .SelectedBonds .finButtons button::after {
  content: '';
  background-image: url(../images/bin.svg);
  background-repeat: no-repeat;
  background-size: 1.2vw;
  width: 1.2vw;
  height: 1.4vw;
}

@media (max-width: 767px) {
  .main-calculators .common-wrapper .SelectedBonds .finButtons button::after {
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
  }
}

.main-calculators .common-wrapper .SelectedBonds .finButtons.btnEllipsis button span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 172px;
}

.main-calculators .common-wrapper .value-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.main-calculators .common-wrapper .value-wrapper .value_content {
  padding: 25px;
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 10px;
  margin: 0 15px 15px;
  flex: 0 0 31.5%;
}

@media (max-width: 1859px) {
  .main-calculators .common-wrapper .value-wrapper .value_content {
    padding: 20px;
    margin: 0 10px 15px;
    flex: 0 0 30.5%;
  }
}

@media (max-width: 767px) {
  .main-calculators .common-wrapper .value-wrapper .value_content {
    margin: 0 5px 10px;
  }
}

@media (max-width: 639px) {
  .main-calculators .common-wrapper .value-wrapper .value_content {
    flex: 0 0 45%;
  }
}

.main-calculators .common-wrapper .value-wrapper .value_content .label {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}

@media (max-width: 1859px) {
  .main-calculators .common-wrapper .value-wrapper .value_content .label {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .main-calculators .common-wrapper .value-wrapper .value_content .label {
    font-size: 16px;
    line-height: 18px;
  }
}

.main-calculators .common-wrapper .value-wrapper .value_content .value {
  font-size: 50px;
  line-height: 58px;
  color: #F68A1E;
  font-weight: 400;
  display: block;
}

@media (max-width: 1859px) {
  .main-calculators .common-wrapper .value-wrapper .value_content .value {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .main-calculators .common-wrapper .value-wrapper .value_content .value {
    font-size: 24px;
    line-height: 28px;
  }
}

.main-calculators .common-wrapper .value-wrapper .value_content .value .icon-rupee {
  padding-right: 10px;
  font-size: -webkit-xxx-large;
}

@media (max-width: 1859px) {
  .main-calculators .common-wrapper .value-wrapper .value_content .value .icon-rupee {
    font-size: inherit;
  }
}

.main-calculators .common-wrapper .btn-wrap .btn {
  height: auto;
}

.progress-bar .progress {
  width: 300px;
  height: 300px;
  background: transparent;
  margin: 0 auto;
}

.progress-bar .track {
  stroke-width: 10;
  stroke: rgba(246, 138, 30, 0.2);
}

.progress-bar .fill {
  stroke-width: 10;
  transition-property: stroke-dashoffset;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  stroke: #F68A1E;
}

.progress-bar .text {
  font-weight: 400;
  font-size: 6px;
}

.progress-bar .value {
  font-weight: 400;
  font-size: 7px;
  fill: #F68A1E;
}

.progress .track {
  fill: rgba(0, 0, 0, 0);
}

.progress .fill {
  fill: rgba(0, 0, 0, 0);
  stroke-dasharray: 219.990;
  stroke-dashoffset: -219.990;
}

.switch {
  position: relative;
  border: 1px solid #F68A1E;
  border-radius: 33px;
  overflow: hidden;
  text-align: center;
  font-size: 21px;
  line-height: 24px;
  display: inline-flex;
  margin: 30px 0;
}

.switch input {
  position: absolute;
  opacity: 0;
}

.switch input:checked+label {
  background-color: #F68A1E;
  color: #fff;
}

.switch label {
  padding: 12px 30px;
  min-width: 152px;
  color: #F68A1E;
  transition: 0.3s all;
}

.legends {
  margin-top: 30px;
}

.legends .legend {
  position: relative;
  text-align: center;
}

.legends .bullet {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #F68A1E;
  position: absolute;
  top: 0px;
  left: 0;
}

.legends .bullet.area1 {
  opacity: 0.2;
}

.legends h6 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
}

.legends h6 .bullet {
  display: inline-block;
  position: static;
  margin-right: 5px;
  vertical-align: top;
}

.legends .value {
  font-size: 24px;
  line-height: 24px;
  color: #F68A1E;
}

.legends>div {
  padding-bottom: 15px;
}

.blockquote {
  background: rgba(246, 138, 30, 0.2);
  padding: 35px 40px;
  border-radius: 20px;
  font-size: 32px;
  line-height: 42px;
  margin: 50px 0;
}

.bond_kriya_grid {
  margin: 0 -3px;
}

.bond_kriya_grid .grid-item {
  width: 25%;
  padding: 3px;
}

.bond_kriya_grid .box {
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 40px;
  cursor: pointer;
}

.bond_kriya_grid .box h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}

.bond_kriya_grid .box p {
  margin-top: 15px;
}

.bond_kriya_grid .box .icon-wrapper {
  border-radius: 0;
  margin-bottom: 15px;
}

.bond_kriya_grid .box .icon-wrapper img {
  border-radius: 0;
}

.field_bg-Orange {
  border-radius: 20px;
  background: rgba(246, 138, 30, 0.2);
  padding: 35px;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .field_bg-Orange {
    padding: 20px;
  }
}

.field_bg-Orange h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  color: #404041;
  line-height: normal;
  margin-bottom: 0;
}

.btn-close {
  position: absolute;
  right: 17px;
  top: 17px;
  z-index: 10;
  min-width: auto;
  width: 44px;
  height: 44px;
  padding: 0;
  background-size: 20px;
  opacity: 0.7;
  cursor: pointer;
  pointer-events: all;
}

.modal.TradingModal .modal-dialog {
  max-width: 960px;
  width: 90%;
}

.modal.TradingModal .modal-content {
  border: 0;
}

.modal.TradingModal .modal-body {
  padding: 40px;
}

.modal.TradingModal .title-wrapper {
  margin-bottom: 20px;
}

.modal.TradingModal .title-wrapper img {
  border-radius: 0;
}

.modal.TradingModal .title-wrapper h4 {
  margin: 0;
  padding-left: 15px;
}

.modal.imageGallery-outer-modal .modal-dialog {
  max-width: 600px;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content {
  background-color: transparent;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .btn-close {
  width: 20px;
  height: 20px;
  right: 105px;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .btn-close:focus {
  box-shadow: none;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  overflow: hidden;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .slick-arrow {
  width: 50px;
  height: 50px;
  opacity: 1;
  background: #fff;
  border: 0;
}

@media (max-width: 767px) {
  .modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .slick-arrow::before {
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #F68A1E;
}

@media (max-width: 767px) {
  .modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .slick-arrow::before {
    font-size: 16px;
  }
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .slick-arrow.slick-next {
  right: 15px;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .slick-arrow.slick-next:before {
  content: "\f101";
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .slick-arrow.slick-prev {
  left: 15px;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .slick-arrow.slick-prev:before {
  content: "\f100";
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider {
  width: 415px !important;
  max-width: 415px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

@media (max-width: 639px) {
  .modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider {
    width: 255px !important;
    max-width: unset;
  }
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .pagingInfo {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 1;
}

@media (max-width: 639px) {
  .modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .pagingInfo {
    font-size: 15px;
    top: 10px;
  }
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .slides-numbers {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 1;
}

@media (max-width: 639px) {
  .modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .slides-numbers {
    font-size: 15px;
    top: 10px;
  }
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .slides-numbers .active {
  color: #F68A1E;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .slick-arrow {
  width: 32px;
  height: 32px;
  background-color: #F68A1E;
  opacity: 1;
  border: 1px solid #F68A1E;
}

@media (max-width: 639px) {
  .modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .slick-arrow {
    width: 25px;
    height: 25px;
  }
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .slick-arrow::before {
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #fff;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .slick-arrow.slick-disabled {
  background-color: transparent;
  opacity: 0.5;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .slick-arrow.slick-disabled::before {
  color: #F68A1E;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .slick-arrow.slick-next {
  right: 15px;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .slick-arrow.slick-next:before {
  content: "\f054";
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .slick-arrow.slick-prev {
  left: 15px;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .slick-arrow.slick-prev:before {
  content: "\f053";
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .img-wrapper {
  max-width: 415px;
  height: 700px;
  overflow: hidden;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .img-wrapper img {
  height: 100%;
}

.modal.imageGallery-outer-modal .modal-dialog .modal-content .modal-body .imageGallery-outer-slide .innerSlider .imageGallery-slide .slick-track .slick-slide {
  position: relative;
}

.modal.callBack-modal .modal-dialog .modal-content .btn-close {
  right: 15px;
  top: 6px;
  width: 30px;
  height: 30px;
}

.modal.callBack-modal .modal-dialog .modal-content .btn-close:focus {
  box-shadow: none;
}

.modal.callBack-modal .modal-dialog .modal-content .modal-body .callBack_section {
  max-width: 100%;
  margin-top: 20px;
}

.auth_page {
  max-width: 1200px;
  margin: -70px auto 50px;
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 20px;
  padding: 50px;
}

.auth_page .logo {
  margin-bottom: 35px;
}

.auth_page .vector {
  display: block;
  margin: 0 auto 26px;
}

.auth_page h4 {
  margin-bottom: 30px;
}

.auth_page .form {
  max-width: 500px;
  margin: 0 auto;
}

.auth_page .form-group {
  margin-bottom: 30px;
  position: relative;
}

.auth_page .form-icon {
  width: 60px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 10px;
}

.auth_page .form-control {
  height: 70px;
  border-radius: 35px;
  padding: 20px 70px;
  font-size: 18px;
}

.auth_page .icon-pw_eye {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.auth_page .links {
  font-size: 21px;
  display: flex;
  justify-content: space-between;
}

.auth_page p {
  font-size: 15px;
  line-height: 18px;
}

.auth_page .signup_form {
  margin-bottom: 60px;
}

.auth_page .hashcode {
  font-weight: 300;
}

.auth_page .req_documents {
  font-size: 18px;
  line-height: 22px;
}

.auth_page .req_documents p {
  font-size: 16px;
}

.auth_page .req_documents span {
  display: inline-block;
  vertical-align: middle;
}

.auth_page .req_documents .row>div {
  padding: 0 50px;
}

.auth_page .icon-check-circle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../icons/check-circle.svg) no-repeat;
  background-size: 100% 100%;
}

.modal .btn-close:focus {
  outline: 0;
  box-shadow: none;
}

.modal.FaqAnswerModal .modal-dialog {
  max-width: 960px;
  width: 90%;
}

@media (max-width: 639px) {
  .modal.FaqAnswerModal .modal-dialog {
    width: auto;
  }
}

.modal.FaqAnswerModal .modal-content {
  border: 0;
}

.modal.FaqAnswerModal .modal-body {
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px #F68A1E;
  -moz-box-shadow: 0 0 5px 2px #F68A1E;
  box-shadow: 0 0 5px 2px #F68A1E;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .modal.FaqAnswerModal .modal-body {
    padding: 20px;
  }
}

.modal.FaqAnswerModal .modal-body .img-wrapper {
  width: 310px;
  height: 180px;
  overflow: hidden;
  margin: 0 auto 15px;
}

@media (max-width: 767px) {
  .modal.FaqAnswerModal .modal-body .img-wrapper {
    width: 250px;
    height: 150px;
  }
}

.modal.FaqAnswerModal .modal-body .img-wrapper img {
  width: 100%;
  height: 100%;
}

.modal.FaqAnswerModal .modal-body .faq_question {
  color: #F68A1E;
}

.modal.FaqAnswerModal .faq_answer {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 639px) {
  .modal.FaqAnswerModal .faq_answer {
    font-size: 15px;
    line-height: 24px;
  }
}

.modal.FaqAnswerModal .faq_answer p {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 639px) {
  .modal.FaqAnswerModal .faq_answer p {
    font-size: 15px;
    line-height: 24px;
  }
}

.modal.FaqAnswerModal .faq_answer ul {
  margin-top: 10px;
  text-align: left;
}

.modal.FaqAnswerModal .faq_answer ul li {
  font-size: 18px;
  line-height: 26px;
  color: #404041;
  font-weight: 400;
}

@media (max-width: 639px) {
  .modal.FaqAnswerModal .faq_answer ul li {
    font-size: 15px;
    line-height: 24px;
  }
}

.modal.thankYou-modal .modal-dialog {
  max-width: 1080px;
}

.modal.thankYou-modal .modal-dialog .modal-body {
  text-align: center;
  padding: 85px 240px;
}

.modal.thankYou-modal .modal-dialog .modal-body .icon-check-vector {
  width: 439px;
  height: 143px;
  margin-bottom: 50px;
}

.modal.thankYou-modal .modal-dialog .modal-body h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #F68A1E;
  margin-bottom: 10px;
}

.modal.thankYou-modal .modal-dialog .modal-body p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #404041;
}

.modal.PeopleModal .modal-dialog {
  max-width: 1200px;
  width: 90%;
}

@media (max-width: 1859px) {
  .modal.PeopleModal .modal-dialog {
    max-width: 960px;
  }
}

@media (max-width: 639px) {
  .modal.PeopleModal .modal-dialog {
    width: auto;
  }
}

.modal.PeopleModal .modal-content {
  border: 0;
  overflow: hidden;
}

.modal.PeopleModal .modal-body {
  padding: 0px;
  -webkit-box-shadow: 0 0 5px 2px #F68A1E;
  -moz-box-shadow: 0 0 5px 2px #F68A1E;
  box-shadow: 0 0 5px 2px #F68A1E;
  border-radius: 10px;
}

.modal.PeopleModal .modal-body .PeopleDetails-wrapper {
  display: flex;
  justify-content: start;
}

@media (max-width: 767px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper {
    flex-wrap: wrap;
  }
}

.modal.PeopleModal .modal-body .PeopleDetails-wrapper .img-wrapper {
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

@media (max-width: 1859px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .img-wrapper {
    max-width: 320px;
  }
}

@media (max-width: 639px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .img-wrapper {
    max-width: 100%;
  }
}

.modal.PeopleModal .modal-body .PeopleDetails-wrapper .img-wrapper img {
  width: 100%;
}

.modal.PeopleModal .modal-body .PeopleDetails-wrapper .content {
  padding: 70px 42px 15px 25px;
  width: 65%;
}

@media (max-width: 1859px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content {
    padding: 55px 25px 15px;
  }
}

@media (max-width: 767px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content {
    width: 100%;
    padding: 25px 20px;
  }
}

.modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .name {
  font-size: 50px;
  line-height: 58.59px;
  color: #F68A1E;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 1859px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .name {
    font-size: 40px;
    line-height: 48.59px;
  }
}

@media (max-width: 767px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .name {
    font-size: 26px;
    line-height: 38px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .name {
    font-size: 22px;
    line-height: 28px;
  }
}

.modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .post {
  font-size: 24px;
  line-height: 28px;
  color: #404041;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 1859px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .post {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .post {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .post {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.modal.PeopleModal .modal-body .PeopleDetails-wrapper .content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #404041;
}

@media (max-width: 1859px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .detail-text {
  overflow: auto;
  overflow-x: hidden;
  max-height: 349px;
  padding-right: 10px;
}

@media (max-width: 1859px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .detail-text {
    max-height: 280px;
  }
}

@media (min-width: 767px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .detail-text::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .detail-text::-webkit-scrollbar-track {
    background-color: #EAEAEA;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .detail-text::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1.2rem;
    border-radius: 1.2rem;
    background: #AFAFAF;
  }
}

@media (max-width: 767px) {
  .modal.PeopleModal .modal-body .PeopleDetails-wrapper .content .detail-text {
    max-width: 100%;
    max-height: 100%;
  }
}

.modal.PeopleModal .modal-body .faq_question {
  color: #F68A1E;
}

.footer-page {
  padding-bottom: 60px;
}

.footer-page .title_wrap {
  margin-bottom: 30px;
  color: #F68A1E;
}

.footer-page .table {
  border: 1px solid rgba(64, 64, 65, 0.2);
}

.footer-page .table th {
  font-weight: 500;
  padding: 14px 20px;
}

@media (max-width: 1859px) {
  .footer-page .table th {
    padding: 10px 15px;
  }
}

.footer-page .table td {
  padding: 14px 20px;
}

@media (max-width: 1859px) {
  .footer-page .table td {
    padding: 10px 15px;
  }
}

.footer-page .table.Matrix-table td {
  font-size: 16px;
  padding: 10px 10px;
}

.footer-page .table.registered-table td {
  vertical-align: middle;
}

.footer-page .table.registered-table td p {
  margin-bottom: 10px;
}

.footer-page ul {
  margin-bottom: 20px;
  font-weight: 400;
}

.footer-page ul a {
  color: #F68A1E;
}

.footer-page .underline-label {
  margin-bottom: 0;
  text-decoration: underline;
}

.footer-page .underline {
  text-decoration: underline;
}

.footer-page p.underline {
  margin-bottom: 5px;
}

.footer-page .accordion.accordion-theme .accordion-item .accordion-button {
  height: 45px;
}

.footer-page .accordion.accordion-theme .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.footer-page .accordion.accordion-theme .accordion-item .accordion-button:not(.collapsed) {
  background-color: #F68A1E;
  color: #fff;
}

.footer-page .accordion.accordion-theme .accordion-body ul {
  margin-bottom: 5px;
}

.footer-page .two-col-count-cont {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 4.2rem;
  -moz-column-gap: 4.2rem;
  -webkit-column-gap: 4.2rem;
}

@media (max-width: 1199px) {
  .footer-page .two-col-count-cont {
    column-gap: 3rem;
    -moz-column-gap: 3rem;
    -webkit-column-gap: 3rem;
  }
}

@media (max-width: 767px) {
  .footer-page .two-col-count-cont {
    column-gap: 0rem;
    -moz-column-gap: 0rem;
    -webkit-column-gap: 0rem;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.footer-page .three-col-count-cont {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 2rem;
  -moz-column-gap: 2rem;
  -webkit-column-gap: 2rem;
}

@media (max-width: 767px) {
  .footer-page .three-col-count-cont {
    column-gap: 0rem;
    -moz-column-gap: 0rem;
    -webkit-column-gap: 0rem;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.footer-page ol.check-icon {
  list-style-type: none;
  padding-left: 0;
}

.footer-page ol.check-icon li:before {
  content: "✓";
  font-weight: bold;
}

.footer-page ol[type="a"]>li {
  counter-increment: listStyle;
}

.footer-page ol[type="a"]>li::marker {
  content: counter(listStyle, lower-alpha) ") ";
}

.hide {
  display: none;
}

.show {
  display: block;
}

.col-main_news {
  width: 100% !important;
  max-width: none !important;
}

.global-form .vector {
  display: block;
  margin: 0 auto 26px;
}

.global-form h4 {
  margin-bottom: 30px;
}

.global-form .form {
  max-width: 500px;
  margin: 0 auto;
}

.global-form .form-group {
  margin-bottom: 30px;
  position: relative;
}

.global-form .form-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 10px;
}

.global-form .form-control {
  height: 60px;
  border-radius: 35px;
  padding: 20px 70px;
  font-size: 18px;
}

.global-form .icon-pw_eye {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.global-form .links {
  font-size: 21px;
  display: flex;
  justify-content: space-between;
}

.global-form p {
  font-size: 15px;
  line-height: 18px;
}

.global-form .signup_form {
  margin-bottom: 60px;
}

.global-form .hashcode {
  font-weight: 300;
}

.global-form .req_documents {
  font-size: 18px;
  line-height: 22px;
}

.global-form .req_documents p {
  font-size: 16px;
}

.global-form .req_documents span {
  display: inline-block;
  vertical-align: middle;
}

.global-form .req_documents .row>div {
  padding: 0 50px;
}

.global-form .icon-check-circle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../icons/check-circle.svg) no-repeat;
  background-size: 100% 100%;
}

.global-form .btn-wrap {
  margin-bottom: 30px;
  position: relative;
}

.global-form .btn-wrap .btn-form {
  height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 21px;
  font-family: 'Roboto';
  padding: 5px 43px;
  border-radius: 33px;
  color: #ffffff;
  background-color: #F68A1E;
  min-width: 100px;
  text-transform: none;
  border: 1px solid #F68A1E;
  position: relative;
}

.global-form .btn-wrap .btn-form .btn-load {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../icons/loader.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  background-size: 100%;
  transform: translate(-50%, -50%);
}

.global-form .btn-wrap .btn-form .btn-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  background-size: 100%;
  transform: translate(-50%, -50%);
}

.global-form .btn-wrap .btn-form .btn-loader dotlottie-player {
  width: 60px;
  height: 25px;
}

.bonds_carousel_section .sub_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 0;
}

.bonds_carousel_section h2 {
  font-weight: 300;
  font-size: 70px;
  margin-bottom: 0;
}

.bonds_carousel_section p {
  font-weight: 300;
  font-size: 42px;
  line-height: 42px;
}

.bonds_carousel_section .btn-wrap {
  margin-top: 25px;
}

.bonds_carousel_section .section_wrapper {
  position: relative;
}

.bonds_carousel_section .path {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(100%, -10%);
  z-index: 11;
}

.bonds_carousel_section .slide,
.bonds_carousel_section .item {
  display: flex;
  max-width: 100vw;
  width: 100%;
  height: 50vh !important;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.6s all ease;
}

.bonds_carousel_section .slide:last-child,
.bonds_carousel_section .item:last-child {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.bonds_carousel_section .slide.active,
.bonds_carousel_section .item.active {
  background-color: #F68A1E;
}

.bonds_carousel_section .slide .container,
.bonds_carousel_section .item .container {
  min-height: 370px;
}

.bonds_carousel_section .slick-dots li {
  width: 100%;
}

.bonds_carousel_section .slick-dots li.slick-active button {
  width: 6px;
  height: 100px;
}

.bonds_carousel_section .slick-dots button {
  width: 6px;
  height: 20px;
}

.bonds_carousel_section .img_wrapper {
  height: 650px;
  position: absolute;
  display: flex;
  align-items: flex-end;
  bottom: 15%;
  right: 80px;
}

.bonds_carousel_section .img_wrapper::before {
  content: '';
  display: block;
  width: 100vw;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 95%;
}

.bonds_carousel_section .img_wrapper::after {
  content: '';
  display: block;
  width: 100vw;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 2px;
  right: 95%;
}

.bonds_carousel_section .img_wrapper img {
  width: 100%;
  height: 100%;
}

.bonds_carousel_section .slide1 .img_wrapper {
  width: 450px;
  height: 272px;
}

.bonds_carousel_section .slide2 .img_wrapper {
  width: 611px;
  height: 260px;
}

.bonds_carousel_section .slide3 .img_wrapper {
  width: 605px;
  height: 295px;
}

.bonds_carousel_section .slide4 .img_wrapper {
  width: 535px;
  height: 330px;
}

.bonds_carousel:not(.horizontal-dots) .slick-dots {
  flex-wrap: inherit;
  flex-direction: inherit;
  position: static;
  justify-content: center;
  transform: initial;
  align-items: center;
}

.bonds_carousel:not(.horizontal-dots) .slick-dots li {
  width: auto;
  margin: 0 5px;
}

.bonds_carousel:not(.horizontal-dots) .slick-dots li button {
  width: 20px;
  height: 6px;
}

.bonds_carousel:not(.horizontal-dots) .slick-dots li.slick-active button {
  width: 100px;
  height: 6px;
}

.bonds_carousel:not(.horizontal-dots).horizontal-dot-theme .slick-dots {
  flex-wrap: inherit;
  flex-direction: inherit;
  position: static;
  justify-content: center;
  transform: initial;
  align-items: center;
}

.bonds_carousel:not(.horizontal-dots).horizontal-dot-theme .slick-dots li {
  width: auto;
  margin: 0 5px;
}

.bonds_carousel:not(.horizontal-dots).horizontal-dot-theme .slick-dots li button {
  width: 20px !important;
  height: 6px !important;
}

.bonds_carousel:not(.horizontal-dots).horizontal-dot-theme .slick-dots li.slick-active button {
  width: 60px !important;
  height: 6px !important;
}

.bonds_carousel .ball {
  display: none;
  width: 60px;
  height: 60px;
  background-color: #F68A1E;
  border-radius: 50%;
  position: absolute;
}

.bonds_carousel .slide1 .ball {
  top: 125px;
  left: -20px;
  transition: 2s all ease-in;
}

.bonds_carousel .slide1 .ball.slick-active {
  left: 400px;
}

.bonds_carousel .slide4 .ball {
  width: 50px;
  height: 50px;
  bottom: 70px;
  left: -1300px;
}

.callBack_section {
  width: 100%;
  max-width: 572px;
  border-radius: 10px;
  border: 1px solid rgba(64, 64, 65, 0.4);
  background: #FFF;
  overflow: hidden;
  position: static;
  right: 90px;
  z-index: 2;
}

.callBack_section .form-header {
  padding: 25px 30px;
  background: #F9F8F8;
  color: #F68A1E;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.callBack_section .form-header h4 {
  color: #F68A1E;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
}

.callBack_section .callBack_form {
  padding: 45px 30px 30px;
}

.form-sticky_container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0;
  z-index: 10;
}

.form-sticky_container .btn-wrap {
  margin-bottom: 0;
}

.form-sticky_container .btn-wrap .btn {
  width: 100%;
  border-radius: 0;
  text-transform: inherit;
  font-size: 15px !important;
}

.Ad-campaign-page {
  padding: 10px 0 40px;
}

.Ad-campaign-page .callBack_section {
  position: fixed;
}

.Ad-campaign-page .campaign_section .campaign_content {
  padding: 122px 0;
}

.Ad-campaign-page .campaign_section .campaign_content .bond-investment-wrapper .img_wrapper {
  width: 641px;
  height: 515px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  mix-blend-mode: multiply;
}

.Ad-campaign-page .campaign_section .campaign_content .bond-investment-wrapper .img_wrapper img {
  width: 100%;
  height: 100%;
}

.Ad-campaign-page .campaign_section .campaign_content .bond-investment-wrapper .bond-box {
  width: 550px;
  height: 550px;
  background: #F5F4F4;
  border-radius: 50%;
  position: relative;
  padding: 50px;
  padding-left: 94px;
}

.Ad-campaign-page .campaign_section .campaign_content .bond-investment-wrapper .bond-box .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 117.721px;
  height: 118px;
}

.Ad-campaign-page .campaign_section .campaign_content .bond-investment-wrapper .bond-box .bond-box_content {
  padding-top: 140px;
  color: #404041;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1px;
}

.Ad-campaign-page .campaign_section .campaign_content .bond-investment-wrapper .bond-box .bond-box_content span {
  color: #F68A1E;
}

.Ad-campaign-page .campaign_section .campaign_content .bond-investment-wrapper .bond-box .bond-box_content .btn-wrap {
  margin-top: 30px;
}

.Ad-campaign-page .campaign_section .campaign_content+.campaign_content {
  padding-top: 40px;
}

.Ad-campaign-page .campaign_section .ipo_wrapper {
  padding: 50px 0;
}

.Ad-campaign-page .campaign_section .applyBond-Slider .slick-list {
  margin-bottom: 15px;
}

.Ad-campaign-page .campaign_section .ipoSlider .slick-list {
  margin-bottom: 15px;
}

.Ad-campaign-page .campaign_section .ipoSlider .item {
  padding: 0 10px;
}

.Ad-campaign-page .campaign_section .ipoSlider .item .box {
  border-radius: 10px;
  border: 1px solid rgba(64, 64, 65, 0.2);
  padding: 15px;
}

.Ad-campaign-page .campaign_section .ipoSlider .item .box h3 {
  color: var(--LOGO-Orange, #F68A1E);
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
}

.Ad-campaign-page .campaign_section .ipoSlider .item .box h4 {
  color: var(--LOGO-Black, #404041);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.Ad-campaign-page .campaign_section .ipoSlider .item .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.Ad-campaign-page .campaign_section .ipoSlider .item .box ul li {
  flex: 0 0 31%;
  list-style-type: none;
}

.Ad-campaign-page .campaign_section .ipoSlider .item .box ul li p {
  color: var(--LOGO-Black, #404041);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1px;
}

.Ad-campaign-page .campaign_section .ipoSlider .item .box ul li span {
  color: var(--LOGO-Black, #404041);
  font-size: 18px;
  font-weight: 700;
}

.Ad-campaign-page .bonds_carousel_section {
  padding-top: 50px;
}

.Ad-campaign-page .content-wrapper h2 {
  color: #F68A1E;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.4px;
}

.Ad-campaign-page .content-wrapper p {
  color: #404041;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.Ad-campaign-page .content-wrapper .img_icon {
  width: 152px;
  height: 187px;
  overflow: hidden;
  margin-bottom: 10px;
}

.Ad-campaign-page .content-wrapper .img_icon img {
  width: 100%;
  height: 100%;
}

.Ad-campaign-page .content-wrapper .btn-wrap {
  margin-top: 20px;
}

.Ad-campaign-page .content-wrapper .field_bg {
  display: inline-flex;
  padding: 20px 60px 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--LOGO-Orange, #F68A1E);
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.Ad-campaign-page .content-wrapper .field_bg .circle {
  color: var(--LOGO-Orange, #F68A1E);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -50px;
  border: 1px solid #404041;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.Ad-campaign-page .content-wrapper .list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.Ad-campaign-page .content-wrapper .list li {
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 10px;
}

.Ad-campaign-page .content-wrapper .list li::before {
  display: none;
}

.Ad-campaign-page .content-wrapper .list li span {
  border: 1px solid #F68A1E;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--LOGO-Orange, #F68A1E);
  font-weight: 400;
}

.Ad-campaign-page .content-wrapper .list li p {
  color: #404041;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Ad-campaign-page .live-section .titel h2 {
  color: #404041;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.Ad-campaign-page .live-section .titel p {
  color: #404041;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}

.Ad-campaign-page .live-section .titel h3 {
  color: #404041;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  max-width: 228px;
  margin-bottom: 0;
}

.Ad-campaign-page .live-section .titel h5 {
  color: #F68A1E;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
}

.Ad-campaign-page .live-section .update-bond button {
  border-radius: 40px;
  background: #F68A1E;
  padding: 0px 25px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
}

.Ad-campaign-page .live-section .apply-bond .titel h2 {
  font-size: 50px;
}

.Ad-campaign-page .live-section .apply-bond .bond-info {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 12px;
  margin-top: 20px;
}

.Ad-campaign-page .live-section .apply-bond .bond-info li {
  border-radius: 10px;
  border: 1px solid rgba(64, 64, 65, 0.2);
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  margin: 0;
}

.Ad-campaign-page .live-section .apply-bond .bond-info li::before {
  display: none;
}

.Ad-campaign-page .live-section .apply-bond .bond-info li img {
  width: 48px;
  height: 48px;
}

.Ad-campaign-page .live-section .apply-bond .bond-info li p {
  color: #404041;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}

.Ad-campaign-page .live-section .apply-bond .bond-info li span {
  color: #404041;
  font-size: 18px;
  font-weight: 400;
}

.Ad-campaign-page .apply-bond .titel h2 {
  font-size: 50px;
}

.Ad-campaign-page .img_wrapper {
  width: 572.09px;
  height: 415.172px;
}

.Ad-campaign-page .img_wrapper.img_wrapper-theme {
  overflow: hidden;
}

.Ad-campaign-page .img_wrapper img {
  width: 100%;
  height: 100%;
}

.Ad-campaign-page .applyBondRows-Slider .slick-list {
  margin-bottom: 15px;
}

.Ad-campaign-page .applyBondRows-Slider .item {
  padding: 10px;
}

.Ad-campaign-page .applyBondRows-Slider .bond-info {
  border-radius: 10px;
  border: 1px solid rgba(64, 64, 65, 0.2);
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 0;
}

.Ad-campaign-page .applyBondRows-Slider .bond-info img {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}

.Ad-campaign-page .applyBondRows-Slider .bond-info p {
  color: #404041;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}

.Ad-campaign-page .applyBondRows-Slider .bond-info span {
  color: #404041;
  font-size: 18px;
  font-weight: 400;
}

/* -------------------------partners-page  start------------------------------- */
.blog-content .box {
  padding: 10px 0;
}

.blog-content .box .icon-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 18px;
}

.blog-content .box .icon-wrapper img {
  width: 100%;
  height: 100%;
}

.blog-content .box .content {
  width: 90%;
}

.blog-content .box .content h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #404041;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.blog-content .box .content h4::after {
  content: "\f107";
  font-family: 'FontAwesome';
  margin-left: 8px;
  display: inline-block;
}

.blog-content .box .content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #404041;
}

.blog-content .box .content ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #404041;
}

.blog-content .box .content ul li::before {
  background-color: #F68A1E;
}

.blog-content .box .content.active h4::after {
  transform: rotate(180deg);
}

.video-wrap [data-fancybox]::after {
  background: url(../icons/play-orange.svg) no-repeat;
  background-size: 100% 100%;
}

.video-wrap .box {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.video-wrap .box .img-wrapper {
  position: relative;
}

.video-wrap .box .img-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.96) 100%, rgba(0, 0, 0, 0.96) 100%);
  opacity: 0.5;
}

.video-wrap .title {
  margin-top: 10px;
}

.video-wrap .title p {
  font-size: 24px;
  font-weight: 400;
  color: #404041;
}

.video-wrap.video-wrap-theme .box .img-wrapper::after {
  display: none;
}

.video-wrap.video-wrap-theme .video {
  position: relative;
  width: 100%;
  height: 642px;
  border-bottom: 1px solid #fff;
  box-shadow: none;
}

.video-wrap.video-wrap-theme .video::after {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background: url(../icons/play-orange.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}

.video-wrap.video-wrap-theme iframe {
  width: 100%;
  height: 510px;
}

.partners-page {
  padding-top: 10px;
}

.partners-page .content-wrapper h2 {
  color: #404041;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
}

.partners-page .content-wrapper h2 span {
  font-size: 70px;
  color: #F68A1E;
}

.partners-page .content-wrapper p {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #404041;
}

.partners-page .video-wrap {
  margin: 25px 0;
}

.partners-page .right-col .video-wrap {
  margin: 5px 0;
}

.partners-page .right-col .video-wrap.video-wrap-theme .video {
  width: 100%;
  height: 300px;
}

.partners-page .right-col #stickyWrapper.fixed {
  position: fixed;
  top: 120px;
  max-width: 27%;
}

.partners-page .left-col .row {
  padding: 112px 0;
}

.partners-page .left-col .video-wrap.video-wrap-theme {
  padding: 100px 0;
}

/* -------------------------partners-page  start------------------------------- */
/* -------------------------market-update-tab  start------------------------------- */
.market-update-tab {
  max-width: 771px;
}

.market-update-tab.slick-slider .slick-track .slick-slide {
  padding: 0 10px 15px;
}

.market-update-tab .box .company_name {
  margin-top: 0;
}

.market-update-tab .box .image-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 10px;
}

.market-update-tab .box .image-wrapper img {
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.market-update-tab .box .rating {
  width: 85px;
  position: absolute;
  top: 111px;
  left: 5px;
}

.market-update-tab .box .info {
  height: 112px;
}

.market-update-tab .box .item-img {
  width: 80px;
  height: 80px;
}

.market-update-tab.UniverseBondsTabContent .desc {
  padding-left: 60px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #F68A1E;
  border-radius: 50%;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper {
  max-width: 771px;
}

.market_update-page .market_update_section .marketIPO-wrapper>div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap {
  position: absolute;
  top: 15px;
  right: 20px;
}

@media (max-width: 1859px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap {
    top: 10px;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li {
  padding-left: 0px;
  margin-top: 0;
  display: inline-block;
  position: relative;
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li:last-child {
  padding-left: 10px;
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li::before {
  display: none;
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #404041;
  border-radius: 50%;
  color: #404041;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1859px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li a {
    width: 35px;
    height: 35px;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li a img {
  width: 18px;
}

@media (max-width: 1859px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li a img {
    width: 16px;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li a .icons-svg {
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li .social_wrap {
  padding: 15px;
  border-radius: 10px;
  z-index: 1;
  position: absolute;
  top: -80px;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
}

@media (max-width: 1859px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li .social_wrap {
    top: -70px;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li .social_links li:last-child {
  padding-left: 0px;
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li .social_links li a img {
  width: 22px;
}

@media (max-width: 1859px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li .social_links li a img {
    width: 18px;
    height: 18px;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li .social_links li a:hover {
  background-color: #fef9f3;
  border-color: #fef9f3;
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li .social_links li a:hover img {
  filter: inherit;
  -webkit-filte: inherit;
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li.active>a {
  background-color: #fef9f3;
  border-color: #fef9f3;
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li.active>a .icons-svg {
  filter: invert(1) sepia(1) saturate(10) hue-rotate(352deg);
}

.market_update-page .market_update_section .marketIPO-wrapper .box .icons_wrap ul li.active .social_wrap {
  display: block;
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme {
  padding: 20px;
  background: url(../images/box.jpg) no-repeat;
  background-size: 100% 100%;
  border: 0;
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme::before {
  display: none;
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme::before {
  width: 95px;
  height: 95px;
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .info {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media (max-width: 1859px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .info {
    font-size: 14px;
    line-height: 19px;
    height: 98px;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .info p {
  margin-bottom: 0;
}

@media (max-width: 1859px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .info p {
    font-size: 14px;
    line-height: 19px;
    height: 98px;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .rating {
  position: absolute;
  width: 75px;
  top: 100px;
  left: 5px;
  overflow: hidden;
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .rating span {
  font-size: 15px;
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translateX(-50%);
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .rating .RatingAgencyName {
  top: auto;
  bottom: 18px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 300;
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .item-img {
  width: 70px;
  height: 70px;
}

@media (max-width: 767px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .item-img {
    width: 60px;
    height: 60px;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .desc {
  padding-left: 72px;
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .desc .company_name {
  margin-top: 0;
  padding-right: 100px;
  margin-bottom: 10px;
}

@media (max-width: 1859px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .desc .company_name {
    font-size: 18px;
    padding-right: 86px;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .row.mx-6 {
  padding-top: 10px;
}

@media (max-width: 1859px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .label {
    font-size: 14px;
  }
}

@media (max-width: 1859px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .value {
    font-size: 14px;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .tooltip {
  border: 1px solid rgba(64, 64, 65, 0.2);
  padding: 5px;
  background: #ffffff;
  width: 265px;
  position: absolute;
  left: 307px;
  top: 45px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
  opacity: 1;
}

@media (max-width: 767px) {
  .market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .tooltip {
    left: 62px;
    top: 138px;
  }
}

.market_update-page .market_update_section .marketIPO-wrapper .box.box-theme .info.ellipsis-text:hover+.tooltip {
  display: block;
}

/* -------------------------market-update-tab  start------------------------------- */
@media (max-width: 767px) {
  .tab-wrapper .nav {
    justify-content: inherit !important;
    flex-wrap: inherit;
    overflow: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
  }
}

.tab-wrapper .nav.nav-tabs {
  border-bottom: 0;
}

.tab-wrapper .nav.nav-tabs:last-child {
  margin: 0;
}

.tab-wrapper .nav.nav-tabs .nav-link {
  height: 41px;
  padding: 10px 30px;
  border: 1px solid rgba(64, 64, 65, 0.5);
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #404041;
  border-radius: 22px;
  opacity: 0.5;
  box-shadow: none;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .tab-wrapper .nav.nav-tabs .nav-link {
    font-size: 14px;
    height: 32px;
    padding: 4px 18px;
    flex: 0 0 auto;
  }
}

.tab-wrapper .nav.nav-tabs .nav-link.active {
  border-color: #F68A1E;
  background-color: #F68A1E;
  color: #ffffff;
  opacity: 1;
}

.tab-wrapper .tab-content .grid {
  display: flex;
  flex-wrap: wrap;
}

.blogs_detail-page .page_title_back .page_title a {
  color: inherit;
}

.blogs_detail-page .cms-blogs_detail h1 {
  font-size: 50px;
  line-height: 58px;
}

.blogs_detail-page .cms-blogs_detail * {
  font-family: 'Roboto', sans-serif !important;
}

.blogs_detail-page .cms-blogs_detail .fa-brands,
.blogs_detail-page .cms-blogs_detail .fab {
  font-family: "Font Awesome 6 Brands" !important;
}

.blogs_detail-page .cms-blogs_detail img {
  margin: 20px 0;
  max-width: 500px;
}

.blogs_detail-page .cms-blogs_detail span {
  background: transparent !important;
}

.blogs_detail-page .cms-blogs_detail p {
  margin-left: 0 !important;
  text-indent: inherit !important;
  margin-bottom: 20px !important;
}

.blogs_detail-page .cms-blogs_detail p>span {
  font-size: inherit !important;
  line-height: inherit !important;
  color: #404041 !important;
}

.blogs_detail-page .cms-blogs_detail p .h3-heading span {
  font-size: 32px !important;
}

.blogs_detail-page .cms-blogs_detail p .h4-heading span {
  font-size: 21px !important;
}

.blogs_detail-page .cms-blogs_detail p span {
  font-size: clamp(1.5rem, 5vw, 1.2rem) !important;
  background: transparent !important;
  color: #404041 !important;
}

.blogs_detail-page .cms-blogs_detail p span span {
  background: transparent !important;
}

.blogs_detail-page .cms-blogs_detail p strong i,
.blogs_detail-page .cms-blogs_detail p strong em {
  font-style: normal;
}

.blogs_detail-page .cms-blogs_detail strong span {
  background: transparent !important;
}

.blogs_detail-page .cms-blogs_detail ul {
  margin-top: 10px !important;
}

.blogs_detail-page .cms-blogs_detail ul li span {
  font-size: 18px !important;
  font-weight: 300;
  background: transparent !important;
}

.blogs_detail-page .cms-blogs_detail table {
  width: 100% !important;
  border-color: rgba(64, 64, 65, 0.2) !important;
  margin-left: 0 !important;
  margin-bottom: 1rem;
}

.blogs_detail-page .cms-blogs_detail table thead tr td {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  padding: 14px 30px !important;
  border: 0 !important;
}

.blogs_detail-page .cms-blogs_detail table thead tr td p {
  margin-bottom: 0 !important;
  text-align: left !important;
}

.blogs_detail-page .cms-blogs_detail table thead tr td p strong span {
  font-size: 15px !important;
  line-height: 18px;
}

.blogs_detail-page .cms-blogs_detail table tbody tr:nth-child(odd) {
  background-color: rgba(246, 138, 30, 0.05);
}

.blogs_detail-page .cms-blogs_detail table tbody tr td {
  font-size: 18px;
  line-height: 22px;
  padding: 14px 30px !important;
  border: 0 !important;
}

.blogs_detail-page .cms-blogs_detail table tbody tr td p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 300;
}

.blogs_detail-page .cms-blogs_detail table tbody tr td p span {
  font-size: 18px !important;
  line-height: 22px;
}

.blogs_detail-page .related_news .box .img-wrapper {
  border: 1px solid rgba(64, 64, 65, 0.2);
}

.tabAccordion-wrapper {
  width: 100%;
}

.tabAccordion-wrapper .nav.nav-tabs .nav-item {
  flex: 0 0 24%;
  max-width: 24%;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .tabAccordion-wrapper .nav.nav-tabs .nav-item {
    flex: 0 0 23%;
  }
}

.tabAccordion-wrapper .nav.nav-tabs .nav-item::before {
  display: none;
}

.tabAccordion-wrapper .nav.nav-tabs .nav-item .nav-link {
  font-size: 24px;
  color: #404041;
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 20px;
  padding: 30px;
  line-height: 26px;
  margin: 0 10px;
  min-width: auto;
  width: 100%;
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  opacity: 1;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .nav.nav-tabs .nav-item .nav-link {
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }
}

.tabAccordion-wrapper .nav.nav-tabs .nav-item .nav-link img {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 0 auto 20px;
  border-radius: 0;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .nav.nav-tabs .nav-item .nav-link img {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;
  }
}

.tabAccordion-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #F68A1E;
  border-color: #F68A1E;
  border-bottom: 10px solid #F68A1E;
  background-color: transparent;
}

.tabAccordion-wrapper .nav.nav-tabs .nav-item .nav-link.active svg {
  fill: #F68A1E;
  stroke: #F68A1E;
}

.tabAccordion-wrapper .nav.nav-tabs .nav-item .nav-link.active svg path {
  fill: #F68A1E;
}

.tabAccordion-wrapper .nav.nav-tabs .nav-item .nav-link.active img {
  filter: invert(1);
  /* or to blue */
  filter: invert(0.3) sepia(1) saturate(7) hue-rotate(356deg);
}

.tabAccordion-wrapper .nav.nav-tabs .nav-item .nav-link:first-child {
  margin-left: 0;
}

.tabAccordion-wrapper .nav.nav-tabs .nav-item .nav-link:last-child {
  margin-right: 0;
}

.tabAccordion-wrapper .tab-content.accordion {
  border: 0;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane {
  border: 0;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane.show {
  display: block !important;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .accordion-header .accordion-button {
  background-color: transparent;
  font-size: 24px;
  border-radius: 20px;
  padding: 30px;
  line-height: 26px;
  min-width: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  border: 1px solid #F68A1E;
  color: #F68A1E;
  border-color: #F68A1E;
  border-bottom: 5px solid #F68A1E;
  min-height: 100px;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .accordion-header .accordion-button img {
  width: 50px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 0;
  filter: invert(1);
  filter: invert(0.8) sepia(2) saturate(9) hue-rotate(356deg);
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .accordion-header .accordion-button.collapsed {
  color: #404041;
  border: 1px solid rgba(64, 64, 65, 0.2);
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .accordion-header .accordion-button.collapsed img {
  filter: none;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .accordion-header .accordion-button::after {
  display: none;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .accordion-collapse.show {
  display: block !important;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item {
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item {
    max-width: 940px;
  }
}

@media (max-width: 1199px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item {
    max-width: 780px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item.content-item-theme {
  max-width: 100%;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item.content-item-theme {
    max-width: 100%;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item h2 {
  font-size: 50px;
  line-height: 58.59px;
  font-weight: 400;
  color: #404041;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item h2 {
    font-size: 40px;
    line-height: 48.59px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item h2 {
    font-size: 21px;
    line-height: 26.59px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item .switch {
  display: flex;
  width: 306px;
  margin: 15px auto;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item .switch {
    max-width: 242px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item .switch {
    max-width: 197px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item .switch.lg-switch {
  min-width: 401px;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item .switch.lg-switch {
    min-width: 269px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item .switch.lg-switch label {
  min-width: 200px;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item .switch.lg-switch label {
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .content-item .switch.lg-switch label {
    min-width: 135px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container {
  margin-top: 40px;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container {
    margin-top: 20px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul {
  position: relative;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 20px;
  padding: 0;
  padding-right: 30px;
  margin-left: 25px;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li {
    flex-wrap: wrap;
    padding: 20px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #F68A1E;
  z-index: 1;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li::after {
  content: "";
  position: absolute;
  width: 10px;
  background-color: rgba(64, 64, 65, 0.2);
  height: calc(100% + 42px);
  top: 0;
  left: -25px;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li::after {
    height: calc(100% + 22px);
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li:first-child::after {
  height: calc(50% + 42px);
  top: 50%;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li:first-child::after {
    height: calc(50% + 22px);
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li:last-child::after {
  height: 50%;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li .img-wrapper {
  width: 100%;
  max-width: 385px;
  height: auto;
  margin-right: 35px;
  overflow: hidden;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li .img-wrapper {
    max-width: 365px;
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li .img-wrapper {
    max-width: 250px;
    margin: 0 auto 15px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li .content {
  font-size: 24px;
  line-height: 28.13px;
  font-weight: 300;
  color: #000;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li .content {
    font-size: 20px;
    line-height: 24.13px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li .content {
    font-size: 18px;
    text-align: center;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li+li {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container ul li+li {
    margin-top: 20px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container.steps-container-theme {
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-container.steps-container-theme {
    max-width: 940px;
  }
}

@media (min-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .switch {
    display: none;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .switch {
    margin: 25px auto;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row {
  position: relative;
  margin: 60px 0;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row {
    margin: 20px 0;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row::before {
  content: '';
  position: absolute;
  width: 68px;
  height: 100%;
  border: 10px solid rgba(64, 64, 65, 0.2);
  border-radius: 20px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row::before {
    width: 40px;
    border: 6px solid rgba(64, 64, 65, 0.2);
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row::before {
    display: none;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row::after {
  content: '';
  position: absolute;
  width: 10px;
  height: auto;
  background-color: rgba(64, 64, 65, 0.2);
  left: 50%;
  top: -60px;
  bottom: -60px;
  transform: translateX(-50%);
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row::after {
    width: 6px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row::after {
    display: none;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row>div:nth-child(odd) {
  padding-right: 50px;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row>div:nth-child(odd) {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row>div:nth-child(odd) {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row>div:nth-child(odd) .box::before {
  left: auto;
  right: -33px;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row>div:nth-child(odd) .box::before {
    left: -33px;
    right: auto;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row>div:nth-child(even) {
  padding-left: 50px;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row>div:nth-child(even) {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row>div:nth-child(even) {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row>div+div {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row>div+div {
    padding-top: 20px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box {
  display: flex;
  align-items: center;
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 20px;
  padding-right: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box {
    flex-wrap: wrap;
    padding: 20px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #F68A1E;
  z-index: 1;
  border-radius: 10px;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box::before {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box::before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box::after {
    content: '';
    position: absolute;
    width: 10px;
    height: calc(100% + 22px);
    background-color: rgba(64, 64, 65, 0.2);
    left: -27px;
    top: 0;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box:first-child::after {
    top: 50%;
    height: calc(50% + 22px);
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box:last-child::after {
    height: 50%;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box .img-wrapper {
  width: 100%;
  max-width: 295px;
  height: auto;
  margin-right: 35px;
  overflow: hidden;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box .img-wrapper {
    max-width: 175px;
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box .img-wrapper {
    max-width: 150px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box .img-wrapper {
    max-width: 250px;
    margin: 0 auto 15px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box .content {
  font-size: 24px;
  line-height: 28.13px;
  font-weight: 300;
  color: #000;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box .content {
    font-size: 20px;
    line-height: 24.13px;
  }
}

@media (max-width: 991px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box .content {
    font-size: 15px;
    line-height: 20.13px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box .content {
    font-size: 18px;
    text-align: center;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box+.box {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row .box+.box {
    margin-top: 20px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one {
  max-width: 62%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one {
    max-width: 100%;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: rgba(64, 64, 65, 0.2);
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one::after {
    width: 6px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one>div+div {
  padding-top: 40px;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box {
  display: flex;
  align-items: center;
  border: 1px solid rgba(64, 64, 65, 0.2);
  border-radius: 20px;
  padding-right: 30px;
  z-index: 1;
  background-color: #fff;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box {
    flex-wrap: wrap;
    padding: 20px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box+.box {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box+.box {
    margin-top: 20px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box::before {
  display: none;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box .img-wrapper {
  max-width: 350px;
  height: auto;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box .img-wrapper {
    max-width: 250px;
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box .img-wrapper {
    margin: 0 auto 15px;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box .content {
  font-size: 24px;
  line-height: 28.13px;
  font-weight: 300;
  color: #000;
}

@media (max-width: 1859px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box .content {
    font-size: 20px;
    line-height: 24.13px;
  }
}

@media (max-width: 991px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box .content {
    font-size: 15px;
    line-height: 20.13px;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .steps-row-one .box .content {
    font-size: 18px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .tabAccordion-wrapper .tab-content.accordion .tab-pane .steps-twoBar .NetBanking-container {
    display: none;
  }
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane+.tab-pane {
  margin-top: 15px;
}

.tabAccordion-wrapper .tab-content.accordion .tab-pane .border-icon {
  border: 2px solid #F68A1E;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  padding: 10px;
  margin: 25px auto;
}

@media (max-width: 991px) {
  .tabAccordion-wrapper .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}

/*# sourceMappingURL=inner-styles.css.map */