﻿:root {
    --orange-color: #E37500;
    --primary-color: #747474;
    --black-color: #000000;
    --blue-color: #043B72;
    --error-txt-color: #f00;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('../fonts/SpoqaHanSansNeo-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('../fonts/SpoqaHanSansNeo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('../fonts/SpoqaHanSansNeo-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('../fonts/SpoqaHanSansNeo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* ===== comman CSS : start ===== */
.skContainer {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.secTitleWrap {
    position: relative;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 50px;
    &:after

{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 4px;
    margin: 0 auto;
    background-color: var(--orange-color);
}

}

.secTitle {
    color: var(--black-color);
    font-size: 38px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
}

.secSubTitle {
    font-size: 18px;
    line-height: 22px;
}

.mobView {
    display: none;
}

.orangeTxt {
    color: var(--orange-color);
}

.fieldValidationError {
    color: #ED0314 !important;
}

.inputValidationError {
    border-color: #ED0314 !important;
}

.orangeBtn {
    background-color: var(--orange-color);
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    width: 100%;
    min-width: 100px;
    height: 42px;
    padding: 5px;
    color: #fff;
    justify-content: center;
    border-radius: 21px;
    border: 0;
    outline: 0;
    white-space: nowrap;
}

    .orangeBtn:focus-visible {
        outline: 3px solid #111;
        outline-offset: 3px;
    }

a.orangeBtn:focus-visible {
    outline: 3px solid #111;
    outline-offset: 3px;
}

@supports not selector(:focus-visible) {
    .orangeBtn:focus {
        outline: 3px solid #111;
        outline-offset: 3px;
    }
}

.errorMsg {
    font-size: 12px;
    line-height: 14px;
    color: var(--error-txt-color) !important;
    width: auto;
    span

{
    font-size: 12px;
    line-height: 14px;
}

}

.flexWrap {
    display: flex;
    flex-wrap: wrap;
}
/* ===== comman CSS : end ===== */


.nriServicesPage {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: var(--primary-color);
    overflow-x: hidden;
    *

{
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    font-weight: 300;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
}

p,
span {
    color: #747474;
}

.topIntroSec {
    background-color: #F7F8F9 !important;
}

.ourExpertiseSec {
    background-color: #ffffff !important;
}

.brokerProfileSec {
    background-color: #F7F8F9 !important;
}

.investOptionsSec {
    background-color: #ffffff !important;
}

.platformFeaturesSec {
    background-color: #F7F8F9 !important;
}

.brokerOfficeSec {
    background-color: var(--orange-color) !important;
}

.typesOfAccountsSec {
    background-color: #F7F8F9 !important;
}

.documentsSec {
    background-color: #ffffff !important;
}

.accOpenStepsSec {
    background-color: #F7F8F9 !important;
}

.faqsSec {
    background-color: #ffffff !important;
}

}



/* ===== Top intro banner section : start ===== */
.topIntroSec {
    background-color: #F7F8F9 !important;
    padding-top: 0 !important;
    padding-bottom: 25px !important;
    .asideWrap

{
    display: flex;
    align-items: center;
    .lhsWrap

{
    flex: 0 0 calc(100% - 340px);
    width: calc(100% - 340px);
    position: relative;
    display: flex;
    justify-content: flex-end;
    .imgWrap

{
    position: relative;
    top: 23px;
    right: -40px;
    z-index: 0;
}

}

.rhsWrap {
    flex: 0 0 340px;
    width: 340px;
    .openAnAccountNriForm

{
    position: relative;
    z-index: 1;
}

}
}

.textWrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 450px;
    z-index: 1;
}

.pageTitle {
    color: #1C1C1C;
    font-size: 46px !important;
    line-height: 58px !important;
    font-weight: 700;
    margin-bottom: 22px;
}

.caption {
    font-size: 18px;
    line-height: 24px;
    max-width: 350px;
}

}
/* ===== Top intro banner section : end ===== */

/* ===== open An Account NRI Form : start ===== */
.openAnAccountNriForm {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px #0000001A;
    border-radius: 16px;
    padding: 28px;
    .inputFieldGroup

{
    margin-bottom: 18px;
}

.formControl {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #212529;
    background-color: #fff;
    border: 1px solid #747474;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 23px;
    height: 36px;
    position: relative;
    padding: 0 0 0 20px;
}

::placeholder,
:-ms-input-placeholder {
    font-size: 15px;
    color: #747474;
    font-style: unset;
    opacity: 1;
}

:has(option:checked:first-child) {
    color: #747474;
}

select {
    appearance: none;
    width: auto;
    background: url(../images/nri-services/arrow.svg) right 14px center no-repeat;
    cursor: pointer;
    background-size: 12px;
}

.submitBtn {
    letter-spacing: 0.2px;
}

}
/* ===== open An Account NRI Form : end ===== */

/* ===== our Expertise Sec : start ===== */
.ourExpertiseSec {
    padding: 70px 0;
}

.expList {
    align-items: center;
    margin-bottom: 30px;
    gap: 30px;
    row-gap: 32px;
}

.expItem {
    gap: 30px;
    font-size: 15px;
    line-height: 20px;
    flex: 0 0 270px;
    color: var(--primary-color);
    .itemBlock

{
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: 190px;
    text-align: center;
    position: relative;
    padding: 30px 35px 0;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    svg, img

{
    display: block;
    margin: 0 auto;
    max-height: 55px;
    width: 100%;
    max-width: 55px;
}

&::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 6px;
    width: 80px;
    background-color: #043B72;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
}

}

.expDesc {
    margin-top: 20px;
    font-size: 15px;
}

}
/* ===== our Expertise Sec : end ===== */



