.single-offer-page {
	margin: 40px 0;
}
#single-offer_new_style .special-offer-banner .swiper-navigation-button {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    background: var(--tt-bg-white) !important;
}
#single-offer_new_style .special-offer-banner .swiper-button-prev {
    left: 20px !important;
}
#single-offer_new_style .special-offer-banner .swiper-button-next {
    right: 20px !important;
}
#single-offer_new_style .top-detail-section {
    text-align: left;
}
#single-offer_new_style .top-heading-detail-section {
    text-align: left;
}
#single-offer_new_style .highlight-wrapper {
    display: flex;
}
#single-offer_new_style .highlight-wrapper .hilt,
#single-offer_new_style .highlight-wrapper .hilt:first-child {
    margin: 0 3px;
    background: #fef4f0;
    color: #eb662b;
    padding: 2px 15px;
    border-radius: 15px;
    font-size: var(--tt-font-size-small-paragraph);
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}
#single-offer_new_style .highlight-wrapper .hilt.hightlight2,
#single-offer_new_style .highlight-wrapper .hilt:nth-child(2) {
    background: #f0f9fe;
    color: #2b38eb;
}
#single-offer_new_style .highlight-wrapper .hilt.hightlight3,
#single-offer_new_style .highlight-wrapper .hilt:nth-child(3) {
    background: #F5F5F5;
    color: #0e0e0e;
}
#single-offer_new_style .highlight-wrapper .hilt.hightlight4,
#single-offer_new_style .highlight-wrapper .hilt:nth-child(4) {
    background: #f0fefd;
    color: #10bdae;
}
#single-offer_new_style .highlight-wrapper .hilt.hightlight5,
#single-offer_new_style .highlight-wrapper .hilt:nth-child(5) {
    background: #f7e3ec;
    color: #cd145f;
}
#single-offer_new_style .highlight-wrapper .hilt.hightlight6,
#single-offer_new_style .highlight-wrapper .hilt:nth-child(6) {
    background: #e3e3e3;
    color: #202020;
}
#single-offer_new_style .highlight-wrapper .hilt.hightlight7,
#single-offer_new_style .highlight-wrapper .hilt:nth-child(7) {
    background: #eaffe1;
    color: #77c710;
}
#single-offer_new_style .highlight-wrapper .hilt.hightlight8,
#single-offer_new_style .highlight-wrapper .hilt:nth-child(8) {
    background: #f0fefd;
    color: #10bdae;
}
#single-offer_new_style .highlight-wrapper .hilt.hightlight9,
#single-offer_new_style .highlight-wrapper .hilt:nth-child(9) {
    background: #fef4f0;
    color: #eb662b;
}
#single-offer_new_style .heading-wrapper {
    margin: 16px 0;
}
#single-offer_new_style .hotel-details-on-top {
    display: flex;
}
#single-offer_new_style .hotel-loaction {
    margin-left: 0;
    font-size: calc(var(--tt-font-size-paragraph) + 2px);
}
#single-offer_new_style .hotel {
    margin-left: 20px;
    font-size: calc(var(--tt-font-size-paragraph) + 2px);
}
#single-offer_new_style .hotel-details-on-top {
    font-size: var(--tt-font-size-title);
    font-weight: 500;
    line-height: 23.44px;
}
#single-offer_new_style .pin {
    width: 16px;
}
#single-offer_new_style .hotel-rating {
    margin-left: 10px;
    line-height: 0.15;
}
#single-offer_new_style .elementor-star-rating i {
    font-size: var(--tt-font-size-small-paragraph);
}
#single-offer_new_style .elementor-star-rating i{
    top: -2px;
}
#single-offer_new_style .content-section {
    margin-top: 30px;
}
#single-offer_new_style .common_content {
    margin: 10px 0 26px 0;
}
/*  accordian css */
#single-offer_new_style .hotel-loaction {
    display: flex;
    align-items: center;
}
#single-offer_new_style .hotel-loaction svg {
    margin-right: 5px;
}
#single-offer_new_style .accordion {
    color: var(--tt-text-black);
    background-color: var(--tt-bg-white);
}
#single-offer_new_style .accordion .container {
    position: relative;
}
#single-offer_new_style .container {
    padding: 0;
    border-top: 1px solid #e7e6e6;
}
#single-offer_new_style .accordion .label {
    position: relative;
    padding: 22px 0;
    font-size: var(--tt-font-size-sub-title);
    color: var(--tt-text-black);
    cursor: pointer;
}
#single-offer_new_style .accordion .label::before {
    content: '\f107';
    color: var(--tt-text-black);
    position: absolute;
    top: 50%;
    right: 0;
    font-size: var(--tt-font-size-small-paragraph);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
