@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
a {
    color: #002a4e;
    text-decoration: none;
}
a:hover {
    color: #2098D1;
}
img {
    max-width: 100%;
    height: auto;
}
main {
    overflow: hidden;
}
.imgBg img.find {
    display: none;
}
.expand-container {
    padding: 0 100px;
}
.main-search-section .with-sub:before {
    content:attr(sub-text);
    display: block;
    font-size: 80%;
}
.max-570 {
    max-width: 570px;
    margin: auto;
}
.bg-grey {
    background-color:#ececec;
}

.bg-white {
    background-color:#ffffff;
}

.hd-typ1 {
    font-size:30px;
    text-transform: uppercase;
    font-weight:normal;
    margin-bottom:25px;
    font-weight: 700;
    color: #00334C;

}


.hd-typ2 {
    font-size: 18px;
    font-weight: 700;
    color: #00334C;
    margin: 0 0 10px 0;
    
}

.hd-typ3 {
    font-size:25px;
    font-weight:normal;
    margin-bottom:25px;
    font-weight: 700;
    color: #000000;

}

.hd-typ4 {
    font-size: 25px;
    font-weight: 700;
    color: #0682ca;
    margin: 0 0 25px 0;
    
}




.list2, .cms-ctnt .list2{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px; 
    }
.list2 li, .cms-ctnt .list2 li{ 
        position: relative; 
        margin-bottom: 5px; 
        padding-left: 18px;
        line-height: 1.2; 
        font-size: 15px;
    }
.list2 li::before, .cms-ctnt .list2 li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 7px;
        height: 7px;
        background-color: #003145;
        border-radius: 50%;
        border: none;
    }





/* Rectangle Out */
.btn-typ1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #0682ca;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    color: #ffffff;
    padding:10px 45px;
    font-size:14px;
    border-radius:5px;
    text-align: center;
    font-weight: 600;
  }
  .btn-typ1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #013145;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius:5px;

  }
  .btn-typ1:hover{
    color: white;
    text-decoration: none;
  }
  .btn-typ1:hover:before{
    -webkit-transform: scale(1);
    transform: scale(1);
  }


  
/* Rectangle In */
.btn-typ2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #0582ca;
    color: #ffffff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 15px;
    border-radius: 3px;

  }
  .btn-typ2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #232323;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;

  }
  .btn-typ2:hover {
    color: white;
    text-decoration: none;
  }
  .btn-typ2:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .button-sub {
      font-size: 12px;
      color: #0582ca;
  }
  


/* Main search start */
.main-search-section {
    background-color: #ececec;
    font-family: 'FranklinGothicURW-Boo';
}
.search-wrap .search-btn {
    position:absolute;
    right: 0;
    top: 0;
    background-color: #0582ca;
    color: #ffffff;
    border: none;
    outline: none;
    display:block;
    height: 100%;
    width: 135px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
}

.search-wrap .search-btn:hover {
    background-color: #003145;
}

.search-wrap {
    position: relative;
    padding-right: 135px;
}

.select-box-container {
    display:flex;
}
.custom-select-box {
    flex: 1;
    border-right: 1px solid #d9d9d9;
}

.custom-select-box .bootstrap-select {
    width: 100% !important; 
}
.search-wrap {
    border: 1px solid #d9d9d9;
    border-top: none;
}
.search-wrap .bootstrap-select > .dropdown-toggle {
    background: #ffffff;
    color: #194557;
    padding:15px 25px;
    padding-left: 10px;
    border-radius: 0px;
    border: none;
}
.search-wrap .bootstrap-select > .dropdown-toggle:focus{
    outline: none !important;
    background: #ffffff;
    box-shadow:none !important;
}

.search-wrap .bootstrap-select.show > .dropdown-toggle {
    outline: none;
    box-shadow: none;
}

.search-wrap .dropdown-item.active, .search-wrap .dropdown-item:active {
    background-color: #003145;
}

.search-wrap .bootstrap-select .dropdown-menu li a:hover {
    background-color:#003145;
    color: #ffffff;
}
.search-wrap .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.search-wrap .bootstrap-select > .dropdown-toggle::after {
    content: "\f078";
    border: none;
    margin-top:2px;
    line-height:1;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    right: 10px;

}
.bootstrap-select.show > .dropdown-toggle::after {
    content: "\f077";
}


/* ============== bootstrap select to work start ============== */




/* .bootstrap-select.btn-group .dropdown-menu.inner { display: block; } */

.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
/* ============== bootstrap select to work end ============== */
.sliderStyle1 .owl-dot {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff !important;
    margin: 0 3px;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.sliderStyle1 .owl-dot.active,
.sliderStyle1 .owl-dot:hover {
    background: #0582ca !important;
}
.sliderStyle1 .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.suzuki-range {
    background: #ECECEC;
    padding: 60px 0;
}
.suzuki-range .inner {
    padding: 0 100px;
}
.suzuki-range .cell {
    background: #FFF;
    padding-top: 30px;
    position: relative;
}
.suzuki-range .cell .img-wrap {
    position: relative;
    padding: 30px;
    margin: 0;
    display: block;
    width: 100%;
}
.suzuki-range .cell .imgBx .img-logo {
    right: 15px;
    top: 4px;
    max-width: 35%;
}
.suzuki-range .cell img {
    width: auto;
}
.suzuki-range .cell .imgBx {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.suzuki-range .cell .imgBx img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.suzuki-range .cell .text {
    padding: 0px 30px 25px 30px;
    position: relative;
}
.suzuki-range .cell .text img {
    position: absolute;
    top: 0;
    left: 30px;
}
.suzuki-range .cell .text span, .box-title1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #003145;
    display: block;
}
a.box-title1:hover {
    text-decoration: none;
    color: #0582ca;
}

.suzuki-range .cell .text p {
    font-size: 14px;
    margin: 0;
    color: #003145;
}
.imgBx-cell {
    width: 100%;
    position: relative;
    display:block;
    overflow: hidden;
}
.imgBx-cell::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}
a.imgBx-cell img{
    transition:All 0.6s ease;
    -webkit-transition:All 0.6s ease;
    -moz-transition:All 0.6s ease;
    -o-transition:All 0.6s ease;
}
a.imgBx-cell:hover img{
    

    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);


}
.imgBx-cell .round-text {
    width: 65px;
    height: 65px;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    z-index: 99;
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 21px;
    padding: 10px 0 0 0;
    color: #000000
}
.imgBx-cell .round-text span {
    font-size: 24px;
    color: #002C42;
    font-weight: 700;
    display: block;
    text-align: center;
}
.imgBx-cell span.title {
    line-height: 24px;
    color: #FFF;
    font-size: 24px;
    display: block;
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 700;
}
.home-used-cars {
    padding: 50px 0;
}
.home-used-cars .cell p {
    font-size: 14px;
    line-height: normal;
    color: #00334C;
    font-weight: 600;
    padding: 10px 0 0 0;
    margin: 0;
    font-family: 'FranklinGothicURW-Boo';
}
.home-used-cars .cell span {
    font-size: 18px;
    color: #00334C;
    font-weight: 700;
    display: block;
    margin: 10px 0 0 0;
    font-family: 'FranklinGothicURW-Boo';
}
.home-used-cars .cell span sup {
    text-transform: uppercase;
    display: block;
    top: 0;
    line-height: normal;
}
.about-section {
    background: #ECECEC;
    padding: 80px 0;
    margin: 0 0 50px 0;
    font-family: 'FranklinGothicURW-Boo' !important;
}

.about-section p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.about-section .img-cell {
    position: relative;
}
.about-section .img-cell a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.about-section .img-cell a img {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;    
}
.about-section .img-cell a:hover img {
    transform: scale(1.1);
}

