@media(max-width: 1400px)
{
	iframe {
		width: 500px;
	}
}
@media(max-width: 1200px)
{
	iframe {
		width: 400px;
	}
	.swiper {
		width: 900px;
		height: 500px;
	}

}

@media(max-width: 991px)
{
	.userpanel li{
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.nav-item:first-child{
	    margin-top: 50px;
	}
	.nav-link:hover span{
		width: 0;
	}
	.dropdown-menu{
		text-align: center !important;
	}
	.swiper {
		width: 750px;
		height: 420px;
	}

}
@media(max-width: 767px)
{
	iframe {
		width: 300px;
	}
	.swiper {
		width: 400px;
		height: 300px;
	}
}
@media(max-width: 575px)
{
	.cpy{
		padding: 0px 10px;
	}
	.footer ul li {
	     padding-bottom: 5px; 
	}
	.swiper {
		width: 350px;
    	height: 215px;
	}
	.width-img {
		width: 40%;
	}
	dl, ol, ul {
		margin-top: 0;
		margin-bottom: 1rem;
		padding-left: 0 !important;
	}
	footer ul {
		text-align: center;
	}
}


