/* large Desktops and laptops ----------- */
@media only screen and (min-width: 1225px) and (max-width: 2500px){
	.container{
		max-width:1170px
	}
}







/* Desktops and laptops  */
@media only screen and (min-width: 992px) and (max-width: 1224px){
	.container{
		max-width:960px;
	}
}








/* TABLETS (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 991px){
	.container{
		max-width:720px
	}
}








/* TABLETS - SMARTPHONES LANDSCAPE (portrait and landscape)  */
@media only screen and (min-width: 481px) and (max-width: 767px){
	.container{
		max-width:640px;
	}
	nav ul{
		justify-content: left;
	}
	nav ul li{
		font-size: 13px;
	}
	.news ul li.hide{
		font-size: 9px;
	}
	.content {
        flex-direction: column;
        gap: 0;
    }
	article {
        width: 100%;
    }

    .article .allArticle .sinArt {
        width: 100%;
    }

    aside {
        width: 100%;
        margin-top: 10px;

    }
    .postImg img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
	aside .all {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	aside .all .sin {
		margin-bottom: 8px;
	}
	aside .all .sin .info a h2 {
		font-size: 11px;
		line-height: 20px;
	}
	.latestNews .container {
		flex-direction: column;
	}
	.latestNews .left {
		width: 100%;
		margin-bottom: 15px;
	}
	.latestNews .right {
		width: 100%;
	}
	.latestNews .right .all {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
	.latestNews .all .sin {
		margin-bottom: 10px;
		width: calc(100% - 20px);
	}
	.latestNews .all .sin img {
		width: 100px;
		height: 90px;
	}
	.latestNews .all .sin .info a h2 {
		font-size: 10px;
		line-height: 20px;
	}
	.footer .container{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
	.footer .logo img {
		width: 160px;
		margin-right: 20px;
	}
	.footer .pricing li{
		font-size: 10px;
		font-weight: 500;
		padding-bottom: 12px;
	}
	.footer .insider h5{
		font-size: 13px;
		padding-bottom: 10px;
	}
	.footer .insider form input[type="email"] {
		margin-bottom: 11px;
	}
	.footerBottom p{
		font-size: 10px;
	}



	.videos .allvideos{
		row-gap: 15px;
	}
	.videos .allvideos .sinvideos.ltNews{
		width: calc(50% - 21px);
	}

	.blog article {
            width: 100%;
        }
}








/* Smartphones (portrait and landscape)  */
@media only screen and (min-width: 320px) and (max-width: 480px){
	.container{
		width: 97%;
		padding: 0;
    }

    .flex-wrap{
        flex-wrap: wrap;
    }
	.smd{
		display: none!important;
	}
	.headerTop .headerUp .tmenu{
		display: flex;
	}
	.column{
		flex-direction: column;
	}
	.full{
		width: 100%!important;
	}
	.logoButton .logo{
		justify-content: left;
	}
	.logoButton .search{
		bottom: -3px;
		right: 10px;
	}
    .logoButton .logo a img {
        width: 270px;
    }
	.logoButton .logo h1{
		font-size: 20px;
		margin-bottom: 0;
	}	
	.logoButton .logo p{
		font-weight: 11px;
	}
	.headerTop .headerDown p {
		font-size: 10px;
	}
	.headerTop .headerDown ul li a {
		font-size: 12px;
	}
	.logoButton .search a.ld img{
		width: 40px!important;
	}

	nav ul{
		justify-content: left;
	}

	.logoButton .search ul li:nth-child(2){
		border-left: 1px solid #ddd;
	}






	.news ul li.hide{
		font-size: 8px;
	}
	.latestNews .left{
		margin-bottom: 20px;
	}
	.latestNews .all .sin {
		width: calc(100% - 20px);
	}

	.postImg img {
        height: 270px;
    }

	.contactUs .left{
		margin-bottom: 20px;
	}

	.conlocHo {
		padding: 30px 0 0 0;
	}
	.conlocHo .sinCon {
		width: calc(100% - 40px);
		padding: 20px;
		margin-bottom: 20px;
	}
	.contactUs {
		padding: 15px 0px 30px 0px;
	}
	.contactUs .contactData .conRight form .name {
		flex-direction: column;
		margin-bottom: 0;
	}
	.contactUs .contactData .conRight form input[type="text"],
	.contactUs .contactData .conRight form input[type="submit"],
	.contactUs .contactData .conRight form textarea ,
	.contactUs .contactData .conRight form input[type="email"]{
		width: calc(100% - 20px);
		padding: 8px 10px;
		margin-bottom: 10px;
	}
	.contactUs .contactData .conRight form input[type="submit"]{
		width: 100%;
	}
	.contactUs .contactData .conRight {
		width: 100%;
	}

	nav ul {
		width: auto+30px;
		flex-wrap: nowrap;
	}
	nav ul li{
		font-size: 12px;
	}

	.footer {
		padding: 25px 15px 0 10px;
	}
	.footer .logo img {
		width: 300px;
	}
	.footer .left ul {
		margin-bottom: 20px;
		align-items: flex-start;
	}

	.logoButton {
        padding: 20px 0;
    }
	nav {
		padding: 10px 0;
		border-bottom: none;
		background: #f1f1f1;
	}

	
	
	.dragging{
		overflow-x: scroll;
	}
	.dragging.active{
	    overflow-x: visible;
	}
	.dragging::-webkit-scrollbar {
		height: 0px;
		/* background: #ddd; */
	}
	
	.dragging::-webkit-scrollbar-track {
		box-shadow: inset 0 0 6px #fff;
	}
	
	.dragging::-webkit-scrollbar-thumb {
		background-color: #1D85FC;
		border-radius: 5px;
	}



	.content {
        max-width: 100%;
    }
	aside .all {
		padding: 0 8px;
	}
	.rgp2{
		row-gap: 20px;
	}

	.videos .allvideos .sinvideos {
		margin: 0 ;
	}



	.latestNews ,
	.advertisment ,
	.videos {
		padding: 20px 0;
	}


	.header.sticky .logoButton{
		display: block;
		transition: 0.5s all ease;
	}
	.whatsapp{
		display: grid;
	}
	.whatsapp p span{
		display: none;
	}

	.latestNews h4,
	.videos h4{
		margin-left: 15px;
	}
}

/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
		
}