/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@font-face {
    font-family: 'AvantGradeLT';
    src: url('../ttf/itc-avant-garde-gothic-lt-bold.ttf');
    /* IE9 Compat Modes */
    src:
        url('../ttf/itc-avant-garde-gothic-lt-bold.ttf') format('truetype');
    /* Safari, Android, iOS */

}

.section {
    background: #fff !important;
}

.font-avant {
    font-family: 'AvantGradeLT';
    color: #2b2c2d
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    color: #2b2c2d;
}

h5,
.h5 {
    font-size: 1rem;
}

body {
    color: #2b2c2d
}

.img-section {
 /*   min-height: 400px;*/
    position: relative;
    /*    background-position: 50% 20% !important;*/
    background-size: cover;
    background-position: 50% 60% !important;
    /*   background-position: top center !important;*/
}

.img-section:before {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.9, #000));
    bottom: -45px;
}

.img-section .middle {
    margin: 0;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);


}

.img-section h2.fadeInUp.animated {
    text-align: center;
    display: flow-root;
    bottom: 0;
    --padding: 400px 0 20px 0;
    color: #fff;
    line-height: 35px;
    margin: 0;
    font-size: 3em;
    font-family: 'AvantGradeLT';
    color: #fff;
    text-transform: capitalize;
}

.img-section p,
.img-section span {
    color: #fff;
    text-align: center;
}

.img-section p {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    /*    text-transform: capitalize;*/
}

/*-------
second home section
---------------------*/
.heading .red-color.bold {
    font-size: 18px;
    margin: 0 0 8px 8px
}

.trip-select {
    background: #fff;
    padding: 3px 7px;
    border: 1px solid #bababa;
    position: relative;
}


.trip-select label {
    margin: 0 0 0 5px;
    text-transform: capitalize;
    font-weight: normal;
    color: #969dac;
    font-size: 11px;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
}

.trip-select .form-control {
    border-radius: 3px;
    padding: 0;
    margin: 0;
}

.trip-select select.form-control {
    height: 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    padding: 0;
}

.year-btn {
    background: #f5f6fa;
    color: #000;
    border-radius: 30px;
}

.year-btn li {
    list-style: none;
    display: inline-block;
}

.year-btn .button.button-3d.button-large.button-rounded.active {
    background: #bc002d;
    border-radius: 30px;
    margin: 0;
    color: #fff;
    border-bottom: none;
}

.year-btn .button.button-3d.button-large.button-rounded {
    background: transparent;
    border-radius: 30px;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    color: #000;
    border-bottom: none;
    padding: 0 20px;
    line-height: 35px;
    height: auto;
}

.year-btn .button.button-3d.button-large.button-rounded:hover {
    background: #bc002d;
    border-radius: 30px;
    margin: 0;
    color: #fff;
    border-bottom: none;
}

.middle-div {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    border-left: 1px solid #aaaaaa;
}

/*happy*/
.middle-div .year-btn {
    background: #ffffff;
    color: #000;
    border-radius: 30px;
    width: 85%;
    margin: 0 auto;
    border: 1px solid #bababa;
}

.middle-div .year-btn ul {
    display: flex;
    justify-content: space-between;
}

.middle-div p {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 18px;
}

.start-sec {
    width: 100%;
    float: left;
    padding: 10px;
    vertical-align: middle;
    line-height: 35px;
}

.start-sec a {
    text-decoration: underline !important;
    color: #fff;
}

.checked {
    color: #bc002d;
}

.start-sec .rating span {
    color: #fff;
}

/*.content-txt {
    padding: 0px;
    width: 80%;
    margin: 0 auto;
}*/
.content-txt {
    padding: 50px 0;
    width: 62%;
    margin: 0 auto;
}

.content-txt h3 {
    font-size: 22px;
    color: #2b2c2d;
    margin-bottom: 15px;
}

.content-txt p {
    font-size: 15px;
    color: #2b2c2d;
    font-family: lato;
    font-weight: 500;
    margin-bottom: 20px;
}

.content-txt .button.button-3d.button-large.button-rounded.button-red {
    font-size: 14px;
    height: auto;
    padding: 10px 20px;
    line-height: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 10px 0;
    font-weight: 500;
    width: auto !important;
    line-height: 24px !important;
    font-weight: bold;
}

.heading-block h4:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 40px;
    border-top: 2px solid #bc002d;

}

.article-section .col-lg-4 .heading-block h4:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 40px;
    border-top: 2px solid #bc002d;

}

.article-section .col-lg-4 .heading-block h4 {
    text-transform: capitalize;
    font-family: 'AvantGradeLT'
}

.article-section .col-lg-4 p {
    width: 80%;
    color: #2b2c2d;
    opacity: 0.7;
}

.article-section .col-lg-4 a {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0 0 0;
    display: block;
}

.article-section .col-lg-4 a:hover {
    color: #bc002d
}

.article-slider .heading-block h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
}

.article-slider .heading-block span.divcenter {
    font-size: 16px;
    font-weight: 500
}

.portfolio-desc .heading-block {
    text-transform: capitalize;
    font-family: 'AvantGradeLT';
    font-size: 16px;
    margin: 10px 0;
    min-height: 35px;
}

.portfolio-desc .heading-block:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 40px;
    border-top: 2px solid #444;
}

.start-sec .btn.btn-outline-light {
    border-radius: 0 !important;
    padding: 15px 40px !important;
}

.start-sec p {
    line-height: 50px;
}

/* ----------------------------------------------------------------
	Homepage
-----------------------------------------------------------------*/


.formDiv.tab-new .tabs {
    position: relative;
    margin: 0 0 0px 0;
    width: 100%;
    display: block;
}

.tab-new .toggle.toggle-bg .togglet,
.tab-new .tabs .toggle.toggle-bg .toggleta {
    background-color: #fff;
    line-height: 44px;
    padding: 0 36px 0 15px;
    border-radius: 2px;
    border-bottom: 1px solid #eee;
}

.slider1-back .tabs .toggle.toggle-bg .togglet i {
    right: 14px;
    line-height: 44px;
    left: inherit;
}

.tab-new .toggle {
    margin: 0;
}

.tab-new .tabs .toggle .togglet i {
    position: absolute;
    top: 0;
    right: 16px;
    left: inherit;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.tab-new .tabs ul.tab-nav.tab-nav2 {
    background: #fff;
}

.tab-new .tabs ul.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 0px;
    height: auto;
}

/*
.tab-new .tabs ul.tab-nav.tab-nav2 li a {
    background-color: transparent;
    border-radius: 2px;
    box-shadow: none;
    padding: 20px 30px;
    height: auto;
}
*/
.tab-new .tabs ul.tab-nav.tab-nav2 li a {
    border-radius: 2px;
    box-shadow: none;
    padding: 20px 30px;
    height: auto;
    color: #333 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-new .tabs ul.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: #bc002d;
    /*    color: #FFF;*/
    color: #FFF !important;
}

.tab-new .tab-container {
    position: relative;
    padding: 0px 0 0;
    background: #fff;
    margin-top: 0px;
}

.tab-new.one .tabs ul.tab-nav.tab-nav2 li {
    width: calc(27% - 1.89em)
}

.tab-new .toggle.toggle-bg .togglec {
    padding: 20px;
}


/* ----------------------------------------------------------------
	what-we-offer
-----------------------------------------------------------------*/

.what-we-offer .col_one_fifth {
    width: 20%;
    margin: 0;
    position: relative;
    z-index: 9;

}

