@font-face {
    font-family: 'customFont';
    src: url(../fonts/Cairo-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'customFont';
}

.fact-image {
    background-image: linear-gradient(#00000080, #00000080), url('../public/assets/img/cars/cars4.png');
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.fact-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.test {
    position: absolute;

    width: 100%;
    height: 75%;
    line-height: 100%;
    background-size: cover;
    background-image: linear-gradient(rgba(34, 49, 108, 0.8), rgba(34, 49, 108, 0.8)), url("../img/cars/RealFactsBackground.jpg");
    position: absolute;
    text-align: center;
    color: white;
    margin-top: 30px;
}

.real-facts{
    margin-top: 30px;
    background-image: url(../img/cars/RealFactsBackground.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.background {
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    background-color: #22316c;
    opacity: .9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.layer {
    padding: 100px 0!important;
}
.real-p {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 50px;
    font-family: nexalight;
}
.real-fact-panel {
    width: 193px;
    height: 160px;
    background-color: #5c6e96;
    display: table;
    align-items: center;
    justify-content: center;
}
.real-fact-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    color: #fff;
}
.parent {
    margin: 20px;
    text-align: center;
    font-family: nexalight;
}
.height-373px {
    height: 373px;
}
.square {
    height: 20px;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 10px;
    width: 20px;
    border: 1px solid #d3d3d3;
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
}

.dot{
    border-radius: 50%;
    height: 4px;
    width: 4px;
    background-color: #424299;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}


.sub-title {
    display: block;
    position: relative;
    font-size: 22px;
    color: #424299;
    margin-bottom: 38px;
    font-family: 'Arial Narrow Bold', sans-serif;
    margin-left: 60px;
    margin-right: 50px;

}
.sub-title::before {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #d3d3d3;
    position: absolute;
    bottom: -12px;
}

.sub-title::after {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #d3d3d3;
    position: absolute;
    bottom: -8px;
    left: 420px;
}

.txt {
    color: #424299;
    font-size: 16px;
    font-family: nexalight;
    margin-bottom: 40px;
    margin-left: 60px;
}

.paragraph{
    line-height: 30px;
    font-size: 16px;
}



.sub-txt {
    color: #424299;
    font-size: 16px;
    font-family: nexalight;
    position: relative;
    border-right: 7px solid;
    margin-bottom: 30px;
    padding-right: 15px;
}

.sub-txt::before {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #d3d3d3;
    position: absolute;
    right: 0;
    bottom: -6px;
}

.sub-txt::after {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #d3d3d3;
    position: absolute;
    right: 4px;
    margin-top: 32px;
}

.sub-txt-2 {
    color: #424299;
    font-size: 16px;
    font-family: nexalight;
    position: relative;
    border-right: 7px solid;
    margin-bottom: 30px;
    padding-right: 15px;
}

.about-img {
    flex: 1;
    transform: scaleX(-1);
    background-image: url(../img/cars/aboutImage.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 620px;
    margin-right: 90px;
    margin-top: 190px;
    height: 60%;
}

.sub-img{
    height: 200px;
    width: 50%;
    position: absolute;
    bottom: -20%;
    left: -20%;
    background-image: url(../img/cars/aboutSubImage.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid #fff;
    margin: 0 auto;
    display: block;
}

.arrow-down{
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 100px solid transparent;
    border-top: 55vh solid #fff;
    margin-right: 522px;
}

.sub-img .arrow-down {
    position: absolute;
    left: 0;
    border-top: 290px solid #fff;
    border-right: 75px solid transparent;
}

.booking {
    background-image: url(../img/cars/Book-a-Test-Drive-Background.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 2%;
    padding: 50px 0!important;
}

.booking-layer{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #22316c;
    width: 100%;
    opacity: .7;
}

h2 {
    color: #fff;
    text-align: center;
    padding: 40px 0;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
    font-family: 'Arial Narrow Bold', sans-serif;
}

.be-scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #ffffff;
    background-color: #115099;
    padding: 0 14px;
    display: none;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.80rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 18px;

}


.btn-parent {
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    white-space: nowrap;
    padding: 11px 12px;
    transition: .3s;
    border: none;
}

.btn-parent-2 {
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
}
.mandatory {
    margin-right: 30px;
    display: block;
    color: #fff;
    font-size: 10px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-child {
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg);
    box-shadow: 5px 0 0 0 #fff;
    color: #22316c;
    background-color: #6c757d;
    width: 90px;
    height: 30px;
    border-radius: 0;
    padding: 4px 29px 7px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.submit-str{
    font-size: 18px;
}

.color-white{
    color: white;
}

.map{
    background-color: #f5f5f5;
}

.message{
    color: #000;
    z-index: 11;
    text-align: center;
    font-weight: 700;
    font-family: 'Arial Narrow Bold', sans-serif;
}

#contact-form {
    background-image: url(../img/cars/Contact-Us-Background.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px 0!important;
}
.img-map {
    width: 650px;
    height: auto;
    clip-path: polygon(50% 100%, 100% 87%, 100% 0, 0 0, 0 87%);
}

.contact-us-header {
    -webkit-text-stroke-width: thin;
    text-transform: uppercase;
    margin-bottom: 50px!important;
    color: #22316c;
    padding: 60px 0 0;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
    font-family: 'Arial Narrow Bold', sans-serif;
}


.edge {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.edge:after, .edge:before {
    z-index: inherit;
    background-color: #a9a9a9;
    position: absolute;
    top: -16px;
    width: 170px;
    height: 80px;
    content: '';
}

.edge:before {
    left: -70px;
    box-shadow: 4px 1px 0 2px #f5f5f5;
    -webkit-transform: skew(-58deg,10deg);
    transform: skew(-58deg,10deg);
}
.edge:after {
    right: -70px;
    box-shadow: -4px 1px 0 2px #f5f5f5;
    -webkit-transform: skew(58deg,-10deg);
    transform: skew(58deg,-10deg);
}

.new-layer {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #22316c;
    width: 100%;
    opacity: .9;
}

#footer {
    padding-bottom: 30px;
    background-image: url(../img/cars/Real-Facts-Background.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.about-title {
    font-size: 25px!important;
    font-family: 'Arial Narrow Bold', sans-serif;
    text-align: right!important;
    padding-bottom: 0!important;
}
.about-text {
    font-size: 12px;
    color: #fff;
    font-family: nexalight;
}
.imgCenter{
    position: relative;
    z-index: inherit;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
.show-room {
    color: #9f9f9f;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    z-index: 11;
}
.address {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    z-index: 11;
    color: #fff;
}
.margin {
    margin-top: 40px;
    text-align: center;
}
.email, .hours, .left, .phone, .right {
    z-index: 11;
    color: #9f9f9f;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
}
.no-decoration {
    text-decoration: none;
}
.email-details, .hours-details, .phone-details {
    z-index: 11;
    color: #fff;
    font-weight: 600;
}
.social i {
    color: #9f9f9f;
    z-index: 11;
    font-size: 32px;
}
.instagram{
    margin-left: 20px;
}
.parent-arrow {
    position: relative;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    border-top: 100px solid #181819;
    border-right: 110px solid transparent;
    border-left: 110px solid transparent;
    z-index: 10;
    text-align: center;
}

.top{
    position: absolute;
    top: -38px;
    left: -11px;
    font-size: 11px;
    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none!important;
}

.top:before {
    top: -38px;
    left: -14px;
    border-right: 25px solid transparent;
    border-bottom: 33px solid #1c2a67;
    border-left: 25px solid transparent;
    z-index: 15;
}
.top:after {
    top: -23px;
    left: 2px;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #eee;
    border-left: 9px solid transparent;
    z-index: 15;
}

.top:after, .top:before {
    position: absolute;
    content: '';
}
#copyRights-footer {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.copyrights {
    color: #a9a9a9;
}
.powered {
    display: block;
    color: #9f9f9f;
}
.cb {
    margin-bottom: 4px;
    color: red!important;
}

/* ===================================== start navbar li for vichels ========================= */

.navbar-nav li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight:bold;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {

    margin-bottom:1rem;
}


.dropdown-scroll{
    max-height: 500px;
    overflow: auto;
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 767px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top:0px;
        padding-bottom:0px;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    /* .navbar .nav-item {
        padding:.5rem .5rem;
        margin:0 .25rem;
    } */


    /* makes the dropdown full width  */
    .navbar .dropdown {
        position:static;
    }


    .navbar .dropdown-menu {
        width:100%;
        left:0;
        right:0;
        /*  height of nav-item  */
        top:45px;
        /*
        display:block;
        visibility: hidden; */
        /* opacity: 0; */
        /* transition: visibility 0s, opacity 0.3s linear; */
    }

    /* shows the dropdown menu on hover
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display:block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    } */

    .navbar .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        background-color: #fff;
    }


    .be-top-header .navbar-nav > li.dropdown .dropdown-menu:before {
        border-bottom: 8px solid white;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        top: -8px;
        content: "";
        display: inline-block;
        right: 360px;
        margin-left: -6px;
        position: absolute;
    }
}
.be-top-header .navbar-nav > li.dropdown .dropdown-menu:after, .be-top-header .navbar-nav > li.dropdown .dropdown-menu:before {
    display: none;
}

.be-top-header .navbar-collapse {
    margin-left: 0px;
    border-width: 0;
}

@media screen and (min-width: 767px) {
    .be-top-header .navbar-collapse {
        margin-right: 300px;
        border-width: 0;
    }
}

.be-top-header .navbar-nav > li.dropdown .dropdown-menu {
    border-radius: 3px;
    margin-top: 73px;
}

/* ===================================== end navbar li for vichels */



/* ======================================================== begain fancy carousel (tab images)  ======================== */

.slick-slider .slick-prev, .slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #B7B7B7;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #000;
    transition: opacity .25s;
    cursor: pointer;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    opacity: .65;
}
.slick-slider .slick-prev {
    left: 0;
}
.slick-slider .slick-next {
    right: 0;
}

#detail .product-images {
    width: 100%;
    margin: 0 auto;
    border:1px solid #eee;
}
#detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
    display: block;
    outline: none;
    border: none;
}
#detail .product-images .main-img-slider figure {
    margin: 0 auto;
    padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
#detail .product-images .thumb-nav {
    margin: 0 auto;
    padding:20px 10px;
    max-width: 600px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
    font-size: 1.2em;
    height: 20px;
    margin-top: -10px;
}

#detail .product-images .thumb-nav li {
    height: 60px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
#detail .product-images .thumb-nav li img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 2px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
}
#detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
    border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
    border-color: #d12f81;
}
#detail .product-images img {
    width: 100%;
    display: block;
    /* outline: none; */
    border: none;
}

.tab-content {
    background: #ffffff;
    padding: 0px;
    margin-bottom: 40px;
    border-radius: 0 0 3px 3px;

}
.nav-tabs {
    border-bottom: 0px;
}
.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #1c2d66;
}
.tab-href {
    font-weight: bold;
    font-size: 18px;
    color: #1c2d66;
}
/* ======================================================== end carousel (tab images) */

.rectangle {
    width: 100%;
    background: #1c2d66;
    height: 69px;
}
.lsTitle {
    position: relative;
}
.lsTitle h3::before {
    content: "";
    height: 47px;
    width: 2px;
    background-color: #80808e;
    position: absolute;
    right: 3px;
    top: 11px;
}
.lsTitle h3 {
    font-family:  'Arial Narrow Bold', sans-serif;
    color: #fff;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 0;
    position: relative;
    padding-top: 4px;
    font-weight: bold;
    font-size: 25px;

}
.h3, h3 {
    font-size: 1.75rem;
}
.lsTitle p {

    font-size: 14px;
    font-family: Verdana;
    color: #fff;
    padding-right: 20px;
    margin-bottom: 5px;
}

.rectangle2 {
    width: 100%;
    background: #1c2d66;
    margin-top: 20px;
    height: 70px;
}
.lsTitle h4 {
    font-family:  'Arial Narrow Bold', sans-serif;
    color: #fff;
    position: relative;
    padding-right: 20px;
    margin-bottom: 5px;
    padding-top: 23px;
    font-weight: bold;
    font-size: 25px;
}
.lsTitle h4::before {
    content: "";
    height: 40px;
    width: 2px;
    background-color: #80808e;
    position: absolute;
    right: 3px;
    top: 16px;
}

.layer-gray {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.about-section h5 {
    font-family: 'Arial Narrow Bold', sans-serif;
    color: #1c2d66;
    padding-right: 7px;
    position: relative;
    font-size: 15px!important;
    padding-top: 15px;
    margin-bottom: 17px;
    margin-right: 18px;
    margin-top: 20px;
}
.about-section h5::before {
    content: "";
    height: 2px;
    width: 35px;
    background-color: #d3d3d3;
    position: absolute;
    margin-top: 17px;
    right: 8px;
}
.about-section h5::after {
    content: "";
    height: 2px;
    width: 35px;
    background-color: #d3d3d3;
    position: absolute;
    margin-top: 20px;
    right: 18px;
}
.about-section p {
    font-family: 'Arial Narrow Bold', sans-serif;
    color: gray;
    margin-right: 25px;
    margin-bottom: 25px;
}
.about-section2 {
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.about-section2 h5 {
    font-family: 'Arial Narrow Bold', sans-serif;
    color: #1c2d66;
    margin-right: 25px;
    margin-bottom: 17px;
    margin-top: 40px;
    font-size: 16px!important;
}
.about-section2 p {
    font-family: 'Arial Narrow Bold', sans-serif;
    color: gray;
    margin-right: 25px;
    margin-bottom: 6px;
    font-size: 15px!important;
}

.be-wrapper {
    min-height: 100%;
    padding-top: 19px;
}
.main-title {
    padding-top: 1px;
    position: relative;
    margin-top: 30px;
}
.main-title h3 {
    border-right: 2px solid #80808e;
    margin-right: 8px;
    font-family: 'Arial Narrow Bold';
    color: #1c2d66;
    padding-right: 15px;
    margin-bottom: 40px;
    font-size: 25px;
}
.main-title h3::before {
    content: "";
    height: 2px;
    width: 45px;
    background-color: #d3d3d3;
    position: absolute;
    margin-top: 35px;
    right: 25px;
}
.main-title h3::after {
    content: "";
    height: 2px;
    width: 45px;
    background-color: #d3d3d3;
    position: absolute;
    margin-top: 38px;
    right: 33px;
}
.main-title h5 {
    font-family: 'Open Sans';
    color: #1c2d66;
    margin-right: 25px;
    margin-bottom: 0;
    font-size: 15px!important;
    font-weight: bold;
}
.main-title p {
    color: gray;
    margin-right: 25px;
    margin-bottom: 25px;
    font-size: 16px;
}

.featured-h2 {
    color: #1c2d66;
    padding-right: 7px;
    margin-right: 14px;
    text-align: right;
    padding: 0px;
    font-weight: bold;
}
.featured p {
    /* font-family: Light ; */
    color: #1c2d66;
    padding-right: 7px;
    margin-right: 14px;
    font-size: 21px;
    /* font-weight: 700; */
    line-height: 1.6;
    margin: 1rem;
}
.featured img {
    width: 100%;
    padding-right: 22px;
    padding-right: 20px;
}

.color {
    color: #1c2d66;
    margin-right: 10px;
    margin-top: 63px;
}
.img-color {
    width: 100%;
    padding-right: 18px;
    margin-bottom: 30px;
}
.btn-carColor {
    width: 14%;
    height: 35px;
    cursor: pointer;
    -webkit-transform: skew(-20deg);
    border-radius: 4px;
    border: 0;
    margin-right: 6px;
    outline: 0;
}
.btn-spec, .btn-spec:hover {
    width: 100%;
    background-color: #1c2d66;
    margin-bottom: 20px;
    border: 7px solid transparent!important;
    box-shadow: none;
    color: #fff;
    outline: 0;
    font-size: 18px;
}
.btn-carColor:hover {
    box-shadow: 0 0 33px 0 #1c2d66;
}

.mt-50px {
    margin-top: 50px;
}
.ml-20px {
    margin-right: 20px;
}
.ml-60px {
    margin-right: 60px;
}
.ml-40px {
    margin-right: 40px;
}
div#header {
    padding: 5px 0;
    background-color: #1c2d66;
}
.social-media-a {
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
    text-decoration: none;
}
.social-media-a:hover {
    color: white;
}
.social-media-a:active {
    color: white;
}
.social-media-a:focus{
    color: white;
}
.iconsparent {
    float: left;
}
.dir-ltr {
    direction: ltr;
    text-align: right;
}

.spinner-circle {
    font-size: 45px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 240px;
}
.mt-10 {
    margin-top: 19px;
    margin-bottom: 25px;
}
.deal {
    padding: 30px;
}
.dealers-title {
    font-family: nexabold;
    color: #153499;
    position: relative;
    font-size: 40px;
    text-align: center;
}
.locations {
    font-family: nexabold;
    color: #153499;
    text-align: center;
    font-size: 30px;
}
.list {
    display: block;
    color: #153499;
    font-family: nexabold;
    text-align: center;
    border-left: 2px solid #153499;
    padding-top: 15px;
    font-size: 20px;
}
.locations::before {
    content: "";
    width: 141px;
    height: 2px;
    background-color: #153499;
    position: absolute;
    margin-top: 18px;
    left: 18px;
}
.locations::after {
    content: "";
    width: 141px;
    height: 2px;
    background-color: #153499;
    position: absolute;
    margin-top: 18px;
    right: 18px;
}

.be-top-header .navbar-nav > li > a {
    font-weight: bold;
    margin-right: 20px;
}
.link-map{
    color: #153499;
}
.link-map:hover{
    color: #e53631;
}
.img-thumbnail {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.text-map {
    font-size: 22px;
    color: #22316c;
    padding: 7px;
    text-decoration: underline;
}



/* ======================================== Max Width screen 771px */
@media (max-width: 771px){
    .email, .phone {
        display: none;
    }

    .locations::before {
        content: "";
        width: 60px;
        height: 2px;
        background-color: #153499;
        position: absolute;
        margin-top: 18px;
        left: 18px;
    }
    .locations::after {
        content: "";
        width: 60px;
        height: 2px;
        background-color: #153499;
        position: absolute;
        margin-top: 18px;
        right: 18px;
    }

    .dealers-title {
        font-family: nexabold;
        color: #153499;
        position: relative;
        font-size: 30px;
        text-align: center;
    }


}

.btn-group {
    margin-right: 0.5em;
  }
  .img-fluid {
    height: 320px;

}
