

/* =-=-=-=-=-=-= General =-=-=-=-=-=-= */



body{

    font-family: 'Exo', sans-serif;

    font-size: 16px;

    line-height: 30px;

    font-weight: 400;

    color: #666666;

    background-color: #fff;

    overflow-x: hidden;

    -webkit-text-size-adjust: 100%;

    -webkit-overflow-scrolling: touch;

    -webkit-font-smoothing: antialiased !important;

}



html,

body {

    width: 100%;

    height: 100%;

}





/* Link style

/* ------------------------------ */

a {

    color: #232ed1;

    line-height: 20px;

}

a,

a > * {

    outline: none;

    cursor: pointer;

    text-decoration: none;

}

a:focus,

a:hover {

    color: #13205b;

    outline: none;

    text-decoration: none;

}





/* Transition elements

/* ------------------------------ */

.navbar a,

.form-control {

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}



a, .btn{

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}



/* Reset box-shadow

/* ------------------------------ */



.btn,

.form-control,

.form-control:hover,

.form-control:focus,

.navbar-custom .dropdown-menu {

    -webkit-box-shadow: none;

    box-shadow: none;

}





button:focus {

    outline: none !important;

}



/* =-=-=-=-=-=-= Image =-=-=-=-=-=-= */

img {

    width:100%;

    max-width: 100%;

}



/* =-=-=-=-=-=-= Typography =-=-=-=-=-=-= */





h1, h2, h3, h4, h5, h6{

    font-weight: 400;

    margin: 0 0 15px;

    color: #202020;

}



h1 {

    font-size: 35px;

    line-height: 50px;

}



h2 {

    font-size: 25px;

}



h3 {

    font-size: 20px;

    line-height: 25px

}



h4 {

    font-size: 18px;

    line-height: 20px}



h5 {



}



h6 {



}



blockquote {

    padding: 20px 20px 20px 60px;

    font-size: 16px;

    color: #969595;

    border-left: 0;

    border: 1px solid #eee;

    position: relative;

    margin: 0;

}



blockquote::before {

    position: absolute;

    content: "\f10d";

    font-family: FontAwesome;

    font-size: 30px;

    color: #eee;

    left: 15px;

    top: 25px;

}

input{

    outline:none;

}

li {

    color: #363636;

    line-height: 24px;

}



/* Button

/* ------------------------------ */

.btn {

    padding: 14px 45px;

    border-radius: 0;

}



.btn-primary {

    background-color: #34495e;

    border-color: #34495e;

}

.btn-primary:hover {

    background-color: #13205b;

    border-color: #13205b;

}



.btn:focus,

button:focus {

    outline: none !important;

}





/* =-=-=-=-=-=-= List Style =-=-=-=-=-=-= */



ul {

    margin:0;

    padding:0;

    list-style: none;

}



.unorder-list {

    list-style: inherit;

}













/* Form Style

/* ------------------------------ */

.form-group {

    margin-bottom: 30px;

}

.form-control {

    height: 60px;

    padding: 20px;

    font-size: 18px;

    line-height: 25px;

    font-weight: 300;

    color: #202020;

    border: 1px solid #eee;

    border-radius: 0;

}

.form-control:focus {

    border-color: #13205b;

}





/* =-=-=-=-=-=-= Global Style =-=-=-=-=-=-= */



.section-padding {

    padding: 70px 0;

}



.section-title {

    font-size: 40px;

    line-height: 30px;

    color: #13205b;

    margin-bottom: 25px;

    text-transform: uppercase;

    font-weight: 700;

}

.sub-title {

    margin: 0;

    line-height: 25px;

    color:#999999;

}



/*custom margin classes*/



/*margin top*/

.mt-30 {

    margin-top: 30px;

}

.mt-50 {

    margin-top: 50px;

}

.mt-80 {

    margin-top: 80px;

}

.mt-100 {

    margin-top: 100px;

}



/*margin bottom*/

.mb-30 {

    margin-bottom: 30px;

}

.mb-80 {

    margin-bottom: 80px;

}



/*custom padding classes*/



.no-padding {

    padding: 0!important;

}



/*padding-bottom*/

.pb-20 {

    padding-bottom: 20px;

}

.pb-30 {

    padding-bottom: 30px;

}

.pb-50 {

    padding-bottom: 50px;

}

.pt-100 {

    padding-top: 100px;

}

.pb-100 {

    padding-bottom: 100px;

}



/*padding top bottom*/

.ptb-20 {

    padding: 20px 0;

}

.ptb-50 {

    padding: 50px 0;

}

.ptb-90 {

    padding: 90px 0;

}

header {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    z-index: 9;

    background:#fff;

}

header .logo-box {

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    padding-bottom: 0px;

}

header .nav-box {
    display: flex;

    height: 100%;

    justify-content: center;

    align-items: center;

    padding-bottom: 0px;
    /* flex-wrap: wrap; */
}



header .right-side-nav p{


    overflow:hidden;


}
header .mini-cart{
    padding-left: 9px;
}

header .mini-cart .nav-link{
    font-size: 15px;
    font-weight: 600;
    color: rgb(54, 54, 54);
    position: relative;
}
header .mini-cart  .fa{
    color: #0011b0;
    font-size: 18px;
}

header .mini-cart .badge{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: #fff;
    background: #000000;
    border-radius: 100%;
    top: 0;
    left: 5px;
}
header .right-side-nav p label{

    font-size: 14px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    line-height: 1.813;

    text-align: left;

    background:#0018f8;

    display:block;

    text-align:center;

    padding:10px 0;

    margin:0;

}

header .right-side-nav p a{

    font-size: 14px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    line-height: 1.813;

    text-align: left;

    background:#0018f8;

    display:block;

    text-align:center;

    background:#0011b0;

    padding:10px 30px;

    text-decoration:none;

}

section.hero {

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    padding-top: 150px;

    border-bottom-left-radius: 100px;

    border-bottom-right-radius: 100px;

    overflow: hidden!important;

    border-top: 0;

}

section.hero.homeBanner {

    background: url(../images/hero-banner.jpg);

    height: 700px;

    margin: 0 -15px;

    border: 15px solid #d7d7d7;

}



/*dynamic Classes*/

body .dynamicHeaderInner {

    display: flex;
    align-items: center;
    padding-bottom: 90px;
    padding-top: 200px;
    height: 356px;
    background-size: 100%;
    background-position: center;
    border-radius: 0;
    margin: 0;
}



.mainBody {

    padding: 100px 0px;

}

.whiteHeading {

    font-size: 32px;

    color: #fff;

    line-height: 29px;

    text-transform: uppercase;

    font-weight: 600;

    text-align: center;



}

/*dynamic Classes*/



section.hero .container {

    position: relative;

}

section.hero .heading{

    display:flex;

    justify-content:center;

    align-items:center;

}

section.hero .heading h3 {

    position: relative;

    text-align: center;

    font-size: 100px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    font-weight: bold;

    /* text-transform: uppercase; */

    line-height: 1.225;

    margin: auto;

    display:inline-block;

}
/*
section.hero .heading h3:after,

section.hero .heading h3:before {

    position:absolute;

    content:'';

    top:0;

    bottom:0;

    margin:auto;

    height:2px;

    width:100px;

    background:#fff;

    right:calc(100% + 10px);

}

section.hero .heading h3:before{

    left:calc(100% + 10px);

    right:unset;

} */

section.hero .filter-main-box {

    background: #fff;

    border-top-left-radius: 50px;

    border-top-right-radius: 50px;

    padding: 50px 30px;

    margin: 0;

    position: absolute;

    left: 0;

    right: 0;

    top: 390px;

}

section.hero .filter-main-box .heading{

    display:block;

}

section.hero .filter-main-box .heading h4 {

    font-size: 16px;

    font-family: "Exo";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1.188;

    text-align: left;

    margin:0;

}

section.hero .filter-main-box .filter-fields {

    display: flex;

    flex-wrap: wrap;

}

section.hero .filter-main-box .filter-fields .field-box {

    width: 21.5%;

    border:1px solid #000;

    position: relative;;

    border-right:none;

}

section.hero .filter-main-box .filter-fields .field-box.select:before {

    position: absolute;

    content: '\f078';

    font-family: 'Font Awesome 5 Free';

    right: 10px;

    font-size: 12px;

    font-weight: 900;

    height: 12px;

    line-height: 12px;

    top: 0;

    bottom: 0;

    margin: auto;

}

section.hero .filter-main-box .filter-fields .field-box:first-child {

    border-top-left-radius:25px;

    border-bottom-left-radius:25px;

}

section.hero .filter-main-box .filter-fields .field-box:last-child {

    border: 1px solid #0018f8;

    border-top-right-radius: 25px;

    border-bottom-right-radius: 25px;

    overflow: hidden;

    width: 14%;

}

section.hero .filter-main-box .filter-fields .field-box input,

section.hero .filter-main-box .filter-fields .field-box select {

    width: 100%;

    padding: 15px 10px;

    font-size: 12px;

    border:none;

    background:transparent;

    font-family: "Exo";

    outline:none;

    color: rgb(54, 54, 54);

    line-height: 1;

    cursor:pointer;

    height:50px;

    text-align: left;

}

section.hero .filter-main-box .filter-fields .field-box select {

    -webkit-appearance: none;

}

section.hero .filter-main-box .filter-fields .field-box button{

    width:100%;

    height:100%;

    border:none;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#0018f8;

    cursor:pointer;

    color:#fff;

}

section.hero .filter-main-box .advance-cta a{

    font-size: 14px;

    font-family: "Exo";

    font-weight:600;

    display:block;

    color: rgb(0, 24, 248);

    line-height: 1;

    padding:10px 5px;

}

section.what-drive-us {

    padding: 80px 0 30px;

    position: relative;

    overflow: hidden;

}

section.what-drive-us:before{

    position: absolute;

    content: '';

    background: url(../images/what-drives-us-sect-bg.png);

    background-size: contain;

    background-repeat: no-repeat;

    width: 550px;

    height: 500px;

    right: -200px;

    bottom: 150px;

}

section.what-drive-us .addvertisment-box {

    margin-bottom: 15px;

}

section.what-drive-us .desc h3{

    font-size: 32px;

    font-family: "Exo";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1;

    text-align: left;

    margin:0;

    margin-bottom:30px;

}

section.what-drive-us .desc p{

    font-size: 14px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    line-height: 1.714;

    text-align: left;

}

section.what-drive-us .desc .cta-box a{

    background-color: rgb(54, 54, 54);

    border-radius:25px;

    padding: 15px 35px;

    font-size: 14px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    line-height: 3.286;

    transition:ease all 0.25s;

}

section.what-drive-us .desc .cta-box a:hover{

    background:rgb(0 24 248);

}



section.what-drive-us .truck-img-box{

    float: right!important;

    margin: auto;

    margin-right: 0;

    margin-top: -320px;

}

section.sale-purchase {

    padding: 0 15px 50px;

}

section.sale-purchase .divider {

    display: flex;

}

section.sale-purchase .divider .buy-box,

section.sale-purchase .divider .sell-box {

    max-width: 50%;

    padding:50px;

}

section.sale-purchase .buy-box{

    background:url(../images/buy-bg.jpg);

    background-size:cover;

    border-bottom-left-radius:50px;

}

section.sale-purchase .sell-box{

    background-size:cover;

    border-top-right-radius:50px;

    background:url(../images/sell-bg.jpg);

}

section.sale-purchase .divider .desc h4 {

    font-size: 22px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    text-transform: uppercase;

    line-height: 1;

    text-align: left;

    margin:0;

    margin-bottom:5px;

}

section.sale-purchase .divider .desc h3 {

    font-size: 32px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1;

    text-align: left;

    margin:0;

    margin-bottom:25px;

}

section.sale-purchase .divider .desc p{

    font-size: 14px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    line-height: 1.714;

    text-align: left;

    max-width:90%;

    margin-bottom:30px;

}

section.sale-purchase .divider .desc .cta-box a{

    background-color: rgb(255, 255, 255);

    border-radius: 25px;

    padding: 15px 35px;

    font-size: 14px;

    font-family: "Exo";

    border:1px solid #fff;

    color: rgb(54, 54, 54);

    line-height: 3.286;

    transition: ease all 0.25s;

}

section.sale-purchase .divider .buy-box .desc .cta-box a:hover{

    background:#0018f8;

    color: rgb(255, 255, 255);

}

section.sale-purchase .divider .sell-box .desc .cta-box a:hover{

    background: #61db4a;

    color: rgb(23 27 28);

}

section.featured-vehicles{

    padding:50px 0;

    background:url(../images/featured-vehicle-slider.jpg);

    background-size:cover;

    background-repeat:no-repeat;

}

section.featured-vehicles .head-desc {

    padding: 0 15px;

}

section.featured-vehicles .head-desc h3{

    font-size: 22px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    text-transform: uppercase;

    line-height: 1.318;

    text-align: left;

    margin:0;

}