.mfp-iframe-holder .mfp-content, .mfp-image-holder .mfp-content {
    border: 8px solid #00334c;
    position: relative;
}
.mfp-iframe-holder .mfp-close, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    width:30px;
    height: 30px;
    padding: 0;
    text-align:center;
    border: 2px solid #00334c;
    background-color: #0582ca;
    top: 0;
    right: 0;
    line-height:1;
    opacity: 1;
    
}
img.mfp-img {
    padding: 0;
    max-height: 85vh !important;
}
.mfp-iframe-holder .mfp-close:hover {
    background-color: #00334c;
}
.sliderStyle2.owl-carousel .owl-nav button.owl-next, .sliderStyle2.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width:65px;
    height: 125px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #000000;
    text-align: center;


}
.sliderStyle2.owl-carousel .owl-nav button.owl-next:before, .sliderStyle2.owl-carousel .owl-nav button.owl-prev:before { 
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 99;
    font-size: 25px;
    color: #194557;

}
.sliderStyle2.owl-carousel .owl-nav button.owl-next:hover:before, 
.sliderStyle2.owl-carousel .owl-nav button.owl-prev:hover:before { 
    color: #ffffff;
}
.sliderStyle2.owl-carousel .owl-nav button.owl-prev:before {
    content: "\f053";
    right: 33px;

}
.sliderStyle2.owl-carousel .owl-nav button.owl-next:before {
    content: "\f054";
    left: 33px;

}
.sliderStyle2.owl-carousel .owl-nav button.owl-next:focus, .sliderStyle2.owl-carousel .owl-nav button.owl-prev:focus { 
    outline: none;
}
.sliderStyle2.owl-carousel .owl-nav button.owl-next::after, 
.sliderStyle2.owl-carousel .owl-nav button.owl-prev::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;

    transition:All 0.6s ease;
    -webkit-transition:All 0.6s ease;
    -moz-transition:All 0.6s ease;
    -o-transition:All 0.6s ease;


    
    

}

.sliderStyle2.owl-carousel .owl-nav button.owl-next::after{
    
    left: 0;
    width: 0;
height: 0;
border-style: solid;
border-width: 62.5px 65px 62.5px 0;
border-color: transparent #ffffff transparent transparent;

} 
.sliderStyle2.owl-carousel .owl-nav button.owl-prev::after {
    right: 0;
    width: 0;
height: 0;
border-style: solid;
border-width: 62.5px 0 62.5px 65px;
border-color: transparent transparent transparent #ffffff;

    
}

.sliderStyle2.owl-carousel .owl-nav button.owl-next:hover::after { 
    border-color: transparent #0582ca transparent transparent;
}
.sliderStyle2.owl-carousel .owl-nav button.owl-prev:hover::after { 
    border-color: transparent transparent transparent #0582ca;

}

.sliderStyle2.owl-carousel .owl-nav button.owl-next {
    right: -100px;
}
.sliderStyle2.owl-carousel .owl-nav button.owl-prev {
    left: -100px;
}




/* contact form start */

.popup-contact {
    padding: 0 40px;
    z-index: 99999;
}
.modal-backdrop {
    z-index: 9999;
}
.popup-ctnt {
    max-width: 950px;
    padding: 30px;
    position: relative;
    margin: 0 auto;
    background-color: #ececec;
    margin-top: 10vh;
}
.popup-ctnt .close-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #003145;
    position: absolute;
    cursor: pointer;
    right: 0em;
    top: 0;
}
.popup-ctnt .hd-typ2 {
    margin-bottom: 40px;
}
.form-typ2 .g-recaptcha {
    display: flex;
justify-content: center;
margin-bottom: 25px;
}
.form-typ2 input::-webkit-outer-spin-button,
.form-typ2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-typ2 input[type=number] {
  -moz-appearance: textfield;
}
.form-typ2 .chk-box label.css-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    background-image: url("../images/check-icon1.png");
}
.form-typ2 .chk-box input[type=checkbox].css-checkbox:checked+label.css-label::before,
.form-typ2 input[type=checkbox].css-checkbox+label.css-label.chk::before {
    background-position: 0 0px;
}
.form-typ2 .chk-box input[type=checkbox].css-checkbox:checked+label.css-label::before,
.form-typ2 input[type=checkbox].css-checkbox+label.css-label.chk::before {
    background-position: 0 -31px;
}
.form-typ2 .chk-box input[type="checkbox"].css-checkbox+label.css-label,
.form-typ2 input[type="checkbox"].css-checkbox+label.css-label.clr {
    padding-left: 30px;
}
.form-typ2 .btn-typ1 {
    padding: 8px 20px 8px 20px;
    width: 320px;
    max-width: 320px;
    display: block;
    margin: auto;
    font-size: 18px;
    font-weight: bolder;
}
.form-typ2 {
    border: 1px solid #dddddd;
    padding: 35px 40px;
    background-color: #ffffff;
}
.form-typ2 .form-group {
    border-bottom: 2px solid #002a4e;
    position: relative;
    margin-bottom: 40px;
}
.form-typ2 .form-control {
    position: relative;
    z-index: 2;
    padding: 0%;
    background-color: transparent;
    height: auto;
    color: #000000;
    border: none;
    padding: 15px 0 0 0;
}
.popup-contact .form-typ2 {
    border: 0px solid #002a4e;
    max-width: 100%;
    padding: 0%;
}
.popup-contact .form-typ2 .btn-typ1 {
    max-width: 100%;
    color: #fff;
    border: 0px;
    font-weight: normal;
}
.popup-contact .form-typ2 .btn-typ1:hover {
    background: #000;
}
.form-typ2 textarea.form-control {
    resize: none;
    min-height: 110px;
}
.form-typ2 .form-group label {
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    position: absolute;
    left: 0;
    top: 0px;
    line-height: 1;
    margin: 0;
    padding: 0;
    z-index: 0;
}
.form-typ2 .form-control:focus+label,
.form-typ2 .form-control:not(:placeholder-shown)+label {
    top: -15px;
    font-size: 14px;
}
.form-typ2 .error label {
    color: #cc0000;
}
.form-typ2 ::-webkit-input-placeholder {
    opacity: 0;
}
.form-typ2 ::-moz-placeholder {
    opacity: 0;
}
.form-typ2 :-ms-input-placeholder {
    opacity: 0;
}
.form-typ2 :-moz-placeholder {
    opacity: 0;
}
.form-typ2 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.form-typ2 .bootstrap-select>.dropdown-toggle {
    vertical-align: top;
    padding: 0;
    padding-right: 25px;
}
.form-typ2 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    vertical-align: top;
}
.chk-box label {
    float: left;
    margin-left: 10px;
    margin-bottom: 0;
}
.chk-box {
    margin-bottom: 20px;
}
.chk-box label:first-child {
    margin-left: 0;
}
.chk-box input {
    margin-right: 10px;
    display: inline-block;
}
.chk-box input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.chk-box input[type=checkbox].css-checkbox+label.css-label,
input[type=checkbox].css-checkbox+label.css-label.clr {
    padding-left: 20px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
}
.lg-chk.chk-box input[type=checkbox].css-checkbox+label.css-label,
.lg-chk input[type=checkbox].css-checkbox+label.css-label.clr {
    padding-left: 30px;
}
.chk-box input[type=checkbox].css-checkbox:checked+label.css-label,
input[type=checkbox].css-checkbox+label.css-label.chk {
    background-position: 0 -16px;
}
.chk-box input[type=checkbox].css-checkbox:checked+label.css-label::before,
input[type=checkbox].css-checkbox+label.css-label.chk::before {
    background-position: 0 -16px;
}
.chk-box.lg-chk input[type=checkbox].css-checkbox:checked+label.css-label::before,
.chk-box.lg-chk input[type=checkbox].css-checkbox+label.css-label.chk::before {
    background-position: -23px -23px;
}
.chk-box.lg-chk label.css-label::before {
    background-position: -23px -0px;
    width: 22px;
    height: 22px;
    top: -3px;
}
.chk-box label.css-label {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chk-box label.css-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../images/check-icon.png");
}
.form-typ2 .chk-box label.css-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/check-icon1.png");
}
.chk-col {
    float: left;
    margin-right: 15px;
    min-height: 30px;
}
.chk-col:first-child {
    margin-left: 0;
}
.chk-col label {
    margin-left: 0;
}
/* contact form end */



