body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
section{
    padding: 50px 0;
}
section.product-sec-list  {
  overflow: hidden;
}
.container{
    max-width: 1140px;
}

.fast-nav{
    background: linear-gradient(110deg, #003c71 30%, #faab54 20%);
}


.fast-nav .container-fluid {
    max-width: 1440px;
}
.fast-nav .navbar-brand{
    padding: 0;
    margin: 0;
}
.fast-nav .navbar-brand img{
       max-width: 350px;
    height: 69px;
    object-fit: contain;
    width: 100%;
}
.fast-nav .navbar-nav li{
    margin: 0 12px;
}
.fast-nav .navbar-nav a{
    font-weight: 500;
    font-size: 15px;
    color: rgb(0,83,160);
    padding: 0 !important;
}

.fast-nav .navbar-nav a.active{
    color: #fff;
    border-bottom: 2px solid #fff;
}

.fast-nav .navbar-nav a.btn{
    border-radius: 20px;
    background-color: #003c71;
    color: #fff;
    padding: 10px 15px !important;
    line-height: 12px;
}
.fast-nav .navbar-nav .dropdown-menu   {
    padding: 0;
    min-width: 40px;
}
.fast-nav .navbar-nav .dropdown-menu li {
    margin: 0px;
}
.fast-nav .navbar-nav .dropdown-menu .dropdown-item{
    line-height: 24px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 10px !important;
    background-color: unset;
    transition: all .3s;
}
.fast-nav .navbar-nav .dropdown-menu .dropdown-item:hover{
    color:#faab54;
}



.banner-form-sec{
    padding: 100px 0 200px;
    position: relative;
}
.banner-form-sec::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/banner.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .3;
    z-index: -1;
}
.banner-fom-cntr{
    max-width: 800px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #000;
    margin: 0 auto;
}

.banner-fom-cntr .nav-pills .nav-link{
font-size: 16px;
line-height: 28px;
    background-color: #faab54;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
}
.banner-fom-cntr .nav-pills .nav-link.active {
    background-color: #003c71;
    color: #fff;
    }

    .banner-fom-cntr .nav-pills li:nth-child(1) .nav-link {
        border-radius: 20px 0px 0px 0px;
      }
      .banner-fom-cntr .nav-pills li:nth-child(5) .nav-link {
        border-radius: 0px 20px 0px 0px;
      }

      .banner-fom-cntr .tab-pane{
        border-radius: 0px 0px 20px 20px;
        padding: 15px  ;
      }

      .banner-fom-cntr form .btn{

      width: auto;
      font-size: 15px;
      height: auto;
      line-height: normal;
      text-align: center;
      background: #003c71;
      border-width: 1px;
      border-color: #003c71;
      border-style: solid;
      color: #ffffff;
      cursor: pointer;
      font-weight: normal;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      text-shadow: none;
      padding: 6px 0;
      width: 100%;
      max-width: 135px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-shadow: 0 1px 1px rgba(0,83,160,0.79);
      -webkit-box-shadow: 0 1px 1px rgba(0,83,160,0.79);
      box-shadow: 0 1px 1px rgba(0,83,160,0.79);
      vertical-align: middle;
    }

    .banner-fom-cntr form .btn.btn-main{
        padding: 10px 20px;
      }


      .banner-fom-cntr form i {
        position: absolute;
        left: 5px;
        top: 0;
        font-size: 20px;
        height: 100%;
        line-height: 38px;
    }
    .banner-fom-cntr form label span{
        color: red;

    }
    .form-logos {
        padding: 20px 0;
    }
    .form-logos img{
        max-width: 600px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }


      .banner-fom-cntr .tbs-secnd li .nav-link {
        border-radius: 0 !important;
      }

      .banner-fom-cntr .form-select, .banner-fom-cntr .form-control{
        font-size: 14px;
      }


      .banner-fom-cntr .form-label{
        font-size: 14px;
      }
      .form-collps h4{
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #444;
      }
      .form-collps h4.collapsed::after{
        content: "\ea4e";
        position: absolute;
        font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
      }

      .form-collps h4[aria-expanded="true"]::after{
        content:  "\ea78";
        position: absolute;
        font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
      }



.banner-sec2{
    padding: 0;
    margin-top: -100px;
}



   .our-spec{

      padding: 25px 25px 25px 25px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #CCCCCC;
    text-align: center;
       height: 170px;
}

.sec-title{
    position: relative;
    text-align: center;
    color: #003c71;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.sec-title::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 3px;
    background-color: #faab54;
    left: calc(50% - 100px);
    bottom: 0;
}
.sec-title2{
    position: relative;
    color: #003c71;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.sec-title2::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 3px;
    background-color: #faab54;
    left: calc(50% - 100px);
    bottom: 0;
}
.sec-title3{
    position: relative;
    color: #003c71;
    font-size: 29px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.sec-title3::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 3px;
    background-color: #faab54;
    left: calc(50% - 100px);
    bottom: 0;
}




.our-spec i{
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #EF9D2D;
    font-size: 50px;
    text-align: center;
    margin-bottom: 15px;
}
.our-spec p{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #0051A2;
}

.latest-promo-list{
    box-shadow: 5px 25px 31px -28px rgba(0,0,0,0.5);
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #D4D5D5;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 30px;
}

.latest-promo-list img{
    display: block;
}

