

h1{
    color:#3b7f7b;;
    font-size:1.35em;
}

.contactbox{
    background-color:#f5f5f5;
    padding:5em 1em;
    border-bottom:10em solid #f5f5f5;
}

.contactinfo{
    background:#fff;
    padding:1em;
    text-align:center;
    height:11em;
}

.contactinfo [class*='icon-']{
    color:#009a9a;
    font-size:2.5em;
}

.contactinfo h3{
    font-size:1em;
}

.contactinfo a{
    color:#000f41;
    font-size:1.3em;
    font-weight:300;
    text-decoration:none;
}

.contactinfo a:hover{
    text-decoration:underline;
}


.contentbgcolor{
    padding:3em 0em;
    background:#fff;
}


.nav-link{
    color:rgb(73, 80, 87);
}

.nav-tabs .nav-link.active{
    color:#000f41;
    font-weight:500;
}


.formwrapper{
    background:#fff;
    margin-top:-10em;
    border:1px solid #ccc;
    margin-bottom:14em;
}

.dataform h2{
    color:#000f9f;
    font-size:1.8em;
    margin-bottom:1.5em;
}



/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}




/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {


}



/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .contactinfo{
        margin-bottom:1em;
        height: 14em;
    }

}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


}