/* main website style */

html,
body,
div,
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%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.3;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.overflow {
    overflow: hidden;
}

/*  */

@-webkit-keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade_top {
    -webkit-animation-name: fade_top;
    animation-name: fade_top;
}

.swiper-pagination-progressbar {
    background: rgb(0 0 0 / 3%);
}

@-webkit-keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

@keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

.slide_left {
    -webkit-animation-name: slide_left;
    animation-name: slide_left;
}

@-webkit-keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

@keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

.slide_right {
    -webkit-animation-name: slide_right;
    animation-name: slide_right;
}

/*  */

@font-face {
    font-family: 'switzerextrabold';
    src: url('../fonts/switzer-extrabold.woff2') format('woff2'), url('../fonts/switzer-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'switzersemibold';
    src: url('../fonts/switzer-semibold.woff2') format('woff2'), url('../fonts/switzer-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'switzer_variableregular';
    src: url('../fonts/switzer-variable.woff2') format('woff2'), url('../fonts/switzer-variable.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'switzerbold';
    src: url('../fonts/switzer-bold.woff2') format('woff2'), url('../fonts/switzer-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'switzerlight';
    src: url('../fonts/switzer-light.woff2') format('woff2'), url('../fonts/switzer-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'switzermedium';
    src: url('../fonts/switzer-medium.woff2') format('woff2'), url('../fonts/switzer-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'switzerregular';
    src: url('../fonts/switzer-regular.woff2') format('woff2'), url('../fonts/switzer-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--variable-font-family);
    color: var(--secondary-color);
    overflow-x: hidden;
}

:root {
    --variable-font-family: 'switzer_variableregular';
    --primary-font-family: 'switzerregularr';
    --medium-font-family: 'switzermedium';
    --light-font-family: 'switzerlight';
    --bold-font-family: 'switzerbold';
    --semibold-font-family: 'switzersemibold';
    --extrabold-font-family: 'switzerextrabold';
    --primary-color: #0040FF;
    --secondary-color: #0F1418;
    --white-color: #ffffff;
    --grey-color: #5C7080;
    --yellow-color: #f8fa37;
    --light-grey-color: #acbecc;
    --banner-background: #f5f5f5;
    --banner-background-blue: #f1f7fb;
    --footer-hover-color: #C2D6FF;
    --aspect-ratio-bg: #cccc;
    --banner-font: 6.25rem;
    --title-font: 3.75rem;
    --title2-font: 3rem;
    --title3-font: 2.25rem;
    --web-menu-font-size: 2rem;
    --sub-font: 3.5rem;
    --subtitle-font-size: 1.5rem;
    --para-font-size: 1.3rem;
    --para2-font-size: 1.5rem;
    --link2-font-size: 1.125rem;
    --link-font-size: 1rem;
    --small-font-size: 0.875rem;
}

::-webkit-scrollbar {
    width: 7px;
}

/* Track */

::-webkit-scrollbar-track {
    background: var(--white-color);
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

/* comon */

a {
    text-decoration: none;
    color: unset;
}

a:focus-visible {
    outline: unset;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
}

.ac-container {
    width: 85%;
    margin: 0 auto;
}

.ac-container2 {
    width: 95%;
    margin: 0 auto;
}

.section-padding {
    padding: 5rem 0;
}

.section-bg {
    background-color: var(--banner-background);
}

.section-bg-blue {
    background-color: var(--banner-background-blue);
}

section .title h4 {
    font-size: var(--title-font);
    font-family: var(--extrabold-font-family);
    line-height: 1;
}

section .title h2 {
    font-size: var(--title2-font);
    font-family: var(--extrabold-font-family);
    line-height: 1;
}

section .title h3 {
    font-size: var(--title3-font);
    font-family: var(--extrabold-font-family);
    line-height: 1;
}

section .title-para {
    font-size: var(--title3-font);
    line-height: 1;
}

section .title p {
    font-size: var(--subtitle-font-size);
    padding-top: 2rem;
}

section .title p a {
    font-weight: bold;
    color: var(--primary-color);
}

section .para-small p {
    font-size: var(--link2-font-size);
}

section .para p {
    font-size: var(--para-font-size);
}

section .para-big p {
    font-size: var(--para2-font-size);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
}

#pb0 {
    padding-bottom: 0 !important;
}

#pt0 {
    padding-top: 0 !important;
}

.swiper-slide {
    background-color: var(--white-color);
}

.box-gap {
    padding: 3.75rem;
}

.box-gap2 {
    padding: 2rem;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: unset;
}

.knowmore,
.readmore {
    margin-top: 3rem;
    width: fit-content;
    padding: unset;
}

.knowmore a img,
.readmore a img {
    width: 2rem;
    transition: all ease-in-out 0.5s;
}

.knowmore .more-grey {
    opacity: 1;
    transition: all ease 0.5s;
}

.knowmore .more-blue {
    opacity: 0;
    transition: all ease 0.5s;
    position: absolute;
    left: 0%;
    top: 0%;
}

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

.knowmore a,
.readmore a {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: var(--link2-font-size);
    font-family: var(--light-font-family);
    transition: all ease-in-out 0.5s;
    width: fit-content;
}

.knowmore a:hover img,
.readmore a:hover img {
    transform: scale(1.15);
}

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

.knowmore:hover .more-grey {
    opacity: 0;
}

.knowmore:hover .more-blue {
    opacity: 1;
}

.knowmore.active img {
    transform: rotate(180deg);
}

.knowmore.active:hover img {
    transform: scale(1.1) rotate(180deg);
}

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

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

.pt0 {
    padding-top: 0;
}

/* comon end */

/* floting contact */

.quickEnquiryOverlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .5);
    z-index: -999;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
}

.quickEnquiryOverlay.contact_active {
    z-index: 99999 !important;
    opacity: 1;
    visibility: visible;
}

.contact_form_floting {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 500px;
    height: auto;
    padding: 2rem;
    border: 1px solid var(--light-grey-color);
    background-color: var(--white-color);
    /* box-shadow: 1px 1px 7px 4px rgba(63, 63, 63, 0.8); */
    z-index: 999999;
    transition: all ease 0.6s;
    visibility: hidden;
    opacity: 0;
}

.contact_form_floting.contact_active {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    opacity: 1;
}

.floating_contact_submit {
    text-align: center;
}

.floating_contact_submit button {
    background-color: var(--primary-color);
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    font-size: var(--link2-font-size);
    color: var(--white-color);
    margin-top: 2rem !important;
    margin: 0 auto;
    transition: all ease 0.4s;
}

.floating_contact_submit button:hover {
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
}

.floating_contact_submit button:hover p {
    color: var(--primary-color) !important;
}

.contact_form_floting .form-control {
    width: 95%;
}

.form_title {
    padding-bottom: 1.5rem;
    color: var(--primary-color);
    font-size: var(--title3-font);
    text-align: center;
    font-family: var(--bold-font-family);
}

/* header start */

body.remove_scroll {
    overflow-y: hidden;
}

body.contact_active {
    overflow-y: hidden;
}

body.fancybox-active .header {
    display: none;
}

.header.header_none .header_content>div:nth-child(2) {
    display: none;
}

.header.header_none .header_content>div:nth-child(3) {
    display: none;
}

.header.header_none .header_content>div:nth-child(4) {
    display: none;
}

.header.header_none .header_content {
    display: block;
    grid-template-columns: unset;
}

.header.header_none .alpha-logo {
    width: 17%;
    display: grid;
    margin: 0 auto;
}

.menu_list li {
    position: relative;
}

.menu_list li a.active p {
    color: var(--primary-color);
}

.menu_list li a.active p:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: var(--primary-color);
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 0;
    z-index: 99999;
    transition: all ease-in-out 0.6s;
    background-color: var(--white-color);
    border-bottom: 1px solid var(--light-grey-color);
}

.header.hide-header {
    top: -100%;
}

.header-content {
    border-bottom: 1px solid var(--light-grey-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
}

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

.alpha-logo {
    width: 65%;
    display: grid;
}

.nav-btn {
    display: none;
}

.bar .bar {
    display: block;
    height: 1px;
    width: 30px;
    background-color: var(--primary-color);
    margin: 0px auto 7px auto;
    transition: all 0.2s ease;
    float: right;
    clear: right;
}

.bar.top {
    transform: translateX(-6px);
}

.bar.bottom {
    width: 30px;
    margin: 0;
}

.bar a.active .nav-btn .bar.bottom {
    -webkit-transform: translateY(-5px) rotateZ(-45deg);
    -moz-transform: translateY(-5px) rotateZ(-45deg);
    -ms-transform: translateY(-5px) rotateZ(-45deg);
    -o-transform: translateY(-5px) rotateZ(-45deg);
    transform: translateY(-5px) rotateZ(-45deg);
    width: 30px;
}

.bar a.active .nav-btn .bar.top {
    -webkit-transform: translateY(4px) rotateZ(45deg);
    -moz-transform: translateY(4px) rotateZ(45deg);
    -ms-transform: translateY(4px) rotateZ(45deg);
    -o-transform: translateY(4px) rotateZ(45deg);
    transform: translateY(4px) rotateZ(45deg);
    width: 30px;
}

/* web header links */

.web_menu_links {
    position: absolute;
    background-color: var(--white-color);
    position: fixed;
    left: -92%;
    width: 100%;
    z-index: 9999;
    height: 100%;
    transition: all 1s ease;
    visibility: hidden;
}

.web_menu_links.active {
    left: 0;
    visibility: visible;
}

.web_menu_page {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

.header_content>div:nth-child(2).active {
    opacity: 0;
    pointer-events: none;
}

.header_content>div:nth-child(3).active {
    opacity: 0;
    pointer-events: none;
}

.bar .menu {
    display: inline-block;
}

.bar .close {
    display: none;
    transition: all 0.6s ease;
}

.bar a.active .menu {
    display: none;
    transition: all 0.6s ease;
}

.bar a.active .close {
    display: inline-block;
}

.web_menu_page>div {
    display: flex;
}

.web_menu_page>div>div:nth-child(1) {
    flex-basis: 30%;
}

.web_menu_page>div>div:nth-child(2) {
    flex-basis: 70%;
    border-right: 1px solid var(--light-grey-color);
    position: relative;
}

.web_menu_img {
    padding-top: 10rem !important;
    padding: 3rem;
    padding-left: 0 !important;
    border-right: 1px solid var(--light-grey-color);
    height: 100vh;
}

.web_menu_names_ul li p {
    font-size: var(--web-menu-font-size);
    color: var(--secondary-color);
    padding: 1.5rem;
    transition: all ease 0.4s;
}

.web_menu_names_ul li {
    position: relative;
    transition: all ease 1.2s;
}

.web_menu_names_ul li:hover p {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.web_menu_names_ul li:after {
    width: 0;
    height: 1px;
    position: absolute;
    content: "";
    background-color: var(--light-grey-color);
    transition: all ease 1.35s;
}

.web_menu_names_ul li.active:after {
    width: 100%;
}

.web_menu_names_ul {
    padding-top: 6rem;
}

.web_socials {
    position: absolute;
    bottom: 20%;
    width: 100%;
}

.web_socials_ul {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.web_socials_ul li {
    padding: 0.5rem;
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    position: relative;
    transition: all ease 0.4s;
}

.web_socials_ul li a {
    display: grid;
}

.web_socials_ul li img {
    width: 1.5rem;
}

.web_socials>div {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_text_web p {
    font-size: var(--para2-font-size);
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    transition: all ease 0.4s;
}

.login_text_web:hover p {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color);
}

.black_icon {
    opacity: 1;
    transition: all ease 0.4s;
}

.white_icons {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all ease 0.4s;
}

.web_socials_ul li:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.web_socials_ul li:hover .black_icon {
    opacity: 0;
}

.web_socials_ul li:hover .white_icons {
    opacity: 1;
}

.web_menu_names_ul li a.active p {
    color: var(--primary-color);
}

.web_menu_names_ul li:hover a.active p {
    color: var(--white-color);
}

/* mobile menu tab  */

.mobile_header {
    display: none;
}

.mobile_header {
    background-color: var(--white-color);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    right: -100%;
    transition: all 0.6s ease;
}

.mobile_header.active {
    right: 0;
}

.contact_form_floting.contact_float_none {
    display: none;
}

/* mobile menu tab-end  */

.header_content {
    padding: 1.5rem 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-areas: 'one one two two two two three three';
    align-items: center;
}

.header_content>div:nth-child(1) {
    grid-area: one;
}

.header_content>div:nth-child(2) {
    grid-area: two;
    text-align: center;
}

.header_content>div:nth-child(3) {
    grid-area: three;
    text-align: left;
}

.header_content>div:nth-child(4) {
    grid-area: four;
    text-align: left;
    display: none;
}

.header_content p {
    font-size: var(--small-font-size);
    font-weight: 600;
    white-space: nowrap;
}

.search a {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
    width: fit-content;
    margin-left: auto;
}

.search img {
    width: 1rem;
}

.menu_list {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
}

.bar a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    width: fit-content;
    margin-left: auto;
}

.nav-btn {
    outline-offset: unset;
    outline: unset;
}

.header.hide-header.active {
    top: 0 !important;
}

/* header-end */

/* footer-start */

.footer.footer_none {
    display: none;
}

.footer_links_ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer-links-content li {
    position: relative;
}

.footer-links-content a.active p {
    color: var(--white-color);
}

.footer-section {
    background-color: var(--primary-color);
    color: var(--footer-hover-color);
}

.footer-content>div:nth-child(1) {
    grid-area: one;
}

.footer-content>div:nth-child(2) {
    grid-area: two;
}

.footer-content>div:nth-child(3) {
    grid-area: three;
    border-right: 1px solid var(--light-grey-color);
    margin-bottom: 4rem;
    padding-right: 0.5rem;
}

.footer-content>div:nth-child(4) {
    grid-area: four;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
}

.footer-content>div:nth-child(5) {
    grid-area: five;
}

.footer-content>div:nth-child(6) {
    grid-area: six;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: 'one one . . two two''. . . . three four''five five . . six six';
}

.footer-section p {
    font-size: var(--link-font-size);
    font-family: var(--light-font-family);
    line-height: 1.4;
    text-transform: uppercase;
}

.footer-links-content li {
    position: relative;
    line-height: 1.4;
    width: fit-content;
}

.footer-links-content li:hover p {
    color: var(--white-color);
}

.stay-text {
    padding-bottom: 0.5rem;
    color: var(--white-color);
}

.email-input input {
    background-color: transparent;
    border: none;
    font-size: var(--link2-font-size);
    color: var(--footer-hover-color);
    width: 100%;
    border-bottom: 1px solid var(--white-color);
    padding: 0.5rem 0;
    font-family: var(--variable-font-family);
    text-transform: uppercase;
}

input:focus-visible {
    outline-offset: unset;
    outline: unset;
}

.input-arrow {
    position: absolute;
    right: 0;
    top: 12px;
}

.email-input input::placeholder {
    color: var(--footer-hover-color);
}

.input-arrow img {
    width: 8px;
}

.social-icons {
    display: flex;
    align-items: center;
    width: 50%;
    padding-top: 1rem;
    gap: 2rem;
}

.social-icons li {
    width: 1.2rem;
}

.footer-logo {
    width: 80%;
}

.app-download {
    display: flex;
    gap: 1rem;
    padding-top: 0.5rem;
    width: 50%;
}

.app-download img {
    border-radius: 5px;
}

.address {
    padding-left: 2rem;
}

.footer-section-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
}

.terms ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-section-two p {
    font-size: var(--small-font-size);
    color: var(--grey-color);
    font-family: var(--medium-font-family);
    text-transform: uppercase;
}

.powerby a:hover {
    color: #ff0000;
}

.contact-block-web {
    display: block;
}

.contact-block-mobile {
    display: none;
}

.privacy_ul {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.footer-section-two a.active p {
    color: var(--primary-color);
}

.contact_title {
    display: none;
}

/* footer-end */

/* section - background */

.number-pagination .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: unset;
    z-index: 10;
    top: 48%;
    left: 7%;
    width: 50px;
    bottom: unset;
    color: var(--primary-color);
    transform: translate(0%, 0%);
}

.banner-buttons {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    position: absolute;
    bottom: 10%;
    left: 4%;
    z-index: 9;
}

button p {
    font-size: var(--link2-font-size);
    color: var(--white-color);
    font-family: var(--medium-font-family);
}

button {
    border: none;
    background-color: unset;
    transition: all ease 0.4s;
    padding: 0;
}

button:focus-visible {
    outline: unset;
}

button:hover {
    background-color: transparent;
}

a button {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
}

button img {
    width: 2rem;
}

button.white-btn {
    background-color: var(--white-color) !important;
    color: var(--secondary-color);
    border: 1px solid transparent;
}

button.white-btn p {
    color: var(--secondary-color);
}

button.white-btn:hover {
    background-color: transparent !important;
    border: 1px solid var(--white-color);
}

button.white-btn:hover p {
    color: var(--white-color);
}

.contact-button-floating {
    position: fixed;
    bottom: 2%;
    right: 0.5%;
    z-index: 999999;
    transition: all ease 0.4s;
}

.contact-button-floating button>div {
    width: 36px;
    height: 36px;
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 1rem;
}

.contact-button-floating button {
    display: grid;
    place-items: center;
}

.contact-button-floating button img {
    width: 100%;
}

.contact-button-floating .email_icon {
    display: block;
}

.contact-button-floating .remove_icon {
    display: none;
}

.contact-button-floating button.contact_active .email_icon {
    display: none;
}

.contact-button-floating button.contact_active .remove_icon {
    display: block;
}

button.transp-btn {
    background-color: transparent;
    border: 1px solid var(--white-color);
}

button.transp-btn p {
    color: var(--white-color);
}

button.transp-btn:hover {
    background-color: var(--white-color);
    border: 1px solid transparent;
}

button.transp-btn:hover p {
    color: var(--secondary-color);
}

.regular-btn {
    opacity: 1;
    transition: all ease 0.4s;
}

.hover-btn {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all ease 0.4s;
}

.white-btn:hover .regular-btn {
    opacity: 0;
}

.white-btn:hover .hover-btn {
    opacity: 1;
}

.transp-btn:hover .regular-btn {
    opacity: 0;
}

.transp-btn:hover .hover-btn {
    opacity: 1;
}

/*banner  */

.number-pagination .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: unset;
    z-index: 10;
    top: unset;
    right: 4%;
    width: 50px;
    bottom: 17%;
    left: unset;
    color: var(--white-color);
    transform: translate(0%, 0%);
}

.banner-section {
    padding-top: 8rem;
}

.swiper_banner {
    width: 100%;
}

.swiper_banner img {
    aspect-ratio: 1427/669;
    background-color: var(--aspect-ratio-bg);
}

.banner_text {
    position: absolute;
    top: 10%;
    left: 4%;
    text-align: left;
    color: var(--white-color);
}

.banner_text h1 {
    font-size: var(--banner-font);
    padding-bottom: 1.5rem;
    font-family: var(--bold-font-family);
    line-height: 0.8;
}

.banner_text p {
    font-size: var(--subtitle-font-size);
    font-family: var(--bold-font-family);
}

.banner-text h1 {
    font-size: var(--banner-font);
    padding-bottom: 1.5rem;
    font-family: var(--bold-font-family);
    line-height: 0.8;
}

.banner-text p {
    font-size: var(--title3-font);
    font-family: var(--bold-font-family);
}

/*  */

/* accred section */

.accred_sub_title {
    font-family: var(--extrabold-font-family);
}

.accred_section-web {
    display: block;
}

.accred_section-mobile {
    display: none;
}

.accred_section-web {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* grid-template-areas: 'one two three four five''six seven eight nine ten'; */
    border: 1px solid var(--light-grey-color);
    margin-top: 5rem;
}

.accred_section-web>div {
    padding: 2rem;
    text-align: center;
}

.accred_section-web>div:nth-child(1) {
    /* grid-area: one; */
    border-right: 1px solid var(--light-grey-color);
    border-bottom: 1px solid var(--light-grey-color);
}

.accred_section-web>div:nth-child(2) {
    /* grid-area: two; */
    border-right: 1px solid var(--light-grey-color);
    border-bottom: 1px solid var(--light-grey-color);
}

.accred_section-web>div:nth-child(3) {
    /* grid-area: three; */
    border-right: 1px solid var(--light-grey-color);
    border-bottom: 1px solid var(--light-grey-color);
}

.accred_section-web>div:nth-child(4) {
    /* grid-area: four; */
    border-right: 1px solid var(--light-grey-color);
    border-bottom: 1px solid var(--light-grey-color);
}

.accred_section-web>div:nth-child(5) {
    /* grid-area: five; */
    border-right: 1px solid var(--light-grey-color);
    border-bottom: 1px solid var(--light-grey-color);
}

.accred_section-web>div:nth-child(6) {
    /* grid-area: six; */
    border-bottom: 1px solid var(--light-grey-color);
}

.accred_section-web>div:nth-child(7) {
    /* grid-area: seven; */
    /* border-top: 1px solid var(--light-grey-color); */
    border-right: 1px solid var(--light-grey-color);
}

.accred_section-web>div:nth-child(8) {
    /* grid-area: eight; */
    /* border-top: 1px solid var(--light-grey-color); */
    border-right: 1px solid var(--light-grey-color);
}

.accred_section-web>div:nth-child(9) {
    /* grid-area: nine; */
    border-right: 1px solid var(--light-grey-color);
    /* border-top: 1px solid var(--light-grey-color); */
}

.accred_section-web>div:nth-child(10) {
    border-right: 1px solid var(--light-grey-color);
    /* border-top: 1px solid var(--light-grey-color); */
}

.accred_section-web>div:nth-child(11) {
    border-right: 1px solid var(--light-grey-color);
    /* border-top: 1px solid var(--light-grey-color); */
}

.ring-img {
    width: 45%;
    margin: auto;
    padding: 0rem 0;
}

.ring-img img {
    aspect-ratio: 177/202;
}

.sub-title {
    padding-top: 1rem;
    border-top: 1px solid var(--white-color);
    font-family: var(--bold-font-family);
}

.award_text {
    font-size: var(--link2-font-size);
    padding-top: 2.5rem;
    /* font-family: var(--small-font-size); */
}

.awards-img img {
    aspect-ratio: 172/82;
}

/* family section */

.family_section {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: 'one one two two two two''. three three three three .';
}

.family_section>div:nth-child(1) {
    grid-area: one;
}

.family_section>div:nth-child(2) {
    grid-area: two;
    padding-left: 4rem;
}

.family_button-web {
    display: block;
}

.family_button-mobile {
    display: none;
}

.family_button {
    padding-top: 2rem;
}

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

.family_button button p {
    color: var(--white-color);
}

.family_button button:hover {
    background-color: var(--secondary-color);
}

.family_sub_text {
    font-size: var(--subtitle-font-size);
}

.family_section_detail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: 'one two three four''five six seven eight';
    border: 1px solid var(--light-grey-color);
}

.family_section_detail>div:nth-child(1) {
    grid-area: one;
    border-right: 1px solid var(--light-grey-color);
}

.family_section_detail>div:nth-child(2) {
    grid-area: two;
    border-right: 1px solid var(--light-grey-color);
}

.family_section_detail>div:nth-child(3) {
    grid-area: three;
    border-right: 1px solid var(--light-grey-color);
}

.family_section_detail>div:nth-child(4) {
    grid-area: four;
}

.family_section_detail>div:nth-child(5) {
    grid-area: five;
    border-top: 1px solid var(--light-grey-color);
    border-right: 1px solid var(--light-grey-color);
}

.family_section_detail>div:nth-child(6) {
    grid-area: six;
    border-top: 1px solid var(--light-grey-color);
    border-right: 1px solid var(--light-grey-color);
}

.family_section_detail>div:nth-child(7) {
    grid-area: seven;
    border-top: 1px solid var(--light-grey-color);
    border-right: 1px solid var(--light-grey-color);
}

.family_section_detail>div:nth-child(8) {
    grid-area: eight;
    border-top: 1px solid var(--light-grey-color);
}

.family_block_text {
    padding-top: 2rem;
    font-size: var(--subtitle-font-size);
    font-family: var(--extrabold-font-family);
    line-height: 1;
    padding-bottom: 1rem;
}

.finacial_section_detail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 'one two three';
    border-top: transparent;
    margin-top: 0;
    /* border-bottom: 1px solid var(--light-grey-color); */
}

.finacial_section_detail>div:nth-child(1) {
    grid-area: one;
    border-right: 1px solid var(--light-grey-color);
}

.finacial_section_detail>div:nth-child(2) {
    grid-area: two;
    border-right: 1px solid var(--light-grey-color);
}

.finacial_section_detail>div:nth-child(3) {
    grid-area: three;
    border-right: 1px solid var(--light-grey-color);
}

.family_img img {
    aspect-ratio: 475/446;
    background-color: var(--aspect-ratio-bg);
}

.family_block_img img {
    aspect-ratio: 291/213;
    background-color: var(--aspect-ratio-bg);
}

/* capablities */

.capabilities_section>div:nth-child(5) {
    display: none;
}

.capabilities_title {
    color: var(--white-color);
    position: absolute;
    top: 10%;
    left: 4%;
}

.capabilities_title p {
    font-family: var(--bold-font-family);
}

.capabilities_button button {
    border: 1px solid var(--white-color);
}

.capabilities_button button p {
    color: var(--white-color);
}

.capabilities_button button:hover {
    border: 1px solid var(--white-color);
    background-color: var(--white-color);
}

.capabilities_button button:hover p {
    color: var(--secondary-color);
}

.capabilities_button {
    position: absolute;
    bottom: 10%;
    left: 4%;
}

.capabilities_button .regular-btn {
    opacity: 1;
    transition: all ease 0.4s;
}

.capabilities_button .hover-btn {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all ease 0.4s;
}

.capabilities_button:hover .regular-btn {
    opacity: 0;
}

.capabilities_button:hover .hover-btn {
    opacity: 1;
}

.capabilities_btn {
    width: fit-content;
    margin-right: auto;
}

.capabilities_section {
    border: 1px solid var(--primary-color);
}

.capabllities_title_blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    column-gap: 5rem;
    justify-content: center;
}

.capablities_title_section {
    width: 90%;
    padding: 2rem;
    margin: 0 auto;
    padding-top: 0 !important;
}

.capabllities_title_blocks .title {
    padding-top: 2rem;
    border-top: 1px solid var(--secondary-color);
}

.capabllities_title_blocks>div:nth-child(1),
.capabllities_title_blocks>div:nth-child(2),
.capabllities_title_blocks>div:nth-child(3) {
    border-top: 0px;
}

.financial_life_section .capabllities_title_blocks .capablities_para,
.landing_blocks p {
    min-height: 200px;
}

.knowmore-btn button {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
    border: 1px solid var(--secondary-color);
}

.knowmore-btn button::after {
    position: absolute;
    width: 101%;
    height: 101%;
    background-color: var(--primary-color);
    content: "";
    top: 50%;
    left: 50%;
    border-radius: 50px;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%) scale(0);
}