.what-we-offer .col_one_fifth :hover > .hover-div {
    display: block;
}

.hover-div {
    display: none;
}

/*---------------*/
/***** Sarah *****/
/*---------------*/
.grid figure figcaption > a {
    z-index: 1000;
    /* text-indent: 200%; */
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: 0em;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: initial;
    max-width: initial;
    max-height: 360px;
    width: 100%;
    background: #000;
    text-align: center;
    /*cursor: pointer;*/
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: initial;
    opacity: 0.8;
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/
.grid {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%);
}



figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
    position: absolute;
    bottom: 5%;
    --width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    overflow: hidden;
    padding: 0 0 2% 0;
    text-align: left;
    text-transform: none !important;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    color: #fff;
    text-align: left;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 3em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}

figure.effect-sadie p a {
    color: #fff;
    font-weight: bold;
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, 0%, 0) translate3d(0, -30px, 0);
    transform: translate3d(0, 0%, 0) translate3d(0, -30px, 0);
}

figure.effect-sadie h2::after {
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 15%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.effect-sadie:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

/* ----------------------------------------------------------------
	Japan rail tour
-----------------------------------------------------------------*/
.main-content {
    position: relative;
}



.travel h3:before {
    bottom: -12px;
    right: 0;
    margin: 0;
    height: 2px;
    width: 30px;
    background-color: #000;
    display: block;
    content: "";
    position: absolute;
    left: 0;
}

/*
.travel1 h3:before {
    bottom: -12px;
    right: 0;
    margin: 0;
    height: 2px;
    width: 50px;
    background-color: #ffffff;
    display: block;
    content: "";
    position: absolute;
    left: 45%;
}
*/

.travel1 h3:before {
    bottom: -12px;
    right: 0;
    margin: 0;
    height: 2px;
    width: 15%;
    background-color: #ffffff;
    display: block;
    content: "";
    position: absolute;
    left: 0 !important;
    margin: auto;
}

.travel1:hover > div h3:before,
.travel:hover > h3:before {
    background-color: #FFF;
    opacity: 1;
}

.travel:hover > div h3:before,
.travel:hover > h3:before {
    background-color: #000;
    opacity: 1;
}

.travel {
    background: #BE002B;
    color: white;
    padding: 28px;
    text-align: left;
    color: #fff;
    min-height: 300px;
    margin-bottom: 30px;
    max-height: 350px;
    transition: .5s;
    box-shadow: 0 17px 24px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.08);
}

.travel:hover {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 17px 24px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.08);
}

.travel1:hover {
    -webkit-box-shadow: 0 17px 24px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.08);
}

/*
.travel1:hover {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
*/
.travel1:hover h3 {
    color: #FFF !important;
}

.travel1:hover p {
    color: #FFF !important;
}

.travel1:hover > div h3,
.travel1:hover > div p,
.travel:hover > h3,
.travel:hover > p {
    color: #000
}

.travel h3 {
    margin-bottom: 40px;
    font-size: 34px;
    color: #fff;
    position: relative;
}

.travel p {
    font-size: 14px;
    color: #fff;
}

.travel1 {
    background: #BE002B;
    color: white;
    text-align: center;
    transition: .5s;
    min-height: 300px;
    max-height: 350px;
    position: relative;
    box-shadow: 0 17px 24px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.08);

}

.travel1 div {
    margin: 0;
    padding: 50px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.travel1 h3 {
    margin-bottom: 40px;
    position: relative;
    font-size: 22px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.travel1 p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.pic h5 {
    font-size: 14px;
}

.review {
    display: flex;
    padding: 15px;
}

.pic,
.desc {
    display: inline-block;
    padding: 12px;
    font-size: 14px;
}

.star-rating .fa-star {
    color: #BE002B;
}

.star-rating.checked {
    color: #BE002B;
}

.fa .fa-star-o {
    color: #BE002B
}

.desc a {
    color: black;
    font-weight: bold;
}

.card {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}




.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.travelreview .owl-carousel .owl-nav button.owl-prev,
.travelreview .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    padding: 11px 18px !important;
    margin: -22px;
}

.blog-desc {
    background: #fff;
    /* padding: 0; */
    padding: 61px;

}

.blog-desc p + p {
    color: #8a8a8a;
    font-size: 14px;
}

.readmore {
    background: #BE002B;
    border-radius: 0px;
    border-color: #BE002B;
    padding-left: 25px;
    padding-right: 25px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    /* background: #869791; */
    color: #DC3545 !important;
    /* text-decoration: none; */
    /* background: white; */
    background: white !important;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.23), 0 6px 6px rgba(0, 0, 0, 0.23);

}

.top-footer {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 40px 0 20px 0
}

