/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.wa__btn_popup {
    bottom: 90px !important;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    right: 30px;
    z-index: 999999999;
}
div#header-secondary-outer {
    display: none;
}
.mobile-topbar {
    display: none;
    background: #000;
    padding: 10px 12px;
}
.quote-form select, .quote-form input {
    margin: 5px 0 !important;
}
.quote-form .row {
    padding: unset !important;
}
.quote-form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
}
.cnt-img {
    min-height: 601px;
    object-fit: cover;
}
a.uncategorized {
    display: none !important;
}
div#single-below-header {
    display: none !important;
}
.post-area.col.span_12.col_last {
    display: none !important;
}
.comments-section {
    display: none !important;
}
.nectar-social.fixed {
    display: none !important;
}

/* header css */
header#top {
    background: #000;
    padding: 0px 0 3px 0 !important;
}
li#menu-item-18 span {
    text-align: right;
}
li#menu-item-18 i {
    background: #D81227;
    position: absolute;
    right: -80px;
    width: 60px;
    height: 70px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-size: 30px !important;
    line-height: 38px !important;
    border-radius: 6px !important;
    color: #fff;
}
li#menu-item-18 a {
    color: #fff !important;
    font-family: 'Barlow' !important;
}
li#menu-item-20 span {
    text-align: left;
}
li#menu-item-20 i {
    background: #D81227;
    position: absolute;
    left: -80px;
    width: 60px;
    height: 70px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-size: 30px !important;
    line-height: 38px !important;
    border-radius: 6px !important;
    color: #fff;
}
li#menu-item-20 a {
    color: #fff !important;
    font-family: 'Barlow' !important;
}
nav ul li a {
    color: #fff !important;
}
/* banner css */

div#banner-inner .blk-col .vc_column-inner {
    background: #000;
    padding: 15px 40px !important;
}
div#main-banner h1, div#main-banner h3 {
    color: #fff;
}
div#main-banner ul li {
    list-style: none !important;
    position: relative;
    padding: 10px 0 !important;
    font-family: 'Barlow' !important;
    font-size: 19px !important;
    line-height: 27px !important;
    color: #fff;
}
div#main-banner ul li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome' !important;
    left: -30px;
    border: 1px solid #fff;
    border-radius: 60px;
    height: 24px;
    width: 24px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #fff;
    bottom: 10px;
}
#red-btn {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 32px !important;
    font-family: 'Barlow' !important;
    padding: 20px 20px !important;
    background: #D81227 !important;
    color: #fff !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: all 0.4s ease !important;
}
#red-btn::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255,255,255,0.2) !important;
    transform: skewX(-45deg) !important;
    transition: all 0.5s ease !important;
    z-index: 2 !important;
}
#red-btn::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border: 2px solid #fff !important;
    opacity: 0 !important;
    transform: scale(0.8) !important;
    transition: all 0.4s ease !important;
    z-index: 0 !important;
}
#red-btn:hover {
    background: #a50d1c !important;
    transform: scale(1.05) !important;
    box-shadow: 0 10px 25px rgba(216,18,39,0.6) !important;
}
#red-btn:hover::before {
    left: 120% !important;
}
#red-btn:hover::after {
    opacity: 1 !important;
    transform: scale(1) !important;
}
/* Scrooll sec */
div#scroll-sec .row-bg {
    background: #D81227;
}
div#scroll-sec .nectar-scrolling-text.text_space_medium {
    color: #fff !important;
    font-size: 22px;
    line-height: 30px !important;
    font-family: 'Barlow' !important;
}
.customer-services {
    position: relative;
    margin-left: 110px;
}