.knowmore-btn button p {
    min-height: unset;
    padding: 0;
    transition: all 0.6s ease;
    color: var(--secondary-color);
    position: relative;
    z-index: 5;
    font-size: var(--subtitle-font-size);
}

.knowmore-btn button img {
    transition: all 0.6s ease;
    position: relative;
    z-index: 5;
}

.knowmore-btn button .more-white {
    display: none;
}

.capabllities_title_blocks>div:hover .knowmore-btn button p,
.landing_blocks:hover .knowmore-btn button p {
    color: var(--white-color);
}

.capabllities_title_blocks>div:hover .knowmore-btn button,
.landing_blocks:hover .knowmore-btn button {
    border-color: var(--primary-color);
}

.capabllities_title_blocks>div:hover .knowmore-btn button::after,
.landing_blocks:hover .knowmore-btn button::after {
    transform: translate(-50%, -50%) scale(1);
    border-radius: 0;
}

.capabllities_title_blocks>div:hover .knowmore-btn button .more-white,
.landing_blocks:hover .knowmore-btn button .more-white {
    display: inline-block;
}

.capabllities_title_blocks>div:hover .knowmore-btn button .more-blue,
.landing_blocks:hover .knowmore-btn button .more-blue {
    display: none;
}

.capabilities_btn:hover button p,
.video_media_buttons:hover button p {
    color: var(--white-color);
}

.capabilities_btn:hover button,
.video_media_buttons:hover button {
    border-color: var(--primary-color);
}

.capabilities_btn:hover button::after,
.video_media_buttons:hover button::after {
    transform: translate(-50%, -50%) scale(1);
    border-radius: 0;
}

.capabilities_btn:hover button .more-white,
.video_media_buttons:hover button .more-white {
    display: inline-block;
}

.capabilities_btn:hover button .more-blue,
.video_media_buttons:hover button .more-blue {
    display: none;
}

.video_media_buttons {
    width: fit-content;
    margin: 0 auto;
}

.knowmore-btn button p {
    padding-top: 0 !important;
}

.knowmore-btn {
    margin-top: 3rem;
}

.btn-icon-div {
    display: grid;
    place-items: center;
}

.capablities_detailblock_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5rem;
}

.capablities_detailblock_section .detail_block_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.capablities_img_section .capablities_img {
    aspect-ratio: 1427/462;
    background-color: var(--aspect-ratio-bg);
}

.capablities_img_section .capablities_img.web_image {
    display: block;
}

.capablities_img_section .capablities_img.mobile_image {
    display: none;
}

.detail_block_content_img img {
    aspect-ratio: 280/187;
    background-color: var(--aspect-ratio-bg);
}

/* investor section */

#investor-section {
    padding-top: 0;
}

.investor_section .title {
    padding-bottom: 3rem;
}

.investor_section .swiper-slide {
    text-align: left;
}

.investor_text {
    position: absolute;
    bottom: 20%;
    left: 20%;
    color: var(--white-color);
    width: 70%;
}

