
@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 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1rem;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
p,
a {
    margin: 0
}

a {
    text-decoration: none
}

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 nav.navbar {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: end
}

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

header nav.navbar .active {
    font-weight: 600;
    font-size: 14px
}

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

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

.img-fluid {
    max-width: 100%
}

.m-top {
    margin-top: 60 px
}

.position-relative {
    position: relative;
    height: 100%
}

.position-absolute {
    position: absolute
}

h1.title {
    color: #b29531;
    font-size: 64px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 68px;
    margin-bottom: 5px
}

.aboutbnr {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/aboutbanner.jpg) #000 no-repeat top right;
    background-size: auto 100%;
    height: 500px;
    position: relative
}

.aboutbnr .container-one {
    height: 100%
}

.aboutbnr .content {
    margin-top: -100px
}

.aboutbnr .content p {
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.aboutbnr .whowe {
    background: #fff;
    padding: 20px;
    position: absolute;
    bottom: -200px
}

.aboutbnr .whowe h2 {
    font-size: 48px;
    opacity: .6;
    margin-bottom: 15px;
    font-weight: 400
}

.aboutbnr .whowe p {
    font-size: 18px;
    line-height: 34px
}

.aboutbnr .whowe .bdr {
    border: 1px solid #c79b3c;
    padding: 40px 40px 50px
}

.keylight {
    padding-top: 250px;
    background: #dadbdc
}

.aboutbnr .position-relative {
    display: flex;
    align-items: center
}

h2.heading {
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px
}

.keylist {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    width: 90%;
    margin: 0 auto
}

.keylist .keybox {
    background-color: #fff;
    height: 220px;
    width: 20%;
    padding: 20px;
    text-decoration: none;
    margin-right: 10px;
    text-align: center
}

.keylist .keybox img {
    display: block;
    margin: 0 auto 20px;
    width: auto
}

.keylist .keybox .title2 {
    font-size: 24px;
    color: #c79b3c;
    font-weight: 600
}

.keylist .keybox .name {
    color: #333;
    font-size: 16px;
    margin-bottom: 5px
}

.keylist .keybox .act {
    display: none
}

.tabzcontent .tabcontent,
.moretext {
    display: none
}

.leaderShip {
    background: #0f385a;
    padding: 40px 0 80px
}

.leaderShip h2.heading {
    text-align: left;
    color: #fff;
    margin-bottom: 40px
}

.leaderShip .grphead {
    display: flex;
    color: #fff
}

.leaderShip .tab button {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-left: 15px;
    width: 250px;
    opacity: .8;
    cursor: pointer;
    text-decoration: none;
    display: block;
    color: #fff;
    border: none;
    background: none;
    text-align: left
}

.leaderShip .tab button.active {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/tab_active.jpg) no-repeat #fff0 center left;
    opacity: 1;
    font-size: 20px;
    background-position: 0 4px
}

.leaderShip .tabcontent {
    color: #333;
    position: relative
}

.leaderShip #tabzOne.tabcontent {
    background: #fff;
    border: 3px solid #c4a755
}

.leaderShip .tabcontent .imgz {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: -5px;
    float: left
}

.leaderShip .tabcontent .content {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px
}

.leaderShip .tabcontent h2 {
    color: #c4a755;
    font-size: 26px;
    padding: 0 0 15px
}

.leaderShip .tabcontent p {
    padding-bottom: 15px
}

.leaderShip .tabcontent a {
    text-decoration: none;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 15px;
    right: 20px;
    padding-right: 30px;
    color: #a3a6a8;
    font-weight: 500;
    transition: opacity .5s, gap .5s
}

.leaderShip .tabcontent a:hover {
    opacity: .8;
    gap: 25px
}

.awardz {
    background: #dadbdc;
    padding: 40px 0;
    position: relative
}

.awardz h2.heading {
    text-align: left
}

.awardz .dashed_line {
    position: absolute;
    top: 172px;
    width: 100%;
    height: 5px;
    border-top: 2px dashed #000;
    left: 0
}

.awardbox,
#awardcarousel {
    position: relative
}

.awardbox .readmorepdf {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    right: 50px;
    font-size: 15px;
    transition: gap .5s
}

.awardbox .readmorepdf:hover {
    opacity: .8;
    gap: 25px
}

#awardcarousel .owl-item {
    opacity: .6
}

#awardcarousel .owl-item.active {
    opacity: 1
}

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

.awardz .container-one {
    overflow: hidden
}

#awardcarousel .swiper-button-next::after {
    content: "";
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/carouselRArrow.svg) no-repeat center;
    height: 55px;
    width: 35px;
    background-size: cover;
    position: absolute;
    top: calc(50% + 22.5px);
    right: -10px;
    z-index: 1
}

#awardcarousel .swiper-button-prev::after {
    content: "";
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/carouselRArrow.svg) no-repeat center;
    height: 55px;
    width: 35px;
    background-size: cover;
    transform: rotate(180deg);
    position: absolute;
    top: calc(50% + 22.5px);
    left: -10px
}

.macrolsit .swiper-button-next:after,
.macroslider2 .swiper-button-next:after {
    content: '';
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/arrow_right.svg) no-repeat center;
    width: 20px;
    height: 20px
}

.macrolsit .swiper-button-prev:after,
.macroslider2 .swiper-button-prev:after {
    content: '';
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/arrow_right.svg) no-repeat center;
    width: 20px;
    height: 20px;
    transform: rotate(180deg)
}

.macrolsit .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .1
}

.awardbox .content .text,
.awardbox .content .imgtxt {
    width: 100%;
    position: relative
}

.awardbox .date {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center
}

.awardbox .date p {
    color: #a3a6a8;
    font-size: 18px;
    font-weight: 600
}

.awardbox .date img {
    width: 20px;
    display: block;
    margin: 5px auto 0
}

.owl-stage {
    padding-left: 0 !important
}

.awardbox .content .text .spacing {
    padding: 30px 30px 0 30px
}

.awardbox .content .text h4 {
    color: #c79b3c;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.awardbox .content .text .listtxt {
    color: #a3a6a8;
    font-weight: 600;
    font-size: 18px
}

.awardbox .content .text ul {
    padding-bottom: 20px;
    padding-left: 25px
}

.awardbox .content .text ul li,
.awardbox .content .text p {
    padding-bottom: 5px;
    font-size: 14px
}

.awardbox .content .text a {
    color: #a3a6a8;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 20px;
    padding-right: 40px;
    text-transform: uppercase;
    transition: opacity .5s, gap .5s
}

.awardbox .content .text a:hover {
    opacity: .8;
    gap: 25px
}