.customer-services:before {
    position: absolute;
    content: '\f095';
    font-family: 'FontAwesome';
    left: -106px;
    background: #D81227;
    height: 90px;
    width: 90px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border-radius: 10px;
    color: #fff;
}
.customer-services p {
    padding: unset !important;
    color: #0000008c;
}
.customer-services a {
    color: #000;
    font-size: 20px;
    line-height: 28px !important;
    font-weight: bold;
    font-family: 'Barlow' !important;
}
div#mobile-tyre h2 {
    color: #D81227;
}
div#mobile-tyre input#postcode {
    padding: 20px;
    background: unset !important;
    border: 1px solid #000;
    margin-bottom: 20px;
    border-radius: 10px;
}
div#mobile-tyre img {
    width: 100%;
}
/* services sec */
div#main-services h4 {
    text-align: center;
    color: #000;
}
div#main-services h6 {
    text-align: center;
    color: #D81227;
}
div#services-box img {
    position: absolute;
    right: 0;
    bottom: 0;
}
div#services-box p {
    max-width: 310px;
    color: #333333;
}
div#services-box #red-btn {
    width: unset !important;
    padding: 14px 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#services-box .vc_column-inner {
    background: #fff;
    padding: 30px;
}
div#main-services .row-bg {
    background: #F1F1F1;
}
div#services-box h5 {
    color: #000;
}
#main-services .type-blk p {
    text-align: center;
}
/* step css */
div#step-sec .row-bg {
    background: #000;
}

div#step-sec {
    padding: 100px 0 !important;
}

div#step-sec h6 {
    text-align: center;
    color: #D81227;
}

div#step-sec h4 {
    text-align: center;
    color: #fff;
}
.orange {
    color: #D81227;
    font-size: 48px;
    line-height: 56px;
    font-family: 'Barlow' !important;
    font-weight: bold;
}

div#for-step h6 {
    text-align: left !important;
    color: #fff;
}

div#for-step p {
    color: #DDDDDD;
}
div#step-sec .customer-services {
    max-width: 389px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 110px !important;
    border-radius: 10px;
}
div#step-sec .customer-services:before {
    position: absolute;
    content: '\f095';
    font-family: 'FontAwesome';
    left: 14px;
    background: #D81227;
    height: 80px;
    width: 80px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 10px;
    color: #fff;
}
div#logos-slide p {
    text-align: center;
}
.flex-col .wpb_wrapper {
    display: flex;
    justify-content:center;
  
    gap:10px;
}
div#mobile-tyre.text-color h2 {
    color: #000;
}
div#logos-slide h4 {
    text-align: center;
    color:#000;
}
div#logos-slide .row-bg {
    background: #F2F2F2;
}
/* reviews sec */
div#reviews-sec .carousel-item {
    background: #f5575782;
    padding: 30px;
    margin-left: 10px;
    backdrop-filter: blur(2px);
    border-radius: 20px;
}
div#reviews-sec p {
    color: #DDDDDD;
}
div#reviews-sec h6 {
    color: #fff;
}
div#reviews-sec .nectar-star-rating__icon.size-5:before {
    content: "\e907 \e907 \e907 \e907 \e907";
    color: #FB8C00;
}
div#reviews-sec .wpb_text_column.wpb_content_element {
    margin-bottom: 4px;
}
div#reviews-sec .google-image {
    position: absolute !important;
    bottom: -60px;
}
div#reviews-sec .owl-stage-outer {
    padding-top: 100px;
}
div#reviews-sec .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
}
div#reviews-sec .owl-nav button.owl-prev, div#reviews-sec .owl-nav button.owl-next {
    background: #fff !important;
    border: unset !important;
    color: #000 !important;
    font-size: 30px !important;
    line-height: 38px !important;
    width: 40px;
    height: 40px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