.investor-say {
    font-family: var(--light-font-family);
    padding-bottom: 2rem;
}

.quote_img {
    position: absolute;
    top: 15%;
    left: 9%;
    width: 10%;
}

.insvester-swiper .acc-grey {
    display: block;
    transition: all ease 0.5s;
}

.insvester-swiper .acc-blue {
    display: none;
    transition: all ease 0.5s
}

.insvester-swiper:hover .acc-grey {
    display: none;
}

.insvester-swiper:hover .acc-blue {
    display: block;
}

.insvester-swiper .acc-grey {
    display: block;
    transition: all ease 0.5s
}

.insvester-swiper .acc-blue {
    display: none;
    transition: all ease 0.5s
}

.insvester-swiper:hover .acc-grey {
    display: none;
}

.insvester-swiper:hover .acc-blue {
    display: block;
}

.insvester-swiper.swiper-button-next {
    top: unset;
    bottom: -9%;
    right: 10%;
    width: 2rem;
}

.insvester-swiper.swiper-button-prev {
    top: unset;
    bottom: -9%;
    right: 14%;
    left: unset;
    width: 2rem;
}

.insvester-swiper.swiper-pagination {
    /* left: 40%;
    bottom: -6%; */
    left: 50%;
    bottom: -6%;
    transform: translateX(-50%);
    width: 90%;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 2px;
    border-radius: unset;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
}

.investor_bg_img {
    width: 100%;
}

.investor_bg_img .investor_bg {
    aspect-ratio: 1188/435;
    background-color: var(--aspect-ratio-bg);
}

/* trending section */

.trending_section p {
    font-family: var(--extrabold-font-family);
}

.trending-block-img {
    width: 2rem;
    display: grid;
    position: relative;
}

.trending-block-img .more-grey {
    opacity: 1;
    transition: all ease 0.5s;
}

.trending-block-img .more-blue {
    opacity: 0;
    position: absolute;
    left: 0%;
    transform: translateY(0);
    transition: all ease 0.5s;
}

.trending-block-img:hover .more-grey {
    opacity: 0;
}

.trending-block-img:hover .more-blue {
    opacity: 1;
    transform: scale(1.1);
}

.trending-tag {
    position: absolute;
    top: 7%;
    right: 5%;
    padding: 0.3rem 1rem;
    border-radius: 15px;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: var(--small-font-size);
    font-family: var(--light-font-family);
}

.trending_blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--light-grey-color);
    margin: 3rem 0 0 0;
}

.trending_blocks>div:not(:last-child) {
    border-right: 1px solid var(--light-grey-color);
}

.trending-block-title {
    font-size: var(--subtitle-font-size);
    font-family: var(--variable-font-family) !important;
    line-height: 1;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.trending-block-company {
    font-size: var(--para-font-size);
    color: var(--primary-color);
    padding-bottom: 2rem;
    font-family: var(--variable-font-family) !important;
}

.trending-block-date p {
    font-size: var(--small-font-size);
    font-family: var(--variable-font-family);
    color: var(--grey-color);
}

.trending-block-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    border-top: 1px solid var(--light-grey-color);
}

.trending-tag p {
    font-family: var(--light-font-family);
}

.trending_img .trending-image {
    aspect-ratio: 465/243;
    background-color: var(--aspect-ratio-bg);
}

.trending_detail_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn-chg {
    display: grid;
}

.social-icons li a {
    display: grid;
}

.main_trending_block {
    width: calc(100% - 2px);
    border: 1px solid var(--light-grey-color);
}

.trending_swiper {
    margin-top: 3rem;
}

.trending_swiper .swiper-slide {
    text-align: left;
}

.trending-swiper.swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10%;
}

.video_section_padding {
    padding-top: 1rem !important;
}

.trending_text_blog {
    height: 160px;
}

.youtube_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
}

.trending_img .black {
    display: block;
}

.trending_img .red {
    display: none;
}

.trending_img:hover .black {
    display: none;
}

.trending_img:hover .red {
    display: block;
}

/* table */

.web_table {
    margin-top: 3rem;
}

.web_table table {
    width: 100%;
}

.web_table table th p {
    font-size: 1.25rem;
    padding-bottom: 1rem;
}

.web_table .heading {
    border-bottom: 1px solid var(--secondary-color);
}

.table_data td {
    padding-top: 1rem;
}

/* about page */

/* banner */

.about-banner-img {
    aspect-ratio: 1427/663;
    background-color: var(--aspect-ratio-bg);
}

.scroll-div {
    position: absolute;
    right: 5%;
    bottom: 10%;
    width: 70px;
    transition: all ease-in-out 0.4s;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    cursor: pointer;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* who section */

/* .who_section_content {
    padding-top: 4rem;
} */

.who_section_content_one .title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.who_section_content_one .title p {
    padding-left: 5rem;
    padding-top: 0;
}

.who_img {
    padding: 3rem 0;
    padding-top: 5rem;
}

.who_img img {
    aspect-ratio: 1427/442;
    background-color: var(--aspect-ratio-bg);
}

.why_do_you_need_section .who_section_content_one {
    padding-top: 0;
}

.who_section_content_one {
    padding-top: 2rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #d5d7d7d7;
}

.financial_life_section .capablities_detail_section {
    border: 1px solid var(--primary-color);
}

.who_section_content_two {
    padding-top: 3rem;
}

.who_grid_text {
    font-size: var(--title3-font);
    font-family: var(--bold-font-family);
    line-height: 1;
}

.who_grid_text .title {
    padding-bottom: 2rem;
}

.who_section_content_two_details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 'one two''six five''three four';
    gap: 0.2rem;
    padding-top: 2rem;
}

.who_section_content_two_details>div:nth-child(1) {
    grid-area: one;
}

.who_section_content_two_details>div:nth-child(2) {
    grid-area: two;
    position: relative;
}

.who_section_content_two_details>div:nth-child(3) {
    grid-area: three;
}

.who_section_content_two_details>div:nth-child(4) {
    grid-area: four;
    position: relative;
}

.who_section_content_two_details>div:nth-child(5) {
    grid-area: five;
}

.who_section_content_two_details>div:nth-child(6) {
    grid-area: six;
    position: relative;
}

.who_section_content_two_details>div:nth-child(1) img {
    aspect-ratio: 712/381;
    background-color: var(--aspect-ratio-bg);
}

.who_section_content_two_details>div:nth-child(3) img {
    aspect-ratio: 712/381;
    background-color: var(--aspect-ratio-bg);
}

.who_section_content_two_details>div:nth-child(6) img {
    aspect-ratio: 712/381;
    background-color: var(--aspect-ratio-bg);
}

.who_grid_text {
    position: absolute;
    top: 12%;
    left: 7%;
}

.who_section_content_two_details>div:nth-child(4) .who_grid_text li {
    position: relative;
    padding-left: 2rem;
}

.who_section_content_two_details>div:nth-child(4) .who_grid_text li::before {
    content: url(../images/about/vision/vision-point-icon.svg);
    position: absolute;
    top: 50%;
    left: 2%;
    width: 11px;
    transform: translateY(-56%);
}

/* approch section */

#approch_section {
    padding: 0;
}

.approch_section .title {
    position: absolute;
    top: 8%;
    left: 5%;
    color: var(--white-color);
}

.approch_section .title p {
    font-family: var(--bold-font-family);
}

.approch-img img {
    aspect-ratio: 1425/609;
    background-color: var(--aspect-ratio-bg);
}

.watch_button {
    position: absolute;
    bottom: 8%;
    right: 5%;
}

.approch_para {
    padding: 2rem 3rem;
}

.approch_section {
    border: 1px solid var(--light-grey-color);
}

.approch_img video {
    width: 1624px;
    height: 694px;
    object-fit: cover;
}

.black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99.5%;
    transition: all ease 0.4s;
    opacity: 1;
    background: rgb(0 0 0 / 50%);
    z-index: 0;
}

/* clients */

.tabs-details>div:nth-child(2) {
    text-align: center;
}

.tab-title .title p {
    color: var(--secondary-color) !important;
    font-family: var(--bold-font-family);
    padding-top: 0;
}

.tab-title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
}

.tab-title>div {
    padding: 1.3rem;
    padding-left: 4rem !important;
    cursor: pointer;
    position: relative;
    z-index: 18;
}

.sebi_homepage_section {
    background-color: #f6f6f6;
    color: var(--banner-background);
    padding: 4rem 3rem;
}

.mobile_table {
    display: none;
}

.complaint_table>div .complaint-table-title p {
    font-size: 1.25rem;
}

.complaint_table>div .complaint-table-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--secondary-color);
}

.sebi_homepage_section p {
    text-align: center;
    color: var(--secondary-color);
    font-size: var(--subtitle-font-size);
}

.complaint_title p {
    font-size: var(--title2-font);
    font-family: var(--extrabold-font-family);
    line-height: 1;
}

.tab-title>div>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-title>div>div:focus-visible {
    outline: none !important;
}

.title-arrow {
    width: 2rem;
    position: relative;
}

.tab-title .title-arrow .white-arrow {
    display: none;
}

.tab-title .active .title-arrow .white-arrow {
    display: block;
}

.tab-title .active .title-arrow .color-arrow {
    display: none;
}

.tab-title>div:nth-child(1) {
    border: 1px solid #5300CC;
    transition: all ease 0.4s;
}

.tab-title>div:nth-child(3) {
    border: 1px solid #0040FF;
    transition: all ease 0.4s;
}

.tab-title>div:nth-child(2) {
    border: 1px solid #0ECC00;
    transition: all ease 0.4s;
}

.tab-title>div.active:nth-child(1) {
    background-color: #5300CC;
}

.tab-title>div.active:nth-child(3) {
    background-color: #0040FF;
}

.tab-title>div.active:nth-child(2) {
    background-color: #0ECC00;
}

.tab-title>div:nth-child(1):hover {
    background-color: #5300CC !important;
}

.tab-title>div:nth-child(3):hover {
    background-color: #0040FF;
}

.tab-title>div:nth-child(2):hover {
    background-color: #0ECC00;
}

.tab-title>div:hover h3 {
    color: var(--white-color) !important;
}

.tab-title>div.active h3 {
    color: var(--white-color) !important;
}

.tabs-content .tab-detail-block>div {
    padding: 1.3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 'one two''three three';
}

.border-top0 {
    border-top: transparent !important;
    border-right: transparent !important;
}

.tabs-content>div {
    border: 1px solid var(--light-grey-color);
}

.tabs-details>div:nth-child(1) {
    padding: 2rem;
    grid-area: one;
}

.tabs-details>div:nth-child(2) {
    grid-area: two;
}

.tabs-details>div:nth-child(3) {
    grid-area: three;
}

