#show_text_button,.program-info--price{
  display:none;
}
.row.program-info--price .price_title {
    color: #506690;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: bold;
  font-family: Azo Sans Black;
  margin-bottom: 16px;
}
.row.program-info--price {
       max-width: 994px;
    margin: 0 auto;
    background-image: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/backgroundprice.png);
    background-position: center;
    background-size: cover;
    padding: 30px 15px 60px;
    background-color: #fff;
    border: 1px solid #1E93E54D;
    border-radius: 24px 24px 0px 0px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  margin-top:10px;
  position: relative;
}
#show_text_button {
    column-gap: 10px;
}
.ninja_img img {
    width: 80%;
    height: 100%;
}
.left_ninja_img {
    max-width: 168px;
    max-height: 206px;
    left: 0;
}
.right_ninja_img {
    max-width: 173px;
    max-height: 273px;
    right: 0;
  text-align:right;
}
.ninja_img {
    position: absolute;
    bottom: 0;
    padding: 0px;
}
.show_text_button{
    column-gap: 10px;
}
.price_per_week {
  font-family "Azo Sans Regular";
    border-radius: 8px;
    box-shadow: 0 3px 6px #00000029;
    text-align: center;
    width: 100%;
  max-width:230px;
      margin: 0 auto;
    padding: 17px 10px 22px;
    background: #fff;
      transition: transform 0.3s ease-in-out;
  cursor:pointer;
    display: block;

}
.price_per_week:hover{
  background: #F3FAFF;
  font-family :"Azo Sans Regular";
}
.price_per_week_inner{
   transition: transform 0.3s ease-in-out; 
}
.price_per_week:hover .price_per_week_inner{
transform: translateY(-5px);
   
}
.price_per_week span {
    font-size: 16px;
    line-height: 22px;
    color: #0E2937;
    font-weight: 600;
}
.price_per_week p {
    color: #0827648E;
    font-size: 15px;
    line-height: 22px;
      margin-bottom: 0px;
    letter-spacing: 0px;
}
.price_per_week h4 {
    color: #2093E3;
    font-size: 24px;
    line-height: 22px;
    margin: 14px 0px 9px;
}
.program_price_main {
justify-content: center;
    row-gap: 20px;
         max-width: 835px;
    margin: 0 auto;
}
.price_per_week_inner span span {
    color: #0827648E;
    font-weight: normal;
}
.program-info--image {
    position: relative;
} 
.program-point--list ul li{
padding-left:0px;
}
.program-info--image img{
    border-radius: 8px;
}
.left_bottom {
    position: absolute;
    left: 17px;
  z-index: 2;
    bottom: 19px;
}
.program-info--image,.program-info--content{
  padding-bottom:50px;
}
section.program-info-panel{ 
  padding-bottom:0px;
}
.right_top {
    position: absolute;
    left: 30px;
    top: 8px;
}
.create-program-thumbnail {
    border-radius: 8px;
    z-index: 2;
}
.bottom_right {
    right: 0;
    position: absolute;
    bottom: 7px;
}
@media screen and (max-width: 991px) {
  .ninja_img{
  display:none;
  }
  .row.program-info--price {
    background: none;
    border: 0;
}
  .row.program-info--price .price_title {
    max-width: 268px;
    margin: 0 auto 23px auto;
    padding: 0;
}
  .price_per_week {
    max-width: 100%;
}
  .program_price_main {

    row-gap: 12px;
}
  .program-info--price {
    background: none;
    border: 0;
}

}
@media screen and (max-width: 767px) {
    .program-info--price {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
      .location-info-mob.sticky {
        left: 46%;
        width: calc(100vw - 85px);
        transform: translateX(-50%) translateZ(0) scale(1) !important;
        transition-duration: 0.4s !important;
    }
}