section.featured-vehicles .head-desc h2{

    font-size: 32px;

    font-family: "Exo";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 0.906;

    text-align: left;

    margin:0;

    margin-bottom:30px;

}

section.featured-vehicles .addvertisment-box {

    margin-top: 15px;

}

section.featured-vehicles .featured-vehicle-slider .item {

    border-top-left-radius: 35px;

    overflow: hidden;

    margin:0 15px;

    outline:none;

}

section.featured-vehicles .featured-vehicle-slider .item .img-box img {

    width: 100%;



}

section.featured-vehicles .featured-vehicle-slider .item .desc-box {

    position: relative;

    padding:15px 0;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box .price-box h4 {

    margin: 0;

    font-size: 18px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    font-weight: bold;

    line-height: 1.333;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box .price-box {

    position: absolute;

    background: #0018f8;

    padding: 8px 10px 8px 15px;

    border-top-left-radius: 25px;

    border-bottom-left-radius: 25px;

    top: -25px;

    right: 0;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box .title-box{

    max-width:   80%;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box .title-box h3 {

    margin: 0;

    font-size: 14px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1.286;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box  .category-box,

section.featured-vehicles .featured-vehicle-slider .item .desc-box  .rating-box{

    display:inline-block;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box  .rating-box i {

    color:#d0d0d0;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box  .rating-box i.checked{

    color:#fbb637;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box .category-box h4 {

    margin: 0;

    font-size: 14px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    line-height: 1;

    font-weight:600;

    text-align: left;

    margin-left:10px;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box ul{

    display: flex;

    flex-wrap: wrap;

    margin: 0;

    padding-top: 15px;

    margin-top: 15px;

    border-top: 1px solid #ddd;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box ul li:nth-child(even){

    width:60%;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box ul li:nth-child(odd){

    width:40%;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box ul li p{

    font-size: 14px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    line-height: 1;

    font-weight:600;

}

section.featured-vehicles .featured-vehicle-slider .item .desc-box ul li p i.transimition  {

    width: 10px;

    height: 16px;

    background: url(../images/transmition-icon.png);

    display: inline-block;

    margin-bottom: -5px;

    background-repeat: no-repeat;

}

section.featured-vehicles .featured-vehicle-slider .slick-arrow {

    font-size: 0;

    border: 1px solid #363636;

    background: #363636;

    height: 45px;

    width: 45px;

    border-radius: 100%;

    position: absolute;

    top: -60px;

    right: 0;

    transition: ease all 0.25s;

    cursor:pointer;

}

section.featured-vehicles .featured-vehicle-slider .slick-arrow.slick-prev {

    right: 55px;

    left: auto;

}

section.featured-vehicles .featured-vehicle-slider .slick-arrow:before{

    position: absolute;

    content: '\f054';

    font-size: 15px;

    font-family: 'Font Awesome 5 Free';

    z-index: 99;

    font-weight: 900;

    color: #fff;

    bottom: 0;

    top:0;

    right: 0;

    left: 0;

    margin: auto;

    width: 100%;

    height: 100%;

    transition: ease all 0.25s;

    display: flex;

    justify-content: center;

    align-items: center;

    padding:3px 3px 0 0;

}

section.featured-vehicles .featured-vehicle-slider .slick-arrow.slick-prev:before {

    content:'\f053';

}

section.featured-vehicles .featured-vehicle-slider .slick-arrow:hover {

    background: #ffffff;

    border-color: #ddd;

}

section.featured-vehicles .featured-vehicle-slider .slick-arrow:hover:before{

    color: #363636;

}

section.blogs-news {

    padding: 80px 0;

}

section.blogs-news .head-desc {

    padding-top: 30px;

}

section.blogs-news .head-desc h3{

    font-size: 22px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    text-transform: uppercase;

    line-height: 1.318;

    text-align: left;

    margin:0;

    font-weight: 500;

}

section.blogs-news .head-desc h2{

    font-size: 32px;

    font-family: "Exo";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 0.906;

    text-align: left;

    margin:0;

    margin-bottom:30px;

}

section.blogs-news .blogs-tabs ul.nav {

    border: none;

    margin-bottom: 15px;

}

section.blogs-news .blogs-tabs ul.nav li a {

    border: none!important;

    position: relative;

    font-size: 14px;

    font-family: "Exo";

    color:#d0d0d0;

    text-transform: uppercase;

    line-height: 1;

    text-align: left;

    font-weight:600;

    padding: 10px 0;

    padding-left: 0;

    transition:ease all 0.25s;

}

section.blogs-news .blogs-tabs ul.nav li{

    position:relative;

    margin-right: 50px;

}

section.blogs-news .blogs-tabs ul.nav li:before {

    height: 40%;

    width: 2px;

    background: #d0d0d0;

    position: absolute;

    content: '';

    right: -25px;

    top: 0;

    bottom: 0;

    margin: auto;

}

section.blogs-news .blogs-tabs ul.nav li:last-child:before {

    display: none;

}

section.blogs-news .blogs-tabs ul.nav li a.active,

section.blogs-news .blogs-tabs ul.nav li a:hover{

    color: rgb(54, 54, 54);

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item {

    margin-bottom: 15px;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item:hover .desc .post-meta {

    background: #0018f8;

}



section.blogs-news .blogs-tabs .tab-content .tab-pane .item .img-box {

    border-top-left-radius: 35px;

    overflow: hidden;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item  .desc{

    position:relative;

    border:1px solid #ddd;

    margin-left:-15px;

    padding:15px;

    padding-top: 50px;

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item  .desc .post-meta {

    position:absolute;

    top:0;

    left:0;

    border-top-right-radius:25px;

    border-bottom-right-radius:25px;

    background:#363636;

    transition: ease all 0.25s;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item  .desc .post-meta{

    display:flex;

    padding:10px 15px;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item  .desc .post-meta .posted-date h4,

section.blogs-news .blogs-tabs .tab-content .tab-pane .item  .desc .post-meta .poster-name h3{

    margin: 0;

    font-size: 12px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    line-height: 2;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item  .desc .post-meta .poster-name h3{

    position:relative;

    padding-right:20px;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item  .desc .post-meta .poster-name h3:before{

    position:absolute;

    content:'';

    right:10px;

    top:0;

    bottom:0;

    margin:auto;

    height:50%;

    width:1px;

    background:#fff;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item  .desc .heading h3{

    font-size: 14px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1.286;

    text-align:left;

    margin-bottom:10px;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item  .desc .content p{

    font-size: 14px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    line-height: 1.714;

    text-align: left;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item  .desc .cta-box a{

    font-size: 14px;

    font-family: "Exo";

    color: rgb(0, 24, 248);

    text-decoration: underline;

    line-height: 1;

    text-align: left;

    font-weight:700;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .load-more-cta a{

    background-color: rgb(54, 54, 54);

    border-radius: 25px;

    padding: 15px 35px;

    font-size: 14px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    line-height: 1;

    transition: ease all 0.25s;

    float: right;

}

section.blogs-news .blogs-tabs .tab-content .tab-pane .load-more-cta a:hover{

    background:rgb(0 24 248);

}

section.blogs-news .addvertisment-box {

    margin-top: 15px;

}



section.testimonials {

    padding: 80px 0;

    background: url(../images/testimonials-bg.jpg);

    background-position: top right;

    background-repeat: no-repeat;

    background-size: 100% 60%;

}

.testimonials.singleTestimonialsSec {

    background: none;

    padding: 0px;

}

.testimonialSecBanner {

    background: url(../images/testimonials/banner-testi.jpg);

}

.faqBanner {

    background: url(../images/bg-faq.jpg);

}

.contactBg {

    background: url(../images/bg-contact.jpg);

}

.advancedBg {

    background: url(../images/bg-advanced.jpg);

}

section.testimonials .head-desc {

    margin: 0 15px;

}

section.testimonials .head-desc h3 {

    font-size: 22px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    text-transform: uppercase;

    line-height: 1.318;

    text-align: left;

    margin:0;

}

section.testimonials .head-desc h2 {

    font-size: 32px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1;

    text-align: left;

    margin-bottom:35px;

}

section.testimonials .testimonials-slider .slick-arrow {

    font-size: 0;

    border: 1px solid #fff;

    background: #fff;

    height: 45px;

    width: 45px;

    border-radius: 100%;

    position: absolute;

    top: -80px;

    right: 15px;

    transition: ease all 0.25s;

    cursor:pointer;

}

section.testimonials .testimonials-slider .slick-arrow.slick-prev {

    right: 70px;

}

section.testimonials .testimonials-slider .slick-arrow:before{

    position: absolute;

    content: '\f054';

    font-size: 15px;

    font-family: 'Font Awesome 5 Free';

    z-index: 99;

    font-weight: 900;

    color: #363636;

    bottom: 0;

    top:0;

    right: 0;

    left: 0;

    margin: auto;

    width: 100%;

    height: 100%;

    transition: ease all 0.25s;

    display: flex;

    justify-content: center;

    align-items: center;

    padding:3px 3px 0 0;

}

section.testimonials .testimonials-slider .slick-arrow.slick-prev:before {

    content:'\f053';

}

section.testimonials .testimonials-slider .slick-arrow:hover {

    background: transparent;

}

section.testimonials .testimonials-slider .slick-arrow:hover:before{

    color: #fff;

}

section.testimonials .testimonials-slider .item{

    background:#fff;

    padding:100px 50px;

    margin:15px;

    border-top-left-radius:35px;

    position:relative;

    z-index:1;

    overflow:hidden;

    border:1px solid #ddd;

    outline:none;

    transition:ease all 0.25s;

}

section.testimonials .testimonials-slider .item:before{

    position:absolute;

    content:'';

    left:0;

    right:0;

    top:0;

    bottom:0;

    z-index:-1;

    background:url(../images/testi-item-bg.jpg);

    transition:ease all 0.25s;

    opacity:0;

}

section.testimonials .testimonials-slider .item:after{

    position:absolute;

    content:'“';

    right:15px;

    top: 0;

    color: rgb(241, 241, 241);

    font-size: 180px;

    font-family: "Poppins";

    line-height: 1;

    text-align: left;

    height: 180px;

    width: 180px;

    text-align: right;

    z-index: -1;

}

section.testimonials .testimonials-slider .item.slick-current:before{

    opacity:1;

}

section.testimonials .testimonials-slider .item.slick-current:after{

    color:#0018f8;

}

section.testimonials .testimonials-slider .item .content p {

    margin: 0;

    font-size: 14px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    line-height: 1.714;

    text-align: left;

}

section.testimonials .testimonials-slider .item .name-rating-box {

    position:absolute;

    bottom:0;

    left:0;

    border-top-right-radius:25px;

    border-bottom-right-radius:25px;

    background:#363636;

    display:flex;

    padding:10px 25px;

    justify-content:center;

    align-items:center;

    transition:ease all 0.25s;

}

section.testimonials .testimonials-slider .item.slick-current .name-rating-box{

    background:#0018f8;

}

section.testimonials .testimonials-slider .item .name-rating-box .name h3{

    margin: 0;

    font-size: 14px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    line-height: 2;

    letter-spacing:1px;

    position:relative;

    padding-right:20px;

}

section.testimonials .testimonials-slider .item .name-rating-box .name h3{

    position:relative;

    padding-right:20px;

}

section.testimonials .testimonials-slider .item .name-rating-box .name h3:before{

    position:absolute;

    content:'';

    right:10px;

    top:0;

    bottom:0;

    margin:auto;

    height:50%;

    width:1px;

    background:#fff;

}

section.testimonials .testimonials-slider .item .name-rating-box .rating i{

    font-size: 12px;

}

section.testimonials .testimonials-slider .item .name-rating-box .rating i:before {

    color: #fff;

    margin: 0 -2px;

}

section.testimonials .testimonials-slider .item .name-rating-box .rating i.checked:before {

    color: #fbb637;

}

section.logo-sect {

    padding: 80px 0;

}

section.logo-sect .logo-slider .item {

    margin: 0 15px;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;

    height: 100px;

    outline: none;

    margin-bottom: 115px;

}

section.logo-sect .logo-slider .item .desc {

    left: 0;

    right: 0;

    top: 100%;

    position: absolute;

    text-align: center;

}

section.logo-sect .logo-slider .item .desc h3{

    font-size: 12px;

    font-family: "Exo";

    color: rgb(208, 208, 208);

    text-decoration: underline;

    line-height: 1;

    text-align: center;

    transition:ease all 0.25s;

}

section.logo-sect .logo-slider .item.slick-current .desc h3{

    color:#0018f8;

}

section.logo-sect .logo-slider ul.slick-dots {

    display: flex;

    justify-content: center;

}

section.logo-sect .logo-slider ul.slick-dots li button {

    font-size: 0;

    width: 10px;

    height:10px;

    margin: 5px;

    border-radius: 100%;

    border: none;

    background: #efefef;

    transition: ease all 0.25s;

}

section.logo-sect .logo-slider ul.slick-dots li.slick-active button {

    background: #0018f8;

}



/*About Us Page*/



.aboutUsSec {

    background: url(../images/about-us/hero-banner-about-us.jpg);

}

.driveUsSec ul li {

    position: relative;

    padding-left: 20px;

    margin-bottom: 20px;

}

.driveUsSec {

    padding-bottom: 100px;



}

.driveUsSec ul li:before {

    content: "•";

    color: #0018f8;

    display: inline-block;

    width: 1em;

    font-size: 25px;

    font-weight: 900;

    position: absolute;

    top: -2px;

    left: 0px;



}

.trustedName {

    padding: 80px 0px 80px 0px;

    background:url(../images/about-us/about-banner-2.jpg);

    background-repeat: no-repeat;

    background-size: contain;

}

.trustedName .logoLine {

    display: block;

    width: 40%;

    margin: 17px auto 71px auto;

}

.trustedName .car1 {

    width: 48%;

}



.trustedName .car2 {

    width: 480px;

    position: absolute;

    top: 213px;

    height: 380px;

    left: 400px;

}

.trustedName .car3 {

    width: 35%;

    position: absolute;

    right: 0px;

}





/*About Us Page*/



/*BLOG PAGE*/

.BlogSec {

    background: url(../images/blog/blog-banner.jpg);

}

.recent-blogs {

    border: 1px solid #d0d0d0;

    border-radius: 0px 30px 0px 0px;

}

.sidebarHeading h4 {

    background: #0018f8;

    color: #fff;

    padding: 17px 0px;

    text-align: center;

    font-size: 22px;

    border-radius: 0px 29px 0px 0px;

    margin-bottom: 0px;

    border: 1px solid #0018f8;

}

.recent-blogs ul li {

    margin: 30px 34px;

    position: relative;

    border-bottom: 1px solid #d0d0d0;

    transition: ease all 0.25s;

}



.recent-blogs ul li:hover:before,.recent-blogs ul li:hover h5 {

    color: #0018f8;

}

.recent-blogs ul li:before {

    content: '\f249';

    font-family: 'Font Awesome 5 Free';

    font-weight: bold;

    margin-right: 10px;

    font-size: 20px;

    position: absolute;

    left: -24px;

    top: 15px;

    transition: ease all 0.25s;

}

.recent-blogs ul li span {

    color: #989797;

    font-size: 14px;

}

.recent-blogs ul li h5 {

    color: #363636;

    font-size: 18px;

    font-weight: 500;

    transition: ease all 0.25s;

}

.sidebarBlog {

    margin-top: 160px;

}

/*BLOG PAGE*/



/*New Vehicle Page*/

.newVehicleSec {

    background: url(../images/new-vehicle/banner-img.jpg);

}

body .listing-featured-vehicles {

    background: none;

}

.listing-featured-vehicles .featured-vehicles .featured-vehicle-slider .item img  {

    height: 250px;

    object-fit: cover;

    border-radius: 28px 0px 0px 0px;

}



section.featured-vehicles.listing-featured-vehicles .featured-vehicle-slider .item .desc-box .price-box {

    padding: 8px 35px 8px 35px;

}

section.featured-vehicles.listing-featured-vehicles .featured-vehicle-slider .item .desc-box .title-box {

    max-width: 70%;

}



section.featured-vehicles.listing-featured-vehicles .featured-vehicle-slider .item .desc-box .title-box h3 {

    font-size: 18px;

}

.gridCol {

    border: 1px solid #dedede;

    padding-top: 8px;

    padding-bottom: 8px;

    margin-bottom: 30px;

    padding-left: 15px;

    padding-right: 15px;

    border-radius: 0px 30px 0px 0px;

}

.gridCol span {

    position: relative;

    top: 10px;

    font-size: 16px;

    color: #363636;

    font-weight: 500;

}

.rightController {

    float: right;

}

.rightController .fa-chevron-down {

    position: absolute;

    z-index: 1;

    right: 80px;

    color: #fff;

}

.rightController select {

    width: 215px;

    height: 45px;

    background: #363636;

    color: #fff;

    padding: 0px 7px;

    font-size: 14px;

    border-radius: 30px;

    padding-left: 20px;

}

.rightController select{

    appearance: none;

}

.rightController {

    display: flex;

    align-items: center;

    justify-content: center;

}

.rightController i.fa-th {

    background: #0018f8;

    color: #fff;

    width: 43px;

    display: flex;

    align-items: center;

    height: 43px;

    justify-content: center;

    margin-left: 10px;

    border-radius: 50%;

    transition: all 0.5s ease-in;

}

.rightController i:hover {

    background: #000000;

}

.paginationNo {

    float: right;

    background: #363636;

    height: 40px;

    width: 40px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    color: #fff !important;

    margin: 0px 7px;

    font-weight: 600 !important;

    top: 0px !important;

    transition: ease all 0.25s;

    cursor: pointer;

}



.paginationNo:hover {

    background: #0018f8;

}

.productCategoryCol {

    border: 8px solid #dedede;

    border-radius: 0px 30px 0px 0px !important;

}



.productCategoryCol .accordion h5:after {

    content: '\f0d8';

    font-family: 'Font Awesome 5 Free';

    font-weight: 700;

    position: absolute;

    right: 10px;

    font-size: 12px;

    top: 15px;

    background: #ececec;

    height: 25px;

    display: flex;

    width: 25px;

    justify-content: center;

    border-radius: 50%;

    font-size: 17px;

}

.card.changeIcon h5:after{

    content: '\f0dd' !important;

    font-family: 'Font Awesome 5 Free';

    background: #ececec;

    height: 25px;

    display: flex;

    width: 25px;

    justify-content: center;

    border-radius: 50%;

    font-size: 17px;

}

.productCategoryCol .accordion .btn-link {

    font-size: 16px;

    color:#000;

    line-height: 30px;

    font-weight: 600;

    width: 100%;

    text-align: left;

    position: relative;

    z-index: 1;

    padding-left: 0px;

}

.productCategoryCol .accordion .btn-link:hover {

    text-decoration: none;

}

.productCategoryCol .card {

    border:none;

    border-radius: 0px;

}

/*.productCategoryCol .accordion {

    border: 1px solid #ccc;

}*/

.productCategoryCol .accordion .card-header {

    padding: 0px 0px 0px 10px;

    background: none;

    border: none;

}

.productCategoryCol .accordion {

    margin: 0px 0px;

    border-radius: 0px;



}

.productCategoryCol > h3 {

    color: #9e0b0f;

    font-size: 28px;

    padding: 13px 13px;

    font-weight: 700;

    margin-bottom: 0px;

}

.productArchiveRow {

    margin-top: 30px;

}

.designActive {

    box-shadow: 0px 0px 4px #ccc;

    margin: 8px 8px;

    border-radius: 0px;

}

.designActive .btn-link {

    color: #9e0b0f !important;

    text-decoration: none;

}

.designActive h5:before {

    color:#9e0b0f !important;

}

.productCategoryCol .accordion .card-body {

    padding: 0px 11px 0px 10px;

    position: relative;



}

.productCategoryCol .accordion .card-body ul {

    padding-left: 0px;

    margin-left: 32px;

}

.productCategoryCol .accordion .card-body ul li {

    margin: 5px 0px;

    font-weight: 500;

}

.productCategoryCol .accordion .card-body ul li a {

    color: #000;

    font-weight: 600;

}

.productCategoryCol .accordion .card-body ul li a.selectedTab {

    color: #9e0b0f;

}

.fullWidthInput {

    width: 100%;

}

.inputCurve {

    border: 1px solid #dedede;

    font-size: 14px!important;

    color: #000;

    padding: 6px 10px 6px 15px;

    border-radius: 4px 25px 0px 0px;

}

.inputCurve:focus {

    outline: none;

}

.card-body.titleSearch:after {

    content: '\f002';

    font-family: 'Font Awesome 5 Free';

    font-weight: 700;

    position: absolute;

    right: 24px;

    top: 10px;

    color: #a1a1a1;



}

.halfWidthSelect {

    width: 42%;

    -webkit-appearance: none;

}

.fullWidthSelect {

    width: 100%;

    -webkit-appearance: none;

}



#collapseTwo .toClass {

    padding: 0px 6px;

    color: #a1a1a1;

}

#collapseTwo .toClass:after {

    content: '\f0dd' !important;

    font-family: 'Font Awesome 5 Free';

    font-weight: 700;

    position: absolute;

    right: 26px;

    top: 5px;



}



#collapseThree .card-body:before {

    content: '\f0dd' !important;

    font-family: 'Font Awesome 5 Free';

    font-weight: 700;

    position: absolute;

    left: 99px;

    top: 5px;

    color: #a1a1a1;

}





.card-body.fullCard:after {

    content: '\f0dd' !important;

    font-family: 'Font Awesome 5 Free';

    font-weight: 700;

    position: absolute;

    top: 5px;

    right: 30px;

    color: #a1a1a1;

}



.ui-state-default, .ui-widget-content .ui-state-default  {

    border: 1px solid #0018f8 !important;

    background: #0018f8 !important;

    border-radius: 50%;

}

.ui-widget-header,.ui-widget-content {

    background: #000 !important;

}

#slider-range {

    height: 4px;

    margin: 11px 0px 30px 0px;

}

.ui-slider-horizontal .ui-slider-handle {

    top: -8px !important;

}

.accessoryClass {

    padding: 30px 15px 0px 15px;

    color: #0018f8;

    font-size: 18px;

    font-weight: 600;

}

.accessoryClass:after   {

    display:none !important;

}



.scrollCard {

    height: 200px;

    overflow-y: scroll;

}



.scrollCard label {

    font-size: 13px;

}



/*Range Slider */



section.range-slider {

    position: relative;

    width: 100%;

    height: 100px;

    float: left;

    text-align: center;

}

section.range-slider input[type="range"] {

    pointer-events: none;

    position: absolute;

    -webkit-appearance: none;

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

    border: none;

    border-radius: 14px;

    background: #02051e;

    box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;

    -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;

    overflow: hidden;

    left: 0;

    top: 0px;

    width: 100%;

    outline: none;

    height: 20px;

    margin: 0;

    padding: 0;

}

section.range-slider .rangeValues {

    position: relative;

    top: 30px;

}

.rangeValues .toPrice,.rangeValues .fromPrice {

    border: 1px solid #dedede;

    border-radius: 20px;

    padding: 7px 16px;

    font-size: 14px;

    color: #000;

    font-weight: 500;

}

.rangeValues {

    color:#0018f8;

    font-weight: bold;

}

section.range-slider input[type="range"]::-webkit-slider-thumb {

    pointer-events: all;

    position: relative;

    z-index: 1;

    outline: 0;

    -webkit-appearance: none;

    width: 20px;

    height: 20px;

    border: none;

    border-radius: 14px;

    background: #0018f8 !important;

}









section.range-slider input[type="range"]::-moz-range-thumb {

    pointer-events: all;

    position: relative;

    z-index: 10;

    -moz-appearance: none;

    width: 20px;

    height: 20px;

    border: none;

    border-radius: 14px;

    background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);

    /* W3C */

}

section.range-slider input[type="range"]::-ms-thumb {

    pointer-events: all;

    position: relative;

    z-index: 10;

    -ms-appearance: none;

    width: 20px;

    height: 20px;

    border-radius: 14px;

    border: 0;

    background:red;

    /* W3C */

}

section.range-slider input[type="range"]::-moz-range-track {

    position: relative;

    z-index: -1;

    background:red;

    border: 0;

}

section.range-slider input[type="range"]:last-of-type::-moz-range-track {

    -moz-appearance: none;

    background: none transparent;

    border: 0;

}

section.range-slider input[type="range"]::-moz-focus-outer {

    border: 0;

}









/*Range Slider */





/*New Vehicle Page*/



/*New Vehicle Single*/



.rating-box i.checked {

    color: #fbb637;

}

.singleCarSlider .rating-box,.singleCarSlider .category-box {

    display: inline-block;

}

.carInfo {

    display: inline-block;

    margin-right: 40px;

    margin-left: 20px;

    position: relative;

}

.carInfo a, .carInfo button {

    font-weight: 500;

    color: #202020;

    border: none;

    background: none;

}

.carInfo:before {

    font-family: "Font Awesome 5 Free";

    font-weight: 700;

    position: absolute;

    left: -27px;

}

.carLocation:before {

    content: '\f059';



}

.carOffer:before {

    content: '\f02c';

}

.carTestDrive:before {

    content: '\f3fd';

}

.carEmail:before {

    content: '\f0e0';

}

.carPrint:before {

    content: '\f02f';

}

.shareCol {

    display: flex;

    align-items: center;

}

.shareClass {

    font-weight: 700;

    color: #363636;

}



.shareCol img {

    width: 40px;

    margin: 0px 6px;

}

.singleCarspecs img {

    width: 35px;

    height: 32px;

    object-fit: contain;

}

.singleCarspecs .singleCarspecsCol {

    border: 1px solid #dedede;

    padding: 20px 7px 14px 7px;

    border-radius: 0px 0px 30px 0px;

    margin: 25px 5px;

    max-width: 23%;

}

.borderlessInput {

    border:none;

    text-align: right;

    width: 100%;

}

.productCategoryCol.singleProductCategoryCol {

    border:none;

}

.productCategoryCol.singleProductCategoryCol h5 {

    border-bottom: 1px solid #ccc;

}

.singleProductCategoryCol .changeIcon  h5 .btn-link {

    color: #0018f8;

}

.singleProductCategoryCol table tr {

    border-bottom: 1px solid #ccc;

}

.singleProductCategoryCol table tr td {

    padding: 30px 0px 15px 0px;

    font-weight: 600;

    color: #363636;

    font-size: 18px;

}

.singleProductCategoryCol .card.changeIcon h5:after {

    background: #0018f8;

    color: #fff;

    font-size: 16px;

}

.singleVehiclesiderBar .pricing {

    background: #0018f8;

    border-radius: 0px 35px 0px 0px;

}

.singleVehiclesiderBar .pricing h3 {

    display: inline-block;

    background: #fff;

    color: #0018f8;

    font-weight: 800;

    padding: 8px 33px;

    border-radius: 40px 0px 0px 40px;

    margin-top: 50px;

}

.singleVehiclesiderBar .pricing h4 {

    color: #fff;

    font-weight: 500;

    padding-bottom: 40px;

    text-transform: uppercase;

}

.sellerInfoFields {

    padding: 0px 20px 0px 60px;

    transition: ease all 0.25s;

}

.sellerInfoFields h5 {

    color: #0018f8;

    font-size: 14px;

    font-weight: 600;

    transition: ease all 0.25s;

}

.sellerInfoFields li {

    margin-top: 30px;

    transition: ease all 0.25s;

}

.sellerInfoFields li p {

    color: #a1a1a1;

    font-weight: 500;

    transition: ease all 0.25s;

}

.sellerInfoFieldsData:hover:before {

    background: #363636;

}

.sellerInfoFieldsData:hover h5,.sellerInfoFieldsData:hover p {

    color: #363636;

}



.sellerInfoFieldsData:before {

    font-family: 'Font Awesome 5 free';

    position: absolute;

    left: 24px;

    color: #fff;

    background: #0018f8;

    width: 42px;

    height: 42px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    font-weight: 800;

}

.dealerName:before {

    content: '\f007';

}

.sellerLocation:before {

    content: '\f041';

}

.dealerPhone:before {

    content: '\f095';

}

.operationHours:before {

    content: '\f017';

}

.sellerInfoFieldsData .marginSpace {

    margin-right: 28px;

}





.sectionborderRadius {

    border: 1px solid #ccc;

    border-radius: 0px 30px 0px 0px;

}

.actionBtn {

    padding:20px;

}

.blueBtn {

    background: #0018f8;

    color: #fff;

    padding: 10px 28px 10px 46px;

    border-radius: 30px;

    border: 1px solid #0018f8;

    font-weight: 500;

    position: relative;

    font-size: 14px;

}

.blueBtn:hover {

    background: none;

    color: #0018f8;

}

.actionBtn .blueBtn:before {

    content: '\f0e0';

    font-family: 'Font Awesome 5 Free';

    position: absolute;

    font-weight: 900;

    left: 20px;

    top: 9px;

}

.actionBtn .blueBorderBtn {

    border: 1px solid #0018f8;

    padding: 10px 28px 10px 46px;

    border-radius: 30px;

    font-weight: 500;

    font-size: 14px;

    position: relative;

}

.actionBtn .blueBorderBtn:before {

    content: '\f064';

    font-family: 'Font Awesome 5 Free';

    position: absolute;

    font-weight: 900;

    left: 20px;

    top: 9px;

}

.actionBtn .blueBorderBtn:hover {

    background: #0018f8;

    color: #fff;



}

.sellerForm {

    padding: 30px 20px;

}

.contactSeller .blueBtn {

    display: block;

    text-align: center;

    margin: 0px 40px;

}

.advanceFilterTabs .nav-tabs .nav-link {

    flex: none;

    line-height: 20px;

    padding: 10px 32px;

    border: 1px solid #ccc;

    background: #ccc;

    color: #363636;

    font-weight: 600;

    font-size: 16px;

    margin-right: 10px;

    border-radius: 0px 20px 0px 0px;

}

.advanceFilterTabs .nav-tabs {

    border: none;

}

.advanceFilterTabs .nav-tabs .nav-link.active {

    background: #0018f8;

    color: #fff;

}

.advanceFilterTabsHalfWidth {

    width: 47.3%;

    -webkit-appearance: none;

}

#nav-tabContent #collapseTwo .toClass:before {

    left: 45%;

}





#nav-tabContent #collapseTwentyThree .toClass:after {

    content: '\f0dd' !important;

    font-family: 'Font Awesome 5 Free';

    font-weight: 700;

    position: absolute;

    right: 26px;

    top: 5px;

    columns: #a1a1a1;



}

#nav-tabContent #collapseTwentyThree .toClass:before {

    content: '\f0dd' !important;

    font-family: 'Font Awesome 5 Free';

    font-weight: 700;

    position: absolute;

    left: 45%;

    top: 5px;

}

#nav-tabContent .toClass {

    padding-right: 16px !important;

    padding: 0px;

}

.advanceFilterContent .productCategoryCol .accordion #headingOne h5:after {

    display: none !important;

}



.advanceFilterContent .card.changeIcon h5:after {

    background: #0018f8;

    color: #fff;

    font-size: 16px;

}

.advanceFilterContent .card-body.scrollCard {

    border: 1px solid #ccc;

    padding: 22px 0px;

}



/*New Vehicle Single*/

/*Package Page*/

.packagesSec {

    background: url(../images/packages/top-bg.jpg);

}

.packagesDetails .packageCol {

    padding: 50px 0px;

    box-shadow: 0px 0px 32px 0px #e8e8e8;

    border-radius: 0px 0px 0px 50px;

    transition: ease all 0.25s;

    margin-right: 50px;

    margin-top: 60px;

}

.packagesDetails .packageCol:hover h4 span   {

    background: #0018f8;

}

.packagesDetails .packageCol:hover ul.packageColList li:before {

    color: #0018f8;

}

.packagesDetails .packageCol:hover .getBtn {

    background: #0018f8;

}

.packagesDetails .packageCol h3 {

    text-align: center;

}

.packagesDetails .packageCol h4 {

    text-align: right;

    position: relative;

}

.packagesDetails .packageCol h4:before {

    content: '';

    background: #363636;

    height: 60px;

    left: -6px;

    top: -19px;

    width: 13px;

    position: absolute;

    border-radius: 20px;



}

.packagesDetails .packageCol h4 span {

    color: #fff;

    background: #363636;

    padding: 16px 45px;

    font-weight: 700;

    font-size: 24px;

    border-radius: 40px 0px 0px 40px;

    transition: ease all 0.25s;

}

.packagesDetails .packageCol h3 {

    text-align: center;

    margin-top: 59px;

    font-size: 30px;

    font-weight: 800;

}

.packagesDetails .packageCol ul.packageColList {

    padding: 0px 20px;

}

.packagesDetails .packageCol ul.packageColList li {

    font-size: 16px;

    color: #363636;

    border-bottom: 1px solid #ebebeb;

    padding: 15px 28px;

    font-weight: 500;

    position: relative;

}

.packagesDetails .packageCol ul.packageColList li:before {

    content: '\f058';

    font-family: 'Font Awesome 5 Free';

    position: absolute;

    left: 0px;

    font-weight: 800;

    transition: ease all 0.25s;

}

.packagesDetails .packagesDetailsRow:after {

    content: '';

    background: url(../images/packages/packages-img-2.png);

    width: 481px;

    background-repeat: no-repeat !important;

    height: 700px;

    left: auto;

    position: absolute;

    right: 0px;

}

.packagesDetails.packagesDetailsAutomotive .packagesDetailsRow:after {

    top: 1070px;

}



/*Package Page*/



/*Single Blog Page*/



.authorNameDate {

    margin-top: 5px;

}

.authorNameDate span {

    background: #0018f8;

    color: #fff;

    padding: 13px 25px;

    font-size: 12px;

    border-radius: 0px 30px 30px 0px;

}

.singleBlogContent h2 {

    font-size: 24px;

    font-weight: 600;

}

.blogCommentSec input,.blogCommentSec textarea {

    width: 100%;

}

.blogCommentSec .alignSpace {

    margin:10px 0px;

}



/*Single Blog Page*/





/*Testimonials Page*/

.testimonials.singleTestimonialsSec .testimonials-slider .item:after {

    transition: ease all 0.25s;

}



.testimonials.singleTestimonialsSec .testimonials-slider .item:hover:after {

    color: #0018f8;

}

.testimonials.singleTestimonialsSec .testimonials-slider .item:hover .name-rating-box {

    background: #0018f8;

}

/*Testimonials Page*/



/*Selling Profile*/



.sellingProfile .blueBtn {

    font-size: 29px;

    font-weight: 700;

    padding: 23px 0px;

    border-radius: 40px;

    display: block;

}

.sellingProfile .sellingProfileRow {

    margin-top: 30px;

}

/*Selling Profile*/

/*FAQ*/
section.hero .heading h3{
    font-family: 'Proxima';
    font-weight:800;
    font-size:90px;
    text-align: center;
}


.card h5.classfaqHeading:after {

    content: '\f055' !important;

    background: none !important;

    color: #0018f8;

}

.card.changeIcon h5.classfaqHeading:after {

    content:'\f056' !important;



}

.productCategoryCol.faqListing {

    border: none;

}

.productCategoryCol.faqListing .card.bordered {

    border: 1px solid #fff9f9;
    border-radius: 6px;
    margin: 20px 0px;
    min-height: 103px;
    padding: 0px 40px;

}
.productCategoryCol.faqListing .custom-fqa{
    display: block;
    background-color: #fff;
    box-shadow: 0px 13px 8px #0000000D;

}

.productCategoryCol.faqListing .custom-fqa h5{
    color:#000000;
    font-size: 18px;
    font-family: 'Proxima';
    font-weight: 800;
    line-height: 25px;
}
.productCategoryCol.faqListing .custom-fqa  .btn-faq{
    padding-top: 29px;
    font-family: 'Proxima';
    font-size:18px;
    color:#000000;
    text-align: left;
    font-weight: 800;
}


.productCategoryCol.faqListing .card.changeIcon {

    background: #fff;

}

.productCategoryCol.faqListing .card.changeIcon * {

    color:#000000;

}

.productCategoryCol.faqListing .card.changeIcon .btn-link {

    color:#0019F8;
    text-align: left;
    font-family:'Proxima';
    font-weight: 800;
    letter-spacing: 0px;
    font-size: 18px;
    text-decoration: none;

}
.productCategoryCol.faqListing .card .content-faq{

    color:#000000 !important;
    text-align: left;
    font-family:'Proxima' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 27px !important;
    text-decoration: none;

}

.productCategoryCol.faqListing .card.changeIcon h5.classfaqHeading:after {

    /* color: #fff; */

}

.blueBtn.loadMoreBtn {

    padding: 15px 40px;

}

.productCategoryCol.faqListing .card.bordered {

    display: none;

}

/*FAQ*/



/*Contact Us page */

.contactDetails {

    position: relative;

}

.contactSec .contactDetails .socialClass {

    height: 105px;

    width: 105px;

    background: #363636;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 50px;

    border-radius: 50%;

    transition: ease all 0.25s;

}

.contactPhone .contactPhoneIconDetails {

    padding: 19px 6px;

}

.contactSec .contactPhone i.fa-phone:before {

    transform: rotate(99deg);

}

.contactPhone .contactPhoneIconDetails  h4 {

    font-size: 22px;

    font-weight: 600;

    color: #363636;

    transition: ease all 0.25s;

}

.contactPhone .contactPhoneIconDetails a {

    font-size: 18px;

    font-weight: 500;

    color: #363636;

}

.contactPhone .contactPhoneIconDetails a:hover {

    /* color: #0018f8; */

}

.contactRow {

    padding: 30px 0px;

    border: 1px solid #ccc;

    border-radius: 0px 50px 0px 0px;

    margin: 0px;

    transition: ease all 0.25s;

}

.contactSec .contactDetails .socialIcon {

    width: 50px;

    height: 50px;



}

.contactSocailIcon .socialImg {

    width: 105px;

    height: 105px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #363636;

    border-radius: 50%;

    transition: ease all 0.25s;

}

.contactDetails:hover .contactSocailIcon .socialImg {

    background: #fff;

}

.socialImg img {

    filter: brightness(0) invert(1);

}

.contactDetails:hover .contactRow {

    background: #0018f8;

}

.contactDetails:hover  .socialClass {

    color: #0018f8;

    background: #fff;

}

.contactDetails:hover  .contactPhoneIconDetails h4,.contactDetails:hover .contactPhoneIconDetails a  {

    color: #fff;



}

.contactSec .contactDetails:hover .socialIcon  {

    filter: unset;

}

.socialMediaLinks a {

    margin: 0px 5px;

}



.contactForm form {

    width: 100%;

}

.contactForm form input {

    width: 100%;

}

.contactForm .contactFormInputs {

    margin: 10px 0px;

}

.contactSelect:after {

    content: '\f0dd' !important;

    font-family: 'Font Awesome 5 Free';

    font-weight: 700;

    position: absolute;

    top: 5px;

    right: 30px;

    color: #0018f8;

}

.contactFormInputs .textarea {

    width: 100%;

}

.contactForm  {

    position: relative;

}

.contactForm .contactFormMainRow:after {

    content: '';

    background: url(../images/contact-page/contact-img-1.png);

    width: 681px;

    background-repeat: no-repeat !important;

    height: 700px;

    left: auto;

    position: absolute;

    top: -260px;

    right: 0px;

}

.contactFormHeading {

    margin-top: 110px;

}

/*Contact Us page */



/*Product Listing*/

.cartBox,.viewDetail {

    display: inline-block;

}

.btnDetail {

    margin-top: 20px;

}



.featured-vehicle-slider.productArchive .item {

    margin: 30px 0px !important;

}



.productCategoryCol .accordion h5:after {

    content: '\f067';

    font-family: 'Font Awesome 5 Free';

    font-weight: 700;

    position: absolute;

    right: 10px;

    font-size: 12px;

    top: 15px;

}

.productCategoryCol .accordion .custom-fqa h5:after {
    font-size: 30px;
    top: 35px;
    right:26px;
    width: 31px;
    height: 31px;

}

.card.changeIcon h5:after{

    content: '\f068' !important;

    font-family: 'Font Awesome 5 Free';

}

.productCategoryCol .accordion .btn-link {

    font-size: 16px;

    color:#000;

    line-height: 30px;

    font-weight: 600;

    width: 100%;

    text-align: left;

    position: relative;

    z-index: 1;

}

.productCategoryCol .accordion .btn-link:hover {

    text-decoration: none;

}

.productCategoryCol .card {

    border:none;

    border-top: 0px solid #ccc;

    border-radius: 0px;

}

.fancy-image {

    display: flex;

    flex-direction: column;

}

.fancy-imgs .row {

    display: flex;

    justify-content: space-evenly;

    margin-top: 10px;

}

img.card-img-top {

    margin: 10px 0 0 10px !important;

}

/*.productCategoryCol .accordion {

    border: 1px solid #ccc;

}*/

.productListingSidebar.productCategoryCol .accordion .card-header {

    padding: 0px 0px 0px 10px;

    background: none;

    border: none;

}

.productListingSidebar.productCategoryCol .accordion {

    margin: 0px 0px;

    border-radius: 0px;



}

.productListingSidebar.productCategoryCol > h3 {

    color: #9e0b0f;

    font-size: 28px;

    padding: 13px 13px;

    font-weight: 700;

    margin-bottom: 0px;

}

.productArchiveRow {

    margin-top: 30px;

}

.designActive {

    box-shadow: 0px 0px 4px #ccc;

    margin: 8px 8px;

    border-radius: 0px;

}

.designActive .btn-link {

    color: #9e0b0f !important;

    text-decoration: none;

}

.designActive h5:before {

    color:#9e0b0f !important;

}

.productListingSidebar.productCategoryCol .accordion .card-body {

    padding-top: 0px;

    padding-bottom: 0px;

}

.productListingSidebar.productCategoryCol .accordion .card-body ul {

    padding-left: 0px;

    margin-left: 32px;

}

.productListingSidebar.productCategoryCol .accordion .card-body ul li {

    margin: 15px 0px;

    font-weight: 500;

}

.productListingSidebar.productCategoryCol .accordion .card-body ul li a {

    color: #000;

    font-weight: 600;

}

.productListingSidebar.productCategoryCol .accordion .card-body ul li a.selectedTab {

    color: #9e0b0f;

}

.productCategoryCol.productListingSidebar .card.changeIcon h5:after {

    content: '\f0dd' !important;

}



.singleProductData .borderlessInput {

    width: auto !important;

}

.singleProductData {

    font-size: 20px;

}

.singleProductData span,.singleProductData input {

    color: #0018f8;

    font-weight: bold;

}

/*Product Listing*/



/*cart Page Css*/

.cartForm {

    padding: 70px 0px;

}

/*cart Page Css*/

#cart.table>tbody>tr>td, .table>tfoot>tr>td{

    vertical-align: middle;

}

.borderRow {

    border: 1px solid #dee2e6 !important

}

.borderRow  td {

    border: 1px solid #dee2e6 !important

}

.cartForm .getBtn {

    margin-left: 0px;

}

.cartForm #cart thead th {

    border: 1px solid #dee2e6 !important;

}

@media (max-width: 600px) {

    #cart tbody td .form-control{

        width:20%;

        display: inline !important;

    }

    #cart .actions .btn{

        width:36%;

        margin:1.5em 0;

    }



    #cart .actions .btn-info{

        float:left;

    }

    #cart.actions .btn-danger{

        float:right;

    }



    #cart thead { display: none; }

    #cart tbody td { display: block; padding: .6rem; min-width:320px;}

    #cart tbody tr td:first-child { background: #333; color: #fff; }

    #cart tbody td:before {

        content: attr(data-th); font-weight: bold;

        display: inline-block; width: 8rem;

    }







    #cart tfoot td{display:block; }

    #cart tfoot td .btn{display:block;}



}

#cart .actions button {

    padding: .25rem .5rem;

    font-size: .875rem;

    line-height: 1.5;

    border-radius: .2rem;

}

/*cart Page Css*/



/*My Account Css*/

.accountCol {

    max-width: 45%;

    box-shadow: 0px 6px 6px 5px #e3e3e3;

    margin: 0px 27px;

    border-radius: 80px 0px 80px 0px;

    padding: 0px 40px 20px 40px;

}



.loginForm .nav-tabs {

    margin-bottom: 15px;

}

.loginForm .sign-with {

    margin-top: 25px;

    padding: 20px;

}

.loginForm div#OR {

    height: 30px;

    width: 30px;

    border: 1px solid #C2C2C2;

    border-radius: 50%;

    font-weight: bold;

    line-height: 28px;

    text-align: center;

    font-size: 12px;

    float: right;

    position: absolute;

    right: -16px;

    top: 40%;

    z-index: 1;

    background: #DFDFDF;

}

#signupbox,#loginbox {

    max-width: 100%;

}