#white-btn {
    display: flex;
    justify-content: center;
    max-width: 240px;
    margin: 0 auto;
    background: #fff !important;
    color: #000;
    font-size: 20px;
    line-height: 28px !important;
    padding: 18px 20px !important;
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
    transition: all 0.5s !important;
}
#white-btn:hover {
    background: #000 !important;
    transition: all 0.5s !important;
    color: #fff !important;
}
/* why css */
div#icon-sec img {
    width: 15%;
}
div#icon-sec {
    text-align: center;
}
div#icon-sec .vc_column-inner {
    border: 1px solid #0000004f;
    padding: 50px;
    border-radius: 10px;
}
div#icon-sec h6 {
    color: #000;
    font-size: 17px;
    line-height: 25px;
}
/* map sec */
div#map-sec .location-list {
  column-count: 3;
  column-gap: 40px;
  list-style: disc;
  padding-left: 20px;
  color: #fff;
}
div#map-sec .location-list li {
  margin-bottom: 10px;
}
div#map-sec .row-bg {
    background: #870311;
}
div#map-sec h2 {
    text-align: center;
    color: #fff;
}
#basic-sld #red-btn {
    width: unset !important;
}
div#basic-sld h2 {
    color: #000;
}
div#basic-sld .row-bg {
    background: #F6F6F6;
}
/* faq css */
div#faq-sec .toggle.default a {
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: 'Barlow' !important;
    font-weight: 900 !important;
    color: #242424 !important;
    padding: 20px !important;
}
div#faq-sec .toggle.default.open {
    border: 1px solid #000;
}
div#faq-sec .toggle.default {
    border: 1px solid #000 !important;
    margin: 20px 0 !important;
    border-radius: 10px;
}
div#faq-sec .inner-toggle-wrap {
    padding: 0px 0px 10px 23px !important;
    color:#333333;
}
div[data-style*=minimal] .toggle>.toggle-title i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px !important;
    left: auto;
    top: 50%;
    margin-top: -15px;
    border: 2px solid #888;
    border-radius: 30px 30px;
    -ms-transition: border-color .15s ease;
    transition: border-color .15s ease;
    -webkit-transition: border-color .15s ease;
}
div#faq-sec h2 {
    text-align: center;
    color: #000;
}
/* get css */
div#get-sec {
    background: linear-gradient(45deg, #EB1A30, #8F111F);
    padding: 30px 30px 0px 30px !important;
}
div#get-sec h2 {
    color: #fff;
}
div#get-sec .txt-blk p {
    max-width: 290px;
    color: #fff;
}
div#get-sec .form-class input, div#get-sec .form-class textarea {
    background: transparent !important;
    border: 1px solid #fff;
}
div#get-sec .form-class select {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
div#get-sec .form-class ::placeholder {
    color: #fff !important;
}
/* inner-pages css */
div#about-banner {
    padding: 260px 0 !important;
}
.blk-txt {
    background: #000000b8;
    position: relative;
    top: 260px;
}
div#about-banner h2 {
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 500;
}
div#emer-sec #red-btn {
    width: unset !important;
}
div#emer-sec ul li {
    list-style: none !important;
    font-family: 'Barlow' !important;
    font-weight: bold;
}
div#emer-sec ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
div#emer-sec h2 {
    color: #000;
}
div#text-content h5 {
    color: #000;
}
div#lot-list ul {
    column-count: 4;
}

div#lot-list ul li {
    padding: 12px 0 !important;
    color: #000;
}
div#about-banner.without-bg {
    padding: unset !important;
}
div#tab-sec img {
    width: 100%;
}
div#about-banner.without-bg .blk-txt {
    background: #000000b8;
    position: relative;
    top: 0px;
}
div#tab-sec .wpb_tabs_nav.ui-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#tab-sec .wpb_tabs_nav.ui-tabs-nav a.active-tab {
    padding: 14px 40px !important;
}
div#tab-sec .wpb_tabs_nav.ui-tabs-nav a {
    padding: 14px 40px !important;
}
div#blog-sec p {
    color: #000;
}
div#blog-sec {
    border: 1px solid #00000059;
    padding: 20px !important;
}
div#blog-sec img {
    width: 100%;
}
/* css */
div#contact-sec .contact-info {
  padding: 20px;
  max-width: 500px;
}
div#contact-sec .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
div#contact-sec .icon {
  width: 50px;
  height: 50px;
  border: 1px solid red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
