h2 {
    color: #1d1d1d;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 25px;
}

h3 {
    color: #1d1d1d;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 25px;
}

p {
    color: #1d1d1d;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
}

li {
    color: #1d1d1d;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

a,
a:hover,
a:focus {
    color: #01ad8a;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.border-0 {
    border: 0;
}

.bring-to-front {
  z-index: 100000;
}



.copyright-block a,
.copyright-block a:hover,
.copyright-block a:focus {
    color: #1d1d1d;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.copyright-block p {
    font-size: 14px;
    margin-bottom: 0;
}

.copyright-block {
    padding: 10px 15px;
}

.home-content {
    margin-top: 85px;
    margin-bottom: 85px;
}

.home-content p {
    font-size: 15px;
    line-height: 34px;
    color: #1d1d1d;
}

.home-features .col-lg-3 {
    background: #d7d7d7;
    padding: 30px 15px;
}

.home-features .col-lg-3 div {
    float: left;
    display: block;
    width: 70%;
}

.home-features .col-lg-3 div:first-child {
    width: 30%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.home-features .col-lg-3 div:last-child {
    padding-right: 10px;
}

.home-features .col-lg-3 h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #006957;
    margin-bottom: 10px;
}

.home-features .col-lg-3 p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
}

.home-form .form-control {
    color: #3a3a3a;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    background: #ebebeb;
    border-radius: 0;
    line-height: 50px;
    height: 50px;
    margin-top: 10px;
}

.home-form .form-group {
    margin-bottom: 10px;
}

.home-form .form-group p {
    margin-bottom: 10px;
}

.home-form button.form-control {
    background: #01ad8a;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

.home-form {
    margin-bottom: 75px;
}

.textContain h3 {
    font-size: 19px;
    font-weight: 600;
    text-transform: none;
}

.textContain p {
    font-size: 15px;
    line-height: 34px;
    padding-right: 60px;
}

.textContain h2 {
    margin-top: 40px;
    margin-bottom: 60px;
}

.textContain .block {
    margin-bottom: 60px;
}

footer {
    background: #1c1c1c;
    padding: 30px 15px;
}

footer a,
footer a:hover,
footer a:focus {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    display: block;
}

footer p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}

footer h2 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
    ;
    font-weight: 600;
}

footer a.tenant-login,
footer a.tenant-login:hover,
footer a.tenant-login:focus {
    background: #ebebeb;
    color: #6c6c6c;
    border-bottom: 2px solid #ffffff;
    padding: 5px 5px;
    border-radius: 20px;
    margin-top: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 -10px;
    text-align: center;
}

.news-block .info-block h3 {
    font-weight: 600;
    text-transform: none;
}

.footerContain {
    margin-top: 50px;
}

@media (max-width: 1024px) {

    footer a,
    footer a:hover,
    footer a:focus,
    footer p {
        font-size: 12px;
	line-height: 19px;
    }
}

@media (max-width: 991px) {

    footer a.tenant-login,
    footer a.tenant-login:hover,
    footer a.tenant-login:focus {
        margin-top: 15px;
        max-width: 175px;
        margin: 25px auto 0;
    }

    footer h2,
    footer a,
    footer p {
        text-align: center;
    }

    footer h2 {
        margin-top: 20px;
    }

    .home-content {
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .home-form {
      margin-bottom: 40px;
    }

}

@media (max-width: 768px) {
    .textContain .block {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    p {
        font-size: 14px;
        line-height: 30px;
    }

    .textContain h3 {
        font-size: 17px;
    }

    .textContain p {
        font-size: 14px;
        line-height: 30px;
        padding-right: 30px;
    }

    .textContain h2 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