.home-about{
position: relative;

}
.home-about::after{

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg2.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.3;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: -1;
    filter: brightness( 137% ) contrast( 100% ) saturate( 100% ) blur( 9.6px ) hue-rotate( 0deg );
    }


    .home-about .carousel-indicators {
        bottom: -50px;
    }
    .home-about .carousel-indicators [data-bs-target] {
        width: 6px;
        height: 6px;
        padding: 0;
        margin-right: 6px;
        margin-left: 6px;
        background-color: #000;
        border-radius: 50%;
    }
    .home-about p{
        color: #000;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 1.6em;
        line-height: 25px;
    }

    .quality-list {
        position: relative;
        max-width: 204px;
        margin: 15px auto;
    }
    .quality-list img.img-bg{
        border-radius: 30px 30px 30px 30px;
        width: 204px;
        height: 204px;
    }

    .quality-list a.icon-cntr{

        width: 85px;
        height: 108px;
        transform: skew(345deg);
        background-color: #8A2981;
        display: block;
        margin: -90px auto 0;
        padding: 5px;
        border-radius: 10px 10px 10px 10px;
    }


    .quality-list a svg{
        transform: skew(11deg);
        width: 100%;
        height: 100%;
    }
    .quality-list a img.svg-ic{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: skew(11deg);
    }

.quality-list h3{
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0 0px;
    text-align: center;
}
.quality-list h3 a {
    color: #243793;
    text-decoration: none;
}
.quality-list p   {
    color: #faab54;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.quality-list a.icon-cntr.clr-2{
    background-color: #0D72B9;
}
.quality-list a.icon-cntr.clr-3{
    background-color: #60B944;
}
.quality-list a.icon-cntr.clr-4{
    background-color: #E23940;
}
.quality-list a.icon-cntr.clr-5{
    background-color: #00ACD4;
}

.home-quality a.btn {
    border-radius: 20px;
    background-color: #faab54;
    color: #fff;
    padding: 0.7rem 1rem;
    display: inline-block;
    margin: 15px auto 15px;
    max-width: 200px;
    width: 100%;
}
.home-choose {
    background-color: #C8C8C8;
    padding: 25px 0;
    position: relative;
}
.home-choose::after {
    content: '';
    position: absolute;
    background-image: url(../img/logo.png);
    background-position: 42px bottom;
    background-repeat: no-repeat;
    opacity: 0.29;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    filter: brightness( 0% ) contrast( 100% ) saturate( 100% ) blur( 7px ) hue-rotate( 0deg );
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home-choose .container {
    position: relative;
    z-index: 1;
}


.choose-list{
    position: relative;
    margin: 30px 0;
    display: inline-block;
}
.choose-list h5{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #003c71;
}
.choose-list p{
    color: #1D1C1C;
    margin: 0;
    text-align: justify;
    line-height: 1.8;
    font-size: 14px;
}
.home-choose img{
    max-width: 320px;
    display: block;
    margin: 0 auto;
}
.count-1::after{
    content: '01';
    position: absolute;
    left: 0;
    top: -55px;
    font-size: 72px;
    color: #a09b8e61;
    font-weight: 800;
    width: 90px;
    height: 90px;
}

.count-2::after{
    content: '02';
    position: absolute;
    left: 0;
    top: -55px;
    font-size: 72px;
    color: #a09b8e61;
    font-weight: 800;
    width: 90px;
    height: 90px;
}
.count-3::after{
    content: '03';
    position: absolute;
    left: 0;
    top: -55px;
    font-size: 72px;
    color: #a09b8e61;
    font-weight: 800;
    width: 90px;
    height: 90px;
}
.count-4::after{
    content: '04';
    position: absolute;
    left: 0;
    top: -55px;
    font-size: 72px;
    color: #a09b8e61;
    font-weight: 800;
    width: 90px;
    height: 90px;
}
.count-5::after{
    content: '05';
    position: absolute;
    left: 0;
    top: -55px;
    font-size: 72px;
    color: #a09b8e61;
    font-weight: 800;
    width: 90px;
    height: 90px;
}
.count-6::after{
    content: '06';
    position: absolute;
    left: 0;
    top: -55px;
    font-size: 72px;
    color: #a09b8e61;
    font-weight: 800;
    width: 90px;
    height: 90px;
}

.count-7::after{
    content: '07';
    position: absolute;
    left: 0;
    top: -55px;
    font-size: 72px;
    color: #a09b8e61;
    font-weight: 800;
    width: 90px;
    height: 90px;
}

.count-8::after{
    content: '08';
    position: absolute;
    left: 0;
    top: -55px;
    font-size: 72px;
    color: #a09b8e61;
    font-weight: 800;
    width: 90px;
    height: 90px;
}

.count-9::after{
    content: '09';
    position: absolute;
    left: 0;
    top: -55px;
    font-size: 72px;
    color: #a09b8e61;
    font-weight: 800;
    width: 90px;
    height: 90px;
}

.count-10::after{
    content: '10';
    position: absolute;
    left: 0;
    top: -55px;
    font-size: 72px;
    color: #a09b8e61;
    font-weight: 800;
    width: 90px;
    height: 90px;
}

 

.home-fleet img{
    height: 550px;
    object-fit: cover;
}

.home-fleet p{
    color: #1D1C1C;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.home-fleet ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.home-fleet ul li{
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    padding: 25px 0;
    display: block;
    border-bottom: 1px solid #000;
}
.home-fleet ul li i{
    margin-right: 10px;
}
.home-fleet ul li{
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    padding: 25px 0;
    display: block;
    border-bottom: 1px solid #000;
}
.home-fleet ul li:nth-child(4) {
    border-bottom:0;
  }



.home-testi{
    position: relative;
}
.home-testi::after{
    content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  /* background-image: url(https://fasttrackemarat.com/wp-content/uploads/2022/07/testimonial.png); */
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 12% auto;
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: -1;
}

.test-list{
    border: 1px solid #000;
    border-radius: 5px;
    padding: 20px;
    margin: 0 15px;
}
.test-list p{
    color: #003c71;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
}
.test-list h5{
    color: #003c71;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.test-list span i{
    color: #faab54;
}
.home-testi .slider-nav {
    background-position: 101% 112%;
    background-image: url(../img/Screenshot-2022-07-14-133725.jpg);
    background-repeat: no-repeat;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
    padding-bottom: 20px;
}
.home-testi .slider-nav .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-weight: 900;
    font-size: 22px;
    top: 42%;
    color: #666;
}

