body {
    font-family: Open Sans;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.header-logo {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    max-height: 94px;
    margin: 16px 0;
}

.navbar {
    padding: 6px 0;
    background-color: #fff;
}

.navbar-brand {
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
    height: auto;
}

.navbar .navbar-nav {
    margin: 25px -15px 0;
    -webkit-transition: margin-top 0.3s;
    -moz-transition: margin-top 0.3s;
    -ms-transition: margin-top 0.3s;
    -o-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
}

.navbar .navbar-nav > li > a, .navbar .navbar-nav > li > .header-phone, .dropdown-menu > li > a {
    color: #40505C;
    font-family: "Open Sans";
    font-weight: bold;
    padding: 10px 15px;
}

.social-link-wrap {
    display: flex;
    justify-content: center;
}
.navbar .social-link {
    padding: 0 10px;
    font-size: 0;
}
.navbar .social-link i {
    font-size: 40px;
    color: #40505C;
}
.navbar .social-link:hover {
    border: 0;
    opacity: 0.9;
}

.navbar .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 15px;
}

.navbar .navbar-nav > li > a:hover {
    border-bottom: 3px solid #004D95;
    background-color: #fff;
}

.navbar .navbar-nav > li.dropdown > a:hover, .navbar .navbar-nav > li.dropdown.open, .nav .open > a {
    border: none;
    background-color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d3f66;
}

.navbar-toggle {
    border: none;
    margin-top: 30px;
    -webkit-transition: margin-top 0.3s;
    -moz-transition: margin-top 0.3s;
    -ms-transition: margin-top 0.3s;
    -o-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
}

header.smaller .navbar-toggle {
    margin-top: 10px;
}

.navbar-toggle .icon-bar {
    background-color: #1d3e66;
    width: 32px;
    height: 3px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}


.navbar .navbar-nav > li > a.header-submit {
    margin: 0 25px;
    background: #24D46E;
    color: #fff;
    border-radius: 4px;
    border: 0;
}

.navbar .navbar-nav > li > a.header-submit:hover {
    background: #41dc82;
    border: 0;
}

.dropdown-menu > li > a.client-login {
    color: #24D46E;
    margin-right: 15px;
}

.dropdown-menu > li > a.client-login i {
    margin-left: 5px;
    font-weight: bold
}

.header-phone {
    line-height: 20px;
    display: block;
    font-size: 18px;
}

header.smaller .header-logo {
    height: 60px;
}

header.smaller .navbar-brand {
    padding: 0;
}

header.smaller .navbar .navbar-nav {
    margin-top: 9px;
}
header.smaller .header-logo {
    margin: 0;
}

.index-banner {
    background: url('/images/new/banner-first.jpg') no-repeat bottom center/cover;
}

.banner-wrapper-container {
    position: relative;
    /*height: 825px;*/
}

.banner-wrapper-row {
    padding-top: 202px;
}

.banner-wrapper-row .carousel-inner {
    padding-right: 43px;
}

.carousel-inner {
    margin-top: 80px;
}

.banner-service {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 72px;
    color: #40505C;
}

.banner-description {
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #86959F;
}

.side-form {
    background: rgba(64, 80, 92, 0.9);
    padding: 30px;
    max-width: 350px;
    float: right;
    border-radius: 5px;
}

.index-banner .side-form {
    background: rgba(64, 80, 92, 0.9);
}

.form-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.form-title h4 {
    margin: 0;
    font-weight: bold;
    line-height: 1.5;
}

.form-title a {
    color: #24D46E;
}

input.form-control, select.form-control {
    height: 45px;
}

input[type='radio'] {
    display: inline;
    width: 30px;
    height: 15px !important;
    font-size: 18px;
}

input[type=file] {
    border: 3px dashed #24D46E;
    padding: 30px 15px;
    width: 100%;
    background: rgba(36, 212, 110, 0.3);
}


.form-control {
    padding: 12px;
    background: rgba(50, 59, 66, 0.5);
    font-family: Roboto;
    color: #ffffff;
    border: 0;
    border-left: 1px solid #40505C;
    border-radius: 4px;
    box-shadow: none;
}
textarea.form-control {
    border: 0;
}