.sliderStyle3.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #b7b7b7;
    margin: 0 3px;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.sliderStyle3.owl-carousel button.owl-dot.active,
.sliderStyle3.owl-carousel button.owl-dot:hover {
    background: #0582ca;
}
.sliderStyle3.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}







/*Form Start*/

.input-wrap .form-control{
    border: none;
    padding: 8px 15px;
}
.input-wrap .form-control:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

.form-lbl {
    color: #00334c;
    margin: 0;
    margin-bottom: 5px;
    font-size:14px;
}
.form-typ1 .bootstrap-select > .dropdown-toggle {
    background-color: #ffffff;
    color: #a1a1a1;
    font-size: 14px;
    border: none;
}
.form-typ1 .bootstrap-select .dropdown-menu {
    padding: 0;
}
.form-typ1 .custom-select-box {
    width:100%
}
.form-typ1 .bootstrap-select > .dropdown-toggle:hover, .form-typ1 .bootstrap-select > .dropdown-toggle:focus {
    background-color: #ffffff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    color: #a1a1a1;
}

.form-typ1 input::-webkit-outer-spin-button,
.form-typ1 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form-typ1 input[type=number] {
  -moz-appearance: textfield;
}


.custom-checkbox1 .custom-control-label::before {
    background-color: #bebebe;
    border: none;
    border-radius:2px;
}
.custom-checkbox1 .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #bebebe;
}
.custom-checkbox1 .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-checkbox1 .custom-control-input:checked ~ .custom-control-label::after {
    border: 2px solid #000000;
    border-top: none;
    border-left: none;
    position: absolute;
    left: 6px;
    top: 6px;
    width:6px;
    height: 11px;
    transform: rotate(45deg) ;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.custom-checkbox1  .custom-control-label::before {
    left: 0;
    width:17px;
    height: 17px;
}
.custom-checkbox1 .custom-control-label {
    padding-left: 30px;
}
.multi-check-wrap {
    display:flex;
    flex-wrap: wrap;
}
.multi-check-wrap .custom-checkbox1{
    padding-right: 18px;
}
.multi-check-wrap .custom-checkbox1:last-child{ 
    margin-right:0 ;
}

.form-typ1 .bootstrap-select > .dropdown-toggle::after {
    margin-top:0;
    right: 10px;
}

.form-typ1 .bootstrap-select > .dropdown-toggle {
    padding: 8px 15px;
}
.form-typ1 .custom-select-box {
    border-right: none;
}
.form-typ1 textarea.form-control {
    min-height:125px;
}

.check-title {
    margin-bottom:7px;
}
.multi-check-wrap .custom-checkbox1{
    margin-bottom:25px;
}

.single-banner img {
    width:100%;
}

.desk-banner {
    display:block;
}

.mob-banner {
    display:none;
}


/*CONTACT PAGE*/
.contact-address-section {
    font-size:14px;
    line-height:1.4;
    font-family: 'FranklinGothicURW-Boo';

}
.contact-address-section .lnk {
    color:#000000;
}
.contact-address-section .lnk:hover  {
    color:#000000;
    text-decoration: underline;
}
.post-codewrap {
    position: relative;
    padding-right:150px;

}
.post-codewrap .btn-typ1{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding:0 5px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:normal;
    width:133px;
}
.form-control:focus {
    outline:none;
    box-shadow:none;
}

.contact-address-section {
    border-bottom: 1px solid #ececec;
    margin-bottom: 65px;
    padding-bottom: 65px;
}
.contact-address-section:last-child {
    margin-bottom:0;
    border-bottom:none;
}
.contact-form {
    font-family: 'FranklinGothicURW-Boo';

}
.contact-form {
    font-size: 14px;
}



/*ABOUT*/

.about-two-col {
    display:flex;
    flex-wrap: wrap;
}

.about-two-col .about-col{
    border-left: 2px solid #ffffff;
    margin-bottom: 30px;
    flex: 50%;
}
.about-two-col .about-col:first-child {
    border-left:none;
}

.about-two-col .img-wrap {
    margin-bottom:7px;
}

.about-two-col .btn-typ1{
    padding: 10px 20px;
}


.testimonial-img-wrap {
    max-width: 133px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #ffffff;
    margin-bottom: 10px;
}
.testimonial-slider {
    padding: 30px 75px;
}
.testimonial-content {
    font-style: italic;
    color: #2f2f2f;
    font-size:16px;
}

.testimonial-content-wrap {
    padding:0 60px;
    text-align:center;
    position: relative;
}
.testimonial-content-wrap:before, 
.testimonial-content-wrap:after {
    content:"";
    width:40px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/quote-icon.png") no-repeat center center;
}
.testimonial-content-wrap:after {
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg) ;
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg) ;
    -ms-transform: rotateY(180deg) ;
}

.testi-name {
    font-size:18px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom:10px;
}


.testimonial-slider.owl-carousel .owl-nav button.owl-next, .testimonial-slider.owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 87px;
    position: absolute;
    top: 50%;
    

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);


    background-color: #00334c;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev { 
    left: 0;
}




/*USED CAR DETAIL*/

.cardetail-sect {
    margin-bottom: 45px;
}
.cardetail-sect .btn-bar .dtil-btn {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    padding: 10px 6px;
    text-align: center;
    background-color: #232323;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.cardetail-sect .btn-bar .dtil-btn i {
    position: relative;
    bottom: -1px;
    margin: 0 0 0 4px;
}

.cardetail-sect .btn-bar .dtil-btn:nth-of-type(even) {
    margin-right: 0;
}
.cardetail-sect {
    border-bottom: 1px dashed #c3c3c3;
    padding-bottom: 10px;
}
.cardetail-sect .hd-typ1::before {
    content: attr(company-attr);
    display: block;
    font-size: 80%;
}
.new-cardetail-sect {
    margin-bottom: 45px;
}
.cardetail-sect .hd-typ1 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}
.hd-typ1 {
    padding: 0;
    position: relative;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
}

.hd-typ1 .star::after {
    position: absolute;
    left: 100%;
    bottom: 10px;
}
.price-tag {
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    float: left;
    margin: 0 8px 0 0;
}

.price-tag .rate {
    font-size: 30px;
}

.price-tag .rate.was-now {
    font-size: 14px;
    display: block;
    margin-bottom: -1px;
    margin-top: -5px;
    font-weight: 600;
}

.price-tag .rate.was-now label {
    line-height: normal;
    margin: 0;
    padding: 0;
    color: #676767;
    font-weight: 400;
}

