@font-face {
    font-family: suzukiprobold;
    src: url(../woff2/suzukiprobold-webfont.woff2) format('woff2'), url(../woff/suzukiprobold-webfont.woff) format('woff')
}

@font-face {
    font-family: suzukiproheadline;
    src: url(../woff2/suzukiproheadline-webfont.woff2) format('woff2'), url(../woff/suzukiproheadline-webfont.woff) format('woff')
}

@font-face {
    font-family: suzukiproregular;
    src: url(../woff2/suzukiproregular-webfont.woff2) format('woff2'), url(../woff/suzukiproregular-webfont.woff) format('woff')
}

:root {
    --bg-gray-light: #EFEFEF;
    --body-fonts-size: var(--body-sm-fonts-size);
    --body-sm-fonts-size: 16px;
    --exHeadline-fonts-size: 2.5rem;
    --bold-fonts-size: 1.5rem;
    --menu-fonts-size: 15px;
    --sub-menu-fonts-size: var(--xs-fonts-size);
    --xs-fonts-size: 14px;
    --xxs-fonts-size: 12px;
    --footer-heading-fonts-size: 25px;
    --backtop-icon-fonts-size: 25px;
    --body-fonts: "SuzukiPRORegular", sans-serif;
    --headline-fonts: "SuzukiPROHeadline", sans-serif;
    --bold-fonts: "SuzukiPROBold", sans-serif;
    --icon-family: FontAwesome;
    --angle-down: "\f107";
    --black: #000000;
    --white: #ffffff;
    --white-50: rgba(255, 255, 255, 0.5);
    --gray: #757575;
    --primary-color: #00344D;
    --secondry-color: #F92524;
    --alert-color: #F92524;
    --highlight-color: #025BA9;
    --bg-light-color: #FBFBFB;
    --primary-color-light: rgba(0, 52, 77, 0.65);
    --bg-blackcolor-light: rgba(13, 30, 45, 0.6);
    --facebook-color: #3578E5;
    --linkedin-color: #1485BD;
    --youtube-color: #FF0000;
    --insta-gradient-color-a: #F99B4A;
    --insta-gradient-color-b: #CC439A;
    --default-border-color: #CCCCCC;
    --btn-radius: 100px;
    --radius-100: 100px;
    --hero-slider-height: 185px;
    --mediacenter-slider-height: 18vw;
    --tab-nav-width: 62%;
    --product-tab-slider-height: 114px;
    --tab-slider-height: 200px;
    --slider-content-pad: 0 100px 0 30px;
    --zoom-scale: scale(1.5);
    --zoom-scale-sx: scale(1.1);
    --all-animate: all ease 1s;
    /*negative Margins*/
    --mt-5: -40px;
    /*Padding*/
    --py-70: 70px;

}

.list-circle-bullets {
    padding-left: 1.2rem
}

.list-circle-bullets li {
    margin-bottom: .5rem
}

.circle-img {
    width: 150px;
    height: auto
}

.hv-100 {
    height: 100vh
}

.hv-50 {
    height: 50vh
}

.hv-auto {
    height: auto !important
}

body {
    font-family: var(--body-fonts);
    font-size: var(--body-fonts-size)
}

a {
    color: var(--primary-color)
}

a:hover {
    color: var(--highlight-color);
    text-decoration: none
}

.alert-ico {
    color: var(--alert-color)
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: var(--bold-fonts);
    color: var(--primary-color)
}

.logo {
    float: left
}

.mt-md--5 {
    margin-top: var(--mt-5)
}

.fa-lg {
    font-size: 3rem;
    line-height: 1.5
}

.play-pause-btn {
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    position: absolute;
    display: none;
    width: 100%;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: var(--bg-blackcolor-light)
}

.carousel-item:hover .play-pause-btn {
    display: flex
}

.event-card .card-body:before {
    opacity: 0 !important
}

.heading_bar {
    position: relative
}

/*.heading_bar:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 97%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 2px;
    background: var(--secondry-color);
    z-index: 0
}*/

.left-panel .heading_bar:before {
    height: 0
}

.heading_bar.left-align::before {
    left: 0;
    transform: translateX(0px)
}

.career-sec-wrapper .heading_bar:before {
    left: 0 !important;
    width: 88px !important
}

.text-white * {
    color: var(--white)
}

.cards-overlay .card-body img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%
}

.media-wrapper .cards-overlay .card-body {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: auto
}

.cards-overlay .card-body a {
    display: flex;
    align-items: center
}

.cards-overlay .card-body .video-play-btn i.fa {
    height: auto
}

.media-wrapper .card .cards-overlay {
    height: 100%;
    overflow: hidden
}

.media-wrapper .cards-overlay .card-body,
.media-wrapper .cards-overlay .card-body a {
    height: 100%
}

.card,
.card-header,
.card-footer,
.card-img,
.card-img-top,
.radius-0 .card,
.radius-0 .card img.card-img-top,
.card-banner img {
    border-radius: 0 !important
}

.card {
    border: 0
}

.border-card .card {
    border: 1px solid var(--primary-color) !important
}

.shadow-hover .card:hover {
    box-shadow: -2px 1px 5px #ccc
}

.card-banner video {
    width: 100%
}

.card-grid-4 .card {
    flex: 0 0 calc( 100%/4.2);
    margin: 0 1rem 1rem auto
}

.card-grid-3 .card {
    flex: 0 0 calc( 100%/3.19);
    margin: 0 1rem 1rem auto
}

.card-grid-2 .card {
    flex: 0 0 16.666667%;
    margin: 0 1rem
}

.card-group>.card:last-child {
    margin-right: 0
}

.card-group>.card:first-child {
    margin-left: 0
}

.card-overlay-content .card-bg {
    position: relative;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.card-overlay-content .card-bg .card-footer * {
    color: #fff
}

.card-overlay-content .card-bg .card-banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0
}

.card-overlay-content .card-bg .card-content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: var(--primary-color-light);
    opacity: 0;
    transition: var(--all-animate);
    transition-property: opacity;
    cursor: pointer;
    transition: var(--all-animate)
}

.news-letter-cards .card-overlay-content .card:hover .card-content-wrapper {
    opacity: 1
}

.card-overlay-content .card-bg .card-body {
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-overlay-content .card-bg .card-body a {
    margin-top: 2.5rem
}

.card-overlay-content .card-bg:hover .card-content-wrapper {
    opacity: 1
}

.news-letter-cards .card-overlay-content .card-bg .card-banner img {
    height: auto
}

.card-img-overlay.bg-media-overlay::before {
    left: 0;
    opacity: .6
}

.card-img-overlay.bg-media-overlay {
    position: absolute;
    display: flex;
    align-items: center
}

.price-tag {
    font-size: var(--xs-fonts-size);
    display: block;
    font-family: var(--bold-fonts)
}

.bg-primary-light {
    background: var(--highlight-color)
}

.media-bg {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.btn-primary:hover a,
.btn-primary a {
    color: #fff !important
}

.btn-light:hover,
.btn-light {
    color: #fff !important
}

.btn-alert {
    background-color: var(--alert-color);
    color: #fff
}

.btn-alert:hover {
    color: #fff;
    background: var(--highlight-color)
}

.btn-white {
    background: #fff;
    color: var(--primary-color)
}

.btn-white:hover,
.btn-secondary.active,
.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: var(--highlight-color);
    border-color: var(--highlight-color)
}

.btn-secondary:focus.active {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5) !important
}

.bg-media-overlay:before {
    content: "";
    background: var(--highlight-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .97;
    z-index: -1
}

.bg-media-overlay {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 0
}

.page-title-wrapper.bg-media-overlay:before {
    background: var(--bg-blackcolor-light)
}

.page-title-wrapper {}

.page-title-wrapper img {
    width: 100%
}

.page-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.page-title-wrapper .section-title {
    padding-bottom: 0
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: var(--secondry-color);
    color: #fff;
    transition: display .5s ease-in-out;
    z-index: 99999;
    text-align: center
}

.back-to-top i {
    font-size: var(--backtop-icon-fonts-size);
    line-height: 1.5
}

.back-to-top:hover {
    color: #fff;
    background: var(--highlight-color);
    transition: background .2s ease-in-out
}

.circular-menu {
    position: fixed;
    top: 45vh;
    right: 0;
    z-index: 999
}

.circular-menu .floating-btn {
    display: block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background-color: var(--primary-color);
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);
    color: #fff;
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;
    border: 2px solid #fff
}

.floating-btn img {
    width: 37px;
    top: -6px;
    position: relative
}

.circular-menu.active .menu-item:nth-child(6) img {
    margin-top: -.5rem
}

.circular-menu .floating-btn:hover {
    color: #fff
}

.circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3)
}

.circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4)
}

.circular-menu .floating-btn img {
    font-size: 1.3em;
    transition: transform .2s;
    transform: rotate(0deg)
}

.circular-menu.active .floating-btn img {
    transform: rotate(-180deg);
    transition: transform .5s
}

.circular-menu:after {
    display: block;
    content: ' ';
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background: var(--primary-color);
    transition: all .3s ease;
    opacity: 0
}

.circular-menu.active:after {
    transform: scale3d(8, 8, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
    opacity: .7;
    right: 0
}

a.floating-btn {
    position: relative
}

a.floating-btn:before {
    content: '';
    border-radius: 1000px;
    min-width: calc(30px + 12px);
    min-height: calc(60px + 12px);
    border: 6px solid var(--highlight-color);
    box-shadow: 0 0 60px rgba(0, 255, 203, .64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    z-index: -9999
}

a.floating-btn:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: 28px solid var(--highlight-color);
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -43%) scale(.46);
    animation: ring .5s infinite;
    animation-delay: .6s;
    animation-duration: 2s
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1
    }
    100% {
        width: 200px;
        height: 200px;
        opacity: 0
    }
}

.circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
    display: none
}

.circular-menu .menu-item {
    position: absolute;
    top: .2em;
    right: 1.2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: var(--xs-fonts-size);
    width: max-content;
    height: auto;
    transition: transform .3s ease, background .2s ease
}

.circular-menu .menu-item a {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
}

.circular-menu .menu-item a p {
    margin-bottom: 0;
    margin-left: .5rem
}

.circular-menu .menu-item .icon-img {
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    transition: transform .3s ease, background .2s ease;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-shadow: 0 1px 2px 2px #3e3e3e52
}

.circular-menu .menu-item .icon-img img {
    width: 25px;
    height: 25px
}

.circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

.circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(-0.6em, -12.5em, 0)
}

.circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-5em, -7.5em, 0)
}

.circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-9.0em, -2.4em, 0)
}

.circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(-4.6em, 3.3em, 0)
}

.circular-menu.active .menu-item:nth-child(5) {
    transform: translate3d(-4.8em, 8.3em, 0)
}

.circular-menu.active .menu-item:nth-child(6) {
    transform: translate3d(-1.9em, 13.0em, 0)
}

#topheadingBar {
    background: var(--bg-gray-light);
    padding: .4rem 0 !important;
    border-bottom: 1px solid #eee;
    font-size: var(--xs-fonts-size)
}

#topheadingBar .social-links a {
    color: var(--black);
    padding: 4px .5rem;
    display: inline-block;
    line-height: 1px;
    transition: .3s;
    font-size: var(--xs-fonts-size)
}

#topheadingBar .social-links a:nth-last-child(2) {
    border-left: 1px solid var(--default-border-color);
    padding-left: .85rem
}

#topheadingBar .social-links a:hover {
    color: var(--highlight-color)
}

.upper-menu ul {
    margin-bottom: 0
}

.upper-menu ul li {
    display: inline;
    padding: 0 .5rem;
    border-right: 1px solid #dcdddc
}

.upper-menu ul li:last-child {
    border: 0
}

.upper-menu ul li .btn {
    background-color: var(--alert-color);
    line-height: 1;
    border-radius: var(--radius-100);
    border: 0
}

#header {
    transition: all .5s;
    background: #fff;
    z-index: 997;
    box-shadow: 2px 2px 2px #f5f5f5
}

#header.header-scrolled {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #1c5c93;
    text-decoration: none
}

#header .logo img {
    padding: 0;
    margin: 0
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul.main-nav {
    display: flex;
    align-items: center
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
    line-height: 1.55;
    padding: 15px 0
}

.nav-menu>ul>li:nth-child(7n) {
    border: 0
}

.nav-menu a {
    display: block;
    position: relative;
    color: var(--primary-color);
    padding: 0 15px;
    transition: .3s;
    font-size: var(--menu-fonts-size);
    border-right: 1px solid var(--default-border-color)
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: var(--highlight-color);
    text-decoration: none
}

.menu-btn a {
    padding: .5rem .75rem;
    font-size: var(--sub-menu-fonts-size);
    line-height: 1
}

.nav-menu ul.main-nav li:last-child {
    border: 0
}

.nav-menu ul.main-nav li:last-child a {
    border: 0
}

.nav-menu ul.main-nav li:last-child::before {
    opacity: 0
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: ease all .3s
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    visibility: visible
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: var(--sub-menu-fonts-size);
    font-weight: 500;
    border: 0
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: var(--highlight-color)
}

.nav-menu .drop-down>a:after {
    content: var(--angle-down);
    font-family: var(--icon-family);
    padding-left: 5px
}

/*.nav-menu>ul>li.heading_bar:before {
    background: 0 0;
    z-index: 9;
    width: 100%
}

.nav-menu>ul>li.heading_bar.active::before,
.nav-menu li.heading_bar:hover::before {
    background: var(--alert-color)
}*/

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: 100%
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
    position: absolute;
    right: 15px
}

.blinking-menu-item {
    animation: blinkingText 1.1s infinite;
    color: var(--highlight-color);
    font-family: var(--bold-fonts)
}

.blinking-menu-item a {
    color: var(--highlight-color) !important
}

.nav-menu a {
    text-transform: uppercase
}

.search-icon {
    border: 0 !important;
    position: absolute !important;
    right: 3.5rem
}

.search-icon a {
    font-size: var(--body-fonts-size)
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: var(--primary-color);
    transition: .4s
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #fff;
    text-decoration: none
}

.mobile-nav .drop-down>a:after {
    content: var(--angle-down);
    font-family: var(--icon-family);
    padding-left: 10px;
    position: absolute;
    right: 15px
}

.mobile-nav .active.drop-down>a:after {
    content: var(--angle-down)
}

.mobile-nav .drop-down>a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 14px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 35px;
    transition: all .4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i {
    color: var(--primary-color)
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(31, 53, 72, .7);
    overflow: hidden;
    display: none
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    left: 0
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff
}

