/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1368px) { 
  }
  
  @media (min-width: 1281px) {
  
    /* CSS */
  
  }
  
  /* 
      ##Device = Laptops, Desktops
      ##Screen = B/w 1025px to 1280px
    */
  
  @media (min-width: 1025px) and (max-width: 1280px) {}
  
  /* 
      ##Device = Tablets, Ipads (portrait)
      ##Screen = B/w 768px to 1024px
    */
  
  @media (min-width: 768px) and (max-width: 1024px) {
  
     
  
  }
  
  /* 
      ##Device = Tablets, Ipads (landscape)
      ##Screen = B/w 768px to 1024px
    */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
  
  }
  
  /* 
      ##Device = Low Resolution Tablets, Mobiles (Landscape)
      ##Screen = B/w 481px to 767px
    */
  
  @media (min-width: 481px) and (max-width: 767px) {
    .about-two__image { 
        margin-bottom: 40px;
    }
    .home-about-img {
        min-height: 240px;}
        .about-two-new {
            padding: 50px 0 30px 0 !important;
        }
        .video-card .container {
            position: relative;
            padding-top: 40px !important;
            padding-bottom: 30px !important;
        }
        .faq-one { 
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }
        section.causes-page.causes-home
        {
            padding-top: 30px !important; padding-bottom: 30px !important;
        }
        .nt-box{
            padding: 20px;
            margin-bottom: 30px;
        } 
        .nt-box .ls-border h2{margin-top: 0;}
        .about-counter__image > img{object-fit: cover;    height: auto;
            width: 100%;}
        section.causes-page.causes-home .youtube-iframe
        {
           max-height: 280px !important;
        }
        section.causes-page.causes-home p{margin-bottom: 5px !important;}
        .radius-box{
            min-height: auto  !important;padding: 10px 15px 25px 15px;
        }
        .about-counter__image {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .testimonials-one__single{
            height: auto;
        }
        .testimonials-one__image img{
            margin-top: 0;
        }
        .page-header .container
        {
            padding-top: 80px;padding-bottom: 60px;
        }
        .about-counter{padding-bottom: 30px !important;}
        .about-two__content img{
            margin-bottom: 30px;
            margin-top: 30px;
        }
   
  }
  
  /* 
      ##Device = Most of the Smartphones Mobiles (Portrait)
      ##Screen = B/w 320px to 479px
    */
  
  @media (min-width: 200px) and (max-width: 480px) {
    .about-two__image { 
        margin-bottom: 40px;
    }
    .home-about-img {
        min-height: 240px;}
        .about-two-new {
            padding: 50px 0 30px 0 !important;
        }
        .video-card .container {
            position: relative;
            padding-top: 40px !important;
            padding-bottom: 30px !important;
        }
        .faq-one { 
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }
        section.causes-page.causes-home
        {
            padding-top: 30px !important; padding-bottom: 30px !important;
        }
        .nt-box{
            padding: 20px;
            margin-bottom: 30px;
        } 
        .nt-box .ls-border h2{margin-top: 0;}
        .about-counter__image > img{object-fit: cover;    height: auto;
            width: 100%;}
        section.causes-page.causes-home .youtube-iframe
        {
           max-height: 280px !important;
        }
        section.causes-page.causes-home p{margin-bottom: 5px !important;}
        .radius-box{
            min-height: auto  !important;padding: 10px 15px 25px 15px;
        }
        .about-counter__image {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .testimonials-one__single{
            height: auto;
        }
        .testimonials-one__image img{
            margin-top: 0;
        }
        .page-header .container
        {
            padding-top: 80px;padding-bottom: 60px;
        }
        .about-counter{padding-bottom: 30px !important;}
        .about-two__content img{
            margin-bottom: 30px;
            margin-top: 30px;
        }
  }