.price-tag-ctnt {
    display: inline-block;
    float: right;
    font-size: 14px;
}
.price-tag-ctnt span.lbl {
    font-size: 12px;
    display: block;
    position: relative;
    margin-bottom: -11px;
}
.slider-wrap {
    position: relative;
    min-height: 100px;
    margin-top: 10px;
}
span.iconYoutube {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.usedcar-slider.owl-carousel .owl-nav .owl-next,
.usedcar-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    height: 30%;
    width: 30px;
    background-color: #e2e2e2;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
}
.usedcar-slider.owl-carousel .owl-nav {
    font-size: 0px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
.usedcar-slider.owl-carousel .owl-nav span {
    border: 7px solid #000000;
    border-bottom: none;
    border-left: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-right: 7px;
}
.usedcar-slider.owl-carousel button:hover span {
    border-color: #002a4e;
}
.usedcar-slider.owl-carousel .owl-nav .owl-prev span {
    margin-left: 7px;
    margin-right: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.usedcar-slid0682caer.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.used-car-detail .details-cell {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 65px;
    border-top: 1px dashed #dadada;
    margin-bottom: 30px;
}
.used-car-detail .details-cell li {
    float: left;
    width: 50%;
    border: 1px dashed #dadada;
    border-top: none;
    border-left: none;
    padding: 10px 5px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}
.used-car-detail .details-cell li:nth-child(2n+1) {
    clear: left;
    border-left: none;
}
.used-car-detail .details-cell li:nth-child(2n) {
    border-right: none;
}0682ca: 14px;
    font-weight: normal;
}
.used-car-detail .btn-bar {
    margin-bottom: 15px;
}
.used-car-detail .bn-typ3 {
    float: right;
    margin-top: 10px;
}
.red-txt-bar {
    text-align: center;
    margin-bottom: 25px;
}
.red-txt-bar .red-txt {
    position: relative;
    font-size: 14px;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    padding: 4px 15px !important;
    background: #003145;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;    
}
.red-txt-bar .red-txt:hover {
    background: #000;
}
.shar-icon-bar {
    text-align: center;
    line-height: 1.2;
    border-bottom: 1px dashed #c3c3c3;
    border-top: 1px dashed #c3c3c3;
    padding-top: 10px;
    padding-bottom: 7px;
}
.shar-icon-bar > * {
    display: inline-block;
}
.share-ctnt {
    position: relative;
    padding-left: 85px;
    text-align: center;
}
.share-ctnt::before {
    content: attr(shared-lbl-attr);
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: normal;
}
.shr-icon {
    background: url("../images/sprite-typ1.png") no-repeat 0 -30px;
    display: inline-block;
    width: 29px;
    height: 29px;
    float: left;
    margin-left: 5px;
}
.shr-icon:hover {
    transform: scale(0.93);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -o-transform: scale(0.93);
    -ms-transform: scale(0.93);
}
.shr-icon:hover,
.shr-icon:focus {
    text-decoration: none;
    outline: none;
}
.shr-icon.fb {
    background-position: 0 -30px;
}
.shr-icon.gplus {
    background-position: -33px -30px;
}
.shr-icon.twtr {
    background-position: -67px -30px;
}
.shr-icon.email {
    background-position: -101px -30px;
}
.shr-icon.print {
    background-position: -135px -30px;
}
.bn-typ3 {
    background-color: #00803f;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
}

.bn-typ3:hover,
.bn-typ3:focus {
    outline: none;
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
}
.img-count {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    padding-top: 18px;
    z-index: 9;
    text-align: center;
    display: inline-block;
    font-size: 17px;
}
.img-count::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: url("../images/sprite-typ1.png") -52px 0 no-repeat;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
}
.car-loca {
    font-size: 20px;
    margin: 10px 0 0 0;
    color: #000;
}
.car-loca a {
    color: #000;
}
.usedcar-detail-tab {
    margin-bottom: 40px;
}
.usedcar-detail-tab .tab-content ul {
    list-style-type: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.usedcar-detail-tab .tab-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
.usedcar-detail-tab .tab-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 1px;
    background-color: #000000;
}
.usedcar-detail-tab .tab-content ul.three-col li {
    float: left;
    width: 33.33%;
}
.usedcar-detail-tab .tab-content ul.three-col li:nth-child(3n+1) {
    clear: left;
}
.usedcar-detail-tab .ctnt,
.usedcar-detail-tab p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
}
.usedcar-detail-tab p a {
    color: #000;
}
.usedcar-detail-tab .tab-content {
    max-width: 100%;
}
.tab-wraper .nav-tabs .nav-link.active,
.tab-wraper .nav-tabs .nav-link:hover {
    border: none;
    color: #ffffff;
    background-color: #003145;
}
.tab-wraper .nav-tabs .nav-link {
    border-radius: 0%;
    color: #000000;
    border: none;
    font-size: 14px;
    font-weight: 700;
}
.tab-wraper .nav-tabs {
    border-bottom: 2px solid #003145;
    line-height: 1.2;
    align-items: flex-end;
    margin-bottom: 30px;
}
.tab-wraper > ul {
    list-style-type: none;
    margin: 0em;
    padding: 0%;
}
.tab-wraper .tab-icon-wrap {
    margin-bottom: 40px;
}
.tab-hd1 {
    font-size: 18px;
    margin-bottom: 15px;
}






/*New Car Listing Start*/

.bg-color-1 {
    background: #F4F4F4;
}







.inner-page {
    padding: 85px 0;
}





.list-1 {
    padding: 20px 20px 40px 20px;
    background: #FFF;
    /* height: 100%; */
}

.list-1 figcaption {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-1 figcaption a {
    color: #000;
    text-decoration: none;
}

.list-1 figcaption a:hover {
    color: #003145;
}

.list-1 span.sub-text {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    display: block;
}

.list-1 span.price {
    font-size: 18px;
    color: #003145;
    text-transform: uppercase;
    display: block;
    line-height: 25px;
}

.list-1 .imgBx {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* max-width: 100%; */
    /* max-height: 100%; */
}
 .imgBx .img-logo {
    position:absolute;
    right: 0;
    width: 120px;
    top: 0px;
}


.list-1 .imgBx a {
    display: block;
    width: 100%;
}

.list-1 .imgBx img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.list-1 a.btn1,
.list-1 a.btn2 {
    height: 45px;
    background: #003145;
    color: #FFF;
    font-size: 16px;
    width: calc(100% - 56px);
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
}

.list-1 a.btn1:hover,
.list-1 a.btn2:hover {
    background: #000;
    color: #fff;
}

.list-1 a.btn2 {
    margin-top: 6px;
    background: #E6E6E6;
    color: #000;
}

.list-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
.list-btn:last-child {
    margin-bottom: 0;
}


/*New Car Listing END*/





.list-col-wrap .list-hd {  
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-weight: 600;

}
.list-subhd { 
  font-size: 14px;
  font-family: 'FranklinGothicURW-Boo'; 
  margin-bottom: 3px;
}

.list1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px; 
}
  .list1 li { 
    position: relative; 
    margin-bottom: 0px; 
    padding-left: 18px;
    line-height: 1.2; 
    font-size: 15px;
    margin-bottom: 3px;
  }
  .list1 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #003145;
  }


  
 .star-wrap { position: relative; padding-right: 30px; display: inline-block; }
 .star {
   position: absolute;
   line-height: 1;
   right: 0; 
   top: 5px;
   margin-left: 3px;
   width: 20px;
   height: 20px;
   background: url("../images/sprite-typ1.png") no-repeat 0 0; 
 } 
  .star.active {
    background: url("../images/sprite-typ1.png") no-repeat -22px 0;       
  }
 .car-list-section ul { 
   padding: 0; 
   list-style-type: none; 
   font-size: 15px;
   margin: 0;
 }
 .car-list-section .hd-typ2 {
     margin-bottom: 30px;
 }
 .valuelist li { 
   display: flex; 
   align-items: center;
   border-bottom: 1px dashed #c3c3c3;
   font-size: 12px;
   font-family: 'FranklinGothicURW-Boo';
   font-weight: bold;
   padding: 2px 0;
 }
 .valuelist li:last-child { 
   border-bottom: none; 
 }
 
 .list-col {
     margin-bottom: 30px;
 }
 .valuelist li.hd { 
   background-color: #f6f6f6; 
   border-bottom: none; position: relative; 
   padding: 3px 0;
 }
 
 .valuelist li.hd::before {  
   content: "";
   position: absolute;
   left: -20px; right: -20px; 
   top: 0; bottom: 0; background-color: #f6f6f6;
   z-index: -1;
 }
 .list-col-wrap .img-wrap { 
   margin-bottom: 13px; 
   text-align: center; 
   position: relative; 
   padding:20px 0;
 }
 .list-col-wrap .img-wrap .star { 
   right: -10px; 
   top: -10px; 
 }
 