.mobile-nav .menu-btn {
    width: 90%;
    border-color: #fff;
    margin: .5rem auto;
    float: none;
    display: block
}

.full-screenslider .slider-wrapper .carousel-inner .carousel-item {
    height: calc(100vh - 85px)
}

.slider-wrapper .carousel-item.video-slide,
.slider-wrapper .carousel-item.youtube-video-slide {
    display: flex;
    justify-content: center;
    align-items: center
}

.slider-wrapper .carousel-indicators li {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 100%
}

.slider-wrapper .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
   bottom: 0;
    top: 0px;
    left: 0;
    right: 0;
    /*overflow: hidden;*/
    padding: 0 60px
}

.carousel-content {
    padding: var(--slider-content-pad);
    font-size: 18px
}

.slider-wrapper .carousel-item.video-slide video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover
}

.slider-wrapper .carousel-item.video-slide object {
    z-index: 9
}

.slider-wrapper h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: var(--exHeadline-fonts-size)
}

.slider-wrapper p {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff
}

.slider-wrapper .price-tag {
    width: max-content;
    text-align: right;
    color: #fff;
    font-family: var(--bold-fonts)
}

.slider-wrapper .price-tag span {}

.slider-wrapper .carousel-content h3 {
    margin-bottom: .25rem
}

.slider-wrapper .slider-tag {
    text-transform: uppercase;
    margin-bottom: 0
}

.slider-wrapper .btn-wrapper {
    margin-top: 1rem;
    display: block
}

.slider-wrapper .content-slide.carousel-item::before {
    content: '';
    background-color: var(--bg-blackcolor-light);
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden
}

.slider-wrapper .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center
}

.slider-wrapper .carousel-inner .carousel-item,
.slider-wrapper .carousel-inner .active.carousel-item-left,
.slider-wrapper .carousel-inner .active.carousel-item-right {
    opacity: 0
}

.slider-wrapper .carousel-inner .active,
.slider-wrapper .carousel-inner .carousel-item-next.carousel-item-left,
.slider-wrapper .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: .5s
}

.slider-wrapper .carousel-inner .carousel-item-next,
.slider-wrapper .carousel-inner .carousel-item-prev,
.slider-wrapper .carousel-inner .active.carousel-item-left,
.slider-wrapper .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.slider-wrapper .carousel-control-next-icon,
.slider-wrapper .carousel-control-prev-icon {
    background: 0 0;
    font-size: var(--exHeadline-fonts-size);
    line-height: 1;
    width: auto;
    height: auto
}

.slider-wrapper .carousel-item {
    width: 100%;
    height: calc(100vh - var(--tab-slider-height));
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden
}

.slider-nav-wrapper {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: var(--primary-color-light)!important;
    z-index: 2;
}

.slider-nav-wrapper a.carousel-control-prev,
.slider-nav-wrapper a.carousel-control-next,
.slider-nav-wrapper .carousel-indicators {
    position: unset;
    width: auto;
    margin: 0 1.5rem
}

#hero {
    width: 100%;
    padding: 0;
    overflow: hidden
}

#hero .slider-wrapper .carousel-item {}

section {
    padding: 60px 0
}

.section-bg {
    background-color: #f5f9fc
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: var(--bold-fonts-size);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.section-title p {
    margin-bottom: 0
}

.section-title.left-align {
    text-align: left;
    padding-bottom: 0
}

.section-title.left-align .heading_bar::before {
    left: 5px;
    transform: translate( 0%, -50%)
}

.section-title.left-align h2.heading_bar {
    padding-bottom: .5rem;
    margin-bottom: 2rem
}

#box-section {
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, .6);
    margin: 0;
    padding: 1rem 0
}

.icon-box {
    font-family: var(--bold-fonts);
    font-size: var(--xs-fonts-size);
    text-align: center;
    border-right: 1px solid #dadada;
    text-transform: uppercase
}

.icon-box img {
    margin: 0 auto .5rem;
    width: 50px;
    height: 35px
}

.icon-box p {
    margin-bottom: 0
}

.w-85 {
    width: 85%
}

.action-sticky-box .icon-box {
    padding: 1rem;
    border: 0
}

.action-sticky-box {
    position: fixed;
    top: 30vh;
    right: 0;
    z-index: 999;
    padding: 1.5rem;
    width: 37%;
    text-align: right;
    display: flex;
    align-items: center;
    padding-right: 100px
}

.action-sticky-box .container {
    background: #fff;
    padding: 1.5rem
}

.action-sticky-box .icon-box a:before,
.action-sticky-box .icon-box a:after {
    content: '';
    position: absolute;
    background: red;
    margin: 0 auto
}

.action-sticky-box .icon-box a:before {
    width: 80%;
    height: 1px;
    left: 0;
    top: 100%;
    right: 0
}

.action-sticky-box .icon-box a:after {
    width: 1px;
    height: 80%;
    right: 0;
    top: 1rem;
    bottom: 1rem
}

.action-sticky-box .icon-box:nth-child(even) a::after {
    opacity: 0
}

.action-sticky-box .icon-box:last-child a:before {
    opacity: 0
}

#suzuki-actionsticky-btn {
    margin-left: 1.5rem;
    position: absolute;
    right: 0;
    top: 25vh
}

.tabs-wrapper .nav-tabs {
    justify-content: center;
    padding: 0 18px;
    border-bottom: 5px solid var(--default-border-color);
    justify-content: center;
    padding: 0 18px;
    border-bottom: 2px solid #e6e6e6;
    background: #f9f9f9
}

.tabs-wrapper .nav-tabs .nav-link {
    position: relative;
    color: var(--gray);
    text-transform: uppercase;
    font-family: var(--bold-fonts);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.tabs-wrapper .nav-tabs .heading_bar:before {
    width: 0%;
    background: 0 0;
    top: 102%;
    transition: all ease 1s;
    transition-property: width
}

.tabs-wrapper .nav-tabs .nav-link.active,
.tabs-wrapper .nav-tabs .nav-link:hover,
.tabs-wrapper .nav-tabs .nav-link:focus {
    color: var(--highlight-color);
    background: #fff
}

.tabs-wrapper .nav-tabs .heading_bar.active:before,
.tabs-wrapper .nav-tabs .nav-link:hover:before,
.tabs-wrapper .nav-tabs .nav-link:focus:before {
    background: var(--alert-color);
    width: var(--tab-nav-width);
    width: 100%
}

.tabs-wrapper .nav-tabs .nav-link .nav-link {
    padding-left: 0;
    padding-right: 0
}

.btn-tab {
    background: var(--highlight-color)
}

.tabs-wrapper.white-tabs .nav-tabs {
    background: 0 0
}

.white-tabs .nav-tabs .nav-link {
    color: var(--white-50)
}

.white-tabs .nav-tabs .nav-link.active,
.white-tabs .nav-tabs .nav-link:hover,
.white-tabs .nav-tabs .nav-link:focus {
    color: var(--white);
    background: 0 0
}

.white-tabs .nav-tabs .heading_bar.active:before,
.white-tabs .nav-tabs .nav-link:hover:before,
.white-tabs .nav-tabs .nav-link:focus:before {
    background: var(--white)
}

.money-cards-wrapper .card,
.money-cards-wrapper .card img {
    border-radius: 0 !important
}

.money-cards {
    margin-bottom: 1.5rem;
    padding: 0 .5rem
}

.money-cards-wrapper .card-body {
    display: flex;
    align-items: center
}

.money-cards-wrapper .card-btn {
    width: 70%
}

.money-cards-wrapper .card-logo {
    width: 30%;
    height: 50px;
    display: flex
}

.money-cards-wrapper .card .card-logo img {
    object-fit: contain
}

.money-cards-wrapper .card-btn .btn {
    min-width: 60px
}

.money-cards-wrapper .card-img-top {
    object-fit: cover;
    overflow: hidden;
    object-position: top
}

.corporate-wrapper .card {
    cursor: pointer;
    overflow: hidden
}

.corporate-wrapper .card-body {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    min-height: 260px
}

.corporate-wrapper .card {
    flex: 0 0 31.33%;
    color: #000;
    border: 0;
    margin: 0 auto 1.5rem !important
}

section#corporate .card {
    background: #f3f3f3
}

.corporate-wrapper .card-body img {
    width: 40px;
    color: #000;
    margin-top: 10px
}

.corporate-wrapper .card-body h3 {
    margin: 30px 0 25px;
    color: #000;
    text-align: center
}

.corporate-wrapper .card-body p {
    color: #000;
    text-align: center
}

.corporate-wrapper .card-body * {
    color: #fff;
    font-size: var(--body-sm-fonts-size);
    margin: 0 auto
}

.corporate-wrapper .card:hover img {
    transition: var(--all-animate);
    transform: var(--zoom-scale)
}

#investorPage div#nav-tab {
    padding: 0
}

#investorPage .nav-tabs .heading_bar.active:before,
#investorPage .nav-tabs .nav-link:hover:before,
#investorPage .nav-tabs .nav-link:focus:before {
    width: 100%
}

#investorPage section {
    padding: 0
}

.news a {
    font-size: 15px
}

.faq-accordion .card {
    border-bottom: 1px solid #005aab;
    background: #f3f3f3
}

article.investor .accordion>.card>.card-header {
    margin-bottom: -1px;
    background: #f5f5f5;
    box-shadow: 1px -4px #000
}

ul.info-box {
    padding-left: 0;
    border-bottom: 1px solid var(--default-border-color)
}

#mainTabs .nav-link.active {
    color: var(--highlight-color);
    box-shadow: inset 1px 0 2px #ccc
}

.left-panel {
    padding: 40px 0 0 0
}

.right-panel {
    padding-top: 40px !important
}

.right-panel nav {
    margin-bottom: 1.5rem
}

.left-panel a.nav-link {
    border: 0;
    padding-bottom: 12px;
    padding-top: 14px;
    color: #5d5d5d;
    border-left: 5px solid transparent
}

.left-panel a.nav-link.active {
    border-left: 5px solid var(--alert-color);
    font-family: var(--bold-fonts)
}

.value-money .card {
    flex: 0 0 31%;
    margin: .5rem .7rem .5rem 0;
    border: 0;
    cursor: pointer;
    background: 0 0
}

#valueForMoney .money-cards .card .card-img {
    object-fit: cover;
    object-position: top
}

.value-money .card {
    flex: 0 0 30%;
    margin: .5rem .7rem .5rem 0;
    border: 0;
    cursor: pointer;
    background: 0 0
}

.value-money .zoom-out:hover img {
    transform: var(--zoom-scale-sx)
}

.value-money .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.img-hover-hide {
    opacity: 0
}

.value-money-section .card-img-overlay.bg-media-overlay::before {
    opacity: 0
}

.card-img-overlay.bg-media-overlay.active {
    background: var(--primary-color)
}

.accordion .card {
    border: 0
}

#investorPage .accordion .card-header.toggle-icon {
    border: 0;
    border-bottom: 1px solid var(--default-border-color) !important;
    color: #000
}

.accordion span.card-img-left {
    width: 50px;
    display: inline-block;
    padding-right: .8rem
}

.accordion i.fa.fa-angle-down {
    float: right
}

.accordion h4 img {
    width: 50px;
    padding-right: 20px
}

div#customer-care-accordion h4,
#investorPage .card-header h5 a {
    cursor: pointer;
  /*  padding: .7rem 0 .5rem;*/
    font-size: 20px;
    margin-bottom: 0
}

#customer-care-accordion h4 {
    font-family: var(--body-fonts)
}

#customer-care-accordion .card-body {
    padding: 1rem 0
}

.free-service-inner .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    width: 72px;
    height: 72px;
    background: #f1f7fb;
    border-radius: 6px;
    transition: .5s
}

.free-service-inner .icon-box .icon i {
    color: #428bca;
    font-size: 32px
}

.free-service-inner .icon-box .title {
    margin-left: 95px;
    margin-bottom: 10px;
    font-size: 18px
}

.free-service-inner .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 14px
}

.free-service-inner .icon-box {
    text-align: left
}

.icon-box {}

.card-group.left-icon .card-body * {
    text-align: left !important;
    margin-left: 0
}

.card-group.left-icon .card-body {
    min-height: auto;
    align-items: normal
}

.card-group.left-icon img.card-img-left {
    width: 50px;
    padding: .5rem
}

.card-group.left-icon .card {
    display: flex;
    flex-direction: row;
    flex: auto;
    align-items: center;
    border: 0;
    border-bottom: 1px solid var(--default-border-color)
}

.customer-wrapper nav {
    margin: 0 auto 1.5rem
}

.customer-wrapper.tabs-wrapper .nav-tabs {
    border: 0
}

.customer-wrapper .card-group {
    justify-content: center
}

.customer-wrapper .card {
    background: 0 0;
    border: 3px solid #fff !important;
    flex: 0 0 13%;
    flex-grow: inherit;
    text-align: center;
    margin: 0 1.5rem .5rem
}

.customer-wrapper .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer
}

.customer-wrapper .card img {
    margin: 0 auto;
    height: 60px
}

.customer-wrapper .card p {
    font-size: var(--body-sm-fonts-size);
    line-height: 1;
    margin-top: .5rem;
    margin-bottom: 0 !important
}

.facility-sec-wrapper .image-wrapper,
.facility-sec-wrapper .image-wrapper img {
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.facility-sec-wrapper .card-img-overlay.bg-media-overlay {}

.logo-tabs .nav-link {
    flex-direction: row;
    width: 50%;
    text-align: center;
    border: 1px solid #ccc
}

.logo-tabs .nav-tabs .nav-link.active,
.logo-tabs .nav-tabs .nav-link:hover,
.logo-tabs .nav-tabs .nav-link:focus {
    background: 0 0
}

.logo-tabs .nav-tabs .heading_bar.active:before,
.logo-tabs .nav-tabs .nav-link:hover:before,
.logo-tabs .nav-tabs .nav-link:focus:before {
    height: 100%;
    top: 41px;
    bottom: 0;
    z-index: 0;
    background: var(--highlight-color)
}

.logo-tabs a img {
    max-width: 100%;
    z-index: 2;
    position: relative
}

#maintenance .tab-content {
    width: 100%;
    text-align: center;
    padding: 20px
}

#maintenance .tab-content img {
    width: 100%
}

.logo-tabs .nav-tabs {
    padding: 0 !important
}

.bike-logo a img {
    width: 80%
}

