@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&family=Homemade+Apple&family=Red+Hat+Display:wght@300;400;500;600;700;800&display=swap');


/*font-family: 'Arimo', sans-serif;
font-family: 'Homemade Apple', cursive;
font-family: 'Red Hat Display', sans-serif;
*/
:root{
    --white: #fff;
    --black: #000;
    --red:#d70101;
    --orange:#e94e1b;
    --yellow:#ffed00;
    --sky:#36a9e1;
    --light-black:#323232;
    --gray:#e4e4e4;
    --dark-gray:#323232;
    --blue:#124678;
    --padd60: 60px;
    --padd80: 80px;
    --padd100: 100px;
    --radius:5px;
}
body{
    font-family: 'Arimo', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Red Hat Display', sans-serif;
}
html{
    scroll-behavior: smooth;
}
@media (min-width: 1660px) and (max-width: 1920px) {
    .container{
        max-width: 1400px;
    }
}
/*Extra*/
.btn-red{
    background-color: var(--red);
    color: var(--white);
    border: 2px solid var(--red);
    padding: 8px 35px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 0;
    transition: all .5s ease;
    box-shadow: none !important;
    font-family: 'Arimo', sans-serif !important;
    font-weight: 600;
    border-radius: var(--radius);
}
.btn-red:hover{
    background-color: transparent;
    color: var(--red);
}
.btn-yellow{
    background-color: #f9b233;
    color: var(--black);
    border: 2px solid #f9b233;
    padding: 10px 35px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 0;
    transition: all .5s ease;
    box-shadow: none !important;
    font-family: 'Arimo', sans-serif !important;
    font-weight: 700;
    border-radius: var(--radius);
}
.btn-yellow:hover{
    background-color: transparent;
    color: #f9b233;
}
.btn-three{
    font-size: 20px;
    background-color: #529842;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    padding: 15px 29px;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 400;
    border-radius: 12px;
    transition: all .5s ease;
    box-shadow: none !important;
}
.btn-three:hover{
    background-color: #fff;
    color: #529842 !important;
    box-shadow: 0px 0px 10px 0px;
}
.dis-flex-start{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.dis-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dis-flex-end{
    display: flex;
    align-items: center;
    justify-content: end;
}
.dis-flex-bottom{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.sec-para{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #3E3E3D;
    margin: 15px 0;
}
.hd{
    font-size: 40px;
    line-height: 50px;
}
.sec-heading{
    font-size: 50px;
    font-weight: 700;
    margin: 10px 0;
    line-height: 140%;
    text-shadow: 4px 4px 8px #333;
    margin: 0 0 30px;
}
.sec-heading span{
    font-family: 'Homemade Apple', cursive;
    font-weight: 500;
    padding: 0 20px;
}
ul{
    padding: 0;
    margin: 0;
}
/*lazy*/
.lazy {
   opacity: 0;
   transition: opacity 0.35s linear;
}
.lazy[data-scroll="in"] {
   opacity: 1;
   transition-duration: 1s;
}
/*lazy*/
/*Extra*/
/*Header*/
header{
    background-color: var(--black);
    font-family: 'Red Hat Display', sans-serif !important;
    color: var(--white);
    box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 1px 2px 0 rgba(0,0,0,.1);
}
header.sticky{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-fill-mode: both;
    box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 1px 2px 0 rgba(0,0,0,.1);
}
header .secondary_header{
    background-color: #323232;
    padding: 8px 0;
}
header .secondary_header .img-box{}
header .secondary_header .img-box img{
    width: 50%;
}
header .secondary_header .sec_side_icon{float: right;}
header .secondary_header .sec_side_icon li{
    display: -webkit-inline-box;
    margin: 0 0 0 15px;
}
header .secondary_header .sec_side_icon li a{
    color: #fff;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0 4px;
}
header .secondary_header .sec_side_icon li a i{
    margin: 0 5px 0 0;
}
header nav{
    padding: 11px 0 !important;
}
header nav .navbar-brand{width: 200px;}
header nav .navbar-brand img{
}
header nav .navbar-nav {}
header nav .navbar-nav li{
    margin: 0 20px;
}
header nav .navbar-nav li a{
    color: var(--white) !important;
    font-size: 15px;
    font-weight: 700;
}
header .side_icons{
}
header .side_icons li{
    display: -webkit-inline-box;
    margin: 0 0 0 50px;
}
header .side_icons li a.btn{
    padding: 8px 20px;
    background: #571518;
    border-radius: 50px;
    line-height: 10px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
header .side_icons li a {
    color: var(--white);
}
header .side_icons li a i{
}
/*search*/
header .openBtn {padding: 0;border: 0;background: transparent;color: #ffff;}

header .openBtn:hover {
}

.search_overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
  z-index: 9999;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.search_overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.search_overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
  z-index: 9999;
}

.search_overlay .closebtn:hover {
  color: #ccc;
}

.search_overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.search_overlay input[type=text]:hover {
  background: #f1f1f1;
}

.search_overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search_overlay button:hover {
  background: #bbb;
}
.search_overlay .overlay-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.search_overlay form{
        width: 80%;
    margin: auto;
}
/*search*/
/*Header*/
/*Footer*/
footer{
    color: var(--white);
    padding: 0 0;
    background-color: #3c3c3b;
}
footer ul{
    padding: 0;
}
footer ul li {
    list-style: none;
    display: -webkit-inline-box;
    margin: 0 5px;
}
footer ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    text-decoration: none !important;
    transition: all .5s ease;
}
footer ul li a:hover{
    color: var(--red);
}
footer ul li a.btn{
    font-size: 14px;
    border-color: #529842;
}
footer h2{
    font-size: 20px;
    font-weight: 500;
}
footer .pre_footer{
    background-color: #282828;
    padding: 20px 0;
}
footer .pre_footer .first{}
footer .pre_footer .first li {
}
footer .pre_footer .first li a{
    font-size: 20px;
    font-weight: 400;
}
footer .main_footer{
    padding: 35px 0;
}
footer form.search{}
footer form.search .form-control{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    min-height: 55px;
    color: #000;
    outline: none;
    box-shadow: none;
}
footer form.search button{height: 55px;}
footer .social-icon {}
footer .social-icon ul {
    text-align: right;
}
footer .social-icon ul li{
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background-color: #646464;
    border-radius: 30px;
    margin: 0 8px 0 0;
    transition: all .5s ease;
}
footer .social-icon ul li:hover{
    background-color: transparent;
    border: 1px solid;
}
footer .social-icon ul li:hover a{
    color: #fff;
}
footer .social-icon ul li:hover a i{}
footer .social-icon ul li a{
    color: #363635;
    font-size: 24px;
}
footer ul.brands{
    padding: 30px 0 25px;
}
footer ul.brands li{
    display: -webkit-inline-box;
    width: calc(90%/4);
    margin: 0 5px;
}
footer ul.brands li img{
    width: 100%;
    height: 30px;
    object-fit: scale-down;
    text-align: left;
}
footer ul.pay{}
footer ul.pay li{
    margin: 0;
}
footer ul.pay li img{
    width: 70px;
}
footer .policy{}
footer .policy ul {}
footer .policy ul li{display: unset;line-height: 35px;}
footer .policy ul li a{
    font-size: 16px;
    margin: 0 40px 0 0px;
}
footer .newsletter{
    text-align: center;
    display: -webkit-inline-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    padding: 35px 60px;
    border-radius: 10px;
}
footer .newsletter .text{
    padding: 0px 40px 0 0;
}
footer .newsletter .text h2{font-family: 'Homemade Apple', cursive;font-size: 30px;}
footer .newsletter .text p{
    font-size: 22px;
    line-height: 30px;
    color: #bcbfc5;
}
footer .newsletter .button{}
footer .newsletter .button a.btn{
    padding: 8px 75px;
}
footer .copyright{padding: 18px 0 50px;}
footer .copyright ul{}
footer .copyright ul li{
    margin: 0 5px 0 0;
    position: relative;
    border-right: 1px solid;
    padding: 0 8px 0 0;
}
footer .copyright ul li:after{
    position: absolute;
    content: "";
}
footer .copyright p{
    font-size: 14px;
    margin: 0;
}
footer .copyright ul li:last-child{
    border: 0;
}
footer .copyright ul li a{
    font-size: 16px;
}
/*Footer*/
/*Banner*/
section.banner{
    height: 840px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
}
section.banner .content_form{
    background-color: rgba(225,225,225,.6);
    text-align: center;
    padding: 40px 40px;
    font-family: 'Red Hat Display', sans-serif;
}
section.banner .content_form a{
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}
section.banner .content_form a span{
    color: var(--red);
}
section.banner .content_form .img-box{
    margin: 5% 0;
    border-bottom: 1px solid var(--black);
}
section.banner .content_form .img-box img{}
section.banner .content_form form{}
section.banner .content_form form .form-group{}
section.banner .content_form form .form-group label{
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding: 4px 0 7px;
    margin: 0;
    width: 100%;
    border-top: 7px solid;
}
section.banner .content_form form .form-group label.border{
    border-top: 7px solid transparent;
}
section.banner .content_form form .form-group label.sky{
    border-color: var(--sky);
}
section.banner .content_form form .form-group label.yellow{
    border-color: var(--yellow);
}
section.banner .content_form form .form-group label.orange{
    border-color: var(--orange);
}
section.banner .content_form form .form-control{
    height: 50px;
    border: 0;
    border-radius: 0;
    padding: 10px 10px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    box-shadow: 0 3px #e2e2e2 inset;
    border-radius: 2px;
    border: 1px solid #cecece;
    background: url(../../assets/images/download.svg) no-repeat;
    background-position: 92% 18px;
    background-size: 10%;
    background-color: var(--white);
    appearance: none;
}
section.banner .content_form form .btn{width: 100%;border-radius: 0;}
/*Banner*/
/*section.nofalse*/
section.nofalse{padding: var(--padd60) 0;}
section.nofalse .sec-heading{
text-align: center;
}
section.nofalse .side_img{
    padding: 60px 0 0;
}
section.nofalse .side_img img{
    height: 390px;
}
section.nofalse .nav_products{}
section.nofalse .nav_products ul{
}
section.nofalse .nav_products ul.nav {
    box-shadow: 0 8px 6px -8px rgba(0,0,0,.9);
    margin: 0 0 12px;
    padding: 0 0 0 40px;
}
section.nofalse .nav_products ul.nav a{
    font-size: 14px;
    font-weight: 700;
    color: #999999;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 12px 15px;
}
section.nofalse .nav_products ul.nav a.active{
    color: var(--dark-gray);
}
section.nofalse .nav_products .tab-content{}
section.nofalse .nav_products .tab-content .tab-pane{}
section.nofalse .nav_products .tab-content .item{
    margin: 0 10px;
    position: relative;
}
section.nofalse .nav_products .tab-content .pro_box{}
section.nofalse .nav_products .tab-content .pro_box:hover img{}
section.nofalse .nav_products .tab-content .pro_box:hover .sec_img{
    visibility: visible !important;
}
section.nofalse .nav_products .tab-content .pro_box .img-box{
    position: relative;
}
section.nofalse .nav_products .tab-content .pro_box .img-box img{
    object-fit: cover;
    object-position: center;
    height: 320px;
}
section.nofalse .nav_products .tab-content .pro_box .img-box img.sec_img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    visibility: hidden;
}
section.nofalse .nav_products .tab-content .pro_box .img-box .pro_icons{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 35%);
    width: 100%;
    height: 100%;
    z-index: 11;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.nofalse .nav_products .tab-content .pro_box:hover .img-box .pro_icons{
    visibility: visible;
}
section.nofalse .nav_products .tab-content .pro_box .img-box .pro_icons a{
    color: var(--black);
    font-size: 20px;
    width: 35px;
    height: 35px;
    background-color: var(--white);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray);
    border-radius: 3px;
    color: var(--dark-gray);
    text-decoration: none;
}
section.nofalse .nav_products .tab-content .pro_box .img-box .pro_icons a i{}
section.nofalse .nav_products .tab-content .pro_box h2{
    color: var(--dark-gray);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 5px;
    line-height: 22px;
}
section.nofalse .nav_products .tab-content .pro_box p{
    font-size: 14px;
    font-weight: 400;
}
section.nofalse .nav_products .tab-content .pro_box p a{
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-gray);
    text-decoration: none;
}
section.nofalse .nav_products button{
    font-size: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: -10%;
    border-radius: 0 3px 3px 0;
    border: 1px solid var(--gray);
    width: 35px;
    height: 32px;
    background-color: transparent;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid var(--gray) !important;
    outline: none;
    font-size: 25px !important;
    transition: all .5s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    left: unset;
}
section.nofalse .nav_products button.slick-prev{
    right: 4%;
}
section.nofalse .nav_products button:before{
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    color: var(--dark-gray);
    font-weight: 400;
}
section.nofalse .nav_products button.slick-prev:before{
    content: "\f053";
}
section.nofalse .nav_products button.slick-next:before{}
/*section.nofalse*/

