.hero-banner-section {
    background: url(../images/hero-banner.png);
    background-repeat: no-repeat;
    min-height: 660px;
    position: relative;
}

.hero-banner-section .banner-text-section {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    z-index: 2;
}

.hero-banner-section .banner-text {
    max-width: 484px;
    position: absolute;
    z-index: 2;
    margin-top: 123px;
}

.hero-banner-section .banner-text h2,
.hero-banner-section .banner-text p {
    color: #FFFFFF;
    font-family: 'roboto-bold-webfont';
    font-weight: 600;
}

.hero-banner-section .banner-text h2 {
    font-size: 55px;
    line-height: 56px;
    margin-bottom: 15px;
}

.hero-banner-section .banner-text p {
    font-size: 18px;
    letter-spacing: .2px;
    line-height: 25px;
    width: 80%;
}

.hero-banner-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    /* z-index: 1; */
    background-repeat: no-repeat;
    background-image: linear-gradient(271deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .6));
}

@media screen and (max-width: 1024px) {
    .hero-banner-section {
        background-position: 35% 0;
        min-height: 463px;
    }
    .hero-banner-section .banner-text-section {
        margin: 0;
    }
    .hero-banner-section .banner-text {
        margin: 55px 0 0 33px;
    }
    .hero-banner-section .banner-text h2 {
        font-size: 48px;
    }
}

@media screen and (max-width: 768px) {
    .hero-banner-section {
        background-position: 0 0;
    }
    .hero-banner-section .overlay {
        background-color: rgba(0, 0, 0, .3);
        background-image: none;
    }
}

@media screen and (max-width: 767px) {
    .hero-banner-section {
        min-height: 410px;
        background-position: 5% 40%;
    }
    .hero-banner-section .banner-text {
        max-width: 100%;
        margin: 69px 33px 0px 33px;
    }
    .hero-banner-section .banner-text h2,
    .hero-banner-section .banner-text p {
        text-align: center;
        width: 100%;
    }
    .hero-banner-section .banner-text h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 320px) {
    header .banner .banner-wraper .container-fluid .banner-right-sec .sticky-header-note {
        font-size: 14px;
        padding-top: 26px;
        padding-right: 20px;
    }
}