.bike-logo span {
    display: block;
    font-size: var(--bold-fonts-size)
}

.bike-logo .tabs-wrapper .nav-tabs .nav-link {
    padding: 0 .5rem !important
}

.bike-logo .nav-tabs .heading_bar.active:before,
.bike-logo .nav-tabs .nav-link:hover:before,
.bike-logo .nav-tabs .nav-link:focus:before {
    height: 5px;
    top: 99%;
    bottom: 8px;
    z-index: 1;
    background: var(--highlight-color);
    transform: translate(0, 0);
    left: 0
}

.btn-groups {
    margin-top: 2rem
}

.media-wrapper .card-group {
    justify-content: center
}

.media-wrapper .card-header .title i {
    margin-right: .5rem;
    width: 20px;
    text-align: center;
    font-size: 100%;
    line-height: 2.2
}

.media-wrapper .card-header,
.media-wrapper .card-footer {
    background: var(--facebook-color);
    color: #fff;
    font-size: var(--body-fonts-size);
    border: 0;
    padding: .5rem 1rem
}

.media-wrapper .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.simple-card.cards-overlay,
.simple-card.cards-overlay * {
    height: 100% !important
}

.card.insta-card .card-header,
.facebook-card .card-header,
.linkedin-card .card-header {
    display: block
}

.media-wrapper .card-body {
    padding: .5rem 0 0;
    height: 426px;
    overflow-y: auto;
    cursor: pointer
}

.mini-cards .card-body {
    padding: 0;
    height: 115px;
    overflow: hidden
}

.mini-cards .card-body img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%
}

.video-play-btn i.fa {
    position: absolute;
    font-size: 50px;
    line-height: 2.25;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center
}

.cards-overlay .card-body:before {
    content: '';
    background: var(--primary-color-light);
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    top: 0;
    bottom: 0
}

.simple-card.cards-overlay .card-body::before {
    opacity: 0
}

.media-wrapper .card.insta-card {
    margin-right: 0
}

.media-wrapper .facebook-card .card {
    border-color: var(--facebook-color)
}

.media-wrapper .facebook-card .card-header {
    background: var(--facebook-color)
}

.media-wrapper .linkedin-card .card {
    border-color: var(--linkedin-color)
}

.media-wrapper .linkedin-card .card-header {
    background: var(--linkedin-color)
}

.media-wrapper .insta-card .card {
    border-color: var(--insta-gradient-color-b)
}

.media-wrapper .insta-card .card-header {
    background: linear-gradient(45deg, var(--insta-gradient-color-a), var(--insta-gradient-color-b))
}

.youtube-card .card {
    border-color: var(--youtube-color)
}

.youtube-card .card-header,
.youtube-card .card-footer {
    background: var(--youtube-color)
}

.cards-overlay.youtube-card iframe {
    height: 115% !important
}

.cards-overlay.youtube-card p,
h4.feed-item-title {
    display: none
}

.event-card .card {
    border-color: var(--highlight-color)
}

.event-card .card-header,
.event-card .card-footer {
    background: var(--highlight-color)
}

.mini-cards .simple-card .card-body {
    height: auto
}

.media-center .carousel-item {
    height: var(--mediacenter-slider-height)
}

.media-center .carousel-container {
    align-items: flex-end;
    padding: 0 !important
}

.media-center .carousel-container .carousel-content .btn {
    margin: 1rem auto;
    width: auto;
    display: inline-block
}

.media-center .carousel-container .carousel-content {
    text-align: center;
    padding: 0;
    width: 100%;
    background: var(--primary-color-light)
}

.media-center .carousel-item.video-slide:hover .btn {
    display: inline-block
}

.contact-sec-wrapper {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    overflow: hidden
}

.contact-sec-wrapper #map {
    position: absolute !important;
    width: 100%;
    z-index: 1;
    height: 440px
}

.contact-sec-wrapper .contact .email-form {
    height: 440px;
    display: flex;
    align-items: center
}

.contact-sec-wrapper .contact .email-form .btn {
    margin-top: 1rem
}

.form-dropdown {
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #f9f9f9;
    background-image: none
}

.form-dropdown::-ms-expand {
    display: none
}

.form-dropdown,
#test-drive .form-control,
.horizontal-form .form-control,
.contact .email-form .form-control,
.form-control {
    position: relative;
    display: flex;
    height: 3em;
    line-height: 3;
    background: #f1f1f2;
    overflow: hidden;
    border-radius: 100px;
    border-color: transparent;
    border-radius: 20px !important
}

.form-dropdown {
    flex: 1;
    padding: 0 1.5rem;
    color: var(--gray);
    cursor: pointer;
    border-radius: var(--radius-100)
}

select {
    color: red
}

option:not(:first-of-type) {
    color: #000
}

.drop-wrapper {
    position: relative
}

.drop-wrapper .form-dropdown {
    -webkit-appearance: none
}

.drop-wrapper::after {
    content: var(--angle-down);
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 0 1em;
    font-family: var(--icon-family);
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease
}

.form-dropdown:hover::after {
    color: #000
}

.faq-sec-wrapper .card {
    border: 0
}

.faq-sec-wrapper .accordion>.card {
    background: 0 0
}

.faq-sec-wrapper .accordion>.card>.card-header {
    background: 0 0;
    margin-bottom: 0
}

.faq-sec-wrapper .accordion>.card>.card-header span.toggle-icon {
    float: right
}

.faq-sec-wrapper .accordion>.card>.card-header a {
    cursor: pointer;
    display: block
}

/*--------------------------------------------------------------
# Global Form Css
--------------------------------------------------------------*/
form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.form .loading:before {
    content: "";
    background: url(../gif/loader.gif);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 10px -6px 0;
}
/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/

.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, .6);
    padding: 20px 0 30px;
    margin-bottom: 30px;
    width: 100%
}

.contact .info-box i {
    font-size: 32px;
    color: #428bca;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #9eccf4
}

.contact .info-box h3 {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    margin: 10px 0
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.contact .email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, .6);
    background: #fff;
    padding: 30px
}

.contact .email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 13px
}

.contact .email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .email-form .error-message br+br {
    margin-top: 25px
}

.contact .email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .email-form .loading:before {
    content: "";
    background: url(../gif/loader.gif);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 10px -6px 0
}

.email-form input,
.email-form textarea,
.form-control {
    font-size: var(--xs-fonts-size);
    box-shadow: none
}

.contact .email-form input,
.email-form input {
    padding: 20px 15px;
    border-radius: var(--radius-100)
}

.contact .email-form textarea,
.contact .email-form textarea.form-control {
    padding: 12px 15px;
    border-radius: 20px;
    height: auto;
    line-height: 1.5
}

.contact .email-form input::focus,
.contact .email-form textarea::focus {
    background-color: #428bca
}

.contact .email-form button[type=submit] {
    color: #fff;
    transition: .4s
}

.page-dealer-locator .contact .email-form {
    box-shadow: none
}

.offices-wrapper {
    padding: 0 1.5rem
}

.offices-wrapper .row {
    border-bottom: 1px solid var(--default-border-color);
    margin: 0 auto;
    padding: 1.5rem 0
}

.offices-wrapper .row:last-child {
    border: 0
}

.offices-wrapper ul li p {
    margin-bottom: 0
}

.address-col {}

.address-col h3 {
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    font-size: var(--body-fonts-size);
    text-transform: uppercase
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.horizontal-form h5 {
    font-size: var(--body-fonts-size);
    margin: 0 auto
}

.horizontal-form .form-row {
    justify-content: space-evenly
}

.horizontal-form .form-row .form-group {
    flex: 0 19%;
    justify-content: space-evenly;
    margin-bottom: 0
}

.horizontal-form .form-dropdown,
.horizontal-form .form-group .btn {
    width: 100%
}

.horizontal-form .form-row .btn {
    padding: .6rem
}

.close-form {
    font-size: 1.5rem;
    position: absolute;
    right: 2rem;
    top: 8px;
    cursor: pointer
}

.register-sticky {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding: 0;
    background: #fff
}

.registerform-btn .btn {
    border-radius: 0;
    background: var(--highlight-color);
    border-color: var(--highlight-color);
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 -1px 2px #3a3535
}

.registerform-btn .btn:hover {
    color: #fff
}

.registerform-btn {
    position: fixed;
    z-index: 9;
    bottom: 0
}


/*for rotate btn to verticle
.registerform-btn .btn {
    position: fixed;
    z-index: 999;
    bottom: 14vh;
    transform: rotate(-90deg);
    left: Calc( 0px - 7.15vw);
}*/


/*.registerform-btn.container {
    position: relative;
    z-index: 99;
}*/


/*--------------------------------------------------------------
# FeedBack & Complain Form CSS
--------------------------------------------------------------*/
.fC-page-wrapper form .form-row {
    justify-content: space-between;
}
.fC-page-wrapper form .form-row .form-group {
    padding: 0 1.5rem 0 0;
    width:50%;
}
.fC-page-wrapper form .form-row .form-group + .form-group {
    padding-right: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    color: #fff;
    background: var(--primary-color);
    font-size: var(--xs-fonts-size);
    padding: 60px 0 30px;
    position: relative;
    z-index: 9
}

#footer h4 {
    font-size: var(--footer-heading-fonts-size);
    color: #fff;
    position: relative;
    padding-bottom: 5px
}

#footer p {
    font-size: var(--xs-fonts-size);
    line-height: 24px
}

#footer a {
    color: #fff
}

#footer a:hover {
    color: var(--highlight-color);
    color: #7cccf3
}

.ft-widget {
    margin-bottom: 30px
}

.ft-4.ft-widget {}

.ft-3.ft-widget {}

.footer-info p {
    margin-bottom: 0
}

.footer-info label {
    margin-bottom: 0
}

.footer-info i.fa {
    min-width: 30px;
    font-size: var(--body-fonts-size);
    line-height: 1.4;
    text-align: center;
    margin-right: .5rem
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.footer-links ul li:first-child {
    padding-top: 0
}

.footer-links ul a {
    transition: .3s;
    display: inline-block;
    line-height: 1
}

.footer-newsletter form {
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 100px
}

.footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 62px)
}

.footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -3px;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: var(--body-sm-fonts-size);
    padding: 0 20px;
    background: var(--secondry-color);
    color: #fff;
    transition: .3s;
    border-radius: 0 100px 100px 0
}

.footer-newsletter form input[type=submit]:hover {
    background: var(--highlight-color)
}

.address-info {
    display: flex
}

#footer .address-info p {
    font-family: var(--headline-fonts);
    font-size: var(--body-fonts-size)
}

.copyright {
    padding-top: 30px
}

.copyrightcontent,
.copyright .footer-links {
    display: inline-block
}

.copyright .footer-links ul {
    padding-left: 1rem !important
}

.copyright .footer-links ul li {
    display: inline-block !important;
    padding: 0 !important
}

.copyright .footer-links ul li a {
    border-right: 1px solid;
    padding: 0 .5rem !important
}

.copyright .footer-links ul li:last-child a {
    border: 0
}

.product-cards-wrapper .card-header,
.product-cards-wrapper .card-footer {
    background-color: #fff;
    border: 0
}

.product-cards-wrapper .card-header {
    text-align: right;
    padding-bottom: 0;
    position: relative;
    overflow: hidden
}

.product-cards-wrapper .card {
    margin-top: 1.5rem
}

.product-cards-wrapper .card-body {
    padding: 0 1rem;
    text-align: center
}

.product-cards-wrapper .price-tag {
    color: var(--highlight-color);
    font-size: var(--xs-fonts-size)
}

.product-cards-wrapper .price-tag span {
    font-size: var(--xxs-fonts-size)
}

.product-cards-wrapper .card-footer {
    justify-content: space-between;
    display: flex
}

.product-tag {
    text-transform: uppercase;
    color: gray;
    font-size: 12px
}

.product-price {
    font-size: 24px;
    font-family: var(--headline-fonts);
    margin: 0
}

.product-img .img-fluid {
    /*max-width: 90%;*/
    display: block;
    margin: 0 auto
}

.product-cards-wrapper .card-header:before {
    content: '';
    position: absolute;
    background: var(--highlight-color);
    left: -115%;
    right: 0;
    display: block;
    bottom: 0;
    height: 100%;
    transform: rotate(135deg);
    z-index: -10;
    opacity: 0
}

.product-cards-wrapper .card-header.badge-wrapper:before {
    opacity: 1
}

.brand-tag-triangle {
    position: absolute;
    text-align: center;
    top: -28px;
    left: -16px
}

.brand-tag-triangle span.product-tag {
    position: absolute;
    display: block;
    width: 230px;
    padding: 15px 0;
    color: #fff;
    z-index: 9999;
    transform: rotate(-44deg);
    left: -65px;
    top: 36px;
    font-size: var(--body-fonts-size);
    font-family: var(--bold-fonts)
}

#dealerLocator ul li {
    display: flex;
    padding-bottom: 10px
}

#dealerLocator ul li * {
    display: inline-block
}

#dealerLocator ul {
    padding: 0
}

#dealerLocator {
    font-size: var(--xs-fonts-size)
}

#dealerLocator .fa {
    width: 30px
}

#dealerLocator address {
    margin-bottom: 0;
    width: calc(100% - 40px)
}

.product-image-bg:before {
    content: "";
    position: absolute;
    top: 10%;
    z-index: -1;
    width: 220px;
    height: 220px;
    border-radius: 100%;
    transform: scale3d(2, 2, .5);
    left: 36%
}

#bookingSuzuki .card-header {
    text-align: center
}

.booking-sec-wrapper .card {
    border: 0
}

.booking-sec-wrapper .accordion>.card {
    background: 0 0
}

.booking-sec-wrapper .accordion>.card>.card-header {
    background: 0 0;
    margin-bottom: 0
}

.booking-sec-wrapper .accordion>.card>.card-header.active {
    background-color: #fff;
    color: var(--primary-color)
}

.booking-sec-wrapper .accordion>.card>.card-header span.toggle-icon {
    float: none;
    font-size: 30px
}

.booking-sec-wrapper .accordion>.card>.card-header a {
    font-size: var(--bold-fonts-size);
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    display: block
}

.booking-sec-wrapper .collapse {
    padding: 30px;
    background: #f5f5f5
}

.booking-sec-wrapper .collapse .row,
#selectGrade .row {
    justify-content: center
}

.booking-sec-wrapper .accordion>.card {
    background: 0 0;
    border-bottom: 1px solid #fff
}