/*CTAs*/
section.cta_one{
    color: #fff;
}
section.cta_one .hd{
    font-weight: 800;
}
section.cta_one .btn{
    padding: 12px 50px;
    background-color: var(--white);
    font-size: 24px;
    font-weight: 700;
    color: var(--black);
    border-radius: var(--radius);
}
section.cta_one .ct1{
    background-color: var(--black);
    padding: 18px 0;
}
section.cta_one .ct1 .hd{}
section.cta_one .ct1 .btn{}
section.cta_one .ct2{
    background-color: #7f7f7f;
    padding: 18px 0;
}
section.cta_one .ct2 .btn{
    background-color: #124678;
    color: var(--white);
}
section.cta_one .ct3{
    background-color: var(--red);
    padding: 18px 0;
}
section.cta_one .ct3 .btn{
    background-color: #3e3e3e;
    color: var(--white);
}
/*CTAs*/
/*best_brands*/
section.best_brands{
    padding: var(--padd60) 0;
    background-color: #e4e4e4;
}
section.best_brands .sec-heading{
    text-align: center;
}
section.best_brands ul.brands{
}
section.best_brands ul.brands li{
    display: -webkit-inline-box;
    width: calc(90%/4);
    margin: 0 12px 20px;
    padding: 5px 50px;
    background-color: #fff;
    border-radius: 8px;
}
section.best_brands ul.brands li a{
    width: 100%;
}
section.best_brands ul.brands li img{
    text-align: center;
    width: 100%;
    filter: grayscale(1);
    transition: all .5s ease;
}
section.best_brands ul.brands li:hover img{
    filter: unset;
}
/*best_brands*/
/*section.payment*/
section.payment{
    padding: var(--padd60) 0;
    height: 1220px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-size: cover !important;
    background-position: bottom !important;
}
section.payment .sec-heading{}
section.payment .hd{
    font-size: 30px;
    font-weight: 900;
    color: var(--black);
}
section.payment p{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}
section.payment ul.pays{}
section.payment ul.pays li{
    display: -webkit-inline-box;
    width: calc(100%/4);
    float: left;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.payment ul.pays li img{width: 100%;height: 80px;object-fit: scale-down;}
/*section.payment*/
/*Pay Plans*/
section.pay_plan{
    padding: var(--padd60) 0;
    background-color: #124678;
    color: var(--white);
}
section.pay_plan .box{
        flex-direction: column;
        justify-content: center;
        min-height: 300px;
        align-items: flex-start;
}
section.pay_plan .box .img-box{
    margin: 0 auto 30px;
}
section.pay_plan .box .img-box img{
    height: 125px;
}
section.pay_plan .box p{
    text-align: center;
    font-size: 20px;
    margin: 0 0;
}
section.pay_plan .box .hd{
    margin: 0 0 30px;
}
/*Pay Plans*/
/*Services*/
section.services{
    background: url(../../assets/images/services_bg.jpg)no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding: 60px 0 200px;
}
section.services .sec-heading{}
section.services ul.services{
}
section.services ul.services li{list-style: none;width: calc(91%/5);margin: 0 10px;float: left;}
section.services ul.services li .img-box{position: relative;}
section.services ul.services li .img-box a{}
section.services ul.services li .img-box img{
    height: 260px;
    object-fit: cover;
    object-position: center;
    position: relative;
    border-radius: var(--radius);
}
section.services ul.services li .img-box:hover h2{
    background-color: rgba(60,60,59,.7);
}
section.services ul.services li .img-box h2{font-size: 20px;color: #fff;letter-spacing: .1rem;text-align: center;padding: 25px 5px;background-color: rgba(223,2,2,.5);position: absolute;width: 100%;top: 50%;left: 0;transform: translatey(-50%);line-height: 18px;font-weight: 700;transition: all .5s ease;margin: 0;}
section.services .content{
    padding: 10% 0 0;
}
section.services .content p{
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
}
section.services .content a.btn{
    margin: 30px 0 0;
}
/*Services*/
/*Pick order*/
section.pick_order{
    padding: var(--padd60) 0 0;
}
section.pick_order .content{
    padding: 0 0 60px;
}
section.pick_order .img-box{}
section.pick_order .img-box img{
}
section.pick_order .box{
    padding: 35px 0;
    text-align: center;
}
section.pick_order .box h2{
    width: 112px;
    height: 112px;
    margin: auto;
    background-color: var(--red);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 700;
    border-radius: 50%;
}
section.pick_order .box h2 span{}
section.pick_order .box h3{
    font-size: 20px;
    color: var(--black);
    font-weight: 700;
    margin: 20px 0 0;
    text-transform: uppercase;
}
section.pick_order a.btn{
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    margin: 30px 0 0;
}
/*Pick order*/
/*Help Desk*/
section.help_desk{
    background: url(../../assets/images/help_bg.jpg)no-repeat;
    background-size: cover;
    background-position: top center;
    color: var(--white);
    text-align: center;
    padding: var(--padd100) 0;
}
section.help_desk .content{}
section.help_desk .content .sec-heading{}
section.help_desk .content p{
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
}
section.help_desk .content a.btn{
    margin: 40px 0 0;
    font-style: italic;
}
/*Help Desk*/

@keyframes fadeInDown{
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}




/* Payment */

.payment-banner {
    height: 550px !important;
    background-size: unset !important;
    background-position: center !important;
}


section.payment-tires h2.sec-heading {
    font-family: 'Red Hat Display',sans-serif;
    color: #1d1d1b;
    font-size: 44px;
    line-height: 1.4;
    text-shadow: 4px 4px 8px #333;
}

   
    section.payment-tires p {
    font-weight: 500;
    font-family: "Red Hat Display";
    font-size: 18px;
    line-height: 1.5;
}.p-t-1 h2.sec-heading {
    color: #333333 !important;
    font-size: 41px !important;
    font-weight: 700;
    text-shadow: unset;
}

.p-t-1 p {
    font-size: 18px;
    color: #333;
    float: left;
    line-height: normal;
    font-weight: 500;
    font-family: "Red Hat Display";
    line-height: 1.4;
    width: 97%;
}

.p-t-1 {
    padding: 75px 0px;
}

section.payment-tires {
    padding: 70px 0px 0 !IMPORTANT;
    background-size: cover !important;
    background-position: center !important;
}

section.pay_plan.affirm-work {background-color: #0fa0ea;padding: 40px 0px !important;}

section.pay_plan.affirm-work h2.hd {
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 1px;
}

section.pay_plan.affirm-work p {
    color: #fff;
    letter-spacing: 0.2px;
}
.pay-work {
    background-color: #b2fce4 !important;
    color: #000 !important;
}

.pay-work p {
    color: #000 !IMPORTANT;
}

.pay-work img.img-fluid.lazy {
    filter: brightness(0);
}
section.offer-1 {
    padding: 80px 0px !important;
}

.offer-box {
    border-radius: 10px;
    background-color: #e5e5e5;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    padding: 9px 5px 17px 5px !important;
    margin-top: 40px;
}

section.offer-1 h3 {
    font-family: "Red Hat Display";
    font-weight: 450;
    text-shadow: 4px 4px 8px #333;
    padding-top: 10px;
    font-size: 20px !important;
    letter-spacing: 0.3px;
}

.offer-box:hover {
    background: #a31425;
    color: #fff !IMPORTANT;
}

.offer-box:hover img {
}


section.main-link .color-text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-shadow: unset !important;
    letter-spacing: 1.6px;
    margin: 0px;
}

section.main-link {
    padding: 27px 0px !important;
}


section.main-link .color-button a {
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
    display: block;
    text-align: center;
    padding: 12px 0px !IMPORTANT;
    text-decoration: none;
}
.main-link-1 a {
    color: #000;
    background-color: #fff;
}

section.main-link .color-button {
    width: 88%;
    float: right;
}

.main-link-2 a {
    color: #fff;
    background-color: #124678;
}

.main-link-3 a {
    color: #fff;
    background-color: #3e3e3e;
}
section.w-table {
    padding: 80px 0px 0px !IMPORTANT;
}

section.w-table h2.sec-heading {
    padding-bottom: 40px;
}

section.w-table thead {
    background-color: #c3c2c2;
    border-right: 1px solid #ffffff;
    font-size: 23px;
    border: 1px solid #c3c2c2;
}

section.w-table th {
    padding: 10px 0px !important;
    border: unset !important;
    padding-left: 20px !important;
    padding-right: 290px !important;
    border-right: 1px solid #fff !important;
}

section.w-table td {
    font-size: 17px;
    background-color: white;
    font-weight: 300 !important;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #c3c2c2;
    padding: 11px 0px !IMPORTANT;
    border: 1px solid #c3c2c2;
    padding-left: 17px !important;
}

section.w-table table.table {
    width: 100%;
}
.pay-work a {
    background: transparent !important;
    border: 1px solid #000;
}

.p-t-1 a {
       background: transparent !important;
    border: 1px solid #fff;
    color: #fff;
}
section.fa-a div#headingTwo, section.fa-a div#headingThree {
    background: transparent !important;
    border: unset !important;
    padding: 5px 0px;
}

div#accordionExample {
    background: #00;
}

