
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1, 300..800&display=swap');
*,
::after,
::before {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth
}

.h-100 {
    height: 100% !important
}

header {
    background: #0f385a;
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}

header .container-one {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

header .container-one nav.navbar {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: end
}

header .container-one nav.navbar a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    margin: 0 20px;
    padding: 0 .5rem
}

section#banner {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #505050;
    background-size: 100% 100%
}

section#banner .container-one {
    position: relative
}

section#banner .container-one img.hand-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto auto;
    height: 100%
}

@media only screen and (min-width:991px) {
    section#banner .container-one img.hand-img {
        width: auto;
        height: 100%
    }
}

section#banner .container-one .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

section#banner .container-one .content .row {
    background: #202020;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 40px 30px;
    width: 100%
}

section#banner .container-one .content .row .title {
    font-size: 65px;
    font-weight: 500;
    line-height: 65px;
    margin: 0;
    color: #fff;
    position: relative;
    padding-left: 30px
}

section#banner .container-one .content .row .title-wrapper {
    position: relative
}

section#banner .container-one .content .row .title-wrapper::before {
    content: "";
    display: block;
    height: 50px;
    width: 10px;
    background: #b29531;
    position: absolute;
    left: -42px;
    top: 10px
}

section#banner .container-one .content .row .navs a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 1rem;
    position: relative;
    padding: 15px 30px;
    text-decoration: none;
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/arrow_down.svg) no-repeat;
    background-position: right 25px center;
    background-size: 29px
}

section#banner .container-one .content .row .navs a:hover {
    color: #000;
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/arrow_down_blk.svg) #b29531 no-repeat;
    background-position: right 25px center;
    background-size: 29px
}

section#about-us.visible,
section#our-uniqueness,
section#our-offerings,
section#our-research {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section2.png) no-repeat center;
    background-size: 100% 100%
}

@media only screen and (min-width:1024px) {

    section#about-us.visible,
    section#our-uniqueness,
    section#our-offerings,
    section#our-research {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section2.png) no-repeat center;
        background-size: cover
    }
}

section#about-us .container-one,
section#our-uniqueness .container-one,
section#our-offerings .container-one,
section#our-research .container-one {
    display: flex;
    align-items: center
}

section#about-us .container-one .content,
section#our-uniqueness .container-one .content,
section#our-offerings .container-one .content,
section#our-research .container-one .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 15% 30px 15%;
    width: 100%
}

@media only screen and (min-width:1200px) {

    section#about-us .container-one .content,
    section#our-uniqueness .container-one .content,
    section#our-offerings .container-one .content,
    section#our-research .container-one .content {
        padding: 0 15% 30px 15%
    }
}

@media only screen and (min-width:1400px) {

    section#about-us .container-one .content,
    section#our-uniqueness .container-one .content,
    section#our-offerings .container-one .content,
    section#our-research .container-one .content {
        padding: 0 15% 30px 7%
    }
}

section#about-us .container-one .content .title,
section#our-uniqueness .container-one .content .title,
section#our-offerings .container-one .content .title,
section#our-research .container-one .content .title {
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    position: relative
}

section#about-us .container-one .content .description,
section#our-uniqueness .container-one .content .description,
section#our-offerings .container-one .content .description,
section#our-research .container-one .content .description {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    max-width: 60%;
    margin: 15px 0
}

section#about-us .container-one .content a,
section#our-uniqueness .container-one .content a,
section#our-offerings .container-one .content a,
section#our-research .container-one .content a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 57px;
    font-size: 1rem;
    position: relative;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    opacity: .9;
    transition: transform 0.5s, opacity 0.5s, gap 0.5s, color 0.5s
}

section#about-us .container-one .content a:hover,
section#our-uniqueness .container-one .content a:hover,
section#our-offerings .container-one .content a:hover,
section#our-research .container-one .content a:hover {
    opacity: .7;
    transform: scale(1.1);
    color: #b29531;
    gap: 30px
}