.awardbox .content .text a img {
    width: auto
}

#awardcarousel .owl-nav button.owl-next {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/carouselRArrow.svg) no-repeat;
    height: 55px;
    width: 35px;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -40px
}

#awardcarousel .owl-nav button.owl-prev {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/carouselRArrow.svg) no-repeat;
    height: 55px;
    width: 35px;
    background-size: 100% 100%;
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    left: -40px
}

#awardcarousel .owl-nav button.owl-next span,
#awardcarousel .owl-nav button.owl-prev span {
    color: #fff0
}

#awardcarousel .owl-nav button.disabled {
    display: none
}

.researchbnr {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/researchbanner.jpg) #000 no-repeat right center;
    background-size: auto 100%;
    height: 500px;
    position: relative
}

.aaglist {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: -279px
}

.aagbox {
    border-radius: 10px;
    background: #fff;
    text-align: center;
    margin-right: 20px;
    flex: 1 1 0%;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / .2)
}

.aagbox:last-child {
    margin-right: 0
}

.aagbox h2 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: left;
    color: #0f385a
}

.glancebtn a {
    width: 38%;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: opacity .5s, gap .5s
}

.glancebtn a:hover {
    gap: 25px;
    opacity: .8
}

.glancebtn a img {
    margin: 0 !important
}

.glancebtn a:last-child {
    background-position: 75% 5px;
    width: 58%
}

.expertTalk {
    padding: 300px 0 50px 0;
    background-color: #dadbdc
}

.expertTalk .talks {
    background: #0f385a;
    padding: 10px 20px 20px;
    height: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / .2);
    border-radius: 10px
}

.expertTalk .talks .vdobox {
    display: inline-block;
    width: 100%
}

.expertTalk .talks h2 {
    color: #fff;
    font-weight: 400;
    padding: 15px 0;
    font-size: 28px
}

.expertTalk .talks .vdobox img {
    border-radius: 15px;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / .2)
}

.expertTalk .talks .vdobox h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 500
}

.expertTalk .talks .vdobox.first {
    margin-right: 3%
}

.expertTalk .talks .vdobox p {
    color: #fff;
    margin: 5px 0 0 0;
    font-size: 14px
}

.expertTalk .talks .fundmang {
    color: #fff;
    text-decoration: none;
    margin: 40px 0 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: opacity .5s, gap .5s
}

.expertTalk .talks .fundmang:hover {
    gap: 25px;
    opacity: .8
}

.expertTalk .macrobox {
    position: relative
}

.expertTalk .macrobox img {
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / .2);
    border-radius: 10px
}

.expertTalk .macrobox:first-child {
    margin-bottom: 17px
}

.expertTalk .macrobox h4 {
    position: absolute;
    bottom: 80px;
    color: #0f385a;
    left: 20px;
    font-size: 22px
}

.expertTalk .macrobox .anchor a {
    padding: 8px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    width: fit-content;
    padding-right: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: opacity .5s, gap .5s
}

.expertTalk .macrobox .anchor {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0f385a;
    border-radius: 0 0 10px 10px;
    padding: 8px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    padding-right: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: opacity .5s, gap .5s
}

.expertTalk .macrobox .anchor a img {
    width: auto
}

.expertTalk .macrobox .anchor img {
    width: auto
}

.expertTalk .macrobox a:hover .anchor {
    gap: 25px;
    opacity: .8
}

.expertalks {
    background: #0f385a;
    padding: 40px 0 80px;
    min-height: 750px
}

.expertalks .cmp-teaser__title {
    font-size: 46px;
    font-weight: 400;
    color: #dadbdc;
    margin: 20px 0 40px
}

.expertalks .expertvdo {
    display: flex;
    justify-content: space-between
}

.expertalks .expertvdo .mainvdo .Mzbox img {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / .2)
}

.expertalks .expertvdo .mainvdo .Mzbox .date {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px
}

.expertalks .expertvdo .mainvdo .Mzbox .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

.expertalks .expertvdo .mainvdo .Mzbox .descrip {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px
}

.expertalks .expertvdo .mainvdo .Mzbox .view {
    color: #fff;
    font-size: 14px;
    opacity: .7
}

.expertalks .expertvdo .listvdo {
    background: #9d9fa2;
    padding: 20px 20px 40px
}

.expertalks .expertvdo .listvdo .thumbvdo {
    margin-bottom: 25px
}

.expertalks .expertvdo .listvdo .thumbvdo img {
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / .2)
}

.expertalks .expertvdo .listvdo .thumbvdo .title {
    color: #333;
    margin-bottom: 7px;
    font-weight: 600
}

.expertalks .expertvdo .listvdo .thumbvdo .views {
    color: #333;
    margin: 0;
    font-size: 14px
}

.expertalks .expertvdo .listvdo .downarrow {
    display: block;
    text-align: center
}

.expertalks .expertvdo .listvdo .downarrow img {
    width: 15px
}

.expertalks .expertvdo .listvdo .viewall {
    box-shadow: 0 0 10px rgb(0 0 0 / .2);
    background: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    margin: 20px auto 0;
    color: #0f385a;
    text-decoration: none;
    text-align: center;
    width: 196px;
    height: 39px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: opacity .5s, gap .5s
}

.expertalks .expertvdo .listvdo .viewall:hover {
    opacity: .8;
    gap: 25px
}

.macroview {
    padding: 40px 0 40px 0;
    background: #dadbdc
}

.macroview .h2title,
.expertalks .h2title {
    position: relative
}

.macroview .h2title .cmp-teaser__title {
    font-size: 46px;
    font-weight: 400;
    color: #0f385a
}

.macroview .h2title .floatright,
.expertalks .h2title .floatright {
    position: absolute;
    top: 20px;
    right: 0
}

.macroview .h2title .floatright .button,
.expertalks .h2title .floatright .button {
    display: inline-block;
    width: 90px
}

.macroview .h2title .floatright .button a {
    color: #333;
    font-size: 16px
}

.macroview .h2title .floatright .drop-down,
.expertalks .h2title .floatright .drop-down {
    display: inline-block;
    width: 100px
}

.macroview .h2title .floatright .drop-down select,
.expertalks .h2title .floatright .drop-down select {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    border: 0;
    background: #fff0
}

.macroview #macrocarousel .owl-stage-outer,
.macroview .representcarousels .owl-stage-outer,
#seemoreart .owl-stage-outer {
    padding: 50px 0
}

.macroview #macrocarousel .productcarousel__cardscontainer,
.macroview .representcarousels .productcarousel__cardscontainer {
    display: flex;
    justify-content: center
}

.macroview #macrocarousel .product__card,
.macroview .representcarousels .product__card {
    background-color: #0f385a;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none
}