.booking-sec-wrapper .car-name {
    font-size: var(--bold-fonts-size)
}

#bookingSuzuki .card-body {
    cursor: pointer;
    text-align: center
}

#bookingSuzuki .card-body .fa {
    color: #e0ded8;
    border-radius: 50%;
    border: 2px solid #e0ded8;
    padding: 5px;
    width: 30px;
    height: 30px
}

#bookingSuzuki .selected .card-body .fa {
    color: #fbc02d;
    border: 2px solid #fbc02d
}

#bookingSuzuki .selected .card-body {
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .15) !important
}

#chooseCar img.choose-car {
    width: 50%;
    margin: auto;
    margin-top: 20px
}

#selectGrade .card {
    margin-bottom: 1rem
}

#selectGrade .card-body {
    justify-content: space-between;
    display: flex
}

.car-color {
    height: 60px
}

#color-red {
    background-color: #7e1a2c
}

#color-maroon {
    background-color: maroon
}

#color-blue {
    background-color: #1a71a8
}

#color-silver {
    background-color: #c3c2c5
}

#findDealer .form-dropdown {
    background-color: #fff;
    width: 100%
}

#yourDetail .form-control {
    border-color: transparent
}

.card.select-color .card-footer {
    background: #fff;
    padding: 0 5px;
    text-align: center;
    border-radius: 0
}

#bookingSuzuki .card-body .fa {
    color: #e0ded8;
    border-radius: 50%;
    border: 2px solid #e0ded8;
    padding: 5px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff
}

#chooseCar .card-body {
    padding: .25rem
}

.booking-sec-wrapper .accordion>.card {
    border-bottom: 1px solid #c1c1c1
}

.booking-sec-wrapper .accordion>.card>.card-header span.toggle-icon {
    font-size: 30px;
    float: right
}

.booking-sec-wrapper .accordion>.card {
    border-bottom: 1px solid #f5f2f2
}

.card-header .fa.fa-check {
    visibility: hidden
}

.card-header.active .fa.fa-check {
    visibility: visible;
    color: #005aa9
}

.radio-img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1
}

#test-drive .form-control {
    width: 100%
}

img.img-fluid.selected-car.test-drive {
    width: 80%
}

.insta-card h4.feed-item-title,
.facebook-card h4.feed-item-title,
.insta-card .card-body>div,
.facebook-card .card-body>div,
.twitter-card .card-body>div,
h4.feed-item-title {
    padding: 0 .5rem
}

.insta-card h4.feed-item-title,
.facebook-card h4.feed-item-title,
h4.feed-item-title {
    font-size: 14px;
    font-family: var( --bold-fonts);
    line-height: 1.5
}

.insta-card .card-body>div,
.facebook-card .card-body>div,
.twitter-card .card-body>div {
    font-size: 13px;
    font-family: var(--body-fonts)
}

.insta-card .card-body>div img,
.facebook-card .card-body>div img,
.twitter-card .card-body>div img {
    margin-bottom: .5rem
}

.linkedin-card .card-body {}

.facebook-card .card-body {
    overflow-x: hidden;
    padding: 0
}

.facebook-card .card-body .fb-page.fb_iframe_widget {
    padding: 0
}

.linkedin-card .card-body,
.facebook-card .card-body {}

.linkedin-card .card-body {
    background: #292f33
}

.timeline-Header.timeline-InformationCircle-widgetParent {
    display: none !important
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.input-group-append {
    position: absolute;
    right: 7px;
    height: 100%;
    border: 0;
    width: 100%;
    text-align: right;
    justify-content: flex-end
}

.input-group.date input {
    color: var(--gray) !important
}

.input-group-append .input-group-text {
    border: 0;
    background: 0 0;
    padding: 0 .5rem;
    text-align: right;
    align-items: center
}

.place-card.place-card-large {
    display: none
}

.bootstrap-datetimepicker-widget table td.day {
    border: 0
}

#pageCareer .cards-overlay .card-body:before {
    left: 0
}

#pageCareer .carousel-item:before {
    content: '';
    background-color: var(--bg-blackcolor-light);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden
}

#pageCareer .video-play-btn i.fa {}

#careers-tab nav {
    margin-bottom: 0
}

.article-cards-wrapper .card-group .card {
    background: 0 0;
    flex: 0 0 33.333333%;
    padding: 0 1.5rem 1.5rem 0
}

#process .article-cards-wrapper .card-group .card {
    flex: 0 0 20%;
    padding: 0 1.5rem 1.5rem 0
}

.down-payment {}

.article-cards-wrapper .card-group .card .card-body {
    padding-left: 0
}

#currentVacancies .article-cards-wrapper .card-group .card p {
    font-size: .9rem !important;
    text-align: center
}

#currentVacancies .article-cards-wrapper .card-group .card h4 {
    font-size: 1.2rem !important;
    text-align: center
}

#currentVacancies .card-banner:before {}

.txt-link-sec {
    color: var(--alert-color);
    font-family: var(--body-fonts)
}

.media-gallary .card,
.zoom-out {
    cursor: pointer;
    overflow: hidden
}

.media-gallary .card *,
.zoom-out *,
.zoom-out .bg-media-overlay::before {
    transition: var(--all-animate)
}

.media-gallary .card:hover img.card-img-top,
.zoom-out:hover img,
.zoom-out:hover .bg-media-overlay::before {
    transform: var(--zoom-scale)
}

.half-section .content-wrapper h2 {
    margin-bottom: 1.5rem
}

.text-right-img .content-wrapper.rgt-col {
    padding-left: 3rem
}

.text-left-img .content-wrapper.rgt-col {
    padding-right: 3rem
}

.info-box li {
    list-style: none;
    display: flex;
    border: 1px solid #ccc;
    border-bottom: 0
}

.info-box li span {
    background: #f1f1f1;
    padding: 10px;
    width: 32%;
    display: inline-block
}

ul.info-box label,
ul.info-box a {
    padding-left: 10px
}

.finance a {
    color: var(--highlight-color) !important
}

#product-info-tab .info-box li span {
    background: #f1f1f1;
    padding: 10px;
    width: 75%;
    display: inline-block
}

#product-info-tab .info-box li label {
    width: 25%;
    text-align: center
}

#product-info-tab h3 {
    margin: .5rem
}

div#product-info-tab {
    padding-top: 1.4rem !important
}

.pdf-card .card {
    text-align: center;
    padding: 28px;
    margin: 5px;
    border: 0;
    box-shadow: -2px 1px 5px #ccc;
    border: 1px solid var(--gray) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important
}

.pdf-card .card a {
    text-align: center
}

.pdf-card .card {
    text-align: center;
    padding: 28px;
    margin: 5px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    cursor: pointer;
    box-shadow: none
}

.pdf-card .card i {
    color: var(--alert-color);
    font-size: 48px
}

.pdf-card .card:hover {
    box-shadow: -2px 1px 5px #ccc
}

#loader {
    text-align: center;
    background: var(--bg-blackcolor-light);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#loader img {
    width: 10%
}

.validationerror {
    border: 1px solid red !important
}

.gm-style-iw.gm-style-iw-c {
    padding: 0
}

button.gm-ui-hover-effect {
    top: 1px !important;
    right: -2px !important
}

.gm-style-iw-d #content h4 {
    background: #00344d;
    color: #fff;
    padding: 6px;
    font-size: 18px
}

div#bodyContent {
    padding: 7px
}

.gm-style .gm-style-iw-c {
    border-radius: 4px
}

.gm-style .gm-style-iw-c {
    border-radius: 4px;
    width: 290px
}

div#bodyContent {
    overflow-y: auto
}

div#spanBody {
    white-space: break-spaces;
    margin-bottom: 8px
}

.gm-style-iw-d #content a {
    background: #00344d;
    color: #fff;
    padding: 5px 12px;
    font-size: 11px;
    border-bottom: 1px solid #005aab;
    border-radius: var(--btn-radius);
    margin-bottom: 6px !important;
    display: inline-block
}

.gm-style-iw-d {
    overflow: hidden !important
}

.gm-style-iw.gm-style-iw-c img {
    background: #fff
}

@media(max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%
    }
}

@media(min-width:1024px) {
    .slider-wrapper p {
        width: 100%
    }
    .job-list-wrapper tbody tr td:first-child {
        width: 20%
    }
    .job-list-wrapper tbody tr td:nth-child(2) {
        width: 30%
    }
    .job-list-wrapper tbody tr td {
        width: 10%
    }
    .usp-slider .lft-col {
        width: 550px;
        height: 300px
    }
    .usp-slider .lft-col img {
        width: 100%;
        object-fit: cover;
        height: 100%
    }
    .usp-slider .content-wrapper.rgt-col {
        width: 600px
    }
    .page-dealer-locator .contact .email-form .text-center .btn {
        padding: .5rem 2.5rem !important
    }
    .page-dealer-locator .contact .email-form .text-center.w-100 {
        display: flex;
        justify-content: space-between
    }
    .py-md-60 {
        padding-top: var(--py-70);
        padding-bottom: var(--py-70);
    }
}

@media(max-width:992px) {
    :root {
        --hero-slider-height: 79vh;
        --tab-slider-height: 60vh;
        --slider-content-pad: 0;
        --tab-nav-width: 90%;
        --product-tab-slider-height: 55vh;
        --mt-5: 0;
        --mediacenter-slider-height: 175px
    }
    ::-webkit-scrollbar-track,
    ::-webkit-scrollbar-thumb {
        display: none
    }
    .slider-wrapper .carousel-container {
        padding: 0 1.5rem
    }
    .slider-wrapper .carousel-content p {
       /* display: none*/
    }
    .slider-wrapper .btn-wrapper {
        margin-bottom: 1rem
    }
    .customer-wrapper.tabs-wrapper .nav-tabs::after {
        width: 100%
    }
    .tabs-wrapper .nav-tabs {
        text-align: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: space-evenly;
        border: 0;
        padding: 0;
        padding-bottom: 5px;
        position: relative;
        align-items: center
    }
    .tabs-wrapper .nav-tabs::-webkit-scrollbar {
        display: none
    }
    .tabs-wrapper .nav-tabs .nav-link {
        padding: .5rem 1rem;
        font-size: 12px;
        flex: 0 0 auto
    }
    .logo-tabs .nav-link {
        flex: 0 0 20% !important
    }
    .tabs-wrapper .nav-tabs:after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: 6px solid var(--default-border-color);
        display: flex;
        flex-wrap: nowrap;
        z-index: -1
    }
    .content-slide .carousel-content p:first-of-type {
        display: none
    }
    .ft-widget.ft-single-img img {
        padding: 0 .25rem
    }
    .horizontal-form .form-row .form-group {
        flex: 0 45%;
        margin-bottom: .5rem
    }
    .copyright .footer-links ul li a {
        padding-left: 0 !important
    }
    .sticky-item {
        top: 50px !important
    }
    .logo-tabs .nav-tabs .heading_bar.active:before,
    .logo-tabs .nav-tabs .nav-link:hover:before,
    .logo-tabs .nav-tabs .nav-link:focus:before {
        top: 32px
    }
    .media-body .readmore-wrapper {
        display: block;
        margin: .5rem auto
    }
    .dealer-locator .lft-col.contact {
        height: auto
    }
    .dealer-detail {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch
    }
    .installment-logo {
        position: relative !important;
        top: unset;
        margin-bottom: 1.5rem;
        width: 100% !important;
        text-align: center
    }
    .timeline-content {
        margin-top: 1.5rem
    }
    .timeline {
        padding: 0 5px
    }
}

