.custom-how-to-book-petra-steps-outer {
    grid-template-columns: 1fr 1fr !important;
}
@media only screen and (max-width: 991px) {
    .custom-how-to-book-petra-steps-outer {
        grid-template-columns: 1fr !important;
    }
}

/* Booking Section Starts  */

.book-section .price-wrapper{
    border-radius: 20px;
    background: #F8F4EE;
    padding: 30px 35px;
    margin-top: 36px;
}
.book-section .price-wrapper .ticket-price{
    color: var(--content-color);
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}
.book-section .price-wrapper .description-wrapper{
    margin-top: 39px;
    display: flex;
}
.book-section .price-wrapper .description-wrapper .wrapper-1{
    width: 40%;
    padding-right: 40px;
    border-right: 1px solid var(--content-color);
}
.book-section .price-wrapper .description-wrapper .wrapper-2{
    width: 40%;
    padding-right: 40px;
    padding-left: 40px;
    border-right: 1px solid var(--content-color);
}
.book-section .price-wrapper .description-wrapper .wrapper-3{
    width: 20%;
    text-align: end;
}
.book-section .price-wrapper .description-wrapper .wrapper-1 .data-wrapper{
    display: flex;
    margin-bottom: 10px;
}
.book-section .price-wrapper .description-wrapper .wrapper-1 .data-wrapper:last-child{
    margin-bottom: 0;
}
.book-section .price-wrapper .description-wrapper .wrapper-1 .data-wrapper .data-wrapper-title{
    color: var(--content-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding-right: 20px;
    width: 35%;
}
.book-section .price-wrapper .description-wrapper .wrapper-1 .data-wrapper .data-wrapper-description{
    color: var(--content-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 65%;
}

.book-section .price-wrapper .description-wrapper .wrapper-2 .data-wrapper{
    display: flex;
    margin-bottom: 10px;
}
.book-section .price-wrapper .description-wrapper .wrapper-2 .data-wrapper:last-child{
    margin-bottom: 0;
}
.book-section .price-wrapper .description-wrapper .wrapper-2 .data-wrapper .data-wrapper-title{
    color: var(--content-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding-right: 20px;
    width: 35%;
}
.book-section .price-wrapper .description-wrapper .wrapper-2 .data-wrapper .data-wrapper-description{
    color: var(--content-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 65%;
}

.book-section .price-wrapper .description-wrapper .wrapper-3 .total-price{
    color: var(--content-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.book-section .price-wrapper .description-wrapper .wrapper-3 .amount{
    color: var(--content-color);
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding-top: 8px;
}
.book-section .price-wrapper .description-wrapper .wrapper-3 .member{
    color: var(--content-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    padding-top: 5px;
}
.book-section .price-wrapper .price-con-cta{margin-top: 10px;}
.book-section .price-wrapper .price-con-cta .btn-type1{
	display: inline-block;
	font-size: 14px;
	width: auto;
	padding: 8px 20px;
	min-width: auto;
}
@media only screen and (max-width: 1440px) {
    .book-section .price-wrapper .description-wrapper .wrapper-1 .data-wrapper .data-wrapper-title{
        font-size: 14px;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-1 .data-wrapper .data-wrapper-description{
        font-size: 14px;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-2 .data-wrapper .data-wrapper-title{
        font-size: 14px;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-2 .data-wrapper .data-wrapper-description{
        font-size: 14px;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-3 .total-price{
        font-size: 14px;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-3 .amount{
        font-size: 30px;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-3 .member{
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .book-section .price-wrapper .description-wrapper{
        display: block;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-1{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--content-color);
        padding: 0 0 20px;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-2{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--content-color);
        padding: 20px 0;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-3{
        width: 100%;
        padding-top: 20px;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-1 .data-wrapper .data-wrapper-title{
        font-size: 14px;
        width: 40%;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-1 .data-wrapper .data-wrapper-description{
        font-size: 14px;
        width: 60%;
    }

    .book-section .price-wrapper .description-wrapper .wrapper-2 .data-wrapper .data-wrapper-title{
        font-size: 14px;
        width: 40%;
    }
    .book-section .price-wrapper .description-wrapper .wrapper-2 .data-wrapper .data-wrapper-description{
        font-size: 14px;
        width: 60%;
    }
}

/* Booking Section Ends  */

/* Instructions Section Starts */
.instructions-section{
    position: relative;
}
.instructions-section .instruction-image{
    position: absolute;
    top: 50%;
    right: -20%;
    transform: translateY(-50%);
}
.instructions-section .instructions-wrapper{
    width: 60%;
    position: relative;
}
.instructions-section .instructions-wrapper .title{
    color: var(--content-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.instructions-section .instructions-wrapper .title a:hover{
    color: #F89B1D;
    transition: all 0.4s ease;
}
.instructions-section .instructions-wrapper .customTitle{
    text-decoration: underline;
}
.instructions-section .instructions-wrapper .customTitle:hover{
    color: #F89B1D;
    transition: all 0.4s ease;
}
.instructions-section .instructions-wrapper .description{
    color: var(--content-color);
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    padding-top: 30px;
}
.instructions-section .instructions-wrapper .description a:hover{
    color: #F89B1D;
    transition: all 0.4s ease;
}
.instructions-section .instructions-wrapper .customDescription{
    font-weight: 500;
}
.instructions-section .instructions-wrapper .first-part{
    padding: 20px 0;
    border-top: 1px solid rgba(59, 54, 46, 0.12);
}
.instructions-section .instructions-wrapper .first-part .list-wrapper{
    padding-left: 20px;
    padding-top: 20px;
}
.instructions-section .instructions-wrapper .first-part .list-wrapper .list{
    list-style: disc;
}
.instructions-section .instructions-wrapper .first-part .list-wrapper .list-text{
    color: var(--content-color);
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
.instructions-section .instructions-wrapper .first-part .list-wrapper .list:last-child{
    padding-bottom: 0;
}
.instructions-section .instructions-wrapper .second-part{
    padding: 20px 0;
    border-top: 1px solid rgba(59, 54, 46, 0.12);
}
.instructions-section .instructions-wrapper .third-part{
    padding: 20px 0;
    border-top: 1px solid rgba(59, 54, 46, 0.12);
}
.instructions-section .instructions-wrapper .last-part{
    padding: 20px 0;
    border-top: 1px solid rgba(59, 54, 46, 0.12);
    border-bottom: 1px solid rgba(59, 54, 46, 0.12);
}
.instructions-section .instructions-wrapper .last-part .main-title{
    color: var(--content-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .instructions-section .instructions-wrapper{
        width: 100%;
    }
}
/* Instructions Section Ends */

/* Program Section Starts */
.program-section{
    background-color: rgba(248, 155, 29, 0.08);
    padding: 65px 0 120px;
}
.program-section .program-header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.program-section .program-header-wrapper .header{
    color: var(--content-color);
    font-size: 40px;
    font-weight: 500;
    line-height: 83px;
}

.program-section .program-section-slider{
    margin-right: -20%;
}
.program-section .program-section-slider .slick-track {
    padding-top: 100px;
    --lineLeftPos: 0;
}
.program-section .program-section-slider .slick-track::before {
    position: absolute;
    top: 33px;
    left: 0;
    transform: translateX(var(--lineLeftPos));
    content: "";
    height: 2px;
    width: 100%;
    background-color: #F89B1D;
    background-repeat: no-repeat;
}
.program-section .program-section-slider .slick-track{
    padding-top: 100px;
}
.program-section .program-section-slider .slider-box .box-wrapper{
    margin-right: 60px;
    position: relative;
}
.program-section .program-section-slider .slider-box .box-wrapper::before{
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 61px;
    width: 7px;
    background-image: url("../images/dotted-line.svg");
    background-repeat: no-repeat;
}
.program-section .program-section-slider .slider-box .box-wrapper::after{
    position: absolute;
    top: -83px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 32px;
    width: 32px;
    background-image: url("../images/timeline-dot.svg");
    background-repeat: no-repeat;
}
.program-section .program-section-slider .slider-box .box-wrapper .slider-image{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 170px;
}
.program-section .program-section-slider .slider-box .box-wrapper .box-title{
    color: var(--content-color);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding-top: 10px;
}
.program-section .program-section-slider .slider-box .box-wrapper .box-description{
    color: var(--content-color);
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    padding-top: 5px;
}

@media only screen and (max-width: 1440px) {
    .program-section .program-section-slider .slider-box .box-wrapper{
        margin-right: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .program-section .program-section-slider .slick-track::before{
        transform: translateX(160px);
    }
}

@media only screen and (max-width: 991px) {
    .program-section .program-section-slider .slider-box .box-wrapper{
        margin-right: 20px;
    }
    .program-section .program-section-slider .slick-track::before{
        transform: translateX(120px);
    }
    .program-section .program-header-wrapper .header{
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .program-section .program-section-slider .slick-track::before{
        transform: translateX(120px);
    }
}
@media (min-width: 556px) and (max-width: 767px) {
    .program-section .program-section-slider .slick-track::before{
        transform: translateX(150px);
    }
}
@media only screen and (max-width: 555px) {
    .program-section .program-section-slider .slick-track::before{
        transform: translateX(100px);
    }
    .program-section .program-section-slider .slider-box .box-wrapper .box-title{
        font-size: 18px;
    }
    .program-section .program-section-slider .slider-box .box-wrapper .box-description{
        font-size: 14px;
    }
}



/* Program Section Ends */

.custom-right-slick-icon {
    background-position: center center;
    background-repeat: no-repeat;
    width: 65px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
  }
  .custom-left-slick-icon {
    background-position: center center;
    background-repeat: no-repeat;
    width: 65px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
  }
.custom-right-slick-icon:hover,
.custom-right-slick-icon:focus {
    transform: scale(1.1);
    transition: all 0.25s ease-in-out;
  }
.custom-left-slick-icon:hover,
  .custom-left-slick-icon:focus {
    transform: scale(1.1);
    transition: all 0.25s ease-in-out;
  }

  @media only screen and (max-width: 991px) {
    .custom-right-slick-icon {
        height: 50px;
      }
      .custom-left-slick-icon {
        height: 50px;
      }
}