section#our-uniqueness.visible {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/uniqueness-bg.png) no-repeat center;
    background-size: 100% 100%
}

@media only screen and (min-width:1024px) {
    section#our-uniqueness.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/uniqueness-bg.png) no-repeat center;
        background-size: cover
    }
}

section#our-uniqueness .container-one .content {
    padding: 0 15% 30px 15%;
    width: 100%
}

@media only screen and (min-width:1200px) {
    section#our-uniqueness .container-one .content {
        padding: 0 15% 30px 15%
    }
}

@media only screen and (min-width:1400px) {
    section#our-uniqueness .container-one .content {
        padding: 0 10% 30px 15%
    }
}

section#our-uniqueness .container-one .content .title {
    text-align: right
}

section#our-uniqueness .container-one .content .description {
    max-width: 100%;
    text-align: right
}

section#our-uniqueness .container-one .content .action {
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: 0
}

section#our-offerings.visible {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/offering-bg.png) no-repeat center;
    background-size: 100% 100%
}

@media only screen and (min-width:1024px) {
    section#our-offerings.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/offering-bg.png) no-repeat center;
        background-size: cover
    }
}

section#our-research.visible {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/research-bg.png) no-repeat center;
    background-size: 100% 100%
}

@media only screen and (min-width:1024px) {
    section#our-research.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/research-bg.png) no-repeat center;
        background-size: cover
    }
}

section#our-research .container-one .content {
    padding: 0 15% 30px 15%;
    width: 100%
}

@media only screen and (min-width:1200px) {
    section#our-research .container-one .content {
        padding: 0 14% 30px 15%
    }
}

@media only screen and (min-width:1400px) {
    section#our-research .container-one .content {
        padding: 0 10% 30px 15%
    }
}

section#our-research .container-one .content .title {
    text-align: right
}

section#our-research .container-one .content .description {
    max-width: 100%;
    text-align: right
}

section#our-research .container-one .content .action {
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: 0
}

footer {
    background: #0f385a
}

@media only screen and (max-width:767px) {
    footer {
        padding: 20px 0 20px 0 !important;
        border: none
    }
}

footer p {
    text-align: center;
    color: #d9dcdd;
    margin: 0;
    font-size: 14px
}

.connect-now {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(32 32 32 / .95);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    gap: 40px
}

.connect-now p {
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    color: #fff;
    margin: 0
}

.connect-now a {
    text-decoration: none;
    background: #10385b;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.share {
    position: fixed;
    top: calc(50% - 120px);
    right: 0;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 20px 15px;
    background: #202020;
    border: 1px solid #7d7d7d;
    display: none
}

.share:hover {
    border: 1px solid #b29531
}

.share a {
    text-decoration: none;
    color: #b29531;
    display: flex;
    align-items: center;
    justify-content: end
}

.share a p {
    display: none;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    margin-right: 20px
}

.share a:hover p {
    display: block;
    opacity: 1;
    transition: opacity 0.5s;
    position: absolute;
    right: 34px;
    width: 125px;
    background: #202020;
    border: 1px solid #b29531;
    border-right: none;
    padding: 19px 10px
}

