.new-product-header {
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
}

html, body {
    height: 100%;
}

.no-padding {
    padding: 0px 0px 10px 0px;
    justify-content: space-around !important;
}

.red-header {
    color: #d21e2b;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.section-heading-line-left {
    margin-bottom: 30px;
}

.country-banner {
    margin-bottom: 70px;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    height:50vh;
    background: center;
    background-size: cover;
}

.location-map {
    height: 100%;
    width: 100%;
}

.location-container {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.location-card-header {
    height: 25%;
    width:100%;
    background-color: #4377E8;
    text-align: center;
}

.location {
    min-width: 30.3%;
    max-width: 50%;
    padding-bottom: 25px;
}

.col {
    padding-left: 0px;
    padding-right: 0px;
}

.inner-contact-box {
    box-shadow: none;
    padding-top: 0px;
}

.inner-contact-box p{
    margin:0 !important;
}

.color-hover:hover {
    color: red;
}

.small-txt {
    font-size: 14px;
    display:block;
}

.fa-envelope {
    padding-top: 15px;
}

@media screen and (max-width: 1200px) {
    .location {
        padding-right: 1.5rem;
    }

    .country-banner {
        height:35vh;
    }
}

@media screen and (max-width: 992px) {
    .location {
        width:50%;
    }

    .color-hover {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 769px) {
    .country-banner {
        height: 35vh;
    }
}

@media screen and (max-width: 767px) {
    .location {
        width:100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 690px) {
    .country-banner {
        display:none;
    }
}

@media screen and (max-width: 576px) {
    .location {
        width: 100%;
    }

    .mobile-container {
        padding-left: 30px;
    }

    .red-header {
        padding-left: 30px !important;
    }
}

@media screen and (max-width: 480px) {
    .mobile-container {
        padding-left: 30px;
    }

    .red-header {
        padding-left: 30px !important;
    }
}

@media screen and (max-width: 391px) {
    .mobile-container {
        padding-left: 30px;
    }

    .red-header {
        padding-left: 30px !important;
    }
}
