@media(max-width: 1422px){
	.banner-image{
		top: -20%;
	}
	.dmod{
	    height: 450px;
	}
}

@media(max-width:1199px){
	.social-icon ul{
		padding-left: 10px;
	}
}
@media(max-width: 991px){
	header .social-icon{
		display: none;
	}
	.banner-image{
		top: -15%;
	}
	.vision-block{
		margin-bottom: 2rem;
	}
	.cntc-btn{
		text-align: center;
	}
	.cntc-btn .btn-cntc{
		padding-right: 12px 40px;
	}
	.contact-form{
		padding-bottom: 2rem;
	}
}

@media(max-width:768px){
	.nav-menu{
		display: none;
	}
	.mobile-menu-icon{
		display: block;
	}
	.abt-title_tag{
		border-right: 0px;
		border-bottom: 1px solid #bdbdbd;
    	margin-bottom: 2rem;
	}
	.vision{
		padding-top: 4rem;
	}
	.summery-sec .pr-0, .testimony-sec .pr-0{
		padding-right: 15px !important;
	}
	.summery-sec .pl-0, .testimony-sec .pl-0{
		padding-left: 15px !important;
	}
	.company-dp{
		left: 50%;
	    transform: translate(-50%);
	    bottom: -150px;
	}
	.brand-banner{
		margin-bottom: 220px;
	}
	.company-wrap{
		text-align: center;
	}
	.banner{
		padding-top: 1rem;
	}

	.jp-overley{
		width: 100%;
	}
	.burger-active .burger-line-top, .nav-burger:hover .burger-line-top {
	    width: 34px !important;
	}
	.logo{
	    width: 100%;
	    padding-top: 2rem;
	}
	.dmod{
	    height: 450px;
	    width: 100%;
	    margin-left: 2rem;
	}
	.hero-typer h1{
	    font-size: 1.5rem;
	}
	.mobile-hide, .mbYTP_wrapper{
	    display: none;
	}
	.mob-tog{
	    display:block;
	    left: unset;
        right: 0;
        z-index: 999;
        top: 39px;
        position: fixed;
	}
	.toggle-nav{
	    border-right: 0px;
	}
	.jp-menu ul{
	    padding-left: 0;
	    text-align: center;
	}
	
}

@media(max-width:600px){
	.white-bg{
		margin: 0 0px;
	}
	.banner-image{
		width: 72vw;
		height: 70vw;
		top: -9%;
	}
	
}