@charset "UTF-8";
/*
	*******************
	Template name:  Traffil
	Version:        1.0
	Author:         ThemeLooks
	Author url:     http://themelooks.com

	NOTE:
	-----
	Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
	We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

    ******** CSS INDEX ********
    01. Supports
        1.1 Additional
        1.2 Reboot
        1.3 Grid
    02. Components
        2.1 Icon Dropdown
        2.2 Widget
        2.3 Input Style
        2.4 Cards
        2.5 CTA
        2.6 Section Title
        2.7 Icon Menu
        2.8 Slider Elements
        2.9 Breadcrumb
        2.10 Check Filter
        2.11 Tab
        2.12 Pagination
        2.13 Datepicker
        2.14 Instagram
        2.15 Preloader
        2.16 Back to Top
    03. Modules
        3.1 Header
        3.2 Footer
        3.3 Banner
        3.4 Form Area
        3.5 Blog Details
        3.6 404
        3.7 Contact
        3.8 About
    ********************/
/* ************************
   1.1 Additional
   ********************* */
.pt-15 {
  padding-top: 15px;
}

@media only screen and (max-width: 1199px) {
  .pt-15 {
    padding-top: 0;
  }
}

.pb-15 {
  padding-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .pb-15 {
    padding-bottom: 0;
  }
}

.pt-20 {
  padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .pt-20 {
    padding-top: 0;
  }
}

.pb-20 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .pb-20 {
    padding-bottom: 0;
  }
}

.pt-30 {
  padding-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .pt-30 {
    padding-top: 0;
  }
}

.pb-30 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .pb-30 {
    padding-bottom: 0;
  }
}

.pt-35 {
  padding-top: 35px;
}

@media only screen and (max-width: 1199px) {
  .pt-35 {
    padding-top: 0;
  }
}

.pb-35 {
  padding-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
  .pb-35 {
    padding-bottom: 0;
  }
}

.pt-40 {
  padding-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .pt-40 {
    padding-top: 0;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 0;
  }
}

.pt-50 {
  padding-top: 50px;
}

@media only screen and (max-width: 1199px) {
  .pt-50 {
    padding-top: 0;
  }
}

.pb-50 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .pb-50 {
    padding-bottom: 0;
  }
}

.pt-70 {
  padding-top: 70px;
}

