@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);

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

header {
    background: #0f385a;
    padding: 9px 0 9px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.header {
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / .1);
    width: 100%;
    z-index: 3
}

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

header a {
    display: flex
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.header ul a.nav-link,
.header ul p {
    color: #fff;
    text-decoration: none;
    margin: 0 20px 20px 20px;
    padding: 0 .5rem;
    font-weight: 300;
    display: block
}

.header .menu {
    position: absolute;
    background-color: #0f385a;
    right: 0%;
    top: 60px;
    max-width: 0%;
    display: flex !important;
    flex-wrap: wrap;
    align-content: center;
    clear: both;
    height: calc(100vh - 48px);
    transition: max-width 0.2s ease-out
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 20px 14px;
    position: relative;
    user-select: none;
    border-radius: 50%;
    transition: background 0.5s, scale 0.5s
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%
}

.header .menu-icon .navicon:before {
    top: 5px
}

.header .menu-icon .navicon:after {
    top: -5px
}

.header .menu-btn {
    display: none
}

.header .menu-btn:checked~.menu {
    max-width: 40%
}

@media screen and (max-width:768px) {
    .header .menu-btn:checked~.menu {
        max-width: 100%
    }
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: #fff0
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0
}

.logo--img {
    max-width: 200px
}

.header .menu li {
    margin-bottom: 15px;
    width: 100%
}

.header ul a.nav-link {
    padding-left: 30px
}

.header ul p {
    padding-left: 30px;
    opacity: .8;
    font-size: 16px
}

.header ul a.nav-link.active {
    color: #cca44e;
    font-weight: 600;
    position: relative
}

.header ul a.nav-link:hover {
    color: #cca44e;
    font-weight: 600;
    position: relative;
    transition: all 0.5s
}

.header ul a.nav-link.active:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 5px;
    height: 18px;
    background-color: #cca44e
}

.navs>a:hover {
    background-color: #b29531
}

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

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

.connect-now {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(32 32 32 / .95);
    display: none;
    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;
    opacity: .8
}

.connect-now a {
    text-decoration: none;
    background: #10385b;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    color: #fff;
    padding: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 2px solid #fff;
    flex: none;
    width: 220px;
    height: 50px;
    opacity: .9;
    transition: opacity 0.5s, gap 0.5s
}

.connect-now a:hover {
    opacity: .6;
    gap: 30px
}

.ftr {
    position: relative;
    border-top: 2px solid #879cad
}

.ftr .container-one .wraper {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0 20px
}

.ftr a {
    text-align: left;
    color: #d9dcdd;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    transition: all .5s
}

.ftr a:hover {
    text-decoration: underline;
    opacity: .8
}

.ftr .socialicon {
    transition: opacity 0.5s;
    display: flex;
    gap: 15px;
    align-items: center
}

.ftr .socialicon a:hover {
    opacity: .8
}

.links {
    padding: 0 20px 20px 20px;
    display: flex;
    gap: 20px
}

.links a {
    font-size: 16px;
    line-height: 15px;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    transition: all .5s
}

.links a:hover {
    text-decoration: underline;
    opacity: .8
}

.mob {
    display: none
}

#backbutton {
    display: flex;
    background: #000;
    width: 34px;
    height: 34px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: fixed;
    bottom: 10px;
    cursor: pointer;
    right: 10px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#backbutton.show {
    opacity: 1;
    visibility: visible
}

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

.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;
    font-size: 22px;
    font-weight: 400;
    line-height: 29.96px;
    color: #d6a845
}

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

