.formsection .cntctBtn,
.newsletter h2,
.sbscrbBtn {
    text-transform: uppercase;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
footer {
    margin: 50px 0;
    display: block;
}
footer ul,
li {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
#footer {
    background: #2c2c2c;
    margin: 0 !important;
}
.footerCont {
    width: 72% !important;
    margin-right: auto;
    margin-left: auto;
}
.trans-bg {
    padding: 30px 0 15px;
    position: relative;
}
.newsletter {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    color: #52b6ec;
    font-size: 18px;
    line-height: 18px;
    float: left;
    width: 100%;
}
.newsLtrHding {
    width: 25%;
    float: left;
}
.newsLtrTxtDiv {
    width: 75%;
    float: left;
}
.newsletter h2 {
    font-weight: 500 !important;
    margin: 0;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}
.newsletter input[type="text"] {
    border: none;
    height: 50px;
    padding: 2%;
    width: 71%;
    float: left;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    border-radius: 0;
}
.formsection ul li a,
.sbscrbBtn {
    color: #fff;
}
.sbscrbBtn {
    background: #52b6ec;
    border: none;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    text-align: center;
    width: 26%;
    float: left;
}
.formsection ul li {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.formSecLft {
    width: 41.6667%;
    float: left;
}
.formSecRgt {
    width: 58.3333%;
    float: left;
}
#footerQkLnk .activenav {
    border: none !important;
    color: #df3c19 !important;
}
.formsection ul li a:hover {
    color: #52b6ec;
}
.formsection .halfInpt {
    float: left;
    margin-right: 2%;
    text-align: left;
    width: 47% !important;
}
.formsection .fullInpt {
    float: left;
    text-align: left;
    width: 96% !important;
}
.formsection h2 {
    color: #52b6ec;
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 500;
}
.formsection input[type="text"] {
    height: 40px;
    margin-bottom: 15px;
    border-radius: 0;
}
.formsection input[type="text"],
.formsection textarea {
    color: #fff;
    background: url(white.png);
    border: none;
    margin-right: 2%;
    padding: 2%;
    width: 100%;
}
.formsection textarea {
    height: 100px;
    resize: none;
    border-radius: 0;
}
.cntctDesc,
.cntctIcn {
    float: left;
    margin-right: 1%;
}
.formsection .cntctBtn {
    background-color: transparent;
    border: 2px solid #52b6ec;
    color: #fff;
    font-size: 18px;
    height: 50px;
    margin-top: 15px;
    text-align: center;
    width: 195px;
}
.error {
    border: 1px solid red !important;
}
.copyright {
    border-top: 1px solid #333;
    color: #fff;
    font-size: 14px;
    line-height: 2.5;
    margin-top: 25px;
    text-align: center;
    width: 100%;
    float: left;
}
#footer .get-social-div {
    padding-left: 0 !important;
}
#footer .social > li {
    float: left;
    padding-right: 15px;
}
.associate-div {
    padding-top: 20px;
}
.associate-div img {
    width: 150px;
}
.cntctDescMain {
    float: left;
    padding: 1% 0;
    width: 94%;
}
.cntctIcn {
    width: 10%;
    color: #52b6ec;
    font-weight: 700;
    font-size: 20px;
}
.cntctDesc {
    width: 80%;
    color: #fff;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footerCont {
        width: 90% !important;
    }
    .newsletter h2 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 240px) and (max-width: 765px) {
    .footerCont {
        width: 90% !important;
    }
    .formSecLft,
    .formSecRgt,
    .newsLtrHding,
    .newsLtrTxtDiv {
        width: 100% !important;
    }
    .newsletter {
        font-size: 15px !important;
    }
    .newsletter h2 {
        font-size: 20px;
    }
    .newsletter input[type="text"] {
        width: 58%;
    }
    .formsection h2 {
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .sbscrbBtn {
        width: 30%;
        font-size: 14px;
    }
}
