*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Roboto', sans-serif;
}

ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    outline: none;
}
@media all and (min-width: 992px) {
    .dropdown-menu {
        width: 13rem;
    }

    .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }

    .ktm-mega-menu {
        position: static;
    }

    .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }

    .dropdown-menu>li:hover>.submenu,
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}
.logo a img{
    float: right;
}
.carousel-control-prev {
    left: -17px;
    background: #000;
    height: 43%;
    top: 25%;
    width: 3%;
}
.carousel-control-next {
    right: -17px;
    background: #000;
    height: 43%;
    top: 25%;
    width: 3%;
}
.carousel-inner{
    padding-left: 1rem;
}
.navbar.navbar-expand-lg{
    background: #cc0001;
    line-height: 43px;
    margin-top: 0;
    text-align: center;
}
.navbar-nav .nav-link {
    color: #fff;
    padding: 0 23px !important;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link{
    color: #fff;
}
.dropdown-item.active,
.dropdown-item:active{
    background-color: #b91927;
    padding: 0 18px;
}
.dropdown-menu.mega-menu li{
    float: left;
}
.dropdown-item:focus,
.dropdown-item:hover{
    background-color: #b91927;
    padding: 0 18px;
    color: #fff;
}
header {
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
}

/*-------------------- social area css --------------------*/
.socail-icon {
    position: fixed;
    right: 0;
    top: 26%;
    width: 37px;
    padding: 5px;
    background: #efefef;
    z-index: 9999999;
}
.socail-icon a {
    margin-bottom: 5px;
}

/*-------------------- banner slider css -------------------------*/
#bannerslider .carousel-control-prev{
    left: 22px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #cc0001;
    background: #cc0001;
    top: 48%;
}
#bannerslider .carousel-control-next {
    right: 22px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #cc0001;
    background: #cc0001;
    top: 48%;
}

/*---------------------- banner bottom css -----------------------*/
.bannerbottom h2 {
    margin: 27px 0 12px;
    color: #cc0001;
    font-size: 25px;
    line-height: 22px;
    padding: 7px 0;
    position: relative;
    text-transform: capitalize;
    top: 0;
    z-index: 99;
    text-align: center;
    font-weight: 500;
}
.bannerbottom h2::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    width: 71px;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.bannerbottom h2::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    width: 71px;
    bottom: -1px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.bannerbottom p{
    padding: 8px 0 0;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
    color: #3c3c3c;
}
.bannerbottom .txt {
    background: #f9f9f9;
    padding: 1rem 2rem 2rem;
    height: 383px;
    box-shadow: 0 2px 7px 0px rgb(0 0 0 / 23%);
    border: 1px solid #fff;
}
.mainbanner .carousel-inner{
    padding: 0;
}
.bannerbottom{
    margin: 23px 0;
}
#latest .carousel-control-next {
    right: 0;
    background: #cc0001;
    height: 30px;
    top: 40%;
    width: 30px;
    padding: 6px;
}
#latest .carousel-control-prev{
    left: 0;
    background: #cc0001;
    height: 30px;
    top: 40%;
    width: 30px;
    padding: 6px;
}
.bannerbottom .btn-primary{
    background: #cc0001;
    border: 1px solid #fff;
}
#latest .carousel-inner{
    padding: 0;
}

/*----------------------- news area css -----------------*/
.news h2{
    margin: 27px 0 12px;
    color: #cc0001;
    font-size: 25px;
    line-height: 22px;
    padding: 7px 0;
    position: relative;
    text-transform: capitalize;
    top: 0;
    z-index: 99;
    text-align: center;
    font-weight: 500;
}
.news h2::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    width: 71px;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.news h2::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    width: 71px;
    bottom: -1px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.news marquee{
    background: #efefef;
    padding: 2rem 1rem;
    box-shadow: 0 2px 7px 0px rgb(0 0 0 / 23%);
    border: 1px solid #fff;
}
.news marquee span{
    color: #000;
    font-weight: 600;
    font-size: 13px;
}
.news .btn-primary {
    background: #cc0001;
    border: 1px solid #fff;
}
.news .carousel-control-prev {
    opacity: 1;
    left: 24px;
    background: #000;
    height: 22px;
    top: 37%;
    width: 23px;
    padding: 3px;
}
.news .carousel-control-next{
    opacity: 1;
    right: 24px;
    background: #000;
    height: 22px;
    top: 37%;
    width: 23px;
    padding: 3px;
}
.news .carousel-inner{
    padding: 0;
}

