body{
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #7E807F;
    background: #F9F9F9;
    font-size: 16px;
    line-height: 23px;
}
h1, h2{
    margin-top: 0;
}

h2{
    font-size: 25px;
    margin-bottom: 20px;
    color: #444;
    /*font-weight: bold;*/
}

.heading{
    margin-top: 50px;
    margin-bottom: 40px;
}
.heading h1{
    font-size: 38px;
    line-height: 50px;
    font-weight: bold;
}
.heading p{
    font-size: 19px;
}
.heading a{
    text-decoration: underline;
}
.hi-light{
    background: #FAF5A7;
}
.boxes{
    padding: 30px;
    margin-bottom: 45px;
    position: relative;
}
.small-centered a{
    text-decoration: underline;
}
.white{
    background: #fff;
}
.vanaf{
    display: block;
    width: 100px;
    height: auto;
    position: absolute;
    top: -20px;
    right: 40px;
}

.form-control {
    margin-top: 20px;
    margin-bottom: 28px;
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #979797;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #979797;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: #E4E3E3 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #E4E3E3 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #E4E3E3 !important;
}

:-ms-input-placeholder {
    color: #E4E3E3 !important;
}

.btn-green{
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 30px;
    border-radius: 4px;
    background: #37ba85;
    color: #fff !important;
}
.btn-green:hover{
    background: #31a777;
    transition: background ease 500ms;
    color: #fff;
}
.btn-inline-green{
    margin-top: 20px;
    display: inline-block;
    padding: 8px 18px;
    margin-left: 5px;
    border-radius: 4px;
    background: #37ba85;
    color: #fff !important;
    font-size: 16px;
    text-decoration: none !important;
}
table{
    margin-top: 25px;
}
table .btn-inline-green{
    margin-top: 0;
}
td img{
    width: 20px;
    height: auto;
}
.btn-inline-green:hover{
    background: #31a777;
    transition: background ease 500ms;
    color: #fff;
    text-decoration: none;
}

.copyright{
    margin-bottom: 0;
}
.copyright img{
    display: inline-block;
    margin-right:5px;
    height: 20px;
    width: auto;
}
.copyright a.red{
    color: #E95B5B;
    line-height: 23px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.copyright a.red:hover{
    color: #c75151;
    transition: color ease 500ms;
}
.copyright p{
    font-size: 13px;
    color: #7E7E8D;
}

.modal-body h3{
    font-size: 18px;
    color: #000000
}
.modal-body p{
    font-size: 16px;
}
.modal-body a{
    font-size: 16px;
    color: #e73a3a;
    text-decoration: none;
}
a {
    color: #565857;
}
a:hover {
    color: black;
}
.modal-body a:hover{
    color: #d33535;
    transition: color ease 500ms;
}

/* Back to top */
.back-to-top {
    border-radius: 5px;
    text-align: center;
    background: #000;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
}
.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.heading p {
    margin-bottom: 30px;
}
@media (max-width: 991px){
    .heading{
        margin-top: 25px;
        margin-bottom: 5px;
    }
    .small-centered{
        text-align: center;
    }

    .boxes{
        padding: 25px;
        margin-bottom: 45px;
    }
}

@media (max-width: 600px) {
    table{
        width: 100%;
    }
    tr{
        display: block;
        width: 100% !important;
        margin-top: 35px;
    }
    td{
        display: block;
        width: 100% !important;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .heading h1{
        font-size: 30px;
        line-height: 50px;
        font-weight: bold;
    }
    .heading p{
        font-size: 18px;
    }

}

@media (max-width: 418px) {
    .heading{
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .boxes{
        padding: 15px;
        margin-bottom: 35px;
        background: #fff;
    }
    .heading h1{
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
    }
    .heading p{
        font-size: 17px;
    }
    .vanaf{
        width: 75px;
        top: -15px;
        right: 10px;
    }
    .copyright{
        margin-bottom: 70px;
    }
}

@media (min-width: 992px){
    h1 {
        margin-top: 75px;
    }
}
li { margin-top: 15px;}