/* ===== brokerProfileSec : start ===== */
.brokerProfileSec {
    background-color: #F7F8F9 !important;
    padding: 0px !important;
    .rightcnt

{
    padding-top: 40px;
    padding-bottom: 40px;
}

}

.brokerWrap {
    align-items: center;
    gap: 45px;
    padding-left: 45px;
}

.secTitlebroker {
    color: #1C1C1C;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    line-height: clamp(35px, 4vw, 64px) !important;
    margin-bottom: 5px !important;
}

.brokerPresBlock {
    border: 1px solid #E37500;
    border-radius: 16px;
    padding: 35px;
    margin-top: 20px;
    font-size: 15px;
    column-gap: 40px;
    row-gap: 45px;
    li

{
    flex: 1 1 0;
    min-width: 45%;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding-right: 10px;
    span

{
    flex: 0 0 auto;
}

&::after {
    content: "";
    display: block;
    width: 1px;
    height: 48px;
    background-color: #E37500;
    margin-left: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

h3 {
    margin-bottom: 0px;
    font-size: 15px;
}

p {
    margin-bottom: 0px;
    font-size: 15px;
    h3

{
    margin-bottom: 0px;
    font-size: 15px;
}

}

&:nth-child(even)&::after {
    display: none;
}

}
}

.brokePrsTitle {
    font-weight: 300;
    font-size: 15px !important;
    line-height: 19px;
    strong

{
    font-size: 18px !important;
    font-weight: 700;
    color: #1C1C1C !important;
    &:after

{
    content: '\a';
    white-space: pre;
}

}

&.viseversa {
    strong: before

{
    content: '\a';
    white-space: pre;
}

strong:after {
    display: none;
}

}
}

.rightcnt {
    flex: 1 1 0;
}
/* ===== brokerProfileSec : end ===== */



/* ===== invest Options Sec : start ===== */
.investList {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* Desktop: 5 items per row */
    gap: 17px;
    font-size: 18px;
    padding-bottom: 20px;
    h3

{
    font-size: 18px;
    margin-bottom: 0;
}

}

.investBlock {
    background: #0f3c6e;
    color: #fff;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    min-height: 70px;
    span

{
    max-width: 46px;
}

}
/* ===== invest Options Sec : end ===== */


/* ===== platformFeaturesSec : start ===== */
.platformFeaturesSec {
    .secTitle

{
    max-width: 950px;
    margin: 0 auto;
}

.brokerWrap img {
    mix-blend-mode: multiply;
}

.slick-dots {
    display: flex;
    justify-content: center;
    max-width: 420px;
}

}

.imgNumWrap {
    margin: 0 auto;
}

.mobileShow {
    display: none;
}

.robustSlideWrap {
    max-width: 550px;
}

.robustItem {
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    margin-bottom: 35px;
    p

{
    margin-bottom: 0px !important;
}

&::after {
    left: 0;
    bottom: -55px;
    content: "";
    display: block;
    width: 100%;
    height: 42px;
    background: url(../images/nri-services/shadow-clean.png) center bottom no-repeat;
    mix-blend-mode: multiply;
    position: absolute;
}

}

.robustTitle {
    color: #464646 !important;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px !important;
}.robustTitle p {
        font-weight: 700;
}
/* --- slick slider css --- */
.nriServicesPage {
    .robustSlideWrap .slick-prev

{
    display: none !important;
}

.slick-prev {
    left: 0 !important;
    z-index: 9;
}

.slick-next {
    right: 0 !important;
    z-index: 9;
}

    .slick-prev:before,
    .slick-next:before {
        border: solid #747474;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        width: 20px;
        height: 20px;
        background: none;
    }

.slick-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.slick-next::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
    width: 12px;
    height: 12px;
}

    .slick-dots li.slick-active button:before {
        width: 12px;
        height: 12px;
        background-color: #E37500;
        border: 0px solid #fff;
        margin-top: 0;
    }

}
/* ===== platformFeaturesSec : end ===== */