.form-control:focus {
    border-color: #40505C;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
}

.submit-form-claim .form-control {
    background: #e6e6e6;
    color: #40505C;
    border: 0;
}

.side-form .input-group, .side-form textarea {
    margin-bottom: 10px;
}

.side-form .input-group-addon {
    padding: 0;
    background: rgba(50, 59, 66, 0.5);
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.side-form .fa {
    padding: 0 12px;
    font-size: 21px;
    color: #fff;
}
.side-form .fa-envelope {
    padding: 0 10px;
}

.btn-form {
    background-color: #24D46E;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    display: block;
    width: 100%;
    padding: 14px 10px;
    border-radius: 4px;
    max-width: 288px;
    text-transform: capitalize;
}

.btn-form:hover {
    background-color: #41dc82;
    color: #fff;
}

.scroll-indicator {
    display: inline-block;
    padding: 40px 0;
}

.scroll-indicator span {
    display: block;
    width: 17px;
    height: 17px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid #40505C;
    border-bottom: 2px solid #40505C;
    margin: -5px 0 -5px 4px;
}

.unu, .doi {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

.mouse {
    height: 44px;
    width: 24px;
    border-radius: 15px;
    transform: none;
    border: 2px solid #40505C;
}

.wheel {
    height: 4px;
    width: 4px;
    display: block;
    margin: 5px auto;
    background: #40505C;
    position: relative;
    border-radius: 5px;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    50% {
        top: 2px;
    }
    100% {
        top: 3px;
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.index-band {
    background-color: #40505C;
    color: #fff;
    font: bold 18px 'Open Sans', sans-serif;
    padding: 31px 15px;
}

.index-commercial-collections {
    background: linear-gradient(180deg, #E8EFFF 0%, #FFFFFF 100%);
    padding: 56px 0;
}

.index-commercial-collections .image-block img {
    max-width: 100%;
}

.index-commercial-collections .text-block {
    padding: 25px 0 0 46px;
}

.read-more {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #24D46E;
    color: #fff;
    font: bold 15px "Open Sans", sans-serif;
    border-radius: 4px;
}

.read-more:hover {
    color: #fff;
    background-color: #41dc82;
    text-decoration: none;
}

h1, h2, h3, p {
    color: #40505C;
}

h1, h2, h3 {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

h1, h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 33px;
}

h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
}

p {
    font: 18px 'Roboto', sans-serif;
    line-height: 1.8;
}

.content-list li, .content-list li a {
    font: 16px 'Roboto', sans-serif;
    line-height: 1.8;
    /*color: #616161;*/
}

.index-services {
    padding: 52px 0 92px;
}

.index-national {
    padding: 73px 0
}

/*.index-national img {
    margin: 30px auto;
    max-width: 300px;
    width: 100%;
}*/

.index-national-wrapper {
    display: flex;
}

.index-national-logos {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 32px;
}

.index-national-logos img {
    max-width: 100%;
}

.index-national-clla {}

.index-national-tma {
    margin: 0 0 0 38px;
    position: relative;
    top: -9px;
}

.index-services h2 {
    margin-bottom: 34px;
}

.index-service-wrap {
    margin-top: 40px;
}
.index-service-wrap .wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
}
.index-service {
    display: block;
    flex: 33.333%;
    max-width: calc(33.333% - 15px);
    margin: 15px 0 0 15px;
    padding: 48px 22px 26px;
    background: linear-gradient(180deg, rgba(232, 240, 255, 0.3) 0%, #E8F0FF 100%);
    text-align: center;
    border-radius: 6px;
}

.index-service:hover,
.index-service:focus {
    text-decoration: none;
}

.index-service .fa,
.index-service .icon {
    color: #4980B5;
    font-size: 60px;
    padding: 11px 0;
}

.index-service p {
    font-size: 15px;
    line-height: 24px;
}

.index-about {
    background: #CCDBEE url('/images/new/why.jpg') no-repeat bottom right/cover;
    padding: 55px 0;
}
.index-about li {
    font-family: Roboto;
    font-size: 18px;
    line-height: 32px;
}

.index-testimonials {
    padding: 72px 40px;
    background: linear-gradient(180deg, rgba(232, 240, 255, 0.3) 0%, #E8F0FF 100%);
    border-radius: 6px;
    overflow: hidden;
}

.index-testimonials .carousel-inner {
    margin: 0;
}

.index-testimonials .title {
    margin-bottom: 40px;
}

.index-testimonials p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 34px;
}

.testimonial-sign {
    font: bold 18px 'Roboto', sans-serif;
    line-height: 21px;
    color: #004D95;
}

.testimonial-sign div {
    margin-top: 10px;
    font: bold 14px 'Roboto', sans-serif;
    line-height: 16px;
}

.accreditations {
    padding: 37px 0;
}

.accreditations img {
    margin: 0 auto;
}


.bottom-gradient {
    position: relative;
    width: 100%;
    left: 0;
    z-index: -1;
}
.bottom-gradient:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 456px;
    background: linear-gradient(180deg, #ffffff 0%, #F4F9FF 100%);
}


/***/

.contact-block {
    margin: 30px 0 100px;
    padding: 60px;
    background: rgba(64, 80, 92, 0.9);
    color: #ffffff;
    border-radius: 4px;
}
.contact-block h1 {
    margin-bottom: 40px;
    color: #ffffff;
}
.contact-block .contact-right-label,
.contact-block label {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
.contact-block .contact-right-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}
.contact-block textarea {
    height: 255px;
    padding: 15px;
}
.contact-block .input-group .form-control:last-child {
    border-radius: 4px;
}
.contact-block .btn-form {
    max-width: 100%;
}

.contact-right-label {
    margin-bottom: 15px;
}

.contact-right-text, label span {
    font: 18px 'Roboto', sans-serif;
    /*line-height: 1.8;*/
}

.contact-right-text {
    margin-bottom: 20px;
}
.contact-form .input-group {
    width: 100%;
    margin-top: 20px;
}
.contact-form .input-group:first-child {
    margin-top: 0;
}
.contact-form .input-group-addon {
    background: rgba(50, 59, 66, 0.5);
    color: #fff;
    font-size: 21px;
    line-height: 0;
    border: 0;
}
.contact-form .input-group-addon .fa-envelope {
    font-size: 17px;
}
.contact-form .btn-form {
    margin-top: 20px;
}


.contact-info {
    padding-left: 15px;
}

/***/

.footer-links {
    background-color: #40505C;
    color: #fff;
    font: 14px 'Roboto', sans-serif;
    line-height: 34px;
    padding: 35px 0 26px;
}

.footer-menu {
    margin-bottom: 20px;
}

.footer-links ul {
    margin: 0;
    padding-left: 0;
    line-height: normal;
    font-size: 0;
}

.footer-links li {
    display: inline-block;
    margin-right: 30px;
}

.footer-links li a {
    text-decoration: none;
    color: #fff;
    font: bold 15px 'Open Sans', sans-serif;
    display: inline-block;
}

.footer-social li {
    margin-right: 0;
    margin-left: 20px;
}

.footer-copyright a {
    color: #24D46E;
}

.footer-social a:hover {
    color: #fbf9ff;
}

.footer-social a i {
    font-size: 34px;
}


/******************************PAGES********************************/
.secondary-banner, .secondary-content.our-services {
    margin-top: 117px;
}

.blog-content {
    margin-top: 75px;
}

.secondary-title {
    color: #fff;
    font: bold 48px 'Open Sans', sans-serif;
    padding: 98px 0;
}

.secondary-banner {
    background: #1e4168 url('/images/about-us.jpg') no-repeat top center/contain;
}

.secondary-banner.testimonials {
    background: #1e4168 url('/images/best-rated-houston-commercial-collections-agency.jpg') no-repeat top center/contain;
}

.secondary-banner.about-us {
    background: #40505C url('/images/new/banner-about.jpg') no-repeat top center/cover;
}

.secondary-banner.why-us {
    background: #40505C url('/images/new/banner-why.jpg') no-repeat top center/cover;
}

.secondary-banner.submit-claim {
    background: #40505C url(/images//new/banner-contact.jpg) no-repeat top center/cover;
}

.secondary-banner.credit-report {
    background: #40505C url('/images/free-commercial-credit-report.jpg') no-repeat top center/contain;
}

.secondary-banner.cap-program {
    background: #40505C url('/images/customer-assistance-program-alexander-miller-and-associates.jpg') no-repeat top center/contain;
}

.secondary-banner.onsite-investigations {
    background: #40505C url('/images/onsite-investigation-agency-ama-firm.jpg') no-repeat top center/contain;
}

.secondary-banner.contact-us {
    background: #40505C url('/images//new/banner-contact.jpg') no-repeat top center/cover;
}

.secondary-banner.make-payment {
    background: linear-gradient(to right, rgba(30, 65, 104, 1) 25%, rgba(30, 65, 104, 0.6), rgba(30, 65, 104, 0.6), rgba(30, 65, 104, 1) 74%), url('/images/debt-payment.jpg') no-repeat top center/contain;
}

.secondary-banner.policies {
    background: linear-gradient(to right, rgba(30, 65, 104, 1) 25%, rgba(30, 65, 104, 0.8), rgba(30, 65, 104, 0.8), rgba(30, 65, 104, 1) 75%), url('/images/commercial-collections-agency-policies.jpg') no-repeat top center/contain;
}

.secondary-banner.services {
    background: #40505C url('/images/new/banner-commercial.jpg') no-repeat top center/cover;
}

.secondary-banner.pre-legal {
    background: linear-gradient(to right, rgba(30, 65, 104, 1) 24%, rgba(30, 65, 104, 0.6), rgba(30, 65, 104, 0.6), rgba(30, 65, 104, 1) 76%), url('/images/pre-litigations-collections-process.jpg') no-repeat top center/contain;
}

.secondary-content {
    padding: 70px 0 80px;
}

.secondary-content h1 {
    margin-top: 0;
}

.secondary-content img {
    margin-bottom: 30px;
}

.secondary-content p {
    font-size: 16px;
    margin-bottom: 35px;
}

.services-item {
    padding: 48px 0;
}

.services-item ul {
    padding-left: 20px;
}

.services-item li {
    color: #1d3e66;
    font-size: 20px;
}

.services-item li span {
    color: #616161;
    font: 16px 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.trucking {
    background: #fff url('/images/trucking.jpg') no-repeat top left/contain;
}

.machinery {
    background: #e4e5e4 url('/images/machinery.jpg') no-repeat top right/contain;
}

.restaurant {
    background: #fff url('/images/restaurant.jpg') no-repeat top left/contain;
}

.seafood {
    background: #e4e5e4 url('/images/seafood.jpg') no-repeat top right/contain;
}

.side-services {
    max-width: 350px;
    width: 100%;
    float: right;
    padding: 30px;
    background: linear-gradient(180deg, rgba(232, 240, 255, 0.3) 0%, #E8F0FF 89.44%);
    border-radius: 6px;
    color: #40505C;
    margin-top: 30px;
    text-align: left;
}

.side-service-title {
    font: bold 18px 'Open Sans', sans-serif;
    line-height: 29px;
    margin-bottom: 20px;
}

.side-services ul {
    margin: 0;
    padding-left: 47px;
}
.side-services li {
    height: 14px;
    border-top: 7px solid transparent;
    border-left: 11px solid #004D95;
    border-bottom: 7px solid transparent;
    list-style-image: none;
    margin-left: -12px;
    list-style-type: none;
    margin-top: 20px;
    font-weight: normal;
    text-align: left;
}
.side-services li:first-child {
    margin-top: 0;
}

.side-service {
    font: bold 18px 'Open Sans', sans-serif;
    font-weight: normal;
    margin-left: 10px;
    position: relative;
    top: -13px;
}

.side-services-submit {
    width: 100%;
    font: bold 16px 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: #004D95;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    padding: 14px 36px;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
}

.side-services-submit:hover {
    background-color: #045aab;
    color: #fff;
    text-decoration: none;
}

label, .contact-right-label {
    font: bold 21px 'Open Sans', sans-serif;
    color: #616161;
}

.testimonial-page .testimonial-sign {
    color: #1d3e66;
}

.testimonial-text {
    padding: 25px 0;
    border-bottom: 1px solid #d1ba74;
}

.testimonial-text:first-child {
    padding-top: 0;
}

.testimonial-text:last-child {
    border: none;
}

.testimonial-text p {
    font-style: italic;
}

.disclaimer {
    text-align: left;
    margin: 15px 0;
    font-family: 'Roboto', sans-serif;
}

.modal.fade.in .lab-modal-body {
    bottom: 0;
    opacity: 1;
}

.lab-modal-body a {
    display: block;
}

.lab-modal-body {
    position: relative;
    bottom: -250px;
    padding: 15px;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    text-align: center;
    background-color: #d1ba74;
    color: #fff;
    font: bold 23px 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.modal-open {
    overflow: auto;
}

body.modal-open {
    padding-right: 0 !important;
}

#lab-slide-bottom-popup {
    top: auto;
    padding-right: 0 !important;
    border: 3px solid #337ab7;
}

.close {
    margin-top: -8px;
}

.popup-button {
    margin-top: 70px;
}
/* .check-form-group{
    display: inline-block !important;
    width: auto !important;
} */
/* .check-form-group input[type=checkbox]{
    height: 24px !important;
} */

.check-form-group p{
    margin-bottom: 15px;
}
.check-form-group label input[type=checkbox]{
   width: 16px;
   height: 16px;
}
.check-form-group label.label-check{
margin-right: 15px;
font-weight: 400;
font-size: 18px;
cursor: pointer;
margin-bottom: 10px;
}
.mt-40{
    margin-top: 40px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.submit-form-claim .form-control::-webkit-input-placeholder {
    color: #999;
    font-family: 'Open Sans', sans-serif;
}

.submit-form-claim .form-control:-moz-placeholder { /* Firefox 18- */
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.submit-form-claim .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.submit-form-claim .form-control:-ms-input-placeholder {
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
}

/******************************1200px-1599px********************************/
@media (min-width: 1200px) and (max-width: 1599px) {
    /*.banner-wrapper-container {*/
        /*height: 755px;*/
    /*}*/

    .index-services, .index-testimonials {
        padding: 30px 0;
    }

    .index-band {
        font-size: 19px;
    }

    .navbar .navbar-nav > li > a, .navbar .navbar-nav > li > .header-phone, .dropdown-menu > li > a {
        padding: 10px;
    }

    .navbar .navbar-nav > li > a.header-submit {
        margin: 0 15px;
    }
}

/******************************1399px-0px********************************/
@media (max-width: 1399px) {
    .navbar-brand > img {
        max-width: 240px;
    }
}

@media (max-width: 1199px) {
    .index-national-tma {
        top: 0;
    }
}



/******************************992px-1199px********************************/
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .navbar-nav > li > a {
        font-size: 13px;
    }

    .navbar .navbar-nav > li > a, .navbar .navbar-nav > li > .header-phone {
        padding: 5px 12px;
    }

    .navbar-brand {
        padding: 0;
    }

    .header-logo,
    header.smaller .header-logo {
        height: 50px;
    }

    .header-logo {
        margin: 4px 0;
    }

    .header-phone {
        font-size: 16px;
    }

    .navbar .navbar-nav {
        margin-top: 11px;
    }

    .navbar .navbar-nav > li > a, .navbar .navbar-nav > li > .header-phone {
        padding: 5px 6px;
    }

    .navbar .social-link i {
        font-size: 30px;
    }

    .navbar .navbar-nav > li > a.header-submit {
        margin: 0 7px;
    }

    .navbar-brand > img {
        max-width: 210px;
    }

    .form-title {
        font-size: 26px;
    }

    .side-form {
        padding: 25px;
    }

    .banner-service {
        font-size: 50px;
    }

    .index-commercial-collections {
        padding: 40px 0;
    }

    .index-services {
        padding: 40px 0;
    }

    .index-service .fa,
    .index-service .icon {
        padding: 0;
    }

    h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .index-about h2 {
        text-align: center;
    }

    .index-about .read-more {
        margin-left: 5%;
    }

    .index-commercial-collections .text-block {
        padding: 20px 0 0 20px;
    }

    .secondary-banner, .secondary-content.our-services, .blog-content {
        margin-top: 68px;
    }

    .secondary-title {
        padding: 50px 0;
    }

    .secondary-content {
        padding: 40px 0;
    }

    .services-item h2 {
        font-size: 25px;
    }

    .services-item {
        padding: 25px 0;
    }

    .side-service-title {
        font-size: 19px;
    }

    .side-services {
        padding: 25px;
    }

    .side-service {
        font-size: 16px;
        top: -17px;
    }

    .side-services li {
        margin-left: -18px;
    }


    .index-service {
        flex: 50%;
        max-width: calc(50% - 15px);
    }

    .index-national-logos img {
        width: 160px;
    }
}

/******************************768px-991px********************************/
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    header.smaller .navbar-brand {
        padding: 5px;
    }

    header.smaller .header-logo {
        height: 45px;
    }

    .navbar-nav .collapsible ul {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .side-form {
        padding: 20px;
    }

    .form-title {
        font-size: 25px;
    }

    .banner-service {
        font-size: 35px;
        line-height: normal;
    }

    .banner-description {
        font-size: 18px;
    }

    .banner-wrapper-row {
        bottom: 40px;
        padding: 145px 0 40px;
    }

    .index-commercial-collections {
        padding: 20px 0;
        text-align: center;
    }

    .index-commercial-collections .text-block {
        padding: 40px 15px 0;
    }

    .index-services {
        padding: 40px 0;
    }

    .index-service {
        flex: 50%;
        max-width: calc(50% - 15px);
    }

    .index-service .fa,
    .index-service .icon {
        padding: 0;
    }

    .index-national {
        text-align: center;
    }

    h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 13px;
    }

    .index-about {
        padding: 40px 0;
        background-position: 60% 0;
    }

    .index-about h2 {
        text-align: center;
    }

    .index-about .read-more {
        margin-left: 5%;
    }

    .contact-block {
        margin: 30px 0 60px;
        padding: 40px;
    }
    .contact-info {
        padding-left: 0;
    }

    .footer-links li a {
        font-size: 14px;
    }

    .footer-links {
        font-size: 13px;
    }

    .secondary-banner, .secondary-content.our-services, .blog-content {
        margin-top: 117px;
    }

    .secondary-title {
        padding: 40px 0;
    }

    .secondary-content {
        padding: 30px 0;
    }

    .secondary-content h1 {
        font-size: 27px;
    }

    .trucking {
        background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #fff url('/images/trucking.jpg') no-repeat top left/contain;
    }

    .machinery {
        background: linear-gradient(rgba(228, 229, 228, 0.75), rgba(228, 229, 228, 0.75)), #e4e5e4 url('/images/machinery.jpg') no-repeat top right/contain;
    }

    .restaurant {
        background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #fff url('/images/restaurant.jpg') no-repeat top left/contain;
    }

    .seafood {
        background: linear-gradient(rgba(228, 229, 228, 0.75), rgba(228, 229, 228, 0.75)), #e4e5e4 url('/images/seafood.jpg') no-repeat top right/contain;
    }

    .services-item {
        padding: 20px 0;
    }

    .side-service-title {
        font-size: 18px;
    }

    .side-services {
        padding: 25px;
    }

    .side-service {
        font-size: 16px;
        top: -17px;
    }

    .side-services li {
        margin-left: -22px;
    }

    label span {
        font-size: 14px;
    }

    label, .contact-right-label {
        font-size: 18px;
    }

    .contact-right-label:first-child {
        margin-top: 9px;
    }

    .contact-right-label {
        margin-bottom: 18px;
    }

    .submit-form-title h2 {
        font-size: 27px;
    }
}

@media (max-width: 991px) {
    .index-national-wrapper {
        flex-wrap: wrap;
    }

    .index-national-logos {
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 0;
        width: 100%;
    }

    .index-national-logos img {
        width: auto;
    }
}

/******************************0px-767px********************************/
@media (max-width: 767px) {
    .header-logo {
        height: 50px;
        margin: 5px 0;
    }
    header.smaller .header-logo {
        height: 50px;
        margin-top: 5px;
    }

    .navbar-toggle {
        margin-top: 8px;
    }

    .banner-service {
        font-size: 33px;
        line-height: normal;
    }

    .banner-description {
        font-size: 16px;
    }

    .carousel-inner {
        margin: 0 0 30px;
    }

    .banner-wrapper-row {
        margin-right: 0;
        padding: 115px 0 40px;
    }

    .index-banner .side-form {
        margin: 0 -15px 0 0;
        float: none;
    }

    .form-title {
        font-size: 25px;
    }

    .side-form input.form-control {
        height: 40px;
    }

    .index-band {
        font-size: 17px;
    }

    .index-commercial-collections {
        padding: 40px 0;
        text-align: center;
    }
    .index-commercial-collections .text-block {
        padding: 40px 15px 0;
    }

    .side-form {
        max-width: 100%;
    }

    .contact-block {
        margin: 30px 0 60px;
        padding: 40px;
    }
    .contact-info {
        padding: 40px 0 0;
    }

    .contact-block textarea {
        height: 200px;
    }

    h1, h2 {
        font-size: 23px;
        margin-bottom: 15px;
    }

    p {
        font-size: 16px;
    }

    .index-services {
        padding: 20px 0 40px;
    }

    .index-services h2 {
        margin-bottom: 30px;
    }

    .index-service .fa,
    .index-service .icon {
        padding: 0;
    }

    h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .index-about {
        padding: 40px 0;
        background-position: 85% 0;
    }

    .index-national {
        padding: 40px 0 30px;
        text-align: center;
    }

    .index-testimonials {
        padding: 40px;
    }

    .accreditations {
        padding: 10px 0;
    }

    .accreditations img {
        margin-bottom: 25px;
    }

    .footer-links li {
        display: block;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-links {
        font-size: 12px;
        line-height: 26px;
    }

    .footer-copyright {
        text-align: center;
        margin-bottom: 15px;
        padding: 0 20px;
    }

    .footer-social {
        text-align: center;
    }

    .footer-social li {
        display: inline-block;
    }

    .secondary-banner, .secondary-content.our-services, .blog-content {
        margin-top: 86px;
    }

    .secondary-title {
        padding: 25px 0;
        font-size: 35px;
    }

    .secondary-content {
        padding: 25px 0;
    }

    .secondary-content h1 {
        font-size: 19px;
    }

    .trucking, .restaurant {
        background: #fff;
    }

    .machinery, .seafood {
        background: #e4e5e4;
    }

    .services-item {
        padding: 0;
    }

    .services-item h2 {
        font-size: 17px;
    }

    .side-service-title {
        font-size: 18px;
    }

    .side-services {
        max-width: 100%;
        padding: 25px;
    }
    .side-services-submit {
        max-width: 288px;
    }

    .side-service {
        font-size: 14px;
        top: -10px;
    }

    .side-services li {
        margin-left: -18px;
    }

    label span {
        font-size: 14px;
    }

    label, .contact-right-label {
        font-size: 16px;
    }

    input.form-control {
        height: 35px;
    }

    .contact-right-label:first-child {
        margin-top: 45px;
    }


    .index-service {
        flex: 50%;
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 575px) {
    .navbar-toggle {
        margin-right: 0;
    }

    .navbar-toggle .icon-bar {
        width: 30px;
    }

    .index-service {
        flex: 100%;
        max-width: calc(100% - 15px);
    }

    .index-about {
        background-position: 75% 0;
    }

    .index-testimonials .title {
        margin-bottom: 20px;
    }
    .index-testimonials p {
        font-size: 16px;
        line-height: 26px;
    }

    .contact-block {
        padding: 20px;
    }
    .contact-block h1 {
        margin-bottom: 30px;
    }
}

/******************************EXTRAS********************************/
/******************************0px-991px********************************/
@media (max-width: 991px) {
    .navbar .navbar-nav {
        text-align: center;
    }

    .nav > li > a.header-submit {
        display: inline-block;
    }

    .navbar-nav .open .dropdown-menu {
        text-align: center;
    }
}

@media (min-width: 1300px) {
    .navbar {
        padding: 4px 75px;
    }
}

@media (max-width: 480px) {
    .index-national-logos {
        flex-direction: column;
    }

    .index-national-tma {
        margin: 16px 0 0;
        top: 0;
    }
}