.macroview #macrocarousel .product__card .content,
.macroview .representcarousels .product__card .content {
    padding: 20px
}

.macroview #macrocarousel .product__card .content h4,
.macroview .representcarousels .product__card .content h4 {
    color: #fff;
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

.macroview #macrocarousel .product__card .content p,
.macroview .representcarousels .product__card .content p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px
}

.macroview #macrocarousel .product__card .content button,
.macroview .representcarousels .product__card .content button {
    border: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 0;
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/right_arrow_white.png) no-repeat;
    background-position: 75px 1px;
    padding-right: 20px;
    background-size: 7px
}

.respresent {
    background: #fff
}

.respresent .representcarousels .product__card {
    background-color: #fff;
    min-height: 260px
}

.respresent .representcarousels .product__card .content {
    padding: 20px
}

.respresent .representcarousels .product__card .content h4 {
    color: #333 !important
}

.respresent .representcarousels .product__card .content p {
    color: #333 !important
}

.respresent .representcarousels .product__card .content p.readart {
    color: #cca44e !important
}

.respresent .representcarousels .product__card .content button {
    color: #333 !important;
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/right_arrow_black.svg) no-repeat !important;
    background-position: 75px 1px !important;
    background-size: 7px !important;
    padding-right: 30px !important
}

.vdobox {
    position: relative
}

.vdobox .playbtn {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 30px);
    width: 60px !important
}

#colorbox {
    padding-right: 15px
}

#close {
    cursor: pointer;
    position: absolute;
    top: 19px;
    right: 0;
    z-index: 9999;
    border-radius: 100%
}

#close img {
    border-radius: 100%;
    border: 1px solid #034b85
}

.talkcarousel {
    position: relative;
    padding-top: 100px
}

.talkcarousel .owl-dots {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 15px 0;
    display: flex;
    justify-content: space-between
}

.talkcarousel .owl-dots .owl-dot {
    display: inline-block
}

.talkcarousel .owl-dots .owl-dot button {
    border: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #919191;
    background: #fff;
    padding: 10px 12px;
    border-radius: 5px
}

.talkcarousel .owl-dots .owl-dot.active button {
    background: #c79b3c;
    color: #fff
}

.talkcarousel .owl-nav button.owl-prev span,
.talkcarousel .owl-nav button.owl-next span {
    color: #fff0
}

.talkcarousel .owl-nav button.owl-prev,
.talkcarousel .owl-nav button.owl-prev:hover {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/leftArrow.svg) no-repeat !important;
    width: 15px;
    height: 30px;
    position: absolute;
    top: 22px;
    left: -25px;
    z-index: 999;
    background-size: 100%
}

.talkcarousel .owl-nav button.owl-next,
.talkcarousel .owl-nav button.owl-next:hover {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/rightArrow.png) no-repeat !important;
    width: 15px;
    height: 30px;
    position: absolute;
    top: 22px;
    right: -25px;
    z-index: 999;
    background-size: 100%
}

.talkvideo {
    margin-bottom: 20px
}

.talkvideo img {
    margin-bottom: 10px
}

.talkvideo h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px
}

.talkvideo p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px
}

.talkviewless {
    background: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    margin: 20px auto 0;
    color: #0f385a;
    text-decoration: none;
    text-align: center;
    width: 150px;
    height: 39px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: opacity .5s, gap .5s
}

.talkviewless:hover {
    gap: 25px;
    opacity: .8
}

.expertvdocalender {
    display: none;
    margin-top: -40px
}

.expertalks .h2title .floatright {
    top: 10px;
    display: none
}

.expertalks .h2title .floatright .drop-down select {
    background: #fff;
    width: 100px;
    font-size: 18px;
    padding: 7px;
    border-radius: 5px;
    font-weight: 600;
    vertical-align: top
}

.aagpopup {
    background: #dadbdc;
    padding: 40px;
    position: relative;
    border-radius: 20px;
    max-width: 80%
}

.aagpopup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    background: none
}

.aagpopup .close img {
    width: 30px
}

.aagpopup .banner {
    position: relative;
    background: #fff;
    border-radius: 20px
}

.aagpopup .bnr {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    width: 100%
}

.aagpopup .banner .content {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    bottom: 0;
    padding: 40px 0 0 40px;
    align-content: center
}

.aagpopup .banner .content h2 {
    font-size: 38px;
    margin-bottom: 5px;
    color: #fff
}

.aagpopup .banner .content p {
    font-size: 28px;
    margin-bottom: 70px;
    text-align: left
}

.aagpopup .banner .content a {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/right_arrow_black.svg) no-repeat #fff;
    border: 0;
    padding: 10px 40px 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    margin: 20px 0 0;
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    width: 160px;
    background-position: 90% 14px;
    background-size: 8px;
    font-weight: 600
}

.latestedt {
    background: #fff;
    border-radius: 0 0 20px 20px
}

.latestedt .txt {
    padding: 20px 0 0 40px
}

.latestedt .txt h5 {
    color: #333;
    font-size: 24px;
    text-align: left
}

.latestedt .txt p {
    color: #333;
    font-size: 16px;
    margin-bottom: 40px;
    text-align: left
}

.latestedt .txt a {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/rightArrow.png) no-repeat #0f385a;
    border: 0;
    padding: 10px 40px 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    margin: 20px 0 0;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 150px;
    background-position: 90% 14px;
    background-size: 8px
}

.latestedt .images {
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly
}

.stop-scrolling {
    height: 100%;
    overflow-y: hidden
}

.aagmodal .popup_contain {
    margin: 40px auto;
    background: #fff;
    padding: 0;
    border-radius: 20px;
    width: 70%
}

.latestedt .images img {
    width: 23%
}

.glancebtn .popup_main {
    display: inline-block;
    width: 38%;
    color: #333;
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/arrow_right_gold.svg) no-repeat;
    background-position: 85% 6px;
    background-size: 7px;
    cursor: pointer
}

.glancebtn .popup_main button {
    font-size: 16px;
    cursor: pointer
}

.glancebtn .popup_main:last-child {
    width: 58%
}

.popup_main button {
    background: #fff0;
    border: none
}

.popup_body {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms
}

.popup_body_show {
    display: block;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    z-index: 999
}

