/*--responsive--*/

@media(max-width:1400px) {
	
}


@media(max-width:1200px) {
	
}


@media only screen and (max-width: 992px) {
    .hero {
        min-height: 72vh;
        padding: 120px 0px 0px 0px;
        align-items: start;
    }
    .hero .banner-image {
        display: none;
    }
    .h2set {
        margin-top: 240px;
        background: #fff;
    }
    .bannerbtn .cta-btn {
        color: #000;
        border: 2px solid #000;
    }
  
}


@media only screen and (max-width:768px){
    .footer .footer-about .logo img {
        display: none;
    }
}


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