.viewstock__single-service {
    background-color: #F5F5F5;
    padding: 35px 15px;
    height: 100%;
    border-right: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    margin-top: 20px;
    padding-bottom: 20px;
}
.viewstock__single-service__icon {
    max-height: 100px;
    width: auto;
    display: block;
    margin: 0 auto 10px;
}


.viewstock__single-service h6 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #253089;
    text-align: center;
}
.main-gallery__main-images .slick-prev:before, .slick-next:before {
	color: #253089;
	font-size: 30px;
}
.main-gallery__thumb-images .slick-prev:before, .slick-next:before {
	color: #253089;
	font-size: 30px;
}
.main-gallery__thumb-images .slick-prev {
	left: -35px;
}
.main-gallery__main-images .slick-prev {
	left: -35px;
}
.main-gallery__thumb-images{
	padding-top: 20px;
}
.main-gallery__main-images h4 {
	color: #2F2B7C;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
}
.main-gallery__main-images img {
	margin: auto;
}
.header__nav {
    background-color: white;
}
.header__nav--desktop .nav__item a {
    color: #e95322;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.navstock__a {
    border: solid 1px #d4d4d6;
    padding: 20px !important;
    font-size: 16px !important;
}
.homepage__hero {
    margin-top: 40px;
}
.view_stock {
    width: 100%;
    color: #e95322;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 30px;
    padding: 20px 0;
}
.brand {
    background-color: #ffffff;
}
.brand_title {
    font-family: 'Poppins';
    font-weight: 300;
}
.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute !important;
  top: 20% !important;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-size:3rem !important;
  line-height: 2.8;
}

.owl-carousel .owl-nav button.owl-next {
  right:-4.5%;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -4%;
}
/*.owl-carousel .owl-item img {
    border: 1px solid #d4d4d6;
    max-width: 165px;
    margin: 20px 10px 20px 22px;
    padding: 30px 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: black !important;
  text-decoration: none;
}*/
.homepage__featured__content p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;  
}
.red-block {
    background-color: #0d4f33;
    padding: 20px 10px;
}