@media only screen and (max-width: 1199px) {
  .pt-70 {
    padding-top: 10px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .pb-70 {
    padding-bottom: 10px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media only screen and (max-width: 1199px) {
  .pt-80 {
    padding-top: 20px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 20px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media only screen and (max-width: 1199px) {
  .pt-90 {
    padding-top: 30px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 30px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .pt-100 {
    padding-top: 40px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 40px;
  }
}

.pt-110 {
  padding-top: 110px;
}

@media only screen and (max-width: 1199px) {
  .pt-110 {
    padding-top: 50px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}

@media only screen and (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 50px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pt-130 {
  padding-top: 130px;
}

@media only screen and (max-width: 1199px) {
  .pt-130 {
    padding-top: 70px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 70px;
  }
}

.pt-140 {
  padding-top: 140px;
}

@media only screen and (max-width: 1199px) {
  .pt-140 {
    padding-top: 80px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}

@media only screen and (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
  .mt-lg-0 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .mb-lg-0 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .mt-lg-40 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .mb-lg-40 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .mt-lg-70 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .mb-lg-70 {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .mt-lg-100, .booking-form-wrapper.style--v3 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .mb-lg-100 {
    margin-bottom: 100px;
  }
}

.mt-xl-0 {
  margin-top: 0px;
}

@media only screen and (max-width: 1199px) {
  .mt-xl-0 {
    margin-top: 0;
  }
}

.mb-xl-0 {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  .mb-xl-0 {
    margin-bottom: 0;
  }
}

.mt-xl-20 {
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .mt-xl-20 {
    margin-top: 0;
  }
}

.mb-xl-20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .mb-xl-20 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sm-0 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sm-30 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sm-40 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sm-40 {
    margin-bottom: 40px;
  }
}

.ml-35 {
  margin-left: 35px;
}

.ls-style-1, .tab-content-details ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
}

.ls-style-1 li:before, .tab-content-details ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  font-size: 7px;
  line-height: 0;
  width: 18px;
  margin-left: -18px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.ls-none-0, .list-inline, .nav, .icon-dropdown .dropdown ul, .triplan-card .info .stays ul, .triplan-card .blog-content .stays ul, .single-blog-item .info .stays ul, .single-blog-item .blog-content .stays ul, .triplan-card.single-deal .ticket-info .trans-pack-class ul, .single-blog-item.single-deal .ticket-info .trans-pack-class ul, .pricing-card ul, .room-dropdown-card .room-item-select ul, .icon-menu ul, .tab-btn ul, .form-tab-btn ul, .bus-tab-btn ul, .bus-tab-content ul, .deck-tab-btn ul, .deck-tab-content ul, .desktop-header ul, .mobile-header ul, .mobile-menu-offcanvas ul, .footer-mobile-menu ul, .filter-system .filter-items ul, .post-details .entry-header .entry-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ls-none-0 li:before, .list-inline li:before, .nav li:before, .icon-dropdown .dropdown ul li:before, .triplan-card .info .stays ul li:before, .triplan-card .blog-content .stays ul li:before, .single-blog-item .info .stays ul li:before, .single-blog-item .blog-content .stays ul li:before, .triplan-card.single-deal .ticket-info .trans-pack-class ul li:before, .single-blog-item.single-deal .ticket-info .trans-pack-class ul li:before, .pricing-card ul li:before, .room-dropdown-card .room-item-select ul li:before, .icon-menu ul li:before, .tab-btn ul li:before, .form-tab-btn ul li:before, .bus-tab-btn ul li:before, .bus-tab-content ul li:before, .deck-tab-btn ul li:before, .deck-tab-content ul li:before, .desktop-header ul li:before, .mobile-header ul li:before, .mobile-menu-offcanvas ul li:before, .footer-mobile-menu ul li:before, .filter-system .filter-items ul li:before, .post-details .entry-header .entry-meta li:before {
  display: none;
}

.ul-split {
  padding-left: 0 !important;
}

.ul-split li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.ul-split li:before {
  display: none !important;
}

.ul-split li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.para-mb-0 p {
  margin-bottom: 12px;
}

.custom-lg-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.triplan-container, .fixed--form-wrap {
  max-width: 1940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 115px;
  padding-right: 115px;
}

@media only screen and (max-width: 1199px) {
  .triplan-container, .fixed--form-wrap {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .triplan-container, .fixed--form-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.box-shadow, .visa-form-input-wrap, .triplan-card.place.style-3:hover .info, .single-blog-item.place.style-3:hover .info {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right, .post-navigation .nav-link:last-child {
  text-align: right !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-static {
  position: static !important;
}

.bold {
  font-weight: 700;
}

.border-radius, .upload-btn-wrapper .upload-btn, table.tp--table, .visa-form-input-wrap, .triplan-small-card, .pricing-card, .booking-form-wrapper, .user-info, .payment-details {
  border-radius: 20px;
}

.base-color-1, .triplan-btn-text:hover, .comments-area .comment .single-comment .comment-content .comment-reply-link:hover, .reading-btn:hover, a:hover, .triplan-widget ul li a:hover, .widget:not(.widget_recent_entries):not(.widget_recent_comments):not(.widget_rss) ul li a:hover, .widget.widget_tag_cloud .tagcloud a:hover, label, .label, .tp--login-text a, .room-dropdown-card .room-item-selected .room-item .count span.edit, .room-dropdown-card .room-item-selected .room-item .customize span, .icon-menu ul li a, .icon-menu.style--v4 ul li a:hover, .icon-menu.style--v6 ul li a:hover, .icon-menu.style--v4 ul li.active a, .icon-menu.style--v6 ul li.active a, .icon-menu.style--v5 ul li a:hover, .icon-menu.style--v5 ul li.active a, .icon-menu.style--v6 ul li a, .init-slider .owl-nav .owl-next i, .init-slider .owl-nav .owl-prev i, .breadcrumb-text .nav a:hover, .social-icons a, .post-details .entry-header .entry-meta li a:hover, .post-details .entry-tags ul li a:hover,
.post-details .entry-categories ul li a:hover, .entry-content a:not(.wp-block-button__link),
.comment-content a:not(.wp-block-button__link),
.page--content a:not(.wp-block-button__link) {
  color: #70BCFF;
}

.base-color-2, .ls-style-1 li:before, .tab-content-details ul li:before, .triplan-btn-text, .comments-area .comment .single-comment .comment-content .comment-reply-link, .reading-btn, a, kbd, table tr th, .triplan-widget .title h3, .triplan-input .tip-note-wrap, .triplan-card .info .title h3 a:hover, .triplan-card .blog-content .title h3 a:hover, .single-blog-item .info .title h3 a:hover, .single-blog-item .blog-content .title h3 a:hover, .triplan-card.place.style-3:hover .info *, .single-blog-item.place.style-3:hover .info *, .triplan-card.single-deal .ticket-info .price-duration .price, .single-blog-item.single-deal .ticket-info .price-duration .price, .pricing-card .card-header, .pricing-card .card-info .pricing-card-list li .price-for.colored, .pricing-card .card-info .total-price .title, .pricing-card .card-info .total-price .price, .pricing-card .card-info .triplan-checkbox label a, .room-dropdown-card .room-item-select .body .wrap .title, .section-title .main-title, .init-slider .owl-nav .owl-next i:hover, .init-slider .owl-nav .owl-prev i:hover, .owl-filter-bar a:hover, .check-filter-item .check:before, .form-checkbox .check:before, .t-check-in .t-datepicker-day table thead tr:last-child th, .t-check-out .t-datepicker-day table thead tr:last-child th, .header-icon-menu > ul > li .icon-dropdown .icon:hover i, .sticky-top.fixed .desktop-header .header-main-menu > ul > li > a, .sticky-top.fixed .desktop-header .header-icon-menu > ul > li .icon-dropdown .icon i, .menu-icon-wrapper .header-main-menu ul li a, .social-icons a:hover, .social-icons.style--three a, .triplan-cradit a:hover {
  color: #021F94;
}

.body-color, .upload-btn-wrapper > div .text .title, .impo-note .sub-note, table.tp--table tr th, table.tp--table tr td, blockquote cite, .triplan-checkbox input[type=checkbox] + label, .triplan-checkbox input[type="radio"] + label, .triplan-info-title span, .input-title-label, .triplan-card .info .price-only.style-2 div span, .triplan-card .blog-content .price-only.style-2 div span, .single-blog-item .info .price-only.style-2 div span, .single-blog-item .blog-content .price-only.style-2 div span, .triplan-card .info .rent, .triplan-card .blog-content .rent, .single-blog-item .info .rent, .single-blog-item .blog-content .rent, .triplan-card.place.style-3:hover .info .title *, .single-blog-item.place.style-3:hover .info .title *, .triplan-card.single-deal .title, .single-blog-item.single-deal .title, .triplan-card.single-deal .ticket-info .trans-pack-class span, .single-blog-item.single-deal .ticket-info .trans-pack-class span, .triplan-card.single-deal .ticket-info .trans-pack-class ul li:first-child, .single-blog-item.single-deal .ticket-info .trans-pack-class ul li:first-child, .triplan-small-card .date, .pricing-card .card-info .title, .pricing-card .card-info .pricing-card-list li .price-for, .pricing-card .card-info .pricing-card-list li > span, .pricing-card .card-info .triplan-checkbox label span.label-info, .room-dropdown-card .room-item-selected .room-item .count-side .title, .room-dropdown-card .room-item-select ul li, .room-dropdown-card .room-item-select .body .wrap .triplan-input-wrapper .input, .map-card .info .title a, .check-filter-title, .check-filter-item .title, .form-checkbox .title, .check-filter-item.train .title, .train.form-checkbox .title, .rangeSlider-wrapper .rangeSliderTitle, .tab-btn ul li, .tab-content-details .title, .bus-tab-content .edge-title h4, .bus-tab-content.style-2 ul li span.bold, .pagination .page-numbers, .pagination .post-page-numbers, .page-links .page-numbers, .page-links .post-page-numbers, .pagination a, .page-links a, .filter-system .filter-items ul li .filter-single-item .title, .filter-system .filter-items ul li .filter-single-item .sub-title, .user-info .title, .payment-details .title, .payment-details .form-checkbox .title, .post-details .entry-header .entry-title, .post-details .entry-tags ul li:first-child,
.post-details .entry-categories ul li:first-child, .comment-respond .comment-form .custom-checkbox label {
  color: #3d3d3d;
}

.base-bg-color-1, .triplan-btn, .entry-content .wp-block-search .wp-block-search__button,
.comment-content .wp-block-search .wp-block-search__button,
.page--content .wp-block-search .wp-block-search__button, .triplan-btn.reverse:hover, .triplan-input .form-btn.icon, .tp--login-text a:before, .triplan-card.place:hover, .single-blog-item.place:hover, .triplan-card.place.style-3 .info, .single-blog-item.place.style-3 .info, .triplan-card.special-offer-2, .single-blog-item.special-offer-2, .triplan-card.special-offer-4, .single-blog-item.special-offer-4, .icon-menu ul li a:hover, .pagination .page-numbers.current, .pagination .post-page-numbers.current, .page-links .page-numbers.current, .page-links .post-page-numbers.current, .pagination a:hover, .page-links a:hover, .sticky-top.fixed .mobile-header, .footer-mobile-menu ul li a {
  background-color: #70BCFF;
}

.base-bg-color-2, .triplan-btn:hover, .entry-content .wp-block-search .wp-block-search__button:hover,
.comment-content .wp-block-search .wp-block-search__button:hover,
.page--content .wp-block-search .wp-block-search__button:hover, .triplan-btn.reverse, .entry-content .wp-block-search .reverse.wp-block-search__button,
.comment-content .wp-block-search .reverse.wp-block-search__button,
.page--content .wp-block-search .reverse.wp-block-search__button, .widget.widget_calendar table caption, .triplan-input .form-btn.icon:hover, .room-dropdown-card .room-item-select ul li:hover, .room-dropdown-card .room-item-select ul li.active, .room-dropdown-card .room-item-select .header, .form-checkbox .check:before, .tab-btn ul li.active, .t-check-in .t-datepicker-day table thead tr, .t-check-out .t-datepicker-day table thead tr, .t-check-in .t-datepicker-day table tr td .t-hover-day-content, .t-check-out .t-datepicker-day table tr td .t-hover-day-content, .t-check-in .t-datepicker-day table tr td.t-today.t-range-limit, .t-check-out .t-datepicker-day table tr td.t-today.t-range-limit, .t-check-in .t-datepicker-day table tr td.t-end.t-range-limit, .t-check-in .t-datepicker-day table tr td.t-start.t-range-limit, .t-check-out .t-datepicker-day table tr td.t-end.t-range-limit, .t-check-out .t-datepicker-day table tr td.t-start.t-range-limit {
  background-color: #021F94;
}

.bg-fa {
  background-color: #fafafa;
}

.bg-2ff {
  background-color: #E4F2FF;
}

.body-font, .triplan-btn-text.flight-more span, .comments-area .comment .single-comment .comment-content .flight-more.comment-reply-link span, .reading-btn.flight-more span, body, figure figcaption, .triplan-input .t-check-in label, .triplan-input .t-check-out label, .triplan-checkbox input[type=checkbox] + label, .triplan-checkbox input[type="radio"] + label, .triplan-card.place .info .title h3, .single-blog-item.place .info .title h3, .pricing-card .card-info .pricing-card-list li .price-for.colored, .pricing-card .card-info .pricing-card-list li .price-for .seat-dollar, .pricing-card .card-info .pricing-card-list.bold li, .pricing-card .card-info .triplan-checkbox label span.label-info, .room-dropdown-card .room-item-select .body .wrap .title span, .breadcrumb-text .title, .rangeSlider-wrapper .title, .rangeSlider-wrapper .title span, .form-tab-btn ul li .form-checkbox .title, .mobile-header .mobile-menu-toggle, .filter-system .filter-items ul li .filter-single-item .title, .comment-respond .comment-form .custom-checkbox label {
  font-family: "Open Sans", sans-serif;
}

.heading-font, .triplan-btn, .entry-content .wp-block-search .wp-block-search__button,
.comment-content .wp-block-search .wp-block-search__button,
.page--content .wp-block-search .wp-block-search__button, .triplan-btn-text, .comments-area .comment .single-comment .comment-content .comment-reply-link, .reading-btn, .impo-note .note, table.tp--table tr th, h1, h2, h3, h4, h5, h6, blockquote cite, table tr th, .icon-dropdown .dropdown ul li a, .widget.widget_calendar table caption, .widget.widget_calendar table th, label, .label, label .tip, .label .tip, .triplan-input .form-btn, .triplan-info-title span, .input-title-label, .triplan-card .info .place span, .triplan-card .blog-content .place span, .single-blog-item .info .place span, .single-blog-item .blog-content .place span, .triplan-card .info .title h3, .triplan-card .blog-content .title h3, .single-blog-item .info .title h3, .single-blog-item .blog-content .title h3, .triplan-card .info .price-duration, .triplan-card .blog-content .price-duration, .single-blog-item .info .price-duration, .single-blog-item .blog-content .price-duration, .triplan-card .info .date a, .triplan-card .info .blog-meta a, .triplan-card .blog-content .date a, .triplan-card .blog-content .blog-meta a, .single-blog-item .info .date a, .single-blog-item .info .blog-meta a, .single-blog-item .blog-content .date a, .single-blog-item .blog-content .blog-meta a, .triplan-card .info .stays ul li, .triplan-card .blog-content .stays ul li, .single-blog-item .info .stays ul li, .single-blog-item .blog-content .stays ul li, .triplan-card .info .rent, .triplan-card .blog-content .rent, .single-blog-item .info .rent, .single-blog-item .blog-content .rent, .triplan-card.place .info .place span, .single-blog-item.place .info .place span, .triplan-card.special-offer-2 .price .big, .single-blog-item.special-offer-2 .price .big, .triplan-card.special-offer-3 .price .big, .single-blog-item.special-offer-3 .price .big, .triplan-card.single-deal .title, .single-blog-item.single-deal .title, .triplan-card.single-deal .ticket-info .price-duration .price, .single-blog-item.single-deal .ticket-info .price-duration .price, .price-duration, .triplan-small-card .time-wrapper .day, .triplan-small-card .time-wrapper .time, .pricing-card .card-info .title, .pricing-card .card-info .pricing-card-list li > span, .pricing-card .card-info .pricing-card-list.bold li, .pricing-card .card-info .total-price .title, .pricing-card .card-info .total-price .price, .pricing-card .card-info .triplan-checkbox label span, .pricing-card .card-info .triplan-checkbox label a, .room-dropdown-card .room-item-select .header, .room-dropdown-card .room-item-select .body .wrap .title, .triplan-cta .text, .section-title .main-title, .title-x-bg .title-text, .owl-filter-bar a, .check-filter-title, .check-filter-item.train .title .title--inner span.abl, .train.form-checkbox .title .title--inner span.abl, .rangeSlider-wrapper .title, .tab-btn ul li, .tab-content-details .title, .bus-tab-content .edge-title h4, .cruise-info li span.bold, .deck-tab-btn ul li, .ship-deck-plan-toggle, .cabin-tab-btn div div, .t-check-in .t-datepicker-day table thead tr th, .t-check-out .t-datepicker-day table thead tr th, .menu-icon-wrapper .header-main-menu ul li a, .filter-system .filter-items ul li .filter-single-item .sub-title, .user-info .title, .payment-details .title, .payment-details .form-checkbox .title, .post-details .entry-header .entry-title, .post-details .entry-tags ul li:first-child,
.post-details .entry-categories ul li:first-child {
  font-family: "Ubuntu", sans-serif;
}

.bg-img {
  background-size: cover;
  background-position: center;
}

.triplan-btn, .entry-content .wp-block-search .wp-block-search__button,
.comment-content .wp-block-search .wp-block-search__button,
.page--content .wp-block-search .wp-block-search__button {
  display: inline-block;
  padding: 23px 35px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border: none;
  white-space: nowrap;
  -webkit-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
  cursor: pointer;
}

.triplan-btn:hover, .entry-content .wp-block-search .wp-block-search__button:hover,
.comment-content .wp-block-search .wp-block-search__button:hover,
.page--content .wp-block-search .wp-block-search__button:hover {
  color: #fff;
}

.triplan-btn.reverse, .entry-content .wp-block-search .reverse.wp-block-search__button,
.comment-content .wp-block-search .reverse.wp-block-search__button,
.page--content .wp-block-search .reverse.wp-block-search__button {
  color: #fff;
}

.triplan-btn.btn-sm, .entry-content .wp-block-search .btn-sm.wp-block-search__button,
.comment-content .wp-block-search .btn-sm.wp-block-search__button,
.page--content .wp-block-search .btn-sm.wp-block-search__button {
  padding: 15px 35px;
}

.triplan-btn-text, .comments-area .comment .single-comment .comment-content .comment-reply-link, .reading-btn {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  line-height: 1.16;
  font-weight: bold;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
}

.triplan-btn-text i, .comments-area .comment .single-comment .comment-content .comment-reply-link i, .reading-btn i {
  font-size: 16px;
  margin-right: 3px;
  line-height: 16px;
}

.triplan-btn-text.flight-more span, .comments-area .comment .single-comment .comment-content .flight-more.comment-reply-link span, .triplan-btn-text.flight-more i, .comments-area .comment .single-comment .comment-content .flight-more.comment-reply-link i, .reading-btn.flight-more span, .reading-btn.flight-more i {
  display: block;
  text-align: center;
}

.triplan-btn-text.flight-more span, .comments-area .comment .single-comment .comment-content .flight-more.comment-reply-link span, .reading-btn.flight-more span {
  font-size: 12px;
  font-weight: 400;
}

.triplan-btn-text.flight-more i, .comments-area .comment .single-comment .comment-content .flight-more.comment-reply-link i, .reading-btn.flight-more i {
  font-size: 14px;
  line-height: 18px;
  color: #AAD7FF;
}

.ajax-load-more .triplan-btn-text, .ajax-load-more .comments-area .comment .single-comment .comment-content .comment-reply-link, .comments-area .comment .single-comment .comment-content .ajax-load-more .comment-reply-link {
  font-weight: 700;
  margin-top: 20px;
}

.ajax-load-more .triplan-btn-text i, .ajax-load-more .comments-area .comment .single-comment .comment-content .comment-reply-link i, .comments-area .comment .single-comment .comment-content .ajax-load-more .comment-reply-link i {
  margin-top: 10px;
}

.upload-btn-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 170px;
}

.upload-btn-area:not(:last-child) {
  margin-right: 26px;
}

@media only screen and (max-width: 480px) {
  .upload-btn-area:not(:first-child) {
    margin-top: 15px;
  }
}

.upload-btn-wrapper {
  position: relative;
  border: 2px solid #d5d5d5;
  background-color: #fafafa;
  padding: 15px 0px 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.upload-btn-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-btn-wrapper > div .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  text-align: center;
}

.upload-btn-wrapper > div .icon i {
  font-size: 22px;
  color: #d5d5d5;
}

.upload-btn-wrapper > div .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  padding-right: 30px;
}

.upload-btn-wrapper > div .text span {
  width: 100%;
  display: block;
}

.upload-btn-wrapper > div .text .title {
  font-weight: 700;
  font-size: 12px;
}

.upload-btn-wrapper > div .text .n-text {
  font-size: 10px;
  line-height: 1.6;
  color: #3d3d3d;
}

.upload-btn-wrapper .upload-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.impo-note .note {
  font-weight: 700;
  font-size: 14px;
  color: #ff6565;
  margin-bottom: 4px;
}

.impo-note .sub-note {
  font-size: 14px;
  line-height: 1.2;
}

.list-inline li {
  display: inline-block;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes opacity_70100 {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity_70100 {
  0% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes oneZero {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }
  50% {
    width: 0%;
    left: auto;
    right: 0;
  }
  51% {
    width: 0%;
    left: 0;
    right: auto;
  }
  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@keyframes oneZero {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }
  50% {
    width: 0%;
    left: auto;
    right: 0;
  }
  51% {
    width: 0%;
    left: 0;
    right: auto;
  }
  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation: fadeIn .25s linear;
  animation: fadeIn .25s linear;
}

@-webkit-keyframes train-active-1 {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  25% {
    height: 12px;
    width: 12px;
    opacity: .75;
  }
  50% {
    height: 18px;
    width: 18px;
    opacity: .5;
  }
  75% {
    height: 23px;
    width: 23px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes train-active-1 {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  25% {
    height: 12px;
    width: 12px;
    opacity: .75;
  }
  50% {
    height: 18px;
    width: 18px;
    opacity: .5;
  }
  75% {
    height: 23px;
    width: 23px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes train-active-2 {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  25% {
    height: 18px;
    width: 18px;
    opacity: .75;
  }
  50% {
    height: 28px;
    width: 28px;
    opacity: .5;
  }
  75% {
    height: 37px;
    width: 37px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes train-active-2 {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  25% {
    height: 18px;
    width: 18px;
    opacity: .75;
  }
  50% {
    height: 28px;
    width: 28px;
    opacity: .5;
  }
  75% {
    height: 37px;
    width: 37px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .row .col {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.clearfix:after, .post-details:after, .alignleft:after, .alignright:after {
  display: block;
  content: "";
  clear: both;
}

.farcry {
  min-height: 250px;
}

.w-100 {
  width: 100%;
}

.space-10 > *:not(:last-child) {
  margin-right: 10px;
}

.z-index-9 {
  z-index: 9;
}

.bor-tr-0 {
  border-top-right-radius: 0;
}

.bor-tl-0 {
  border-top-left-radius: 0;
}

table.tp--table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}

table.tp--table tr th, table.tp--table tr td {
  padding: 13px 0px;
}

table.tp--table tr th:first-child, table.tp--table tr td:first-child {
  padding-left: 30px;
}

table.tp--table tr th:last-child, table.tp--table tr td:last-child {
  padding-right: 15px;
}

table.tp--table tr th {
  background-color: #E4F2FF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}

table.tp--table tr td {
  background-color: #fafafa;
  font-size: 14px;
  line-height: 1.57143;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #70BCFF !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #021F94 !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px !important;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav li:not(:last-child) {
  margin-right: 18px;
}

.breadcrumb-text .nav li {
  position: relative;
}

.breadcrumb-text .nav li:not(:last-child):after {
  content: "/";
  margin-left: 4px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb-text .nav li a {
  color: #fff;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Wp Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.bypostauthor {
  display: block;
}

/* ************************
   2.2 Reboot
   ********************* */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #D5D5D5;
}

::-moz-placeholder {
  color: #D5D5D5;
}

:-ms-input-placeholder {
  color: #D5D5D5;
}

::-ms-input-placeholder {
  color: #D5D5D5;
}

::placeholder {
  color: #D5D5D5;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
  word-break: break-word;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
  padding: 20px 90px;
  text-decoration: underline;
  font-size: 18px;
  font-style: italic;
}

blockquote cite {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.15;
  font-style: normal;
  position: relative;
  margin-top: 15px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

blockquote cite:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 3px;
  width: 10px;
  background-color: #3b3b3b;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: .15s ease-in;
  -o-transition: .15s ease-in;
  transition: .15s ease-in;
}

a:hover {
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

code {
  background-color: #f0f0f0;
  color: red;
  padding: 2px 6px 4px 4px;
  border-radius: 3px;
}

kbd {
  font-weight: bold;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

pre {
  border: 1px solid;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1.6em;
}

figure {
  margin: 0 0 1rem;
}

figure figcaption {
  font-size: 12px;
  line-height: 1.5;
  color: #9e9e9e;
  margin-top: 15px;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button {
  text-transform: none;
}

select {
  text-transform: none;
  word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: none;
  min-height: 200px;
}

@media only screen and (max-width: 1199px) {
  textarea {
    min-height: 100px;
  }
}

textarea.theme-input-style {
  min-height: 120px;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

table {
  width: 100%;
}

table tr th {
  border: 1px solid #f6f6f6;
  font-size: 14px;
  font-weight: 700;
}

table tr td {
  border: 1px solid #f6f6f6 !important;
}

table tr th, table tr td {
  padding: 18px;
}

/* ************************
   2.3 Grid
   ********************* */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (min-width: 992px) {
  .gutters-40 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutters-40 > .col, .gutters-40 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .fixed--form, .fixed--form-top, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3, .fixed--form, .fixed--form-top {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .entry-footer, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .entry-footer, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* ************************
   2.1 Icon Dropdown
   ********************* */
.icon-dropdown {
  position: relative;
}

.icon-dropdown:hover .dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.icon-dropdown .icon {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #3d3d3d;
  border-radius: 50px;
  cursor: pointer;
}

.icon-dropdown .icon i {
  color: #3d3d3d;
}

.icon-dropdown .dropdown {
  position: absolute;
  top: 1000%;
  right: 0;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  z-index: 9;
  padding-top: 10px;
  -webkit-transition: -webkit-transform .25s ease-in;
  transition: -webkit-transform .25s ease-in;
  -o-transition: transform .25s ease-in;
  transition: transform .25s ease-in;
  transition: transform .25s ease-in, -webkit-transform .25s ease-in;
}

.icon-dropdown .dropdown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 10px);
  width: 100%;
  z-index: -1;
  background-color: #fff;
}

.icon-dropdown .dropdown ul li a {
  display: block;
  padding: 13px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.146;
}

.icon-dropdown .dropdown ul li a:hover {
  background-color: #E4F2FF;
  color: inherit;
}

/* ************************
   2.2 Widget
   ********************* */
.triplan-widget {
  margin-bottom: 55px;
}

@media only screen and (max-width: 480px) {
  .triplan-widget {
    margin-bottom: 35px;
  }
}

.triplan-widget .title {
  margin-top: -7px;
  margin-bottom: 31px;
}

@media only screen and (max-width: 480px) {
  .triplan-widget .title {
    margin-bottom: 16px;
  }
}

.triplan-widget .title h3 {
  font-size: 20px;
  line-height: 1.4;
}

.triplan-widget ul li {
  margin-bottom: 18px;
}

.triplan-widget ul li a {
  font-size: 16px;
  line-height: 1.75;
  color: #3d3d3d;
}

.widget:not(:last-child) {
  margin-bottom: 60px;
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget ul ul {
  padding-left: 15px;
  margin-top: 20px;
}

.widget ul ul ul ul {
  padding: 0;
}

.widget select {
  max-width: 100%;
  height: 40px;
  width: 100%;
  border: none;
  padding: 0 15px;
  background-color: #AAD7FF;
  color: #fff;
}

.widget .post-title {
  line-height: 1.375;
  margin-bottom: 2px;
}

.widget:not(.widget_recent_entries):not(.widget_recent_comments):not(.widget_rss) ul li {
  position: relative;
  padding-left: 15px;
}

.widget:not(.widget_recent_entries):not(.widget_recent_comments):not(.widget_rss) ul li a {
  display: inline-block;
  margin-right: 10px;
  color: #8d8d8d;
}

.widget:not(.widget_recent_entries):not(.widget_recent_comments):not(.widget_rss) ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  height: 2px;
  width: 7px;
  background-color: #3b3b3b;
}

.widget:not(.widget_recent_entries):not(.widget_recent_comments):not(.widget_rss) ul li:not(:last-child) {
  margin-bottom: 18px;
}

.widget.widget_search .form-btn.icon i {
  font-size: 19px;
}

.widget .widget_title {
  line-height: 1;
  margin-bottom: 24px;
  font-size: 20px;
}

.widget.widget_recent_entries ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
}

.widget.widget_recent_entries ul li:not(:last-child) {
  margin-bottom: 10px;
}

.widget.widget_recent_entries .post-summary .posted-on a {
  font-size: 12px;
  color: #8d8d8d;
}

.widget.widget_recent_entries .post-summary .post-excerpt {
  margin-top: 7px;
  font-size: 14px;
}

.widget.widget_recent_entries.has_thumb li .post_thumb {
  min-width: 80px;
  margin-right: 20px;
  width: 80px;
}

.widget.widget_recent_comments li:not(:last-child), .widget.widget_recent_entries li:not(:last-child), .widget.widget_rss li:not(:last-child) {
  margin-bottom: 20px;
}

.widget.widget_recent_comments li a, .widget.widget_recent_entries li a, .widget.widget_rss li a {
  font-weight: 700;
}

.widget .rss-date {
  font-size: 12px;
}

.widget .rssSummary {
  font-size: 14px;
  margin: 5px 0;
}

.widget.widget_tag_cloud .tagcloud {
  margin-right: -20px;
  margin-bottom: -10px;
}

.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #8d8d8d;
}

.widget.widget_calendar table {
  width: 100%;
  background-color: #FFFBF9;
}

.widget.widget_calendar table caption {
  padding: 5px 10px;
  caption-side: top;
  font-weight: 700;
  color: #fff;
}

.widget.widget_calendar table th {
  background-color: #AAD7FF;
  border: none;
  color: #fff;
}

.widget.widget_calendar table td {
  background-color: #FFFFFF;
  border: 1px solid #FFFBF9;
}

.widget.widget_calendar table th, .widget.widget_calendar table td {
  text-align: center;
  padding: 5px 0;
}

.footer .triplan-widget ul li {
  padding-left: 0 !important;
}

.footer .triplan-widget ul li:after {
  display: none;
}

/* ************************
   2.3 Input Style
   ********************* */
.triplan-input-wrapper {
  margin-bottom: 30px;
}

.triplan-input-wrapper:focus-within label {
  color: #AAD7FF;
}

@media only screen and (max-width: 1199px) {
  .triplan-input-wrapper {
    margin-bottom: 30px;
  }
}

label, .label {
  font-size: 14px;
  line-height: 1.142;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

label .tip, .label .tip {
  font-size: 12px;
  color: #d5d5d5;
  margin-left: 10px;
  font-weight: 400;
  line-height: 1.5;
}

label .required, .label .required {
  font-size: 14px;
  line-height: 1;
  color: #ff5353;
  margin-left: 2px;
}

.triplan-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #9E9E9E;
}

.triplan-input:hover .tip-note {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .35s linear;
  -o-transition: .35s linear;
  transition: .35s linear;
}

.triplan-input.flex-row-reverse .form-btn {
  padding-left: 0;
  padding-right: 10px;
}

.triplan-input .input, .triplan-input .t-check-in, .triplan-input .t-check-out {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 0px;
  width: 1%;
  background-color: transparent;
  font-size: 24px;
  line-height: 1.375;
  padding-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .triplan-input .input, .triplan-input .t-check-in, .triplan-input .t-check-out {
    font-size: 20px;
  }
}

@media only screen and (max-width: 380px) {
  .triplan-input .input, .triplan-input .t-check-in, .triplan-input .t-check-out {
    font-size: 16px;
  }
}

.triplan-input .t-check-in label, .triplan-input .t-check-out label {
  margin-bottom: 0;
  font-size: 24px;
  color: #d5d5d5;
}

.triplan-input .t-check-in .t-date-check-in, .triplan-input .t-check-in .t-date-check-out, .triplan-input .t-check-out .t-date-check-in, .triplan-input .t-check-out .t-date-check-out {
  height: 34px;
}

@media only screen and (max-width: 575px) {
  .triplan-input .t-check-in .t-date-check-in, .triplan-input .t-check-in .t-date-check-out, .triplan-input .t-check-out .t-date-check-in, .triplan-input .t-check-out .t-date-check-out {
    height: auto;
  }
}

.triplan-input .form-btn {
  background-color: transparent;
  border: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.285;
  color: #8d8d8d;
  padding: 2px 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  -webkit-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
}

.triplan-input .form-btn.icon {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding-left: 0;
  margin-bottom: 5px;
}

.triplan-input .tip-note {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  min-height: 130px;
  min-width: 215px;
  background-color: #F2F2F2;
  border-radius: 5px;
  margin-right: 21px;
  opacity: 0;
  visibility: hidden;
}

.triplan-input .tip-note-wrap {
  padding: 10px 15px;
  background-color: #fafafa;
  font-size: 12px;
  line-height: 1.3;
}

.triplan-input .tip-note:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #fafafa;
}

.triplan-checkbox {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .triplan-checkbox {
    margin-bottom: 20px;
  }
}

.triplan-checkbox:not(:last-child) {
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .triplan-checkbox:not(:last-child) {
    margin-right: 20px;
  }
}

.triplan-checkbox input[type=checkbox], .triplan-checkbox input[type="radio"] {
  display: none;
}

.triplan-checkbox input[type=checkbox] + label, .triplan-checkbox input[type="radio"] + label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: -2px;
}

.triplan-checkbox input[type=checkbox] + label:before, .triplan-checkbox input[type="radio"] + label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #70BCFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 2px;
  padding-top: 1px;
  color: transparent;
}

.triplan-checkbox input[type=checkbox]:checked + label:before, .triplan-checkbox input[type="radio"]:checked + label:before {
  color: #021F94;
}

.checkbox-group .triplan-checkbox label:before {
  padding-top: 0px !important;
}

.triplan-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

.triplan-info-title i {
  font-size: 14px;
  line-height: 18px;
  color: #56b0ff;
  margin-right: 7px;
}

.triplan-info-title span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.triplan-info-desc p {
  font-size: 12px;
  line-height: 1.5;
  color: #9e9e9e;
}

.tp--login-text {
  font-size: 14px;
  line-height: 1.57143;
}

.tp--login-text p {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 1.71429;
}

.tp--login-text a {
  position: relative;
}

.tp--login-text a:hover:before {
  -webkit-animation: oneZero .5s linear forwards;
  animation: oneZero .5s linear forwards;
}

.tp--login-text a:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  width: 100%;
}

.input-title-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-top: -8px;
  margin-bottom: 16px;
}

.visa-form-input-wrap {
  background-color: #fff;
}

.visa-form-input-wrap .visa-form-inner-space {
  padding: 40px 75px 125px 40px;
}

@media only screen and (max-width: 1199px) {
  .visa-form-input-wrap .visa-form-inner-space {
    padding: 40px 30px 125px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .visa-form-input-wrap .visa-form-inner-space {
    padding-bottom: 40px;
  }
}

.visa-form-input-wrap .visa-form-inner-space .triplan-input-wrapper {
  margin-bottom: 38px;
}

.triplan-input-space .triplan-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.triplan-input-space .triplan-input:not(:last-child) {
  margin-right: 20px;
}

.theme-input-style, .entry-content select,
.comment-content select,
.page--content select {
  border: none;
  display: block;
  border-bottom: 1px solid #9E9E9E;
  width: 100%;
  height: 50px;
}

/* ************************
   2.4 Cards
   ********************* */
.triplan-card, .single-blog-item {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.triplan-card.sticky, .single-blog-item.sticky {
  border: 3px dotted #70BCFF;
}

.triplan-card .blog-video, .single-blog-item .blog-video {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.triplan-card .blog-video iframe, .single-blog-item .blog-video iframe {
  max-width: 100%;
}

.triplan-card .thumbnail, .triplan-card .blog-image, .single-blog-item .thumbnail, .single-blog-item .blog-image {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.triplan-card .thumbnail img, .triplan-card .blog-image img, .single-blog-item .thumbnail img, .single-blog-item .blog-image img {
  border-radius: 20px;
  width: 100%;
}

.triplan-card .info, .triplan-card .blog-content, .single-blog-item .info, .single-blog-item .blog-content {
  padding: 30px;
}

.triplan-card .info .place span, .triplan-card .blog-content .place span, .single-blog-item .info .place span, .single-blog-item .blog-content .place span {
  font-weight: 700;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 1.25;
}

.triplan-card .info .title h3, .triplan-card .blog-content .title h3, .single-blog-item .info .title h3, .single-blog-item .blog-content .title h3 {
  font-size: 18px;
  line-height: 1.33;
  color: #3d3d3d;
  word-break: break-word;
  font-weight: 500;
}

.triplan-card .info .title h3 a, .triplan-card .blog-content .title h3 a, .single-blog-item .info .title h3 a, .single-blog-item .blog-content .title h3 a {
  color: inherit;
}

.triplan-card .info .price-duration, .triplan-card .blog-content .price-duration, .single-blog-item .info .price-duration, .single-blog-item .blog-content .price-duration {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.285;
  color: #8d8d8d;
  font-weight: 500;
}

.triplan-card .info .price-duration .price, .triplan-card .blog-content .price-duration .price, .single-blog-item .info .price-duration .price, .single-blog-item .blog-content .price-duration .price {
  font-size: 20px;
  line-height: 1.2;
  color: #3d3d3d;
  font-weight: 700;
}

.triplan-card .info .description, .triplan-card .blog-content .description, .single-blog-item .info .description, .single-blog-item .blog-content .description {
  padding: 6px 0px;
}

.triplan-card .info .description p, .triplan-card .blog-content .description p, .single-blog-item .info .description p, .single-blog-item .blog-content .description p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #8d8d8d;
}

.triplan-card .info .description p:last-child, .triplan-card .blog-content .description p:last-child, .single-blog-item .info .description p:last-child, .single-blog-item .blog-content .description p:last-child {
  margin-bottom: 0;
}

.triplan-card .info .price-only, .triplan-card .blog-content .price-only, .single-blog-item .info .price-only, .single-blog-item .blog-content .price-only {
  font-size: 14px;
  line-height: 1.575;
}

.triplan-card .info .price-only span, .triplan-card .blog-content .price-only span, .single-blog-item .info .price-only span, .single-blog-item .blog-content .price-only span {
  font-weight: 700;
  margin-left: 9px;
}

.triplan-card .info .price-only.style-2 div, .triplan-card .blog-content .price-only.style-2 div, .single-blog-item .info .price-only.style-2 div, .single-blog-item .blog-content .price-only.style-2 div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #8d8d8d;
}

.triplan-card .info .properties span, .triplan-card .blog-content .properties span, .single-blog-item .info .properties span, .single-blog-item .blog-content .properties span {
  font-size: 14px;
  line-height: 1.475;
  font-weight: 400;
}

.triplan-card .info .rating, .triplan-card .blog-content .rating, .single-blog-item .info .rating, .single-blog-item .blog-content .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.triplan-card .info .rating .stars, .triplan-card .info .rating .text, .triplan-card .blog-content .rating .stars, .triplan-card .blog-content .rating .text, .single-blog-item .info .rating .stars, .single-blog-item .info .rating .text, .single-blog-item .blog-content .rating .stars, .single-blog-item .blog-content .rating .text {
  display: inline-block;
}

.triplan-card .info .rating .stars i, .triplan-card .blog-content .rating .stars i, .single-blog-item .info .rating .stars i, .single-blog-item .blog-content .rating .stars i {
  color: #FFE539;
  font-size: 14px;
  line-height: 16px;
}

.triplan-card .info .rating .text, .triplan-card .blog-content .rating .text, .single-blog-item .info .rating .text, .single-blog-item .blog-content .rating .text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  margin-left: 6px;
}

.triplan-card .info .date, .triplan-card .info .blog-meta, .triplan-card .blog-content .date, .triplan-card .blog-content .blog-meta, .single-blog-item .info .date, .single-blog-item .info .blog-meta, .single-blog-item .blog-content .date, .single-blog-item .blog-content .blog-meta {
  color: #8d8d8d;
}

.triplan-card .info .date a, .triplan-card .info .blog-meta a, .triplan-card .blog-content .date a, .triplan-card .blog-content .blog-meta a, .single-blog-item .info .date a, .single-blog-item .info .blog-meta a, .single-blog-item .blog-content .date a, .single-blog-item .blog-content .blog-meta a {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  line-height: 1.14;
  font-weight: 700;
}

.triplan-card .info .stays ul li, .triplan-card .blog-content .stays ul li, .single-blog-item .info .stays ul li, .single-blog-item .blog-content .stays ul li {
  display: inline-block;
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 500;
  line-height: 1.28571;
}

.triplan-card .info .stays ul li:not(:last-child), .triplan-card .blog-content .stays ul li:not(:last-child), .single-blog-item .info .stays ul li:not(:last-child), .single-blog-item .blog-content .stays ul li:not(:last-child) {
  margin-right: 15px;
}

.triplan-card .info .stays ul li span, .triplan-card .blog-content .stays ul li span, .single-blog-item .info .stays ul li span, .single-blog-item .blog-content .stays ul li span {
  color: #3d3d3d;
  font-weight: 700;
  margin-right: 4px;
}

.triplan-card .info .rent, .triplan-card .blog-content .rent, .single-blog-item .info .rent, .single-blog-item .blog-content .rent {
  font-size: 14px;
  font-weight: 700;
}

.triplan-card .info .rent span, .triplan-card .blog-content .rent span, .single-blog-item .info .rent span, .single-blog-item .blog-content .rent span {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28571;
}

.triplan-card .info .rent span:last-child, .triplan-card .blog-content .rent span:last-child, .single-blog-item .info .rent span:last-child, .single-blog-item .blog-content .rent span:last-child {
  margin-left: 3px;
}

.triplan-card .info .rent .sst, .triplan-card .blog-content .rent .sst, .single-blog-item .info .rent .sst, .single-blog-item .blog-content .rent .sst {
  margin-right: 4px;
}

.triplan-card.place, .single-blog-item.place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  color: inherit;
  -webkit-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
  min-width: 400px;
}

.triplan-card.place:hover .info, .single-blog-item.place:hover .info {
  color: #fff;
}

.triplan-card.place:hover .info .title h3, .single-blog-item.place:hover .info .title h3 {
  color: #fff;
}

.triplan-card.place:hover .info .place span, .single-blog-item.place:hover .info .place span {
  color: #fff;
}

.triplan-card.place:hover .info .stays, .single-blog-item.place:hover .info .stays {
  color: #fff;
}

.triplan-card.place:hover .info .stays *, .single-blog-item.place:hover .info .stays * {
  color: #fff;
}

.triplan-card.place:hover .info .rent, .single-blog-item.place:hover .info .rent {
  color: #fff;
}

.triplan-card.place:hover .info .rent span, .single-blog-item.place:hover .info .rent span {
  color: #fff;
}

.triplan-card.place:hover .info *, .single-blog-item.place:hover .info * {
  color: #fff;
}

.triplan-card.place .thumbnail img, .single-blog-item.place .thumbnail img {
  border-radius: 20px;
  max-width: 115px;
}

.triplan-card.place .info, .single-blog-item.place .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  padding: 25px 30px;
}

.triplan-card.place .info .place span, .single-blog-item.place .info .place span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.146;
  color: #8d8d8d;
}

.triplan-card.place .info .title h3, .single-blog-item.place .info .title h3 {
  color: #3d3d3d;
  font-size: 24px;
  line-height: 1.375;
  font-weight: 600;
}

.triplan-card.place .info .title.style-2 h3, .single-blog-item.place .info .title.style-2 h3 {
  font-size: 18px;
  font-weight: 400;
}

.triplan-card.place .info .properties span, .single-blog-item.place .info .properties span {
  font-size: 14px;
  line-height: 1.475;
  font-weight: 400;
}

.triplan-card.place .info .price-duration, .single-blog-item.place .info .price-duration {
  margin-bottom: 6px;
}

.triplan-card.place.style-2, .single-blog-item.place.style-2 {
  max-width: 405px;
}

.triplan-card.place.style-3, .single-blog-item.place.style-3 {
  max-width: 405px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.triplan-card.place.style-3 .thumbnail, .single-blog-item.place.style-3 .thumbnail {
  z-index: 1;
}

.triplan-card.place.style-3 .info, .single-blog-item.place.style-3 .info {
  padding: 15px 25px;
  margin-left: -5px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: .1s linear;
  -o-transition: .1s linear;
  transition: .1s linear;
}

.triplan-card.place.style-3 .info *, .triplan-card.place.style-3 .info .title *, .triplan-card.place.style-3 .info .place *, .single-blog-item.place.style-3 .info *, .single-blog-item.place.style-3 .info .title *, .single-blog-item.place.style-3 .info .place * {
  color: #ffffff;
  -webkit-transition: .1s linear;
  -o-transition: .1s linear;
  transition: .1s linear;
}

.triplan-card.place.style-3:hover .info, .single-blog-item.place.style-3:hover .info {
  background-color: #fff;
}

.triplan-card.place.style-3:hover .info .place *, .single-blog-item.place.style-3:hover .info .place * {
  color: #8d8d8d;
}

.triplan-card.special-offer .info, .single-blog-item.special-offer .info {
  padding: 20px 20px 23px 20px;
}

.triplan-card.special-offer .info .rating, .single-blog-item.special-offer .info .rating {
  padding-bottom: 8px;
}

.triplan-card.special-offer .info .title h3, .single-blog-item.special-offer .info .title h3 {
  font-weight: 400;
}

.triplan-card.special-offer .info .stays, .single-blog-item.special-offer .info .stays {
  padding-bottom: 4px;
}

.triplan-card.special-offer-2, .single-blog-item.special-offer-2 {
  color: #fff;
  padding: 30px;
  display: block;
  min-width: 260px;
}

.triplan-card.special-offer-2 .title h3 a, .single-blog-item.special-offer-2 .title h3 a {
  font-size: 18px;
  color: #fff;
  line-height: 1.33333;
}

.triplan-card.special-offer-2 .price .big, .single-blog-item.special-offer-2 .price .big {
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.41667;
}

.triplan-card.special-offer-2 .price .text, .single-blog-item.special-offer-2 .price .text {
  font-size: 14px;
  opacity: .5;
  display: block;
  line-height: 1.71429;
}

.triplan-card.special-offer-3, .single-blog-item.special-offer-3 {
  min-width: 230px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.triplan-card.special-offer-3 .price .big, .single-blog-item.special-offer-3 .price .big {
  font-size: 24px;
  display: block;
  font-weight: 700;
  line-height: 1.41667;
}

.triplan-card.special-offer-3 .price .text, .single-blog-item.special-offer-3 .price .text {
  font-size: 14px;
  opacity: .5;
  display: block;
  line-height: 1.71429;
}

.triplan-card.special-offer-4, .single-blog-item.special-offer-4 {
  min-width: 230px;
}

.triplan-card.special-offer-4 *, .single-blog-item.special-offer-4 * {
  color: #fff;
}

.triplan-card.special-offer-4 .title h3, .triplan-card.special-offer-4 .stays ul li, .triplan-card.special-offer-4 .stays ul li span, .single-blog-item.special-offer-4 .title h3, .single-blog-item.special-offer-4 .stays ul li, .single-blog-item.special-offer-4 .stays ul li span {
  color: #fff;
}

.triplan-card.w-400, .single-blog-item.w-400 {
  min-width: 400px;
}

.triplan-card.offer-category .info, .single-blog-item.offer-category .info {
  padding: 25px 16px 25px 20px;
}

.triplan-card.offer-category .info .title h3, .single-blog-item.offer-category .info .title h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.triplan-card.blog .info, .single-blog-item.blog .info {
  padding: 32px 30px 36px 30px;
}

.triplan-card.blog .info .date, .single-blog-item.blog .info .date {
  margin-bottom: 12px;
}

.triplan-card.blog .info .description, .single-blog-item.blog .info .description {
  margin-bottom: 4px;
}

.triplan-card.single-deal, .single-blog-item.single-deal {
  display: block;
}

.triplan-card.single-deal .info, .single-blog-item.single-deal .info {
  position: relative;
  padding: 30px 30px 34px 30px;
}

.triplan-card.single-deal .title, .single-blog-item.single-deal .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33333;
}

.triplan-card.single-deal .title .to, .single-blog-item.single-deal .title .to {
  font-weight: 500;
  font-size: 16px;
  color: #8d8d8d;
}

.triplan-card.single-deal .date, .single-blog-item.single-deal .date {
  font-weight: 400;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 1.71429;
  margin-bottom: 14px;
}

.triplan-card.single-deal .ticket-info .trans-pack-class span, .single-blog-item.single-deal .ticket-info .trans-pack-class span {
  font-size: 14px;
  white-space: nowrap;
  display: block;
  font-weight: 600;
  line-height: 1.57143;
}

.triplan-card.single-deal .ticket-info .trans-pack-class span:not(:last-child), .single-blog-item.single-deal .ticket-info .trans-pack-class span:not(:last-child) {
  margin-right: 20px;
}

.triplan-card.single-deal .ticket-info .trans-pack-class ul li:first-child, .single-blog-item.single-deal .ticket-info .trans-pack-class ul li:first-child {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.triplan-card.single-deal .ticket-info .trans-pack-class ul li:first-child i, .single-blog-item.single-deal .ticket-info .trans-pack-class ul li:first-child i {
  font-size: 13px;
  line-height: 16px;
  color: #d5d5d5;
  margin-right: 5px;
}

.triplan-card.single-deal .ticket-info .trans-pack-class ul li .rating i, .single-blog-item.single-deal .ticket-info .trans-pack-class ul li .rating i {
  font-size: 12px;
  line-height: 22px;
}

.triplan-card.single-deal .ticket-info .price-duration .price, .single-blog-item.single-deal .ticket-info .price-duration .price {
  font-weight: 700;
  font-size: 24px;
  display: block;
  line-height: 1.41667;
}

.triplan-card.single-deal .ticket-info .price-duration span, .single-blog-item.single-deal .ticket-info .price-duration span {
  white-space: nowrap;
  text-align: right;
}

.triplan-card.single-deal.train .info, .single-blog-item.single-deal.train .info {
  padding-bottom: 30px;
}

.triplan-card.single-deal.train .title, .single-blog-item.single-deal.train .title {
  margin-bottom: 5px;
}

.triplan-card.single-deal.train .ticket-info .trans-pack-class span, .single-blog-item.single-deal.train .ticket-info .trans-pack-class span {
  font-weight: 400;
}

.triplan-card.single-deal.train .ticket-info .trans-pack-class ul li, .single-blog-item.single-deal.train .ticket-info .trans-pack-class ul li {
  color: #8d8d8d;
}

.triplan-card.single-deal.train .ticket-info .trans-pack-class ul li:not(:last-child), .single-blog-item.single-deal.train .ticket-info .trans-pack-class ul li:not(:last-child) {
  margin-bottom: 3px;
}

.triplan-card.single-deal.train .ticket-info .trans-pack-class .abl-days span, .single-blog-item.single-deal.train .ticket-info .trans-pack-class .abl-days span {
  margin-right: 8px;
  margin-bottom: 0;
}

.triplan-card.single-deal.train .ticket-info .trans-pack-class .abl-days div span, .single-blog-item.single-deal.train .ticket-info .trans-pack-class .abl-days div span {
  margin-right: 4px;
  margin-bottom: 0;
  font-weight: 700;
}

.triplan-card.single-deal.train .ticket-info .trans-pack-class .abl-days div span.not-abl, .single-blog-item.single-deal.train .ticket-info .trans-pack-class .abl-days div span.not-abl {
  color: #d5d5d5;
}

.triplan-card.single-deal.train .ticket-info .price-duration, .single-blog-item.single-deal.train .ticket-info .price-duration {
  margin-top: -4px;
  margin-bottom: 0;
}

.triplan-card.single-deal.train .ticket-info .price-duration .price, .single-blog-item.single-deal.train .ticket-info .price-duration .price {
  margin-left: 4px;
}

.rating .stars, .rating .text {
  display: inline-block;
}

.rating .stars i {
  color: #FFE539;
  font-size: 14px;
  line-height: 16px;
}

.rating .text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  margin-left: 6px;
}

.price-duration {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.285;
  color: #8d8d8d;
  font-weight: 500;
}

.price-duration .price {
  font-size: 20px;
  line-height: 1.2;
  color: #3d3d3d;
  font-weight: 700;
}

.triplan-small-card {
  padding: 18px 20px;
  background-color: #fafafa;
  display: inline-block;
  min-width: 260px;
  margin-right: 30px;
}

.triplan-small-card:not(:last-child) {
  margin-bottom: 30px;
}

.triplan-small-card .title {
  font-size: 14px;
  color: #aad7ff;
  margin-bottom: 4px;
}

.triplan-small-card .date {
  font-size: 24px;
  margin-bottom: 4px;
}

.triplan-small-card .time-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.triplan-small-card .time-wrapper .day, .triplan-small-card .time-wrapper .time {
  font-size: 14px;
  line-height: 18px;
  color: #8d8d8d;
  font-weight: 500;
}

.triplan-small-card .time-wrapper .day {
  margin-right: 18px;
}

.pricing-card {
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .pricing-card {
    margin-bottom: 40px;
  }
}

.pricing-card:not(:last-child) {
  margin-bottom: 40px;
}

.pricing-card .card-header {
  min-height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  background-color: #E4F2FF;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.41667;
}

.pricing-card .card-info {
  padding: 34px 30px 40px 30px;
  background-color: #FAFAFA;
}

@media only screen and (max-width: 1199px) {
  .pricing-card .card-info {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .pricing-card .card-info .card-info-item {
    border-right: 1px solid #e5e5e5;
  }
  .pricing-card .card-info .card-info-item:nth-child(3n) {
    border-right: 1px solid transparent;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-card .card-info .card-info-item {
    border-right: 0px;
  }
}

.pricing-card .card-info .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.pricing-card .card-info .pricing-card-list {
  margin-bottom: 24px;
}

.pricing-card .card-info .pricing-card-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
}

.pricing-card .card-info .pricing-card-list li .price-for {
  font-size: 14px;
  line-height: 1.57143;
}

.pricing-card .card-info .pricing-card-list li .price-for.colored {
  font-weight: 700;
  font-size: 14px;
}

.pricing-card .card-info .pricing-card-list li .price-for span {
  color: #9e9e9e;
}

.pricing-card .card-info .pricing-card-list li .price-for span.note {
  font-size: 10px;
  line-height: 1.8;
  color: #9e9e9e;
  display: block;
}

.pricing-card .card-info .pricing-card-list li .price-for .seat-dollar {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 1.5;
}

.pricing-card .card-info .pricing-card-list li > span {
  font-weight: 700;
  font-size: 14px;
}

.pricing-card .card-info .pricing-card-list.bold li {
  font-weight: 700;
  font-size: 14px;
}

.pricing-card .card-info .pricing-card-list.bold li .for-price span {
  font-size: 12px;
  line-height: 1.5;
  color: #9e9e9e;
}

.pricing-card .card-info .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .pricing-card .card-info .total-price {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
  }
}

.pricing-card .card-info .total-price .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33333;
}

.pricing-card .card-info .total-price .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.41667;
}

.pricing-card .card-info .triplan-checkbox {
  margin-right: 20px;
}

.pricing-card .card-info .triplan-checkbox:not(:last-child) {
  margin-bottom: 30px;
}

.pricing-card .card-info .triplan-checkbox label {
  position: relative;
  padding-left: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-card .card-info .triplan-checkbox label:before {
  position: absolute;
  top: 0;
  left: 0;
}

.pricing-card .card-info .triplan-checkbox label span {
  width: calc(100%);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% + 20px);
  flex: 0 0 calc(100% + 20px);
  margin-bottom: 8px;
}

.pricing-card .card-info .triplan-checkbox label span.label-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57143;
}

.pricing-card .card-info .triplan-checkbox label a {
  font-weight: 400;
  font-size: 14px;
}

.room-dropdown-card {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  display: none;
}

.room-dropdown-card .room-item-selected .room-item {
  background-color: #fafafa;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.room-dropdown-card .room-item-selected .room-item:nth-child(2n) {
  background-color: #fff;
}

.room-dropdown-card .room-item-selected .room-item .count-side .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
}

.room-dropdown-card .room-item-selected .room-item .count span {
  font-size: 14px;
}

.room-dropdown-card .room-item-selected .room-item .customize span {
  font-size: 14px;
  cursor: pointer;
}

.room-dropdown-card .room-item-selected .room-item .customize span:not(:first-child) {
  margin-left: 6px;
}

.room-dropdown-card .room-item-selected .room-item .customize span.remove {
  color: #e74c3c;
}

.room-dropdown-card .room-item-select ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: .15s ease-in;
  -o-transition: .15s ease-in;
  transition: .15s ease-in;
}

.room-dropdown-card .room-item-select ul li:hover, .room-dropdown-card .room-item-select ul li.active {
  color: #fff;
}

.room-dropdown-card .room-item-select .header {
  min-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px;
  color: #fff;
  font-weight: 700;
}

.room-dropdown-card .room-item-select .header span {
  display: inline-block;
  margin-left: 6px;
}

.room-dropdown-card .room-item-select .body {
  background-color: #fafafa;
  padding: 30px 15px;
}

.room-dropdown-card .room-item-select .body .wrap:not(:last-child) {
  margin-bottom: 25px;
}

.room-dropdown-card .room-item-select .body .wrap .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.room-dropdown-card .room-item-select .body .wrap .title span {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.5;
  display: inline-block;
  margin-left: 6px;
}

.room-dropdown-card .room-item-select .body .wrap .triplan-input-wrapper {
  width: 35px;
  display: inline-block;
}

.room-dropdown-card .room-item-select .body .wrap .triplan-input-wrapper:not(:last-child) {
  margin-right: 11px;
}

.room-dropdown-card .room-item-select .body .wrap .triplan-input-wrapper .input {
  font-weight: 700;
  font-size: 16px;
}

.room-dropdown-card .room-item-select .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
}

.room-dropdown-card .room-item-select .footer .triplan-btn, .room-dropdown-card .room-item-select .footer .entry-content .wp-block-search .wp-block-search__button, .entry-content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button,
.room-dropdown-card .room-item-select .footer .comment-content .wp-block-search .wp-block-search__button, .comment-content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button,
.room-dropdown-card .room-item-select .footer .page--content .wp-block-search .wp-block-search__button, .page--content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button {
  width: 100%;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}

.room-dropdown-card .room-item-select .footer .triplan-btn i, .room-dropdown-card .room-item-select .footer .entry-content .wp-block-search .wp-block-search__button i, .entry-content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button i, .room-dropdown-card .room-item-select .footer .comment-content .wp-block-search .wp-block-search__button i, .comment-content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button i, .room-dropdown-card .room-item-select .footer .page--content .wp-block-search .wp-block-search__button i, .page--content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button i {
  margin-right: 4px;
}

.room-dropdown-card .room-item-select .footer .triplan-btn:first-child, .room-dropdown-card .room-item-select .footer .entry-content .wp-block-search .wp-block-search__button:first-child, .entry-content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button:first-child,
.room-dropdown-card .room-item-select .footer .comment-content .wp-block-search .wp-block-search__button:first-child, .comment-content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button:first-child,
.room-dropdown-card .room-item-select .footer .page--content .wp-block-search .wp-block-search__button:first-child, .page--content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button:first-child {
  border-bottom-left-radius: 10px;
  margin-right: 1px;
}

.room-dropdown-card .room-item-select .footer .triplan-btn:last-child, .room-dropdown-card .room-item-select .footer .entry-content .wp-block-search .wp-block-search__button:last-child, .entry-content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button:last-child,
.room-dropdown-card .room-item-select .footer .comment-content .wp-block-search .wp-block-search__button:last-child, .comment-content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button:last-child,
.room-dropdown-card .room-item-select .footer .page--content .wp-block-search .wp-block-search__button:last-child, .page--content .wp-block-search .room-dropdown-card .room-item-select .footer .wp-block-search__button:last-child {
  border-bottom-right-radius: 10px;
  margin-left: 1px;
}

.map-card {
  max-width: 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.map-card img {
  -ms-flex-preferred-size: 85px;
  flex-basis: 85px;
  max-width: 85px;
}

.map-card .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-left: 15px;
  padding-top: 12px;
  padding-bottom: 15px;
  padding-right: 30px;
}

.map-card .info .rating {
  font-size: 12px;
  margin-bottom: 5px;
}

.map-card .info .rating .stars i {
  font-size: 12px;
}

.map-card .info .title a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.28571;
}

.map-card .info .price {
  font-size: 12px;
  font-weight: 500;
  color: #8d8d8d;
  line-height: 1.5;
}

.map-card .info .price span {
  font-weight: 500;
  font-size: 12px;
  color: #3d3d3d;
}

.train--uc-card {
  min-width: 140px;
  background-color: #fafafa;
  padding: 12px 15px;
  border-radius: 10px;
}

.gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px;
  text-align: center;
}

.gm-style .gm-style-iw-t::after {
  display: none;
}

.visa-card {
  background-color: #FAFAFA;
  padding: 35px 40px;
}

.visa-card-title {
  font-size: 18px;
}

.visa-card-text {
  font-size: 16px;
  line-height: 1.5;
  color: #8d8d8d;
  margin-bottom: 0;
}

.triplan-card.blog .title h3,
.triplan-card.blog .blog-content .title h3,
.single-blog-item .title h3,
.single-blog-item .blog-content .title h3 {
  font-size: 20px;
  font-weight: 600;
}

.triplan-card.blog .title h3 a,
.triplan-card.blog .blog-content .title h3 a,
.single-blog-item .title h3 a,
.single-blog-item .blog-content .title h3 a {
  color: #111111;
}

.single-post-item {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-box-shadow .3s ease-in;
  transition: -webkit-box-shadow .3s ease-in;
  -o-transition: box-shadow .3s ease-in;
  transition: box-shadow .3s ease-in;
  transition: box-shadow .3s ease-in, -webkit-box-shadow .3s ease-in;
}

.single-post-item:hover {
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
}

/* ************************
   2.5 CTA
   ********************* */
.triplan-cta {
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 70px 120px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  .triplan-cta {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .triplan-cta {
    padding: 70px 50px;
  }
}

.triplan-cta.style-2 {
  padding: 70px 70px;
}

.triplan-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

@media only screen and (max-width: 575px) {
  .triplan-cta:before {
    opacity: .4;
    visibility: visible;
  }
}

.triplan-cta .text {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .triplan-cta .text {
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .triplan-cta .text {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .triplan-cta .button {
    margin-top: 30px;
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* ************************
   2.6 Section Title
   ********************* */
.section-title {
  margin-bottom: 66px;
}

.section-title .main-title {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.38;
}

.section-title.style-2 {
  margin-bottom: 46px;
}

.title-x-bg {
  min-height: 90px;
  padding: 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #E4F2FF;
  margin-bottom: 36px;
}

.title-x-bg .title-text {
  font-weight: 700;
  font-size: 36px;
  color: #021f94;
  margin-bottom: 0;
  line-height: 1.38889;
}

/* ************************
   2.7 Icon Menu
   ********************* */
.icon-menu {
  white-space: nowrap;
  max-width: 790px;
  padding: 0px 15px;
  padding-top: 40px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .icon-menu {
    max-width: 100%;
  }
}

.icon-menu .owl-stage-outer {
  padding-top: 40px;
}

.icon-menu .owl-stage-outer .owl-item:last-child li {
  margin-right: 0;
}

.icon-menu ul li {
  display: inline-block;
  margin-right: 20px;
  padding-left: 10px;
}

.icon-menu ul li:not(:last-child) {
  margin-right: 16px;
}

.icon-menu ul li.active a {
  background-color: #70BCFF;
  color: #fff;
}

.icon-menu ul li.active a span {
  opacity: 1;
  visibility: visible;
}

.icon-menu ul li a {
  height: 70px;
  width: 70px;
  background-color: #fff;
  display: block;
  position: relative;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 27px;
  -webkit-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in;
}

.icon-menu ul li a:hover {
  color: #fff;
}

.icon-menu ul li a:hover span {
  opacity: 1;
  visibility: visible;
}

.icon-menu ul li a span {
  position: absolute;
  bottom: calc(100% + 9px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0px 9px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s ease-in;
  -o-transition: .35s ease-in;
  transition: .35s ease-in;
}

.icon-menu ul li a span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.icon-menu.style--v2 {
  background-color: #70BCFF;
  padding: 0;
  max-width: 100%;
}

@media only screen and (max-width: 1199px) {
  .icon-menu.style--v2 {
    display: inline-block;
    padding-right: 10px;
    width: auto;
  }
}

.icon-menu.style--v2 ul li {
  margin-right: 0px;
}

.icon-menu.style--v2 ul li a {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 60px;
  margin-bottom: 30px;
}

.icon-menu.style--v2 ul li a:hover {
  background-color: #fff;
  color: #70BCFF;
}

.icon-menu.style--v2 ul li.active a {
  background-color: #fff;
  color: #70BCFF;
}

.icon-menu.style--v3 {
  padding-top: 0;
}

.triplan-banner .icon-menu.style--v3 {
  position: relative !important;
  bottom: 0 !important;
  margin-top: -80px;
  width: 70px;
  padding: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {
  .triplan-banner .icon-menu.style--v3 {
    margin-right: 0;
    margin-top: -65px;
    width: 35px;
  }
}

.icon-menu.style--v3 .active-icon {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  background-color: #56B0FF;
  border-radius: 100px;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  font-size: 20px;
  border-bottom-right-radius: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-menu.style--v3 .active-icon i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 480px) {
  .icon-menu.style--v3 .active-icon {
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
  }
  .icon-menu.style--v3 .active-icon i {
    font-size: 14px;
  }
}

.icon-menu.style--v3 ul li {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.icon-menu.style--v3 ul li a {
  height: 50px;
  width: 50px;
  color: #CBE6FF;
  background-color: transparent;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 480px) {
  .icon-menu.style--v3 ul li a {
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
    width: 40px;
  }
}

.icon-menu.style--v4, .icon-menu.style--v6 {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  margin-left: -15px;
  display: inline-block;
  width: auto;
}

@media only screen and (max-width: 991px) {
  .icon-menu.style--v4, .icon-menu.style--v6 {
    width: 100%;
  }
}

.icon-menu.style--v4 ul, .icon-menu.style--v6 ul {
  display: inline-block;
  padding-bottom: 30px;
  background: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-bottom: -30px;
}

.icon-menu.style--v4 ul li, .icon-menu.style--v6 ul li {
  margin: 0;
  padding: 0;
}

.icon-menu.style--v4 ul li:not(:first-child), .icon-menu.style--v6 ul li:not(:first-child) {
  margin-left: -4px;
}

.icon-menu.style--v4 ul li:not(:first-child) a, .icon-menu.style--v6 ul li:not(:first-child) a {
  margin-left: -1px;
}

.icon-menu.style--v4 ul li:first-child a, .icon-menu.style--v6 ul li:first-child a {
  border-top-left-radius: 20px;
}

.icon-menu.style--v4 ul li:last-child a, .icon-menu.style--v6 ul li:last-child a {
  border-top-right-radius: 20px;
}

.icon-menu.style--v4 ul li a, .icon-menu.style--v6 ul li a {
  border-radius: 0px;
  background-color: #f9f9f9;
}

.icon-menu.style--v4 ul li a:hover, .icon-menu.style--v6 ul li a:hover {
  background-color: #fff;
}

.icon-menu.style--v4 ul li.active a, .icon-menu.style--v6 ul li.active a {
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .icon-menu.style--v4 ul li a, .icon-menu.style--v6 ul li a {
    border-radius: 0px !important;
  }
}

.icon-menu.style--v5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-menu.style--v5 ul {
  display: inline-block;
  background-color: #56B0FF;
  border-radius: 100px;
  padding: 0px 60px;
}

.icon-menu.style--v5 ul li {
  margin: 0;
  padding: 0;
}

.icon-menu.style--v5 ul li:not(:first-child) {
  margin-left: -4px;
}

.icon-menu.style--v5 ul li:not(:first-child) a {
  margin-left: -1px;
}

.icon-menu.style--v5 ul li a {
  color: #fff;
  border-radius: 0px;
  background-color: #56B0FF;
  height: 100px;
  width: 80px;
}

.icon-menu.style--v5 ul li a:hover {
  background-color: #fff;
}

.icon-menu.style--v5 ul li.active a {
  background-color: #fff;
}

.icon-menu.style--v6 {
  width: auto;
}

@media only screen and (max-width: 1199px) {
  .icon-menu.style--v6 {
    width: 100%;
  }
}

.icon-menu.style--v6 ul {
  padding-bottom: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.icon-menu.style--v6 ul li a {
  border-radius: 0px;
  background-color: #021F94;
}

.icon-menu.style--v6 ul li a:hover {
  background-color: #0D2CAC;
}

.icon-menu.style--v6 ul li.active a {
  background-color: #0D2CAC;
}

/* ************************
   2.8 Slider Elements
   ********************* */
.init-slider .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-top: -72px;
}

.init-slider .owl-nav .owl-next i, .init-slider .owl-nav .owl-prev i {
  font-size: 30px;
  -webkit-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in;
}

.init-slider .owl-nav .owl-prev {
  margin-right: 18px;
}

.init-slider.nav-less-space .owl-nav {
  margin-top: -48px;
}

.init-slider .owl-stage-outer {
  padding: 15px;
  margin: -15px;
}

@media only screen and (max-width: 767px) {
  .owl-filter-bar {
    margin-top: 5px;
  }
}

.owl-filter-bar a {
  display: inline-block;
  font-size: 18px;
  color: #AAD7FF;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .owl-filter-bar a {
    margin-top: 10px;
  }
}

.owl-filter-bar a:not(:last-child) {
  margin-right: 50px;
}

@media only screen and (max-width: 1024px) {
  .owl-filter-bar a:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .owl-filter-bar a:not(:last-child) {
    margin-right: 10px;
  }
}

.filter-slider .owl-item.active {
  -webkit-animation: opacity_70100 .3s linear forwards;
  animation: opacity_70100 .3s linear forwards;
}

.cruise-cabin-thumb-slider {
  margin-top: 9px;
}

.cruise-cabin-thumb-slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}

.cruise-cabin-thumb-slider .owl-nav .owl-prev, .cruise-cabin-thumb-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #021F94 !important;
}

.cruise-cabin-thumb-slider .owl-nav .owl-prev:hover, .cruise-cabin-thumb-slider .owl-nav .owl-next:hover {
  color: #AAD7FF !important;
}

.cruise-cabin-thumb-slider .owl-nav .owl-prev {
  left: 0;
  margin-left: -18px;
}

.cruise-cabin-thumb-slider .owl-nav .owl-next {
  right: 0;
  margin-right: -18px;
}

.tpv-carousel-nav .nav-next, .tpv-carousel-nav .nav-prev {
  font-size: 22px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .tpv-carousel-nav .nav-next, .tpv-carousel-nav .nav-prev {
    width: 40px;
  }
}

.tpv-carousel-nav .nav-next i, .tpv-carousel-nav .nav-prev i {
  color: #56B0FF;
}

.tpv-carousel-nav .nav-next.disable, .tpv-carousel-nav .nav-prev.disable {
  opacity: .5;
}

.icon-menu.style--v2 {
  padding: 0 28px 0 28px;
}

.icon-menu.style--v2 ul li {
  padding-right: 10px;
  padding-left: 0;
}

.icon-menu.style--v2 .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  left: 0;
  width: 100%;
}

.icon-menu.style--v2 .owl-carousel .owl-nav .owl-next, .icon-menu.style--v2 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  font-size: 24px;
}

.icon-menu.style--v2 .owl-carousel .owl-nav .owl-next i, .icon-menu.style--v2 .owl-carousel .owl-nav .owl-prev i {
  color: #fff;
}

.icon-menu.style--v2 .owl-carousel .owl-nav .owl-prev {
  left: -20px;
}

.icon-menu.style--v2 .owl-carousel .owl-nav .owl-next {
  right: -20px;
}

.owl_auto_width .triplan-card.place, .owl_auto_width .triplan-card.special-offer-2 {
  min-width: auto;
  width: 100%;
  max-width: 100%;
}

/* ************************
   2.9 Breadcrumb
   ********************* */
.breadcrumb {
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  background-color: #555;
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .breadcrumb {
    min-height: 380px;
  }
}

@media only screen and (max-width: 575px) {
  .breadcrumb {
    min-height: 300px;
  }
}

.breadcrumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: -1;
}

.breadcrumb-text {
  text-align: center;
  color: #fff;
}

.breadcrumb-text .title {
  font-size: 36px;
  line-height: 1.375;
}

.breadcrumb-text .nav a {
  color: #fff;
}

/* ************************
   2.10 Check Filter
   ********************* */
.check-filter-title {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-bottom: 18px;
  line-height: 1.33333;
}

.check-filter-options {
  padding-bottom: 30px;
}

.check-filter-item, .form-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.check-filter-item .check, .form-checkbox .check {
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #56b0ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 1px;
}

.check-filter-item .check:before, .form-checkbox .check:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
}

.check-filter-item .title, .form-checkbox .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375;
}

.check-filter-item .title i, .form-checkbox .title i {
  color: #FFC130;
}

.check-filter-item.active .check:before, .active.form-checkbox .check:before {
  opacity: 1;
  visibility: visible;
}

.check-filter-item.train, .train.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.check-filter-item.train .title, .train.form-checkbox .title {
  font-weight: 600;
  font-size: 16px;
}

.check-filter-item.train .title .title--inner, .train.form-checkbox .title .title--inner {
  font-size: 12px;
  line-height: 1.5;
  color: #9e9e9e;
}

.check-filter-item.train .title .title--inner span.abl, .train.form-checkbox .title .title--inner span.abl {
  font-size: 14px;
  line-height: 1.5;
  color: #76c271;
  font-weight: 500;
}

.check-filter-item.train .title .title--inner span.not-abl, .train.form-checkbox .title .title--inner span.not-abl {
  color: #DF5E5E;
}

@media only screen and (max-width: 1199px) {
  .check-filter-container {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .check-filter-options-wrapper {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .check-filter-options-wrapper {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
}

@media only screen and (max-width: 767px) {
  .check-filter-options-wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .check-filter-options-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.filter-clear-area {
  padding: 10px 20px;
  margin: 0 -20px 30px -20px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.form-checkbox .check {
  border-radius: 50px;
}

.form-checkbox .check:before {
  content: "";
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  border-radius: inherit;
}

.rangeSlider-wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.rangeSlider-wrapper .title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.28571;
}

.rangeSlider-wrapper .title span {
  font-weight: 400;
  font-size: 12px;
  color: #8d8d8d;
  line-height: 1.5;
}

.rangeSlider-wrapper .rangeSliderTitle {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.6;
  margin-bottom: 14px;
}

.rangeSlider-wrapper .rangeSliderSlide {
  margin-top: 6px;
}

.rangeSlider-wrapper .rangeSliderSlide .ui-widget-content.time-range {
  border: 0px;
  height: 8px;
  background: #AAD7FF;
}

.rangeSlider-wrapper .rangeSliderSlide .ui-state-default, .rangeSlider-wrapper .rangeSliderSlide .ui-widget-content .ui-state-default {
  background: #fff;
  border-radius: 50px;
  border: 3px solid #021F94;
  height: 18px;
  width: 18px;
}

.rangeSlider-wrapper .rangeSliderSlide .ui-widget-header {
  background: #56B0FF;
}

/* ************************
   2.11 Tab
   ********************* */
[data-tab], [data-bus-tab] {
  display: none;
}

[data-tab].active, [data-bus-tab].active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .tab-btn.bottom-md-30 {
    margin-bottom: 30px;
  }
}

.tab-btn ul li {
  cursor: pointer;
  padding: 20px 30px;
  display: inline-block;
  background-color: #fafafa;
  margin-left: -4px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
  .tab-btn ul li {
    padding: 15px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-btn ul li {
    display: block;
    width: 100%;
  }
}

.tab-btn ul li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .tab-btn ul li:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

.tab-btn ul li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .tab-btn ul li:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.tab-btn ul li.active {
  color: #fff;
}

.tab-content [data-tab] {
  padding-top: 45px;
}

.tab-content-details ul li:not(:last-child) {
  margin-bottom: 15px;
}

.tab-content-details ul li .day {
  font-weight: 600;
  margin-right: 10px;
}

.tab-content-details p {
  font-size: 16px;
  line-height: 1.75;
}

.tab-content-details .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33333;
}

.tab-content-details .tip-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.333;
  color: #8d8d8d;
}

.form-tab-btn {
  margin-top: 6px;
  margin-bottom: 4px;
}

.form-tab-btn ul li {
  display: inline-block;
}

.form-tab-btn ul li:not(:last-child) {
  margin-right: 37px;
}

.form-tab-btn ul li .form-checkbox {
  cursor: pointer;
}

.form-tab-btn ul li .form-checkbox .title {
  font-weight: 600;
  font-size: 16px;
}

.form-tab-btn ul li.active .form-checkbox .check:before {
  opacity: 1;
  visibility: visible;
}

.flight-tab-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flight-tab-btn-wrap [data-tab-select]:not(:last-child) {
  margin-right: 5px;
}

.form-tab-content .checkbox-wrapper {
  margin-top: 20px;
}

.bus-tab-btn {
  padding-top: 20px;
}

.bus-tab-btn.pt-14 {
  padding-top: 14px;
}

.bus-tab-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bus-tab-btn ul li:not(:last-child) {
  margin-right: 27px;
}

.bus-tab-content > div {
  padding-top: 25px !important;
  margin-top: 25px !important;
  border-top: 1px solid #EEE;
}

.bus-tab-content .edge-title h4 {
  font-weight: 700;
  font-size: 14px;
}

.bus-tab-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bus-tab-content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.bus-tab-content ul li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 1.5;
  color: #8d8d8d;
}

.bus-tab-content .options {
  margin-top: 0 !important;
}

.bus-tab-content.style-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bus-tab-content.style-2 ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bus-tab-content.style-2 ul li:not(:last-child) {
  margin-right: 25px;
  margin-bottom: 5px;
}

.bus-tab-content.style-2 ul li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bus-tab-content.style-2 ul li span.bold {
  font-weight: 700;
  margin-left: 5px;
}

.payment-tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment-tab-btns > * {
  cursor: pointer;
}

.payment-tab-btns > *:not(:last-child) {
  margin-right: 50px;
}

.payment-tab-btns .active .form-checkbox .check:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.payment-tab-content [data-tab] {
  margin-top: 20px;
}

.cruise-info {
  padding-left: 0 !important;
}

.cruise-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cruise-info li:before {
  display: none !important;
}

.cruise-info li span {
  font-size: 14px;
}

.cruise-info li span:first-child {
  width: 170px;
}

.cruise-info.style-2 li span:not(.bold) {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #8d8d8d;
}

.deck-tab-btn ul, .deck-tab-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.deck-tab-btn ul li:before, .deck-tab-content ul li:before {
  display: none;
}

.deck-tab-btn ul li {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33333;
  text-align: right;
  color: #8d8d8d;
  cursor: pointer;
}

.deck-tab-btn ul li:not(:last-child) {
  margin-right: 20px;
}

.deck-tab-btn ul li.active {
  color: #56B0FF;
}

.deck-tab-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.deck-tab-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  font-size: 12px;
  line-height: 1.5;
  color: #9e9e9e;
}

.deck-tab-content .square {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
}

.ship-deck-plan {
  height: 280px;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.ship-deck-plan.active {
  height: 100%;
}

.ship-deck-plan-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.ship-deck-plan-toggle:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -o-linear-gradient(transparent, white);
  background-image: linear-gradient(transparent, white);
}

.ship-deck-plan-toggle .close {
  display: none;
}

.ship-deck-plan-toggle.active .open {
  display: none;
}

.ship-deck-plan-toggle.active .close {
  display: block;
}

.cabin-tab-btn div div {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}

.cabin-tab-btn div div:not(:first-child) {
  color: #aad7ff;
}

.cabin-tab-btn div div:not(:last-child) {
  margin-right: 50px;
}

.cabin-tab-btn div div.active {
  color: #021F94;
}

/* ************************
   2.18 Pagination
   ********************* */
.pagination, .page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .page-numbers, .pagination .post-page-numbers, .page-links .page-numbers, .page-links .post-page-numbers {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-numbers:hover, .pagination .post-page-numbers:hover, .page-links .page-numbers:hover, .page-links .post-page-numbers:hover {
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .pagination .page-numbers, .pagination .post-page-numbers, .page-links .page-numbers, .page-links .post-page-numbers {
    height: 38px;
    width: 38px;
    font-size: 14.5px;
  }
}

.pagination .page-numbers:not(:last-child), .pagination .post-page-numbers:not(:last-child), .page-links .page-numbers:not(:last-child), .page-links .post-page-numbers:not(:last-child) {
  margin-right: 10px;
}

.pagination .page-numbers.current, .pagination .post-page-numbers.current, .page-links .page-numbers.current, .page-links .post-page-numbers.current {
  color: #fff;
}

.pagination .page-numbers i, .pagination .post-page-numbers i, .page-links .page-numbers i, .page-links .post-page-numbers i {
  font-size: 1em;
  line-height: 0.8em;
}

.pagination a, .page-links a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.pagination a:hover, .page-links a:hover {
  color: #fff;
}

.pagination.pagination--left, .page-links.pagination--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pagination.pagination--center, .page-links.pagination--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination.pagination--right, .page-links.pagination--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagination .page-links-title, .page-links .page-links-title {
  margin-right: 10px;
}

/* ************************
   2.13 Datepicker
   ********************* */
.t-datepicker .t-arrow-top {
  display: none !important;
}

.t-check-in, .t-check-out {
  border-radius: 0px;
}

.t-check-in .t-dates, .t-check-out .t-dates {
  padding: 0;
}

.t-check-in .t-dates label, .t-check-out .t-dates label {
  position: relative;
  top: 0;
  left: 0;
  font-size: 26px;
  line-height: 1.375;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .t-check-in .t-dates label, .t-check-out .t-dates label {
    font-size: 20px;
  }
}

.t-datepicker .t-input {
  display: none;
}

.t-date-info-title, .t-dates {
  cursor: pointer;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  color: #d5d5d5;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .t-date-info-title, .t-dates {
    font-size: 20px;
  }
}

@media only screen and (max-width: 380px) {
  .t-date-info-title, .t-dates {
    font-size: 16px;
  }
}

.t-date-info-title {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}

.t-check-in, .t-check-out {
  position: static;
}

.t-check-in .t-datepicker-day, .t-check-out .t-datepicker-day {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 560px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 9;
  margin-top: 5px;
}

@media only screen and (max-width: 1199px) {
  .t-check-in .t-datepicker-day, .t-check-out .t-datepicker-day {
    width: 270px;
  }
}

.t-check-in .t-datepicker-day.t-datepicker-days, .t-check-out .t-datepicker-day.t-datepicker-days {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 991px) {
  .t-check-in .t-datepicker-day.t-datepicker-days, .t-check-out .t-datepicker-day.t-datepicker-days {
    width: 230px;
    display: block;
  }
}

.t-check-in .t-datepicker-day > *, .t-check-out .t-datepicker-day > * {
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  width: 270px;
  display: inline-block;
}

.t-check-in .t-datepicker-day > *:not(:last-child), .t-check-out .t-datepicker-day > *:not(:last-child) {
  margin-right: 2.5px;
}

@media only screen and (max-width: 1199px) {
  .t-check-in .t-datepicker-day > *, .t-check-out .t-datepicker-day > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.t-check-in .t-datepicker-day .t-prev, .t-check-out .t-datepicker-day .t-prev {
  text-align: left;
  padding-left: 10px;
  cursor: pointer;
}

.t-check-in .t-datepicker-day .t-next, .t-check-out .t-datepicker-day .t-next {
  text-align: right;
  padding-right: 10px;
  cursor: pointer;
}

.t-check-in .t-datepicker-day .t-table-wrap, .t-check-out .t-datepicker-day .t-table-wrap {
  background-color: #fafafa;
}

.t-check-in .t-datepicker-day table, .t-check-out .t-datepicker-day table {
  width: 100%;
}

.t-check-in .t-datepicker-day table thead tr, .t-check-out .t-datepicker-day table thead tr {
  height: 40px;
}

.t-check-in .t-datepicker-day table thead tr th, .t-check-out .t-datepicker-day table thead tr th {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.t-check-in .t-datepicker-day table thead tr th.t-month, .t-check-out .t-datepicker-day table thead tr th.t-month {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.t-check-in .t-datepicker-day table thead tr:last-child, .t-check-out .t-datepicker-day table thead tr:last-child {
  background-color: #E4F2FF;
}

.t-check-in .t-datepicker-day table tr, .t-check-out .t-datepicker-day table tr {
  border: 0px;
}

.t-check-in .t-datepicker-day table tr td, .t-check-out .t-datepicker-day table tr td {
  width: 37px;
  height: 37px;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  text-align: center;
  position: relative;
  padding: 0;
  border: 0px;
}

@media only screen and (max-width: 1199px) {
  .t-check-in .t-datepicker-day table tr td, .t-check-out .t-datepicker-day table tr td {
    width: 27px;
    height: 32px;
    font-size: 13px;
  }
}

.t-check-in .t-datepicker-day table tr td:hover .t-hover-day-content, .t-check-out .t-datepicker-day table tr td:hover .t-hover-day-content {
  opacity: 1;
  -webkit-transition: .35s linear;
  -o-transition: .35s linear;
  transition: .35s linear;
}

.t-check-in .t-datepicker-day table tr td .t-hover-day-content, .t-check-out .t-datepicker-day table tr td .t-hover-day-content {
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  opacity: 0;
}

.t-check-in .t-datepicker-day table tr td:hover, .t-check-out .t-datepicker-day table tr td:hover {
  background-color: #E4F2FF;
}

.t-check-in .t-datepicker-day table tr td.t-disabled, .t-check-out .t-datepicker-day table tr td.t-disabled {
  opacity: .5;
}

.t-check-in .t-datepicker-day table tr td.t-day, .t-check-out .t-datepicker-day table tr td.t-day {
  background-color: #fff;
  cursor: pointer;
}

.t-check-in .t-datepicker-day table tr td.t-today, .t-check-out .t-datepicker-day table tr td.t-today {
  background-color: #70BCFF;
  color: #fff;
}

.t-check-in .t-datepicker-day table tr td.t-end, .t-check-in .t-datepicker-day table tr td.t-start, .t-check-out .t-datepicker-day table tr td.t-end, .t-check-out .t-datepicker-day table tr td.t-start {
  background-color: #021F94;
  color: #fff;
}

.t-check-in .t-datepicker-day table tr td.t-range, .t-check-out .t-datepicker-day table tr td.t-range {
  background-color: #E4F2FF;
}

.t-check-in .t-datepicker-day table tr td.t-range-limit, .t-check-out .t-datepicker-day table tr td.t-range-limit {
  background-color: #E4F2FF;
}

.t-check-in .t-datepicker-day table tr th, .t-check-out .t-datepicker-day table tr th {
  border: 0px;
}

.wickedpicker__controls__control-up:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.wickedpicker__controls__control-down:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.wickedpicker {
  width: 170px;
  height: 150px;
  z-index: 9;
}

/* ************************
   03.14: Instagram
   ********************* */
.insta-feed .single-feed {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.insta-feed .single-feed:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  content: '';
}

.insta-feed .single-feed img {
  width: auto;
  -webkit-transition: .4s ease-in;
  -o-transition: .4s ease-in;
  transition: .4s ease-in;
}

.insta-feed .single-feed .feed-info {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}

.insta-feed .single-feed .feed-info span {
  color: #fff;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  font-size: 12px;
}

.insta-feed .single-feed .feed-info span i {
  font-size: 14px;
  margin-right: 5px;
}

.insta-feed .single-feed .feed-info span:not(:last-child) {
  margin-right: 15px;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.insta-feed .single-feed:hover:after {
  opacity: .6;
  visibility: visible;
}

.insta-feed .single-feed:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.insta-feed .single-feed:hover .feed-info span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ************************
   02.15 Preloader
   ********************* */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow: hidden;
}

.preloader .preload-img {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader .preload-img .img-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.preloader .preload-img .dot {
  width: 11px;
  height: 11px;
  background-color: #021F94;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  bottom: 10px;
  -webkit-animation: scale 1s ease-in-out infinite;
  animation: scale 1s ease-in-out infinite;
}

.loader {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.loader .spinner {
  display: inline-block;
  border: 2px solid #3B3B3B;
  border-top-color: transparent;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.scale {
  -webkit-animation-name: scale;
  animation-name: scale;
}

/* ************************
   03.16: Back to Top
   ********************* */
.back-to-top {
  position: fixed;
  cursor: pointer;
  width: 70px;
  height: 70px;
  font-size: 20px;
  border: 1px solid #FFF5E5;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 10%;
  right: 4%;
  color: #70BCFF;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}

.back-to-top i {
  margin-top: 15px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.back-to-top.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.back-to-top:hover {
  color: #70BCFF;
}

.back-to-top:hover i {
  margin-top: 0;
}

/* ************************
   3.1 Header
   ********************* */
.desktop-header, .mobile-header {
  z-index: 99;
}

.desktop-header .sticky-logo, .mobile-header .sticky-logo {
  display: none;
}

.logged-in.admin-bar .desktop-header, .logged-in.admin-bar .mobile-header {
  margin-top: 32px;
}

.header-icon-menu {
  margin-left: 26px;
}

.header-icon-menu > ul > li {
  display: inline-block;
}

.header-icon-menu > ul > li .icon-dropdown .icon {
  border-color: #fff;
}

.header-icon-menu > ul > li .icon-dropdown .icon:hover {
  background-color: #fff;
}

.header-icon-menu > ul > li .icon-dropdown .icon i {
  color: #fff;
}

.header-icon-menu > ul > li:not(:first-child) {
  margin-left: 15px;
}

.desktop-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 93px;
}

.desktop-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 130px;
  width: 100%;
  background-color: #fff;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  opacity: .3;
}

@media only screen and (max-width: 1024px) {
  .desktop-header {
    display: none;
  }
}

.desktop-header .logo a {
  color: #fff;
}

.mobile-header {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .mobile-header {
    display: block;
  }
}

header.static-top {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.sticky-top {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.sticky-top.fixed {
  position: fixed;
  -webkit-transition: .35s ease-in;
  -o-transition: .35s ease-in;
  transition: .35s ease-in;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.sticky-top.fixed .mobile-header {
  padding: 10px 0px;
  -webkit-transition: .35s linear;
  -o-transition: .35s linear;
  transition: .35s linear;
}

.sticky-top.fixed .desktop-header {
  background-color: #fff;
}

.sticky-top.fixed .desktop-header:after {
  display: none;
}

.sticky-top.fixed .desktop-header .header-main-menu > ul > li > a:hover {
  background-color: #E4F2FF;
}

.sticky-top.fixed .desktop-header .header-icon-menu > ul > li .icon-dropdown .icon {
  border-color: #56B0FF;
}

.sticky-top.fixed .desktop-header .header-icon-menu > ul > li .icon-dropdown .icon:hover {
  background-color: #56B0FF;
}

.sticky-top.fixed .desktop-header .header-icon-menu > ul > li .icon-dropdown .icon:hover i {
  color: #fff;
}

.sticky-top.fixed .desktop-header .logo a {
  color: #70BCFF;
}

.sticky-top.fixed .mobile-header .sticky-logo, .sticky-top.fixed .desktop-header .sticky-logo {
  display: block;
}

.sticky-top.fixed .mobile-header .static-logo, .sticky-top.fixed .desktop-header .static-logo {
  display: none;
}

.menu-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-icon-wrapper .header-main-menu ul li {
  display: block;
  position: relative;
}

.menu-icon-wrapper .header-main-menu ul li a {
  display: block;
  padding: 32px 25px;
  font-size: 18px;
  line-height: 1.66;
  font-weight: 500;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.menu-icon-wrapper .header-main-menu ul li a:hover {
  background-color: rgba(2, 31, 148, 0.3);
}

.menu-icon-wrapper .header-main-menu ul li.current-menu-item > a, .menu-icon-wrapper .header-main-menu ul li.current-menu-ancestor > a {
  background-color: rgba(2, 31, 148, 0.3);
}

.menu-icon-wrapper .header-main-menu ul li.menu-item-has-children > .sub-menu {
  width: 200px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
  padding: 10px 0px;
  opacity: 0;
  visibility: hidden;
  margin-top: -10px;
  -webkit-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
}

.menu-icon-wrapper .header-main-menu ul li.menu-item-has-children > .sub-menu li a {
  padding: 14px 25px;
  font-size: 16px;
  line-height: 1.166;
  font-weight: 400;
}

.menu-icon-wrapper .header-main-menu ul li.menu-item-has-children > .sub-menu li a:hover {
  background-color: #E4F2FF;
}

.menu-icon-wrapper .header-main-menu ul li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.menu-icon-wrapper .header-main-menu > ul > li {
  display: inline-block;
}

.menu-icon-wrapper .header-main-menu > ul > li > a {
  color: #fff;
}

.menu-icon-wrapper .header-main-menu > ul > li.menu-item-has-children > .sub-menu {
  top: 100%;
  left: 0;
}

.mobile-header {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px 0px;
}

.mobile-header .mobile-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-header .mobile-menu-toggle {
  cursor: pointer;
  padding: 14px 15px;
  color: #fff;
  font-weight: 700;
}

.mobile-header .mobile-menu-toggle span {
  display: inline-block;
  margin-left: 4px;
}

@media only screen and (max-width: 575px) {
  .mobile-header .mobile-menu-toggle {
    padding: 14px 20px;
  }
  .mobile-header .mobile-menu-toggle span {
    display: none;
  }
}

.mobile-header .header-icon-menu > ul > li {
  padding: 6px 11px;
  margin-left: -4px;
}

@media only screen and (max-width: 575px) {
  .mobile-header .header-icon-menu > ul > li {
    padding: 6px 8px;
  }
}

.mobile-header .mobile-logo {
  max-height: 54px;
}

.mobile-menu-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #fff;
  width: 320px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  z-index: 9999;
}

.mobile-menu-offcanvas.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu-offcanvas ul li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

.mobile-menu-offcanvas ul li a {
  display: block;
  padding: 15px 20px;
}

.mobile-menu-offcanvas ul li:first-child {
  border-top: 1px solid #f1f1f1;
}

.mobile-menu-offcanvas ul li:last-child {
  border-bottom: 1px solid transparent;
}

.mobile-menu-offcanvas ul li.menu-item-has-children span {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 55px;
  cursor: pointer;
  border-left: 1px solid #f1f1f1;
}

.mobile-menu-offcanvas ul li.menu-item-has-children .sub-menu {
  display: none;
}

.mobile-menu-offcanvas ul li.menu-item-has-children .sub-menu li:first-child a {
  border-top: 0px;
}

.mobile-menu-offcanvas ul li.menu-item-has-children .sub-menu li a {
  padding: 10px 20px;
  padding-left: 30px;
  font-size: 14px;
}

.mobile-menu-offcanvas ul li.menu-item-has-children .sub-menu li.menu-item-has-children span {
  height: 42px;
  line-height: 42px;
  width: 55px;
}

.mobile-menu-offcanvas ul li.menu-item-has-children .sub-menu .sub-menu li a {
  margin-left: 20px;
}

.mobile-menu-offcanvas ul li.menu-item-has-children .sub-menu .sub-menu li .sub-menu li a {
  margin-left: 40px;
}

.mobile-menu-offcanvas .close-wrapper {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile-menu-offcanvas .close-wrapper .close {
  border: 1px solid #f1f1f1;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.body-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Loged In */
.logged-in.admin-bar .mobile-menu-offcanvas {
  margin-top: 32px;
}

@media only screen and (max-width: 782px) {
  .logged-in.admin-bar .mobile-menu-offcanvas {
    margin-top: 46px;
  }
}

/* ************************
   3.2 Footer
   ********************* */
.footer-top {
  background-color: #fbfbfb;
  padding: 80px 80px 20px 80px;
}

@media only screen and (max-width: 991px) {
  .footer-top {
    padding: 60px 60px 0px 60px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-top {
    padding: 30px 30px 0px 30px;
  }
}

.footer-bottom {
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0px;
}

@media only screen and (max-width: 991px) {
  .footer-bottom {
    padding: 45px 0px;
  }
}

.social-icons > span {
  margin-right: 20px;
}

.social-icons a {
  display: inline-block;
}

.social-icons a:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width: 380px) {
  .social-icons a:not(:last-child) {
    margin-right: 5px;
  }
}

.social-icons.style--three a {
  border: 1px solid #56B0FF;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
}

.social-icons.style--three a:hover {
  color: #fff;
  background-color: #56B0FF;
}

.social-icons.style--three.on-hover a {
  background-color: #56B0FF;
  color: #fff;
}

.social-icons.style--three.on-hover a:hover {
  opacity: .8;
}

.social-icons.gap-30 a:not(:last-child) {
  margin-right: 30px;
}

.triplan-cradit {
  font-size: 14px;
  line-height: 1.46;
  font-family: "Ubuntu", sans-serif;
  color: #3d3d3d;
  opacity: .5;
}

@media only screen and (max-width: 991px) {
  .triplan-cradit {
    margin-bottom: 15px;
  }
}

.triplan-cradit a {
  color: inherit;
}

@media only screen and (max-width: 480px) {
  .app-link-wrapper {
    text-align: center;
  }
}

.app-link-wrapper a {
  display: inline-block;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

.app-link-wrapper a:not(:last-child) {
  margin-right: 16px;
}

@media only screen and (max-width: 480px) {
  .app-link-wrapper a:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .app-link-wrapper a {
    margin-top: 10px;
  }
}

.footer-mobile-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
  z-index: 9;
}

@media only screen and (max-width: 1199px) {
  .footer-mobile-menu {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}

.footer-mobile-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-mobile-menu ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.footer-mobile-menu ul li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
}

@media only screen and (max-width: 480px) {
  .footer-mobile-menu ul li a {
    font-size: 14px;
    padding: 10px;
  }
}

.footer-mobile-menu ul li a i {
  font-size: 22px;
}

@media only screen and (max-width: 480px) {
  .footer-mobile-menu ul li a i {
    font-size: 18px;
  }
}

.footer-mobile-menu ul li a span {
  display: block;
}

/* ************************
   3.3 Banner
   ********************* */
.triplan-banner {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .triplan-banner {
    min-height: auto;
    padding: 100px 0px 40px 0px;
  }
}

.triplan-banner .banner-text {
  font-size: 100px;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  margin-left: 45px;
}

@media only screen and (max-width: 1366px) {
  .triplan-banner .banner-text {
    font-size: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .triplan-banner .banner-text {
    font-size: 60px;
    margin-left: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .triplan-banner .banner-text {
    font-size: 50px;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .triplan-banner .banner-text {
    font-size: 40px;
  }
}

.triplan-banner .icon-menu:not(.style--v2):not(.style--v3):not(.style--v4):not(.style--v5):not(.style--v6) {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1199px) {
  .triplan-banner .icon-menu:not(.style--v2):not(.style--v3):not(.style--v4):not(.style--v5):not(.style--v6) {
    position: relative;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
  }
}

.triplan-banner .icon-menu.s2v1 {
  position: relative;
  margin-bottom: 0;
  bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.triplan-banner.style-2 {
  min-height: 500px;
  position: relative;
  z-index: 1;
}

.triplan-banner.style-2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #021f94;
  z-index: -1;
}

.triplan-banner.style-2 .banner-text {
  font-size: 74px;
  margin-left: 0;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .triplan-banner.style-2 .banner-text {
    font-size: 62px;
  }
}

@media only screen and (max-width: 767px) {
  .triplan-banner.style-2 .banner-text {
    font-size: 40px;
  }
}

@media only screen and (max-width: 380px) {
  .triplan-banner.style-2 .banner-text {
    font-size: 28px;
  }
}

.triplan-banner.solid {
  min-height: 285px;
}

/* ************************
   3.4 Form Area
   ********************* */
.booking-form-wrapper {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 40px 45px 20px 45px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  .booking-form-wrapper {
    padding: 40px 20px;
  }
}

.booking-form-wrapper.style--v2 {
  padding-left: 15px;
  padding-right: 15px;
}

.booking-form-wrapper.style--v2.s2v1 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.booking-form-wrapper.style--v2.s2v2 {
  height: calc(100vh - 130px);
}

@media only screen and (max-width: 1199px) {
  .booking-form-wrapper.style--v2.s2v2 {
    height: auto;
  }
}

.booking-form-wrapper.w-100 {
  width: 100%;
  max-width: 100%;
}

.booking-form-wrapper.search-result {
  padding: 50px 60px 20px 60px;
  z-index: 9;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .booking-form-wrapper.search-result {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .booking-form-wrapper .triplan-container .row .col, .booking-form-wrapper .fixed--form-wrap .row .col {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.booking-form-wrapper.style--reverse {
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.booking-form-wrapper.style--reverse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(2, 31, 148, 0.8);
  z-index: -1;
}

.booking-form-wrapper.style--reverse .triplan-checkbox label {
  color: #fff;
}

.booking-form-wrapper.style--reverse .triplan-checkbox label:before {
  background: transparent;
}

.booking-form-wrapper.style--reverse .triplan-checkbox input:checked + label:before {
  color: #fff;
}

.booking-form-wrapper.style--reverse .form-checkbox .check {
  background-color: transparent;
}

.booking-form-wrapper.style--reverse .form-checkbox .check:before {
  background-color: #fff;
}

.booking-form-wrapper.style--reverse .form-checkbox .title {
  color: #fff;
}

.booking-form-wrapper.style--reverse .city-title {
  color: #fff;
}

.booking-form-wrapper.style--reverse .triplan-btn-text, .booking-form-wrapper.style--reverse .comments-area .comment .single-comment .comment-content .comment-reply-link, .comments-area .comment .single-comment .comment-content .booking-form-wrapper.style--reverse .comment-reply-link {
  color: #fff;
}

.booking-form-wrapper.style--reverse .triplan-info-title span {
  color: #fff;
}

.booking-form-wrapper.style--v3 {
  padding-top: 100px;
  position: relative;
}

.booking-form-wrapper.style--v3 .icon-menu {
  position: absolute;
  top: 0;
  bottom: auto;
  margin-top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

@media only screen and (max-width: 991px) {
  .booking-form-wrapper.style--v3 .icon-menu {
    margin-top: -120px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }
}

.booking-form-wrapper.style--v4 {
  padding: 48px 45px 50px 45px;
}

.booking-form-wrapper.scroll-point {
  height: calc(100vh - 130px);
}

@media only screen and (max-width: 991px) {
  .triplan-form-style .triplan-btn, .triplan-form-style .entry-content .wp-block-search .wp-block-search__button, .entry-content .wp-block-search .triplan-form-style .wp-block-search__button,
  .triplan-form-style .comment-content .wp-block-search .wp-block-search__button, .comment-content .wp-block-search .triplan-form-style .wp-block-search__button,
  .triplan-form-style .page--content .wp-block-search .wp-block-search__button, .page--content .wp-block-search .triplan-form-style .wp-block-search__button {
    margin-top: 20px;
  }
}

.filter-system {
  position: relative;
  cursor: pointer;
}

.filter-system:focus-within .filter-items {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.filter-system .filter-items {
  padding: 28px 30px;
  background-color: #fafafa;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 290px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s ease-in;
  -o-transition: .35s ease-in;
  transition: .35s ease-in;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.filter-system .filter-items ul li:not(:last-child) .filter-single-item {
  margin-bottom: 17px;
}

.filter-system .filter-items ul li .filter-single-item {
  cursor: pointer;
}

.filter-system .filter-items ul li .filter-single-item .title {
  font-size: 18px;
  line-height: 1.333;
  margin-bottom: -2px;
  font-weight: 400;
}

.filter-system .filter-items ul li .filter-single-item .sub-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  opacity: .5;
}

.aside-search-box .header {
  padding: 17px 30px;
}

.user-info, .payment-details {
  padding: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .user-info, .payment-details {
    padding: 30px;
  }
}

.user-info .title, .payment-details .title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.41667;
}

.user-info .triplan-checkbox, .payment-details .triplan-checkbox {
  margin-top: 10px;
  margin-bottom: 20px;
}

.user-info textarea, .payment-details textarea {
  min-height: 120px;
}

.payment-details .triplan-checkbox {
  margin-right: 170px;
}

@media only screen and (max-width: 991px) {
  .payment-details .triplan-checkbox {
    margin-right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .payment-details .triplan-checkbox {
    margin-right: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .payment-details .triplan-checkbox {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .payment-details .triplan-checkbox {
    margin-right: 10px;
  }
}

.payment-details .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-details .form-checkbox .title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}

.payment-details .paypal span {
  margin-left: 10px;
}

.payment-details .paypal img {
  max-width: 60px;
}

.form-submit-buttons {
  text-align: center;
}

.form-submit-buttons .triplan-btn, .form-submit-buttons .entry-content .wp-block-search .wp-block-search__button, .entry-content .wp-block-search .form-submit-buttons .wp-block-search__button,
.form-submit-buttons .comment-content .wp-block-search .wp-block-search__button, .comment-content .wp-block-search .form-submit-buttons .wp-block-search__button,
.form-submit-buttons .page--content .wp-block-search .wp-block-search__button, .page--content .wp-block-search .form-submit-buttons .wp-block-search__button {
  font-size: 20px;
  padding: 23px 54px;
  line-height: 1.41667;
  margin: 10px 15px 0px 15px;
}

@media only screen and (max-width: 767px) {
  .form-submit-buttons .triplan-btn, .form-submit-buttons .entry-content .wp-block-search .wp-block-search__button, .entry-content .wp-block-search .form-submit-buttons .wp-block-search__button,
  .form-submit-buttons .comment-content .wp-block-search .wp-block-search__button, .comment-content .wp-block-search .form-submit-buttons .wp-block-search__button,
  .form-submit-buttons .page--content .wp-block-search .wp-block-search__button, .page--content .wp-block-search .form-submit-buttons .wp-block-search__button {
    padding: 18px 36px;
  }
}

@media only screen and (max-width: 575px) {
  .form-submit-buttons .triplan-btn, .form-submit-buttons .entry-content .wp-block-search .wp-block-search__button, .entry-content .wp-block-search .form-submit-buttons .wp-block-search__button,
  .form-submit-buttons .comment-content .wp-block-search .wp-block-search__button, .comment-content .wp-block-search .form-submit-buttons .wp-block-search__button,
  .form-submit-buttons .page--content .wp-block-search .wp-block-search__button, .page--content .wp-block-search .form-submit-buttons .wp-block-search__button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.form-btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 1600px) {
  .form-btn-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .checkbox-inline.location-filter {
    margin-top: 15px;
  }
}

.checkbox-inline.location-filter .triplan-checkbox {
  margin-right: 30px;
}

.travel-class {
  margin-top: 10px;
}

.travel-class .label {
  margin-bottom: 20px;
}

.fixed--form {
  position: absolute;
  right: 100px;
  top: 120px;
  z-index: 9;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .fixed--form {
    overflow: visible;
    position: relative;
    right: 0;
    top: 0;
    z-index: auto;
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 8000px) {
  .fixed--form-wrap {
    padding: 0;
  }
}

.fixed--form-wrap .triplan-checkbox {
  margin-bottom: 28px;
}

.fixed--form.fixed-top {
  position: fixed;
  top: 30px !important;
}

.fixed--form .icon-menu {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.fixed--form .booking-form-wrapper {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: calc(100vh - 190px);
  overflow-y: auto;
}

@media only screen and (max-width: 1199px) {
  .fixed--form .booking-form-wrapper {
    height: auto;
    overflow-y: visible;
  }
}

.fixed--form .booking-form-wrapper.style-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.fixed--form-top {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  min-height: 100vh;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .fixed--form-top {
    position: relative;
    top: auto;
    right: auto;
    min-height: auto;
    height: auto;
  }
}

.fixed--form-top .booking-form-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fixed--form-top .triplan-checkbox {
  margin-bottom: 28px;
}

/* ************************
   3.5 Blog Details
   ********************* */
.post-details .entry-header .entry-thumbnail {
  margin-bottom: 45px;
}

.post-details .entry-header .entry-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.41667;
}

.post-details .entry-header .entry-meta {
  margin-bottom: 30px;
}

.post-details .entry-header .entry-meta li:not(:last-child) {
  margin-right: 50px;
}

.post-details .entry-header .entry-meta li span {
  font-weight: 700;
  margin-right: 7px;
}

.post-details .entry-header .entry-meta li a {
  color: #8D8D8D;
}

.post-details .entry-tags ul li:first-child,
.post-details .entry-categories ul li:first-child {
  font-size: 16px;
  margin-right: 5px;
  font-weight: 700;
}

.post-details .entry-tags ul li a,
.post-details .entry-categories ul li a {
  color: #666;
  font-size: 14px;
  line-height: 1.57;
}

.post-details .entry-tags ul li a:not(:last-child):after,
.post-details .entry-categories ul li a:not(:last-child):after {
  content: ',';
}

/* Blog Details Content */
.entry-content,
.comment-content,
.page--content {
  line-height: 30px;
  color: #555555;
}

.entry-content h1,
.comment-content h1,
.page--content h1 {
  font-size: 40px;
}

.entry-content h2,
.comment-content h2,
.page--content h2 {
  font-size: 30px;
}

.entry-content h3,
.comment-content h3,
.page--content h3 {
  font-size: 24px;
}

.entry-content h4,
.comment-content h4,
.page--content h4 {
  font-size: 20px;
}

.entry-content h5,
.comment-content h5,
.page--content h5 {
  font-size: 18px;
}

.entry-content h6,
.comment-content h6,
.page--content h6 {
  font-size: 16px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.page--content h1,
.page--content h2,
.page--content h3,
.page--content h4,
.page--content h5,
.page--content h6 {
  line-height: 1.5;
  margin-bottom: 23px;
  color: #021F94;
}

.entry-content p,
.comment-content p,
.page--content p {
  margin-bottom: 30px;
}

.entry-content table,
.comment-content table,
.page--content table {
  margin-bottom: 30px;
}

.entry-content table thead tr th,
.comment-content table thead tr th,
.page--content table thead tr th {
  background-color: #021F94;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 0px;
}

.entry-content table tr th,
.comment-content table tr th,
.page--content table tr th {
  border-bottom-color: #f1f1f1;
}

.entry-content select,
.comment-content select,
.page--content select {
  margin-bottom: 30px;
}

.entry-content figure,
.comment-content figure,
.page--content figure {
  max-width: 100%;
}

.entry-content > *:last-child,
.comment-content > *:last-child,
.page--content > *:last-child {
  margin-bottom: 0;
}

.entry-content a:not(.wp-block-button__link):hover,
.comment-content a:not(.wp-block-button__link):hover,
.page--content a:not(.wp-block-button__link):hover {
  text-decoration: underline;
}

.entry-content .wp-block-button,
.comment-content .wp-block-button,
.page--content .wp-block-button {
  margin-bottom: 20px;
}

.entry-content .wp-block-cover p:not(.has-text-color),
.comment-content .wp-block-cover p:not(.has-text-color),
.page--content .wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.entry-content .wp-block-cover a,
.comment-content .wp-block-cover a,
.page--content .wp-block-cover a {
  color: #fff;
}

.entry-content .wp-block-pullquote,
.comment-content .wp-block-pullquote,
.page--content .wp-block-pullquote {
  border: 0;
}

.entry-content .wp-block-search,
.comment-content .wp-block-search,
.page--content .wp-block-search {
  margin-bottom: 30px;
}

.entry-content .wp-block-search .wp-block-search__input,
.comment-content .wp-block-search .wp-block-search__input,
.page--content .wp-block-search .wp-block-search__input {
  border: 0px;
  border-bottom: 1px solid #3b3b3b;
}

.entry-content select,
.comment-content select,
.page--content select {
  width: 100%;
  height: 40px;
  background-color: #70BCFF;
  border: 0px;
  color: #fff;
}

.entry-content iframe,
.comment-content iframe,
.page--content iframe {
  max-width: 100%;
}

.entry-content .wp-block-media-text:last-child,
.comment-content .wp-block-media-text:last-child,
.page--content .wp-block-media-text:last-child {
  margin-bottom: 20px;
}

.entry-content .page-links .post-page-numbers,
.comment-content .page-links .post-page-numbers,
.page--content .page-links .post-page-numbers {
  height: 40px;
  width: 40px;
  margin-right: 5px;
}

.entry-content .page-links .post-page-numbers:hover,
.comment-content .page-links .post-page-numbers:hover,
.page--content .page-links .post-page-numbers:hover {
  text-decoration: none;
}

.entry-content .post-password-form,
.comment-content .post-password-form,
.page--content .post-password-form {
  max-width: 450px;
}

.entry-content .post-password-form .triplan-input-wrapper .triplan-input,
.comment-content .post-password-form .triplan-input-wrapper .triplan-input,
.page--content .post-password-form .triplan-input-wrapper .triplan-input {
  border: 0px;
}

.entry-content .post-password-form .triplan-input-wrapper .triplan-input .input, .entry-content .post-password-form .triplan-input-wrapper .triplan-input input,
.comment-content .post-password-form .triplan-input-wrapper .triplan-input .input,
.comment-content .post-password-form .triplan-input-wrapper .triplan-input input,
.page--content .post-password-form .triplan-input-wrapper .triplan-input .input,
.page--content .post-password-form .triplan-input-wrapper .triplan-input input {
  border: 1px solid #9E9E9E;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 20px;
  border-right: 0px;
}

.entry-content .post-password-form .triplan-input-wrapper .triplan-input .triplan-btn, .entry-content .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search .wp-block-search__button, .entry-content .wp-block-search .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search__button, .comment-content .wp-block-search .entry-content .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search__button, .page--content .wp-block-search .entry-content .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search__button, .entry-content .post-password-form .triplan-input-wrapper .triplan-input button,
.comment-content .post-password-form .triplan-input-wrapper .triplan-input .triplan-btn,
.entry-content .wp-block-search .comment-content .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search__button,
.comment-content .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search .wp-block-search__button,
.comment-content .wp-block-search .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search__button,
.page--content .wp-block-search .comment-content .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search__button,
.comment-content .post-password-form .triplan-input-wrapper .triplan-input button,
.page--content .post-password-form .triplan-input-wrapper .triplan-input .triplan-btn,
.entry-content .wp-block-search .page--content .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search__button,
.comment-content .wp-block-search .page--content .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search__button,
.page--content .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search .wp-block-search__button,
.page--content .wp-block-search .post-password-form .triplan-input-wrapper .triplan-input .wp-block-search__button,
.page--content .post-password-form .triplan-input-wrapper .triplan-input button {
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Post Author Info */
.post-author {
  padding: 40px 0;
}

@media only screen and (max-width: 575px) {
  .post-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

.post-author .author-thumb {
  margin-right: 30px;
}

@media only screen and (max-width: 575px) {
  .post-author .author-thumb {
    margin-bottom: 30px;
  }
}

.post-author .author-info h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.post-author .author-info p {
  margin-bottom: 0;
}

/* Post Navigation */
.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-navigation .nav-link {
  -ms-flex-preferred-size: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
  max-width: 350px;
}

.post-navigation .nav-link .nav-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  opacity: .5;
  margin-bottom: 17px;
  color: #8D8D8D;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.post-navigation .nav-link .nav-title i {
  margin-right: 10px;
}

.post-navigation .nav-link .nav-title.text-right i, .post-navigation .nav-link .nav-title.nav-link:last-child i {
  margin-left: 10px;
}

.post-navigation .nav-link .posted-on {
  margin: 10px 0 2px;
  display: block;
  font-size: 14px;
  color: #8D8D8D;
}

.post-navigation .nav-link:hover .nav-title {
  opacity: 1;
}

.post-navigation .nav-link:hover .traffil-disabled .nav-title, .post-navigation .nav-link:hover .triplan-disabled .nav-title {
  opacity: .3;
}

.post-navigation .traffil-disabled, .post-navigation .triplan-disabled {
  cursor: not-allowed;
}

.post-navigation .traffil-disabled .nav-title, .post-navigation .triplan-disabled .nav-title {
  pointer-events: none;
  opacity: .3;
}

.entry-footer .border-top {
  border-top: 1px solid #E2E2E2;
}

.entry-footer .border-bottom {
  border-bottom: 1px solid #E2E2E2;
}

/* Related Post */
.related-post h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.related-post .single-post {
  margin-bottom: 0;
}

/* Post Comments */
.comments-area .comments-title {
  margin-bottom: 25px;
}

.comments-area > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment .single-comment {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment .single-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comments-area .comment .single-comment .comment-author-image {
  min-width: 65px;
  margin-right: 30px;
  overflow: hidden;
}

.comments-area .comment .single-comment .comment-author-image img {
  border-radius: 50px;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment .single-comment .comment-author-image {
    margin-bottom: 30px;
  }
}

.comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content {
  max-width: calc(100% - 95px);
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content {
    max-width: 100%;
  }
}

.comments-area .comment .single-comment .comment-content .author_name {
  margin-right: 10px;
  margin-bottom: 0;
}

.comments-area .comment .single-comment .comment-content .commented-on {
  font-size: 12px;
}

.comments-area .comment .single-comment .comment-content p {
  margin: 7px 0 5px;
}

.comments-area .comment .single-comment .comment-content .comment-reply-link i {
  margin-right: 6px;
}

.comments-area .comment .single-comment + .comment-respond {
  margin-top: 0;
  margin-bottom: 50px;
}

.comments-area .comment ul.children {
  margin-left: 30px;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment ul.children {
    padding-left: 0;
  }
}

/* Comments Form */
.comment-respond .comment-reply-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.comment-respond .comment-form .comment-notes {
  margin-bottom: 30px;
  font-size: 14px;
  color: #3d3d3d;
}

.comment-respond .comment-form .theme-input-style, .comment-respond .comment-form .entry-content select, .entry-content .comment-respond .comment-form select,
.comment-respond .comment-form .comment-content select, .comment-content .comment-respond .comment-form select,
.comment-respond .comment-form .page--content select, .page--content .comment-respond .comment-form select {
  margin-bottom: 35px;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  width: 100%;
  padding-bottom: 7.5px;
}

.comment-respond .comment-form .custom-checkbox {
  margin-bottom: 25px;
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comment-respond .comment-form .custom-checkbox label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57143;
}

.comment-respond .comment-form .custom-checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
}

.comment-respond .comment-form .custom-checkbox label input:checked + .checkmark:after {
  opacity: 1;
  visibility: visible;
}

.comment-respond .comment-form .custom-checkbox label .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #70BCFF;
  border-radius: 4px;
}

.comment-respond .comment-form .custom-checkbox label .checkmark:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  margin: -1px 0px 0px -2px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.comment-respond p.custom-checkbox {
  display: block;
  white-space: normal;
}

/* Alignments */
@media only screen and (min-width: 1200px) {
  .no-sidebar .alignwide {
    max-width: 1110px;
    width: 1110px;
    margin-left: calc(-1110px/2 + 100%/2);
    margin-right: calc(-1110px/2 + 100%/2);
  }
}

.no-sidebar .alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc( -100vw/2 + 100%/2);
  margin-right: calc( -100vw/2 + 100%/2);
}

.alignleft {
  float: left;
  margin-right: 30px !important;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 30px !important;
  margin-bottom: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.aligncenter {
  text-align: center;
}

.no-sidebar .alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc( -100vw/2 + 100%/2);
  margin-right: calc( -100vw/2 + 100%/2);
}

/* Captions */
figcaption,
.gallery-caption {
  display: block;
  margin-top: 1em;
  font-size: 12px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.comment-edit-link {
  font-size: 12px;
  font-style: italic;
}

.logged-in-as a {
  font-weight: 700;
}

.single-format-chat .post-details .entry-content > p:nth-child(odd) {
  background-color: #FFFBF9;
  padding: 15px;
}

/* ************************
    3.6 404
   ********************* */
.content-404 h2 {
  font-weight: 500;
}

.content-404 h1 {
  font-size: 120px;
  line-height: 1.775;
  font-weight: 900;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .content-404 h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .content-404 h1 {
    font-size: 40px;
  }
}

.content-404 .btn.btn-borderd {
  border: 2px solid;
  border-color: #fff;
  background-color: #fff;
}

.content-404 .btn.btn-borderd:hover {
  background-color: #70BCFF;
  border-color: #70BCFF;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

/* ************************
   Coming Soon
   ********************* */
@media only screen and (min-width: 1200px) {
  .coming-soon-container {
    padding-left: 105px;
    padding-right: 105px;
  }
}

@media only screen and (max-width: 1199px) {
  .coming-soon-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .coming-soon-container {
    min-height: 1080px;
  }
}

@media only screen and (max-width: 575px) {
  .coming-soon-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.coming-soon-header {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: inherit;
  min-height: 100px;
}

.coming-soon-header .socials a {
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .coming-soon-header .socials a {
    height: 40px;
    width: 40px;
  }
}

.coming-soon-header .socials a:hover {
  color: #70BCFF;
}

.coming-soon-content h2 {
  font-size: 40px;
  font-size: 400;
}

@media only screen and (max-width: 991px) {
  .coming-soon-content h2 {
    font-size: 30px;
  }
}

.coming-soon-content h1 {
  font-size: 120px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .coming-soon-content h1 {
    font-size: 60px;
  }
}

.coming-soon-content p {
  max-width: 750px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.coming-soon-content .newslatter-form {
  max-width: 560px;
}

.coming-soon-content .newslatter-form .theme-input-style, .coming-soon-content .newslatter-form .entry-content select, .entry-content .coming-soon-content .newslatter-form select,
.coming-soon-content .newslatter-form .comment-content select, .comment-content .coming-soon-content .newslatter-form select,
.coming-soon-content .newslatter-form .page--content select, .page--content .coming-soon-content .newslatter-form select {
  border-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

/* ************************
    3.7 Contact
   ********************* */
.single-contact-info:not(:last-child) {
  margin-bottom: 40px;
}

.single-contact-info h4 {
  margin-bottom: 20px;
}

.single-contact-info p {
  margin-bottom: 0;
}

.single-contact-info p:not(:last-child) {
  margin-bottom: 5px;
}

.single-contact-info p a {
  color: #3d3d3d;
}

.single-contact-info p a:hover {
  color: #70BCFF;
}

.single-contact-info p a:not(:last-child):after {
  content: ',';
  color: inherit;
}

.single-contact-info p strong {
  color: #021F94;
}

/* Contact Form */
.contact-form-wrapper h4 {
  margin-bottom: 25px;
}

.contact-form-wrapper .theme-input-style, .contact-form-wrapper .entry-content select, .entry-content .contact-form-wrapper select,
.contact-form-wrapper .comment-content select, .comment-content .contact-form-wrapper select,
.contact-form-wrapper .page--content select, .page--content .contact-form-wrapper select {
  margin-bottom: 30px;
  padding: 0;
}

/* Follow Us */
.follow-us h2 {
  margin-bottom: 20px;
}

.follow-us .socials a {
  border: 2px solid #FFF5E5;
  background-color: transparent;
  width: 50px;
  height: 50px;
}

.follow-us .socials a:hover {
  background-color: #FFF6F1;
}

/* ************************
   About
   ********************* */
.about-text h3 {
  margin-bottom: 8px;
}

.about-text h3 + p {
  margin-bottom: 30px;
}

.about-text blockquote {
  text-decoration: none;
  margin: 0;
  margin-bottom: 18px;
}

.about-text blockquote P {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5;
  color: #021F94;
}

/* About Image */
.about-image {
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -100%;
}

@media only screen and (max-width: 991px) {
  .about-image {
    display: block;
    margin: auto;
  }
  .about-image img {
    max-width: 100% !important;
  }
}

.about-image img {
  margin-left: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

/* Video Area */
@media only screen and (max-width: 1199px) {
  .video-area {
    margin-left: 0;
    margin-bottom: 50px;
    display: block;
    text-align: center;
  }
  .video-area img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.video-area.bg-overlay:after {
  z-index: 0;
  opacity: .3;
}

.video-area .vdo_btn {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Organic About Feature */
.single-oaf {
  max-width: 435px;
}

.single-oaf:not(:last-child) {
  margin-bottom: 30px;
}

.single-oaf .oaf-icon {
  margin-right: 20px;
}

.single-oaf .oaf-icon i {
  font-size: 35px;
  color: #61AA30;
}

.single-oaf .oaf-content h5 {
  margin-bottom: 5px;
}

.oaf-image {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: -190px;
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 992) {
  .oaf-image {
    margin-left: 0;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .oaf-image {
    max-width: 100%;
  }
}

/* Mission & Vision */
.mission-blockquote p {
  line-height: 1.5;
  font-size: 20px;
  font-style: italic;
}

.mission-blockquote h5 {
  margin-bottom: 5px;
}

/* About Gallery */
.gallery-slider .single-slide p {
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  margin-top: 25px;
  line-height: 1;
}

.gallery-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 3px;
}

@media only screen and (max-width: 991px) {
  .gallery-slider .owl-nav {
    position: static;
    margin-top: 10px;
  }
}

.gallery-slider .owl-nav button {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.gallery-slider .owl-nav button.owl-next {
  margin-left: 20px;
}

/* About Feature */
.about-feature .feature-title {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 50px;
}

.about-feature .feature-title span {
  display: block;
  font-weight: 300;
}

.about-feature .single-about-feature {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .about-feature .single-about-feature {
    margin-bottom: 40px;
  }
}

.about-feature .single-about-feature h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.about-feature .vdo-btn-wrapper {
  margin-top: 60px;
}

.about-feature .vdo-btn-wrapper .vdo_btn {
  border: 1px solid #d1d1d1;
  background-color: transparent;
}

.about-feature .vdo-btn-wrapper h6 span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* Category Hover */
.hover-effect, .single-team .team-thumb {
  overflow: hidden;
  position: relative;
  line-height: 0;
  display: block;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.hover-effect:before, .single-team .team-thumb:before, .hover-effect:after, .single-team .team-thumb:after {
  position: absolute;
  top: 0;
  left: -175%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  pointer-events: none;
}

.hover-effect:after, .single-team .team-thumb:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  right: -175%;
  left: auto;
  top: -0%;
}

.hover-effect:hover:before, .single-team .team-thumb:hover:before {
  animation: shine 1s;
  -webkit-animation: shine 1s;
}

.hover-effect:hover:after, .single-team .team-thumb:hover:after {
  animation: shine2 1s;
  -webkit-animation: shine2 1s;
}

/* Team */
.single-team {
  margin-bottom: 30px;
}

.single-team .team-thumb {
  margin-bottom: 30px;
}

.single-team .team-info h4 {
  line-height: 1.5;
  margin-bottom: 0;
}

.single-team .team-info p {
  margin-bottom: 0;
  font-size: 14px;
}

/* Counter */
.single-counter {
  margin-bottom: 35px;
}

.single-counter h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  margin-top: -8px;
  margin-bottom: 0;
  color: #021F94;
}

/* Testimonial */
.single-testimonial .author-thumb {
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.single-testimonial .author-thumb img {
  width: auto;
}

.single-testimonial .testimonial-text h4 {
  margin-bottom: 10px;
  color: #021F94;
}

.testimonial-slider .owl-nav {
  margin-top: 30px;
  text-align: center;
  color: #555555;
  font-weight: 700;
  font-size: 14px;
}

.testimonial-slider .owl-nav button {
  margin: 0 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: .5;
}

.testimonial-slider .owl-nav button.owl-next span {
  margin-left: 5px;
}

.testimonial-slider .owl-nav button.owl-prev span {
  margin-right: 5px;
}

.testimonial-slider .owl-nav button:hover {
  opacity: 1;
}

@-webkit-keyframes shine {
  100% {
    left: 160%;
  }
}

@keyframes shine {
  100% {
    left: 160%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
  }
}

@-webkit-keyframes shine2 {
  100% {
    right: 160%;
  }
}

@keyframes shine2 {
  100% {
    right: 160%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    top: 0;
  }
}

.article ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.article ul li {
  position: relative;
  padding-left: 23px;
}

.article ul li:after {
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 4px;
  content: '';
  background-color: #021F94;
}

.article p:last-child {
  margin-bottom: 0;
}

.traffil-fluid {
  overflow: hidden;
}