.middle-footer {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.middle-footer p {
    color: #959595;
    margin-bottom: 5px;
}

.middle-footer .widget_links li a {
    color: #959595;
    background: transparent;
    padding-left: 0
}

.middle-footer .widget_links li a:hover {
    color: #bc002d;
}

.bottom-footer p {
    color: #959595;
}

.bottom-footer h5 {
    color: #2b2c2d;
    font-weight: medium;
}

.bottom-footer {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

#footer .bottom-footer .footer-widgets-wrap {
    padding: 0
}

.top-footer h3 {
    margin-bottom: 0
}

.StickyFooter {
    display: block;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.social-ul a {
    margin-left: 6px;
}

.social-ul a:first-child {
    margin-left: 0px;
}

.social-ul a img {
    width: 35px;
    height: 35px;
}

.facebook:hover > img {
    content: url('../png/facebook-hover.png');
}

.twitter:hover > img {
    content: url('../png/twitter-hover.png');
}

.instagram:hover > img {
    content: url('../png/instagram-hover.png');
}

.at-icon:hover > img {
    content: url('../png/mail-hover.png');
}

.g-plus:hover > img {
    content: url('../png/g-plus-hover.png');
}

.pintrest:hover > img {
    content: url('../png/pintrest-hover.png');
}

.right-footer li {
    padding-right: 40px;
    margin-bottom: 20px;
    list-style: none;
    font-size: 14px;
    color: #aaa;
}

.right-footer li:nth-child(1) {
    background: url(../png/online-icon.png) no-repeat;
    background-position: 98% center;
    background-size: auto;
}

.right-footer li:nth-child(2) {
    background: url(../png/phone-icon.png) no-repeat;
    background-position: 98% center;
    background-size: auto;
}

.right-footer li:nth-child(3) {
    background: url(../png/mail-icon.png) no-repeat;
    background-position: 98% center;
    background-size: auto;
}

.right-footer li:nth-child(4) {
    background: url(../png/clock-icon.png) no-repeat;
    background-position: 98% center;
    background-size: auto;
    margin-bottom: 0;
}

.form-footer .form-raw {
    background-color: #f5f6fa
}

.form-footer .form-control:active,
.form-footer .form-control:focus {
    border: none;
}

.form-footer .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.4rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-footer .form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;

}

.form-footer .form-row .col-md-6:first-child {
    border-right: 1px solid #ccc;
}

.form-footer .form-row .form-group button {
    margin: 0;
    width: 100%;
    padding: 0;
    height: 45px;
    line-height: 39px;
    text-transform: capitalize
}

.bottom1-footer {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 0;
}

.bottom1-footer .footer-border:first-child {
    border-left: none;
}

.bottom1-footer .footer-border {
    padding: 10px 30px;
    border-left: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
}

.bottom1-footer .footer-border p {
    margin-bottom: 0;
}

.bottom1-footer .footer-border p a {
    color: #181818;
}

.back-img {
    background-color:#f3f3f3;
    padding: 40px 0;
    min-height: 435px;
    text-align: center
}

.top-12-place {
    background-color:#f3f3f3;
    padding: 40px 0;
    min-height: 435px;
}

.flower-back {
    background-color:#f3f3f3;
    padding: 150px 0;
    min-height: 435px;
    text-align: center
}

.back-img .col-md-4 {
    text-align: center;
}

.back-img .col-md-4 img {
    margin: 30px 0;
}

.back-img h6 {
    text-align: center;
    font-family: 'Lato';
    font-size: 22px;
}

.back-img p {
    text-align: center
}

.back-img p a {
    text-align: center;
    font-size: 16px;
}

.font-16 {
    font-size: 16px;
    margin-bottom: 20px;
}

.flower-back img {
    margin-bottom: 10px;
}

.flower-back h2 {
    margin-bottom: 10px;
}

.flower-back p {
    margin-bottom: 30px;
}

.menu-nav a {
    padding: 20px;
    font-size: 16px;
}

.menu-nav a:hover {
    background: #bd0028;
    color: #fff;
}

.menu-nav a:hover > img {
    color: #fff;
}

.login img {
    width: 14px;
    margin-right: 6px;
    margin-bottom: 3px;
}

.login-modal.modal .close {
    float: right;
    font-size: 2rem;
}

.login-modal .modal-header {
    padding: 1rem 1.5rem;
}

.login-modal .modal-title {
    color: #000;
    opacity: 0.5;
    font-family: 'Lato';
    font-weight: normal;
}

.login-modal .modal-dialog {
    max-width: 500px;
    margin: 3.75rem 11rem;
    float: right;
    width: 500px;
}

.login-modal.modal img {
    float: right;
    width: 22px;
    margin-right: 6px;
    margin-bottom: 3px;
}

.login-modal.modal a.beg > img {
    width: 26px;
}

.login-modal.modal .menu-nav a.pen:hover > img {
    content: url('../png/pen-white.png');
}

.login-modal.modal .menu-nav a.user:hover > img {
    content: url('../png/user-white.png');
}

.login-modal.modal .menu-nav a.beg:hover > img {
    content: url('../png/beg-white.png');
}



.signup-modal.modal .close {
    float: right;
    font-size: 2rem;
}

.signup-modal .modal-header {
    padding: 1rem 1.5rem;
}

.signup-modal .modal-title {
    color: #000;
    opacity: 0.5;
    font-family: 'Lato';
    font-weight: normal;
}

.signup-modal .modal-dialog {
    max-width: 500px;

    margin: 3.75rem 20rem;
    float: right;
    width: 500px;
}

.signup-modal.modal label {
    color: #000;
    opacity: 0.5;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-left: 10px;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 14px;
}

.signup-modal.modal .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.4rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.signup-modal.modal button.button-red {
    width: 100%;
    padding: 12px 0;
    border-radius: 0;
    color: #fff;
}

.japan-popup .travel1 {
    background: transparent;
    color: white;
    text-align: left;
    min-height: 100%;
    max-height: 100%;
    position: relative;
}

.japan-popup .travel1 h3,
.japan-popup .travel1 p {
    text-align: left
}

.japan-popup a {
    margin-top: 20px;
    color: #fff;
    min-width: 200px;
    border-radius: 0;
}

.japan-popup .travel1:hover > div h3,
.japan-popup .travel1:hover > div p,
.japan-popup .travel:hover > h3,
.japan-popup .travel:hover > p {
    color: #fff;
}

.japan-popup .travel1 h3:before {
    left: 0;
}

.japan-popup .travel1:hover > div h3:before {
    background-color: #fff;

}

.japan-popup .travel1:hover {
    background: none;
    color: #fff;
    -webkit-box-shadow: none;
}

.japan-popup a:hover {
    background: #fff;
}

.right-div {
    width: 100%;
    padding: 50px 0;
}

.right-div h3 {
    margin-bottom: 20px;
}

.right-div .middle {
    margin: 0;
    padding: 50px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.japan-popup .mfp-close {
    background-image: url(../png/close-2.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 97% center;
}

.row-div {
    border-bottom: 1px solid #ccc;
    padding: 30px;
    position: relative;
    /*    padding: 20px 0;*/
    padding: 20px 56px 20px 0;
    background-image: url(../png/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 97% center;
}

.row-div:last-child {
    border-bottom: 0;
}

.right-div h3,
.row-div h5,
.row-div p {
    color: #fff;
}

.row-div h5 {
    margin: 10px 0;
}

.testimonial {
    padding: 40px;
    width: 100%;
    float: left;
    /* height: 275px;*/
}

#oc-testi .testimonial {
    height: 300px;
}

.testimonial .testi-content .rating span {
    color: #bc002d;
}

.testimonial .testi-content .rating {
    display: block;
}

.testimonial .testi-content {
    position: relative;
    overflow: hidden;
    /*    width: 70%;*/
    /*    float: right;*/
}

.testimonial .testi-image {
    display: block;
    width: 20%;
    height: 60px;
    margin: 0;
    float: left;
    text-align: center;
}

.testimonial .testi-meta {
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.testimonial .testi-image a {
    display: inline-block;
    width: 64px;
    height: 64px;
    text-align: center;
}

.m0 {
    margin: 0
}

.p0 {
    padding: 0
}

.ptb-100 {
    padding: 100px;
}

.portfolio-desc .row {
    margin-bottom: 20px;
}

.image-left {
    width: 50%;
    float: left;
    padding: 0;
}

.content-right {
    width: 50%;
    float: left;
    padding: 20;
}

.blog .testimonial .heading-block h2 {
    font-size: 18px;
}

.blog .testimonial .heading-block span {
    font-size: 16px;
}

.blog .testimonial .heading-block:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 40px;
    border-top: 2px solid #444;
}

/*kd css start*/

/*Slider css start*/

#testimonial-slider-ajt .testimonial {
    padding: 0;
    margin: 10px 0px 0px 0px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
}

#testimonial-slider-ajt .testimonial .pic {
    /*
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #c7373c;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
*/
}

#testimonial-slider-ajt .owl-theme .owl-control {
    position: relative !important;
    top: -111px !important;
}


#testimonial-slider-ajt .testimonial .pic img {
    width: 100%;
    height: auto;
}

#testimonial-slider-ajt .testimonial .description {
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
}

#testimonial-slider-ajt .testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -2px;
}

#testimonial-slider-ajt .testimonial .title {
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ea816b;
    font-size: 20px;
    font-weight: 700;
    color: #c7373c;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}

#testimonial-slider-ajt .testimonial .post {
    font-size: 15px;
    color: #671a36;
}

#testimonial-slider-ajt .owl-theme .owl-controls {
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}

#testimonial-slider-ajt .owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}

#testimonial-slider-ajt .owl-prev {
    position: absolute;
    left: -12px;
    height: 40px;
    width: 40px;
    top: 19%;
    background: #FFF;
    text-align: center;
    padding: 1px;
    opacity: 1;
}

#testimonial-slider-ajt .owl-prev:hover {
    background: #bf0026;
    color: #FFF !important;
}

#testimonial-slider-ajt .owl-next {
    position: absolute;
    right: -20px;
    height: 40px;
    width: 40px;
    top: 19%;
    background: #FFF;
    text-align: center;
    padding: 1px;
    opacity: 1;
}

#testimonial-slider-ajt .owl-next:hover {
    background: #bf0026;
    color: #FFF;
}

