/*new css*/

@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
html {
    overflow-y: auto;
}

body {
    overflow-x: hidden !important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.relative-page .fusion-main-menu>ul.fusion-menu>li>a {
    font-size: 12px;
}

.home .relative-page .fusion-header-wrapper {
    position: relative;
    border-bottom: 2px solid #c7c7c7;
}


/*Home page*/

.page-template-home-page-template #main .fusion-row {
    max-width: none !important;
    width: 100%;
}

.page-template-home-page-template #main {
    padding: 0px !important;
}


/* Indicators list style */

.home_slider .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
    margin-bottom: 60px;
}


/* Indicators list style */

.home_slider .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    height: 67px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0px !important;
    margin-top: 0;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-indent: inherit;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    opacity: 1;
    text-transform: uppercase;
    font-family: "Rubik-Medium";
    padding: 0 10px;
    top: 0;
    text-align: center;
    position: relative;
}

.home_slider .carousel-indicators li.active {
    top: -10px;
}


/* Indicators active image style */

.home_slider .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}

.slide-content-cover {
    position: relative;
}

.slide-content-cover::before {
    content: "";
    position: absolute;
    width: 70%;
    background: #000;
    opacity: 0.8;
    top: 0;
    bottom: 0;
}

.slide-content-cover.right-align-cover::before {
    right: 0px;
}

