body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background: #ebebeb;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: initial;
}

input, textarea {
    color: #6d6d6d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 100%;
}

/* header */

.header .logo {
    margin: 0;
    display: inline-block;
}

.header .logo img {
    display: inline-block;
}

.header .logo-text {
    color: #5dd39e;    
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 48px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 767px) {
    .header .logo-text {
        width: 100%;
        margin-left: 0;
    }
}

.header .logo-text span {
    color: #30505a;
    font-weight: 700;
}

/* content */
.content {
    padding-bottom: 0;
}

.box-title {
    color: #30505a;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.table {
    font-weight: 700;
}

.table td {
    color: #6d6d6d;
    vertical-align: middle;
    position: relative;
}

.table td, .table th {
    padding: 0.5rem .75rem;
}

.primary-color {
    color: #5dd39e !important;
}

.box-container {
    margin-bottom: 50px;
}

.box-content {
    background-color: white;
    border-radius: 35px;
    box-shadow: 3px 3px 24px 9px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 3px 3px 24px 9px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 3px 3px 24px 9px rgba(0, 0, 0, 0.11);
}

@media (max-width: 991px) {
    .box-content table {
        display: block;
        overflow-x: auto;
    }
}

/* financial content */
.financial-content {
    padding: 10px 20px 30px;
    margin-top: 20px;   
}

.financial-period {
    font-size: 23px;
    font-weight: 700;
    color: #5dd39e;
    /*margin-bottom: 20px;*/
}

#financial-table th {
    color: #f35b44;
}

#financial-table thead th, td {
    border-top: 0px;
    border-bottom: 1px solid #f3ac38;
}

#financial-table .financial-right-border {
    border-right: 1px solid #f3ac38;
}

/* configure content */
.configure-content {
    padding: 20px;
}

#configure-table thead th {
    border-top: 0px;
    border-bottom: 1px solid #f3ac38;
    color: #5dd39e;
}

#configure-table thead td {
    border-top: 0px;
    border-bottom: 1px solid #f3ac38;
}

#configure-table tr td:first-child {
    width: 80%;
}

#configure-table tr td:last-child {
    width: 20%;
}

/* overall container */
#overall-table td {
    border-top: 0px;
    border-bottom: 1px solid #f3ac38;
}

/* contact container */
.contact-container {
    background-color: #757575;
    padding: 28px 50px 60px;
    height: 100%;
    margin-right: -15px;
}

@media (max-width: 1199px) {
    .contact-container {
        margin-left: -15px;
    }
}

.learn-comment h2 {
    font-size: 30px;
    color: #5dd39e;
}

.learn-comment p {
    font-weight: 100;
    color: white;
}

.contact-section {
    background-color: white;
    border-radius: 20px;
    padding: 35px 35px 20px;
}

.contact-section input {
    border:0px;
    border-radius: 0px;
    border-bottom: 1px solid #f3ac38;
    text-align: center;
}

input:focus {
    border: 0px !important;
    border-bottom: 1px solid #f3ac38;
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #f3ac38 !important;
}

.contact-section input {
    margin-bottom: 20px;
}

.contact-section button {
    background-color: #5dd39e;
    border-color: #5dd39e;
    border-radius: 30px;
    width: 100%;
}

.contact-container .col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1600px) {
    .contact-container .col {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.info-icon {
    background-image: url(../png/info.png);
    background-size: 100%;
    z-index: 1;
    display: block;
    position: absolute;
    right: 10px;    
    top: 50%;
    width: 20px;
    height: 20px;    
    margin-top: -10px;
}

input.b3, input.b7, input.b8, input.b10{
background: #5dd39e;
color: white;
padding: 2px 6px;
}