.loginFormSec {

    padding:100px 0px;

}

.loginFormSec label{

    max-width: 100%;

}

#loginform label {

    max-width: 100%;

    padding-left: 0px;

}

.loginSec {

    display: flex;

    align-items: center;

}

.loginFormSec .accountCol input {

    border-radius: 40px !important;

    background: #e8f0fe;

}

.loginFormSec .loginGroup {

    margin-bottom: 25px

}

.dynamicHeading {

    font-size: 32px;

    font-family: "Exo";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 0.906;

    text-align: left;

    margin: 0;

    margin-bottom: 30px;

}



.getBtn {

    background-color: rgb(54, 54, 54);

    border-radius: 25px;

    padding: 15px 35px;

    font-size: 14px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    line-height: 1;

    transition: ease all 0.25s;

}

.getBtn:hover {

    background: rgb(0 24 248);

    color: #fff;

}

/*My Account Css*/

/*Checkout Page Css*/

.checkoutForm .custom-radio .custom-control-input:checked~.custom-control-label::before {

    background-color:#0018f8;

}

.checkoutForm .custom-checkbox .custom-control-input:checked~.custom-control-label::before {

    background-color:#0018f8;

}

.checkoutForm {

    padding: 70px 0px;

}

.checkoutForm  .form-control {

    height: 40px;

}