.list-col-wrap .offer-btn {   
   padding: 7px 0; width: 50%;
   display: inline-block;
   text-align: center;
   border-radius: 0;
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
   font-size: 12px;
   flex: 1;



 }
 .list-col-wrap .offer-btn::before {   
    border-radius: 0;
}
 .valuelist { margin-bottom: 15px; }
 .repre-sect { 
   margin-bottom: 55px; 
   padding-bottom: 55px; 
   border-bottom: 1px dashed #b0b0b0; 
 }
 .btm-ctnt p { margin-bottom: 35px; }
 .inner-top-button a.btn.blue {  
   background-color: #233670;
 }
 .valuelist li.hd .value-lbl{ 
   border: none; 
 }
 .valuelist li .value-lbl{ 
   border-right: 1px dashed #c3c3c3;
   width: 70%;
 }
 .valuelist li .value { 
   width: 30%; 
   text-align: right;  
 }
 
 .list-col-wrap { 
   padding: 20px 20px 60px 20px; 
   -webkit-box-shadow: 0px 0px 15px 8px #f6f6f6;
 -moz-box-shadow:0px 0px 15px 8px #f6f6f6;
 box-shadow:0px 0px 15px 8px #f6f6f6;
 height: 100%;
 position: relative;
 
 }
 .list-col-wrap .img-wrap { 
   margin-bottom: 13px; 
   text-align: center; 
 } 

 .list-col-wrap .btn-wrap {
   position: absolute;
   left: 20px;
   right: 20px;
   bottom: 20px;
   display: flex;
 
 }
 
 .list-col-wrap .btn-wrap.single-btn a{ 
     width: 100%; 
     text-align: center; 
 } 





 /*Used Car List*/



 .used-car-list {
    height: 100%;
    -webkit-box-shadow: 0px 0px 30px -23px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 0px 30px -23px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 0px 30px -23px rgba(0, 0, 0, 0.47);
    padding: 0 0 55px 0;
    position: relative;
}
 .status {
    padding: 0px;
     z-index: 99;
     display: inline-block;
    
 }

 .status span {
    font-size: 15px;
    color: #22562B;
    text-transform: uppercase;
    font-weight: 400;
    border: 2px solid #22562B;
    padding: 2px 10px;
    letter-spacing: 1px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: transparent;
    
 }
 .status.print-status span {
     font-size: 40px;
     border-width: 4px;
     font-weight: bold;
 }
 .status .sold {
     color: red;
     border: 2px solid red;
     
 }
 .status .reserved {
     color: #de7100;
     border: 2px solid #de7100;
 } 
 .status .deposit-taken {
     color: #ff8200;
     border: 2px solid #ff8200;
 }

.used-car-list a.imgBx {
    height: 205px;
    display: block;
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.used-car-list span.star-icon {
    position: absolute;
    top: 8px;
    right: 25px;
    color: #D0D0D0;
    font-size: 14px;
    z-index: 9;
    cursor: pointer;
}

.used-car-list span.star-icon:hover {
    color: #c9a600;
}

.used-car-list span.star-icon.active {
    color: #c9a600;
}

span.carOfTheWeek {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}

.used-car-list .top-title {
    padding: 10px 55px 10px 15px;
    position: relative;
}

.used-car-list .top-title a {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.used-car-list .top-title a:hover {
    color: #002a4e;
}

.used-car-list .top-title a sub {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    bottom: 0;
    margin: 0 0 0 0;
    line-height: normal;
}

.used-car-list .top-title .image-count {
    padding: 0;
    width: 18px;
    position: absolute;
    top: 13px;
    right: 10px;
}
.used-car-list .top-title .image-count.pullRight {
    right: 33px;
}

.used-car-list .top-title .image-count span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: block;
    text-align: center;
    line-height: 12px;
}

.used-car-list .price {
    background: #F6F6F6;
    padding: 4px 15px 4px 15px;
    font-size: 14px;
    color: #000;
}

.used-car-list .price span {
    font-size: 17px;
    font-weight: 700;
    /* float: right; */
    position: relative;
    margin: -4px 0 0 0;
}

.used-car-list .per-month {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.used-car-list .per-month span {
    float: right;
}

.used-car-list .per-month span sub {
    font-size: 12px;
    bottom: 0;
}

.used-car-list ul.details-cell {
    width: calc(100% - 30px);
    border: 0px;
    border-top: 1px solid #c3c3c3;
    border-style: dashed;
    border-color: #C3C3C3;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.used-car-list ul.details-cell li {
    float: left;
    width: 50%;
    padding: 7px 0 7px 25px;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    position: relative;
    border: 0px;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-style: dashed;
    line-height: 13px;
}

.used-car-list ul.details-cell li:nth-of-type(even) {
    border-right: 0px !important;
    padding-left: 35px;
}

.used-car-list ul.details-cell li:nth-of-type(even) img {
    left: 10px;
}

.used-car-list ul.details-cell li img {
    position: absolute;
    left: 0;
    top: 7px;
}

.used-car-list ul.details-cell li sub {
    font-weight: normal;
    line-height: normal;
    bottom: 0;
    display: block;
    margin: 0 0 3px 0;
    font-size: 14px;
}

.used-car-list .approved {
    font-size: 12px;
    font-weight: 700;
    padding: 12px 0;
    text-align: center;
}

.used-car-list .approved a {
    text-decoration: none;
    margin: 0 2px;
    color: #fff;
    background: #003145;
    padding: 4px 10px;
    border-radius: 2px;
}
.used-car-list .approved a:hover {
    background-color: #0682ca;
}



.used-car-list .adrs-phn {
    padding: 4px 0;
    width: calc(100% - 30px);
    border-top: 1px solid #c3c3c3;
    margin-left: 15px;
}

.used-car-list .adrs-phn span {
    font-size: 14px;
    display: block;
    font-weight: 700;
}

.used-car-list .adrs-phn a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.used-car-list .adrs-phn a:hover {
    letter-spacing: 2px;
}

.used-car-list .adrs-phn a i {
    font-size: 14px;
    margin-right: 2px;
}

.used-car-list .btns-wrap {
    position: absolute;
    left: 25px;
    bottom: 15px;
    width: calc(100% - 50px);
}

.used-car-list .btns-wrap.single-btn a {
    width: 100%;
    text-align: center;
}

.used-car-list .btns-wrap .btn {
    width: 50%;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    float: left;
    color: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #000;
}

.btns-wrap .group-btn {
    width: 50%;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    float: left;
    color: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;

    text-align: center;
}


.btns-wrap .group-btn::before {
    border-radius: 0;
}

.used-car-list .btns-wrap .btn-1:hover {
    background: #000;
}

.used-car-list .btns-wrap .btn i {
    font-size: 11px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.used-car-listing .right-sec .bottom {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 9px 0;
    margin: 20px 0 0 0;
}

.used-car-listing .right-sec .bottom ul.pagi-1 {
    float: left;
}

.used-car-listing .right-sec .bottom ul.pagi-1 li:first-child {
    margin-left: 0;
}

.used-car-listing .right-sec .bottom span.result {
    float: right;
}

#sticker-sticky-wrapper {
    width: 270px;
    position: absolute;
    left: 15px;
    padding-top: 150px;
    top: -150px;
}

.sticky-wrapper.is-sticky #sticker {
    padding-top: 145px;
    z-index: 9 !important;
}

.no-fix {
    position: relative !important;
    z-index: 1 !important;
}


.used-car-search h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1A1031;
    margin: 0 0 10px 0;
}

.search-bar .row {
    margin-left: -5px;
    margin-right: -5px;
}

.search-bar .search-col {
    padding: 0 5px;
}

.used-car-search .search-bar input {
    background: #E8E8E8;
    height: 50px;
    padding: 0 55px 0 15px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    width: 100%;
    border: 0px;
}

.used-car-search .search-bar input::placeholder {
    color: #000;
}

.used-car-search .search-bar button {
    width: 50px;
    height: 50px;
    border: #000;
    background: #e8e8e8;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    color: #B6B6B6;
}

.used-car-search .search-bar button:hover {
    background: #C00;
    color: #fff;
}

