@font-face {
    font-family: Gordita-Regular;
    src: url(../fonts/Gordita/Gordita-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: Gordita-Regular;
    src: url(../fonts/Gordita/Gordita-Medium.otf) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: Gordita-Regular;
    src: url(../fonts/Gordita/Gordita-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: Northwell;
    src: url(../fonts/northwell/northwell.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: 'Gordita-Regular', sans-serif !important;
    /*overflow-x: hidden;*/
    font-size: 14px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    color: #5d5d64;
}

#svg-icon,
a,
a:focus,
a:hover,
img {
    outline: 0;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    cursor: pointer;
    text-decoration: none;
}

p {
    color: #5d5d64;
    line-height: 24px;
    font-size: 15px;
    font-family: 'Gordita-Regular', sans-serif !important;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

hr {
    margin: 10px 0;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #404040;
    font-family: Gordita-Regular, sans-serif;
}

h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.overlay {
    background: linear-gradient(-150deg, #1084c1 0, #2f6e8e 97%);
    height: 100%;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
    line-height: 40px;
}

h5 {
    font-size: 18px;
}

.decorated {
    overflow: hidden;
    text-align: center;
}

.decorated > span {
    position: relative;
    display: inline-block;
}

figure {
    margin: 0;
}

.heading-intro p {
    font-size: 16px;
    padding: 0 100px;
}

.text-orange {
    color: #f7941d;
    font-weight: 400;
}

.mt-btn {
    background: #f7941d;
    padding: 12px 30px;
    color: #fff;
    border-radius: 32px;
    border: none;
    font-weight: 500;
    transition: all 0.4s;
}

#commentform input.mt-btn:hover,
.mt-btn.primary,
.mt-btn:hover {
    background: #2b8dfc;
    color: #fff;
}

.mt-btn.primary {
    width: 100%;
    margin-top: 0;
}

.mt-btn.primary:hover {
    margin-top: 0;
}

#language {
    padding: 5px;
    border: 1px solid #ccc;
    width: 110px;
    padding: 8px 10px;
    margin-left: 10px;
}

.breadcrumb {
    display: inline-block;
    margin-top: 15px;
    background: rgba(40, 40, 40, 0.6);
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb {
    color: #ddd;
}

.br .mt-content {
    margin-bottom: 30px;
}

.mt-content h3 {
    font-size: 20px;
}

.mt-content.sidebar h3 {
    background: #85b716;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
}

.logo {
    padding: 5px 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 160px;
}

#hdr-signup {
    background: rgba(45, 46, 56, 0.9);
    padding: 5px 0;
    color: #fff;
    position: relative;
}

#hdr-signup p {
    color: #eee;
    line-height: 35px;
    margin: 0;
    font-size: 14px;
}

#hdr-signup form {
    text-align: right;
}

.hdr-signup input {
    width: 200px;
    font-size: 14px;
    height: 34px;
    border-radius: 4px;
    border: none;
    padding: 0 10px;
}

.hdr-signup .sgn-btn {
    width: auto;
    font-size: 14px;
    background: #00aeef;
    color: #fff;
    font-weight: 700;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 13px;
}

.close-btn a {
    color: #fe890f;
}

#main-navigation {
    background: #2b8dfc;
}

.mobile-link {
    display: none;
}

.top-contact {
    text-align: center;
    padding: 5px;
}

.top-contact h5 {
    color: #c6c0c0;
}

.top-contact h5 span {
    color: #fff;
}

.header-right {
    text-align: right;
    padding: 22px 0;
}

.header-social ul {
    margin: 0;
}


.header-right ul li:last-child {
    border-right: none;
}

.header-right ul li a {
    color: #666;
}

.header-right ul li a:hover {
    color: #fe890f;
}

.header-right .enquiry,
.header-right .phone,
.header-right .selectdiv,
.header-right ul,
.header-social,
.mt-cart {
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
}

.header-right ul li {
    display: inline-block;
}

.enquiry {
    margin: 0 10px;
    margin-right: 0;
}

.enquiry a,
.mt-btn, .payment-btn {
    background: #f7941d;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 32px;
    border: none;
}

.enquiry a {
    padding: 7px 20px;
}

.enquiry .flaticon-user:before {
    font-size: 14px;
}

.enquiry svg {
    margin-right: 5px;
}

.enquiry a:hover,
.mt-btn:hover, .payment-btn:hover {
    background: #2b8dfc;
}

.phone a {
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    margin-left: 10px;
    text-align: left;
    font-size: 24px;
    color: #f7941d;
    font-weight: 700;
    letter-spacing: 2px;
}

.phone .flaticon-telephone {
    display: inline;
}

.phone .flaticon-telephone:before {
    font-size: 40px;
    color: #f7941d;
}

.phone span {
    font-size: 12px;
    display: block;
    color: #666;
    letter-spacing: 0;
    font-weight: 500;
}

.well .field select,
.well .field input {
    width: 70%;
    border: none;
    box-shadow: none;
    height: 65px;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 8px;
}

.well .field select {
    width: 30%;
    float: left;
    background-color: #f5f9fe !important;
    color: #3c3f49;
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-position: bottom 23px right 15px !important;
}

.well .field input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* .well .field.date input {
    border-left: 1px solid #ccc;
} */

.well button {
    width: 20%;
    height: 65px;
    border: none;
    background: #ff6616;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.dropdown2 {
    position: relative;
}

.dropdown-menu2 {
    position: absolute;
    right: -100%;
    top: 0;
    z-index: 9;
    display: none;
}

.dropdown-menu2 li a {
    width: 100%;
}

.mysticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar {
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
}

.navbar-default {
    background: 0;
}

/*.activeTab{*/
/*       width: 100%;
    background: #fff;
}*/

span.mt-tagline {
    float: right;
    font-family: Northwell, sans-serif;
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px 0 0;
    opacity: .9;
    transform: rotate(-3deg);
    text-shadow: 3px 3px 7px rgba(50, 50, 50, 0.5);
}

.navbar-nav .nav-item {
    float: none;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link {
    padding: 12px 0;
    font-weight: 500;
    color: #f6f6f6;
    margin-right: 50px;
    font-size: 16px;
    position: relative;
}

.navbar-nav .nav-item .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0%;
    height: 2px;
    background: 0 0;
    transition: all .4s;
    z-index: 99;
}

.navbar-nav .nav-item .nav-link:hover:before, .activeTab .nav-link:before {
    width: 100% !important;
    background: #fff !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#billboard {
    position: relative;
    background: rgb(43, 42, 44);
}

.flexslider ul.flex-direction-nav {
    display: none;
}

#billboard:hover .flexslider ul.flex-direction-nav {
    direction: block;
}

.flexslider .slides img {

    opacity: 0.9;
}

#billboard .well {
    width: 700px;
    max-width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background: 0 0;
    text-align: center;
    z-index: 9;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transform: translate(-50%, -50%);
}

.well h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 0 20px rgba(57, 57, 52, 0.3);
    text-align: center;
}

.well p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(57, 57, 52, 0.3);
}

.selectdiv {
    position: relative;
    width: 100%; /* Ensure it takes full width on mobile */
    max-width: 100%; /* Avoid overflow */
    box-sizing: border-box; /* Include padding in width calculation */
}

.selectdiv select {
    width: 100%;
    padding-right: 30px; /* Make space for the icon */
    box-sizing: border-box;
    appearance: none; /* Remove native select arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.selectdiv:before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: FontAwesome;
    content: '\f107';
    color: #999;
    z-index: 9;
    font-size: 20px;
    pointer-events: none; /* Let user click through icon */
}


#searchForm {
    box-shadow: 0 15px 80px rgba(57, 57, 52, 0.3);
    border-radius: 8px;
    position: relative;
}

.well .nav-tabs > li {
    background: rgba(255, 255, 255, 0.5);
    float: none;
    display: inline-block;
    padding: 0;
    margin-right: -2px;
}

.well .nav-tabs > li a {
    font-size: 15px;
    font-weight: 700;
    color: #666;
    margin: 0;
}

.well .nav-tabs > li.active > a,
.well .nav-tabs > li.active > a:focus,
.well .nav-tabs > li.active > a:hover {
    color: #ed9c19;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.95);
}

.activeTab {
    /*  width: 100%;*/
    /*  background: #fff;*/
}

#eem-tab .well .col-sm-6,
.well #eem-tab .col-md-12,
.well #eem-tab .col-md-6 {
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 5px;
}

.well i.fa {
    padding-right: 5px;
}

