/*==========================
tab rotate 
===========================*/

@media(min-width: 992px){
    .donate-mobile{
    display:none !important;
}
}


@media (min-width: 1025px) and (max-width: 1200px) {
    .header-registration-details p {
        line-height: 11px;
        font-size: 12px;
    }
    
    /*Bread Crumbs Responsive*/
    .breadcrumb-wrapper {
    padding: 50px 0 0;
    }
    
    /*Services Page Responsive*/
    .single-service-content h4 {
    padding: 4px 0px 0 0;
    font-size: 16px;
    }
    .single-service-content h3 {
    font-size: 21px;
    padding: 10px 0px 0 0;
    }
     header.header-section.animated.fadeInDown.menu-fixed .header-logo {
    width: 30%;
    margin-top: -7px;
    height: 98px;

    }
    /*Header menu responsive*/
    .in-navigation > ul > li > a {
    padding: 15px 12px;
    font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .header-registration-details p {
        line-height: 11px;
        font-size: 12px;
    }
    header.header-section.animated.fadeInDown.menu-fixed .header-logo {
    width: 30%;
    margin-top: 0;
    height:91px;
    }
    
    /*Bread Crumbs Responsive*/
    .breadcrumb-wrapper {
    padding: 50px 0 0;
    }
    
    /*Services Page responsive*/
    .single-service-content h3 {
    font-size: 16px;
    padding: 6px 0px 0 0;
    }
    
    .single-service-content h4 {
    padding: 3px 0px 3px 0;
    font-size: 12px;
    }
    .single-service-content p{
         font-size: 11px;   
    }
    
    /*Header menu responsive*/
    .in-navigation > ul > li > a {
    padding: 15px 8px;
    font-size: 12px;
    }
}

/*==========================
tab device 
===========================*/

@media (min-width: 768px) and (max-width: 991px) {
    .header-logo {
    display: inline-block;
    padding: 10px 0;
    }
    .header-section.menu-fixed {
    position: fixed;
    width: 100%;
    }
     /*Mobile header responsive*/
    .mob-center{
        text-align:left;
    }
    a.header-logo img {
    width: 38%;
    }
    .header-registration-details h2 {
    font-size: 18px;
    margin-bottom:14px;
    }
    .header-registration-details p {
    line-height: 3px;
    letter-spacing: 0.4px;
    font-size: 10px;
    }
    .header-bottom-menu {
    padding: 40px 6px 9px 55px;
    }
    .header-section.menu-fixed {
    position: fixed;
    width: 100%;
    }
    .menu-fixed .header-bottomarea{
        background: #f2f2f2;
        box-shadow:none;
        width:100%;
        margin:0;
    }
    header.header-section.animated.fadeInDown.menu-fixed .header-logo {
    width: 52%;
    margin-top: 0;
    height:84px;
    }
    header.header-section.animated.fadeInDown.menu-fixed .mean-container a.meanmenu-reveal {
        top: -60px !important;
    }
    header.header-section.animated.fadeInDown.menu-fixed .header-bottom-menu {
    width: 100%;
    margin: 6px 0px 0px 0;
    padding-top: 111px;
    background: #2190a5;
    }
     header.header-section.animated.fadeInDown.menu-fixed .mean-container .mean-nav {
    width: 100%;
    }
    .header-registration-details {
    text-align: left;
    }
    .breadcrumb-wrapper {
    padding: 43px 0 0;
    }
    
    /*For mobile donate button*/
    .donate-mobile{
    display:block;
    }
}

/*==========================
small device /mobile sm and large
===========================*/
@media (max-width: 767px) {
    .header-section.menu-fixed {
    position: fixed;
    width: 100%;
    }
     /*Mobile header responsive*/
    .mob-center{
        text-align:left;
    }
    a.header-logo img {
    width: 54%;
    }
    .header-registration-details h2 {
    font-size: 15px;
    margin-bottom:8px;
    }
    .header-registration-details p {
    line-height: 12px;
    letter-spacing: 0.4px;
    font-size: 10px;
    }
    .header-bottom-menu {
    padding: 40px 6px 9px 55px;
    }
    .header-section.menu-fixed {
    position: fixed;
    width: 100%;
    }
    .menu-fixed .header-bottomarea{
        background: #f2f2f2;
        box-shadow:none;
        width:100%;
        margin:0;
    }
  
    header.header-section.animated.fadeInDown.menu-fixed .header-logo {
    width: 68%;
    margin-top: -17px;
    height: 76px;
}
    .header-top-right{
    float:none;
    margin-right:0;
    }
    header.header-section.animated.fadeInDown.menu-fixed .mean-container a.meanmenu-reveal {
        top: -60px !important;
    }
    header.header-section.animated.fadeInDown.menu-fixed .header-bottom-menu {
    width: 100%;
    margin: 8px 0px 0px 0;
    padding-top: 111px;
    background: #2190a5;
    }
     header.header-section.animated.fadeInDown.menu-fixed .mean-container .mean-nav {
    width: 100%;
    }
    .header-registration-details {
    text-align: center;
    }
    
    /*Bread Crumbs responsive*/
    .breadcrumb-wrapper {
    min-height: 106px;
    }
     /*Contact page Heading*/
      .cta-wrapper h3 {
    line-height: 40px;
    font-size: 40px;
    }
     .makea-donation h2 {
    font-size: 40px;
    }
    /*Footer Responsive*/
        .copy-right-f{
            font-size: 15px;
            line-height: 26px;
        }
        
    /*For mobile donate button*/
    .donate-mobile{
    display:block;
    }
}

@media(min-width:480px) and (max-width:576px){
    .makea-donation-img img {
    margin-top: 0px;
}
    
    /*Mobile header responsive*/
    .get-involved {
    margin-top: 1rem;
}
a.donate-now1 {
    border-left: 2px solid #ccc;
    padding: 15px 25px !important;
    /* border-radius: 25px; */
    background: #5c7d21;
    color: #fff !important;
    font-size: 15px;
    background-image: linear-gradient(to right, red , #ff5f00);
}
    .home-about-inner p {
    color: #fff;
    margin: 1px 6% 11px;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-family: 'Kaushan Script', cursive;
    border: 2px solid #13a0bb;
     border-radius: 0px;
    padding: 12px 15px 10px 10px;
    background: #13a0bb;
    }
    .mob-center{
        text-align:left;
    }
    a.header-logo img {
    width: 54%;
    }
    .header-registration-details h2 {
    font-size: 21px;
    margin-bottom:8px;
    }
    .header-registration-details p {
    line-height: 8px;
    letter-spacing: 0.4px;
    font-size: 10px;
    }
    .header-bottom-menu {
    padding: 0;
    }
    .header-section.menu-fixed {
    position: fixed;
    width: 100%;
    }
    .menu-fixed .header-bottomarea{
        background: #f2f2f2;
        box-shadow:none;
        width:100%;
        margin:0;
    }
    .mean-container a.meanmenu-reveal{
        top: -162px;
    }
    header.header-section.animated.fadeInDown.menu-fixed .header-logo {
    width: 25%;
    margin-top: 0;
    height:84px;
    }
    
    header.header-section.animated.fadeInDown.menu-fixed .mean-container a.meanmenu-reveal {
        top: -73px !important;
    }
    header.header-section.animated.fadeInDown.menu-fixed .header-bottom-menu {
    width: 100%;
    margin: 78px 0px 0px 0;
    padding-top: 0;
    background: #2190a5;
    }
     header.header-section.animated.fadeInDown.menu-fixed .mean-container .mean-nav {
    width: 100%;
    }
    .header-registration-details {
    text-align: center;
    }
    
    
    /*Bread Crumbs responsive*/
    .breadcrumb-wrapper {
    min-height: 106px;
    }
    /*Hiding Text on header*/
      header.header-section.animated.fadeInDown.menu-fixed .header-registration-details{
          display:none;
      }
       /*Contact page Heading*/
      .cta-wrapper h3 {
    line-height: 40px;
    font-size: 40px;
    }
     .makea-donation h2 {
    font-size: 40px;
    }
      /*Footer Responsive*/
        .copy-right-f{
            font-size: 15px;
            line-height: 26px !important;
        }
}

@media(min-width:320px) and (max-width:480px){
    .makea-donation-img img {
    margin-top: 0px;
}
    
    
    /*Mobile header responsive*/
    .get-involved {
    margin-top: 1rem;
}
a.donate-now1 {
    border-left: 2px solid #ccc;
    padding: 15px 25px !important;
    /* border-radius: 25px; */
    background: #5c7d21;
    color: #fff !important;
    font-size: 15px;
    background-image: linear-gradient(to right, red , #ff5f00);
}
    .home-about-inner p {
    color: #fff;
    margin: 1px 6% 11px;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-family: 'Kaushan Script', cursive;
    border: 2px solid #13a0bb;
     border-radius: 0px; 
    padding: 12px 15px 10px 10px;
    background: #13a0bb;
    }
    .mob-center{
        text-align:left;
    }
    a.header-logo img {
    width: 60%;
    }
    .header-registration-details h2 {
    font-size: 21px;
    margin-bottom:8px;
    }
    .header-registration-details p {
    line-height: 8px;
    letter-spacing: 0.4px;
    font-size: 10px;
    }
    .header-bottom-menu {
    padding: 0;
    }
    .header-section.menu-fixed {
    position: fixed;
    width: 100%;
    }
    .menu-fixed .header-bottomarea{
        background: #f2f2f2;
        box-shadow:none;
        width:100%;
        margin:0;
    }
    header.header-section.animated.fadeInDown.menu-fixed .header-logo {
    width: 26%;
    margin-top: 0;
    height:76px;
    }
    header.header-section.animated.fadeInDown.menu-fixed .mean-container a.meanmenu-reveal {
        top: -77px !important;
    }
    header.header-section.animated.fadeInDown.menu-fixed .header-bottom-menu {
    width: 100%;
    margin: 76px 0px 0px 0;
    padding-top: 0;
    background: #2190a5;
    }
     header.header-section.animated.fadeInDown.menu-fixed .mean-container .mean-nav {
    width: 100%;
    }
    .header-registration-details {
    text-align: center;
    }
    
    .mean-container a.meanmenu-reveal {
            top: -166px;
    }
    
    /*Bread Crumbs responsive*/
    .breadcrumb-wrapper {
    min-height: 106px;
    }
    
    /*Hiding Text on header*/
      header.header-section.animated.fadeInDown.menu-fixed .header-registration-details{
          display:none;
      }
      /*Contact page Heading*/
      .cta-wrapper h3 {
    line-height: 40px;
    font-size: 30px;
    }
     .makea-donation h2 {
    font-size: 30px;
    }
     /*Footer Responsive*/
        .copy-right-f{
            font-size: 12px;
            line-height: 20px !important;
        }
}
@media(max-width:360px){
    .makea-donation-img img {
    margin-top: 0px;
}
    .header-registration-details h2 {
    font-size: 12px;
    margin-bottom: 8px;
    }
    .header-registration-details p {
    line-height: 4px;
    }
    header.header-section.animated.fadeInDown.menu-fixed .header-bottom-menu {
    padding-top: 0;
    }
    header.header-section.animated.fadeInDown.menu-fixed .mean-container a.meanmenu-reveal {
    top: -76px !important;
    }
    .mean-container a.meanmenu-reveal {
            top: -152px !important;
    }
    .header-registration-details p {
    font-size: 8px;
    }
    /*Hiding Text on header*/
      header.header-section.animated.fadeInDown.menu-fixed .header-registration-details{
          display:none;
      }
    .cta-wrapper h3 {
    line-height: 40px;
    font-size: 38px;
    }      
    .makea-donation h2 {
    font-size: 38px;
    }
    
    /*Footer Responsive*/
        .copy-right-f{
            font-size: 11px;
            line-height: 20px !important;
        }
}

























