@media screen and (max-width:1199px) {
    .header-menu ul li a {
        padding: 0 5px;
    }
    .apply-section .form-control {
        max-width: 100%;
    }
    .hero h3 {
        font-size: 1.8vw;
    }
    .hero .lead {
        font-size: 1.3vw;
        line-height: 1.5;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:991px) {
    .logo img {
        width: 200px;
        margin: auto;
    }
    .right-border {
        border-bottom: 1px solid #cecece;
    }
    .left-border {
        border-top: 1px solid #cecece;
    }
    .hero {
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        color: #252626;
        width: 100%;
        background: rgba(236, 236, 234, 0.5) !important;
        bottom: 0;
        text-align: center;
        padding-top: 5% !important;
    }
    .bad-credit h3 {
        margin-bottom: 20px;
    }
    .icon-box {
        margin-bottom: 20px;
    }
    .whoweare-content:after {
        width:auto;
        height:auto;
        left: 100%;
        right: -100%;
        border: 0;
        background: #ececea;
    }
    .hero {
        padding-top: 15px;
    }
    .inr-banner {
        top: 15%;
    }
    .inr-banner h3 {
        font-size: 3.3vw;
    }
    .inr-banner h3.mb20{
        margin-bottom:10px;
    }
    .inr-banner .thm-btn {
        font-size: 13px;
    }
    ul.icon-link {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:767px) {
    .m-center {
        text-align: center;
    }
    ul.top-social {
        text-align: center;
        margin-top: 20px;
    }
    .m-center > span {
        display: block;
        line-height: 2;
    }
    .tsbar .social-icons {
        text-align: center;
        margin-top: 10px;
    }
    ul#menu-top-menu li {
        display: block;
        text-align: left;
        line-height: 2.5;
    }		ul#menu-landing-page-menu li {        display: block;        text-align: left;        line-height: 2.5;    }
    .m-menu-bar {
        display: inline-block;
        background: #4a810c;
        color: #fff;
        padding: 8px;
        text-align: left;
        cursor: pointer;
        width: calc(100% - 42px);
    }
    .menu-icon {
        float: right;
    }
    .menu-top-menu-container {
        display: none;
    }		 .menu-landing-page-menu-container {        display: none;    }
    .header-menu {
        padding: 0;
        position: relative;
        text-align: left;
    }
    .menu-top-menu-container {
        position: absolute;
        z-index: 3;
        background: #2e4153;
        left: 0;
        right: 0;
        top: auto;
        bottom: auto;
    }		.menu-landing-page-menu-container {        position: absolute;        z-index: 3;        background: #2e4153;        left: 0;        right: 0;        top: auto;        bottom: auto;    }
    .header-menu ul li a {
        display: block;
        color: #fff;
    }
    .header-menu ul li a:hover {
        color: #f7f7f7;
    }
    .btn-sec{
        text-align: center;
        margin-bottom: 10px;
    }
    .lang-btn a{
        color:#000 !important;
    }
    .hero h3 {
        font-size: 16px;
    }
    .hero .lead {
        font-size: 14px;
    }
    .slides img {
        width: 100%;
        height: 180px;
    }
    .btn.btn-hero{
        font-size: 10px;
    }
    .slides img {
        display: none;
    }
    .hero {
        position: relative;
    }
    .list-inline.hidden-sm.hidden-md.hidden-lg.btn-sec.righttomenu {
        float: right;
    }
    li.lang-btn {
        padding: 6px 0;
    }
}
@media screen and (max-width:479px) {
    .inner-banner img {
        width: 100%;
        height: 120px;
    }
    .icon-link li {
        width: 100%;
    }
    .points span:after {
        content: '';
    }
    .whoweare-content, .getuptonow {
        display: none;
    }
    .apply-btn {
        padding: 0 15px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .apply-section {
    }
    .icon-box {
        height: 200px;
    }
    .address {
        padding: 40px 0 92px;
    }
    .address span.content {
        width: 70%;
        vertical-align: middle;
        word-wrap: break-word;
    }
    .inr-banner {
        top: 40px;
    }
    .icon-link li {
        width: 48.6%;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .header-menu {
        text-align: center;
        padding: 15px 0;
    }
}
@media screen and (min-width:480px) and (max-width:767px) {
    .icon-link li {
        width: 48.6%;
    }
}
@media screen and (min-width:992px) {
    .md-pull-right {
        float: right;
    }
    .row-table {
        display: table;
    }
    .row-tablecell {
        display: table-cell;
        float: none;
    }
    .right-border {
        border-right: 1px solid #cecece;
    }

    .left-border {
        border-left: 1px solid #cecece;
    }
    .who-we-are {
        background-size: contain;
    }
}
@media screen and (min-width: 1200px){
    .icon-box {
        min-height: 200px;
    }
}
@media screen and (min-width: 1400px) {
}