*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}
#wast_mange-head_img{
    width: 100%;
    height:660px;
    background:rgba(0,0,0,0.7) url(/img/1.jpg) ;
    background-blend-mode: darken;
    object-fit:cover;
    background-size: cover; 
    background-repeat: no-repeat;
    width:100%;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     color: white;
     
}
.wastman-banner_cont{
    animation: contant 1s ease-in 0s 1 normal none;
}
#wast_mange-head_img h1{
    font-size: 36px;
}
#wast_sec-one{
    
}
#report_btn{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
    background-color: rgb(88, 245, 26);
    margin: 20px;
    color: white;
    
}
#wastman-banner_cont h1,p{
    margin: 20px;
}
#wastman_sec-two{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.wast-sec-two h1{
    font-size: 36px;
    position: relative;
    margin: 40px;
}
.wast-sec-two h1 span{
    color:rgb(88, 245, 26) ;
}
.wast-sec-two h1 img{
    position: absolute;
    margin-left: -20px;
    height: 60px;
    top:-8px;
}
.count_wast-two img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.count_wast-two {
    height: 400px;
    border: solid #cccccc;
    width: 230px;
    border-radius: 20px;
    margin: 10px;
    position: relative;
    box-shadow: rgba(50,50,93,0.19) 0px 10px 20px - 12px,rgba(0,0,0,0.23) 0px 6px 6px;
}
.wast-sec-two_cont{
    display: flex;
    /* flex-wrap: wrap; */
    margin-top: 30px;
}
.count_wast-two img{
    margin-top:10px;
    margin-bottom: 5px;
}
.count_wast-two p{
    margin: 5px;
    line-height: 1.2;
}
.count_wast-two button{
    width: 90%;
    margin: 10px;
    padding: 5px;
    border-radius: 20px;
    border: solid rgb(88, 245, 26) ;
   /* background-color:rgb(88, 245, 26) ;  */
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 15px;
    box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
}
.services h1 span img{
    position: absolute;
    margin-left: -20px;
    height: 60px;
    top:-8px;
}

.count_wast-two:hover{
    border: solid rgb(88, 245, 26) ;
}
.count_wast-two:hover button{
    background-color:rgb(88, 245, 26);
    color: white;
}
.wast-man_cont-third h1{
     font-size: 36px;
     position: relative;
     text-align: center;
}
.wast-man_cont-third h1 span{
    color:rgb(88, 245, 26) ;
}
.wast-man_cont-third h1 span img{
    position: absolute;
    margin-left: -20px;
    height: 60px;
    top:-8px; 
}
#wast-man_third-sec{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wast-man_cont-third p{
    max-width: 900px;
    margin: 20px;
    line-height: 1.6;
    text-align: center;
}
.wast-man_img-third img{
    height: 150px;
    border-radius: 10px;
}
.wast-man_img-third{
    width: 830px;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 40px;
    text-align: center;
}

#map {
    width: 550px;
    height: 550px;
}
.wast-man_img-third-1{
    grid-column-start: 1;
    grid-column-end: 3;
    width:100%;
}
.wast-man_img-third div{
    height: 150px;
    /* border: solid; */
    background: rgba(0,0,0,0.7)url(/img/1.jpg);
    object-fit:cover;
    background-size: cover; 
    background-repeat: no-repeat;
    width:100%;
    background-blend-mode: darken;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content:center ;
    color: white;
}
#drak_wate-stack{
    height: 200px;
    width: 100%;
    background: rgba(0,0,0,0.7)url(/img/1.jpg);
    background-blend-mode: darken;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    color: white;
}
#wast_form-report{
    display: flex;
    align-items: center;
    justify-content: center;
}
#drak_wate-stack h1{
    font-size: 38px;
}
.waste-cont-report h1{
    font-size: 36px;
     position: relative;
     text-align: center;
     margin: 20px;
}
.waste-cont-report h1 span{
    color:rgb(88, 245, 26) ;
}
.waste-cont-report h1 span img{
    position: absolute;
    margin-left: -20px;
    height: 60px;
    top:-8px; 
}
.waste-cont-report p{
    line-height: 1.6;
    margin: 20px;
    /* max-width: 900px; */
    text-align: center;
    /* width: 900px; */
}
.waste-cont-report{
    text-align: center;
}
.contact-contain{
   text-align: center;
   width: 650px;
   margin: 10px;
}
.contact-contain h2{
    font-size: 30px;
}
.contact-contain input{
    
    background-color:rgb(190, 238, 172);
    border: none;
    outline-color:rgb(190, 238, 172);
    width: 280px;
    margin: 20px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.15) 1.95px 1.95px 2.6px;
}
.contact-contain textarea{
    background-color:rgb(190, 238, 172);
    border: none;
    outline-color:rgb(190, 238, 172);
    width: 600px;
    margin: 20px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.15) 1.95px 1.95px 2.6px;
}
.upload-file_select{
    width: 100px;
    height:100px ;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    background-color: antiquewhite;
    box-shadow: rgba(0,0,0,0.35) 0px 5px 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   border: dashed rgb(88, 245, 26);
  }
  .upload-file_select input{
    display: none;

  }
  .waste-report_icup{
    width: 600px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  @media (max-width:1000px) {
    .goolemap_upload iframe{
        width:400px;
        height: 400px;
    }
    #report_cont_text-msg{
        width: 300px;
    }
}
#upload-reportform_submit{
    width: 130px;
    padding:15px 20px;
    border: none;
    background-color: rgb(125, 232, 83);
    border-radius: 30px;
    box-shadow: rgba(0,0,0,0.15) 1.95px 1.95px 2.6px;
    margin: 20px;
    text-align: center;

}
.report_bottom-form_cont{
    display: flex;
    justify-content: space-around;align-items: center;

}
#wast_form-report{
    display: flex;
    align-items: center;
    justify-content: center;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:sans-serif,poppins;



}
.reep{
    width: 100%;
    height: 100vh;
    background: #3c5077;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn{
    padding:10px 60px;
    background: #27be08;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    border-radius: 30px;
}
.popup{
    width: 400px;
    background: #ffffff;
    border-radius: 50px ;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%)scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color:#333;
    visibility:hidden;
    transition: transform 2s,top 2s;
}

.open-popup{
    visibility:visible;
    top: 50%;
    transform: translate(-50%,-50%)scale(1);

}
.popup img{
    width: 100px;
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);

}
.popup h2{
    font-size: 38px;
    font-weight: 500;
    margin: 30px 0 10px;

}
.popup button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #6fd649;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}