.checkoutForm .custom-select {

    height: calc(2.25rem + 9px);

}

/*Checkout Page Css*/





footer.footer {

    background: #fff;
    box-shadow: 0px -5px 8px #0000001A;
    padding: 64px 0 0;
    font-size: 14px;
    font-weight: 500;
}

footer.footer .footer-top .row > .col-md-4,

footer.footer .footer-bottom > .row > .col-md-4 {

    border-right: 1px solid #ddd;

    padding-top: 50px;

    padding-bottom: 50px;

}

footer.footer .footer-top {

    border-bottom: 1px solid #ddd;

}

footer.footer .footer-top .footer-logo {

    max-width: 219px;
    margin-bottom: 30px;

}
.footer-about-desc li:not(:last-of-type){
    margin-bottom: 16px;
}
.footer-about-desc li .fa{
    color:rgb(0, 24, 248);
    margin-right: 7px;
}
footer.footer .footer-top .footer-about-desc p {

    font-size: 14px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    line-height: 1.714;

    text-align: left;

    max-width: 90%;

}

footer.footer .footer-bottom-right ,

footer.footer .footer-top .footer-links {

    padding: 0px 0 30px 0px;

}

footer.footer .heading h3 {

    font-size: 18px;

    font-family: "Exo";

    color: rgb(0, 24, 248);

    line-height: 1.222;

    font-weight:700;
    margin-bottom: 14px;

}
footer.footer ul li{
    margin-bottom: 5px;
}
footer.footer ul li a{

    position:relative;

    padding-left:0;

    font-size: 14px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    font-weight:500;

    line-height: 1.875;

    transition:ease all 0.25s;

}