div#contact-sec .icon i {
  color: red;
  font-size: 18px;
}
div#contact-sec .text h4 {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
div#contact-sec .text p {
  margin: 5px 0 0;
  color: #fff;
  font-size: 14px;
}
div#contact-sec .text a {
  color: #fff !important;
  text-decoration: none;
}
div#contact-sec .text a:hover {
  color: red;
}
div#contact-sec .row-bg {
    background: #000;
}
div#contact-sec .wht-col .vc_column-inner {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
div#contact-sec .wht-col .vc_column-inner h3 {
    color: #464646;
}
div#contact-sec .social-icons i {
    background: #D81227;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
     color:#fff;
}
div#contact-sec .social-icons {
    display: flex;
    gap: 10px;
    margin: 0;
}
div#contact-sec .social-icons li {
  list-style:none;
}

div#contact-sec h4 {
    color: #fff;
}

/* ft css */
div#main-ft .row-bg {
    background: #000;
}
div#footer-widgets {
    display: none !important;
}
div#footer-outer {
    display: none !important;
}
div#main-ft {
    padding: 100px 0 50px 0  !important;
}
div#main-ft ul li {
    list-style: none !important;
    padding: 5px 0 !important;
}
div#main-ft ul {
    margin: 0;
}
div#main-ft .social-icons {
    display: flex;
    gap: 10px;
}
div#main-ft .end-list {
    display: flex;
    gap: 40px;
}
div#main-ft a {
    color: #fff;
}
div#main-ft .contact-info img {
    position: absolute;
    left: -4px;
    margin: 7px 0px !important;
}
div#main-ft .contact-info li {
    padding: 6px 0;
}
div#main-ft li {
    color: #fff;
}
div#main-ft p {
    color: #fff;
}
div#main-ft .use-col .vc_column-inner {
    padding-left: 70px;
}
div#main-ft .contact-info {
    margin-left: 24px !important;
}
div#main-ft h5 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}
div#main-ft .social-icons i {
    background: #D81227;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
div#ft-end {
    padding-top:60px;
}
/* Responsive start */
@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
div#main-ft a {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft ul li {
    list-style: none !important;
    padding: 5px 0 !important;
    font-size: 15px !important;
    line-height: 23px !important;
}	
div#services-box p {
    max-width: 310px;
    color: #333333;
    min-height: 141px;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
div#main-ft a {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft ul li {
    list-style: none !important;
    padding: 5px 0 !important;
    font-size: 15px !important;
    line-height: 23px !important;
}
#red-btn {
 font-size: 18px !important;
    line-height: 26px !important;
}
div#services-box h5 {
    color: #000;
    max-width: 160px;
}
div#services-box img {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 20%;
}
	div#services-box p {
    color: #333333;
    min-height: 100px;
    font-size: 15px !important;
    line-height: 23px !important;
}

    div#services-box h5 {
        color: #000;
        font-size: 15px;
        line-height: 23px !important;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
div#main-ft a {
    color: #fff;
    font-size: 11px !important;
    line-height: 19px !important;
}
div#main-ft ul li {
    list-style: none !important;
    padding: 5px 0 !important;
    font-size: 11px !important;
    line-height: 19px !important;
}
#red-btn {
 font-size: 18px !important;
    line-height: 26px !important;
}
div#services-box h5 {
    color: #000;
    max-width: 160px;
}
div#services-box img {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 20%;
}
	div#services-box p {
    color: #333333;
    min-height: 100px;
    font-size: 13px !important;
    line-height: 21px !important;
}

    div#services-box h5 {
        color: #000;
        font-size: 12px;
        line-height: 20px !important;
    }

nav ul li a {
    font-size: 12px !important;
    line-height: 20px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#step-sec .customer-services {
    max-width: 359px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 110px !important;
    border-radius: 10px;
}
div#mobile-tyre {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#icon-sec h6 {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
div#map-sec .location-list li {
    margin-bottom: 10px;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-ft h5 {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
div#main-ft {
    padding: 40px 0 30px 0 !important;
}
div#banner-inner .blk-col .vc_column-inner {
    background: #000;
    padding: 15px 10px !important;
}
	div#text-content li {
    font-size: 14px !important;
    line-height: 22px !important;
}
	div#emer-sec ul li a {
    font-size: 14px !important;
    line-height: 22px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
