body {
    /*overflow-x: hidden !important;*/
    font-family: 'Montserrat', sans-serif;
}

html {
    overflow-x: hidden !important;
}

* {
    box-sizing: border-box !important;
}

.fa {
    font-family: FontAwesome !important;
}

h2 {
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
    color: #191919;
}

h3 {
    font-size: 20px;
    color: #000;
}

p {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 400;
}

.mob-img {
    display: none;
}

input:focus,
select:focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-primary {
    background: #242e3e;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 35px;
    border: 2px solid #242e3e;
    border-radius: 0;
}

.btn-primary:hover {
    background: #fff;
    color: #242e3e !important;
    border: 2px solid #242e3e;
}

.header {
    position: absolute;
    z-index: 9;
}

.header .first-row {
    background: url("../img/transparent.png");
    padding: 35px 6%;
    overflow: auto;
}

.header .first-row .logo {
    position: absolute;
    top: 0;
    z-index: 1;
    /* display: none; */
}

.header .first-row .social {
    float: right;
}

.header .first-row .social a {
    color: #fff;
    margin-right: 16px;
}

.header .first-row .social .fa {
    background: #fff;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #273576;
    border-radius: 5px;
    font-size: 20px;
    margin: 0 10px 0 3px;
    transition: all .3s;
}

.header .first-row .social .fa:hover {
    background: #fff;
    color: #131921;
}

.header .second-row {
    background: #c02126;
}

.header .second-row .container {
    max-width: 1170px;
}

.header .second-row .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 8px 0 !important;
    margin: 0 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all .3s;
    text-transform: capitalize;
}

.header .second-row .nav-link:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.header .second-row .active {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.header .second-row .first-menu {
    position: absolute;
    top: -77px;
    left: 40px;
}

.header .second-row .second-menu .nav-link {
    font-weight: 700;
    margin: 0 0 0 45px;
    padding: 0 !important;
    border: 0
}

/*.header .first-row .first-menu .dropdown-menu {*/
/*	position: inherit;*/
/*}*/

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #cecece;
}

.header .first-menu .dropdown-menu {
    position: inherit !important;
}

.header .second-row .dropdown-menu {
    border-radius: 0 !important;
    position: absolute;
    top: 42px;
    background: #242e3e;
}

.header .second-row .dropdown-menu a {
    color: #fff;
}

.header .second-row .dropdown-menu a:hover {
    color: #000;
}

.banner {
    /*height: 790px;*/
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    /* z-index: 1; */
}

.banner .row-top {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 49px 50px 30px 82px;
}

.carousel-caption {
    width: 625px;
    min-width: 42%;
    background-color: #fff;
    color: #000;
    left: 48% !important;
    bottom: 10%;
    padding: 55px;
    text-align: left;
}

.carousel-caption .content {
    border-left: 10px solid #000;
    padding-left: 20px;
}

.carousel-caption h5 {
    font-size: 30px;
    font-weight: 900;
}

.carousel-caption h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
}

.carousel-caption span {
    color: black;
}

.carousel-control-next,
.carousel-control-prev {
    display: inline-block;
    top: auto;
    background-color: #000;
    width: auto;
    padding: 12px;
    color: #fff;
    opacity: 1;
}

.carousel-indicators {
    z-index: 20;
    display: inline-block;
    bottom: 40px;
    left: 30px;
}

.num {
    position: absolute;
    color: #000;
    padding: 10px;
    width: 50px;
    text-align: center;
}

.carousel-indicators .active {
    background-color: #273576;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #273576;
}

.carousel-control-prev {
    left: 87%;
}

.carousel-control-next {}



.navbar {
    padding-top: 24px;
    padding-bottom: 22px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/toggle-menu.png);
    width: 20px;
    height: 16px;
}

.navbar-dark .navbar-toggler {
    padding: 0;
}

.navbar-dark .navbar-toggler:hover {
    outline: 0;
}

.testimonials {
    position: relative;
}

.testimonials h1 {
    font-size: 24px;
    font-weight: 900;
    padding: 10px 0;
}

.testimonials img {
    width: 100%;
}

.testimonials .img-cont {
    position: relative;
}

.testimonials .img-cont img.chat-icon {
    width: 97px;
    height: auto;
    padding: 10px 5px;
}

.testimonials .text-cont {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 20px;
}

.testimonials .text-cont p {
    color: #fff;
}

.testimonials a.testimonials-btn {
    padding: 20px 36px;
    background-color: #c02126;
    color: #fff !important;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.testimonials a.testimonials-btn:hover {
    background-color: #f84f54;
}

.testimonials-content p {
    font-style: italic;
}

.testimonials-content .blockquote {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
}

.testimonials-content .blockquote:last-child {
    border-bottom: 0;
}

.about-us h1 {
    font-size: 30px;
    font-weight: 900;
    border-left: 5px solid #273576;
    padding-left: 10px;
    margin-bottom: 20px;
}

.about-us p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.blue-hightlight {
    background-color: #273576;
    padding: 30px 0;
    font-weight: 600;
}