#testimonial-slider-ajt .owl-prev:after,
#testimonial-slider-ajt .owl-next:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #c7373c;
    opacity: 1;
    position: relative;
    left: -4px;
    top: 3px;
}

#testimonial-slider-ajt .owl-next:after {
    content: "\f105";
    position: relative;
    left: -2px;
}

@media only screen and (max-width: 479px) {
    #testimonial-slider-ajt .testimonial {
        padding: 70px 10px 30px;
    }

    #testimonial-slider-ajt .testimonial .description:before {
        top: -20px
    }

    #testimonial-slider-ajt .testimonial .title {
        font-size: 12px;
    }

    #testimonial-slider-ajt .testimonial .post {
        font-size: 11px;
    }
}

#testimonial-slider-ajt .owl-controls .owl-buttons div {
    opacity: 1 !important;
}

.sld_t1 {
    display: flex;
    padding: 17px 20px;
    font-weight: bold;
    color: #000000;
}

.test_m1 {
    background-color: #eee;
    padding: 16px 10px;
    font-size: 12px;
    height: 50px;
}

.test_m1.gg {
    min-height: 85px;
}

.test_m3.gg {
    min-height: 85px;
    padding: 33px 10px;
}

.test_m4.gg {
    padding: 18px 10px;
}

.test_m2.gg {
    padding: 8px 10px;
}

.test_m3 {
    background-color: #eee;
    padding: 16px 10px;
    font-size: 12px;
    height: 50px;
}

.test_m4 {
    height: 50px;
}

.test_m2 {
    height: 50px;
}

.test_m2 {
    background-color: #fff;
    padding: 16px 10px;
    font-size: 12px;
    min-height: 50px;
}

.test_m4 {
    background-color: #fff;
    padding: 16px 10px;
    font-size: 12px;
    min-height: 50px;
}

.test_h {
    font-size: 14px;
    color: #000;
    padding: 0px 10px;
    height: 50px;
}

.test_h_home .test_h {
    height: 55px;
}

.test_m {
    padding: 0px 0px;
}

.sld_d {
    min-height: 259px;
}

.p-26 {
    padding: 26.5px 20px;
}

.testimonial22 {
    position: sticky;
    left: 0;
    width: 101%;
}

.tab-new .tab-container {
    -- margin-top: 0;
    /*    --box-shadow: 0px 10px 25px 0px rgba(5, 26, 58, 0.15)*/
    box-shadow: 0px 0px 13px 1px #0000000a !important;
}

.test_m a:hover {
    text-decoration: underline !important;
}

#testimonial-slider-ajt .owl-nav.disabled {
    display: block !important;
}

#testimonial-slider-ajt span {
    opacity: 0;
}

/*dots convert into number css Start*/
#related-portfolio .owl-dots {
    counter-reset: dots;
}

#related-portfolio .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

#related-portfolio .owl-dot.active {
    opacity: 1 !important;
    width: 24px;
    height: 24px;
    background-color: #bc0129;
    border-radius: 0px;
    color: #FFF;
}

#related-portfolio .owl-dot {
    opacity: 1 !important;
    width: 24px;
    height: 24px;
    background-color: #e9eaee;
    border-radius: 0px;
    color: grey;
}

/*dots convert into number css End*/

/*group overview css */
.search_btns {
    width: 223px;
    height: 54px;
}

.group_btn1 {
    width: 314px !important;
    height: 46px !important;
}

.tab-new .tabs {
    background-color: #FFF;
}

.slider1-back {
    background-color:#f3f3f3;
    padding: 40px 0;
    min-height: 435px;
    height: auto;
}

.p_t_b {
    padding-top: 80px;
    padding-bottom: 90px;
}

.pad-60 {
    padding: 60px !important;
}

.see_more_review {
    display: table;
    margin: auto;
    width: 202px;
    height: 46px;
    text-transform: capitalize;
    margin-top: 30px;
}

.bg_clr-footer {
    padding-bottom: 46px;
    background-color:#f3f3f3;
    padding: 40px 0;
}

.heading.center {
    padding-bottom: 40px;
}

.inq1 {
    text-align: center;
}

.res_btn {
    background-color: #FFF !important;
    width: 202px !important;
    height: 46px !important;
    color: #000000 !important;
    margin-top: 9px;
    text-align: center;
    padding: 0 !important;
    font-size: 12px !important;
    border-radius: 4px;
}

.tg_fsize.pt-4 {
    font-size: 16px;
    color: #2b2c2d;
    font-family: lato-bold;
}

.color-d {
    color: #928c34 !important;
}

.vh_span {
    font-size: 21px;
    padding: 0px 20px;
    position: relative;
    top: 5px;
}

#tab4 .tab-nav li {
    width: calc(27% - 9.89em) !important;
}

.tabs2 {
    background-color: transparent !important;
}

.card1-img {
    border-radius: 4px 4px 0px 0px;
    width: 100%;
    height: 277px;
    object-fit: cover;
}

card1-img {
    border-radius: 4px 4px 0px 0px;
    object-fit: cover;
    width: 100%;
    height: 275px;
}

.jp_t1 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
}

.cn1 img {
    padding-left: 10px;
    padding-right: 20px;
}

.jp_t3 {
    color: #000000;
    font-size: 18px;
    padding-top: 5px;
    font-family: 'AvantGradeLT';
}

.jp_t4 {
    color: #000000;
    position: relative;
    padding-top: 2px;
    font-weight: bold;
}

.jp_t4:after {
    bottom: -6px;
    right: 0;
    margin: 0;
    height: 2px;
    width: 25px;
    background-color: #000;
    display: block;
    content: "";
    position: absolute;
    left: 0;
}

.jp_t5 {
    color: #2b2c2d;
    max-width: 95%;
    font-size: 16px;
    text-align: justify;
}

.jp_t6 {
    color: #000000;
}

.jp_t7 {
    color: #000000;
    font-weight: bold;
}

.jp_t7 span {
    color: #d4d4d4;
}

.jp_t8 {
    padding: 10px;
    color: #000;
    border: 1px solid #eee;
}

.trip_d_btn {
    text-transform: capitalize;
}

.card-b2 img {
    width: 100%;
    height: 145px;
    object-fit: cover;
}

.bg-f {
    background-color: #FFF !important;
}

.tab-c2 {
    background: none !important;
}

.pag_ul {
    list-style: none;
}

.pag_ul li {
    display: inline;
    margin: 0px 8px 0px 0px;
    background-color: #fff;
    /*    padding: 15px 17px;*/
    /*    padding: 13px 17px;*/
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.08);
    color: #ababab;
    border-radius: 2px;
    float: left;
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
}

.pag_ul li a {
    color: #ababab;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
}

.pag_ul .active {
    background-color: #7d001e;
    color: #FFF;
}

.pag_ul .active a {
    color: #fff;
}

.jp_t2 {
    font-weight: bold;
    background: #bc002d;
    color: #fff !important;
    padding: 3px 8px;
    font-size: 12px;
}

.jp_t2.color-d {
    color: #fff !important;
}

.res_button:hover {
    background-color: #FFF !important;
    opacity: 1 !important;
}

.blog_box2 {
    background-color: #bc002d;
    width: 100%;
    min-height: 865px;
    height: auto;
}

.no_box {
    padding: 16px 52px;
}

.no_1 {
    color: #FFF;
    font-size: 34px;
    font-family: 'AvantGradeLT';
    position: relative;
}

.no_text {
    color: #FFF;
    font-size: 18px;
    padding-top: 10px;
}