footer.footer ul li a.active,

footer.footer ul li a:hover{

    color: rgb(0 24 248);

}

footer.footer ul li a:before{

    position:absolute;

    content:none;

    left:0;

    top:0;

    bottom:0;

    font-size:12px;

    line-height:12px;

    height:12px;

    margin:auto;

    font-family:"Font Awesome 5 Free";

    font-weight:900

}

footer.footer .footer-bottom .bottom-links ul li {

    max-width: 50%;

    float: left;

    display: inline-block;

    width: 100%;

}



footer.footer .footer-bottom-right .desc p {

    font-size: 14px;

    font-family: "Exo";

    color: rgb(54, 54, 54);

    line-height: 1.571;

    font-weight:500;

    margin-bottom: 30px;

}

footer.footer .footer-bottom-right form .field-box{

    width: calc(100% - 147px);

    display:inline-flex;
    gap: 16px
}

footer.footer .footer-bottom-right form .field-box input{

    border: none;

    padding: 5px 10px;

    width: 48.5%;

    outline: none;

    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;
    border-radius: 4px;

    background: #fff;
    border: 1px solid #707070C4

}

footer.footer .footer-bottom-right form .btn-box{

    width: 126px;

    display:inline-block;

    height: 42px;

    margin-left: 16px;

}

footer.footer .footer-bottom-right form .btn-box button{

    border: none;

    padding: 5px;

    width:100%;

    height:100%;

    border-top-right-radius: 5px;

    border-bottom-right-radius: 5px;

    border-radius: 4px;

    background: #0018f8;

    font-size: 14px;

    font-family: "Exo";

    color: rgb(255, 255, 255);

    font-weight: bold;

    line-height: 1.375;

    cursor:pointer;

    transition:ease all 0.25s;

}

footer.footer .footer-bottom-right form .btn-box button:hover{

    background:#363636;

}

footer.footer .footer-bottom-right .social-links ul {

    text-align:left;
    font-size: 25px;

}

footer.footer .footer-bottom-right .social-links ul li{

    display:inline-block;

    width:fit-content;

    width:-webkit-fit-content;

}

footer.footer .footer-bottom-right .social-links ul li a{

    padding:0;

    font-size:25px;

    margin-right:16px;

}

footer.footer .footer-bottom-right .social-links ul li a:before{

    display:none;

}

footer.footer .copyright{



}

footer.footer .copyright {

    background: #0019F8;

    padding:15px 0;

}

footer.footer .copyright .row {

    align-items: center;

}

footer.footer .copyright p {

    font-size: 14px;

    font-family: "Exo";

    color: #fff;

    line-height: 1;

    margin:0;

}

footer.footer .copyright p a{

    color:#fff;

    transition:ease all 0.25s;

}

footer.footer .copyright p a:hover{

    color: #363636;

}

footer.footer .copyright .card-img{

    width:80%;

    margin:auto;

    margin-right:0;

}









.hidden,

.disabled{

    display:none;

}

.carFormPage .productCategoryCol .accordion h5:after {

    display: none;

}



@media screen and (min-width: 1250px){

    .container{

        max-width: 1240px;

    }

    .testimonials.singleTestimonialsSec .testimonials-slider .item {

        max-width: 30%;

    }

}



@media (max-width: 1400px) {

    .packagesDetails .packagesDetailsRow:after {

        width: 370px;

    }

    .contactForm .contactFormMainRow:after {

        width: 656px;

    }

}


/* =-=-=-=-=-=-= General =-=-=-=-=-=-= */