.red-block a {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}
.blue-area {
    background-color: #e95322;
    color: #ffffff;
    height: 100%;
}
.white-area {
    background-color: #ffffff;
    color: #e95322;
}
.top-block h2 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.top-block p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.other_links {
    text-align: right;
}
.other_links li{
    display: inline-block;
    list-style-type: none;
    padding-left: 40px;
}
.contact-info a{
    text-decoration: none;
}
.cont-form {
    padding-left: 100px;
    padding-right: 100px;
}
.sold-stock {
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 40px;
}
.red-block-stock {
    background-color: #0d4f33;
    padding: 5px 10px;
}
.stock-details {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 15px !important;
    text-transform: uppercase;
}
.stock-name {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 18px;
    /*min-height: 85px;*/
}
.item__price {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 18px;
}
.pad-topbot {
    padding-top: 20px;
    padding-bottom: 50px;
}
.top-block {
    width: 100%;
}
.white-text {
    color: #ffffff;
}
.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}
.vehicle-listing img {
    width: 100%;
}
.correspondence {
    font-size: 14px;
}
/* New Menu */
    .desktop-navbar {
      overflow: hidden;
      background-color: #ffffff;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
    }

    .desktop-navbar a {
      float: left;
      font-size: 20px;
      color: #e95322;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }

    .desktop-dropdown {
      float: left;
      overflow: hidden;
    }

    .desktop-dropdown .desktop-dropbtn {
      font-size: 20px!important;  
      border: none;
      outline: none;
      color: #e95322;
      padding: 24px;
      background-color: inherit;
      font: inherit;
      margin: 0;
    }
    .desktop-dropdown:hover > button.desktop-dropbtn:after {
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 13px solid #e95322;
        content: "";
        position: absolute;
        top: 65px;
        left: -60px;
        border-top: 0;
        opacity: 1;
        right: 0;
        margin: auto;
        opacity: 1;
        display: block;
    }
    .desktop-dropdown-content {
      display: none;
      position: absolute;
      background-color: #ffffff;
      width: 100%;
      left: 0;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }

    .desktop-dropdown-content .desktop-header {
      background: red;
      padding: 16px;
      color: white;
    }

    .desktop-dropdown:hover .desktop-dropdown-content {
        display: block;
        border-top: 10px #e95322 solid;
        margin: 0 auto;
        left: 0;
        right: 0;
        max-width: 1110px !important;
    }

    /* Create three equal columns that floats next to each other */
    .desktop-column {
      float: left;
      width: 25%;
      padding: 10px;
      background-color: #ffffff;
    }

    .desktop-column a {
      float: none;
      color: black;
      padding: 16px;
      text-decoration: none;
      display: block;
      text-align: center;
    }

    .desktop-column a:hover {
      text-decoration: underline;
    }

    /* Clear floats after the columns */
    .row:after {
      content: "";
      display: table;
      clear: both;
    }

    /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 600px) {
      .column {
        width: 100%;
        height: auto;
      }
    }
    .link {
        padding: 24px !important;
    }
    .navbar_category{
        height: 100%;
        padding-top: 40px;
        padding-bottom: 20px;
        border: 1px solid #d4d4d6;
    }
    .navbar_icon{
        width: auto;
        display: block;
        margin: 0 auto 10px;
    }
    @media (min-width: 992px) and (max-width: 1199px) {
        .desktop-navbar a {
            font-size: 16px;
        }
        .link {
            padding: 30px 15px !important;
        }
        .desktop-dropdown .desktop-dropbtn {
            padding: 30px 15px;
            font-size: 17px !important;
        }
        .desktop-dropdown:hover .desktop-dropdown-content {
            max-width: 930px !important;
        }
        .desktop-dropdown:hover > button.desktop-dropbtn:after {
            top: 73px;
            left: 25px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .link {
            padding: 16px !important;
        }
        .desktop-dropdown .desktop-dropbtn {
            padding: 16px;
        }
        .desktop-dropdown:hover > button.desktop-dropbtn:after {
            top: 136px;
            left: -370px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px){
        .desktop-dropdown:hover .desktop-dropdown-content {
            max-width: 690px !important;
        }
        .icons {
            font-size: 18px !important;
            padding: 0px !important;
        }
    }
/* End of New Menu */

/* Other stuff */
@media(max-width: 767px){
    .slider {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(max-width: 991px){
    .header__logo-container {
        text-align: center;
    }
    .homepage_service_block {
        margin-bottom: 20px;
    }
    .logo-link {
        width: 100%;
    }
}
@media(max-width: 768px){
    .viewstock__single-service h6{
        font-size: 16px;
    }
    .viewstock__single-service {
        padding: 15px;
        padding-bottom: 0px;
        height: 90%;
    }
    .cont-form {
        padding-left: 30px;
        padding-right: 30px;
    }
    .homepage__hero {
        margin-top: 0px;
    }
    .homepage__services {
        margin-top: 0px;
    }
/*    .owl-carousel .owl-item img {
        max-width: 470px;
        margin: 20px 0px 20px 55px;
    }*/
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 34% !important;
    }
    .footer__social {
        text-align: center;
    }
    .other_links {
        text-align: center;
        padding-left: 0px;
    }
    .other_links li {
        padding-left: 0px;
    }
    .footer-menu {
        text-align: center;
    }
    .footer-menu * {
        text-align: center !important;
    }
    .vehicle-listing{
        margin-bottom: 20px;
    }
}
@media(max-width: 400px){
    .viewstock__single-service h6{
        font-size: 14px;
    }
    .viewstock__single-service {
        padding: 15px;
        padding-bottom: 0px;
        height: 90%;
    }
}