.no_1:after {
    bottom: -2px;
    right: 0;
    margin: 0;
    height: 1px;
    width: 25px;
    background-color: #ffffff;
    display: block;
    content: "";
    position: absolute;
    left: 0;
}

.btn.get_str_btn {
    width: 246px;
    /*    height: 46px;*/
    height: 44px;
    background-color: #7d001e;
    color: #FFF;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*group overview css */

/*Slider css End*/

/*tour detail page css start*/
.td_t1 {
    width: 100% !important;
    font-family: 'AvantGradeLT';
}

.td1 img {
    display: table;
    margin: auto;
}

.banner_m {
    background-image: url(../jpg/td-banner.jpg);
    background-size: cover;
    height: 110px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.banner_m_7 {
    background-image: url(../jpg/td-banner-7.jpg);
    background-size: cover;
    height: 110px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.banner_caption {
    color: #FFF;
    font-family: 'AvantGradeLT';
    font-size: 20px;
    text-align: center;
    /* padding-top: 9px; */

}

.f-70 {
    font-size: 50px;
}

.f-70 {
    --font-size: 70px;
}

.f-24 {
    font-size: 24px;
}

.color-f {
    color: #FFF;
}

.first_span {
    position: relative;
    top: 20px;
    width: 100%;
    padding-right: 134px;
    font-size: 22px;
}

.td_btn1 {
    float: right;
    position: absolute;
    top: 45px;
    right: 126px;
    width: 145px;
    height: 35px;
    border-radius: 50px;
    margin: 5px;
    padding: 0 15px;
    font-size: 12px;
}

.td_btn1:hover {
    background-color: #bc002d;
}

.td_btn1 img {
    float: right;
    position: relative;
    top: 9px;
    height: 20px;
}

.w3-display-bottomleft.w3-container.w3-padding.w3-text-white {
    position: absolute;
    bottom: 0px;
    /* background: rgba(255,255,255,0.5); */
    padding: 10px;
    width: 92%;
    color: #fff;
    font-weight: 600;
}

span.f-24.color-f {
    position: relative;
    top: 0px !important;
    left: -40px !important;
    font-size: 12px !important
}

.second_span {
    position: relative;
    top: 6px;
    left: -40px;
    font-size: 42px;
}

#banner_section {
    background-color:#f3f3f3;
    height: auto;
    padding-top: 30px;
}

.ad_grouptour_detail_content_div {
    background-color:#f3f3f3;
    height: auto;
    padding-top: 30px;
}

.tour_box1 {
    width: 100%;
    min-height: 500px;
    height: auto;
    background-color: #FFF;
}

.tour_box_i {
    padding: 6px 26px;
}

.tour_box2 {
    width: 100%;
    min-height: 500px;
    height: auto;
    background-color: #FFF;
    padding-bottom: 30px;
    margin-bottom: 12px;
}

.togglec a p {
    font-weight: normal;
    line-height: 1.8;
}

#tour_select {
    background-color:#f3f3f3;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.color-black {
    color: #000000 !important;
}

.td_t5 {
    font-size: 16px !important;
}

.f-14 {
    font-size: 15px;
}

.f-24 {
    font-size: 24px;
}

.f-bold {
    font-weight: bold !important;
}

.td_t6 {
    width: 34%;
    float: left;
}

.td_t5 {
    text-align: left !important;
    float: left;
    width: 100%;
}

.td_hr {
    margin-top: 56px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.td_tab_1 {
    padding: 0px 26px;
}

.td_tab_2 {
    padding: 0px 26px;
}

.td_tab_1 ul {
    list-style: none;
}

.r_arrow {
    padding: 0px 8px 0px 0px;
}

.td_tab_1 ul li {
    color: #000000;
    font-weight: bold;
}

.td_bg_color {
    background-color: #f8f8f9;
    padding: 20px;
    position: relative;
    top: -20px;
}


/*slideshow*/
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


.column {
    float: left;
    width: 103px;
    padding: 0;
    margin: 0;
}


.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.column img {
    width: 99px !important;
    height: 66px;
    display: table;
    margin: auto;
}

.devider {
    padding-top: 10px;
}

.mySlides img {
    display: table;
    margin: auto;
    width: 100%;
    object-fit: cover;
    height: 637px;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.f-18 {
    font-size: 18px;
}

.td_text_m {
    padding: 0px 26px;
}

.td_text_m p {
    font-size: 15px;
    color: #2b2c2d;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.t_day1 {
    line-height: 44px;
    font-size: 15px;
    color: #2b2c2d;
}

.td_read_more {
    text-decoration: underline;
}

#tour_detail_box .tab-nav li {
    width: 25%;
    border-bottom: 1px solid #eee;
}

#tour_detail_box ul li a {
    box-shadow: none;
}

#tour_detail_box ul .ui-state-active a {
    color: #FFF;
}

#tour_detail_box ul a {
    line-height: 3 !important;
}

#tour_detail_table th {
    font-size: 12px;
    color: #fff;
    background-color: #000;

}

#tour_detail_table td {
    font-size: 14px;
    color: #2b2c2d;
}

.f-16-color {
    font-size: 16px;
    color: #2b2c2d;
}

.f-14-color {
    font-size: 16px;
    color: #2b2c2d;
}

.td_11 p {
    max-width: 90%;
}

#td_include {
    list-style: none;
}

.td_side_tab {
    padding: 10px 12px;
}

#td_side_dropdwon button {
    width: 100%;
    background-color: #f5f6fa;
    border: transparent;
    border-radius: 0px;
    color: #000000;
    box-shadow: none;
    outline: none;
    height: 54px;
}

#td_side_dropdwon .dropdown-menu {
    width: 100%;
    border-radius: 0px;
}

.td_btn3,
.td_btn3:hover {
    text-align: center;
    background-color: #FFF;
    border: 1px solid #bc002d;
    border-radius: 0px;
    width: 274px;
    height: 49px;
    margin: auto;
    padding: 11px;
    color: #000000;
    outline: none;
    box-shadow: none;
}

.td_o_bg {
    background-color: #bc002d;
    color: #FFF;
}

.share_div {
    float: left;
    padding: 16px;
    font-size: 12px;
    color: #969dac;
}

.share_div img {
    padding: 0px 4px 0px 0px;
}

.td_text_m2 {
    padding: 0px 56px;
}

#time_line .bg-light {
    background-color: #bc002d !important;
}

#time_line .border {
    border: 1px solid #bc002d !important;
}

#time_line .badge {
    font-size: 30%;
}

#time_line .bg-success {
    background-color: #bc002d !important;
}

/*timeline*/
#timeline {
    overflow: hidden;
    width: 100%;
}

#timeline div {
    height: auto;


}

#timeline div .date {
    border-right: 1px rgba(179, 175, 175, 0.4) solid;
    text-align: right
}

#timeline div .date:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #0065b3;
    position: absolute;
    left: 95.2%;
    top: 0px;
    border-radius: 100%;
    cursor: pointer;
}

#timeline div.active .date::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #0078FF;
    position: absolute;
    left: 98.7%;
    top: 98px;
    border-radius: 100%
}

#timeline div .date h2 {
    margin: -5px 0px 0;
    font-size: 45px;
    font-weight: 600;
}

#timeline div.active .date h2 {
    font-size: 65px;
    color: #0078FF;
}

#timeline div .text p {
    margin: 0px 50px 0px;
    width: 80%;
}


#timeline div.active .text p {
    display: inherit
}

#time_line h2 {
    font-size: 18px !important;
    color: #0065b3;
}