/*Used car Listing End*/





ul.pagi-1 {
    list-style: none;
    font-size: 14px;
    color: #000;
    margin: 8px 0 0 0;
    padding: 0;
}

ul.pagi-1 li {
    float: left;
    margin: 0 0 0 15px;
    position: relative;
}

ul.pagi-1 li a {
    color: #000;
    text-decoration: none;
}

ul.pagi-1 li a:hover {
    color: #0682ca;
}

ul.pagi-1 li.active::after {
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

ul.pagi-1 li.active a {
    color: #0682ca;
}

ul.pagi-1 li:first-child::after,
ul.pagi-1 li:last-child::after,
ul.pagi-1 li.blank::after {
    display: none;
}
ul.pagi-1 li.first,
ul.pagi-1 li.last {
    display: none;
}

ul.pagi-2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.pagi-2 li {
    padding: 0 !important;
    float: left;
    margin: 0 5px 0 0 !important;
}

ul.pagi-2 li a {
    padding: 10px 15px;
    background: #e11f26;
    display: block;
    color: #FFF;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

ul.pagi-2 li a:hover {
    background: #000;
}

ul.pagi-2 li::before {
    display: none !important;
}

ul.pagi-2 li.first a {
    background: #9c9c9c;
}

ul.pagi-2 li.last a {
    background: #9c9c9c;
}

ul.pagi-2 li.last a:hover,
ul.pagi-2 li.first a:hover {
    background: #00334c;
}

ul.pagi-2 li.active a {
    background: #000;
    color: #FFF;
}

.cus-margin-1 {
    margin-bottom: 30px;
}





.pagination-typ1 .pagi-1 {
    float: right;
    justify-content: flex-end;
}
.dropdown.bootstrap-select {
    float: left;
}

.pagination-typ1 .bootstrap-select > .dropdown-toggle {
    background-color: #ffffff;
    border: none;
}
.pagination-typ1 .bootstrap-select > .dropdown-toggle:focus,
.pagination-typ1 .btn-light:not(:disabled):not(.disabled).active, 
.pagination-typ1 .btn-light:not(:disabled):not(.disabled):active, 
.pagination-typ1 .show>.btn-light.dropdown-toggle {
    outline: none !important;
    border: none;
    box-shadow: none;
    background: none;
}

.pagination-typ1 .dropup .dropdown-toggle::after {
    content:"\f078";
    border: none;
}
.pagination-typ1.top {
    border: 1px solid #999999;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
}

.used-car-listing .right-sec .bottom .result {
    float: right;
    font-size: 14px;
}
.used-car-listing .right-sec .bottom ul.pagi-1 {
    float: left;
}
.bottom ul.pagi-1 {
    margin-top: 1px;
}





/*Content Page*/









/*CMS PAGES START*/ 
.sub-hd {
    font-size:18px;
    line-height:1.2;
    margin-bottom:5px;
    font-weight: 600;
    color: #000000;
}
.sub-hd1 {  
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    margin-bottom: 15px;
}
.sub-hd2 {  
    font-size: 18px;
    font-weight: bolder;
    display: block;
    margin-bottom: 15px;
}

.cms-page .inner-banner-3 {  
    margin-bottom: 60px;
}
.cms-page p {  
    font-family: 'Proxima Nova Alt Rg';
    font-size: 16px;
    margin-bottom: 15px;
}
.cms-page p:last-child {  
    margin-bottom: 0em;
}
.top-content {  
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.img-wrap {  
    padding: 0px 0px;
    text-align: center;
    margin-bottom: 20px;
}

.grey-bg {  
    background-color: #f1f1f1;
    
}
.cms-ctnt {  
    font-size: 16px;
}
.cms-ctnt ul {  
    list-style-type: none;
    margin: 0em;
    padding: 0%;
}
.img-col-sec2 .img-col img { 
    max-width: 100%; 
    border-radius: 5px; 
    width: 100%;
}
.img-col-sec2 .img-col { 
    border: 1px solid #dddddd;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px; 
    margin-bottom: 3px;
}
.img-col-sec2 .ctnt-wrap {
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #dddddd;
    line-height: 1.3;
}
.expand-hd {
    font-size: 25px;
    margin: 0;
    margin-bottom: 15px;

}
.img-col-sec2 .ctnt-wrap .tel-wrap {  
    margin-top: 7px;
}
.img-col-sec2 .ctnt-wrap .tel-wrap a { 
    font-weight: bolder;    
}
.img-col-sec2 .ctnt-wrap .tel-wrap a:hover { 
    color: #000000;
    text-decoration: none;
}
.vdo-col { 
    border: 1px solid #dddddd;
    padding: 7px; 
    border-radius: 5px;
}
.vdo-col iframe { 
    margin: 0em; 
    vertical-align: top; 
}
.img-box-col.two-col { 
    display: flex; 
    align-items: center;
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
}
.img-box-col.two-col .img-col{  
    width: 40%;
    max-width: 214px;
}
.img-box-col.two-col .ctnt-col{  
    width: 60%;
    padding: 10px;
    padding-left: 20px;
}
.g-map-wrap {  
    padding: 15px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.expand-title {  
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
    position: relative;
    margin-bottom: 5px;
    

}

.expand-ctnt, .expand-title {  
    padding: 15px 15px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img-info { 
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
    font-family: 'Proxima Nova Alt Rg';
    margin-top: 4px;
    display: block;
    margin-bottom: 15px;
}
.img-col {  
    margin-bottom: 10px;
} 


ul.no-bullets.contetn-expand-collapse li { 
    margin-bottom: 5px; 
}
ul.col-list {
    list-style-type: none;
    padding: 0;
}
.expand-title::after {  
    content: "";
    width: 13px;
    position: absolute;
    right: 20px;
    top: 17px; 
    height: 13px;
    display: inline-block;
    border: 3px solid #003145;
    border-top: none;
    border-left: none;
    

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);


}
.active .expand-title::after {   
    top: 22px;
    border: 3px solid #003145;

    border-bottom: none;
    border-right: none;
}




ul.list-4 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px; 
  }
  
ul.list-4 > li { 
    position: relative; 
    padding-left: 18px;
    line-height: 1.2; 
    font-size: 16px;
    margin-bottom: 10px;
}
ul.list-4 > li:last-child { 
    margin-bottom: 0; 
}
ul.list-4 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000
}
.slider-tab-content ul.list-4 li::before {
    border-left-color:#ffffff ;
}
.new-car-details .tab-ctnt h1{
    margin-top: 0em;
}
.new-car-details .tab-ctnt .hd-typ2{
    margin-bottom: 15px;
}
.center-box {  
    text-align: center;
}
.brand-col-typ1 { 
    margin-bottom: 30px;
 }
.box-ctnt-wrap {  
    margin-bottom: 15px;
}

.box-title { 
    font-size: 20px;
    line-height: 1.3;
    text-align: center; 
    margin-bottom: 10px;
    text-transform: uppercase;
}
.box-info {  
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
}
.center-box .btn-typ3 { 
    max-width: 200px; 
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 5px 10px;
}

.cms-ctnt ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px; 
  }
.cms-ctnt ul > li { 
    position: relative; 
    padding-left: 18px;
    line-height: 1.2; 
    margin-bottom: 10px;
    text-align: left;
}
.cms-ctnt ul > li:last-child { 
    margin-bottom: 0; 
}
.cms-ctnt ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #003145;
}
.border-box {  
    height: 100%;
    border: 1px solid #eeeeee;
    padding: 40px 30px;
    display: flex;
}