@media (min-width:1200px) {

    .container-one,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

body[data-aos-delay='3500'] [data-aos],
[data-aos][data-aos][data-aos-delay='3500'] {
    transition-delay: 3500ms
}

body[data-aos-delay='3300'] [data-aos],
[data-aos][data-aos][data-aos-delay='3300'] {
    transition-delay: 3300ms
}

body[data-aos-delay='3700'] [data-aos],
[data-aos][data-aos][data-aos-delay='3700'] {
    transition-delay: 3700ms
}

body[data-aos-delay='4000'] [data-aos],
[data-aos][data-aos][data-aos-delay='4000'] {
    transition-delay: 4000ms
}

@media (max-width:767px) {
    section#banner {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/banner_mobile.png) #505050 no-repeat center;
        background-size: cover;
        padding-top: 60px;
        background-position-y: 0;
        background-position-x: right
    }

    section#our-uniqueness .container-one .content .action {
        margin-top: 0
    }

    section#banner .container-one .content .row {
        background: #fff0;
        padding: 0 0;
        width: 100%
    }

    section#banner .container-one .content .row .title {
        font-size: 38px;
        font-weight: 500;
        line-height: 46px;
        margin: 0;
        color: #fff;
        position: relative;
        padding-left: 0;
        margin-top: 0
    }

    section#banner .container-one .content .row .title-wrapper::before {
        content: "";
        display: block;
        height: 40px;
        width: 10px;
        background: #b29531;
        position: absolute;
        left: -25px;
        top: 5px
    }

    section#banner .container-one .content .row .navs a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        font-size: 1rem;
        position: relative;
        padding: 25px 30px;
        text-decoration: none
    }

    section#about-us.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section2_mobile.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#about-us .container-one {
        align-items: center
    }

    section#about-us .container-one .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 300px 5% 30px 12%;
        width: 100%
    }

    section#about-us .container-one .content .title {
        font-size: 45px;
        line-height: 57px;
        font-weight: 500;
        text-align: left
    }

    section#about-us .container-one .content .description {
        text-align: left;
        font-size: 14px;
        max-width: 100%
    }

    section#about-us .container-one .content .action {
        margin-left: 0
    }

    section#our-uniqueness,
    section#our-offerings,
    section#our-research {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section2_mobile.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-uniqueness .container-one,
    section#our-offerings .container-one,
    section#our-research .container-one {
        display: block;
        align-items: center
    }

    section#our-uniqueness .container-one .content,
    section#our-offerings .container-one .content,
    section#our-research .container-one .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40% 5% 30px 12%;
        width: 100%
    }

    section#our-uniqueness .container-one .content .title,
    section#our-offerings .container-one .content .title,
    section#our-research .container-one .content .title {
        font-size: 45px;
        line-height: 57px;
        font-weight: 500;
        text-align: left
    }

    section#our-uniqueness .container-one .content .description,
    section#our-offerings .container-one .content .description,
    section#our-research .container-one .content .description {
        text-align: left;
        font-size: 14px;
        max-width: 100%
    }

    section#our-uniqueness .container-one .content .action,
    section#our-offerings .container-one .content .action,
    section#our-research .container-one .content .action {
        margin-left: 0
    }

    section#our-uniqueness.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/uniqueness-bg_mobile.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-offerings.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section4_mobile_flip.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-offerings .container-one .content {
        padding: 35% 5% 30px 12%
    }

    section#our-research.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/research-bg_mobile.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    .connect-now {
        padding: 10px 10px
    }

    .connect-now p {
        font-size: 16px
    }

    footer {
        background: #0f385a;
        padding: 20px 0 105px 0
    }

    .share {
        display: block
    }

    .share a {
        margin-bottom: 8px
    }

    .share a:hover p {
        right: 34.5px;
        width: 150px;
        padding: 19px 10px
    }

    #quick-links {
        background: #474747;
        padding: 20px 0;
        display: none
    }

    #quick-links a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        font-size: 1rem;
        position: relative;
        padding: 25px 30px;
        text-decoration: none;
        background: #202020;
        margin: 0 0 20px 0
    }

    .ql-cta {
        position: absolute;
        bottom: 15%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 25px;
        font-weight: 300
    }

    .ql-cta p {
        margin: 0
    }
}

@media screen and (max-width:767px) and (max-height:750px) {
    section#banner .container-one .content .row .title-wrapper {
        margin-top: -70px
    }
}

@media screen and (max-width:767px) and (max-height:750px) {

    section#our-uniqueness .container-one .content,
    section#our-offerings .container-one .content,
    section#our-research .container-one .content {
        padding: 31% 5% 30px 12%
    }
}