.btn-primary {
    height: 45px;
    font-weight: 500;
    background: #2b8dfc;
    border: none;
    line-height: 39px;
}

.btn-secondary {
    background: #eee;
    color: #4e555b;
    font-weight: 500;
}

input#coupon {
    height: 48px;
}

#trending-trips .container-fluid {
    padding: 0 80px;
}

#trending-trips {
    background: #f9f9f9;
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

#trending-trips:before {
    background-image: url(../images/dot-map.png);
    background-position: top;
    background-repeat: repeat-x;
    position: absolute;
    top: -48px;
    width: 40%;
    height: 100%;
    right: 0;
    content: "";
}

.heading-intro {
    margin-bottom: 30px;
    text-align: center;
}

.heading-intro svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.owl-item {
    width: 300px;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}

.owl-next {
    right: -15px;
    left: auto;
}

.owl-buttons i {
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    border: 1px solid #eee;
    color: #aaa;
}

.owl-item {
    padding: 0 5px 20px 5px;
}

.service-image {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    margin: 0 10px;
    transition: all .4s;
    position: relative;
    z-index: 777;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
}


.service-image:hover {
    box-shadow: 0 0 40px rgba(10, 10, 10, 0.2);
}

#ftd-lists .service-image {
    padding: 0 10px;
}

.service-image h4 {
    margin: 0 0 15px;
    text-align: left;
    font-size: 17px;
    line-height: 25px;
}

.mt-guides figure,
.service-image figure {
    position: relative;
}

.header-social ul {
    margin: 0;
}

.mt-guides figure figcaption,
.service-image figure figcaption {
    position: absolute;
    bottom: -15px;
    background: #ff6616;
    color: #fff;
    left: 20px;
    text-align: left;
    padding: 5px 15px;
    border-radius: 4px;
}

.service-image figure figcaption p {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
}

.service-image figure figcaption p span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 0 7px 0 0;
    line-height: 12px;
    letter-spacing: 0;
}

.service-image figure figcaption a {
    color: #fe890f;
    font-weight: 700;
}

.service-image figure figcaption a:hover {
    color: #85b716;
}

.mt-guides figure:hover figcaption {
    visibility: visible;
    top: 0;
}

.pkg-descriptions .altitude,
.pkg-descriptions .days {
    float: left;
    font-size: 14px;
}

.pkg-descriptions p.days i.fa {
    color: #fe890f;
}

.dtl-btn {
    margin-top: 9px !important;
    float: right;
}

#hotel-lists .dtl-btn,
.dtl-btn a {
    color: #2b8dfc;
    border: 2px solid #eee;
    padding: 6px 15px;
    display: inline-block;
    font-size: 14px;
    float: right;
    font-weight: 400;
    border-radius: 4px;
}

#hotel-lists .dtl-btn:hover,
.dtl-btn a:hover {
    background: #2b8dfc;
    border: 2px solid #2b8dfc;
    color: #fff;
}

#toptour-lists .dtl-btn {
    position: absolute;
    top: 70%;
    border-radius: 22px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: orange;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    opacity: 0;
    z-index: 99;
    transition: all 0.4s;
}

#toptour-lists .dtl-btn:hover {
    background: #2b8dfc;
}

#toptour-lists .service-image:hover .dtl-btn {
    opacity: 1;
    top: 50%;
    width: 140px;
    text-align: center;
}

.pkg-descriptions {
    padding: 25px;
    background: #fff;
}

.pkg-descriptions span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.pkg-descriptions p {
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.pkg-descriptions p.days {
    margin-right: 15px;
}

#top-tours {
    padding: 60px 0 0;
}

#toptour-lists .service-image {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 30px;
    background: #0c66ce;
}

#toptour-lists .service-image:before {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .86;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 12%, rgba(30, 30, 30, 0.5) 90%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 12%, rgba(30, 30, 30, 0.5) 90%);
    height: 60%;
    border-radius: 3px;
    content: '';
    z-index: 9;
}

#toptour-lists .service-image:hover img {
    opacity: .6;
    transform: scale(1.1);
}

.tab-pane section.content.invoice .logo {
    width: auto;
    text-align: left;
}

.tab-pane section.content.invoice .logo img {
    width: 230px;
    text-align: left;

}

section.content.invoice .logo a {

    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.tab-pane section.content.invoice .logo address {
    display: block;
    margin: 0 auto 30px;
    text-align: left;
}

.row.no-print {
    justify-content: flex-end;
}

figcaption.pkg-descriptions.clearfix {
    background: 0 0;
    top: auto;
    bottom: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 99;
}

.service-image figcaption.pkg-descriptions h4 {
    text-align: center;
    margin-bottom: 5px;
    color: #fff;
    font-size: 22px;
    transition: all 0.4s;
}

.service-image figcaption.pkg-descriptions p {
    color: #fff;
    opacity: 0.9;
}

figcaption.pkg-descriptions .dtl-btn {
    float: none;
}

.cta-section {
    background: url(../images/mid-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 110px 0;
    text-align: center;
    margin-top: 60px;
}

.cta-section .mt-btn {
    font-size: 16px;
    padding: 15px 30px;
}

.cta-intro {
    max-width: 780px;
    margin: 0 auto;
}

.cta-section h1 {
    color: #fff;
    text-shadow: 0 0 20px rgba(57, 57, 52, 0.4);
    font-size: 34px;
    margin-bottom: 12px;
}

.cta-section p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
    text-shadow: 0 0 20px rgba(57, 57, 52, 0.4);
}

#hotel-lists figcaption {
    position: inherit;
    left: auto;
    text-align: left;
    top: auto;
    padding-bottom: 15px;
}

#hotel-lists figcaption h4 {
    text-align: left;
    font-size: 17px;
    line-height: 26px;
    min-height: 60px;
}

#hotel-lists .service-image,
#visa-lists .service-image {
    border: none;
    border-radius: none;
}

#hotel-lists .service-image img,
#visa-lists .service-image img {
    overflow: hidden;
    margin-bottom: 15px;
}

#hotel-lists figcaption h4,
#hotel-lists figcaption p,
#visa-lists figcaption h4 {
    color: #333;
}

#hotel-lists figcaption p,
#visa-lists figcaption p {
    float: left;
}

.welcome-container {
    padding: 50px 0;
    position: relative;
}

section#top-visas {
    margin: 50px 0;
}

footer {
    background: #fcfcfc;
    padding: 60px 0;
    position: relative;
    border-top: 1px solid #ddd;
}

.ftr-logo {
    width: 200px;
}

.footer-widget h5 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #f7941d;
    font-weight: 700;
}

span.mt-payment {
    margin-bottom: 20px;
    display: block;
}

.footer-widget li a {
    display: block;
    margin-bottom: 7px;
    color: #8c8d91;
}

.footer-widget li a:hover {
    color: #2b8dfc;
}

footer .container-fluid {
    padding: 0 100px;
}

.gZPQRQ {
    width: 3.5rem;
    margin-bottom: 1rem;
    margin-right: 0.8rem;
}

span.mt-listed img {
    height: 50px;
    margin-right: 10px;
}

.social li a i.fa {
    line-height: 35px;
}

.social {
    text-align: center;
    margin: 20px auto;
}

.social ul li {
    float: left;
    margin: 0 5px;
}

.social ul li.first-child {
    padding-left: 0;
}

.social ul li a {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    width: 35px;
    height: 35px;
    color: #fff;
}

.social ul li a:hover {
    color: #c1d120;
}

#newsletter-signup input {
    width: 60%;
    height: 45px;
    border: none;
    padding: 0 15px;
    float: left;
    background: #666;
    color: #fff;
}

#newsletter-signup .sgn-btn {
    width: 20%;
    float: left;
    background: #85b716;
    color: #fff;
    font-weight: 700;
}

.google-map {
    margin-top: 10px;
}

.google-map i.fa {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

.google-map > a {
    color: #fff;
    font-size: 1em;
    background: 0 0;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    border: 2px solid #ccc;
    border-radius: 22px;
    margin-top: 10px;
}

.google-map > a:hover {
    background: #fe890f;
    border: 2px solid #fe890f;
}

.copyright {
    margin: 40px 0 0;
    text-align: center;
    padding: 15px 0 0;
    color: #9b9b9b;
    font-size: 14px;
}

.footer-links li {
    display: block;
    float: none;
    padding: 3px 0;
}

footer .title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.top-footer {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
}

.footer-guaranteed p,
address p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

.footer-links a {
    color: #45ab4a;
    font-weight: 700;
    border-bottom: 1px solid #555;
    padding-bottom: 8px;
    display: inline-block;
}

.copyright p {
    color: #ccc;
}

.copyright a,
.copyright span {
    color: #2b8dfc;
}

.copyright a:hover {
    opacity: 0.6;
}

footer::before {
    z-index: 0;
}

section.inner-banner {
    padding: 100px 0;
    background-repeat:no-repeat;
    background-position: center;
    position: relative;
    /*background-attachment: fixed;*/
    transition: all 0.4s;
}

.inner-banner:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    content: '';
    background: url(../images/banner-shadow.png) no-repeat;
    background-size: cover;
}