.popup_back {
    background: rgb(0 0 0 / .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.popup_contain {
    position: relative;
    background: #fff;
    min-width: 300px;
    max-width: 80%;
    margin: 100px auto 50px;
    min-height: 150px;
    padding: 10px 20px
}

.archivepopup .owl-dots .owl-dot {
    display: inline-block
}

.archivepopup .owl-dots .owl-dot button {
    border: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #919191;
    background: #fff;
    padding: 10px 12px;
    border-radius: 5px
}

.archivepopup .owl-dots .owl-dot.active button {
    background: #0f385a;
    color: #fff
}

.archivepopup {
    position: relative;
    padding: 60px 40px 40px 40px;
    max-width: 900px;
    min-height: 380px;
    background: #dadbdc
}

.archivepopup .owl-nav button.owl-prev span,
.archivepopup .owl-nav button.owl-next span,
.macrolsit2 .owl-nav button.owl-prev span,
.macrolsit2 .owl-nav button.owl-next span {
    color: #fff0
}

.archivepopup .owl-nav button.owl-prev,
.archivepopup .owl-nav button.owl-prev:hover,
.macrolsit2 .owl-nav button.owl-prev,
.macrolsit2 .owl-nav button.owl-prev:hover {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/arrow_left.svg) no-repeat !important;
    width: 15px;
    height: 30px;
    position: absolute;
    top: -55px;
    left: -18px;
    z-index: 999;
    background-size: 100%
}

.archivepopup .owl-nav button.owl-next,
.archivepopup .owl-nav button.owl-next:hover,
.macrolsit2 .owl-nav button.owl-next,
.macrolsit2 .owl-nav button.owl-next:hover {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/arrow_right.svg) no-repeat !important;
    width: 15px;
    height: 30px;
    position: absolute;
    top: -55px;
    right: -20px;
    z-index: 999;
    background-size: 100%
}

.archivbox {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / .2)
}

.archivbox h4 {
    color: #0f385a;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left
}

.archivbox h4 span {
    color: #0f385a;
    font-size: 18px;
    display: block;
    padding: 10px 0
}

.archivbox p {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left
}

.archivbox a {
    color: #0f385a;
    font-size: 12px;
    padding-right: 10px;
    text-transform: uppercase;
    text-align: left;
    width: fit-content !important;
    margin-left: 0;
    background-size: 6px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: opacity .5s, gap .5s
}

.glancebtn a:hover,
.archivbox a:hover {
    gap: 25px;
    opacity: .8
}

.archivepopup .viemore {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/right_arrow_white.png) no-repeat #0f385a;
    border: 0;
    padding: 10px 50px 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-position: 90% 14px !important;
    display: block;
    background-size: 8px;
    width: 150px !important
}

.Archivemodal .popup_contain {
    width: 100%;
    background-color: #dadbdc;
    border-radius: 20px;
    margin: 50px auto;
    padding: 40px 20px 20px
}

.Archivemodal .popup_close {
    position: absolute;
    width: auto;
    right: 10px;
    top: 10px;
    background: none
}

.Archivemodal .popup_close img {
    width: 30px
}

.glancebtn a.first {
    margin-left: 0;
    display: block;
    width: 38%
}

.macroview .viewless,
.macrolsit {
    display: none
}

.macboox {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: scale 0.2s;
    min-height: 260px
}

.macboox .product__card__image img {
    width: 100%;
    border-radius: 0
}

.macboox .content {
    padding: 20px
}

.macboox .content h4 {
    color: #000;
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

.macboox .content p {
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.macboox .content p.readart {
    color: #cca44e;
    font-size: 15px !important;
    margin-bottom: 10px;
    font-weight: 500;
    opacity: .9;
    text-transform: uppercase
}

.macboox .content a,
.macroview #macrocarousel .product__card a {
    border: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 0;
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/right_arrow_white.png) no-repeat;
    background-position: 75px 1px;
    padding-right: 20px;
    background-size: 7px
}

.macartpopup {
    max-width: 980px;
    background-color: #dadbdc;
    position: relative
}

.macartpopup h4 {
    font-size: 28px;
    color: #0f385a;
    margin-bottom: 20px
}

.macartpopup h5 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400
}

.macartpopup h5 a {
    background: #fff;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 20px;
    font-weight: 600
}

.macartpopup p {
    margin-bottom: 10px;
    font-size: 14px
}

.macartpopup .readImg {
    margin-bottom: 10px
}

#macrocarousel .owl-dots .owl-dot.active span,
#macrocarousel .owl-dots .owl-dot:hover span,
.representcarousels .owl-dots .owl-dot.active span,
.representcarousels .owl-dots .owl-dot:hover span {
    background: #0f385a
}

#macrocarousel .owl-dots .owl-dot span {
    background-color: #fff
}

.leaderShip #tabzTwo {
    border: none;
    background: #fff0
}

.leaderShip #tabzTwo .bordr,
.leaderShip #tabzThree .bordr {
    border: 3px solid #c4a755;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    min-height: 335px
}

.archivepopup .h2title .floatright {
    position: absolute;
    top: 20px;
    right: 30px
}

.archivepopup .h2title .floatright .drop-down select,
.macrolsit select,
.macrolsit2 select {
    background: #fff;
    width: 80px;
    font-size: 18px;
    padding: 7px;
    border-radius: 5px;
    font-weight: 600;
    vertical-align: top
}

#awardcarousel {
    width: 95%;
    margin: 0 auto
}

.tabzcontent #tabzOne {
    min-height: 335px
}

.tabzcontent #tabzThree {
    min-height: 360px
}

.macrolsit .owl-dots .owl-dot,
.macrolsit2 .owl-dots .owl-dot {
    display: inline-block
}

.macrolsit .owl-dots .owl-dot button,
.macrolsit2 .owl-dots .owl-dot button {
    border: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #919191;
    background: #fff;
    padding: 10px 12px;
    border-radius: 5px
}

.macrolsit .owl-dots .owl-dot.active button,
.macrolsit2 .owl-dots .owl-dot.active button {
    background: #cca44e;
    color: #fff
}

.macrolsit,
.macrolsit2 {
    position: relative;
    padding-top: 110px;
    background: #dadbdc
}

.macrolsit .owl-nav button.owl-prev span,
.macrolsit .owl-nav button.owl-next span {
    color: #fff0
}

.macrolsit .owl-nav button.owl-prev,
.macrolsit .owl-nav button.owl-prev:hover {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/leftArrow.svg) no-repeat !important;
    width: 15px;
    height: 30px;
    position: absolute;
    top: -60px;
    left: -30px;
    z-index: 999;
    background-size: 100%
}

.macrolsit .owl-nav button.owl-next,
.macrolsit .owl-nav button.owl-next:hover {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/rightArrow.png) no-repeat !important;
    width: 15px;
    height: 30px;
    position: absolute;
    top: -60px;
    right: -30px;
    z-index: 999;
    background-size: 100%
}