div#main-ft a {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft ul li {
    list-style: none !important;
    padding: 5px 0 !important;
    font-size: 15px !important;
    line-height: 23px !important;
}
#red-btn {
 font-size: 18px !important;
    line-height: 26px !important;
}
div#services-box h5 {
    color: #000;
    max-width: 160px;
}
div#services-box img {
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 15%;
}
	div#services-box p {
    color: #333333;
    min-height: 100px;
    font-size: 20px !important;
    line-height: 28px !important;
    max-width: 460px;
}

    div#services-box h5 {
        color: #000;
        font-size: 22px;
        line-height: 30px !important;
        max-width: unset !important;
    }

nav ul li a {
    font-size: 12px !important;
    line-height: 20px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#step-sec .customer-services {
    max-width: 359px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 110px !important;
    border-radius: 10px;
}
div#mobile-tyre {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#icon-sec h6 {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
div#map-sec .location-list li {
    margin-bottom: 10px;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-ft h5 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
div#main-ft {
    padding: 40px 0 30px 0 !important;
}
div#banner-inner .blk-col .vc_column-inner {
    background: #000;
    padding: 15px 10px !important;
}

div#header-outer {
    padding: unset !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 84px !important;
    }

div#main-banner {
    padding-top: 75px !important;
}
.cnt-img {
    min-height: 601px;
    object-fit: cover;
    width: 100% !important;
}
div#get-sec {
    background: linear-gradient(45deg, #EB1A30, #8F111F);
    padding: 30px 30px 30px 30px !important;
}
div#text-content li {
    font-size: 14px !important;
    line-height: 22px !important;
}
	div#emer-sec ul li a {
    font-size: 14px !important;
    line-height: 22px !important;
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){
div#main-ft a {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft ul li {
    list-style: none !important;
    padding: 5px 0 !important;
    font-size: 15px !important;
    line-height: 23px !important;
}
#red-btn {
 font-size: 18px !important;
    line-height: 26px !important;
}
div#services-box h5 {
    color: #000;
    max-width: 160px;
}
div#services-box img {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 15%;
}
	div#services-box p {
    color: #333333;
    min-height: 100px;
    font-size: 20px !important;
    line-height: 28px !important;
    max-width: 460px;
}

    div#services-box h5 {
        color: #000;
        font-size: 22px;
        line-height: 30px !important;
        max-width: unset !important;
    }

nav ul li a {
    font-size: 12px !important;
    line-height: 20px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#step-sec .customer-services {
    max-width: 359px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 110px !important;
    border-radius: 10px;
}
div#mobile-tyre {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#icon-sec h6 {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
div#map-sec .location-list li {
    margin-bottom: 10px;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-ft h5 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
div#main-ft {
    padding: 40px 0 30px 0 !important;
}
div#banner-inner .blk-col .vc_column-inner {
    background: #000;
    padding: 15px 10px !important;
}

div#header-outer {
    padding: unset !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 84px !important;
    }

div#main-banner {
    padding-top: 75px !important;
}
 .cnt-img {
        min-height: 351px;
        object-fit: cover;
        width: 50% !important;
        bottom: 26px;
    }
