/*首页index 媒体查询适配css
PC、平板、中大屏手机、小屏手机*/
/* 大于或等于960px的PC端（1920px、1600px、1440px、1280px、1140px、960px）  */
/* 960px至640px之间的平板端（768px、640px）  */
/* 640px以下的手机端（480px、320px） */
/*用min-width时，小的放上面大的在下面，同理如果是用max-width那么就是大的在上面，小的在下面*/
@media (min-width: 992px) {
    .destinations-two__top-banner {
        padding-left: 30px;
        padding-right: 0;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
    .singapore-tour__content {
        position: relative;
        display: block;
        padding: 125px 88px;
    }
    .duty-box .img img {
        float: left;
        width: 70%;
        /*margin: 17% 0;*/
    }
    video{
        width: 100%;
    }
    .main-menu .mobile-nav__toggler {
        display: none;
    }

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }

    .counter-one__single {
        max-width: 288px;
    }

    .popular-tours .popular-tours__title {
        font-size: 20px;
        line-height: 30px;
    }

    .popular-tours .popular-tours__content {
        padding: 35px 15px 40px;
    }

    .popular-tours .popular-tours__meta li + li {
        margin-left: 11px;
    }

    .popular-tours .popular-tours__meta {
        justify-content: center;
    }
}

@media (max-width: 1600px) {
    .page-header__banner {

        position: relative;
        display: block;
        padding: 240px 0;
    }
    video{
        width: 100%;
    }
}
@media (max-width: 1399px) {
    .Height100 {
        height: 75vh;
    }
    .main-menu .main-menu__list > li + li, .stricky-header .main-menu__list > li + li {
        margin-left: 35px;
    }
    .singapore-tour__title {
        font-size: 34px;
        color: #262626;
        /* font-family: var(--thm-reey-font); */
        letter-spacing: var(--thm-letter-spacing);
        margin-bottom: 25px;
    }
    .title-parkInfo {
        margin: -13px 0 0 -100px;
    }
    .margin_right {
        margin-right:210px;
    }
    video{
        width: 100%;
    }
    .duty-box .about-tit2 {
        right: 0;
        top: 10%;
    }
    .duty-box .img img {
        float: left;
        width: 70%;
        margin: 17% 0 0 0;
    }
    .duty-box .img2 {
        float: right;
        width: 45.57%;
        margin-right: 0%;
    }

    .duty-box .about-tit{
        right: 0;
        top: 10%;
    }
    .duty-box .text2 .con {
        font-size: 20px;
        line-height: 20px;
        transform: skewX(
                -6deg);
        color: #3d3d3d;
        position: relative;
    }
    .destinations-two__top-banner {
        position: relative;
        display: block;
        background-color: var(--thm-primary);
        border-radius: var(--thm-border-radius);
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 12px;
        padding-bottom: 28px;
        text-align: center;
    }

    .page-header__banner {
        position: relative;
        display: block;
        padding: 186px 0;
    }

    .main-menu .main-menu__list > li > a, .stricky-header .main-menu__list > li > a {
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        color: var(--thm-gray);
        position: relative;
        transition: all 500ms ease;
    }

    .main-menu-two .main-menu__list > li > a, .stricky-header .main-menu-two .main-menu__list > li > a {
        color: var(--thm-base);
    }
}
@media (max-width: 1200px) {
    .main-menu-wrapper__logo {
        position: relative;
        float: left;
        margin-right: 0px;
    }
    .singapore-tour__title {
        font-size: 30px;
        color: #262626;
        /* font-family: var(--thm-reey-font); */
        letter-spacing: var(--thm-letter-spacing);
        margin-bottom: 25px;
    }
    .duty-box {
        /*padding: 6% 0 6%;*/
        position: relative;
        background-color: #f5f5f5;
    }
    .duty-box2 {
        padding: 6% 0 6%;
        position: relative;
        background-color: #f0eee5 !important;
    }
    .about-tit2 {
        font-size: 34px;
        line-height: 35px;
        padding-right: 8%;
        position: absolute;
    }
    .about-tit {
        font-size: 34px;
        line-height: 35px;
        padding-right: 8%;
        position: absolute;
    }
    .duty-box .text2 .con {
        font-size: 22px;
        line-height: 20px;
        transform: skewX(
                -6deg);
        color: #3d3d3d;
        position: relative;
    }
    video{
        width: 100%;
    }
    .mobileInfo img {
        width: 25%;
        margin: 12px;
    }
    .Height100 {
        height: 70vh;
    }
    .duty-box .about-tit2 {
        right: 0;
        top: 10%;
    }
    .duty-box .img2 {
        float: right;
        width: 45.57%;
        margin-right: 0%;
    }
    .wisdom-img img{
        width: 70%;
    }
    .duty-box .img {
        float: right;
        width: 45.57%;
        margin-right: 45%;
        margin-top: 5%;
    }
    .duty-box .about-tit {
        right: 0;
        top: 10%;
    }
    .duty-box .text .con {
        font-size: 22px;
        line-height: 20px;
        transform: skewX(
                -6deg);
        color: #3d3d3d;
        position: relative;
    }
}
@media (max-width: 1199px) {
    .stricky-header {
        display: none !important
    }
}

