@media only screen and (max-width: 600px){


	.mobo-hide{
		display: none !important;
	}

	.des-hide{
		display: block !important;
	}
	.navbar .navbar-nav .nav-link::after{
		 top: 71%;
    left: 4%;
	}

	li.nav-item.des-hide {
    text-align: center;
}

.btn.head-btn {
    /* margin: 20px; */
    /* margin-left: 20px; */
    width: 90%;
    margin-top: 20px;
    padding: 12px;
}

.cap-box-inner {
    min-width: 100%;
    padding: 30px;
    min-height: 397px;
}

.cap-main-cap h2 {
    font-size: 34px;
    line-height: 35px;
}

.about-count{
	bottom: -4%;
}

.about-desc{
	margin-top: 50px;
}

.v-head-flex{
	flex-direction: column;
	text-align: center;
}

.vtablinks {
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.foot-img {
	display: none;
}

.outside-box-left{
	margin-left: 0;
}


.m-col-rev{
	flex-direction: column-reverse;
}

.foot-contact {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cat-sec {
	margin-bottom: 20px;
}

.cat-sec h5{
	font-size: 17px;
}

.banner-vid-box h1 {
    font-size: 21px;
    line-height: 31px;
}

.vvideo-img{
	height: 500px;
    object-fit: cover;
}

a.infra-link {
    width: 100%;
}

.mobo-rev{
    flex-direction: column-reverse;
}
}

@media only screen and (max-width: 1440px){
.home-banner{
    min-height: 750px !important;
}

}