#single-offer_new_style .accordion .container.active .label::before {
    content: '\f106';
}
#single-offer_new_style .accordion .content {
    position: relative;
    background: var(--tt-bg-white);
    height: 0;
    font-size: var(--tt-font-size-small-paragraph);
    text-align: justify;
    overflow: hidden;
    transition: 0.5s;
}
#single-offer_new_style .accordion hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
}
#single-offer_new_style .accordion .container.active .content {
    height: auto;
}
#single-offer_new_style .accordion .container.active .content p{
	margin-top: 0;
}
#single-offer_new_style .accordion h2 {
    font-size: calc(var(--tt-font-size-paragraph) + 2px );
    color: var(--tt-text-black);
	margin: 0;
    line-height: 1.35;
}
#single-offer_new_style .accordion .content,
#single-offer_new_style .offer-editor-content ,
#single-offer_new_style #tabs-content .tab-content{
    font-size: var(--tt-font-size-paragraph);
    font-weight: 400;
}
.inner-pad-section .top-details-container .top-sec {
    display: flex;
    align-items: center;
}
.inner-pad-section .top-details-container .top-sec span {
    margin-left: 5px;
}
/*  accordian css */

#single-offer_new_style.single-page-main-container ul#tabs-nav li {
    border-bottom: 0;
    padding: 12px 14px;
}
#single-offer_new_style.single-page-main-container #tabs-nav li a {
    font-size: var(--tt-font-size-paragraph);
    color: var(--tt-text-black);
}
#single-offer_new_style.single-page-main-container ul#tabs-nav li.active {
    color: var(--tt-text-black);
    border-bottom: 2px solid var(--tt-text-black);
}
#single-offer_new_style.single-page-main-container ul#tabs-nav li.active a {
    color: var(--tt-text-black);
}

/*  sidebar box css */
#single-offer_new_style .sidebar-travel-planner-details .detail-box {
    display: flex;
    align-items: baseline;
    margin-bottom: 0;
}
#single-offer_new_style .sidebar-travel-planner-details .package_info,
#single-offer_new_style .sidebar-travel-planner-details .detail-box {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: var(--tt-font-size-small-paragraph);
    font-weight: 500 !important;
}
#single-offer_new_style .sidebar-travel-planner-details span {
    font-weight: 500;
}
#single-offer_new_style .sidebar-travel-planner-details .offer-price {
    margin: 0 7px;
}
#single-offer_new_style .sidebar-travel-planner-details .hotelprice_details {
    margin-left: 7px;
}
#single-offer_new_style .sidebar-travel-planner-details .hotelprice_details .offer-price {
    font-size: var(--tt-font-size-medium-title);
    font-weight: 500;
}
#single-offer_new_style .sidebar-travel-planner-details .travel-planner-details .display_planner-image {
    border-color: var(--tt-text-white);
    box-shadow: 0px 3px 15px 0px var(--tt-box-shadow);
    border-width: 6px;
}
#single-offer_new_style .sidebar-travel-planner-details .travel-planner-button .plan-btn {
    width: 95%;
}
.travel-planner-details .travel-planner-button.send-mail .plan-btn {
    background-color: var(--tt-bg-btn-primary);
    color: var(--tt-text-white);
}
.travel-planner-details .travel-planner-button .plan-btn,
.travel-planner-details .travel-planner-button.send-mail .plan-btn {
    text-transform: capitalize;
    padding: 13px 25px;
    border-radius: 12px;
}
#single-offer_new_style .sidebar-travel-planner-details .divider-wrapper {
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    padding: 30px 0 20px 0;
}
#single-offer_new_style .sidebar-travel-planner-details .sidebar-button-wrapper .travel-planner-button {
    margin: 0;
    padding: 0;
}
#single-offer_new_style .sidebar-travel-planner-details .sidebar-button-wrapper .plan-btn:hover {
    border-color: var(--tt-text-primary);
}

