@font-face {
    font-family: 'GT America Regular';
    src: url('../fonts/GTAmerica-Regular.eot');
    src: local('../fonts/GT America Regular'), local('GTAmerica-Regular'),
        url('../fonts/GTAmerica-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTAmerica-Regular.woff2') format('woff2'),
        url('../fonts/GTAmerica-Regular.woff') format('woff'),
        url('../fonts/GTAmerica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America Bold';
    src: url('../fonts/GTAmerica-Bold.eot');
    src: local('GT America Bold'), local('GTAmerica-Bold'),
        url('../fonts/GTAmerica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTAmerica-Bold.woff2') format('woff2'),
        url('../fonts/GTAmerica-Bold.woff') format('woff'),
        url('../fonts/GTAmerica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America Medium';
    src: url('../fonts/GTAmerica-Medium.eot');
    src: local('GT America Medium'), local('GTAmerica-Medium'),
        url('../fonts/GTAmerica-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTAmerica-Medium.woff2') format('woff2'),
        url('../fonts/GTAmerica-Medium.woff') format('woff'),
        url('../fonts/GTAmerica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'GT America Light';
    src: url('../fonts/GTAmerica-Light.eot');
    src: local('GT America Light'), local('GTAmerica-Light'),
        url('../fonts/GTAmerica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTAmerica-Light.woff2') format('woff2'),
        url('../fonts/GTAmerica-Light.woff') format('woff'),
        url('../fonts/GTAmerica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'GT America Regular';
    background: #FAFAFA;
}

.common-page-wrap{
    position: relative;
}
.banner-img-wrapper img {
    width: 100%;
}
.common-page-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
a.logo-center-common {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    text-align: center;
}
.common-page-ctn {
    text-align: center;
    max-width: 815px;
    margin: 0 auto;
}
    .common-page-ctn h3 {
        color: #124634;
        font-family: 'GT America Regular';
        font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1920 - 300)));
        line-height: calc(34px + (46 - 34) * ((100vw - 300px) / (1920 - 300)));
        margin-bottom: 33px;
        font-weight: 600;
    }

    .common-page-ctn h4 {
        color: #636464;
        font-family: 'GT America Regular';
        font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
        line-height: calc(32px + (40 - 32) * ((100vw - 300px) / (1920 - 300)));
        margin-bottom: 40px;
        font-weight: 500;
    }
.bkt-hme {
    font-family: "GT America Medium", sans-serif;
    font-style: normal;
    font-weight: 500;
    background: #014B39;
    padding: 16px 38px;
    text-decoration: none;
    border-radius: 8px;
    color: #fff;
    /* margin-bottom: 40px; */
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}
.bkt-hme:hover {
    /*background: #c49911;*/
    color: #fff;
    text-decoration: none;
}
.banner-for-mobile {
    display: none;
}
@media (max-width: 767px) {
    .banner-for-desktop {
        display: none;
    }
    .banner-for-mobile {
        display: block;
    }
}
