@media only screen and (max-width: 1400px) {
	.topNavRight li{
		    padding: 0px 7px;
	}
}

@media only screen and (max-width: 1178px) {
    .topNavRight ul {
        padding-left: 0px;
        justify-content: start;
    }

    .topNavRight ul li {
        padding: 6px 2px;
        padding-right: 17px;
        margin-right: 13px;
    }

    .searchInput input {
        font-size: 14px;
    }

    .Categorybox {}
}

@media only screen and (max-width: 991px) {
    .navbar-nav {

        margin-top: 18px;
    }

    .Categorybox {
        grid-template-columns: repeat(4, 1fr);
    }

    .toolGallery_item {
        margin-bottom: 15px;
    }

    .slider-sectionRight {
        margin-top: 35px;
    }

    .latestCrousel-section .owl-carousel .owl-nav {
        display: block !important;
        position: absolute;
        right: 17px;
        top: -55px;
    }

    .brandsCrousel-section .owl-nav {
        display: none;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }
    .topNavRight li {
        border-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .seleSection {

        margin-top: 30px;
    }

    .slider-sectionLeft h3 {
        font-size: 42px;
        line-height: 23px;
    }

    .slider-sectionLeft p {
        font-size: 16px;
        line-height: 19.03px;
    }

    .sliderBgImage {
        padding: 30px 10px;
       
    }
    .slider-sectionLeft {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 5px;

    }
    .slider-sectionLeft h3{
        justify-content: center;
    }
    .slider-sectionLeft a{
        max-width: 185px;
        width: 100%;
        margin: 0 auto;
    }
	.tools_supply_content p{
		line-height:normal;
	}
	..company-right {
    margin-top: 30px;
    text-align: center;
	padding-right:0px;	
}
	.margin-bottom-class{
		margin-bottom:20px;
	}
}

@media only screen and (max-width: 575px) {

    .Categorybox {
        grid-template-columns: repeat(3, 1fr);
    }

    .ToolGallery_section .toolGallery_item {
        max-width: 100%;
    }

    .slider-sectionLeft a {
        font-size: 11px;
        line-height: 23px;
    }

    .shopNowSection h3 {
        font-size: 26px;
    }

    .shopNowSection p {
        font-size: 12px;
    }

    .latest-heading {

        font-size: 21px;

    }

    .latestCrousel-section .owl-carousel .owl-nav {
        display: block !important;
        position: absolute !important;
        right: 41% !important;
        top: 100% !important;
        transform: translateX(-50%);
    }

    .googleTitle h1 {
        font-size: 23px;
    }

    .googleTitle-Section {
        padding: 40px 0px;
    }

    .googleTitle {
        padding-bottom: 20px;
    }

    .brandsCrousel-section {
        padding: 40px 0px;
    }
	.our_team {
		padding:0px;
	}
	.our-team-card{
		width:100%;
	}
	.tools_supply_content{
		width:100%;
		margin:10px auto;
	}
	.product-qaulity-left p{
    position: absolute;
    bottom: 98px;
    left: 18px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 28px;
    width: 92%;
	}


}

@media only screen and (max-width: 428px) {

    .Categorybox {
        grid-template-columns: repeat(2, 1fr);
    }

    .slider-sectionLeft h3 {
        font-size: 36px;
        line-height: 23px;
    }


}