@media(max-width:767px) {
 

    .right-sec-wrap-pro ul li {
        width: 50%;
    }

    .right-sec-wrap-pro ul {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 0px 0px !important;
    }
    .fanybox-additions img {
        height: 20vh !important;
    }
    .fancybox-content {
        padding: 10px !important;
    }
    .inner-box-fany {
        flex-wrap: wrap;
    }
        .inner-box-fany ul {
            display: flex;
            flex-wrap: wrap;
        }
    .shrink-banner {
        background: linear-gradient( 90deg, rgba(8,95,171,1) 0%, rgba(4,48,86,1) 102%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%) !important;
    }
    .pagination-box ul {
        padding: 0;
    }
    li.page-start.disabled {
        width: 50%;
    }
    li.page-next {
        width: 50%;
    }
    .pagination-box ul > li {
        margin: 0 0 10px;
    }



        .btn-login a {
        width: 50% !important;
    }
    .btn-login button {
        width: 50% !important;
    }
        : root {
        --tab-slider-height: 66vh;
        --body-sm-fonts-size: 14px
    }
    #circularMenu1 {
        display: none
    }
    #registerFormWidget {
        display: none
    }
    section {
        padding: 30px 0
    }
    #header {
        padding: .5rem
    }
    #box-section .row {
        width: 100%
    }
    #box-section .row .col.icon-box {
        border-bottom: 1px solid var(--default-border-color);
        padding: 1.5rem;
        border-right: 0
    }
    #box-section .row .col.icon-box {
        padding: .5rem
    }
    .icon-box p {
        display: none
    }
    #box-section {
        background: #fff;
        box-shadow: none;
        margin: 0;
        padding: 15px 0 0;
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        box-shadow: 2px -1px 2px #ccc
    }
    .corporate-wrapper .card-group {
        display: flex;
        flex-wrap: wrap
    }
    .corporate-wrapper .card-group .card {
        margin-bottom: .5rem !important;
        flex: 0 0 48% !important;
        width: auto
    }
    .contact-sec-wrapper.home-map-sec {
        padding: 0
    }
    .contact-sec-wrapper .contact .email-form {
        height: auto
    }
    .contact-sec-wrapper #map {
        position: relative !important
    }
    #footer {
        padding: 60px 0 130px
    }
    #box-section .row .col.icon-box {
        border-bottom: 0
    }
    .action-sticky-box {
        width: 100%;
        top: 15vh
    }
    .action-sticky-box .icon-box a:after {
        opacity: 0
    }
    #suzuki-actionsticky-btn {
        top: 60vh
    }
    .tabs-wrapper nav {
        padding: 0 0
    }
    .customer-wrapper .card-group {
        justify-content: center;
        display: flex;
        flex-wrap: wrap
    }
    .customer-wrapper .card {
        margin: .5rem auto !important;
        flex: 0 0 45%
    }
    .customer-wrapper.tabs-wrapper .nav-tabs::after {
        width: 142.5%
    }
    .value-money .card-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }
    .value-money .card {
        flex: 0 0 45%;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        margin: .5rem auto !important
    }
    .copyright .footer-links ul {
        padding-left: 0 !important
    }
    .copyright {
        padding-top: 0
    }
    .product-image-bg {
        display: none
    }
    .form-dropdown,
    #test-drive .form-control {
        width: 100%
    }
    .slider-nav-wrapper {
        background: #1a1b1b;
        position: relative;
        top: 0
    }
    .back-to-top {
        bottom: 80px
    }
    .customer-wrapper .card img {
        height: 40px
    }
    .info-box li span {
        width: 100%;
        display: block
    }
    .info-box li {
        display: block
    }
    .tabs-wrapper .info-box img {
        width: 100%
    }
    .facility-sec-wrapper .image-wrapper,
    .facility-sec-wrapper .image-wrapper img {
        height: 70vh !important
    }
    #customer-care-accordion img,
    #recall img {
        margin-bottom: 1rem
    }
    #customer-care-accordion span img {
        margin-bottom: .5rem
    }
    .logo-tabs a.nav-link {
        flex: 0 0 28% !important
    }
    #maintenance .tab-content img {
        margin-top: 1rem
    }
    #product-info-tab .info-box li span {
        width: 100%;
        text-align: center
    }
    #product-info-tab .info-box li label {
        width: 100%
    }
    .product-cards-wrapper .row.product-img {
        flex-wrap: nowrap;
        overflow-x: auto
    }
    .product-cards-wrapper .row.product-img .product-item {
        flex: 0 0 85%
    }
    .full-screenslider .slider-wrapper .carousel-inner .carousel-item {
        height: calc(100vh - var(--tab-slider-height))
    }
    .slider-box-style .content-wrapper {
        padding: 1rem !important;
        width: 100% !important
    }
    .content-align-bottom .carousel-inner .carousel-item:before {
        height: 170px !important
    }
    #product-info-tab .row {
        flex-wrap: nowrap;
        overflow-x: auto
    }
    #product-info-tab .row .col-md-4 {
        flex: 0 0 85%;
        padding: 0 .5rem
    }
    .content-align-bottom .carousel-inner .carousel-item a.btn {
        margin-bottom: .5rem !important
    }
    .products-tab-wrapper .text-right-img .content-wrapper.rgt-col {
        padding-left: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 25px;
    }
    .price-wrapper .card-group {
        text-align: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: space-between;
        border: 0;
        padding: 0;
        padding-bottom: 5px;
        position: relative;
        align-items: center;
        display: flex
    }
    .price-wrapper .card-group .card {
        flex: 1 0 60% !important
    }
    .sticky-item {
        top: 65px !important
    }
    .offices-wrapper ul li {
        flex-wrap: wrap
    }
    .offices-wrapper {
        padding: 0 .5rem
    }
    .logo-tabs .nav-tabs .heading_bar.active:before,
    .logo-tabs .nav-tabs .nav-link:hover:before,
    .logo-tabs .nav-tabs .nav-link:focus:before {
        top: 24px
    }
    #withInstallment .nav-tabs .nav-link small,
    #withoutInstallment .nav-tabs .nav-link small {
        position: absolute;
        right: 16px;
        top: 70%
    }
    .bike-logo a img {
        width: 30%;
        height: 35px
    }
    #withInstallment .nav-tabs .nav-link,
    #withoutInstallment .nav-tabs .nav-link {
        flex-direction: inherit;
        align-items: inherit;
        justify-content: inherit
    }
    .logo-tabs a.nav-link {
        flex: 0 0 18% !important;
        height: 100px
    }
    .logo-tabs .nav-tabs .heading_bar.active::before {
        top: 0
    }
    .gallery-slider .carousel-item {
        height: calc(100vh - var(--tab-slider-height))
    }
    .gallery-slider .slider-nav-wrapper {
        display: flex;
        overflow-x: auto;
        width: 100%;
        margin: 0 auto
    }
    .gallery-slider .slider-nav-wrapper .carousel-indicators {
        justify-content: space-between;
        flex: 0 0 90%;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0
    }
    .gallery-slider .carousel-control-prev,
    .gallery-slider .carousel-control-next {
        margin: 0 .5rem !important;
        color: #fff !important
    }
    .gallery-slider .carousel-indicators li {
        flex: 0 0 auto
    }
    .job-list-wrapper td .btn {
        font-size: 12px;
        padding: .2rem
    }
    .job-list-wrapper td {
        padding: .3rem
    }
    .icon-box img {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:999px) {
    .mobile-nav-toggle {
        top: 6px
    }
    #box-section .row {
        width: 100%
    }
    .customer-wrapper .card {
        min-width: 20%
    }
    #hero,
    #hero .carousel-item {
        height: 500px
    }
    .product-image-bg {
        display: none
    }
    .timeline span {
        left: -18px
    }
    #footer .col-md-3.ft-widget.ft-single-img.d-flex {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width:1500) {
    .clearfix.row-zipcode.form-group.zip-code-container {
        display: grid
    }
    .clearfix.row-zipcode.form-group.zip-code-container .input#checkZipCode {
        margin-left: 0;
        margin-top: 20px
    }
}

@media(min-width:1024px) and (max-width:1240px) {
    .page-header.type27 .panel.header {
        padding: 0 !important;
        right: 12%;
        top: 26px
    }
    .footer-info .tagline,
    .footer-info .call,
    .footer-info .email {
        display: flex
    }
    .footer-info .email a {
        word-break: break-all
    }
}

@media(max-width:768px) {
    .slider-wrapper h2 {
        font-size: 28px
    }
    .slider-wrapper .content-slide.carousel-item::before {
        width: 100%
    }
    .media-wrapper .card {
        margin-bottom: 1.5rem
    }
    .media-wrapper .card {
        margin: 1rem .5rem !important
    }
}

@media(max-width:767px) {
    #investorPage .left-panel .heading_bar:before {
        height: 0
    }
    #investorPage .left-panel .heading_bar.active:before {
        height: 2px
    }
    #investorPage .left-panel a.nav-link.active {
        border-left: 0
    }
    #mainTabs .nav-link.active {
        box-shadow: none
    }
    #investorPage .left-panel {
        padding-top: 0
    }
    #mainTabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: unset;
        justify-content: space-between;
        border: 0;
        padding: 0;
        padding-bottom: 5px;
        position: relative;
        align-items: center;
        flex-direction: row !important
    }
    #mainTabs a.nav-link {
        flex: 0 0 auto;
        position: relative
    }
    #investorPage .card {
        border: none
    }
    #investorPage .card .card-header {
        display: none
    }
    #investorPage .mb-toggle {
        display: none
    }
    #investorPage .card .collapse {
        display: block
    }
    .managment-section li {
        margin-bottom: 2rem;
        display: block;
        text-align: center;
        margin-top: 2rem
    }
    .circle-img {
        width: 150px;
        height: auto;
        margin-bottom: 20px
    }
    #investorPage .right-panel section {
        padding: 40px 20px !important
    }
    #investorPage .right-panel .img-card .card-body img {
        height: auto !important
    }
    #investorPage .right-panel {
        padding: 0 !important
    }
    #investorPage .right-panel .nav-link {
        display: block;
        padding: .5rem
    }
    #box-section .row .col.icon-box a {
        overflow: hidden;
        display: block;
        text-align: center
    }
    #box-section .row .col.icon-box p {
        display: flex;
        white-space: nowrap;
        box-sizing: content-box;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        font-size: 12px;
        width: 200%;
        text-align: center;
        padding: 0 1.5rem
    }
    @-webkit-keyframes ticker {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible
        }
        100% {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
        }
    }
    @keyframes ticker {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible
        }
        100% {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
        }
    }
}

@media(min-width:768px) {
    #investorPage .tab-pane .card-header {
        display: none
    }
}

@media(min-width:320px) and (max-width:992px) {
    .card-grid-3 .card {
        flex: 0 0 calc( 47%);
        margin: 0 1rem 1rem auto
    }
}

/*@media(min-width:1024px) and (max-width:1025px) {
    .nav-menu>ul>li.drop-down a {
        pointer-events: none
    }
}*/

@media only screen and (min-device-width:1024px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    :root {
        --tab-slider-height: 780px;
        --body-sm-fonts-size: 14px;
        --menu-fonts-size: 13px;
        --xs-fonts-size: 13px
    }
    .nav-menu>ul>li.drop-down a {
        pointer-events: none
    }
    .slider-wrapper .content-slide.carousel-item::before {
        width: 100%
    }
    .slider-wrapper .carousel-item .carousel-content {
        min-width: 100%
    }
    .customer-wrapper .card {
        flex: 0 0 15%
    }
    .product-cards-wrapper .product-item {
        flex: 0 0 33%;
        max-width: 33%
    }
}

#hero .slider-wrapper .carousel-item {
    background-size: 100% 100%
}

@media(min-width:320px) and (max-width:420px) {
    #hero .slider-wrapper .carousel-item {
        height: calc(100vh - 78vh)
    }
}

@media(min-width:421px) and (max-width:480px) {
    #hero .slider-wrapper .carousel-item {
        height: calc(100vh - 75vh)
    }
}

@media(min-width:481px) and (max-width:580px) {
    #hero .slider-wrapper .carousel-item {
        height: calc(100vh - 72vh)
    }
}

@media(min-width:601px) and (max-width:800px) {
    #hero .slider-wrapper .carousel-item {
        height: calc(100vh - 54vh)
    }
}

@media(min-width:801px) and (max-width:1026px) {
    #hero .slider-wrapper .carousel-item {
        height: calc(100vh - 44vh)
    }
}

.v-none {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#btncloseUsedcargala {
    font-weight: 700;
    color: #fff
}

#usedcargala .modal-body {
    padding: 0 !important
}

#usedcargala .modal-header {
    border-bottom: none !important
}

.used-car-gala-link {
    background-color: var(--alert-color);
    line-height: .5 !important
}

.used-car-gala-link a {
    color: #fff !important
}





/*product-detail-page-css*/

.sliderpro2 .owl-stage-outer .owl-item a img {
    height: 140px;
}
.sliderpro2 .owl-nav button.owl-prev {
    position: absolute;
    top: -15px;
    font-size: 42px;
    bottom: 0;
    left: -10px;
    outline: none;
}

.inner-wrapper .sliderpro2 button.owl-next {
    position: absolute;
    right: -10px;
    top: -15px;
    bottom: 0;
    font-size: 42px;
    outline: none;
}
.right-sec-wrap-pro ul li {
    list-style: none;
    text-align: center;
    margin: 0px 0 55px 0;
    font-size: 21px;
}

.right-sec-wrap-pro ul {
    padding: 0;
}

    .right-sec-wrap-pro ul li i {
       color: #025ba97a;
    font-size: 30px;
}
    .right-sec-wrap-pro ul li img {
        height: 30px;
    }


.box-product-detail-wrap {
    display: flex;
    background: #FBFBFB;
    padding: 10px;
    margin: 0px 0px 0px;
}

    .box-product-detail-wrap ul {
        width: 50%;
        padding: 10px 30px 0px;
        list-style: none;
        margin: 0;
    }

        .box-product-detail-wrap ul li span {
            float: right;
        }

        .box-product-detail-wrap ul li {
            margin: 0 0 10px 0;
        }

        .box-product-detail-wrap ul.inner-box-d {
            border-right: 1px solid #0000001f;
        }

.dealer-customer-pd h2 {
    font-size: 30px;
}

.dealer-customer-pd {
    padding: 60px 0px;
}

section.product-detail-wrapper {
    background: #F2F3F3;
    padding: 50px 0px;
}

.heading-iner-wrap h1 {
    font-size: 26px;
}
.heading-iner-wrap p {
    margin: 0 0 5px;
    font-size: 15px;
}
.heading-iner-wrap p i {
    color: #2d5bab;
    margin: 0 10px 0 0;
}

.left-product-wrapper {
    background: #fff;
    padding: 0px 30px;
}

.heading-iner-wrap {
    padding: 10px 0px 0px;
}


.inner-r-first-wrap-box img {
    width: 70%;
    transform: rotate( 46deg );
}

.inner-r-first-wrap-box > a {
    background: #009f0b33;
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    color: green;
    padding: 15px 0;
    margin-top: 20px;
    border-radius: 30px;
    position: relative;
    font-size: 26px !important;
}

.dottedNumber {
    background: #84c88933;
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    color: #29a329;
    padding: 10px 0;
    margin-top: 5px;
    border-radius: 30px;
    position: relative;
    font-weight: bold;
    font-size: 26px;
}

.inner-r-first-wrap-box {
    background: #fff;
    padding: 30px;
}

.btn-pd-r a {
    padding: 10px 12px;
    border: 1px solid;
    border-radius: 30px;
    margin: 0 0px 0 10px;
    font-size: 16px !important;
}

.btn-pd-r {
    padding: 15px 0px 0px;
    text-align: center;
}

.inner-r-first-wrap-box a:hover {
    text-decoration: none;
}
.inner-r-first-wrap-box {
    text-align: center;
}
.btn-pd-r a.bod {
    border-color: #61da68;
    color: #11d411;
}

.inner-right-warranty {
    text-align: center;
    background: #fff;
    margin: 7px 0px;
    padding: 15px 0px;
}

    .inner-right-warranty a {
        background: aliceblue;
        display: block;
        width: 70%;
        margin: auto;
        padding: 15px;
        border-radius: 30px;
    }

.inner-wrap-list-car {
    display: flex;
    justify-content: space-between;
}

.inner-car-fet-right-wp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .inner-car-fet-right-wp ul li {
        margin: 0 0 30px 0;
        display: flex;
        align-items: center;
    }
.Featuresli li img {
    width: 25px !important;
    margin: 0 10px 0 0px;
}
.inner-car-fet-right-wp {
    background: #fff;
    padding: 20px;
}

    .inner-car-fet-right-wp ul li i {
        color: #86b1d6;
        font-size: 20px;
        margin: 0 5px 0 0;
    }

    .inner-car-fet-right-wp h2 {
        text-align: center;
        padding: 0px 0px 20px;
    }

.frth-inner-wrapper-list-car {
    background: #fff;
    margin: 20px 0px 0px;
    padding: 20px;
}

    .frth-inner-wrapper-list-car h2 {
        font-size: 30px;
        text-align: center;
        padding: 0 0 20px;
    }

    .frth-inner-wrapper-list-car ul {
        padding: 0;
        list-style: none;
    }

        .frth-inner-wrapper-list-car ul li {
            display: flex;
            padding: 0 0 10px 0;
        }

            .frth-inner-wrapper-list-car ul li span {
                width: 25%;
                padding: 0 55px 0 0;
            }