body {
    font-family: "Proxima";

    font-size: 16px;

    line-height: 30px;

    font-weight: 400;

    color: #666666;

    background-color: #fff;

    overflow-x: hidden;

    -webkit-text-size-adjust: 100%;

    -webkit-overflow-scrolling: touch;

    -webkit-font-smoothing: antialiased !important;

}

html,
body {
    width: 100%;

    height: 100%;
}

/* Link style

/* ------------------------------ */

a {
    color: #232ed1;

    line-height: 20px;
}

a,
a > * {
    outline: none;

    cursor: pointer;

    text-decoration: none;
}

a:focus,
a:hover {
    color: #13205b;

    outline: none;

    text-decoration: none;
}

/* Transition elements

/* ------------------------------ */

.navbar a,
.form-control {
    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;
}

a,
.btn {
    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;
}

/* Reset box-shadow

/* ------------------------------ */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;

    box-shadow: none;
}

button:focus {
    outline: none !important;
}

/* =-=-=-=-=-=-= Image =-=-=-=-=-=-= */

img {
    width: 100%;

    max-width: 100%;
}

/* =-=-=-=-=-=-= Typography =-=-=-=-=-=-= */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;

    margin: 0 0 15px;

    color: #202020;
}

h1 {
    font-size: 35px;

    line-height: 50px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;

    line-height: 25px;
}

h4 {
    font-size: 18px;

    line-height: 20px;
}

h5 {
}

h6 {
}

blockquote {
    padding: 20px 20px 20px 60px;

    font-size: 16px;

    color: #969595;

    border-left: 0;

    border: 1px solid #eee;

    position: relative;

    margin: 0;
}

blockquote::before {
    position: absolute;

    content: "\f10d";

    font-family: FontAwesome;

    font-size: 30px;

    color: #eee;

    left: 15px;

    top: 25px;
}

input {
    outline: none;
}

/* Button

/* ------------------------------ */

.btn {
    padding: 14px 45px;

    border-radius: 0;
}

.btn-primary {
    background-color: #34495e;

    border-color: #34495e;
}

.btn-primary:hover {
    background-color: #13205b;

    border-color: #13205b;
}

.btn:focus,
button:focus {
    outline: none !important;
}

/* =-=-=-=-=-=-= List Style =-=-=-=-=-=-= */

ul {
    margin: 0;

    padding: 0;

    list-style: none;
}

.unorder-list {
    list-style: inherit;
}

/* Form Style

/* ------------------------------ */

.form-group {
    margin-bottom: 30px;
}

.form-control {
    height: 60px;

    padding: 20px;

    font-size: 18px;

    line-height: 25px;

    font-weight: 300;

    color: #202020;

    border: 1px solid #eee;

    border-radius: 0;
}

.form-control:focus {
    border-color: #13205b;
}
select {
    -webkit-appearance: none;
}
select{
    background: url(../images/arrow-down.svg) no-repeat;
    background-position: calc(100% - 5px) center;
    background-size: 12px;
    padding-right: 20px!important
}
select.inputCurve{
    padding-right: 20px!important
}
.select select{
    background: none;
}
#collapseTwo .toClass:before,#collapseTwo .toClass:after{
    content: none!important;
}
/* =-=-=-=-=-=-= Global Style =-=-=-=-=-=-= */

.section-padding {
    padding: 70px 0;
}

.section-title {
    font-size: 40px;

    line-height: 30px;

    color: #13205b;

    margin-bottom: 25px;

    text-transform: uppercase;

    font-weight: 700;
}

.sub-title {
    margin: 0;

    line-height: 25px;

    color: #999999;
}

/*custom margin classes*/

/*margin top*/

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

/*margin bottom*/

.mb-30 {
    margin-bottom: 30px;
}

.mb-80 {
    margin-bottom: 80px;
}

/*custom padding classes*/

.no-padding {
    padding: 0 !important;
}

/*padding-bottom*/

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

/*padding top bottom*/

.ptb-20 {
    padding: 20px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-90 {
    padding: 90px 0;
}
/** slick **/
.slick-arrow {
    font-size: 0;
    border: 1px solid #363636;
    background: #0018f8;
    height: 37px;
    width: 37px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transition: ease all 0.25s;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 90;
}
.slick-arrow:before {
    position: absolute;

    content: "\f054";

    font-size: 15px;

    font-family: "Font Awesome 5 Free";

    z-index: 99;

    font-weight: 900;

    color: #fff;

    bottom: 0;

    top: 0;

    right: 0;

    left: 0;

    margin: auto;

    width: 100%;

    height: 100%;

    transition: ease all 0.25s;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 3px 3px 0 0;
}
.slick-arrow.slick-prev:before {
    content: "\f053";
}
/** End slick **/
/** Pagination **/

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    gap: 17px;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: #fff;
    display: inline-flex;
    margin: auto;
    padding: 0 40px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0119f8;
    border-color: #0119f8;
}

.page-link {
    position: relative;
    padding: .5rem .75rem;
    margin-left: auto;
    color: #000;
    background-color: #fff;
    border: 1px solid #272727;
    border-radius: 6px!important;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-bottom{
    margin-top: 90px;
    position: relative;
    text-align: center;
}

.pagination-bottom:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background: #000;
    height: 1px;
    z-index: 0;
    left: 0;
}
/** End pagination **/
header {
    position: relative;

    left: 0;

    right: 0;

    top: 0;

    z-index: 9;
    height: 130px;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0px 6px 20px #0000001a;
}
@media (max-width: 1024px) {
    header {
        height: auto;
    }
}
header .logo-box {
    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    padding-bottom: 0px;
}

header .nav-box {
    display: flex;

    height: 100%;

    justify-content: center;

    align-items: center;

    padding-bottom: 0px;
    /* flex-wrap: wrap; */
}
header .nav-box .nav {
    align-items: center;
    margin: auto;
    flex: 0 0 auto;
}


header .right-side-nav {
    margin: 0;
    margin-left: 24px;
}

header .right-side-nav p {
    border-radius: 6px;

    overflow: hidden;

    margin: 0;

    max-width: 169px;

    margin-left: auto;
}
@media (min-width: 1600px) {
    header .container-fluid {
        max-width: 1570px;
    }
}
@media (max-width: 1024px) {
    header .right-side-nav {
        width: 100%;
    }
    header .right-side-nav p {
        max-width: 100%;
        border-radius: 0px !important;
    }
    header .nav-box {
        flex-wrap: wrap;
    }
    header .right-side-nav {
        margin: 0;
        margin-left: 0;
    }
}
header .mini-cart {
    padding-left: 9px;
}

header .mini-cart .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: rgb(54, 54, 54);
    position: relative;
}
header .mini-cart .fa {
    color: #0019f8;
    font-size: 18px;
}

header .mini-cart .badge {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: #fff;
    background: #000000;
    border-radius: 100%;
    top: 0;
    left: 5px;
}
@media (max-width: 767px) {
    header .col-lg-10{
        padding: 0;
    }
    header .right-side-nav p a{
        background: #0011b0!important;
    }

    header .mini-cart {
        border-right: none;
        padding: 0.5rem 20px;
        color: #fff;
        font-size: 19px;
        margin: 4px 0px;
        font-weight: normal;
        padding-left: 9px;
    }
    header .mini-cart .fa {
        color: #ffffff;
    }
    header .mini-cart .nav-link {
        font-size: 19px;
        font-weight: 400;
        color: rgb(255 255 255);
        position: relative;
    }
}
header .right-side-nav p label {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    line-height: 1.813;

    text-align: left;

    background: #0018f8;

    display: block;

    text-align: center;

    padding: 10px 0;

    margin: 0;
}
header .right-side-nav p label {
    font-size: 15px;

    font-family: "Proxima";

    font-weight: 600;

    color: rgb(255, 255, 255);

    line-height: 1.813;

    text-align: left;

    background: #0018f8;

    display: block;

    text-align: center;

    padding: 10px 30px;

    margin: 0;
}
header .account-dropdown .icon{
    font-size: 20px;
    color: #0019f8;
}
header .account-dropdown .dropdown-toggle::after {
    content: none !important;
}
header .account-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}
header .account-dropdown .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: rgb(54, 54, 54);
    padding-right: 20px;
    border-right: 2px solid rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    gap: 4px;
}
.account-dropdown.dropdown.show .nav-link , .account-dropdown.dropdown.show .nav-link .icon{
    color: #fff;
    border-color: transparent;
}
.account-dropdown.dropdown.show {
    background: #0019f8;
}
header .account-dropdown.dropdown .dropdown-menu {
    width: 271px;
    padding: 26px 22px;
    border-radius: 0px 0px 6px 6px;
    border: none;
    box-shadow: 0px 6px 20px #0000001a;
    margin-top: 0;
}
header .account-dropdown .form-control {
    height: 40px;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #919191;
    border: 1.5px solid #707070c4;
    border-radius: 6px !important;
}
header .account-dropdown .form-horizontal {
    display: grid;
    grid-gap: 22px;
}
header .account-dropdown .getBtn {
    background-color: #0019F8;
    border-radius: 6px;
    padding: 15px 35px;
    font-size: 14px;
    font-family: "Proxima";
    color: rgb(255, 255, 255);
    line-height: 1;
    transition: ease all 0.25s;
    font-weight: 500;
}
header .account-dropdown #btn-signup {
    background: #fff;
    color: rgb(0 18 176);
    border: 1px solid rgb(0 18 176);
}
header .account-dropdown #btn-signup:hover {
    color: #fff;
    background: rgb(0 18 176);
    border: 1px solid rgb(0 18 176);
}
header .account-dropdown .forgetPass {
    color: #0095f8;
    float: none;
    text-align: center;
    text-decoration: underline;
}
.dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    border: none;
    font-size: 10px;
}
@media (max-width: 767px) {
    header .account-dropdown .dropdown-toggle {
        color: #fff;
        padding-right: 0;
        border-right: none;
        padding: 0.5rem 20px;
        color: #fff;
        font-size: 19px;
        margin: 4px 0px;
        font-weight: normal;
    }
    header .account-dropdown .dropdown-toggle .icon{
        color: #fff;
    }

}
header .right-side-nav p a {
    font-size: 15px;

    font-family: "Proxima";

    font-weight: 600;

    color: rgb(255, 255, 255);

    line-height: 1.813;

    text-align: left;


    display: block;

    text-align: center;

    background: #0019f8;

    padding: 10px 30px;

    text-decoration: none;
}

section.hero {
    background: url(../images/hero-banner.jpg);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    min-height: 1000px;

    padding-top: 85px;

    border-bottom-left-radius: 0px;

    border-bottom-right-radius: 0px;

    overflow: hidden !important;

    margin: 0 -15px;

    /* border: 15px solid #d7d7d7; */

    border-top: 0;
    position: relative;
}
section.hero .subheading {
    font-size: 23px;
    font-weight: 600;
    align-items: center;
    gap: 16px;
    justify-content: center;
    color: #000;
    text-align: center;
}
section.hero .subheading img {
    display: inline-block;
    width: 151px;
    filter: grayscale(1);
}
section.hero .overlay {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff 20%, transparent, transparent);
    top: 0;
}
section.hero .container {
    position: relative;
}

section.hero .heading {
    display: flex;

    justify-content: center;

    align-items: center;
}

section.hero .heading h3 {
    position: relative;

    text-align: center;

    font-size: 80px;

    font-family: "Proxima";

    color: #000;

    font-weight: bold;

    /* text-transform: uppercase; */

    line-height: 1.225;

    letter-spacing: -0.52px; /* ACD-2160 thay đổi khoảng cách chữ cho dễ nhìn*/

    margin: auto;

    display: inline-block;
}

body .dynamicHeaderInner {

    display: flex;
    align-items: center;
    padding-bottom: 123px;
    padding-top: 123px;
    min-height: 356px;
    /*background-size: 100% 100%;*/
    background-position: center;
    border-radius: 0;
    margin: 0;
    object-fit: contain;
}

body.dynamicHeaderInnerSellingProfile {
    display: flex;
    align-items: center;
    padding-bottom: 123px;
    padding-top: 123px;
    min-height: 1000px;
    /*background-size: 100% 100%;*/
    background-position: center;
    border-radius: 0;
    margin: 0;
    background-size: cover;
    object-fit: contain;
}

section.blogs-news .head-desc h3 {
    font-size: 22px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    text-transform: uppercase;

    line-height: 1.318;

    text-align: left;

    margin: 0;
}

section.blogs-news .head-desc h2 {
    font-size: 32px;

    font-family: "Proxima";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 0.906;

    text-align: left;

    margin: 0;

    margin-bottom: 30px;
}

section.blogs-news .blogs-tabs ul.nav {
    border: none;

    margin-bottom: 15px;
}