@media only screen and (max-width: 767px) {
    .Height100 {
        height: 36vh;
    }
    .W50{
       width: 100%;
    }
    .titleOne img{
        width: 40%;
    }

    .singapore-tour-bg{
        display: none;
    }
    .margin_right {
        margin-right: 45%;
    }    .titleTwo img{
        width:40%;
    }
    .titleTwo h2 {
        position: absolute;
        z-index: 22;
        top: 2px;
        left: 65px;
    }    .w50{
        width: 50%;!important;
    }
    .mt8{
        margin-top: 8%;
    }
    .d-flex {
        display:block !important;
    }
    .section-title__tagline {
        display: block;
        color: var(--thm-grayG);
        font-size: 30px;
        align-items: center;
        line-height: 30px;
        font-weight: 600;
        /* font-family: var(--thm-sans-font); */
        font-family: var(--thm-Awesome-font);
    }
    .about-page {
        position: relative;
        display: block;
        padding:0;
    }
    .page-header__banner {
        position: relative;
        display: block;
        padding: 61px 0;
    }
    .title-parkInfo {
        margin: 0px 0 0 -83px;
    }
    .tour-types-four {
        position: relative;
        display: block;
        background-color: #fff;
        overflow: hidden;
        padding: 60px 0 25px;
        z-index: 1;
    }
    .page-header__top {
        position: relative;
        display: block;
        padding: 61px 0;
    }


    .title-parkImg {
        width: 40%;
    }
    .site-footer__bottom-right p {
        font-size: 12px;
        color: var(--thm-gray);
        font-weight: 500;
        /* margin: 0; */
    }
    .tour-types__title {
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        transition: all 500ms ease;
    }
    .destinations-two {
        position: relative;
        display: block;
        padding: 120px 0 0 0;
    }
    .about-page__text-2 {
        /* margin: 0; */
        letter-spacing: var(--thm-letter-spacing);
        font-size: 15px;
    }
    .tour-types__p {
        padding: 10px 0px 0 0px;
        text-align: center;
        font-size: 10px;
        color: #979797;
        line-height: 16px;
    }
    .section-title__title {
        margin: 0;
        font-weight: 700;
        color: var(--thm-black);
        font-size: 50px;
        line-height: 60px;
        letter-spacing: -0.02em;
        margin: -1px 1px;
    }
    .tour-types__content-lalittle {
        position: relative;
        display: block;
        text-align: center;
        background-color: var(--thm-base);
        border-radius: var(--thm-border-radius);
        padding: 16px;
        overflow: hidden;
        z-index: 1;
        height: 240px;
        line-height: 120px;
    }
    .tour-types {
        position: relative;
        display: block;
        background-color: #faf5ee;
        overflow: hidden;
        padding: 65px 0 10px;
        z-index: 1;
    }
    .tour-types__content-little {
        position: relative;
        display: block;
        text-align: center;
        background-color: var(--thm-base);
        border-radius: var(--thm-border-radius);
        padding: 16px;
        overflow: hidden;
        z-index: 1;
        height: 150px;
        line-height: 30px;
    }
    .main-slider h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .main-slider h2:before {
        display: none;
    }

    .main-slider-nav {
        display: none;
    }

    .main-slider p {
        font-size: 20px;
        line-height: 30px;
    }

    .main-slider .swiper-slide-inner {
        padding-top: 159px;
        padding-bottom: 190px;
    }


    .main-header__top-inner {
        display: none;
    }

    .main-menu-wrapper__right {
        display: none;
    }

    .main-menu-wrapper__left {
        float: none;
    }

    .main-menu-wrapper__logo {
        margin-right: 0;
        margin-left: -38px;
    }

    .main-menu-wrapper__main-menu {
        float: right;
    }

    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 33px 0;
        display: inline-block;
    }

    .main-header-two__top {
        display: none;
    }

    .main-menu-two-wrapper__right {
        display: none;
    }

    .main-menu-two-wrapper__main-menu {
        width: inherit;
        float: right;
    }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-base);
    }


    .section-title__title {
        font-size: 35px;
        line-height: 45px;
    }

    .tour-searchOne {
        position: relative;
        display: block;
        margin-top: -66px;
        z-index: 2;
    }

    .singapore-tour__content {
        position: relative;
        display: block;
        padding: 38px 25px;
    }

    .tour-search-one__inputs {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        max-width: 100%;
        /*border: 1px solid #ebe6de;*/
        border-bottom: 0;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

    .counter-one__container {
        position: relative;
        display: block;
        max-width: 100%;
        width: 100%;
    }
    .counters-one__box {
        position: relative;
        display: flex;
        background-color: rgb(1 92 210 / 80%);
        /* background-color: #ffae00; */
        box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 10%);
        border-radius: var(--thm-border-radius);
        padding: 10px 0 ;
        text-align: center;
    }
    .counter-one__single {
        position: relative;
        display: inline-block;
        max-width: 25%;
        text-align: center;
        margin: 0 auto;
    }
    .titleTwo {
        position: relative;
        left: 8%;
    }
    .thm-btn {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        border: none;
        outline: none !important;
        color: #015cd2;
        border: 1px solid #015cd2;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0px 9px 0px;
        border-radius: 8px;
        transition: all 0.3s linear;
        overflow: hidden;
        letter-spacing: 0.1em;
        z-index: 1;
    }
    .marginTop60 {
        margin-top: 12px;
    }
    .counter-one__text {
        margin: 0;
        letter-spacing: var(--thm-letter-spacing);
        color: #fff;
        font-size: 10px;
        line-height: 25px;
    }

    .counter-one__single img {
        width: 50%;
    }

    .tour-search-one__input-box {
        -webkit-box-flex: 1;
        flex: 1 1 25%;
        max-width: 25%;
    }

    .indexBannerFontSize {
        font-size: 20px;
        color: #013473;
        font-family: 'Font Awesome 5 Brands';
        font-weight: 600;
    }
    .duty-box .img img{
        /*float: left;*/
        /*width: 66%;*/
        /*margin: -3% 0 0 0%;*/
        display: none;
    }
    .tour-search-one__input-box {
        -webkit-box-flex: 1;
        flex: 0 0 auto;
        width: 24%;
        /* padding: 26px 40px; */
        padding-top: 26px;
        /* padding-bottom: 10px; */
        text-align: center;
        line-height: 30px;
        background: #fff;
        border-radius: 10px;
    }

    .tour-search-one__btn {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tour-search-one__input-box {
        border-bottom: 1px solid #ebe6de;
    }

    .tour-search-one__input-box + .tour-search-one__input-box {
        border-left: 1px solid transparent;
    }

    .destinations-one__single--type2 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .destinations-one__single--type3 {
        margin-right: 0px;
    }

    .destinations-one__single--type4 {
        margin-left: 0px;
    }

    .destinations-one__content {
        bottom: 18px;
        left: 35px;
    }

    .about-one__left {
        margin-left: 0;
        margin-right: 0;
    }

    .about-one__right {
        margin-left: 0;
        margin-top: 60px;
    }

    .about-one__discount {
        display: none;
    }

    .about-one__call {
        display: none;
    }

    .popular-tours__title {
        font-size: 20px;
        line-height: 30px;
    }

    .popular-tours__content {
        padding: 35px 15px 40px;
    }

    .popular-tours__meta li + li {
        margin-left: 11px;
    }

    .popular-tours__meta {
        justify-content: center;
    }

    .popular-tours__carousel.owl-carousel .owl-dots {
        display: none;
    }

    .video-one__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .video-one__tagline {
        font-size: 25px;
    }

    .video-one__title {
        font-size: 30px;
        line-height: 40px;
    }

    .video-one__four-icon-boxes li {
        max-width: 100%;
        margin-left: 0;
    }

    .video-one__four-icon-boxes li:nth-child(3) {
        margin-bottom: 6px;
    }

    .brand-one__title {
        text-align: center;
    }

    .testimonail-one__content {
        padding: 50px 20px 43px;
    }

    .testimonial-one__carousel.owl-carousel .owl-dots {
        display: none;
    }

    .gallery-one__content li {
        width: 100%;
    }

    .gallery-one {
        padding: 330px 0 90px;
    }

    .news-one__top-right {
        float: none;
        margin-bottom: 60px;
    }

    .footer-widget__about {
        margin-right: 0;
    }

    .footer-widget__company {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer-widget__newsletter {
        margin-top: 30px;
    }

    .footer-widget__newsletter-btn {
        width: 100%;
        padding: 17px 0px 16px;
        text-align: center;
    }

    .footer-widget__social {
        display: none;
    }

    .site-footer__bottom-left-arrow a {
        width: 60px;
    }

    .site-footer__bottom-inner {
        display: block;
        text-align: center;
        padding-left: 60px;
    }

    .popular-tours {
        padding: 0 0 120px;
    }

    .banner-two__content .tour-search-one__btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .banner-two__title {
        font-size: 45px;
        line-height: 55px;
    }

    .banner-two__sub-title {
        padding-left: 0;
        text-align: center;
    }

    .three-icon-box__single {
        margin-bottom: 32px;
    }

    .three-icon-box {
        padding: 72px 0 38px;
    }

    .popular-tours-two .popular-tours__content {
        padding: 35px 20px 40px;
    }

    .singapore-tour__left {
        width: 100%;
        min-height: 470px;
    }

    .singapore-tour__right {
        width: 100%;
    }
    .duty-box .img2 {
        /*width: 70%;*/
        /*position: absolute;*/
        /*top: 44%;*/
        display: none;
    }
    .duty-box .img {
        width: 70%;
        position: absolute;
        top: 44%;
        margin-left: 40%;
    }
    .duty-box .text2 .about-more {
        margin-top: 45%;
        margin-left: 64%;
    }
    .duty-box .text .about-more {
        margin-top: 45%;
        margin-left: -11%;
    }
    .about-more {
        display: block;
        width: 107px;
        height: 34px;
        line-height: 34px;
        color: #346aff;
        font-size: 16px;
        /* background-color: #346aff; */
        border-radius: 4px;
        border: 2px solid #346aff;
        text-align: center;
        transition: all .3s;
    }
    .singapore-tour__content {
        padding-left: 30px;
    }
    .padding10 {
        padding: 0 10px 10px 10px;
        text-align: center;
    }
    .singapore-tour__trusted {
        display: none;
    }

    .profile-box .about-tit {
        left: 0;
        top: 7%;
    }
    .duty-box .text2 .con {
        font-size: 16px;
        line-height: 20px;
        transform: skewX(-6deg);
        color: #3d3d3d;
        position: relative;
        left: 13%;
        width: 75%;
    }
    .duty-box .text .con {
        font-size: 16px;
        line-height: 32px;
        transform: skewX(-6deg);
        color: #3d3d3d;
        position: relative;
        left: 0%;
        width: 70%;
    }
    .profile-box .con {
        width: 100%;
        margin-left: 0%;
        float: left;
        margin-top: 18%;
    }
    .duty-box .text2 {
        position: absolute;
        top: 20.88%;
        left: 4%;
        padding-left: 6%;
    }
    .duty-box .text {
        position: absolute;
        top: 20.88%;
        left: 11%;
        padding-left: 6%;
    }
    .about-tit {
        font-size: 23px;
        line-height: 35px;
        padding-left: 8%;
        position: absolute;
    }

    .about-tit2 {
        font-size: 23px;
        line-height: 35px;
        padding-right: 8%;
        position: absolute;
    }
    .duty-box .about-tit2 {
        right: 0;
        top: 7%;
    }
    .duty-box .about-tit {
        right: 0;
        top: 7%;
    }
    .duty-box .about-tit-little {
        right: 0;
        top: 13%;
        font-size: 23px;
        line-height: 35px;
        padding-left: 8%;
        position: absolute;
    }
    .duty-box {
        padding: 0 0 100%;
        position: relative;
        background-color: #f5f5f5;
    }
    .marginB30 {
        margin-bottom: 30px;
        text-align: center;
    }
    .line-bottom-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 530px;
    }
    .cityBrainMobile img{
        width: 100%;
    }
    .singapore-tour__title {
        font-size: 21px;
        color: #262626;
        line-height: 17px;
        letter-spacing: var(--thm-letter-spacing);
    }

    .tour-types-core p{
        font-size: 15px;
        text-align: center;
        line-height: 25px;
    }
    .tour-types-core {
        position: relative;
        display: block;
        background-color: #f4f5f7;
        overflow: hidden;
        padding: 60px 0 25px;
        z-index: 1;
    }
    .pub-con {
        font-size: 15px;
        line-height: 35px;
        color: #4c4c4c;
    }
    .mobileInfo img {
        width: 20%;
        margin: 1px;
    }
    .section-title {
        margin-top: -23px;
        margin-bottom: 20px;
    }
    .titleOne .texR {
        position: absolute;
        z-index: 22;
        top: 7px;
        right: 7px !important;
    }    .page-types-info {
        font-size: 15px;
        text-align: center;
        line-height: 25px;
    }
    .singapore-tour__text {
        font-size: 15px;
        line-height: 28px;
        color: #595959;
        margin-top: 20px;
        letter-spacing: var(--thm-letter-spacing);
    }

    .titleOne h2 {
        position: absolute;
        z-index: 22;
        top: 6px;
        left: 65px;
    }
    .destinations-two__top-banner h2 {
        display: none;

    }
    .destinations-two__top-title {
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: var(--thm-letter-spacing);
    }
    .video-two .video-one__title br {
        display: none;
    }



    .counter-one__single:before {
        display: none;
    }
    .destinations-two__top-banner p {
        font-size: 14px;
        font-weight: 700;
        color: var(--thm-base);
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin: 0;
    }
    .destinations-two__top-content {
        left: 0px;
        bottom: 30px;
    }

    .about-two__left {
        margin-left: 0;
    }

    .about-two__right {
        margin-left: 0;
        margin-top: 60px;
    }

    .about-two__list-two {
        float: left;
    }

    .about-two {
        padding: 0 0 120px;
    }

    .tour-types__single {
        width: 50%;
    }

    .news-two_left {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .news-two__carousel.owl-theme .owl-nav {
        display: none;
    }

    .news-one__title {
        font-size: 18px;
        line-height: 32px;
    }

    .book-now__inner {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .book-now__right {
        position: relative;
        display: block;
        margin-top: 30px;
    }

    .book-now__left p {
        font-size: 27px;
    }

    .book-now__left h2 {
        font-size: 33px;
        line-height: 43px;
    }

    .destinations-details__right {
        margin-top: 50px;
    }

    .destinations-details__overview-left {
        max-width: 100%;
    }

    .destinations-details__overview-right {
        max-width: 100%;
        margin-left: 0;
    }

    .tours-list__sidebar-search {
        padding: 42px 20px 50px;
    }

    .tours-list__sidebar-btn {
        padding: 16px 80px 17px;
    }

    .tours-list__content {
        border-left: 1px solid #ece8e0;
        padding-bottom: 50px;
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tours-list__single {
        flex-direction: column;
    }

    .tours-list__meta {
        justify-content: center;
    }

    .tours-list__img {
        border-radius: var(--thm-border-radius);
    }

    .tours-list__title {
        font-size: 21px;
    }

    .tours-list__left {
        margin-bottom: 50px;
    }

    .tour-details__top-right {
        float: left;
    }

    .tour-details__top-list {
        flex-direction: column;
        align-items: inherit;
    }

    .tour-details__top-list li + li {
        margin-left: 0;
        margin-top: 25px;
    }

    .tour-details__top-left {
        width: 100%;
    }

    .tour-details__bottom-left {
        width: 100%;
    }

    .tour-details__bottom-right {
        float: left;
    }

    .tour-details__bottom-list {
        align-items: inherit;
        flex-direction: column;
    }

    .tour-details__bottom-list li + li {
        margin-left: 0;
    }

    .tour-details-two__overview-bottom-inner {
        flex-direction: column;
        align-items: inherit;
    }

    .tour-details-two__overview-bottom-left {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .tour-details-two__related-tours .popular-tours__single {
        margin-bottom: 30px;
    }

    .tour-details-two__related-tours {
        margin-bottom: 20px;
    }

    .tour-details__review-score {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .tour-details__review-score-ave {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        max-width: 100%;
        padding-top: 30px;
    }

    .tour-details__review-score__content {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        border-left: 0;
        border-top: 1px solid #ebe6de;
        margin-top: 40px;
    }

    .tour-details__review-form-rate {
        margin-left: 0;
        margin-bottom: 25px;
        margin-top: 0;
    }

    .tour-details-two__sidebar {
        margin-top: 50px;
    }

    .tour-details-two__book-tours {
        padding: 42px 20px 50px;
    }

    .tour-details-two__sidebar-btn {
        padding: 17px 77px 17px;
    }

    .news-details__bottom {
        flex-direction: column;
    }

    .news-details__social-list {
        margin-top: 25px;
    }

    .author-one {
        padding: 60px 20px 48px;
        flex-direction: column;
    }

    .author-one__content {
        margin-left: 0;
        margin-top: 25px;
    }

    .comment-one__single {
        flex-direction: column;
    }

    .comment-one__content {
        margin-left: 0;
        margin-top: 25px;
    }

    .comment-one__btn {
        position: relative;
        top: 25px;
    }

    .sidebar__search {
        padding: 44px 20px 49px;
    }

    .sidebar__post {
        padding: 44px 20px 40px;
    }

    .sidebar__category {
        padding: 44px 20px 38px;
    }

    .sidebar__tags {
        padding: 45px 20px 50px;
    }

    .contact-page__left {
        margin-bottom: 50px;
    }

    .information__single {
        padding: 49px 20px 49px;
    }

    .about-page__left {
        margin-right: 0;
    }

    .about-page__right {
        margin-top: 50px;
    }

    .about-page__progress .count-text {
        right: -50px;
    }

    .page-header__top-inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .why-choose__left {
        width: 100%;
        float: none;
        min-height: 500px;
    }

    .why-choose__right {
        float: none;
        width: 100%;
        padding-left: 30px;
    }


}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*------小屏去掉菜单适配*/
    .main-menu-wrapper__left {
        position: relative;
        display: block;
        float: none;
    }
    .main-menu-wrapper__right{
        display: none;
    }
    .main-menu-wrapper__main-menu {
        position: relative;
        display: block;
        float: right;
    }
    /*小屏去掉菜单适配---------*/
    .mt8{
        margin-top: -3%;
    }
    .main-slider h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width:33.3333%;
    }
    .main-slider h2:before {
        bottom: 0px;
    }
    .col-md-6{
        flex: 0 0 auto;
        width:50%;
    }
    .col-md-3{
        flex: 0 0 auto;
        width:25%;
    }
    /*.col-lg-6{*/
    /*    flex: 0 0 auto;*/
    /*    width:50%;*/
    /*}*/
    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 33px 0;
        display: inline-block;
    }

    .main-menu-wrapper__logo {
        margin-right: 50px;
    }

    .main-menu-two-wrapper__main-menu {
        width: 60%;
    }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-base);
    }

    .about-one__left {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    .about-one__right {
        max-width: 600px;
        width: 100%;
        margin: 50px auto 0;
    }

    .popular-tours__meta {
        justify-content: center;
    }

    .video-one__right {
        margin-left: 0;
    }

    .video-one__title {
        font-size: 49px;
    }

    .brand-one__title {
        text-align: center;
    }

    .gallery-one__content li {
        width: 50%;
    }

    .gallery-one__content li:last-child {
        float: none;
        margin: 0 auto;
    }

    .news-one__title {
        font-size: 22px;
        line-height: 32px;
    }

    .footer-widget__explore {
        margin-top: 30px;
    }

    .footer-widget__newsletter {
        margin-top: 30px;
    }

    .footer-widget__newsletter-btn {
        width: 100%;
    }

    .three-icon-box__title {
        font-size: 18px;
    }

    .singapore-tour__content {
        padding-left: 100px;
    }
    .singapore-tour__content {
        position: relative;
        display: block;
        padding: 114px 163px;
    }
    .singapore-tour__text {
        font-size: 24px;
        line-height: 48px;
    }

    .counter-one__single {
        max-width: 232px;
    }

    .destinations-two__top-banner h2 {
        font-size: 20px;
        color: var(--thm-base);
        font-family: var(--thm-reey-font);
        line-height: 35px;
        font-weight: 400;
        margin-top: 16px;
        margin-bottom: 11px;
    }

    .destinations-two__top-banner h2 span {
        position: relative;
        display: inline-block;
        padding-left: 0;
    }

    .destinations-two__top-banner {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 39px;
    }

    .destinations-two__top-content {
        left: 35px;
        bottom: 30px;
    }

    .about-two__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-two__right {
        max-width: 600px;
        margin: 60px auto 0;
    }

    .about-two {
        padding: 0 0 120px;
    }

    .tour-types__single {
        width: 50%;
    }

    .tour-types__single:last-child {
        float: none;
        margin: 0 auto 30px;
    }

    .news-two_left {
        text-align: center;
        max-width: 600px;
        margin: 0 auto 50px;
    }

    .news-two__carousel.owl-theme .owl-nav {
        display: none;
    }

    .book-now__left h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .destinations-details__overview-right {
        margin-left: 130px;
    }

    .tours-list__content {
        border-left: 1px solid #ece8e0;
        padding-bottom: 50px;
        margin-top: 30px;
    }

    .tours-list__single {
        flex-direction: column;
    }

    .tours-list__meta {
        justify-content: center;
    }

    .tours-list__img {
        border-radius: var(--thm-border-radius);
    }

    .tour-details__top-list li + li {
        margin-left: 25px;
    }

    .tour-details-two__overview-bottom-left {
        margin-right: 0;
    }

    .tour-details-two__related-tours .popular-tours__single {
        margin-bottom: 30px;
    }

    .tour-details-two__related-tours {
        margin-bottom: 20px;
    }

    .tour-details__review-form-stars span {
        font-size: 16px;
    }

    .tour-details__review-form-stars i {
        font-size: 13px;
    }

    .tour-details__review-form-rate {
        margin-left: 0;
        margin-bottom: 25px;
        margin-top: 0;
    }

    .information__single {
        padding: 49px 20px 49px;
    }

    .about-page__left {
        margin-right: 0;
        max-width: 600px;
        margin: 0 auto 0;
    }
    .title-parkInfo {
        margin: -13px 0 0 -77px;
    }
    .about-page__right {
        max-width: 600px;
        margin: 83px auto 0;
    }

    .why-choose__right {
        padding-left: 30px;
    }


}

/*2021-12-3适配*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*------小屏去掉菜单适配*/
    .main-menu-wrapper__left {
        position: relative;
        display: block;
         float: none;
    }
    .main-menu-wrapper__right{
        display: none;
    }
    .main-menu-wrapper__main-menu {
        position: relative;
        display: block;
        float: right;
    }
    /*小屏去掉菜单适配---------*/
    .col-md-6{
        flex: 0 0 auto;
        width:50%;
    }
    .col-md-3{
        flex: 0 0 auto;
        width:25%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 24%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width:33.3333%;
    }
    .pub-con {
        font-size: 18px;
        line-height: 25px;
        color: #4c4c4c;
    }
    .duty-box .text2 .con {
        font-size: 16px;
        line-height: 11px;
        transform: skewX(
                -6deg);
        color: #3d3d3d;
        position: relative;
    }
    .duty-box .text .con {
        font-size: 16px;
        line-height: 11px;
        transform: skewX(
                -6deg);
        color: #3d3d3d;
        position: relative;
    }
    .about-tit {
        font-size: 30px;
        line-height: 35px;
        padding-right: 8%;
        position: absolute;
    }
    .page-header__banner {
        position: relative;
        display: block;
        padding: 126px 0;
    }
    .title-parkInfo {
        margin: -12px 0 0 -73px;
    }
    .mt8{
        margin-top: -4%;
    }
    .mobileInfo img {
        width: 23%;
        margin: 6px;
    }
    .destinations-two__top-banner p {
        font-size: 8px;
        font-weight: 700;
        color: var(--thm-base);
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin: 0;
    }
    .thm-btn {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        border: none;
        outline: none !important;
        background-color: var(--thm-primary);
        color: #015cd2;
        border: 1px solid #015cd2;
        font-size: 8px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0px 15px 0px;
        border-radius: 8px;
        transition: all 0.3s linear;
        overflow: hidden;
        letter-spacing: 0.1em;
        z-index: 1;
    }
    .destinations-two__top-banner h2 {
        display: none;
    }
    .destinations-two__top-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: var(--thm-letter-spacing);
    }
    .counter-one__single img{
        width: 40%;
    }
    .counter-one__single p{
       font-size: 16px;
    }
    .section-title__tagline {
        display: block;
        color: var(--thm-grayG);
        font-size: 36px;
        align-items: center;
        line-height: 30px;
        font-weight: 600;
        /* font-family: var(--thm-sans-font); */
        font-family: var(--thm-Awesome-font);
    }
    .counter-one__single ::before {
        position: absolute;
        top: 0;
        bottom: 5px;
        left: 0;
        width: 1px;
        background-color: #ebe6de;
        content: "";
    }
    .singapore-tour__content {
        position: relative;
        display: block;
        padding: 100px 80px;
    }
    .main-slider h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .main-slider h2:before {
        display: none;
    }

    .main-slider-nav {
        display: none;
    }

    .main-header__top {
        display: none;
    }

    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 33px 0;
        display: inline-block;
    }

    .main-menu-wrapper__logo {
        margin-right: 50px;
    }


    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-base);
    }

    .tour-search-one__inputs {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        max-width: 100%;
        border-bottom: 0;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }





    .tour-search-one__btn {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }



    .tour-search-one__input-box:nth-child(2) {
        border-left: 1px solid transparent;
    }

    .destinations-one__single--type2 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .destinations-one__single--type3 {
        margin-right: 0px;
    }

    .destinations-one__single--type4 {
        margin-left: 0px;
    }

    .about-one__left {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    .about-one__right {
        max-width: 600px;
        width: 100%;
        margin: 50px auto 0;
    }

    .popular-tours__meta {
        justify-content: center;
    }

    .video-one__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .video-one__four-icon-boxes {
        max-width: 406px;
        width: 100%;
    }

    .video-one {
        padding: 135px 0 120px;
    }

    .brand-one__title {
        text-align: center;
    }

    .testimonail-one__content {
        padding: 50px 20px 43px;
    }

    .gallery-one__content li {
        width: 100%;
    }

    .news-one__top-right {
        float: none;
        margin-bottom: 60px;
    }

    .news-one__bottom:before {
        display: none;
    }

    .footer-widget__explore {
        margin-top: 30px;
    }

    .footer-widget__newsletter {
        margin-top: 30px;
    }

    .footer-widget__newsletter-btn {
        width: 100%;
        padding: 17px 0px 16px;
        text-align: center;
    }

    .footer-widget__about {
        margin-right: 0;
    }

    .banner-two__content .tour-search-one__btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .banner-two__title {
        font-size: 55px;
    }

    .three-icon-box__single {
        margin-bottom: 32px;
    }

    .three-icon-box {
        padding: 72px 0 38px;
    }

    .popular-tours-two .popular-tours__content {
        padding: 35px 20px 40px;
    }

    .singapore-tour__left {
        width: 100%;
    }

    .singapore-tour__right {
        width: 100%;
    }

    .singapore-tour__content {
        padding-left: 30px;
    }

    .singapore-tour__trusted {
        right: 50px;
        left: inherit;
    }

    .counter-one__single .col-lg-4 {
        width: 33.3333%;
    }

    .counter-one__single:nth-child(3):before {
        display: none;
    }

    .about-two__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-two__right {
        max-width: 600px;
        margin: 60px auto 0;
    }

    .about-two {
        padding: 0 0 120px;
    }

    .tour-types__single {
        width: 50%;
    }

    .tour-types__single:last-child {
        float: none;
        margin: 0 auto 30px;
    }

    .news-two_left {
        text-align: center;
        max-width: 600px;
        margin: 0 auto 50px;
    }

    .news-two__carousel.owl-theme .owl-nav {
        display: none;
    }

    .book-now__inner {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .book-now__right {
        position: relative;
        display: block;
        margin-top: 30px;
    }

    .destinations-details__right {
        margin-top: 50px;
    }

    .tours-list__meta li + li {
        margin-left: 11px;
    }

    .tours-list__left {
        margin-bottom: 50px;
    }

    .tour-details__top-right {
        float: left;
    }

    .tour-details-two__related-tours .popular-tours__single {
        margin-bottom: 30px;
    }

    .tour-details-two__related-tours {
        margin-bottom: 20px;
    }

    .tour-details__review-form-rate {
        margin-left: 0;
        margin-bottom: 25px;
        margin-top: 0;
    }

    .tour-details-two__sidebar {
        margin-top: 60px;
    }

    .contact-page__left {
        margin-bottom: 50px;
    }

    .about-page__left {
        margin-right: 0;
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-page__right {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .why-choose__left {
        width: 100%;
        float: none;
        min-height: 764px;
    }

    .why-choose__right {
        float: none;
        width: 100%;
    }


}




















