@media all and (min-width: 930px) and (max-width: 1024px){
  .navigation {
    right: 5%;
    }
  .sec_2_h_1 {
    padding: 0px 80px 0px 50px;
   }
   .sec_3_h_1 {
    padding: 0px 100px 0px 60px;
  }
  .we_need_you {
    margin-top: 70px;
    margin-right: 80px;
    margin-bottom: 100px;
    margin-left: 85px;
  }
  .how_to_donate {
    background-color: #24569b;
    padding-top: 55px;
    padding-right: 80px;
    padding-bottom: 100px;
    padding-left: 110px;
  }
  .footer_section_list {
    width: 65%;
   }
   .contact_us_form .form-control {
    width: 90%;
  }

}
@media all and (min-width: 768px) and (max-width: 1020px){

}

@media(max-width: 991px){
  .banner {
    height: 520px;
  }
  .banner .text-center{
    padding-top: 1rem!important; 
  }
  .banner .text-center img{
   /*width: 185px;*/
  }
  .banner_h_1{
    position: absolute;
    top: -180px;
  }
  .lightbox-close{
    float: inherit!important;
  }
  .lightbox-container {
    padding: 10% 2%;
  }
.navigation{
  display: none;
}
.sec_2_h_1 {
  padding: 0px 0px 20px 0px;
}

.contact_us_form .form-control {
  width: 96%;
}
.banner_h_1 h1 {
    font-size: 28px;
}
.sec_2_h_1 h3 {
    padding: 20px 0px 10px;
}
.img_1 {
      height: 300px;
    width: 100%;
  }
  .sec_3_h_1 {
    padding: 0px 45px 0px 45px;
  }
  .sec_3_h_1 h3 {
    padding: 50px 0px 40px 0px;
  }
  .we_need_you {
    margin-top: 60px;
    margin-right: 45px;
    margin-bottom: 80px;
    margin-left: 50px;
  }
  .contact_us h3, .we_need_you h3 {
    margin-bottom: 30px;
   }
   .we_need_you p {
    margin-bottom: 35px;
  }
  .how_to_donate {
    background-color: #24569b;
    padding-top: 50px;
    padding-right: 45px;
    padding-bottom: 50px;
    padding-left: 60px;
  }
  .how_to_donate p {
    margin-top: 35px;
   }
   .contact_us {
    margin-top: 40px;
    padding-left: 10px;
   }
  .contact_us_form {
    margin-top: 50px;
    margin-left: 0px!important;
    margin-bottom: 30px;
  }
  .contact_us_form .form-control {
    margin-bottom: 20px;
   }
   .contact_us_btn{
    text-align: center;
   }
   .img_2 {
    height: 424px;
  }
  .footer_section_list {
    margin-left: 0px;
    float: inherit;
    width: 100%;
    text-align: center;
  }
  .footer_section_list ul li {
   font-size: 14px;
    }
    .footer_section {
    padding: 15px 0px 15px;
   }
   .sec_3_h_1 h3:before {
    top: 130px;
  }
  .banner_h_1 {
   margin-left: 30px;
  }
  .banner{
    background-position: 42% 0%;
  }
  .carousel-indicators {
    bottom: 10px;
  }
  .website_trademark{
    display: block!important;
    text-align: center;
  }

}


@media only screen and (min-width: 420px) and (max-width: 825px) {
  .img_1 {
     height: 678px;
    width: 100%;
}
.img_2 {
    height: 824px;
}
.contact_us {
    margin-top: 70px;
  }
  .contact_us_form {
    margin-top: 90px;
}
.footer_section {
    padding: 25px 0px 65px;
}
.footer_section_list {
    width: 410px;
    float: left;
  }
.sec_3_h_1 h3:before {
    top: 100px;
}
}