/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 18, 2020, 5:56:59 PM
    Author     : Sandeep Verma
*/

@media (max-width: 768px){
    .about-content3,.about-content2{
    padding: 10px 0px 30px 0px;
    }
    .about-section {
        background-size: 165%;
        background-position: right bottom,left top;
    }
    .producttab-wrap:before {
    display:none;
    }
    
    .producttab-wrap .custom-heading h3{
        color:#080808 !important;
    }
    .products_box {
    margin-bottom: 40px;
    }
    
    .producttab-wrap .accordion{
        margin-top:30px;
    }
	.news-event .row .col{display:flex;flex-direction:column;flex-basis: 100%;margin-bottom:15px;}
}

@media screen and (max-width: 990px){
    .tabindag-content{
        padding:0px;
    }
    .tabindag ul li:first-child{
        display:none;
    }
    .tabindag ul li:last-child{
        font-size:12px;
    }
    .tabindag{
    height:60px;
    line-height: 60px;
    }
.digitalInfo {
    margin-left: 0;
}
.digitalInfo:after{
    display:none;
}
.digital-wrap {
    text-align: center;
    margin-bottom: 0;
    background: #c00000;
    margin-top: 0;
}
.digitalInfo .row {
    border: none;
    padding: 0;
}
.digitalInfo h1 {
    font-size: 24px;
}
.digital-wrap .offset-2 {
    margin-left: 0;
}

.products_show{
    overflow-x: scroll;
}
.product_and_services_section {
    padding: 5px;
}
.products_box .products_box_item {
    padding: 15px;
}
.products_box .products_box_item img {
    height: 115px;
}
.exort_product_indag {
    margin-bottom: 30px;
}

.checklabel {
height:90px;
width:90px;
}

.checklabel img{
    height:30px;
}

.tabindag-content {
    height:auto;
    padding-bottom:20px;
}

/*.tyretype_radio{
    width:30%;
    margin-bottom: 12px;
    padding:0.5rem;
}*/
.questionindag {
    margin-top: 1rem;
    display: block;
    padding: 10px 0px;
}
button.find_right_thread_submit {
    width:100%;
}
.indag_promise {
    padding-bottom: 150px;
}
.slugcontent {
    display: flex;
    align-items: flex-start;
    margin: 10px 0px;
}
.shape-item {
   bottom: -90px;
    left: -30px;
    position: absolute;
}
.shape-item img {
    width: 100%;
}
.slugcontentbody p {
    font-size:18px;
}

#home_slider .item .cover .header-content{
    display:block
}

#home_slider .item .cover .header-content {
  position: relative;
  padding: 36px;
  overflow: hidden;
}
#home_slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 5px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
#home_slider .item .cover .header-content h2 {
  font-weight: 300;
  font-size:25px;
  color: #fff;
}
#home_slider .item .cover .header-content h1 {
  font-size: 50px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #7A7B7F;
}
#home_slider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height:26px;
  color: #fff;
}



.header-content {
    display:none;
}
/*.topcon_info {
    float:none;
}
.treadfinder_and_calulator_div ul {
    display: inline-flex;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}
.treadfinder_and_calulator_div ul li{
    width:50%;
}*/
}


/*New Css*/


@media (max-width: 960px) and (min-width: 501px) {
   
    .products_show li { width: 50%; } /* Show 2 logos per row on medium devices (tablets, phones in landscape) */
}

@media (max-width: 500px) {
    .products_show li { width: 100%; } /* On small screens, show one logo per row */
}