.inner-content {
    position: relative;
    z-index: 777;
}

section.mid-section {
    padding: 80px 0;
    background: #f1f4f5;
}

.inner-content h1 {
    font-size: 50px;
}

.lg-text {
    font-size: 18px;
    line-height: 30px;
}

form.form-area {
    background: #fff;
    padding: 30px;
    border-top: 5px solid orange;
}

form.form-area select {
    height: 40px;
}

form.form-area input[type=submit] {
    border: none;
}

ul.mt-lists {
    margin-top: 30px;
}

ul.mt-lists li {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}

ul.mt-lists li:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background: url(../images/tick-circle.png) no-repeat center center;
    background-size: 100%;
    content: "";
}

.accordion-wrap h5:before {
    position: absolute;
    right: 20px;
    top: 20px;
    content: '+';
    font-size: 40px;
    font-weight: 100;
    transition: all 0.4s;
}

.accordion-wrap {
    margin: 20px 0;
}

.accordion-wrap h5 {
    background: #f5f5f5;
    border: none;
    text-transform: capitalize;
    font-family: Lato, sans-serif;
    letter-spacing: 0;
    font-size: 17px;
    position: relative;
    padding: 20px 40px 20px 20px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.4s;
    line-height: 26px;
}

.accordion-wrap h5:hover {
    background: #fff;
    border: 1px solid #ddd;
}

.wrap-content {
    margin: 20px 0 40px;
    padding: 0 20px;
}

.accordion-wrap h5.active {
    background: #2b8dfc;
    color: #fff;
}

.accordion-wrap h5.active:before {
    content: "-";
}

#mt-features {
    margin-top: 60px;
    text-align: center;
}

#mt-features li {
    width: 20%;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    vertical-align: top;
}

#mt-features li {
    position: relative;
}

#mt-features li:before {
    position: absolute;
    content: '';
    top: -30px;
    left: 50%;
    height: 100px;
    width: 100px;
    background: #97dcff21;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 22px;
    transition: 0.4s;
}

#mt-features li span {
    transition: all .4s;
    display: inline-block;
}

#mt-features li:hover span {
    transform: scale(1.1);
}

#mt-features li:hover:before {
    border-radius: 50%;
}

#mt-features li p {
    font-weight: 500;
    color: #2b8dfc;
    margin-top: 30px;
}

#cta-content {
    background: #f7941d;
    padding: 80px 0;
    background-image: url(../images/geometry.png);
}

section#cta-content .mt-btn {
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #fff;
    font-size: 18px;
}

section#cta-content .mt-btn:hover {
    background: #fff;
    color: #f7941d;
}

.contact-page {
    background: url(../images/contact-bg.jpg) no-repeat bottom (center / cover);
    padding: 40px 0 400px;
}

.contact-icons img {
    border-radius: 50%;
    margin-right: 5px;
}

.contact-icons a:hover img {
    opacity: 0.6;
}

.right-contact .mt-btn {
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 15px;
}

.panel-body .input-forms,
.panel-login .input-forms {
    width: 75%;
    float: right;
}

.contact-form .form-group. .panel-body .form-group {
    overflow: hidden;
}

.contact-form {
    margin-top: 60px;
}

#faq-section .contact-form {
    margin: 0;
}

.contact-form .form-control,
.contact-form select,
.panel-body .form-control,
.panel-body select {
    height: 45px;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #333;
}

.contact-form h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 30px;
    color: #666;
    font-style: italic;
}

.contact-page textarea,
.panel-body textarea {
    min-height: 140px;
    box-shadow: none;
    border-radius: 0;
    resize: none;
}

.contact-page address {
    background: #f5f5f5;
    padding: 30px;
    line-height: 24px;
    color: #555;
    margin-bottom: 0;
}

.contact-page address i.fa {
    margin-right: 10px;
}

.mt-btn i.fa {
    margin-right: 10px;
}

.datepicker-days table {
    width: 100%;
    background: #fff;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    background-color: #fff;
}

address em {
    margin: 10px auto 5px;
    display: block;
    text-decoration: underline;
}

.panel-body .form-group {
    overflow: hidden;
}

span.visa-price {
    color: #2b8dfc;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

form.row.visa-form .form-group {
    margin-bottom: 0;
}

p.mt-reviews i.fa {
    color: #f7941d;
}

.call-block {
    background: #2b8dfc;
    padding: 20px;
}

.call-block form label {
    display: block;
    color: #fff;
}

.call-block form {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
}

.call-block form input {
    border: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 40px;
}

.call-block form input:focus {
    outline: 0;
}

#intro-banner {
    padding: 60px 0;
    background: #eee;
}

#intro-banner h2 {
    font-size: 36px;
    font-weight: 700;
}

#main-body {
    padding: 40px 0;
}

.faq-lists li p {
    display: none;
}

.faq-lists h3 {
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.faq-lists li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.faq-lists li:last-child {
    border-bottom: none;
}

.faq-lists h3 i.fa {
    float: right;
    transition: all 0.4s ease-in-out 0s;
}

.faq-lists h3.active i.fa {
    transform: rotate(180deg);
}

.faq-lists h3.active,
.faq-lists h3:hover {
    color: #85b716;
}

#mv-section {
    padding: 60px 0;
    background: #f5f5f5;
}

.ta-mv {
    text-align: center;
    padding: 0 20px;
}

.ta-mv figure {
    margin-bottom: 20px;
}

.about-intro {
    padding: 150px 0 !important;
    position: relative;
}

.about-intro h2 {
    color: #fff;
}

.mt-content.first-div.abt-content {
    margin-top: -120px;
}

.mt-guides {
    margin-top: 20px;
}

.mt-guides figcaption {
    padding: 0;
}

.guides-section {
    padding: 20px 0 40px;
}

#sticky-social li {
    opacity: 1;
}

#sticky-social a, .header-social a {
    /*background: #2867B2;*/
    color: #000 !important;
    display: block;
    /*height: 35px;*/
    font: 16px "Open Sans", sans-serif;
    line-height: normal;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 25px;
    margin: 5px 0;
    z-index: 9;
    transition: all 0.5s ease;
}



#sticky-social a.facebook,
#sticky-social a.facebook span,
#sticky-social a.facebook:hover {
    /*background: #3b5998;*/
}

#sticky-social a i.fa, .header-social a i.fa {
    line-height: 35px;
    z-index: 999;
    color: #fff !important;
}

#sticky-social a span {
    line-height: 50px;
    right: -200px;
    position: absolute;
    text-align: center;
    width: 175px;
    z-index: -1;
    border-radius: 35px;
}

#sticky-social a:hover span {
    right: 13%;
    transition: all 0.5s ease;
}

#sticky-social a i.fa {
    line-height: 50px;
    z-index: 999;
}

#sticky-social, #sticky-enquiry {
    right: 20px;
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99;
    display: none;
}

.floating-wpp {
    z-index: 999;
}

#sticky-enquiry {

    display: block;
    right: 0;
    width: 24px;
    color: #fff;
    z-index: 999;


}

#sticky-enquiry a {
    color: #fff;
    background: #f7941d;
    font-size: 16px;
    padding: 12px;
    font-weight: bold;
    display: inline-block;
    bottom: 0;
    border-radius: 4px 4px 0 0;
    padding: 12px 30px;
    transform: rotate(-90deg);
    transform-origin: left;
    white-space: nowrap;
    box-shadow: 0 0 23px rgba(10, 10, 10, 0);
}

#sticky-enquiry a:hover {
    box-shadow: 0 0 23px rgba(10, 20, 20, 0.2); 
    background: #fca640;
}

#sticky-social a.facebook,
#sticky-social a.facebook span,
#sticky-social a.facebook:hover, .header-social a.facebook {
    /*background: #3b5998;*/
}

#sticky-social li {
    opacity: 1;
}

#sticky-social a.twitter,
#sticky-social a.twitter span,
#sticky-social a.twitter:hover, .header-social a.twitter {
    /*background: #00aced;*/
}

