.covid-box {
    text-align: center;
    padding: 0.6em 0;
    font-size: 0.8em;
    color: white;
    background: #36BAF8
}

.header-area {
    background: #2C3E58
}

.home-container {
    display: block;
    background: #2C3E58;
    position: relative;
    min-height: 500px
}

.container-dark {
    background: #2C3E58;
    height: 84vh !important;
}

.footer {
    background: #2C3E58;
    color: #ffffff;
    margin-top: 3em;
}

.footer a {
    color: #36BAF8;
}

.footer h4 {
    color: #ffffff;
}

.social-icon {
    padding-top: 6px;
    font-size: 16px;
    text-align: center;
    width: 32px;
    height: 32px;
    border: 2px solid #d5f1eb;
    border-radius: 50%;
    color: #d5f1eb;
    margin: 5px;
}

.follow-us {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.footer .footer_bottom p {
    text-align: center;
    color: #ffffff;
}

.footer_bottom {
    padding: 2em 0;
    background: #36BAF8;
}

.home-container .home-pattern {
    position: absolute;
    width: 100%;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: 100;
}

.home-contents-container {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 400px;
}
.home-contents {
    max-width: 500px;
}
.home-contents h1 {
    font-size: 42px;
    display: block;
}

.home-contents h1, .home-contents p {
    color: white;
}

.home-contents p {
    font-size: 18px;
}

.home-image {
    opacity: 0.6;
    position: absolute;
    width: 40%;
    top: 50%;
    right: 10%;
    z-index: 1;
    transform: translateY(-50%);
}

a {
    color: #2C3E58
}

.highlight-info {
    background: url(../img/lab.jpg) center fixed;
    background-size: cover;
    color: #fff;
    padding: 6em 0;
}

.highlight-info h4 {
    color: #fff;
}

.action-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    height: 60px;
    padding: 12px;
    background-color: #00658f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 35px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* width: calc(100% - 184px); */
