
.tour-info{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.tour-info .tabs{
    flex: 2;
}
.tour-info .sidebar{
    flex: 1;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.widget{
    width: 100%;
    padding: 1rem;
  background: #fff;
  position: relative;
  margin: 10px 0 ;
  border-radius: 5px;
}
.widget-share{
     display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.widget-share i {
    font-size: 1.2rem;
    margin: 0 5px;
    color: darkolivegreen;
}

.resume-tour li{
    list-style-type: none !important;
}
.resume-tour span{
    font-weight: 500;

}
.resume-tour i{
    color: var(--yellow-com);

}
.section-info-tour{
    background: #eee;
    padding-bottom: 50px;
    /* padding-top: 55px; */
    margin-top: 0 !important;
}

.container-title-post{
    padding: 30px 0;
}



 /* Timeline */

 /* .wrapper ul, li {
    list-style: none;
    padding: 0;
  }



  .wrapper {
    background: #ffffff;
    padding: 2rem;
    border-radius: 15px;
  }

  .wrapper  h1 {
    font-size: 1.1rem;
    font-family: sans-serif;
  }

  .wrapper  .sessions {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
  }

  .wrapper li {
    padding-bottom: 1.5rem;
    border-left: 1px solid  rgb(48, 79, 71,0.8);
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
  }
  .wrapper li:last-child {
    border: 0px;
    padding-bottom: 0;
  }
  .wrapper li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid  rgb(48, 79, 71,0.8);
    box-shadow: 3px 3px 0px  rgb(48, 79, 71,0.8);
    box-shadow: 3px 3px 0px  rgb(48, 79, 71,0.8);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
  }

  .wrapper  .time {
    color: #2a2839;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  @media screen and (min-width: 601px) {
    .wrapper .time {
      font-size: 0.9rem;
    }
  }
  @media screen and (max-width: 600px) {
    .wrapper .time {
      margin-bottom: 0.3rem;
      font-size: 0.85rem;
    }
  }

  .wrapper  p {
    color: #4f4f4f;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top: 0.4rem;
  }
  @media screen and (max-width: 600px) {
    .wrapper  p {
      font-size: 0.9rem;
    }
  } */

  .section-info-tour li{
    list-style-type: inherit !important;
    /* line-height: 30px; */
}

  .circuit-package{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 2rem 0;
    gap:10px
  }
  .circuit-package .inclus,.circuit-package .exclus {
    position: relative;
}
  .circuit-package ul li{
    list-style-type: none;
  }
.circuit-package .inclus h3,.circuit-package .exclus h3{
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 15px 0 ;
}
.circuit-package .inclus ul,.circuit-package .exclus ul{
    padding: 1rem 2rem;
}
.circuit-package .inclus,.circuit-package .exclus {
    /* border: 1px solid rgba(247, 247, 247); */
}

  @media only screen and (max-width: 991px){
    .section-info-tour{
        padding-top: 55px;
    }
    
    .section-info-tour{
  
        margin-top: 75px !important;
    }
  }


  @media only screen and (max-width: 767px){
    .tour-info{
        flex-direction: column;
    }
    .section-info-tour{
        padding-top: 55px;
    }
  }


  @media only screen and (max-width: 479px) {

    .section-info-tour{
        padding-top: 55px;
    }

  }