section.fa-a .card {
    background: transparent !important;
    border: unset !important;
}


section.fa-a button.btn.btn-link.collapsed {
    color: #666;
    font-size: 25px!important;
    font-weight: bolder !important;
    letter-spacing: 0.2px;
    text-decoration: none !important;
}

section.fa-a button.btn.btn-link {
    color: #666;
    font-size: 25px!important;
    font-weight: bolder !important;
    letter-spacing: 0.2px;
    text-decoration: none !important;
}
.pay-work a {
    color: #000 !important;
    border: 1px solid;
}
.offer-box img:hover {
    filter: brightness(1.5)invert(1);
}
/* Payment */


/* payments-affirm */
.affirm-page h2.sec-heading {
    margin-bottom: 10px !IMPORTANT;
}

section.pay-1 {
    padding: 70px 0px !IMPORTANT;
}

section.pay-1 h2.sec-heading {
    color: #333333 !important;
    font-size: 41px !important;
    font-weight: 700;
    text-shadow: unset;
    padding-top: 30px !IMPORTANT;
    margin-bottom: 21px !important;
}

section.pay-1 p {
    color: #333333;
    font-family: inherit;
    font-weight: 500;
    font-size: 20px;
    min-height: 20px;
    width: 53%;
    margin: 0 auto;
}

section.choice-1 {
    padding: 80px 0px  95px!important;
}

section.choice-1 h3 {
    color: #1d1d1b;
    font-size: 35px !important;
    font-weight: 700;
    text-shadow: unset;
    padding-top: 30px !IMPORTANT;
    font-family: 'Red Hat Display';
}


section.choice-1 img {
    padding: 20px 0px 26px !IMPORTANT;
    height: 180px !important;
}

section.choice-1 p {
    font-size: 18px;
    color: #000;
    font-family: 'Red Hat Display';
    font-weight: 500;
    line-height: 26px;
    width: 60%;
    margin: 0 auto;
}
.step-1-in {
    position: relative;
}

.step-1-in:before {
    position: absolute;
    content: "";
    background: #e1e1e1;
    height: 361px;
    width: 100%;
    z-index: -1;
    top: 217px;
}

.step-1-in img {
    width: 80%;
}

.step-text h4 {
    font-size: 30px;
    text-shadow: 4px 4px 8px #333;
    font-weight: 800;
}
.step-text h2 {
    font-family: 'Homemade Apple',sans-serif;
    font-size: 40px;
    text-shadow: 4px 4px 8px #333;
    line-height: 90px;
    padding: 3px 0px 15px !IMPORTANT;
}

.step-text p {
    font-size: 19px;
    line-height: 29px;
    color: #000;
    width: 75%;
}
.step-3 {
    position: relative;
}


.step-3:before {
    position: absolute;
    content: "";
    background: #e1e1e1;
    height: 361px;
    width: 100%;
    z-index: -1;
    top: 62px;
}

.step-3 img {
    width: 50%;
}


section.step-1.step-1-in h2.sec-heading.text-center {
    padding-bottom: 27px;
}

.step-2 img {
    width: 54%;
    object-fit: cover;
    position: relative;
    left: 30px;
}
/* payments-affirm */



/*  Read My Tires */
.black-tires a {display: block;text-align: center;font-size: 11px;line-height: 28px;}