.home-testi .slider-nav .slick-arrow.prev-arrow{
    left: -20px;
}
.home-testi .slider-nav .slick-arrow.next-arrow{
    right: -20px;
}

.elementor-divider{
    width: 200px;
    margin: 0 auto;
    height: 3px;
    background-color: #faab54;
}

.sec-title4 {
    position: relative;
    color: #003c71;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.home-testi .slick-dots{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.home-testi .slick-dots li{
    display: inline-block;
}
.home-testi .slick-dots li button{
    font-size: 0;
    border: 0;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
    margin: 0 6px;
    padding: 0;
}
.home-testi .slick-dots li.slick-active button{
    opacity: 1;
} 

.home-faq{
    position: relative;
    padding-top: 130px;
}
.home-faq::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 220px;
    width: 100%;
    z-index: -1;
    background-color: #faab54;
}
.home-faq-test{
    box-shadow: 15px -27px 15px -21px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 25px 25px 25px;
    background-color: #fff;
}

.home-faq img {
    box-shadow: 11px -55px 16px -52px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
}

.home-faq-test h5{
    color: #626F8F;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}

.home-faq .accordion-item{
    box-shadow: 6px 0px 25px 0px rgba(0, 0, 0, 0.13);
    margin-bottom: 22px;
    border: 0;
}
.home-faq .accordion-item .accordion-button{
    border: 0;
    box-shadow: none;
    background: unset;
    color: #263788;
    font-weight: 500;
    padding-left: 50px;
}

.home-faq .accordion-body{
    font-weight: 400;
    border-width: 0px;
    color: #62718D;
    font-size: 17px;
    line-height: 26px;
}
.home-faq .accordion-button::after {
    left: 18px;
    position: absolute;
}

.home-faq a.btn{
    border-radius: 20px;
    background-color: #faab54;
    color: #fff;
    padding: 0.7rem 1rem;
    display: inline-block;
    margin: 25px auto 0;
    max-width: 200px;
    width: 100%;
}
.home-location{
    position: relative;
}

.sec-title5 {
    color: #003c71;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.sec-title5::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 3px;
    background-color: #faab54;
    left: calc(50% - 100px);
    bottom: 0;
}
.home-location  {
    padding-bottom: 20px;
}
.home-location iframe{
    width: 100%;
    height: 440px;
}
footer{
    background-color: #003c71;
    padding: 40px 0px ;
}
.foot-left a{
    font-size: 12px;
    font-weight: 500;
    background-color: #00000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #faab54;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 24px;
    display: inline-block;
    color: #fff!important;
    fill: #fff;
}
.foot-left p{
    text-align: left;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 400;
    margin: 35px 0 0;
}
.foot-left span{
    text-align: left;
    color: #979393;
    font-size: 10px;
    font-weight: 400;
}
.foot-center  {
    text-align: center;
}
.foot-center h3{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
}
.foot-center h3::after{
    content: '';
    position: absolute;
    bottom: 1px;
    width: 66px;
    left: calc(50% - 33px);
    background-color: #faab54;
    height: 1px;
}
.foot-center .eapps-social-icons-item{
    border-color: transparent;
    box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 2px 6px rgba(0,0,0,0.28);
    width: 40px;
    height: 40px;
    margin: 5px;
    border-width: 2px;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
}
.foot-center .eapps-social-icons-item svg{
fill: #fff;
    width: 20px;
    height: 20px;
}
.foot-center .eapps-social-icons-item-facebook  {
    background-color: #3e68c0;
}
.foot-center .eapps-social-icons-item-instagram{
    background-image: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);

}

.foot-right h3{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
}
.foot-right h3::after{
    content: '';
    position: absolute;
    bottom: 1px;
    width: 66px;
    left: calc(50% - 33px);
    background-color: #faab54;
    height: 1px;
}




.scrollTop {

    opacity: 0;
    transition: all 0.4s ease-in-out 0s;


    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;

    z-index: 999;

    color: #fff;
    background-color: #16181a;
  }
  .scrollTop:hover {

  background-color: rgb(0,83,159);
  }
  .scrollTop a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 100%;
  }

  .fixed-icon{
    width: 45px;
    right: 0;
    text-align: right;
    transform: translateY(-50%);
    top: 50%;
    position: fixed !important;
    z-index: 1000000 !important;
  }

  .fixed-icon .eapps-social-icons-item{
    box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 2px 6px rgba(0,0,0,0.28);
    width: 40px;
    height: 40px;
    margin: 5px;
    border-width: 2px;
    border-radius: 50%;
    display: block;
    margin: 10px 0;
    text-align: center;
    line-height: 40px;
    padding:5px;
  }
  .fixed-icon .eapps-social-icons-item span{ 
    display: inline-block;
     
     
  }
  .fixed-icon .eapps-social-icons-item svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    display: block;
}