.blue-hightlight p {
    color: #fff;
}

.featureInvent .icon {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}

.featureInvent a {
    display: inline;
    vertical-align: middle;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.homepage-form label {
    font-size: 14px;
    font-weight: 600;
}

.homepage-form .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
}



.inner-content {
    position: relative;
    /* z-index: 0; */
    /* z-index: 9; */
    margin-top: 50px;
}

.inner-content h1 {
    font-size: 30px;
    font-weight: 900;
    border-left: 5px solid #273576;
    padding-left: 10px !important;
    margin-bottom: 20px !important;
}

.form-control {
    border: 1px solid #c02126;
    border-radius: 0;
}


.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.footer {
    background-color: #273576;
    padding: 10px 0;
}



/*------------------------*/
/*FOOTER CODE SANDHILL*/
/*------------------------*/
a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.divfooter {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.footerlink {
    display: none;
}

.footertext {
    display: none;
}

/*------------------------*/
/* CUSTOM CODE */
/*------------------------*/
@media (max-width: 1919px) {
    /*.banner {
        height: 660px;
    }*/

    .banner .row-top {
        padding: 49px 40px 30px 62px;
    }

    .banner .row-bottom {
        padding: 30px 0 29px 33px;
    }

    .banner .text-box h2 {
        font-size: 76px;
        line-height: 40px;
    }

    .banner .text-box h2 span {
        font-size: 36px;
    }

    .header .first-row {
        padding-left: 3%;
        padding-right: 3%;
    }

}

@media (max-width: 1599px) {

    .banner .row-top {
        padding: 49px 30px 30px 42px;
    }

    .banner .row-bottom {
        padding: 20px 0 22px 33px;
    }

    .header .first-row .logo {
        width: 210px;
    }

    .header .first-row {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .header .second-row .first-menu {
        top: -64px;
    }

    .header .second-row .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 1439px) {

    .header .second-row .nav-link {
        font-size: 14px;
        margin: 0 17px;
    }

    p {
        font-size: 18px;
    }

    h2 {
        font-size: 48px;
    }

    .header .first-row {
        padding-left: 1%;
        padding-right: 1%;
    }

    .banner .text-box {
        max-width: 507px;
        right: 4%;
        top: 144px;
    }

    .banner .text-box h2 {
        font-size: 63px;
    }

    .banner .text-box h2 span {
        font-size: 30px;
    }

    .banner .row-bottom a {
        font-size: 22px;
        margin: 0 28px;
    }
}

@media (max-width: 1365px) {
    .header .first-row .logo {
        width: 190px;
    }

    .header .first-row {
        padding-top: 17px;
        padding-bottom: 16px;
    }

    .header .second-row .first-menu {
        position: absolute;
        top: -57px;
        left: 79px;
    }

    .header .second-row .second-menu .nav-link {
        margin: 0 0 0 31px;
        font-size: 14px;
    }

    .second-menu {
        margin-left: 47px;
    }
}

@media (max-width: 1279px) {
    .header .second-row .nav-link {
        font-size: 16px;
        margin: 0 12px;
    }

    .carousel-caption {
        width: 528px;
    }

    .carousel-caption h5 {
        font-size: 30px;
    }

    .carousel-caption h1 {
        font-size: 47px;
        line-height: 50px;
    }

    .carousel-control-prev {
        left: 84%;
    }

}

@media (max-width: 1200px) {
    .testimonials .text-cont p {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {

    .header .second-row .first-menu {
        position: static;
        top: 0;
        left: 0;
        padding-top: 45px;
    }

    .second-menu {
        margin-left: 0;
    }

    .header .second-row .second-menu .nav-link {
        padding: 8px 15px !important;
    }

    .navbar {
        position: relative;
        left: 0;
    }

    .header .second-row .nav-link {
        margin: 0;
    }

    .header .second-row .second-menu .nav-link {
        margin: 0;
    }

    .navbar-dark .navbar-toggler {
        position: absolute;
        right: 20px;
        top: 11px;
    }

    .header .first-row .social .fa {
        width: 30px;
        line-height: 30px;
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .header .second-row .second-menu .nav-link {
        padding: 8px 8px !important;
    }
}


@media (max-width: 1028px) {
    .inner-content {
        margin-top: 100px;
    }

    .carousel-caption {
        width: 400px;
    }

    .carousel-caption h5 {
        font-size: 16px;
    }

    .carousel-caption h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .carousel-control-prev {
        left: 80%;
    }
}

@media (max-width: 992px) {
    .testimonials .text-cont p {
        font-size: 10px;
    }
}

@media (max-width: 853px) {
    .carousel-caption {
        min-width: 400px;
    }

    .carousel-caption h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .carousel-caption h5 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .header .first-row .logo {
        width: 140px;
    }

    .social span {
        display: none;
    }

    .banner .text-box {
        right: 0;
        top: 44px;
        left: 0;
        margin: auto;
    }

    .navbar {
        padding-top: 24px;
        padding-bottom: 22px;
    }

    .carousel-caption {
        position: absolute;
        left: 50% !important;
        top: 40% !important;
        height: 200px;
        z-index: 0;
        transform: translate(-50%, 2%);
        -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
    }

    .carousel-inner {
        overflow: inherit;
    }

    .testimonials .text-cont p {
        font-size: 20px;
    }

    ul.second-menu {
        margin-top: 20px;
    }

    img.buy-crane {
        margin-top: 20px;
    }

}

@media (max-width: 600px) {
    .map-row {
        padding: 20px 0 20px 0;
    }

    p {
        font-size: 14px;
    }

    h2 {
        font-size: 30px;
    }

    .banner .text-box h2 {
        font-size: 37px;
        transform: skewX(5deg);
        line-height: 22px;
    }

    .banner .text-box {
        text-align: center;
        transform: skewX(-5deg);
        border-left: 3px solid #fff;
    }

    .banner .text-box h2 span {
        font-size: 17.5px;
    }

    .banner .row-top {
        padding: 29px 30px 21px 42px;
    }

    .banner .row-bottom a {
        transform: skewX(7deg);
    }

    .banner .row-bottom a {
        font-size: 14px;
        margin: 0 5px;
    }

    .banner .row-bottom {
        padding: 10px 38px 10px 33px;
    }

    .inner-content {
        margin-top: 150px;
    }
}

@media (max-width: 500px) {}

@media (max-width: 465px) {
    .desk-img {
        display: none;
    }

    .mob-img {
        display: block;
    }

}

@media (max-width: 359px) {
    .banner .row-top {
        padding: 29px 20px 21px 19px;
    }

    .banner .row-bottom {
        padding: 10px 28px 10px 28px;
    }
}

@media (max-width: 376px) {
    .carousel-indicators {
        bottom: 0;
    }
}


/*---- parts links  ----*/

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-button.view-details {
    background: #ffba00 !important;
    color: #fff !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container a.part-name-value-large {
    color: #000 !important;
}

.faceted-text-input-searchType input[type=checkbox],
.faceted-text-input-searchType input[type=radio],
.faceted-text-input-searchType label {
    margin-right: 5px !important;
}

/* faceted links
-----------------------------------*/
.list-content .list-main-section .list-container {
    margin-top: 20px !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p {
    margin-top: 12px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    margin-right: 5px !important;
}

.faceted-search-content .faceted-section-head {
    width: 100% !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content .detail-additional-data .data-row .data-label,
.faceted-search-content .selected-facets-container .selected-facet,
.paging-container .page-navs button.list-page-nav,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder input,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button {
    background: #c02126 !important;
}

.faceted-search-content .faceted-section-head {
    background: #c02126 !important;
    color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-main-section .list-container .fin-calc,
.list-content .listing-portion-title {
    color: #c02126 !important;
}

.list-content .list-main-section .list-container .fin-calc {
    font-size: 14px !important;
}

.list-content .list-title,
.list-content .list-title .list-listings-count,
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name,
.contact-information a,
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count,
.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container,
.breadcrumbs .breadcrumbs-element,
.detail-content .search-results,
.legal-text-content,
.detail-content .dealer-info .field-name,
.detail-content .dealer-info .field-value,
.detail-additional-data h4,
.mc-thumb-strip .mc-btn.mc-btn-next span,
.mc-thumb-strip .mc-btn.mc-btn-prev span,
.detail-content .dealer-info .google-maps-link i,
.paging-container .page-number,
.paging-container .list-page-number,
.faceted-search-content .faceted-section-box .faceted-date-range,
.faceted-search-content .faceted-section-box .faceted-date-range .days-ago-input {
    color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button {
    border: 1px solid #c02126 !important;
    color: #c02126 !important;
}

.list-content .listing-bottom .listing-description-text {
    color: #000 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin-top: 0 !important;
}

.contact-info-heading h2 {
    font-size: 22px !important;
}

.contact-options a,
.fin-calc-mobile>a {
    color: #fff !important;
}

.ts-modal-container button {
    color: #fff !important;
    background: #c02126 !important;
}

@media (max-width: 992px) {

    .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
    .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
    .mobile-breadcrumb,
    .list-content .list-listing-mobile .view-listing-details-link {
        background: #c02126 !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: #c02126 !important;
    }

    .fin-calc p,
    .fin-calc strong,
    .dealer-info a {
        color: #c02126 !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a,
    .list-content .list-listing-mobile .listing-portion-title {
        color: #c02126 !important;
    }

    .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
    .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {
        border: 1px solid #c02126 !important;
    }

    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-category,
    .detail-content-mobile .detail-main-body .main-detail-data,
    .main-detail-data .currency-selector,
    .detail-content-mobile .share-listing {
        color: #c02126 !important;
    }

    .detail-content-mobile .detail-additional-data .data-row .data-value,
    .list-content .list-listing-mobile .listing-description-text,
    .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
        color: #000 !important;
    }


}