body {
    padding: 0;
    margin: 0;
    font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
a:focus {
    outline: 0 !important;
    text-decoration: none;
}
*:focus {
    outline: none !important;
    box-shadow: none;
}
/*-----------------Custom checkbox toggle----------------*/
.checkbox-toggle {
    position: relative;
}
.checkbox-toggle input {
    position: absolute;
    visibility: hidden;
}
.checkbox-toggle input+label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 45px;
    height: 25px;
}
.checkbox-toggle input+label.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.checkbox-toggle input+label:before,
.checkbox-toggle input+label:after {
    content: "";
    display: block;
    border-radius: 25rem;
    position: absolute;
    top: 0;
    height: 25px;
}
.checkbox-toggle input+label:before {
    width: 45px;
    border: 1px solid #fff;
    background: #767676;
    transition: background 0.4s ease;
}
.checkbox-toggle input+label:after {
    width: 17px;
    height: 17px;
    transition: left 0.4s ease;
    background: #fff;
    top: 4px;
    left: 4px;
}
.checkbox-toggle input:checked+label:before {
    background-color: #00C853;
}
.checkbox-toggle input:checked+label:after {
    right: 4px;
    left: auto;
}
/*end checkbox toggle*/
/*******Fonts*****/
@font-face {
    font-family: 'Gotham-Medium';
    font-display: swap;
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    font-display: swap;
    src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Bold';
    font-display: swap;
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Black';
    font-display: swap;
    src: url('../fonts/Gotham-Black.woff2') format('woff2'), url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'BreuerText-RegularItalic';
    font-display: swap;
    src: url('../fonts/BreuerText-RegularItalic.woff2') format('woff2'), url('../fonts/BreuerText-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'BreuerText-BoldItalic';
    font-display: swap;
    src: url('../fonts/BreuerText-BoldItalic.woff2') format('woff2'), url('../fonts/BreuerText-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'BreuerText-MediumItalic';
    font-display: swap;
    src: url('../fonts/BreuerText-MediumItalic.woff2') format('woff2'), url('../fonts/BreuerText-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'BreuerText-Bold';
    font-display: swap;
    src: url('../fonts/BreuerText-Bold.woff2') format('woff2'), url('../fonts/BreuerText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'BreuerText-Light';
    font-display: swap;
    src: url('../fonts/BreuerText-Light.woff2') format('woff2'), url('../fonts/BreuerText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'BreuerText-Medium';
    font-display: swap;
    src: url('../fonts/BreuerText-Medium.woff2') format('woff2'), url('../fonts/BreuerText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'BreuerText-LightItalic';
    font-display: swap;
    src: url('../fonts/BreuerText-LightItalic.woff2') format('woff2'), url('../fonts/BreuerText-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'BreuerText-Regular';
    font-display: swap;
    src: url('../fonts/BreuerText-Regular.woff2') format('woff2'), url('../fonts/BreuerText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon-vvg';
    font-display: swap;
    src: url('../fonts/icomoon-vvg.eot?h1ctpg');
    src: url('../fonts/icomoon-vvg.eot?h1ctpg#iefix') format('embedded-opentype'),
        url('../fonts/icomoon-vvg.ttf?h1ctpg') format('truetype'),
        url('../fonts/icomoon-vvg.woff?h1ctpg') format('woff'),
        url('../fonts/icomoon-vvg.svg?h1ctpg#icomoon-vvg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-vvg"],
[class*=" icon-vvg"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon-vvg' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-vvgbest-price-new:before {
    content: "\e907";
}
.icon-vvgyear:before {
    content: "\e901";
}
.icon-vvgtruck:before {
    content: "\e902";
}
.icon-vvgutility:before {
    content: "\e903";
}
.icon-vvgwarranty:before {
    content: "\e904";
}
.icon-vvgtime:before {
    content: "\e905";
}
.icon-vvgtruck-trailer:before {
    content: "\e906";
}
.icon-vvgmission:before {
    content: "\e900";
}
.icon-vvgbest-price .path1:before {
    content: "\e97d";
    color: ;
}
.icon-vvgbest-price .path2:before {
    content: "\e97e";
    margin-left: -1em;
    color: ;
}
.icon-vvgbest-price .path3:before {
    content: "\e97f";
    margin-left: -1em;
    color: ;
}
.icon-vvgbest-price .path4:before {
    content: "\e980";
    margin-left: -1em;
    color: ;
}
.icon-vvgbest-price .path5:before {
    content: "\e981";
    margin-left: -1em;
    color: ;
}
.icon-vvgbest-price .path6:before {
    content: "\e982";
    margin-left: -1em;
    color: ;
}
.icon-vvgbest-price .path7:before {
    content: "\e983";
    margin-left: -1em;
    color: ;
}
/*******Fonts*****/
.header-btm {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 144px;
}
.ccts-logo {
    float: left;
    width: auto;
    padding: 16px 25px 21px 25px;
}
.ccts-logo a {
    float: left;
}
.header-middle-section {
    float: left;
    /*width: 71%;*/
    padding: 0 15px 0 15px;
}
.header-middle-section .menu-navbar .navbar-collapse {
    display: block !important;
}
.header-middle-section .menu-navbar .navbar-collapse .navbar-nav {
    display: flex;
}
.header-middle-section .header-middle-bottom .bottom-menu .navbar-nav {
    display: flex;
}
/* .header-middle-top-left {
    width: 80%;
    float: left;
} */
.header-middle-top-left span {
    /* float: left;
    width: 100%; */
    font-size: 18px;
    color: #0068ac;
    font-family: 'BreuerText-Medium', Arial, Helvetica, sans-serif;
}
/* .header-phone {
    float: left;
    width: 100%;
} */
.header-phone {
    padding-top: 5px;
}
.header-phone a {
    /* float: left;
    width: 100%; */
    font-size: 36px;
    color: #000000;
    font-family: 'BreuerText-Medium', Arial, Helvetica, sans-serif;
    line-height: 30px;
    text-decoration: none;
}
.rightheader {
    float: right;
    height: 180px;
    width: 144px;
    position: absolute;
    right: 0;
}
.rightheader-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 18px 15px 0 0;
}
.rightheader-img {
    float: right;
    width: 100%;
    text-align: right;
    margin: 4px 5px 0 5px;
}
.rightheader-img a {
    float: left;
    width: 100%;
}
.rightheader-info span {
    float: right;
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'BreuerText-Bold', Arial, Helvetica, sans-serif;
    line-height: normal;
    text-align: center;
}
.header_social {
    float: right;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.header_social a {
    float: left;
    margin-left: 12px;
}
.header_social a img {
    width: 31px;
}
.header-middle-bottom {
    float: left;
    width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
    padding-left: 0 !important;
    padding-right: 30px !important;
}
.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
    margin: 3px 0 0 0;
    /*border-bottom: 1px solid #ddd;*/
    float: left;
    width: auto;
}
.menu-navbar {
    /* float: left; */
    width: 100%;
    margin-bottom: 8px;
}
.dropdown-menu {
    background-color: #0068ac;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    left: 0;
    margin-top: -1px;
    background-image: url(../images/ft-bg.jpg);
    background-repeat: no-repeat;
}
.dropdown-item {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 12px;
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
    padding: 4px 15px;
    color: #fff;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding-left: 19px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
}
.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}
.header-middle-top {
    /* float: left;
    width: 100%; */
    position: relative;
}
.bottom-area {
    float: left;
    width: 100%;
}
.bottom-area span {
    float: left;
    width: auto;
    /* color: rgba(0, 0, 0, 0.5); */
    /* color: #333333 !important; */
    color: #696969 !important;
    /* opacity: 0.65; */
    background-color: transparent;
    font-size: 17px;
    font-family: 'BreuerText-RegularItalic', Arial, Helvetica, sans-serif;
}
.footer {
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
    /* background-image: url(../images/ft-bg.jpg); */
    /* background: linear-gradient(
        to bottom,
        #194E8F,
        #19467F,
        #1B3D6E,
        #1C355E
    ); */
    background-color: #194E8F;
    /* fallback */
    background-image: linear-gradient(180deg,
            #194E8F 0%,
            #19467F 33%,
            #1B3D6E 66%,
            #1C355E 100%);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    background-position: center center;
    border-top: 5px solid #f5b117;
}
.bottom-menu .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
    font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
    padding-top: 5px;
    padding-right: 0 !important;
    padding-left: 20px !important;
}
.bottom-menu {
    float: left;
    width: auto;
    margin-left: 45px;
}
.navbar-expand-lg .navbar-nav .nav-link.nav-link0 {
    padding-right: 0 !important;
}
ul.dropdown-menu.first_dropdown.vtc_custom_last_menu {
    background-color: #115491;
    width: 993px;
    left: -420px;
    margin: 0;
    border-radius: 0;
    padding: 0;
    border: 1px solid #fff;
    background-image: url(../images/ft-bg.jpg);
    background-repeat: no-repeat;
}
.menu-vocations-bottom-block.menu-vocations-bottom-block0 {
    border-right: 0;
}
.menu-vocations-top-container {
    float: left;
    width: 100%;
    padding: 45px 45px 45px 45px;
}
.menu-vocations-top-block.menu-border-right {
    border-right: 1px solid #418bce;
}
.menu-vocations-top-block {
    float: left;
    width: 47%;
}
.menu-vocations-top-block img {
    float: left;
    width: 72px;
}
.menu-vocations-top-block-text {
    float: right;
    width: 75%;
}
.menu-vocations-top-block-text span {
    float: left;
    width: 100%;
    color: #333333;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
    line-height: normal;
    margin-bottom: 5px;
}
.menu-vocations-top-block-text ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.last-li-menu .first_dropdown li {
    float: left;
    width: 100%;
    list-style: none;
}
.last-li-menu .first_dropdown.vtc_custom_last_menu li a {
    float: left;
    width: 100%;
    padding: 12px 0 0 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 15px;
    color: #dddddd;
}
.menu-vocations-top-block img {
    float: left;
    width: 72px;
}
.menu-vocations-bottom-container {
    float: left;
    width: 100%;
}
/*.menu-vocations-bottom-block {
    width: 33.33%;
    float: left;
    background: #fff;
    padding: 25px 10px;
    border-right: 1px solid #115491;
}*/
/*.menu-vocations-bottom-block img {
    float: left;
    width: auto;
}
.menu-vocations-bottom-block span {
    float: right;
    width: 100%;
    font-size: 20px;
    color: #0068ac;
    font-family: 'Gotham-Medium';
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}
.menu-vocations-bottom-block a {
    float: left;
    padding: 10px 15px;
    width: 100%;
}*/
ul.dropdown-menu.first_dropdown.vtc_custom_last_menu li a {
    float: left;
    width: 100%;
    padding: 10px 0 0 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 13px;
    color: #dddddd;
    font-size: 14px;
}
.bottom-menu .navbar.navbar-expand-lg.navbar-light {
    border-bottom: 0;
    margin: 0;
}
ul.dropdown-menu.first_dropdown.vtc_custom_last_menu li a:hover {
    color: #fff;
}
.ft-location {
    float: left;
    width: 25%;
}
.ft-location i {
    float: left;
    font-size: 24px;
    margin-right: 10px;
    color: #fff;
}
.ft-location-info {
    float: left;
    width: 86%;
}
.ft-location-info span {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    background: transparent;
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
    line-height: 19px;
}
.ft-location-info ul {
    float: left;
    width: 100%;
    margin: 7px 0 0 0;
    padding: 0;
    list-style: none;
}
.ft-location-info ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ft-location-info ul li a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 8px 0;
    color: #ffffff !important;
    background: transparent;
    font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    opacity: 0.75;
    text-decoration: none;
}
.ft-location-info ul li a:hover {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    padding-left: 2px;
    opacity: 1;
}
.ft-location-info ul.two_level-ul li {
    width: 50%;
}
.ft-location-info ul li.line a {
    line-height: 14px;
}
.ft-location-info span.lf {
    font-size: 16px;
}
.phone {
    float: left;
    width: 100%;
}
.phone a {
    float: left;
    width: 100%;
    color: #ffffff !important;
    background: #1a4b88;
    font-size: 16px;
    text-decoration: none;
}
.ft-logo {
    float: left;
    width: 100%;
    margin: 70px 0 0 0;
}
.ft-location.ft-location1 {
    width: 20%;
}
.ft-location.ft-location4 {
    width: 15%;
    float: right;
}
.ft-location.ft-location3 {
    width: 35%;
}
.ft-location.ft-location2 {
    width: 30%;
}
.bullets-container {
    float: left;
    width: 100%;
}
.bullets-container img {
    float: left;
    width: 100%;
}
.bullets-info {
    position: absolute;
    left: 15px;
    width: 100%;
    right: 15px;
}
.bullets-info h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000;
    font-family: 'BreuerText-Bold', Arial, Helvetica, sans-serif;
    margin: 40px 0 10px 0;
}
.bullets-info ul {
    float: left;
    width: 85%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bullets-info ul li {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bullets-info ul li p {
    float: left;
    width: 95%;
    font-size: 18px;
    color: #000000;
    margin: 0;
    padding: 5px 0;
}
.bullets-info ul li span {
    width: 5px;
    height: 5px;
    border-radius: 100px;
    float: left;
    background: #000000;
    margin: 11px 8px 0 0;
}
.view-inventory-button {
    float: left;
    width: 100%;
    height: 105px;
    text-align: center;
    background: #f1a919;
    border-bottom: 5px solid #fff;
    line-height: 105px;
}
.view-inventory-button a {
    font-size: 24px;
    color: #000;
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.internal-banner {
    background: url(../images/bgtop.jpg) no-repeat top center;
    background-size: cover;
    height: 68px;
    position: relative;
    padding-top: 40px;
}
.trailer-brands-container {
    background: url(../images/bgtop.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    padding-top: 40px;
    width: 100%;
    float: left;
}
.trailer-brands-container h2 {
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #000;
    font-family: 'BreuerText-Bold', Arial, Helvetica, sans-serif;
    margin: 0;
}
.trailer-brands-container ul {
    float: left;
    width: 100%;
    margin: 35px auto 35px auto;
    padding: 0;
    list-style: none;
}
.trailer-brands-container ul li {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    /* three Brands */
    /*width: 33%;*/
    /* Two Brands */
    width: 49%;
}
.download-brochures {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.download-brochures h3 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'BreuerText-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #000000;
}
.ft-location.ft-location4 .fa {
    color: transparent;
}
.location-iframe #map {
    width: 100%;
    float: right;
    height: 700px;
}
h1.inventory_main_title {
    float: left;
    width: 85%;
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: 'BreuerText-Medium', Arial, Helvetica, sans-serif;
    line-height: 28px;
    position: absolute;
}
.our-inventory-listing {
    float: right;
    width: 100%;
    position: relative;
}
.empty-inventory {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 20px;
}
.fa.fa-angle-double-left {
    margin-right: 5px;
}
.collapse-button {
    display: none;
}
#popup1.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    display: none;
}
.overlay .popup {
    margin: 70px auto;
    padding: 30px 40px 60px 40px;
    background: #fff;
    border-radius: 0;
    width: 60%;
    position: relative;
    display: table;
}
.overlay .popup .popup-title-container {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
}
.popup-title-container span {
    font-size: 24px;
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
}
.popup-title-container span {
    width: 100%;
    display: inline-block;
    font-size: 28px;
    color: #000000;
    padding-bottom: 30px;
    line-height: 32px;
}
close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.overlay .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 0px 0 #fff;
}
.overlay .popup .content {
    float: left;
    width: 100%;
    height: auto;
    overflow: visible;
}
.overlay .contact-form-container {
    float: left;
    width: 100%;
    margin: 0;
}
.overlay .contact-form-container-left {
    float: left;
    width: 47%;
}
.overlay .contact-block {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.overlay .contact-block label {
    font-size: 14px;
}
.overlay .contact-block label {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #333333;
}
.overlay .contact-block input {
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
    height: 40px;
    float: left;
    width: 100%;
}
.form-captcha {
    float: left;
    width: 100%;
}
.overlay .view-detail-btn {
    margin-top: 40px;
    float: left;
    width: 100%;
}
.contact-form-container .view-detail-btn .submit-btn {
    margin: auto;
    width: auto;
    text-align: center;
    display: block;
}
.contact-form-container-left.pull-right {
    float: right;
}
.main-carousel .owl-prev {
    left: 0px;
}
.main-carousel .owl-prev {
    left: 0px;
}
.main-carousel .owl-prev,
.main-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
    width: 50px;
    text-align: center;
}
.main-carousel .owl-next {
    right: 0px;
}
.owl-prev::before {
    content: "\f104";
    display: block;
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.owl-next::before {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.thumbnails-wrapper .item {
    margin: 4px 2px 0px 2px;
    cursor: pointer;
}
.thumbnails-wrapper .owl-prev {
    left: 27px;
    top: 5px;
}
.thumbnails-wrapper .owl-prev,
.thumbnails-wrapper .owl-next {
    position: absolute;
    height: 100%;
    width: 50px;
    bottom: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    line-height: 122px;
}
.thumbnails-wrapper .owl-next {
    right: -25px;
    top: 5px;
}
.specification-accordion-head.close {
    opacity: 1;
}
.custom-popup {
    padding: 0 !important;
    background: rgba(0, 0, 0, 0.5);
}
/* .custom-popup .modal-body {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    overflow-y: scroll !important;
} */
.custom-popup .custom-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.custom-popup .custom-close span {
    color: #fff;
    font-size: 18px;
}
.custom-popup .carousel-indicators {
    bottom: 20px;
    right: 30px;
    width: auto;
    left: inherit;
}
.custom-popup .carousel-indicators {
    display: none;
}
.custom-popup .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    text-indent: 0;
    cursor: pointer;
    background-color: #d6d6d1;
    background-color: #d6d6d1;
    border: none;
    border-radius: 15px;
    position: relative;
}
.custom-popup .carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #d6d6d1;
}
.popup-slider .carousel-control {
    width: 5%;
}
.popup-slider .carousel-control {
    top: 50%;
}
.popup-slider .carousel-control {
    background-color: #000000;
    height: 55px;
    opacity: 1;
}
.sales-pending-block {
    position: absolute;
    top: -5px;
    left: -5px;
}
.listing-image .sales-pending-block img {
    width: auto;
    height: auto;
}
.coming-soon-block {
    position: absolute;
    top: -5px;
    left: -5px;
}
.listing-image .coming-soon-block img {
    width: auto;
    height: auto;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.right {
    left: auto;
    right: 0;
}
.popup-slider .carousel-control i {
    font-size: 50px;
    line-height: 53px;
}
.popup-details-container {
    width: 100%;
    display: inline-block;
    padding: 50px 35px;
}
.popup-details-top {
    width: 100%;
    display: inline-block;
    padding-bottom: 35px;
}
.popup-details-top {
    width: 100%;
    display: inline-block;
    padding-bottom: 35px;
}
.popup-title-container span {
    font-size: 24px;
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
}
.popup-btn-container {
    width: auto;
    display: inline-block;
    position: relative;
}
.popup-btn-container .right-cancel-btn .submit-btn,
.popup-btn-container .view-detail-btn .submit-btn {
    float: left;
}
.panel-default {
    border-color: transparent;
    float: left;
    width: 100%;
}
.popup-details-container .panel-heading {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #e4e4e4;
    text-transform: uppercase;
}
.custom-popup .popup-details-container .panel-title {
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.custom-popup .popup-details-container .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    letter-spacing: 0.5px;
    color: #4a4f54;
}
.custom-popup .popup-details-container .panel-title a {
    color: #000000 !important;
    display: block;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd;
}
.popup-details-container .panel-body {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
}
.custom-popup .panel .panel-body #descText {
    font-size: 15px;
    line-height: 25px;
}
.popup-accordion {
    float: left;
    width: 100%;
}
.popup-accordion .more-less {
    float: right;
    color: #c22332;
}
.banner {
    float: left;
    width: 100%;
    display: none;
}
.menu-vocations-top-block-text li a {
    color: #0068ac;
    font-family: 'BreuerText-Regular', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 19px;
}
.location-dealer-map-toptext {
    float: left;
    width: 100%;
    background: #0068ac;
    color: #fff;
    font-size: 24px;
    font-family: 'BreuerText-Bold', Arial, Helvetica, sans-serif;
    padding: 15px 0 8px 0;
    text-align: center;
}
.location-dealer-map-bottomtext {
    float: left;
    width: 100%;
    background: #0068ac;
    height: 48px;
    margin-top: -7px;
}
.our-amenities-container {
    float: left;
    width: 100%;
    background: #eeeeee;
    padding: 95px 0 75px 0;
}
.our-amenities-container .block-title {
    margin: 0;
    text-align: center;
    width: 100%;
}
.block-title span {
    color: #1c355e;
    float: none;
}
.our-amenities-container ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 65px 0 0 0;
}
.our-amenities-container ul li {
    width: 33%;
    float: left;
    padding-right: 25px;
    list-style: none;
    margin-bottom: 15px;
}
.our-amenities-container ul li span {
    width: 8px;
    height: 11px;
    background: #d12a2f;
    float: left;
    margin-right: 20px;
    margin-top: 6px;
}
.our-amenities-container ul li p {
    font-size: 16px;
    color: #333;
    float: left;
    width: 90%;
    margin: 0;
    line-height: 22px;
}
.ethics-hotline {
    background: #c9202b;
    border-bottom: 1px solid #fff;
    padding: 50px 0;
    color: #fff;
    font-size: 17px;
    float: left;
    width: 100%;
}
.ethics-hotline .speakup-wrapper {
    padding-left: 50px;
}
.ethics-hotline .click-content {
    padding-left: 20px;
    position: relative;
}
.ethics-hotline .speakup-image {
    width: 70%;
    margin-top: -30px;
    max-width: 375px;
}
.location-details-container {
    float: left;
    width: 100%;
    padding: 75px 0 30px 0;
}
.location-details-block-left {
    float: left;
    width: 46%;
}
.location-details-block {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
.location-details-block h3 {
    float: left;
    width: 70%;
    font-weight: normal;
    font-size: 22px;
    color: #1c355e;
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
.location-details-block .theme-btn {
    width: 116px;
    float: right;
}
.location-details-block .theme-btn a {
    width: 100%;
    font-size: 14px;
    text-decoration: none;
}
.theme-btn a {
    width: 146px;
    height: 40px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 12px;
    background: #d02c2f;
    float: left;
    text-align: center;
    transition: .5s ease;
}
.location-details-block span {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #d02c2f;
    padding: 20px 0 40px 0;
}
.location-details-block p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333333;
    padding: 0 0 20px 0;
    margin: 0;
}
.location-details-block strong {
    font-weight: normal;
    color: #333;
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
}
.locations-details-table-container {
    float: left;
    width: 100%;
}
.locations-details-table-block:nth-of-type(2n+1) {
    background-color: #fafafa;
}
.locations-details-table-block {
    float: left;
    width: 100%;
    padding: 9px 20px;
    border-bottom: 1px solid #fff;
}
.locations-details-table-block span {
    float: left;
    width: 4px;
    height: 6px;
    background: none !important;
    margin-right: 20px !important;
    padding: 0;
    margin: 1px 16px 0 0;
}
.locations-details-table-block .table-block {
    width: 34% !important;
}
.locations-details-table-block span a .mail-icon {
    float: left;
}
.location-details-block-right {
    float: right;
    width: 46%;
}
.locations-details-table-block .table-block {
    float: left;
    width: 32%;
    font-size: 12px;
    color: #333;
    padding-right: 15px;
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
}
.locations-details-table-block .table-block:last-child {
    float: right;
    padding-right: 0;
    width: auto !important;
}
.map-window-container {
    width: 100%;
    box-shadow: none;
    padding: 15px 0 15px 15px;
    float: left;
}
.map-window-left {
    float: left;
    width: 330px;
    padding-right: 0;
    border-right: none;
}
.map-window-left-custom-container {
    float: left;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.map-window-left-custom {
    float: left;
    width: 100%;
    padding-right: 0;
    border-right: none;
}
.map-window-left-custom:last-child .map-window-details-block {
    border-bottom: none;
}
.map-window-details-block {
    float: left;
    width: 100%;
    padding: 0 0 17px 0;
    border-top: none;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.map-window-details-block span {
    font-size: 24px;
    color: #0f467c;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: 'BreuerText-Bold', Arial, Helvetica, sans-serif;
    text-decoration: underline;
    margin: 0 0 5px 0;
}
.map-window-details-block strong {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    padding: 3px 0 0 0;
    float: left;
    width: 100%;
}
.map-window-right {
    float: left;
    width: 100%;
    padding-left: 0;
}
.map-window-right {
    float: left;
    width: 100%;
    padding-left: 0;
}
.map-btn {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 0;
}
.phone-btn {
    background: #576069;
}
.direction-btn {
    background: #8d97a1;
}
.map-btn a {
    float: left;
    width: 100%;
    padding: 12px 23px;
}
.map-btn a p {
    float: left;
    width: 80%;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'BreuerText-Regular', Arial, Helvetica, sans-serif;
    line-height: 20px;
}
.map-btn a img {
    float: right;
    width: auto;
}
.gm-ui-hover-effect {
    right: 6px !important;
    top: 5px !important;
}
/*other services*/
.other-services-section1 {
    float: left;
    width: 100%;
}
.menu-vocations-top-container {
    float: left;
    width: 100%;
    padding: 45px 60px 45px 60px;
}
.menu-vocations-top-block {
    float: left;
    width: 80%;
}
.menu-vocations-top-block.menu-border-right {
    border-right: 1px solid #868686;
}
.menu-vocations-top-block img {
    float: left;
}
.menu-vocations-top-block-text {
    float: right;
    width: 70%;
}
.menu-vocations-top-block-text span {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
    line-height: normal;
    margin-bottom: 5px;
}
.menu-vocations-top-block-text ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-vocations-top-block-text ul li {
    float: left;
    width: 100%;
    list-style: none;
}
.menu-vocations-top-block-text ul li a {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #dddddd;
    padding: 12px 0 0 0;
    text-decoration: none;
}
.other-services-section1 {
    float: left;
    width: 100%;
    background: #515151;
}
.menu-vocations-bottom-container {
    float: left;
    width: 100%;
}
.menu-vocations-bottom-block {
    width: 25%;
    float: left;
    background: #fff;
    padding: 25px;
    border-right: 1px solid #115491;
    text-align: center;
    min-height: 150px;
}
.menu-vocations-bottom-block img {
    float: none;
    width: 65px;
}
.menu-vocations-bottom-block span {
    float: right;
    width: 100%;
    font-size: 20px;
    color: #0068ac;
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}
.menu-vocations-bottom-block.menu-vocations-bottom-block0 {
    border-right: none;
}
.spe {
    padding: 10px 0 0 0;
}
.view-btn-vvg a {
    width: 100%;
    padding: 0px 20px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 12px;
    background: #d02c2f;
    float: left;
    text-align: center;
    transition: .5s ease;
}
.view-btn-vvg {
    float: left;
    margin: 45px 0 0 30px;
}
.parts-flyers-block .block-title {
    margin: 52px 0 0 0px;
    width: auto;
}
.parts-flyers-slider {
    float: left;
    width: 100%;
    margin: 45px 0 0 0;
}
.service-flyer-container .parts-flyers-block .block-title {
    margin: 0 0 0 0px;
    width: auto;
}
.service-flyer-container .parts-flyers-slider {
    float: left;
    width: 100%;
    margin: 27px 0 0 0;
}
.service-flyer-container .parts-shadow img {
    height: 210px;
}
.service-flyer-container .media-carousel img {
    width: 100%;
    height: 142px;
    object-fit: cover;
    object-position: center center;
}
.service-flyer-container .media-carousel .thumbnail {
    width: 175px;
}
.service-flyer-container .media-carousel .carousel-control.left {
    left: 0;
    background-image: none;
    background: none repeat scroll 0 0 transparent;
    border: none;
    border-radius: 0;
    height: auto;
    width: auto;
    margin-top: 30px;
}
.service-flyer-container .media-carousel .carousel-control.right {
    right: 0 !important;
    background-image: none;
    background: none repeat scroll 0 0 transparent;
    border: none;
    border-radius: 0;
    height: auto;
    width: auto;
    margin-top: 30px;
    left: inherit;
}
.nt_download-brochure.custom-download-brochure-container .carousel-inner .carousel-item .thumbnail img {
    width: auto;
    height: 194px;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: auto;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.custom-download-brochure-container .col-md-3:hover .overlay {
    opacity: 1;
}
.icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.nt_download-brochure.custom-download-brochure-container .overlay a img {
    margin: 0 0 0 0;
    width: 50px;
}
/*other services*/
#lazy_loading {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 64px;
}
#loading {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    width: 100%;
    height: 98%;
    z-index: 9;
    text-align: center;
}
.our-inventory-list-container {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.our-inventory-list-container .our-inventory-sidebar .filters-block .form-select:focus {
    border-color: #c7c5c0;
    box-shadow: none;
}
.our-inventory-list-container .our-inventory-sidebar .filters-block .form-select {
    border: 1px solid #c7c5c0;
    border-radius: 0;
}
.our-inventory-list-container .filters-container .view-detail-btn a {
    text-decoration: none;
    text-align: center;
}
/*Truck and Trailer Search Made Easy*/
.cctts-froms-banner {
    float: left;
    width: 100%;
    background: #0068ac;
    font-size: 30px;
    font-family: 'BreuerText-Bold', Arial, Helvetica, sans-serif;
    padding: 25px 15px;
    text-align: center;
    color: #fff;
}
.page-top-para {
    float: left;
    width: 100%;
}
.page-top-para h3 {
    font-size: 24px;
    line-height: 29px;
    color: #0f467c;
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.page-top-para p {
    float: left;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}
.page-top-para span {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.page-top-para span a {
    color: #c9202b;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
}
.find-truck-form-section {
    float: left;
    background-color: #e6e6e6;
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 25px;
    width: 100%;
}
.form-section {
    float: left;
}
.page-title-ccts {
    color: #0f467c;
    font-size: 24px;
    line-height: 27px;
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    text-align: center;
}
.form-info {
    float: left;
    width: 100%;
    margin: 25px 0 35px 0;
}
.form-field {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.form-info input,
.form-info textarea {
    padding: 10px 15px;
    border: none;
    text-align: left;
    width: 100%;
    margin-top: 5px;
    box-shadow: 0 0 7px 1px #ddd;
    font-size: 14px;
}
.g-recaptcha {
    transform: scale(0.73);
    transform-origin: 0 0;
}
.cctts-submit-btn {
    width: 100%;
    margin: auto;
    text-align: center;
    float: left;
}
.cctts-submit-btn .button {
    background-color: #015cb7;
    width: auto;
    margin: auto;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 35px 12px 35px;
    border: 1px solid #015cb7;
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
    box-shadow: none;
    margin-top: 0px;
    line-height: 16px;
}
.cctts-submit-btn .button:hover {
    background: transparent;
    color: #015cb7;
    transition: all 0.3s ease;
}
.quality-list-section {
    float: left;
    margin-top: 40px;
}
.quality-description {
    float: left;
    width: 20%;
}
.quality-description span {
    width: 100%;
    margin: auto;
    text-align: center;
    float: left;
}
.quality-description span i {
    font-size: 90px;
    line-height: 90px;
    text-align: center;
    color: #828282;
}
.quality-description p {
    float: left;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}
.location-section-main {
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.page-title-ccts {
    color: #0f467c;
    font-size: 24px;
    line-height: 27px;
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    text-align: center;
}
.location-section-main p {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif;
    margin-bottom: 35px;
}
.map-section {
    margin: auto;
    text-align: center;
    display: table;
    width: auto;
}
.location-list {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 88%;
    position: relative;
}
.map-section ul {
    display: inline-block;
    float: left;
    margin-top: 20px;
    width: 30%;
    margin-left: 30px;
}
.map-section ul li {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding: 5px 0;
}
.helpline-text {
    float: left;
    width: 100%;
    background-color: #015cb7;
    padding-top: 25px;
    padding-bottom: 25px;
}
.helpline-text p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 31px;
    color: #ffffff;
    margin: 0;
}
.helpline-text p a {
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #fff;
}
.vision-mission-section {
    float: left;
    background-color: #e6e6e6;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
}
.vision-mission-ccts {
    float: left;
}
.vision-mission-ccts span {
    width: 100%;
    margin: auto;
    text-align: center;
    float: left;
}
.vision-mission-ccts span i {
    font-size: 90px;
    line-height: 90px;
    text-align: center;
    color: #828282;
}
.vision-mission-ccts h3 {
    font-size: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Gotham-Bold', Arial, Helvetica, sans-serif;
    color: #333333;
    margin-top: 20px;
}
.vision-mission-ccts p {
    font-size: 15px;
    line-height: 18px;
    float: left;
    width: 100%;
    text-align: center;
    color: #333333;
}
.map-section img {
    width: 60%;
    float: left;
}
.map-section img.california-logo-img {
    position: absolute;
    width: 20%;
    left: 14em;
    top: 15px;
}
.form-left-section {
    float: left;
}
.form-right-section {
    float: left;
}
.full-form-group {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.form-wrapper input::-webkit-input-placeholder {
    color: #fd7a83;
    font-weight: normal;
}
.form-wrapper input:-moz-placeholder {
    color: #fd7a83;
    font-weight: normal;
}
.form-wrapper input:-ms-input-placeholder {
    color: #fd7a83;
    font-weight: normal;
}
.form-wrapper input::placeholder {
    color: #fd7a83;
}
.form-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fd7a83;
}
.form-wrapper input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fd7a83;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */
/*Truck and Trailer Search Made Easy*/
/* Full Page loader start */
.full_page_loading {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.full_page_loading .loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0px 0px -16px;
}
/* Full Page loader End */
/*Forms CSS*/
.location-details-container.CCTTS-forms-container {
    background: #e6e6e6;
    float: left;
    width: 100%;
    padding: 75px 0 75px 0;
}
.location-details-container.CCTTS-forms-container input,
.location-details-container.CCTTS-forms-container textarea.form-control {
    padding: 10px 10px;
    border: none;
    text-align: left;
    width: 100%;
    margin-top: 5px;
    box-shadow: 0 0 7px 1px #ddd;
    font-size: 14px;
    border-radius: 0;
}
.location-details-container.CCTTS-forms-container .select2-container--default .select2-selection--single {
    border: none !important;
    text-align: left;
    width: 100%;
    margin-top: 5px;
    box-shadow: 0 0 7px 1px #ddd !important;
    font-size: 14px;
    border-radius: 0 !important;
}
.location-details-container.CCTTS-forms-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.select2-results ul li {
    font-size: 14px !important;
    font-family: 'Gotham-Book', Arial, Helvetica, sans-serif !important;
}
.location-details-container.CCTTS-forms-container label {
    margin: 0;
    font-size: 14px;
    float: left;
}
.location-details-container.CCTTS-forms-container .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}
.location-details-container.CCTTS-forms-container .checkbox {
    float: left;
    width: auto;
    margin-right: 20px;
}
.location-details-container.CCTTS-forms-container label input {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: 4px;
}
.location-details-container.CCTTS-forms-container label {
    margin-top: 10px;
    margin-bottom: 7px;
}
/*.location-details-container.CCTTS-forms-container .row {
	margin-left: 0;
	margin-right: 0;
}*/
.location-details-container.CCTTS-forms-container .row [class^="col-md-"] {
    float: left;
}
.fl-flex-label {
    float: left;
    margin: 25px 0 0 0px;
}
.location-details-block-left .submit-btn:hover {
    background: transparent;
    border: 2px solid #c22332;
    color: #c22332;
}
.location-details-block-left .submit-btn {
    border: 2px solid #c22332;
    margin-top: 30px;
    text-transform: uppercase;
}
.location-details-container.CCTTS-forms-container input#attachment,
.location-details-container.CCTTS-forms-container input#attachment1,
.location-details-container.CCTTS-forms-container input#attachment2 {
    box-shadow: none;
    padding-left: 0;
}
.location-details-container.CCTTS-forms-container input#over_amount {
    width: auto;
}
/*Forms CSS*/
.header {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    transition: all 0.4s ease;
    top: 0;
}
.top-notification {
    width: 100%;
    background-color: rgba(201, 32, 43, 1);
    /* position: fixed; */
    /* top: 0; */
    /* z-index: 99; */
    float: left;
    /*margin-bottom: 27px;*/
}
.top-notification p {
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    padding: 25px 60px 20px 20px;
    float: left;
    margin: 20px 0 0 0;
    font-family: 'BreuerText-Medium', Arial, Helvetica, sans-serif;
}
.top-notification a {
    font-family: 'BreuerText-Bold', Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #ffffff;
}
.top-notification span {
    margin: auto;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.top-notification span img {
    width: 52%;
    height: auto;
}
.menu-vocations-bottom-block.menu-vocations-bottom-block0 {
    border-right: none;
}
.error-page {
    float: left;
    width: 100%;
    padding: 150px 60px 150px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}
.error-page h1 {
    font-size: 4.5rem;
    color: #f8990d;
}
.error-page h1 span {
    color: #0068ac;
    font-size: 4.5rem;
}
.error-page p {
    font-size: 1.6rem;
    color: #333333;
}
/* 360 image display logo text update start */
.oul-item-360 {
    display: inline-block;
}
.image-360-picture-thumb {
    position: absolute;
    width: 75%;
    top: 28%;
    left: 12%;
}
.image-360 {
    width: 62%;
    position: absolute;
    left: 19%;
    top: 25%;
    opacity: 80%;
}
.click-to-view {
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    position: absolute;
    width: 100%;
    top: 14%;
    color: #FFFFFF;
    font-size: 24px;
}
.model.click-to-view {
    font-size: 32px;
}
/* 360 image display logo text update End */
.mobile-header {
    display: none;
}
.main-carousel .owl-item img {
    height: 400px;
    object-fit: cover;
}
.thumbnails-wrapper .owl-item img {
    height: 115px;
    object-fit: cover;
}
/*----------------Cookie consent----------------*/
.consent-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #0e5495;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    color: #fff;
    display: none;
}
.cookie-consent-bg {
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    animation-name: fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
    display: none;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.cookie-consent-banner .consent-wrapper {
    align-items: center;
}
.cookie-consent-banner .consent-wrapper strong {
    font-family: 'SanFranciscoDisplay-Bold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.cookie-consent-banner .consent-wrapper .gpc-info {
    background: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
}
.cookie-consent-banner .consent-wrapper .gpc-info i {
    color: #c9202b;
}
.cookie-consent-banner .btn-white {
    background: #fff;
    color: #000;
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid #015cb7;
    font-family: 'SanFranciscoDisplay-Medium', Arial, Helvetica, sans-serif;
}
.cookie-consent-banner .btn-blue {
    background: #0073e6;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid #015cb7;
    font-family: 'SanFranciscoDisplay-Medium', Arial, Helvetica, sans-serif;
}
.cookie-settings {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 480px;
    height: 100%;
    box-shadow: 0px 2px 10px -3px #999;
    background: #0e5495;
    /* transition: visibility 0s 500ms, opacity 500ms linear; */
    z-index: 10000;
    color: #fff;
    display: none;
}
.cookie-settings.slide-in-left {
    animation-name: ot-slide-in-left;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-duration: 1s;
    display: block;
}
.cookie-settings.slide-out-left {
    animation-name: ot-slide-out-left;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-duration: 1s;
    /* transition: visibility 0s 500ms, opacity 500ms linear;
    opacity: 0;
    visibility: hidden; */
}
.cookie-settings .cookie-header {
    padding: 0 10px;
    display: flex;
    justify-content: end;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #0e5495;
    z-index: 3;
}
.cookie-settings .cookie-header i {
    padding: 10px;
    cursor: pointer;
}
.cookie-settings .cookie-footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: #0e5495;
    padding: 10px;
    border-top: 1px solid #fff;
    z-index: 3;
}
.cookie-settings .cookie-body {
    padding: 36px 20px 55px;
    height: 100%;
    overflow-y: auto;
}
.cookie-settings .cookie-body .section-title {
    font-family: 'SanFranciscoDisplay-Bold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}
.cookie-settings .cookie-body .cookie-details {
    background-color: #f4f4f4;
    color: #000;
    border-radius: 5px;
}
.cookie-settings .cookie-body .cookie-details ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid;
}
.cookie-settings .cookie-body .cookie-details ul:last-child {
    border-bottom: none;
}
.cookie-settings .cookie-body .cookie-details ul li {
    display: flex;
}
.cookie-settings .cookie-body .cookie-details ul li>span {
    width: 100px;
    font-family: 'SanFranciscoDisplay-Medium', Arial, Helvetica, sans-serif;
}
.cookie-settings .cookie-body .cookie-details ul li p {
    flex: 1;
    margin-bottom: 0;
}
@keyframes ot-slide-in-left {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes ot-slide-out-left {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.cookie-settings .cookie-body .accordion-header {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}
.cookie-settings .cookie-body .accordion-item .gpc-note {
    display: block;
    clear: both;
    background: #fff;
    color: #000;
    padding: 3px;
    font-size: 12px;
    border-radius: 5px;
}
.cookie-settings .cookie-body .accordion-item .gpc-note i {
    color: #c9202b;
}
.cookie-settings .cookie-body .accordion-item,
.cookie-settings .cookie-body .accordion-button {
    background-color: transparent;
}
.cookie-settings .cookie-body .accordion-button {
    padding: 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #fff;
    flex: 1;
    box-shadow: unset;
    font-family: 'SanFranciscoDisplay-Medium', Arial, Helvetica, sans-serif;
}
.cookie-settings .cookie-body .accordion-button:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    background: none;
    margin-left: 0;
    transform: none;
}
.cookie-settings .cookie-body .accordion-button.collapsed::after {
    content: "\f105";
}
.cookie-settings .cookie-body .accordion-body {
    color: #fff;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.inventory-inquiry em {
    font-style: normal;
    color: #BC3636;
}
#myModal .modal-dialog .modal-content .modal-header {
    padding: 0px !important;
    border: none !important;
    height: 0px !important;
}
html.modal-open {
    overflow: hidden !important;
}
#panorama {
    width: 100%;
    height: 500px;
}
/*end */