/*-------------------------- faq area css ----------------------*/
.dlocator-box {
    color: #fff;
    width: 100%;
}
.dlocator-box,
.faq-box {
    background-color: #b50000;
    display: flex;
    width: 100%;
    position: relative;
    margin: 44px 0 0;
}
.img-box {
    width: 70px;
    margin: 20px;
}
.dlocator-box img {
    width: 70px;
}
.text-box {
    padding: 0;
    display: flex;
    align-items: center;
}
.text-box a {
    color: #fff;
    font-size: 30px;
}
.btn-box {
    background-color: #750000;
    padding: 0 10px;
    right: 0;
    position: absolute;
}
.btn-box a {
    color: #fff;
    opacity: .7;
    transition: ease all .1s;
}
.btn-box i {
    line-height: 110px;
}
.faq-box {
    color: #fff;
    width: 100%;
}
.faq-box img {
    width: 70px;
}

/*------------------------ footer area --------------------------*/
footer .panel-title{
    margin: 27px 0 12px;
    color: #cc0001;
    font-size: 20px;
    line-height: 22px;
    padding: 7px 0;
    position: relative;
    text-transform: capitalize;
    top: 0;
    z-index: 99;
    text-align: left;
    font-weight: 500;
}
footer .panel-title::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    width: 71px;
    top: 0px;
    left: 0;
    text-align: left;
}
footer .panel-title::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    width: 71px;
    bottom: -1px;
    left: 0;
    text-align: left;
}
footer ul{
    padding: 0;
}
footer ul li a{
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}
footer .footer_btm{
    display: flex;
}
.bottomUL {
    border-top: 1px solid #ccc;
    margin-top: 6px;
    display: flex;
    padding: 11px 0 0;
}
.bottomUL li a {
    border-right: 1px solid #000;
    padding: 0 9px;
    font-size: 14px;
}