.macrolsit .owl-dots,
.macrolsit2 .owl-dots {
    position: absolute;
    width: 100%;
    top: -80px;
    padding: 15px 0;
    display: flex;
    justify-content: space-between
}

.macrolsit select,
.macrolsit2 select {
    position: absolute;
    top: -5px;
    right: 0;
    color: #0f385a;
    box-shadow: 0 0 10px rgb(0 0 0 / .2)
}

.macrolsitt select {
    background: #fff;
    width: 90px;
    font-size: 18px;
    padding: 7px;
    border-radius: 5px;
    font-weight: 600;
    vertical-align: top;
    position: absolute;
    top: 12px;
    right: 0;
    color: #0f385a;
    box-shadow: 0 0 10px rgb(0 0 0 / .2)
}

.macroview .h2title .floatright .drop-down {
    width: 80px
}

.aagbox .contentt img {
    margin: 0 auto
}

.macroyear,
.marketarch,
.wAagarch,
.macrolsit2,
.repersentyear {
    display: none
}

#macro2023,
#market2024,
#wAag2024,
#repersent2023 {
    display: block
}

.macrolsit2 {
    background: #fff0
}

.macrolsit2 .owl-dots .owl-dot button {
    background-color: #dadbdc
}

.macrolsit2 .owl-dots .owl-dot.active button {
    background-color: #cca44e
}

.macrolsit2 .macboox {
    background-color: #cca44e;
    border-radius: 20px
}

.macrolsit2 .macboox .content h4,
.macrolsit2 .macboox .content p {
    color: #333
}

.macrolsit2 .macboox .content a {
    color: #333;
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/right_arrow_black.svg) no-repeat !important;
    background-position: 75px 1px !important;
    background-size: 7px !important;
    padding-right: 30px !important
}

#ex3 .archivecarousel .owl-stage-outer,
#ex6 .archivecarousel .owl-stage-outer {
    overflow-y: auto;
    min-height: 370px
}

.expertvdo .mainvdo {
    position: relative
}

.socialclick {
    cursor: pointer
}

.socialpop {
    background: #fff;
    padding: 10px 10px 20px;
    border-radius: 10px;
    width: 300px;
    position: absolute;
    bottom: 30px;
    left: 50px;
    display: none
}

.socialpop h4 {
    font-size: 18px;
    color: #01508e;
    margin-bottom: 10px;
    text-align: center;
    margin-top: -10px;
    z-index: 999;
    position: relative
}

.socialpop h5 {
    font-size: 16px;
    text-align: right;
    width: fit-content;
    margin-left: auto;
    color: #a2a2a2;
    cursor: pointer
}

.socialpop .listsp {
    display: flex;
    justify-content: space-around;
    width: 220px;
    margin: 0 auto
}

.archieve--content,
.archieve--content2 {
    margin-top: 30px;
    display: none
}

.title--archieve {
    display: flex;
    justify-content: space-between
}

.cmp-teaser__title {
    color: #0f385a
}

.drop-down select {
    border-top: 5px solid #0f385a;
    border-bottom: 5px solid #0f385a;
    border-left: 7px solid #0f385a;
    border-right: 30px solid #0f385a;
    border-radius: 3px;
    width: 150px;
    padding: 7px 10px 7px 10px;
    position: relative
}

.drop-down select:after {
    position: absolute;
    content: '';
    right: 0;
    width: 21px;
    height: 12px;
}

.modal a.close-modal {
    transition: all ease 0.5s;
    opacity: .5;
    top: 15px;
    right: 15px;
    background-image: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/popup_close.svg);
    width: 35px;
    height: 35px
}

.modal a.close-modal:hover {
    opacity: .7
}

.respresent .viewall {
    display: none
}

#ex2 .banner .content {
    padding: 20px 0 0 40px
}

#ex2 .banner .content p {
    margin-bottom: 40px
}

#ex2 .banner .content p span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px
}

#ex2 .banner .content .txt h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0
}

#ex2 .banner .content .txt p {
    font-size: 14px
}

#ex2 .banner .content a {
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / .2)
}

.magazinelist {
    margin-top: 30px;
    width: 100%;
    padding: 0 20px
}

.magzine-scroll {
    max-height: 390px;
    overflow-x: hidden;
    overflow-y: scroll
}

.magazinelist .magbox {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / .2)
}

.magazinelist .magbox img {
    width: 100%;
    margin-bottom: 10px
}

.magazinelist .magbox p {
    text-align: center;
    font-size: 16px;
    font-weight: 500
}

#ex7 {
    padding: 40px 60px
}

#ex7 .drop-down select,
#ex3 .drop-down select,
#ex6 .drop-down select {
    border: none;
    background: #fff;
    width: 80px;
    font-size: 18px;
    padding: 7px;
    border-radius: 5px;
    font-weight: 600;
    vertical-align: top;
    box-shadow: 0 0 10px rgb(0 0 0 / .2)
}

.macroyear .owl-dots {
    display: none
}

.macroyear .archivecarousel .owl-nav button {
    display: none
}

.macarticle .macrolsit {
    padding-top: 0
}

.macarticle #macrocarousel .owl-stage-outer {
    padding-bottom: 10px
}

#macro2023 {
    display: none
}

#macro2024 {
    display: block
}

#seemorepresent .macroslider2 a.readart,
#seemoreart .macroview #macrocarousel .product__card a,
#seemoreart .macboox .content a {
    font-size: 13px;
    background-position: 75px 3px
}

.macroview .h2title .floatright .drop-down select {
    width: 100px;
    display: none
}

.macroview #macrocarousel .product__card a {
    background-position: 75px 3px;
    font-size: 13px
}

#ex7 .magzone,
.macroview .h2title .floatright {
    display: none
}

#ex7 #magazine2024,
#AAG_May2024 {
    display: block
}

.magazinelist .magbox a {
    color: #333
}

#seemoreart {
    padding-top: 0
}

#seemoreart .owl-stage-outer {
    overflow: visible
}

#seemoreart .macroslider {
    display: none
}

#seemoreart .macrolsit {
    display: block;
    overflow: hidden
}

.macroslider2 {
    display: block;
    overflow: hidden
}

.swiper-button-next {
    position: absolute;
    right: -8px;
    top: 48%;
    font-size: 0
}

.swiper-button-prev {
    position: absolute;
    left: -8px;
    top: 48%;
    font-size: 0
}

#seemoreart .macrolsit select {
    top: -65px
}

.product__card {
    box-shadow: 0 0 10px rgb(0 0 0 / .2);
    border-radius: 20px;
    overflow: hidden;
    min-height: 280px
}

#inputMonth,
#inputMonth1 {
    width: 95px !important
}

