@media only screen and (max-width:1920px) {
#mobile {display:none;}	
#whatsappbutton {display:none;}	
#callnowbutton {display:none;}	
}

@media only screen and (max-width:1680px) {
	.my-join-btn {
		right: 260px;
	}
}

@media only screen and (max-width:1600px) {
	.my-join-btn {
		right: 220px;
	}
}

@media only screen and (max-width:1440px) {
	.my-join-btn {
		right: 140px;
	}
}

@media only screen and (max-width:1366px) {
	.my-join-btn {
		right: 100px;
	}
}

@media only screen and (max-width:1199px) {
	.banner-area {
		position: relative;
	}
	.banner-area:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		background: rgba(38, 118, 200, 0.5);
	}
	.banner-col h2 {
		margin-top: 50px;
	}
	.banner-col.left-space {
		padding-left: 0;
	}
	.down-arrow {
		margin-top: 50px;
	}
	.service-content {
		padding: 0 20px 50px;
	}
	.testimonial-box {
		padding: 40px 20px;
	}
}

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

}

@media only screen and (max-width:991px) {
	/* Nav CSS Start */
	.navbar-toggler {
		position: relative;
    	z-index: 9999999;
	}
	.header-area .navbar-brand {
		position: relative;
    	z-index: 999999;
	}
	.navigation {
		background: #f5f5f5;
    	margin-top: 20px;
    	padding: 0 20px;
    	text-align: right;
	}
	.navigation ul li a {
		display: block;
		padding: 10px 0;
	}
	.my-header.my-fixed-header .navigation ul li a {
		padding: 10px 0;
	}
	/* Nav CSS End */


	.my-header {
		padding: 20px 0;
	}
	.my-join-btn {
		top: 12px;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 0;
	}
	.my-header.my-fixed-header .my-join-btn {
		top: 12px;
	}
}

@media only screen and (max-width:767px) {
#desktop {display:none;}	
#mobile {display:block;}
#whatsappbutton {display:block;}	
#callnowbutton {display:block;}
.banner-area {padding: 60px 0 100px!important;}
}

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


@media only screen and (max-width:575px) {
	.header-area .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width:480px) {
	.header-area .navbar-brand {
		margin-right: 0;
	}
}

@media only screen and (max-width:420px) {
	.banner-col .my-plane {
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}
	.my-join-btn {
		display: none;
	}
	.banner-col h1 {
		font-size: 30px;
	}
}

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

}

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

}

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