.main-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.navbar {
    padding: .5rem 2rem;
}
footer {
    margin-top: auto;
}
.bg-primary-medwaste {
    background-color: #49888e;
}
.logo {
    max-height: 40px;
}
.main-content {
    margin-top: 66px;
}
.navbar-light .navbar-nav .nav-link {
    color: #49888e;
}
.lang-dropdown {
    right: 0;
    left: auto;
    min-width: auto;
    padding: 0;
    border-radius: 0;
}
.nav-item .dropdown-menu .dropdown-item {
    display: flex;
    padding: .5rem 1.5rem;
}
.lang-image {
    max-height: 15px;
}
.hero-container {
    position: relative;
    padding: 0;
}
.hero-row {
    position: absolute;
    top: 25%;
    left: 5%;
}
.hero-image {
    width: 100%;
    max-height: 740px;
}
.hero-text-container {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hero-title {
    color:#49888e;
    margin-bottom: 0.8rem;
}
.contact-sent-button {
    background-color: #49888e;
    border: 1px solid #49888e;
    border-radius: 0;
    font-weight: bold;
    padding: 10px 30px;
}
.section-title {
    margin-bottom: 40px;
    color:#49888e;
    font-weight: bold;
}
.info-section {
    padding: 40px 15px;
}
.info-section-text {
    color: #ffffff;
}
.services-row {
    margin-bottom: 10px;
}
.services-paragraph {
    margin: 0;
}
.bg-grey-custom {
    background-color: #EDEFEF;
}
.max-width-100 {
    max-width: 100%;
}
.max-height-230 {
    max-height: 300px;
}
.max-height-400 {
    max-height: 400px;
}
.about-us-row {
    padding: 50px 100px;
}
.about-us-paragraph {
    margin-bottom: 0.5rem;
}
.services-title {
    font-weight: bold;
}
.services-image {
    max-height: 85px;
}
.contact-control {
    border: 3px solid #49888e;
    border-radius: 0;
    color: #000;
}
.contact-info-container {
    width: auto;
    border: 3px solid #49888e;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-info-logo-image {
    width: fit-content;
    max-height: 110px;
    margin-bottom: 25px;
}
.contact-info-logo-text {
    max-height: 50px;
    margin-bottom: 20px;
}
.contact-home-button {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 0;
    font-weight: bold;
    color: #12acb2;
    padding: 10px 30px;
    margin-bottom: 10px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007f9a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.contact-home-button:hover {
    color: #12acb2;
    background-color: #edefef;
    border-color: #edefef;
}
.contact-sent-button:hover {
    color: #fff;
    background-color: #12989d;
    border-color: #12989d;
}
.footer-menu {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
}
.footer-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 0;
}
.footer-logo {
    max-height: 50px;
}
.mb-07r {
    margin-bottom: .7rem;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-0 {
    padding-top: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #49888e;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #49888e;
    font-weight: bold;
}
.awards-title {
    color: #49888e;
    font-style: italic;
}
.awards-title:hover {
    color: #007F9A;
    font-weight: bold;
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .hero-title {
        font-size: 1.8rem;
    }
    .hero-description {
        font-size: .9rem;
    }
    .services-image {
        max-height: 85px;
    }
    .services-title {
        font-size: 1.2rem;
    }
    .services-paragraph {
        font-size: .8rem;
    }
    .contact-home-title {
        font-size: 1.7rem;
    }
    .contact-home-subtitle {
        font-size: 1.2rem;
    }
    .max-height-230 {
        max-height: 240px;
    }
    .about-us-paragraph {
        font-size: .9rem;
    }
    .about-us-row {
        padding: 45px 80px;
    }
    .contact-info-container {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .hero-title {
        font-size: 1.5rem;
    }
    .hero-description {
        font-size: .8rem;
    }
    .about-us-row {
        padding: 30px 50px;
    }
    .info-section-text {
        font-size: 1rem;
    }
    .services-image {
        max-height: 90px;
    }
    .services-title {
        font-size: 1rem;
    }
    .services-paragraph {
        font-size: .7rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .contact-home-title {
        font-size: 1.5rem;
    }
    .contact-home-subtitle {
        font-size: .9rem;
    }
    .contact-home-description {
        font-size: .9rem;
    }
    .about-us-paragraph {
        font-size: .8rem;
    }
    .max-height-170 {
        max-height: 170px;
    }
    .awards-title {
        font-size: 1.5rem;
    }
    .contact-page-row {
        padding: 25px 15px;
    }
    .contact-info-container {
        padding: 10px;
    }
    .contact-info-logo-image {
        max-height: 110px;
    }
    .contact-info-logo-text {
        max-height: 60px;
    }
    .hero-row {
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .hero-title {
        font-size: 1.3rem;
    }
    .hero-description {
        font-size: .7rem;
    }
    .info-section {
        padding: 25px 15px;
    }
    .info-section-text {
        font-size: .9rem;
    }
    .about-us-row {
        padding: 25px 50px;
    }
    .services-image {
        max-height: 80px;
    }
    .services-title {
        font-size: .9rem;
        margin-bottom: 5px;
    }
    .services-paragraph {
        font-size: .6rem;
    }
    .contact-home-title {
        font-size: 1.3rem;
    }
    .contact-home-subtitle {
        font-size: .7rem;
    }
    .contact-home-description {
        font-size: .8rem;
    }
    .max-height-170 {
        max-height: 140px;
    }
    .about-us-paragraph {
        font-size: .7rem;
    }
    .awards-title {
        font-size: 1.2rem;
    }
    .about-us-row {
        padding: 25px 15px;
    }
    .about-us-row {
        padding: 25px 15px;
    }
    .order-xs-1 {
        order: 1;
    }
    .order-xs-2 {
        order: 2;
    }
    .footer-menu {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-menu li {
        margin-left: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .text-xs-center {
        text-align: center;
    }
    .footer-logo {
        max-height: 55px;
        margin-bottom: 20px;
    }
    .footer-menu {
        padding: 0;
    }
    .footer-menu h4 {
        font-size: 1.3rem;
    }
    a.footer-link {
        font-size: 1rem;
    }
    .max-height-230 {
        max-height: 210px;
    }
    .awards-image {
        max-height: 300px;
        margin-bottom: 20px;
    }
    .max-height-400 {
        max-height: 200px;
    }
    .contact-info-container {
        margin-bottom: 25px;
    }
}