.Main-Banner-content-banner-image{
    height: 500px;
    width: 100%;
}
.Main-Banner-content-banner-image img{
    height: 100%;
    width: 100%;
}
.Banner-content-Title{
padding: 15px 0px 2px 0px;
}
.Banner-content-Title h1{
    font-size: 32px;
    font-weight: 600;
    padding: 20px 0px;
}

.Main-Banner-content h5{
    font-size: 24px;
    margin:10px 0px;
    font-weight: 600;
}
.Main-Banner-content p{
    font-size: 16px;
}
body{
    margin: 0;
}
.Main-Banner-content{
    width: 90%;
    margin: auto;
    padding-bottom: 35px;
}

/* media queries for banner content page */
@media only screen and (max-width:767px){
    .Main-Banner-content-banner-image{
        height:350px;
    }
    .Banner-content-Title h1{
        font-size: 18px;
        text-align: center;
        padding: 5px 0px;
    }
    .Main-Banner-content p {
        font-size: 14px;
        text-align: justify;
    }
    .Main-Banner-content h5{
        font-size: 16px;
    }
    .Main-Banner-content{
        padding-bottom: 10px;
    }
    .Footer-icons-parent{
        margin-top: 15px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .Banner-content-Title h1 {
        font-size: 25px;
        line-height: 34px;
    }
    .Footer-icons-sub{
        height: 50px;
        width: 50px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .Banner-content-Title h1 {
        font-size: 28px;
        line-height: 34px;
    }

}




/* style for recycle page content */
a{
    text-decoration: none !important;
}
.Recycle-Banner-image{
    height: 500px;
    width: 100%;
}
.Recycle-Banner-image img{
    height: 100%;
    width: 100%;
}
.Recycle-content{
    width: 90%;
    margin: auto;
    padding: 30px 0px;
}
.Recycle-content p {
    font-size: 16px;
}
.Recycle-content h2{
    font-size: 34px;
    font-weight: 600;
}
/* media queries for Recycle page */
@media only screen and (max-width:767px){
    .Recycle-Banner-image{
        height: 350px;
    }
    .Recycle-content h2{
        font-size: 18px;
        text-align: center;
        padding: 5px 0px;  
    }
    .Recycle-content {
        padding: 15px 0px;
    }
    
.Recycle-content p {
    font-size: 14px;
    text-align: justify;
}
.Footer-icons-parent{
    margin-top: 15px;
}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .Recycle-content h2{
        font-size:24px;  
    }
    .Recycle-content p {
        font-size: 15px;
        padding-top: 15px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .Recycle-content h2{
        font-size:28px;  
    }
    .Recycle-content p {
        font-size: 16px;
        padding-top: 15px;
    }
}