@media (min-width:1200px) {

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

@media (max-width:767px) {
    header {
        padding: 15px 0 15px 0
    }

    .header .menu {
        top: 50px !important;
        background-color: rgb(15 56 90 / .9);
        backdrop-filter: blur(5px)
    }

    .share {
        display: flex
    }

    .connect-now {
        padding: 10px 10px;
        display: none
    }

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

    .connect-now a {
        width: 165px
    }

    .header .menu-icon {
        padding: 14px 7px
    }

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

    .product__card,
    .macboox {
        border-radius: 10px;
        min-height: 260px
    }

    .tab-body .flip.p-0 {
        padding: 0 15px !important
    }

    .tabs .tab-indicator {
        height: 15px;
        margin: 40px 0 20px !important
    }

    .links {
        flex-direction: column;
        gap: 0
    }

    .links a {
        line-height: 38px
    }

    .footer {
        border-top: 2px solid #879cad
    }

    .ftr .container-one .wraper {
        flex-direction: column
    }

    .ftr .socialicon {
        position: initial;
        margin: 0 0 10px 0;
        text-align: left;
        order: 1
    }

    footer p {
        order: 2;
        margin-bottom: 10px
    }

    footer p:last-of-type {
        margin-bottom: 0
    }

    .desk {
        display: none
    }

    .mob {
        display: block
    }
}

@media (max-width:580px) {
    .connect-now {
        display: none
    }

    .ql-cta {
        bottom: 8%
    }

    .ql-cta p {
        color: #fff;
        font-size: 13px
    }

    .share {
        top: calc(90% - 120px)
    }

    .share a {
        margin-bottom: 0
    }

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

    #quick-links {
        display: none
    }

    #our-uniqueness .content {
        padding: 30% 5% 30px 12% !important
    }

    .header .menu {
        top: 60px
    }
}

@media screen and (max-width:580px) and (max-height:750px) {
    #our-uniqueness .content {
        padding: 23% 5% 30px 12% !important
    }
}

.sticky-icon {
    z-index: 2;
    position: fixed;
    bottom: 145px;
    right: -320px;
    display: flex;
    flex-direction: column;
    transition: all 0.8s
}

.sticky-icon p {
    background-color: #b29531;
    border-radius: 0 0 0 0;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    transition: all 0.8s;
    border: 1px solid #fff;
    line-height: 29.6px
}

.sticky-icon p i {
    font-style: normal;
    padding-left: 20px;
    position: relative
}

.sticky-icon p i img {
    position: absolute;
    top: 0;
    left: 20px;
    transition: all 0.8s;
    display: none
}

.sticky-icon p a {
    text-decoration: none;
    background-color: #0f385a;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    margin-left: 20px;
    font-weight: 400
}

.sticky-icon p b {
    font-weight: 400
}

.sticky-icon p .vshow {
    display: inline-block;
    position: relative;
    width: 220px
}

.sticky-icon p .vshow:after {
    position: absolute;
    content: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/call.png);
    top: 0;
    left: 0
}

.sticky-icon.show b.vshow:after {
    content: 'Join HDFC Bank Wealth today';
    margin-top: 0
}

.sticky-icon p b.vshow:after {
    content: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/call.png)
}

@media (max-width:580px) {
    .sticky-icon p a {
        padding: 15px 5px
    }

    .sticky-icon {
        bottom: 17%;
        right: -255px;
        font-size: 14px
    }

    .sticky-icon p {
        font-size: 14px
    }

    .sticky-icon p .vshow {
        width: 195px
    }
}

@media (min-width:991px) {
    .sticky-icon {
        right: -290px
    }

    .sticky-icon p i img {
        display: block
    }

    .sticky-icon:hover {
        color: #FFF;
        right: 0 !important
    }

    .sticky-icon p i {
        padding-left: 40px
    }

    .sticky-icon p:hover i img {
        display: block;
        transform: rotate(180deg)
    }

    .sticky-icon p:hover b.vshow:after {
        content: 'Join HDFC Bank Wealth today'
    }

    .sticky-icon p .vshow:after {
        position: absolute;
        content: 'JOIN US';
        top: 0;
        left: 0
    }

    .sticky-icon p.show b.vshow:after {
        content: 'Join HDFC Bank Wealth today';
        margin-top: 0
    }

    .sticky-icon p b.vshow:after {
        content: 'JOIN US';
        margin-top: 0
    }

    .header .menu-icon:hover {
        background: #fff;
        transform: scale(1.2)
    }

    .header .menu-icon:hover .navicon:before,
    .header .menu-icon:hover .navicon:after {
        background: #0f385a
    }

    .header .menu-icon:hover .navicon {
        background: #0f385a
    }
}

@media (max-width:1023px) {
    .header .menu-btn:checked~.menu-icon {
        background: #fff;
        transform: scale(1.2)
    }

    .header .menu-btn:checked~.menu-icon .navicon:before,
    .header .menu-btn:checked~.menu-icon .navicon:after {
        background: #0f385a
    }

    .sticky-icon p .vshow:after {
        margin-top: 4px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    footer p {
        font-size: 14px
    }

    .links a {
        font-size: 16px
    }
}

@media (min-width:991px) and (max-width:1280px) {
    .sticky-icon p a {
        padding: 8px 16px
    }
}