#sticky-social a.gplus,
#sticky-social a.gplus span,
#sticky-social a.gplus:hover, .header-social a.gplus {
    /*background: #dd4b39;*/
}

#sticky-social a.linkedin,
#sticky-social a.linkedin span,
#sticky-social a.linkedin:hover {
    /*background: #007bb6;*/
}

#sticky-social a.instagram,
#sticky-social a.instagram span,
#sticky-social a.instagram:hover, .header-social a.instagram {
    /*background: #F77737;*/
}

.header-social a:hover {
    opacity: 0.6;
}

.mt-reviews,
h4.sm-title {
    display: inline-block;
    margin-right: 14px;
}

form.row.visa-form {
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-dtls {
    font-size: 18px;
    color: #eee;
    font-weight: 500;
}

.contact-dtls span {
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}

.contact-icon img {
    font-size: 30px;
    color: #eee;
    margin-right: 15px;
}

.contact-box.d-flex {
    align-items: center;
    margin: 12px 0;
    background: rgba(0, 0, 0, 0.15);
    padding: 12px 30px;
    border-radius: 8px;
}

.card-totals {
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px;
}

.site-blocks-table.mb-4.table-responsive {
    margin: 0 !important;
}

.table thead th {
    font-weight: 500;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 16px;
    background: #ebf2ff;
    min-width: 160px;
}

.table-bordered {
    border: 1px solid #dee2e6;
    background: #faf9f9;
    text-align: center;
}

.input-group.mb-3 {
    margin: 0 auto;
}

.mt-wrapper {
    margin: 0 10px;
    padding: 0 50px;
}

.mt-wrapper h3 {
    letter-spacing: 1px;
}

.mt-wrapper h3::after,
.mt-wrapper h3::before {
    background: #e7eff5;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 25%;
}

.mt-wrapper h3:after {
    left: 1em;
    margin-right: -50%;
}

.mt-wrapper h3:before {
    right: 1em;
    margin-left: -50%;
}

.mt-wrapper input, .mt-wrapper select {
    height: 45px;
    font-size: 16px;
}

.mt-wrapper input.mt-btn {
    border: none;
    margin-bottom: 20px;
}

.fb-login,
.fb-upload,
.g-login,
.reg-upload {
    background: #3b5998 none repeat scroll 0 0;
    border: medium none;
    display: block;
    height: 48px;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    transition: all .3s ease-in-out;
    letter-spacing: .5px;
    padding: 15px 20px;
    display: inline-block;
}

.g-login {
    background: #c83833;
    margin-top: 5px;
}

.sigup-social button:hover {
    opacity: 0.8;
}

label {
    font-size: 15px;
    font-weight: 500;
    color: #43454b;
}

form.row.visa-form .form-control {
    height: 40px;
}

.fb-login i.fa,
.fb-upload i.fa,
.g-login i.fa,
.reg-upload img {
    padding-right: 10px;
}

.signup-social {
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 10px;
}

nav.nav-sidebar li {
    display: block;
    width: 100%;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 500;
}

.nav-sidebar li a {
    display: block;
    padding: 12px 15px;
    border-radius: 32px;
    color: #666;
}

.nav-sidebar li a.active {
    background: #f5f5f5;
    border-radius: 32px;
    color: #f7941d;
}

.user-table table {
    width: 1000px;
    background: #fff;
}

.user-table td a {
    font-size: 16px;
    color: #f7941d;
}

.btn-border {
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
    text-align: left;
}

.datepicker-days table {
    width: 220px;
    background: #fff;
    text-align: center;
}

.meta-filters button,
.meta-filters input {
    height: 40px;
    background: #f5f5f5;
    border: none;
}

span.input-group-addon {
    line-height: 40px;
    width: 40px;
    text-align: center;
}

.meta-filters .dropdown-toggle::after {
    position: absolute;
    right: 25px;
    top: 20px;
}

.mt-documents {
    background: #f5f5f5;
    padding: 20px 40px;
}

.mt-documents input {
    background: 0 0;
    border: #ffdead;
    color: #666;
    font-size: 16px;
}

.mt-profile-form span {
    font-weight: 500;
    width: 120px;
    display: inline-block;
    color: #666;
}

.mt-profile-form input,
.mt-profile-form select {
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 10px;
    width: 400px;
    max-width: 100%;
}

nav.nav-sidebar {
    height: 100%;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.mt-profile-form input[type=radio] {
    height: auto !important;
    width: auto;
}

input[type=file] {
    border: none;
}

.bg-orange {
    background: #f7941d;
    color: #fff;
}

.bg-orange input,
.bg-orange label {
    color: #fff;
}

.mt-documents.bg-orange label {
    width: 130px;
}

.mt-documents.bg-orange .form-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: .5rem;
    margin-bottom: 0.5rem;
}

.mt-documents.bg-orange .form-group:last-child {
    border: none;
}

.profile-document {
    padding-left: 40px;
}

span.anchor-div a {
    display: inline-block;
    margin: 2px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 22px;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
}

span.user-img img {
    border: 2px solid #666;
}

.mt-content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.profile-document h5 {
    color: #666;
    line-height: 26px;
    font-size: 17px;
}

.mt-content:last-child {
    border-bottom: 0;
}

/*.modal-content {
    text-align: center;
    border-radius: 22px;
}

.modal-body {
    position: relative;
    overflow: hidden;
    padding: 60px 40px;
    border-radius: 22px;
}

.modal-body:before {
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    left: 50%;
    right: 0;
    top: -70%;
    transform: translateX(-50%);
    background-image: url(../images/food.png);
    background-color: #f5f5f5;
    opacity: .7;
    background-size: 40%;
    content: "";
}*/

button.close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: #2ace65;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    z-index: 99;
}

.modal-section {
    position: relative;
    z-index: 99;
}

.ftr-btns {
    margin-top: 30px;
}

.comment-box {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 999;
    background: #fff;
    padding: 20px;
    transition: all .4s;
    border-radius: 22px;
    z-index: 99999;
    opacity: 0;
    -webkit-box-shadow: 10px 10px 46px 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 10px 46px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 46px 7px rgba(0, 0, 0, 0.15);
}

.comment-box textarea {
    border: none;
    background: 0 0;
    font-size: 16px;
    display: block;
}

.comment-box textarea:focus {
    outline: 0;
}

button.btn.mt-btn.comment-btn {
    float: right;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: radial-gradient(rgba(9, 50, 100, 0.9), transparent);
}

span.comment-close {
    right: 15px;
    position: absolute;
    font-size: 20px;
    color: #0062cc;
    top: 15px;
    cursor: pointer;
}

span.comment-close:hover {
    color: #999;
}

.review-section {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    margin-top: 100px;
    padding-top: 60px;
    position: relative;
}

.rating-block {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.rating-block:last-child {
    border-bottom: none;
    margin: 0;
}

.meta-desc {
    clear: both;
    margin-top: 10px;
}

.meta-desc p {
    font-size: 14px;
    line-height: 20px;
}

#mt-comments {
    overflow: hidden;
    margin-bottom: 30px;
}

p.mt-reviews.reviewRating {
    margin-bottom: 0;
}

.avatar {
    width: 20%;
    float: left;
    padding-right: 10px;
    text-align: center;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.avatar .user img {
    width: 80px;
    margin: 0 auto 5px;
    display: block;
}

#comment {
    width: 80%;
    float: right;
}

#comment textarea {
    width: 100%;
    float: left;
    background: #f5f5f5;
    height: 50px;
    border-radius: 22px;
    width: 100%;
    max-width: 100%;
    margin-right: 5px;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    border: none;
    font-size: 14px;
}

.submit-btn {
    margin-top: 10px;
}

#comment .submit-btn .mt-btn {
    padding: 10px 20px;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    width: 100px;
    text-align: center;
}

span.score {
    font-size: 30px;
    color: #2b8dfc;
    margin-right: 10px;
}

.mt-reviews {
    display: flex;
    margin-right: 14px;
    align-items: center;
}

#comment p {
    font-size: 14px;
}

div#comment em {
    color: #999;
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
}

h5.float-title {
    position: absolute;
    top: -20px;
    background: #999;
    color: #fff;
    padding: 10px 30px;
}

.nav-sidebar .user-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.user-avatar {
    text-align: center;
}

.booking-card {
    text-align: center;
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 8px;
    margin-top: 20px;
    background: #f5f5f5;
}

.booking-icon i {
    font-size: 40px;
    margin-bottom: 30px;
}

p.mt-data span {
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
    color: #00f;
    font-weight: 700;
}

form.review-form input {
    max-width: 100%;
    height: 50px;
    width: 400px;
    padding: 0 15px;
    border-radius: 22px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    margin-bottom: 10px;
}

