@media (max-width: 1919px){
  .about_us {
    min-height: 700px;
  }
  .gallery_item a{
    height: 340px;
  }
}
@media (max-width: 1599px){
  .container{
    max-width: 1310px;
    padding: 0 15px;
  }
  h1, .h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3{
    font-size: 20px;
  }
  h4{
    font-size: 18px;
  }
  .banner_cnt {
    min-height: 650px;
  }
  .about_us{
    min-height: auto;
  }
  .sw_card a{
    height: 420px;
  }
  .gallery_item a {
    height: 300px;
  }
  .page_about_us {
    padding: 50px 0;
  }
  nav ul li a {
    padding: 0 15px;
  }
}
@media (max-width: 1349px){
  .container{
    max-width: 1170px;
  }
  
  nav ul li a{
    padding: 0 20px;
    font-size: 15px;
  }
  .banner_cnt {
    min-height: 580px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0;
  }
  .abu_rht {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    max-width: 58%;
  }
  .gallery_wrapper {
    padding: 50px 0;
  }
  .pic_img{
    max-width: 320px;
  }
  .ps_in{
    max-width: 100%;
  }
  .donation_cnt{
    max-width: 100%;
  }
  nav ul li a.active, nav ul li a:hover{
    background: none;
  }
  nav ul{
    gap:15px;
  }
  nav ul li a{
    padding: 0;
  }
}
@media (max-width: 1199px){
  .container{
    max-width: 970px;
  }
  h1,.h1{
    font-size: 34px;
  }
  h2 {
    font-size: 26px;
  }
  .menu_toggle{
    display: block;
  }
  header nav{
    display: none;
  }
  header nav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background: #f36f21;
    width: 300px;
    display: block;
    padding: 60px 0 30px;
    z-index: 99999;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
    overflow: auto;
  }
  header nav.open {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .backdrop {
    display: block;
  }

  header nav .container{
    max-width: 100% !important;
    padding: 0;
  }
  header nav ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 100%;
    gap: 0;
  }
  header nav ul li a{
    display: block;
    padding: 20px;
    line-height: 1;
  }

  header nav ul li + li{
    border-top: 1px solid #fff;
  }
  .dropdown_menu{
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    border-radius: 0;
    padding: 20px;
    display: none;
    -webkit-transition: none;
    transition: none;
    border-top: 1px solid #fff;
  }
  .dropdown_menu li{
    border:none !important;
  }
  .dropdown_menu li + li{
    margin-top: 15px;
  }
  .menu_close{
    display: block;
  }
  .banner_cnt{
    min-height: 500px;
  }
  .abu_in{
    display: block;
  }
  .abu_lft{
    max-width: 70%;
  }
  .abu_rht{
    max-width: 100%;
  }
  .swc_txt{
    padding: 20px;
  }
  .sw_card a:hover .swct_in {
    height: 170px;
  }
  .swct_in p{
    max-height: 88px;
  }
  .sw_card a {
    height: 350px;
  }
  .gallery_item a {
    height: 220px;
  }
  .ft_rht {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ft_lft p br{
    display: none;
  }
  .pic_img{
    display: none;
  }
  .pau_lft {
    max-width: 60%
  }
  .paus_row{
    gap: 20px;
  }
  .ourValues {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ourValues li{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: none;
  }
  .page_service{
    padding: 30px 0;
  }
  .cta{
    padding: 50px;
  }
  .testimonials_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 30px);
            flex: 0 0 calc(100% / 2 - 30px);
    max-width: calc(100% / 2 - 30px);
  }
  .services_wrapper{
    padding: 50px 0;
  }
  .pcl_item {
    padding: 15px;
  }
  .pcl_item p br{
    display: none;
  }

  .dropdown_btn:focus,
  .dropdown_btn:hover,
  nav ul li a.active, nav ul li a:hover{
    background: #983c14;
    color: #fff;
  }
}
@media (max-width: 991px){
  .container{
    width: 750px;
    max-width: 750px;
  }
  h1, .h1 {
    font-size: 30px;
  }
  h2{
    font-size: 24px;
  }
  h3{
    font-size: 20px;
  }
  .abu_lft{
    max-width: 100%;
  }
  .sec_head p br{
    display: none;
  }
  .sw_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
  .sw_card a{
    height: 400px;
  }
  .sw_card a:hover .swct_in {
    height: 126px;
  }
  .ft_rht {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .banner2 .banner_cnt {
    min-height: 300px;
  }
  .paus_row{
    display: block;
  }
  .pau_lft{
    max-width: 100%;
  }
  .pa_tabContent {
    padding-top: 20px;
  }
  .ourValues li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .ourValues{
    margin: 20px 0;
  }
  .pau_rht{
    display: none;
  }
  .page_about_us{
    padding-bottom: 0;
  }
  .featured_img,
  .ps_in p{
    margin-bottom: 20px;
  }
  .pcl_item{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .pcl_item:nth-child(3){
    border-left: none;
  }
  .pcl_item:nth-child(n+3){
    border-top: 1px solid #b7b7b7;
  }
  .page_contact{
    padding: 50px 0;
  }
  .cb_rht{
    display: none;
  }
  .cb_lft{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .contact_blk{
    margin-top: 30px;
  }
  .map iframe{
    height: 250px;
  }
  .donation_cnt{
    padding: 20px;
  }
  .SelectAmount .Custom_radio{
    min-width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .donation_cnt label{
    font-size: 16px;
  }
  .psi2 .spc_img{
    display: block;
  }
  .psi2 .spac_lft, .psi2 .spac_rht{
    max-width: 100%;
  }
   .psi2 .spac_rht{
    margin-top: 20px;
   }
}
@media (max-width: 767px){
  .container{
    max-width: 100%;
  }
  .header_top .trapezoid ,
  .header_top .trapezoid:before{
    display: none;
  }
  .banner_cnt{
    min-height: 300px;
    height: auto;
    text-align: center;
  }
  .banner_cnt{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .abu_in{
    text-align: center;
  }
  .programs_list li{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: block;
    padding: 20px;
  }
  .pi_img{
    display: block;
    max-width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
  .programs_list li:nth-child(n+2) {
    border-top: 1px solid #bebebe;
  }
  .gallery_item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(100% / 3 - 10px) !important;
            flex: 0 0 calc(100% / 3 - 10px) !important;
    max-width: calc(100% / 3 - 10px) !important;
  }
  .gallery_item a{
    height: 180px;
  }
  .gallery_wrapper{
    padding: 30px 0;
  }
  body{
    font-size: 14px;
    line-height: 22px;
  }
  footer{
    text-align: center;
  }
  .ft_rht,
  .footer_in{
    display: block;
    text-align: center;
  }
  .ft_rht,
  .ft_lft{
    max-width: 100%;
  }
  .sm ul{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quick_links{
    margin: 20px 0;
  }
  .footer_in p{
    font-size: 14px;
  }
  .logo img {
    max-width: 200px;
  }
  .hb_shape .trapezoid {
    width: 290px;
  }
  .hb_in{
    padding: 10px 0;
  }
  .page_about_us{
    text-align: center;
  }
  .ourValues li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: none;
  }
  .spc_img{
    display: block;
  }
  .spac_lft{
    max-width: 100%;
    margin-bottom:20px;
  }
  .page_service{
    text-align: center;
  }
  .ps_in h2 br{
    display: none;
  }
  .spac_rht ul li{
    padding: 0;
  }
  .spac_rht ul li:before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
  }
  .cta{
    padding: 30px;
  }
  .gw_tabs ul{
    gap: 20px;
  }
  .gw_tabs{
    margin-top: -20px;
  }
  .testimonials_list{
    display: block;
  }
  .testimonials_card{
    max-width: 100%;
    text-align: center;
  }
  .testmonials_header{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec_head{
    margin-bottom: 20px;
  }
  .w_50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .PaymentMethod{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .amount_list{
    display: block;
  }
  .amount_list .Custom_radio{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin-bottom: 10px;
  }
  .SelectAmount {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .SelectAmount .form_control{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 599px){
  .ht_in ul{
    gap: 15px;
  }
  h1, .h1 {
    font-size: 24px;
  }
  h2{
    font-size: 20px;
  }
  h3{
    font-size: 18px;
  }
  h4{
    font-size: 16px;
  }
  .banner_cnt br{
    display: none;
  }
  .btn{
    line-height: 40px;
    font-size: 14px;
  }
  .sw_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .services_wrapper{
    padding: 30px 0;
  }
  .gw_head{
    display: block;
    text-align: center;
  }
  .gw_lft{
    max-width: 100%;
    margin-bottom: 15px;
  }
  .gallery_item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(100% / 2 - 10px) !important;
            flex: 0 0 calc(100% / 2 - 10px) !important;
    max-width: calc(100% / 2 - 10px) !important;
  }
  footer{
    padding: 50px 0;
  }
  header nav ul li a {
    display: block;
    padding: 15px;
    line-height: 1.2;
  }
  header a {
    font-size: 14px;
  }
  ab_tabs {
    margin-top: 20px;
    padding-top: 20px;
  }
  .banner2 .banner_cnt {
    min-height: 250px;
  }
  .sec_title{
    font-size: 13px;
  }
  .pcl_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border: none !important;
  }
  .pcl_item + .pcl_item{
    border-top: 1px solid #b7b7b7 !important;
  }
  .page_contact{
    padding: 30px 0;
  }
  .form_control{
    line-height: 40px;
    height: 42px;
  }
  .Custom_radio label{
    height: 42px;
    line-height: 42px;
  }
}