@media only screen and (min-width: 1601px) {}

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

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

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



}

@media only screen and (max-width: 1100px) {
    h1 {
        font-size: 38px;
        line-height: 71px;
    }

    h2 {
        font-size: 28px;
        line-height: 48px;
    }

    h3 {
        font-size: 26px;
        line-height: 38px;
    }


    h4 {
        font-size: 24px;
        line-height: 33px;
    }

    h5 {
        font-size: 22px;
        line-height: 28px;

    }

    h6 {
        font-size: 16px;
        line-height: 31px;
    }

/*     .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    } */

/*     .home-banner {
        height: 70vh;
    } */

    .banner-content span {
        font-size: 38px;
        color: #fff;
    }

    ul.tabs {
        max-width: 100%;
    }

    .shop-flex {
        align-items: center;
    }

    .shop-img {
        min-height: 183px;
    }

    .contact-links-width a {
        width: 100%;
        max-width: 65%;
    }

    .contact-bg-color {
        padding: 50px 30px;
    }
    .five-flex .five-img:nth-child(2) img {
        min-height: 500px;
    }  
    .footer-width ul li a br {
        display: block;
    } 
    .five-img-main a {
        font-size: 14px;
        font-weight: 700;
        width: 100%;
        line-height: 20px;
    } 
	.full_width_img {
    	height: 40vh;
 	}
	.engine__rebuild--services{
		padding:50px 0;
	}
}


@media only screen and (max-width: 992px) {
	.engine__rebuild--services__repeater .engine__rebuild--services__repeater--image {
    width: 100%;
    max-width: 100%;
}
	.engine__rebuild--services__repeater .engine__rebuild--services__content {
    width: 100%;
    max-width: 100%;
}
	.engine__rebuild--services__repeater .engine__rebuild--services__content p:first-of-type{
		margin-top:20px;
	}
	.partners_slider {

    gap: 20px 75px;

}
	.partners_slider .item.item-box {
    max-width: calc((100% / 5) - 60px);
 
}
    .banner-content h1 {
        font-size: 30px;
        line-height: 50px;
    }

    .banner-content span {
        font-size: 28px;
    }

    .grey-imgs {
        width: 100%;
        max-width: 15%;
    }

    .dealer-text h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .dealer-text a {
        padding: 10px 26px;
    }

    .contact-content h3 {
        width: 100%;
        max-width: 100%;
    }

    .contact-links-width a {
        width: 100%;
        max-width: 80%;
    }

    section.contact {
        padding: 40px 0;
    }

    .contact-content {
        width: 100%;
        max-width: 100%;
        padding: 15px 0;
    }

   
    #hamburger-6.is-active {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #hamburger-6.is-active .line:nth-child(2) {
        width: 0px;
    }

    #hamburger-6.is-active .line:nth-child(1),
    #hamburger-6.is-active .line:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    #hamburger-6.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
        -o-transform: translateY(13px);
        transform: translateY(11px);
    }

    #hamburger-6.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(90deg);
        -ms-transform: translateY(-13px) rotate(90deg);
        -o-transform: translateY(-13px) rotate(90deg);
        transform: translateY(-5px) rotate(90deg);
    }

    .row .three {
        padding: 80px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #2c3e50;
        color: #ecf0f1;
        text-align: center;
    }

    .hamburger .line {
        width: 40px;
        height: 4px;
        background-color: #fff;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .three col {
        position: relative;
    }
    .hamburger.is-active {
        z-index: 999999999 !important;
        position: relative;
    }
    .hamburger.is-active span {
        background: #fff;
    }

    .hamburger:hover {
        cursor: pointer;
    }
    .menus-flex {
        position: fixed;
        top: -103%;
        height: 39vh;
        width: 100vw;
        background-color: black;
        transition: 0.5s ease-in-out;
        z-index: 999999;
        left: 0;
    }

    .menus-flex.active {
        top: 0;
    }

    .menus-flex ul li a {
        color: white;
        padding: 10px 0;
        font-size: 18px;
    }

    .menus-flex ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    } 
    .three.col {
        position: absolute;
        top: 3px;
        right: 20px;
    }
    .dealer-text {
        width: 100%;
    }
    .five-img img {
        padding: 5px 0;
    }    
    .five-flex .five-img:nth-child(2) img {
        min-height: 367px;
    }
    /************************************************************** ABOUT MEDIA START HERE ********************************************************/
    .about-main-img {
        width: 100%;
        max-width: 70%;
    }
    .about-content-flex {
        flex-direction: column;
    }
    .about-text {
        width: 100%;
        max-width: 90%;
    }
    .about-main-img {
        width: 100%;
        max-width: 70%;
        margin: 20px 0;
    }
    .about-flex .about-content-flex:nth-child(2) {
        flex-direction: column;
    }
    .feel-free-width img {
        width: 100%;
        max-width: 70%;
        margin: 0 auto;
    }
    
        /************************************************************** ABOUT MEDIA END HERE ********************************************************/

    /****************************************************************** CONTACT MEDIA START HERE *****************************************************/
    .contact-width {
        width: 100%;
        max-width: 49%;
        background-color: #F8F8F8;
        padding: 20px;
        text-align: center;
    }
    .contact-width a {
        color: #000000a8;
        line-height: 30px;
        min-height: 90px;
    }
    .feel-free-flex {
        flex-direction: column;
    }
    section.contact-us {
        padding: 40px 0;
    }
    .feel-free-width {
        width: 100%;
        max-width: 100%;
        margin: 10px auto;
    }
    
}
    /****************************************************************** CONTACT MEDIA END HERE *****************************************************/