@media screen and (max-width:767px) and (max-height:750px) {
    section#our-offerings .container-one .content {
        padding: 28% 5% 30px 12%
    }
}

.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background: #000;
    z-index: 99
}

#loading-bar {
    width: 50vw;
    max-width: 350px;
    height: 10px;
    min-height: 10px;
    background-color: #282828;
    border: 2px solid #151515;
    border-radius: 5vw;
    overflow: hidden
}

#progress {
    width: 0%;
    height: 100%;
    background: #d6a845;
    transition: 0.5s ease
}

h1 {
    margin-bottom: 6vw;
    font-size: 2vw;
    font-weight: 100;
    text-align: center
}

h1 span {
    display: block;
    margin-bottom: 1vw
}

p {
    margin: 0;
    font-size: 2vw;
    font-size: 22px;
    color: #d6a845
}

.aspirations {
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    color: #cacaca
}

@media screen and (max-width:768px) {
    .aspirations {
        font-size: 28px
    }
}

@media (min-width:580px) and (max-width:768px) {
    .section#banner {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/Banner_mobile_fold.png) #505050 no-repeat center;
        background-size: cover;
        padding-top: 60px;
        background-position-y: 60px
    }

    section#about-us.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section2_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-uniqueness.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section3_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-offerings.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section4_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-research.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section5_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-uniqueness .container-one .content,
    section#our-offerings .container-one .content,
    section#our-research .container-one .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 25% 5% 30px 12%;
        width: 100%
    }

    .share a:nth-child(2),
    .share a:nth-child(3) {
        display: none
    }
}

@media screen and (max-width:374px) {
    section#about-us.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section2_mobile_flip.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-uniqueness.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section3_mobile_flip.png) #131313 no-repeat bottom;
        background-size: 100% 95%
    }

    section#our-offerings.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section4_mobile_flip.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-research.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section5_mobile_flip.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }
}

@media (min-width:768px) and (max-width:1023px) and (-webkit-min-device-pixel-ratio:2) {
    section#banner .container-one .content .row {
        background: #fff0;
        padding: 0 0;
        width: 100%
    }

    .section#banner {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/Banner_mobile_fold.png) #505050 no-repeat;
        background-size: cover;
        padding-top: 60px;
        background-position-y: 60px;
        background-position-x: -200px
    }

    .ql-cta {
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 57px;
        font-weight: 300
    }

    .ql-cta p {
        color: #fff;
        font-size: 18px;
        margin: 0
    }

    section#about-us.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section2_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-uniqueness .container-one .content .title,
    section#our-research .container-one .content .title,
    section#our-uniqueness .container-one .content .description,
    section#our-research .container-one .content .description {
        text-align: left
    }

    section#our-uniqueness .container-one .content .action,
    section#our-research .container-one .content .action {
        text-align: left;
        margin-left: 0
    }

    #our-uniqueness .content,
    section#our-offerings .container-one .content,
    section#our-research .container-one .content {
        padding: 25% 5% 30px 12% !important
    }

    section#about-us .container-one,
    section#our-uniqueness .container-one,
    section#our-offerings .container-one,
    section#our-research .container-one {
        display: flex;
        align-items: start
    }

    section#about-us .container-one {
        align-items: center
    }

    section#about-us .container-one .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 300px 5% 30px 12%;
        width: 100%
    }

    section#our-uniqueness.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section3_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-offerings.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section4_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-research.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section5_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }
}