.product-detail-wrapper .frth-inner-wrapper-list-car img {
    width: 100% !important;
}

.inner-r-first-wrap-box {
    text-align: center;
    overflow: hidden;
}
.modal-product-form {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

    .modal-product-form label {
        width: 35%;
    }

.modal-body a {
    color: #fff;
}
.product-detail .modal-header h5 {
    text-align: center;
    width: 100%;
}

.modal-body a {
    text-align: center;
    width: 35%;
    margin: auto;
    display: block;
}
.modal.show .modal-dialog {
    margin-top: 6%;
}
.modal-body {
    padding: 2rem;
}




/*buy-car-pg-css*/

.buy-car-wrap-page {
    background: #F2F3F3;
}

.buy-car-wrap-page ul.product-icons-list li img {
        display: initial;

}
section#product-style-tabs {
   /* background: #efefef;*/
}
div#ads {
    background: #fff;
}
.form-filters select {
    width: 48%;
}

.form-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.product-icons-list li img {
    display: initial !important;
}
.main-wrapper-dash {
    margin: 50px 0px;
}
.prodct-wrap-img img {
    max-width: 100% !important;
    margin: 0 !important;
}
.profile-wrapper {
    background: #fff;
    padding: 70px 40px;
    border-radius: 10px;
}

.profile-wrapper-main {
    padding: 90px 0px;
}
.left-wrap-dashboard {
    background: #F8F8F8;
    padding-top: 45px;
}
.products-imgs p.product-price {
    font-size: 22px;
    padding: 5px 0px;
}

.inner-cer-buy-car-head {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

    .inner-cer-buy-car-head h1 {
        color: #fff;
        font-size: 62px;
        letter-spacing: 1px;
    }
    .left-wrap-dashboard h2 {
        font-size: 22px;
        padding: 20px 0px;
        color: #00344D;
    }

    .left-wrap-dashboard .card {
        background: #f8f8f8;
        border: none;
    }

    .left-wrap-dashboard h4 {
        font-size: 22px;
    }

        .left-wrap-dashboard h4 span.toggle-icon {
            float: right;
        }

    .left-wrap-dashboard ul.modal-check {
        padding: 0;
        list-style: none;
    }

        .left-wrap-dashboard ul.modal-check li input {
            margin: 0 10px 10px 0;
        }

    .left-wrap-dashboard a {
        width: 100%;
        margin: 10px 0px;
    }

.inner-product-wrap h2 {
    font-size: 18px;
}

.inner-product-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

span.product-tag h3 {
    color: #009F0B;
    font-size: 22px;
}

ul.product-icons-list {
    padding: 10px 0px;
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: space-around;
    border-top: 1px solid #d2cccc;
    border-bottom: 1px solid #d2cccc;
}

.btm-product-inner {
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0px 20px;
}

.main-wrapper-dash .product-img .card-header {
    background: #fff;
    border: none;
}

.inner-product-wrap a {
    color: #000;
    border-radius: 30px;
    border-color: #000;
    padding: 5px 20px;
}

ul.product-icons-list li {
    font-size: 14px;
    color: #afaaaa;
}

p.product-price i {
    color: #025BA9;
}

.main-wrapper-dash .products-imgs {
    margin: 40px 0px;
}
.products-imgs {
    margin: 40px 0px;
}
.main-wrapper-dash .product-item {
    margin: 0 0 30px;
}

.bg-gradient-blue {
    background: rgb(15,52,84);
    background: linear-gradient( 90deg, rgba(15,52,84,1) 0%, rgba(61,96,181,1) 100%);
    background: #00344D;
}

.D-member-img {
    object-fit: cover;
    border-radius: 50%;
    width: 100px;
}

.inbox {
    background: #f8f8f8 none repeat scroll 0 0;
    overflow-y: scroll;
    max-height: 700px;
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.inbox_chat {
    height: 350px;
    overflow-y: auto;
}

.active_chat {
    background: #ffffff;
}

.chat_people {
    overflow: hidden;
    clear: both;
    margin: 0 22px;
    padding: 18px 0;
    border-bottom: 0.11rem solid #ececec;
}

.active_chat .chat_people {
    border: none;
}

.chat_ib {
    float: left;
    width: auto;
}

    .chat_ib h5 {
        font-size: 15px;
        color: #002748;
        margin: 0 0 8px 0;
    }

    .chat_ib p {
        font-size: 12px;
        color: #949494;
        margin: auto;
    }

.msg_history {
    height: 515px;
    overflow-y: auto;
    padding: 30px 30px;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg {
    width: 57%;
    background: #eae9f9 none repeat scroll 0 0;
    border-radius: 5px;
    color: #646464;
    padding: 8px 12px;
}

.time_date {
    color: #adabab;
    display: block;
    font-size: 11px;
    padding-bottom: 2px;
}

.received_withd_msg p {
    font-size: 14px;
    margin: 0;
    width: 100%;
}

.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.sent_msg {
    background: #efefef none repeat scroll 0 0;
    border-radius: 5px;
    padding: 8px 12px;
    float: right;
    width: 46%;
}

.type_msg {
    border-top: 0.15rem solid #efefef;
    position: relative;
    padding: 20px 30px;
}

.input_msg_write input {
    background: rgb(247 247 247) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 90%;
}

.sent_msg p {
    font-size: 14px;
    margin: 0;
    color: #646464;
    width: 100%;
}

.received_withd_msg p {
    font-size: 14px;
    margin: 0;
    width: 100%;
}

.prodct-wrap-img i {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 40px;
    color: red;
}

.prodct-wrap-img {
    position: relative;
    text-align: -webkit-center;
}


.profile-wrapper button {
    padding: 10px;
    border-radius: 30px;
    margin: 25px 0px 0px;
}



.inner-products-img-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* overflow: hidden;*/
    padding: 30px;
}

    .inner-products-img-head .dropdown-menu.show {
        left: -70px !important;
    }

    .inner-products-img-head h1 {
        font-size: 30px;
    }


/*used-car-finance-css*/
section.used-car-al-wraper {
    background: #FBFBFB;
}

.inner-wrap-used-car-detail {
    background: #ffff;
    padding: 25px;
    margin: 40px 0px;
}

    .inner-wrap-used-car-detail h2 {
        font-size: 18px;
        padding: 10px 0px;
    }

.inner-right-wrap-used-car-fst {
    background: #fff;
    padding: 25px;
    margin: 40px 0px;
}

    .inner-right-wrap-used-car-fst h2 {
        font-size: 18px;
    }

    .inner-right-wrap-used-car-fst ul {
        padding: 0;
        list-style: none;
    }

.inner-right-wrap-used-car-sec {
    background: #fff;
    padding: 25px 25px 200px;
}

    .inner-right-wrap-used-car-sec h2 {
        font-size: 18px;
    }

    .inner-right-wrap-used-car-sec ul {
        padding: 0;
        list-style: none;
    }

.btm-detail-used-car-al {
    background: #fff;
    padding: 25px;
    margin: 0 0 40px;
}

    .btm-detail-used-car-al h2 {
        font-size: 18px;
    }

    .btm-detail-used-car-al ul {
        padding: 0;
        list-style: none;
    }


    /*login pop-up form css*/

.inner-login-page-wrap > a {
    background: #009F0B;
    color: #fff;
    padding: 10px;
    display: block;
    width: 70%;
    margin: auto;
    border-radius: 30px;
}

.inner-login-page-wrap p {
    margin: 0;
    padding: 20px 0px;
    position: relative;
    text-align: center;
}

.inner-login-page-wrap > p:before {
    position: absolute;
    content: "";
    width: 45%;
    height: 2px;
    background: #f0f3e9;
    left: 0;
    top: 30px;
}

.inner-login-page-wrap > p:after {
    position: absolute;
    content: "";
    width: 45%;
    height: 2px;
    background: #f0f3e9;
    right: 0;
    top: 30px;
}

.modal-body .inner-login-page-wrap {
    width: 100%;
    margin: 0;
}
/*login pop-up form css end*/







/*login-page-css*/

.inner-login-page-wrap {
    margin: auto;
    background: #fff;
    padding: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 13px 1px #e2e2e2;
}

section.login-wrapper {
    background: #F6F6F6;
}

.inner-login-page-wrap > a {
    background: #009F0B;
    color: #fff;
    padding: 10px;
    display: block;
    width: 70%;
    margin: auto;
    border-radius: 30px;
}

.inner-login-page-wrap h2 {
    font-size: 33px;
    padding: 0 0 20px;
}

.inner-login-page-wrap p {
    margin: 0;
    padding: 20px 0px;
    position: relative;
}

.inner-login-page-wrap > p:before {
    position: absolute;
    content: "";
    width: 45%;
    height: 2px;
    background: #f0f3e9;
    left: 0;
    top: 30px;
}

.inner-login-page-wrap > p:after {
    position: absolute;
    content: "";
    width: 45%;
    height: 2px;
    background: #f0f3e9;
    right: 0;
    top: 30px;
}

.inner-login-page-wrap input {
    border-radius: 30px;
    margin: 10px 0px;
    height: 45px;
    font-size: 14px;
}

.btn-login button {
    background: #00344d;
    color: #fff;
    padding: 10px;
    display: block;
    width: 35%;
    margin: auto;
    border-radius: 30px;
}

.btn-login {
    padding: 10px 0px;
}

.inner-login-page-wrap > a:hover {
    text-decoration: none;
}

.inner-login-page-wrap > a i {
    margin: 0 5px 0 0px;
}

.login-1 h2 {
    font-size: 26px;
    padding: 10px 0px;
}

.login-1 h5 {
    color: #CFCFCF;
    font-size: 16px;
    padding: 0 0 15px;
}

.input-field-entr-code {
    display: flex;
    justify-content: center;
}

    .input-field-entr-code input {
        width: 10%;
        margin: 0 10px 0 0;
        border-radius: 10px;
    }
section.login-wrapper form {
    width: 100%;
}
/*login-page-css-end*/




section.testimonial-wrapper .carousel-content {
    font-size: 16px;
    padding: 0px !important;
}

section.testimonial-wrapper .content-box {
    padding: 30px 0px 30px 75px !important;
}

section.testimonial-wrapper .half-section .content-wrapper h2 {
    font-size: 22px;
}
section.testimonial-wrapper .lft-col img {
    width: inherit !important;
    position: relative;
    height: 330px;
}
section.testimonial-wrapper .lft-col img::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:#000;
    display:block;
    left:0;
    top:0;
}







section.recent-certified-cars .text-right a h3 {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    width: 50%;
    float: right;
    font-size: 19px;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    margin: 0 0 30px;
}





section#section-10 {
    padding: 0px !important;
}
section.testimonial-wrapper h2 {
    margin: 0px;
}
section.testimonial-wrapper .section-title {
    padding: 0;
}
section.testimonial-wrapper .slider-wrapper .carousel-container{
    padding:0;
}
section.testimonial-wrapper .carousel-content {
    height: 330px;
    overflow: hidden;
}

section.testimonial-wrapper .carousel-item {
    height: 445px !important;
}