@media only screen and (max-width: 767px) {
	section.our-parntner {
    padding: 40px 0;
}
	.desktop__hidden .our-parnter-image img {
    max-height: 150px;
    object-fit: contain;
    min-height: 150px;
}
		.partners_slider {

    gap: 20px 40px;

}
	.desktop__hidden{
	  display:block;	
	}
	.mobile__hidden{
	  display:none;	
	}
	.partners_slider .item.item-box {
    max-width: calc((100% / 2) - 20px);
 
}
	.partners_slider .item.item-box {
    max-width: 100%;

}
	p {
    line-height: initial;
}
    .grey-imgs {
        width: 100%;
        max-width: 35%;
        margin: 15px 22px;
    }   
    .grey-flex {
        justify-content: center;
    } 
    .grey-flex {
        padding: 15px 0;
    }
    .shop-imgs-content {
        width: 100%;
        max-width: 46%;
        text-align: center;
    }    
    .shop-imgs-content a {
        font-size: 12px;
    }
    .banner-content span {
        font-size: 17px;
    }
    .banner-content h1 {
        line-height: 35px;
    }
    .banner-content h1 {
        font-size: 24px;
    }
    .banner-anchor a {
        margin: 20px 5px 0;
    }
    .shop-heading h3 {
        color: #000;
        text-align: center;
        font-size: 15px;
        padding: 10px 0;
    }
    ul.tabs {
        padding: 0;
    }
    .dealer-width {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }
    section.dealer {
        padding: 20px 0;
    }
    section.contact {
        padding: 10px 0;
    }
    .footer-flex .footer-width:nth-child(1) {
        width: 100%;
        max-width: 100%;
    }
    .footer-flex .footer-width {
        width: 100%;
        max-width: 100%;
    }
    .footer-width h5 {
        padding: 30px 0;
    }
    .load-more { 

        margin: 50px 0 10px;
}
.contact-content h3 {
    font-size: 20px;
}
.footer-width ul li a br {
    display: none;
}
.shop-img {
    min-height: 150px;
}
.five-flex {
    flex-wrap: wrap;
}
.five-img {
    width: 100%;
    max-width: 100%;
}
.five-img img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.five-flex .five-img:nth-child(2) {
    width: 100%;
    max-width: 100%;
}
	.header-logo {
    width: 100%;
    max-width: 30%;
    margin: 0 auto;
}
.search-bar {
    position: relative;
    width: 100%;
    max-width: 100%;
	margin: 10px 0;
}
.banner-anchor a {
    width: 100%;
    max-width:100%;
}
.phone a {
    font-size: 7px;
}
.phone i {
    padding-right: 5px;
}
.phone {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flags {
    justify-content: center;
    width: 100%;
    margin: 10px 0px;
}
.three.col {
    top: 20px;
}
.hamburger .line {
    width: 25px;
    height: 3px;
    margin: 5px auto;
}
.boat-content h1 {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
}

.boat-content {
    width: 100%;
    max-width: 100%;
}
section.boat-banner {
    text-align: center;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
.categories-content {
    width: 100%;
    max-width: 100%;
}
.categories-content-flex {
    width: 100%;
    max-width: 48%;
}
/***************************************************** ABOUT MOBILE MEDIA CSS START HERE*************************************** */
.about-main-img {
    width: 100%;
    max-width: 90%;
    margin: 20px 0;
}
section.about-content {
    padding: 20px 0;
}

/************************************************** CONTACT MEDIA START HERE ************************************************************/
.two-divs-flex {
    flex-direction: column;
}
.contact-width {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
}
.feel-free-width img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.feel-free-width h3 {
    font-size: 24px;
}
	.phone a {
    line-height: 12px;
}
	.search-bar input::placeholder {
    font-size: 10px;
}
}