form.review-form #comment:focus,
form.review-form input:focus {
    outline: 0;
    border: 1px solid #f7941d;
    background: #fff;
}

form.review-form #comment {
    width: 400px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 0 15px;
    float: none;
    resize: none;
    max-width: 100%;
    border-radius: 22px;
}

.mt-starreview a {
    font-size: 20px;
}

.mt-starreview a:hover {
    color: #f7941d;
}

.mt-starreview {
    margin-bottom: 30px;
}

form.review-form input.mt-btn {
    background: #f7941d;
    cursor: pointer;
}

form.review-form input.mt-btn:hover {
    background: #2b8dfc;
}

.contact-form h2 {
    margin-bottom: 30px;
}

.contact-form input {
    height: 59px !important;
    font-size: 16px;
}

.contact-form textarea.form-control {
    height: 120px !important;
    resize: none;
}

.px-5.contact-box h4 {
    margin-bottom: 20px;
}

.px-5.contact-box p {
    font-size: 16px;
    line-height: 28px;
}

.px-5.contact-box p a {
    color: #999;
    font-weight: 500;
}

.px-5.contact-box p a:hover {
    color: #f7941d;
}

.document-content {
    background: #f6f6f6;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.document-content .form-control {
    height: 48px;
    box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
    border: none;
    padding: 0 17px;
    margin-bottom: 10px;
    font-size: 16px;
}

.document-content .form-control:focus {
    box-shadow: 0 1.0625rem 2.25rem 0 rgba(0, 0, 0, 0.1);
}

.document-content label {
    color: #717379;
}

.document-content input[type=file] {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    height: 35px;
}

.document-content h4, .form-group.mt-payment-options label {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.document-content h4:before, .form-group.mt-payment-options label:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    content: '';
    background-color: #f7941d;
}

.appended-div {
    margin: 15px;
    border-top: 1px solid #fff;
    padding-top: 30px;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    padding: 12px 30px;
    font-weight: 700;
    margin-top: 20px;
}

.document-content button.mt-btn {
    margin-left: 40px;
}

h3#responseText {
    position: relative;
}

.cart-count {
    position: absolute;
    background: #f7941d;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 23px;
    right: -7px;
    font-size: 12px;
}

.mt-cart {
    position: relative;
}

h4.listing-number {
    margin-bottom: 30px;
    z-index: 999;
    display: inline-block;
}

.top-filters {
    padding: 10px 0;
    position: relative;
}

.top-filters p {
    margin: 0;
}

.top-filters .btn-group {
    float: right;
}

.top-filters .btn-group button {
    background: 0 0;
}

.sort-by {
    margin-left: auto;
}

.item.list-group-item {
    width: 100%;
    background: 0 0;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}

.list-group-item .thumbnail {
    display: flex;
}

.list-group-item .mt-thumbnail {
    position: relative;
    width: 32%;
}

.mt-thumbnail .mt-wishlist {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 9;
}

.mt-thumbnail .mt-wishlist:hover {
    color: #f7941d;
}

.light-bg {
    background: #f8f8f8;
}

.thumbnail {
    background: #fff;
}

.list-group-item .mt-desc {
    width: 52%;
    padding: 30px;
}

.list-group-item .mt-desc h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.mt-desc h5 a {
    color: #3c3f49;
}

.mt-desc h5 a:hover {
    color: #f7941d;
}

.list-group-item .mt-desc-right {
    width: 18%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

span.hot-label {
    padding: 10px 30px;
    background: #4389df;
    color: #fff;
}

.mt-anchor .mt-btn {
    font-size: 13px;
    margin-right: 10px;
}

.mt-desc-right .mt-reviews {
    display: block;
    margin: 5px 0 0;
}

span.color-blue {
    display: block;
    font-weight: 700;
    color: #2b8dfc;
}

.list-group-item span.color-blue {
    font-size: 20px;
}

.mt-desc-right .mt-price {
    text-transform: uppercase;
}

a.mt-btn.border-btn {
    background: #fff;
    color: #f7941d;
    border: 1px solid;
}

a.mt-btn.border-btn:hover {
    color: #fff;
    background: #f7941d;
}

.sort-by select {
    height: 42px;
    appearance: none;
    padding: 0 20px;
    border-radius: 32px;
    border: 1px solid #eee;
}

.mt-desc {
    padding: 20px;
}

/*.mt-desc h5 {*/
/*    margin-bottom: 10px;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    max-width: 100%;*/
/*    overflow: hidden;*/
/*}*/

.mt-price span {
    display: inline-block;
}

.mt-reviews .review-star,
.mt-reviews p {
    display: inline-block;
}

.list-group-item .mt-desc-right.text-center {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #eee;
    padding: 20px 30px;
}

.list-group-item .mt-desc-right.text-center {
    padding: 30px 0;
    border: none;
    text-align: center !important;
}

.list-group-item .mt-price span {
    display: block;
    vertical-align: middle;
}

.mt-desc-right .mt-reviews p {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.mt-block {
    position: relative;
    -webkit-box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, 0.03);
    transition: all .4s;
    border-radius: 8px;
    overflow: hidden;
}

.mt-block:hover {
    -webkit-box-shadow: 22px 16px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 22px 16px 15px 0 rgba(0, 0, 0, 0.1);
}

.mt-block:hover .mt-thumbnail img {
    transform: scale(1.1);
}

.mt-thumbnail {
    overflow: hidden;
}

.item .mt-anchor,
.item .mt-desc p {
    display: none;
}

.item.list-group-item .mt-anchor,
.item.list-group-item p {
    display: block;
}

.mt-desc h5 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
}

.mt-desc-right.text-center {
    text-align: left !important;
    padding: 0 20px 20px;
}

span.color-blue {
    font-size: 16px;
}

.mt-desc-right .mt-price {
    letter-spacing: 1px;
    color: #999;
    font-weight: 500;
}

.sidebar-block {
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}

.sidebar-block:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

h5.sidebar-title {
    margin-bottom: 15px;
}

.sidebar-category a {
    color: #666;
    display: block;
    margin-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 500;
}

.sidebar-category a:hover {
    color: #f7941d;
}

.sidebar-category a:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 5px;
    height: 5px;
    background: #ddd;
    border-radius: 50%;
}

.search-inputs {
    position: relative;
}

.search-inputs input {
    border: 1px solid #eee;
    background: #fff;
    color: #b9b9b9;
    opacity: 1;
    font-size: 14px;
    height: 46px;
    border-radius: 32px;
    padding: 0 20px 0 44px;
    max-width: 100%;
    font-size: 16px;
    color: #333;
}

.search-inputs img {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

form.quick-form .form-control {
    height: 40px;
}

form.quick-form textarea.form-control {
    min-height: 80px;
    resize: none;
}

.search-inputs .search-icon {
    position: relative;
}

.search-inputs .search-icon {
    position: absolute;
}

button:focus,
input:focus,
select:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.mt-thumbnail img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.page-link {
    position: relative;
    display: block;
    padding: 1rem 1.2rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 16px;
    font-weight: 500;
    color: #999;
}

.btn-group i:hover {
    color: #f7941d;
}

h4.sm-title {
    font-size: 28px;
    color: #404553;
}

.mt-features .d-flex {
    flex-flow: row wrap;
}

.mt-features .d-flex li {
    width: 22%;
    display: flex;
    margin: 7px 0;
    align-items: center;
    margin-right: 20px;
}

.mt-features li img {
    height: 40px;
    margin-right: 8px;
}

.sm-title .mt-reviews {
    display: inline-flex;
}

.sm-title .mt-reviews i.fa {
    color: #f7941d;
    font-size: 12px;
    margin: 0 2px;
}

.mt-reviews span {
    font-size: 14px;
    color: #999;
}

.mt-day {
    color: #f7941d;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    margin-right: 20px;
}

.mt-day span {
    font-size: 20px;
    font-weight: 700;
}

.mt-itinerary.d-flex {
    margin-bottom: 20px;
}

.mt-section {
    background: #fff;
    padding: 30px;
    width: 100% !important;
    margin-bottom: 30px;
}

.hotelList .mt-section {
    padding: 0;
    margin: 0;
}

.mt-title {
    color: #2b8dfc;
    text-transform: uppercase;
    font-weight: 700;
}

.sm-txt {
    font-size: 14px;
}

.mt-packages .mt-image {
    width: 30%;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt-section p {
    font-size: 14px;
}

.mt-packages {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.mt-packages:last-child {
    border-bottom: none;
}

.mt-packages:last-of-type {
    border-bottom: none;
}

.mt-features .mt-desc-right.text-center {
    text-align: center !important;
    padding: 0;
}

.mt-features .mt-desc-right.text-center .mt-btn {
    margin: 10px 5px;
}

.mt-features .enquiry-btn {
    background: #f5f5f5;
    color: #666;
    margin-left: 10px;
}

.mt-features .enquiry-btn:hover {
    background: #2b8dfc;
    color: #fff;
}

p.mt-share a {
    color: #666;
    font-size: 18px;
    margin: 0 5px;
}

.mt-share {
    margin: 5px 0 0;
}

.mt-descriptions a {
    color: #3c3f49;
    font-size: 16px;
}

.mt-order {
    text-align: center;
}

.success-img {
    margin: 30px 0 20px;
}

.mt-order p {
    font-size: 18px;
}

.mt-order p.success-msg {
    max-width: 700px;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #649940;
    margin: 0 auto;
}

ul.order-overview {
    padding: 10px;
}

ul.order-overview li {
    font-size: 16px;
    margin: 10px 15px;
    display: inline-block;
}

section#order-confirmation h2 {
    color: #f7941d;
    margin-top: 20px;
    font-weight: 700;
}

section.order-details {
    text-align: left;
}

table.order-table {
    width: 100%;
    font-size: 16px;
    background: #fff;
    margin-top: 20px;
    padding: 30px !important;
    box-shadow: 0 0 60px rgba(14, 42, 71, 0.1);
    min-width: 800px;
    border-radius: 8px;
}

.order-table {
    padding: 30px 30px 60px;
    margin: -30px 0 -20px;
}

section#order-confirmation {
    background: #f9f9f9;
}

#order-confirmation tfoot td span {
    color: orange;
    font-size: 20px;
    font-weight: bold;
}

