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


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

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

    .banner-content {
        top: 15%;
    }

    .heading-area h2 {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 55px;
    }

     .banner-content h1 {
    font-size: 100px;
    line-height: 128px;
}

.banner-content h2 {
    font-size: 69px;
    line-height: 76px;
}
    

     
}

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

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

    .banner-content h1 {
        font-size: 75px;
        line-height: 85px;
    }
   
    .banner-content h2 {
        font-size: 54px;
        line-height: 60px;
    }

    .app-btn img 
    {
        max-width: 180px;
    }

    html, body {
	width: 100%;
	overflow-x: hidden;
}
	
	.about-video {
    	width: auto;
	}


}

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

    /*******************************
********NAV BAR*****************
*****************************/
    .nav {
        position: fixed;
        left: 0px;
        top: 0px;
        background: #febc5b;
        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: 30px;
        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: 100px;
        order: 1;
    }

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

    .nav .social 
    {
        padding: 10px 0;
        background: #000000a8;
    }

    .nav .social ul
    {
        justify-content: center;
    }

    .mob-logo 
    {
        background: #000000a8;
    }

    .mob-logo img 
    {
        width: 150px;
        margin: 0 auto;
    }


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

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

    .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;
    }

    .banner::before 
    {
        display: none;
    }

    .banner-content {
        top: 20%;
    }

    .video-area 
    {
        margin-bottom: 20px;
    }

    .get-in-touch input.form-control {
        margin-bottom: 15px !important;
    }

    .get-in-touch .form-select {
        margin-bottom: 15px !important;
    }

.heading {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
}

.blog-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
     min-height: inherit;
    max-height: inherit;
}

.mob-display {
    position: relative;
    bottom: -60px;
}

.banner-content {
    width: auto;
}

	.about-video {
    	width: 485px;
		margin-bottom: 20px; 
	}

	.from-area 
	{
		margin-bottom: 25px; 
	}

	
	
   
}



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

    .banner-content h1 {
        font-size: 60px;
        line-height: 68px;
    }

    .banner-content h2 {
        font-size: 44px;
        line-height: 46px;
    }
    .banner-content p {
    color: #FFF;
    margin: 17px 0;
}

.footer-link li a {
     
    margin: 0 10px;
    font-size: 16px;
}

.app-download-area 
{
    padding-bottom: 30px;
}
     

}

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

    .about-left-image::before 
    {
        display: none;
    }

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

.banner-content h1 {
        font-size: 45px;
        line-height: 62px;
    }

    .banner-content h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .how-content h3 {
    font-size: 25px;
    line-height: 35px; 
    }

    .how-text ul li {
    margin-bottom: 15px;
}

.heading {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .blog-cover {
    margin: 5px; 
    }

    .footer-content > ul 
    {
        flex-flow: wrap;
    }
	
	.about-video {
    	width: auto;
	}


}

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

    

     

}

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