section.blogs-news .blogs-tabs ul.nav li a {
    border: none !important;

    position: relative;

    font-size: 14px;

    font-family: "Proxima";

    color: #d0d0d0;

    text-transform: uppercase;

    line-height: 1;

    text-align: left;

    font-weight: 600;

    padding: 10px 0;

    padding-left: 0;

    transition: ease all 0.25s;
}

section.blogs-news .blogs-tabs ul.nav li {
    position: relative;

    margin-right: 50px;
}

section.blogs-news .blogs-tabs ul.nav li:before {
    height: 40%;

    width: 2px;

    background: #d0d0d0;

    position: absolute;

    content: "";

    right: -25px;

    top: 0;

    bottom: 0;

    margin: auto;
}

section.blogs-news .blogs-tabs ul.nav li:last-child:before {
    display: none;
}

section.blogs-news .blogs-tabs ul.nav li a.active,
section.blogs-news .blogs-tabs ul.nav li a:hover {
    color: rgb(54, 54, 54);
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item {
    margin-bottom: 15px;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .img-box {
    border-top-left-radius: 35px;

    overflow: hidden;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .img-box img {
    width: 100%;
    position: relative;
    display: block;
    object-fit: contain;
    max-height: 150px;
    height: 100%;
}
section.blogs-news .blogs-tabs .tab-content .tab-pane .item .col-md-8 {
    padding: 0;
}
section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc {
    position: relative;

    border: 1px solid #ddd;

    margin-left: -15px;

    padding: 15px;

    padding-top: 50px;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc .post-meta {
    position: absolute;

    top: 0;

    left: 0;

    border-top-right-radius: 25px;

    border-bottom-right-radius: 25px;

    background: #0018f8;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc .post-meta {
    display: flex;

    padding: 10px 15px;
}

section.blogs-news
.blogs-tabs
.tab-content
.tab-pane
.item
.desc
.post-meta
.posted-date
h4,
section.blogs-news
.blogs-tabs
.tab-content
.tab-pane
.item
.desc
.post-meta
.poster-name
h3 {
    margin: 0;

    font-size: 12px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    line-height: 2;
}

section.blogs-news
.blogs-tabs
.tab-content
.tab-pane
.item
.desc
.post-meta
.poster-name
h3 {
    position: relative;

    padding-right: 20px;
}

section.blogs-news
.blogs-tabs
.tab-content
.tab-pane
.item
.desc
.post-meta
.poster-name
h3:before {
    position: absolute;

    content: "";

    right: 10px;

    top: 0;

    bottom: 0;

    margin: auto;

    height: 50%;

    width: 1px;

    background: #fff;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc .heading h3 {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1.286;

    text-align: left;

    margin-bottom: 10px;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc .content p {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    line-height: 1.714;

    text-align: left;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc .cta-box a {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(0, 24, 248);

    text-decoration: underline;

    line-height: 1;

    text-align: left;

    font-weight: 700;
}
section.blogs-news .blogs-tabs .tab-content .tab-pane .load-more-cta {
    display: flex;
    position: relative;
    margin-top: 15px;
    justify-content: flex-end;
    margin-bottom: 25px;
}
section.blogs-news .blogs-tabs .tab-content .tab-pane .load-more-cta a {
    background-color: rgb(54, 54, 54);

    border-radius: 25px;

    padding: 15px 35px;

    font-size: 14px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    line-height: 1;

    transition: ease all 0.25s;

    float: right;

    z-index: 9;
    position: relative;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .load-more-cta a:hover {
    background: rgb(0 24 248);
}

section.blogs-news .addvertisment-box {
    margin-top: 15px;
}



section.logo-sect {
    padding: 80px 0;
}

section.logo-sect .logo-slider .item {
    margin: 0 15px;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;

    height: 100px;

    outline: none;

    margin-bottom: 115px;
}

section.logo-sect .logo-slider .item .desc {
    left: 0;

    right: 0;

    top: 100%;

    position: absolute;

    text-align: center;
}

section.logo-sect .logo-slider .item .desc h3 {
    font-size: 12px;

    font-family: "Proxima";

    color: rgb(208, 208, 208);

    text-decoration: underline;

    line-height: 1;

    text-align: center;

    transition: ease all 0.25s;
}

section.logo-sect .logo-slider .item.slick-current .desc h3 {
    color: #0018f8;
}

section.logo-sect .logo-slider ul.slick-dots {
    display: flex;

    justify-content: center;
}

section.logo-sect .logo-slider ul.slick-dots li button {
    font-size: 0;

    width: 10px;

    height: 12px;

    margin: 5px;

    border-radius: 100%;

    border: none;

    background: #efefef;

    transition: ease all 0.25s;
}

section.logo-sect .logo-slider ul.slick-dots li.slick-active button {
    background: #0018f8;
}

section.lastest-news {
    padding: 50px 0;
    background:url(../images/lastest-news-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    font: normal normal 600 18px/25px Proxima ;
    text-align: center;
}
section.lastest-news .d-flex{
    gap: 22px;
}
section.lastest-news .view-more{
    background: #fff;
    font: normal normal 600 15px/18px Proxima;
    letter-spacing: 0px;
    color: #1d20da;
    opacity: 1;
    padding: 12px 60px;
    border-radius: 6px;
    min-width: 222px;
}
/*My Account Css*/

.accountCol {
    max-width: 45%;

    box-shadow: 0px 6px 6px 5px #e3e3e3;

    margin: 0px 27px;

    border-radius: 80px 0px 80px 0px;

    padding: 0px 40px 20px 40px;
}

.loginForm .nav-tabs {
    margin-bottom: 15px;
}

.loginForm .sign-with {
    margin-top: 25px;

    padding: 20px;
}

.loginForm div#OR {
    height: 30px;

    width: 30px;

    border: 1px solid #c2c2c2;

    border-radius: 50%;

    font-weight: bold;

    line-height: 28px;

    text-align: center;

    font-size: 12px;

    float: right;

    position: absolute;

    right: -16px;

    top: 40%;

    z-index: 1;

    background: #dfdfdf;
}

#signupbox,
#loginbox {
    max-width: 100%;
}

.loginFormSec {
    padding: 100px 0px;
}

.loginFormSec label {
    max-width: 100%;
}

#loginform label {
    max-width: 100%;

    padding-left: 0px;
}

.loginSec {
    display: flex;

    align-items: center;
}

.loginFormSec .accountCol input,
.loginFormSec .accountCol select {
    border-radius: 40px !important;

    background: #e8f0fe;
    padding: 0 25px;
}

.loginFormSec .loginGroup {
    margin-bottom: 25px;
}

.dynamicHeading {
    font-size: 32px;

    font-family: "Proxima";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 0.906;

    text-align: left;

    margin: 0;

    margin-bottom: 30px;
}

.getBtn {
    background-color: rgb(54, 54, 54);

    border-radius: 25px;

    padding: 15px 35px;

    font-size: 14px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    line-height: 1;

    transition: ease all 0.25s;
}

.getBtn:hover {
    background: rgb(0 24 248);

    color: #fff;
}

/*My Account Css*/

footer.footer {
    background: #fff;
    box-shadow: 0px -5px 8px #0000001a;
    padding: 64px 0 0;
    font-size: 14px;
    font-weight: 500;
}

footer.footer .footer-top .row > .col-md-4,
footer.footer .footer-bottom > .row > .col-md-4 {
    border-right: 1px solid #ddd;

    padding-bottom: 50px;
}

footer.footer .footer-top {
    border-bottom: 1px solid #ddd;
}

footer.footer .footer-top .footer-logo {
    max-width: 219px;
    margin-bottom: 30px;
}
.footer-about-desc li:not(:last-of-type) {
    margin-bottom: 16px;
}
.footer-about-desc li .fa {
    color: rgb(0, 24, 248);
    margin-right: 7px;
}
footer.footer .footer-top .footer-about-desc p {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    line-height: 1.714;

    text-align: left;

    max-width: 90%;
}

footer.footer .footer-bottom-right,
footer.footer .footer-top .footer-links {
    padding: 0px 15px 30px;
}

@media (max-width: 1023px) {
    footer.footer .footer-top .footer-links {
        padding: 0px 15px 30px;
    }
    footer.footer .footer-bottom-right {
        padding: 0px 0px 30px;
    }
    header .account-dropdown .dropdown-toggle{

        height: auto;
        justify-content: start;
    }
    .navbar-light.mobileMenu .navbar-nav li.nav-item {
        padding: 0px 20px;
    }
    header .navbar-collapse{
        padding: 20px 0;
    }
    header .navbar{
        padding: 0.5rem 0;
    }
}

footer.footer .heading h3 {
    font-size: 18px;

    font-family: "Proxima";

    color: rgb(0, 24, 248);

    line-height: 1.222;

    font-weight: 700;
    margin-bottom: 14px;
}
footer.footer ul li {
    margin-bottom: 5px;
}
footer.footer ul li a {
    position: relative;

    padding-left: 0;

    font-size: 14px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    font-weight: 500;

    line-height: 1.875;

    transition: ease all 0.25s;
}

footer.footer ul li a.active,
footer.footer ul li a:hover {
    color: rgb(0 24 248);
}

footer.footer ul li a:before {
    position: absolute;

    content: none;

    left: 0;

    top: 0;

    bottom: 0;

    font-size: 12px;

    line-height: 12px;

    height: 12px;

    margin: auto;

    font-family: "Font Awesome 5 Free";

    font-weight: 900;
}

footer.footer .footer-bottom .bottom-links ul li {
    max-width: 50%;

    float: left;

    display: inline-block;

    width: 100%;
}

footer.footer .footer-bottom-right .desc p {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    line-height: 1.571;

    font-weight: 500;

    margin-bottom: 30px;
}

footer.footer .footer-bottom-right form .field-box {
    width: calc(100% - 147px);

    display: inline-flex;
    gap: 16px;
}

footer.footer .footer-bottom-right form .field-box input {
    border: none;

    padding: 5px 10px;

    width: 48.5%;

    outline: none;

    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;
    border-radius: 4px;

    background: #fff;
    border: 1px solid #707070c4;
}
footer.footer .footer-bottom-right form .field-box input[name="first_name"]{

    width: 32.5%;
}
footer.footer .footer-bottom-right form .field-box input[name="email"]{

    width: calc(100% - 32.5%)
}
footer.footer .footer-bottom-right form .btn-box {
    width: 126px;

    display: inline-block;

    height: 42px;

    margin-left: 16px;
}

footer.footer .footer-bottom-right form .btn-box button {
    border: none;

    padding: 5px;

    width: 100%;

    height: 100%;

    border-top-right-radius: 5px;

    border-bottom-right-radius: 5px;

    border-radius: 4px;

    background: #0018f8;

    font-size: 14px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    font-weight: bold;

    line-height: 1.375;

    cursor: pointer;

    transition: ease all 0.25s;
}

footer.footer .footer-bottom-right form .btn-box button:hover {
    background: #363636;
}

footer.footer .footer-bottom-right .social-links ul {
    text-align: left;
    font-size: 25px;
}

footer.footer .footer-bottom-right .social-links ul li {
    display: inline-block;

    width: fit-content;

    width: -webkit-fit-content;
}

footer.footer .footer-bottom-right .social-links ul li a {
    padding: 0;

    font-size: 25px;

    margin-right: 16px;
}

footer.footer .footer-bottom-right .social-links ul li a:before {
    display: none;
}

footer.footer .copyright {
}

footer.footer .copyright {
    background: #0019f8;

    padding: 15px 0;
}

footer.footer .copyright .row {
    align-items: center;
}

footer.footer .copyright p {
    font-size: 14px;

    font-family: "Proxima";

    color: #fff;

    line-height: 1;

    margin: 0;
}

footer.footer .copyright p a {
    color: #fff;

    transition: ease all 0.25s;
}

footer.footer .copyright p a:hover {
    color: #363636;
}

footer.footer .copyright .card-img {
    width: 80%;

    margin: auto;

    margin-right: 0;
}

.advanceFilterTabs .nav-tabs .nav-link {
    flex: none;

    line-height: 20px;

    padding: 10px 32px;

    border: 1px solid #ccc;

    background: #ccc;

    color: #363636;

    font-weight: 600;

    font-size: 16px;

    margin-right: 10px;

    border-radius: 0px 20px 0px 0px;
}

.advanceFilterTabs .nav-tabs .nav-link.active {
    background: #0018f8;

    color: #fff;
}

.blogs-news.listing-featured-vehicles.account-style {
    background: none;
}

.mainBody {
    padding: 60px 0px;
}

.mobileMenu {
    display: none;
}

.advanceFilterTabs.loginTab {
    display: flex;

    justify-content: center;
}

.socialBtns {
    font-weight: bold;

    background-color: #3b5998;

    color: white;

    border-radius: 3px;

    display: block;

    margin-bottom: 40px;

    position: relative;
}

.socialBtns:hover {
    color: #fff;
}

.socialBtns i {
    position: absolute;

    left: 30px;

    top: 17px;
}

.loginFormSec {
    padding: 0px;
}

.checkAgreement input[type="checkbox"] {
    position: relative;

    top: 8px;

    margin-right: 7px;
}

.checkAgreement a {
    margin: 6px 6px;
}

.hidden,
.disabled {
    display: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;

    margin: 0;
}

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

@media screen and (min-width: 1250px) {
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 1199px) {
    .footer-links .col-md-3 {
        max-width: 50% !important;

        flex: unset;
    }

    .packagesDetails.packagesDetailsAutomotive .packagesDetailsRow::after {
        display: none !important;
    }

    .packagesDetails .packageCol h4 span {
        font-size: 16px !important;
    }

    .packagesDetailsRow {
        display: flex;

        justify-content: center;
    }

    .packagesDetails .packageCol {
        flex: 0 0 45.333%;

        max-width: 40.333%;
    }
}
@media (min-width: 991px) {
    section.hero {
        margin: 0px 0px;
        min-height: 1000px;
        background-size: 100%;
        background-color: #fff;
        background-position: bottom;
    }
}
@media (max-width: 991px) {
    .mobileMenu {
        display: block;

        width: 100%;
    }

    .nav-box .nav {
        display: none;
    }

    section.hero .filter-main-box .heading h4 {
        font-size: 14px;
    }

    /* section.what-drive-us .truck-img-box {

        position: relative;

        width: 100%;

    } */


    section.what-drive-us .col-md-7 {
        max-width: 100% !important;
    }


    .what-drive-us .what-drive-us-row {
        display: flex;
        /*
        flex-direction: column-reverse; */
    }



    /* .what-drive-us .what-drive-us-row .col-lg-3 {

       padding: 0px 150px 90px 150px;

    } */

    .what-drive-us .what-drive-us-row .desc h3 {
        margin: 0px 9px;
    }

    section.testimonials {
        background-size: cover;
    }

    header .logo-box {
        margin-top: 20px;
    }

    header .logo-box img {
        width: 300px;
    }

    .mainBody .trustedName .car2 {
        width: 309px;

        position: absolute;

        top: 213px;

        height: 250px;

        left: 250px;
    }

    .mainBody .trustedName {
        background-size: 100% 70%;
    }

    .advanceFilterTabsHalfWidth {
        width: 46.3% !important;
    }

    .inputCurve {
        appearance: none;
    }
    .inputCurve {
        font-size: 14px;
        color: #919191;
        border: 2px solid #707070C4;
        border-radius: 6px;
        width: 100%;
    }
    .inputCurve:focus {
        outline: none;
    }
    section.hero .heading h3 {
        margin-top: 100px !important;

        font-size: 34px !important;
    }

    section.hero {
        margin: 0px 0px;
        min-height: 356px;
        background-size: 100%;
        background-color: #fff;
        background-position: bottom;
    }

    .productCategoryCol .accordion .btn-link {
        font-size: 13px !important;
    }

    section.featured-vehicles.listing-featured-vehicles
    .featured-vehicle-slider
    .item
    .desc-box
    .title-box
    h3 {
        font-size: 14px !important;
    }

    .cartBox,
    .viewDetail {
        margin-bottom: 22px;
    }


    section.testimonials .row.testimonials-slider {
        display: flex;

        justify-content: center;
    }



    .productCategoryCol.faqListing .col-md-6 {
        flex: 0 0 100%;

        max-width: 100%;
    }

    .contactForm .contactFormMainRow::after {
        display: none;
    }

    .contactDetails.contactPhone .row.contactRow .contactPhoneIcon,
    .contactDetails.contactPhone .row.contactRow .contactPhoneIconDetails {
        flex: 0 0 100%;

        max-width: 100%;

        text-align: center;

        margin-top: 0px auto;
    }

    .contactSec .contactDetails .socialClass,
    .contactSocailIcon .socialImg {
        margin: 0px auto;
    }

    .row.contactFormMainRow > .col-md-6 {
        flex: 0 0 100%;

        max-width: 100%;
    }

    .accountCol {
        max-width: 100%;

        flex: 0 0 100%;

        max-width: 100%;

        margin: 0px;

        margin-bottom: 40px;
    }

    .hero.loginSec {
        height: 500px;
    }

    .blogs-news .blogs-tabs {
        padding-left: 15px;
    }

    .listing-featured-vehicles.featured-vehicles .col-md-3 {
        max-width: 100%;

        flex: 0 0 100%;
    }

    .halfWidthSelect {
        width: 42% !important;
    }

    #zip_filter {
        margin-bottom: 20px;
    }

    #collapseTwo .toClass::before {
        left: auto !important;

        top: 5px !important;

        right: 55% !important;
    }

    #collapseThree .card-body::before {
        left: 95% !important;
    }

    #collapseFourteen:last-child {
        margin-bottom: 40px;
    }

    footer.footer .footer-bottom-right form .field-box input {
        width: 100% !important;
    }

    footer.footer .footer-bottom-right {
        margin-top: 52px;
    }

    .footer-bottom .col-md-4 {
        margin-top: 52px;
    }
}
.icon{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

@media (min-width: 768px) {
    .productCategoryCol .accord-btn-wrapper label {
        display: none !important;
    }

    .productCategoryCol .accord-wrapper {
        display: block !important;
    }
}
@media (max-width: 992px) {
    .halfWidthSelect {
        width: 47% !important;
    }
}
@media (max-width: 767px) {
    .halfWidthSelect {
        width: 42% !important;
    }
    body .dynamicHeaderInner {

        padding-bottom: 70px;
        padding-top: 70px;
        min-height: 180px;
    }
    section.hero .filter-main-box {
        top: 90px !important;
    }
    .listing-featured-vehicles.featured-vehicles .col-md-3.singleCarspecsCol {
        max-width: calc(50% - 20px);
        flex: 0 0 auto;
        margin: 0 10px 20px;
    }

    .productCategoryCol .accord-btn-wrapper label {
        background: #ddd;
        margin: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 3px;
        font-size: 16px;
        color: #000;
        line-height: 30px;
        font-weight: 600;
        text-align: left;
        position: relative;
        z-index: 1;
    }
    .productCategoryCol .accord-wrapper {
        overflow: hidden;
        display: none;
    }
    body .dynamicHeaderInner {
        background-position: bottom !important;
    }

    #collapseFourteen:last-child {
        margin-bottom: 10px;
    }

    .productCategoryCol {
        margin-bottom: 20px;
    }

    /* section.hero .filter-main-box .filter-fields .field-box {
        width: 100% !important;

        border-radius: 25px !important;

        margin-bottom: 10px !important;

        border: 2px solid;
    }

    section.hero .container {
        margin-top: 80px;
    } */

    /* section.hero {
        height: 935px;
        background-size: contain;
        background-position: 100% 30%;
    } */

    section.hero .heading h3:before,
    section.hero .heading h3:after {
        display: none;
    }

    section.sale-purchase .divider .desc h4,
    section.sale-purchase .divider .desc h3,
    section.sale-purchase .divider .desc .cta-box {
        text-align: center;
    }

    .head-desc h2 {
        font-size: 28px !important;
    }

    section.hero .heading h3 {
        font-size: 27px !important;

        margin-top: 0 !important;
    }

    section.blogs-news .blogs-tabs .tab-content .tab-pane .item .col-md-8 {
        padding: 0 15px;
    }
    section.hero .filter-main-box .filter-fields .field-box button {
        height: 50px;
    }

    header .right-side-nav p {
        border-radius: 0px !important;
    }

    header .col-lg-8 {
        padding: 0px 0px;
    }

    header .mobileMenu {
        background: #0019f8;

        margin-top: 30px;
    }

    header .navbar-light .navbar-toggler-icon {
        background-image: url(../images/download.svg);
    }

    .navbar-light.mobileMenu .navbar-nav .nav-link {
        color: #fff;

        font-size: 19px;

        margin: 4px 0px;
    }

    .navbar-light.mobileMenu .navbar-nav li.nav-item {
        padding: 0px 20px;
    }

    /* .what-drive-us .what-drive-us-row .col-lg-3 {

        padding: 0px 30px 90px 30px;

    } */
    .truck-img-box {
        position: static !important;
        top: 0 !important;
        float: none !important;
        margin-top: 50px !important;
    }
    section.what-drive-us .addvertisment-box {
        margin-bottom: 30px;
    }

    section.sale-purchase .divider {
        display: block;
    }

    section.sale-purchase .divider .buy-box,
    section.sale-purchase .divider .sell-box {
        max-width: 100%;
    }

    section.sale-purchase .buy-box {
        border-bottom-left-radius: 0px;
    }

    section.sale-purchase .sell-box {
        border-top-right-radius: 0px;

        margin-top: 40px;
    }

    section.featured-vehicles {
        padding: 0px 0px;
    }

    section.featured-vehicles .head-desc {
        padding: 40px 15px;
    }

    section.testimonials .testimonials-slider .item:before {
        background-size: cover;
    }

    section.testimonials .testimonials-slider .slick-arrow {
        top: -140px;
    }

    footer.footer .footer-top .footer-links {
        padding: 50px 0 0 10px;
    }

    section.blogs-news .head-desc h3 {
        font-size: 18px !important;
    }

    section.blogs-news .head-desc {
        margin-left: 15px;
    }

    section.blogs-news .head-desc h2 {
        font-size: 26px !important;
    }

    .mainBody {
        padding: 40px 0px !important;
    }

    .advanceFilterTabsHalfWidth {
        width: 100% !important;

        margin-left: 0px !important;

        margin-bottom: 20px;
    }

    .dynamicHeading {
        margin-top: 30px !important;
    }

    section.hero .filter-main-box {
        top: 160px !important;
    }

    .trustedName {
        background-size: cover !important;
    }

    .trustedName img {
        position: unset !important;

        width: 100% !important;

        margin-bottom: 20px;
    }

    .whiteHeading {
        font-size: 24px !important;
    }

    .driveUsSec .col-md-3 {
        padding-right: 15px !important;
    }

    .packagesDetails .packageCol {
        flex: 0 0 85.333%;

        max-width: 80.333%;

        margin-right: 0px !important;
    }

    .contactDetails.contactPhone {
        margin-bottom: 20px;
    }

    .contactFormHeading {
        margin-top: 0px !important;
    }

    #zip_filter {
        margin-bottom: 30px;
    }

    .halfWidthSelect {
        width: 100% !important;
    }


    #collapseThree .card-body::before {
        left: 91% !important;
    }

    footer.footer .footer-bottom-right .social-links ul {
        text-align: center !important;
    }

    footer.footer .copyright p {
        text-align: center !important;

        margin-bottom: 4px;
    }

    footer.footer .copyright .card-img {
        margin-top: 8px 0px !important;

        width: 100% !important;
    }

    .footer-bottom .col-md-4 {
        margin-top: 22px !important;
    }

    footer.footer .footer-bottom-right form .field-box {
        display: block !important;
    }

    footer.footer .footer-top .footer-links {
        padding: 0px 15px 30px !important;
    }

    footer.footer .heading h3 {
        margin-top: 13px !important;
    }

    footer.footer {
        padding-top: 30px;
    }
    footer.footer .footer-top .row > .col-md-4,
    footer.footer .footer-bottom > .row > .col-md-4 {
        padding-bottom: 30px;
    }
    footer.footer .footer-bottom-right {
        margin-top: 0px;
    }
    footer.footer .footer-bottom-right form .field-box {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
    }
    footer.footer .footer-bottom-right form .btn-box {
        width: 126px;
        height: 42px;
        margin: 15px auto;
        display: block;
    }
    footer.footer .heading h3 {
        margin-top: 0 !important;
    }
    footer.footer .footer-bottom-right .social-links ul {
        text-align: left !important;
    }
    footer.footer .copyright .card-img {
        margin-top: 8px !important;
    }
}
.password {
    position: relative;
    width: 100%;
}

.password  i{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.password .fa-eye-slash{
    display: none;
}
.password.show-password .fa-eye-slash  {
    display: block;
}
.account-dropdown  .error_msg{
    width: 100%;
}

button.dropdown-toggle {
    border: 1px solid #dedede;
    border-radius: 6px;
    margin: 0;
    height: auto;
    font-weight: 600;
    padding: 11px 10px 11px 15px !important;
    border-radius: 4px 25px 0px 0px;
    width: 100% !important;
    background: #fff;
    font-size: 14px!important;
    line-height: 30px;
    outline: none !important;
    text-align: left;
}
button.dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    border: none;
    font-size: 10px;
    position: absolute;
    right: 5px;
    font-size: 14px;
}
.btn-group {
    width: 100%;
}
ul.multiselect-container.dropdown-menu.show {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
}
ul.multiselect-container.dropdown-menu.show li label {
    font-size: 14px;
}
.checkbox.checkbox-custom {
    transform: scale(2.1);
    margin-right: 10px;
}

.wgt-paypal-button {
    background-color: #f6c33a;
}

.wgt-paypal-button:hover {
    background-color: #dcae34;
}

.wgt-paypal-button > img {
    width: 10%;
}