#tm_p {
    font-size: 14px !important;
    color: #dc2341;
}

.h_img {
    float: left;
    position: relative;
    top: 12px;
    left: 14px;
}

.timeline_i {
    padding-bottom: 30px;
}

.tl3 img {
    float: left;
}

#timeline div .text .tl_5 {
    margin: 23px 50px 0px;
    width: 80%;
}

.tl3 img {
    float: left;
    padding: 0px 14px 0px 46px;
}

/*end timeline*/
/*end slideshow*/

/*tour detail page css end*/


/*cities page css start*/
.red-back {
    padding: 10px;
}

.content.trip-finder.calendar-tab {
    background-color:#f3f3f3;
}

.cities_page {
    background-color:#f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
}

.color-96 {
    color: #969696;
}

#f_id p {
    color: #969696;
    font-size: 14px;
}

.col3_main {
    background-color: #FFF;
    box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.08);
}

/*
.col_3_h4 {
    margin-top: 30px;
    margin-bottom: 24px;
}
*/
.col_3_h4 {
    margin-top: 30px;
    margin-bottom: 24px;
}

.color_2b {
    2b2c2d
}

.fl_add_class {
    color: #bc002d;
    font-size: 14px;
}

.filder_tr {
    padding: 20px;
    padding-bottom: 0px;
}

#side_collapse .toggle.toggle-border {
    border: none !important;
}

#side_collapse .toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    color: #2b2c2d;
}

#side_collapse .toggle {
    margin: 0 0 0px 0;
}

#side_collapse .toggle.toggle-border .togglec {
    padding: 0 19px 18px 20px;
}

.tr_show_more {
    color: #a5abb7;
}

.che_right {
    font-size: 10px;
    padding-left: 10px;
}

.box-1 .btn-red.round-btn {
    padding: 2px 0px;
    width: 80px;
    font-family: 'Lato', sans-serif;
}

#content .res_btn:hover {
    background-color: white !important;
    color: #bc002d !important;
}

/*end cities page css*/

/*start seasonal attraction in japan psd*/
#ajt_btn_id button {
    width: 100%;
    height: 66px;
    border: none;
    text-align: center;
    padding: 0;
}

#ajt_btn_id a {
    display: inline-block;
    padding: 10px 0px;
    border-radius: 4px 4px 0px 0px;
}

.hr_2 {
    margin: 0;
    margin-top: -14px;
}

.ss_p1 p {
    line-height: 28px;
    font-weight: bold;
}

.ss_p2,
.ss_p2:hover {
    width: 274px;
    text-align: center;
    border: 1px solid #928c34;
    display: table;
    margin: auto;
    padding: 14px 0px;
    text-transform: capitalize;
    color: #928c34;
}

.ss_4 {
    padding: 27px 20px 0px 20px;
}

.ss_ul {
    list-style: none;
    padding: 0px 20px;
    position: relative
}

.ss_ul li {
    line-height: 36px;
    padding: 0px 40px;
}

.ss_phone {
    position: absolute;
    left: 21px;
    top: 9px;
    transform: rotate(90deg);
    color: #737373;
}

.ss_envelope {
    position: absolute;
    left: 21px;
    color: #bc002d;
    bottom: 10px;
}

.ajt_page_a {
    height: auto;
    background: #FFF;

}

.ajt_page_a {
    height: auto;
    background: #FFF;
    min-height: 50px;
    padding-bottom: 10px;
}

.a_1 {
    position: relative;
    top: 0px;
}

.pg1_img1 {
    height: 523px;
    width: 100%;
    object-fit: cover;
}

#page_a_ul {
    list-style: none;
}

#page_a_ul li {
    width: 33px;
    height: 33px;
    border-radius: 50px;
    background-color: #a0a0a0;
    color: #FFF;
    float: left;
    margin: 5px;
}

#page_a_ul i {
    text-align: center;
    padding: 8px 0px;
    color: #FFF;
    font-size: 16px;
    display: flex;
    justify-content: center;
}

.a_2 {
    margin-top: 80px;
    margin-bottom: 10px;
}

/*
#page_a_tab ul li {
    width: 25%;
}
*/
#page_a_tab ul li {
    width: 11%;
}

.pagea_tab_main {
    padding: 0px 10px;
}

.pg1_t1 {
    text-align: justify;
}

.pg1_btn {
    width: 100%;
    background-color: #bc002d;
    border: transparent;
    color: #FFF;
    /*!text-transform: capitalize;*/
    padding: 13px;
    border-radius: 4px;
    margin-top: 50px;
    display: block;
}

.box_btn {
    background-color: #FFF;
    border: 1px solid #928c34;
    color: #928c34;
    border-radius: 2px;
    text-align: center;
}

#page_b_ul {
    list-style: none;
}

#page_b_ul li {
    width: 33px;
    height: 33px;
    border-radius: 50px;
    background-color: #a0a0a0;
    color: #FFF;
    float: left;
    margin: 5px;
}

#page_b_ul i {
    text-align: center;
    padding: 8px 11px;
    color: #FFF;
    font-size: 16px;
}

#page_b_tab ul li {
    width: 20%;
}

#page_b_tab ul li a {
    line-height: 20px !important;
    : ;
}

/*end seasonal attraction in japan*/


/*group3 psd css satrt*/
#bloss_page_toggle .toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    text-align: left;
}

#bloss_page_toggle .toggle.toggle-border {
    border-radius: 0px;
    border: none;
    box-shadow: -2px 7px 13px -1px rgba(0, 0, 0, 0.19);
}

.blos_btn,
.blos_btn:hover {
    width: 350px;
    height: 48px;
    background-color: #bc002d;
    font-size: 15px;
    padding: 0;
    text-transform: capitalize;
    outline: none;
    box-shadow: none;
    margin: 0;
}

#bloss_page_toggle .toggle.toggle-border .togglec {
    padding: 0 0px 0px 0;
}

#bloss_page_toggle .toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    padding: 0 18px 0 36px;
}

.blos_box {
    padding-top: 12px;
}

.blos_box {
    padding-top: 10px;
    max-width: 85%;
    text-align: justify;
}

#bloss_page_toggle .card1-img {
    border-radius: 0;
}

.blos_b_shadow {
    box-shadow: -2px 7px 13px -1px rgba(0, 0, 0, 0.19);
}

.expand_t1 {
    text-align: justify;
    padding-top: 20px;
}

.expand_t6 {
    line-height: 50px;
}

.first_expand {
    padding: 0px 22px;
    padding-bottom: 30px;
}

.icon-ok-circle:before {
    content: "\f107" !important;
    font-family: FontAwesome !important;
}

.icon-remove-circle:before {
    content: "\f106" !important;
    font-family: FontAwesome !important;
}

.toggle.toggle-border .togglet i {
    line-height: 44px;
    text-align: right;
    width: 100%;
    left: -23px;
}

.bg_white {
    background-color: #FFF;
}

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    padding: 0 15px 0 20px !important;
}

.sold_btn {
    background-color: #f5f6fa !important;
    color: #969dac !important;
}

/*sheet*/
#tab-4 ul li {
    width: 215.8px;
}

#tab-4 ul.tab-nav:not(.tab-nav-lg) li a {
    line-height: 1.5 !important;
}

#tab-4 ul.tab-nav.tab-nav2 li a {
    padding: 20px 0px 0px 0px !important;
    position: relative;
}

#tab-4 ul.tab-nav.tab-nav2 li.ui-state-active a {
    height: 76px;
}