.slide-content-middle {
    width: 100%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.right-align-cover .slide-content-middle {
    left: 53%;
}

.left-align-cover .slide-content-middle {
    left: 53%;
}

.slide-image img {
    width: 100%;
    object-fit: cover;
    height: -moz-calc(100vh - 110px);
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
    /* margin-top: 110px; */
}

.slide-row {
    display: -ms-flexbox !important;
    display: flex !important;
}

.home_slider .slide-content-middle h2.slide-title {
    color: #fff;
    font-size: 36px !important;
    line-height: 44px !important;
    font-family: "Rubik-Medium";
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.slide-description {
    font-family: "Rubik-Medium";
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 15px;
}

.slide-btn a {
    background: #fff;
    color: transparent;
    font-size: 16px;
    font-family: "Rubik-Medium";
    padding: 6px 15px;
    display: inline-block;
    text-decoration: none;
}

.left-align-cover h2.slide-title,
.left-align-cover .slide-description,
.left-align-cover .slide-btn {
    text-align: right;
}

.left-content {
    width: 394px;
}

.right-content {
    width: calc(100% - 394px);
    width: -webkit-calc(100% - 394px);
    width: -moz-calc(100% - 394px);
    width: -o-calc(100% - 394px);
}

.left-align-cover .left-content {
    padding-right: 30px;
}


/*passes page*/

.pass-type-section .fusion-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pass-column .fusion-column-wrapper {
    height: 100%;
    padding-bottom: 50px;
}

.pass-column {
    text-align: center;
    margin-right: 0px;
    border-right: 2px solid #c6c6c6;
    width: 25%;
}

.pass-column:nth-child(4) {
    border: 0px;
}

.pass-column .pass-column-title {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    display: block;
    float: none;
    padding: 0px;
    min-height: 60px;
}

.pass-column-title br {
    display: none;
}

.pass-column .pass-column-amount {
    font-size: 16px;
    line-height: 20px;
    display: block;
    float: none;
    padding: 0;
    font-family: "rubik-regular" !important;
}

.pass-column .fusion-title {
    position: relative;
    display: block;
    margin-bottom: 0;
}

.pass-column .fusion-title h1 {
    padding: 0px;
}

.pass-column .fusion-title::after {
    content: "";
    display: block;
    width: 55px;
    margin: auto;
    height: 4px;
    margin-top: 30px;
    margin-bottom: 40px;
    background: #000;
}

.red-column .fusion-title::after,
.red-column .pass-btn,
.red-btn {
    background: #c23d26 !important;
}

.orange-column .fusion-title::after,
.orange-column .pass-btn,
.orange-btn {
    background: #ed742d !important;
}

.blue-column .fusion-title::after,
.blue-column .pass-btn,
.blue-btn {
    background: #84bad6 !important;
}

.purple-column .fusion-title::after,
.purple-column .pass-btn,
.purple-btn {
    background: #833082 !important;
}

.feature-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
}

.feature-list li {
    margin-bottom: 20px;
}

.feature-list li br {
    display: none;
}

.feature-list .feature-time {
    display: block;
    font-size: 20px;
    color: #333333;
    font-family: "Rubik-Medium";
}

.small-label {
    font-size: 14px;
    line-height: 20px;
    color: #5d5d5d;
}

.post-content .pass-column a.pass-btn {
    font-family: "Rubik-Medium";
    padding: 10px 10px;
    width: 165px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    border-radius: 0px !important;
    text-decoration: none;
    margin-top: 25px;
    min-height: 38px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
}

.pass-column .fusion-imageframe img {
    max-height: 127px;
    margin-top: 10px;
}

.sign-name {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    padding: 7px 35px;
    text-transform: capitalize;
    opacity: 0;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    right: 40px;
    top: -3px;
    font-family: "Rubik-Medium";
}

.sign-name::after {
    content: "";
    border-width: 16px;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
}

.sign-board-inner {
    height: 100%;
    width: 56px;
    border: 1px solid #8e8e8e;
    border-radius: 30px;
    padding: 15px;
    float: right;
    max-height: 155px;
    min-height: 155px;
}

.sign-dot {
    height: 26px;
    width: 26px;
    background: #d3d3d3;
    border-radius: 100%;
    z-index: 9;
    position: relative;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
}

.sign-list {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.sign-list:last-child {
    margin: 0px;
}

.sign-dot:hover+.sign-name {
    opacity: 1;
}

.red-sign .sign-dot:hover,
.red-sign .sign-name,
.red-title.with-seprator::after {
    background: #c23d26;
}

.red-sign .sign-name::after {
    border-color: transparent transparent transparent #c23d26;
}

.orange-sign .sign-dot:hover,
.orange-sign .sign-name,
.orange-title.with-seprator::after {
    background: #ed742d;
}

.orange-sign .sign-name::after {
    border-color: transparent transparent transparent #ed742d;
}

.blue-sign .sign-dot:hover,
.blue-sign .sign-name,
.blue-title.with-seprator::after {
    background: #84bad6;
}

.blue-sign .sign-name::after {
    border-color: transparent transparent transparent #84bad6;
}

.purple-sign .sign-dot:hover,
.purple-sign .sign-name,
.purple-title.with-seprator::after {
    background: #833082;
}

.purple-sign .sign-name::after {
    border-color: transparent transparent transparent #833082;
}

.black-title.with-seprator::after {
    background: #000;
}

.fusion-title.title.md-title h2 {
    font-size: 36px !important;
    line-height: 40px !important;
    font-family: "Rubik-Medium" !important;
    letter-spacing: 0.7px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    float: none;
    display: block;
    padding: 0px;
    white-space: inherit;
}

.fusion-title.title.md-title h2 p {
    margin-bottom: 0px;
}

.with-seprator {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 0px;
}

.with-seprator::after {
    content: "";
    display: block;
    width: 55px;
    margin: auto;
    height: 10px;
    margin-top: 50px;
    margin-bottom: 40px;
    width: 150px;
}

.black-title.with-seprator::after {
    background: #000;
}

.small-container {
    max-width: 800px;
    margin: auto;
}

.section-flex {
    border-bottom: 2px solid #999999 !important;
    padding-bottom: 74px !important;
    margin-bottom: 67px;
}

.section-flex .fusion-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.Pass-menu .fusion-row {
    position: relative;
}

.sign-board {
    position: absolute;
    left: calc(100% - 56px);
    left: -webkit-calc(100% - 56px);
    left: -moz-calc(100% - 56px);
    left: -o-calc(100% - 56px);
    z-index: 99;
}

.sticky-div {
    position: fixed;
    top: 130px;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
}

.Pass-detail {
    max-width: 270px;
    background: #f0f0f0;
}

.pass-rate {
    padding: 20px 5px;
    text-align: center;
    color: #333333;
}

.pass-rate div {
    font-size: 24px;
    line-height: 28px;
    font-family: "Rubik-Light";
    letter-spacing: 1px;
}

.pass-rate div strong {
    font-family: "Rubik-Medium" !important;
    font-size: 24px;
    line-height: 28px;
}

.pass-note {
    background: #333333;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: "Rubik-Regular";
}

.pass-description {
    margin-top: 15px;
}

.pass-description p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.8px;
}

.note-label {
    font-size: 13.06px;
    line-height: 18px;
    font-family: "Rubik-Medium";
    color: #333;
    margin-bottom: 5px;
}

.note-list {
    padding: 0px 0 0 15px;
    margin: 0px;
}

.note-list li {
    font-size: 13.06px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 5px;
    letter-spacing: 0.8px;
}

.post-content a.pass-btn.big-btn {
    font-family: "Rubik-Medium";
    padding: 15px 10px;
    width: 240px;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: normal;
    border-radius: 0px !important;
    text-decoration: none;
    margin-top: 25px;
    height: 54px;
}

.extra-info {
    font-size: 13.07px;
    line-height: 20px;
    color: #333;
    margin-bottom: 30px;
}

.extra-info a {
    color: #b03d38;
    text-decoration: underline;
}

.section-flex img.img-responsive {
    max-height: 257px;
}

.accordion.faq-main dt p {
    padding: 0px !important;
}

.section-flex dl {
    margin: 0px;
}

.section-flex .faq_title_main {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
}

.section-flex:last-child {
    border-bottom: 0px;
    border-bottom: 0px !important;
    margin-bottom: 0px;
}


/* where to buy*/

.relative-page section .tab_title a.tab_btn {
    font-size: 27px;
    line-height: 50px;
}

.pos-rel {
    position: relative;
}

.relative-page map_box {
    margin-top: 0px;
}

.map-lis-show.pos-rel {
    visibility: visible !important;
}

.relative-page .office-hours-main table tr td:first-child {
    width: 240px;
}

.accordion.faq-main dl dt a {
    color: transparent;
}


/* traveller essential */

.traveller_ess .og-grid {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.essential-sec {
    height: 100%;
}

.traveller_ess ul li {
    width: 23%;
    position: relative;
    margin-bottom: 8px !important;
    height: inherit;
    border: 1px solid #c6c6c6;
    height: auto !important;
}

.essential-img-sec {
    position: relative;
}

.traveller-desc {
    padding: 20px;
}

.traveller-desc p {
    margin-bottom: 0;
    font-size: 14px;
    color: #333333;
}

.traveller-desc p+p {
    margin-top: 20px;
}

.slide-2 .left-content {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}


/*.slide-4 .slide-content-middle {
	top: -30%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}*/

.slide-4 .left-content {
    margin-bottom: 40px;
    margin-top: auto !important;
}

#main .post-content .traveller_ess .deal4-main ul.og-grid li .deal-text h4 {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 5px;
}

a.essential-button {
    padding: 3px 15px 1px;
    border: 2px solid #000;
    text-decoration: none;
    color: #000;
    display: inline-block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

a.essential-button:hover {
    color: #fff;
    background: #000;
}

.btn-block {
    display: block;
    text-align: center;
    margin-top: 10px;
}


/*See & Do*/

.page-template-discoverpage .relative-page .fusion-page-title-bar {
    background: #fff;
}

.relative-page .icon-date-custom {
    display: none;
}

.relative-page .side_grid_div+.side_grid_div {
    display: none;
}


/* partner page*/

.p-description-title h4 {
    text-align: center;
}

.inner-container {
    max-width: 800px;
    margin: auto;
}

.p-description-title p {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.card-list {
    text-align: center;
}

.p-choice-list h3 {
    text-align: center;
}

.card-list h4 span {
    font-family: "Rubik-Regular";
    display: block
}

.p-card-detail {
    margin-bottom: 40px;
}

.text-center {
    text-align: center;
}

.p-choice-list a.p-btn {
    padding: 10px 20px;
    background: #000;
    text-align: center;
    color: #fff !important;
    font-size: 24px;
    line-height: 28px;
    font-family: "Rubik-Medium";
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.p-note {
    max-width: 350px;
    margin: 20px auto;
    font-size: 15px;
    line-height: 20px;
    font-family: "Rubik-Medium";
    color: #333;
}

.label {
    font-size: 13.09px;
    line-height: 20px;
    font-family: "Rubik-Medium";
    color: #333;
}

.p-desclaimer-text {
    font-family: "Rubik-Light";
    font-size: 13.07px;
    line-height: 18px;
    color: #333;
}

.p-desclaimer {
    margin-top: 15px;
}

.tab-content {
    margin-top: 20px;
}

.page-id-8 .map-show,
.page-id-8 .map-lis-show,
.page-id-5676 .map-show,
.page-id-5676 .map-lis-show,
.page-id-2861 .map-show,
.page-id-2861 .map-lis-show {
    position: relative !important;
}

.food-block+.food-block {
    margin-top: 80px;
}

.food-block .og-grid li>a {
    cursor: auto;
    pointer-events: none;
}

.food-block .og-grid li>a::after {
    display: none
}

.food-block .og-grid li>a::before {
    display: none;
}

.relative-page #sliders-container {
    display: none;
}

.pass-type-section.fullwidth-box {
    background: #f9f9f9;
}


/*.pass-column.purple-column .fusion-imageframe img {
	margin-top: -20px;
	margin-bottom: 30px;
}*/


/* button effect*/

.red-column .pass-btn:hover,
.red-btn:hover,
.red-tab:hover,
.red-tab.current {
    background: #a6211a !important;
}

.purple-column .pass-btn:hover,
.purple-btn:hover,
.purple-btn:hover,
.purple-tab:hover,
.purple-tab.current {
    background: #711d69 !important;
}

.blue-column .pass-btn:hover,
.blue-btn:hover,
.blue-btn:hover,
.blue-tab:hover,
.blue-tab.current {
    background: #6396ad !important;
}

.orange-column .pass-btn:hover,
.orange-btn:hover,
.orange-btn:hover,
.orange-tab:hover,
.orange-tab.current {
    background: #c9561a !important;
}

.slide-btn a:hover {
    background: #000;
    color: #fff !important;
}

.relative-page .fusion-header-v1 .fusion-header,
.relative-page .fusion-secondary-main-menu {
    height: auto !important;
}

.relative-page .fusion-header-wrapper.fusion-is-sticky .fusion-header,
.relative-page .fusion-header-wrapper.fusion-is-sticky .fusion-secondary-main-menu {
    height: 140px !important;
}

.relative-page .accordion dd {
    margin: 0px;
}

.p-note-2 {
    color: #333333;
    font-size: 16px;
    line-height: 20px
}

.disabled {
    pointer-events: none;
}

.relative-page #main .post-content .deal4-main .og-grid .deal-text h4 {
    padding: 8px 5px;
    font-size: 16px;
    line-height: 20px;
}

.deal4-main .og-grid li:last-child {
    margin-right: 0px;
}

.wb_selector,
.mob_selector {
    /* display: none; */
}

.type-faq {
    display: block;
    width: 100%;
}

.type-faq .panel-title {
    margin: 0px;
}

.type-faq .panel-title>a {
    background: #333;
    display: table;
    width: 100%;
    font-family: "Rubik-Regular";
    text-decoration: none;
}

.type-faq h4 .fusion-toggle-icon-wrapper {
    display: table-cell;
    width: 60px;
    background: #333333;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    position: relative;
    height: inherit !important;
    padding: 0px !important;
    float: none !important;
}

.type-faq h4 .fusion-toggle-icon-wrapper::after {
    color: #fff;
    content: "+";
    position: absolute;
    display: block;
    font-size: 1.5em;
    line-height: 0.5em;
    top: 35%;
    left: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.type-faq h4 .active .fusion-toggle-icon-wrapper::after {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.type-faq .fusion-toggle-heading {
    width: calc(100% - 60px);
    display: table-cell !important;
    padding: 1em !important;
    float: none !important;
    cursor: inherit;
    -webkit-transition: all 500ms ease-in-out 0s;
    font-family: "Rubik-Regular";
    background-color: #777777;
    border-bottom: 1px solid #444444;
    color: #fff !important;
    font-size: 16px;
    line-height: 18px;
}

.type-faq .panel-group:after {
    content: "";
    display: block;
    height: 1em;
    width: 100%;
    background-color: #222222;
}

.type-faq .panel-collapse {
    background-color: #eee;
    font-size: 1em;
    line-height: 1.5em;
}

.type-faq .panel-body {
    padding: 0px;
}

.type-faq .post-content .faq-main p {
    color: #000;
    font-family: "Rubik-Light";
    margin: 0px;
    padding: 15px 30px;
}

.flex-div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.sponsor-container {
    max-width: 780px;
    margin: auto;
}

.sponsor-content {
    width: 325px;
    padding-left: 35px;
}

.sponsor-content p {
    font-family: "Rubik-Medium";
}

.form-d {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    padding: 40px 0;
    text-align: center;
    white-space: pre;
    font-family: "rubik-regular";
}

.spnsor-image {
    width: 415px;
}

.flex-center {
    align-items: center;
}

.cf-stp .sponsor-form .input-field {
    background: #eeeeee none repeat scroll 0 0;
    border: 2px solid #c7c7c7;
    border-radius: 0;
    color: #000000;
    font-family: "rubik-regular";
    font-size: 16px;
    margin: 0 0 0px;
    padding: 0 15px;
    text-transform: none;
    width: 100%;
    box-shadow: none;
    height: 36px;
    line-height: 36px;
}

.cf-stp .sponsor-form .form-field {
    margin: 0 0 35px;
    position: relative;
}

.label-ab {
    color: #757575;
    position: absolute;
    top: 6px;
    z-index: 999;
    left: 11px;
    font-family: "rubik-regular";
    display: none;
}

.label-ab span {
    color: ##B94A48;
}

.cf-stp .sponsor-form .form-field.before-label {
    margin-bottom: 15px !important;
}

.cf-stp .sponsor-form .input-field.select-field {
    background-color: #eeeeee;
    border: 2px solid #c7c7c7;
    color: #808080;
    font-size: 16px;
    height: 36px;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    line-height: 36px;
    border-radius: 0;
    padding: 0 10px;
    background-image: url(https://thesingaporetouristpass.com.sg/wp-content/uploads/2016/09/frm-select-ar.png);
    background-position: 100.5% center;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.cf-stp .sponsor-form .input-field.select-field:focus,
.cf-stp .sponsor-form .input-field:focus {
    background-color: #ffffff;
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.cf-stp {
    padding: 10px 40px;
    max-width: 550px;
    margin: 0px auto;
}

.cf-stp .sponsor-form .wpcf7-textarea.input-field {
    height: 156px !important;
    resize: none !important;
    padding: 5px 15px !important;
    line-height: 20px;
}

.cf-stp .submit-field[type=submit] {
    background: #d32b16 none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
    font-family: "Rubik-Medium" !important;
    font-size: 18px !important;
    height: 42px;
    line-height: 42px !important;
    padding: 0;
    text-align: center !important;
    text-transform: uppercase;
    width: 200px !important;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    font-weight: normal;
}

.cf-stp .submit-field[type=submit]:hover {
    background: #a92212 !important;
}

.checkbox-input-field {
    max-width: 290px;
    padding-left: 20px;
}

.checkbox-field-row {
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px !important;
}


/*checkbox*/

.wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.checkbox-field input {
    color: #ffffff;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span {
    display: inline-block;
    font-size: 14px;
    padding-left: 24px;
    vertical-align: middle;
    font-family: "rubik-regular";
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    height: 22px;
    width: 22px;
    top: 2px;
    border: 2px solid #c7c7c7;
    left: 0px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after {
    content: "✔";
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    border: 2px solid #c7c7c7;
    color: #ffffff;
    visibility: hidden;
    font-size: 16px;
    background: #f7323f;
    top: 2px;
    left: 0;
    line-height: 17px;
    text-align: center;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before {
    background: transparent;
    /*     border-color: red; */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after {
    /*    background: #222; */
    visibility: visible;
}

label.form-label {
    font-size: 14px;
    line-height: 18px;
    font-family: "rubik-regular";
}

.form-label>span {
    color: #B94A48;
}

.date-icon {
    width: 35px;
    height: 39px;
    background-image: url('../images/cal.png');
}

.date-div {
    justify-content: space-between;
}

.cf-stp .sponsor-form .date-div .input-field {
    width: 415px;
    display: block;
}

.checkbox-field .first {
    margin-left: 0px;
}

.daterangepicker .calendar-table th {
    font-weight: normal;
    font-family: "rubik-medium";
}

.daterangepicker .calendar-table tr+tr th {
    color: #bdbdbd;
    font-family: "rubik-regular";
}

.daterangepicker td.in-range {
    background-color: #ededed;
}

.daterangepicker td.available {
    color: #000;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.start-date,
.daterangepicker td.end-date {
    border-radius: 0;
    background-color: #c23c27;
    color: #fff;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    text-decoration: none !important;
}

.daterangepicker .calendar-table td {
    font-family: "rubik-regular";
}

.daterangepicker {
    box-shadow: 0px 0px 12px 0px #ddd;
}

.fusion-logo img {
    width: auto;
    max-width: 200px;
}

.sponsor-content p {
    font-size: 20px;
    line-height: 30px;
}

.error-message-sp,
.error-message-check {
    width: 100%;
}

.error-message-check .wpcf7-not-valid-tip {
    margin: 0 0 -10px 0;
    display: block;
}

.error-message-sp .wpcf7-not-valid-tip {
    margin: -10px 0 15px;
    display: block;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-family: "Rubik-Regular";
}

.grecaptcha-badge {
    display: none !important;
    bottom: 70px !important;
}

.page-template-sponsorship-page-template-php .grecaptcha-badge,
.page-id-16 .grecaptcha-badge {
    display: block !important;
}

.fusion-youtube-flash-fix {
    display: none;
}

.featured-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.featured-block {
    width: 25%;
    padding: 0 14px;
    overflow: hidden;
}

.featured-a-img {
    overflow: hidden;
}

.featured-a-img img {
    height: 180px;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.article-section-home .fusion-post-medium {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px !important;
}

.article-section-home .custom_blog_div .post+.post {
    border: 0px;
}

.featured-a-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.featured-a-img {
    padding-bottom: 5px;
    border-bottom: 5px solid #d32b16;
}

.featured-a-title a {
    font-size: 15px;
    line-height: 22px;
    font-family: "Rubik-Medium";
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}

.featured-a-subtitle a {
    color: #777777;
    font-size: 12px;
    line-height: 16px;
    display: block;
    text-decoration: none;
}

.featured-a-title a:hover,
.featured-a-subtitle a:hover {
    color: #ce0e2d;
}

.slider-scroll img {
    max-width: 55px;
}

.caption-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: all .5s;
}

.caption-class {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 85%;
    margin: auto;
    left: 0;
    right: 0;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
}

.caption-class img {
    position: relative;
}

.caption-class img #alttext-container {
    display: none !important;
}

.caption-class img::after {
    content: attr(alt);
    position: absolute;
    width: 25px;
    display: block;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
}

.ad-sidebar {
    width: 280px;
    margin-left: 20px;
}


/* .sbi_photo:hover .caption-overlay,.sbi_photo:hover{opacity: 1 !important;} */

.insta-grid {
    background: #f1f1f2;
    text-align: center;
    padding: 50px 0 0;
    margin-top: 70px;
}

.insta-grid .fusion-title h2 {
    color: #333333;
    font-family: "Rubik-Medium" !important;
    font-weight: 600 !important;
}

.insta-grid .fusion-title {
    display: block !important;
}

.container.article-container {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
}

.Home-article-with-ad {
    justify-content: center;
}


/* .article-list {
    width: calc(100% - 350px);
} */

.og-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.left-div {
    width: calc(100% - 320px);
}

.article-siderbar {
    width: 230px;
    margin-left: 20px;
}

.cover-div {
    justify-content: space-between;
}


/*for safari only (in mac)*/

@media not all and (min-resolution:.001dpcm) {
    @media {
        .section-flex .fusion-row .fusion-one-half {
            width: 46%;
        }
    }
}

@media screen and (max-height: 750px) {
    .slide-4 .slide-content-middle .right-content img {
        max-height: 480px;
        width: auto;
    }
}

@media only screen and (min-width:1400px) and (max-width:1920px) {
    /*.slide-4 .slide-content-middle {
	top: -20%;
	margin-left: 40px;
}*/
    .slide-4 .right-content img {
        width: 65%;
    }
    .right-align-cover .slide-content-middle {
        left: 53%;
    }
    .left-align-cover .slide-content-middle {
        left: 50%;
    }
    .slide-content-cover::before {
        width: 57%;
    }
    .featured-a-img img {
        height: 260px;
    }
    .featured-a-title a {
        font-size: 17px;
    }
    .featured-a-subtitle a {
        font-size: 13px;
        line-height: 19px;
    }
}

@media only screen and (min-width:1600px) and (max-width:1680px) {
    .slide-content-cover::before {
        width: 58%;
    }
    .right-align-cover .slide-content-middle {
        left: 54%;
    }
    .featured-a-img img {
        height: 220px;
    }
    .featured-a-title a {
        font-size: 16px;
    }
    .featured-a-subtitle a {
        font-size: 12px;
        line-height: 16px;
    }
}

@media only screen and (min-width:1400px) and (max-width:1440px) {
    .slide-content-cover::before {
        width: 60%;
    }
    .featured-a-subtitle a {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1366px) {
    .slide-content-cover::before {
        width: 61%;
    }
    /*.slide-4 .slide-content-middle {
	top: -5%;
	margin-left: 55px;
}*/
    .left-align-cover .slide-content-middle {
        left: 50%;
    }
    .slide-4 .slide-content-middle .right-content img {
        max-height: 480px;
        width: auto;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1300px) {
    .slide-content-cover::before {
        width: 61%;
    }
    /*.slide-4 .slide-content-middle {
	top: -5%;
	margin-left: 55px;
}*/
    .left-align-cover .slide-content-middle {
        left: 49%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .right-align-cover .slide-content-middle {
        left: calc(50% - 50px);
    }
    .left-align-cover .slide-content-middle {
        left: calc(50% + 90px);
    }
    .home_slider .carousel-indicators {
        padding: 0 15px;
        margin-left: 0px;
    }
    #main .office-hours-main h2 {
        margin-top: 35px;
    }
    .traveller_ess ul li {
        width: 24%;
    }
    .m-hide {
        display: none;
    }
    .tab_title {
        margin-bottom: 20px;
    }
    .container.article-container {
        padding: 0 15px;
    }
    .Home-article-with-ad {
        justify-content: space-between;
    }
    /* .article-list {
        width: calc(100% - 300px);
    } */
    .Home-article-with-ad .custom_blog_div .type-post .fusion-post-slideshow {
        width: 250px;
    }
    .Home-article-with-ad .custom_blog_div .custom_blog {
        float: left;
        width: calc(100% - 275px);
    }
}

@media only screen and (max-width:992px) {
    .ad-sidebar {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .article-list {
        width: 100%;
    }
    .m-hide {
        display: none;
    }
    .home_slider #slider .carousel-indicators li {
        font-size: 0px;
        width: 20px;
        display: inline-block;
        height: 20px;
        padding: 0px;
        background: rgba(255, 255, 255, 0.5) !important;
        vertical-align: middle;
        border-radius: 100%;
        margin: 0 10px;
        border: 2px solid transparent;
    }
    .home_slider #slider .carousel-indicators li.active {
        top: inherit;
        border: 2px solid #d32b16;
    }
    .slide-content-middle {
        left: 0;
    }
    .fusion-layout-column.fusion-spacing-yes.pass-column {
        width: 50%;
        border: 0px;
        margin: 0px
    }
    .fusion-layout-column.fusion-spacing-yes.pass-column:nth-child(3),
    .fusion-layout-column.fusion-spacing-yes.pass-column:nth-child(4) {
        margin-top: 30px !important;
    }
    .slide-row {
        flex-direction: column;
    }
    .left-align-cover .slide-row {
        flex-direction: column-reverse;
    }
    .left-content,
    .right-content {
        width: 100%;
        max-width: 470px;
        margin: auto;
        text-align: left !important;
    }
    .right-align-cover .slide-content-middle {
        left: inherit;
    }
    .slide-content-middle,
    .slide-4 .slide-content-middle {
        top: 45% !important;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0 !important;
        right: 0 !important;
    }
    .right-align-cover .right-content {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }
    .left-align-cover .left-content {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }
    .left-align-cover .right-content,
    .right-align-cover .left-content {
        text-align: center !important;
    }
    .left-align-cover h2.slide-title,
    .left-align-cover .slide-description,
    .left-align-cover .slide-btn {
        text-align: left;
    }
    .slide-title br {
        display: none;
    }
    .right-content img,
    .left-content img {
        max-height: 350px !important;
    }
    .slide-content-cover::before {
        width: 100%;
        height: 70%;
        top: inherit;
        bottom: 0;
        left: 0;
    }
    .sign-board {
        display: none;
    }
    .with-seprator::after {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .section-flex .fusion-row .fusion-one-half {
        margin: 0px;
        text-align: center;
        width: 48%;
    }
    .section-flex .fusion-row .fusion-one-half .imageframe-none {
        float: none !important;
        margin-left: 0px !important;
    }
    .Pass-detail {
        margin: auto;
    }
    .section-flex {
        padding-bottom: 34px !important;
        margin-bottom: 37px;
        padding-top: 0 !important;
    }
    .fusion-is-sticky .fusion-header {
        background: #fff !important;
    }
    ul.tabs li {
        font-size: 16px;
        line-height: 20px;
    }
    .fusion-title.title.md-title h2 {
        font-size: 26px !important;
        line-height: 30px !important;
        margin-bottom: 0px !important;
    }
    .food-block+.food-block {
        margin-top: 40px;
    }
    .home_slider .carousel-indicators li.active {
        top: 0px;
    }
    .slide-content-cover .slide-image {
        display: none;
    }
    .slide-content-middle,
    .slide-4 .slide-content-middle {
        position: inherit;
        transform: none;
    }
    .slide-row {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    .right-align-cover .right-content {
        padding-left: 25px;
        min-height: 240px;
    }
    .left-align-cover .left-content {
        min-height: 240px;
        padding-left: 25px;
    }
    .slide-1 .slide-content-cover::before {
        height: 70%;
    }
    .slide-2 .slide-content-cover::before {
        height: 68%;
    }
    .slide-3 .slide-content-cover::before {
        height: 70%;
    }
    .slide-content-cover {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .relative-page .tab_title {
        margin-bottom: 20px;
    }
    .relative-page section .tab_title a.tab_btn {
        font-size: 20px;
        line-height: 44px;
    }
}

@media only screen and (min-width:769px) and (max-width:850px) {}

@media only screen and (min-width:768px) and (max-width:979px) {
    .custom_blog_div .type-post .fusion-post-slideshow,
    .custom_blog_div .custom_blog {
        margin-right: 0px;
        width: 100%;
    }
    .traveller_ess ul li {
        width: 31.9%;
    }
    .pass-column .fusion-imageframe img {
        max-height: 77px;
        margin-top: 10px;
    }
    .pass-type-section .fusion-layout-column.fusion-spacing-yes.pass-column {
        margin-top: 0px !important;
        border-right: 2px solid #c6c6c6;
    }
    .pass-type-section .fusion-layout-column.fusion-spacing-yes.pass-column:nth-child(4) {
        border: 0px;
    }
    .pass-column .pass-column-title {
        font-size: 16px;
        line-height: 23px;
        min-height: 50px;
    }
    .feature-list .feature-time {
        font-size: 16px;
        line-height: 23px;
    }
    .small-label {
        font-size: 10px;
        line-height: 14px;
    }
    .pass-column .fusion-title::after {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .post-content .pass-column a.pass-btn {
        margin: 0 15px;
        height: 30px;
        width: auto;
        padding: 6px 10px;
        font-size: 11px;
        line-height: 20px;
    }
    .fusion-layout-column.fusion-spacing-yes.pass-column {
        width: 25%;
    }
    .article-section .container {
        max-width: 730px !important;
    }
    .featured-a-img img {
        height: 200px;
    }
    .Home-article-with-ad .custom_blog_div .type-post .fusion-post-slideshow {
        width: 250px;
    }
    .Home-article-with-ad .custom_blog_div .custom_blog {
        float: left;
        width: calc(100% - 280px);
    }
    .home_slider {
        position: relative;
    }
    .Home-article-with-ad .container.article-container {
        padding: 0 10px;
    }
}

@media only screen and (max-width:767px) {
    .home_slider .carousel-indicators li {
        height: 26px;
        width: 26px;
        font-size: 0;
        border-radius: 100%;
        line-height: 26px;
        margin: 10px 0;
        padding: 0;
        margin: 0 10px;
        border: 4px solid 255, 255, 255, 0.5 !important;
    }
    .home_slider .carousel-indicators .li-1,
    .home_slider .carousel-indicators .li-2,
    .home_slider .carousel-indicators .li-3,
    .home_slider .carousel-indicators .li-4 {
        background-color: rgba(255, 255, 255, 0.5) !important;
    }
    .home_slider .carousel-indicators li.active {
        top: 0px;
    }
    .home_slider #slider .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 0 7px;
    }
    .left-content,
    .right-content {
        max-width: 360px;
    }
    .slide-content-middle .container {
        padding-bottom: 0px;
    }
    .home_slider .carousel-indicators {
        margin-bottom: 20px;
    }
    .home_slider .slide-content-middle h2.slide-title {
        font-size: 26px !important;
        line-height: 34px !important;
    }
    .slide-description {
        font-size: 14px;
        line-height: 22px;
    }
    .feature-list .feature-time {
        font-size: 16px;
    }
    .pass-column .pass-column-title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
    .post-content .pass-column a.pass-btn {
        width: auto;
        font-size: 12px;
        line-height: 12px;
        height: 30px;
        margin-top: 15px;
        max-width: 165px;
        margin: 0 10px;
        bottom: 15px;
    }
    .pass-column .fusion-title::after {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    ul.tabs li {
        height: 57px;
        font-size: 12px;
        line-height: 14px;
    }
    .fusion-title.title.md-title h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .with-seprator::after {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .tab-content {
        padding: 0px;
    }
    .relative-page #main .office-hours-main h2 {
        font-size: 18px !important;
        line-height: 27px !important;
    }
    .traveller_ess ul li {
        width: 100%;
        max-width: 270px;
    }
    .essential-img-sec img {
        width: 100%;
    }
    .food-block+.food-block {
        margin-top: 0px;
    }
    .deal4-main .food-block .og-grid li {
        width: 49%;
        height: auto !important;
    }
    .deal4-main .food-block .og-grid li a {
        width: auto;
    }
    #main .post-content .deal4-main .food-block .og-grid .deal-text h4 {
        font-size: 12px;
        line-height: 15px;
        padding: 5px 0;
    }
    .slide-content-middle {
        padding: 0 35px;
    }
    .right-align-cover .right-content {
        padding-left: 25px;
        min-height: 200px;
    }
    .left-align-cover .left-content {
        min-height: 200px;
        padding-left: 25px;
    }
    .right-content img,
    .left-content img {
        max-height: 150px !important;
    }
    .slide-btn a {
        font-size: 13px;
        padding: 4px 12px;
    }
    .pass-type-section .fusion-layout-column.fusion-spacing-yes.pass-column {
        border-right: 0;
    }
    .fusion-layout-column.fusion-spacing-yes.pass-column:nth-child(3),
    .fusion-layout-column.fusion-spacing-yes.pass-column:nth-child(4) {
        margin-top: 10px !important;
    }
    #main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pass-type-section.fullwidth-box {
        background: transparent;
    }
    .fusion-layout-column.fusion-spacing-yes.pass-column {
        width: 47.4%;
        padding: 0 5px;
        background: #f9f9f9;
        margin-bottom: 5px !important;
        padding-bottom: 0px;
    }
    .fusion-layout-column.fusion-spacing-yes.pass-column:nth-child(1),
    .fusion-layout-column.fusion-spacing-yes.pass-column:nth-child(3) {
        margin-right: 15px;
    }
    .pass-type-section .fusion-row {
        flex-wrap: wrap;
    }
    .section-flex .fusion-row .fusion-one-half {
        width: 100%;
    }
    .type-faq h4 .fusion-toggle-icon-wrapper {
        width: 50px;
    }
    .type-faq .fusion-toggle-heading {
        font-size: 12px;
        line-height: 18px;
    }
    .spnsor-image,
    .spnsor-image img {
        width: 100%;
    }
    .sponsor-content {
        padding: 0px;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .form-d {
        white-space: inherit;
        padding: 0px 0 20px;
    }
    .fusion-youtube-flash-fix {
        display: none;
    }
    .article-list {
        padding: 0px;
        width: 100%;
    }
    .featured-row {
        flex-wrap: wrap;
    }
    .featured-block {
        width: 100%;
        margin-bottom: 40px;
    }
    .home_slider {
        position: relative;
    }
    .s-scroll-down {
        display: none;
    }
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        width: 33.33% !important;
    }
    .insta-grid {
        margin-top: 0px;
        padding: 20px 0 0;
    }
    .caption-class {
        font-size: 9px;
        line-height: 1;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 72px;
    }
    .article-section-home .custom_blog_div .type-post .fusion-post-slideshow {
        margin-right: 0;
        width: 100%;
    }
    .ad-sidebar {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .article-list {
        width: 100%;
    }
    .custom_blog_div .type-post .fusion-post-slideshow,
    .custom_blog_div .custom_blog,
    .left-div,
    .article-siderbar {
        margin-right: 0px;
        width: 100%;
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .right-align-cover .left-content {
        position: relative;
        left: -5%;
    }
    .left-align-cover .right-content {
        position: relative;
        right: -5%;
    }
    .slide-4 .left-align-cover .right-content {
        position: relative;
        right: inherit;
    }
    .pass-column .pass-column-title {
        font-size: 12px;
        line-height: 19px;
        margin-top: 10px;
        min-height: 50px;
    }
    .feature-list li {
        margin-bottom: 12px;
    }
    .post-content .pass-column a.pass-btn {
        margin-top: 0px;
    }
    .pass-column .fusion-imageframe img {
        max-height: 71px;
    }
    .feature-list .feature-time {
        font-size: 12px;
        line-height: 16px;
    }
    .small-label {
        font-size: 12px;
        line-height: 16px;
        display: block;
    }
    .pass-column .fusion-title::after {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .relative-page .fusion-title.title {
        margin-bottom: 0px !important;
    }
    .relative-page .insta-grid .fusion-title {
        padding: 0 15px;
        margin-bottom: 10px !important;
    }
    .pass-column .pass-column-amount {
        font-size: 12px;
        line-height: 20px;
    }
    .pass-column.purple-column .fusion-imageframe img {
        max-height: 71px;
    }
    .fusion-layout-column.fusion-spacing-yes.pass-column:nth-child(2n+1) {
        clear: both;
    }
    ul.tabs li {
        height: 50px;
        font-size: 8px;
        line-height: 11px;
        padding: 0 4px;
    }
    ul.tabs li.current {
        top: -5px;
    }
    .traveller_ess ul li {
        width: 100%;
    }
    .slide-1 .slide-content-cover::before {
        height: 70%;
    }
    .slide-2 .slide-content-cover::before {
        height: 68%;
    }
    .slide-3 .slide-content-cover::before {
        height: 70%;
    }
    .date-icon {
        width: 30px;
        height: 35px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .sponsor-content p {
        font-size: 18px;
        line-height: 24px;
    }
    #sb_instagram .sbi_photo {
        height: 140px !important;
    }
    .article-section .fusion-page-title-bar h1 {
        font-size: 24px !important;
    }
    .article-section .fusion-page-title-bar {
        padding-bottom: 15px;
        padding-top: 5px;
    }
    .insta-grid .fusion-title.title.md-title h2 {
        font-size: 20px !important;
        line-height: 26px !important;
        margin-bottom: 10px !important;
    }
    .relative-page section .tab_title a.tab_btn {
        font-size: 18px;
        line-height: 42px;
        padding: 0 15px;
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .slide-2 .slide-content-cover::before {
        height: 66%;
    }
}

@media only screen and (max-width:667px) {}


@media only screen and (max-width: 667px) and (orientation:landscape) {
    .fusion-layout-column.fusion-spacing-yes.pass-column:nth-child(3) {
        margin-top: 0px !important;
    }
}


@media only screen and (max-width:640px) {}

@media only screen and (min-width:568px) and (max-width:600px) {}

@media only screen and (max-width:568px) {}

@media only screen and (max-width:480px) {
    .cf-stp {
        padding: 10px 10px;
    }
    .checkbox-input-field {
        padding-left: 0px;
    }
    .date-icon {
        width: 35px;
        height: 29px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 0px 6px;
        flex-wrap: nowrap;
        position: absolute;
    }
    .checkbox-input-field {
        width: 100%;
        max-width: 100%;
    }
    .date-icon+p {
        padding-left: 30px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:479px) {}

@media only screen and (max-width:414px) {}

@media only screen and (min-width:414px) and (max-width:470px) {
    #sb_instagram .sbi_photo {
        height: 138px !important;
    }
}

@media only screen and (min-width:375px) and (max-width:400px) {
    #sb_instagram .sbi_photo {
        height: 125px !important;
    }
    .insta-grid .fusion-title.title.md-title h2 {
        font-size: 20px !important;
        line-height: 26px !important;
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width:360px) and (max-width:370px) {
    #sb_instagram .sbi_photo {
        height: 120px !important;
    }
}

@media only screen and (max-width:360px) {
    .relative-page .insta-grid .fusion-title.title.md-title h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .fusion-standard-logo.fusion-logo-2x {
        max-height: 40px !important;
    }
}

@media only screen and (max-width:320px) {
    .slide-3 .slide-content-cover::before {
        height: 73%;
    }
    .post-content .pass-column a.pass-btn {
        width: auto;
        font-size: 10px;
    }
    .daterangepicker {
        width: 240px;
    }
    #sb_instagram .sbi_photo {
        height: 100px !important;
    }
}

#content.full-width.travel-deals-content {
    padding: 40px 0 67px 0;
}

.page-template-travel-deals .fusion-page-title-bar h1 {
    color: #fff;
}

#main .travel-deals-content .post-content h2.title-main {
    font-size: 37px;
    color: #333333;
    text-align: center;
    margin: 17px 0;
}

.travel-deals-content p {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 0 15px;
}

.page-template-travel-deals #main .fusion-row {
    max-width: inherit;
}

.page-template-travel-deals #main {
    padding: 0;
}

.travel-deals-slider-container {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    background: #f0f0f1;
    padding: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}


/*.travel-deals-slider-container::before{content: "";position: absolute;bottom: 0;left: 0;clip-path: polygon(0 1%, 0% 100%, 100% 100%);-webkit-clip-path: polygon(0 1%, 0% 100%, 100% 100%);-moz-clip-path: polygon(0 1%, 0% 100%, 100% 100%);-ms-clip-path: polygon(0 1%, 0% 100%, 100% 100%);background:#fff;width: 35%;height: 50%;z-index: 1;}*/

.travel-logo {
    width: 33.33%;
    text-align: center;
}

.travel-logo img {
    margin: 0 auto 0 auto;
    max-width: 320px;
    top: 25%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.travel-slider-box {
    width: 66.66%;
}

.slider-content {
    background: #fff;
    padding: 20px;
}

.slider-content a {
    color: #221f1f;
}

.slider-content a h3 {
    color: #221f1f;
    border-bottom: 1px solid #a6a8ab;
    font-size: 22px;
    font-family: "Rubik-Medium";
    font-weight: 100;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 32px;
    min-height: 84px;
}

.slider-content p {
    color: #57585b;
    font-size: 21px;
    line-height: 30px;
    margin: 0;
    padding-top: 20px;
    display: block;
    display: -webkit-box;
    min-height: 140px;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -o-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.travel-deals-slide {
    float: left;
    width: 100%;
    margin-bottom: 43px;
    background: #f0f0f1;
    position: relative;
}

.travel-deals-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 1%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(0 1%, 0% 100%, 100% 100%);
    -moz-clip-path: polygon(0 1%, 0% 100%, 100% 100%);
    -ms-clip-path: polygon(0 1%, 0% 100%, 100% 100%);
    background: #fff;
    width: 35%;
    height: 50%;
    z-index: 1;
}

.travel-items .slick-slide {
    margin: 0 15px;
}

.travel-items .slick-slide:focus {
    outline: none;
}

.travel-items {
    overflow: visible;
}

.travel-part {
    margin-bottom: 40px;
}

.v-center {
    height: 100vh;
    width: 100%;
    display: table;
    position: relative;
    text-align: center;
}

.v-center>div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -10%;
}


/* body.popupopen{position: fixed;} */

.modal-box {
    display: none;
    position: fixed;
    z-index: 999999;
    width: auto;
    max-width: 1140px;
    padding: 80px 100px 60px 100px;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

.popup-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 96px;
    border-bottom: 1px solid #c6c6c6;
}

.popup-logo img,
.popup-logo span {
    max-width: 45%;
}

.popup-logo span img {
    max-width: 100%;
}


/* .popup-logo i.fa{color: #cd0e2c;font-size: 60px;margin:0 60px;} */

.popup-logo i.fa {
    background-image: url(../assets/images/blink-arrow.gif);
    height: 40px;
    width: 24px;
}

.popup-logo i.fa::before {
    display: none;
}

.popup-content h3 {
    font-family: "Rubik-Regular";
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    font-weight: 100;
    text-align: center;
    margin: 40px 0;
}

.popup-content h3 strong {
    color: #cd0e2c;
    font-family: "Rubik-Medium" !important;
}

.popup-content p {
    color: #57585b;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.83) !important;
}

a.close {
    line-height: 1;
    font-size: 24px;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #333;
    opacity: 1;
}

.copy-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copy-main .copy-right {
    width: 50%;
}

.fusion-copyright-notice {
    width: 100%;
}

.copy-left {
    width: 50% !important;
}

.travel-items .slick-slide {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.travel-items .slick-slide:hover {
    transform: translateY(-10px);
}

.travel-items .slick-track {
    padding: 10px 0;
}

.slick-disabled {
    display: none !important;
}

.slick-arrow {
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.travel-items:hover .slick-arrow {
    visibility: visible;
}
/* Style update: 24-09-24 */
.pass-type-section .pass-column.blue-column .fusion-title::after {
    background-color: #58b6db !important;
}
.pass-type-section .blue-column .pass-btn {
    background-color: #58b6db !important;
}
.sign-board .blue-sign .sign-dot:hover, .sign-board .blue-sign .sign-name, .sign-board .blue-title.with-seprator::after{
    background-color: #58b6db !important;
}
.sign-board .blue-sign .sign-name::after {
    border-color: transparent transparent transparent #58b6db !important;
}
/* .sign-board .sign-board-inner {
    max-height: 105px !important;
    min-height: 105px !important;
} */
.sign-board .sign-board-inner {
    max-height: auto !important;
    min-height: auto !important;
}
.blue-sign .sign-dot:hover, .blue-sign .sign-name, .blue-title.with-seprator::after {
    background: #58b6db !important;
}
.fusion-button-wrapper .blue-btn {
    background: #58b6db !important;
}
/* Style update Ends: 24-09-24 */
@media only screen and (min-width:1400px) {
    .travel-deals-slider-container {
        max-width: 1350px
    }
}

@media screen and (min-width:993px) and (max-width:1200px) {
    .page-template-travel-deals #wrapper .fusion-page-title-bar {
        height: 254px !important;
    }
    .travel-logo img {
        max-width: 250px;
    }
    .slider-content a h3 {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 10px 0;
        min-height: 46px;
    }
    .slider-content p {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
        padding-top: 10px;
        min-height: 100px;
    }
    .slick-prev,
    .slick-next {
        width: 50px;
        height: 50px;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 36px;
    }
    .slick-prev {
        left: -4px;
    }
    .slick-next {
        right: -4px;
    }
    .modal-box {
        max-width: 750px;
        padding: 40px;
        margin: 0 auto;
    }
    .popup-logo {
        padding-bottom: 40px;
    }
    .popup-logo img,
    .popup-logo span {
        max-width: 35%;
    }
    .popup-content h3 {
        font-size: 24px;
        margin: 20px 0;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .page-template-travel-deals .fusion-page-title-bar h1 {
        font-size: 36px;
    }
    #main .travel-deals-content .post-content h2.title-main {
        font-size: 30px;
    }
    .travel-logo {
        width: 25%;
    }
    .travel-slider-box {
        width: 75%;
    }
    .travel-logo img {
        max-width: 150px;
    }
    .slider-content a h3 {
        font-size: 12px;
        line-height: 18px;
        padding: 0 0 10px 0;
        min-height: 46px;
    }
    .slider-content p {
        font-size: 13px;
        line-height: 18px;
        margin: 0;
        padding-top: 10px;
        min-height: 83px;
    }
    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 30px;
    }
    .slick-prev {
        left: -4px;
    }
    .slick-next {
        right: -4px;
    }
    .modal-box {
        max-width: 750px;
        padding: 40px;
        margin: 0 auto;
    }
    .popup-logo {
        padding-bottom: 40px;
    }
    .popup-logo img,
    .popup-logo span {
        max-width: 35%;
    }
    .popup-content h3 {
        font-size: 24px;
        margin: 20px 0;
    }
    .travel-deals-slide::before {
        clip-path: polygon(0 1%, 0% 100%, 70% 100%);
        -webkit-clip-path: polygon(0 1%, 0% 100%, 70% 100%);
        -moz-clip-path: polygon(0 1%, 0% 100%, 70% 100%);
        -ms-clip-path: polygon(0 1%, 0% 100%, 70% 100%);
    }
}

@media screen and (max-width:767px) {
    .page-template-travel-deals .fusion-page-title-bar {
        height: 270px;
    }
    .page-template-travel-deals .fusion-page-title-bar h1 {
        line-height: 36px;
    }
    #content.full-width.travel-deals-content {
        padding: 15px;
    }
    .travel-deals-content p {
        font-size: 16px;
        font-weight: 100;
        line-height: 24px;
    }
    #main .travel-deals-content .post-content h2.title-main {
        font-size: 16px;
        font-family: "Rubik-Regular";
        margin: 20px 0 0 0;
        line-height: 24px;
    }
    .travel-logo {
        width: 100%;
    }
    .travel-slider-box {
        width: 100%;
    }
    .travel-deals-slider-container::before {
        display: none;
    }
    .travel-logo img {
        max-width: 200px;
        top: 0;
        transform: none;
        margin-bottom: 40px;
    }
    .travel-deals-slider-container {
        padding: 40px 15px;
    }
    .slider-content p {
        -webkit-line-clamp: inherit;
        -o-line-clamp: inherit;
        -moz-line-clamp: inherit;
        -ms-line-clamp: inherit;
        line-clamp: inherit;
        font-size: 16px;
        line-height: 24px;
        padding-top: 15px
    }
    .slider-content a h3 {
        font-size: 20px;
        padding: 0 0 15px 0;
        line-height: 24px;
        min-height: inherit;
    }
    .modal-box {
        top: 0 !important;
        max-height: 100vh !important;
        width: 100%;
        left: 0 !important;
    }
    .modal-box {
        padding: 40px 15px;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        overflow: hidden;
        overflow-y: scroll;
    }
    .popup-logo span {
        max-width: 100%;
    }
    .popup-logo img,
    .popup-logo span img {
        max-width: 200px;
    }
    .popup-logo i.fa {
        background-image: url(../assets/images/blink-arrow-down.gif);
        width: 42px;
        margin: 20px auto;
        text-align: center;
        display: block;
        height: 22px;
    }
    .fa-caret-right:before {
        content: "\f0d7";
    }
    a.close {
        top: 0;
    }
    .popup-logo {
        padding-bottom: 10px;
        justify-items: center;
        justify-content: center;
        display: block;
        text-align: center;
    }
    .popup-content h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .popup-content h3 strong {
        display: block;
    }
    .popup-content h3 {
        margin: 30px 0;
    }
    .popup-content p {
        font-size: 16px;
    }
    .travel-deals-slide::before {
        display: none;
    }
    .copy-left,
    .copy-main .copy-right {
        width: 100% !important;
    }
    .popup-content p {
        font-size: 14px;
        line-height: 18px;
    }
    .travel-items.travel-items>div {
        margin-bottom: 30px;
    }
    .slider-content p {
        min-height: auto;
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .page-template-travel-deals .fusion-page-title-bar {
        height: 200px;
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .page-template-travel-deals .fusion-page-title-bar h1 {
        line-height: 56px;
        max-width: 450px;
    }
}

@media (max-width: 767px) {
	.og-grid {
		justify-content: space-between;
	}
}



.sgt-type-of-passes .section-flex.mb-custom {
    padding-bottom: 18px !important;
}
.sgt-type-of-passes .section-flex.mb-custom ul.note-list {
    margin-bottom: 30px;
}