/*----------------------------- product page css ------------------------------*/
.mainbanner .breadcrumb{
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 594px;
}
.mainbanner .breadcrumb::after{
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 32%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mainbanner .breadcrumb ul {
    display: flex;
    padding: 17px 0 0;
    margin: 0;
    justify-content: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    height: 50px;
}
.mainbanner .breadcrumb ul li a {
    color: #000;
    font-size: 17px;
    line-height: 15px;
    margin-right: 20px;
    position: relative;
    padding-right: 10px;
}
.mainbanner .breadcrumb ul li a::after {
    border-right: 1px solid #000;
    position: absolute;
    right: -6px;
    content: "";
    border-width: 1px;
    height: 17px;
    top: 1px;
}
.mainbanner .breadcrumb ul li.active{
    color: #b50000;
    font-weight: bold;
}
.tab_content {
    padding: 20px 37px 0;
    display: inline-block;
    width: 100%;
}
#nav-specification ul li {
    border-top: 1px solid #ddd;
    width: 100%;
    float: left;
    display: table;
}
#nav-specification ul li:nth-child(1) {
    background: none repeat scroll 0 0 rgb(204, 0, 1);
    text-align: center;
    font-size: 16px;
}
#nav-specification ul li span:first-child {
    border-right: 1px solid #f2f2f2;
}
#nav-specification ul li span {
    color: #fff;
    display: table-cell;
    padding: 8px 1%;
    vertical-align: top;
    width: 47%;
}
#nav-specification ul li:nth-child(even) {
    background: #52595e;
}
#nav-specification ul li:nth-child(odd) {
    background: #989b9e;
}
.tab_content span.full.text1{
    background: #b50000;
}
.nav-tabs .nav-link.active{
    color: #fff;
    background-color: #b50000;
}
.nav-tabs .nav-link{
    color: #000;
}
.tab-pane h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #b50000;
}
.tab-pane.fade{
    background: url(../img/Color_bg.jpg);
    background-position: center;
    padding: 0;
    position: relative;
    z-index: 1;
}
.tab-pane.fade::after{
    position: absolute;
    background: rgb(0 0 0 / 18%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}
.tab-pane strong {
    padding: 15px 21px;
    display: block;
}
.tab-pane p{
    padding: 0 21px 33px;
    margin: 0;
}
.tab-pane.fade h3 {
    padding: 16px 0 0 23px;
    font-weight: bold;
    font-size: 19px;
}
.tab-pane.fade p strong {
    padding: 10px 0 7px;
}
.easyzoom.easyzoom--overlay {
    background: rgb(255 255 255);
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #ccc;
    padding: 25px 0;
}
.product-details-img-content {
    margin: 27px 0;
}
ul.top_contact {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: right;
}
ul.top_contact li {
    float: left;
    border-right: 1px solid #000;
    line-height: 15px;
    margin: 0 0;
    padding: 0 9px;
}
ul.top_contact li:last-child{
    border: none;
}
ul.top_contact li a {
    color: #000;
    font-size: 14px;
}
.address_center{
    width: 100%;
    margin: 60px auto;
    text-align: center;
}
.address_center .inner_box{
    border: 1px solid #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    position: relative;
    padding: 40px;
    background: #f6f6f6;
    height: 500px;
}
.address_center .inner_box img{
    background: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #b8b8b8;
}
.address_center .inner_box .sec_img {
    position: relative;
    width: 200px;
    height: auto;
    border-radius: 4px;
    top: 0;
}
.address_center .inner_box h3{
    font-size: 16px;
    margin: 15px 0 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.address_center .inner_box h4 {
    font-size: 16px;
    margin: 0 0;
    color: #484848;
    border-bottom: 1px solid #ccc;
    padding: 13px 0;
}
.address_center .inner_box h4 a{
    word-break: break-word;
}
.address_center .inner_box h4:last-child{
    border: none;
}
.abt-icon-item {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 7px rgb(0 0 0 / 23%);
    padding: 10px;
    margin: 0 0 27px;
    height: 244px;
}
.icon-img img {
    width: 70px;
    height: 70px;
    text-align: center;
    border: 1px solid #c90000;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0px 3px 9px #ffacac;
}
.abt-icon-item h3{
    font-size: 18px;
    margin: 20px 0 0;
}
.abt-icon-item p {
    font-size: 15px;
}
section.about {
    margin: 60px 0 0;
}
.heading-section h1{
    font-size: 20px;
}
.heading-section h1 {
    font-size: 20px;
    color: #cc0001;
    margin: 0 0 12px;
}
.heading-section h3{
    font-size: 25px;
    margin: 0 0 12px;
    font-weight: bold;
}
.about-text-sec p {
    text-align: justify;
    padding: 0 22px 0 0;
    color: #555;
}

/*------------------------ extended warranty --------------------*/
.locator-sec .tab-pane img {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.excerpt p {
    font-size: 13px;
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
}
.excerpt p strong{
    padding: 0;
}
.main_header_data {
    text-align: center;
    font-size: 32px;
    color: gray;
    font-weight: 400;
}
.table_mobile_responsive table tr th {
    background: unset !important;
    color: #000 !important;
}
.table_mobile_responsive img {
    float: unset !important;
    margin: unset !important;
}
.table_header {
    text-align: left;
    vertical-align: top;
    font-weight: 600;
}
.table_mobile_responsive table tr th.table_header_data_center_red {
    text-align: center !important;
    vertical-align: middle !important;
    color: #fff !important;
    background-color: #cc0001 !important;
}
table th,
table td {
    border: 1px solid gray;
    padding: 10px;
}
.block1 h3,
.block2 h3 {
    background: none repeat scroll 0 0 rgb(191 23 23);
    color: rgb(255, 255, 255);
    margin: 0;
    padding: 13px 9px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.block1-box {
    /* border: 1px solid #ccc; */
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    background: #fff;
    box-shadow: 0px 0px 5px 2px #e7e7e7;
    font-size: 13px;
}
.block1-box img {
    float: left;
    margin-bottom: 15px;
    margin-right: 7px;
    width: 58px;
}
.block1 ul{
    padding: 0 10px;
}
.block1 ul li{
    float: left;
    width: 47%;
    margin: 8px 6px 0 9px;
}
.block2 ul{
    padding: 0 10px;
}
.block2 ul li{
    float: left;
    width: 47%;
    margin: 8px 6px 0 9px;
}
.block2-box {
    /* border: 1px solid #ccc; */
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    background: #fff;
    box-shadow: 0px 0px 5px 2px #e7e7e7;
    font-size: 13px;
}
.block2-box img {
    float: left;
    margin-bottom: 15px;
    margin-right: 7px;
    width: 58px;
}
h3.mainheading {
    margin: 10px 0 23px 0;
}
.border_right {
    border-right: 2px solid #000;
}
.imageresize {
    float: unset !important;
    margin-bottom: 15px;
    margin-right: 0 !important;
    max-width: unset !important;
    width: 100%;
}
.maincontentdata h3 {
    margin: 5px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
}
.amc p {
    font-size: 13px;
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
}

.con_height {
    min-height: 70px;
}

/*----------------------- amc page css ---------------------*/
.amc{
    margin: 60px 0 0;
}
.amc h3 {
    margin: 0 0 23px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
h3.feat_text {
    margin: 15px 0;
    background-color: hsl(0deg 0% 19%);
    color: #fff;
    padding: 8px;
    font-size: 22px;
    font-weight: 600;
}
.cardboxdata {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 9px 2px #ddd;
    font-size: 16px;
    overflow: hidden;
    height: 56px;
}
.locator-sec h5 {
    font-size: 26px;
    font-weight: 800;
    margin: 0px 0px;
    padding: 12px 12px 12px 0;
    text-align: left;
}
.locator-sec p {
    font-size: 13px;
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
}
.blink{
    color: #b50000;
}

/*-------------------------- lubes & Chemicals --------------------------*/
.locator-sec.GenuineEngine{
    margin-top: 50px;
    padding: 0px 15px;
}
.locator-sec.locator-sec.GenuineEngine h2{
    color: #cc0001;
    font-size: 27px;
    line-height: 34px;
    font-weight: bold;
}
.block-EngineOil {
    border-right: 2px dashed #ccc;
    margin: 0 0 33px 0;
    padding: 0 31px 0 0;
}
.block-EngineOil h6{
    font-size: 15px;
    font-weight: bold;
}
.engineparent {
    background: url(../img/Oil-Flowimg.png);
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    width: 100%;
    padding: 15px;
}
.EngineOil {
    padding-top: 120px;
    padding-bottom: 20px;
}
.EngineOil img {
    margin-bottom: 10px;
    width: 100%;
}

/*------------------------------ product details page css --------------------------*/
.enquiryfrm {
    padding: 42px;
}
.enquiryfrm select{
    width: 100%;
    height: 47px;
    border-radius: 6px;
    border: none;
    padding: 0 4px;
    margin: 8px 0 0;
}
.enquiryfrm label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    margin-top: 10px
}
.enquiryfrm .form-control{
    height: 47px;
}
.enquiryfrm .btn.btn-primary{
    background: #cc0001;
    padding: 9px 0;
    border: none;
}
button.btn.btn-primary {
    padding: 0;
    display: block;
    width: 113px;
    text-align: center;
}
.enquiryfrm textarea.form-control {
    height: auto;
}

/*------------------------ product page area css ------------------------------*/
.img_box {
    background: #d9d9d9;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    height: 230px;
    margin-bottom: 1.25rem;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(204 0 1 / 67%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.img_box:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.overlay a {
    color: #fff !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 155px;
    font-size: 13px;
    background: #000000 !important;
    border: 3px solid #ffffff !important;
    font-weight: 700;
}
.overlay:hover .img_box a {
    display: block;
}
.img_box h4 {
    text-align: center;
    margin: 15px 0 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    background: #fff;
    padding: 8px 0;
}
.img_box img{
    height: 160px;
}
/*--------------------------- safety india page css -------------------------*/
.Safety-sec img {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    max-width: 214px;
    padding: 3px;
    border: 1px solid #ccc;
}
.red-bg-heading {
    background: #cc0001;
    font-weight: 300;
    display: inline-block;
    margin: 0px 0 12px 1px;
    padding: 5px 10px;
    vertical-align: top;
    color: #fff;
    font-size: 17px;
}

/*-------------------------- product enquiry page css ----------------------*/
.productenquiry h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 37px 0 0;
}
.productenquiry form select, input{
    border: 2px solid #e1e1e1;
    margin: 8px 0 10px;
    appearance: auto;
}
.productenquiry form label{
    color: #b50000;
}
.productenquiry form .checkbox{
    height:  auto;
}
.productenquiry #submit {
    background: #333;
    height: 34px;
    margin: 0 1px 0 0;
    padding: 0 9px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}
.productenquiry #btnreset{
    background: #333;
    height: 34px;
    margin: 0 1px 0 0;
    padding: 0 9px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/*-------------------------------- contact us page css ------------------------*/
.contactinfo {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 3px 1px rgb(221, 221, 221);
    margin: 20px 0 26px;
    padding: 15px;
}
.contactinfo img {
    float: left;
    margin-top: 10px;
    max-width: 70px;
    margin-right: 15px;
}
.contactinfo h3 {
    font-size: 20px;
    margin: 5px 0px;
}
.contactinfo p {
    text-align: left !important;
    line-height: 18px;
}

/*--------------------------- social side fixed area css -------------------------*/
.social-side {
    display: block;
    bottom: 28%;
    right: -258px;
    position: fixed;
    z-index: 1040;
    width: 309px;
}
.social-side ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.social-side ul li {
    display: block;
    margin: 5px;
    background-color: rgba(255, 0, 13, 0.87);
    padding: 10px;
    border-radius: 30px 0 0 30px;
    transition: all 1s;
    height: 48px;
}
.social-side ul li a {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 45px;
    line-height: 29px;
}
.social-side ul li i {
    text-align: center;
    margin-left: 14px;
    color: black;
    background-color: white;
    padding: 9px 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    transform: rotate(0deg);
    position: absolute;
    left: 0;
}
.social-side ul li.whatsapp:hover {
    background-color: #3eb103;
}
.social-side ul li.facebook:hover {
    background-color: #0515c8;
}
.social-side ul li.twitter:hover {
    background-color: #04aee7;
}
.social-side ul li.instagram:hover {
    background-color: #b10397;
}
.social-side ul li.youtube:hover {
    background-color: #cf0202;
}
.social-side ul li:hover {
    transform: translatex(-110px);
}
.social-side ul li:hover i {
    transform: rotate(360deg);
    transition: all 1s;
}
.faq .nav-tabs .nav-link {
    color: #000;
    padding: 5px 9px;
    font-size: 14px;
}
.faq .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #b50000;
}
.network .btn-primary {
    background: #cc0001;
    border: 1px solid #fff;
    margin: 2rem 0 0;
}
.address_center.dealer .inner_box{
    margin: 0 0 54px;
}
.carousel-indicators{
    display: none;
}
.address_center .inner_box {
    border: 1px solid #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    position: relative;
    padding: 40px;
    background: #f6f6f6;
    height: 572px;
    margin: 0 0 57px;
}