.review {
    padding-top: 4rem;
    position: static;
}
.review .offer_name {
    position: static;
    width: 100%;
    height: initial;
    background: #fa9e1b;
    color: #fff;
    padding: 0.5rem;
}
.review .offer_name h5{
    text-align: center;
    font-weight: 700;
    font-size: 0.8rem;
    /* color: #31124b; */
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-bottom: 0.2rem;
}
.review .offer_name h6{
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 0.7rem;
}
.offers_image_container {
    max-height: 40vh;
    height: calc(100% - 40px);
}
.review .offers_item {
    padding-bottom: 2rem;
    border: none;
    background: #fbfbfb;
    box-shadow: 0px 12px 21px -13px rgba(83, 53, 108, 0.28);
}
.review .pack_name{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-top: 0.5rem;
}
.review .pack_name span{
    padding-left: 0.5rem;
}
.review .offers_text{
    margin: 0;
}
.review .offers_grid {
    margin-top: 30px;
}
.review .related_pack {
    position: -webkit-sticky; 
    position: sticky;
    top: 0; 
    /* z-index: 1000;  */
}


.tr-nano-dots {
    margin: 0 0 3px
}

.tr-nano-dots i {
    display: block;
    font-size: 4px;
    padding-left: 5px;
    color: #ed3237;
    opacity: .5
}

.tr-nano-dots i:nth-last-child(1) {
    opacity: 1;
    margin-top: 4px
}

.tr-form-control {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 3px 12px;
    height: 40px;
    border: 2px solid #e6e6e6;
    outline: 0;
    background: #fff;
    font-family: Poppins,sans-serif
}

.tr-sidebar-box {
    display: block
}

.tr-sdbar .sdbar-heading {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0
}

.tr-sdbar {
    margin-bottom: 30px
}

.tr-scroll-box {
    overflow: auto;
    max-height: 300px;
    padding-right: 5px
}

.tr-scroll-box::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.tr-scroll-box.tr-scroll-100 {
    max-height: 100px
}

.tr-scroll-box.tr-scroll-400 {
    max-height: 400px
}

.tr-sdbar ul li a {
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
    padding: 12px 0;
    display: flex;
    color: #5d5d5d;
    font-size: 14px
}

.tr-sdbar ul li a i {
    font-size: 13px;
    color: #ed3237;
    margin-right: 8px;
    margin-top: 3px
}

.tr-sdbar.tr-sdbar-tour ul li a {
    display: flex
}

.tr-sdbar-tour .tr-img img {
    width: 100px
}

.tr-sdbar-tour .tr-head {
    margin-left: 10px;
    flex: 1
}

.tr-sdbar-tour .tr-head span {
    color: #ed3237
}

.tr-sdbar-tour .tr-head p,.tr-sdbar-tour .tr-head span {
    font-weight: 500;
    font-size: 12px
}

.tr-call-box2 {
    position: relative;
    background-size: cover
}

.tr-sdbar {
    margin-bottom: 30px
}

.tr-card {
    position: relative;
    overflow: hidden
}

.tr-call-box2 img {
    position: relative;
    background-size: cover;
}

.tr-call-box2 .tr-inner2 {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    background: linear-gradient(100deg,rgba(0,30,72,.95),rgba(0,30,72,.9),rgba(0,30,72,.85),rgba(0,30,72,.5),transparent,transparent);
    width: 100%;
    height: 100%
}
.tr-inner2{
    letter-spacing: 1.2px;
}

.tr-call-box2 .askqua {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.tr-call-box2 p.call {
    color: #ffcf2a;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.tr-call-box2 span {
    color: #fff;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
}

.tr-call-box2 a {
    height: 35px;
    /* line-height: 35px; */
    border-radius: 40px;
    padding: 0 26px;
    letter-spacing: .08rem;
    /* background: linear-gradient(#ffa726,#f57c00);
    color: #ffcf2a */
}

@media only screen and (max-width: 991px) {
    .review .offers_image_background {
        background-position: top center;
    }
    .review .offers_image_container {
        margin: 0;
    }
}
@media only screen and (max-width: 575px) {
    .review .pack_name{
        min-height: initial;
        margin-top: 1rem;
    }
}