.new_nyc .modal-dialog .modal-body {
	padding: 0px !important; 
	overflow-x: hidden;
}
.new_nyc .nyc-header {
	padding: 10px 50px;
	background-color: #7dad1d;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap:10px;
	position: relative;
}
.new_nyc .nyc-header .nyc-pdf-download-area {
	width: 30%;
    text-align: right;
    position: absolute;
    height: auto;
    right: 20px;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}
.new_nyc .nyc-header .nyc-pdf-download-area:hover {
	text-decoration: none;
}
.new_nyc .nyc-header .nyc-pdf-download-area .close {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	opacity: 1;
}
.new_nyc .nyc-header .nyc-pdf-download-area .close span {
	display: block;
}
.new_nyc .nyc-header .nyc-pdf-download-area .download_btn {
	margin-right: 25%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-flex;
    gap: 8px;
    line-height: 1;
}
.new_nyc .nyc-header img{
	width: 40px;
	height: auto;
}
.new_nyc .nyc-header h2 {
	font-size: 5rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #353535;
	margin: 0px;
}
.new_nyc .nyc-header h2 span {
	color: #fff;
}
.new_nyc .nyc-mainarea {
	padding: 15px 50px;
	position: relative;	
}
.new_nyc .nyc-mainarea .nots-text {
	padding: 0px 20px;
	width: 80%;
	font-size: 18px;
	color: #353535;
}
.new_nyc .nyc-row {
	display: flex;
	flex-wrap: wrap;
	gap:12px;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;	
}
.new_nyc .nyc-mainarea::before {
	content: ' ';
	display: block;
	position: absolute;
	background-image: url(https://www.recycleaway.com/assets/templates/RA-core/images/poteto-peel.png);
	background-repeat: no-repeat;
	background-size: cover;
    height: 340px;
    width: 70px;
    left: 0px;
    bottom: 24%;
    z-index: 5;

}
.new_nyc .nyc-row:after {
	display: block;
    content: "";
    clear: both;
}
.new_nyc .nyc-row .nyc-card{
	position: relative;
}
.new_nyc .nyc-row .nyc-card:nth-child(2) {
	margin-top: 50px;
}
.new_nyc .nyc-row .nyc-card:nth-child(2)::before {
	content: ' ';
	display: block;
	position: absolute;
	background-image: url(https://www.recycleaway.com/assets/templates/RA-core/images/orange-banana.png);
	background-repeat: no-repeat;
	background-size: cover;
    height: 311px;
    width: 536px;
    right: -167px;
    top: -183px;
    z-index: 5;
}
.new_nyc .nyc-row .nyc-card:nth-child(2)::after {
	content: ' ';
	display: block;
	clear: both;
	position: absolute;
	width: 150px;
    height: 180px;
	background-image: url(https://www.recycleaway.com/assets/templates/RA-core/images/apple-bite.png);
	background-repeat: no-repeat;
	right: -32px;
    bottom: -15px;
    z-index: 2;
}
.new_nyc .nyc-row .nyc-card:last-child::after {
	content: ' ';
	display: block;
	clear: both;
	position: absolute;
	width: 318px;
    height: 450px;
	background-image: url(https://www.recycleaway.com/assets/templates/RA-core/images/dustbin.png);
	background-repeat: no-repeat;
	right: -50px;
    bottom: -27px;
    z-index: 2;
}
.new_nyc .nyc-row .nyc-card.w-50 {
	width: 49%;
}
.new_nyc .nyc-row .nyc-card.w-100{
	width: 100%;
}
.new_nyc .nyc-row .nyc-card .nyc-card-header {
	padding: 12px 25px;
	background-color: #7dad1d;	
	border-radius: 10px 10px 0px 0px;
}
.new_nyc .nyc-row .nyc-card .nyc-card-header h5 {
	margin: 0px;
	font-size: 2.5rem;
	color: #fff;
	font-weight: 700;
}
.new_nyc .nyc-row .nyc-card .nyc-card-body {
	background-color: #f3f6e9;
	padding: 20px 25px 30px;
	border-radius: 0px 0px 10px 10px;
	position: relative;
}
.new_nyc .nyc-row .nyc-card .nyc-card-body p {
	margin-bottom: 6px;
	font-size: 18px;
	color: #353535;
}
.new_nyc .nyc-row .nyc-card .nyc-card-body ul {
	margin: 0px;
	padding-left: 20px;	
	width: 80%;
}
.new_nyc .nyc-row .nyc-card .nyc-card-body dl {
	width: 70%;
}
.new_nyc .nyc-row .nyc-card .nyc-card-body dl dt,
.new_nyc .nyc-row .nyc-card .nyc-card-body dl dd,
.new_nyc .nyc-row .nyc-card .nyc-card-body ul li {
	font-size: 18px;
	color: #353535;
}
.new_nyc .nyc-row .nyc-card .nyc-card-body dl dt {
	padding-left: 30px;
	position: relative;
	margin-bottom: 5px;
}
.new_nyc .nyc-row .nyc-card .nyc-card-body dl dt:before {
	content: ' ';
	position: absolute;
	height: 6px;
	width: 6px;
	background-color: #353535;
	border-radius: 50%;
	left: 5px;
	top: 6px;
}
.new_nyc .nyc-row .nyc-card .nyc-card-body dl dd {
	padding-left: 40px;
	position: relative;	
	margin-bottom: 5px;
}
.new_nyc .nyc-row .nyc-card .nyc-card-body dl dd:before {
	content: '-';
	position: absolute;
	height: 9px;
	width: 9px;
	font-size: 16px;
	line-height: 0.5;
	color: #353535;
	left: 25px;
	top: 7px;
}
.new_nyc .nyc-row .nyc-card .nyc-card-body dl dd span {
	font-weight: 600;
	color: #ff9900;
}
.new_nyc .nyc-footer-section {
	background-color: #353535;
	padding: 20px 0px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.new_nyc .nyc-footer-section::before {
	content: ' ';
	display: block;
	position: absolute;
	width: 115px;
	height: 275px;
	background-image: url(https://www.recycleaway.com/assets/templates/RA-core/images/watermelon-pis.png);
	background-repeat: no-repeat;
	background-size: contain;
	left: 5%;
    bottom: 0px;
    z-index: 2;
}

.new_nyc .nyc-footer-section .nyc-footer-col1 {
	width: 75%;	
}
.new_nyc .nyc-footer-section .nyc-footer-col1 h2 {
	font-size: 3rem;
	color: #fff;
	font-weight: 700;
	padding-left: 16%;
	margin: 0px 0px 20px;
}
.new_nyc .nyc-footer-section .nyc-footer-col1 .nyc-footer-info-area {
	padding: 15px 25px 15px 25%;
	width: 100%;
	background-color: #4a4a4a;
	border-radius: 0px 10px 10px 0px;
}
.new_nyc .nyc-footer-section .nyc-footer-col1 .nyc-footer-info-area .nyc-footer-items-area {
	display: flex;
	flex-wrap: wrap;	
}
.new_nyc .nyc-footer-section .nyc-footer-col1 .nyc-footer-info-area .nyc-footer-items-area h3 {
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	padding-left: 15px;
	margin: 0px 0px 8px;
	text-transform: uppercase;
}
.new_nyc .nyc-footer-info-area .nyc-footer-items-area .nyc-footer-itembox {
	width: 33.3%;
	display: inline-flex;
	padding: 15px;
	color: #fff;
	flex-direction: column;
	justify-content: flex-end;
}
.new_nyc .nyc-footer-info-area .nyc-footer-items-area .nyc-footer-itembox h6 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	font-style: italic;
	margin: 0px 0px 10px;
}
.new_nyc .nyc-footer-info-area .nyc-footer-items-area .nyc-footer-itembox p {
	font-size: 16px;
	color: #fff;
	margin: 0px 0px 5px;
}
.new_nyc .nyc-footer-info-area .nyc-footer-items-area .nyc-footer-itembox:last-child p {
	color: #ff9900;
	line-height: 1.3;
}
.new_nyc .nyc-footer-section .nyc-footer-col2 {
	width: 25%;
	padding: 15px 20px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap:15px;
	align-items: center;
}
.new_nyc .nyc-footer-section .nyc-footer-col2 .nyc-footer-imgbox {
	width: 100%;
	max-width: 120px;
}
.new_nyc .nyc-footer-section .nyc-footer-col2 .nyc-footer-imgbox img {
	width: 100%;
	height: auto;
}
.nyc-compliant-tagline{
	background-color: #353535;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    float: left;
}
.nyc-compliant-tagline-content{
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 10px 0;
}
.nyc-compliant-tagline-content img{width: 50px;}
.nyc-compliant-tagline-content p{
	font-size: 22px;
    margin: 0px 15px;
}
.nyc-compliant-tagline-content a {
    background-color: #ff9900;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    margin-left: 5px;
    font-weight: 600;
}
.nyc-compliant-tagline-content a:hover{
	background-color: #7dad1d;
    color: #fff;
    text-decoration: none;
}
.category-actions {
    background: none;
}
.sort-by {
    border: 1px solid #C3C3C3;
}
.advance-filter-section .dropdown .btn {
    margin-right: 0;
}

@media (min-width: 767px) {
    .new_nyc .modal-dialog {
        width: 996px;
        margin: 30px auto;
    }
}
@media (max-width: 1199px) {
    .new_nyc .modal-dialog {
        width: 96% !important;
        margin: 30px auto;
    }
}
@media (max-width: 991px) {
	.new_nyc .nyc-header img {
	    width: 35px;
	}
	.new_nyc .nyc-header h2 {
	    font-size: 4rem;
	}
	.new_nyc .nyc-mainarea .nots-text {	 
	    width: 85%;
	}
	.new_nyc .nyc-header {
		padding: 10px 40px;
	}
	.new_nyc .nyc-mainarea {
	    padding: 15px 40px;
	}
	.new_nyc .nyc-mainarea::before {
		height: 270px;
	    width: 56px;
	    left: 0px;
	    bottom: 24%;	
	}
	.new_nyc .nyc-mainarea .nots-text {
		margin-bottom: 20px;	
	}
	.new_nyc .nyc-row .nyc-card .nyc-card-body p {
	    margin-bottom: 6px;
	    font-size: 17px;
	}
	.new_nyc .nyc-row .nyc-card .nyc-card-body dl dt, 
	.new_nyc .nyc-row .nyc-card .nyc-card-body dl dd, 
	.new_nyc .nyc-row .nyc-card .nyc-card-body ul li {
	    font-size: 17px;
	}
	.new_nyc .nyc-row .nyc-card:nth-child(2)::before {
		height: 301px;
	    width: 495px;
	    right: -147px;
	    top: -182px;
	}
	.new_nyc .nyc-row .nyc-card:nth-child(2)::after{
		width: 130px;
    	height: 160px;
    	background-size: contain;
	    right: -38px;
	    bottom: -17px;
	}
	.new_nyc .nyc-footer-section .nyc-footer-col1 h2 {
	    font-size: 2.5rem;
	}	
	.new_nyc .nyc-footer-section::before {
	    width: 99px;
	    height: 255px;
	    left: 3%;
	}
	.new_nyc .nyc-footer-section .nyc-footer-col1 .nyc-footer-info-area {
	    padding: 15px 25px 15px 23%;
	}
	.new_nyc .nyc-footer-info-area .nyc-footer-items-area .nyc-footer-itembox {
	    width: 33.3%;
	    display: inline-flex;
	    padding: 7px;
	}
	.new_nyc .nyc-footer-info-area .nyc-footer-items-area .nyc-footer-itembox h6 {
	    font-size: 19px;
	}
	.nyc-compliant-tagline-content p {
	    font-size: 16px;
	    margin: 0px 5px;
	}
	.nyc-compliant-tagline-content a {
	    font-size: 18px;
	    padding: 5px 5px;
	    margin-left: 0;
	}
}

@media (max-width: 768px) {
	.new_nyc .nyc-row .nyc-card:nth-child(2) {
	    margin-top: 65px;
	}
	.new_nyc .nyc-row .nyc-card:nth-child(2)::before {
		height: 240px;
	    width: 435px;
	    right: -143px;
	    top: -153px;
	}
	.new_nyc .nyc-header .nyc-pdf-download-area .download_btn {
	    margin-right: 6%;
	}
	.new_nyc .nyc-row .nyc-card .nyc-card-header h5 {	 
	    font-size: 2rem;
	}
	.new_nyc .nyc-row .nyc-card .nyc-card-body dl dd {
	    padding-left: 30px;
	}
	.new_nyc .nyc-row .nyc-card .nyc-card-body dl dd:before	{
		left: 14px;
	}
	.new_nyc .nyc-row .nyc-card .nyc-card-body dl {
	    width: 67%;
	}
	.new_nyc .nyc-footer-section::before {
        width: 99px;
        height: 240px;
    }
    .new_nyc .nyc-footer-section .nyc-footer-col1 h2 {
        font-size: 2rem;
    }
    .new_nyc .nyc-footer-info-area .nyc-footer-items-area .nyc-footer-itembox h6 {
        font-size: 18px;
    }
    .new_nyc .nyc-row .nyc-card.w-50 {
	    width: 48.8%;
	}
	.new_nyc .nyc-header h2 {
        font-size: 3.6rem;
    }
}
@media (max-width: 680px) {
    .new_nyc .nyc-row .nyc-card:nth-child(2)::before {
        height: 240px;
        width: 405px;
        right: -143px;
    }
    .new_nyc .nyc-row .nyc-card:nth-child(2) {
        margin-top: 25px;
    }
    .new_nyc .nyc-row .nyc-card .nyc-card-body dl {
        width: 61%;
    }
    .new_nyc .nyc-footer-info-area .nyc-footer-items-area .nyc-footer-itembox {
        width: 48.3%;
    }
    .new_nyc .nyc-footer-info-area .nyc-footer-items-area .nyc-footer-itembox:last-child {
    	width: 100%;
    }
    .new_nyc .nyc-header h2 {
        font-size: 3rem;
    }
    .nyc-compliant-tagline-content img {
        width: 35px;
    }
    .nyc-compliant-tagline-content a {
	    font-size: 16px;
	    padding: 5px;
	}
}
@media (max-width: 610px) {
	.new_nyc .nyc-row .nyc-card.w-50 {
        width: 100%;
    }
    .new_nyc .nyc-row .nyc-card:nth-child(2) {
        margin-top: 55px;
    }
    .new_nyc .nyc-header img {
        width: 28px;
    }
    .new_nyc .nyc-row .nyc-card .nyc-card-body dl {
        width: 88%;
    }
    .new_nyc .nyc-mainarea .nots-text {
        width: 100%;
        font-size: 17px;
    }
    .new_nyc .nyc-row .nyc-card .nyc-card-body dl dt,
    .new_nyc .nyc-row .nyc-card .nyc-card-body dl dd {
    	width: 52%;
    }
    .new_nyc .nyc-row .nyc-card .nyc-card-body dl dt:first-child,
    .new_nyc .nyc-row .nyc-card .nyc-card-body dl dd:nth-child(2),
    .new_nyc .nyc-row .nyc-card .nyc-card-body dl dd:nth-child(3) {
    	width: 100%;
    }
    .new_nyc .nyc-footer-section {
    	flex-direction: column;
    }
    .new_nyc .nyc-footer-section .nyc-footer-col1 {
	    width: 95%;
	}
    .new_nyc .nyc-footer-section::before {
        width: 86px;
        height: 192px;
    }
    .new_nyc .nyc-footer-section .nyc-footer-col2 {
	    width: 100%;
	    flex-direction: row;
	    padding-bottom: 4px;
	}
	.new_nyc .nyc-footer-section::before {
        width: 126px;
        height: 292px;
        left: 1%;
    }
    .new_nyc .nyc-header .nyc-pdf-download-area {
	    width: 100%;
	    text-align: right;
	    position: relative;
	    height: auto;
	    right: -22px;
	    top: unset;
	    z-index: 10;
	    transform: unset;
	}
    .new_nyc .nyc-header .nyc-pdf-download-area .download_btn {
        margin-right: 17px;
    }
    .nyc-compliant-tagline-content img {
        width: 40px;
        margin: 5px;
    }
    .nyc-compliant-tagline-content p {
        text-align: center;
    }
    .nyc-compliant-tagline-content a {
        margin: 5px;
        text-align: center;
    }
}
@media (max-width: 500px) {
	.new_nyc .nyc-row .nyc-card .nyc-card-body dl {
        width: 100%;
    }
    .new_nyc .nyc-row .nyc-card .nyc-card-body dl dt, 
    .new_nyc .nyc-row .nyc-card .nyc-card-body dl dd {
        width: 100%;
    }
    .new_nyc .nyc-row .nyc-card:last-child .nyc-card-body {
    	padding-bottom: 70px;
    	margin-bottom: 160px;
    }
    .new_nyc .nyc-row .nyc-card:last-child::after {
	    width: 278px;
	    height: 305px;
	    right: -100px;
	    background-size: cover;
	    bottom: -27px;
	    z-index: 2;
	}
	.new_nyc .nyc-header h2 {
        font-size: 2.3rem;
    }
    .new_nyc .nyc-footer-info-area .nyc-footer-items-area .nyc-footer-itembox {
        width: 100%;
        padding: 10px;
    }
    .new_nyc .nyc-footer-section .nyc-footer-col1 .nyc-footer-info-area {
        padding: 15px 25px 15px 30%;
    }
    .new_nyc .nyc-footer-section .nyc-footer-col1 h2 {
        font-size: 2rem;
        padding-left: 7%;
    }
    .new_nyc .nyc-footer-section::before {
        width: 121px;
        height: 212px;
        left: 1%;
    }
}
@media (max-width: 420px){
	.new_nyc .nyc-header h2 {
        font-size: 2rem;
    }
    .new_nyc .nyc-header img {
        width: 21px;
    }
    .new_nyc .nyc-header .nyc-pdf-download-area .download_btn {
    	font-size: 14px;
    }
    .new_nyc .nyc-header .nyc-pdf-download-area .close {
	    font-size: 25px;
	    color: #fff;
	    font-weight: 500;
	    line-height: 18px;
	}
}
@media (max-width: 380px) {
	.new_nyc .nyc-header h2 {
        font-size: 2rem;
        width: 85%;
    }

}	