#ex3 .archivbox a,
#ex6 .archivbox a {
    background-position: 85% 4px;
    font-size: 13px
}

.aboutusPg .leaderShip .tabcontent a.readless img {
    transform: rotate(-90deg)
}

.readart {
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 0;
    border: 0;
    color: #b29531;
    background-position: 80px 4px;
    padding-right: 20px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: opacity .5s, gap .5s
}

.macboox:hover .readart {
    gap: 25px
}

.readart img {
    width: auto !important
}

.readart.whitearr {
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 0;
    border: 0;
    color: #fff;
    padding-right: 20px;
    background-size: 7px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: opacity .5s, gap .5s
}

.macboox:hover .readart.whitearr {
    gap: 25px
}

.representcarousels .product__card a {
    height: auto;
    display: contents
}

.representcarousels .product__card .content h4 {
    text-transform: none
}

.representcarousels .row,
.archivecarousel .row {
    padding: 15px 25px
}

@media (min-width:768px) {
    .v-mob {
        display: none
    }

    .v-desk {
        display: block
    }

    .aagpopup .v-mob {
        display: none
    }

    #awardcarousel .awardbox .content .imgtxt {
        min-height: 375px
    }
}

@media (max-width:767px) {
    .expertTalk .macrobox:first-child {
        margin-bottom: 0
    }

    .v-desk {
        display: none
    }

    .v-mob {
        display: block
    }

    #ex2 .banner .content p span {
        font-size: 14px
    }

    .aboutbnr .content p {
        font-size: 15px;
        width: 65%;
        line-height: 22px;
        text-shadow: 0 -2px 3px rgb(0 0 0)
    }

    .aboutbnr .content p br,
    .keylist .keybox .name br,
    .keylist .keybox .space {
        display: none
    }

    .aboutbnr {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/aboutbanner_mob.jpg) no-repeat center;
        background-size: cover;
        height: 320px
    }

    .aboutbnr .whowe h2 {
        font-size: 28px
    }

    .aboutbnr .whowe p {
        font-size: 14px;
        line-height: 24px;
        text-align: justify
    }

    .aboutbnr .whowe .bdr {
        padding: 20px
    }

    h2.heading {
        font-size: 28px
    }

    .keylist {
        display: block;
        width: 100%;
        padding-bottom: 50px
    }

    .keylist .keybox {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-right: 0;
        text-align: left;
        padding: 15px
    }

    .keylist .keybox .imgz {
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        margin-right: 15px
    }

    .keylist .keybox .imgz img {
        width: 100%
    }

    .keylist .keybox .tct {
        display: inline-block;
        vertical-align: middle;
        width: 68%
    }

    .keylist .keybox .name .v-mob {
        display: inline;
        font-size: 24px;
        color: #c79b3c;
        font-weight: 600
    }

    .keylist .keybox img {
        margin: 0
    }

    .leaderShip .tab {
        width: 30%
    }

    .leaderShip .tabzcontent {
        width: 70%
    }

    .leaderShip .tab a.active {
        font-size: 14px;
        background: none;
        border-bottom: 4px solid #c4a755
    }

    .leaderShip .tabcontent .imgz {
        width: 100%;
        margin-right: 0;
        text-align: center
    }

    .leaderShip .tabcontent .content {
        width: 100%;
        padding: 20px 20px 30px 20px
    }

    .awardbox .content .text,
    .awardbox .content .imgtxt {
        width: 100%
    }

    .awardbox .content {
        display: block
    }

    .awardbox .content .text .spacing {
        height: 300px;
        position: relative;
        padding: 20px
    }

    .awardbox .content .text a {
        bottom: 10px;
        right: 0
    }

    .leaderShip .tab .tablinks {
        width: auto;
        display: inline-block;
        font-size: 14px;
        text-align: left;
        padding-left: 0;
        border-bottom: 4px solid #0f385a;
        padding-bottom: 5px;
        margin-bottom: 15px
    }

    .awardz .dashed_line {
        top: 142px
    }

    #awardcarousel {
        margin: -5px auto 0;
        width: 95%
    }

    header .navbar {
        display: none !important
    }

    #awardcarousel .owl-nav button.owl-prev {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/right_arrow.svg) no-repeat;
        height: 15px;
        width: 10px;
        background-size: 100% 100%;
        transform: rotate(180deg);
        position: absolute;
        top: 5px;
        left: 27%
    }

    #awardcarousel .owl-nav button.owl-next {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/right_arrow.svg) no-repeat;
        height: 15px;
        width: 10px;
        background-size: 100% 100%;
        position: absolute;
        top: 5px;
        right: 40%
    }

    .researchbnr {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/researchbanner_mob.jpg) no-repeat center;
        background-size: 100% 100%;
        height: 320px
    }

    h1.title {
        line-height: 42px;
        font-size: 40px
    }

    .aaglist {
        display: block;
        top: 280px;
        bottom: auto
    }

    .aaglist .aagbox {
        margin-right: 0;
        text-align: left;
        margin-bottom: 20px;
        padding: 15px;
        display: flex;
        align-items: center
    }

    .aagbox .imgt {
        display: inline-block;
        vertical-align: top;
        width: 110px;
        margin-right: 20px
    }

    .aagbox .contentt {
        display: inline-block;
        vertical-align: bottom;
        padding-bottom: 15px;
        width: 50%
    }

    .aagbox h2 {
        font-size: 17px;
        margin-bottom: 35px
    }

    .glancebtn a.first {
        background-position: 95% 5px !important;
        width: 50px !important
    }

    .glancebtn {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .glancebtn a:first-child {
        background-position: 95% 5px;
        width: auto
    }

    .glancebtn a:last-child {
        background-position: 95% 5px;
        width: 80px
    }

    .expertTalk {
        padding-top: 580px
    }

    .glancebtn a {
        gap: 10px
    }

    .expertTalk .talks h2 {
        padding-top: 20px
    }

    .expertTalk .talks .vdobox img {
        margin-bottom: 5px
    }

    .expertTalk .talks .vdobox h4 {
        font-size: 16px
    }

    .expertTalk .talks .vdobox p {
        margin: 0;
        font-size: 12px
    }

    .expertTalk .talks .fundmang {
        margin: 20px 0 30px;
        background-position: 200px 3px;
        font-size: 14px;
        background-size: 8px
    }

    .expertTalk .view {
        display: flex;
        justify-content: space-between;
        margin-top: 0
    }

    .expertTalk .view .macrobox {
        width: 48%
    }

    .expertTalk .macrobox .anchor {
        position: inherit
    }

    .expertTalk .macrobox .anchor a {
        background-position: 95% 20px;
        font-size: 12px
    }

    .expertTalk .macrobox h4 {
        top: auto;
        left: 10px;
        font-size: 20px
    }

    .expertalks .cmp-teaser__title {
        font-size: 28px;
        margin: 0 0 25px
    }

    .expertalks .expertvdo .mainvdo .Mzbox .title {
        margin-bottom: 5px;
        font-size: 18px
    }

    .expertalks .expertvdo .mainvdo .Mzbox .descrip {
        font-size: 14px;
        margin-bottom: 10px
    }

    .expertalks .expertvdo .mainvdo .Mzbox .view {
        font-size: 12px;
        font-weight: 600
    }

    .expertalks .expertvdo .mainvdo .Mzbox p {
        padding: 0 15px 0 15px
    }

    .mainvdo {
        margin-bottom: 40px
    }

    .expertvdo .col-md-8 {
        padding: 0
    }

    .expertalks .expertvdo .listvdo {
        background: #fff0;
        padding-bottom: 0
    }

    .expertalks .expertvdo .listvdo .thumbvdo .title,
    .expertalks .expertvdo .listvdo .thumbvdo .views {
        color: #fff
    }

    .expertalks {
        padding-bottom: 50px
    }

    .macroview .h2title .cmp-teaser__title {
        font-size: 28px;
        width: 170px;
        margin-bottom: 5px
    }

    .macroview .h2title .floatright,
    .expertalks .h2title .floatright {
        top: 15px
    }

    .macroview .h2title .floatright .button,
    .expertalks .h2title .floatright .button {
        display: block;
        width: 80px;
        padding-left: 4px;
        margin-bottom: 5px
    }

    .macroview .h2title .floatright .drop-down {
        width: 80px
    }

    .leaderShip .tabcontent h2 {
        font-size: 22px;
        padding-bottom: 10px
    }

    .leaderShip .tabcontent p {
        font-size: 14px
    }

    .leaderShip .tabcontent a,
    .awardbox .content .text a {
        font-size: 15px;
        background-position: 85% 5px;
        background-size: 8px;
        padding-right: 30px
    }

    .aagpopup,
    .archivepopup {
        max-width: 100%;
        width: 100%;
        padding: 15px;
        vertical-align: top
    }

    .aagpopup .v-desk {
        display: none
    }

    .aagpopup .banner {
        background-color: #0f385a
    }

    .aagpopup .banner .content {
        position: initial;
        padding: 20px;
        text-align: center
    }

    .aagpopup .banner .content h2 {
        font-size: 28px;
        margin-bottom: 0
    }

    .aagpopup .banner .content p {
        margin-bottom: 20px;
        font-size: 22px;
        text-align: center
    }

    .aagpopup .v-mob {
        margin-bottom: 30px;
        width: auto;
        max-width: 100%
    }

    .aagpopup .banner .content a {
        margin: 0 auto
    }

    .latestedt .txt {
        padding: 15px
    }

    .latestedt .txt h5 {
        font-size: 20px
    }

    .latestedt .txt p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .archivbox h4 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .archivepopup {
        padding-top: 150px
    }

    .archivepopup .h2title h2 {
        font-size: 18px;
        width: 60%
    }

    .archivepopup .h2title .floatright .drop-down select,
    .macrolsit select,
    .macrolsit2 select,
    .expertalks .h2title .floatright .drop-down select {
        font-size: 16px;
        width: 90px
    }

    .archivepopup .owl-dots .owl-dot button,
    .talkcarousel .owl-dots .owl-dot button,
    .macrolsit .owl-dots .owl-dot button {
        font-size: 14px;
        margin-right: 5px
    }

    .archivepopup .owl-dots,
    .talkcarousel .owl-dots,
    .macrolsit .owl-dots {
        overflow: auto;
        white-space: nowrap
    }

    .expertalks .h2title .floatright .drop-down select {
        margin-top: -10px
    }

    .talkcarousel {
        padding-top: 110px
    }

    .talkcarousel .owl-dots {
        margin-top: 30px !important
    }

    .talkvideo h5 {
        font-size: 14px
    }

    .talkvideo p,
    .macboox .content p {
        font-size: 12px !important;
        opacity: 1
    }

    .macrolsit .owl-dots {
        padding-bottom: 10px
    }

    .macboox .content {
        padding: 10px !important
    }

    .macboox .content h4 {
        font-size: 16px !important;
        font-weight: 500 !important;
        min-height: 38px
    }

    .macrolsit .owl-nav button.owl-prev,
    .macrolsit .owl-nav button.owl-prev:hover {
        display: none
    }

    .macrolsit .owl-nav button.owl-next,
    .macrolsit .owl-nav button.owl-next:hover {
        display: none
    }

    #ex2,
    #ex3,
    #ex7,
    #ex6 {
        margin-top: 50px;
        vertical-align: middle
    }

    #ex2 .banner .content {
        padding: 15px
    }

    .macboox .readart {
        background-position: 70px 4px !important;
        background-size: 6px
    }

    #ex7 {
        padding: 15px
    }

    .modal a.close-modal {
        top: -10px;
        right: -20px;
        background-color: #fff;
        opacity: 1;
        border-radius: 50px
    }

    .magazinelist .magbox {
        padding: 10px;
        margin-bottom: 20px
    }

    .magazinelist .magbox img {
        margin-bottom: 0
    }

    #ex3,
    #ex6 {
        padding: 15px
    }

    #ex3 .title--archieve,
    #ex6 .title--archieve {
        display: block
    }

    #ex3 .cmp-teaser__title,
    #ex6 .cmp-teaser__title {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    #ex7 .drop-down select,
    #ex3 .drop-down select,
    #ex6 .drop-down select {
        font-size: 15px
    }

    #inputMonth,
    #inputMonth1 {
        width: 80px !important
    }

    .archivbox {
        margin-bottom: 10px
    }

    #awardcarousel .swiper-button-next {
        content: "";
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/carouselRArrow.svg) no-repeat;
        height: 45px;
        width: 30px;
        background-size: 100% 100%;
        position: absolute;
        top: calc(50% + 22.5px);
        right: -38px;
        z-index: 1;
        display: none
    }

    #awardcarousel .swiper-button-prev {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/carouselRArrow.svg) no-repeat;
        height: 45px;
        width: 30px;
        background-size: 100% 100%;
        transform: rotate(180deg);
        position: absolute;
        top: calc(50% + 22.5px);
        left: -38px;
        z-index: 1;
        display: none
    }

    .expertTalk .talks {
        background: #0f385a;
        padding: 0 20px 20px;
        height: 100%;
        box-shadow: 0 0 10px rgb(0 0 0 / .2);
        border-radius: 10px
    }

    #awardcarousel .swiper-wrapper {
        padding: 0 0 25px 0
    }

    .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: #c4a755
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px
    }

    .aboutbnr .content {
        margin-top: -50px
    }

    .aboutbnr .whowe {
        background: #fff;
        padding: 20px;
        position: absolute;
        bottom: -265px
    }

    .keylight {
        padding-top: 285px;
        background: #dadbdc
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }

    .swiper-pagination {
        z-index: 1;
        bottom: -3px !important
    }
}

