/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media only screen and (min-width: 1440px) {

}
@media only screen and (min-width: 2000px) {
  .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
      max-width: 2000px;
  }

  .page-header.page-header-modern.page-header-background.page-header-background-md {
      padding: 270px 0px 320px 0px;
  }
}

@media (min-width: 1281px) {
  
  .page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 66px 0px 244px 0px;
}
.page-header.page-header-modern.page-header-background {
  padding: 130px 0;
  background-size: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
    
  }
  
  /* 
    ##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) {
    
    #header .header-logo img {
        z-index: 1;
        width: 170px;
        height: auto;
    }
    
    .donateNow {
        padding: 5px 10px !important;
        font-size: 13px;
        color: #000000;
        border: 1px solid #018b2d;
        border-radius: 24px;
        background-image: linear-gradient(45deg, #038b2f, #1a8203, #78d40c) !important;
    }

    .donateNow:hover{
        color: #000000;
        border: 1px solid #018b2d;
        background-image: linear-gradient(45deg, #78d40c, #1a8203, #038b2f) !important;
    }

    
  }

  @media only screen and (min-width: 767px) {
    .page-header.page-header-modern.page-header-background.page-header-background-md {
      padding: 46px 0px 170px 0px;
  }
  .page-header.page-header-modern.page-header-background {
    padding: 130px 0;
    background-size: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {

    #header .header-logo img {
        z-index: 1;
        width: 170px;
        height: auto;
    }
    
    .donateNow {
        padding: 5px 10px !important;
        font-size: 13px;
        color: #000000;
        border: 1px solid #018b2d;
        border-radius: 24px;
        background-image: linear-gradient(45deg, #038b2f, #1a8203, #78d40c) !important;
    }

    .donateNow:hover{
        color: #000000;
        border: 1px solid #018b2d;
        background-image: linear-gradient(45deg, #78d40c, #1a8203, #038b2f) !important;
    }


    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    .donateNow {
        padding: 5px 10px !important;
        font-size: 13px;
        color: #000000;
        border: 1px solid #018b2d;
        border-radius: 24px;
        background-image: linear-gradient(45deg, #038b2f, #1a8203, #78d40c) !important;
    }

    .donateNow:hover{
        color: #000000;
        border: 1px solid #018b2d;
        background-image: linear-gradient(45deg, #78d40c, #1a8203, #038b2f) !important;
    }

    /*Adopt A Cow CSS Start*/

.header_panel{
  position: fixed;
  top: 86px;
  right: 94px;
  z-index: 99999;
}

.burst-12 {
  /* background-image: linear-gradient(45deg, #038b2f, #1a8203, #78d40c) !important; */
  background-color: #038b2f;
  width: 64px;
  height: 64px;
  position: relative;
  text-align: center;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #038b2f;
  -webkit-animation: glowingtwo 1s infinite;
  -moz-animation: glowingtwo 1s infinite;
  -o-animation: glowingtwo 1s infinite;
  animation: glowingtwo 1s infinite;
  cursor: pointer;
}

.burst-12 span{
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  position: absolute;
  z-index: 1;
}

.burst-12::before {
  transform: rotate(30deg);
}

.burst-12::before, .burst-12::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  /* background-image: linear-gradient(45deg, #038b2f, #1a8203, #78d40c) !important; */
  background-color: #038b2f;
  -webkit-animation: glowingtwo 1s infinite;
  -moz-animation: glowingtwo 1s infinite;
  -o-animation: glowingtwo 1s infinite;
  animation: glowingtwo 1s infinite;
}

.burst-12::after {
  transform: rotate(60deg);
}

.burst-12::before, .burst-12::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  /* background-image: linear-gradient(45deg, #038b2f, #1a8203, #78d40c) !important; */
  background-color: #038b2f;
  -webkit-animation: glowing two11 infinite;
  -moz-animation: glowingtwo 1s infinite;
  -o-animation: glowingtwo 1s infinite;
  animation: glowingtwo 1s infinite;
}

@-webkit-keyframes glowingtwo {
  0% { background-color: #038b2f; -webkit-box-shadow: 0 0 3px #038b2f; }
  50% { background-color: #78d40c; -webkit-box-shadow: 0 0 40px #78d40c; }
  100% { background-color: #038b2f; -webkit-box-shadow: 0 0 3px #038b2f; }
}

@-moz-keyframes glowingtwo {
  0% { background-color: #038b2f; -moz-box-shadow: 0 0 3px #038b2f; }
  50% { background-color: #78d40c; -moz-box-shadow: 0 0 40px #78d40c; }
  100% { background-color: #038b2f; -moz-box-shadow: 0 0 3px #038b2f; }
}

@-o-keyframes glowingtwo {
  0% { background-color: #038b2f; box-shadow: 0 0 3px #038b2f; }
  50% { background-color: #78d40c; box-shadow: 0 0 40px #78d40c; }
  100% { background-color: #038b2f; box-shadow: 0 0 3px #038b2f; }
}

@keyframes glowingtwo {
  0% { background-color: #038b2f; box-shadow: 0 0 3px #038b2f; }
  50% { background-color: #78d40c; box-shadow: 0 0 40px #78d40c; }
  100% { background-color: #038b2f; box-shadow: 0 0 3px #038b2f; }
}

/*Adopt A Cow CSS End*/
    
  }