 /*.nav-pills .nav-link {*/
 /*    background: none !important;*/
 /*   }*/
.gradient {
    /* text-shadow: 0 3px 6px #261b07; */
       background: linear-gradient(-45deg, #00aa58, #16904b, #731d12, #cacacad4);
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite;
}
.master-plan-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px;
    font-family: sans-serif;
    position: relative;
  }

  .master-plan-heading {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    color: #b30000;
  }

  .marquee {
    height: 200px;
    overflow: hidden;
    position: relative;
  }

  .marquee-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    animation: scrollUp 15s linear infinite;
  }

  .marquee-content a {
    text-decoration: none;
    color: #333;
    padding: 8px 0;
    transition: 0.3s;
  }

  .marquee-content a:hover {
    color: #b30000;
  }

  @keyframes scrollUp {
    0% { top: 100%; }
    100% { top: -100%; }
  }

@keyframes Gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}
@media (max-width: 900px) {
    .gradient_orange{
        width: 360px !important;
    }
}
.gradient_orange{
     letter-spacing: 2px;
     display: inline-block;
     margin-left: 15px;
     text-align: center;
     font-family: "Work Sans";
     font-size: 21px;
     font-weight: 400;
     text-transform: none;
     /* fill: rgb(244, 250, 241); */
     color: rgb(255, 255, 255);
     margin-bottom: 0pc;
     position: relative;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
     padding: 15px;
     margin-bottom:23px;
     border-radius: 2px 2px 5px 5px;
     /* background: rgb(3, 166, 89); */
     /*background: linear-gradient(-45deg, #ec912f, #ec912f, #a3621b, #bf7423);*/

}
.button_image{
        height: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
}

.button_image2{
        height: 40px;
        /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%); */
        filter: brightness(0) saturate(100%) invert(7%) sepia(67%) saturate(5580%) hue-rotate(237deg) brightness(94%) contrast(100%);
}
.blinker{
    /*animation: 1.5s linear 0s infinite normal none running blinker;*/
    animation: 1.5s linear 0s infinite normal none running blinker;
    font-size: 26px !important;
    font-weight: 500;
}


.responsive-show{
    display:none;
}

@media only screen and (max-width:720px)
{
    
.responsive-show{
    display:block;
}
/*.font-10{*/
/*    font-size:11px;*/
/*}*/
.navM{
    text-align:center;
}
    .navM li {
        margin-right: 0px;
        
    }
}