#order-confirmation td,
#order-confirmation th {
    text-align: inherit;
    padding: 5px 15px;
    color: #3c3f49;
    vertical-align: top;
}

#order-confirmation th {
    font-weight: 600;
    min-width: 166px;
}

.hotel-options .booking-table {
    background: #fff;
    margin: 0;
    text-align: left;
}

.booking-table th {
    background: #f2f2f2;
}

.text-blue {
    color: #2b8dfc;
}

.text-red {
    color: #f24444;
}

td.mt-rooms select {
    -webkit-appearance: menulist;
}

.input-group.date {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.sidebar.bg-white.clearfix.p-4 {
    border-radius: 8px;
    border: 1px solid #eee;
}

.input-group.date input {
    border: #ffdead;
    height: 45px;
}

.top-filters.hotel-booking .mt-btn {
    text-align: center;
    color: #fff !important;
    padding: 12px 30px;
}

.hotel-options {
    background: #fff;
}

.cart-btn {
    text-align: right;
    padding: 10px 15px 20px;
}

.hotel-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.hotel-features {
    display: flex;
    flex-wrap: wrap;
}

.top-features {
    width: 25%;
    padding-right: 16px;
    margin-bottom: 15px;
    display: flex;
    font-weight: 500;
}

.top-features .feature-icon {
    width: 25px;
    margin-right: 8px;
}

.mt-price.hotel-price span {
    font-size: 22px;
    margin-right: 10px;
}

form.quick-form .input-group-addon {
    background: #eee;
}

.mt-reviews.ratings {
    margin-bottom: 8px;
}

span.fa-stack {
    display: inline-block;
}

#service-lists .mt-reviews.ratings {
    float: left;
    display: block;
}

.service-image img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

form#form {
    background: #eee;
    padding: 20px;
    margin-top: 30px;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
}

.visa-form .mt-price {
}

.visa-form .mt-btn {
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

p.mt-reviews .fa-stack {
    margin: 0 3px;
}

#searchForm #select option {
    font-size: 14px;
    font-weight: 500;
}

/* span.navbar-toggler-icon {
    display: flex;
    align-items: center;
    padding: 27px 0;
    color: #fff;
}
.navbar-toggler{
        padding:  0;
} */
p:empty {
    display: none;
}

.site-blocks-table.mb-4 {
    width: 100%;
}

.site-blocks-table.mb-4 table {
    min-width: 900px;
}

.selectdiv select {
    -webkit-appearance: none;
    background: none !important;
    padding: 0 32px 0px 13px !important;
}

textarea {
    resize: none;
    max-height: 120px;
}

input.form-control {
    min-height: 40px;
}

.service-image img {
    width: 100%;
    object-fit: cover;
    height: 180px;
}

div#visa-lists .service-image img {
    height: 170px;
}

select {
    cursor: pointer;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238C98F2'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat !important;
    background-size: 10px !important;
    background-position: bottom 12px right 15px !important;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 35px 0 15px !important;
    background-color: #fff !important;
}

#searchForm ul.dropdown-menu {
    width: 100%;
    padding: 17px 30px;
    background: #fff;
    position: absolute !important;
    left: 0;
    top: 100%;
}

#searchForm ul.dropdown-menu a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: 10px 0;
    color: #2b8dfc;
}

#searchForm li {
    color: #3c3f49;
    font-weight: 600;
}

.enquiry a.profile-btn {
    background: transparent;
    color: #2b8dfc;
    font-weight: 500;
    padding: 0 20px 0 5px;
}

.enquiry a.profile-btn:hover {
    color: #f7941d;
}

.mt-block .mt-btn {
    font-size: 12px;
    padding: 8px 15px;
}

#tag_container table {
    min-width: 1200px;
}

.tab-content .meta-filters input,
.tab-content .meta-filters .input-group.date,
.tab-content .meta-filters button {
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    height: 48px;
    border-radius: 4px;
}

.google-map iframe {
    height: 500px;
    margin-top: -10px;
}

#service-lists p.mt-reviews .fa-stack {
    margin: 0;
}

#top-tours .service-image img {
    height: 200px !important;
}

.info-area .pagination {
    padding: 0 15px;
}

.info-area .pagination .page-link {
    padding: 0.8rem 1rem;
    font-size: 14px;
}

#top-visas figcaption {
    bottom: 0;
}

#top-visas .pkg-descriptions {
    margin: -15px 0 0;
    padding: 25px;
    background: #fff;
}

.mt-pkg-price {
    color: #2592b4;
    margin-top: -10px;
    margin-bottom: 10px;
}

.mt-pkg-price .real-price {
    display: inline-block;
    color: #bebebe;
    margin-right: 5px;
}

.mt-itinerary-block .mt-ininerary-img {
    width: 25%;
    padding-right: 20px;
}

.mt-itinerary-block .mt-schedule {
    width: 75%;
}

.btn-outline-primary {
    color: #007bff;
    border-color: transparent;
    background: #ede9e9;
    border-radius: 0;
    color: #8d8989;
    font-size: 18px;

    /* font-weight: bold; */
}

div#contactForm p {
    margin: 0;
}

.col-md-10.offset-md-1 input,
.col-md-10.offset-md-1 textarea,
.col-md-10.offset-md-1 select {
    min-height: 50px;
    border-radius: 0;
    margin-top: 10px;
    font-size: 15px;
}

.col-md-10.offset-md-1 textarea {
    min-height: 160px;
}

section.inner-section.py-5 .col-md-10.offset-md-1 h2 {
    margin: 30px 0;
}

.cartPosition {
    margin-bottom: 5px;
    font-weight: 500;
}

.visa-form input#date,
.visa-form input#date1 {
    font-size: 13px;
}

.form-group.mt-payment-options label {
    font-size: 18px;
    margin-top: 20px;
    color: #3c3f49;
}

.paymentOption {
    padding: 3px 0;
    font-size: 16px;
    color: #717379;
    font-weight: 500;
}

.paymentOption input[type="radio"] {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

button.mt-btn.center-block.activityButton {
    margin: -15px 50px 0;
    padding: 15px 40px;
}

#trending-tours {
    padding: 50px 60px 0;
}

.header-right .selectdiv {
    width: 90px;
}

.cartPosition {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}

.slick-fullscreen.slick-dotted.slick-slider {
    z-index: 99;
}

h6.visa-price {
    position: absolute;
    color: #fff;
    font-weight: bold;
    background: #2b8dfc;
    padding: 10px 15px;
    margin: 0;
    top: 0;
    transition: all 0.4s;
    right: 0;
}

#top-tours .service-image.visa-list img {
    height: 240px !important;
}

.visa-list figcaption.pkg-descriptions.clearfix {
    background: #fff;
    padding: 15px 20px;
}

