@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
}

*,
::after,
::before {
    box-sizing: border-box
}

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

.img-fluid {
    max-width: 100% !important;
    height: auto
}

.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

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 {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin: 0 20px;
    padding: 0 .5rem
}

section#banner {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/contactusbnr.jpg) #282828 no-repeat right center;
    background-size: auto 100%;
    height: 500px;
    position: relative;
    margin-top: 60px
}

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

section#banner .teaser h2 {
    font-size: 64px;
    line-height: 68px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    text-align: right;
    color: #b29531 !important
}

#help-us {
    background-color: #dadbdc;
    padding: 40px 0
}

#help-us .helpbox {
    position: relative
}

#help-us .helpbox .helpTitle {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: -150px;
    padding: 20px
}

#help-us .helpbox .helpTitle h1 {
    margin: 0 0 20px 0;
    font-size: 42px;
    color: #a3a3a3;
    padding-left: 30px;
    padding-top: 20px;
    font-weight: 400
}

.p-20 {
    border: 1px solid #c79b3c
}

#help-us .helpbox .helpTitle p {
    margin: 0 0 55px 0;
    font-size: 17px;
    padding-left: 30px
}

#help-us .personaldet {
    background-color: #fff;
    min-height: 100px;
    margin-top: 150px;
    padding: 20px 30px 30px
}

#help-us .personaldet h4.title {
    font-size: 24px;
    margin: 0 0 20px 0;
    font-weight: 600
}

#help-us .personaldet .input-group label {
    display: block;
    margin-bottom: 5px
}

#help-us .personaldet .input-group label span {
    display: block;
    font-size: 13px
}

#help-us .personaldet .input-group {
    margin-bottom: 20px
}

#help-us .personaldet .input-group input {
    display: block;
    padding: 10px;
    border: 2px solid #ccc;
    width: 90%;
    font-size: 14px
}

#help-us .personaldet .input-group select {
    display: block;
    padding: 10px;
    border: 2px solid #ccc;
    width: 90%;
    margin-bottom: 20px;
    font-size: 14px
}

#help-us .personaldet .mandat {
    margin-top: -10px;
    display: block;
    font-size: 12.5px
}

#help-us .personaldet .submitbtn {
    background-color: #19446a;
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 160px;
    font-size: 18px;
    padding: 10px 10px;
    margin: 40px auto 0;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.5s
}

#help-us .personaldet .submitbtn:hover {
    opacity: .8
}

section#locations {
    background: #dadbdc;
    padding: 30px 30px 30px
}

section#locations h2.title {
    font-size: 45px;
    line-height: 39px;
    font-weight: 400;
    color: #c79b3c;
    text-align: center;
    margin-bottom: 10px
}

section#locations p.subtitle {
    font-size: 17px;
    line-height: 32px;
    color: #000;
    text-align: center
}

section#locations .locate {
    padding: 55px 25px;
    border-radius: 20px;
    background: #0f385a;
    border: 1px solid #216aa7
}

@media screen and (max-width:767px) {
    section#locations .locate {
        padding: 25px 25px
    }

    .contactPg section#banner {
        background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/contactusbnr_mob.jpg) no-repeat top center;
        background-size: cover;
        height: 320px
    }

    .contactPg .searchaddress {
        margin: 0 0 30px 0 !important
    }

    section#locations {
        background: #dadbdc;
        padding: 75px 30px 30px
    }
}

section#locations .locate select {
    font-size: 18px;
    padding: 10px;
    display: block;
    width: 269px;
    margin-bottom: 25px;
    border-right: 10px solid #fff0
}

section#locations .locate a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0f385a;
    text-decoration: none;
    font-weight: 700;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #c79b3c;
    width: 269px;
    height: 42px;
    margin-top: 20px;
    transition: opacity 0.5s
}

section#locations .locate a:hover {
    opacity: .8
}

section#locations .locate .address {
    color: #fff;
    padding: 25px;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 26px;
    margin: 0
}

section#reach {
    background: #0f385a;
    padding: 20px 30px 30px;
    border-bottom: 1px solid #fff
}

section#reach h2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 39px;
    color: #fff
}

section#reach h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #fff
}

section#reach p {
    font-size: 18px;
    line-height: 32px;
    color: #fff
}

section#reach .map {
    text-align: end
}

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

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

@media (min-width:1200px) {

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

@media (max-width:1024px) {
    .contactPg section#banner .teaser {
        justify-content: left
    }

    .contactPg section#banner h2 {
        font-size: 40px;
        font-weight: 300;
        margin-top: -80px
    }

    .contactPg .map iframe {
        width: 100%
    }

    .contactPg .helpTitle {
        padding: 25px
    }

    .contactPg .helpTitle h1,
    #locations h2.title,
    #reach h2 {
        font-size: 26px !important
    }

    .contactPg .helpTitle h1 {
        margin: 0 0 10px 0 !important;
        padding: 0 !important
    }

    .contactPg .helpTitle .text p {
        font-size: 14px !important;
        margin: 0 !important;
        padding-left: 0 !important
    }

    .contactPg .helpTitle .text p br {
        display: none
    }

    .contactPg #help-us .helpTitle {
        top: -40px !important
    }

    #help-us {
        background-color: #0f385a;
        padding: 0 0
    }

    .contactPg #help-us .personaldet {
        margin-top: 50px
    }

    .contactPg h4.title {
        font-size: 22px !important;
        margin-bottom: 10px !important
    }

    .contactPg #new_form input,
    .contactPg #new_form select {
        width: 100% !important
    }

    .contactPg #nationality {
        margin-top: 15px !important
    }

    .contactPg #state {
        margin-bottom: 10px !important
    }

    .contactPg #city {
        margin-bottom: 20px !important
    }

    .contactPg #locations .subtitle,
    #reach h2,
    #reach p {
        margin-bottom: 20px !important
    }

    section#locations p.subtitle {
        font-size: 14px;
        line-height: 28px;
        color: #000;
        text-align: center
    }

    section#locations .locate select {
        font-size: 14px;
        padding: 10px;
        display: block;
        width: 220px;
        margin-bottom: 35px;
        border-right: 10px solid #fff0
    }

    section#locations .locate a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0f385a;
        text-decoration: none;
        font-weight: 700;
        margin: 0 auto;
        border-radius: 8px;
        background-color: #c79b3c;
        width: 220px;
        height: 42px;
        margin-top: 20px;
        transition: opacity 0.5s
    }

    #help-us .helpbox .helpTitle {
        padding: 10px
    }

    .p-20 {
        padding: 10px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    section#locations {
        background: #dadbdc;
        padding: 75px 30px 30px
    }

    section#locations .locate select {
        width: 90%
    }
}