@media (max-width: 768px) {
    section.testimonial-wrapper .carousel-item {
        height: 535px !important;
    }

    .sticky {
        position: fixed;
        top: 50px !important;
        left: 0;
    }

        .box-product-detail-wrap ul.inner-box-d {
        border-right: none;
    }


    .used-car-certification.call-to-banner {
        background: rgb(8,95,171);
        background: linear-gradient( 90deg, rgba(8,95,171,1) 0%, rgba(4,48,86,1) 100%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%) !important;
    }
    section.recent-certified-cars .row.product-item {
        padding: 35px 0 0;
    }
    div#socialMediaRow {
        margin: auto;
    }




    .add-btns-certified-use-car {
        width: 20% !important;
    }
        .call-to-banner {
        display: block !important;
        overflow: hidden;
        text-align: center;
        width: 100%;
        margin: 0px !important;
    }

    section.testimonial-wrapper img {
        width: 100%;
        height: auto !important;
    }

    section.testimonial-wrapper {
        text-align: -webkit-center;
    }

        section.testimonial-wrapper .carousel-content {
            height: auto !important;
        }

    .testimonial-wrapper .slider-wrapper .content-box {
        margin-left: 0px !important;
        width: 100% !important;
        padding: 30px 10px 30px 35px !important;
        font-size: 12px;
        text-align: left;
    }

    .testimonial-wrapper .slider-wrapper .content-box img {
            position: absolute;
            left: -10px !important;
            width: 35px !important;
    }

    section.recent-certified-cars .text-right a h3 {
        width: 100%;
    }
    .product-item .card {
        margin: 0 0 15px 0;
    }
    section.full-section {
        overflow: hidden;
    }
    .card.shadow {
        margin: 0 0 15px 0;
    }
    .inner-cer-buy-car-head h1 {
        font-size: 42px;
    }

    .inner-cer-buy-car-head {
        display: block;
        text-align: center;
    }
    .inner-products-img-head {
        padding: 0px;
    }
        .inner-products-img-head h1 {
            font-size: 20px;
        }
    .main-wrapper-dash .product-item {
        margin: 15px 0 15px;
        padding: 0;
    }
    .inner-product-wrap h2 {
        font-size: 16px;
    }
    span.product-tag h3 {
        font-size: 18px;
    }
    .products-imgs p.product-price {
        font-size: 18px;
    }
    .inner-product-wrap a {
        padding: 3px 15px;
        font-size: 12px;
    }

    .buy-car-wrap-page .card.shadow {
        margin: 0 0 15px 10px;
    }
    .inner-product-wrap {
        display: block;
        padding: 0 0 10px;
    }
    .box-product-detail-wrap {
        display: block;
    }
    .btn-pd-r a {
        font-size: 10px !important;
        margin: 0 0px 5px 0px !important;
        display: block !important;
        width: 100% !important;
    }
    .box-product-detail-wrap ul {
        width: 100%;
        padding: 0;
    }
    .frth-inner-wrapper-list-car ul li span:last-child {
        width: 100% !important;
        padding:0px !important;
        font-size: 12px !important;
    }

    .received_withd_msg {
        width: 100%;
    }
    .sent_msg {
        width: 100%;
    }




    }




    @media (max-width: 1400px) {
    

        .box-product-detail-wrap ul li {
            margin: 0 0 5px 0;
            font-size: 15px;
        }

        .dottedNumber {
            font-size: 22px;
        }

        .inner-r-first-wrap-box > a {
            font-size: 22px !important;
        }

        .right-sec-wrap-pro ul li {
            font-size: 18px;
        }

        .sliderpro a img {
            /*height: auto !important;*/
        }

        .usedcardealerlist h3.product-name a {
            font-size: 15px;
        }

        .right-sec-wrap-pro ul li {
            margin: 0px 0 60px 0;
        }

            .right-sec-wrap-pro ul li:last-child {
                margin: 0px;
            }

        .usedcardealerlist .product-name-wrapper a {
            font-size: 14px !important;
        }

        .usedcardealerlist .product-name-wrapper span {
            font-size: 11px !important;
        }

        .usedcardealerlist .card-body span {
            font-size: 12px;
        }


        .inner-product-wrap {
            display: block;
            padding: 0 0 10px;
        }

        .prodct-wrap-img {
            text-align: -webkit-center;
        }

        .left-wrap-dashboard h2 {
            font-size: 16px;
        }

        div#customer-care-accordion h4, #investorPage .card-header h5 a {
            font-size: 14px;
        }

        .inner-r-first-wrap-box {
            padding: 10px;
        }
        /*.btn-pd-r a {
        font-size: 10px !important;
        margin: 0 0px 5px 0px !important;
        display: block !important;
        width: 100% !important;
    }*/
        .frth-inner-wrapper-list-car ul li span:last-child {
            width: 100% !important;
            padding: 0;
        }

        .box-heading {
            font-size: 24px;
        }

        .prodct-wrap-img {
            text-align: -webkit-center !important;
        }
    }



    section.bg-gradient-blue {
        padding: 30px 0px;
    }

    .inbox_msg {
        border: 1px solid #c4c4c4;
        clear: both;
        overflow: hidden;
    }

    .top_spac {
        margin: 20px 0 0;
    }

    .srch_bar {
        display: inline-block;
        text-align: right;
        width: 60%;
    }

    .headind_srch {
        padding: 10px 29px 10px 20px;
        overflow: hidden;
        border-bottom: 1px solid #c4c4c4;
    }


    .chat_ib h5 {
        font-size: 15px;
        color: #002748;
        margin: 0 0 8px 0;
    }

        .chat_ib h5 span {
            font-size: 13px;
            float: right;
        }

    .chat_ib p {
        font-size: 12px;
        color: #949494;
        margin: auto
    }

    .chat_img {
        float: left;
        width: 11%;
    }

        .chat_img img {
            max-width: 100%;
        }

    .chat_ib {
        float: left;
        width: auto;
    }

    .chat_people {
        overflow: hidden;
        clear: both;
        margin: 0 22px;
        padding: 18px 0;
        border-bottom: 0.11rem solid #ececec;
    }



    .inbox_chat {
        height: 350px;
        overflow-y: auto;
    }

    .active_chat {
        background: #ffffff;
    }

    .incoming_msg_img {
        display: inline-block;
        width: 6%;
    }

        .incoming_msg_img img {
            width: 100%;
        }

    .received_msg {
        display: inline-block;
        padding: 0 0 0 10px;
        vertical-align: top;
        width: 92%;
    }

    .received_withd_msg p {
        font-size: 14px;
        margin: 0;
        width: 100%;
    }

    .time_date {
        color: #adabab;
        display: block;
        font-size: 11px;
        padding-bottom: 2px;
    }

    .received_withd_msg {
        width: 57%;
        background: #eae9f9 none repeat scroll 0 0;
        border-radius: 5px;
        color: #646464;
        padding: 8px 12px;
        margin: 0 0 5px 0;
        position:relative;
    }
        .received_withd_msg:before {
            content: "";
            position: absolute;
            height: 20px;
            width: 20px;
            background: #eae9f9;
            left: -7px;
            top: 0;
            bottom: 0;
            margin: auto;
            transform: rotate( 45deg);
        }

.inner-list-message ul.customerli li a:before {
    content: "\f075";
    position: absolute;
    height: 20px;
    width: 20px;
    font-family: 'Font Awesome 5 Free';
    left: -20px;
}
.inner-list-message ul.customerli li a {
    font-size: 16px;
    list-style: none !important;
    color: #000;
    position: relative;
}
.headind_srch {
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
    padding: 45px 15px 20px !important;
}

    section.bg-gradient-blue {
        padding: 30px 0px;
    }

    .sent_msg p {
        font-size: 14px;
        margin: 0;
        color: #646464;
        width: 100%;
    }

    .outgoing_msg {
        overflow: hidden;
        margin: 26px 0 26px;
    }

    .sent_msg {
        background: #efefef none repeat scroll 0 0;
        border-radius: 5px;
        padding: 8px 12px;
        float: right;
        width: 46%;
    }

    .input_msg_write input {
        background: rgb(247 247 247) none repeat scroll 0 0;
        border: medium none;
        color: #4c4c4c;
        font-size: 15px;
        min-height: 48px;
        width: 90%;
    }

        .input_msg_write input:focus {
            outline: none;
        }

    .type_msg {
        border-top: 0.15rem solid #efefef;
        position: relative;
        padding: 20px 30px;
    }


    .messaging {
        padding: 0 0 50px 0;
    }

    .msg_history {
        height: 515px;
        overflow-y: auto;
        padding: 30px 30px;
    }

    .bg-ligth-grey {
        background-color: #efefef;
    }

    .active_chat .chat_people {
        border: none;
    }

    .accordion.allchat .card {
        background: #f8f8f8;
        width: 100%;
        margin: auto;
        padding: 5px 0px;
        border: 1px solid #e8e5e5;
    }

        .accordion.allchat .card h4 {
            font-size: 18px !important;
            display: flex;
            justify-content: space-between;
            padding: 0 10px;
            font-weight: bold;
        }

    div#message {
        width: 100%;
        margin: auto;
        background: none;
    }



    .inner-list-message ul.customerli li a {
        font-size: 16px;
        list-style: none !important;
        color: #000;
    }

    .inner-list-message ul.customerli {
        padding: 0;
        width: 80%;
        margin: auto;
        padding: 10px 0px;
        list-style: none;
    }