.service-image.visa-list figcaption.pkg-descriptions h4 {
    margin-bottom: 0px;
    font-size: 17px;
    text-align: left;
    color: #666;
}

.visa-list:hover .visa-price {
    opacity: 0;
}

.top-filters.hotel-booking.mb-4 {
    margin-bottom: 20px !important;
}

.whyus-section {
    padding: 80px 0;
    position: relative;
}

.float-img {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
}

.float-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-review.item {
    width: 23.5%;
    margin-top: 30px;
    background: #fff;
    text-align: center;
}

.team-section .single-review.item {
    border: 2px solid #F7941D;
    border-radius: 8px;
}

.profile-description {
    padding: 20px;
}

.single-review.item .profile-description p {
    padding: 0;
}

.col-md-6.accordion-left ul {
    margin-top: 30px;
}

.col-md-6.accordion-left {
    padding-right: 50px;
}

.team-section {
    flex-wrap: wrap;
}

#intro-section {
    background: #faf8f8;
    padding: 70px 0;
    text-align: center;
}

section#team {
    background: #f5f5f5;
    padding: 70px 0;
}

.mv-section {
    padding: 70px 0;
    background: #F7941D;
}

.mv-box h4, .mv-box p {
    color: #fff;
}

.mv-box {
    padding: 10px 0;
    flex-wrap: wrap;
}

.mv-box.d-flex img {
    width: 70px;
    object-fit: contain;
    margin-right: 30px;
}

.mv-box .mv-content {
    width: calc(100% - 100px);
}

.single-review.item p {
    padding: 0 25px 25px;
}

h5.mt-name span {
    display: block;
    font-size: 15px;
    margin: 10px 0 15px;
    color: #666;
}

.add-room {
    background: #fff;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1);
}

.add-room .table thead th {
    min-width: auto;
    font-size: 12px;
}

.add-room tr.base-row input {
    text-align: center;
}

div#AddMoreFileId .btn-info {
    color: #fff;
    padding: 7px 12px;
    font-size: 13px;
}

.panel-group.selected-pax {
    position: relative;
}

.add-room li.list-group-item {
    padding: 0;
    border: none;
}

div#InputsWrapper div {
    margin-top: 9px;
}

a.btn.btn-danger.removeclass {
    margin-top: 0px !important;
}

#InputsWrapper div#field2 {
    margin-bottom: 30px;
}

a#AddMoreFileBox {
    background: #2b8dfc;
    border: none;
    padding: 10px 20px !important;
}

#toptour-lists .anchor-divs a.apply-btn {
    color: #fff;
}

div#InputsWrapper input {
    text-align: center;
}

.datepicker {
    font-size: 12px;
    padding: 10px;
}

.datepicker th.dow {
    color: #F7941D;
}

.datepicker th.datepicker-switch, th.next, th.prev {
    height: 31px;
    vertical-align: top;
    font-size: 14px;
}

img.cancellationPolicies {
    width: 30px;
}


.panel-group.selected-pax select {
    border: #ffdead;
    height: 45px;
}

.hotel-options.table-responsive select {
    background: none !important;
}

p.text-center.search-result {
    font-size: 20px;
}

p.text-center.search-result span {
    font-size: 16px;
    padding-left: 10px;
}

.hotel-options.table-responsive .bookingForm {
    margin: 0;
    float: right;
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 14px;
    font-size: 17px;
}

.payment-section {
    text-align: center;
    padding: 100px 0;
}

.payment-section h1 {
    font-size: 36px;
    color: #f7941d;
    margin-bottom: 20px;
}

ul.payment-lists li {
    font-size: 19px;
    font-weight: bold;
}

button.payment-btn {
    margin-top: 30px;
    font-size: 18px;
    padding: 13px 40px;
    font-weight: bold;
}

#toptour-lists figure.service-image.visa-list {
    margin-bottom: 15px;
}

#toptour-lists .anchor-divs a.dtl-btn {
    position: inherit;
    opacity: 1;
    transform: none;
    top: auto;
    left: auto;
    margin-top: 0 !important;
    float: none;
    border: 2px solid #f5f5f5;
    background: transparent;
    border-radius: 0;

}

#toptour-lists .anchor-divs a {
    width: 50%;
    text-align: center;
    float: left;
    display: inline-block;
    background: #f5f5f5;
    padding: 0;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-weight: 500;

}

#toptour-lists .anchor-divs a:hover {
    background: #2b8dfc;
    color: #fff;
}

.anchor-divs {
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}

#contactForm {
    background: #fff !important;
}

#contactForm h5#exampleModalLabel {
    text-align: center;
    color: orange;
    margin: 0 auto;
    font-size: 26px;
}

#contactForm .modal-footer {
    justify-content: center;
    border: none;
    margin-top: 0;
    padding-top: 0;
}

#contactForm button.btn.btn-secondary {
    border-radius: 32px;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
}

#contactForm .modal-header {
    border-bottom: none;
}

.featured-btn1 {
    cursor: pointer;
}

/*#contactForm .modal-body{*/
/*    padding: 30px;*/
/*}*/
#contactForm .modal-content {
    border: none;
}

#applyForm .logo {
    margin: 0 auto !important;
    width: 200px;
}

#applyForm button.close {
    position: absolute;
    right: -20px;
    top: 30px;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    z-index: 99;
    line-height: 40px;
    padding: 0 !important;
}

#applyForm button.close {

    right: -20px;
    top: 30px;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    color: #666;
    opacity: 1;
    z-index: 99;
    line-height: 40px;
    padding: 0 !important;
}

.floating-wpp {
    position: fixed !important;
    bottom: 20px !important;
    right: 100px !important;
    left: auto !important;
    top: auto !important;
    font-size: 14px;
    transition: bottom 0.2s;
}

.stick #main-navigation {
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
}

.blog_image a img {
    width: 100% !important;
    object-fit: contain;
    background: #fff;
    height: 260px !important;
}

.entry-meta {
    color: #999;
    margin-bottom: 14px;
}

.entry-summary {
    font-size: 16px;
    color: #474646;
}

.blog-description a:hover h4 {
    color: #f7941d;
}

.blog-description {
    background: #fff;
    padding: 30px;
}

.news-post {
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    text-align: left;
    margin-bottom: 30px;

}

.entry-summary ul, .entry-summary ol {
    margin-left: 17px;
}

ol li {
    list-style: decimal;
}

.entry-summary p {
    margin-left: 0 !important;
    margin-top: 10px !important;
}

.mini-view {
    text-align: left;
}

.mini-view h4 a {
    color: #666;
    font-size: 18px;
}

.mini-view h4 a:hover {
    color: #f7941d;
}

.mini-view article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

#facebook svg,
.round #tawkchat-minified-wrapper,
.fb_dialog.fb_dialog_mobile.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in,
.floating-wpp-button,
.round #tawkchat-status-text-container {
    width: 50px !important;
    height: 50px !important;
}

#applyForm input.form-control, #applyForm select {
    height: 45px;
    min-height: 40px;
    margin-bottom: 5px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 620px;
        margin: 1.75rem auto;
    }
}

#invitationForm .modal-content {
    padding: 20px 20px 40px;
}

#invitationForm .logo {
    margin: 0 auto !important;
}

#invitationForm .modal-header,
#invitationForm .modal-footer {
    border: none;
    display: flex;
    justify-content: center;
}

#invitationForm .modal-footer {
    padding: 0 15px;
}

#invitationForm button.close {
    background: transparent;
}

.loader button.mt-btn.mt-border.border-0 {
    width: 100%;
}

.blog-details {
    background: #fff;
    padding: 30px;
}

.entry-summary p {
    text-indent: 0 !important;
}

.redeem-box {
    max-width: 550px;
    margin: 0px auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
    background: #f5f5f5;
    padding: 40px;
    border-radius: 16px;
}

.mt-points {
    background: #2b8dfc;
    border-radius: 8px;
    padding: 15px 20px;
    width: 48%;
    color: #fff;
}

.mt-points h4 {

    font-size: 18px;
}

.mt-points h4, .mt-points h1 {
    color: #fff;
    margin: 3px 0;
}

.mt-points h1 {
    font-size: 30px;
    line-height: 40px;
}

.two-points {
    display: flex;
    justify-content: space-between;

}

.redeem-box h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.mt-note {
    background: antiquewhite;
    padding: 10px;
    border-radius: 4px;
    margin: 15px 0;
}

span.footer-points {
    background: #f8c98f;
    padding: 5px 10px;
    font-size: 20px;
    margin-left: 12px;
}

.redeem-form {
    display: flex;
}

