/***********Responsive**************/

@media only screen and (max-width: 1700px) {

    .banner-area picture img {
        height: 750px;
        object-fit: cover;
    }

}


@media only screen and (max-width: 1399.98px) {

    .nav>ul>li {
        margin: 0px 30px 0px 0px;
    }


}

@media only screen and (max-width: 1199.98px) {

    .nav>ul>li {
        margin: 0px 30px 0px 0px;
    }


}

@media only screen and (max-width: 991.98px) {

    /*******************************
********NAV BAR*****************
*****************************/
    .nav {
        position: fixed;
        left: 0px;
        top: 0px;
        background: var(--blue-gradient-color);
        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: 15px;
        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;
        clear: both;
    }

    .logo {
        margin-top: 0;
        position: relative;
        z-index: 99;
        order: 1;
    }

    .menu-part {
        flex-flow: wrap;
    }

    /*******************************
********NAV BAR*****************
*****************************/

    .nav>ul>li>a {
        padding: 10px 15px;
        color: #FFF;
    }

    .mob-logo {
        display: block !important;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 0;
        border-radius: 0;
        overflow: hidden;
        background: #FFF;
        padding: 10px 0;
    }

    .mob-logo img {
        width: 120px;
    }

    .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;
    }


    span.arrow-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 999;
        color: #FFF;
        font-size: 18px;
    }


    .nav>ul>li>ul {
        position: relative;
        visibility: visible;
        opacity: 1;
    }

    .nav>ul>li>ul>li>a,
    .nav>ul>li>ul>li>ul>li>a {
        padding: 9px 15px 10px 15px;
    }

    .nav>ul>li>ul>li>ul {
        position: relative;
        top: 10%;
        left: 0;
        z-index: 999;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }


    .drop>ul>.drop .arrow-icon {
        rotate: 0deg;
    }

    .nav>ul>li>a {
        padding-right: 30px;
    }

    .map-area,
    .hearing-area,
    .simple-step {
        margin-bottom: 20px;
        height: auto;
    }

    .banner-text h1 {
        font-size: 40px;
    }

    .banner-text {
        margin-bottom: 20px;
    }


    .banner-flow-con {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 50px 0;
        background: #e6f4fc;
    }

    .banner-area picture img {
        height: auto;
        object-fit: cover;
    }



}



@media only screen and (max-width: 767.98px) {

    .footer-holder {
        margin-bottom: 20px;
    }

    .header-top .social ul,
    .top-contact-details ul {
        justify-content: center !important;
    }

    .top-contact-details ul {
        flex-flow: wrap;
    }

    .banner-from ul {
        flex-flow: wrap;
    }

    .banner-from {
        padding: 20px !important;
    }

    .banner-from h2 {
        font-size: 22px;
    }


}

@media only screen and (max-width: 575.98px) {


    .lower-from {
        flex-flow: wrap;

    }

    .brand-heading {
        font-size: 28px;
        line-height: 35px;
    }


}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 320px) {}

/* Video section */
@media screen and (min-width:1024px) {
    #video-sec {
        background: #ffffff;
        padding: 0;
        padding:100px 0;
    }

    .video {
        width:24%;
    }


    #video-sec .container .video-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom:100px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #video-sec {
        background: #ffffff;
        padding:50px 0;
    }

    .video {
        width:49%;
    }


    #video-sec .container .video-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom:100px;
    }
}

@media screen and (max-width:767px) {
    #video-sec {
        background: #ffffff;
        padding:50px 0;
    }

    .video {
        width:100%;
    }

    #video-sec .container .video-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}