.bus-mg {
    position: absolute !important;
    right: 0px;
    bottom: 207px;
    width: 46% !important;
}
.lg-logo {
    margin: unset !important;
    position: absolute !important;
    right: 0;
    width: 50% !important;
    bottom: 54px;
}
div#get-sec {
    background: linear-gradient(45deg, #EB1A30, #8F111F);
    padding: 30px 30px 30px 30px !important;
}
div#main-ft .use-col .vc_column-inner {
    padding-left: 0px !important;
}
div#main-ft .end-list {
    display: flex;
    gap: 26px;
}
	div#text-content li {
    font-size: 14px !important;
    line-height: 22px !important;
}
	div#emer-sec ul li a {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#emer-sec ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 0;
}
	header#top {
    background: #000;
    padding: 24px 0 !important;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){
div#main-ft a {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-ft ul li {
    list-style: none !important;
    padding: 5px 0 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
#red-btn {
 font-size: 18px !important;
    line-height: 26px !important;
}
div#services-box h5 {
    color: #000;
    max-width: 160px;
}
div#services-box img {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 15%;
}
	div#services-box p {
    color: #333333;
    min-height: 100px;
    font-size: 20px !important;
    line-height: 28px !important;
    max-width: 460px;
}

    div#services-box h5 {
        color: #000;
        font-size: 17px;
        line-height: 25px !important;
        max-width: unset !important;
    }

nav ul li a {
    font-size: 12px !important;
    line-height: 20px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#step-sec .customer-services {
    max-width: 359px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 100px !important;
    border-radius: 10px;
}
div#mobile-tyre {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#icon-sec h6 {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
div#map-sec .location-list li {
    margin-bottom: 10px;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-ft h5 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
div#main-ft {
    padding: 40px 0 30px 0 !important;
}
div#banner-inner .blk-col .vc_column-inner {
    background: #000;
    padding: 15px 10px !important;
}

div#header-outer {
    padding: unset !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 84px !important;
    }

div#main-banner {
    padding-top: 35px !important;
}
.cnt-img {
    min-height: 601px;
    object-fit: cover;
    width: 100% !important;
}
div#get-sec {
    background: linear-gradient(45deg, #EB1A30, #8F111F);
    padding: 30px 30px 30px 30px !important;
}
div#main-ft .use-col .vc_column-inner {
    padding-left: 0px !important;
}
div#main-ft .end-list {
    display: flex;
    gap: 8px;
}
div#logos-slide h4 {
    text-align: center;
    color: #000;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#reviews-sec .google-image {
    position: absolute !important;
    bottom: 21px;
    width: 60%;
}
div#faq-sec .toggle.default a {
    font-size: 12px !important;
    line-height: 20px !important;
    font-family: 'Barlow' !important;
    font-weight: 900 !important;
    color: #242424 !important;
    padding: 14px !important;
    max-width: 220px;
}

div#faq-sec {
    padding-bottom: 20px !important;
}
div#text-content li {
    font-size: 14px !important;
    line-height: 22px !important;
}
.form-class .row {
    padding: unset !important;
}
div#emer-sec ul li a {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#emer-sec ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 0;
}
	 .cnt-img {
        min-height: 250px;
        object-fit: cover;
        width: 50% !important;
        bottom: 26px;
    }
.bus-mg {
    position: absolute !important;
    right: 0px;
    bottom: 164px;
    width: 46% !important;
}
.lg-logo {
    margin: unset !important;
    position: absolute !important;
    right: 0;
    width: 50% !important;
    bottom: 58px;
}
div#header-secondary-outer {
    display: flex !important;
    background: #000000;
    align-items: center;
    height: unset !important;
    min-height: 100px !important;
    padding: 15px;
}

div#header-outer {
    background: #000;
    
}

body.material #header-secondary-outer .nectar-center-text {
    padding: unset !important;
    position: unset !important;
    transform: unset;
    text-align: left;
    display: flex;
    align-items: center !important;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-left: 40px;
    margin-top: 20px;
}




div#header-secondary-outer .container {
    max-width: unset !important;
    width: 100%;
    display: flex;
    justify-content: left;
}

div#header-secondary-outer .container .sec-header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center !important;
}

div#header-secondary-outer .container .sec-header .text {
    display: flex;
    flex-direction: column;
}

    div#header-secondary-outer .container .sec-header i {
        background: #D81227;
        color: #fff;
        height: 70px;
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 30px;
        line-height: 38px !important;
    }

div#header-secondary-outer .container .sec-header .text strong {
    font-size: 24px;
    line-height: 32px !important;
    color: #fa292b;
}
a#logo img {
    margin-left: 40px !important;
}	
}