.tabs-details .title p {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.our-tab-section .tab-detail-block {
    display: none;
    min-height: 0;
    transition: all ease 0.5s;
}

.our-tab-section .tab-detail-block.active {
    display: block;
    height: unset;
}

.tabs-content {
    position: relative;
    padding-top: 0.3rem;
}

.tab-detail-grid {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.tab-detail-grid p {
    font-family: var(--bold-font-family);
}

.tab-detail-grid>div {
    padding: 1rem;
    border: 1px solid var(--light-grey-color);
    width: fit-content;
}

.tabs-details .knowmore {
    margin-bottom: 2rem;
}

.tab_more_content {
    padding: 0 2rem;
    padding-top: 2rem;
}

.more_details_tabs>div:not(:first-child) {
    padding-top: 2.5rem;
}

.tab_more_content .title p {
    padding: 0 !important;
}

.more_title h3 {
    padding-bottom: 1rem;
}

/*  */

.leader_detail-section {
    display: flex;
    gap: 3rem;
    padding-top: 5rem;
}

.leader_detail-section>div:nth-child(1) {
    flex-basis: 25%;
}

.leader_detail-section>div:nth-child(2) {
    flex-basis: 75%;
}

.leader_image img {
    border: 1px solid var(--light-grey-color);
}

.leader_detail-section .title.leader_info h3 {
    padding-bottom: 1rem;
    text-transform: uppercase;
}

.leader_detail-section .title.leader_info p {
    padding-top: 1rem;
}

.more_detail_ul_li {
    margin-left: 2rem;
    margin-top: 1.5rem;
    position: relative;
}

.more_detail_ul_li li {
    list-style-type: disc;
    font-size: var(--subtitle-font-size);
}

.cuns-img {
    text-align: center;
    background-color: #d6eeff;
    border-radius: 15px;
}

.cuns-img img {
    width: 50%;
    transform: translateY(5px);
    margin: 0 auto;
}

.leader-img img {
    aspect-ratio: 420/220;
    background-color: var(--aspect-ratio-bg);
}

.cuns-img {
    aspect-ratio: 420/215;
}

/*  */

/* read more// read less */

.knowmore.rmrl .rless {
    display: none;
}

.knowmore.rmrl.active .rmore {
    display: none;
}

.knowmore.rmrl.active .rless {
    display: inline-block;
}

.more-hide-show-div {
    display: none;
}

/* read more// read less (end) */

/* partner section */

.partner-section-one {
    background-color: var(--secondary-color);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.partner-section .title {
    color: var(--white-color);
}

.partner-section .title p {
    font-family: var(--bold-font-family);
}

.partner-logo-block {
    text-align: center;
    background-color: var(--white-color);
    padding-top: 3rem;
    margin: 2rem 2rem 2rem 0;
}

.partner-logo {
    width: 80%;
    margin: 0 auto;
}

.partner-text {
    padding: 4rem 2rem;
}

.partner-section-two {
    margin-top: 1.5rem;
}

.partner_para {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
}

.partner_background img {
    aspect-ratio: 1427/442;
    background-color: var(--aspect-ratio-bg);
}

/* leader section */

.leader-swiper .swiper-slide {
    text-align: left;
}

.leader-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 'one two two';
    border: 1px solid var(--light-grey-color);
}

.leader-section>div:nth-child(1) {
    grid-area: one;
    border-right: none;
    padding-bottom: 2rem;
    border-right: 1px solid var(--light-grey-color);
}

.leader-section>div:nth-child(2) {
    grid-area: two;
    border-left: none;
}

.view-all p {
    font-size: var(--link2-font-size) !important;
    padding-top: 0 !important;
}

.leader-block-img {
    width: 2rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.leader-block {
    padding: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: space-between;
}

.leader-details>div:nth-child(1),
.leader-details>div:nth-child(2) {
    border-top: unset;
}

/* .leader-details>div:nth-last-child(2){
    border-bottom: unset;
} */

.leader-details.senior>div:nth-last-child(2) {
    border-bottom: unset;
}

.leader-details>div:nth-child(odd) {
    border-right: 1px solid var(--light-grey-color);
}

.leader-details>div {
    border-bottom: 1px solid var(--light-grey-color);
}

.leader-details>div:last-child {
    border-bottom: unset;
}

.leader-details.senior,
.leader-details.advisor-details>div:nth-child(3) {
    border-bottom: unset;
}

.leader-details.advisor-details>div:nth-child(1) {
    border-bottom: unset;
}

.leader-img img {
    border-radius: 10px;
}

.leader-text {
    padding-top: 2rem;
}

.leader-name {
    font-size: var(--subtitle-font-size);
    font-family: var(--bold-font-family);
}

.leader-edu {
    padding-top: 0.8rem;
    font-size: var(--link2-font-size);
    color: var(--primary-color);
}

.leader-disc {
    padding-right: 5rem;
    font-size: var(--link-font-size);
}

.leader-block-img .block-img-grey {
    opacity: 1;
    transition: all ease 0.4s;
}

.leader-block-img .block-img-blue {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 0.4s;
}

.leader-block-img:hover .block-img-grey {
    opacity: 0;
}

.leader-block-img:hover .block-img-blue {
    opacity: 1;
}

.leader-section-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leader-swiper-btn {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.leader-section-detail>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leader-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* .leader-details.advisor-details {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
} */

/* .advisor-img {
    width: 47%;
} */

/* multifamily section */

.family_section_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.whatismulti_section {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
}

.whatismulti_section>div:nth-child(1)>div:nth-child(1) {
    padding-right: 4rem;
}

.whatismulti_section>div:nth-child(2)>div:nth-child(2) {
    padding-left: 4rem;
}

.family_block_para {
    padding-bottom: 4rem;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.why_do_you_need_section .who_section_content_one .title {
    gap: 0;
}

.why_do_you_need_section .who_section_content_one .title p {
    padding: 0;
}

/* faq */

#faq_section {
    padding-top: 0;
}

.faq_section .faq_title {
    text-align: center;
    padding-bottom: 3rem;
}

.faq_que {
    font-size: var(--para2-font-size);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: var(--semibold-font-family);
}

.faq_que_arrow {
    width: 2rem;
    display: grid;
}

.faq_questions_block {
    padding: 1.5rem 3.5rem;
    border: 1px solid var(--light-grey-color);
}

.faq_section>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.faq_ans {
    display: none;
    transition: all ease 0.6s;
}

.faq_que_arrow img {
    transition: all ease 0.6s;
}

.faq_questions_block.active .faq_ans {
    display: inline-block;
}

.faq_questions_block.active .faq_que_arrow img {
    transform: rotate(180deg);
}

.faq_questions_block.active .faq_que p {
    color: var(--primary-color);
}

.ans_ub_points {
    margin-top: 1rem;
    margin-left: 1.5rem;
}

.ans_ub_points li {
    list-style-type: disc;
    font-size: var(--para-font-size);
}

/*  */

/* capablities */

.trending_video_block {
    width: 100%;
}

.financial_life_section .who_section_content_one .title p {
    padding-left: 0;
}

.financial_life_section .who_section_content_one {
    padding-top: 0;
    padding-bottom: 5rem;
    border-bottom: unset;
}

.financial_life_section .capabllities_title_blocks {
    padding-bottom: 1rem;
}

.financial_life_section .capablities_detail_section .who_img {
    padding: 0 !important;
}

.capabllities_title_blocks .knowmore-btn,
.landing_blocks .knowmore-btn {
    margin-top: 1rem !important;
    width: fit-content;
}

/* legal */

.investment_section .who_section_content_one {
    padding-bottom: 0;
    border-bottom: unset;
}

.legal-ul {
    padding-top: 2rem;
}

.legal-ul li {
    position: relative;
    margin-left: 1.5rem;
    font-size: var(--para2-font-size);
    padding-bottom: 1rem;
    line-height: 1.5;
}

.legal-ul li::before {
    position: absolute;
    content: '';
    top: 15px;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.legal-ul .sub_ul li::before {
    content: unset;
}

strong {
    font-weight: bold;
}

.conflict_section p {
    padding-top: 0.7rem !important;
}

.conflict_section .title h4 {
    padding-bottom: 1rem;
}

/* privacy */

.privacy_section p {
    padding-bottom: 1.5rem;
    line-height: 1.5;
}

/* golden age */

.quality_img {
    width: 3rem;
}

.quality_blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding-top: 3rem;
}

.quality_blocks>div {
    border: 1px solid var(--light-grey-color);
    padding: 2.5rem 2rem;
    height: 135px;
    transition: all ease 0.5s;
    cursor: pointer;
}

.quality_title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.quality_title p {
    font-size: var(--para2-font-size);
}

.qua_texts p {
    font-size: var(--para-font-size);
    padding-top: 1rem;
}

.partners_section {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding-bottom: 5rem;
}

.partners_section>div:nth-child(1) {
    flex-basis: 25%;
}

.partners_section>div:nth-child(2) {
    flex-basis: 75%;
    width: 75%;
}

.partner-swiper-btn.swiper-button-next {
    left: unset;
    top: unset;
    right: 5%;
    bottom: 0;
}

.partner-swiper-btn.swiper-button-prev {
    left: unset;
    top: unset;
    right: 8%;
    bottom: 0;
}

.partner-swiper-btn.swiper-button-next .acc-grey {
    display: block;
}

.partner-swiper-btn.swiper-button-next .acc-blue {
    display: none;
}

.partner-swiper-btn.swiper-button-next:hover .acc-grey {
    display: none;
}

.partner-swiper-btn.swiper-button-next:hover .acc-blue {
    display: block;
}

.partner-swiper-btn.swiper-button-prev .acc-grey {
    display: block;
}

.partner-swiper-btn.swiper-button-prev .acc-blue {
    display: none;
}

.partner-swiper-btn.swiper-button-prev:hover .acc-grey {
    display: none;
}

.partner-swiper-btn.swiper-button-prev:hover .acc-blue {
    display: block;
}

/* pricing */

.pricing_title {
    padding-top: 5rem;
    padding-left: 5rem;
}

.pricing_section {
    display: flex;
    gap: 8rem;
}

.pricing_section {
    flex-basis: 50%;
}

.price_block {
    border: 1px solid var(--light-grey-color);
    padding: 2rem;
    flex-basis: 50%;
}

.plans_title {
    text-align: center;
}

.plans_charge {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 2rem 0;
}

.plans_charge p {
    font-size: var(--para2-font-size);
}

.plans_charge p span {
    font-size: var(--link2-font-size);
}

.plans_details_ul li {
    position: relative;
    font-size: var(--subtitle-font-size);
    margin-left: 1.5rem;
    padding-bottom: 0.5rem;
}

.plans_details_ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    top: 15px;
    left: -15px;
    content: '';
}

.package_info {
    font-size: var(--para-font-size);
    color: var(--primary-color);
    padding-top: 1rem;
}

.package-btn button {
    margin: 0 auto;
}

.location_content>div:nth-child(1) {
    width: 60%;
    margin-top: -200px;
}

.location_content>div:nth-child(2) {
    position: absolute;
    right: 0%;
    width: 40%;
    bottom: 0%;
}

.india_locations {
    padding: 1.5rem 0;
}

.india_locations li {
    position: relative;
    font-size: var(--para-font-size);
    margin-left: 1.5rem;
}

.india_locations li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary-color);
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}

.location_sub_text {
    font-size: var(--para-font-size);
    color: var(--grey-color);
}

.csr_invitation {
    text-align: center;
    padding: 2rem 0;
    padding-bottom: 0 !important;
}

.csr_invitation p {
    font-size: var(--para-font-size);
    font-family: var(--semibold-font-family);
    color: var(--primary-color);
}

.goldenage_fb a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goldenage_fb a img {
    width: 2rem;
}

.goldenage_fb a p {
    font-size: var(--title3-font);
    color: #2155A3;
    font-family: var(--semibold-font-family);
}

/* image locations */

.delhi_ncrdot_abs {
    position: absolute;
    top: 28%;
    left: 30%;
    cursor: pointer;
}

.delhi_ncr_line {
    position: absolute;
    top: 23%;
    left: 32%;
    width: 23%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}

.delhihover:hover .delhi_ncr_line {
    opacity: 1;
    visibility: visible;
}

.mumbai_dot_abs {
    position: absolute;
    top: unset;
    left: 17%;
    cursor: pointer;
    bottom: 36%;
}

.mumbai_line {
    position: absolute;
    top: unset;
    left: 3%;
    bottom: 31%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}

.mumbaihover:hover .mumbai_line {
    opacity: 1;
    visibility: visible;
}

.siliguri_dot_abs {
    position: absolute;
    top: 32%;
    left: 70%;
    cursor: pointer;
}

.siliguri_line {
    position: absolute;
    top: 26%;
    left: 54%;
    width: 17%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}

.siligurihover:hover .siliguri_line {
    opacity: 1;
    visibility: visible;
}

.kolkatta_dot_abs {
    position: absolute;
    top: 45%;
    left: 68%;
    cursor: pointer;
}

.kolkatta_line {
    position: absolute;
    top: 46%;
    left: 70%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}

.kolkattahover:hover .kolkatta_line {
    opacity: 1;
    visibility: visible;
}

.guwati_dot_abs {
    position: absolute;
    top: 35%;
    left: 79%;
    cursor: pointer;
}

.guwati_line {
    position: absolute;
    top: 29%;
    left: 80%;
    cursor: pointer;
    width: 24%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}

.guwatihover:hover .guwati_line {
    opacity: 1;
    visibility: visible;
}

.dot_image {
    display: block;
}

.fullmap_img {
    display: none;
}

/* image locations */

/* contact page */

#contact_form_section {
    padding-top: 0;
    padding-bottom: 0;
}

.banner-text_contactpage {
    width: 100%;
}

.contact_form label {
    font-size: var(--link-font-size);
}

.contact-banner {
    padding-top: 12rem;
    padding-bottom: 5rem;
}

.contact_grid {
    display: grid;
    gap: 1rem;
    grid-template-areas: 'one one one';
    grid-template-columns: repeat(3, 1fr);
}

.contact_grid>div:nth-child(1) {
    grid-area: one;
}

.contactform_details {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.form-control {
    width: 90%;
    margin-top: 0.5rem;
    padding: 1.12rem 0.5rem;
    border: 1px solid #e0e2e1;
}

.address_background {
    border: 1px solid var(--banner-background);
    background-color: var(--banner-background);
    padding: 3.12rem 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
}

.address_info {
    padding-top: 1rem;
    font-size: var(--subtitle-font-size);
}

.address_title {
    font-size: var(--subtitle-font-size);
    font-family: var(--bold-font-family);
}

.form-group {
    padding-bottom: 1.25rem;
}

.contact_location {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

.location_text {
    padding: 1.5rem;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f6f6f6;
}

.show-map-btn a {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.5rem;
}

.show-map-btn a img {
    width: 25px;
}

#our_services_section {
    padding-top: 0;
}

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

.goldenage_form {
    padding: 3rem 0;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0 !important;
}

.goldenage_form .contactform_details {
    width: 100%;
}

#goldenage_form_block {
    margin-bottom: 5rem;
}

/* blog page */

.blog_blocks-web {
    display: block;
}

.blog_blocks-mobile {
    display: none;
}

.blog-swiper .acc-grey {
    display: block;
    transition: all ease 0.5s;
}

.blog-swiper .acc-blue {
    display: none;
    transition: all ease 0.5s
}

.blog-swiper:hover .acc-grey {
    display: none;
}

.blog-swiper:hover .acc-blue {
    display: block;
}

.blog-swiper .acc-grey {
    display: block;
    transition: all ease 0.5s
}

.blog-swiper .acc-blue {
    display: none;
    transition: all ease 0.5s
}

.blog-swiper:hover .acc-grey {
    display: none;
}

.blog-swiper:hover .acc-blue {
    display: block;
}

.blog-swiper.swiper-button-next {
    top: unset;
    bottom: -11%;
    right: 0%;
    width: 2rem;
}

.blog-swiper.swiper-button-prev {
    top: unset;
    bottom: -11%;
    right: 4%;
    left: unset;
    width: 2rem;
}

.blog-swiper.swiper-pagination {
    left: 50%;
    bottom: -8%;
    transform: translateX(-50%);
}

.blog_banner_text {
    color: var(--white-color);
    position: absolute;
    top: 8%;
    left: 5%;
}

.blog_tabs_section {
    padding-top: 5rem;
}

.blog_text {
    font-size: var(--link-font-size);
    padding-bottom: 3rem;
}

.blog-banner .swiper-slide {
    text-align: left;
}

.blog_banner_btn {
    position: absolute;
    bottom: 14%;
    left: 5%;
}