.fixed-icon .eapps-social-icons-item.icons-whatsapp{
    background-color: #13d25a;
  }
  .fixed-icon .eapps-social-icons-item.icons-item-phone{
    background-color: #33cc49;
  }

  .fixed-icon .eapps-social-icons-item.icons-facebook{
    background-color: #3e68c0;
  }
  .fixed-icon .eapps-social-icons-item.icons-instagram{
    background-image: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  }


/**** tyre page ***/


.tyre-form-cntr {
    border: 0;
}
.tyre-form-cntr .nav-pills li:nth-child(1) .nav-link {
    border-radius: 20px 0px 0px 0px !important;
}
.tyre-form-cntr .nav-pills li:nth-child(2) .nav-link {
    border-radius: 0 20px 0px 0px !important;
}
.tyre-form-cntr .nav-pills li .nav-link {
    border: 0px !important;
}
.tyre-form-sec::after {
    background-image: url(../img/LTF_7320-scaled.jpg);
    opacity: .5;
}

.why-tyre{
    background-color: #4563A0;
    padding: 0;
}
.why-tyre h3{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin:50px 0;
    text-align: center;
}
.why-tyre-cntr{
    background-color: #EF9D2D;
    height: 100%;
}
.why-tyre-cntr-main{
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
}
.why-tyre-list{
    text-align: center;
}
.why-tyre-list p{
    color: #2256A4;
    font-family: "Poppins", Sans-serif;
    font-size: 11px;
    font-weight: 600;
    margin: 15px 0 0;
}
.why-tyre-text {
    padding-top: 0;
}
.why-tyre-text h2{
    padding-top: 40px;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
}
.why-tyre-text p{
    color: #7A7A7A;
    font-size: 14px;
    line-height: 25px;
}
.why-tyre-text p a{
    color: rgb(0,83,159);
    text-decoration: none;
}
.why-tyre-text ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-tyre-text ul li{
    list-style: none;
    color: #54595F;
    font-size: 14px;
    line-height: 25px;
}
.why-tyre-text ul li i{
    margin-right: 5px;
}

.rela-list {
    padding: 10px 10px 10px 10px;
    background-image: url(../img/tyre-2.jpg);
    background-position: 0px 182px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.rela-list img {
    margin-bottom: 10px;
}
.rela-list p {
    color: #51585f;
    line-height: 1.8;
    font-size: 14px;
    height: 145px;
    overflow: hidden;
    margin: 20px 0 50px;
}


.rela-list a{
    background-color: #003c71;
    padding: 10px 10px 10px 10px;
    border-radius: 20px 20px 20px 20px;
    color: #fff !important;
    border-color: currentColor;
    font-size: 14px;
    font-weight: 700;
    padding: 11px ;
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    max-width: 130px;
    display: block;
    margin: 0 auto;
    text-align: center;
}


  .promo-slider .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-weight: 900;
    font-size: 32px;
    top: 42%;
    color: #fff;
    z-index: 01;
}

.promo-slider .slick-arrow.prev-arrow{
    left: 0px;
}
.promo-slider .slick-arrow.next-arrow{
    right:0px;
}





.oil-form-sec::after {
    background-image: url(../img/LTF_7320-scaled.jpg);
    opacity: .5;
}
.oil-form-cntr {
    border: 0;
}

.oil-form-cntr .nav-pills li:nth-child(1) .nav-link {
    border-radius: 20px 20px 0px 0px !important;
    border: 0;
    background-color: #faab54;
    color: #fff;
}
.oil-form-right-sec h5{
    color: #fff;
    padding-top: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;}
    .oil-form-right-sec-title{
    border-bottom: 52px solid #264a92;
    border-left: 47px solid transparent;
    border-right: 46px solid transparent;
    height: 0px;
    width: 400px;
    margin: auto;
    padding: 11px 0px 6px;
}