.sent_msg {
    background: #efefef none repeat scroll 0 0;
    border-radius: 5px;
    padding: 8px 12px;
    float: right;
    width: 46%;
    position: relative;
    margin-right: 20px;
}
        .sent_msg:before {
            content: "";
            position: absolute;
            height: 20px;
            width: 20px;
            background: #efefef;
            right: -7px;
            top: 0;
            bottom: 0;
            margin: auto;
            transform: rotate( 45deg);
        }






    .product-item .card {
        display: inline-block !important;
        margin: 0 15px 0 0px;
    }

    section.banner-wrapper-slider {
        /*   height: 380px;*/
        overflow: hidden;
    }

    section.banner-wrapper-slider {
        /* height: 50vh;*/
        overflow: hidden;
    }

    .slider-item-one-wrapper {
        position: relative;
        height: 460px;
    }

        .slider-item-one-wrapper img {
            position: absolute;
            height: 420px;
            width: 100% !important;
            top: 0;
            left: 0;
            display: block;
            /* z-index: 999999; */
        }

    .slider-item-one-wrapper {
        display: flex;
        z-index: 9999;
        position: relative;
        align-items: center;
        justify-content: center;
    }

        .slider-item-one-wrapper h2 {
            z-index: 999;
            position: relative;
        }

        .slider-item-one-wrapper iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


    section.banner-wrapper-slider .owl-dots {
        height: 40px;
        position: absolute;
        width: 100%;
        bottom: 5px;
        background: var(--primary-color-light) !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slider-wrapper-inner.compaign-detail {
        height: 420px;
        overflow: hidden;
    }

    section.banner-wrapper-slider .owl-dots button.active {
        background: #fff;
        height: 15px;
        width: 15px;
        border-radius: 50%;
    }

    section.banner-wrapper-slider .owl-dots button {
        background: #d2d2d2;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        margin: 0 7px 0 0px;
    }

    ul.pagenation-product {
        padding: 0;
        display: flex;
        justify-content: center;
        list-style: none;
    }

        ul.pagenation-product li {
            margin: 0 15px 0 0;
        }

            ul.pagenation-product li a {
                font-size: 18px;
                border: 1px solid;
                padding: 2px 8px;
                border-radius: 50%;
            }

                ul.pagenation-product li a.active {
                    background: #16344d;
                    color: #fff;
                }




    .comp-one.compaign-detail {
        position: absolute;
        /* height: 380px;*/
        width: 100%;
        top: 0;
        left: 0;
    }

        .comp-one.compaign-detail img {
            height: 50vh;
            width: 100%;
        }

        .comp-one.compaign-detail iframe {
            height: 50vh;
        }

    .section-title h1 {
        position: relative;
        z-index: 99999;
    }





    /*product-page-box*/
    .product-item .card {
        position: relative;
    }

        .product-item .card a.ad-btn {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 99999;
            cursor: pointer;
        }

    .product-item .card {
        display: inline-block !important;
        margin: 0 0px 20px 0px;
        width: 100%;
    }

    .prodct-wrap-img img {
        height: 270px;
    }



    /*.product-item .card img.card-img-top {
    width: 100%;
    height: 210px;
}*/

    .sticky {
        z-index: 9 !important;
    }


    .sliderpro .owl-nav button.owl-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -20px;
        outline: none;
    }

    .sliderpro .owl-nav button.owl-next {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -20px;
        outline: none;
    }

    .sliderpro .owl-nav button span {
        font-size: 40px;
    }

    .sliderpro2 .owl-nav.disabled {
        display: block;
    }

        .sliderpro2 .owl-nav.disabled button.owl-prev {
            position: absolute;
            top: 0;
            bottom: 0;
            left: -20px;
            margin: auto;
            outline: none;
        }

        .sliderpro2 .owl-nav.disabled button.owl-next {
            position: absolute;
            top: 0;
            bottom: 0;
            right: -20px;
            margin: auto;
            outline: none;
        }

        .sliderpro2 .owl-nav.disabled button {
            font-size: 40px;
        }

    .sliderpro2 .owl-stage-outer .owl-item a img {
        height: 110px !important;
    }


    .brand-tag-trianglea.redcolor span {
        padding: 10px 0;
        background: #d42827;
    }

    .redcolor.ribbon::before, .redcolor.ribbon::after {
        position: absolute;
        z-index: 0;
        content: '';
        display: block;
        border: 5px solid #d42a29;
    }

    .redcolor.ribbon-top-left::before {
        top: 0px;
        right: 10px;
    }

    .redcolor.ribbon-top-left::after {
        bottom: 10px;
        left: 0;
    }

    .card-footer ul li img {
        filter: invert(1);
        margin: 0 5px 0 0px;
    }

    .brand-tag-trianglea.bluepadding span {
        padding: 10px 0px;
    }

    .bluepadding.ribbon-top-left::before {
        top: 0px;
        right: 10px;
    }

    .bluepadding.ribbon-top-left::after {
        bottom: 10px;
        left: 0;
    }

    .btn-pd-r span.bod {
        padding: 10px 90px;
        border: 1px solid;
        border-color: #29a329;
        color: #29a329;
        border-radius: 30px;
        font-size: 32px;
        margin: 8px 0px 0px;
        display: block;
    }


    .infoDealerPhone {
        padding: 10px 25px;
        border: 1px solid;
        border-color: #29a329;
        color: #29a329;
        border-radius: 30px;
        font-size: 32px;
        margin: 8px 0px 0px;
        display: block;
    }

    .btn-login {
        display: flex;
    }

        .btn-login a {
            background: #00344d;
            color: #fff !important;
            padding: 10px;
            display: block;
            width: 35%;
            margin: auto;
            border-radius: 30px;
        }



    .inner-box-fany {
        display: flex;
        width: 100%;
        justify-content: space-between;
        background: #f9f9f9;
        padding: 30px;
    }

        .inner-box-fany ul {
            display: flex;
        }

            .inner-box-fany ul li {
                margin: 0 40px 0 0px;
            }


    .fanybox-additions img {
        height: 70vh;
    }



    .inner-box-fany ul li img {
        width: 20px;
        height: 20px;
    }

    .inner-box-fany ul li i {
        width: 20px;
        height: 20px;
        color: #7eaad2;
    }

    a.btnFavoutire img.no-fill-heart {
        width: 14px;
        filter: revert;
        margin-top: -3px;
    }

    .product-img .card {
        position: relative;
    }

        .product-img .card > i {
            position: absolute;
            top: 20px;
            z-index: 0;
            right: 45px;
            color: #e62e2d;
            font-size: 30px;
        }

    .add-btns-certified-use-car {
        z-index: 99;
    }

    .product-item .card img.edit-us-img {
        width: 100% !important;
        height: 220px;
    }

    .sliderpro a img {
        height: 480px;
    }




    .inner-r-first-wrap-box > a {
        width: 80% !important;
    }

    .dottedNumber {
        width: 80%;
    }

    section.recent-certified-cars .col-md-6 h3 {
        margin-bottom: 10%;
    }


    /*--
    - Paginatoin Css
---------------------------------*/
    .pagination {
        display: flex;
        justify-content: end;
        margin-top: 40px;
    }

    @media only screen and (max-width: 767px) {

       

            .inner-box-fany {
            display: none !important;
        }
        .fancybox-thumbs__list a {
            margin: 5px !important;
        }
        .fancybox-thumbs {
            top: unset !important;
            width: auto;
            bottom: 0;
            left: 0;
            right: 0;
            height: 95px;
            padding: 10px 10px 5px 10px;
            box-sizing: border-box;
            background: rgba(0, 0, 0, 0.3);
            width: 100% !important;
            bottom: 0;
        }

        .fancybox-show-thumbs .fancybox-inner {
            right: 0;
            bottom: 95px;
        }

        .fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
            width: 100%;
        }

        .fanybox-additions img {
            height: 34vh !important;
        }

        .fancybox-thumbs__list a {
            overflow: hidden !important;
            overflow-y: scroll;
            display: block;
            float: right !important;
            margin-left: 0% !important;
        }
        .fancybox-thumbs__list {
            display: flex;
        }   
        .pagination {
            margin-top: 40px;
        }
    }

    .pagination li {
        display: inline-block;
        margin: 0 4px;
    }

        .pagination li.active a {
            color: #ffffff;
            background: #000263;
            border: 1px solid #000263;
        }

        .pagination li a {
            color: #333333;
            display: block;
            width: 40px;
            height: 40px;
            border: 1px solid #e8e8e8;
            line-height: 40px;
            text-align: center;
            color: #000263;
            font-size: 14px;
            border-radius: 5px;
        }

            .pagination li a:hover {
                color: #ffffff !important;
                background: #000263;
                border: 1px solid #000263;
            }

            .pagination li a span {
                font-size: 18px;
            }

    .pagination .first a {
        width: 50px;
    }

    .pagination .last a {
        width: 50px;
    }

    @media only screen and (max-width: 430px) {
        .pagination {
            overflow: auto;
            justify-content: left;
        }
    }



    /* section.banner-wrapper-slider .owl-dots button:nth-child(3) { */
    /* display: none; */
    /* } */
    /* section.banner-wrapper-slider .owl-dots button:nth-child(4) { */
    /* display: none; */
    /* } */

    .used-car-certification.call-to-banner {
        background: rgb(8,95,171);
        background: linear-gradient( 90deg, rgba(8,95,171,1) 0%, rgba(4,48,86,1) 80%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
        border-top: 2px solid #153157;
        border-bottom: 2px solid #153157;
    }

    .shrink-banner {
        background: rgb(8,95,171);
        background: linear-gradient( 90deg, rgba(8,95,171,1) 0%, rgba(4,48,86,1) 80%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
        border-top: 2px solid #153157;
        border-bottom: 2px solid #153157;
    }

    .call-to-banner .brand-logo {
        width: 200px;
    }

    .inner-cer-buy-car-head img {
        width: 200px;
    }

    .call-to-banner .brand-logo {
        width: 200px;
    }

    .inner-cer-buy-car-head img {
        width: 200px;
    }

    .product-img .card img.edit-us-img {
        width: 100% !important;
        height: 220px;
    }

    .inner-wrapper .sliderpro2 {
        padding: 5px 0px 0px;
    }


.fancybox-thumbs__list a {
    overflow: hidden !important;
    overflow-y: scroll;
    display: block;
    float: initial !important;
    margin-left: 10% !important;
}

section.testimonial-wrapper {
    padding: 0 0 60px;
}



@media only screen and (max-width: 690px) {

    .sliderpro .item img {
        width: 100% !important;
    }
}




    @media (max-width: 420px) {
        .tabs-wrapper .nav-tabs .nav-link {
            padding: 0.5rem 1rem;
            font-size: 11px;
        }

            .page-title-wrapper img {
            width: 100%;
            padding-top: 25px;
        }

        

        .sticky {
            position: fixed;
            top: 65px !important;
            left: 0;
        }


        .sliderpro2 .owl-stage-outer .owl-item a img {
            height: 60px !important;
        }

        section#product-style-tabs .nav-tabs {
            padding-left: 100% !important;
        }

        .tabs-wrapper.products-tab-wrapper ul.nav.nav-tabs {
            padding-left: 0 !important;
        }

        .used-car-certification.call-to-banner img {
            width: 80%;
        }

        .used-car-certification.call-to-banner {
            border: 2px solid #153157;
            background: rgb(8,95,171);
            background: linear-gradient( 180deg, rgba(8,95,171,1) 0%, rgba(4,48,86,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%) !important;
        }

            .used-car-certification.call-to-banner h1 {
                padding-bottom: 75px;
            }

        .inner-box-fany {
            display: none !important;
        }

        .fancybox-thumbs {
            top: unset !important;
            width: auto;
            bottom: 0;
            left: 0;
            right: 0;
            height: 95px;
            padding: 10px 10px 5px 10px;
            box-sizing: border-box;
            background: rgba(0, 0, 0, 0.3);
            width: 100% !important;
            bottom: 0;
        }

        .fancybox-show-thumbs .fancybox-inner {
            right: 0;
            bottom: 95px;
        }

        .fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
            width: 100%;
        }

        .fanybox-additions img {
            height: 25vh !important;
        }

        .sliderpro .item img {
            width: 100% !important;
        }

        .fancybox-thumbs__list a {
            overflow: hidden !important;
            overflow-y: scroll;
            display: block;
            float: right !important;
            margin-left: 0% !important;
        }
    }



    .pagination-box ul > li.page-start a {
        border-radius: 6px !important;
    }

    .pagination-box ul > li.page-last a {
        border-radius: 6px !important;
    }

    .pagination-box ul > li.page-next a {
        border-radius: 6px !important;
    }

    .pagination-box ul > li.page-end a {
        border-radius: 6px !important;
    }




    section.comapingn-recall-pg {
        padding: 0;
        height: 620px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

        section.comapingn-recall-pg .section-title {
            text-align: left;
            color: #fff;
        }

            section.comapingn-recall-pg .section-title h2 {
                padding: 0;
            }

            section.comapingn-recall-pg .section-title p {
                width: 30%;
                padding: 0px 0px 30px;
            }

            section.comapingn-recall-pg .section-title ul {
                padding: 0;
                list-style: none;
            }

    .filter-pg-com-re {
        position: absolute;
        top: 6%;
        right: 5%;
        width: 15%;
    }

        .filter-pg-com-re select {
            width: 100%;
            height: 40px;
            border-radius: 20px;
            color: #000;
            padding: 0 6px;
            font-size: 14px;
        }

    .thrd.comapingn-recall-pg p.alret-com {
        color: red;
        width: 50%;
        text-align: center;
        margin: auto;
        padding: 20px 0px 40px;
    }

    .thrd.comapingn-recall-pg {
    }

        .thrd.comapingn-recall-pg p.alret-com {
            color: red;
            width: 50%;
            text-align: center;
            margin: auto;
            padding: 0px 0px 40px;
            font-weight: bold;
            font-size: 18px;
        }

.inner-cam-sec p {
    width: 50%;
    text-align: justify;
}
h2.mainHeadingRecall {
    color: #fff;
}
.inner-cam-sec ul {
    padding: 0;
    list-style: none;
    width: 50%;
    text-align: justify;
}
    .inner-cam-sec ul li{
        margin:0 0 15px;
    }
.inner-cam-sec span {
    font-size: 14px;
}
    .inner-cam-sec input {
        width: 50%;
        height: 50px;
        padding: 10px;
        background: #f4f4f4;
        border: none;
        border-radius: 15px;
        display: block;
        margin: 0 0 30px;
    }

.inner-cam-sec a {
    display: inline-block;
    background: #00344D;
    padding: 7px 30px;
    border-radius: 6px;
    color: #fff;
    margin: 0 10px 0 0;
}

        .inner-cam-sec a.btn-red-c {
            background: red;
        }

.thrd.comapingn-recall-pg {
    padding: 10px 0px 60px;
    height: auto;
}

    .inner-cam-sec p.responsemessage {
        padding: 20px 0 0;
    }


    .installment-logo img {
        width: 150px;
    }

    .motorcyle h2 {
        text-align: center;
        padding: 0 0 20px;
    }

    section.intern-wrap.motorcyle {
        background: #fbfbfb;
    }

    .motorcyle .internee-box-wrap {
        padding: 90px 0px 0px;
    }

        .motorcyle .internee-box-wrap ul {
            list-style: none;
            padding: 0;
        }

            .motorcyle .internee-box-wrap ul li h2 {
                text-align: left;
                font-size: 20px;
                padding: 10px 0px;
                margin: 0;
            }

            .motorcyle .internee-box-wrap ul li img {
                height: 300px;
            }

            .motorcyle .internee-box-wrap ul .owl-nav.disabled {
                display: block !important;
            }

                .motorcyle .internee-box-wrap ul .owl-nav.disabled button.owl-prev {
                    position: absolute;
                    top: 110px;
                    left: -30px;
                }

                    .motorcyle .internee-box-wrap ul .owl-nav.disabled button.owl-prev span {
                        font-size: 60px;
                    }

                .motorcyle .internee-box-wrap ul .owl-nav.disabled button.owl-next {
                    position: absolute;
                    top: 110px;
                    right: -30px;
                }

                    .motorcyle .internee-box-wrap ul .owl-nav.disabled button.owl-next span {
                        font-size: 60px;
                    }

    .page-title-wrapper .section-title p.recall {
        width: 50%;
        margin: auto;
    }

    .sliderpro .item {
        position: relative;
        height: 400px;
        overflow: hidden;
    }

        .sliderpro .item img {
            width: auto;
            height: -webkit-fill-available;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .fancybox-thumbs__list {
        width: 100% !important;
    }
.campaign-alto-ban {
    position: absolute;
    top: 130px;
    right: 0;
    height: 378px;
    overflow: hidden;
    width: 590px;
    bottom: 0;
    margin: auto;
    left: 40px;
}


.lft-col.contact {
    margin: 30px 0px 0px;
}


/*brochure-page-css-start*/
.inner-box-brochure img, .inner-box-brochure {
    text-align: center;
    display: block;
    margin: auto;
}

.brochure-images img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: contain;
}

.brochure-images {
    height: 370px;
    display: flex;
    align-items: center;
    border: 5px solid #00344D;
    padding: 15px;
    box-shadow: 0px 3px 8px 5px #00000014;
}


.inner-box-brochure img:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
}

.inner-box-brochure {
    margin-bottom: 50px;
}
    .inner-box-brochure p {
        margin: 20px 0px 10px;
        font-size: 23px;
    }



.mobile-tabs-slide {
    padding: 0 0 0px;
    width: 90%;
    margin: auto;
}

    .mobile-tabs-slide .owl-carousel .owl-nav.disabled {
        display: block;
    }
    .mobile-tabs-slide button.owl-next {
        position: absolute;
        right: -20px;
        top: -40px;
        bottom: 0;
        margin: auto;
        outline:none;
    }

        .mobile-tabs-slide button.owl-next span {
            font-size: 50px;
            color: #00344d;
        }

    .mobile-tabs-slide button.owl-prev span {
        font-size: 50px;
        color: #00344d;
    }

    .mobile-tabs-slide button.owl-prev {
        position: absolute;
        left: -20px;
        top: -38px;
        bottom: 0;
        outline: none;
    }

.mobile-tabs-slide {
    display: none;
}

    .mobile-tabs-slide a img {
        object-fit: contain;
    }

    .mobile-tabs-slide a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
    }

.sticky {
    position: fixed;
    top: 88px;
    width: 100%;
    z-index: 999;
}

.mobile-tabs-slide.sticky .mobile-slider.owl-carousel.owl-theme.w-100.owl-loaded.owl-drag {
    width: 90% !important;
    margin: auto;
}

.mobile-tabs-slide.sticky {
    width: 95% !important;
    margin: auto !important;
    background: #fff;
    z-index: 99 !important;
}

/*brochure-page-css-end*/



    /* @media only screen and  (max-width: 1200px) {  } */
    @media only screen and (max-width:2280px) and (min-width: 1900px) {

        section.comapingn-recall-pg {
            padding: 0;
            height: 750px;
        }
    }

    @media only screen and (max-width:1280px) and (min-width: 850px) {

        .campaign-alto-ban {
            height: 400px;
            width: 550px;
        }

        section.comapingn-recall-pg {
            padding: 0;
            height: 480px;
        }

        section.testimonial-wrapper .lft-col img {
            height: 270px;
        }

        section.testimonial-wrapper .carousel-item {
            height: 380px !important;
        }

        div#nav-tab a {
            font-size: 14px;
        }

	.nav-link {
            padding: 10px 0px 0px !important;
        }
        
        section.testimonial-wrapper .half-section .content-wrapper h2 {
            font-size: 18px;
        }

        .slider-wrapper p {
            width: 100%;
            font-size: 14px;
        }

        .icons-tab .nav-tabs .nav-link img {
            margin: 0 auto;
            width: 30px !important;
            height: 26px !important;
        }
    }

    @media(max-width:767px) {

        .campaign-alto-ban {
            position: absolute;
            top: auto;
            right: 0;
            height: 315px;
            overflow: hidden;
            width: 350px;
            bottom: -60px;
            margin: auto;
            left: 0px;
        }

        .page-title-wrapper .section-title p.recall {
            width: 100% !important;
            margin: auto;
        }

        .filter-pg-com-re {
            position: absolute;
            top: 6%;
            right: 5%;
            width: 30%;
        }

        section.comapingn-recall-pg .section-title p {
            width: 100%;
            padding: 0px 0px 30px;
        }

        .thrd.comapingn-recall-pg p.alret-com {
            color: red;
            width: 90%;
        }
        .installments-s .logo-tabs .nav-tabs {
            padding: 0px 0 0 16px !important;
        }


    }

    @media (max-width: 550px) {

.add-btns-certified-use-car {
    top: 50%;
}


        .mobile-tabs-slide {
            display: block;
        }

        .installments-s {
            display: inline-block;
        }
            .installments-s a {
                width: 100%;
                display: block;
                margin: 0 0 10px;
            }
            .installments-s .logo-tabs .nav-link {
                width: 50% !important;
                flex: 0 0 50% !important;
            }

            .tabs-wrapper .installments-s .nav-tabs {
            flex-wrap: wrap;
        }
            .sliderpro .item {
                position: relative;
                height: 270px;
                overflow: hidden;
            }
        .inner-cam-sec input {
            width: 100%;
            margin: 15px 0 30px;
        }
        h2.mainHeadingRecall {
            top: 20%;
        }
    }

div#g-recaptcha-response1 {
    margin-bottom: 20px;
}

/ Nav css /
@media only screen and (min-width:992px) and (max-width:1300px) {
    .upper-menu ul li {
        font-size: 12px;
        padding: 0 5px;
    }

    .nav-menu a {
        font-size: 11px;
    }

    #header .logo img {
        width: 140px;
    }

    .upper-menu ul li a {
        font-size: 10px;
        padding: 5px;
    }
}

#header .drop-down > a {
    pointer-events: none !important;
}

/ Nav css End /


.heading_bar a:before {
    content: "";
    position: absolute;
    left: 50%;
    /*top: 97%;*/
    transform: translate(-50%, -50%);
    width: 100px;
    height: 2px;
    background: var(--secondry-color);
    z-index: 0;
    bottom: -15px;
}

.nav-menu > ul > li.heading_bar a:before {
    background: 0 0;
    z-index: 9;
    width: 100%;
}

.nav-menu > ul > li.heading_bar a.active::before,
.nav-menu > ul > li.heading_bar a:first-child:hover::before {
    background: var(--alert-color);
}
.heading_bar ul li a:before {
    bottom: 0px;
}
.heading_bar ul li a.active:before {
    background: none !important;
}
.nav-menu > ul > li.heading_bar a:before {
    background: none;
}
.nav-menu .main-nav li ul li a:before {
    background: none !important;
}