/* ===== brokerOfficeSec : start ===== */
.brokerOfficeSec {
    border-bottom: 20px solid #043B72;
    padding-top: 20px;
    padding-bottom: 0px;
    .brokerWrap

{
    flex-direction: row-reverse;
    padding-left: 0px;
    color: #fff;
    gap: 65px;
}

p,
span {
    color: #fff;
}

.secSubTitle {
    line-height: 26px;
}

.secTitlebroker {
    color: #fff;
    font-size: clamp(38px, 4vw, 48px);
    font-weight: 700;
    line-height: clamp(48px, 4vw, 64px) !important;
}

.brokerPresBlock {
    border-color: rgba(255, 255, 255, 0.69);
    li

{
    &::after

{
    background-color: rgba(255, 255, 255, 0.69);
}

}
}
}

.officeContact {
    padding-left: 0px;
    gap: 14px;
    margin-top: 20px;
    >li

{
    background-color: #D66200;
    border-radius: 27px;
    padding: 6px 15px 6px 10px;
    font-size: 15px;
    span

{
    margin-right: 7px;
}

a {
    color: #fff;
}

}
}

/* ===== brokerOfficeSec : end ===== */



/* ===== types Of Accounts Sec : start ===== */
.typesOfAccountsSec {
    position: relative;
}

.acTypesUlist {
    display: flex;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    .acCard

{
    flex: 0 0 30%;
    width: 30%;
    min-height: 300px;
    position: relative;
    padding-left: 90px;
    .imgWrap

{
    margin-bottom: 18px;
    margin-top: 30px;
}

.title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #464646;
    margin-bottom: 10px;
    max-width: 250px;
}

.subTitle {
    font-size: 15px;
    line-height: 20px;
    max-width: 250px;
    div

{
    &:first-of-type

{
    margin-bottom: 10px;
}

span {
    color: var(--orange-color);
}

}
}

&::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 48px;
    height: 100%;
    background: url(../images/nri-services/boxShadowRight.png) center bottom no-repeat;
    mix-blend-mode: multiply;
}

&:nth-child(1) {
    padding-left: 0;
    flex: 0 0 30%;
    width: 30%;
    &:after

{
    display: none;
}

}

&:nth-child(2) {
    flex: 0 0 35%;
    width: 35%;
}

&:nth-child(3) {
    flex: 0 0 35%;
    width: 35%;
}

}
}

/* ===== types Of Accounts Sec : end ===== */


/* ===== documents Sec : start ===== */
.documentsSec {
    background-color: #F7F8F9 !important;
    .asideWrap

{
    display: flex;
    .lhsWrap

{
    flex: 0 0 48%;
    width: 48%;
    position: relative;
}

.rhsWrap {
    flex: 0 0 52%;
    width: 52%;
    padding-left: 70px;
}

}

.wrapTitle {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #1C1C1C;
    margin-bottom: 30px;
}

}

.docUlist {
    display: flex;
    column-gap: 16px;
    row-gap: 18px;
    flex-wrap: wrap;
}

.docCard {
    flex: 0 0 calc(50% - 8px);
    min-height: 73px;
    border: 1px solid #CADDFF;
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F6FF 100%);
    border-radius: 6px;
    padding: 5px 5px 5px 15px;
    display: flex;
    column-gap: 20px;
    align-items: center;
    .imgBox

{
    flex: 0 0 35px;
    width: 35px;
    display: flex;
    align-items: center;
    img

{
    max-width: 100%;
}

}