.oil-form-left-sec{
    max-width: 490px;
    padding: 25px 25px 25px 25px;
    background-color: #faab54;
    position: relative;
}
.oil-form-left-sec h4{
color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.oil-form-left-sec ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.oil-form-left-sec ul li{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 28px;
}
.oil-form-left-sec ul li i{
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 5px;
}
.oil-form-left-sec img{

position: absolute;
right: -80px;
top: -80px;

}

/****** battery  *****/
.batteries-sec  {
    padding: 100px 0 200px;
    position: relative;
}
.batteries-sec::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(https://fasttrackemarat.com/wp-content/uploads/2022/07/bg01.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;

        z-index: -1;
}

.batteries-sec .container{
    max-width: 800px;
}



  @keyframes slide-left {
    from {
      right: -200px;
    }
    to {
        right:0px;
    }
  }

.slideInRight {
    animation: 1s slide-left;
    position: relative;

}
.slideInRight img {
    transform: scale(1.5);

}


.batteries-sec h2{
    color: #EF9D2D;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.batteries-sec span{
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
}
.batteries-sec p{
    text-align: left;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: italic;
    margin: 30px 0 0;
}
.batt-whats{
    color: #faab54;
    font-size: 16px;
    font-weight: 600;
    margin: 50px 0;
}
.batt-whats i {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    background-color: #13d25a;
    border-radius: 50%;
    padding: 7px;
    margin-right: 5px;
    width: 58px;
    height: 58px;
    line-height: 45px;
}
.batt-call{
    color: #faab54;
    font-size: 16px;
    font-weight: 600;
    margin: 50px 0;
}
.batt-call i {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    background-color: #faab54;
    border-radius: 50%;
    padding: 7px;
    margin-right: 5px;
    width: 58px;
    height: 58px;
    line-height: 45px;
}

.batteries-sec .banner-fom-cntr .nav-pills li:nth-child(1) .nav-link {
    border-radius: 20px 20px 0px 0px;
    border: 0;
}
.batteries-sec .banner-fom-cntr   {
    border: 0;
}
.batteries-sec-brand h3{
    color: #EF9D2D;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 35px;
    text-align: center;
}


.batteries-sec-3{
    position: relative;
    background-size: cover;
    background-image: url(../img/battery-offers.jpg);
}
.batt-sec-list{
    padding: 20px 20px 20px 20px;
    background-color: #264A92;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #faab54;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    margin: 40px auto;
    height: 150px;
    max-width: 400px;
    width: 100%;
}
.batt-sec-list img{
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.batt-sec-list p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
/****** Product *******/
.product-sec{
    background-image: url(../img/product-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 100px 100px 100px;
}
.product-sec-title{
    padding: 8px 0;
    background-color: transparent;
    background-image: linear-gradient(30deg, #faab54 30%, #003c71 70%);
}
.product-sec-title h1{
    color: #003c71;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.product-list img{
    height: 250px;
    width: 100%;
    object-fit: contain;
}
.product-list p{
    color: #000000;
    font-size: 20px;
    margin: 10px 0 0;
    text-align: center;
    font-weight: 500;
}
.product-list{
    margin: 30px 0;
}


.contact-sec iframe{
     width: 100%;
    height: 440px;
}
.contact-list{
    margin: 20px 0;
}
.contact-list h3{
    color: #003c71;
    font-size: 18px;
    font-weight: 500;
}


.contact-list p   {
    color: #54595F;
    font-size: 14px;
    line-height: 24px;
   /* text-align: center;*/
   margin:0;
}

.contact-list ul{
   margin: 0;
   padding: 0;
   list-style: none;
}
.contact-list ul li{
    color: #54595F;
    font-size: 14px;
    line-height: 24px ;
    padding-left: 25px;
    position: relative;
 }
 .contact-list ul li i{
    color: #faab54;
    position: absolute;
    left: 4px;
    top: 4px;
 }
 .contact-list ul li a{
    color: #54595F;
    text-decoration: none;
 }

.fleet-sec{
    background-image: url(../img/shutterstock_1482045152-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 200px 200px 200px;
}

.fleet-sec-title{
    padding: 8px 0;
    background-color: transparent;
    background-image: linear-gradient(30deg, #faab54 30%, #003c71 70%);
}
.fleet-sec-title h1{
    color: #003c71;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.fleet-sec-3 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.fleet-sec-3 ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #ddd;
    font-size: 14px;
    color: #54595F;
    line-height: 30px;
    color: #54595F;
}
.fleet-sec-3 ul li i{
    font-size: 12px;
}
.fleet-sec-3 h3{
    color: #003c71;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0px 8px 0px;
    border-bottom:1px solid #faab54;
}
/********* careers  **********/

.careers-sec{
    background-image: url(../img/shutterstock_1016302528-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 200px 200px 200px;
}

.fleet-sec-3 p{
    font-size: 14px;
    line-height: 24px;
    color: #54595F;
}
.career-form-sec form span.sub-text{
    font-size: 12px;
    color: #666;
}

.career-form-sec form font{
    color: red;
}

.career-form-sec form .form-label{
    font-size: 15px;
    color: #3f4b5b;
}

.career-form-sec .btn{
    width: auto;
    font-size: 15px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #003c71;
    border-width: 1px;
    border-color: #003c71;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px rgba(0,83,160,0.79);
    -webkit-box-shadow: 0 1px 1px rgba(0,83,160,0.79);
    box-shadow: 0 1px 1px rgba(0,83,160,0.79);
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}
.career-form-sec .btn:hover{
    background: rgba(0,83,160,0.79);
    border-color: rgba(0,83,160,0.79);
    color: rgba(255,255,255,1);
}


.drop-zone {
    max-width: 200px;
    height: 200px;
    padding: 10px;
    display: block;
    text-align: center;
   position: relative;
    border: 2px dashed #dfdfdf;
    border-radius: 10px;
  }
  .drop-zone i {
    font-size: 44px;
    color: #666;
  }
  .drop-zone__prompt{
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #666;
    display: block;
  }
  .drop-zone__prompt2{
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #666;
  }

  .drop-zone--over {
    border-style: solid;
  }

  .drop-zone__input {
    display: none;
  }

  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;

  }

  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }

  /******** news *********/
.latest-list{
    border: 1px solid rgba(0,0,0,.1);
    margin: 15px 0;
}
.latest-thub{
    position: relative;
}
.latest-thub::after{
    content: "\ea6b";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, .75);
    opacity: 0;
    transition: all .3s;
    color: #fff;
    text-align: center;
    line-height: 210px;
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.latest-thub:hover::after{
    opacity: 1;
}
.latest-thub img{
    height: 300;
    object-fit: cover;
    display: block;
    width: 100%;
}
.latest-cnt{
    padding: 15px;

}
.latest-cnt h3{
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #16181a;
}
.latest-cnt h3 a{
    text-decoration: none;
    color: #16181a;
}
.latest-cnt span{
    font-size: 14px;
    font-weight: 400;
    color: #51585f;
}
.latest-cnt span i{
    font-size: 12px;
    color: #51585f;
}
.latest-cnt p{
    font-size: 14px;
    font-weight: 400;
    color: #51585f;
    margin: 5px 0;
    height: 40px;
    overflow: hidden;
}
.latest-cnt a.btn{
    color: #61ce70;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
}

.news-sec{
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 30px 0;
}
.news-sec h1{
    color: rgb(255,255,255);
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.3;
}
.news-sec-2 .container{
    max-width: 760px;
}

.news-sec-2 span{
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    display: block;
    margin: 20px 0;
}

.news-sec-2 p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #7A7A7A;
    margin:0 0 25px;
}
.news-sec-2 h2 {
color: #030303;
font-family: "Poppins", Sans-serif;
font-size: 20px;
font-weight: 600;
}
.news-sec-2 ul {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: square;
    list-style-position: inside;
}
.news-sec-2 hr {
    opacity: .1;
}
.news-sec-2 a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #16181a;
}

.about-form hr{
    opacity: .15;
    margin: 100px 0;
}
.about-form h4{
    font-size: 25px;
    color: #16181a;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 20px;
}
.about-form p{
    font-size: 16px;
    color: #51585f;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 20px;
}
.about-form .form-check-label{
    font-size: 14px;
    color: #51585f;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 20px;
}

.career-form-sec.about-form .btn {
    background: rgb(6,150,92);
    border-color: rgb(6,150,92);
    -moz-box-shadow: 0 1px 1px rgb(6,150,92);
    -webkit-box-shadow: 0 1px 1px rgb(6,150,92);
    box-shadow: 0 1px 1px rgb(6,150,92);
}

/******  service ******/

.serv-left h1{
    color: #003c71;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}
.serv-left h1 span{
    background-color: #00ACD4;
    font-size: 35px;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
    fill: #fff;
    transform: skew(345deg);
    display: inline-block;
    margin-right: 15px;
}

.serv-left h1 span svg {
    width: 35px;
    height: 35px;
    transform: skew(11deg);
    position: relative;
    display: inline-block;
}
.serv-left h2{
    font-size: 20px;
    color: #16181a;
    line-height: 1.3;
}
.serv-left h3{
    font-size: 20px;
    color: #16181a;
    line-height: 1.3;
}
.serv-left p{
    font-size: 14px;
    color: #51585f;
    line-height: 20px;
    margin-bottom: 25px;
}
.serv-left ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.serv-left ul li{
    font-size: 14px;
    color: #51585f;
    line-height: 25px;
}
.serv-left ul li i{
    font-size: 14px;
    color: #51585f;
    margin-right: 5px;
}

.serv-nav-cntr{
    background-color: #faab54;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #274A92;
    border-radius: 15px 15px 15px 15px;
    padding: 10px;
    margin-top: 75px;
}
.serv-nav-cntr ul{
     margin: 0;
     padding: 0;
     list-style: none;
}
.serv-nav-cntr ul li{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    border-bottom: 2px solid #003c71;
}
.serv-nav-cntr ul li svg{
    width: 25px;
    height: 25px;
    fill:#fff;
}
.serv-nav-cntr ul li i{
    width: 25px;
    display: inline-block;
    text-align: center;
}


.serv-nav-cntr ul li:last-child {
    border-bottom:0;
  }
  .serv-nav-cntr ul li:hover{
    color: #003c71;
}
.serv-nav-cntr ul li:hover svg{
    fill:#003c71;
}


  .content-sec h2{
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
  }

  .content-sec p{
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .content-sec h3{

  color: #050505;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 25px;
}

.content-sec  ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 25px;
}
.content-sec  ul li{
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}
.content-sec  ul li i{
    font-size: 14px;
    color: #000000;
    margin-right: 5px;
}

/***** brand details ******/
.brand-sec-1{
    padding: 150px 0;
    position: relative;
}
.brand-sec-1 h1{
    color: #242F65;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.14285714em;
    letter-spacing: -1.4px;
    margin-bottom: 20px;
}
.brand-sec-1 p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0% 25% 0% 0%;
}

.brand-sec-1::after{
    content: '';
    position: absolute;
    right: 12%;
    top: 0;
    width: 1024px;
    height: 405px;
    background-image: url(../img/bg-line-768x304.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: pulse;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    z-index: -1;
}


@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}


.brand-sec-1::before{
    content: '';
    position: absolute;
    left: 12%;
    bottom: 0;
    width: 125px;
    height: 125px;
    background-color: #fae1c579;
    border-radius: 50%;
    animation-name: ekit-zoom;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    z-index: -1;
}


@keyframes ekit-zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}
.brand_title{
    color: #2E2C3A08;
    font-size: 230px;
    font-weight: 700;
    line-height: 1.2434782em;
    width: 810px;
    max-width: 810px;
    top: -80px;
    left: -200px;
    position: absolute;
    z-index: -1; 
}

.brand_title::before {
    content: '';
    position: absolute;
    right: -35%;
    bottom: -300px;
    width: 50px;
    height: 50px;
    background-color: rgb(255 166 255 / 30%);
    border-radius: 50%;

    z-index: -1;
}

.brand-sec-2 {
    position: relative;
}
.brand-sec-2::after {
    content: '';
    background-color: #fefbb3;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 25%;
    top: 0;
    animation-name: pulse;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    z-index: -1;
}

.brand-sec-2 span{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45em;
    fill: #C1C3CB;
    color: #C1C3CB;
    background-color: #00000000;
    padding: 0px 0px 0px 0px;
}
.brand-sec-2 span a{
    color: #C1C3CB;
    text-decoration: none;
}
.brand-sec-3{
    position: relative;
}
.brand_title2 {
    color: #F8F8F9;
    font-size: 160px;
    width: 570px;
    max-width: 570px;
    top: -80px;
    position: absolute;
    font-weight: 700;
    left: 20%;
    z-index: -1;
}


.brand-sec-3 h2 {
    color: #242F65;
    margin: 0px 0px 20px 0px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.33333333em;
    letter-spacing: -0.96px;
}

.brand-sec-3 p {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0px 10px 0px 10px;
    color: #51585f;
}

.brand-item-list  {
    padding: 15px;
    position: relative;
    margin: 15px 0;
}
.brand-item-list::after  {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/dots.png);
    z-index: -1;
    opacity: 0;
}
.brand-item-list:hover::after  {
    opacity:.3;
}

.brand-item-list img{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}
.brand-item-list h4{
    padding: 0px 0px 0px 0px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 10px 0 0;
    text-align: center;
}

.brand-item-list:hover{

    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: rgba(0,0,0,0);
}


.brand-sec-4{
    background-color: transparent;
    background-image: linear-gradient(180deg, #F9F9F9 0%, #FFFFFF 67%);
}

.brand-sec-4 h3{
color: #242F65;
    margin: 0px 0px 0px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.33333333em;
    letter-spacing: -0.96px;
    margin-bottom: 50px;

}

.brand-test {
    max-width: 750px;
    margin: 100px auto 0;
    background-position: 101% 110%;
    background-image: url(../img/Screenshot-2022-07-14-133725.jpg);
    background-repeat: no-repeat;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
    padding-bottom: 20px;
}
.brand-test h4{
    color: #242F65;
    margin: 0px 0px 30px 0px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.33333333em;
    letter-spacing: -0.96px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.brand-test h4::after{
   content: 'Review';
   position: absolute;
   left: 0;
   top: -40px;
   width: 100%;
   color: #F8F8F9;
    font-size: 160px;
    font-weight: 700;
    z-index: -1;
}
.brand-test .slider-nav .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-weight: 900;
    font-size: 22px;
    top: 42%;
    color: #666;
}
.brand-test .slider-nav .slick-arrow.prev-arrow {
    left: -20px;
}
.brand-test .slider-nav .slick-arrow.next-arrow {
    right: -20px;
}

.brand-test .slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.brand-test .slick-dots li {
    display: inline-block;
}
.brand-test .slick-dots li.slick-active button {
    opacity: 1;
}

.brand-test .slick-dots li button {
    font-size: 0;
    border: 0;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
    margin: 0 6px;
    padding: 0;
}


.brand-sec-cta{
    background-image: url(../img/car-tyre-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 120px 0px;
    overflow: visible;
    position: relative;
}
.brand-sec-cta::after{
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #FF5151;
    opacity: 1;
    mix-blend-mode: multiply;
    z-index: 0;
}


.brand-sec-cta .container{
    position: relative;
    z-index: 1;
}

.brand-sec-cta h2{
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.33333333em;
    letter-spacing: -0.96px;
}

.brand-sec-cta a{
    padding: 19px 43px 19px 43px;
    font-weight: 500;
    color: #242F65;
    background-color: #FFFFFF;
    border-style: none;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0px 10px 20px 0px rgba(1.999999999999997, 23.00000000000001, 40.99999999999999, 0.2);
    text-decoration: none;
    float: right;
}

.mobile-menu .modal-dialog{
    margin: 0;
    height: 100%;
    transform: translate(-50px, 0px) !important;
}
.mobile-menu.show .modal-dialog {
    transform: none !important;
}
.mobile-menu .modal-content {
    width: 85%;
    height: 100%;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    outline: 0;
}
.mobile-menu .modal-body {
    overflow: auto;
}


.mobile-menu .accordion-button{
    border: 0;
    box-shadow: none;
    background-color: unset;
    padding: 0;
}

.mobile-menu .accordion-item {
    background-color: unset;
    border: 0;
}
.mobile-menu .accordion-body {
    padding: 0 10px;
}
.mobile-menu .accordion-button.single::after{
    display: none;
}
.mobile-menu .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.mobile-menu .accordion-header a{
    padding: 0.5em  ;
    color: #16181a;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
}
.mobile-menu .accordion-header a:hover{
    color: rgb(0,83,159);
}

.mobile-menu .accordion-body a{
    padding: 0.5em  ;
    color: #16181a;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
    display: block;
}

.fast-nav .navbar-toggler{
    border: 0;
    box-shadow: none;
}

.thanks-cntr h3{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 25px;
}

.thanks-cntr h5{
    font-size: 24px;
    margin-bottom: 25px;

}

.thanks-cntr p{
    font-size: 14px;
    margin-bottom: 25px;
    color: #333;

}

.thanks-cntr a{
    font-size: 14px;
    color: #faab54 !important ;
    text-decoration: underline;
}

.service-sec{
    background-color: #F4F4F4;
    padding: 80px 0px;
}

.service-sec h4{
    color: #003c71;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.service-sec img {
    width: 50px;
    object-fit: contain !important;
    height: 60px;
    margin: 50px auto 20px;
    display: block;
}
.service-sec h3 {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    text-align: center;
}


.ser-promo{
    max-width: 1120px;
    margin: 0 auto;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #D4D5D5;
    position: relative;
}
.ser-promo .slide-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    z-index: 1;
    color: #fff;
    top: 45%;
    font-size: 28px;
}

.ser-promo .slide-arrow.next-arrow{
    right: 0;
}

.ser-promo .slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.ser-promo .slick-dots li{
    display: inline;
}
.ser-promo .slick-dots li button{
    border: 0;
    font-size: 0;
    width: 5px;
    height: 5px;
    padding: 0;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #fff;
}

.ser-promo .slick-dots li.active button{ 
    background-color: #000;
}

.service-inner-banner{
    padding: 150px 0;
}
.service-inner-banner h1{
    color: #003c71;
    font-size: 2.5rem;
}
.service-inner-banner p{
    color: #000000;
    
}

.service-inner-banner .btn{
    color: #ffffff;
    background-color: #61CE70;
    padding: 10px 15px;
    min-height: 40px;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    display: block;
    width: 100%;
    text-align: center;
    
}
.service-inner-banner .form-control{
    border-radius: 0;
    border: 1px solid #333;
    min-height: 45px;
}


.btm-disc h2{
    font-size:28px;
    color:#333;
    line-height:36px;
    margin-bottom:25px;
}
.btm-disc p{
    font-size:16px;
    color:#333;
    line-height:28px;
    margin-bottom:25px;
}
.btm-disc ul  {
    margin-bottom:25px;
}
.btm-disc ul li{
    font-size:16px;
    color:#333;
    line-height:28px;
    margin-bottom:15px;
    list-style: inside;
}



@media (max-width: 1600px) {



}

@media (max-width: 1450px) {



}

@media (max-width: 1366px) {
    
    .brand_title { 
    font-size: 150px; 
    top: -25px;
    left: 0px; 
}
.brand-sec-1 img{
    width:100%;
}

}



@media (max-width: 1200px) {

    .brand-sec-1 p { 
    margin: 0;
}
.brand-sec-1 h1 { 
    font-size: 55px; 
}
.brand-sec-1 img{
    max-width:100%;
}





}


@media (max-width: 1024px) {

    .oil-form-left-sec img {
        right: -60px;
        top: -60px;
        width: 150px;
    }
    .fast-nav .navbar-brand img {
    max-width: 275px;
    height: 54px; 
}

}
@media (max-width: 992px) {

    .quality-list {
        text-align: center;
    }
    
    .fast-nav {
    background: linear-gradient(110deg, #003c71 33%, #faab54 20%);
}
}

@media (max-width: 768px) {
    
    body{ 
    overflow-x: hidden !important;
}
.fast-nav {
    background: linear-gradient(110deg, #003c71 50%, #faab54 20%);
}
    .our-spec {
        margin: 10px 0;
    }
    .why-tyre-list{
        margin: 15px 0;
    }
    .rela-list {
        max-width: 350px;
        margin: 15px auto;
    }
    .oil-form-left-sec img {
        position: absolute;
        right: 0;
        top: unset;
        width: 150px;
        bottom: 0;
    }
    .slideInRight img {
        transform: scale(1);
    }
    .batt-sec-list {
        margin: 15px auto;
    }
    .contact-sec-list  {
        padding-top: 0;
    }
    .fleet-sec-3 img{
        margin: 0 auto 20px;
        display: block;
    }
    .serv-left h1 span {
        display: block;
        margin: 15px auto;
        max-width: 50px;
    }

    .brand-sec-1 h1 {
        font-size: 44px;
    }
    .brand-sec-1 p {
        font-size: 16px;
        line-height: 1.7em;
        margin: 0;
    }
    .brand-sec-1 img {
        max-width: 100%;
        display: inline-block;
        margin: 20px 0;
    }
    .brand-sec-3 h2 {
        font-size: 30px;
    }
    .brand_title2 {
        font-size: 96px;
        top: -80px;
        left: 00;
    }
    .brand-sec-3 p {
        font-size: 16px; ;
    }
    .brand-sec-4 h3 {
        font-size: 32px;
    }
    .brand-test h4 {
        font-size: 32px;
    }
    .brand-test h4::after {
        font-size: 80px;
    }
    .brand-sec-cta h2 {
        font-size: 32px;
    }
    .brand-sec-cta a {
        float: none;
        display: inline-block;
        margin-top: 22px;
    }
    .brand-sec-4 img{
        max-width:300px;
        display:block;
        margin:15px auto ;
    }
    
    .brand_title { 
    font-size: 60px; 
    width: 100%; 
    top: 30px;
    left: 0; 
}
.brand-sec-3 img{
    max-width:250px;
    display:block;
    margin:0 auto;
}
.brand-sec-1 img{
    max-width:300px;
    display:block;
    margin:20px auto 0;
}

.brand-sec-3 { 
    overflow: hidden;
}
.brand-sec-1{
    overflow: hidden;
}
.brand-sec-4{
    overflow: hidden;
}

footer { 
    text-align: center; 
}
.foot-left{
    margin-bottom:50px;
}
.foot-center{
    margin-bottom:50px;
}
.foot-left p {
    text-align: center; 
}


.home-testi { 
    overflow: hidden;
}

.home-latest-promo .carousel img{
    width:100%;
    height:auto;
}
.home-latest-promo .carousel-indicators{
    display: none;
}
}


@media (max-width: 550px) {
    
        .fast-nav .navbar-brand img {
        max-width: 184px;
        height: 40px;
    }
    .careers-sec { 
    padding: 200px 0;
}
.navbar-brand img{
    width:200px;
    height: auto;
}

.fast-nav {
    background: linear-gradient(110deg, #003c71 55%, #faab54 20%);
}
 
}