/*!
    Theme Name: Aktien Network Theme
    Version: 1.1.19
*/

/* fontface - Open Sans */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'), url('../fonts/OpenSans-Medium.woff') format('woff'), url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* fontface - Anek Telugu */
@font-face {
    font-family: 'Anek Telugu';
    src: url('../fonts/AnekTelugu-SemiBold.woff2') format('woff2'), url('../fonts/AnekTelugu-SemiBold.woff') format('woff'), url('../fonts/AnekTelugu-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* font Neuething Sans */
@font-face {
    font-family: 'Neuething Sans';
    src: url('../fonts/NeuethingSans-Meduim.woff2') format('woff2'), url('../fonts/NeuethingSans-Meduim.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* font Manrope */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff'), url('Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:focus-visible {
    outline: none;
}

:root {
    --primary: #DA3838;
    --lightPrimary: #FF4F9A;
    --body: #111111;
    --white: #FFFFFF;
    --grey_9F: #9A999F;
    --grey_B6: #A09BB6;
    --yellow: #5601ff;
    --black: #000000;
    --mainblue: #1f233d;
    --paragrey: #4e5c66
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1A1E27;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    color: var(--primary);
}

a,
span {
    display: inline-block;
}

a,
a:hover {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1,
.h1 {
    font-size: 54px;
    line-height: 1.30;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 1.1;
}

h3,
.h3 {
    font-size: 38px;
    line-height: 1.26;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 1.1;
}

h5,
.h5,
h6,
.h6 {
    font-size: 18px;
    line-height: 1.5;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0 0 16px;
}

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

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ul:last-child,
ol:last-child,
p:last-child {
    margin: 0;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
}

/* ::-webkit-input-placeholder{color:#828282;}
:-ms-input-placeholder{color:#828282;}
::-ms-input-placeholder{color:#828282;}
::placeholder{color:#828282;} */
input,
button,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    outline: none;
    border: 1px solid transparent;
    background: #f2f2f2;
    height: 43px;
    padding: 0 20px;
    font-size: 16px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

input[type=checkbox],
input[type=radio] {
    width: auto;
    height: auto;
}

textarea {
    padding: 15px 20px;
    height: 100px;
    resize: vertical;
}

button {
    width: auto;
    height: auto;
}

.container {
    max-width: 1698px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

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

.p-90 {
    padding: 90px 0;
}

.font0 {
    font-size: 0px;
}

.text-center {
    text-align: center;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    outline: none;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    color: #fff;
    background: var(--primary);
    width: 37px;
    height: 37px;
    font-size: 0;
    padding: 0px;
    bottom: 0;
    border-radius: 10px 0px 10px 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slick-arrow:before {
    font-size: 14px;
    color: #000000;
    -webkit-mask-image: url(assets/images/slider-arrow.svg);
    mask-image: url(assets/images/slider-arrow.svg);
    background-color: #ffffff;
    height: 16px;
    width: 16px;
    display: inline-block;
}

.slick-arrow:hover {
    background: #000000;
    color: #000;
}

.slick-arrow.slick-prev {
    margin-left: -30px;
}

.slick-arrow.slick-prev:before {
    content: "";
}

.slick-arrow.slick-next {
    margin-left: 30px;
    -webkit-transform: translateX(-50%) scaleX(-1);
    -ms-transform: translateX(-50%) scaleX(-1);
    transform: translateX(-50%) scaleX(-1);
}

.slick-arrow.slick-next:before {
    content: "";
}

/* .slick-arrow.slick-disabled,.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none;} */
ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}

ul.slick-dots {
    text-align: center;
    padding: 10px 0 0;
}

ul.slick-dots li {
    display: inline-block;
    padding: 0 5px;
}

ul.slick-dots li button {
    display: inline-block;
    background: #a1a1a1;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    font-size: 0;
    text-index: -9999;
    cursor: pointer;
    padding: 0px;
}

ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button {
    background: var(--primary);
}


.custom-btn {
    background-color: var(--mainblue);
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    color: var(--white);
    white-space: nowrap;
    text-align: center;
}

.custom-btn:hover {
    background: #1F233D80;
    color: var(--white);
}

.custom-btn.nobg-btn {
    border: 0.5px solid #1F233D;
    background-color: var(--white);
    color: var(--mainblue);
}

.custom-btn.nobg-btn:hover {
    background-color: var(--mainblue);
    color: var(--white);
}

.btn-wrapper {
    gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Header menu */
.header {
    background-color: #2a2a2a;
}

.header,
.menu-item-has-children {
    position: relative;
}

.mobile-toggle {
    display: none;
}

.header a.logo {
    margin-top: 28px;
    display: inline-block;
}

.header a.logo img {
    width: 100%;
    width: 233px;
}

.main-menu {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu ul {
    float: left;
    margin-bottom: 0;
}

.main-menu li {
    float: left;
    margin-right: 58px;
}

.main-menu li:last-of-type {
    margin-right: 0;
}

.main-menu li a {
    display: inline-block;
    color: var(--mainblue);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.main-menu>ul>li:last-child {
    margin-right: 0px;
}

.main-menu>ul>li:last-child>a {
    padding-right: 0px;
}

/* .main-menu li a:hover,.main-menu li.current-menu-item > a{color:var(--primary);} */
.sub-menu li {
    display: block;
    width: 100%;
    margin: 0px;
}

.sub-menu li a {
    padding: 10px 15px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: var(--white);
    text-transform: capitalize;
}

.sub-menu li a:hover {
    color: var(--yellow);
}

.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0px;
}

/* .site-header .container{position:relative;z-index:1;} */
/* #masthead.fixed{top:0px;z-index:1;position:fixed;background-color:#ffffff;padding:15px 0px;width:100%;border-bottom:1px solid #d4d4d4;} */
.site-header {
    background-color: transparent;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 21px 0px;
    z-index: 9;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.entry-content>.vc_row {
    margin: 0px;
}

.page-main-menu {
    float: right;
    width: 100%;
}

.site-header.fixed .logo {
    display: block;
}

.site-header.scrolled {
    background-color: var(--white);
    padding: 10px 0;
    -webkit-box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
}

.childLink {
    display: none;
}

.header-logo img {
    max-width: 264px;
}

.header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-animation-name: scroll_effect;
    animation-name: scroll_effect;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    z-index: 9;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    background-color: var(--mainblue);
    color: var(--white);
    white-space: nowrap;
    border-radius: 10px;
    top: 100%;
}

.main-menu li.menu-item-has-children>a:after {
    content: '';
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #555;
}

.main-menu li.menu-item-has-children>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* footer */
.site-footer {
    padding-top: 90px;
}

.site-footer .main-site-footer {
    background-color: var(--black);
    padding: 55px 0 90px;
}

.site-footer .main-site-footer .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
}

.site-footer .main-site-footer .common-footer-box {
    min-width: 200px;
}

.site-footer .common-footer-box h4 {
    color: var(--yellow);
    font-family: "Anek Telugu";
    margin-bottom: 16px;
}

.site-footer .common-footer-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.site-footer .common-footer-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.site-footer .common-footer-box ul li a {
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
}

.site-footer .common-footer-box ul li a:hover {
    color: var(--yellow);
}

.site-footer .trade-responsbilty-box {
    padding-left: 70px;
    max-width: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.site-footer .trade-responsbilty-box .trade-icon {
    width: 127px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-footer .trade-responsbilty-box .trade-content p b {
    font-size: 14px;
    line-height: 1.28;
    font-family: 'Manrope';
}

.site-footer .trade-responsbilty-box .trade-content p {
    font-size: 12px;
    line-height: 1.5;
    color: #B5B5B5;
    font-family: 'Manrope';
    font-weight: 400;
}

.site-footer .trade-responsbilty-box .trade-content p a {
    color: #DA3838;
    font-family: 'Manrope';
}

.site-footer .logo-footer-box {
    max-width: 264px;
    margin-top: 61px;
}

.site-footer .footer-open-account {
    background-color: var(--yellow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 180px 180px 0 0;
    width: calc(100% - 60px);
    margin: auto;
    color: #fff;
    overflow: hidden;
}

.site-footer .footer-open-account .container {
    width: 100%;
}

.site-footer .footer-open-account .open-account-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 30px 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.site-footer .footer-open-account .open-account-wrapper p {
    max-width: 521px;
    margin-bottom: 0;
    /* color: var(--paragrey); */
    color: #fff;
    font-size: 14px;
}

.site-footer .footer-open-account .open-account-wrapper .yellow-common-btn {
    background-color: var(--mainblue);
    color: var(--white);
}

.site-footer .footer-open-account .open-account-wrapper .yellow-common-btn:hover {
    background: #1F233D80;
    color: var(--white);
}

.celebrate-more .celebrate-wrapper .yellow-common-btn:hover {
    background: #1F233D80;
    color: var(--white);
}

.site-footer .footer-open-account .open-account-wrapper::before {
    content: "";
    position: absolute;
    /* background-image: url("../images/footer-top-pattern.png"); */
    height: 145px;
    width: 228px;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
    right: 150px;
}

/* 404 page */
.error-404.not-found {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 150px 0px 100px 0px;
    color: var(--primary);
}

.error-404.not-found h1.page-title {
    font-size: 180px;
    line-height: 1;
    font-weight: 900;
    position: relative;
}

.error-404 .page-content p {
    font-size: 26px;
}



/* hero-section */
.yellow-common-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #5602FF;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    border-radius: 8px;
    font-weight: 600;
}

.yellow-common-btn:hover {
    background-color: #5602ff89;
    /* color: var(--mainblue); */
    color: #fff;
}

.hero-side-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: 24px;
    color: var(--mainblue);
    gap: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-side-btn:hover {
    color: #ee5606;
}

.hero-section {
    padding-top: 100px;
}

.hero-section .hero-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
}

.banner-pattern-two .hero-wrapper {
    min-height: 484px;
}

.hero-section .hero-wrapper .hero-contentwrapper {
    width: 33%;
}

.cfd_trading-hero-section .hero-wrapper .hero-contentwrapper {
    max-width: 538px;
    width: unset;
    padding-bottom: 15px;
}

.hero-section .hero-wrapper .hero-contentwrapper .content-main-wrapper h1 {
    font-family: "Anek Telugu";
    font-size: 72px;
    line-height: 1;
    color: var(--mainblue);
    margin-bottom: 16px;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

.hero-section .hero-wrapper .hero-contentwrapper .content-main-wrapper p {
    color: var(--paragrey);
    font-weight: 400;
}

.hero-section .hero-wrapper .hero-contentwrapper .content-main-wrapper .hero-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-main-wrapper .hero-btn-wrapper a i {
    background-color: var(--yellow);
}

.hero-section .hero-wrapper .right-content-wrapper {
    width: 33%;
}

.hero-section .hero-wrapper .right-content-wrapper .main-right-wrapper {
    row-gap: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-section .hero-wrapper .right-content-wrapper .single-rightcard {
    padding: 24px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 64px 0px rgba(255, 171, 1, 0.12);
    box-shadow: 0px 16px 64px 0px rgba(255, 171, 1, 0.12);
    width: 260px;
    background-color: var(--white);
}

.hero-section .hero-wrapper .right-content-wrapper .single-rightcard h4 {
    color: var(--mainblue);
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 8px;
}

.hero-section .hero-wrapper .right-content-wrapper .single-rightcard p {
    color: var(--paragrey);
}

.hero-section .hero-wrapper .center-imgwrapper {
    padding-bottom: 40px;
    width: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 57%;
    justify-content: center;
}

.home-hero-banner .hero-wrapper .center-imgwrapper {
    margin-top: -46px;
}

.hero-section .hero-wrapper .center-imgwrapper::after {
    content: "";
    background: -o-linear-gradient(291.58deg, rgba(229, 237, 248, 0) 30.86%, rgba(218, 149, 1, 0.32) 87.31%);
    background: linear-gradient(158.42deg, rgba(229, 237, 248, 0) 30.86%, rgb(1 2 218 / 32%) 87.31%);
    height: 975px;
    max-width: 305px;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: -1;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.hero-section .hero-wrapper .center-imgwrapper .left-floating,
.hero-section .hero-wrapper .center-imgwrapper .right-floating {
    position: absolute;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    -webkit-box-shadow: 0px 14px 20.2px 0px #00000040;
    box-shadow: 0px 14px 20.2px 0px #00000040;
}

.hero-section .hero-wrapper .center-imgwrapper .right-floating {
    bottom: 75px;
    right: 30px;
}

.hero-section .hero-wrapper .center-imgwrapper .left-floating {
    top: 110px;
    left: 45px;
}

.hero-wrapper .hero-contentwrapper,
.hero-section .hero-wrapper .right-content-wrapper {
    padding: 135px 0 15px;
}

.icon-right {
    -webkit-mask-image: url("../images/icon-right-chevron.svg");
}

.icon-request {
    -webkit-mask-image: url("../images/icon-request.svg");
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.hero-side-btn:hover .icon-request {
    background-color: #ee5606;
}

.icon {
    width: 24px;
    height: 24px;
    /* background-color: var(--mainblue); */
    background-color: #fff;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}


/* palans pricing */
/* .banner-pattern-two{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;min-height: 482px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: relative;background-position: bottom center;background-repeat: no-repeat;background-size: 60%;background-image: url("../images/pattern-two-bgimg.webp");} */
.banner-pattern-two {
    overflow: hidden;
    position: relative;
}

.banner-pattern-two::before {
    background-image: url("../images/pattern-two-bgimg.png");
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    background-size: contain;
    width: 100%;
    height: 100%;
    right: -90px;
    bottom: 0;
    background-position: bottom center;
    z-index: -1;
}

.banner-pattern-two .hero-wrapper .hero-contentwrapper {
    width: 100%;
    text-align: center;
    padding: 135px 0 20px;
}

.banner-pattern-two .hero-wrapper .hero-contentwrapper .content-main-wrapper .hero-btn-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* plans card */
.plans-details-wrapper .row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plans-details-wrapper .w-50 {
    width: calc(50% - 10px);
}

.plans-details-wrapper .w-100 {
    width: 100%;
}

.plans-card {
    background: #F3F3F3;
    border-radius: 20px;
    height: 100%;
}

.plans-card-header-wrapper {
    background: #1F233D;
    min-height: 238px;
    padding: 38px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.plans-card-header {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: var(--white);
}

.plans-card-header .card-title {
    font-family: "Anek Telugu";
    margin-bottom: 6px;
    line-height: 1.16;
}

.card-plans-btn {
    background: #EE5606;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    padding: 10px 16px;
    width: 100%;
    text-align: center;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.card-plans-btn:hover {
    background: #ee5706c1;
    color: var(--white);
}

.plans-card-header p {
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.42;
    font-family: 'Neuething Sans';
}

.plans-card-list-details {
    padding: 20px 24px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.plans-details-wrapper .w-100 .plans-card-list-details {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    max-width: 1436px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 24px 38px;
}

.plans-card-list-details ul {
    list-style: disc;
    padding: 0px 0px 0px 24px;
    width: 100%;
}

.plans-card-list-details ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    margin-bottom: 13px;
}

.plans-card-list-details ul li.disable {
    opacity: 0.5;
}

.financial-future-plans .future-imgdiv {
    padding-top: 10px;
}

/* plans card */


/* better tradding experience */
.better-tradding-experience {
    font-family: 'Anek Telugu';
}

.better_tradding-experience-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    gap: 93px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.better_tradding_experience-iteam {
    width: calc(21% - 93px);
}

.better_tradding_experience-iteam img {
    width: 40px;
    height: 46px;
    margin-bottom: 16px;
}

.better_tradding_experience-content {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}

/* better tradding experience */

/* our company */
.our_company-about-us .content-wrapper {
    background-image: url('../images/about_us-right_img.png') !important;
}

.our_company-about-us .future-container .about-us_content-wrapper p {
    margin-bottom: 27px;
}

.our_company-about-us .future-container .about-us_content-wrapper .content-main-div {
    max-width: 473px;
    width: 100%;
    padding: 115px 0 0 140px;
}

.our_company-about-us .future-container .about-us_content-wrapper .future-imgdiv {
    right: 380px;
    position: absolute;
    max-width: 272px;
}

/* our company  */

/* our company two column content  */
.our_company-two-column_content .row_wrapper {
    max-width: 1388px;
    margin: auto;
    gap: 168px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.our_company-two-column_content .our_company-left-col_content,
.our_company-two-column_content .our_company-right-col_content {
    max-width: 610px;
    width: 100%;
}

/* competative plan section */
.competative-plan {
    background-color: var(--black);
}

.competative-plan .competative-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.competative-plan .competative-content {
    color: var(--white);
    width: 40%;
    max-width: 472px;
    padding: 90px 0;
}

.competative-plan .competative-content p {
    opacity: 0.8;
}

.competative-plan .competative-content h2 {
    font-family: "Anek Telugu";
    line-height: 1.1;
}

.competative-plan .competative-content .exploreplan {
    width: fit-content;
    color: var(--yellow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.competative-plan .competative-content .exploreplan:hover {
    color: var(--white);
}

.competative-plan .competative-content .exploreplan:hover .icon {
    background-color: var(--white);
}

.competative-plan .competative-content .icon-right-arrow {
    -webkit-mask-image: url("../images/icon-right-arrow.svg");
    mask-image: url("../images/icon-right-arrow.svg");
    background-color: var(--yellow);
    transition: 0.3s ease;
}

.competative-plan .image-wrapper {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* feature-list section */
.feature-list-section {
    position: relative;
    overflow: hidden;
}

.feature-list-section .list-wrapper {
    gap: 35px 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 60px minmax(0, 1fr) 60px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 70%;
}

.feature-list-section .list-wrapper h4 {
    font-family: "Anek Telugu";
    margin-bottom: 8px;
    text-transform: capitalize;
}

.feature-list-section .list-wrapper p {
    color: var(--paragrey);
    opacity: 0.7;
}

.feature-list-section .list-wrapper .learmore {
    width: fit-content;
    color: var(--mainblue);
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-list-section .list-wrapper .learmore:hover {
    color: var(--yellow);
}

.feature-list-section .list-wrapper .learmore .icon {
    width: 12px;
    height: 12px;
    -webkit-mask-image: url("../images/ChevronRightyellow.svg");
    mask-image: url("../images/ChevronRightyellow.svg");
    background-color: #B8A4FF;
}

.feature-list-section .list-wrapper .feature-iconbox {
    width: 41px;
    height: 46px;
    margin-bottom: 18px;
}

.feature-list-section .feature-listwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-list-section .feature-listwrapper .sideimg-div {
    margin-right: -60px;
}

/* celebrate more */
.celebrate-more {
    margin-top: 40px;
    overflow: hidden;
    padding-top: 80px;
}

.celebrate-more .celebrate-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    background-color: #b8a4ff;
    max-width: 1308px;
    margin: auto;
    -webkit-transform: skew(16deg);
    -ms-transform: skew(16deg);
    transform: skew(16deg);
    border-radius: 10px;
    padding: 0 40px;
    position: relative;
}

.celebrate-more .celebrate-wrapper::before {
    background-image: url("../images/left-pattern.svg");
    left: -195px;
}

.celebrate-more .celebrate-wrapper::after {
    background-image: url("../images/right-pattern.svg");
    right: -195px;
}

.celebrate-more .celebrate-wrapper::before,
.celebrate-more .celebrate-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) skew(-16deg);
    -ms-transform: translate(0, -50%) skew(-16deg);
    transform: translate(0, -50%) skew(-16deg);
    width: 247px;
    height: 80px;
    z-index: -1;
    display: none;
}

.celebrate-more .celebrate-wrapper .image-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transform: skew(-16deg);
    -ms-transform: skew(-16deg);
    transform: skew(-16deg);
}

.celebrate-more .celebrate-wrapper .image-wrapper img {
    position: absolute;
    bottom: 0;
    margin-left: 85px;
}

.celebrate-more .celebrate-wrapper .celebrate-content h2 {
    font-family: "Anek Telugu";
    color: #0C263A;
    line-height: 1.1;
}

.celebrate-more .celebrate-wrapper .celebrate-content {
    width: 50%;
    padding: 46px 0 40px;
    -webkit-transform: skew(-16deg);
    -ms-transform: skew(-16deg);
    transform: skew(-16deg);
}

.celebrate-more .celebrate-wrapper .celebrate-content p {
    color: var(--paragrey);
    margin-bottom: 25px;
}

.celebrate-more .celebrate-wrapper .yellow-common-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--mainblue);
    color: var(--white);
}

/* why-trade-section section */
.why-trade-section .title-wrapper h2 {
    text-align: center;
    text-transform: capitalize;
    font-family: "Anek Telugu";
}

.why-trade-section .content-wrapper {
    max-width: 1160px;
    margin: 26px auto 0;
}

.faq-section.why-trade-section .content-wrapper {
    margin-top: 0;
}

.why-trade-section .content-wrapper .accordion-header {
    background-color: #F1F4FB;
    padding: 22px 46px 22px 22px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.why-trade-section .content-wrapper .accordion-header.active {
    background-color: var(--mainblue);
}

.why-trade-section .content-wrapper .accordion-header.active h4 {
    color: var(--white);
}

.why-trade-section .content-wrapper .accordion-header h4 {
    color: var(--mainblue);
    margin-bottom: 0;
    line-height: 1.4;
    font-family: "Anek Telugu";
    text-transform: capitalize;
}

.why-trade-section .content-wrapper .accordion-item {
    margin-bottom: 26px;
}

.why-trade-section .content-wrapper .accordion-item:last-of-type {
    margin-bottom: 0;
}

.why-trade-section .content-wrapper .accordion-item .accordion-content {
    padding: 10px 22px 0;
    display: none;
}

.why-trade-section .content-wrapper .accordion-item .accordion-content p {
    color: var(--paragrey);
    opacity: 0.7;
}

.why-trade-section .content-wrapper .accordion-header.active .icon {
    background-color: var(--white);
    rotate: 270deg;
}

.why-trade-section .content-wrapper .accordion-header .icon {
    rotate: 90deg;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* achievement-section */
.achievement-section .title-wrapper h2 {
    text-align: center;
    text-transform: capitalize;
    font-family: "Anek Telugu";
    margin-bottom: 6px;
}

.achievement-section .title-wrapper p {
    text-align: center;
    opacity: 0.7;
    color: #4E5C66;
}

.achievement-section .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 164px;
    margin-top: 41px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.achievement-section .content-wrapper .achive-contentbox {
    max-width: 316px;
}

.achievement-section .content-wrapper .achive-contentbox .singleachive {
    margin-bottom: 40px;
    text-align: left;
}

.achievement-section .content-wrapper .achive-contentbox .singleachive h4 {
    font-weight: 600;
    font-family: "Anek Telugu";
}

.achievement-section .content-wrapper .achive-contentbox .singleachive p {
    opacity: 0.7;
    margin-bottom: 4px;
    color: var(--paragrey);
}

.achievement-section .content-wrapper .achive-contentbox .singleachive:last-of-type {
    margin-bottom: 0;
}

/* testimonial-section */
.testimonial-section .title-wrapper h2 {
    text-align: center;
    text-transform: capitalize;
    font-family: "Anek Telugu";
    margin-bottom: 6px;
}

.testimonial-section .title-wrapper p {
    text-align: center;
    opacity: 0.7;
    color: #4E5C66;
}

.testimonial-section .testimonial-swiper {
    margin-top: 50px;
    padding-bottom: 80px;
}

.testimonial-section .swiper-slide {
    position: relative;
    height: auto;
}

.swiper-slide:not(.swiper-slide-active)::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.5)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide.swiper-slide-next:not(.swiper-slide-active)::after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.5)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
}

.testimonial-section .slide-content {
    background-color: #F1F4FB;
    padding: 28px 40px;
    border-radius: 16px;
    height: 100%;
}

.testimonial-section .slide-content p {
    color: var(--mainblue);
    margin: 17px 0;
}

.testimonial-section .slide-content .customer-deatilsdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    align-items: center;
}

.testimonial-section .slide-content .client-img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    display: none;
}

.testimonial-section .slide-content .client-content p {
    color: #0D0D0D;
    margin: 0;
}

.testimonial-section .slide-content .client-content p:first-child {
    font-weight: 600;
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
    position: absolute;
    bottom: 0;
    top: initial;
    color: #000000;
    font-size: 10px;
    left: 50%;
    width: 35px;
    height: 35px;
    background: #4E5C66;
    border-radius: 100%;
}

.testimonial-section .swiper-button-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 23px !important;
}

.testimonial-section .swiper-button-next:after,
.testimonial-section .swiper-button-prev:after {
    content: '';
    -webkit-mask-image: url("../images/icon-right-chevron.svg");
    mask-image: url("../images/icon-right-chevron.svg");
    background-color: var(--white);
    height: 24px;
    width: 21px;
}

.testimonial-section .swiper-button-next {
    margin-left: 15px;
}

.testimonial-section .swiper-button-prev {
    margin-left: -45px;
}


/* cfd trading */
.cfd_trading-hero-section {
    overflow: hidden;
    position: relative;
}

.cfd_trading-hero-section .cfd_trading-imgwrapper::after {
    display: none;
}

.cfd_trading-hero-section .hero-wrapper {
    gap: 300px;
    position: relative;
    min-height: 482px;
}

.cfd_trading-hero-section .hero-wrapper .center-imgwrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 0;
}

/* .cfd_trading-hero-section .hero-wrapper .center-imgwrapper{top: -55px;} */
.cfd_trading-hero-section .hero-wrapper-bg {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: inherit;
    width: 100%;
}

.cfd_trading-hero-section .hero-wrapper-bg::after {
    position: absolute;
    bottom: -20px;
    right: -252px;
    content: url("../images/trading-banner-newbg.png");
    z-index: -1;
}

.banner-w484 {
    max-width: 484px !important;
}

/* inner-page-faq section */
.inner-page-faq .title-wrapper h2 {
    text-align: center;
    text-transform: capitalize;
    font-family: "Anek Telugu";
}

.inner-page-faq .content-wrapper {
    max-width: 1160px;
    margin: 26px auto 0;
}

.inner-page-faq .content-wrapper .accordion-header {
    background-color: #F1F4FB;
    padding: 22px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.inner-page-faq .content-wrapper .accordion-header.active {
    background-color: var(--mainblue);
}

.inner-page-faq .content-wrapper .accordion-header.active h4 {
    color: var(--white);
}

.inner-page-faq .content-wrapper .accordion-header h4 {
    color: var(--mainblue);
    margin-bottom: 0;
    line-height: 1.4;
    font-family: "Anek Telugu";
    text-transform: capitalize;
}

.inner-page-faq .content-wrapper .accordion-item {
    margin-bottom: 26px;
}

.inner-page-faq .content-wrapper .accordion-item:last-of-type {
    margin-bottom: 0;
}

.inner-page-faq .content-wrapper .accordion-item .accordion-content {
    padding: 10px 22px 0;
    display: none;
}

.inner-page-faq .content-wrapper .accordion-item .accordion-content p {
    color: var(--paragrey);
    opacity: 0.7;
}

.inner-page-faq .content-wrapper .accordion-item .accordion-content ul {
    padding-left: 20px;
    color: var(--paragrey);
    opacity: 0.7;
    list-style-type: disc;
}

.inner-page-faq .content-wrapper .accordion-item .accordion-content ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.inner-page-faq .content-wrapper .accordion-header.active .icon {
    background-color: var(--white);
    rotate: 270deg;
}

.inner-page-faq .content-wrapper .accordion-header .icon {
    rotate: 90deg;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/* start-trading-steps */
.start-trading-steps {
    padding-top: 0 !important;
}

.start-trading-steps .container-start {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20.69%, rgba(229, 237, 248, 0)), color-stop(105.14%, rgba(218, 149, 1, 0.32)));
    background: -o-linear-gradient(bottom, rgba(229, 237, 248, 0) 20.69%, rgba(1, 52, 218, 0.195) 105.14%);
    background: linear-gradient(360deg, rgba(229, 237, 248, 0) 20.69%, rgba(1, 55, 218, 0.32) 105.14%);
    padding: 36px 15px;
}

.start-trading-steps .title-wrapper h3 {
    text-align: center;
    text-transform: capitalize;
    font-family: "Anek Telugu";
}

.start-trading-steps .content-wrapper {
    max-width: 1268px;
    margin: 36px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.start-trading-steps .content-wrapper .single-step-box {
    min-width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.start-trading-steps .content-wrapper h4 {
    font-family: "Anek Telugu";
    margin-top: 10px;
}


/* why-choose-trading */
.why-choose-trading .why-choose-content h2 {
    text-transform: capitalize;
    font-family: "Anek Telugu";
    margin-bottom: 48px;
}

.why-choose-trading .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1106px;
    margin: 0 auto;
}

.why-choose-trading .why-choose-content {
    max-width: 512px;
}

.why-choose-trading .single-box-trading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.why-choose-trading .single-box-trading:last-of-type {
    margin-bottom: 0;
}

.why-choose-trading .single-box-trading .trading-imgbox {
    height: 42px;
    width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-choose-trading .single-box-trading .feature-content {
    width: calc(100% - 58px);
}

.why-choose-trading .single-box-trading .feature-content h4 {
    margin-bottom: 5px;
    font-family: "Anek Telugu";
    text-transform: capitalize;
}

.why-choose-trading .single-box-trading .feature-content p {
    opacity: 0.6;
}


/* trading-about */
.trading-about .about-container {
    background-color: #100B01;
    border-radius: 10px;
    padding: 80px 15px 70px;
    background-image: url("../images/about-bg-img.png");
    background-repeat: no-repeat;
    background-position: center;
}

.trading-about .about-wrapper {
    max-width: 1386px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.trading-about .about-wrapper .single-about-box {
    max-width: 542px;
    color: var(--white);
}

.trading-about .about-wrapper .single-about-box h4 {
    font-family: "Anek Telugu";
}

.trading-about .about-wrapper .single-about-box p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}

.trading-about .about-wrapper .single-about-box .hero-side-btn {
    margin-top: 24px;
    color: #fff;
}

.trading-about .about-wrapper .single-about-box .hero-side-btn:hover {
    color: var(--white);
}

.trading-about .about-wrapper .single-about-box .hero-side-btn:hover .icon {
    background-color: var(--white);
}

.trading-about .about-wrapper .single-about-box .icon-request {
    /* background-color: var(--yellow); */
    background-color: #fff;
}

/* financial-future */
.financial-future .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 150px;
    background-color: #100B01;
    border-radius: 10px;
    background-image: url("../images/financial-future-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    overflow: hidden;
    position: relative;
}

.financial-future.commodities-div .content-wrapper {
    padding-top: 10px;
}

.financial-future .content-wrapper .content-main-div {
    max-width: 780px;
    padding: 90px 0 60px 95px;
    color: var(--white);
}

.financial-future .content-wrapper h2 {
    font-family: "Anek Telugu";
}

.financial-future .content-wrapper p {
    margin-bottom: 36px;
}

.financial-future.indicies-page .future-imgdiv {
    position: absolute;
    right: 240px;
}

/* legal-documents */
.legal-documents .content-wrapper {
    max-width: 1308px;
    margin: auto;
    background-color: #292E34;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.legal-documents .content-wrapper .single-docbox {
    padding-bottom: 14px;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px;
    border-bottom: 1px solid var(--paragrey)
}

.legal-documents .content-wrapper .single-docbox:last-of-type {
    margin-bottom: 0;
}

.legal-documents .content-wrapper .legal-content-box {
    padding-left: 100px;
}

.legal-documents .content-wrapper .single-docbox h4 {
    font-family: "Anek Telugu";
    text-transform: capitalize;
    margin-bottom: 0;
}

.legal-documents .content-wrapper .single-docbox a {
    color: #EE5606;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 62px;
}

.legal-documents .content-wrapper .single-docbox a .icon-read {
    -webkit-mask-image: url("../images/read-icon.svg");
    mask-image: url("../images/read-icon.svg");
    background-color: #EE5606;
}

.legal-documents .content-wrapper .legal-doc-ul {
    padding: 40px 0;
}

/* contact-us */
.contact-us .content-wrapper {
    max-width: 1150px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.contact-form-wrapper {
    max-width: 500px;
}

.contact-form-wrapper h2 {
    font-family: "Anek Telugu";
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contact-form-wrapper p {
    color: #334155;
}

.contact-support-box {
    max-width: 468px;
}

.contact-support-box .icon-calender {
    -webkit-mask-image: url("../images/Calendar-icon.svg");
    mask-image: url("../images/Calendar-icon.svg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-support-box .icon-time {
    -webkit-mask-image: url("../images/time-icon.svg");
    mask-image: url("../images/time-icon.svg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-support-box .icon-call {
    -webkit-mask-image: url("../images/contact-call.svg");
    mask-image: url("../images/contact-call.svg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-support-box .icon-mail {
    -webkit-mask-image: url("../images/contact-sms.svg");
    mask-image: url("../images/contact-sms.svg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-form {
    margin-top: 50px;
}

.input-wrapper {
    margin-bottom: 24px;
}

.input-wrapper label {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    color: #1E293B;
    margin-bottom: 5px;
    font-weight: 400;
}

.input-wrapper input {
    border-radius: 8px;
    border: 1px solid #1E293B;
    min-height: 50px;
    padding: 8px 12px;
    background-color: var(--white);
}

.input-wrapper textarea {
    border-radius: 8px;
    border: 1px solid #1E293B;
    min-height: 108px;
    padding: 20px 15px;
    background-color: var(--white);
    display: block;
}

button.yellow-common-btn,
.form-btn-wrapper input[type=submit] {
    cursor: pointer;
    background-color: var(--mainblue);
    color: var(--white);
    min-width: 220px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

button.yellow-common-btn:hover,
.form-btn-wrapper input[type=submit]:hover {
    background: #1F233D80;
    color: var(--white);
}

.contact-us .content-wrapper .contact-support-box h4 {
    font-family: "Anek Telugu";
    text-transform: capitalize;
}

.contact-us .content-wrapper .lines-box p {
    opacity: 0.5;
}

.contact-us .content-wrapper .lines-box .lines-day-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-us .content-wrapper .lines-box .lines-day-date p {
    color: #1F233D;
    opacity: 1;
}

.contact-us .content-wrapper .lines-box .lines-day-date h4 a {
    color: #EE5606;
    text-transform: initial;
}

.contact-us .content-wrapper .lines-box .lines-day-date h4 a:hover {
    color: var(--black);
}

.contact-us .content-wrapper .location-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 25px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.contact-us .content-wrapper .location-box h4 a {
    color: #EE5606;
    margin-top: 6px;
}

.contact-us .content-wrapper .location-box p {
    color: #091529;
}

.contact-us .content-wrapper .location-box .icon-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-mask-image: url("../images/location-icon.svg");
    mask-image: url("../images/location-icon.svg");
}

.contact-us .content-wrapper .location-box .locationbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.input-wrapper br {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    position: absolute;
}

.form-btn-wrapper {
    position: relative;
}

.form-btn-wrapper .wpcf7-spinner {
    display: flex;
    position: absolute;
    top: calc(50% - 12px);
    left: 250px;
    margin: 0;
    background-color: var(--mainblue);
    opacity: 1;
}

.form-btn-wrapper input[type=submit] {
    display: flex;
    gap: 8px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    width: fit-content;
    line-height: 24px;
    padding: 15px 25px;
    height: auto;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 13px;
    padding: 10px;
    margin: 16px 0 0;
    text-align: center;
    border-radius: 8px;
}

.btn-wrapper.mobile-view {
    display: none;
}

.trade-content {
    word-break: break-word;
}

.step-img-box {
    width: 50px;
}