@media (max-width:480px) {
    .leaderShip .tabcontent .imgz img {
        width: 100%
    }

    .leaderShip .tabcontent .imgz {
        width: 100%;
        margin-right: 0;
        text-align: center
    }

    .leaderShip .grphead {
        display: block
    }

    .leaderShip .tab {
        margin-bottom: 30px;
        border-bottom: 1px solid #1b81d5;
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
        width: 100%
    }

    .leaderShip .tab .tablinks {
        width: auto;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
        padding-left: 0;
        border-bottom: 4px solid #0f385a;
        padding-bottom: 5px
    }

    .leaderShip .tabzcontent {
        width: 100%
    }
}

@media (max-width:380px) {

    .leaderShip .tab .tablinks,
    .leaderShip .tab a.active {
        font-size: 13px
    }
}

@media (max-width:1200px) {
    #awardcarousel .swiper-button-next {
        right: -25px;
        width: 22px;
        height: 40px
    }

    #awardcarousel .swiper-button-prev {
        left: -25px;
        width: 22px;
        height: 40px
    }
}

@media (max-width:990px) {
    #awardcarousel .swiper-button-next {
        top: calc(50% - 10px)
    }

    #awardcarousel .swiper-button-prev {
        top: calc(50% - 10px)
    }
}

.contentt img.v-desk,
.contentt img.v-mob {
    width: auto;
    height: auto
}

