﻿body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

form, form div {
    margin: 20px;
}

    div.note {
        font-size: 1rem;
        color: red;
    }

input,textarea{
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 4px;
    font-family: 'Lato';
    width: 300px;
    margin-top: 10px;
}

label {
    width: 300px;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}

    label.error {
        color: red;
        font-size: 1rem;
        display: block;
        margin-top: 5px;
    }

input.error,textarea.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}
.container {
    margin-top: 2%;
}

a:link {
    text-decoration: none;
}

.contactUsBlock {
    display: block;
    width: 90%;
    margin: 0 auto;
}

    .contactUsBlock form {
        margin-bottom: 4%;
    }

label {
    color: #002b56;
    font-weight: bolder;
}

footer div {
    color: #002b56;
    font-weight: bolder;
}

footer {
    margin-top: 20%;
}

div img {
    width: 1.5%;
    height: 1%;
    margin-bottom: 1%;
}

table i {
    padding-right: 10px;
}

#subimg img {
    width: 100%;
}

#suitabilityesc2 p span {
    color: #002b56;
}

td {
    padding-left: 15px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {

    #navbarSupportedContent {
        background-color: orangered;
        border-radius: 20px;
        margin-left: 3%;
        padding: 20px 30px 20px 30px;
        height: 90%;
        width: 100%;
        top: 50%;
        left: 3%;
    }

    #logoImg {
        height: 25%;
        width: 25%;
    }

    table {
        margin-top: 10px;
        width: 60%;
    }

    #navbarSupportedContent > ul {
        /* margin-top: 20%;
        margin-left: 10%; */
        display: table;
        padding: 0;
        margin: 20px auto;
        float: none;
    }

        #navbarSupportedContent > ul li {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            list-style: none;
            cursor: pointer;
            padding-left: 3px;
            float: none;
            font-weight: bold;
        }

    .nav-item {
        color: white;
        font-size: min(max(10px, 25px), 15px);
        font-weight: border;
    }

    #navbarSupportedContent a {
        color: white;
        font-size: min(max(10px, 25px), 15px);
        font-weight: border;
    }

    .container h1 {
        color: #002b56;
        font-weight: bolder;
        font-size: min(max(3em, 7em), 4em);
        background-size: 100%;
        margin-bottom: 4%;
        /* white-space: nowrap; */
    }

    p {
        color: #333;
    }

    span {
        color: red;
        font-weight: bolder;
    }

    #mplusFooterLogo img {
        width: 15%;
        height: auto;
    }

    nav .container {
        /* margin-left: 4%; */
        top: 50%;
        left: 50%;
    }

    .bootstrap-select.form-control {
        position: absolute;
        left: 0;
        top: 0;
        width: 5%;
    }
}

@media (max-width: 992px) {
    #navbarSupportedContent {
        background-color: white;
        border-radius: 0;
        margin-top: 4%;
        clear: both;
    }

        #navbarSupportedContent a {
            color: black;
            font-size: small;
            font-style: normal;
            padding-right: auto;
        }
}

@media (max-width: 1300px) {
    #lang.nav-item {
        top: 51%;
    }
}

@media only screen and (min-width: 1300px) {
    #lang.nav-item {
        position: absolute;
        padding-left: 5%;
        top: 52%;
    }
}

@media only screen and (max-width: 992px) {
    #navbarSupportedContent {
        background-color: white;
        border-radius: 0;
        margin-top: 4%;
    }

    table {
        margin-top: 10px;
        width: 100%;
    }

    .container h1 {
        color: #002b56;
        font-weight: bolder;
        font-size: auto;
        margin-bottom: 4%;
    }

    p {
        color: #333;
    }

    #benefits span {
        color: red;
    }

    span {
        color: red;
        font-weight: bolder;
    }

    #logoImg {
        height: 100%;
        width: 100%;
    }

    #navbarSupportedContent a {
        color: black;
        font-size: small;
        font-style: normal;
        padding-right: auto;
    }

    #mplusFooterLogo img {
        width: 100%;
        height: auto;
    }
}