.img-box { 
    min-height: 175px; 
    display: flex;
    align-items: center; 
    border: 1px solid #dddddd;
    text-align: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.border-blue {  
    border-color: #09aaed;
}
.border-yellow {
    border-color: #fbc231;
}
.border-pink { 
    border-color: #ce477d;  
}
.border-violet { 
    border-color: #7f62a2; 
}
.offer-col {  
    margin-bottom: 30px;
}
.offer-col ul, ul.no-bullets  {  
    list-style-type: none;
    padding: 0;
    margin:0;
}
.offer-col ul li, ul.no-bullets > li { 
    padding-left: 0;
    margin-bottom: 3px;

}
.offer-col ul > li:before, ul.no-bullets > li:before {  
    display: none; 
}
.offer-ctnt { 
    border: 1px solid #dddddd;
    padding: 20px 15px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.offer-ctnt img {  
    margin-bottom: 15px;
}
.offer-ctnt {
    font-size: 14px;
}


  .img-box-section .img-box img {  
    max-height: 200px;
  }
  .img-box-section .img-box { 
      padding-bottom: 60px;
      min-height: 260px;
      position: relative;
  }
  .img-box-section .img-box .img-txt-b { 
      position: absolute;  
      left: 0;
      right: 0;
      text-align: center;
      font-weight: bolder;
      font-size: 18px;
      bottom: 35px;  
    }
    .img-box-section .img-box .img-wrap {
        padding: 10px;    
    }

    .tbl-typ1 {  
        border: 1px solid #dddddd;
    }
    .tbl-typ1 .tbl-row.two-col { 
        display: flex;
        align-items: center;
    } 
    .tbl-typ1 .tbl-row {  
        border-bottom: 1px solid #e8e8e8;
        margin: 0em;
    }
    
    .tbl-typ1 .tbl-row .tbl-col { 
        padding: 5px 15px; 
        font-size: 14px;
        min-height: 40px;
        display: flex;
        align-items: center; 
        line-height: 1.2;
    }
    .tbl-typ1 .tbl-row.tbl-lbl .tbl-col {  
        font-weight: bolder;
    }
    ul.tbl-typ1 { 
        margin-bottom: 30px; 
    }
        .tbl-typ1 .tbl-row.tbl-hd .tbl-col {
            font-size: 20px;
            font-weight: bolder;
        }
    .tbl-typ1 .tbl-row.two-col .tbl-col:first-child {
        border-right: 1px solid #dddddd;
        width: 70%;
    }
    .tbl-typ1 .tbl-row.two-col .tbl-col:last-child {
        width: 200px;
    }

    .alter-ctnt-row {  
        display: flex;

    }
    .alter-ctnt-row .alter-col {  
        width: 50%;
        padding: 20px;
        margin: 0em;

    }
    .alter-ctnt-row .img-col.bg-grey {  
        background-color: #f1f1f1;
        padding: 60px 20px; 

    }
    .alter-ctnt-row .img-col { 
        text-align: center;
        padding: 0;
    }
    .alter-ctnt-row .img-col img {  
        width: 100%;
    }
    .alter-ctnt-row .ctnt-col {
        background-color: #003044;
        color: #ffffff;
        padding:20px 30px;
        font-family: 'Proxima Nova Alt Rg';
    }
    .alter-ctnt-row .ctnt-col b{ 
        font-size: 14px; 
        line-height: 1.3;
    }
    .alter-ctnt-row:nth-child(2n) {
        flex-direction: row-reverse;

    }

    .car-detail-col .img-wrap {
        border: 1px solid #f0f0f0;
        padding: 70px 5px; }
      .car-detail-col ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px; }
        .car-detail-col ul li {
          margin-top: 4px;
          font-size: 17px; }
      .car-detail-col .btn {
        float: left;
        margin-left: 0px;
        font-size: 15px;
        letter-spacing: 1px;
        width: 100%;
        max-width: 320px;
        border: none;
      }

      .inner-page-search .search-wrap {
          border: none;
      }
      .inner-page-search .select-box-container {
          margin: 0 -10px;
      }

      .inner-page-search .search-title {
        position: absolute;
        left: 20px;
        top: 10px;
        font-size: 12px;
        z-index: 999;
      }
      .inner-page-search .custom-select-box .bootstrap-select {
        padding:3px 10px;
        background-color: #ffffff;
      }
      .inner-page-search .search-wrap .search-btn {
        top: 10px;
        bottom: 10px;
        height: auto;
        width: 125px;
      }
      
      .inner-page-search .search-wrap .bootstrap-select > .dropdown-toggle {
          background-color: #f2f2f2;
      }
      .inner-page-search .custom-select-box {
        position: relative;
        border-right: none;
        background-color: #ffffff;
        padding: 5px 0;
      }

      .main-search-section.inner-page-search {
          background-color: #ffffff;
      }

      .ModelSec .list1 li::before{
        position: relative;
        display: inline-block;
        top: 0;
        margin-right: 10px;
      }

      .ModelSec .title sub{
        display: block;
        margin-top: 0;
        bottom: 0;
        line-height: 1.3;
        font-size: 80%;
      }
      .ModelSec .title {
          display: block;
          font-weight: bold;
          line-height: 1.2;
          font-size: 18px;
          margin-bottom: 10px;
      }


      .sec-two .cell-wrap {
        display: flex;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }
     .sec-two .cell-wrap .cell1 {
        width: 470px;
        float: left;
        position: relative;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 250px;
        cursor: pointer;
    }

    .sec-two .cell-wrap .cell2 {
        width: 380px;
        float: left;
        margin: 0 0 0 2px;
    }
    
    .sec-two .cell-wrap .cell2 .cell {
        height: 124px;
        width: 100%;
        margin: 0 0 2px 0;
        position: relative;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        cursor: pointer;
    }

    .sec-two .cell-wrap .cell2 .cell:last-child {
        margin-bottom: 0;
    }
    .sec-two .cell .cell3 {
        max-width: 852px;
        /*background: red;*/
        margin: 2px 0 0 159px;
    }
    .sec-two .cell .cell3 .cell {
        width: 50%;
        height: 124px;
        margin: 0 2px 0 0;
        float: left;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        border: 0px;
        border: 0px;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
    }
    .sec-two .cell .cell3 .cell:last-child {
        width: calc(50% - 2px);
        margin-right: 0;
    }
    .sec-two .cell .cell3 .cell span {
        position: relative;
        z-index: 99;
    }
    .overlay-btn {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        z-index: 99;
        position: relative;
        font-weight: 600;
        display: block;
        text-align: center;
    }
    .overlay-btn:hover { 
        color: #ffffff;
        text-decoration: none;
    }
    .overlay-btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }
    .sec-two .imgBg {
        position: relative;
    }
    .sec-two .imgBg::after, 
    .sec-two .cell2 .imgBg::after,
    .sec-two .cell3 .imgBg::after {
        width: 100%;
        height: 100%;
        background: rgba(6, 130, 202, 0.7490196078431373);
        content: "";
        left: 0;
        top: 0;
        opacity: 1;
        position: absolute;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .sec-two .cell2 .imgBg:hover::after,
    .sec-two .cell3 .imgBg:hover::after {
        background: rgb(6, 130, 202);
    }
    .sec-two .cell-wrap .cell1.imgBg:hover::after {
        opacity: 1;
    }

    .sec-two .cell-wrap .cell1.imgBg::after {
        opacity: 0.4;
    }

    .chat-icon {
        display: block;
    }
    .chat-icon img {
        display: block;
        margin: auto;
    }

    .with-sub::before {
        content: attr(company-attr);
        display: block;
        margin-bottom: 4px;
        font-size: 70%;
    }
    
    .offer-comparison td:first-child {
        text-align: left !important;
    }

    .gallery-sec .cell i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    .gallery-sec .cell {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

    .mfp-bg {
        z-index: 99999;
    }
    .mfp-wrap {
        z-index: 999999;
    }
    .mfp-arrow:active {
        margin-top: -55px;
    }

    .cover-img img{
        width: 100%;
    }


    .datetimepicker td, .datetimepicker th {
        padding: 5px;
    }

    .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
        background-color: #2098D1;
        background-image: none;
    }

    .owl-carousel.thumb-slider {
        padding: 0 50px;
    }



    
    .thumb-slider.owl-carousel .owl-nav button.owl-next, .thumb-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width:65px;
    height: 125px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #000000;
    text-align: center;
}