@media (min-width:580px) and (max-width:768px) {
    .aboutbnr {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/aboutbanner.jpg) #000 no-repeat top right;
        background-size: auto 100%;
        position: relative
    }

    .researchbnr {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/researchbanner.jpg) #000 no-repeat top;
        background-size: auto 100%;
        position: relative
    }
}

.blocker {
    padding-top: 60px
}

@media (min-width:768px) and (max-width:1023px) {
    .aagbox h2 {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: left;
        color: #0f385a
    }

    .expertTalk .macrobox .anchor {
        padding-right: 20px
    }

    .keylist {
        display: flex;
        justify-content: center;
        padding-bottom: 100px;
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 15px
    }

    .keylist .keybox {
        background-color: #fff;
        height: 220px;
        width: 30%;
        padding: 20px;
        text-decoration: none;
        margin-right: 10px;
        text-align: center;
        margin-top: 20px
    }

    .aboutbnr {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/aboutbanner.jpg) #000 no-repeat top right;
        background-size: contain;
        position: relative
    }

    .leaderShip .tabcontent .imgz img {
        width: 100%;
        margin: 0 auto
    }

    #tabzThree .content {
        padding: 45px 20px 30px 20px
    }

    #awardcarousel .swiper-pagination {
        bottom: 0;
        z-index: 1
    }

    #awardcarousel .swiper-pagination-bullet {
        width: 10px;
        height: 10px
    }

    #awardcarousel .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: #c4a755
    }

    #awardcarousel .swiper-wrapper {
        padding: 0 0 25px 0
    }

    #awardcarousel .swiper-button-next,
    #awardcarousel .swiper-button-prev {
        display: none
    }

    .macrobox .v-desk {
        display: block
    }

    .macrobox .v-mob {
        display: none
    }

    .expertTalk .view .macrobox {
        width: 100%
    }

    .expertTalk .view {
        display: block
    }

    .expertTalk .macrobox h4 {
        top: 40px;
        left: 10px;
        font-size: 20px
    }

    .expertTalk .talks {
        padding: 20px 20px 20px 20px
    }

    .respresent .representcarousels .product__card .content {
        padding: 12px
    }

    .representcarousels .col-md-3,
    .archivecarousel .col-md-3 {
        padding: 0 5px
    }

    .aaglist .aagbox {
        text-align: left;
        padding: 15px;
        display: flex;
        align-items: center;
        width: 75%;
        margin: 0 20px 20px auto
    }

    .aagpopup .v-desk {
        display: none
    }

    .aagpopup .banner {
        background-color: #0f385a
    }

    #ex2 .banner .content {
        padding: 15px
    }

    .aagpopup .banner .content h2 {
        font-size: 28px;
        margin-bottom: 0
    }

    .aagpopup .banner .content {
        position: initial;
        padding: 20px;
        text-align: center
    }

    .aagpopup,
    .archivepopup {
        max-width: 100%;
        width: 100%;
        padding: 15px;
        vertical-align: top
    }

    #ex2,
    #ex3,
    #ex7,
    #ex6 {
        margin-top: 0;
        vertical-align: middle
    }

    #ex2 .banner .content p span {
        font-size: 14px
    }

    .aagpopup .banner .content p {
        margin-bottom: 20px;
        font-size: 22px;
        text-align: center
    }

    .aagpopup .v-mob {
        margin-bottom: 30px;
        width: auto;
        display: block
    }

    .aagpopup .banner .content a {
        margin: 0 auto
    }

    .modal a.close-modal {
        top: -10px;
        right: -20px;
        background-color: #fff;
        opacity: 1;
        border-radius: 50px
    }

    .leaderShip .tabcontent .imgz {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-right: 0;
        margin-bottom: 0;
        float: unset
    }

    .leaderShip .tabcontent .content {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px
    }
}

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

@media (min-width:1024px) {

    .macroview #macrocarousel .product__card:hover,
    .macroview .representcarousels .macboox:hover,
    .macboox:hover {
        scale: 1.05;
        transition: scale 0.2s
    }

    #awardcarousel .swiper-pagination {
        display: none
    }

    .awardbox .readmorepdf {
        bottom: 35px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .researchbnr {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/researchbanner.jpg) no-repeat top #202020;
        background-size: 140% 100%
    }

    .macboox .content {
        padding: 10px
    }
}

@media (min-width:1400px) {
    .magazinelist.magzine-scroll {
        max-height: 490px
    }
}

@media (min-width:2000px) {
    .magazinelist.magzine-scroll {
        max-height: 690px
    }
}

@media (min-width:768px) and (max-height:700px) {
    .magazinelist.magzine-scroll {
        max-height: 320px
    }
}

.researchyear {
    display: none
}

.researchyear:first-of-type {
    display: block
}