/***********Responsive**************/


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

     .nav>ul>li {
    
    margin: 0px 20px 0px 0px;
}

     
}

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

    .nav>ul>li {
        margin: 0px 30px 0px 0px;
    }

    .call-btn {
    padding: 10px 15px;
    font-size: 14px;
    max-width: 200px;
}

 .call-btn span 
 {
    display: none;
 }

.right-head > ul 
{
    margin-right: 10px !important;
}

.nav>ul>li>a 
{
    font-size: 16px;
}

.banner-content h1 {
    font-size: 50px;
    line-height: 70px;
    color: #FFF;
    margin-bottom: 20px;
}

.banner-content h1 span {
    font-size: 50px;
    line-height: 50px;
    color: #FFD786;
}

.banner-content h1 strong {
    font-size: 50px;
}

.product-list .container {
    max-width: 100%;
}

.blog-slider .slick-next {
    right: -20px;
}

.blog-slider .slick-prev {
    left: -20px;
    z-index: 99;
}

.footer-info {
    padding: 10px;
    border-bottom: 1px solid #FFD786;
    width: 100%;
    margin: 0 auto;
}

.footer-info ul li {
    
    max-width: 33.333%;
    margin-right: 30px;
}


}

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

    /*******************************
********NAV BAR*****************
*****************************/
    .nav {
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgb(188 132 40);
        height: 100%;
        z-index: 999;
        transform: translate(-105%, 0px);
        transition: all 0.4s ease-in-out;
        width: 300px;
        box-shadow: 0 0 5px #606060;
        margin: 0;
        display: block;
        overflow-y: auto;
    }

    .menutogg {
        transform: translate(0%, 0px) !important;
        transition: all 0.4s ease-in-out;
    }

    .nav ul {
        width: 100%;
    }

    .header .row {
        margin: 0px;
    }

    #pull {
        display: block;
        width: auto;
        float: right;
        margin-top: 40px;
        order: 3;
    }

    ul#menu-bg {
        display: block;
    }

    .header-phone {
        margin-left: 40px;
        margin-top: 14px;
    }

    .top-icon {
        margin-top: 31px;
    }

    .nav>ul>li {
        display: block;
        margin: 0;
    }

    .logo {
        margin-top: 0;
        position: relative;
        z-index: 99;
        width: 135px;
        order: 1;
    }

    .menu-part {
        flex-flow: wrap;
    }

    /*******************************
********NAV BAR*****************
*****************************/

    .nav>ul>li>a {
        padding: 10px 15px;
        color: #000;
    }

    .mob-logo {
        display: block !important;
        width: auto !important;
        margin: 0 auto;
        text-align: center;
        margin-top: 15px;
        border-radius: 10px !important;
        overflow: hidden;
    }

    .topmines #pull {
        margin-top: 5px;
    }

    .nav>ul>li:hover>a,
    .nav>ul>li.current-menu-item>a,
    .nav>ul>li.current-menu-parent>a,
    .nav>ul>li.current-menu-ancestor>a {
        color: #fff;
    }

    .call-text b {
        font-size: 26px;
        line-height: 60px;
    }

    .call-text strong {
        font-size: 40px;
        line-height: 45px;
    }

     .right-head 
     {
        display: none !important;
     }

    #pull {
        display: block;
        width: auto;
        float: right;
        margin-top: 20px;
        order: 3;
        margin-bottom: 10px;
    }

    .banner-content {
    position: absolute;
    top: 10%;
    z-index: 99;
    width: auto;
}

.blog-image img {
    height: auto;
}

.discover-more-sec {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    border-radius: 20px;
    padding: 100px 30px;
/*     background-position: 82% 0 !important; */
}

.mobile-part {
        display: block !important;
        background: #ffeac6;
        padding: 15px;
    }

    .contact-details ul li a {
        color: #000;
        font-size: 13px;
    }

    

    .mob-head-social ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    flex: 0 0 30px;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 10px;
}

.top-social-media ul, .head-info
{
    justify-content: center !important;
}

.head-info ul 
{
    flex-flow: wrap;
    justify-content: center;
}
	
	/****/
	
	span.arrow-icon {
		right: 10px;
		top: 10px;
	}
	
	.nav>ul>li>ul 
	{
		position: relative; 
		transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
	}
	
	.nav>ul>li>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
	transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
}

	.nav>ul>li>ul>li>a, .nav>ul>li>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}
	
	.nav>ul>li:last-child>ul>li>ul, .nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: 0;
    right: 0;
    position: relative;
    width: 100%;
		transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
}
	
	.nav>ul>li>ul>li>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
		transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
}
	
	.nav>ul>li>ul 
	{
		width: auto; 
		transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
	}

   
}



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

    .banner-content h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .banner-content h1 span {
        font-size: 35px;
        line-height: 40px;
    }

 .banner-content h1 strong {
        font-size: 33px;
    }

    .banner-content p {
    font-size: 20px;
}

.banner-content {
    top: 24%;
}
.banner-content p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .heading {
    font-size: 30px;
    line-height: 40px;
     
}

.product-content h2 {
    font-size: 38px;
    line-height: 60px;
 
}

.footer-info ul 
{
    flex-flow: wrap;
}

.footer-info ul li {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .footer-link ul 
    {
        flex-flow: wrap;
    }
	
		.discover-more-sec {
    height: 350px;
}
	
	.cat-image img 
	{
		width: 100%; 
	}
     

}

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

    
   .banner-area .slick-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.head-info ul li a {
    font-size: 14px;
}

	.discover-more-sec {
    height: 320px;
}
	
	 
	
	.multiple-items .slick-prev, .multiple-items .slick-next 
	{
		display: none !important; 
	}


}

@media only screen and (max-width: 480px) {
	
	.discover-more-sec {
    height: 300px;
}
	
	.discover-more-sec {
        height: 210px;
    }
	
	

	
     

}

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