@media all and (max-width:1200px) {

}
@media all and (min-width:992px){
	
}
@media all and (max-width:991px){
	.banner-img {
		width: 300px;
	}
	.bg-img-4 {
		background-size: cover;
	}
}
@media all and (max-width:767px){
	.logo {
		text-align: center;
	}
	.new-update-page .logo { 
		top: 20px;
		left: 0;  
		right: 0;
		margin: auto;
		text-align: center;
	}
	.banner-img{
		height: auto !important; 
	}
	.for_pc{
		display: none !important;
	}
	.for_mobile{
		display: block;
	}
	.new-update-page .banner-area {
		padding:60px 0 20px;
		height: auto !important; 
	}
	.banner-content a{
		padding-top: 20px;
	}
	.register-button  a{
		padding-top: 12px !important;
	}
	.register-button-1 a{
		padding-top: 12px !important;
		margin: auto;
		width: 260px !important;
	}
	.video_btn {
		font-size: 16px;
		color: #000;
		font-family: 'Poppins', sans-serif;
		font-weight: 300;
		line-height: 20px;
		padding-top: 20px;
		outline: 0 !important;
		display: flex;
		justify-content: space-around;
		text-decoration: none;
		padding-bottom: 0px;
	}
	.video_btn:hover{
		text-decoration: none;
	}
	.video_btn img {
		width: auto !important;
		height: auto !important;
		display: none;
	}
	.slick-slide{
		height: auto !important
	}
	.slick-dots{
		display: none !important;
	}
	.bg-img-4{
		height: auto;
	}

	.header-area{
		height: auto;
		margin-bottom: 15px;
		background: #FFF !important;
		background-image:none;
		padding-bottom: 0;
		padding-top: 15px;
	}
	.banner-img {
		width: 100%;
		margin-top: 25px;
		box-shadow: none;
	}
	.header-area {
		background-size: cover;
	}
	.banner-img {
		width: 400px;
	}
	.footer-area ul li {
		width: 50% !important;
		height: 85px !important;
	}
	.slick-dots {
		width: 100%;
		right: auto;
		top: auto;
		bottom: 0;
		margin: auto;
	}
	.slick-dots li {
		display: inline-block;
		margin: auto;
	}
	.banner-content {
		text-align: center;
	}
	.banner-content h2:after {
		right: 0;
		margin: auto;
	}
	.footer-area .slick-track {  
		height: auto !important;
	}
	.slick-track{
		height: auto !important;
	}
	.banner-img.webinar-image img{
		width: 65%;
		margin: auto;
	}
	.banner-content h2 {
		width: 100%;
		text-align:center;
		font-size: 40px;
		max-width: 100%;
		line-height: 52px;
		padding: 0; 
		margin-bottom: 0;
		padding-top: 5px;
	}
	.banner-content p {
		font-size: 14px;
		width: 100%;
	}
	.banner-content a {
		width: 100%;
	}
	.register-button a {
		width: 260px !important;
		margin: auto;
		margin-top: 15px !important;
	}

}
@media all and (max-width:575px){
}
@media all and (max-width:450px){
	.banner-img iframe {
		width: 100%;
		height: 200px;
	}
	.banner-area {
		padding: 20px 0 0px;
	}
	.footer_linst_area { 
		text-align: center;
	}
	.footer_linst_area ul { 
		flex-direction: column;
	}
	.footer_linst_area ul li a{
		border-left:none;
	}
	.banner-img {
		width: 100%;
		height: auto !important;
	}
	.banner-img img{
		height: auto;
	}
	.footer-area ul li {
		width: 50% !important;
		height: 85px !important;
	}
	.footer-area ul li a {
		font-size: 14px;
	}
	.banner-content h2 {
		font-size: 20px;
		line-height: 35px;
	}
}
@media all and (max-width:450px){
	.footer-area ul li a {
	font-size: 13px;
	}
}
