*body{
    padding: 0px ;
    margin: 0px;
    box-sizing: border-box;
}
.navbar{
    /* padding: 0.5rem 1rem !important; */
    /* height: 70px; */
    background-color: rgb(50, 50, 50) !important;
}
@media (min-width: 1400px){
.container {
    max-width: 1360px;
   
}
}
/* .container{
    width: 1400px ;
    display: flex ;
    justify-content: center !important;
} */
.nav-item .nav-link{
    margin-left: 40px !important;
    color: white !important;
    font-size: 18px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
.sticky-top{
    position: sticky;
    top: 0;
    bottom: 0;
    z-index: 1020;
}
.backimg{
    width: 100%;
    height: 300px;
    background-image:url(../image/recycling-emblem-around-different-trash.jpg) ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .container-fluid{
    padding-right: 0px;
padding-left: 0px;
} */
.fs-20{
    font-size: 22px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
}
.waste-door p{
font-size: 20px;
font-family: 'Roboto', sans-serif !important;
font-weight: 500;
}
.service p{
    font-size: 20px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    line-height: 1.8;
}
.imgxd img{
height: 400px;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 18rem;
}
.card-text{
    font-size: .8125rem;
font-family: 'Roboto', sans-serif !important;
font-weight: 400;
color: rgb(79, 79, 79);
}
h5{
    font-size: 18px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;  
}
.card-text-2{
    font-size: 16px;
font-family: 'Roboto', sans-serif !important;
font-weight: 400;
color: rgb(45, 45, 45);
}
.contact-bottom {
    background-color: #1a1a1d;
    padding-top: 25px;
    padding-bottom: 25px;
}
.border-bottom {
    border-bottom: 1px solid #0ba118 !important;
}
.social i{
font-size: 18px;
}
.social i:hover{
    transform: scale(1.3);
    transition: 1s;
}
.card-2 .card-body-2 {
    padding: 15px 15px 10px 15px;
}
.card-2 {
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}
.card-2 {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}
.form-control{
    display: block;
    width: 100%;
    padding: 0.5rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    font-family: 'Roboto', sans-serif !important;
}
.form-label {
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.8125rem;
}
.input-0{
    width: 500px;
    height: auto;
}
.btn{
    border: none;
    background-color: coral;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    padding: 6px 10px ;
    border-radius: .25rem;
}
.btn:hover{
    background-color: rgb(45, 45, 45) !important;
    color: #fff !important;
}
.btn-2{
    border: none;
    background-color: rgb(80, 179, 255);
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    padding: 6px 10px ;
    border-radius: .25rem;
    text-decoration: none;
}
.btn-2:hover{
    color: #fff;
    background-color: rgb(59, 125, 176);
}
/* @media (min-width:1200px) {
    .contact{
        width: 50%;
    } 
} */
.logo img{
   width: 150px !important;

}
.icon i{
font-size: 30px;
}
.height{
    height: 24vh;
}