.blog_tabs {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.blog_tabs>div {
    color: var(--secondary-color);
    font-size: var(--link-font-size);
    cursor: pointer;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    transition: all ease 0.4s;
}

.blog_tabs>div.active {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.blog_tabs>div:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.blog_blocks .trending_blocks {
    margin: 0;
}

.blog_blocks {
    padding: 4rem 0;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.blog-detail-block {
    display: none;
}

.blog-detail-block.active {
    display: inline-block;
    width: 100%;
}

.blog_pagination_numbers {
    font-size: var(--link2-font-size);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border: 1px solid var(--light-grey-color);
    border-radius: 50px;
    width: max-content;
    margin: 0 auto;
}

.blog_pagination_numbers .active {
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    background-color: var(--banner-background-blue);
    border-radius: 50%;
}

/* blog detail page */

.blog_detail_section {
    display: flex;
    gap: 1rem;
    padding-bottom: 10rem;
}

.blog_detail_section>div:nth-child(1) {
    flex-basis: 70%;
}

.blog_detail_section>div:nth-child(2) {
    flex-basis: 30%;
}

.blog_date {
    padding-bottom: 1.5rem;
    font-size: var(--link-font-size);
    font-family: var(--medium-font-family);
}

.blog_social_icons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.blog_social_icons li {
    width: 1.2rem;
}

.blog_by {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid var(--light-grey-color);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    width: max-content;
}

.blog_by_logo {
    width: 2rem;
}

.blog_by p {
    font-size: var(--link2-font-size);
    color: var(--primary-color);
}

.detail_blog_title {
    padding-top: 3rem;
}

.detail_section_pad {
    padding-top: 2.5rem;
}

.blog_detail_para {
    padding: 2rem 0;
}

.blog_detail_para .blog_detail_para_main {
    font-size: var(--link2-font-size);
    font-family: var(--medium-font-family);
    line-height: 1.2;
}

.blog_detail_para p {
    font-size: var(--para2-font-size);
    font-family: var(--bold-font-family);
    padding-top: 2rem;
    line-height: 1.1;
}

.readmore_details button {
    background-color: var(--primary-color);
    border-radius: 50px;
    padding: 1rem 1.5rem;
    max-width: 400px;
    margin: 7rem auto;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.readmore_img {
    width: 1rem;
}

.readmore_img img {
    transition: all 0.6s ease;
}

.readmore_img.active img {
    transform: rotate(180deg);
}

.readmore_details p {
    padding: 0 !important;
    font-size: var(--link2-font-size) !important;
    font-family: var(--light-font-family) !important;
}

.readmore_img {
    display: grid;
    place-items: center;
    width: 0.7rem;
}

.readmore_img img {
    width: 100%;
}

.read_more_contents {
    display: none;
}

.more_blogs {
    font-size: var(--link2-font-size);
    color: var(--primary-color);
    text-align: center;
    padding-bottom: 0.5rem;
    padding-top: 13rem;
    border-bottom: 1px solid var(--light-grey-color);
}

.subscribe_block {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 3rem 4rem;
    text-align: center;
    margin-bottom: 2rem;
}

.subscribe_block .title p {
    font-family: var(--bold-font-family);
}

.subscribe_btn {
    padding-top: 3rem;
    text-align: center;
}

.subscribe_btn button {
    margin: 0 auto;
}

.more_details_blocks {
    padding-top: 2rem;
    border-top: 1px solid var(--secondary-color);
}

.detail_blocks {
    border: 1px solid var(--light-grey-color);
}

.blog_img {
    padding: 0.6rem;
}

.blog_detail_text {
    padding: 1.5rem;
    padding-top: 0 !important;
}

.detail_block_title {
    font-size: var(--para2-font-size);
    font-family: var(--bold-font-family);
    padding-bottom: 3rem;
}

.detail_block_by {
    font-size: var(--link-font-size);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.detail_block_by p:first-child {
    color: var(--primary-color);
}

.detail_block_btn button {
    border: 1px solid var(--primary-color);
    width: 100%;
    justify-content: center;
}

.detail_block_btn button p {
    color: var(--primary-color);
}

.more_details_blocks>div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.share_coments_block {
    margin-top: 8rem;
    padding: 3rem 2rem 3rem 0;
    border-top: 1px solid var(--light-grey-color);
    border-bottom: 1px solid var(--light-grey-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.share_coments_block p {
    font-size: var(--link2-font-size);
}

.writeon {
    padding: 0.5rem 1rem;
    color: var(--primary-color);
    background-color: var(--banner-background-blue);
    border-radius: 50px;
}

.next_blog_texts {
    color: var(--white-color);
}

.next_blog .swiper-slide {
    text-align: left;
}

.next_blog_texts {
    position: absolute;
    top: 10%;
    left: 5%;
}

.next_text {
    padding-bottom: 2rem;
}

.next_blog_btn {
    position: absolute;
    left: 5%;
    bottom: 12%;
}

.next-swiper.swiper-button-next {
    top: unset;
    right: 3%;
    bottom: 15%;
    left: unset;
    width: 2rem;
}

.next-swiper.swiper-button-prev {
    top: unset;
    right: 6%;
    bottom: 15%;
    left: unset;
    width: 2rem;
}

.next-swiper.swiper-button-prev img {
    transform: rotate(180deg);
}

.next-swiper.swiper-button-next .acc-grey {
    display: inline-block;
}

.next-swiper.swiper-button-next .acc-blue {
    display: none;
}

.next-swiper.swiper-button-next:hover .acc-grey {
    display: none;
}

.next-swiper.swiper-button-next:hover .acc-blue {
    display: inline-block;
}

.next-swiper.swiper-button-prev .acc-grey {
    display: inline-block;
}

.next-swiper.swiper-button-prev .acc-blue {
    display: none;
}

.next-swiper.swiper-button-prev:hover .acc-grey {
    display: none;
}

.next-swiper.swiper-button-prev:hover .acc-blue {
    display: inline-block;
}

.backto_top {
    width: fit-content;
    margin: 0 auto;
    padding: 5rem 0;
}

.blog_swiper_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
    background: rgb(0 0 0 / 35%);
    z-index: 0;

}

.next-swiper.swiper-pagination {
    display: none;
}

.blog_full_description input {
    max-width: 100% !important;
    object-fit: contain;
}

/* .blog_full_description p {
    font-size: 1.3rem;
} */

.blog_full_description ul {
    padding-left: 1rem;
}

.blog_full_description ul li {
    position: relative;
    /* font-size: 1.3rem; */
}

/* .blog_full_description ul li span{
    font-size: 1.3rem !important;
} */

.blog_full_description ul li::before {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    content: "";
    background-color: #000000;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

.blog_list_block .trending_detail_flex {
    height: 100%;
}

.blog_list_block a {
    display: block;
    height: 100%;
}

.blog_list_block .trending_img img {
    aspect-ratio: 465/260;
}

.blog_list_block .trending-block-title {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
}

.next_blog_img {
    width: 100%;
}

.next_blog_img .next_img {
    height: 450px;
}

.close_contact {
    width: 2rem;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    cursor: pointer;
}

.stayin-touch h1 {
    text-transform: uppercase;
}

/* Capabilities Detail */

.capa-title-page span {
    color: var(--primary-color);
}

.capa-detail-list ul li {
    list-style: disc;
    margin-left: 1.5rem;
    padding-top: 1.5rem;
    color: var(--primary-color);
}

.capa-detail-list ul li:first-child {
    margin-top: 1.5rem;
}

.capa-detail-list ul li .para-big {
    font-family: var(--semibold-font-family);
    color: var(--primary-color);
}

.inner-list-capabilites ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1rem;
}

.capa-page-inner-title {
    margin-top: 3rem;
}

.inner-list-capabilites ul li p {
    margin-top: 1.5rem;
    font-size: var(--para-font-size);
    color: var(--secondary-color);
}

.page_tag {
    position: absolute;
    opacity: 0 !important;
}

.page_tag h1,
.page_tag h2,
.page_tag h3 {
    line-height: 0;
}

/* .error_page_wraper {
    height: 100vh;
    display: grid;
    place-content: center;
}

.error_text h6 {
    font-size: var(--medium-font-family);
}

.error_text p {
    font-size: var(--para-font-size);
} */

.md-toast {
    position: fixed;
    z-index: 9999999;
}

.md-toast.md-bottom {
    bottom: 2%;
}

.contact_form_floting .error_group {
    padding-bottom: 1rem;
}

.web_image {
    display: block;
}

.mobile_image {
    display: none;
}

/* video page */

.video_blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 3rem 0 0 0;
    gap: 1.5rem;
}

.video_blocks>div:last-child {
    display: none !important;
}

.video_blocks .trending_detail_flex {
    border: 1px solid var(--light-grey-color);
}

.trending-swiper.swiper-button-next {
    top: unset;
    bottom: -13%;
    right: 0;
    width: 2rem;
}

.trending-swiper.swiper-button-prev {
    top: unset;
    bottom: -13%;
    right: 5%;
    left: unset;
    width: 2rem;
}

.trending-swiper.swiper-button-next .acc-grey {
    display: block;
}

.trending-swiper.swiper-button-next .acc-blue {
    display: none;
}

.trending-swiper.swiper-button-next:hover .acc-grey {
    display: none;
}

.trending-swiper.swiper-button-next:hover .acc-blue {
    display: block;
}

.trending-swiper.swiper-button-prev .acc-grey {
    display: block;
}

.trending-swiper.swiper-button-prev .acc-blue {
    display: none;
}

.trending-swiper.swiper-button-prev:hover .acc-grey {
    display: none;
}

.trending-swiper.swiper-button-prev:hover .acc-blue {
    display: block;
}

/* landing page */

/* .landing_page_wraper .banner-section {
    padding-top: 4rem !important;
} */

.video_form_flex {
    display: flex;
    border: 1px solid var(--light-grey-color);
    margin-top: 4rem;
}

.landing_form .title h3 {
    font-size: var(--subtitle-font-size);
    color: var(--white-color);
    font-family: var(--semibold-font-family);
}

.landing_form {
    width: 30%;
    padding: 2rem;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    background-color: var(--primary-color);
}

.landing_form_btn {
    padding-top: 1.5rem;
}

.landing_form .form_name {
    color: var(--white-color);
    font-size: 0.8rem;
    font-family: var(--light-font-family);
}

.landingform_details input {
    background-color: transparent;
    border: 1px solid var(--white-color);
}

.landingform_details .form-control {
    margin-top: 0.1rem;
    width: -webkit-fill-available;
    padding: 1rem 0.5rem;
    color: var(--white-color);
}

/* .landingform_details .error{
    position: absolute;
} */

.benifits_flex {
    display: flex;
    gap: 3rem;

}

.why_benifit {
    flex-basis: 50%;
    border: 1px solid var(--primary-color);
    padding: 2rem;
}

.benifit_sec {
    flex-basis: 50%;
    border: 1px solid var(--primary-color);
    padding: 2rem;
}

.services_detail_section .capablities_title_section {
    padding: 4rem 2rem;
}

.why_para p::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: var(--primary-color);
    position: absolute;
    border-radius: 50%;
    left: -2%;
    top: 45px;
}

.benifits_para p::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: var(--primary-color);
    position: absolute;
    border-radius: 50%;
    left: -2%;
    top: 45px;
}

.landingform_details {
    display: flex;
    flex-flow: row wrap;
    gap: 0.5rem;
}

.landing_group {
    flex-basis: 100%;
}

.landing_form .title {
    padding-bottom: 2rem;
}

.benifits_para.title,
.why_para.title {
    padding-left: 1rem;
}

.landing_section_block_title>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.landing_section_block_title .title .financial_para {
    padding-top: 0 !important;
    padding-left: 2rem;
}

.landing_services_section {
    border: 1px solid var(--secondary-color);
    padding: 1.5rem 2.5rem;
}

.landing_services_section .title {
    border-top: 1px solid var(--secondary-color) !important;
}

.landing_services_section .capablities_title_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    column-gap: 5rem;
    justify-content: center;
}

.landing_services_section .capablities_title_section .title {
    padding-top: 2rem;
}

.landing_services_img {
    width: 8rem;
    padding-bottom: 1.5rem;
}

.landing_services_img img {
    aspect-ratio: 128/128;
}

.landing_form .error_group {
    position: relative;
}

.landing_form .error_group label {
    position: absolute;
    right: 0;
    bottom: -30%;
    font-size: 0.8rem;
}

/* .video_page_wraper .banner-section {
    padding-top: 11rem;
} */
.text-uppercase {
    text-transform: uppercase;
    line-height: 1 !important;
}

.error_page_wraper {
    padding: 15rem 0;
}

.page_not_found {
    text-align: center;
}

.page_not_found h6 {
    font-size: var(--banner-font);
    color: var(--primary-color);
    font-family: var(--extrabold-font-family);
}

.page_not_found_text {
    font-size: var(--title-font) !important;
    font-family: var(--extrabold-font-family);
    padding-bottom: 1rem;
}

.page_not_found p {
    font-size: var(--para2-font-size);
}

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

.header.error_page {
    display: none;
}

.footer.error_page {
    display: none;
}

.contact-button-floating.error_page {
    display: none;
}

/* landing end */

/* investor charter */

.ic_title {
    text-align: center;
}

.investor-charter-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.investor-charter-details {
    padding-top: 0;
}

.investor-charter-details p {
    padding-top: 0 !important;
}

.investor-charter-details p span {
    font-weight: bold;
}

.details_points {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: 1.5rem;
}

.details_points li {
    position: relative;
}

.details_points li::before {
    position: absolute;
    content: '';
    top: 15px;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.details_sub_points {
    padding-top: 1rem;
    margin-left: 3rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    list-style-type: decimal;
    font-size: var(--subtitle-font-size);
}

.details_sub_points li::before {
    content: none !important;
}

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

.investor-charter-details {
    padding-bottom: 3rem;
}

/* investor charter end*/

.complaints_section_title {
    text-align: center;
}

.complaints_section table {
    width: 100%;
    text-align: left;
    margin-top: 0.5rem;
}

.complaints_section table p {
    font-size: var(--subtitle-font-size);
}

.complaints_section table th {
    font-weight: bold;
}

.complaints_section table th,
.complaints_section table td {
    border: 1px solid #cccccc;
    padding: 1rem;
}

.complaints_data_table {
    margin-bottom: 4rem;
}

.trends_data_table {
    border-top: 2px solid var(--secondary-color);
}

.complaints_detail_text p {
    font-size: var(--subtitle-font-size);
    font-weight: bold;
    color: #30708F;
}

.complaints_detail_text {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #D9EEF7;
    border-left: 5px solid #BCDFF1;
}

.complaints_section_title {
    padding-bottom: 2rem;
}

.complaints_section {
    border-top: 1px solid #cccccc;
}

.complaints_section table p br {
    display: none;
}

/* latest video */

.latest_video_block {
    position: fixed;
    width: 25%;
    bottom: 0;
    right: -100%;
    z-index: 999999;
    background-color: var(--primary-color);
    transition: all ease 1s;
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.video_block {
    padding: 1.5rem;
}

.video_block.play_video {
    display: none;
}

.latest_video_block.active {
    right: 0;
}

.video_thumnail {
    cursor: pointer;
}

.video_thumnail.play_video {
    display: none;
}

.video_div {
    display: none;
}

.video_div.play_video {
    display: block;
}

.close_video {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.8rem;
    cursor: pointer;
    filter: invert(1) brightness(100);
}

.play_video_icon {
    width: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
    background: rgb(0 0 0 / 35%);
    z-index: 0;
}

.mobile_close {
    text-align: center;
    padding-bottom: 1rem;
    font-size: 1.1rem;
    color: #ffffff;
    cursor: pointer;
}

.mobile_close.play_video {
    display: none;
}

.video_title {
    text-align: center;
    padding-bottom: 1rem;
    font-size: 1.4rem;
    color: #ffffff;
}

/* latest video end */

.youtube_data_text a {
    color: var(--primary-color) !important;
}

.fancybox-thumbs__list a {
    height: 150px !important;
    max-height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.home_media_gallery {
    padding-top: 2rem;
}

/* media start */

.news-media-link-btn {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.news-media-link-btn .news-media-link-btn-icon {
    width: 1.5rem;
    /* transition: all 0.6s ease; */
    transform: rotate(-90deg);
}

.news-media-link-btn p {
    color: var(--secondary-color);
    position: relative;
    z-index: 5;
    transition: all 0.6s ease;
    font-size: 1.25rem;
}

.news-media-title h4 {
    font-size: var(--subtitle-font-size);
    font-family: var(--bold-font-family);
    line-height: 1.3;

}

.news-media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    column-gap: 5rem;
}

.news-media-grid>div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* justify-content: space-between; */
    padding-top: 2.5rem;
    border-top: 1px solid #000;
}

.news-media-grid>div .news-media-link-btn-icon .hover-disable,
.news-media-grid-mobile>div .news-media-link-btn-icon .hover-disable {
    display: block;
}

.news-media-grid>div .news-media-link-btn-icon .hover-enable,
.news-media-grid-mobile>div .news-media-link-btn-icon .hover-enable {
    display: none;
}

.news-media-grid>div:hover .news-media-link-btn-icon .hover-disable,
.news-media-grid-mobile>div:hover .news-media-link-btn-icon .hover-disable {
    display: none;
}

.news-media-grid>div:hover .news-media-link-btn-icon .hover-enable,
.news-media-grid-mobile>div:hover .news-media-link-btn-icon .hover-enable {
    display: block;
}

.news-media-grid>div:hover .news-media-link-btn-icon,
.news-media-grid-mobile>div:hover .news-media-link-btn-icon {
    transform: rotate(0);
}

.news-media-grid>div:hover .news-media-link-btn p,
.news-media-grid-mobile>div:hover .news-media-link-btn p {
    color: var(--primary-color);
}

.news-media-grid>div .news-source-logo,
.news-media-grid-mobile>div .news-source-logo {
    /* max-width: 16rem; */
    /* min-height: unset !important;
    display: grid;
    place-items: center; */
    height: 50px;
    text-align: left;
    width: fit-content;
}

.news-media-grid>div .news-source-logo img,
.news-media-grid-mobile>div .news-source-logo img {
    object-fit: contain;
    height: 100%;
}

p.news-media-author a {
    color: var(--primary-color);
}

.news-media-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 160px;
}

p.news-media-date {
    font-size: var(--small-font-size);
    font-family: var(--variable-font-family);
    color: var(--grey-color);
}

.text-uppercase {
    text-transform: uppercase;
    line-height: 1 !important;
}

.news-media-grid-mobile>div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 2.5rem;
    text-align: left;
}

.media_videos_home {
    padding-top: 2.5rem;
}

.media_videos_home .swiper-slide {
    text-align: left;
}

/* end media */

.capabllities_title_blocks_mobile {
    padding-top: 2rem;
}

.capabllities_title_blocks_mobile .swiper-slide {
    text-align: left;
}

.capabllities_title_blocks_mobile .swiper-slide .title p {
    padding-bottom: 1.5rem;
}

.swiper_capabllities_mobile.swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
}

.know_more_img {
    aspect-ratio: 80/80;
    width: 24%;
}

.sect2-flex {
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.accred_section-web {
    margin-top: 2rem;
}

.sect2-logo {
    width: 8rem;
}

.sect2-web {
    display: block !important;
}

.sect2-mobile {
    display: none !important;
}

.great_logo_banner {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 9rem;
    z-index: 9;
}

.testimonial_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width : 3rem;
    transition: all ease 0.5s;
}

.testimonial_video_block:hover .testimonial_play {
    width : 4rem;
}

/* Responsive */

@media only screen and (max-width: 1680px) {
    .banner-text h1 {
        font-size: 5rem;
    }

    .financial_life_section .capabllities_title_blocks .capablities_para,
    .landing_blocks p {
        min-height: 230px;
    }

    .landing_banner_img .web_image {
        height: 750px;
    }
}

@media only screen and (max-width: 1660px) {
    .mumbai_line {
        left: -1%;
        bottom: 31%;
    }
}

@media only screen and (max-width: 1450px) {
    html {
        font-size: 14px;
    }

    .latest_video_block {
        width: 30%;
    }

    .header_content p {
        font-size: 1rem;
    }

    .alpha-logo {
        width: 60%;
    }

    .banner_text h1 {
        font-size: 5.5rem;
        line-height: 0.9;
    }

    .banner-text h1 {
        font-size: 5.5rem;
        line-height: 0.9;
    }

    section .title h4 {
        font-size: 3.4rem;
    }

    .ac-container {
        width: 90%;
    }

    .sebi_homepage_section {
        background-color: #f6f6f6;
        color: var(--footer-hover-color);
        padding: 2rem 1rem;
    }

    /* .accred_section-web>div:nth-child(1) {
        grid-area: one;
    } */

    .accred_section-web .title h4 {
        font-size: 3.2rem;
    }

    .box-gap {
        padding: 3rem;
    }

    .accred_section-web>div {
        padding: 1.5rem;
    }

    .detail_block_content_text p {
        font-size: 1.2rem !important;
    }

    .trending-tag p {
        font-size: 0.7rem;
    }

    button a {
        padding: 0.8rem 1.5rem;
    }

    button img {
        width: 1.8rem;
    }

    .box-gap2 {
        padding: 1.5rem;
    }

    .insvester-swiper.swiper-button-prev {
        bottom: -11%;
    }

    .insvester-swiper.swiper-button-next {
        bottom: -11%;
    }

    /* about */
    .who_section_content_two_details>div:nth-child(3) .who_grid_text li:not(:last-child) {
        margin-bottom: 0.8rem;
    }

    .plans_details_ul li:before {
        top: 12px;
    }

    .capabllities_title_blocks {
        column-gap: 5rem;
    }

    /* blog */
    .blog-swiper.swiper-button-next {
        bottom: -15%;
    }

    .blog-swiper.swiper-button-prev {
        bottom: -15%;
    }

    /* landing */
    .why_para p::before {
        left: -3%;
        top: 38px;
    }

    .benifits_para p::before {
        left: -3%;
        top: 38px;
    }

    /* capablities */

    .financial_life_section .capabllities_title_blocks .capablities_para,
    .landing_blocks p {
        min-height: 180px;
    }

    .landing_banner_img .web_image {
        height: 690px;
    }

    .landing_services_section .capablities_title_section {
        column-gap: 4rem;
    }

    .trending_text_blog {
        height: 140px;
    }

}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {

    section .title p {
        padding-top: 1.5rem;
    }

    .trending_blocks {
        margin: 2rem 0;
    }

    .insvester-swiper.swiper-button-next {
        bottom: -11%;
        right: 5%;
    }

    .insvester-swiper.swiper-button-prev {
        bottom: -11%;
        right: 10%;
    }

    .trending-block-title {
        padding-bottom: 1rem;
    }

    /* about */
    .who_section_content_two_details>div:nth-child(4) .who_grid_text li::before {
        width: 9px;
    }

    .who_grid_text {
        top: 15%;
    }

    .legal-ul li::before,
    .details_points li::before {
        top: 10px;
        left: -15px;
        width: 6px;
        height: 6px;
    }

    .location_content>div:nth-child(1) {
        margin-top: -150px;
    }

    .quality_blocks>div {
        padding: 1.5rem 1rem;
    }

    /* blog */
    .blog-swiper.swiper-button-next {
        right: 5%;
    }

    .blog-swiper.swiper-button-prev {
        right: 10%;
    }

    .subscribe_block .title h4 {
        font-size: 3rem;
    }

    html {
        font-size: 12px !important;
    }

    .contact_form label {
        font-size: 1.1rem;
    }

    .trending-swiper.swiper-button-next {
        bottom: -15%;
    }

    .trending-swiper.swiper-button-prev {
        bottom: -15%;
    }

    /* landing */

    .why_para p::before {
        left: -2%;
        top: 27px;
        width: 6px;
        height: 6px;
    }

    .benifits_para p::before {
        left: -2%;
        top: 27px;
        width: 6px;
        height: 6px;
    }

    /* capablities */

    .financial_life_section .capabllities_title_blocks .capablities_para,
    .landing_blocks p {
        min-height: 155px;
    }

    .landing_banner_img .web_image {
        height: 600px;
    }

    .landing_services_img {
        width: 7rem;
    }

    .trending_text_blog {
        height: 120px;
    }

}

@media only screen and (max-width: 1280px) {
    .alpha-logo {
        width: 70%;
    }

    .scroll-div {
        width: 55px;
    }

    .banner_text h1 {
        font-size: 4rem;
    }

    .banner-text h1 {
        font-size: 4rem;
    }

    section .title h2 {
        font-size: 2.5rem;
    }

    .ac-container {
        width: 85%;
    }

    .award_text {
        padding-top: 1.5rem;
    }

    .accred_section-web>div {
        padding: 1rem;
        padding-top: 1.5rem;
    }

    .family_block_text {
        padding-top: 1.5rem;
    }

    .capabllities_title_blocks {
        column-gap: 4rem;
    }

    .capablities_detailblock_section {
        margin-top: 3rem;
    }

    .box-gap {
        padding: 1.5rem;
    }

    .box-gap2 {
        padding: 1rem;
    }

    .capablities_detailblock_section .detail_block_content {
        gap: 1.5rem;
    }

    .quote_img {
        position: absolute;
        top: 8%;
        left: 11%;
        width: 8%;
    }

    .investor_text {
        bottom: 15%;
        left: 20%;
        width: 75%;
    }

    .investor_section .title {
        padding-bottom: 2rem;
    }

    .knowmore a,
    .readmore a {
        gap: 0.8rem;
    }

    .knowmore a img,
    .readmore a img {
        width: 1.8rem;
    }

    .leader-block {
        padding: 1.5rem;
    }

    .tabs-details>div:nth-child(1) {
        padding: 1.5rem;
    }

    .who_section_content_two_details>div:nth-child(3) .who_grid_text li::before {
        width: 9px;
        transform: translateY(-60%);
    }

    .pricing_title {
        padding-left: 0rem;
    }

    .pricing_section {
        gap: 4rem;
    }

    .share_coments_block {
        gap: 12rem;
        text-align: center;
    }

    .more_blogs {
        padding-top: 12rem;
    }

    .address_info {
        padding-top: 1rem;
        font-size: 1.15rem;
    }

    .video_section_padding {
        padding-top: 0rem !important;
    }

    .video_page_wraper .banner-text h1 {
        padding-bottom: 0 !important;
    }

    .landing_services_section {
        padding: 1.5rem 0;
    }

    .financial_life_section .capabllities_title_blocks .capablities_para,
    .landing_blocks p {
        min-height: 195px;
    }

    .g-recaptcha {
        transform: scale(0.88);
        transform-origin: 0 0;
    }
}

@media only screen and (max-width: 1152px) {
    .alpha-logo {
        width: 55%;
    }

    section .title h4 {
        font-size: 3rem;
    }

    .insvester-swiper.swiper-button-prev {
        bottom: -14%;
    }

    .insvester-swiper.swiper-button-next {
        bottom: -14%;
    }

    .capabllities_title_blocks p {
        min-height: 120px;
    }

    /*  */
    .partner-text {
        padding: 2rem 2rem;
    }

    .partner-logo-block {
        margin: 1rem 1rem 1rem 0;
    }

    .mumbai_line {
        left: -4%;
        bottom: 29%;
    }

    .quality_blocks {
        grid-template-columns: repeat(2, 1fr);
    }

    .partner-swiper-btn.swiper-button-prev {
        right: 9%;
    }

    .blog_text {
        padding-bottom: 2rem;
    }

    .share_coments_block {
        gap: 8rem;
    }

    .subscribe_block .title h4 {
        font-size: 2rem;
    }

    .subscribe_block .title p {
        font-size: 1rem;
    }

    .financial_life_section .capabllities_title_blocks .title h3,
    .landing_blocks .title h3 {
        height: 60px;
    }

    .web_table table th p {
        padding: 1rem;
    }

    .contact-banner {
        padding-top: 15rem;
        padding-bottom: 5rem;
    }

    .trending_text_blog {
        height: 140px;
    }

    .financial_life_section .capabllities_title_blocks .capablities_para,
    .landing_blocks p {
        min-height: 195px;
    }

    /* landing */

    .why_para p::before {
        left: -3%;
    }

    .benifits_para p::before {
        left: -3%;
    }

    .financial_life_section .capabllities_title_blocks .title h3,
    .landing_blocks .title h3 {
        font-size: 2.1rem;
    }

    .g-recaptcha {
        transform: scale(0.70);
        transform-origin: 0 0;
    }

    .landing_form {
        width: 35%;
    }
}

@media only screen and (max-width: 1024px) {
    .family_block_para {
        width: 80%;
    }

    .mumbai_line {
        left: -8%;
        bottom: 29%;
    }

    /* blog */
    .blog-swiper.swiper-button-next {
        bottom: -18%;
    }

    .blog-swiper.swiper-button-prev {
        bottom: -18%;
    }

    .blog_text {
        padding-bottom: 1.5rem;
    }

    .share_coments_block {
        gap: 6rem;
    }

    .financial_life_section .capabllities_title_blocks .title h3,
    .landing_blocks .title h3 {
        height: 80px;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 12px;
    }

    .great_logo_banner {
        position: relative;
        top: unset;
        bottom: unset;
        right: unset;
        width: 6rem;
        z-index: 9;
        padding-bottom: 1rem;
    }

    .great_logo_banner img {
        height: auto !important;
        aspect-ratio: unset;
        background: unset;
    }

    .blog_detail_section {
        gap: 3rem;
        flex-direction: column;
        padding-bottom: 5rem;
    }

    .blog_detail_section>div:nth-child(1) {
        flex-basis: 100%;
    }

    .blog_detail_section>div:nth-child(2) {
        flex-basis: 100%;
    }

    .blog_detail_section_two {
        padding-bottom: 2rem;
    }

    .news-media-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 3rem;
        gap: 2rem;
        column-gap: 5rem;
    }

    .news-media-title {
        min-height: 120px;
    }

    /* .news-media-grid>div .news-source-logo {
        max-width: 15rem;
        min-height: 50px;
    } */

    .latest_video_block {
        width: 100%;
        bottom: -100%;
        right: 0;
    }

    .latest_video_block.active {
        right: 0;
        bottom: 0;
    }

    .header_content>div:nth-child(4) {
        display: block;
    }

    .header_content>div:nth-child(3) {
        display: none;
    }

    .header_content {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: 'one one four';
        column-gap: 2rem;
    }

    .web_menu_links {
        display: none;
    }

    .mobile_header {
        display: block;
    }

    .mobile_links p {
        font-size: 2rem;
        font-family: var(--medium-font-family);
        text-transform: uppercase;
    }

    .mobile_header>div {
        width: 100%;
        height: 100%;
    }

    .mobile_tabs_links {
        position: absolute;
        bottom: 3%;
        left: 0;
        width: 100%;
    }

    .mobile_links li {
        border-bottom: 1px solid var(--light-grey-color);
        padding: 1.5rem 2rem;
    }

    .mobile-tabs {
        position: absolute;
        top: 11%;
        width: 100%;
    }

    .mobile_links a.active p {
        color: var(--primary-color);
    }

    .nav-btn {
        display: block;
    }

    .mobile_menu_social {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        padding: 0 !important;
    }

    .mobile_social_links {
        border: none !important;
        padding-top: 2rem !important;
    }

    .mobile_menu_social>div:nth-child(1) ul {
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
    }

    .mobile_menu_social>div:nth-child(1) ul li {
        width: 1.5rem;
        padding: 0.7rem;
        border: 1px solid var(--secondary-color);
        border-radius: 50px;
    }

    .mobile_menu_social>div:nth-child(1) ul li a {
        display: grid;
    }

    .login_text {
        padding: 0.5rem 1.5rem;
        border: 1px solid var(--secondary-color);
        font-size: 1.8rem;
        border-radius: 50px;
    }

    .header_content>div:nth-child(2) {
        display: none;
    }

    .header_content>div:nth-child(4) p {
        display: none !important;
    }

    .number-pagination .swiper-pagination {
        font-size: 1.5rem;
    }

    .alpha-logo {
        width: 65%;
    }

    .banner-section {
        padding-top: 9rem !important;
    }

    a button {
        padding: 1.3rem 1.3rem;
    }

    section .title p {
        padding-top: 1rem;
    }

    .family_button {
        padding-top: 3rem;
    }

    .family_block_text {
        padding-top: 0.8rem;
    }

    .section-padding {
        padding: 3rem 0;
    }

    section .para-big p {
        padding-bottom: 1.2rem;
    }

    .insvester-swiper.swiper-button-prev {
        bottom: -14%;
        right: 9%;
        width: 1.8rem;
    }

    .insvester-swiper.swiper-button-prev {
        bottom: -14%;
        right: 4%;
        width: 1.8rem;
    }

    .financial_life_section .capabllities_title_blocks .capablities_para,
    .landing_blocks p {
        min-height: 120px;
    }

    .capabllities_title_blocks {
        grid-template-columns: repeat(2, 1fr);
    }

    .capabllities_title_blocks>div:nth-child(3) {
        border-top: 1px solid var(--secondary-color);
    }

    .capablities_detailblock_section {
        margin-top: 2rem;
    }

    .trending-tag {
        padding: 0.2rem 0.5rem;
    }

    .trending-block-title {
        padding: 1rem 0;
    }

    .trending-block-company {
        padding-bottom: 1.5rem;
    }

    .trending-block-date {
        padding-top: 1.5rem;
    }

    .trending-block-img {
        width: 1.5rem;
    }

    .footer-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 'one .''two two''three four''five six';
        gap: 3rem;
    }

    .footer-logo {
        width: 44%;
    }

    .address {
        padding-left: 0;
    }

    .footer-content>div:nth-child(3) {
        margin-bottom: 0;
    }

    .footer-content>div:nth-child(4) {
        margin-bottom: 0;
    }

    .social-icons {
        padding-top: 0.5rem;
    }

    /* about */
    .who_section_content_two_details>div:nth-child(3) .who_grid_text li:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    /* goldenage */
    .dot_image {
        display: none;
    }

    .fullmap_img {
        display: block;
    }

    .location_content>div:nth-child(1) {
        margin-top: 0;
        width: 100%;
    }

    .location_content>div:nth-child(2) {
        position: relative;
        width: 50%;
        padding-top: 2rem;
    }

    .pricing_section {
        flex-direction: column;
    }

    .delhihover {
        display: none;
    }

    .siligurihover {
        display: none;
    }

    .mumbaihover {
        display: none;
    }

    .guwatihover {
        display: none;
    }

    .kolkattahover {
        display: none;
    }

    .plans_details_ul li:before {
        top: 10px;
    }

    .leader_detail-section {
        flex-direction: column;
    }

    .leader_detail-section>div:nth-child(1) {
        flex-basis: 100%;
    }

    .leader_detail-section>div:nth-child(2) {
        flex-basis: 100%;
    }

    .leader_image {
        width: 40%;
    }

    .leader_detail-section .title.leader_info p {
        font-size: 1.5rem;
    }

    .ring-img {
        width: 50%;
        margin: auto;
        padding: 0rem 0;
    }

    .contact_grid {
        display: grid;
        gap: 0rem;
        grid-template-areas: 'one one one''two two two';
        grid-template-columns: repeat(3, 1fr);
    }

    .form_grid {
        width: 100%;
    }

    .contact_form label {
        font-size: 1.5rem !important;
    }

    .trending-swiper.swiper-pagination {
        bottom: -6%;
    }

    .trending-swiper.swiper-button-next {
        display: none;
    }

    .trending-swiper.swiper-button-prev {
        display: none;
    }

    /* landing */

    .video_form_flex {
        flex-direction: column;
    }

    .benifits_flex {
        flex-direction: column;
    }

    .why_para p::before {
        left: -2%;
        top: 19px;
    }

    .benifits_para p::before {
        left: -2%;
        top: 19px;
    }

    .landing_services_section .capablities_title_section {
        grid-template-columns: repeat(2, 1fr);
    }

    .financial_life_section .title .financial_para {
        padding-left: 0rem;
    }

    .video_blocks {
        grid-template-columns: repeat(2, 1fr);
    }

    .trending_text_blog {
        height: 100px;
    }

    .complaints_data_table {
        overflow: scroll;
    }

    .trends_data_table {
        overflow: scroll;
    }

    .complaints_section ::-webkit-scrollbar {
        width: 1px;
        height: 1px;
    }

    .complaints_section ::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .complaints_section ::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }

    .complaints_section table p br {
        display: block;
    }

    .complaints_section table p {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 767px) {

    .swiper_capabllities_mobile.swiper-pagination {
        bottom: unset;
    }

    /* .finacial_section_detail {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 'one two three';
        border-top: 1px solid var(--light-grey-color);
        margin-top: 1rem;
        border-bottom: 1px solid var(--light-grey-color);
    } */
    .finacial_section_detail {
        display: block;
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 'one', 'two', 'three';
        border-top: 1px solid var(--light-grey-color);
        border-right: 1px solid var(--light-grey-color);
        margin-top: 1rem;
        border-bottom: 0px solid var(--light-grey-color);
        padding: 0.5rem;
    }

    .finacial_section_detail>div:nth-child(1) {
        grid-area: one;
        border-right: 0px solid var(--light-grey-color);
    }

    .finacial_section_detail>div:nth-child(2) {
        grid-area: two;
        border-right: 0px solid var(--light-grey-color);
    }

    .finacial_section_detail>div:nth-child(3) {
        grid-area: three;
        border-right: 0px solid var(--light-grey-color);
    }

    .news-media-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-media-title {
        min-height: unset;
    }

    /* .news-media-grid>div .news-source-logo {
        min-height: unset;
    } */

    .news-media-title h4 {
        font-size: 1.75rem;
        word-break: break-word;
    }

    .media_banner_img {
        height: 450px;
    }

    .banner_text h1 {
        font-size: 3.5rem;
    }

    .banner_text h1 br {
        display: none;
    }

    .media_banner_img img {
        height: 100%;
        aspect-ratio: unset !important;
    }

    .capablities_block_image {
        height: 300px;
    }

    .contactform_details {
        grid-template-columns: repeat(1, 1fr);
    }

    .web_image {
        display: none;
    }

    .mobile_image {
        display: block;
    }

    .about_whoweare {
        height: 200px;
    }

    html {
        font-size: 10px;
    }

    .contact-button-floating>div {
        width: 24px;
        height: 24px;
        background-color: var(--primary-color);
        border-radius: 50%;
        padding: 1rem;
    }

    .approch_img video {
        width: 1624px;
        height: 400px;
        object-fit: cover;
    }

    .ac-container {
        width: calc(100% - 30px);
    }

    .search a {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        justify-content: end;
    }

    .swiper_banner img {
        height: 550px;
    }

    .banner_text h1 {
        font-size: 4rem;
        line-height: 0.9;
        padding-bottom: 1rem;
    }

    .banner-text h1 {
        font-size: 3.8rem;
        line-height: 0.9;
    }

    .banner_text p {
        line-height: 1;
        font-size: 1.8rem;
    }

    .banner_text {
        top: 5%;
    }

    a button {
        padding: 1.3rem 1rem;
    }

    button img {
        width: 2.4rem;
    }

    button p {
        font-size: 1.5rem;
    }

    section .title p {
        font-size: 1.7rem;
    }

    .accred_section-web {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* grid-template-areas: 'one two three four five''six seven eight nine ten'; */
    }

    .accred_section-web>div:nth-child(1) {
        /* grid-area: one; */
    }

    .accred_section-web>div:nth-child(10) {
        /* grid-area: ten; */
        border-top: none;
        border-right: none;
    }

    .accred_section-web>div:nth-child(11) {
        border-left: 1px solid var(--light-grey-color);
    }

    .accred_section-web>div {
        padding: 1rem;
    }

    .accred_section-web>div:nth-child(2) {
        border-right: none;
        /* border-left: 1px solid var(--light-grey-color); */
    }

    .accred_section-web>div:nth-child(3) {
        border-left: 1px solid var(--light-grey-color);
    }

    .accred_section-web>div:nth-child(4) {
        border-right: none;
    }

    .accred_section-web>div:nth-child(6) {
        border-left: none;
        border-right: none;
    }

    .accred_section-web>div:nth-child(7) {
        border-right: 1px solid var(--light-grey-color);
        border-left: 1px solid var(--light-grey-color);
        border-bottom: 1px solid var(--light-grey-color);
    }

    .accred_section-web>div:nth-child(8) {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid var(--light-grey-color);
    }

    .accred_section-web>div:nth-child(9) {
        border-right: 1px solid var(--light-grey-color);
    }

    .award_text {
        font-size: 1.2rem;
    }

    .family_section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 'one''two''three';
    }

    .family_section>div:nth-child(2) {
        grid-area: two;
        padding-left: 0;
        padding-top: 2rem;
    }

    .family_button-web {
        display: none;
    }

    .family_button-mobile {
        display: block;
        padding-top: 3rem;
    }

    .family_section_detail {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 'one two''three four''five six''seven eight';
    }

    .family_section_detail>div:nth-child(1) {
        border-bottom: 1px solid var(--light-grey-color);
    }

    .family_section_detail>div:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid var(--light-grey-color);
    }

    .family_section_detail>div:nth-child(6) {
        border-right: none;
    }

    .box-gap2 {
        padding: 0.5rem;
    }

    .family_section_detail>div {
        overflow: hidden;
    }

    .family-swiper .swiper-slide {
        text-align: left;
        background-color: var(--banner-background);
    }

    .family-swiper .swiper-slide .family_section_detail {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 'one two''three four''five six''seven eight';
        border: 1px solid var(--light-grey-color);
    }

    .family-swiper .swiper-slide .family_section_detail>div {
        padding: 0.5rem;
        min-height: 170px;
    }

    .family-swiper .swiper-slide .family_section_detail>div:nth-child(1) {
        border-right: 1px solid var(--light-grey-color);
        border-bottom: 1px solid var(--light-grey-color);
    }

    .family-swiper .swiper-slide .family_section_detail>div:nth-child(2) {
        border-bottom: 1px solid var(--light-grey-color);
        border-right: none;
    }

    .family-swiper .swiper-slide .family_section_detail>div:nth-child(3) {
        border-right: 1px solid var(--light-grey-color);
    }

    .family_block_text {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-family: var(--variable-font-family);
    }

    .finacial_page_wrapper .family_block_text {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
        font-size: 1.8rem !important;
        font-family: var(--extrabold-font-family);

    }

    .finacial_page_wrapper .tabs-img {
        margin-bottom: 1.5rem;
    }

    .finacial_page_wrapper .know_more_img {
        margin-bottom: 1.5rem;
    }

    .capabllities_title_blocks h2 br {
        display: none;
    }

    .capablities_img_section .capablities_img.web_image {
        display: none;
    }

    .capablities_img_section .capablities_img.mobile_image {
        display: block;
    }

    .capablities_img_section .capablities_img {
        aspect-ratio: 384/384;
    }

    .capabilities_section>div:nth-child(3) {
        display: none;
    }

    .capabilities_section>div:nth-child(4) {
        display: none;
    }

    .capabilities_section>div:nth-child(5) {
        display: block;
    }

    .capabllities_title_blocks {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
        width: unset;
    }

    .capabllities_title_blocks>div:nth-child(2) {
        border-top: 1px solid var(--secondary-color);
    }

    .capabllities_title_blocks h2 {
        border-top: 0px;
    }

    .capabllities_title_blocks p {
        min-height: unset;
    }

    .financial_life_section .capabllities_title_blocks .capablities_para,
    .landing_blocks p {
        min-height: unset;
    }

    .financial_life_section .capabllities_title_blocks .title h3,
    .landing_blocks .title h3 {
        height: unset;
    }

    .capabllities_title_blocks .title {
        padding-top: 2rem;
    }

    .capablities_title_section {
        width: unset;
        padding-top: 0 !important;
    }

    .services_detail_section .capablities_title_section {
        padding: 2rem;
    }

    .financial_life_section .capabllities_title_blocks {
        padding-bottom: 1rem;
    }

    .investor_bg {
        height: 350px;
    }

    .insvester-swiper.swiper-button-next {
        display: none;
    }

    .insvester-swiper.swiper-button-prev {
        display: none;
    }

    .trending-block-title {
        font-size: 1.6rem;
    }

    .trending-block-company {
        font-size: 1.4rem;
    }

    .trending-block-date p {
        font-size: 1rem;
    }

    .trending-block-img {
        width: 2rem;
    }

    .trending_detail_flex {
        padding-bottom: 1.2rem;
    }

    .trending-swiper.swiper-pagination {
        display: none;
    }

    .trending-swiper.swiper-button-next {
        display: block;
    }

    .trending-swiper.swiper-button-prev {
        display: block;
        right: 7%;
    }

    .knowmore a,
    .readmore a {
        font-size: 1.5rem;
    }

    .knowmore a img,
    .readmore a img {
        width: 2.2rem;
    }

    .footer-content>div:nth-child(2) {
        display: none;
    }

    .footer-content>div:nth-child(4) {
        display: block;
    }

    .contact-block-web {
        padding-top: 2rem;
    }

    .contact_title {
        display: block;
        padding-bottom: 0.3rem;
    }

    .footer-content>div:nth-child(3) {
        padding-top: 1rem;
        border-right: none;
    }

    .footer-content>div:nth-child(5) {
        grid-area: five;
        padding-top: 5rem;
    }

    .footer-section p {
        font-size: 1.4rem;
    }

    .footer-section-two p {
        font-size: 1.2rem;
        font-family: var(--variable-font-family);
    }

    .footer-section {
        padding: 1rem;
    }

    .social-icons {
        justify-content: unset;
        gap: 2rem;
    }

    .email-input input {
        font-size: 1.5rem;
    }

    .input-arrow img {
        width: 6px;
    }

    .social-icons li {
        width: 1.8rem;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .app-download {
        width: 70%;
    }

    .footer-section-two {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        padding: 1.5rem 0;
        gap: 1rem;
    }

    .terms li {
        gap: 0.5rem;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .terms li>a:nth-child(1) {
        order: 3;
    }

    .terms {
        order: 1;
    }

    .privacy {
        order: 2;
    }

    .powerby {
        order: 3;
    }

    .accred-swiper.swiper-pagination {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    .family-section.swiper-pagination {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    .trending-section.swiper-pagination {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    /* about */
    /* .about-banner-img {
        height: 550px;
    } */

    .about-banner-img {
        aspect-ratio: 500/800;
    }

    .contact-button-floating {
        right: 3%;
    }

    .who_section_content_two_details>div:nth-child(4) .who_grid_text li::before {
        left: 1%;
    }

    .who_section_content_one .title {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }

    .who_section_content_one .title p {
        padding-left: 0;
    }

    .who_img img {
        aspect-ratio: unset;
    }

    .who_grid_text .title {
        padding-bottom: 1.5rem;
    }

    .who_section_content_two_details {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 'one''two''five''six''three''four';
        gap: 0.2rem;
        padding-top: 2rem;
    }

    .who_grid_text {
        position: relative;
        top: unset;
        left: unset;
        padding-top: 1rem;
        padding-bottom: 2.5rem;
        font-size: 1.8rem;
    }

    .who_section_content_two_details>div:nth-child(3) .who_grid_text {
        color: var(--secondary-color);
        padding-left: 2rem;
    }

    .who_section_content_two_details>div:nth-child(3) .who_grid_text li::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -5%;
        width: 6px;
        height: 6px;
        background-color: var(--secondary-color);
        border-radius: 50%;
        transform: translateY(-50%)
    }

    .who_grid_text p br {
        display: none;
    }

    .approch-img {
        height: 350px;
    }

    .approch_para {
        padding: 1.9rem;
    }

    .partner-section-one {
        grid-template-columns: repeat(1, 1fr);
    }

    .partner-logo-block {
        margin: 1rem;
    }

    .leader-section>div:nth-child(1) {
        gap: 2.5rem;
        padding-bottom: 3rem;
        border-right: none;
    }

    .leader-swiper.swiper-button-next {
        width: 2.5rem;
    }

    .leader-swiper.swiper-button-prev {
        width: 2.5rem;
    }

    .view-all p {
        font-size: 1.5rem !important;
    }

    .leader-details {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .leader-details>div {
        border: unset !important;
    }

    .leader-block {
        border-top: 1px solid var(--light-grey-color) !important;
        border-right: unset !important;
        border-left: unset !important;
        border-bottom: unset !important;
        padding: 1.3rem;
        overflow: hidden;
    }

    .cuns-img img {
        transform: translateY(2px);
    }

    .family_section_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .whatismulti_section>div:nth-child(1)>div:nth-child(1) {
        padding-right: 0;
        padding-bottom: 2rem;
    }

    .whatismulti_section>div:nth-child(2)>div:nth-child(2) {
        padding-bottom: 2rem;
    }

    .whatismulti_section>div:nth-child(2) {
        display: grid;
        grid-template-areas: 'two''one';
    }

    .whatismulti_section>div:nth-child(2)>div:nth-child(2) {
        padding-left: 0;
        grid-area: two;
    }

    .whatismulti_section>div:nth-child(2)>div:nth-child(1) {
        grid-area: one;
    }

    .family_block_para {
        width: 100%;
    }

    .why_do_you_need_section .who_section_content_one .title p {
        padding-top: 1rem;
    }

    .faq_questions_block {
        padding: 1rem;
    }

    .faq_que {
        gap: 3rem;
        font-size: 2rem;
    }

    .faq_que_arrow {
        width: 2.5rem;
    }

    .faq_que p {
        width: 80%;
        line-height: 1.1;
    }

    .ans_ub_points li {
        font-size: 1.4rem;
    }

    .legal-ul li::before,
    .details_points li::before {
        top: 10px;
        left: -10px;
        width: 5px;
        height: 5px;
    }

    .legal-ul li {
        font-size: 1.6rem;
        padding-bottom: 0.5rem;
        line-height: 1.2;
    }

    .privacy_section .para-big p {
        line-height: 1.2;
        padding-bottom: 1.8rem !important;
        font-size: 1.6rem !important;
    }

    .legal_page_wraper .section-padding {
        padding: 2rem 0 !important;
    }

    .privacy_page_wraper .section-padding {
        padding: 2rem 0 !important;
    }

    .conflict_section p {
        padding-top: 0.5rem !important;
    }

    .conflict_section .title h3 {
        padding-bottom: 1rem;
    }

    .advisory_section .title h3 {
        padding-bottom: 1rem;
    }

    .what_we_collect_section .title h3 {
        padding-bottom: 1rem;
    }

    .partners_section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        padding-bottom: 5rem;
    }

    .partners_section>div:nth-child(1) {
        flex-basis: 100%;
    }

    .partners_section>div:nth-child(2) {
        flex-basis: 100%;
        width: 100%;
    }

    .partner-swiper-btn.swiper-button-prev {
        right: 13%;
        bottom: -5%;
    }

    .partner-swiper-btn.swiper-button-next {
        bottom: -5%;
    }

    .india_locations li {
        font-size: 1.5rem;
    }

    .plans_details_ul li:before {
        top: 8px;
        width: 5px;
        height: 5px;
        left: -12px;
    }

    .goldenage_form {
        width: 100%;
    }

    .goldenage_form .contactform_details {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .goldenage_form .form-control {
        width: 95%;
    }

    .goldenage_form label {
        font-size: 1.5rem !important;
    }

    .pricing_title {
        padding-top: 0;
    }

    .blog_tabs_blocks .trending_blocks {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog_blocks-web {
        display: none;
    }

    .blog_blocks-mobile {
        display: block;
    }

    .blog_tabs_blocks .trending_blocks>div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid var(--light-grey-color);
    }

    .blog_tabs>div {
        font-size: 1.5rem;
    }

    .trending_blocks .box-gap2 {
        padding: 1rem;
    }

    .blog-swiper.swiper-button-next {
        display: none;
    }

    .blog-swiper.swiper-button-prev {
        display: none;
    }

    .blog-swiper.swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
    }

    .share_coments_block {
        margin-top: 0;
    }

    .more_blogs {
        padding-top: 2rem;
    }

    .readmore_details button {
        margin: 3rem auto;
    }

    .blog_date {
        font-size: 1.2rem;
    }

    .blog_social_icons li {
        width: 1.8rem;
    }

    .blog_by_logo {
        width: 3rem;
    }

    .blog_by p {
        font-size: 1.5rem;
    }

    .blog_detail_para .blog_detail_para_main {
        font-size: 1.5rem;
    }

    .detail_block_by {
        font-size: 1.3rem;
    }

    .next_blog_img .next_img {
        height: 450px;
    }

    .next-swiper.swiper-button-next {
        display: none;
    }

    .next-swiper.swiper-button-prev {
        display: none;
    }

    .backto_top {
        font-size: 1.5rem;
    }

    .blog_detail_section_two {
        padding-bottom: 7rem;
    }

    .next-swiper.swiper-pagination {
        display: block;
        left: 50%;
        transform: translateX(-50%);
        bottom: -6%;
    }

    .subscribe_block .title h4 {
        font-size: 3rem;
    }

    .subscribe_block .title p {
        font-size: 1.5rem;
    }

    .contact_form_floting {
        top: unset;
        left: unset;
        width: 300px;
        padding: 2rem;
        bottom: 10%;
        right: 5%;
        transform: translate(0%, 0%) scale(0);
    }

    .contact_form_floting.contact_active {
        transform: translate(0%, 0%) scale(1);
    }

    /* .advisor-img {
        width: 100%;
    } */

    .location_text {
        min-height: unset;
        gap: 2rem;
    }

    .complaint_table {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 3rem;
        gap: 1rem;
    }

    .complaint_table>div .complaint-table-title p {
        font-size: 1.5rem;
        text-align: left;
    }

    .complaint-table-content p {
        text-align: left;
        font-size: 2rem;
    }

    .complaint_table>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .complaint_table>div .complaint-table-title {
        padding-bottom: 0rem;
        margin-bottom: 0rem;
        border-bottom: 0px solid var(--secondary-color);
    }

    .web_table {
        display: none;
    }

    .mobile_table {
        display: block;
    }

    .form_grid {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .contact_location {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(1, 1fr);
    }

    /* .banner-text_contactpage br {
        display: none;
    } */

    .contact-banner {
        padding-top: 15rem;
        padding-bottom: 1rem;
    }

    .address_info {
        padding-top: 1rem;
        font-size: 1.7rem;
    }

    .address_title {
        font-size: 2.5rem;
    }

    .contact_form .form-group {
        padding-bottom: 1rem;
    }

    /* video page */

    .video_blocks {
        grid-template-columns: repeat(1, 1fr);
    }

    .trending-swiper.swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 2px;
        border-radius: unset;
        margin: 0 3px;
    }

    /* landing page */

    .why_para p::before {
        left: -4%;
        top: 22px;
    }

    .benifits_para p::before {
        left: -4%;
        top: 22px;
    }

    .landing_group {
        flex-basis: calc(100% - 1rem);
    }

    .landing_section_block_title>div {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }

    .landing_services_section .capablities_title_section {
        grid-template-columns: repeat(1, 1fr);
    }

    .landing_services_img {
        width: 6rem;
        padding-bottom: 1rem;
    }

    .landing_form {
        width: unset;
        margin-top: 3rem;
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
    }

    .landing_form .form_name {
        font-size: 1.2rem;
    }

    .landing_section_block_title .title .financial_para {
        padding-left: 0rem;
    }

    .header.header_none .alpha-logo {
        width: 30%;
    }

    .trending_text_blog {
        height: 110px;
    }

    .video_blocks .trending_text_blog {
        height: unset;
        padding-bottom: 0.5rem;
    }

    .details_points {
        padding: 1.5rem 0;
        gap: 0.5rem;
    }

    .details_sub_points {
        margin-left: 1.5rem;
    }
}

@media only screen and (max-width: 600px) {

    /* .testimonial_image {
        height: 490px;
        overflow: hidden;
    } */

    .alpha-logo {
        width: 85%;
    }

    .sect2-web {
        display: none !important;
    }

    .sect2-mobile {
        display: block !important;
    }

    .sect2-logo {
        margin-top: 2rem;
        width: 10rem;
    }

    .financial_life_section .who_section_content_one {
        padding-bottom: 3rem;
    }

    .who_grid_text .title {
        padding-bottom: 1rem;
    }

    .who_section_content_one .title {
        gap: 2rem;
    }

    .who_grid_text {
        padding-bottom: 2rem;
    }

    .accred_section-web {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 'one two''three four''five six''seven eight''nine ten';
        margin-top: 2rem;
    }

    .trending_swiper {
        margin-top: 2rem;
    }

    .who_img {
        padding: 2rem 0 !important;
    }

    .who_section_content_one {
        padding-bottom: 2rem;
    }

    .who_section_content_two_details {
        padding-top: 0rem;
    }

    .accred_section-web>div {
        border : none;
    }
    .accred_section-web>div:nth-child(3) {
        border-left: none;
    }
    .accred_section-web>div:nth-child(7) {
        border-left: none;
    }
    .accred_section-web>div:nth-child(9) {
        border-bottom: 1px solid var(--light-grey-color);
    }
    .accred_section-web>div:nth-child(10) {
        border-bottom: 1px solid var(--light-grey-color);
    }
    .accred_section-web>div:nth-child(11) {
        border-left: none;
    }

    /* .accred_section-web>div:nth-child(1) {
        border-bottom: 1px solid var(--light-grey-color);
    }

    .accred_section-web>div:nth-child(2) {
        border-bottom: 1px solid var(--light-grey-color);
    }

    .accred_section-web>div:nth-child(3) {
        border-bottom: 1px solid var(--light-grey-color);
        border-right: none;
        border-left: none;
    }

    .accred_section-web>div:nth-child(4) {
        border-left: 1px solid var(--light-grey-color);
        border-right: none;
        border-bottom: 1px solid var(--light-grey-color);
    }

    .accred_section-web>div:nth-child(5) {
        border-right: none;
    }

    .accred_section-web>div:nth-child(6) {
        border-left: 1px solid var(--light-grey-color);
        border-bottom: unset;
        border-top: none;
    }

    .accred_section-web>div:nth-child(7) {
        border-left: none;
    }

    .accred_section-web>div:nth-child(10) {
        grid-area: ten;
        border-top: 1px solid var(--light-grey-color);
        border-left: 1px solid var(--light-grey-color);
    }

    .accred_section-web>div:nth-child(8) {
        border-left: 1px solid var(--light-grey-color);
        border-right: none;
    }

    .accred_section-web>div:nth-child(9) {
        border-right: none;
    } */

    .tab-title {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.3rem;
    }

    .tabs-content .tab-detail-block>div {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 'two''one''three';
    }

    .complaint_title p {
        font-size: 2rem;
        font-family: var(--extrabold-font-family);
        line-height: 1.2;
    }

    section .title h4 {
        font-size: 3rem;
    }

    .who_grid_text .title h4 {
        font-size: 3rem;
        color: var(--secondary-color) !important;
    }

    .who_section_content_two_details>div:nth-child(4) .who_grid_text li::before {
        left: 2%;
    }

    .tab_more_content {
        padding: 0;
        padding-top: 3rem !important;
    }

    .sebi_homepage_section {
        background-color: #f6f6f6;
        color: var(--footer-hover-color);
        padding: 1.5rem;
    }

    .tabs-details>div:nth-child(1) {
        order: 2;
        flex-basis: 100%;
        padding: 0;
        padding-top: 1.5rem;
    }

    .tabs-details>div:nth-child(2) {
        order: 1;
        flex-basis: 100%;
    }

    .tab-title>div {
        padding-left: 1.3rem !important;
    }

    .partner-text {
        padding: 1rem;
    }

    .partner_background img {
        height: 300px;
    }

    .partner_para {
        width: 90%;
    }

    .leader-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 'one''two';
    }

    .leader-section>div:nth-child(2) {
        width: 100%;
        border: unset;
    }

    .leader-block {
        border-right: 1px solid var(--light-grey-color);
        border-left: 1px solid var(--light-grey-color);
        border-bottom: 1px solid var(--light-grey-color);
    }

    section .para-big p {
        font-size: 1.8rem !important;
    }

    section .para-small p {
        font-size: 1.5rem;
    }

    .leader-edu {
        padding-top: 0;
    }

    .leader-text {
        padding-top: 1.5rem;
    }

    section .para-big p {
        padding-bottom: 0.5rem !important;
    }

    .leader-disc {
        font-size: 1.5rem;
    }

    .quality_blocks {
        grid-template-columns: repeat(1, 1fr);
    }

    .location_content>div:nth-child(2) {
        width: 100%;
    }

    .contact-button-floating button>div {
        width: 30px;
        height: 30px;
    }

    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }

    .contact-page .family_button {
        padding-top: 1rem;
    }

    .trending-swiper.swiper-button-prev {
        bottom: -12%;
    }

    .trending-swiper.swiper-button-next {
        bottom: -12%;
    }
}

@media only screen and (max-width: 500px) {

    .banner-section {
        padding-top: 8rem !important;
    }

    .number-pagination .swiper-pagination {
        top: unset;
        right: unset;
        bottom: 20%;
        left: 1%;
    }

    .banner-buttons {
        gap: 1rem;
        bottom: 7%;
        left: 4%;
        width: 92%;
    }

    .banner-buttons>div {
        flex-basis: 60%;
    }

    button.white-btn {
        width: 100%;
    }

    button.transp-btn {
        width: 100%;
    }

    a button.white-btn {
        justify-content: center;
    }

    a button.transp-btn {
        justify-content: center;
    }

    .partner-swiper-btn.swiper-button-prev {
        right: 15%;
    }

    .investor_text.para-big p {
        font-size: 1.5rem !important;
    }

    .contact_form_floting {
        width: 250px;
        bottom: 13%;
    }

    .header.header_none .alpha-logo {
        width: 55%;
    }

    .trending-swiper.swiper-button-prev {
        bottom: -15%;
        right: 12%;
    }

    .trending-swiper.swiper-button-next {
        bottom: -15%;
    }

    .quality_blocks>div {
        height: 110px;
    }
}

@media only screen and (max-width: 375px) {
    .mobile_links li {
        padding: 1rem 2rem;
    }

    .mobile_links p {
        font-size: 1.6rem;
    }
}

.error_group label {
    color: #ff0000;
    display: inline-block;
}

.text_uppercase {
    text-transform : uppercase;
}