 
  @media only screen and (max-width: 900px) {
    .subheader-container{
      display: none;
    }
  }
  /* style='text-decoration: none; color:
                        <?php if( $bookinginfo['step'] <= 0 ) {
                        echo "#BDC2C6";
                        }else if($bookinginfo['step'] > 1 ){
                        echo  "#E7F0F6" ; } ?>' */
  .subheader-arrow{
    /* padding-left: 25px; */
    position: relative;
    z-index: 1;
    /* clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 10% 50%, 0% 0%); */
    /* background-color: #0F6AA4; */
    height: 100px;
    width: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color:black;
    /* opacity: 0; */
   /* filter: brightness(125%); */
   /* animation: show 1s linear 2.5s; */
   /* transform: translateX(-200px); */
  
  }
  .rtl .subheader-arrow p{
    direction: rtl;
  }
  .subheader-booking-location p{
    font-size: 12px;
    
  }
  .subheader-arrow a{
    position: relative;
    z-index: 10;
  }
  .subheader-steps-complete{
    background-color: #02AA7C;
    border-radius: 50%;
    width:40px;
    max-width:40px;
    min-width:40px;
    height:40px;
    text-align: center;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subheader-steps-complete{
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .rtl .subheader-steps-complete{
    margin-right: 0px;
    margin-left: 16px;
  }
  .subheader-steps-active{
    background-color: transparent;
    border: 2px solid var(--theme-primarty-color);
    border-radius: 50%;
    width:40px;
    max-width:40px;
    min-width:40px;
    height:40px;
    text-align: center;
    color: var(--theme-primarty-color);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .subheader-steps-active{
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .rtl .subheader-steps-active{
    margin-right: 0px;
    margin-left: 16px;
  }
  .subheader-steps-inactive{
    background-color: transparent;
    border: 2px solid #BDC2C6;
    border-radius: 50%;
    width:40px;
    height:40px;
    text-align: center;
    color: #BDC2C6;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .subheader-steps-inactive{
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .rtl .subheader-steps-inactive{
    margin-right: 0px;
    margin-left: 16px;
  }

  .subheader-steps-active-filled{
    background-color: var(--theme-primarty-color);
    border-radius: 50%;
    width:40px;
    max-width:40px;
    min-width:40px;
    height:40px;
    text-align: center;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .subheader-steps-active-filled{
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .rtl .subheader-steps-active-filled{
    margin-right: 0px;
    margin-left: 16px;
  }
#subheader-line{
  top: 25px;
  left: -60px;
  position: absolute;
  width: 70px;
  opacity: 1;
  height: 2px;
  color: var(--theme-primarty-color);
}
#subheader-line-success{
  top: 25px;
  left: -23%;
  position: absolute;
  width: 70px;
  opacity: 1;
  height: 2px;
  color: #02AA7C;
}
.rtl #subheader-line-success{
  /* left: 360px; */
  left: 105%;
  
}
.rtl #subheader-line-inactive{
  left: 100% !important;
}
 
.rtl #subheader-line{
  left: 100%;
  
}
@media (max-width:1200px) {
  /* .rtl #subheader-line{
    left: 90%;
    
  } */
   .subheader-container-padding{
    height: 132px;
  }
  .subheader-price{
    height: 119px;
  }
  /* #subheader-line-inactive{
    left: -19% !important;
  } */
}
@media (max-width:1300px) {
  #subheader-line-inactive{
    width: 60px !important;
    left: -20% !important;
  }
  #subheader-line{
    width: 60px !important;
    /* left: -20% !important; */
  }

}
@media (max-width:1100px) {
  #subheader-line-inactive{
    
    left: -20% !important;
  }
}
/* .subheader-price{

} */
#subheader-line-inactive{
  top: 25px;
  left:-13%;
  position: absolute;
  width: 70px;
  opacity: 1;
  height: 2px;
  color: #BDC2C6;
}
  @keyframes focus {
    0%{
      transform: scale(1.0);
    }
    50%{
      transform: scale(1.2);
    }
    100%{
      transform: scale(1.0);
    }
    
  }