@media (min-width:1024px) and (min-height:1100px) {

    section#about-us.visible,
    section#our-uniqueness,
    section#our-offerings,
    section#our-research {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section2_B.png) no-repeat center;
        background-size: cover
    }

    section#our-uniqueness.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/uniqueness-bg_A.png) no-repeat center;
        background-size: cover
    }

    section#our-offerings.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/offering-bg_A.png) no-repeat center;
        background-size: cover
    }

    section#our-research.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/research-bg_A.png) no-repeat center;
        background-size: cover
    }

    section#our-uniqueness .container-one .content {
        padding: 0 0 130px 15%
    }

    section#about-us .container-one .content,
    section#our-uniqueness .container-one .content,
    section#our-offerings .container-one .content,
    section#our-research .container-one .content {
        padding: 0 0 130px 0
    }

    section#our-research .container-one .content {
        padding: 0 0 130px 15%
    }
}

@media (min-width:1024px) and (max-width:1200px) {

    section#about-us.visible,
    section#our-uniqueness,
    section#our-offerings,
    section#our-research {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section2_B.png) no-repeat center;
        background-size: cover
    }

    section#our-uniqueness.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/uniqueness-bg_A.png) no-repeat center;
        background-size: cover
    }

    section#our-offerings.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/offering-bg_A.png) no-repeat center;
        background-size: cover
    }

    section#our-research.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/research-bg_A.png) no-repeat center;
        background-size: cover
    }
}

@media screen and (max-width:1024px) and (min-height:1280px) {
    section#banner .container-one .content .row {
        background: #fff0;
        padding: 0 0;
        width: 100%
    }

    .section#banner {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/Banner_mobile_fold.png) #505050 no-repeat right;
        background-size: cover;
        padding-top: 60px;
        background-position-y: 60px;
        background-position-x: -200px
    }

    .ipad-none {
        display: none !important
    }

    section#about-us.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section2_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-uniqueness.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section3_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-offerings.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section4_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-research.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section5_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-uniqueness .container-one .content .title,
    section#our-research .container-one .content .title,
    section#our-uniqueness .container-one .content .description,
    section#our-research .container-one .content .description {
        text-align: left
    }

    section#our-uniqueness .container-one .content .action,
    section#our-research .container-one .content .action {
        text-align: left;
        margin-left: 0
    }

    #our-uniqueness .content,
    section#our-offerings .container-one .content,
    section#our-research .container-one .content {
        padding: 25% 5% 30px 12% !important
    }

    section#about-us .container-one,
    section#our-uniqueness .container-one,
    section#our-offerings .container-one,
    section#our-research .container-one {
        display: flex;
        align-items: start
    }

    section#about-us .container-one {
        align-items: center
    }

    section#about-us .container-one .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 300px 5% 30px 12%;
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .container-one {
        max-width: 100%
    }

    section#banner .container-one .content .row .title {
        font-size: 50px;
        font-weight: 500;
        line-height: 65px;
        margin: 0;
        color: #fff;
        position: relative;
        padding-left: 0
    }

    section#about-us.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section2_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-uniqueness.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section3_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-offerings.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section4_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-research.visible {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/section5_mobile_fold.png) #1d1e1e no-repeat center;
        background-size: 100% 100%
    }

    section#our-uniqueness .container-one,
    section#our-offerings .container-one,
    section#our-research .container-one {
        display: flex;
        align-items: start
    }

    section#about-us .container-one .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 300px 5% 30px 12%;
        width: 100%
    }

    section#our-uniqueness .container-one .content .title,
    section#our-research .container-one .content .title,
    section#our-uniqueness .container-one .content .description,
    section#our-research .container-one .content .description {
        text-align: left
    }

    section#our-uniqueness .container-one .content .action,
    section#our-research .container-one .content .action {
        text-align: left;
        margin-left: 0
    }

    #our-uniqueness .content,
    section#our-offerings .container-one .content,
    section#our-research .container-one .content {
        padding: 25% 5% 30px 12% !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) and (-webkit-min-device-pixel-ratio:2) {
    .hand-img {
        display: none !important
    }

    .ipad-none {
        display: none !important
    }

    .section#banner {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/Banner_mobile_fold.png) #505050 no-repeat right;
        background-size: cover;
        padding-top: 60px;
        background-position-y: 60px
    }
}