#tab-3 li {
    width: calc(100% / 6) !important;
}

.tab-nav.tab-nav2 a#ui-id-2,
.tab-nav.tab-nav2 a#ui-id-3,
.tab-nav.tab-nav2 a#ui-id-4,
.tab-nav.tab-nav2 a#ui-id-5.tab-nav,
.tab-nav2 a#ui-id-6 {
    line-height: 40px;
}

#tab-66 li {
    width: 176.6px;
}

#tab-66 ul li a {
    line-height: 20px !important;
}

.tabs4 {
    background: #f5f6fa !important;
}

#tab-66 ul.tab-nav.tab-nav2 li a {
    padding: 20px 0px !important;
}

#tab-999 li {
    width: 50%;
}

.right-ul {
    right: 0;
}

.max_w {
    width: 90%;
}

/*End  sheet*/
/*group3 psd css end*/
/*kd css end*/



/* Next & previous buttons */

/*
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
*/

/* Position the "next button" to the right */
/*
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
*/

/* On hover, add a black background color with a little bit see-through */
/*
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
*/


/*        happy*/
.card-b2 a {
    text-align: center !important;
}

.jp_t8 {
    font-weight: bold;
}

.btn.get_str_btn {
    position: relative;
    bottom: -10px;
}

/*kd*/
.red-back {
    padding: 0;
    position: relative;
}

.col_one_fourth.pd-0 {
    position: relative;
    top: 6px;
    display: flex;
    justify-content: center;
}

/*mega menu*/

/*mega menu*/
.pic:hover .portfolio-overlay {
    opacity: 1;
}

#testimonial-slider-ajt .testimonial .pic {
    position: relative;
}

.pic .portfolio-overlay a {
    opacity: 0;
}

.pic:hover a.center-icon,
.pic:hover a.center-icon {
    opacity: 1;
}

.pic .portfolio-overlay {
    position: absolute;
    top: 13px;
    left: 12px;
    width: 89%;
    height: 84%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

#testimonial-slider-ajt .pic:hover .portfolio-overlay {
    opacity: 0;
}

.test_m3 i {
    float: right;
}

.test_m4 i {
    float: right;
}

/*kd*/

.ajt_pl {
    padding: 10px 16px 22px 16px;
}

.slider1_s_height {
    min-height: 0;
}

.content-txt .font-avant {
    padding-top: 20px;
    padding-bottom: 0;
}

.cs_col3 a {
    color: #000;
    line-height: 28px;
    font-weight: bold;
    font-size: 16px;
}

.col-xs-3.col-sm-3.ad_no_padding_no_margin {
    padding: 0;
    margin: 0;
}

.enve_cs {
    color: #bc002d;
    line-height: 28px;
    font-weight: normal;
    font-size: 14px;
}

.col-xs-9.col-sm-9.ad_no_padding_no_margin {
    background-color: #FFF;
    box-shadow: 0px 2px 12px 1px #00000021;
    margin-bottom: 12px;

}

h1.ad_senior_group_title {
    padding-top: 34px;
    padding-bottom: 0;
}

.w_c_box.p-5 {
    padding: 0 !important;
}

h2.b_brdr {
    position: relative;
    top: 18px;
}

#bloss_page_toggle .toggle_head {
    background: #fff;
    color: #000;
}

#bloss_page_toggle .toggle_head:hover,
#bloss_page_toggle .toggle_head:active {
    color: #bc002d !important;
}



.ad_a_needed_left .custom-control-label.custom-control-label2::before {
    position: absolute;
    top: 0.35rem !important;
    ;
    left: 0 !important;
    ;
    display: block;
    width: 0 !important;
    height: 0 !important;
    ;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 0.12rem;
}

input[name="select_season"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 3px;
    background-clip: content-box;
    border: 2px solid #be0028;
    background-color: inherit;
    border-radius: 15px;
    margin: 3px 4px;
    display: inline-block;
}

/* appearance for checked radiobutton */
input[name="select_season"]:checked {
    background-color: #be0028;
    box-shadow: 0 0 0 0.7px #bc002d;
}

.custom-control.custom-checkbox.setLabel {
    display: flex;
}

.select-wrapper2 select {
    appearance: none;
    -webkit-appearance: none;
    background-color: #f4f4f7;
    height: 40px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ced4da;
    color: #495057;
    text-transform: capitalize;
}

.w3-padding-0.region.select-wrapper2.card.card-body.cardCust {
    margin-bottom: 20px;
    box-shadow: none !important;
    position: relative;
    margin-right: 35px;
    padding: 18px;
    padding-bottom: 4px;
}

.select-wrapper2 .ad_reservation_form_title_div {
    color: #bc002d;
    font-size: 13px;
    font-weight: 600;
}

label.ad_reservation_form_input_prompt {
    color: #bc002d;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}

.w3-padding-0.region.card.card-body.cardCust {
    margin-bottom: 20px !important;
    box-shadow: none !important;
    position: relative;
    margin-right: 35px;
    padding: 18px;
    padding-bottom: 4px;
}

#lb_cstm2 label {
    width: 108%;
}

textarea#undecided_text {
    height: 130px !important;
    width: 100%;
    background-color: #f5f6fa;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    background-color: #FFF;
}

.travel p {
    display: none !important;
}

/*
.jpj_tab li {
    width: 20% !important;
}*/


/*===== 19 FEB 2020 =====*/
.whatcan-we-carousel .owl-nav [class*=owl-]:hover span,
.si-tours-carousel .owl-nav [class*=owl-]:hover span {
    color: #fff !important;
}

.whatcan-we-carousel .owl-nav [class*=owl-] span,
.si-tours-carousel .owl-nav [class*=owl-] span {
    font-size: 34px;
    position: relative;
    top: -1px;
}

.whatcan-we-carousel .items {
    padding: 15px;
}

.whatcan-we-carousel .box {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 1px 15px 4px #dedcdc;

}

.whatcan-we-carousel .owl-nav,
.si-tours-carousel .owl-nav {
    display: block !important;

}

.whatcan-we-carousel .box img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    position: relative;

}

.whatcan-we-carousel .box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.22);
}

.whatcan-we-carousel .box h3 {
    margin: 0;
    position: absolute;
    color: #fff;
    bottom: 0;
    padding: 12px 15px;
    z-index: 1;

}

.whatcan-we-carousel h6 {
    font-size: 20px;
    margin-bottom: 15px;

}

.whatcan-we-carousel p {
    font-size: 16px;

}

.whatcan-we-carousel .read-more {
    background: #bc002d;
    color: #fff !important;
    padding: 6px 25px;
    display: block;
    width: max-content;
    margin-top: 15px;
    border-radius: 7px;
    font-size: 14px;
    cursor: pointer;
}

.whatcan-we-carousel .read-more:hover {
    opacity: 0.8;
}

.whatcan-we-carousel .morecontent span {
    display: none;
}

.japan-travelpackage-section {
    text-align: center;
    padding: 50px 0 0 0;
}

.japan-travelpackage-section h4 {
    margin-bottom: 10px;
}

.japan-travelpackage-section .b1 {
    border: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'AvantGradeLT';
    font-size: 18px;
    padding: 15px 30px;
}

.japan-travelpackage-section .b2 {
    border: 0;
    background: #bc002d;
    color: #fff;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 16px;
    display: inline-block;
}

.small-grouptours-section {
    background-color:#f3f3f3;
    padding: 50px 0;
}

.small-grouptours-section .small-box {
    background: #fff;
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 7px 3px #ddd;
    transition: 0.2s;
}