.thumb-slider.owl-carousel .owl-nav button.owl-next span, 
.thumb-slider.owl-carousel .owl-nav button.owl-prev span{ 
    display: none;
}

.thumb-slider.owl-carousel .owl-nav button.owl-next:hover, 
.thumb-slider.owl-carousel .owl-nav button.owl-prev:hover{ 

}

.thumb-slider.owl-carousel .owl-nav button.owl-next:before, .thumb-slider.owl-carousel .owl-nav button.owl-prev:before { 
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 99;
    font-size: 25px;
    color: #194557;
    opacity: 0.7;
}
.thumb-slider.owl-carousel .owl-nav button.owl-next:hover:before, 
.thumb-slider.owl-carousel .owl-nav button.owl-prev:hover:before { 
    color: #194557;
    opacity: 1;
}
.thumb-slider.owl-carousel .owl-nav button.owl-prev:before {
    content: "\f053";
    right: 33px;

}
.thumb-slider.owl-carousel .owl-nav button.owl-next:before {
    content: "\f054";
    left: 33px;

}
.thumb-slider.owl-carousel .owl-nav button.owl-next:focus, .thumb-slider.owl-carousel .owl-nav button.owl-prev:focus { 
    outline: none;
}


.thumb-slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
.thumb-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}


/* Print */

.printwrap {
    width: 100%;
    max-width:1800px;
    height: 2546px;
    background: #fff;
    margin: 30px auto;
    border: 1px solid #f3f3f3;
    padding: 40px 40px 0 40px;
}
.printwrap .top {
    /* padding: 0 40px; */
}
.printwrap .top h1 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: normal;
    float: left;
}
.printwrap .top h1 sub {
    line-height: normal;
    bottom: 0;
}
.printwrap .imgBx {
    /* height: 800px; */
    position: relative;
    overflow: hidden;
    background: #F3F3F3;
}
.printwrap .top h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: normal;
    float: right;
}
.printwrap .top h2 sub {
    display: block;
    line-height: normal;
    bottom: 0;
    font-weight: 400;
}
.printwrap table {
    font-size: 20px;
}
.printwrap table th {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
}
.printwrap table td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.printwrap table tr td:last-chilprintd {
    font-weight: 700;
    color: #000;
}
.printwrap h2 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
}
.printwrap p {
    font-size: 20px;
    color: #000;
    line-height: normal;
}
.printwrap .p-map {
    position: relative;
    padding-bottom: 600px;
}
.printwrap .p-map iframe {
    height: 100%;print
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.feature-row {
	display: flex;
	flex-direction: row;
}
    

.feature-col {
    display:flex;
    font-weight: bold;
    font-size: 18px;
    margin:10px 0;
    align-items: center;
    flex: 33.333%;

}
.feature-icon {
    margin-right:15px;
    max-width: 35px;
}



.why-pearson h3 {
    font-size: 22px;
    color: #000;
    margin: 0 0 5px 0;
}
.why-pearson p {
    color: #000 !important;
    font-size: 16px !important;
    margin: 0 0 15px 0 !important;
}
.why-pearson .cellWrap {
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
        -webkit-justify-content: center;
                justify-content: center;
    margin: 10px auto 30px auto;
    padding: 10px 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.why-pearson .cellWrap:hover {
    background: #d0d0d0;
}
/* .why-pearson a {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    width: 28%;
} */
/* .why-pearson .brand a {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    width: 100%;
} */
/* .why-pearson a:last-child {
    margin-right: 0;
} */
.terms p {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.terms h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.vdo-col-wrap {  
    margin-bottom: 30px;
}

.dual-color-text span {
    display:block;
    font-size:70%;
    margin-top: 5px;
    color: #8c8c8c;
}
.color-icon {
    margin: 10px;
    overflow: hidden;
    padding:5px;
}
.color-icon .color {
    width:40px;
    height: 40px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
    margin:auto;
    text-indent: -9999px;
}
.color-icon .active .color {
    outline:1px solid #000000; 
    outline-offset: 3px;
    overflow: hidden;
    
}
.true-colours .nav-tabs {
    justify-content: center;
    border: none;
}
.true-colours {
    margin-bottom:50px;
}
.car-color-hd {
    text-align: center;
    margin-bottom:40px;
    text-transform:uppercase;
}

.color-txt {
    display:none;
}

 
.cardetail-sect .flex-direction-nav .flex-nav-prev a, .cardetail-sect .flex-direction-nav .flex-nav-next a {
    position: absolute;
    left: 0;
	top: 50%;
    height: 30%;
    max-height: 80px;
    width: 30px;
    z-index: 99;
    opacity: 1;
    background-color: #e2e2e2 !important;
    background-image: none !important;
    color: #000000;
	transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    margin: 0 !important;
}
.cardetail-sect .flex-direction-nav .flex-nav-next a { 
    right: 0;
    left: auto;
}
.cardetail-sect .flexslider {
    margin-bottom:10px;
    overflow: hidden;
}
.cardetail-sect .flex-direction-nav .flex-nav-prev a:after, .cardetail-sect .flex-direction-nav .flex-nav-next a:after  {
    content:"\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;

}

.cardetail-sect .flexslider .flex-viewport {
    -webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}
#thumb-slider.flexslider  {
    height: 120px;
}
.cardetail-sect .flex-direction-nav .flex-nav-next a:after {
    content:"\f105"
}

.cardetail-sect #thumb-slider .flex-direction-nav .flex-nav-prev a, .cardetail-sect #thumb-slider .flex-direction-nav .flex-nav-next a {
    height: 90%;
    width:20px;
    max-height: 50px;
}
.cardetail-sect #thumb-slider .flex-direction-nav .flex-nav-prev:after, .cardetail-sect #thumb-slider .flex-direction-nav .flex-nav-next:after {
    font-size:25px;
}


.car-ben-wraper {
    border: 1px solid #f1f1f1;
    height: 100%;
}
.benefit-cntnt p strong {
    color: #000
}

.benefit-cntnt p {
    color: #717171
}

.benefit-cntnt {
    padding: 16px 15px
}

.bene-top {
    min-height: 60px
}

.top-img img {
    width: 100%;
    height: auto;
    display: block
}



.i-like-to {
    width: 100%;
    padding: 10px 60px 10px 0;
    background: #003044;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.i-like-to .bootstrap-select {
    position: relative;
}
.i-like-to .bootstrap-select::after {
    /*width: 10px;*/
    /*height: 10px;*/
    position: absolute;
    right: 15px;
    top: 17px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.i-like-to button.dropdown-toggle {
    background: #FFF;
    width: 220px;
    /*height: 40px;*/
    padding: 8px 25px 9px 15px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    position: relative;
}
.i-like-to .filter-option-inner-inner {
    font-weight: 400;
    color: #000;
    font-size: 14px;
}
.i-like-to ul.dropdown-menu li a {
    padding: 5px 15px !important;
    font-size: 14px;
}
.i-like-to ul.dropdown-menu li a:hover {
    background: #003145;
    color: #fff;
}

a.btn-styl-1 {
    font-size: 18px;
    padding: 14px 25px;
    background: #003044;
    display: table;
    margin: 20px auto 0 auto;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
a.btn-styl-1:hover {
    background: #247ED6;
}

.bnr-button {
    position: absolute;
    bottom: 45px;
    background: #0582ca;
    color: #fff;
    border-radius: 0;
    font-size: 17px;
    padding: 10px 20px;
}
.button-right{
    right: 100px;
}
.button-left{
    left: 100px;
}
.bnr-button:focus{
    box-shadow:none;
}
.bnr-button:hover{
    background: #fff;
    color: #0582ca;
}
.bnr-button span {
    font-size: 14px;
   padding-left: 5px;
   -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.bnr-button:hover span{
    padding-left: 10px;
}