.title {
    flex: 0 0 calc(100% - 50px);
    width: calc(100% - 50px);
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    h3

{
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
}

}
}

.docSlideOuterFrame {
    position: relative;
    .docSquareTopBox

{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: inline-block;
    &:after

{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: solid var(--blue-color);
    border-width: 0 10px 10px 0;
    transform: rotate(180deg);
}

}

.docSquareBtmBox {
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: inline-block;
    &:after

{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: solid var(--orange-color);
    border-width: 0 30px 30px 0;
    transform: rotate(360deg);
}

}
}

.nriDocSlideHolder {
    background-color: #E3EDFF;
    position: relative;
    width: 100%;
    min-height: 315px;
    padding: 26px 42px 30px;
    .nriDocSlider

{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.docSlide {
    .imgWrap

{
    margin-bottom: 1px;
    max-width: 100%;
    margin-bottom: 20px;
}

.textWrap {
    font-size: 22px;
    line-height: 28px;
    color: #1C1C1C;
    font-weight: 700;
}

}

.slick-dots {
    bottom: -100px;
}

}

/* ===== documents Sec : end ===== */



/* ===== Acc Open Steps Sec : start ===== */
.accOpenStepsSec {
    position: relative;
    padding-bottom: 100px !important;
}

.stepCardUlist {
    display: flex;
    column-gap: 30px;
    .stepSlide

{
    flex: 0 0 calc(25% - 22.5px);
    width: calc(25% - 22.5px);
    padding-top: 50px;
    &:nth-child(1) .stepCard .stepNum

{
    background-color: var(--orange-color);
    box-shadow: 0px 15px 20px #e37500ab;
}

&:nth-child(2) .stepCard {
    padding: 28px 50px;
    .stepNum

{
    background-color: #9E9E9E;
    box-shadow: 0px 15px 20px #9e9e9ebd;
}

}

&:nth-child(3) .stepCard stepNum {
    background-color: #ABCAFF;
    box-shadow: 0px 15px 20px #abcaffab;
}

&:nth-child(4) .stepCard {
    padding: 28px 50px;
    .stepNum

{
    background-color: var(--blue-color);
    box-shadow: 0px 15px 20px #043b72b5;
}

}
}

.stepCard {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 12px 20px #00000029;
    border-radius: 10px;
    padding: 28px 28px 28px 28px;
    text-align: center;
    min-height: 423px;
    .stepNum

{
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    width: calc(100% - 60px);
    height: 50px;
    background-color: #9E9E9E;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.imgWrap {
    margin-bottom: 15px;
    margin-bottom: 18px;
}

.title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.subTitle {
    font-size: 15px;
    line-height: 20px;
}

.smallTxt {
    font-size: 13px;
    line-height: 15px;
    padding-top: 7px;
}

}
}
/* ===== Acc Open Steps Sec : end ===== */


/* ===== faqsSec : start ===== */
.faqsSec {
    padding-bottom: 5px !important;
}

.accordionHolder {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #00000026;
    border-radius: 16px;
    padding: 10px 0 2px 0;
    margin-bottom: 10px;
    .arrowIcon

{
    position: absolute;
    width: 9px;
    height: 9px;
    display: inline-block;
    right: 30px;
    &:after

{
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 9px;
    height: 9px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

}
}

.accCard {
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #EFEFEF;
    .accTitle

{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 8px 30px 14px 32px;
    color: var(--black-color);
    cursor: pointer;
    position: relative;
    h3

{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--black-color);
    margin-bottom: 0;
}

&.active .arrowIcon:after {
    transform: rotate(225deg);
}

}

.accPanel {
    display: none;
    position: relative;
    padding: 0 50px 15px 32px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.42px;
    ul

{
    list-style-type: decimal;
    margin-bottom: 0;
    padding-left: 30px;
    li

{
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.42px;
    list-style-type: decimal;
}

}
}

&.boxActive {
    &:before

{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 10px;
    height: calc(100% - 20px);
    background-color: var(--orange-color);
}

}

&:last-of-type {
    border-bottom: 0;
}

}

.accPanel table {
    border-collapse: collapse;
    width: 100%;
    th

{
    background: #696b81;
    padding: 10px 10px;
    color: #fff;
    &:first-child

{
    text-align: left;
}

}

td {
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 10px 8px 10px;
    &:first-child

{
    text-align: left;
}

}
}

.btmNoteWrap {
    max-width: 790px;
    margin: 0 auto 70px auto;
    text-align: center;
}
/* ===== faqsSec : end ===== */



@media (max-width: 1200px) {
    .skContainer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .topIntroSec {
        .pageTitle

{
    font-size: 40px !important;
    line-height: 48px !important;
}

}

.stepCardUlist {
    .stepCard

{
    padding: 15px;
    &:nth-child(2)

{
    padding: 15px;
}

&:nth-child(4) {
    padding: 15px;
}

.imgWrap {
    max-width: 100px;
    margin: 10px auto 15px auto;
}

.title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

}
}

.expList {
    gap: 20px;
}

.expItem {
    flex: 0 0 250px;
}

.brokerWrap {
    padding-left: 0px;
}

.brokerProfileSec {
    background-color: #F7F8F9 !important;
    padding: 30px 0;
}

}

@media all and (min-width: 992px) and (max-width: 1150px) {
    .topIntroSec {
        .asideWrap

{
    .lhsWrap

{
    flex: 0 0 calc(100% - 280px);
    width: calc(100% - 280px);
    .imgWrap

{
    right: -100px;
}

}

.rhsWrap {
    flex: 0 0 280px;
    width: 280px;
    .openAnAccountNriForm

{
    padding: 22px;
}

}
}
}
}

@media (max-width: 1024px) {
    .expItem {
        padding-top: 20px;
        .itemBlock

{
    width: 255px;
    justify-content: center;
    text-align: center;
    margin: 0 auto 30px;
}

}

.investList {
    grid-template-columns: repeat(3, 1fr);
    /* 3 per row */
    gap: 16px;
}

.brokerPresBlock {
    gap: 0;
    padding: 15px 30px;
    li

{
    flex: 0 0 100%;
    min-width: 100%;
    border-bottom: 1px solid #E37500;
    padding: 20px 0;
    &::after

{
    display: none;
}

&:last-child {
    border-bottom: none;
}

}
}

.robustImg {
    flex: 0 0 100%;
    max-width: 335px;
    margin: 0 auto;
}

}

.openNriAcDrawerBtn {
    display: none;
}

.openAnAccountNriForm .closeBtn {
    display: none;
}

@media all and (max-width: 992px) {
    .topIntroSec {
        padding-bottom: 70px !important;
        .asideWrap

{
    flex-wrap: wrap;
    .lhsWrap

{
    flex: 0 0 100%;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    .topIntroSec

{
    top: 23px;
    right: -40px;
}

}

.rhsWrap {
    flex: 0 0 100%;
    width: 100%;
}

}
}

.demat-btn-hold {
    display: none !important;
}
/* ===== openNriAcDrawerBtn ===== */
.openNriAcDrawerBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    width: 100%;
    height: 48px;
    background-color: var(--orange-color);
    border-radius: 19px 19px 0 0;
    color: #fff;
    flex-wrap: nowrap;
    max-width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    &.nonActive

{
    display: none;
}

}

.nriDrawerBoxOverlay {
    width: 100%;
    height: 100%;
    content: "";
    position: fixed;
    z-index: 999;
    inset: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
    backdrop-filter: blur(0.5px);
    display: none;
    &.active

{
    display: block;
}

}

.openAnAccountNriForm {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 0.7s, opacity 1s;
    transform: translateY(100%);
    opacity: 0;
    z-index: 9999 !important;
    visibility: hidden;
    max-width: 322px;
    margin: 0 auto;
    border: 0;
    box-shadow: unset;
    border-radius: 16px 16px 0 0;
    padding: 28px 28px 10px 28px;
    .closeBtn

{
    display: block;
}

&.active {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    transform: translateY(0);
}

.closeBtn {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

}
/* ===== openNriAcDrawerBtn ===== */
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .topIntroSec {
        .asideWrap

{
    .lhsWrap

{
    .imgWrap

{
    right: 0 !important;
    top: 50px !important;
}

}
}
}
}

@media all and (min-width: 980px) {
}

@media all and (max-width: 980px) {
    .secTitle {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .topIntroSec {
        padding-bottom: 50px !important;
        .pageTitle

{
    font-size: 34px !important;
    line-height: 44px !important;
}

.asideWrap .lhsWrap {
    .textWrap

{
    padding-left: 30px;
}

.imgWrap {
    max-width: 500px;
    top: 0;
    right: 0;
}

}
}

.deskView {
    display: none;
}

.mobView {
    display: block;
}

.brokerProfileSec {
    padding-top: 70px !important;
    .secTitlebroker

{
    text-align: center;
}

.rightcnt {
    padding-top: 0;
    padding-bottom: 0;
}

.brokerWrap {
    padding-left: 0;
    gap: 0;
    justify-content: center;
    .imgNumWrap

{
    max-width: 305px;
    margin: 0 auto;
}

}
}

.brokerOfficeSec {
    .brokerWrap

{
    padding-left: 0px;
    gap: 0;
}

}

.rightcnt {
    flex: 0 0 100%;
    max-width: 100%;
}

.mobileShow {
    display: block;
}

.desktopHide {
    display: none;
}

.robustSlideWrap.slick-dotted.slick-slider {
    margin: 0 auto !important;
}

.acTypesUlist {
    .acCard

{
    min-height: auto;
    padding-left: 40px;
    padding-right: 20px;
}

}

.documentsSec {
    .asideWrap

{
    flex-wrap: wrap;
    .lhsWrap

{
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
}

.rhsWrap {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
}

}

.docSlideOuterFrame {
    max-width: calc(100% - 60px);
    margin: 0 auto;
    .docSquareBtmBox

{
    right: -20px;
    bottom: -20px;
    width: 50px;
    height: 50px;
    &:after

{
    width: 50px;
    height: 50px;
    border-width: 0 20px 20px 0;
}

}
}
}

.stepCardHolder {
    max-width: 400px;
    margin: 0 auto;
}

.stepCardUlist {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 80px;
    .stepSlide

{
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 5px;
    &:nth-child(2) .stepCard

{
    padding: 28px 28px;
}

&:nth-child(4) .stepCard {
    padding: 28px 28px;
}

}

.stepCard {
    min-height: 370px;
    padding: 15px 28px !important;
    .stepNum

{
    font-size: 18px;
    line-height: 22px;
    width: calc(100% - 60px);
    height: 50px;
}

}
}
}

@media (max-width: 767px) {
    .secTitle {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .secTitleWrap {
        margin-bottom: 30px;
    }

    .secSubTitle {
        font-size: 15px;
        line-height: 22px;
        text-align: center;
    }

    .nriServicesPage {
        section

{
    padding-top: 70px;
    padding-bottom: 70px;
}

}

.topIntroSec {
    padding-bottom: 0 !important;
    .asideWrap

{
    flex-wrap: wrap;
    .lhsWrap

{
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    .textWrap

{
    position: static;
    transform: unset;
    max-width: 350px;
    margin: 0 auto;
    padding-left: 0;
}

.pageTitle {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 10px;
    padding-top: 30px;
}

.caption {
    font-size: 15px;
    line-height: 22px;
    max-width: 245px;
    margin: 0 auto;
}

.imgWrap {
    max-width: 400px;
    margin: 0 auto;
}

}

.rhsWrap .openAnAccountNriForm {
    padding: 35px 15px 15px 15px;
}

}
}

.investList {
    grid-template-columns: repeat(2, 1fr);
    /* 2 per row */
    gap: 14px;
    font-size: 13px;
}

.investBlock {
    min-height: 51px;
    padding: 12px 15px;
    span

{
    max-width: 30px;
}

}

.equities {
    order: 1;
}

.etf {
    order: 2;
}

.futures {
    order: 3;
}

.bonds {
    order: 4;
}

.options {
    order: 5;
}

.pms {
    order: 6;
}

.mf {
    order: 7;
}

.aif {
    order: 8;
}

.ipo {
    order: 9;
}

.insurance {
    order: 10;
}

.brokerProfileSec {
    padding: 70px 0px;
    .brokerWrap

{
    padding-bottom: 20px !important;
}

.brokerPresBlock {
    position: relative;
    top: -30px;
}

}

.brokerPresBlock {
    li

{
    p

{
    font-size: 14px;
}

}
}

.ourExpertiseSec .expList {
    margin-top: 0px !important;
    .expItem

{
    padding-top: 10px !important;
}

}

.robustSlideWrap {
    width: 100%;
    width: auto;
}

.robustItem {
    padding: 0 15px 0 25px;
    p

{
    font-size: 13px !important;
}

&::after {
    background-size: 100% 100%;
}

}

.robustTitle {
    font-size: 15px !important;
}

.secTitlebroker {
    text-align: center;
}

.platformFeaturesSec {
    padding-bottom: 80px !important;
}

.officeContact {
    justify-content: center;
}

.brokerOfficeSec {
    .brokerPresBlock

{
    margin-top: 0;
    li

{
    border-color: rgba(255, 255, 255, 0.69);
}

}

.brokerWrap {
    flex-direction: row-reverse;
    padding-left: 0px;
    color: #fff;
    gap: 0px;
    .imgNumWrap

{
    max-width: 280px;
}

}
}

.acTypesUlist {
    flex-wrap: wrap;
    .acCard

{
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 300px;
    min-height: auto;
    position: relative;
    padding-left: 10px;
    &:nth-child(1)

{
    padding-bottom: 15px;
}

&:nth-child(2) {
    padding-top: 35px;
    padding-bottom: 15px;
}

&:nth-child(3) {
    padding-top: 35px;
    &::before

{
    display: none;
}

}

.imgWrap {
    margin-bottom: 10px;
    margin-top: 15px;
    max-width: 60px;
}

.title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    max-width: 100%;
}

.subTitle {
    font-size: 14px;
    max-width: 100%;
}

&::after {
    display: none;
}

&::before {
    left: 0;
    bottom: -60px;
    content: "";
    display: block;
    width: 300px;
    height: 49px;
    background: url(../images/nri-services/shadow-bottom-strip.png) center bottom no-repeat;
    mix-blend-mode: multiply;
    position: absolute;
}

}
}

.documentsSec {
    .wrapTitle

{
    font-size: 18px;
    text-align: center;
}

.asideWrap .lhsWrap {
    padding-bottom: 50px;
}

}

.nriDocSlideHolder {
    padding: 20px 20px 20px;
    min-height: auto;
    .docSlide .textWrap

{
    font-size: 18px;
    line-height: 24px;
}

.slick-prev,
.slick-next {
    width: 15px;
    height: 15px;
    background: none;
}

    .slick-prev:before,
    .slick-next:before {
        width: 15px;
        height: 15px;
        background: none;
    }

}

.docCard {
    flex: 0 0 calc(50% - 8px);
    min-height: 50px;
    column-gap: 15px;
    .imgBox

{
    flex: 0 0 25px;
    width: 25px;
}

.title {
    flex: 0 0 calc(100% - 40px);
    width: calc(100% - 40px);
    font-size: 13px;
    line-height: 16px;
    h3

{
    font-size: 13px;
    line-height: 16px;
}

}
}

.accOpenStepsSec {
    padding-bottom: 50px !important;
}

.stepCardUlist {
    column-gap: 0;
    .stepSlide

{
    flex: 0 0 100%;
    width: 100%;
}

.stepCard {
    max-width: 270px;
    margin: 0 auto;
    .stepNum

{
    width: calc(100% - 80px);
    height: 40px;
    top: -40px;
}

}
}

.accCard {
    .accTitle

{
    font-size: 14px;
    line-height: 20px;
    padding: 7px 40px 10px 25px;
    h3

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

}

.accPanel {
    font-size: 13px;
    line-height: 18px;
    padding: 0px 20px 15px 25px;
    ul

{
    li

{
    font-size: 13px;
    line-height: 18px;
}

}
}
}
.accordionHolder .arrowIcon {
    right: 20px;
}
}
@media (max-width: 367px) {	
	.brokerOfficeSec .skContainer{ padding-left: 10px;padding-right: 10px;}
}

@media all and (min-width: 992px) and (max-width: 1370px) {
    .platformFeaturesSec {
        padding-top: 60px;
        padding-bottom: 40px;
    }

        .platformFeaturesSec .secTitleWrap {
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

    .brokerOfficeSec {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .documentsSec {
        padding-top: 60px;
    }

        .documentsSec .secTitleWrap {
            padding-bottom: 20px;
            margin-bottom: 30px;
        }

    .accOpenStepsSec {
        padding-top: 50px;
        padding-bottom: 70px !important;
    }

        .accOpenStepsSec .secTitleWrap {
            padding-bottom: 18px;
            margin-bottom: 30px;
        }

    .stepCardUlist {
        .stepCard

{
    padding: 18px 28px 18px 28px;
    min-height: 400px;
    .imgWrap

{
    margin-bottom: 12px;
}

}

&:nth-child(2) .stepCard {
    padding: 18px 50px;
}

&:nth-child(4) .stepCard {
    padding: 18px 50px;
}

}
}