#single-offer_new_style .sidebar-travel-planner-details .sidebar-button-wrapper {
    padding-top: 30px;
}
#single-offer_new_style .sidebar-travel-planner-details .sidebar-button-wrapper .send-mail.travel-planner-button {
    margin-bottom: 20px;
}
#single-offer_new_style .sidebar-travel-planner-details .sidebar-button-wrapper .send-mail.travel-planner-button img {
    margin-right: 12px;
}
#single-offer_new_style .sidebar-travel-planner-details .inner-pad-section {
    padding: 20px 25px 40px 25px;
}
#single-offer_new_style .sidebar-travel-planner-details .planner-namee {
    margin-top: 15px;
}
#single-offer_new_style .sidebar-travel-planner-details .planner-namee h2 {
    font-size: var(--tt-font-size-medium-title);
    font-weight: 600;
    color: var(--tt-text-black);
    font-family: inherit;
    line-height: 33px;
}
#single-offer_new_style .sidebar-travel-planner-details .designation {
    color: var(--tt-text-black);
    font-size: var(--tt-font-size-paragraph);
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 5px;
    opacity: 0.5;
    line-height: 21.82px;
}
#single-offer_new_style .sidebar-travel-planner-details .planner-phone-number a {
    font-size: var(--tt-font-size-sub-title);
    font-weight: 700;
    line-height: 45px;
    color: var(--tt-text-black);
    text-decoration: none;
}
#single-offer_new_style .sidebar-travel-planner-details .planner-phone-number {
    margin-top: 18px;
}
#single-offer_new_style .sidebar-travel-planner-details .top-details-container {
    font-size: var(--tt-font-size-small-paragraph);
    font-weight: 400;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 14px;
    line-height: 28px;
}
#single-offer_new_style .sidebar-travel-planner-details .top-details-container .plan {
    width: 28px;
}
#single-offer_new_style .sidebar-travel-planner-details .top-details-container .atol-logo {
    width: 22px;
}
#single-offer_new_style .sidebar-travel-planner-details .top-details-container .building {
    width: 23px;
}
#single-offer_new_style .sidebar-button-wrapper .enquiry-btn svg path {
    fill: var(--tt-text-white);
    transition: all .2s linear;
}
#single-offer_new_style .sidebar-button-wrapper .enquiry-btn svg {
    margin-left: 12px;
}
#single-offer_new_style .sidebar-button-wrapper .travel-planner-button a {
    font-weight: 500;
}
#single-offer_new_style .package_info ,
#single-offer_new_style .package_info .offer-price{
    color: var(--tt-text-white);
}
.single-vt_special_offers #elementor-lightbox-slideshow-single-img {
    display: none !important;
}
#single-offer_new_style #tabs-content .tab-content h2{
    color: var(--tt-text-black);
    font-size: var(--tt-font-size-sub-title);
    font-weight: 500;
}
#single-offer_new_style #tabs-nav li a {
    color: var(--tt-text-black);
}
#single-offer_new_style #tabs-nav li.active a {
    color: var(--tt-text-primary);
}
#single-offer_new_style .tabs .tab-content p,
#single-offer_new_style .accordion-body .container .content {
    font-size: var(--tt-font-size-paragraph);
    line-height: 28px;
}
.single-offer_style_3 .top-heading-detail-section {
    display: block;
}
#single-offer_new_style.single-offer_style_3 .hotel-details-on-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#single-offer_new_style.single-offer_style_3 .hotel-details-on-top .heading-meta{
    display: flex;
}
#single-offer_new_style.single-offer_style_3 .hotel-details-on-top .package_info, 
#single-offer_new_style.single-offer_style_3 .hotel-details-on-top .package_info .offer-price{
    color: var(--tt-text-primary);
    margin: 0;
}
.single-offer_style_3 .package_info .detail-box{
    margin: 0;
}
#single-offer_new_style.single-offer_style_3 .package_info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.single.single-vt_special_offers iframe{
    border: medium none;
}
.single-offer_style_3 .top-detail-section .bad_and_breakfast_details span {
    color: var(--tt-text-black);
    font-weight: 600;
}

