@media screen and (min-width: 1280px) and (max-width: 1920px) {}

@media screen and (min-width: 1280px) {}

@media screen and (min-width: 1920px) {
	.sm-font,
	.xs-font {
		font-size: 0.7vw;
	}
	
	.header-wrapper .top-header .t-date {
		font-size: 0.8vw;
	}
	.header-wrapper .navbar-light .navbar-nav .nav-link,
	.f-mukta,
	.header-wrapper .top-header .dropdown .dropdown-menu .dropdown-item,
	.form-control {
		font-size: 0.9vw;
	}
	body,
	.btn,
	#footer-wrapper .top,
	#footer-wrapper .btm-text,
	.banner-text .top,
	.header-wrapper.new-header .top-header .top-btns,
	.my-profile-info tr td,
	.myp-links,
	.contributor-w .item .dropdown .btn-post {
		font-size: 1vw;
	}
	.h6, h6 {
		font-size: 1.1vw;
	}
	.h5, h5,
	.post-w .body .read-more {
		font-size: 1.2vw;
	}
	.container {
	    max-width: 1500px;
	}
	.header-wrapper .logo-wrap {
		top: -52px;
	}
	.header-wrapper .logo-wrap img {
	    width: 170px;
	}
	.header-wrapper .top-header div, .header-wrapper .top-header a {
	    padding: 20px;
	}
	.header-wrapper .navbar-light .navbar-nav .nav-link {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header-advance-search button {
		min-width: 120px;
	}
	.my-post-w .my-img {
		width: 70px;
	}
	.my-post-w .p-btns-w .item img {
	    width: 45px;
	}
	.banner-text .top .cat {
		padding: 7px 12px;
	}
	.tab-content {
		padding: 2.5rem;
	}
	.header-advance-search form {
		/*height: 55px;*/
	}
	.post-link {
		margin: 2rem 0;
	}
	.discussion-w .d-img,
	.discussion-w .p-reply-w .user-img {
		height: 40px;
		width: 40px;
	}
	.red-bg-box {
		padding: 10px 12px;
	}
	.post-w.new {
	    padding-bottom: 13rem;
	}
	.header-wrapper .top-header .dropdown .dropdown-menu .dropdown-item {
		padding: 0.75rem 1.5rem;
	}
	.like-w img {
	    width: 25px;
	}
	input[type=checkbox] {
		width: 20px;
		height: 20px;
	}
	.banner-text.sp-banner {
	    width: 65%;
	}
	.mb-1, .my-1 {
		margin-bottom: .5rem!important;
	}
	.mt-1, .my-1 {
		margin-top: .5rem!important;
	}
	.discussion-w .info .desc {
		margin: 1.25rem 0;
	}
	.discussion-w .d-item .dis-wrap img,
	.att-w .att-img,
	.new-btm-w img {
		width: 20px;
	}
	.nt-list {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.nt-list:first-child {
		padding-top: 1rem;
	}
	.lk-img {
		height: 250px;
	}
}

@media screen and (min-width: 2560px) {
	.container {
		max-width: 2000px;
	}

	.my-pg .page-link {
		width: 50px;
		height: 50px;
	}

	body,
	input.form-control {
		font-size: 1vw;
	}

	h4,
	.banner-text .banner-desc {
		font-size: 1.4vw;
	}

	h3 {
		font-size: 1.8vw;
	}

	h2 {
		font-size: 2.2vw;
	}

	h1 {
		font-size: 2.6vw;
	}

	.my-post-w .my-img {
	    width: auto;
	}
	.post-w .body.new {
		padding-bottom: 24rem;
	}
	.like-w img {
	    width: 36px;
	}
	.like-w {
	    margin-right: 3rem;
	}
	.my-post-w .p-btns-w .item img {
	    width: 55px;
	}
	.header-wrapper .logo-wrap {
	    top: -75px;
	}
	.header-wrapper .logo-wrap img {
	    width: 250px;
	}
	.discussion-w .d-img,
	.discussion-w .p-reply-w .user-img {
	    height: 60px;
	    width: 60px;
	}
	.post-w,
	.post-w .body {
		padding: 2rem;
	}
	.discussion-w .d-item .dis-wrap img,
	.att-w .att-img,
	.new-btm-w img {
	    width: 26px;
	}
	.lk-img {
		height: 350px;
	}
}

@media screen and (min-width: 3840px) {
	.container {
		max-width: 3000px;
	}

	.my-pg .page-link {
		width: 80px;
		height: 80px;
		font-size: 1vw;
	}
	.tab-content {
	    padding: 3.5rem;
	}
	.header-advance-search form {
	    /*height: 100px;*/
	}
	.my-post-w .my-img {
	    width: 8%;
	}
	.my-post-w .p-btns-w .item img {
	    width: 85px;
	}
	.nav-tabs li a {
		padding: 2.75rem 5.25rem;
	}
	.discussion-w .d-img,
	.discussion-w .p-reply-w .user-img {
	    height: 90px;
	    width: 90px;
	}
	.like-w img {
	    width: 55px;
	}
	.header-wrapper .top-header div, .header-wrapper .top-header a {
	    padding: 35px;
	}
	.header-wrapper .navbar-light .navbar-nav .nav-link {
	    padding-left: 40px;
	    padding-right: 40px;
	}
	.header-wrapper .logo-wrap {
	    top: -110px;
	}
	.header-wrapper .logo-wrap img {
	    width: 350px;
	}
	.post-w .body.new {
	    padding-bottom: 40rem;
	}
	.post-w .body .title-w .h-info-w img {
		width: auto;
	}
	.discussion-w .d-item .dis-wrap img,
	.att-w .att-img,
	.new-btm-w img {
	    width: 36px;
	}
	.lk-img {
		height: 500px;
	}
}

@media screen and (max-width: 1199px) {
	.contributor-w {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.contributor-w .item {
		width: 25%;
	}
	.homepage .my-new-pd {
		padding-top: 1rem;
	}
	.my-new-pd {
		padding-left: 15px;
	}
}

@media screen and (max-width: 991px) {
	.contributor-w .item {
		width: 31%;
	}

	.my-post-w .my-img {
	    width: 65px;
	    margin-right: 0.5rem;
	}

	.my-post-w .p-btns-w {
		justify-content: center;
	}

	.my-post-w .p-btns-w .item {
		width: 30%;
	}
	.header-wrapper.new-header {
		padding-bottom: 0;
	}
	.post-social-info,
	.f-p-text {
		/* flex-direction: column; */
		align-items: flex-start;
		
	}
	.post-social-info .sharetastic {
	    padding-right: 0;
	    margin-left: auto;
	}
	/* .f-p-text .btn:first-child {
		margin-bottom: 1rem;
	} */
	.my-d-flex.new-btm-w {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.my-d-flex.new-btm-w>div {
		margin-bottom: 0.25rem;
	}
	.new-info-w {
		width: 100%;
	}
	.new-info-w .new-socials {
		justify-content: flex-end;
		padding-right: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.nav-tabs li a {
		padding: 0.75rem 1.25rem;
	}
	.post-w.new,
	.post-w .body.new {
	    padding-bottom: 0;
	}

	.post-w.new .img-over-w {
		width: 100%;
		position: relative;
	}

	#footer-wrapper .top {
		transform: none;
		text-align: center;
	}

	.top .category,
	.social-title {
		margin-top: 1rem;
	}

	#footer-wrapper {
		background-color: #fff;
	}

	#footer-wrapper .top .cat-items-wrap {
		flex-direction: column;
	}

	.btn-text-wrap {
		background-color: #47466e;
		padding: 0.5rem 0;
	}

	#footer-wrapper .btm-text {
		transform: none;
		display: flex;
		flex-direction: column;
	}

	#footer-wrapper .top .link {
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}

	#footer-wrapper .top .social {
	    line-height: 2;
	    margin-bottom: 0.5rem;
	}

	#footer-wrapper .top .social:last-child {
		margin-bottom: 0;
	}

	#footer-wrapper .top .social img {
		margin-right: 1rem;
	}
	#footer-wrapper .top .social:last-child img {
		margin-right: 0;
	}

	.post-w .body .text-over-img {
		width: 50%;
	}
	.banner-text.sp-banner .banner-desc.sp-bdesc {
		position: relative;
	}
	.desc{
		line-height: 1.5em;
		height: 3em;    
		overflow: hidden;
	}
}

@media screen and (max-width: 575px) {
	.my-d-flex {
		flex-wrap: wrap;
	}

	.banner-text,
	.banner-text.sp-banner {
		width: 80%;
		left: 10%;
	}

	.contributor-w .item {
		width: 48%;
	}

	.my-profile-info {
		margin-bottom: 0
	}
	.att-w {
		margin-top: 1rem;
	}
	.post-w {
		margin: 1rem -15px;
	}
	.container.no-padding {
		padding: 0;
	}
	.container.no-padding .row {
		margin: 0;
	}
	.my-d-flex.new-btm-w {
		padding-left: 1rem;
	}
	.header-wrapper .top-header div {
		padding: 0;
	}
	.header-wrapper .top-header .new-lang-w div {
		padding: 10px 16px;
	}
	.header-wrapper .top-header .t-date {
		padding-right: 0;
		padding-left: 0;
		font-size: 8px;
	}
	.f-mukta {
		font-size: 9px;
	}
	.top-header .dropdown.pr-0 {
		display: flex;
	}
	.new-lang-w img {
		min-width: 15px;
	}
}
