body {
    font-family: 'Roboto', sans-serif;
}

.hero-bg {
    /* background:linear-gradient(90deg, rgba(0, 0, 0, 0.089), rgba(255, 255, 255, 0)), url("../images/hero-banner.png"); */
    background: url("../images/hero-banner.png");
    background-color: #003C5B;
    background-position: center center;
    background-size: cover;
    margin-bottom: 0;
    border-radius: 0;
    /* min-height: 800px !important; */
}

.btn-ptp-login {
    background-color: #DBE0E4;
    border: 1px solid #167A02;
    color: #167A02;
    padding: 6px 24px;
}

.btn-pro-pass:hover {
    background-color: #005784;
    color: #fff;
}

.feature-buttons {
    margin-right: 80px;
}

.trans-box {
    width: 480px;
    height: 48px;
    padding: 8px;
    background-color: rgba(219, 224, 228, 0.25);
    border-radius: 48px;
    margin-bottom: 16px;
    border: 2px solid #DBE0E4;
}

a {
    text-decoration: none !important;
}

.trans-box a {
    text-align: center;
    text-decoration: none;
}

.trans-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0 !important;
    line-height: 1.2;
}

.drayage-section {
    background-color: #f5f5f5;
    width: 100%;
    padding: 48px 0;
}

.header-section {
    font-size: 24px;
    font-weight: 500;
    color: #212121;
    text-align: center;
    margin-bottom: 24px;
}

.othersupport{
    font-size: 24px;
    font-weight: 500;
    color: #212121;
    margin-top: 20px;
}
.card-drayage {
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 0 4px #999;
    background-color: #fff;
    margin: 8px;
    min-width: 340px;
}

.card-drayage p {
    margin-bottom: 0;
}

.icon-drayage {
    color: #167A02;
    font-size: 48px;
    margin-right: 12px;
}

.terminals-section {
    padding: 48px 0;
}

.value-drayage {
    color: #212121;
    font-weight: 400;
    font-size: 18px;
}

.label-drayage {
    color: #757575;
    font-weight: 400;
    font-size: 16px;
}

.card-terminals {
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 0 4px #999;
    background-color: #fff;
    margin: 8px;
}

.card-terminals p {
    margin-bottom: 0;
}

.img-terminals {
    max-width: 326px;
    max-height: 260px;
    height: 260px;
    margin-bottom: 16px;
}

.label-terminals {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.feature-section {
    background-color: #f5f5f5;
    width: 100%;
    padding: 60px 0;
}

.card-feature {
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0 0 4px #999;
    background-color: #fff;
    margin: 8px;
    width: 77%;
}

.header-feature-section {
    font-size: 24px;
    color: #212121;
}

.feature-tagline {
    font-size: 16px;
    font-weight: 300;
    color: #757575;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.card-feature-text {
    width: 75%;
}


.card-feature img {
    max-height: 320px;
    width: auto;
}


footer {
    padding: 48px 24px;
    background-color: #f5f5f5;
}

.full-half {
    width: 50% !important;
}

.empty-half {
    width: 50% !important;
}

footer ul {
    list-style-type: none;
    line-height: 2;
}

footer ul li a {
    color: #757575;
    text-decoration: underline !important;
}

footer ul li a:hover {
    color: #00ADBB;
    text-decoration: underline !important;
}

.support-icon a {
    text-align: center;
    color: #757575;
    font-weight: 600;
}


/* Small devices (landscape phones, 360px and upto 500px) */
@media screen and (max-width: 1024px) and (min-width: 501px) {

    .card-feature {
        width: 100%;
    }

    .card-feature-text {
        width: 100%;
        text-align: justify;
    }

    .feature-img {
        margin: 0 auto 36px auto;
    }

}


/* Small devices (landscape phones, 360px and upto 500px) */
@media screen and (max-width: 500px) and (min-width: 319px) {

    .navbar {
        padding: 0.5rem;
    }

    .propass-logo1 {
        max-width: 160px;
        margin: 12px 0px 12px 0px;
    }

    .hero-bg {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0)), url("../images/hero-banner.png");
        background-color: #0F6CB2;
        background-position: center center;
        background-size: cover;
        margin-bottom: 0;
        border-radius: 0;
        min-height: 450px !important;
        padding-bottom: 50px;
    }

    .header-help-icon {
        max-width: 36px;
        margin-right: 0 !important;
    }

    .header-login-button {
        line-height: 1;
        padding: 8px;
    }

    .emodal-logo-white {
        max-width: 250px;
        height: auto;
    }

    .feature-buttons a {
        width: 100% !important;
    }

    /* .feature-buttons>div{
        margin:12px auto !important;
    } */


    .trans-box {
        width: 100%;
        height: 48px;
        padding: 8px;
        background-color: rgba(0, 60, 91, 0.6);
        border-radius: 48px;
        margin-bottom: 16px;
        border: 2px solid #00ADBB;
        margin-right: auto;
        margin-left: auto;
    }

    .trans-box p {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0 !important;
        line-height: 1.2;
    }

    .card-feature {
        width: 100%;
    }

    .card-feature-text {
        width: 100%;
        text-align: justify;
    }

    .feature-img {
        margin: 0 auto 36px auto;
    }

    footer>div {
        margin: 0 auto;
    }

    .full-half {
        width: 100% !important;
    }

    .empty-half {
        width: 0% !important;
    }

    ul.footer-links {
        padding-left: 0 !important;
    }

    .pro-pass-logo2 {
        margin-bottom: 24px !important;
    }

    .pro-pass-logo2 img {
        width: 200px;
        height: auto;
    }
}