#single-offer_new_style.single-offer_style_3 .top-detail-section  .package_info .offer-price {
    color: var(--tt-text-black);
}

.single-offer_style_3 .top-detail-section .verti-divider {
    font-weight: 600;
}

.single-offer_style_3 .top-detail-section .package_info .detail-box {
    margin: 0;
    color: var(--tt-text-black);
    font-size: var(--tt-font-size-paragraph);
}
#single-offer_new_style.single-offer_style_3 .package_info .special_offer_label {
  color: var(--tt-text-black);
}

#single-offer_new_style h1 {
    font-size: var(--tt-font-size-sub-title);
    font-weight: 500;
    line-height: 34px;
}

/* 14-8-2023 */
@media (min-width: 1025px) {
    #single-offer_new_style  .special-offer-content-section .right-column {
        width: 27.98%;
    }
    #single-offer_new_style .special-offer-content-section .left-column {
        padding-right: 0;
    }
    #single-offer_new_style .content-section {
        justify-content: space-between;
    }
    .single-offer_style_3 .special-offer-ast-container{
        max-width: 1290px;
    }
    #single-offer_new_style .travel-planner-details .travel-planner-button.send-mail .plan-btn {
        font-size: var(--tt-font-size-paragraph);
        line-height: 28px;
    }
    /* Tab css */
    #single-offer_new_style #tabs-nav li a {
        font-size: var(--tt-font-size-small-paragraph);
    }
}
/* end 14-8-2023 */
/*  end sidebar box css */

@media(max-width:767px){
    #single-offer_new_style.single-offer_style_3 .heading-wrapper{
        text-align: center;
    }
    #single-offer_new_style.single-offer_style_3 .hotel-details-on-top .heading-meta{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    #single-offer_new_style.single-offer_style_3 .heading-meta .hotel{
        text-align: center;
    }
    #single-offer_new_style h1 {
        font-size: calc(var(--tt-font-size-title) - 1rem);
    }
    #single-offer_new_style .highlight-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    #single-offer_new_style .highlight-wrapper .hilt {
        display: inline-block;
        margin: 5px 3px;
    }
    #single-offer_new_style .sidebar-travel-planner-details .flight-hotel-details.top-sec {
        margin: 10px 0;
    }
    #single-offer_new_style .hotel-details-on-top {
        display: block;
    }
    #single-offer_new_style .hotel {
        margin-left: 0;
    }
    #single-offer_new_style .hotel-loaction {
        margin-bottom: 10px;
    }
    #single-offer_new_style .content-section {
        margin-bottom: 50px;
    }
    #single-offer_new_style .sidebar-travel-planner-details .inner-pad-section {
        padding: 20px 11px 40px 11px;
    }
    #single-offer_new_style .sidebar-travel-planner-details .divider-wrapper {
        padding: 30px 0 0 0;
    }
    #single-offer_new_style .common_content {
        margin: 10px 0 26px 0;
    }
	.single-offer-page {
		margin: 10px 0;
	}
}