.small-grouptours-section .small-box:hover {
    box-shadow: 0 0 9px 7px #d2d2d2;
    transition: 0.2s;
}

.small-grouptours-section .small-box h6 {
    font-size: 16px;
    margin-bottom: 15px;

}

.small-grouptours-section .small-box p {
    margin-bottom: 15px;

}

.small-grouptours-section .small-box button {
    border: 0;
    background: #bc002d;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    width: 100%;
}

.small-grouptours-section .small-box button:hover {
    background: #9e0227;
}

.specialinterest-tours-section {
    padding: 20px 0;
}

.si-tours-carousel .box {
    position: relative;

}

.si-tours-carousel .box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.si-tours-carousel .box h5 {
    position: absolute;
    bottom: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.66);
    width: 100%;
    color: #fff;
    padding: 2px 15px;
    margin-bottom: 10px;
}

.si-tours-carousel .owl-prev {
    left: -19px !important;
    opacity: 1 !important;
}

.si-tours-carousel .owl-next {
    right: -19px !important;
    opacity: 1 !important;
}

.si-tours-carousel .owl-prev:hover span,
.si-tours-carousel .owl-next:hover span {
    color: #fff !important;
}

.specialinterest-tours-section .box-div {}

.specialinterest-tours-section .box-div .a-tag {
    position: relative;
    display: block;
    overflow: hidden;
    height: 390px;
}

.specialinterest-tours-section .box-div .a-tag article {
    position: absolute;
    bottom: -42px;
    width: 100%;
    padding: 15px;
    transition: 0.4s;
    z-index: 2;
}

.specialinterest-tours-section .box-div .a-tag:hover article {
    bottom: 0px;
    transition: 0.4s;
}

.specialinterest-tours-section .box-div .a-tag:hover h3:after {
    width: 100px;
    transition: 0.5s 0.2s;
}

.specialinterest-tours-section .box-div .a-tag img {
    position: relative;
    z-index: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.specialinterest-tours-section .box-div .a-tag:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.32);
    z-index: 1;
}

.specialinterest-tours-section .box-div .a-tag h3 {
    color: #fff;
    margin-bottom: 10px;

}

.specialinterest-tours-section .box-div .a-tag h3:after {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background: #fff;
    position: relative;
    bottom: -3px;
}

.specialinterest-tours-section .box-div .a-tag p {
    color: #fff;

}

.specialinterest-tours-section .box-div p {}

.specialinterest-tours-section .box-div button {
    border: 0;
    background: #bc002d;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    font-size: 14px;

}

.know-which-tour-is-section {
    background-color:#f3f3f3;
    padding: 20px 0;
}

.know-which-tour-modal .modal-body {
    padding: 0;
}

.know-which-form label {
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #a9a9a9;
    font-weight: normal;

}

.know-which-form input,
.know-which-form select {
    width: 100%;
    border: 0;
    padding: 15px;
    box-shadow: 2px 0 5px 2px #e8e8e8;
    height: 49px;
    margin-bottom: 0px;
}

div#know-which-tour .modal-dialog {
    /*    margin: 65px auto;*/
    max-width: 550px;
}

.border-right {
    border-right: 1px solid #ccc;
}

.know-which-form button {
    background-color: #bc002d;
    color: #fff;
    width: 100%;
    margin-top: 2px;
    padding: 14px;
    border: 0;

}

.know-which-form {
    padding: 15px;
    margin: auto;
    max-width: 800px;

}

.know-which-form ::placeholder {
    color: #2b2c2d !important;
}

.main-divv {
    position: relative;

}

.main-divv input[type="radio"] {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.main-divv .span1,
.main-divv .span2 {
    width: 50%;
    background: #fff;
    text-align: center;
    font-size: 18px;
    padding: 11px;
    float: left;
    position: absolute;
    opacity: 0.5;
}

.main-divv .span1 {
    left: 15px;
}

.main-divv .span2 {
    right: 15px;
}

input[type="radio"]:checked span {
    background: red;

}

#yes:checked + input + span,
#no:checked + span + span {
    opacity: 1;
}

.main-divv .span1 i,
.main-divv .span2 i {
    margin-right: 4px;
}

.grid-descri {
    float: left;
}

.grid-descri p {}

.grid-descri a {
    border: 0;
    background: #bc002d;
    color: #fff;
    border-radius: 4px;
    padding: 10px 25px;
    font-size: 14px;
    display: inline-block;

}

figure.effect-sadie.new:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, 0%, 0) translate3d(0, 0px, 0) !important;
    transform: translate3d(0, 0%, 0) translate3d(0, 0px, 0) !important;
}


.trip-planningfaqs-sectiion {
    padding: 50px 0;

}

.trip-planningfaqs-sectiion .toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
    background-color: #fff;
    box-shadow: 0 9px 7px 5px #eaeaea;
}

.trip-planningfaqs-sectiion .icon-ok-circle:before {
    font-family: FontAwesome !important;
    content: "\f067" !important;
    ;
}

.trip-planningfaqs-sectiion .icon-remove-circle:before {
    content: "\f068" !important;
    font-family: FontAwesome !important;
}

.newtabs ul.tab-nav.tab-nav2 li a {
    line-height: normal !important;
    min-height: 72px;
}



@media (min-width: 768px) {
    .mr-minus5 {
        margin-right: -5px !important;
    }

    .ml-minus5 {
        margin-left: -5px !important;
    }

    .lg-pl15 {
        padding-left: 15px !important;
    }
}

@media (max-width: 767px) {
    .what-we-offer-section {
        padding-top: 50px !important;
        min-height: auto;
    }
}

@media (min-width: 992px) and (max-width:1300px) {
    div#know-which-tour .modal-dialog {
        margin: 65px auto;
    }

    .owl-carousel {
        display: none;
        position: relative;
        width: 94% !important;
        -ms-touch-action: pan-y;
        MARGIN: 0 AUTO !important;
    }
}

.v-close {
    background: #bc002d;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.vehicle_event {
    cursor: pointer;
}

.road_event {
    cursor: pointer;
}

.features_data p {
    display: -webkit-box;
    height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 47px !important;
    /*    padding: 10px 10px !important;*/
}

.test_m p {
    display: -webkit-box;
    height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 47px !important;

}

.test_m2 {
    padding: 8px 10px !important;
}

.test_m4.gg.kk {
    padding: 18px 10px !important;
}

p.test_m3 i {
    margin-top: 2px !important;
}

@media (max-width: 576px) {
    .sld_d {
        min-height: 248px;
    }

    #testimonial-slider-ajt .testimonial .pic img {
        min-height: 158px !important;
    }

    #testimonial-slider-ajt .testimonial {
        padding: 0px 0px 0px 0px !important;
    }

    h6.test_h {
        height: 42px !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .sld_t1 {
        height: 175px;
        padding: 40px 17px 20px 17px !important;
    }

    .test_m1 {
        margin-left: 0 !important;
        -webkit-box-orient: horizontal !important;
    }

    #testimonial-slider-ajt .testimonial .pic {
        position: relative;
        max-height: 165.58px !important;
        height: 165.58px !important;
    }

    .test_m2 {
        margin-left: 0 !important;

    }
}

div#side_collapse:last-child {
    margin-bottom: 50px;
}

.back-gray {
    background-color: #eeeeee !important;
}


#page_a_tab .tab-nav li.active a {
    background: #bc002d;
    color: #fff;
}


.w3-red-ajt,.w3-hover-red-ajt:hover{color:#fff!important;background-color:#bc002d!important}