.black-tires img {
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 98%;
}

section.s-tires {
    position: relative;
    padding-top: 90px;
}
section.last-payment {
    background: linear-gradient(to bottom, rgba(196, 209, 216, 1), white);
    padding: 50px 0px !important;
}

section.last-payment h3 {
    font-weight: 900;
    font-family: "Red Hat Display";
    font-size: 25px;
    line-height: 1.3;
    padding-bottom: 10px;
    width: 50%;
}

section.last-payment p {
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Red Hat Display';
    letter-spacing: 0.2px;
    font-size: 19px;
}

section.last-payment img {
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 80px;
    object-fit: contain;
    width: 80%;
}

section.s-tires:before {
    position: absolute;
    content: "";
    background: #323232;
    height: 85px;
    width: 78%;
    left: 14px;
    right: 0;
    margin: 0 auto;
    top: 140px;
    border-radius: 10px;
    width: 74%;
}


section.s-tires .black-tires {
    position: relative;
    top: -66px;
}
.paymant-logo {
    margin: 0 auto;
    padding: 30px 0px 10px !IMPORTANT;
}
.black-tires a span {
    color: red;
}
.payment-tires h2 {
    font-size: 36.5px !important;
}

section.s-tires button.btn.btn-red {color: #fff;border: 1px solid #b20000;background-color: #b20000;font-size: 14px;padding: 9px 25px;position: relative;top: -8px;}

/*  Read My Tires */
/*  */

/* Payment After  */
.bottom-a p {
    padding-top: 20px;
}

.bottom-a {
    padding-bottom: 0px !important;
}
section.pay-1.payment-1 img {
    height: 70px;
}

.after-1 span {
    padding: 0px !important;
}
.g-step-1 img {
    width: 72%;
}

.g-step-1 {
    position: relative;
}

.g-step-1:before {position: absolute;content: "";background: #e1e1e1;height: 350px;width: 100%;z-index: -1;top: 56px;}

.g-step-2 img.img-fluid.img-responsive {
    width: 72%;
    position: relative;
    left: 40px;
}


section.pay-1.payment-1 h2.sec-heading {
    padding: 0;
    color: #333333;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 20px !IMPORTANT;
}

.g-step-1-in {
    padding-bottom: 20px !IMPORTANT;
}.size-hd {
    padding-top: 30px;
}
section.t-size {
    padding: 60px 0px !important;
}
section.color-size.color-size-2 {
    background: rgb(225 225 225);
    padding: 50px 0px !important;
}

section.color-size {
    padding: 70px 0px !important;
}

section.t-size p {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 400;
    padding-bottom: 10px;
}

section.t-size a {
    color: #fff;
    background-color: #666;
    font-size: 22px;
    font-weight: 800;
    padding: 12px !important;
    display: block;
}
section.color-size.color-size-2 h2 {
    font-size: 40px;
}

section.color-size {
    font-weight: 400;
    font-family: "Red Hat Display";
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 20px;
}

section.color-size h3 {
    color: #323232;
    font-size: 25px;
    font-family: 'Red Hat Display';
    font-weight: 700;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
}
.sidewall h2 {
    font-size: 40px;
    text-shadow: 4px 4px 8px #333;
    font-weight: 700;
    width: 80%;
    line-height: 56px;
}
section.sidewall {
    padding: 80px 0px !important;
}
/* Payment After  */




/* Order Pick */
section.p-f .card {
    background-color: transparent !important;
    border: unset !important;
    border-radius: unset !important;
    width: 97% !important;
}

section.p-f .card-header.text-center {
    background: transparent !important;
    border: unset !important;
}

section.p-f a {
    font-size: 17px !important;
    color: #666;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: none !important;
}

section.p-f div#heading-1 {
    background-color: #e1e1e1;
    border-bottom: 1px solid #fff;
    border-radius: 0px !important;
}

section.p-f .card-header {
    background-color: #e1e1e1;
    border-bottom: 1px solid #fff;
    border-radius: 0px !important;
    padding: 9px 20px 11px !important;
}

section.p-f h5 {
    position: relative;
    padding-left: 15px;
}

section.p-f h5:before {
    position: absolute;
    content: "+";
    height: 20px !important;
    width: 30px !important;
    color: #666;
    left: -3px;
    font-size: 20px !IMPORTANT;
    font-weight: 400;
    top: 1px;
}
section.pick-up {
    padding: 60px 10px 60px !IMPORTANT;
    background: #e1e1e1;
}

.p-n h4 {
    border-radius: 50%;
    background-color: #d70101 !important;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 57px;
    color: #fff;
}

.p-n h5 {
    font-size: 20px !important;
    font-weight: 700;
    letter-spacing: 0.2px;
    width: 75%;
    margin: 0 auto;
    padding-top: 10px;
    font-weight: 900;
    font-family: 'Red Hat Display';
    color: #000;
    line-height: 23px;
}


section.pick-up h2.sec-heading {
    padding-bottom: 25px !IMPORTANT;
    left: 10px;
    position: relative;
}
.top-p {
    padding-top: 65px;
}

section.p-f {
    padding: 60px 0px 50px !important;
}
.pick-butn {
    padding-top: 9%;
}

.pick-butn a {
    box-shadow: 4px 4px 16px 0 #575756 !important;
    background-color: #575756;
    border: unset !important;
    font-size: 20px !IMPORTANT;
    padding: 11px 50px 12px !important;
}
/*  */

/* Tire-Damage */
.warn-1 {
}

/* Tire-Damage */
section.aler-1 {
    padding: 50px 0px 30px !important;
}

.warn-1 img {
    width: 26%;
    left: -50px;
    position: relative;
}

.warn-1 {
    position: relative;
    position: relative;
}

.sec-red {
    background: #c0bfbf;
    border-radius: 0px 110px 110px 0px;
    max-width: 32%;
}

.sec-red p {
    color: #000;
    width: 81%;
    margin: 0 auto;
    line-height: 21px;
    padding-top: 15px;
}

.sec-red img {
    width: 21%;
}


.warn-1 .media.dis-flex-center {
    background: #e1e1e1;
    position: relative;
    left: 30px;
    width: 97%;
    border-radius: 120px  0px 0px 120px;
}


.warn-1 h5 {
    color: #be1622;
    font-weight: 600;
    line-height: normal;
    font-size: 27px;
    padding-bottom: 10px;
}


.warn-1 .media-body {
    margin-left: -20px !important;
}

.warn-1 p {
    font-size: 16px !important;
    line-height: 22px !important;
    color: #000 !IMPORTANT;
    width: 89%;
}
/* Tire-Damage */

.alert-red-1 {
    padding-bottom: 45px;
}
section.dm-1 {
    padding-bottom: 40px !IMPORTANT;
}

/* Contact */
section.write-us {
    background: #e1e1e1;
    padding: 70px 0px !important;
}

section.write-us h2.sec-heading {
    font-size: 40px;
}

.co-services .map_info ul {
    column-count: 2;
    padding-bottom: 40px;
}
.back-map {
    background: url(../../assets/images/contact/galuma-cell-map.webp) no-repeat;
    width: 800px;
    height: 882px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: visible;
    position: relative;
    top: 10px;
}

.back-map iframe {
    width: 278px;
    height: 554px;
}
.icon-in {
    padding-top: 22%;
}
.co-services .map_info li {
    font-size: 25px;
    font-weight: 500;
    color: #1d1d1b;
    padding-left: 20px;
    text-shadow: 4px 4px 8px #333;
    list-style: none;
    padding: 0px;
}



.map_info {}
section.write-us p {
    font-weight: 500;
    font-family: "Red Hat Display";
    font-size: 19px;
    line-height: 1.4;
    padding-bottom: 11px;
}
.us-1-icon li {
    display: inline-block;
}
.us-1-icon li i:hover {
    border: unset !important;
}

.us-1-icon li a:hover {
    border: unset !IMPORTANT;
    text-decoration: unset !important;
}

.us-1-icon li i:hover {
    background: #fff !important;
}
.us-1-icon li i {
    background: #656665;
    color: #373736;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    border-radius: 80px;
    margin-right: 10px;
}
section.write-us label {
    font-size: 12px;
    margin-bottom: 6px;
    font-family: Arimo,Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: #323232;
}section.location {
    padding: 0px 0px 10px !important;
    background-size: cover !important;
    background-position: center !important;
}
.us-1.us-1-icon {padding-top: 15px;}

section.location h2 {
    font-size: 40px;
    margin: 0px 0px 20px;
}

section.location  p {
    font-weight: 500;
    font-family: "Red Hat Display";
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 10px;
}

section.location .us-1.us-in {
    padding-top: 20px;
}

section.location .us-1.us-in p strong {
    font-weight: 700;
    font-family: "Red Hat Display";
    font-size: 20px;
}

section.location h4 {
    font-size: 25px;
    font-weight: 800;
    padding-top: 3px;
}
section.services.service-in.co-services {
    background: unset;
    padding-bottom: 0px !IMPORTANT;
}
.us-1.us-in p {
    padding: 0px;
    line-height: 32px;
    margin: 0px 0px 10px;
}
section.write-us input {
    height: auto;
    border-radius: 3px;
    line-height: 18px;
    padding: 10px 15px;
    min-height: 40px;
    border: 1px solid #e2e4e8;
    background-color: #fff;
}

section.write-us textarea {
    height: auto;
    border-radius: 3px;
    line-height: 18px;
    padding: 10px 15px;
    min-height: 110px;
    border: 1px solid #e2e4e8;
    background-color: #fff;
}


section.write-us button.btn.btn-primary {
    font-family: Arimo,Arial,Helvetica,sans-serif !important;
    font-weight: 700;
    color: #fff;
    border: 1px solid #5d6673;
    background-color: #5d6673;
    font-size: 15.5px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 30px !important;
    margin-top: 52px !important;
}
section.services{}
section.services .map_info{
    position: relative;
}
section.services .map_info a.maplic{}
section.services .map_info a.maplic img{
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center;
    position: relative;
    top: -40px;
    z-index: -1;
}
section.services .map_content{
    position: absolute;
    top: 15%;
    left: 15%;
    width: 40%;
}
section.co-us {
    padding-bottom: 50px !IMPORTANT;
}
section.fa-a .infoTable {
    width: 30%;
}
section.p-f h2.sec-heading {
    margin-bottom: 0px;
    padding-top: 1%;
}


/*Responsive*/
@media(max-width: 1660px){
    .container {
        max-width: 1366px;
    }
}
@media(max-width: 1440px){
    .container {
        max-width: 1240px;
    }
    header nav .navbar-nav li {
        margin: 0px 10px;
    }
    section.payment-tires h2.sec-heading {
    font-size: 39px !important;
}

section.payment-tires.affirm-page.bottom-a.after-1 {
    padding-bottom: 40px !important;
}
.sec-red p {
    width: 90%;
}

.sec-red img {
    width: 20%;
}
.step-text h2 {
    font-size: 37px !important;
}
section.s-tires .black-tires {
    position: relative;
    top: -64px;
    left: 9px;
}
section.g-step-2.g-step-in {
    padding-top: 19px;
}
.sidewall h2 {
    font-size: 36px;
    width: 85%;
    line-height: 52px;
}
section.payment-tires {
    padding-bottom: 20px !important;
}
section.payment-tires.affirm-page h2 {font-size: 32px !important;}

section.s-tires:before {
    left: 14px;
    right: 0;
    margin: 0 auto;
    top: 130px;
    border-radius: 10px;
    width: 95%;
}

section.color-size.color-size-2 h2 {
    font-size: 36px;
    margin: 0px 0 25px;
}


.g-step-1:before {
    top: 43px;
    height: 338px;
}
section.payment-tires p {
    font-size: 16.8px;
}

section.location h2 {
    font-size: 38px;
    margin-bottom: 16px !important;
}

section.services ul.services li .img-box h2 {
    font-size: 18px;
    padding: 23px 1px;
}

section.services ul.services li .img-box img {
    height: 240px;
}

section.services .map_content {left: 6%;}

section.main-link {
    padding: 20px 0px !IMPORTANT;
}
section.main-link .color-button {
    width: 100% !important;
}

section.main-link .color-button a {
    font-size: 22px !important;
    padding: 17px 60px !IMPORTANT;
}

section.main-link .color-text h2 {
    font-size: 37px !important;
}

h2.sec-heading {}
    header .side_icons li{
        margin: 0 0 0 30px;
    }
    section.banner{
        height: 640px;
    }
    .sec-heading{
        font-size: 40px;
    }
    .hd{
        font-size: 35px;
    }
    section.cta_one .btn{
        font-size: 22px;
    }
    section.services{
        background-size: 100% 72%;
    }
    section.payment p{
        font-size: 20px;
    }
    section.services .content p{
        font-size: 18px;
    }
    section.pick_order .box h3,
    section.help_desk .content p{
            font-size: 16px;
    }
    footer .newsletter{
        padding: 20px 30px;
    }
    footer .newsletter .text p{
        font-size: 20px;
        line-height: 26px;
    }
    .step-1-in:before {
    width: 100%;
    z-index: -1;
    top: 187px;
}
.step-3:before {
    top: 45px !IMPORTANT;
    height: 357px;
}
.step-text h2 {
    font-size: 38px !important;
}

.affirm-page h2.sec-heading {
    font-size: 40px !IMPORTANT;
}
.step-2 img {
    width: 50%;
    left: 60px !IMPORTANT;
}

.step-3 img {
    width: 55%;
}
    footer .col-sm-12{
        
max-width: 100% !important;
        
flex: 0 0 100%;
        
text-align: center;
        
padding: 0 15%;
        
justify-content: center;
    }
    footer .copyright ul {
    padding: 0 0 20px;
}
footer ul.pay {
    padding: 0 0 30px;
}
footer .social-icon ul {
    text-align: center;
    margin: 15px 0 0;
}
footer form.search button{
    width: 100%;
}
}
@media(max-width:1199px){
    footer .pre_footer .dis-flex-start{
        justify-content: center;
    }
    footer .social-icon ul {
        text-align: center;
        margin: 10px 0 0;
    }
}
/*Responsive*/


/*NEW BY MS*/
/*Hydroplanting*/
section.hydro_avoid{
    padding: var(--padd60) 0 0;
    text-align: center;
}
section.hydro_avoid h2{
    text-align: left;
}
/*Hydroplanting*/
/*hydro_whatis*/
section.hydro_whatis{
    padding: var(--padd60) 0;
    position: relative;
}
section.hydro_whatis:before{
    position: absolute;
    content: "";
    background-color: #E0E0E0;
    width: 100%;
    height: 44%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
section.hydro_whatis h2.hd{
    text-align: left;
    width: 100%;
}
section.hydro_whatis p{}
section.hydro_whatis .img-box img{
    width: 100%;
}
/*hydro_whatis*/
/*hydro_cause*/
section.hydro_cause{
    padding: var(--padd60) 0;
}
section.hydro_cause .causes{
    text-align: center;
    margin: 20px 0 0;
}
section.hydro_cause .hd{}
section.hydro_cause p{}
section.hydro_cause .img-box{
    width: 60px;
    height: 60px;
    margin: auto;
}
section.hydro_cause .img-box img{
    width: 100%;
    height: 100%;
}
section.hydro_cause .box{
    padding: 0 15px;
    border-right: 1px solid #6F6F6E;
    min-height: 200px;
}
section.hydro_cause .box:last-child{
}
section.hydro_cause .box h3{
    margin: 25px 0 20px;
}
section.hydro_cause .box p{
    font-size: 14px;
    margin: 0;
}
/*hydro_cause*/
/*hydro_howdang*/
section.hydro_howdang{
    padding: var(--padd80) 0px;
    background: url(../../assets/images/hydroplanting/howis_bg.png)no-repeat;
    background-size: cover !important;
    background-position: center !important;
    color: #fff;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.directional_tire{
    background: url(../../assets/images/directionaltire/howis_bg.jpg)no-repeat;
}
section.directional_tire .media{}
section.directional_tire .media img{}
section.directional_tire .media{
    margin: 0 0 20px;
}
section.directional_tire .media .media-body{}
section.directional_tire .media .media-body p{
    padding: 0 0 0 15px;
}
section.hydro_howdang .img-box{}
section.hydro_howdang .img-box img{
    width: 100%;
}
section.hydro_howdang .content{
    padding: 0 1% 0 0;
}
section.hydro_howdang .content .hd{}
section.hydro_howdang .content p{
    padding: 0 30% 0 0;
}
/*hydro_howdang*/
/*shoulddo_howdang*/
section.shoulddo_howdang{
    padding: var(--padd60) 0;
}
section.shoulddo_howdang .hd{}
section.shoulddo_howdang p{}
section.shoulddo_howdang .box{
    display: -webkit-inline-box;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding: 40px 80px;
}
section.shoulddo_howdang .box .img-box{}
section.shoulddo_howdang .box .img-box img{}
section.shoulddo_howdang .box p{
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0 0 0 20px;
}
/*shoulddo_howdang*/
/*hydro_prevent*/
section.hydro_prevent{
    padding: var(--padd60) 0;
    background-color: #E0E0E0;
}
section.hydro_prevent .hd{}
section.hydro_prevent p{}
section.hydro_prevent ul{
    padding: 0 0 0 20px;
}
section.hydro_prevent ul li{}
/*hydro_prevent*/
/*hydro_tiredesign*/
section.hydro_tiredesign{
    padding: var(--padd60) 0;
}
section.hydro_tiredesign .img-box{
    width: 400px;
    height: 400px;
}
section.hydro_tiredesign .img-box img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
section.hydro_tiredesign .content{}
section.hydro_tiredesign .content .hd{}
section.hydro_tiredesign .content p{}
section.hydro_tiredesign .content ul{
    padding: 0 0 0 20px;
}
section.hydro_tiredesign .content ul li{}
/*hydro_tiredesign*/



/*Tire Rotation*/
/*whatis_rotate*/
section.whatis_rotate{
    padding: 0 0 var(--padd60);
    overflow: hidden;
}
section.whatis_rotate .box{
    display: inline-flex;
    padding: 0 0 30px;
}
section.whatis_rotate .box .img-box{
    width: 10%;
}
section.whatis_rotate .box .img-box img{
    width: 100px;
    height: 100px;
}
section.whatis_rotate .box .content{
    padding: 0 20px;
    width: 100%;
}
section.whatis_rotate .box .content .hd{}
section.whatis_rotate .box .content p{}
/*whatis_rotate*/
/*tire_rote*/
section.tire_rote{
    background: url(../../assets/images/tirerotation/howdang.png)no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 100px 0;
}
/*tire_rote*/
/*section.sidetoside_head*/
section.sidetoside_head{
    padding: var(--padd60) 0;
}
/*section.sidetoside_head*/
/*section.sidetoside*/
section.sidetoside{
    
    color: #fff;
    padding: var(--padd60) 0;
}
section.sidetoside .box{
    text-align: center;
}
section.sidetoside .box .img-box{}
section.sidetoside .box .img-box img{
    width: 100%;
    margin: 15px 0;
    height: 450px;
    object-fit: contain;
}
section.sidetoside .box h3{
    color: #000;
}
section.sidetoside .box p{
    color: #000;
}
/*section.sidetoside*/
/*section.cont_now*/
section.cont_now{
    padding: var(--padd60) 0;
    text-align: center;
}
section.cont_now h2{}
section.cont_now h3{
    font-size: 50px;
    color: var(--red);
}
/*section.cont_now*/
.bg_black{
   background-color: #000;
}
.bg_black .box{}
.bg_black .box h3{
    color: #fff !important;
}
.bg_black .box p{
    color: #fff !important;
}
/*Tire Rotation Page*/
/*Alignment Page*/
/*section.hydro_howdang*/
section.hydro_howdang.alingment{
    background: url(../../assets/images/alignment/howis_bg.png)no-repeat;
    background-size: cover;
    background-position: center;
}
section.hydro_howdang.alingment .content{
    display: inline-flex;
    padding: 30px 30% 30px 0%;
}
section.hydro_howdang.alingment .content img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
section.hydro_howdang.alingment .content p{
    padding: 10px 0 0 20px;
    margin: 0;
}
/*section.hydro_howdang*/
/*Alert 1 */
section.aler-1.alignment{
    padding: var(--padd80) 0 10px !important;
}
section.aler-1.alignment .media{
    min-height: 220px;
    padding: 0 0 0 25%;
}
section.aler-1.alignment .media img{
    position: absolute;
    top: 0;
    left: -6%;
}
section.aler-1.alignment .media .media-body{}
section.aler-1.alignment .sec-red img{
    width: 100%;
}
/*Alert 1 */
/*Camber Alignment */
section.camber_alignment{
    position: relative;
    padding: var(--padd60) 0;
    text-align: center;
}
section.camber_alignment:before{
    position: absolute;
    content: "";
    background-color: #E0E0E0;
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
}
section.camber_alignment .img-box{}
section.camber_alignment .img-box img{
    width: 100%;
}
section.camber_alignment p{
    margin: 40px 0 0;
    font-size: 20px;
}
/*Camber Alignment */
/*Tread Wear*/
section.treadwear{
    padding: var(--padd60) 0;
    text-align: center;
}
section.treadwear .hd{
    margin: 0 0 30px;
}
section.treadwear ul{
    display: flex;
    justify-content: space-between;
}
section.treadwear ul li{
    list-style: none;
    margin: 0 15px;
}
section.treadwear ul li h3{}
section.treadwear ul li .img-box{
    width: 100%;
    height: 220px;
}
section.treadwear ul li .img-box img{
    width: auto;
    height: 100%;
}
section.treadwear ul li p{
    box-shadow: 0px 0px 10px 0px #ccc;
    margin: 20px 0 0;
    min-height: 140px;
    padding: 10px 10px;
    border-radius: 8px;
}
section.treadwear ul li h5{
    background: linear-gradient(90deg, #E5342A, #BD1823);
    padding: 10px 10px;
    border-radius: 30px;
    width: 160px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto 20px;
}
/*Tread Wear*/
/*Alignment Page*/
/*Puncture Page*/
.puncture section.hydro_whatis:before{
    height: 55%;
}
.puncture section.hydro_howdang{
    background: url(../../assets/images/puncture/howis_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
section.hydro_howdang.tireage_howdang{
    background: url(../../assets/images/tireage/howis_bg.png) no-repeat;
}
.puncture_modals{}
.puncture_modals .modal-content{
        border-radius: 15px;
}
.puncture_modals button.close{
    position: absolute;
    right: 1%;
    top: 2%;
    background-color: #ccc;
    width: 30px;
    height: 30px;
    font-size: 24px;
    border-radius: 30px;
}
.puncture_modals .modal-body{
    padding: 5% 4%;
}
.puncture_modals .media{}
.puncture_modals .media img{}
.puncture_modals .media .media-body{
    padding: 0 0 0 20px;
}
.puncture_modals .media .media-body p{}
.puncture_modals .media .media-body img{
    margin: 15px 0;
}
/*Puncture Page*/
/*Road Force Page*/
.roadforce section.hydro_howdang{
    background: url(../../assets/images/roadforce/howis_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.roadforce section.hydro_whatis:before{
    height: 55%;
}
/*Road Force Page*/
/*Wheel Shop*/
section.shop_w_filter{
    padding: 60px 0 20px;
}
section.shop_w_filter .filter_in{
    padding: 25px;
    border: 2px solid #ccc;
    border-radius: 20px;
    margin: 0 0 30px;
}
section.shop_w_filter .filter_in .disc{
    text-align: center;
}
section.shop_w_filter .filter_in .disc img{}
section.shop_w_filter .filter_in .disc p{
    margin: 15px 0;
}
section.shop_w_filter .filter_in .box.diameter{}
section.shop_w_filter .filter_in .box {
    border-bottom: 1px solid #1D1D1B;
    margin: 0px 0 20px;
    padding: 20px 0;
}
section.shop_w_filter .filter_in .box h4{
    font-weight: 700;
}
section.shop_w_filter .filter_in .box ul{
}
section.shop_w_filter .filter_in .box ul li.list{
    list-style: none;
    height: 180px;
    overflow-y: scroll;
}
section.shop_w_filter .filter_in .box ul li.list .form-check{
    height: 30px;
}
section.shop_w_filter .filter_in .box ul li.list .form-check input{}
section.shop_w_filter .filter_in .box ul li.list .form-check label{
    width: 100%;
}
section.shop_w_filter .filter_in ul.brand_img{display: inline-block;width: 100%;}
section.shop_w_filter .filter_in ul.brand_img li{
    width: calc(100%/2);
    float: left;
    list-style: none;
    text-align: center;
}
section.shop_w_filter .filter_in ul.brand_img li img{
    width: 120px;
    height: 80px;
    object-fit: scale-down;
}
section.shop_w_filter .link_box{margin: 0 0 30px;}
section.shop_w_filter .link_box .links{background-color: #3C3C3B;padding: 15% 5%;border-radius: 20px 20px 0px 0px;}
section.shop_w_filter .link_box .links a{
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 32px;
    font-size: 20px;
}
section.shop_w_filter .link_box .detail{
    background-color: #000000;
    padding: 10% 5%;
    border-radius: 0px 0px 20px 20px;
}
section.shop_w_filter .link_box .detail p{
    color: #fff;
    margin: 0;
    font-size: 14px;
}
section.shop_w_filter .link_box .detail a{
    color: var(--red);
}
/*Wheel Shop*/

/*NEW BY MS*/
.section.shop_w_filter .filter_in .box ul li.list
{
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

section.shop_w_filter .filter_in .box ul li.list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

section.shop_w_filter .filter_in .box ul li.list::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

section.shop_w_filter .filter_in .box ul li.list::-webkit-scrollbar-thumb
{
    background-color: #575756;
}
.tire_box{
    min-height: 400px !important;
    padding: 20% 0 !important;
}
.pro_box{
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-height: 300px;
    padding: 5% 0;
    position: relative;
    margin: 0 0 30px;
}
.pro_box .brand_img{
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
}
.pro_box .brand_img img{
    height: 50px;
    object-fit: scale-down;
}
.pro_box .adv_img {}
.pro_box .adv_img img{
    object-fit: scale-down;
}
.pro_box h6{
    text-transform: uppercase;
}
.pro_box .pro_img{
    border-bottom: 1px solid #ccc;
}
.pro_box .pro_img img{
    height: 200px;
}
.pro_box h4{
    padding: 30px 0 30px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
}
.pro_box h4 strong{}
.pro_box h4 span{
    display: block;
    color: var(--red);
    font-size: 18px;
}
.pro_box:hover .overlay{
    height: 100%;
    opacity: 1;
}
.pro_box .overlay{
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 77%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all .5s ease;
    margin: auto;
    opacity: 0;
    padding: 0 0 40%;
    border-radius: 10px;
}
.pro_box .overlay a.cart_btn{
    font-size: 16px;
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--black);
    margin: 5px 0;
}
.pro_box .overlay:before{
    position: absolute;
    content: "";
}
.pro_box .overlay:hover:before{}
.pro_box .overlay a.cart_btn:hover{
    background-color: #ccc;
    border-color: #ccc;
}
.pro_box .set_price{
    display: inline-flex;
    padding: 40px 10px 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.pro_box .set_price h5{
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 12px 10px;
    border-radius: 6px;
    margin: 0;
}
.pro_box .set_price h5 strong{}
.pro_box .set_price h3{
    text-align: left;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}
.pro_box .set_price h3 span{
    display: block;
    font-size: 12px;
}
.pro_box .feat{}
.pro_box .feat li{
    font-size: 20px;
    line-height: 30px;
}
.pro_box .feat li span{
    font-size: 16px;
}
.pro_box .feat2{}
.pro_box .add_cart {
    margin: 15px 0;
}
.pro_box .feat2 li{
    border: 1px solid #fff;
    padding: 6px 10px;
    margin: 8px 0;
    transition: all .5s ease;
}
.pro_box .feat2 li:hover{
    transform: scale(1.1);
}
.pro_box .feat2 li img{
    width: 17px;
    height: 17px;
}
.pro_box .feat2 li span{}
.tire_box .overlay{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1D1D1B;
    color: #fff;
    padding: unset;
}
.tire_box .sale_price{
    background-color: #000;
    color: #fff;
    padding: 10px 10px;
    font-size: 20px;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
}
.tire_box .sale_price span{}
.tire_box .overlay .brand_img img{
    filter: invert(1);
}
.tire_box .set_price{
    padding: 80px 10px 20px;
}
/*Brand Logo Wheel page*/
section.brands_logo{
    background-position: center !important;
    background-size: cover !important;
    padding: 60px 0;
}
section.brands_logo img{}
/*Brand Logo Wheel page*/
/*Wheel Payment*/
section.wheel_payment{
        height: unset;
}
/*Wheel Payment*/
/*Shop Tire*/
section.shop_w_filter .filter_in .box.dates{}
section.shop_w_filter .filter_in .box.dates ul::-webkit-scrollbar{
  display: none;
  
}
section.shop_w_filter .filter_in .box.dates p{}
section.shop_w_filter .filter_in .box.dates p strong{
    font-size: 20px;
    float: right;
}
section.shop_w_filter .filter_in .box.dates p.bors{
    font-size: 12px !important;
    text-align: center;
    margin: 0;
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px 0 0;
}
section.shop_w_filter .filter_in .box.dates p.bors span{
    color: #72A82D;
}
section.shop_w_filter .filter_in .box.dates .form-select{
    margin: 0 0 15px;
}
section.shop_w_filter .filter_in .box.dates .form-select select{
    box-shadow: none;
    outline: none;
}
section.shop_w_filter .filter_in .box.dates .form-select select option{}
/*Shop Tire*/

/*Single Product*/
.single_product_page{
    padding: 60px 0 100px;
}
.signle_detail_box{
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 15px;
    height: 100%;
}
.signle_detail_box #lightSlider {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
  height: 460px !important;
}
.signle_detail_box li {
  display: block;
  float: left;
  cursor: pointer;
}
.signle_detail_box img {
  /* display: block; */
  /* height: auto; */
  /* width: 780px; */
  /* height: 520px; */
}

.signle_detail_box .lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.5;
}

.signle_detail_box .lSSlideOuter .lSPager.lSGallery li.active {
  opacity: 1;
}
.signle_detail_box .lSSlideOuter .lSPager.lSGallery li.active img{
    border-color: var(--red);
}
.signle_detail_box .lSSlideOuter .lSPager.lSGallery li.active,
.signle_detail_box .lSSlideOuter .lSPager.lSGallery li {
  border-radius: 0;
}

.signle_detail_box .lSSlideOuter .lSPager.lSGallery li.active:hover,
.signle_detail_box .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}

.signle_detail_box .lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: 100px;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #D7D6D6;
  border-radius: 20px;
}
.signle_detail_box .slider_area{
    width: 50%;
    margin: 0 12px;
    float: left;
}
.signle_detail_box #lightSlider li{padding: 5px;}
.signle_detail_box #lightSlider li img{
    width: 100%;
    object-fit: cover;
    height: 450px;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #D7D6D6;
}
.signle_detail_box #lightSlider li.active {}
.signle_detail_box #lightSlider li.active img{}
.signle_detail_box .slider_area ul.lSGallery{}
.signle_detail_box .slider_area ul.lSGallery img{}
.signle_detail_box .slider_area ul.lSGallery.active{}
.signle_detail_box .slider_area ul.lSGallery.active img{}
.signle_detail_box .slider_area .lSAction{}
.signle_detail_box .slider_area .lSAction .lSPrev{
    left: 30px;
}
.signle_detail_box .slider_area .lSAction .lSNext{right: 30px;}
.single_product_page .slider_area .media{
    align-items: center;
    margin: 40px 0 20px;
}
.single_product_page .slider_area .media img{
    width: 120px;
    height: 100%;
    object-fit: scale-down;
}
.single_product_page .slider_area .media .media-body{
}
.single_product_page .slider_area .media .media-body li{
    width: 100%;
}
.single_product_page .slider_area .media .media-body li img{
    width: 16px;
    height: 16px;
    display: unset;
}
.single_product_page .detail_area{
    width: 48%;
    float: right;
}
.single_product_page .detail_area .timeline{
    position: relative;
}
.single_product_page .detail_area .timeline p{
    margin: 10px 0;
    padding: 10px 10px;
    background-color: #F3F3F3;
    border-radius: 30px;
    font-size: 14px;
}
.single_product_page .detail_area .timeline span{
    position: absolute;
    right: 10px;
    padding: 0px 15px;
    background-color: #fff;
    border-radius: 20px;
}
.single_product_page .detail_area ul.title{
    padding: 10px 0;
    display: inline-table;
}
.single_product_page .detail_area ul.title li{
    width: 100%;
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.single_product_page .detail_area ul.title li img{height: 100%;width: 200px;object-fit: scale-down;}
.single_product_page .detail_area ul.spec{
    margin: 5px 0 5px;
}
.single_product_page .detail_area ul.spec h6{}
.single_product_page .detail_area ul.spec li {
    border: 1px solid #ccc;
    margin: 5px 5px;
    padding: 15px 20px;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .5s ease;
}
.single_product_page .detail_area ul.spec li:hover{
    background-color: #3e3e3e;
    color: #fff;
}
.single_product_page .detail_area ul.spec li:hover span{
    color: #fff;
}
.single_product_page .detail_area ul.spec li span{
    display: block;
    color: var(--red);
    transition: all .5s ease;
}
.single_product_page .detail_area ul.price {
    padding: 20px 0 0;
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.single_product_page .detail_area ul.price h3{
    font-size: 40px;
    margin: 0;
}
.single_product_page .detail_area ul.price li{
    display: flex;
    align-items: center;
}
.single_product_page .detail_area ul.price li img{width: 20px;height: 20px;margin: 0 10px 0 0px;}
.single_product_page .detail_area ul.price li:nth-child(2){font-size: 20px;line-height: 22px;}
.single_product_page .detail_area ul.add_cart {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.single_product_page .detail_area ul.add_cart li {}
.single_product_page .detail_area ul.add_cart li a {}
.single_product_page .detail_area ul.add_cart li a.btn_cart {
    background-color: #E6C438;
    border-color: #E6C438;
    color: #21211F;
}
.single_product_page .detail_area ul.add_cart li a.btn_checkout {
    background-color: #69943D;
    border-color: #69943D;
    color: #fff;
}
.single_product_page .detail_area ul.pay {
    display: grid;
}
.single_product_page .detail_area ul.pay li{
    margin: 12px 0;
    width: 100%;
    position: relative;
    font-size: 18px;
}
.single_product_page ul.pay li img{position: absolute;right: 0;}
.single_product_page ul.payment_option{
    background-color: #AEAEAE;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.single_product_page ul.payment_option li{}
.single_product_page ul.payment_option li h2{
    margin: 0;
    font-size: 35px;
}
.single_product_page ul.payment_option li img{
    width: 100px;
}
/*Single Product*/
/*Shipping Info*/
section.shipping{
    padding: 60px 0;
}
/*Shipping Info*/
/*Steps*/
section.step_sec{
    background: url(../../assets/images/shop/single_product/step_bg.png)no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 65%;
    padding: 60px 0;
    margin: auto;
    background-position: center;
}
section.step_sec .img-box{}
section.step_sec .img-box img{
    border-radius: 20px;
}
section.step_sec .hd{}
section.step_sec .step{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
section.step_sec .step img{
    width: 50%;
}
section.step_sec .step h4{
    color: #fff;
}
/*Steps*/
/*Offers*/
section.pro_offers{
    padding: 60px 0;
}
section.pro_offers .box{}
section.pro_offers .box img{
    border-radius: 10px;
}
/*Offers*/
a.back_arrow{
    color: #fff;
    text-transform: capitalize;
    padding: 0px 0px 0px;
    margin: 10px 0;
    text-decoration: none;
    color: #fff;
}

/* Directional Tires */
section.directional_install {
    padding: var(--padd80) 0;
}
section.directional_install .img-box{}
section.directional_install .img-box img{border-radius: 50%;width: 400px;height: 400px;}
section.directional_install .sec-heading{
  margin: 0 0 40px;
  text-align: center;
}
section.directional_install .sec-heading strong{
    color: var(--red);
}
/* Directional Tires */


/* section.typeoftires */
section.typeoftires {
    text-align: center;
    padding: var(--padd80) 0;
    overflow: hidden;
}
section.typeoftires .contentin {
    padding: 0 20%;
}
section.typeoftires .contentin .sec-heading{}
section.typeoftires .img-box {}
section.typeoftires .img-box img{}
section.typeoftires .content {
    text-align: left;
    padding: 0 0 0 40px;
    position: relative;
}
section.typeoftires .content:before{
  position: absolute;
  content: "";
  background: url(../../assets/images/directionaltire/arrow.png)no-repeat;
  width: 20px;
  height: 30px;
  left: 0;
  top: 10px;
}
section.typeoftires .content h3{}
section.typeoftires .content p{}
/* section.typeoftires */
/* section.dotnumber */
section.dotnumber {
    padding: var(--padd80) 0;
    text-align: center;
}
section.dotnumber .content{}
section.dotnumber .content .sec-heading{}
section.dotnumber .content p{}
section.dotnumber .img-box {}
section.dotnumber .img-box img{}
/* section.dotnumber */


/* Tire Inspection */
.section{}
/* Tire Inspection */


/* Help & Advice Page */
section.faqs_helpadvice{}
section.faqs_helpadvice .sec-heading{}
section.faqs_helpadvice .card{
    margin: 10px 0 30px;
    height: auto;
    border: 0;
    padding: 0 0 0 40px;
    position: relative;
}
section.faqs_helpadvice .card:before{
  position: absolute;
  content:"";
  background: url(../../assets/images/tirerotation/1.png);
  width: 59px;
  height: 59px;
  left: 0;
  top: 15px;
}
section.faqs_helpadvice .card .card-header{
    background-color: transparent;
    border: 0;
}
section.faqs_helpadvice .card .card-header h2{}
section.faqs_helpadvice .card .card-header h2 button{
    font-size: 18px;
    color: #000;
    pointer-events: none;
}
section.faqs_helpadvice .card-body{}
section.faqs_helpadvice .card-body p{}
section.hydro_helpadvice{
    background: url(../../assets/images/help/howis_bg.png)no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
section.needtoknow{
    padding: var(--padd80) 0;
    text-align: center;
}
section.needtoknow .content{
    margin: 0 0 60px;
    padding: 0 15%;
}
section.needtoknow .box{}
section.needtoknow .box .img-box{}
section.needtoknow .box .img-box img{}
section.needtoknow .box h3{
    font-size: 16px;
    margin: 15px 0 0;
}
/* Help & Desk Page */

/* Order Pickup */

.hydro_orderpickup{

}
section.transportire{padding: var(--padd80) 0;}
section.transportire .content{
    text-align: center;
    margin: 0 0 60px;
}
section.transportire .content p{}
section.transportire .media{
    padding: 30px 30px;
}
section.transportire .media img{}
section.transportire .media .media-body {
    align-self: center;
    padding: 0 10px 0 20px;
}
section.transportire .media .media-body p {}
/* Order Pickup */

/* Check Tire */
section.checktire {padding: var(--padd80) 0;}
section.checktire .sec-heading{}
section.checktire ul.checklist{}
section.checktire ul.checklist li{
    position: relative;
    padding: 0 0 0 50px;
    list-style: none;
}
section.checktire ul.checklist li:before{
  position: absolute;
  content: "";
  background: url(../../assets/images/tireinspection/error.png)no-repeat;
  width: 50px;
  height: 50px;
  left: 0;
  top: 5px;
}
section.checktire ul.checklist li h3{}
section.checktire ul.checklist li p{}

section.inspecturtire{
    text-align: center;
    padding: var(--padd80) 0;
}
section.inspecturtire .sec-heading{
    margin: 0 0 40px;
}
section.inspecturtire .box{
    padding: 30px 20px;
    margin: 0 0 30px;
}
section.inspecturtire .box img{}
section.inspecturtire .box h3{
    font-size: 18px;
    margin: 20px 0 10px;
}
/* Check Tire */

/* Tread Wear */
section.checktreadwear {
    padding: 0 0 var(--padd60);
    text-align: center;
}
section.checktreadwear .sec-heading{
    margin: 0 0 40px;
}
section.checktreadwear .img-box{}
section.checktreadwear .img-box img{}
section.checktreadwear h3{
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 41px;
}
section.checktreadwear2 {
    padding: 0 0 var(--padd60);
    text-align: center;
}
section.checktreadwear2 .sec-heading{
    margin: 0 0 40px;
}
section.checktreadwear2 .img-box{}
section.checktreadwear2 .img-box img{}
section.checktreadwear2 h3{
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 41px;
}
/* Tread Wear */

/* Tread Depth */
section.tread_depth{
    padding: var(--padd80) 0;
    text-align: center;
}
section.tread_depth .sec-heading{
    margin: 0 0 40px;
}
section.tread_depth ul.depth_list{}
section.tread_depth ul.depth_list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 0 30px;
}
section.tread_depth ul.depth_list li .icon{
    width: 100px;
    height: 100px;
    width: 10%;
}
section.tread_depth ul.depth_list li .icon img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
section.tread_depth ul.depth_list li .content{
    padding: 20px 30px 20px 30px;
    text-align: left;
    width: 70%;
}
section.tread_depth ul.depth_list li:before{
    position: absolute;
    content: "";
    background-color: #DFDFDF;
    width: 96%;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
    border-radius: 80px 0px 0px 80px;
}
section.tread_depth ul.depth_list li .content h3{
    color: var(--red);
}
section.tread_depth ul.depth_list li .content p{}
section.tread_depth ul.depth_list li .img{
    width: 20%;
}
section.tread_depth ul.depth_list li .img img{
    width: 100%;
    height: 100%;
}
/* Tread Depth */