.redeem-form .form-control {
    height: 40px;
    width: 50%;
    padding: 0 20px;
    border: 1px solid #ddd;

    margin-right: 15px;
}

.redeem-footer {
    margin-top: 20px;
}


.social-icon #sticky-social {
    right: auto;
    position: inherit;
    top: auto;
    transform: none;

    z-index: 99;
    display: block;
}

.social-icon #sticky-social li {
    display: inline-block;
}

p.loader-title {
    text-align: center;
    margin: 0;
    font-size: 20px;
    padding: 19px;
    font-weight: bold;
    color: blue;
}

.mt-section.review-section a img {
    width: 100%;
}

/*

whats app css

*/

.floating-wpp {
    position: absolute;
    top: 8px;
    right: 18px;

    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.entry-summary p span {
    color: #5d5d64 !important;
    line-height: 12px;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}

.blog-details ul li span b {
    font-weight: 500;
    color: #5d5d64;
}

.blog-details ul li {
    list-style-type: disc;
}

.col-md-3 .mt-note {
    background: antiquewhite;
    padding: 10px;
    border-radius: 4px;
    padding: 30px;
    margin: 15px 0;
}
i.far.fa-question-circle {
    display: block;
    font-size: 40px;
    margin-bottom: 15px;
    color: orange;
}

a.inviteUser {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: underline !important;
    color: #999 !important;
}
span.shooping_point {
    /* display: block; */
    font-size: 13px;
    color: #f9f9f9;
    font-weight: 500;
    background: #f7941d;
    padding: 5px 10px;
    border-radius: 4px;
}
h6.visa-price {
    position: absolute;
    color: #fff;
    font-weight: bold;
    background: #2b8dfc;
    padding: 10px 15px;
    margin: 0;
    width: 100%;
    display: flex;
    top: 0;
    transition: all 0.4s;
    right: 0;
    align-items: center;
    justify-content: space-between;
}


a#CybotCookiebotDialogBodyLevelButtonAccept, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #F27636 !important;
    border: 1px solid #F27636 !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #F27636 !important;
    border: 1px solid  #F27636 !important;
}




/*march 4*/

.au-da li{
    list-style-type:none !important;
    margin-bottom:5px;
}
.social-links li{
    display:inline-block;
}
.social-links li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
    border-radius: 50%;
}
.social-links li:first-child a {
    background: #0056b3;
}
.social-links li:nth-child(2) a {
    background: #00aced;
}
.social-links li:nth-child(3) a {
    background: #007bb6;
}

.social-links{
    margin:10px 0;
}
.abt-author{
    background:#f5f5f5;
    padding:15px;
}


/*date may 19*/

#main-navigation.sticky-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation: smoothScroll 1s forwards;
	z-index:888;
	box-shadow: 0 0 10px #777;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

#applyForm .modal-content{
    border: 3px solid #ffa600;
}
#applyForm button.close{
    right:0;
    top:0;
    background:#ffa600;
    color:#fff;
}

#contactForm{
    background: rgba(255, 255, 255, 0.9) !important;
    padding:20px;
}
#contactForm button{
    padding: 10px 60px;
}

#main-navigation.sticky-header{
    background:#fff;
}
#main-navigation.sticky-header span.mt-tagline{
    color:#2b8dfc;
}
#main-navigation.sticky-header .navbar-nav .nav-item .nav-link{
    color:#2b8dfc;
}
#main-navigation.sticky-header .navbar-nav .nav-item .nav-link:hover:before, #main-navigation.sticky-header .activeTab .nav-link:before{
    background:#2b8dfc !important;
}

.sticky-logo{
    display:none;
    margin-right:15px;
}
.sticky-logo img{
    max-width:50px;
}
#main-navigation.sticky-header .sticky-logo{
    display:inline-block;
}

/*date 24 may*/
.visa-list h6.visa-price,
.visa-list figcaption.pkg-descriptions.clearfix{
    position:relative;
}
.visa-list:hover .visa-price,
.visa-list .visa-price{
    opacity:1;
    z-index:222;
}
#toptour-lists .service-image:before{
    display:none;
}
section{
    position:relative;
}
.page-banner img{
    width:100%;
}
.page-banner{
    position:relative;
    top:-5px;
}
.page-banner:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0, 0, 0, 0.5);
}
.page-banner .container{
    position: absolute;
    max-width: 1000px;
    right: 0;
    left: 0;
    bottom: 10%;
}
#main-navigation{
    z-index:222;
}

.social-share button{
    width: 35px;
    height: 35px;
    border: none;
    font-size:20px;
    color:#fff;
}
.social-share button:hover{
    opacity:0.7;
}
.social-share button.fa-whatsapp{
   background:#46C256;
}
.social-share button.fa-viber{
   background:#784F99;
}
.copy-link{
    position:relative;
}
.copy-link input{
    width:calc(100% - 45px);
}
.copy-link i{
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #888;
    border-radius: 50%;
    color: #fff;
    font-size: 22px !important;
    cursor:pointer;
}


/*--------------New Style----------------*/

.breadcrumb.new a{
    color:#000;
}

.head-area{
    background-color:#ededed;
    padding:30px 0;
}

.head-area-inner{
    border-left:4px solid #F6941C;
    padding-left:20px;
}

.head-area-inner p{
    color:#848484;
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}
.head-area-inner h1{
    color:#363636;
    font-weight:700;
}

.booking-form-section{
    position:sticky;
    top:0;
    background-color:#D4E8FE;
    z-index:1;
}

.detail-block h3{
    color:#2A8DFC;
    font-weight:700;
    margin-bottom:15px;
}

.detail-block .accordion>.card{
    border:none;
    border-bottom:1px solid #ededed !important;
    border-radius:0 !important;
}

.detail-block .accordion>.card .card-header{
    background-color:transparent;
    padding-left:0;
    padding-right:0;
    border-bottom:0;
}

.detail-block .accordion>.card .card-header button{
        position:relative;
    color:#000;
       padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 500;
}
.detail-block .accordion>.card .card-header button:hover{
    text-decoration:none;
}

.detail-block .accordion>.card .card-header button:after{
    content:"-";
    position:absolute;
    top:10px;
    right:0;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    color:#fff;
    background-color:#2A8DFC;
    font-size:20px;
}

.detail-block .accordion>.card .card-header button.collapsed:after{
    content:"+";
}

.detail-block .accordion .card-body{
    padding-top:0;
    padding-left:0;
    padding-right:0;
}

aside.sidebar{
    position:sticky;
    top:170px;
}

.sidebar{
    padding:20px;
    border:1px solid #ededed;
}

aside.sidebar .btn{
    display:flex;
    align-items:center;
    gap:15px;
    color:#fff;
    border-radius:0;
    text-align:left;
    padding:13px 10px;
    margin-bottom:10px;
}

aside.sidebar .btn.invite-btn{
    background-color:#F6941C;
}
aside.sidebar .btn.whatsapp-btn{
    background-color:#60D669;
}
aside.sidebar .btn.email-btn{
    background-color:#2A8DFC;
}

aside.sidebar .btn i{
    font-size:30px;
}

.download-link{
    color:#000;
    font-weight:600;
    text-align:center;
    text-decoration:underline;
}

.download-link:hover{
    color:#F6941C;
    text-decoration:underline;
}

.download-link i{
    color:#F6941C;
}

.itinerary-slider .itinerary-slider-item{
    margin:0 10px;
}
.itinerary-slider .itinerary-slider-item img{
    aspect-ratio:4/3;
   width:100%;
   height:100%;
}

@media(max-width:767px){
    #main-navigation.sticky-header{
        background:#2b8dfc;
    }
    #main-navigation.sticky-header .navbar-nav .nav-item .nav-link{
    color:#fff;
    }
    #main-navigation.sticky-header span.mt-tagline{
        color:#fff;
    }
    #main-navigation.sticky-header .navbar-nav .nav-item .nav-link:hover:before, #main-navigation.sticky-header .activeTab .nav-link:before{
        background:#fff !important;
    }
    #main-navigation.sticky-header .sticky-logo, .sticky-logo{
    display:none;
}
    header.sticky-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation: smoothScroll 1s forwards;
	z-index:888;
	background:#fff;
}
#main-navigation.sticky-header{
    top:173px;
    box-shadow:none;
}
.page-banner{
    height:300px;
}
.page-banner img{
    height:100%;
    width:100%;
    object-fit:cover;
}
}
@media(max-width:640px){
    #main-navigation.sticky-header{
    top:128px;
}
}

@media(max-width:480px){
    #main-navigation.sticky-header{
    top:97px;
}
}





