/* fonts */

@font-face {
    font-family: 'F37GingerPro-Regular';
    src: url('../fonts/f37gingerpro/regular/F37GingerPro-Regular.eot');
    src: url('../fonts/f37gingerpro/regular/F37GingerPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/f37gingerpro/regular/F37GingerPro-Regular.svg#F37GingerPro-Regular') format('svg'), url('../fonts/f37gingerpro/regular/F37GingerPro-Regular.ttf') format('truetype'), url('../fonts/f37gingerpro/regular/F37GingerPro-Regular.woff') format('woff'), url('../fonts/f37gingerpro/regular/F37GingerPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'F37GingerPro-ExtraBold';
    src: url('../fonts/f37gingerpro/extrabold/F37GingerPro-ExtraBold.eot');
    src: url('../fonts/f37gingerpro/extrabold/F37GingerPro-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/f37gingerpro/extrabold/F37GingerPro-ExtraBold.svg#F37GingerPro-ExtraBold') format('svg'), url('../fonts/f37gingerpro/extrabold/F37GingerPro-ExtraBold.ttf') format('truetype'), url('../fonts/f37gingerpro/extrabold/F37GingerPro-ExtraBold.woff') format('woff'), url('../fonts/f37gingerpro/extrabold/F37GingerPro-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'F37GingerPro-Bold';
    src: url('../fonts/f37gingerpro/bold/F37GingerPro-Bold.eot');
    src: url('../fonts/f37gingerpro/bold/F37GingerPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/f37gingerpro/bold/F37GingerPro-Bold.svg#F37GingerPro-Bold') format('svg'), url('../fonts/f37gingerpro/bold/F37GingerPro-Bold.ttf') format('truetype'), url('../fonts/f37gingerpro/bold/F37GingerPro-Bold.woff') format('woff'), url('../fonts/f37gingerpro/bold/F37GingerPro-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'F37GingerPro-Regular' !important;
    color: #4A4A4A !important;
    font-size: 16px !important;
    line-height: 19px !important;
}

a:hover {
    color: #FCB021 !important;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0 !important;
}

.custom-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    /*width: 100vw;
    height: 100vh;*/
    background-color: #fff;
    background-image: url("../images/Spinner-1s-200px.gif");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    display: none;
}


/* Custom checkbox*/

.custom-checkbox {
    line-height: 30px;
}

.custom-checkbox .container {
    display: block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'F37GingerPro-Bold';
    margin: 0 0 12px;
}


/* Hide the browser's default checkbox */

.custom-checkbox .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #eee;
    border-radius: 5px;
}


/* On mouse-over, add a grey background color */

.custom-checkbox .container:hover input~.checkmark {
    background-color: #F1F1F1;
}


/* When the checkbox is checked, add a blue background */

.custom-checkbox .container input:checked~.checkmark {
    background-color: #FCB021;
}


/* Create the checkmark/indicator (hidden when not checked) */

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.custom-checkbox .container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.custom-checkbox .container .checkmark:after {
    left: 11px;
    top: 7px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* custom radio box */


/* The container */

.custom-radio-box .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.custom-radio-box .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.custom-radio-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #4A4A4A;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.custom-radio-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.custom-radio-box .container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.custom-radio-box .container .checkmark:after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FCB021;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6px;
}

.white-btn {
    background: #FAFAFA;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 47px;
}


/* header */

header {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

.header-wrapper a {
    color: #4A4A4A;
}

.header-wrapper {
    max-width: 1560px;
    margin: 0 auto;
    color: #4A4A4A;
}

.header-wrapper .navigation li a.nav-link {
    font-family: F37GingerPro-Bold;
    font-style: normal;
    /* font-weight: bold; */
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A !important;
    float: right;
}

.header-wrapper .navigation li a.nav-link.dropdown-toggle:after {
    /* background: url(../images/down-arw.png) 50% 100%;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 0;
    content: "";
    position: absolute;
    height: 14px;
    width: 20px;
    border: 0; 
    display: none;*/
}

.header-wrapper .navigation li a.nav-link.dropdown-toggle {
    position: relative;
    outline: 0;
}

.header-wrapper .navigation li a.nav-link.dropdown-toggle:hover,
.header-wrapper .navigation li a.nav-link.dropdown-toggle:active,
.header-wrapper .navigation li a.nav-link.dropdown-toggle:focus {
    border: 0;
}

.header-wrapper .navigation li a.nav-link.active {
    color: #FCB021 !important;
}

.nav-phone .number {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #FCB021;
}

.nav-phone .number a {
    color: #FCB021;
}

.header-wrapper .nav-item.nav-right {
    font-family: F37GingerPro-Bold;
}

.nav-phone .title {
    font-size: 14px;
    line-height: 17px;
    font-family: 'F37GingerPro-ExtraBold';
}

.header-wrapper .navigation {
    padding: 5px 16px 5px 16px;
}

.right-header .nav-login a {
    padding: 0 5px 0 5px;
    line-height: 24px;
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.header-dropdown {
    margin-left: 25px;
}


/* .right-header .nav-login .head-login:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 1px;
    height: 47px;
    margin-top: -23px;
    top: 50%;
    display: block;
    right: -25px;
} */

.right-header .nav-login {
    display: flex;
    align-items: center;
    padding-top: 5px;
    margin: 20px 0;
}

.logged-in-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.header-dropdown .dropdown-menu-header:last-of-type .dropdown {
    padding-right: 13px;
}

.navbar-toggler>.close {
    display: inline;
}

.navbar-toggler.collapsed>.close,
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.dropdown-menu-header .dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-menu-header .dropdown {
    position: relative;
    display: inline-block;
    padding-right: 36px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 24px;
    margin-right: 6px;
}

.dropdown-menu-header:last-of-type .dropdown {
    border: 0;
    margin: 0;
}

.dropdown-menu-header .dropdown-content {
    display: none;
    position: absolute;
    overflow: auto;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 130px;
    left: -50px;
    margin-top: 0;
}

.dropdown-menu-header .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu-header .dropdown a:hover {
    background-color: #ddd;
}

.dropdown-menu-header .show {
    display: block;
}

.right-header .nav-login .dropdown-menu-header .dropbtn {
    background: transparent;
    color: inherit;
    padding: 0;
    min-width: 38px;
    box-sizing: border-box;
    display: inline-block;
}

.right-header .nav-login .dropdown-menu-header a {
    display: block;
    color: inherit;
    border: 0 !important;
    padding: 6px 20px;
    margin: 0;
    font-family: 'F37GingerPro-Regular';
}

.right-header .nav-login .dropdown-menu-header a.active span {
    font-family: 'F37GingerPro-Bold';
}

.right-header .nav-login .dropdown-menu-header a.focus,
.right-header .nav-login .dropdown-menu-header a:focus {
    background-color: #fff !important;
}


/* .dropdown-menu-header .dropdown a:hover span {
    font-family: 'F37GingerPro-Bold' !important;
} */


/* .right-header .nav-login .dropdown-menu-header a:hover {
    font-family: 'F37GingerPro-Bold' !important;
    font-weight: 600;
} */

.right-header .nav-login .dropdown-menu-header a:hover {
    color: #FCB021 !important;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-menu-header .dropdown a:hover {
    background: transparent;
    color: #4A4A4A !important;
}

.dropdown-menu-header {
    display: inline-block;
}

.dropdown-menu-header .dropbtn:focus {
    outline: none;
}

.right-header .nav-login .dropdown-menu-header .dropbtn:after {
    background: url(../images/down-arw.png) 50% 100%;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 0;
    content: "";
    position: absolute;
    height: 14px;
    width: 28px;
}

.right-header .nav-login .dropdown-menu-header .dropbtn {
    position: relative;
}

.dropdown-menu-header .dropdown-content a span {
    display: inline-block;
    padding-left: 42px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Regular';
}

.dropdown-menu-header .dropdown-content .sgd {
    background: url(../images/sg.png) 0 50% no-repeat;
}

.dropdown-menu-header .dropdown-content .myr {
    background: url(../images/my.png) 0 50% no-repeat;
}

.dropdown-menu-header .dropdown-content .twd {
    background: url(../images/tw.png) 0 50% no-repeat;
}

.dropdown-menu-header .dropdown-content .inr {
    background: url(../images/in.png) 0 50% no-repeat;
}

.dropdown-menu-header .dropdown-content .thb {
    background: url(../images/th.png) 0 50% no-repeat;
}

.dropdown-menu-header .dropdown-content .usa {
    background: url(../images/usa.png) 2px 50% no-repeat;
}

.dropdown-menu-header .dropdown-content .rmb {
    background: url(../images/rmb.png) 2px 50% no-repeat;
}

.dropdown-menu-header .dropdown-content .usd {
    background: url(../images/usd.png) 2px 50% no-repeat;
}

.dropdown-menu-header .dropdown-content .twd {
    background: url(../images/twd.png) 2px 50% no-repeat;
}

.dropdown-menu-header .dropdown-content {
    padding: 14px 0;
}

.dropdown-menu-header .dropdown-content.language a span {
    padding-left: 0;
    word-break: keep-all;
}

.dropdown-menu-header .dropdown-content.language {
    width: auto;
    left: 0px;
    min-width: auto;
}

.travel-pkg-date .input-set .empty {
    color: #afafaf;
}

.empty {
    color: #afafaf !important
}

.sb-menu {
    background: #FFFFFF;
    border-radius: 5px !important;
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Bold';
    border: 0 !important;
}

.sb-menu a.dropdown-item {
    padding: 10px 20px;
    float: right;
}

a.dropdown-item {
    white-space: normal;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f8f9fa !important;
    color: #FCB021 !important;
}

.right-header .nav-login .logged-in-user a.user-account::after {
    border: 0;
}

.right-header .nav-login .logged-in-user .dropdown-menu {
    overflow: auto;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    min-width: 180px;
    margin-top: 7px;
}

.right-header .nav-login .logged-in-user .dropdown-menu a.dropdown-item {
    margin: 0;
    padding: 6px 15px;
}

.dropdown-menu-header .dropdown-content {
    min-width: 130px;
}

.right-header .nav-login .dropdown-menu-header a.dropdown-toggle {
    position: relative;
}

.right-header .nav-login .dropdown-menu-header a.dropdown-toggle:after {
    background: url(../images/down-arw.png) 50% 100%;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 0;
    content: "";
    position: absolute;
    height: 14px;
    width: 28px;
    border: 0;
}

.right-header .nav-login .dropdown-menu-header a.dropdown-toggle.brd {
    padding-right: 36px;
    border-right: 1px solid rgba(0, 0, 0, 0.5) !important;
    line-height: 24px;
    margin-right: 6px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}


/* Home Page Header Slider - Start */

.mySlides {
    display: none;
}


/* Slideshow container */

.slideshow-container {
    position: relative;
}


/* Caption text */

.slideshow-container .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

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

.slideshow-container .active {
    background-color: #717171;
}


/* Fading animation */

.slideshow-container .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.ElementsApp input {
    font-family: 'F37GingerPro-Regular' !important;
}

.slideshow-container-wrapper {
    position: relative;
}

.slideshow-container-wrapper .dot-box {
    z-index: 99;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    bottom: 0;
}

.slideshow-container .fade:not(.show) {
    opacity: unset;
}

.callout.callout-success {
    text-align: center;
    background: #fff;
    font-size: 18px;
    padding: 10px;
    color: #1e7e34;
    font-family: 'F37GingerPro-Bold';
    line-height: 28px;
    border: 1px solid #1e7e34;
     border-left-color: #1e7e34;
}

.callout .close {
    opacity: 1;
    line-height: 28px !important;
}

.callout {
    font-size: 18px;
    padding: 10px !important;
    line-height: 28px;
    text-align: center;
    background: #fff;
    margin: 7px;
    border-radius: 1.25rem;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

.callout.callout-danger {
    border: 1px solid #ff0000;
    color: #ff0000;
    border-left-color: red;
}


/* Home Page Header Slider - End */


/* footer */

footer .footer-wrapper {
    max-width: 1537px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}

footer .footer-top {
    background: #4a4a4a;
    padding: 15px;
}

footer .footer-copyright {
    background: #0b7e8a;
}

.footer-box .title {
    font-size: 14px;
    font-family: F37GingerPro-Bold;
    display: block;
    padding-bottom: 7px;
    color: #fff;
}

.a-center {
    text-align: center;
}

footer .footer-top .footer-box {
    margin-bottom: 15px;
    /*line-height: normal;*/
}

footer .footer-top .footer-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

footer .footer-wrapper a {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    color: #fff;
}

footer .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-wrapper .logo-info {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

footer .footer-wrapper .about-info {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

footer .footer-wrapper .contact-info {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

footer .footer-wrapper .packages-info {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

footer .footer-wrapper .address-info {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-family: 'F37GingerPro-Bold';
}

.footer-copyright .footer-wrapper {
    padding: 8px 0;
}

.footer-copyright .footer-wrapper .copyright-wrapper {
    float: left;
    width: 100%;
}

.footer-copyright .footer-wrapper .copyright-wrapper .copyright-links a:first-child {
    border-right: 1px solid #fff;
}

.footer-copyright .footer-wrapper .copyright-wrapper .copyright-links a {
    padding: 0 15px 0 15px;
    line-height: 20px;
    display: inline-block;
    font-size: 16px;
    font-family: F37GingerPro-Bold;
}

.footer-copyright .footer-wrapper .copyright-wrapper .copyright-links {
    float: right;
}

footer .footer-wrapper .packages-info li {
    padding-bottom: 5px;
}


/* Homepage*/

.banner-section {
    position: relative;
}
.banner-section .box-image {
    text-align: center;
}
.banner-section .box-image img {
    width: 100%;
    margin: 0 auto;
}

.banner-section .box-image .box-text {
    text-align: center;
    padding: 15px;
}



.yellow-btn {
    background: #FCB021;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
    padding: 7px 34px;
    color: #fff;
    font-size: 16px;
    border: 0;
    font-family: 'F37GingerPro-Bold';
    min-height: 39px;
}

.banner-section .box-image .box-text h1 {
    font-size: 50px;
    font-family: 'F37GingerPro-ExtraBold';
    line-height: 60px;
}

input[type="date"]::before {
    content: attr(data-placeholder);
    width: 100%;
}

.card-form-wrp .input-field input::placeholder {
    color: #a7a7a7;
    /* opacity: 0.5; */
}

 ::placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #afafaf;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    line-height: 19px;
    color: #afafaf;
}

 :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    line-height: 19px;
    color: #afafaf;
}

.green-btn {
    background: #0B7E8A;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px 0;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'F37GingerPro-Bold';
    border: 0;
    width: 100%;
}

.travel-pkg-date .input-set {
    margin-top: 10px;
}

.travel-pkg-section {
    padding: 15px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
    display: none
}

.section-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.product-grid .country-image {
    position: relative;
}

.product-grid .country-image .country-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'F37GingerPro-Bold';
}

.product-grid .country-image .country-text h1 {
    font-size: 24px;
    line-height: 29px;
}

.product-grid .country-image img {
    border-radius: 5px;
}

.product-grid {
    padding: 15px;
}

.product-grid .country-image img {
    width: 100%;
}

.product-grid .country-image {
    padding-bottom: 15px;
}

.product-grid .country-image:last-of-type {
    padding-bottom: 0;
}

.section-wrapper .product-grid.blog-section img {
    border-radius: 0;
    object-fit: contain;
    height: auto;
}

.section-wrapper .product-grid.featured-section img {
    border-radius: 5px 5px 0 0;
    height: 200px;
    object-fit: cover;
}

.review-star .star.checked {
    background: url(../images/yellow-star.png);
}

.review-star .star {
    background: url(../images/grey-star.png);
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    display: inline-block;
}

.pkg-detail .title {
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-ExtraBold';
}

.pkg-detail .review .review-star {
    display: inline-block;
}

.pkg-detail .review .review-cnt {
    display: inline-block;
    padding-left: 15px;
    font-size: 12px;
    vertical-align: top;
}

.pkg-detail .review {
    margin-top: 6px;
}

.pkg-detail .pkg-detail-btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* min-height: 39px; */
    padding-top: 20px;
}

.pkg-detail {
    padding: 15px 30px;
}

.pkg-detail-btm .btm-right .orgnl {
    text-align: right;
    color: #FCB021;
    font-size: 14px;
    line-height: 17px;
    text-decoration: line-through;
    font-family: 'F37GingerPro-Bold';
}

.product-grid.featured-section .country-image {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.pkg-detail-btm .btm-right .discnt {
    font-size: 14px;
    line-height: 17px;
}

.pkg-detail-btm .btm-right .discnt span {
    font-size: 18px;
    line-height: 22px;
    font-family: 'F37GingerPro-Bold';
    display: inline-block;
    padding-left: 12px;
}

.pkg-detail .pkg-detail-btm .btm-left span {
    font-size: 14px;
    line-height: 17px;
    background: url(../images/sm-clock.png);
    display: inline-block;
    padding-left: 23px;
    background-repeat: no-repeat;
    white-space: nowrap;
}

.travel-pkg-section select::-ms-expand {
    display: none;
    overflow: hidden;
    border: 0px;
    outline: 0px;
}

.product-grid.featured-section .country-image {
    margin-bottom: 15px;
}

.country-image a {
    color: #4A4A4A;
    display: block;
}

.country-image a:hover {
    text-decoration: none;
    color: #4A4A4A;
}

a:hover {
    text-decoration: none !important;
}

.view-all span {
    background: url(../images/green-arw.png) 100%;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 24px;
    font-size: 16px;
    line-height: 19px;
    color: #0B7E8A;
    font-family: 'F37GingerPro-Bold';
}

.view-all {
    text-align: center;
}

.blog-detail .title {
    font-size: 16px;
    line-height: 21px;
    font-family: 'F37GingerPro-ExtraBold';
}

.blog-detail .date {
    font-size: 12px;
    line-height: 14px;
}

.blog-detail {
    padding: 15px 0 0;
}

.country-section.blog {
    padding-bottom: 70px;
}

.country-section .heading {
    font-size: 24px;
    line-height: 29px;
    font-family: 'F37GingerPro-ExtraBold';
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 0 20px;
}

.service-wrapper {
    background: url(../images/banner-2.png) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    min-height: 500px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 45px;
}

.service-container {
    display: flex;
}

.service-section {
    margin: 10px 0 0;
}

.section-wrapper .heading {
    font-size: 40px;
    line-height: 48px;
    font-family: 'F37GingerPro-ExtraBold';
}

.product-grid .heading {
    font-size: 24px;
    line-height: 29px;
}

.service-container .service-box:last-of-type {
    padding-right: 0;
}

.service-container .service-box:nth-child(1) {
    padding-left: 0;
}

.service-container .service-box {
    padding: 40px;
    max-width: 25%;
    flex: 0 0 25%;
}

.service-container h3 {
    font-size: 24px;
    line-height: 29px;
    font-family: 'F37GingerPro-ExtraBold';
    margin-top: 21px;
}

.service-box .transport {
    background: url(../images/bus-icon.png) no-repeat;
    display: block;
    height: 50px;
}

.service-box .accomodation {
    background: url(../images/accomodation-icon.png) no-repeat;
    display: block;
    height: 50px;
}

.service-box .place {
    background: url(../images/lg-map-icon.png) no-repeat;
    display: block;
    height: 50px;
}

.service-box .food {
    background: url(../images/hotel-icon.png) no-repeat;
    display: block;
    height: 50px;
}

.banner-section.find-pkg-section .box-image .box-text h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 4px;
}

.banner-section.find-pkg-section .box-image .box-text {
    padding: 0px 15px 40px 15px;
}

.banner-section.find-pkg-section .box-image a.box-pkg-link {
    position: absolute;
    /* z-index: 99; */
    bottom: 80px;
    max-width: 158px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    margin-left: -79px;
}

.banner-section.find-pkg-section .box-image img {
    min-height: 300px;
    object-fit: cover;
    max-height: 300px;
}

.banner-section.find-pkg-section .box-image .box-text p {
    margin-bottom: 30px;
}

.with-button {
    display: flex;
}

.with-button .box-pkg-link {
    width: 23%;
    text-align: right;
    margin-top: 20px;
}

.with-button .inner-content {
    width: 52%;
}


/* about us*/

.about-services .airpot-srv {
    background: url(../images/about-us/green-plane.png) 50% no-repeat;
    display: block;
    width: 56px;
    height: 50px;
    margin: 0 auto 10px;
}

.about-services .wedding-srv {
    background: url(../images/about-us/green-heart.png) 50% no-repeat;
    display: block;
    width: 58px;
    height: 50px;
    margin: 0 auto 10px;
}

.about-services .rndtrp-srv {
    background: url(../images/about-us/green-transport.png) 50% no-repeat;
    display: block;
    width: 56px;
    height: 50px;
    margin: 0 auto 10px;
}

.about-services .custm-srv {
    background: url(../images/about-us/green-map.png) 50% no-repeat;
    display: block;
    width: 56px;
    height: 50px;
    margin: 0 auto 10px;
}

.about-services-wrapper {
    display: flex;
    margin: 20px 0 53px;
    flex-wrap: wrap;
}

.about-services-wrapper .service-box {
    max-width: 25%;
    flex: 0 0 25%;
    text-align: center;
}

.content-wrapper.about-us .container-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.content-wrapper.about-us .container-wrapper .left-box {
    max-width: 42%;
    flex: 0 0 42%;
}

.content-wrapper.about-us .container-wrapper .right-box {
    max-width: 58%;
    flex: 0 0 58%;
}

.about-aim .about-aim-wrapper {
    display: flex;
    justify-content: space-between;
}

.about-aim .about-aim-wrapper .aim-detail {
    max-width: 46%;
    flex: 0 0 46%;
}

.about-services-wrapper .service-box h3 {
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Bold';
    margin-bottom: 0;
}

.about-services h2.title,
.about-aim .about-aim-wrapper .aim-detail h2 {
    font-size: 24px;
    line-height: 29px;
    font-family: 'F37GingerPro-ExtraBold';
}

.about-services h2.title {
    margin-bottom: 0;
}

.about-aim .about-aim-wrapper .aim-detail h2 {
    margin-bottom: 10px;
}

.about-info p {
    margin-bottom: 34px;
}

.content-wrapper.about-us .container-wrapper {
    padding: 64px 0;
}

.content-wrapper.about-us .container-wrapper .right-box-wrapper {
    padding: 0 0 0 35px;
}

.content-wrapper.about-us .container-wrapper .left-box .left-box-wrapper img {
    width: 100%;
}


/* Contact us */

.content-wrapper.contact-us .container-wrapper {
    display: flex;
    padding: 85px 0 65px;
    flex-wrap: wrap;
}

.content-wrapper.contact-us .container-wrapper .left-box {
    max-width: 50%;
    flex: 0 0 50%;
}

.content-wrapper.contact-us .container-wrapper .right-box {
    max-width: 50%;
    flex: 0 0 50%;
}

.content-wrapper.contact-us .container-wrapper .left-box h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
    font-family: 'F37GingerPro-Bold';
}

.content-wrapper.contact-us .container-wrapper .left-box p {
    margin: 10px 0 40px;
}

.content-wrapper.contact-us .container-wrapper .input-field label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Bold';
}

.content-wrapper.contact-us .container-wrapper .input-field input,
.content-wrapper.contact-us .container-wrapper .input-field textarea {
    background: #F1F1F1;
    border-radius: 5px;
    border: 0;
    padding: 10px 30px;
    width: 100%;
}

.content-wrapper.contact-us input::placeholder {
    color: rgba(74, 74, 74, 0.5);
}

.content-wrapper.contact-us textarea::placeholder {
    color: rgba(74, 74, 74, 0.5);
}

.tr-book-pg .form-wrapper .row-box-wrp .row-box .input-field input::placeholder {
    color: rgba(74, 74, 74, 0.5);
}

.content-wrapper.contact-us .container-wrapper .input-field .yellow-btn {
    width: 100%;
}

.content-wrapper.contact-us .container-wrapper .input-field textarea {
    min-height: 139px;
    resize: none;
}

.content-wrapper.contact-us .box-image .box-text {
    padding: 15px;
}

.content-wrapper.contact-us .container-wrapper .input-field {
    margin-bottom: 30px;
}

.address-block .address-box .map {
    background: url(../images/contact-us/map.png) 0 0 no-repeat;
}

.address-block .address-box .phone {
    background: url(../images/contact-us/phone.png) 0 50% no-repeat;
}

.address-block .address-box .line {
    background: url(../images/contact-us/line.png) 0 50% no-repeat;
}

.address-block .address-box .wechat {
    background: url(../images/contact-us/wechat.png) 0 50% no-repeat;
}

.address-block .address-box .whatsapp {
    background: url(../images/contact-us/whatsapp.png) 0 50% no-repeat;
}

.address-block .address-box .mail {
    background: url(../images/contact-us/mail.png) 0 50% no-repeat;
}

.address-block .address-box span {
    height: 48px;
    padding-left: 50px;
    margin-bottom: 8px;
    vertical-align: middle;
    display: table-cell;
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Bold';
}

.address-block .address-box span a {
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Bold';
    color: inherit;
}

.content-wrapper.contact-us .container-wrapper.section-wrapper {
    max-width: 1280px;
}

.content-wrapper.contact-us .container-wrapper .left-box {
    max-width: 60%;
    flex: 0 0 60%;
}

.content-wrapper.contact-us .container-wrapper .right-box {
    max-width: 40%;
    flex: 0 0 40%;
}

.no-shadow {
    box-shadow: none;
    width: 100%;
}

.no-shadow.w-auto {
    width: auto;
}

.content-wrapper.contact-us .container-wrapper .left-box p a {
    color: #0b7e8a;
    font-family: 'F37GingerPro-Bold';
}


/* tour pkg*/

.tour-wrapper .tour-data {
    min-height: 700px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.tour-wrapper .tour-data.thailand-con {
    background: url(../images/travel-packges/thailand.png) 50% 50% no-repeat;
    background-size: cover;
}

.tour-wrapper .tour-data.signapore-con {
    background: url(../images/travel-packges/singapore.png) 50% 50% no-repeat;
    background-size: cover;
}

.tour-wrapper .tour-data.taiwan-con {
    background: url(../images/travel-packges/taiwan.png) 50% 50% no-repeat;
    background-size: cover;
}

.tour-wrapper .tour-data.malaysia-con {
    background: url(../images/travel-packges/malaysia.png) 50% 50% no-repeat;
    background-size: cover;
}

.product-grid.featured-section .heading {
    max-width: 100%;
    flex: 0 0 100%;
}

.product-grid.featured-section.tours .heading {
    text-align: center;
    margin-bottom: 25px;
}

.product-grid.featured-section.tours .heading p {
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Regular';
    max-width: 618px;
    margin: 8px auto;
}

.product-grid.featured-section.tours {
    padding: 0;
}

.tour-wrapper .tour-data .view-all .yellow-btn.no-shadow {
    width: inherit;
    min-width: 151px;
    margin: 50px 0 10px;
}

select::-ms-expand {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* My Account */

.my-account-header {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}


/* .content-wrapper.my-account .container-wrapper.section-wrapper {
    max-width: 1570px;
}

.content-wrapper.my-account .container-wrapper {
    display: flex;
    padding: 50px 15px 165px;
    flex-wrap: wrap;
} */


/* .content-wrapper.my-account .container-wrapper .left-box-wrapper .account-details {
    max-width: 50%;
    flex: 0 0 50%;
} */

.content-wrapper.my-account .container-wrapper .left-box-wrapper .account-details h2 {
    font-size: 30px;
    line-height: 36px;
    color: #4A4A4A;
    margin-bottom: 20px;
    font-family: 'F37GingerPro-Bold';
}

.content-wrapper.my-account .container-wrapper .left-box-wrapper .account-details p {
    margin-bottom: 10px;
}

.content-wrapper.my-account .container-wrapper .left-box-wrapper .account-details p label {
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    max-width: 25%;
    width: 100%;
}

.content-wrapper.my-account .container-wrapper .left-box-wrapper .account-details p span {
    font-weight: bold;
}

.content-wrapper.my-account .container-wrapper .right-box {
    max-width: 22%;
    flex: 0 0 22%;
}

.content-wrapper.my-account .container-wrapper .right-box .right-box-wrapper.my-account-links .title {
    height: 48px;
    padding-left: 50px;
    padding-bottom: 20px;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    line-height: 29px;
    font-family: 'F37GingerPro-Bold';
}

.content-wrapper.my-account .container-wrapper .right-box .right-box-wrapper.my-account-links .bookings .title.booking {
    background: url(../images/my-account/booking.png) no-repeat;
}

.content-wrapper.my-account .container-wrapper .right-box .right-box-wrapper.my-account-links .links {
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    margin-bottom: 15px;
    display: inline-block;
}

.content-wrapper.my-account .container-wrapper .right-box .right-box-wrapper.my-account-links .bookings {
    margin-bottom: 35px;
}

.content-wrapper.my-account .container-wrapper .right-box .right-box-wrapper.my-account-links .profile .title.profile {
    background: url(../images/my-account/profile.png) no-repeat;
}


/* Upcoming Booking */

.content-wrapper.upcoming-booking .container-wrapper.section-wrapper {
    max-width: 1570px;
}

.content-wrapper.upcoming-booking .container-wrapper {
    display: flex;
    padding: 50px 15px 165px;
    flex-wrap: wrap;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box {
    max-width: 78%;
    flex: 0 0 78%;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper {
    display: flex;
    margin-right: 50px;
    flex-wrap: wrap;
}

.page-title {
    font-size: 30px;
    line-height: 36px;
    color: #4A4A4A;
    margin-bottom: 16px;
    font-family: 'F37GingerPro-ExtraBold';
    width: 100%;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table {
    width: 100%;
    background-color: #F9F9F9;
    border-radius: 5px;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table thead th {
    border-bottom: 2px solid #4A4A4A !important;
    border-top: 0 !important;
    font-family: 'F37GingerPro-Bold';
    color: #4A4A4A;
    ;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table .booking-buttons {
    background: #E1E1E1;
    border-radius: 47px;
    border: 0;
    padding: 5px 15px 5px 35px;
    margin-right: 20px;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table .booking-buttons:last-of-type {
    margin: 0;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table .booking-buttons.inquiry {
    min-width: 159px;
    min-height: 34px;
    background: #E1E1E1 url(../images/upcoming-booking/inquiry.png) no-repeat 16px 50%;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table .booking-buttons.download {
    min-width: 191px;
    min-height: 34px;
    background: #E1E1E1 url(../images/upcoming-booking/download.png) no-repeat 25px 50%;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table tr td {
    vertical-align: middle !important;
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table th {
    font-weight: normal !important;
    vertical-align: middle !important;
}

.content-wrapper.upcoming-booking .container-wrapper .right-box {
    max-width: 22%;
    flex: 0 0 22%;
}

.content-wrapper.upcoming-booking .container-wrapper .right-box .right-box-wrapper.my-account-links .title {
    height: 48px;
    padding-left: 50px;
    padding-bottom: 20px;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    line-height: 29px;
    font-family: 'F37GingerPro-Bold';
}

.content-wrapper.upcoming-booking .container-wrapper .right-box .right-box-wrapper.my-account-links .bookings .title.booking {
    background: url(../images/my-account/booking.png) no-repeat;
}

.content-wrapper.upcoming-booking .container-wrapper .right-box .right-box-wrapper.my-account-links .links {
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    margin-bottom: 15px;
    display: inline-block;
}

.content-wrapper.upcoming-booking .container-wrapper .right-box .right-box-wrapper.my-account-links .bookings {
    margin-bottom: 35px;
}

.content-wrapper.upcoming-booking .container-wrapper .right-box .right-box-wrapper.my-account-links .profile .title.profile {
    background: url(../images/my-account/profile.png) no-repeat;
}

.breadcrumbs {
    /* width: 100%; */
    list-style: none;
    display: inline-flex;
    padding: 0;
    flex-wrap: wrap;
}

.breadcrumbs li {
    font-family: 'F37GingerPro-Bold';
    position: relative;
    padding-right: 28px;
    margin-right: 15px;
}

.breadcrumbs li a {
    font-size: 14px;
    line-height: 17px;
    color: #4A4A4A;
}

.breadcrumbs li::after {
    position: absolute;
    content: " > ";
    right: 0;
    font-size: 20px;
    line-height: 20px;
    color: #4A4A4A;
    font-family: 'F37GingerPro-Bold';
}

.breadcrumbs li:last-child::after {
    display: none;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table td {
    padding: 10px 15px;
}

.content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table th {
    padding: 15px;
}


/* Edit Profile */

.edit-profile-form .input-field {
    min-width: 370px;
}

.left-box-wrapper.edit-profile-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0;
}

.left-box-wrapper.edit-profile-wrapper .account-profile-image {
    padding-right: 100px;
}

.box-container-pg {
    width: 100%;
}

.box-container-titlebar {
    display: flex;
    justify-content: space-between;
}

.edit-profile-form .input-field label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Bold';
}

.edit-profile-form .input-field input,
.edit-profile-form .input-field textarea {
    background: #F1F1F1;
    border-radius: 5px;
    border: 0;
    padding: 10px 30px;
    width: 100%;
}

.edit-profile-form .input-field .yellow-btn {
    width: 100%;
}

.edit-profile-form .input-field textarea {
    min-height: 139px;
    resize: none;
}

.content-wrapper.contact-us .box-image .box-text {
    padding: 15px;
}

.edit-profile-form .input-field {
    margin-bottom: 30px;
}

.border-btn {
    border-radius: 35px;
    padding: 7px 34px;
    color: #4A4A4A;
    border: 1px solid #4A4A4A;
    font-size: 16px;
    background-color: transparent;
    font-family: 'F37GingerPro-Regular';
    font-weight: 600;
    min-height: 39px;
    margin-right: 10px;
}

.button-wrapper .yellow-btn {
    box-shadow: none;
    font-family: 'F37GingerPro-Bold';
}

.button-wrapper a.yellow-btn:hover {
    color: #fff !important;
}

.alt-button {
    background: #F1F1F1;
    border-radius: 47px;
    padding: 7px 34px;
    color: #4A4A4A;
    border: 0;
    font-size: 16px;
    font-family: 'F37GingerPro-Bold';
    min-height: 39px;
    margin-right: 10px;
}

.account-profile-image .alt-button {
    text-align: center;
    margin-right: 0;
    margin: 35px 13px 0;
    padding: 7px;
    width: 100%;
    max-width: 212px;
}

.account-profile-image .img-btn-wrp {
    max-width: 250px;
    /* margin-left: 60px; */
    text-align: center;
}

.account-profile-image .img-btn-wrp img {
    width: 100%;
}

.box-container-titlebar .button-wrapper .yellow-btn {
    font-weight: normal;
}


/* change password  */

.account-details.change-password-form {
    padding: 15px 0 0;
}

.change-password-form .row-box {
    display: flex;
    flex-wrap: wrap;
}

.change-password-form .row-box .input-field label {
    display: block;
    font-family: 'F37GingerPro-Bold';
    margin: 0 0 10px;
}

.change-password-form .row-box .input-field {
    margin: 0 22px 30px 0;
    min-width: 370px;
    max-width: 100%;
}

.change-password-form .row-box .input-field input {
    width: 100%;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.tour-input-set select,
.tour-input-set input {
    background: #F1F1F1;
    border-radius: 5px;
    border: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    /* color: rgba(74, 74, 74, 0.5); */
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Regular';
    flex: 0 0 17%;
    margin: 5px 15px;
    max-width: 17%;
    background: #F1F1F1 url(../images/travel-packges/down.png) 88% 50% no-repeat;
    height: 40px;
    padding: 10px 60px 10px 40px;
}

.tour-input-set select.month {
    background: #F1F1F1 url(../images/travel-packges/calender-tr.png) 88% 50% no-repeat;
}

.tour-input-set select::-ms-expand {
    display: none;
}

.tour-input-set button {
    flex: 0 0 17%;
    margin: 0 15px;
    max-width: 151px;
    margin: 5px 15px;
}

.tour-input-set .input-set {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tour-input-set {
    margin: 50px 0 60px;
}

.product-grid.featured-section.tours .owl-theme .owl-nav {
    width: 100%;
}

.product-grid.featured-section.tours .owl-theme .owl-prev,
.product-grid.featured-section.tours .owl-theme .owl-next {
    background: #FFFFFF !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    height: 79px;
    width: 79px;
    border-radius: 50%;
    outline: none;
    margin: 5px;
}

.product-grid.featured-section.tours .owl-theme .owl-prev {
    left: -25px;
}

.product-grid.featured-section.tours .owl-theme .owl-next span {
    background: url(../images/travel-packges/left.png) 50% no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
}

.product-grid.featured-section.tours .owl-theme .owl-prev span {
    background: url(../images/travel-packges/right.png) 50% no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
}

.product-grid.featured-section.tours .owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
}

.product-grid.featured-section.tours .owl-dots {
    display: none;
}

.product-grid.featured-section.tours .owl-theme .owl-nav .disabled span {
    opacity: .5;
    cursor: default;
}

.product-grid.featured-section.tours .owl-theme .owl-next {
    right: -25px;
}

.product-grid.featured-section.tours.slider .country-image {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
}

.product-grid.featured-section.tours .sm-heading {
    font-size: 30px;
    line-height: 36px;
    font-family: 'F37GingerPro-ExtraBold';
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.product-grid.featured-section.tours.slider {
    margin-bottom: 75px;
}


/* login */

.input-field input,
.input-field textarea {
    background: #F1F1F1;
    border-radius: 5px;
    border: 0;
    padding: 10px 30px;
}

.form-login-signup .form-box {
    max-width: 357px;
    margin: 0 auto;
    padding: 0 10px;
}

.form-box .input-field input,
.form-box .input-field textarea {
    width: 100%;
    text-align: center;
}

.form-login-signup .input-field {
    margin: 0 0 15px;
}

.number-field {
    position: relative;
    display: flex;
}

.number-field .input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    text-align: center;
    background-color: #e8e8e8;
    width: 54px;
    border-right: 0;
    border-radius: 5px 0px 0px 5px;
    line-height: 19px;
    height: 38px;
    display: flex;
    align-items: center;
    position: absolute;
}

.number-field .form-group input {
    border-radius: 0 5px 5px 0;
    padding: 10px 30px 10px 75px;
}

.number-field .form-group {
    width: 100%;
}

.content-wrapper.contact-us .container-wrapper .input-group-addon {
    height: 38px;
}

.content-wrapper.contact-us .container-wrapper .input-field .number-field input {
    padding: 10px 30px 10px 75px;
}

.form-login-signup .ttl {
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    text-align: center;
    padding: 0 0 46px;
    font-family: 'F37GingerPro-ExtraBold';
}

.sign-pg.form-login-signup .ttl {
    padding: 0 0 30px;
}

.form-login-signup .ttl .sub-ttl {
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Regular';
    font-weight: normal;
    padding: 10px 0 0;
}

.form-login-signup {
    min-height: 630px;
}

.form-login-signup .section-wrapper {
    padding: 100px 15px;
}

.form-login-signup .input-txt {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 10px 0 5px;
}

.form-login-signup .input-txt a {
    color: inherit;
}

.form-login-signup .input-txt a.link-sign {
    font-family: 'F37GingerPro-Bold';
}

.form-login-signup .yellow-btn {
    border-radius: 5px;
}

.form-login-signup .ylw-text {
    color: #FCB021 !important;
    font-family: 'F37GingerPro-Bold';
}

.sign-pg.form-login-signup .input-field:last-of-type {
    margin: 15px 0;
    clear: both;
    display: block;
    float: left;
    width: 100%;
}


/* Malaysia */

.trl-pkg-pg .banner-section .box-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.trl-pkg-pg .tour-input-set input {
    background: #F1F1F1;
    padding: 10px 40px 10px 40px;
}

.trl-pkg-pg .tour-input-set button {
    max-width: 200px;
}

.trl-pkg-pg .tour-input-set .country {
    color: #4A4A4A;
}

.trl-pkg-pg .pkg-detail .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.trl-pkg-pg .product-grid.featured-section.tours {
    margin: 0 0 63px;
}

.trl-pkg-pg .tour-input-set {
    margin: 50px 0 27px;
}

.trl-pkg-pg .product-grid.featured-section.tours .country-image {
    margin: 24px 14px 24px;
}


/* transport-intro */

.tr-intro.box-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 64px 0 34px;
}

.tr-intro.box-2 .info-box {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 20px;
    text-align: center;
}

.tr-intro.box-2 .info-box h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 5px;
    font-family: 'F37GingerPro-ExtraBold';
}

.tr-intro-pg .section-wrapper {
    padding: 50px 0;
}

.tr-intro-pg .tr-intro.box-1 .button-wrapper {
    text-align: center;
    margin: 30px 0 30px;
}

.tr-intro-pg .tr-intro.box-1 .button-wrapper button {
    width: auto;
    min-width: 200px;
    font-family: 'F37GingerPro-Bold';
    font-size: 16px;
    padding: 7px 30px;
}


/*transport introduction new design 040920*/

.tr-intro-pg .tr-intro.box-1 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.tr-intro-pg .tr-intro.box-1 .tr-intro-left h2 {
    font-size: 35px;
    line-height: 42px;
    color: #4A4A4A;
    font-family: 'F37GingerPro-Bold' !important;
}

.tr-intro-pg .tr-intro.box-1 .tr-intro-left {
    padding-right: 100px;
    width: 43%;
    display: inline-block;
}

.tr-intro-pg .tr-intro.box-1 .tr-intro-left p {
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    margin-bottom: 0px;
}

.tr-intro-pg .tr-intro.box-1 .tr-intro-left .button-wrapper {
    text-align: left;
}

.tr-intro-pg .tr-intro.box-1 .tr-intro-right {
    width: 55%;
    display: flex;
    justify-content: space-between;
}

.tr-intro-pg .tr-intro.box-1 .tr-intro-right .info-box {
    display: flex;
    align-items: center;
    margin: 0 20px 20px 0;
}

.tr-intro-pg .tr-intro.box-1 .tr-intro-right .info-box h3 {
    margin-left: 20px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'F37GingerPro-Bold' !important;
}

.tr-intro.box-1 {
    max-width: 957px;
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}


/*Price of charter page design*/

.tr-pricecharter-pg .section-wrapper {
    padding: 50px 0
}

.tr-pricecharter-pg .tr-intro.box-1 {
    max-width: 1230px;
    margin: 0 auto 15px;
    padding: 0 15px;
    text-align: left;
}

.tr-pricecharter-pg .price-block {
    margin-bottom: 20px;
}

.tr-pricecharter-pg .price-block h4 {
    font-family: 'F37GingerPro-Bold' !important;
    font-size: 20px;
    line-height: 24px;
    color: #FCB021;
    margin-bottom: 12px;
}

.tr-pricecharter-pg .price-block p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px;
    color: #4A4A4A;
}

.tr-pricecharter-pg p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 22px;
    color: #4A4A4A;
}

.tr-pricecharter-pg .price-block p span {
    padding-right: 12px;
}

.tr-pricecharter-pg h5 {
    font-size: 18px;
    line-height: 22px;
    color: #4A4A4A;
    font-family: 'F37GingerPro-Bold' !important;
}

.tr-pricecharter-pg .vehicle-container {
    margin-bottom: 30px;
}

.tr-pricecharter-pg .vehicle-detail {
    padding: 0;
    display: flex;
    list-style: none;
    margin-bottom: 6px;
}

.tr-pricecharter-pg .vehicle-detail .data-left {
    margin-right: 15px;
    width: 168px;
}

.tr-pricecharter-pg .vehicle-detail li.data-right {
    width: calc(100% - 200px);
}

.tr-intro.box-1 . .tr-intro.box-3 {
    display: flex;
    flex-wrap: wrap;
}

.tr-intro.box-3 {
    display: flex;
    flex-wrap: wrap;
}

.tr-intro.box-3 .vm-box {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 22px 15px 22px 15px;
    text-align: center;
}

.tr-intro.box-3 .vm-box h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 5px;
    font-family: 'F37GingerPro-ExtraBold';
    color: #FCB021;
}

.tr-intro.box-3 .vm-box.left-box {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    padding: 22px 50px 22px 15px;
}

.tr-intro.box-3 .vm-box.right-box {
    padding: 22px 15px 22px 50px;
}


/* transport - how to book */

.tr-htb-top {
    display: flex;
    align-items: center;
}

.tr-htb-top .tr-step {
    max-width: 50px;
    flex: 0 0 50px;
    justify-content: center;
    text-align: center;
}

.tr-htb-content {
    display: flex;
    padding: 20px 0 30px;
}

.tr-htb-left {
    max-width: 50px;
    flex: 0 0 50px;
    justify-content: center;
    position: relative;
    margin-top: 10px;
}

.tr-htb-left .dashed-border {
    border-left: 3px dashed #4A4A4A;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    left: 50%;
}

.tr-step span {
    width: 50px;
    height: 50px;
    display: flex;
    background: #FCB021;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-family: 'F37GingerPro-ExtraBold';
    align-items: center;
    justify-content: center;
}

.tr-htb-wrp {
    padding: 0 15px 30px;
    max-width: 1250px;
    margin: 0 auto;
}

.tr-htb-wrp h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0;
    font-family: 'F37GingerPro-Bold';
}

.tr-htb-wrp p {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px;
}

.tr-htb-container {
    margin: 50px 0 22px;
}

.tr-htb-wrp .img-htb {
    margin: 0 0 30px;
}

.tr-htb-wrp .img-htb img {
    width: 100%;
    max-width: 400px;
}

.tr-cover.banner-section .box-image .box-text {
    width: 100%;
}

.left.dotted-gradient {
    background-image: linear-gradient(to bottom, #a4a4a4 62%, rgba(255, 255, 255, 0) 62%);
    background-position: left;
    background-size: 3px 22px;
    background-repeat: repeat-y;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 50%;
}

.tr-htb-content .tr-htb-right {
    padding: 0 20px;
}

.tr-htb-box.bottom-block .tr-htb-right {
    padding: 0;
}

.tr-htb-top .ttl {
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'F37GingerPro-Bold';
}

.scan-top {
    display: flex;
    align-items: center;
}

.scan-top .tr-step span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
    margin-right: 16px;
}

.scan-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tr-htb-content .tr-htb-right .sub-ttl {
    font-size: 18px;
    line-height: 22px;
    font-family: 'F37GingerPro-Bold';
    padding: 0 0 15px;
}

.scan-wrp .box-wrp:first-of-type {
}

.scan-content {
    text-align: center;
    padding: 20px 0 30px;
}

.scan-content .img-decp {
    padding: 20px 0 0;
}

.scan-content .img-decp .label {
    font-family: 'F37GingerPro-Bold';
    display: inline-block;
    padding-right: 12px;
}

.tr-htb-content .tr-htb-right p {
    padding: 0 0 15px;
}

.tr-htb-content .tr-htb-right p:last-of-type {
    padding: 0;
}

.tr-htb-content .tr-htb-right .communication-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.tr-htb-content .tr-htb-right .communication-list li {
    position: relative;
    padding: 0 0 12px 36px;
}

.tr-htb-content .tr-htb-right .communication-list li:last-of-type {
    padding: 0 0 6px 36px;
}

.tr-htb-content .tr-htb-right .communication-list li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #4A4A4A;
    left: 0;
    top: 5px;
    border-radius: 50%;
}

.tr-htb-content .tr-htb-right .box-heading {
    font-family: 'F37GingerPro-Bold';
    padding: 15px 0;
}

.tr-htb-content .tr-htb-right .t-and-c {
    color: #a4a4a4;
    padding: 0 0 0 36px;
}

.tr-htb-content .tr-htb-right .communication-list .li-div {
    padding: 0 0 12px;
}

.tr-htb-content .tr-htb-right .communication-list .li-div:last-of-type {
    padding: 0 0 9px;
}

.tr-htb-content .tr-htb-right .warning {
    background: url(../images/warning-bk-icon.png) 0 1px no-repeat;
    padding-left: 26px;
}

.tr-htb-box:last-of-type .dotted-gradient.left {
    display: none;
}

.tr-htb-box.bottom-block ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.tr-htb-box.bottom-block ol>li {
    padding: 0 0 20px 12px;
}

.tr-htb-box.bottom-block ol li .ttl {
    font-family: 'F37GingerPro-Bold';
    padding: 0 0 9px;
}

.tr-htb-box.bottom-block ol>li:last-of-type {
    padding: 0 0 0 12px;
}

.tr-htb-box.bottom-block .tr-htb-content {
    padding-bottom: 0;
}

.tr-htb-box.bottom-block ul.communication-list li:last-of-type {
    padding: 0 0 0 36px;
}


/* transport faq */

.tr-faq-pg .card-header {
    /* background: #F9F9F9; */
    /* border: 1px solid #D9D9D9; */
    border: 0;
    box-sizing: border-box;
    border-radius: 5px !important;
    padding: 0;
    margin: -1px;
}

.tr-faq-pg a.accordion-toggle {
    border-bottom: 1px solid #D9D9D9;
}

.tr-faq-pg a.accordion-toggle.collapsed {
    border-bottom: 0 !important;
}

.tr-faq-pg .card-header .card-header-ttl {
    font-size: 20px;
    line-height: 24px;
    color: #4A4A4A;
    font-family: 'F37GingerPro-Bold';
    margin: 0;
}

.tr-faq-pg .card-header .card-header-ttl a {
    color: #4A4A4A;
    position: relative;
}

.tr-faq-pg .card-header .card-header-ttl a:before {
    position: absolute;
    height: 20px;
    width: 15px;
    content: '>';
    right: 25px;
    top: 50%;
    color: #4A4A4A;
    margin-top: -10.5px;
    transform: matrix(0, -1, -1, 0, 0, 0);
    font-size: 28px;
}

.tr-faq-pg .card-header .card-header-ttl a.accordion-toggle.collapsed:before {
    transform: rotate(90deg);
}

.tr-faq-pg .card-block {
    padding: 20px 34px 20px;
}

.tr-faq-pg .card-block ol {
    margin: 0;
    padding-left: 20px;
}

.tr-faq-pg .card-block ol li {
    padding: 0 0 12px 16px;
}

.tr-faq-pg .card-block ol li:last-of-type {
    padding: 0 0 0 16px;
}

.tr-faq-pg .card-block ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.tr-faq-pg .card-block ul li {
    padding: 0 0 12px 36px;
    position: relative;
}

.tr-faq-pg .card-block ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #4A4A4A;
    left: 0;
    top: 5px;
    border-radius: 50%;
}

.tr-faq-pg .card-block ul li:last-of-type {
    padding: 0 0 0 36px;
}

.tr-faq-pg .card {
    margin: 0 0 20px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 5px !important;
}

.tr-faq-pg .accordion-toggle {
    display: inline-block;
    width: 100%;
    padding: 17px 25px;
}

.tr-faq-pg .img-box {
    margin: 0 0 20px;
}

.tr-faq-pg .card-block p {
    margin: 0 0 12px;
}

.tr-faq-pg .container {
    margin: 50px auto;
}

.tr-faq-pg .card-block img {
    max-width: 100%;
}


/* Trasport vehicles */

.tr-vh-box {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 30px;
    padding: 0 15px;
}

.tr-vh-box .left-box {
    max-width: 38%;
    flex: 0 0 38%;
}

.tr-vh-box .right-box {
    max-width: 62%;
    flex: 0 0 62%;
}

.tr-vh-box .right-box .img-box-wrp {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.tr-vh-box .right-box .img-box {
    padding: 10px;
    max-width: 33.33%;
    flex: 0 0 33.33%;
}

.tr-vh-box .right-box .img-box img {
    max-width: 100%;
}

.tr-vh-box .left-box .img-box img {
    max-width: 100%;
}

.tr-vh-box .right-box .ttl {
    font-size: 24px;
    line-height: 29px;
    font-family: 'F37GingerPro-ExtraBold';
}

.tr-vh-box .right-box .more-info-detail li {
    list-style: none;
    position: relative;
    padding: 0 0 8px 18px;
}

.tr-vh-box .right-box .more-info {
    display: flex;
    align-items: center;
    margin: 20px 0 30px;
}

.tr-vh-box .right-box .more-info .seats {
    position: relative;
    padding: 0 30px 0 33px;
}

.tr-vh-box .right-box .more-info .seats::before {
    position: absolute;
    content: '';
    background: url(../images/transport/people.png) 0px 2px;
    width: 22px;
    height: 17px;
    display: inline-block;
    left: 0;
    background-repeat: no-repeat;
}

.tr-vh-box .right-box .more-info .bags {
    position: relative;
    padding-left: 25px;
}

.tr-vh-box .right-box .more-info .bags::before {
    position: absolute;
    content: '';
    background: url(../images/transport/bag.png) 0 50%;
    width: 15px;
    height: 20px;
    display: inline-block;
    left: 0;
}

.tr-vh-box .right-box .more-info-detail li::before {
    content: '';
    background: #4A4A4A;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
}

.tr-vh-box .right-box .more-info-detail ol {
    padding: 0;
}

.tr-vh-box .right-box .button-wrpper .yellow-btn {
    width: auto;
}

.tr-vh-box .right-box .button-wrpper .yellow-btn {
    width: auto;
    padding: 0px 34px;
    display: inline-block;
    line-height: 39px;
    box-sizing: border-box;
}

.tr-vh-box .right-box .button-wrpper .yellow-btn:hover {
    color: #fff !important;
}

.tr-vh-wrp:last-of-type .tr-vh-box {
    margin-bottom: 63PX;
}

.tr-vh-box .right-box .button-wrpper {
    margin: 20px 0;
}

.tr-vh-wrp {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


/* Blog page */

.blog-wrp {
    margin: 85px 0 0;
}

.blog-wrp .blog-img img {
    max-width: 100%;
}

.blog-wrp article {
    max-width: 900px;
    border-bottom: 1px solid #EEEEEE;
    margin: 0px 0 0;
}

.blog-wrp article:last-of-type {
    border-bottom: 0;
}

.blog-wrp article:first-child {
    margin: 0;
}

.blog-wrp .date {
    color: rgba(74, 74, 74, 0.5);
    font-size: 14px;
    line-height: 17px;
    margin: 15px 0 5px;
}

.blog-wrp .green-btn {
    width: auto;
    border-radius: 16.5px;
    padding: 3px 16px;
    font-size: 14px;
    font-family: 'F37GingerPro-Regular';
}

.blog-wrp .ttl {
    font-size: 25px;
    line-height: 30px;
    font-family: 'F37GingerPro-ExtraBold';
}

.blog-wrp .read-more {
    margin: 20px 0 30px;
    font-family: 'F37GingerPro-Bold';
}

.blog-wrp .read-more a {
    color: inherit;
}

.blog-wrp .button-wrp {
    margin: 25px 0 0;
}

.blog-wrp .more-info {
    margin: 5px 0 0;
}

.right-arrow-line {
    background: url(../images/right-line.png) 100% 50% no-repeat;
    height: 14px;
    width: 14px;
    padding-right: 28px;
}

.blog-wrp .search-box input {
    background: #F1F1F1 url(../images/search-icon.png) 94% 50% no-repeat;
    border-radius: 5px;
    border: 0;
    min-height: 40px;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.blog-wrp .container-aside {
    margin-bottom: 30px;
}

.blog-wrp .search-box {
    margin-bottom: 50px;
}

.blog-wrp .container-aside .ttl {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
}

.blog-wrp .container-aside ol {
    padding: 0;
    list-style: none;
}

.blog-wrp .container-aside ol li {
    margin: 0 0 10px;
}

.blog-wrp .container-aside ol li a {
    color: #4A4A4A;
}

.blog-wrp .container-aside ol li a.active {
    color: #FCB021;
}

.blog-wrp .ctr-wrp {
    color: rgba(74, 74, 74, 0.5);
    display: inline-block;
    padding-left: 10px;
}

.pagination-wrp .prev span {
    background: url(../images/sprite.png) 0 50% no-repeat;
    display: inline-block;
    height: 14px;
    width: 8px;
    text-indent: -9999px;
}

.pagination-wrp .next span {
    background: url(../images/sprite.png) -15px 50% no-repeat;
    display: inline-block;
    height: 14px;
    width: 8px;
    text-indent: -9999px;
}

.pagination-wrp .pg {
    background: #F1F1F1;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    float: left;
    padding: 18px 22px 13px;
    text-decoration: none;
    transition: background-color .3s;
    font-family: 'F37GingerPro-Bold';
    font-size: 18px;
    color: #4A4A4A;
    margin: 0 6px;
    min-width: 50px;
    min-height: 50px;
}

.pagination-wrp li {
    display: inline;
}

.pagination-wrp .prev.pg {
    margin-left: 0;
}

ul.pagination-wrp {
    display: inline-block;
    padding: 0;
    margin: 22px 0 62px;
}

.pagination-wrp a.active.pg {
    background: #FCB021;
    color: #fff !important;
}

.pagination-wrp a.pg:hover {
    background: #FCB021;
    color: #fff !important;
}


/* calender */

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.datepicker>div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 13px;
    font-weight: 700;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    color: #000 !important;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #ff8c00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #ff8c00;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #ff8c00;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #ff8c00;
    color: #fff !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker table tr td span:hover {
    background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #ff8c00;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #ff8c00;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
    color: #ff8c00;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    padding: 4px 5px;
}

.datepicker .dow {
    border-bottom: 1px solid #e7e7e7;
    color: #9b8079;
    font-size: 13px;
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
    width: 58px;
}

.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
    color: #D44;
}

@import url("normalize.css");
@import url("datepicker.css");
body {
    background: #eeeae9;
}

.calendar .datepicker {
    width: 100%;
}

.calendar .datepicker table {
    width: 100%;
}


/* End calender */


/* travel-detail-page*/

.top-box-wrp {
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0 0;
    justify-content: space-between;
}

.hightlight-box {
    max-width: 58%;
    flex: 0 0 58%;
    padding: 15px;
    box-sizing: border-box;
}

.calender-box {
    max-width: 42%;
    flex: 0 0 42%;
    padding: 15px;
    box-sizing: border-box;
}

.hightlight-box .box-1 ul {
    display: flex;
    padding: 15px 0;
}

.hightlight-box .box-1 ul li {
    padding: 0 15px 0 32px;
    margin: 0 35px 0 0;
    position: relative;
    list-style: none;
}

.hightlight-box .box-1 ul li:last-of-type {
    margin: 0 10px 0 0;
}

.hightlight-box .box-1 ul li:before {
    position: absolute;
    content: '';
    display: inline-block;
}

.hightlight-box .box-1 ul li.tr-lan:before {
    background: url(../images/sprite-2.png) 129px 0px;
    left: 0;
    height: 22px;
    width: 22px;
}

.hightlight-box .box-1 ul li.duration:before {
    background: url(../images/sprite-2.png);
    left: 0;
    height: 22px;
    width: 22px;
}

.hightlight-box .box-1 ul li.location:before {
    background: url(../images/sprite-2.png) 181px 0px;
    left: 0;
    height: 24px;
    width: 22px;
}

.hightlight-box .box-1 ul li .info .ttl {
    font-family: 'F37GingerPro-Bold';
    padding: 0 0 5px;
}

.hightlight-box .box-1 ul li .info .info {
    font-size: 20px;
    line-height: 24px;
}

.ylw-ttl {
    font-size: 24px;
    line-height: 29px;
    color: #FCB021;
    font-family: 'F37GingerPro-ExtraBold';
    margin: 0 0 20px;
}

.hightlight-box .box-2 ul li {
    margin: 0 0 10px;
}

.hightlight-box .box-2 ul {
    padding-left: 20px;
}

.hightlight-box .important-info-box .list {
    display: flex;
    margin: 0 0 20px
}

.important-info-box .list li {
    position: relative;
    padding: 0 15px 0 30px;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.important-info-box .list .row-box {
    max-width: 50%;
    flex: 0 0 50%;
}

.important-info-box .list .rt-check li:before {
    background: url(../images/sprite-2.png) 0 -30px;
    position: absolute;
    width: 18px;
    height: 13px;
    display: inline-block;
    content: '';
    left: 0;
}

.important-info-box .list ul {
    padding: 0;
}

.important-info-box .list .wg-check li:before {
    background: url(../images/sprite-2.png) -29px -30px;
    position: absolute;
    width: 14px;
    height: 14px;
    display: inline-block;
    content: '';
    left: 0;
}

.hightlight-box .schedule-detail .ttl {
    font-family: 'F37GingerPro-Bold';
    padding: 0 0 5px;
}

.hightlight-box .schedule-detail {
    margin: 0 0 20px;
}

.hightlight-box .map-box iframe {
    width: 100%;
    max-width: 866px;
    height: 645px;
}

.hightlight-box .location-box {
    margin: 50px 0 42px;
}

.hightlight-box .cancellation-policy ul {
    padding-left: 20px;
}

.hightlight-box .cancellation-policy ul li {
    margin: 0 0 10px;
}

.hightlight-box .cancellation-policy ul li.warning {
    list-style: none;
    position: relative;
    padding-left: 9px;
    margin: 20px 0 10px;
}

.hightlight-box .cancellation-policy ul li.warning:before {
    position: absolute;
    content: '';
    background: url(../images/sprite-2.png) -57px -30px;
    display: inline-block;
    height: 16px;
    width: 16px;
    left: -20px;
}

.sort-review {
    border-radius: 5px;
    border: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Regular';
    flex: 0 0 17%;
    margin: 5px 30px;
    background: #F1F1F1 url(../images/travel-packges/down.png) 88% 50% no-repeat;
    height: 40px;
    padding: 10px 60px 10px 55px;
    min-width: 257px;
}

.review-box .review-list .sort {
    margin: 0 0 30px;
}

.review-list .review-list-wrp ul {
    padding: 0;
}

.review-list .review-list-wrp ul li {
    float: left;
    width: 100%;
    list-style: none;
    background: #F9F9F9;
    border-radius: 5px;
    padding: 30px;
    margin: 0 0 30px;
}

.review-list .review-list-wrp ul li .customer-info {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.review-list .review-list-wrp ul li .review {
    margin: 0 0 20px;
}

.review-list .review-list-wrp ul li .review-details,
.review-list .review-list-wrp ul li .review-count-people {
    margin: 0 0 20px;
}

.review-list .review-list-wrp ul li .review-img-box {
    margin: 0 0 10px;
}

.review-img-box a {
    display: inline-block;
    margin: 0 0 10px;
}

.review-list .review-list-wrp ul li .customer-info .img {
    max-width: 50px;
    margin-right: 20px;
}

.review-list .review-list-wrp ul li .customer-info .img img {
    max-width: 100%;
}

.review-list .review-list-wrp ul li .customer-info .name {
    font-size: 18px;
    line-height: 22px;
    font-family: 'F37GingerPro-Bold';
    padding: 0 0 2px;
}

.review-list .review-list-wrp ul li .customer-info .date {
    font-size: 12px;
    line-height: 14px;
}

.review-list .review-list-wrp ul li .review-details .ttl {
    font-family: 'F37GingerPro-Bold';
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 10px;
}

.helpful-box {
    font-size: 18px;
    line-height: 22px;
    font-family: 'F37GingerPro-Bold';
    display: flex;
}

.helpful-box .helpful-icon {
    background: url(../images/sprite-2.png) 0 -53px;
    display: inline-block;
    width: 22px;
    height: 20px;
}

.helpful-box .ttl {
    padding-left: 15px;
}

.submit-review .rating .review-star {
    display: inline-block;
    position: relative;
}

.submit-review .rating .review-star label.star-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    margin: 0;
}

.submit-review .rating .review-star label.star-label:last-child {
    position: static;
}

.submit-review .rating .review-star label.star-label:nth-child(1) {
    z-index: 5;
}

.submit-review .rating .review-star label.star-label:nth-child(2) {
    z-index: 4;
}

.submit-review .rating .review-star label.star-label:nth-child(3) {
    z-index: 3;
}

.submit-review .rating .review-star label.star-label:nth-child(4) {
    z-index: 2;
}

.submit-review .rating .review-star label.star-label:nth-child(5) {
    z-index: 1;
}

.submit-review .rating .review-star label.star-label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.submit-review .rating .review-star label.star-label .icon {
    float: left;
    color: transparent;
}

.submit-review .rating .review-star label.star-label:last-child .icon {
    color: #ccc;
}

.submit-review .submit-review-box-1 .error {
    position: relative;
    display: block;
    width: 100%;
}

.submit-review .rating .review-star:not(:hover) label.star-label input:checked~.icon,
.submit-review .rating .review-star:hover label.star-label:hover input~.icon {
    color: #FCB021;
}


/* .submit-review .rating .review-star label.star-label input:focus:not(:checked)~.icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #FCB021;
} */

.submit-review .fa-lg {
    font-size: 22px;
    margin-right: 8px;
}

.submit-review {
    margin: 25px 0 80px;
    float: left;
    width: 100%;
    clear: both;
}

.submit-review .submit-review-box-1 {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    flex-wrap: wrap;
}

.submit-review .submit-review-box-1 .review-star {
    margin-right: 80px;
}

.submit-review .submit-review-box-1 label {
    margin-right: 20px;
}

.submit-review .submit-review-box-1 button {
    background: #F1F1F1;
    border-radius: 5px;
    border: 0;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 19px;
    color: rgba(74, 74, 74, 0.5);
    min-width: 200px;
    text-align: left;
}

.submit-review-box-2 .input-box textarea,
.submit-review-box-2 .input-box input {
    width: 100%;
    background: #F1F1F1;
    border-radius: 5px;
    padding: 13px 20px;
    box-sizing: border-box;
    border: 0;
}

.submit-review-box-2 .input-box textarea {
    min-height: 171px;
    resize: none;
}

.submit-review-box-2 .input-box {
    margin-bottom: 15px;
}

.submit-review-box-2 {
    margin: 0 0 15px;
}

.submit-review .button-wrapper .yellow-btn {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    min-width: 150px;
    margin: 0 0 20px;
}

.product-grid.featured-section .country-image a:hover {
    color: #4A4A4A !important;
}

.may-like-wrp .ttl {
    font-size: 25px;
    line-height: 30px;
    font-family: 'F37GingerPro-ExtraBold';
    padding: 0 15px;
}

.may-like-wrp {
    margin: 0 0 70px;
    padding: 0 15px;
}

.review-box {
    padding: 0 15px;
}

.itinenary-wrp {
    padding: 30px;
    background: #f5f5f5;
}

.itinenary-wrp .day {
    font-size: 24px;
    line-height: 29px;
    color: #0B7E8A;
    font-family: 'F37GingerPro-ExtraBold';
    padding: 0 0 15px;
}

.itinenary-wrp .time {
    color: rgba(74, 74, 74, 0.5);
    font-family: 'F37GingerPro-Bold';
    padding: 0 0 5px;
}

.itinenary-wrp .activity {
    padding: 0 0 30px;
}

.itinenary-wrp .activity .img-box img {
    max-height: 180px;
    width: 320px;
    padding: 0 0 10px;
    object-fit: cover;
}

.itinenary-box .text-overflow {
    max-height: 510px;
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    position: relative;
}

.itinenary-box .btn-overflow {
    display: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    text-align: center;
    color: inherit;
    font-family: 'F37GingerPro-Bold';
    padding: 10px 5px 5px;
}


/* .itinenary-box .btn-overflow.more {
    padding: 0 0 10px;
} */

.itinenary-box {
    position: relative;
    margin: 30px 0 50px;
    border-radius: 5px;
}


/* .itinenary-box .text-overflow::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: url(../images/shadow.png);
    display: inline-block;
    height: 216px;
    width: 100%;
    background-size: cover;
    max-width: 100%;
} */

.itinenary-box.itinerary-hide-shadow .text-overflow::after {
    background: none;
}

.calender-box .review-star .star.checked {
    background: url(../images/sprite-2.png);
    background-position: -56px -51px;
    height: 22px;
    width: 22px;
}

.hightlight-box .calender-box .review-star .star-rating {
    height: 20px;
    width: 150px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.review-star.avrg-rating .star-rating{
    height: 20px;
    width: 150px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.hightlight-box .calender-box .review-star .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 15px;
    height: 20px;
}
.review-star.avrg-rating .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 15px;
    height: 20px;
}
.review-star.avrg-rating .star-rating::before {
    background: url(../images/grey-star-w-gap.png);
    display: inline-block;
    height: 20px;
    content: '';
    width: 100%;

}

.review-star.avrg-rating .star-rating span:before {
    background-image: url(../images/yellow-star-w-gap.png);
    height: 24px;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.review-star.avrg-rating {
    margin: 0 0 3px;
}

.detail-package-page .banner-section .button-wrapper .dropdown-menu {
    min-width: 119px;
}

.detail-package-page .banner-section .button-wrapper .dropdown-menu a.dropdown-item {
    padding: 7px 10px;
    text-align: center;
}

.detail-package-page .banner-section .button-wrapper .dropdown-menu a.dropdown-item {
    padding: 7px 10px;
    text-align: center;
}

.detail-package-page .banner-section .button-wrapper .dropdown-menu a.dropdown-item:hover,
.detail-package-page .banner-section .button-wrapper .dropdown-menu a.dropdown-item:active {
    background-color: #fff2da;
}

.detail-package-page .banner-section .button-wrapper .dropdown-menu a.dropdown-item .fa {
    font-size: 28px;
}

.detail-package-page .banner-section .button-wrapper .dropdown-menu a.dropdown-item i.fa.fa-facebook-f {
    color: #3b5998;
}

.detail-package-page .banner-section .button-wrapper .dropdown-menu a.dropdown-item i.fa.fa-whatsapp {
    color: #075e54;
}

.detail-package-page .banner-section .button-wrapper .dropdown-menu a.dropdown-item:active {
    background: #fff !important;
}

.custom-popup.edit-card-popup .modal-body .input-field span {
    font-family: 'F37GingerPro-Bold';
    display: block;
    margin: 0 0 10px;
}

.calender-box .review-star .star {
    background: url(../images/sprite-2.png);
    background-position: -28px -51px;
    height: 22px;
    width: 22px;
}

.calender-box .rating-wrp .ylw-box {
    background: #FCB021;
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 24px;
    font-family: 'F37GingerPro-Bold';
    color: #FFFFFF;
    margin-right: 20px;
    line-height: 60px;
}

.custom-popup.edit-card-popup .modal-header h4 {
    font-family: 'F37GingerPro-Bold';
}

.custom-popup .btn.yellow-btn {
    background: #FCB021;
    color: #fff;
    box-shadow: none;
    min-width: 77px;
    font-family: 'F37GingerPro-Regular';
}

.calender-box .rating-box {
    font-family: 'F37GingerPro-Bold';
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(74, 74, 74, 0.2);
    padding: 0 0 50px;
    margin: 0 0 25px;
    flex-wrap: wrap;
}

.calender-box .review .review-cnt {
    font-size: 14px;
    line-height: 17px;
    padding: 5px 0 0;
}

.calender-box .price-box {
    font-family: 'F37GingerPro-Regular';
    margin-left: auto;
}

.calender-box .price-box span {
    font-size: 30px;
    line-height: 36px;
    font-family: 'F37GingerPro-Bold';
    padding-left: 16px;
}

.blog-section .country-image a:hover {
    color: inherit !important;
}

.calender-box .cal-box {
    margin: 25px 0;
    float: left;
    width: 100%;
    max-width: 525px;
}

.calender-box .cal-box .ttl {
    font-size: 20px;
    line-height: 24px;
    font-family: 'F37GingerPro-Bold';
    padding: 0 0 20px;
}

.calender-box .cal-box .button-wrp {
    text-align: right;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.calender-box .cal-box .button-wrp button {
    min-width: 120px;
    outline: 0;
}

.calender-box .cal-box table tr td,
.calender-box .cal-box table tr th {
    border: 0;
    text-align: center;
    vertical-align: middle;
}

.calender-box .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    bottom: 0;
}

.calender-box .fc .fc-daygrid-event-harness-abs {
    position: relative;
}

.calender-box .fc-theme-standard td.fc-day-disabled,
.calender-box .fc-theme-standard th.fc-day-disabled {
    background: transparent;
}

.calender-box .fc .fc-daygrid-day-number {
    display: block;
    width: 100%;
}

.calender-box .fc .fc-col-header-cell-cushion {
    font-family: 'F37GingerPro-ExtraBold';
    font-size: 14px;
    line-height: 17px;
    padding: 14px 4px;
}

.calender-box .fc-theme-standard .fc-scrollgrid {
    border-width: 1px !important;
    border: 1px solid #D9D9D9;
}

.calender-box .fc-toolbar-chunk button {
    background: none;
    border: 0;
    color: #4a4a4a;
    box-shadow: none !important;
    padding: 8px 0;
    line-height: normal;
    margin: 0 22px;
}

.calender-box .fc-h-event .fc-event-main {
    color: #4A4A4A !important;
}

.calender-box .fc-h-event {
    background: transparent;
    border: 0;
    font-size: 10px;
    line-height: 12px;
    color: #4A4A4A !important;
}

.calender-box .fc .fc-daygrid-day-number {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    line-height: 17px;
    font-family: 'F37GingerPro-ExtraBold';
    padding-top: 10px;
}

.calender-box .fc .fc-daygrid-event-harness .fc-event-title {
    line-height: 24px;
}

.calender-box .fc .fc-daygrid-day-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.calender-box .fc .fc-daygrid-more-link {
    font-size: 10px;
    line-height: 12px;
}

.calender-box .fc .fc-button-primary:not(:disabled):active:focus,
.calender-box .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: none;
}

.calender-box .fc .fc-button-primary:not(:disabled):active,
.calender-box .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: inherit;
    background-color: transparent;
    border-color: transparent;
}

.calender-box .fullcalender-avaialble-event {
    background-color: #f2f2f2;
    cursor: pointer;
}

.calender-box .fc-toolbar-chunk button:hover {
    background: none;
    border: 0;
    color: #a4a4a4;
}

.calender-box .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 5px 0;
}

.calender-box .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .calender-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.calender-box .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .calender-top h2.fc-toolbar-title {
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Bold';
}

.calender-box .fc .fc-button .fc-icon {
    font-size: 17px;
    font-weight: 600;
}

.calender-box .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    border: 1px solid #D9D9D9;
    border-bottom: 0;
}

.calender-box td.fc-daygrid-day.fc-day-past a.fc-daygrid-day-number {
    color: rgba(74, 74, 74, 0.2);
}

.calender-box td.fc-daygrid-day.fc-day-past a.fc-daygrid-day-number:hover {
    color: rgba(74, 74, 74, 0.2) !important;
    cursor: no-drop;
}

.calender-box .fc .fc-daygrid-day.fc-day-today {
    background: transparent;
}

.calender-box .fc .fc-daygrid-day.fc-day-today a.fc-daygrid-day-number {
    color: #FCB021;
}

.submit-review .main-ttl {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 12px;
    font-family: 'F37GingerPro-ExtraBold';
}

.detail-package-page .banner-section .button-wrapper.box-text button {
    font-family: 'F37GingerPro-Bold';
    padding: 9px 21px;
    border: 0;
    margin-left: 30px;
    min-width: 117px;
}

.detail-package-page .banner-section .button-wrapper.box-text .share span {
    background: url(../images/share.png) 0 50% no-repeat;
    padding-left: 30px;
}

.detail-package-page .banner-section .button-wrapper.box-text .itinenary span {
    background: url(../images/download-icon.png) 0 50% no-repeat;
    padding-left: 30px;
}

.banner-section .box-image .button-wrapper.box-text {
    top: 60px;
}


/* Create travel package */

.tr-cr-pkg .banner-section .box-image .box-text {
    max-width: 730px;
}

.tr-cr-pkg .form-wrapper .row-box-wrp {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.tr-cr-pkg .form-wrapper .row-box-wrp .row-box {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto;
}

.tr-cr-pkg .form-wrapper .row-box-wrp .input-field label {
    display: block;
    font-family: 'F37GingerPro-Bold';
    margin-bottom: 10px;
}

.tr-cr-pkg .form-wrapper .row-box-wrp .input-field {
    margin: 0 0 30px;
}

.tr-cr-pkg .form-wrapper .row-box-wrp .row-box .input-field input {
    width: 100%;
}

.tr-cr-pkg .form-wrapper .row-box-wrp .br {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.tr-cr-pkg .form-wrapper .button-wrapper button {
    width: auto;
    min-width: 201px;
    font-weight: normal;
    font-family: 'F37GingerPro-Bold';
}

.tr-cr-pkg .form-wrapper .button-wrapper {
    text-align: center;
    margin: 0 0 60px;
}

.tr-cr-pkg .form-wrapper .row-box-wrp .input-field.pax input {
    background: #F1F1F1 url(../images/person-icon.png) 94% 50% no-repeat;
}

.tr-cr-pkg .form-wrapper .row-box-wrp .input-field label .sm-font {
    font-size: 12px;
    line-height: 14px;
    font-family: 'F37GingerPro-Regular';
    display: inline-block;
}


/* Blog-detail page */

.blog-wrp.blog-wrp-detail article {
    max-width: 100%;
    border: 0;
    width: 100%;
}

.blog-wrp.blog-wrp-detail article .blog-img img {
    display: block;
    margin: 0 auto;
}

.blog-wrp.blog-wrp-detail article .img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-wrp.blog-wrp-detail article .img-box .blog-img {
    padding: 0 15px;
}

.blog-wrp.blog-wrp-detail .info-main {
    text-align: center;
}

.blog-wrp.blog-wrp-detail .info-main .button-wrp {
    margin: 0;
}

.blog-wrp.blog-wrp-detail .info-main .ttl {
    margin: 19px 0 5px;
    font-size: 32px;
    line-height: 38px;
}

.blog-wrp.blog-wrp-detail .info-main .date.lg {
    font-size: 18px;
    line-height: 22px;
    color: #4A4A4A;
    margin: 20px 0;
}

.blog-wrp.blog-wrp-detail .blog-img {
    margin: 50px 0;
}

.blog-wrp.blog-wrp-detail {
    margin: 60px 0 122px;
}

.blog-wrp.blog-wrp-detail .info p:last-of-type {
    margin: 0;
}


/* Book my trasport page */

.tr-book-pg .banner-section .box-image .box-text {
    max-width: 730px;
}

.tr-book-pg .form-wrapper .row-box-wrp {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 30px;
    justify-content: center;
}


/* .tr-book-pg .form-wrapper .row-box-wrp .row-box {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto;
} */

.tr-book-pg .form-wrapper .row-box-wrp .input-field label {
    display: block;
    font-family: 'F37GingerPro-Bold';
    margin-bottom: 10px;
}

.tr-book-pg .form-wrapper .row-box-wrp .input-field {
    margin: 0 50px 30px;
}

.tr-book-pg .form-wrapper .row-box-wrp .row-box .input-field input,
.tr-book-pg .form-wrapper .row-box-wrp .row-box .input-field select {
    width: 100%;
}

.tr-book-pg .form-wrapper .row-box-wrp .row-box .input-field select {
    background: #F1F1F1 url(../images/travel-packges/down.png) 95% 50% no-repeat;
    border-radius: 5px;
    border: 0;
    padding: 10px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    /* color: rgba(74, 74, 74, 0.5); */
}

.tr-book-pg .button-wrapper {
    text-align: center;
    margin: 0 0 98px;
}

.tr-book-pg .button-wrapper button {
    width: auto;
    min-width: 183px;
}

.tr-book-pg .form-wrapper .row-box-wrp .input-field.pax input {
    background: #F1F1F1 url(../images/person-icon.png) 95% 50% no-repeat;
}

.tr-book-pg .form-wrapper .row-box-wrp .input-field.duration input {
    background: #F1F1F1 url(../images/cal-small.png) 95% 50% no-repeat;
}

.tr-book-pg .main-info {
    max-width: 1120px;
    margin: 60px auto 0;
    padding: 0 10px;
    text-align: center;
}

.book-travel-pg-wrp .book-box {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    flex-wrap: wrap;
}

.book-travel-pg-wrp .book-box .ylw-btn {
    font-size: 24px;
    line-height: 29px;
    color: #FCB021;
    font-family: 'F37GingerPro-Bold';
}

.book-travel-pg-wrp .book-box section {
    border-bottom: 1px solid rgba(74, 74, 74, 0.5);
    padding: 30px 0;
}

.book-travel-pg-wrp .book-box section:last-of-type {
    border-bottom: 0;
}

.book-travel-pg-wrp .book-box section.box-1 .date {
    font-size: 20px;
    line-height: 24px;
    font-family: 'F37GingerPro-Bold';
    padding: 20px 0 0;
}

.pax-box .ttl .main-ttl {
    font-family: 'F37GingerPro-Bold';
}

.pax-box .ttl .info {
    font-size: 12px;
    line-height: 14px;
    padding: 2px 0 0;
}

.pax-box .red-font {
    font-size: 14px;
    line-height: 17px;
    color: #F95858;
    font-family: 'F37GingerPro-Bold';
    padding: 0 20px !important;
    min-width: 150px;
    vertical-align: middle;
}

.pax-box .counter span {
    cursor: pointer;
}

.pax-box .counter .minus,
.pax-box .counter .plus {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-indent: -9999px;
}

.pax-box .counter .minus {
    background: url(../images/minus.png) 0 50% no-repeat;
    padding-right: 25px;
}

.pax-box .counter .plus {
    background: url(../images/plus.png) 100% 50% no-repeat;
    padding-left: 25px;
}

.pax-box .counter input {
    height: 42px;
    width: 42px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #F1F1F1;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    line-height: 22px;
    font-family: 'F37GingerPro-Bold';
}

.pax-box {
    margin: 20px 0 0;
}

.pax-box tr td {
    padding: 0 0 22px;
    vertical-align: top;
}

.pax-box tr td.ttl {
    min-width: 165px;
}

.pax-box tr:last-of-type td {
    padding: 0;
}

.add-on-box .main-ttl {
    font-size: 18px;
    line-height: 22px;
    font-family: 'F37GingerPro-Bold';
    padding: 20px 0;
}

.add-on-box .input-field .main-ttl {
    padding: 10px 0 15px;
}

.add-on-box .input-field label {
    display: block;
    margin: 0;
}

.add-on-box .input-field textarea {
    width: 100%;
    resize: none;
    min-height: 120px;
    padding: 15px;
}

.add-on-box .input-field {
    margin: 0 0 30px;
}

.add-on-box span.red-font {
    font-size: 14px;
    line-height: 17px;
    color: #F95858;
    font-family: 'F37GingerPro-Bold';
}

.custom-checkbox .container {
    padding-left: 45px;
    font-family: 'F37GingerPro-Regular';
    font-size: 14px;
}

section .transport-box .more-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
}

section .transport-box .more-info-wrp {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
}

section .transport-box .more-info .seats {
    position: relative;
    padding: 0 40px 0 33px;
}

section .transport-box .more-info .seats::before {
    position: absolute;
    content: '';
    background: url(../images/transport/people.png) 0px 2px;
    width: 22px;
    height: 17px;
    display: inline-block;
    left: 0;
    background-repeat: no-repeat;
}

section .transport-box {
    padding: 20px 0 0;
    margin: 0;
}

section .transport-box li {
    list-style: none;
}

section .transport-box li:last-of-type {
    margin: 0;
}

section .transport-box .custom-radio-box .container {
    text-indent: -9999px;
}

section .transport-box .more-info .bags {
    position: relative;
    padding: 0 40px 0 25px;
    display: inline-block;
    line-height: 20px;
}

section .transport-box .more-info .bags::before {
    position: absolute;
    content: '';
    background: url(../images/transport/bag.png) 0 50%;
    width: 15px;
    height: 20px;
    display: inline-block;
    left: 0;
}

section .transport-box li {
    display: flex;
    border: 2px solid #4A4A4A;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    margin: 0 0 15px;
}

section .transport-box li.active {
    background: #F1F1F1;
    border: 0;
}

section .transport-box li .p-10 {
    padding: 0 10px;
}

section .transport-box li .green-btn {
    border-radius: 47px;
    padding: 6px 18px;
    font-size: 10px;
    line-height: 12px;
    font-family: 'F37GingerPro-Regular';
    display: inline-block;
    margin: 0;
}

section .transport-box li .custom-radio-box .container {
    padding-left: 0;
}

section .transport-box li .price-box {
    margin-left: auto;
    font-size: 16px;
    line-height: 19px;
    font-family: 'F37GingerPro-Bold';
}

.bill-info {
    background: #F1F1F1;
    border-radius: 5px;
    padding: 20px 30px;
    margin: 30px 0 30px auto;
    max-width: 400px;
}

.book-box-right h2.main-ttl {
    font-size: 24px;
    line-height: 29px;
    font-family: 'F37GingerPro-ExtraBold';
    margin: 0;
}

.bill-info table td {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 17px;
}

.bill-info table tr td:first-child {
    padding-left: 0;
    max-width: 59%;
    flex: 0 0 59%;
}

.bill-info table tr td:last-child {
    padding-right: 0;
    max-width: 41%;
    flex: 0 0 41%;
}

.bill-info table tr td.main-ttl {
    max-width: 100%;
    flex: 0 0 100%;
}

.a-right {
    text-align: right;
}

.bill-info table .main-ttl {
    font-size: 18px;
    line-height: 22px;
    font-family: 'F37GingerPro-Bold';
}

section .transport-box li .green-btn:hover {
    color: #fff !important;
    font-family: 'F37GingerPro-Bold';
}

.bill-info table {
    width: 100%;
    border-bottom: 1px solid #4A4A4A;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 5px;
    margin: 0 0 10px;
}

.bill-info table:last-of-type {
    border-bottom: 0;
    margin: 0;
}

.bill-info table tr,
.bill-info table tbody {
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
}

.book-travel-pg-wrp .book-box .book-box-right .button-wrapper {
    text-align: right;
}

.bill-info table .fm-bold {
    font-family: 'F37GingerPro-Bold';
}

.bill-info table .fm-lg {
    font-size: 20px;
    line-height: 24px;
}

.book-box-right .button-wrapper .white-btn {
    padding: 7px 34px;
    font-family: 'F37GingerPro-Bold';
    border: 1px solid #4A4A4A;
    margin-right: 17px;
}

.book-box-right-wrp {
    margin: 30px 0 0;
}

.bill-info table tr td span.ttl {
    min-width: 75px;
    display: inline-block;
}

.book-travel-pg-wrp .book-box .book-box-right .button-wrapper .yellow-btn {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}


/* my account new*/

.account-nhy-wrp-left {
    position: relative;
}

.my-account-nhy .img-box-absolute {
    position: absolute;
    bottom: 0;
    margin-bottom: -150px;
    width: 300px;
    height: 300px;
}

.account-nhy-wrp-left .info {
    padding-top: 180px;
    width: 300px;
    margin-bottom: 50px;
}

.account-nhy-wrp-left .info table {
    width: 100%;
}

.my-account-banner img {
    max-width: 100%;
}

.account-nhy-wrp-left .info .name {
    font-size: 35px;
    text-align: center;
    line-height: 42px;
    font-family: 'F37GingerPro-ExtraBold';
    padding-bottom: 30px;
}

.account-nhy-wrp-left .info td.font-bold {
    font-family: 'F37GingerPro-Bold';
}
.account-nhy-wrp-left .info td.font-bold.account-emai-id {
    word-break: break-all;
    white-space: normal;
}

.my-account-banner {
    position: relative;
}

.account-nhy-wrp {
    display: flex;
    flex-wrap: wrap;
}

.account-nhy-wrp-left .info table tr td:first-child {
    min-width: 115px;
}

.account-nhy-wrp-left .info table tr td {
    padding: 5px 0;
}

.account-nhy-wrp-right {
    border-left: 1px solid rgba(74, 74, 74, 0.2);
    padding-left: 80px;
    margin-left: 80px;
    margin-top: 50px;
    max-width: calc(100% - 380px);
    flex: 0 0 calc(100% - 380px);
    margin-bottom: 50px;
}

.booking-detail-wrp .card-header a.accordion-toggle {
    position: relative;
    display: block;
}

.booking-detail-wrp .card-header a.accordion-toggle:before {
    position: absolute;
    height: 15px;
    width: 15px;
    content: '>';
    right: 35px;
    top: 50%;
    color: #4A4A4A;
    margin-top: -7.5px;
    transform: matrix(0, -1, -1, 0, 0, 0);
}

.booking-detail-wrp .card-header a.accordion-toggle.collapsed:before {
    /* transform: matrix(0, -1, -1, 0, 0, 0); */
    transform: rotate(90deg);
}

.booking-detail-wrp .view-all {
    text-align: left;
    padding: 30px 0;
}

.booking-detail-wrp .view-all span {
    color: #FCB021;
    background: url(../images/left-icn-ylw.png) 100% no-repeat;
}

.booking-detail-wrp .setting-wrp h2.ttl .setting-icon {
    background: url(../images/setting-icon-lg.png) 0 0 no-repeat;
    display: inline-block;
    padding-left: 45px;
}

.booking-detail-wrp ul.setting-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.booking-detail-wrp ul.setting-list li a {
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    font-family: 'F37GingerPro-Bold';
}

.booking-detail-wrp ul.setting-list li {
    padding: 12px 16px;
    border-bottom: 1px solid #d2d2d2;
}

.booking-detail-wrp ul.setting-list li a {
    position: relative;
    display: block;
}

.booking-detail-wrp ul.setting-list li a:before {
    position: absolute;
    height: 15px;
    width: 15px;
    content: '>';
    right: 0;
    top: 50%;
    color: #4A4A4A;
    margin-top: -8.5px;
    font-family: 'F37GingerPro-Regular';
    font-size: 23px;
}


/* Style the tab */

.booking-detail-wrp .tab {
    overflow: hidden;
}


/* Style the buttons inside the tab */

.booking-detail-wrp .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    min-width: 161px;
    padding: 11px 0;
    font-family: 'F37GingerPro-Bold';
    color: inherit;
}


/* Create an active/current tablink class */

.booking-detail-wrp .tab button.active {
    border-bottom: 2px solid #FCB021;
}


/* Style the tab content */

.booking-detail-wrp .tabcontent {
    display: none;
}

.booking-detail-wrp h2.ttl {
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    font-family: 'F37GingerPro-ExtraBold';
    padding: 0 0 30px;
}

.booking-detail-wrp p {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'F37GingerPro-Bold';
}

.booking-detail-wrp h2.ttl .calender-icon {
    background: url(../images/calender-grey.png) 0 50% no-repeat;
    display: inline-block;
    padding-left: 47px;
}

.booking-detail-wrp table {
    width: 100%;
}

.booking-detail-wrp .table-wrp.heading {
    background: #F9F9F9;
    margin: 12px 0 0;
    border-bottom: 2px solid #4A4A4A;
}

.booking-detail-wrp .table-wrp {
    padding: 0 15px;
}

.booking-detail-wrp .table-wrp td {
    font-size: 16px;
    line-height: 19px;
    padding: 15px;
    color: #4A4A4A;
}

.booking-detail-wrp .table-wrp td.id {
    width: 16%;
}

.booking-detail-wrp .table-wrp td.name {
    width: 44%;
}

.booking-detail-wrp .table-wrp td.date {
    width: 43%;
}

.booking-detail-wrp .card-header {
    padding: 0;
    background: transparent;
    border: 0;
}

.booking-detail-wrp .card-header h4.card-header-ttl {
    margin: 0;
}

.booking-btn {
    background: #E1E1E1;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 47px;
    border: 0;
    padding: 10px 32px;
    font-family: 'F37GingerPro-Bold';
    color: inherit;
    margin-right: 20px;
}

.booking-btn:hover {
    color: #4A4A4A !important;
}

.booking-btn .enquiry {
    background: url(../images/info-icon-grey.png) 0 0 no-repeat;
    display: inline-block;
    padding-left: 20px;
}

.booking-btn .summary {
    background: url(../images/download-icon-grey.png) 0 0 no-repeat;
    display: inline-block;
    padding-left: 32px;
}

.booking-btn .itinerary {
    background: url(../images/download-icon-grey.png) 0 0 no-repeat;
    display: inline-block;
    padding-left: 32px;
}

.card-block .bookings-data-content-wrp .bookings-data-content-block {
    padding: 15px 30px;
}

.card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp {
    display: flex;
    flex-wrap: wrap;
}

.bookings-data-content-button {
    display: flex;
    margin: 0 0 16px;
}

.bookings-data-content-right .bill-info.bill-info-booking {
    margin: 0;
    background: #fff;
    padding: 15px 30px;
}

.card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left {
    max-width: 64%;
    flex: 0 0 64%;
    padding-right: 30px;
}

.bookings-data-content-right {
    max-width: 36%;
    flex: 0 0 36%;
}

.card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left table td {
    border: 1px solid rgba(74, 74, 74, 0.5);
    padding: 8px 16px;
}

.card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left table td.font-bold.ttl {
    font-family: 'F37GingerPro-ExtraBold';
    width: 192px;
}

.card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left table td b {
    font-family: 'F37GingerPro-ExtraBold';
}

.bookings-data-content-wrp {
    border-top: 1px solid #9c9c9c;
}

.card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left table {
    background: #fff;
}

.booking-detail-wrp .card {
    border: 0;
    border-radius: 0;
}

.booking-detail-wrp .card:nth-child(odd) {
    background: #EEEEEE;
}

.booking-detail-wrp .card:nth-child(even) {
    background: #F9F9F9;
}

.booking-detail-wrp .inner-container {
    background: #F9F9F9;
}

.booking-detail-wrp .inner-container ul.pagination-wrp {
    margin: 0;
    padding: 28px 30px 12px;
}

.booking-detail-wrp .inner-container ul.pagination-wrp .pg {
    background: #F1F1F1;
    padding: 13px 15px 11px;
    min-height: 40px;
    min-width: 40px;
    font-size: 16px;
    line-height: 16px;
}

.booking-detail-wrp .inner-container ul.pagination-wrp a.active.pg,
.booking-detail-wrp .inner-container ul.pagination-wrp a:hover {
    background: #FCB021;
    color: #fff !important;
}


/* Past booking */

.content-wrapper.p-50 .section-wrapper {
    padding: 50px 0;
}

.booking-full-page table.bookings-data {
    max-width: 890px;
}

.booking-full-page .left-right-wrp {
    max-width: 980px;
}

.booking-detail-wrp h2.page-title {
    margin-bottom: 15px;
}


/* saved cards */

.card-container .button-wrp button {
    width: auto;
    font-family: 'F37GingerPro-Regular';
    min-width: 180px;
}

.card-container {
    padding: 15px 0 0;
}

.card-table-wrp table tr td {
    padding: 9px 30px;
}

.card-table-wrp table tr th {
    padding: 9px 30px;
    background: #F9F9F9;
    border-bottom: 2px solid #4A4A4A;
    font-family: 'F37GingerPro-Bold';
}

.card-container .button-wrp {
    padding: 0 0 30px;
}

.card-content-wrp table tr:nth-child(even) td {
    background: #EEEEEE;
}

.card-content-wrp table tr:nth-child(odd) td {
    background: #F9F9F9;
}

.card-content-wrp table {
    width: 100%;
}

.card-table-wrp table tr .button-wrapper button {
    background: #E1E1E1;
    border-radius: 47px;
    border: 0;
    padding: 6px 18px;
    margin-left: 16px;
    font-family: 'F37GingerPro-Bold';
}

button.card-buttons.edit span {
    display: inline-block;
    background: url(../images/edit-icon.png) no-repeat;
    padding-left: 32px;
    color: #4A4A4A;
}

button.card-buttons.delete span {
    display: inline-block;
    background: url(../images/delete-icon.png) no-repeat;
    padding-left: 28px;
    color: #4A4A4A;
}

.card-table-wrp table tr .button-wrapper {
    display: flex;
    justify-content: flex-end;
}

.box-container-titlebar .button-wrapper button {
    min-width: 142px;
}

.card-form-wrp .input-field .date-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: #F1F1F1;
    border-radius: 5px;
    border: 0;
    min-width: 100px;
    text-align: center;
    text-align-last: center;
    padding: 10px;
    color: #4A4A4A;
}

.card-form-wrp .input-field {
    max-width: 370px;
}

.card-form-wrp .input-field input {
    width: 100%;
}

.card-form-wrp .date-field {
    display: flex;
    align-items: center;
}

.card-form-wrp .input-field {
    margin: 0 0 30px;
}

.card-form-wrp .divider {
    padding: 0 12px;
}

.card-form-wrp .input-field label {
    display: block;
    margin: 0 0 10px;
    font-family: 'F37GingerPro-Bold';
}

.tr-vh-box .right-box .more-info-detail ul {
    padding: 0;
}

.product-grid .owl-carousel .owl-stage {
    display: flex;
}

.product-grid .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

.product-grid.featured-section.tours.slider .country-image {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.fc-click {
    background-color: #FCB021 !important;
    border-radius: 5px;
}

.fc-click a {
    color: #fff !important;
}

.fc-click .fc-h-event .fc-event-title {
    color: #fff !important;
}

.custom-popup .close-delete-popup {
    background: url(../images/cancel.png) 50% no-repeat;
    display: block;
    height: 64px;
    width: 64px;
    margin: 0 auto;
}

.custom-popup .modal-header {
    border: 0;
    font-family: 'F37GingerPro-Bold';
}

.confirmation-popup .modal-body {
    text-align: center;
    border: 0;
}

.custom-popup .modal-header .close {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cancel-btn.btn {
    color: #4A4A4A;
    border: 1px solid #4A4A4A;
    border-radius: 47px;
    min-width: 142px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.box-container-titlebar .cancel-btn.btn {
    border-radius: 35px;
    padding: 7px 34px;
    color: #4A4A4A !important;
    border: 1px solid #4A4A4A;
    font-size: 16px;
    background-color: transparent;
    font-family: 'F37GingerPro-Regular';
    font-weight: 600;
    min-height: 39px;
    margin-right: 10px;
    box-shadow: none;
}

.custom-popup .modal-footer button {
    min-width: 142px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.cancel-btn.btn a {
    color: #4A4A4A !important;
    font-family: 'F37GingerPro-Bold';
}

.cancel-btn.btn a:hover {
    color: #4A4A4A !important;
}

.cancel-btn.btn:hover {
    opacity: 0.9;
    color: #4A4A4A !important;
}

.del-btn.btn {
    color: #fff;
    background: #f15e5e;
    border-radius: 47px;
    min-width: 142px;
}

.del-btn.btn:hover {
    opacity: 0.9;
    color: #fff;
}

.custom-popup .btn:hover,
.custom-popup .btn:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.custom-popup button:hover,
.custom-popup button:focus {
    opacity: 0.9;
}

.detail-package-page .banner-section .box-text .dropdown .dropdown-toggle::after {
    display: none;
}

.country-section .section-wrapper .view-all {
    margin: 10px 0 0;
}

.country-section.blog .section-wrapper .view-all {
    margin: 0;
}

.vehicle-slider-image img {
    border-radius: 5px;
    height: 200px;
    object-fit: cover;
    max-width: 100%;
}

.tr-vh-box .owl-prev span {
    background: url(../images/travel-packges/right.png) 50% no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
}

.tr-vh-box .owl-next span {
    background: url(../images/travel-packges/left.png) 50% no-repeat;
    display: inline-block;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
}

.tr-vh-box .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 99;
    width: 100%;
}

.tr-vh-box .owl-prev {
    left: -45px;
    background: transparent !important;
}

.tr-vh-box .disabled {
    opacity: 0.5;
}

.tr-vh-box .owl-next {
    right: -45px;
    background: transparent !important;
    float: right;
}

.tr-vh-box .owl-carousel .owl-nav button.owl-next,
.tr-vh-box .owl-carousel .owl-nav button.owl-prev {
    background: #FFFFFF !important;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: absolute;
    outline: none;
    margin: 0;
}

.modal-dialog .modal-title {
    font-family: 'F37GingerPro-Bold';
}

.modal.show .modal-dialog .modal-content.bg-default .modal-body {
    max-height: 400px;
    overflow: auto;
}

footer .footer-top .footer-box .address br {
    display: none;
}

.button-wrapper.review-submit-div {
    display: inline-block;
}

.addon-wrraper a.accordion-toggle {
    font-size: 18px;
    line-height: 22px;
    font-family: 'F37GingerPro-Bold';
    color: #4A4A4A !important;
}

.addon-wrraper a.accordion-toggle:before {
    position: absolute;
    height: 15px;
    width: 15px;
    content: '>';
    right: 0;
    top: 50%;
    color: #4A4A4A;
    margin-top: -7.5px;
    transform: matrix(0, -1, -1, 0, 0, 0);
}

.addon-wrraper a.accordion-toggle.collapsed:before {
    transform: rotate(90deg);
}

.addon-wrraper a.accordion-toggle {
    position: relative;
    display: block;
}

.addon-wrraper {
    border-bottom: 1px solid #4A4A4A;
    padding: 0 0 5px;
    margin: 0 0 10px;
}

.account-nhy-wrp-left .info .button-wrp a {
    border-radius: 35px;
    padding: 7px 34px;
    color: #4A4A4A !important;
    border: 1px solid #4A4A4A;
    font-size: 16px;
    background-color: transparent;
    font-family: 'F37GingerPro-Bold';
    font-weight: 600;
    min-height: 39px;
    margin-right: 10px;
    box-shadow: none;
}

.account-nhy-wrp-left .info .button-wrp a:hover {
    opacity: 0.7;
}

.account-nhy-wrp-left .info .button-wrp {
    margin: 50px 0 0;
    text-align: center;
}

.form-group .iti {
    width: 100%;
}

.form-group .iti input {
    padding: 10px 30px 10px 60px !important;
}

.iti__selected-flag {
    align-items: flex-start;
    padding: 14px 6px 0 8px;
    max-height: 38px;
    height: auto;
}

.iti__arrow {
    margin-top: 3px;
}

.accomodations .custom-radio-box .container {
    font-size: 14px;
    padding-left: 45px;
}

table.summary_addon {
    display: none;
}

table.summary_addon_table {
    display: none;
}

table.summary_addon_table tr.summary_addon_opt {
    display: none;
}

table.summary_addon_table tr.addon-show {
    display: flex !important;
}

section .transport-box li .custom-radio-box .container .checkmark:after {
    display: none;
}

section .transport-box li.active .custom-radio-box .container .checkmark:after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FCB021;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6px;
    content: '';
    display: block;
}

.left-header li.nav-item {
    position: relative;
    text-align: right;
    padding-bottom: 10px;
}

.left-header li.nav-item::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    top: 7px;
    margin-top: 0;
}

li.nav-item.dropdown.travel-packages-icon::after {
    background: url(../images/menu-icons/travel-packages.svg) no-repeat 0 50%;
}

li.nav-item.dropdown.transport-icon::after {
    background: url(../images/menu-icons/transport.svg) no-repeat 0 50%;
}

li.nav-item.contact-icon::after {
    background: url(../images/menu-icons/contact.svg) no-repeat 0 50%;
}

li.nav-item.aboutus-icon::after {
    background: url(../images/menu-icons/about-us.svg) no-repeat 0 50%;
}

li.nav-item.blog-icon::after {
    background: url(../images/menu-icons/blog.svg) no-repeat 0 50%;
}

.left-header li a.nav-link {
    padding-left: 37px !important;
}


/* banner changes */

.banner-bg-img.h-500 {
    min-height: 500px;
}

.banner-bg-img.h-350 {
    min-height: 350px;
}

.banner-bg-img {
    background-size: cover;
    display: block;
    background-position: 50% 50%;
}

.my-account-banner .banner-bg-img.h-300 {
    min-height: 300px;
}
.fixed-sidebar-container {
    position: fixed;
    bottom: 42px;
    right: 0px;
    z-index: 99;
}

/*.fixed-sidebar-container {
    position: fixed;
    z-index: 9;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 0;
    width: 100%;
}

.fixed-sidebar-container .section-wrapper .fixed-sliderbar-wrp {
    background: #0B7E8A;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    width: auto;
    max-width: 300px;
    margin: 0 0 0 auto;
}

.fixed-sliderbar-wrp {
    max-width: 150px;
}*/

.malaysian-popup-wrp img {
    max-width: 100%;
}

.malaysian-popup-wrp .modal-header {
    padding: 0;
}

.malaysian-popup-wrp .modal-content .modal-body {
    font-size: 21px;
    text-align: center;
    padding-top: 32px;
    font-weight: 600;
    font-family: 'F37GingerPro-Bold';
}

.malaysian-popup-wrp .modal-content {
    border-radius: 20px;
    border: 0;
}

.malaysian-popup-wrp .modal-content .modal-footer {
    border: 0;
}

.malaysian-popup-wrp .modal-content .modal-footer .btn.cancel-btn {
    box-shadow: unset;
    border-width: 2px;
    font-family: 'F37GingerPro-Bold';
}

.fixed-sidebar-container .box h2 {
    font-size: 18px;
    font-family: 'F37GingerPro-Bold';
}

.fixed-sidebar-container .box select {
    width: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'F37GingerPro-Bold';
}

/*.fixed-sidebar-container .box {
    box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.25);
    padding: 8px 10px;
    display: flex;
    align-items: center;
}*/

.fixed-sidebar-container .box .img-box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

/*.fixed-sidebar-container .box-lg {
    max-width: 110px;
    flex: 0 0 110px;
}*/

.fixed-sidebar-container .box-sm {
    max-width: 76px;
    flex: 0 0 76px;
}

.fixed-sliderbar-wrp .ttl {
    font-size: 16px;
    line-height: 19px;
}

.fixed-sliderbar-wrp .ttl.cur {
    /*background: url(../images/yen-sign.png) no-repeat 0 50%;
    padding-left: 25px;
    padding-right: 20px;*/
}

.fixed-sliderbar-wrp .ttl.lan {
    /*background: url(../images/language.png) no-repeat 0 50%;
    padding-left: 32px;
    padding-right: 20px;*/
}

.fixed-sidebar-container .box:last-of-type {
    border-bottom: 0;
    margin: 0;
    box-shadow: unset;
}

.fixed-sidebar-container .box .dropdown {
    line-height: normal;
}

.fixed-sidebar-container .box select option {
    background: #fff;
    color: #4A4A4A;
    font-size: 16px;
}

.hightlight-box.mobile {
    display: none;
}

.detail-package-page .banner-section .box-text .tp-info {
    font-size: 22px;
    line-height: 40px;
}

.banner-section .box-text.box-text-wrapper .tp-info {
    font-size: 16px;
    line-height: 19px;
}

.custom-popup.malaysian-popup-wrp .close {
    background: transparent;
    opacity: 1;
    /*border-radius: 50%;*/
    padding: 5px;
    width: 35px;
    height: 35px;
    margin: 10px;
    /*box-shadow: 0px 9px 21px rgb(0 0 0);*/
    position: absolute;
    top: -50px;
    margin: 0;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 2.5rem !important;
}

.custom-popup.malaysian-popup-wrp .close:hover,
.custom-popup.malaysian-popup-wrp .close:focus {
    opacity: 1 !important;
}

.itinenary-box .itinenary-wrp .owl-carousel .item img {
    max-width: 100%;
    width: 412px;
    height: 275px;
    object-fit: cover;
}

.itinenary-box .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 12px 3px;
}

.itinenary-box .owl-carousel .owl-nav button.owl-next,
.itinenary-box .owl-carousel .owl-nav button.owl-prev,
.itinenary-box .owl-carousel button.active {
    background: #8A8A8A !important;
}

.itinenary-box .owl-dots .owl-dot {
    background: #C4C4C4 !important;
}

.fixed-sidebar-container .box .img-box img {
    max-height: 24px;
}

.tp-info.pck-code {
    line-height: 29px !important;
    margin: 0 0 5px;
}

/* media */

@media only screen and (max-width: 1280px) {
    .fixed-sidebar-container {
        right: 15px;
    }
    .tr-intro-pg {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .header-wrapper .nav-item.nav-right {
        margin-top: 10px;
        padding-top: 32px;
        border-top: 1px solid #ddd;
    }
    .right-header .nav-login a {
        padding: 0 15px 0 15px;
    }
    .right-header .nav-login>a:first-child {
        padding-left: 0;
    }
    footer .footer-top .footer-box {
        margin: 30px 0 22px;
    }
    .banner-section .box-image .box-text h1 {
        font-size: 27px !important;
        font-family: 'F37GingerPro-ExtraBold';
        line-height: 33px !important;
        margin: 0;
    }
    .content-wrapper.about-us .container-wrapper .left-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .content-wrapper.about-us .container-wrapper .right-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .content-wrapper.about-us .container-wrapper .right-box-wrapper {
        padding: 15px;
    }
    .content-wrapper.contact-us .container-wrapper.section-wrapper {
        padding: 30px 15px 10px;
    }
    .tour-wrapper .section-wrapper {
        padding: 30px 15px;
    }
    .tour-input-set select,
    .tour-input-set input {
        padding: 10px 30px 10px 15px;
        margin: 5px 5px;
    }
    .product-grid.featured-section.tours .heading {
        font-size: 24px;
    }
    .content-wrapper.p-50 .container-wrapper.section-wrapper {
        padding: 30px 15px 30px;
    }
    .content-wrapper.upcoming-booking .container-wrapper.section-wrapper {
        padding: 30px 15px 10px;
    }
    .tr-intro.box-2 .info-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .hightlight-box,
    .calender-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .detail-package-page .box-text {
        width: 100%;
        text-align: left !important;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .booking-detail-wrp .table-wrp td.id {
        width: 16%;
    }
    .trl-pkg-pg .product-grid.featured-section.tours .country-image {
        margin: 24px 20px 24px;
    }
    .tour-wrapper .tour-data .product-grid.featured-section.tours .country-image {
        max-width: 290px !important;
        flex: 0 0 290px !important;
    }
    section .transport-box .more-info .bags {
        padding: 0 20px 0 25px;
    }
    section .transport-box .more-info .seats {
        padding: 0 20px 0 33px;
    }
    .book-box-left {
        max-width: 60%;
        flex: 0 0 60%;
    }
    .book-box-right {
        max-width: 40%;
        flex: 0 0 40%;
    }
    .service-wrapper .heading,
    .service-container {
        padding: 0 15px;
    }
    .service-container .service-box {
        padding: 20px;
    }
    .detail-package-page .banner-section .box-image img {
        width: 100%;
        min-height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 812px) and (max-width: 1280px) {
    .content-wrapper.p-50 .section-wrapper {
        padding: 50px 15px;
    }
    .content-wrapper.about-us .container-wrapper {
        padding: 64px 15px;
    }
    .about-services-wrapper .service-box h3 {
        font-size: 14px;
    }
    .content-wrapper.contact-us .container-wrapper {
        padding: 65px 15px 65px;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table .booking-buttons {
        margin-bottom: 10px;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table .booking-buttons.inquiry {
        min-width: 191px;
        margin-right: 0;
        background: #E1E1E1 url(../images/upcoming-booking/inquiry.png) no-repeat 28px 50%;
    }
}

@media (max-width: 1366px) {
    .content-wrapper.contact-us .container-wrapper.section-wrapper {
        max-width: 1076px;
    }
    .content-wrapper.my-account .container-wrapper .left-box {
        max-width: 77%;
        flex: 0 0 77%;
    }
    .content-wrapper.my-account .container-wrapper .right-box {
        max-width: 23%;
        flex: 0 0 23%;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box {
        max-width: 80%;
        flex: 0 0 80%;
    }
    .content-wrapper.upcoming-booking .container-wrapper .right-box {
        max-width: 20%;
        flex: 0 0 20%;
    }
    .content-wrapper.upcoming-booking .container-wrapper.section-wrapper {
        max-width: 90%;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table {
        width: 95%;
    }
    .content-wrapper.my-account .container-wrapper .left-box-wrapper .account-details p label {
        max-width: 35%;
    }
    .blog-wrp {
        padding: 0 10px;
    }
    .pagination-wrp {
        padding: 0 10px !important;
    }
    .booking-detail-wrp .inner-container ul.pagination-wrp {
        padding: 28px 30px 12px !important;
    }
}

@media only screen and (max-width: 1279px) {
    .my-account-banner .banner-bg-img.h-300 {
        min-height: 200px;
    }
    .content-wrapper.past-booking-nhy .section-wrapper {
        padding: 50px 15px;
    }
    .my-account-banner img {
        max-width: 100%;
        min-height: 200px;
        object-fit: cover;
    }
    .my-account-nhy .img-box-absolute {
        position: absolute;
        bottom: 0;
        margin-bottom: -150px;
        width: 300px;
        height: 300px;
        left: 50%;
        margin-left: -150px;
    }
    .account-nhy-wrp-right {
        border-left: 1px solid rgba(74, 74, 74, 0.2);
        max-width: 100%;
        flex: 0 0 100%;
        margin: 50px 0;
        padding: 0 15px;
    }
    .account-nhy-wrp-left {
        position: relative;
        width: 100%;
    }
    .account-nhy-wrp-left .info {
        padding-top: 180px;
        width: 100%;
        margin-bottom: 50px;
        margin: 0 auto;
        max-width: 300px;
    }
}

.top-box-wrp {
    border-bottom: 2px solid rgba(74, 74, 74, 0.2);
}

.bottom-box-wrap {
    padding: 0 15px;
}

.hightlight-box .calender-box {
    padding: 15px 0;
}

.bottom-box-wrap {
    margin: 30px 0 50px;
}

.bottom-box-wrap ul {
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .top-box-wrp {
        padding: 0 15px;
    }
    .hightlight-box,
    .calender-box {
        padding: 15px 0;
    }
    .top-box-wrp {
        border: 0;
    }
    .top-box-wrp .hightlight-box.mobile {
        border-bottom: 2px solid rgba(74, 74, 74, 0.2);
    }
    /* .itinenary-box {
        margin: 10px 0 50px;
    } */
    /* .hightlight-box.mobile {
        padding: 0 15px;
    } */
    .review-box {
        padding: 0;
    }
    .calender-box .rating-box {
        border: 0;
        margin: 0;
        padding: 0;
    }
    .hightlight-box .calender-box {
        padding: 15px 0 0;
    }
    .box-2.desktop {
        display: none;
    }
    .banner-bg-img.h-500 {
        min-height: 327px;
    }
    .about-us .banner-bg-img.h-500,
    .contact-us .banner-bg-img.h-500 {
        min-height: 190px;
    }
    .card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left {
        max-width: 50%;
        flex: 0 0 50%;
        padding-right: 10px;
        margin: 0 0px 13px;
    }
    .bookings-data-content-right {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .bookings-data-content-button {
        flex-wrap: wrap;
    }
    .card-block .bookings-data-content-wrp .bookings-data-content-block {
        padding: 15px 10px;
    }
    .bill-info {
        margin-left: auto;
    }
    .book-box-left,
    .book-box-right {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .service-container {
        display: flex;
        flex-wrap: wrap;
    }
    .service-container .service-box {
        padding: 15px;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .service-container .service-box:nth-child(1) {
        padding-left: 15px;
    }
    .service-container .service-box:last-of-type {
        padding-right: 15px;
    }
    .service-section .heading {
        font-size: 24px;
        line-height: 29px;
        font-family: 'F37GingerPro-Bold';
        padding: 0 15px;
    }
    .service-section h3 {
        font-size: 20px;
        line-height: 29px;
        font-family: 'F37GingerPro-Bold';
    }
    .tour-wrapper .section-wrapper {
        padding: 30px 15px;
    }
    .content-wrapper.my-account .container-wrapper .left-box {
        max-width: 100%;
        flex: 0 0 100%;
        flex-wrap: wrap;
    }
    .content-wrapper.my-account .container-wrapper .right-box {
        max-width: 100%;
        flex: 0 0 100%;
        flex-wrap: wrap;
        margin: 40px 0;
        padding: 0 15px;
    }
    .content-wrapper.my-account .container-wrapper .right-box .my-account-links {
        display: flex;
    }
    .content-wrapper.my-account .container-wrapper .right-box .right-box-wrapper.my-account-links .bookings {
        width: 50%;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box {
        max-width: 100%;
        flex: 0 0 100%;
        flex-wrap: wrap;
    }
    .content-wrapper.upcoming-booking .container-wrapper .right-box {
        max-width: 100%;
        flex: 0 0 100%;
        flex-wrap: wrap;
        margin: 40px 0;
        padding: 0 15px;
    }
    .content-wrapper.upcoming-booking .container-wrapper .right-box .my-account-links {
        display: flex;
    }
    .content-wrapper.upcoming-booking .container-wrapper .right-box .right-box-wrapper.my-account-links .bookings {
        width: 50%;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table {
        width: 100%;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table .booking-buttons {
        margin-bottom: 10px;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper {
        margin-right: 0;
    }
    /* .content-wrapper.my-account .container-wrapper .left-box-wrapper.edit-profile-wrapper .account-details.edit-profile-form .input-row .input-field {
        max-width: 100%;
        flex: 0 0 100%;
    } */
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table tr td.button-wrapper {
        text-align: right;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table .booking-buttons.inquiry {
        margin-right: 0;
    }
    .banner-section .box-image .box-text h1 {
        font-size: 27px !important;
        line-height: 35px;
    }
    .hightlight-box,
    .calender-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .detail-package-page .box-text {
        width: 100%;
        text-align: left !important;
    }
    .tr-intro-pg .tr-intro.box-1 {
        flex-direction: column;
        padding-right: 0px;
    }
    .tr-intro-pg .tr-intro.box-1 .tr-intro-left,
    .tr-intro-pg .tr-intro.box-1 .tr-intro-right {
        width: 100%;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 900px) {
    .hightlight-box.mobile {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-sidebar-container .dropdown-menu-header .dropbtn:after {
        top: 5px;
    }
    
    .fixed-sliderbar-wrp .ttl.lan {
        padding-left: 28px;
        padding-right: 16px;
    }
    .fixed-sliderbar-wrp .ttl.cur {
        padding-left: 17px;
        padding-right: 16px;
    }

    .fixed-sidebar-container .box-sm {
        max-width: 60px;
        flex: 0 0 60px;
    }

    .fixed-sidebar-container .box {
        padding: 6px;
    }

    .fixed-sidebar-container .box-lg {
        max-width: 85px;
        flex: 0 0 85px;
    }
    .fixed-sidebar-container .section-wrapper .fixed-sliderbar-wrp {
        max-width: 230px;
    }

    .fixed-sliderbar-wrp .ttl {
        font-size: 14px;
        line-height: 17px;
    }

    .country-section.blog .blog-section .country-image {
        width: 100%;
    }
    .itinenary-box .itinenary-wrp .owl-carousel .item img {
        height: 250px;
    }
    
    .detail-package-page .banner-section .box-text .tp-info span {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    footer .footer-wrapper .packages-info .title {
        padding-bottom: 12px;
    }
    footer .footer-wrapper .packages-info li a {
        line-height: 19px;
    }
    footer .footer-wrapper .packages-info li {
        padding-bottom: 8px;
    }
    .footer-box .logo .title {
        font-size: 16px;
        line-height: 19px;
    }
    footer .footer-top .footer-box .address,
    footer .footer-top .footer-box .phone-number {
        display: block;
        margin: 0 0 35px;
    }
    footer .footer-top .footer-box .address,
    footer .footer-top .footer-box .phone-number,
    footer .footer-top .footer-box .email,
    footer .footer-top .footer-box .email a {
        font-size: 18px;
    }
    footer .footer-top .footer-box .email .mb-logo {
        background: url(../images/email-icon.png) 50%;
        display: block;
        background-repeat: no-repeat;
        min-height: 24px;
        margin: 0 0 10px;
    }
    footer .footer-top .footer-box .phone-number .mb-logo {
        background: url(../images/phone-icon.png) 50%;
        display: block;
        background-repeat: no-repeat;
        min-height: 30px;
        margin: 0 0 10px;
    }
    footer .footer-top .footer-box .address .mb-logo {
        background: url(../images/map-icon.png) 50%;
        display: block;
        background-repeat: no-repeat;
        line-height: 19px;
        margin: 0 0 15px;
        height: 36px;
    }
    .footer-box .logo .mb-logo {
        background: url(../images/footer-logo.png) 50%;
        height: 114px;
        background-repeat: no-repeat;
        margin: 0 0 35px;
        display: block;
        background-size: contain;
    }
    .footer-box .logo {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-copyright .footer-wrapper .copyright-wrapper .copyright-links {
        float: none;
        text-align: center !important;
    }
    footer .footer-top .footer-box .address {
        font-size: 16px;
        line-height: 22px;
    }
    footer .footer-wrapper a {
        font-size: 16px;
        line-height: 25px;
    }
    .footer-box .title {
        font-size: 18px;
        line-height: 22px;
    }
    .footer-top {
        text-align: center;
    }
    footer .footer-wrapper .about-info,
    footer .footer-wrapper .contact-info,
    footer .footer-wrapper .packages-info {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 8px 0;
    }
    .bottom-box-wrap ul {
        padding-left: 15px;
    }
    .itinenary-wrp {
        margin: 0 !important;
        border-radius: 5px;
    }
    .bottom-box-wrap {
        padding: 0 15px;
    }
    .itinenary-box {
        padding: 0 !important;
    }
    .banner-section .box-text-wrp {
        text-align: center;
    }
    .calender-box .cal-box {
        border-bottom: 2px solid rgba(74, 74, 74, 0.2);
        padding: 0 0 20px;
        margin-bottom: 0;
    }
    /* .itinenary-box .ylw-ttl,
    .itinenary-box .text-overflow {
        padding: 0 15px;
    } */
    .calender-box .rating-box .price-box {
        margin: 0 auto;
        padding-top: 25px;
    }
    .banner-bg-img.h-350 {
        min-height: 250px;
    }
    .calender-box .fc .fc-daygrid-day-number {
        display: block;
        padding: 0;
    }
    .calender-box .fc .fc-daygrid-event-harness .fc-event-title {
        line-height: normal;
    }
    .tr-vh-box .right-box .img-box-wrp {
        margin: 0;
    }
    .tr-vh-box .owl-next {
        right: 0;
    }
    .tr-vh-box .owl-prev {
        left: 0;
    }
    .detail-package-page .banner-section .box-image .button-wrapper.box-text {
        display: flex;
        justify-content: flex-end;
    }
    .tr-pricecharter-pg .tr-intro.box-1 {
        padding: 0;
    }
    .tr-pricecharter-pg .vehicle-detail .data-left {
        margin-right: 10px;
        width: 33%;
    }
    .tr-pricecharter-pg .vehicle-detail li.data-right {
        width: 67%;
    }
    /* .calender-box .fc .fc-daygrid-day-top {
        position: relative;
    } */
    .tr-faq-pg .card-header .card-header-ttl a:before {
        right: 10px;
        font-size: 22px;
    }
    .tr-faq-pg .card-block ul li:last-of-type {
        padding: 0 0 0 25px;
    }
    .tr-faq-pg .card-block ul li {
        padding: 0 0 12px 25px;
    }
    .tr-faq-pg .card-block ol li:last-of-type {
        padding: 0 0 0 6px;
    }
    .tr-faq-pg .card-block ol li {
        padding: 0 0 12px 6px;
    }
    .tr-faq-pg .card-block {
        padding: 20px 10px 20px;
    }
    .tr-faq-pg .accordion-toggle {
        padding: 17px 33px 17px 10px;
    }
    .tr-faq-pg .card-header .card-header-ttl {
        font-size: 16px;
        line-height: 19px;
    }
    .scan-wrp .box-wrp {
        max-width: 260px;
    }
    .scan-wrp .box-wrp:first-of-type {
        padding-right: 0;
    }
    .card-content-wrp table {
        width: 100%;
        overflow: auto;
        display: block;
    }
    .breadcrumbs li {
        padding-right: 21px;
        margin-right: 8px;
    }
    .edit-profile-form .input-field {
        min-width: inherit;
        max-width: 370px;
    }
    .booking-btn {
        padding: 10px 29px;
        margin: 0 16px 15px 0;
    }
    .card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
        margin: 0 0 13px;
    }
    .bookings-data-content-right {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .bookings-data-content-button {
        margin: 0 0 5px;
    }
    .booking-detail-wrp .inner-container ul.pagination-wrp {
        padding: 28px 10px 12px !important;
    }
    .booking-detail-wrp .table-wrp td.id {
        width: 28%;
    }
    .booking-detail-wrp .table-wrp td.name {
        width: 37%;
    }
    .booking-detail-wrp .table-wrp td.date {
        width: 35%;
        padding-right: 25px;
    }
    .card-block .bookings-data-content-wrp .bookings-data-content-block .left-right-wrp .bookings-data-content-left table td.font-bold.ttl {
        width: 162px;
    }
    .booking-detail-wrp .table-wrp {
        padding: 0;
    }
    .booking-detail-wrp .card-header a.accordion-toggle:before {
        right: 5px;
    }
    .booking-detail-wrp .table-wrp td {
        font-size: 14px;
        padding: 10px;
    }
    .book-box-right {
        order: 1;
    }
    .book-box-left {
        order: 2;
    }
    .bill-info table tr td:first-child {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .bill-info table tr td:last-child {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .book-box-right-wrp {
        margin: 15px 0 0;
    }
    .detail-package-page.book-travel-pg .box-image img {
        min-height: 250px !important;
    }
    .bill-info {
        margin: 30px auto 30px 0;
    }
    .book-box-right h2.main-ttl {
        font-size: 23px;
        line-height: 25px;
        text-align: left;
    }
    .book-travel-pg-wrp .book-box .book-box-right .button-wrapper {
        text-align: left;
    }
    .book-box-right .button-wrapper .white-btn {
        padding: 7px 20px;
        margin: 0;
    }
    .pax-box tr td.ttl,
    .pax-box .red-font {
        min-width: auto;
    }
    .book-travel-pg-wrp {
        padding: 0 15px;
    }
    /* .calender-box .price-box {
        margin-top: auto;
    } */
    .tr-book-pg .form-wrapper .row-box-wrp {
        display: block;
        margin: 50px 10px;
    }
    .tr-book-pg .form-wrapper .row-box-wrp .input-field {
        margin: 0 0 30px;
    }
    .top-box-wrp {
        margin: 0;
    }
    .review-box .review-list .sort {
        display: flex;
        align-items: center;
    }
    .review-box .review-list .sort label {
        min-width: 70px;
    }
    .review-box .review-list .sort .sort-review {
        margin: 0;
        min-width: auto;
    }
    /* .calender-box .price-box span {
        font-size: 22px;
        line-height: 30px;
        padding-left: 5px;
    } */
    .travel-pkg-date .month {
        background: #fff url(../images/calender-icon.png) 88% 50% no-repeat;
    }
    .travel-pkg-date .duration {
        background: #fff url(../images/clock-icon.png) 88% 50% no-repeat;
    }
    .travel-pkg-date .country {
        background: #fff url(../images/grey-icon.png) 88% 50% no-repeat;
    }
    .travel-pkg-date .city {
        background: #fff url(../images/grey-icon.png) 88% 50% no-repeat;
    }
    .travel-pkg-date .input-set input,
    .travel-pkg-date .input-set select {
        border: 0;
        border-radius: 5px;
        padding: 10px 20px 10px 32px;
        margin: 5px 0;
        width: 100%;
        font-size: 16px;
        line-height: 19px;
        color: #afafaf;
    }
    .travel-pkg-date {
        background: #FCB021;
        color: #fff;
    }
    .travel-pkg-date .input-set {
        margin-top: 6px;
    }
    .travel-pkg-section .title {
        font-family: 'F37GingerPro-Bold';
    }
    .travel-pkg-date .input-set select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }
    .service-section .service-wrapper .heading {
        padding: 0 15px;
            padding-bottom: 10px !important;
    }
    .section-wrapper .heading {
        font-size: 20px;
        line-height: 24px;
        font-family: 'F37GingerPro-Bold';
        padding: 0 0 12px;
    }
    .product-grid.country-wrap {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 15px 0;
    }
    .product-grid.country-wrap .country-image {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .product-grid .country-image .country-text h1 {
        font-size: 24px;
        line-height: 17px;
        font-family: 'F37GingerPro-Bold';
    }
    .product-grid.country-wrap .country-image:nth-child(2n+1) img {
        padding-right: 7px;
    }
    .product-grid.country-wrap .country-image:nth-child(2n) img {
        padding-left: 7px;
    }
    .banner-section.find-pkg-section .box-image .box-text {
        text-align: center;
        padding: 15px;
        position: absolute;
        color: white;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .banner-section .box-image img {
        width: 100%;
        /*min-height: 327px;*/
        object-fit: cover;
    }
    .banner-section.top-banner .box-image img,
    .content-wrapper.contact-us .box-image img {
        min-height: 190px;
    }
    .banner-section .box-image .box-text {
        text-align: center;
        padding: 15px;
        position: absolute;
        color: white;
        top: 0px;
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;

    }
    .banner-section .box-image .button-wrapper.box-text {
        top: 20px;
    }
    .box-text-inner p {
        margin-bottom: 0px;
    }
    .footer-copyright .footer-wrapper .copyright-wrapper .copyright-links a {
        font-size: 12px;
    }
    .content-wrapper.about-us .banner-section .box-image img {
        width: 100%;
        min-height: 190px;
        object-fit: cover;
    }
    .content-wrapper.about-us .banner-section .box-image .box-text {
        text-align: center;
        padding: 15px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
    }
    .content-wrapper.about-us .container-wrapper {
        padding: 30px 0 0;
    }
    .about-services-wrapper .service-box {
        max-width: 50%;
        flex: 0 0 50%;
        text-align: center;
        margin-bottom: 15px;
    }
    .about-services h2.title,
    .about-aim .about-aim-wrapper .aim-detail h2 {
        font-size: 20px;
        line-height: 29px;
    }
    .about-services-wrapper {
        margin: 20px 0 10px;
    }
    .about-services-wrapper .service-box h3 {
        font-size: 14px;
    }
    .content-wrapper.contact-us .container-wrapper .left-box {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 15px 0;
    }
    .content-wrapper.contact-us .container-wrapper .right-box {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 15px 0;
    }
    .content-wrapper.contact-us .container-wrapper .left-box h2 {
        font-size: 19px;
        line-height: 24px;
    }
    .tour-input-set select,
    .tour-input-set input {
        flex: 0 0 90%;
        max-width: 100%;
    }
    .tour-input-set {
        margin: 30px 0;
    }
    .product-grid.featured-section.tours.slider {
        margin-bottom: 30px;
    }
    .product-grid.featured-section.tours .sm-heading {
        font-size: 25px;
        line-height: 26px;
        margin-bottom: 5px;
        padding: 0 15px;
    }
    .tour-input-set button {
        margin: 15px 15px 0px;
    }
    .content-wrapper.my-account .container-wrapper .left-box-wrapper .account-details h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .content-wrapper.my-account .container-wrapper .right-box .right-box-wrapper.my-account-links .title {
        padding-left: 40px;
        font-size: 20px;
        line-height: 26px;
    }
    .content-wrapper.my-account .container-wrapper .right-box .right-box-wrapper.my-account-links .links {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .content-wrapper.my-account .container-wrapper .left-box-wrapper {
        justify-content: center;
    }
    .content-wrapper.my-account .container-wrapper .left-box-wrapper .account-profile-image {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
        display: flex;
        justify-content: center;
    }
    .content-wrapper.my-account .container-wrapper .left-box-wrapper .account-details {
        margin-top: 25px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .content-wrapper.my-account .container-wrapper .right-box .my-account-links {
        flex-direction: column;
    }
    .content-wrapper.my-account .container-wrapper .right-box .right-box-wrapper.my-account-links .bookings,
    .content-wrapper.my-account .container-wrapper .right-box .right-box-wrapper.my-account-links .profile {
        width: 100%;
    }
    .content-wrapper.upcoming-booking .container-wrapper .right-box .right-box-wrapper.my-account-links .bookings {
        width: 100%;
    }
    .content-wrapper.upcoming-booking .container-wrapper .right-box .right-box-wrapper.my-account-links .profile {
        width: 100%;
    }
    .content-wrapper.upcoming-booking .container-wrapper .right-box .right-box-wrapper.my-account-links .bookings {
        margin-bottom: 35px;
    }
    .content-wrapper.upcoming-booking .container-wrapper .right-box .my-account-links {
        flex-direction: column;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table {
        display: block;
        overflow: auto;
        width: 100%;
    }
    .content-wrapper.upcoming-booking .container-wrapper.section-wrapper {
        max-width: 100%;
    }
    .box-container-titlebar {
        display: inline-block;
        margin-bottom: 25px;
        width: 100%;
    }
    .edit-profile-form .input-field {
        width: 100%;
    }
    .content-wrapper.my-account .container-wrapper .left-box {
        padding-right: 0;
    }
    .account-profile-image .img-btn-wrp {
        margin-left: 0;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table .booking-buttons.inquiry {
        min-width: 191px;
        min-height: 34px;
        background: #E1E1E1 url(../images/upcoming-booking/inquiry.png) no-repeat 28px 50%;
    }
    .trl-pkg-pg .product-grid.featured-section.tours .country-image {
        max-width: 362px;
    }
    .trl-pkg-pg .product-grid.featured-section.tours {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 15px;
    }
    .tr-intro.box-3 .vm-box.left-box,
    .tr-intro.box-3 .vm-box.right-box {
        padding: 22px 15px 22px 15px;
    }
    /* .tr-cover.banner-section .box-image img {
        min-height: inherit;
    } */
    .tr-intro.box-2 {
        margin: 25px 0;
    }
    .trl-pkg-pg .tour-input-set input {
        padding: 10px 30px 10px 15px;
    }
    .tr-faq-pg .card-block img {
        display: block;
        margin: 0 auto;
    }
    .tr-vh-box .left-box {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 0 25px;
    }
    .tr-vh-box .right-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tr-vh-box .left-box .img-box img {
        display: block;
        margin: 0 auto
    }
    .blog-wrp {
        margin: 45px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .blog-wrp section,
    .blog-wrp aside {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .blog-wrp aside {
        order: 0;
    }
    .blog-wrp section {
        order: 1;
    }
    .change-password-form .row-box .input-field {
        margin: 0 0 18px;
        width: 100%;
        min-width: inherit;
        max-width: 370px;
    }
    .detail-package-page .box-image img {
        min-height: 500px !important;
    }
    .hightlight-box .box-1 ul li {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 0 0 20px;
    }
    .hightlight-box .box-1 ul {
        flex-wrap: wrap;
    }
    .may-like-wrp {
        padding: 0;
    }
    .submit-review .submit-review-box-1 .review-star {
        margin-bottom: 20px;
    }
    .submit-review .submit-review-box-1 label {
        margin-bottom: 20px;
    }
    .hightlight-box .map-box iframe {
        height: auto;
    }
    .product-grid.featured-section .country-image {
        max-width: 97%;
        flex: 0 0 97%;
        margin: 5px;
    }
    .product-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .trl-pkg-pg .product-grid.featured-section.tours .country-image {
        margin: 5px;
    }
    .pkg-detail .review .review-cnt {
        padding-left: 0;
    }
    .pkg-detail .pkg-detail-btm {
        flex-wrap: wrap;
    }
    .itinenary-wrp .activity .img-box img {
        width: auto;
        max-width: 100%;
    }
    .pkg-detail {
        padding: 10px;
    }
    .tr-cr-pkg .form-wrapper .row-box-wrp .row-box {
        padding: 0 15px;
    }
    .tr-cr-pkg .form-wrapper .row-box-wrp {
        margin: 50px 0 20px;
    }
    .tr-cr-pkg .form-wrapper .row-box-wrp .br {
        display: none;
    }
    .blog-wrp.blog-wrp-detail article .img-box .blog-img {
        padding: 15px;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0;
    }
    .blog-wrp.blog-wrp-detail .info-main .ttl {
        font-size: 27px;
        line-height: 30px;
    }
    .blog-wrp.blog-wrp-detail {
        margin: 45px 0 60px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .detail-package-page .banner-section .box-text .tp-info {
        font-size: 18px;
        line-height: 28px;
    }

    .scan-wrp .box-wrp {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .scan-wrp .box-wrp img {
        max-width: 100%;
    }
    .booking-detail-wrp .table-wrp td.id {
        width: 16%;
    }
    .booking-detail-wrp .table-wrp td.name {
        width: 42%;
    }
    .booking-detail-wrp .table-wrp td.date {
        width: 42%;
    }
    .bill-info table tr td:first-child {
        max-width: 55%;
        flex: 0 0 55%;
    }
    .bill-info table tr td:last-child {
        max-width: 45%;
        flex: 0 0 45%;
    }
    section .transport-box li .price-box {
        min-width: 100px;
        padding: 0 !important;
    }
    section .transport-box li {
        padding: 15px 7px;
    }
    section .transport-box .more-info .bags {
        padding: 0 10px 0 25px;
    }
    section .transport-box .more-info .seats {
        padding: 0 10px 0 33px;
    }
    .book-travel-pg-wrp .book-box .book-box-right .button-wrapper button {
        padding: 7px 15px !important;
        margin: 0;
    }
    .book-box-right h2.main-ttl {
        font-size: 21px;
    }
    section .transport-box .more-info-wrp {
        flex-wrap: wrap;
    }
    section .transport-box .more-info-wrp .vehicle-details {
        margin: 12px 0 0;
    }
    .detail-package-page .box-text {
        width: 100%;
    }
    section .transport-box .more-info-wrp {
        flex-wrap: wrap;
    }
    .book-box-left {
        max-width: 55%;
        flex: 0 0 55%;
    }
    .book-box-right {
        max-width: 45%;
        flex: 0 0 45%;
    }
    .pax-box tr td.ttl {
        min-width: 144px;
    }
    .pax-box .red-font {
        min-width: 125px;
    }
    .blog-wrp.blog-wrp-detail article .img-box {
        flex-wrap: nowrap;
    }
    .blog-wrp.blog-wrp-detail article .img-box .blog-img {
        padding: 0;
    }
    .blog-wrp.blog-wrp-detail article .img-box .blog-img:first-child {
        padding-right: 20px;
    }
    .product-grid.featured-section .country-image,
    .product-grid.country-wrap .country-image {
        margin-bottom: 15px;
        max-width: 100%;
        flex: 0 0 100%;
        margin-right: 10px;
    }

   .product-grid.blog-section .country-image  {
        margin-bottom: 15px;
    max-width: 49%;
    flex: 0 0 48%;
    margin-right: 10px;
    }
    .country-section.blog .country-section-wrapper {
       justify-content: space-between;    
    }
    


    .may-like-wrp .product-grid .country-image {
        margin: 15px;
        max-width: 45%;
        flex: 0 0 45%;
    }
    .trl-pkg-pg .product-grid.featured-section .country-image {
        max-width: 45%;
        flex: 0 0 45%;
    }
    .trl-pkg-pg .product-grid {
        justify-content: center;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table .booking-buttons.inquiry {
        min-width: 191px;
        margin-right: 0;
        background: #E1E1E1 url(../images/upcoming-booking/inquiry.png) no-repeat 28px 50%;
    }
    .tr-intro.box-2 .info-box {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .tr-vh-box .left-box {
        padding-top: 14px;
    }
    .detail-package-page .banner-section .box-image img {
        width: 100%;
        min-height: 300px;
        object-fit: cover;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    .product-grid.blog-section .country-image  {
        margin-bottom: 15px;
    max-width: 49%;
    flex: 0 0 48%;
    margin-right: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .banner-section .box-text.box-text-wrapper {
        top: initial;
        bottom: 0;
        transform: translate(-50%, -35px);
    }

    .itinenary-wrp {
        background: #f5f5f5;
        border-radius: 5px;
    }
    footer .footer-top .footer-box .address {
        background: url(../images/map-icon.png);
        display: inline-block;
        background-repeat: no-repeat;
        padding: 0 0 10px 50px;
        line-height: 19px;
        margin: 0 0 5px;
    }
    footer .footer-top .footer-box .email {
        background: url(../images/email-icon.png) 0 50%;
        display: inline-block;
        background-repeat: no-repeat;
        padding: 13px 0 0 50px;
        min-height: 46px;
    }
    footer .footer-top .footer-box .phone-number {
        background: url(../images/phone-icon.png) 0 50%;
        display: inline-block;
        background-repeat: no-repeat;
        padding: 13px 0 0 50px;
        min-height: 46px;
        margin: 0 0 5px;
    }
    .footer-box .logo {
        background: url(../images/footer-logo.png);
        height: 114px;
        display: inline-block;
        background-repeat: no-repeat;
        padding: 0 0 0 136px;
        display: table-cell;
        vertical-align: middle;
        background-size: contain;
    }
    .book-box-right-wrp {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        /* z-index: 1020; */
    }
    .modal.show .modal-dialog .modal-content.bg-default .modal-body {
        max-height: 400px;
        overflow: auto;
    }
    .country-section-wrapper.product-grid.featured-section.tours.slider .sm-heading {
        font-size: 25px;
        line-height: 29px;
        font-family: 'F37GingerPro-ExtraBold';
        margin-bottom: 5px;
        width: 100%;
        padding-left: 15px;
    }
    .tr-vh-box .left-box {
        padding-right: 40px;
    }
    .book-box-left,
    .book-box-right {
        padding: 0 15px;
    }
    .tr-book-pg .form-wrapper .row-box-wrp .input-field {
        width: 270px
    }
    .banner-section .box-text {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
    }
    .banner-section.find-pkg-section .box-image .box-text {
        padding: 0px 15px 40px 15px;
        left: unset;
        transform: translate(0, -50%);
        width: 100%;
        max-width: 100%;
    }
    .banner-section .button-wrapper.box-text {
        top: 60px;
        justify-content: flex-end;
        display: flex;
    }
    /* .banner-section .button-wrapper.box-text {
        transform: translate(0%, -50%);
        left: unset;
        width: 500px !important;
        right: 0;
        display: flex;
        justify-content: flex-start;
    } */
    footer .footer-wrapper .about-info {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    footer .footer-wrapper .contact-info {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    footer .footer-wrapper .packages-info {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    footer .footer-wrapper .address-info {
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .travel-pkg-date .input-set {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .travel-pkg-date .input-set input,
    .travel-pkg-date .input-set select {
        min-height: 50px;
        flex: 0 0 49%;
        margin: 5px 0;
        max-width: 49%;
    }
    .product-grid {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        padding: 40px 0;
    }
    .product-grid {
        padding: 40px 15px 20px;
    }
    .travel-pkg-date {
        background: #FCB021;
        color: #fff;
    }
    .travel-pkg-section .title {
        font-size: 24px;
        line-height: 29px;
        font-family: 'F37GingerPro-ExtraBold';
    }
    .travel-pkg-date .month {
        background: #fff url(../images/calender-icon.png) 88% 50% no-repeat;
    }
    .travel-pkg-date .duration {
        background: #fff url(../images/clock-icon.png) 88% 50% no-repeat;
    }
    .travel-pkg-date .country {
        background: #fff url(../images/grey-icon.png) 88% 50% no-repeat;
    }
    .travel-pkg-date .city {
        background: #fff url(../images/grey-icon.png) 88% 50% no-repeat;
    }
    .travel-pkg-date .input-set input,
    .travel-pkg-date .input-set select {
        border: 0;
        border-radius: 5px;
        padding: 10px 20px 10px 32px;
        margin: 5px 0;
        width: 100%;
        font-size: 16px;
        line-height: 19px;
        /* color: #afafaf; */
    }
    .travel-pkg-date .input-set select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table thead th:first-child,
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table tbody td:first-child {
        padding: 7px 30px 7px 15px;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table thead th:last-child,
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table tbody td:last-child {
        padding: 7px 30px 7px 15px;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table td.button-wrapper {
        text-align: right;
    }
    .blog-wrp {
        display: flex;
        flex-wrap: wrap;
    }
    .blog-wrp section {
        max-width: 65%;
        flex: 0 0 65%;
    }
    .blog-wrp aside {
        max-width: 35%;
        flex: 0 0 35%;
        padding: 0 0 0 30px;
    }
    .change-password-form .row-box .input-field {
        min-width: 320px;
    }
    .tr-cr-pkg .form-wrapper .row-box-wrp .row-box {
        max-width: 47%;
        flex: 0 0 47%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1024px) {
    .trl-pkg-pg .product-grid.featured-section.tours {
        justify-content: normal;
    }
    .tour-wrapper .tour-data .product-grid {
        justify-content: center;
    }
    .tr-cr-pkg .form-wrapper .row-box-wrp .row-box {
        max-width: 40%;
        flex: 0 0 40%;
        margin: 0 auto;
    }
    footer .footer-wrapper .logo-info {
        -webkit-flex: 0 0 38%;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
        padding: 15px 0 0;
    }
    footer .footer-wrapper .about-info {
        -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
    footer .footer-wrapper .contact-info {
        -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
    footer .footer-wrapper .packages-info {
        -webkit-flex: 0 0 17%;
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
    }
    footer .footer-wrapper .address-info {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    footer .footer-wrapper {
        padding: 62px 0 12px;
    }
    .footer-box .logo {
        padding: 0 0 0 156px;
        display: table-cell;
        vertical-align: middle;
    }
    .banner-section .box-image .box-text {
        text-align: center;
        padding: 15px;
        max-width: 720px;
    }
    .transport-faq .banner-section .box-image .box-text {
        max-width: 100%;
    }
    .slideshow-container .banner-section .box-image .box-text {
        padding: 110px 15px 15px;
    }
    .tr-cr-pkg .banner-section .box-image .box-text {
        padding: 0 15px;
    }
    .tr-cover.banner-section .box-image .box-text {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .banner-section.top-banner .box-text {
        padding: 15px;
    }
    .detail-package-page .banner-section .box-text {
        max-width: 1553px;
        text-align: left;
        width: 100%;
    }
    .content-wrapper.about-us .box-text {
        padding: 15px;
    }
    .banner-section .box-image .box-text p {
        line-height: 19px;
        font-family: 'F37GingerPro-Regular';
    }
    .product-grid .country-image img {
        width: 100%;
    }
    .product-grid .country-image {
        padding: 0;
        max-width: 23.5%;
        flex: 0 0 23.5%;
    }
    .may-like-wrp .product-grid .country-image {
        max-width: 22.5%;
        flex: 0 0 22.5%;
        margin: 0 15px;
    }
    .may-like-wrp .product-grid {
        margin: 0 -15px;
    }
    .product-grid.blog-section .country-image {
        max-width: 25%;
        flex: 0 0 25%;
        padding: 0 15px
    }
    .product-grid.blog-section {
        justify-content: normal;
    }
    .country-section-wrapper.product-grid.blog-section .heading {
        padding-left: 15px;
    }
    .country-section-wrapper.product-grid.country-wrap .country-image {
        max-width: 25%;
        flex: 0 0 25%;
        padding: 0 15px
    }
    .country-section-wrapper.product-grid.country-wrap {
        justify-content: inherit;
    }
    .product-grid.featured-section .country-image {
        margin-bottom: 0;
    }
    .product-grid {
        padding: 40px 15px 30px;
    }
    .pkg-detail {
        padding: 15px;
    }
    /* .product-grid.featured-section.tours {
        justify-content: center;
    } */
    .product-grid.featured-section.tours .country-image {
        max-width: 362px;
        flex: 0 0 100%;
        margin: 10px 14px;
    }
    .product-grid.featured-section.tours.slider .country-image {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin: 0 !important;
    }
    .product-grid.featured-section.tours .country-image.first {
        margin-left: 0;
    }
    .product-grid.featured-section.tours .country-image.last {
        margin-right: 0;
    }
    .product-grid.featured-section.tours .heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 45px;
    }
    .tour-wrapper .tour-data {
        min-height: 600px;
    }
    .banner-section .box-image .box-text h1 {
        font-size: 45px;
    }
    .blog-wrp.blog-wrp-detail article .img-box {
        flex-wrap: nowrap;
    }

    .banner-section .box-text.box-text-wrapper .box-text-wrp h1 {
        font-size: 50px;
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-wrp.blog-wrp-detail article .img-box {
        flex-wrap: wrap;
    }
    .banner-section .box-image .box-text h1 {
        font-size: 50px;
    }
    .header-wrapper .navigation {
        padding: 5px 21px 5px 29px;
    }
    .header-wrapper .navigation .navbar-nav {
        display: block;
        float: left;
        width: 100%;
        padding-left: 30px;
    }
    .header-wrapper .navigation .navbar-nav li.nav-item {
        display: inline;
        float: left;
        padding: 0 7px;
    }
    .header-wrapper .navigation .navbar-nav li.nav-item.nav-right {
        float: right;
    }
    /* .right-header .nav-login a.user-account::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 46px;
        background: rgba(0, 0, 0, 0.5);
        top: 50%;
        margin: -23px 0 0 23px;
    } */
    .header-wrapper .navigation .nav-phone {
        float: left;
    }
    .right-header .nav-login {
        float: right;
    }
    .right-header {
        margin-left: auto;
        display: flex;
        min-width: 350px;
        align-items: center;
        justify-content: flex-end;
    }
    .right-header .nav-login {
        display: flex;
        margin: 0 0 0 10px;
        align-items: center;
        padding-top: 5px;
    }
    .sb-menu {
        background: #FFFFFF;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
        border-radius: 5px !important;
        font-size: 16px;
        line-height: 19px;
        font-family: 'F37GingerPro-Bold';
        left: 22px !important;
        border: 1px solid rgba(0, 0, 0, .15);
    }
    .lg-menu {
        max-width: 180px;
        min-width: 180px !important;
    }
    .sm-menu {
        max-width: 115px;
        min-width: 115px !important;
    }
    .right-header .nav-login .logged-in-user .dropdown-menu {
        left: -25px;
    }
    .change-password-form .row-box .input-field {
        min-width: 370px;
        max-width: 370px;
    }
}

@media only screen and (min-width: 1280px) {
    .book-box-left-wrp {
        min-width: 673px;
    }
    .book-travel-pg .banner-section img {
        max-height: 350px;
        object-fit: cover;
    }
    .tr-book-pg .form-wrapper .row-box-wrp .input-field {
        min-width: 500px;
    }
    .nav-phone .number {
        font-size: 22px;
        line-height: 30px;
    }
    .header-wrapper {
        max-width: 1280px;
    }
    footer .footer-wrapper {
        max-width: 1280px;
    }
    .section-wrapper {
        max-width: 1280px;
        margin: 0 auto;
    }
    .detail-package-page .banner-section .box-text {
        max-width: 1280px;
        margin: 0 auto;
    }
    .trl-pkg-pg .section-wrapper {
        max-width: 1245px;
    }
    .travel-pkg-date .input-set input,
    .travel-pkg-date .input-set select {
        min-height: 50px;
        flex: 0 0 20%;
        margin: 5px 0;
        max-width: 19%;
    }
    .travel-pkg-date .input-set button {
        display: inline-block;
        flex: 0 0 20%;
        margin: 5px 0;
        max-width: 20%;
    }
    .tr-faq-pg .container {
        max-width: 1230px;
    }
    .blog-wrp section {
        max-width: 74%;
        flex: 0 0 74%;
    }
    .blog-wrp aside {
        max-width: 26%;
        flex: 0 0 26%;
    }
    .tr-cr-pkg .form-wrapper .row-box-wrp .row-box {
        max-width: 500px;
        flex: 0 0 500px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1366px) {
    .bottom-box-wrap {
        padding: 0;
    }
    .calender-box {
        padding: 15px 0 15px 30px;
    }
    .country-section-wrapper.product-grid.country-wrap {
        margin: 0 -15px;
    }
    .country-section-wrapper.product-grid.blog-section {
        margin: 0 -15px;
    }
    .country-section-wrapper.product-grid.featured-section.tours.slider .sm-heading {
        font-size: 25px;
        line-height: 29px;
        font-family: 'F37GingerPro-ExtraBold';
        margin-bottom: 5px;
        width: 100%;
        padding-left: 0;
    }
    .country-section-wrapper.product-grid.featured-section.tours.slider {
        padding-bottom: 15px;
    }
    .product-grid .owl-carousel .owl-item:first-of-type {
        padding-left: 3px;
        ;
    }
    .product-grid .owl-carousel .owl-item:last-of-type {
        padding-right: 3px;
        ;
    }
    .content-wrapper.detail-package-page.book-travel-pg .box-text {
        padding: 0;
    }
    .book-box-left,
    .book-box-right {
        padding: 0;
    }
    .book-travel-pg-wrp {
        padding: 0;
    }
    .footer-box .title {
        font-size: 20px;
    }
    footer .footer-wrapper {
        font-size: 16px;
    }
    .product-grid {
        padding: 40px 0 30px;
    }
    .may-like-wrp .product-grid {
        padding: 20px 0;
    }
    .travel-pkg-section {
        padding: 51px 0 40px;
    }
    .footer-copyright .footer-wrapper .copyright-wrapper .copyright-links a:last-of-type {
        padding-right: 0;
    }
    .about-services-wrapper .service-box h3 {
        padding: 0 5px;
    }
    .product-grid.featured-section.tours .country-image {
        max-width: 296px;
        flex: 0 0 295px;
    }
    .right-header .nav-login {
        margin: 0 0 0 45px;
    }
    .footer-box .logo {
        padding: 0 12px 0 156px;
    }
    
    .pkg-detail {
        padding: 16px 30px;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table td.button-wrapper {
        display: flex;
        justify-content: flex-end;
    }
    .trl-pkg-pg .section-wrapper {
        max-width: 1300px;
    }
    .blog-wrp section {
        max-width: 80%;
        flex: 0 0 80%;
    }
    .blog-wrp aside {
        max-width: 20%;
        flex: 0 0 20%;
        padding: 0;
    }
    .may-like-wrp .ttl {
        padding: 0;
    }
}

@media only screen and (min-width: 1369px) {
    .header-wrapper {
        max-width: 1360px;
    }
    .tour-wrapper .tour-data {
        min-height: 700px;
    }
}

@media only screen and (min-width: 1660px) {
    .card-table-wrp table tr th.card-type {
        width: 14%;
    }
    .card-table-wrp table tr th.name {
        width: 14%;
    }
    .travel-pkg-date .input-set button {
        max-width: 283px;
    }
    .travel-pkg-date .input-set input,
    .travel-pkg-date .input-set select {
        max-width: 283px;
        min-width: 283px;
    }
    .product-grid .country-image img {
        width: 100%;
    }
    .content-wrapper.about-us .container-wrapper .left-box .left-box-wrapper img {
        width: inherit;
    }
    .product-grid.featured-section.tours .country-image {
        max-width: 362px;
        flex: 0 0 362px;
        margin: 0 14px;
    }
    .product-grid.featured-section.tours .country-image {
        margin: 10px 14px;
    }
    .tour-input-set select,
    .tour-input-set input {
        flex: 0 0 20%;
        max-width: 257px;
        margin: 0 15px;
    }
    .tour-input-set button {
        margin: 0 15px;
    }
    .tour-input-set button {
        max-width: 151px;
    }
    .trl-pkg-pg .section-wrapper {
        max-width: 1575px;
    }
    .section-wrapper {
        max-width: 1537px;
        margin: 0 auto;
    }
    footer .footer-wrapper {
        max-width: 1537px;
    }
    .header-wrapper {
        max-width: 1590px;
    }
    .nav-phone .number {
        font-size: 28px;
    }
    .header-wrapper .navigation .navbar-nav li.nav-item {
        padding: 0 17px;
    }
    .right-header {
        min-width: 450px;
    }
    .detail-package-page .banner-section .box-text {
        max-width: 1553px;
        width: 1553px;
    }
    .hightlight-box {
        padding: 15px 0;
    }
    .detail-package-page .banner-section .box-text {
        padding: 15px 0;
    }
}

@media (min-width: 320px) and (max-width: 568px) {
    .banner-section.find-pkg-section .box-image a.box-pkg-link {
        bottom: 54px;
    }
    .detail-package-page .banner-section .box-image .button-wrapper.box-text {
        /*justify-content: space-around;*/
    }
    .detail-package-page .banner-section .box-image .button-wrapper.box-text .dropdown {
        margin-right: 10px;
    }
     .hightlight-box .box-1 ul li .info .info {
        white-space: normal;
        word-break: break-all;
    }
    .hightlight-box .box-1 ul li.location .info .info {
        width: 250%;
        white-space: normal;
        overflow: auto;
    }
    .detail-package-page .banner-section .button-wrapper.box-text button {
        margin: 0;
    }
    .card-form-wrp .input-field input {
        min-width: 100%;
    }
    .bookings-data-content-button button,
    .bookings-data-content-button a {
        min-width: 215px;
        text-align: left;
        margin: 0 0 15px;
    }
    .pkg-detail-btm .btm-right .orgnl {
        padding: 6px 0 0px;
        text-align: left;
    }
    .content-wrapper.my-account .container-wrapper .left-box-wrapper .account-details p label {
        max-width: 40%;
    }
    .content-wrapper.upcoming-booking .container-wrapper .left-box-wrapper .upcoming-booking-table tr td {
        font-size: 14px;
        line-height: 17px;
    }
    .pax-box .red-font {
        padding: 0 10px !important;
    }
    section .transport-box li {
        padding: 10px 0;
    }
    section .transport-box .more-info-wrp {
        flex-wrap: wrap;
    }
    section .transport-box .more-info .bags {
        padding: 0 0px 10px 25px;
        display: block;
        max-width: 100%;
        flex: 0 0 100%;
    }
    section .transport-box .more-info .seats {
        padding: 0 15px 10px 30px;
        display: block;
        max-width: 100%;
        flex: 0 0 100%;
    }
    section .transport-box li .price-box {
        min-width: 125px;
        text-align: right;
    }
    section .transport-box .more-info {
        margin: 0 0 6px;
        flex-wrap: wrap;
    }
    .tr-intro-pg .tr-intro.box-1 .tr-intro-right {
        flex-direction: column;
    }
}

@media (min-width: 1280px) and (max-width: 1300px) {
    footer .footer-wrapper .about-info {
        -webkit-flex: 0 0 9%;
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
    }
    footer .footer-wrapper .contact-info {
        -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
        flex: 0 0 9%;
        max-width: 9%;
    }
    footer .footer-wrapper .packages-info {
        -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
    footer .footer-wrapper .address-info {
        -webkit-flex: 0 0 29%;
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
    }
    .travel-pkg-section {
        padding: 51px 15px 40px;
    }
    .country-section .section-wrapper .country-section-wrapper.product-grid.country-wrap,
    .product-grid.blog-section {
        padding: 40px 0px 30px;
    }
    .content-wrapper.past-booking-nhy .section-wrapper {
        padding: 50px 15px;
    }
    .my-account-nhy .section-wrapper {
        max-width: 1200px;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    footer .footer-wrapper .footer-box.address-info span.address br {
        display: none;
    }
    .bookings-data-content-right .bill-info table tr td:first-child {
        padding-left: 0;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .bookings-data-content-right .bill-info table tr td:last-child {
        padding-right: 0;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .account-nhy-wrp-right {
        border-left: 1px solid rgba(74, 74, 74, 0.2);
        padding-left: 40px;
        margin-left: 40px;
        margin-top: 50px;
        max-width: calc(100% - 340px);
        flex: 0 0 calc(100% - 340px);
        margin-bottom: 50px;
    }
    .nav-phone .number {
        font-size: 22px;
    }
    .bill-info table .fm-lg {
        font-size: 17px;
        line-height: 21px;
    }
    .header-wrapper .navigation .navbar-nav li.nav-item.nav-right {
        width: 43%;
    }
    footer .footer-wrapper .footer-box.about-info,
    footer .footer-wrapper .footer-box.contact-info,
    footer .footer-wrapper .footer-box.packages-info {
        padding: 0 10px;
    }
    footer .footer-wrapper .footer-box.address-info {
        padding: 0 0 0 10px;
    }
}

@media only screen and (min-width: 1920px) {
    .hightlight-box .box-1 ul li {
        margin: 0 75px 0 0;
    }
    .product-grid.featured-section.tours .owl-theme .owl-prev {
        left: -117px;
    }
    .product-grid.featured-section.tours .owl-theme .owl-next {
        right: -117px;
    }
    .edit-profile-form .input-field {
        min-width: 370px;
    }
    .calender-box {
        max-width: 555px;
    }
}

@media only screen and (min-width: 1281px) {
    .tour-wrapper .product-grid {
        margin: 0 -15px;
    }
}

@media only screen and (max-width: 460px) {
    .calender-box .fc .fc-daygrid-day-number {
        font-size: 10px;
    }

    .calender-box .fc .fc-daygrid-day-frame {
        min-height: 37px;
    }

    .calender-box .fc .fc-daygrid-event-harness .fc-event-title {
        font-size: 9px;
        line-height: 9px;
        white-space: normal;
        word-break: break-word;
        padding: 0 0 3px;
    }

    .calender-box .fc .fc-col-header-cell-cushion {
        font-size: 11px;
        line-height: 13px;
        padding: 3px 4px;
    }
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .service-section,
    .tour-wrapper {
        display: table;
        width: 100%;
    }
    .service-wrapper,
    .tour-wrapper .tour-data {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }
}

@-moz-document url-prefix() {
    .travel-pkg-date .duration {
        padding: 15px 20px 10px 32px !important;
    }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .tour-input-set select,
        .tour-input-set input {
            padding: 10px 60px 10px 30px;
        }
    }
}

@-moz-document url-prefix() {
    .calender-box .cal-box .button-wrp {
        margin: 72px 0 20px;
    }
}


/* New header */


/* for right menu */

header .right-header .header-dropdown .dropdown {
    position: relative;
    display: inline-block;
}

header .right-header .header-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    margin: 0;
}

header .right-header .header-dropdown .dropdown:hover .dropdown-menu {
    display: block;
}

header .right-header .header-dropdown .dropdown-menu-header .dropdown:hover .dropdown-content {
    display: block;
}


/* .fixed-sidebar-container .dropdown-menu-header .dropdown:hover .dropdown-content {
    display: block;
} */

.fixed-sidebar-container .dropdown-menu-header .dropbtn {
    background: transparent;
    color: #fff;
    font-size: 20px;
    font-family: 'F37GingerPro-Bold';
    padding: 0;
    position: relative;
    width: 100%;
    text-align: left;
}

.fixed-sidebar-container .dropdown-menu-header .dropdown {
    width: 100%;
    /*padding: 0;*/
}

.fixed-sidebar-container .dropdown-menu-header {
    width: 100%;
}

.fixed-sidebar-container .dropdown-menu-header .dropbtn:after {
    /*background: url(../images/up-arrow-sm.png) 50% 100%;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 0;
    content: "";
    position: absolute;
    height: 6px;
    width: 10px;
    right: 2px;
    top: 6px;*/
}

.fixed-sidebar-container .dropdown-menu-header .dropdown-content {
    margin: 0;
    left: -2px;
    width: 120px;
    min-width: initial;
    top: -12px !important;
}

.fixed-sidebar-container .dropdown-menu-header .dropdown-content a {
    padding: 8px 16px;
}

.fixed-sidebar-container .dropdown-menu-header a:hover {
    color: #FCB021 !important;
    text-decoration: none;
    background-color: #f8f9fa;
}


/* for left menu */

header .dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-main {
    display: none;
    position: relative;
}

.dropdown:hover .dropdown-main {
    display: block;
}

header .dropdown-menu {
    position: absolute;
    z-index: 999;
    margin: 0;
}

header .dropdown-container {
    z-index: 9;
    /* margin: 12px 0 0; */
}

header .dropdown:hover .dropdown-container {
    display: block;
    position: absolute;
    float: left;
    width: 100%;
    min-height: 20px;
}

/*header .dropdown:hover .dropdown-menu {
    display: block;
}*/

header .dropdown-container::before {
    content: '';
    position: absolute;
    background: url(../images/polygon.png) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    z-index: 99;
    top: -2px;
    right: -21px;
}

.dropdown-main.language-main .dropdown-container::before {
    right: -15px;
}

.dropdown-menu-header .dropdown-content {
    margin: 12px 0 0;
}

.custom-popup .custom-link {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin: 20px 0 10px;
}

.custom-popup .custom-link a {
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    max-width: 192px;
}

.calender-modal .modal-header {
    background-color: #FFA500;
    padding: 0.30rem 1rem !important;
    color: #fff;
}

.custom-popup .custom-link:hover {
    color: #fff !important;
    opacity: 0.9;
}

.calender-modal .modal-header .close {
    color: #fff;
    opacity: 1;
    padding: 10px;
}


/* .modal {
    text-align: center;
}
  
@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
  
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
} */

.review-img-modal {
    max-width: 100%;
}

.modal-content a.carousel-control-prev {
    background: #000;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
}

.modal-content a.carousel-control-next {
    background: #000;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
}

.modal-content .carousel-control-prev-icon {
    height: 37px;
    width: 18px;
}

.modal-content .carousel-control-next-icon {
    height: 37px;
    width: 18px;
}

.review-img-box .carousel-item img {
    display: block;
    margin: 0 auto;
}

.detail-package-page .carousel-control-next,
.detail-package-page .carousel-control-prev {
    width: 3%;
}

.fixed-sidebar-container.float-bottom .fixed-sliderbar-wrp {
    box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.45);
}

.fixed-sidebar-container.float-bottom {
    bottom: 75px;
}
.nav-item.nav-right.right-header.login-top-menu {
    display: none;
}

/*Mobile Menu css*/
@media screen and (max-width: 1024px) {
    .right-header .nav-login {
    display: none;
}
    .navbar-collapse.collapse.collapsing:not(.show) {
    display: block;
    position: fixed !important;
    right: -100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: block;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    top: 0px;
}

.navbar-collapse.collapse.collapsing.show {
    right: 0%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: block;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    position: fixed !important;
    z-index: 9999;
    max-width: 250px;
    top: 0;
    background: #fff;
    padding: 10px;
    width: 100%;
}

.navbar-collapse {
    display: block;
    position: fixed !important;
    right: 0%;
    -webkit-transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    -o-transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    -ms-transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    -moz-transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    display: block;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    top: 0px;
    background: #fff;
    z-index: 999;
}

.fixed-menu:after {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    content: "";
    top: 0px;
    width: 100%;
    height: 100vh;
    display: block;
    -webkit-transition: opacity 195ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: opacity 195ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: opacity 195ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: opacity 195ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 195ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    
}

.navbar-collapse.show {
    right: 0%;
    -webkit-transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    -o-transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    -ms-transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    -moz-transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    display: block;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    position: fixed !important;
    z-index: 9999;
    max-width: 300px;
    top: 0;
    background: #fff;
    padding: 10px 24px 10px 24px;
    width: 100%;
    height: 100vh !important
}
.navbar-collapse {
    position: fixed !important;
}
.fixed-menu {
    position: fixed;
}
.nav-item.nav-right.right-header.login-top-menu {
    margin-top: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #ddd;
    border-top: 0 none;
    margin-bottom: 20px;
    display: block;
}
.right-header.login-top-menu .nav-login {
    justify-content: flex-end;
    margin: 0px 0 20px 0;
    font-family: 'F37GingerPro-Regular';
    display: block;
    text-align: right;
}
.right-header.login-top-menu .nav-login button {
    display: block;
    float: right;
    width: 100%;
    text-align: right;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
    padding-right: 0px;
}

.right-header.login-top-menu .nav-login a {
    margin-right: 0;
    padding: 0 0 0 7px;
    color: #FCB021;
    font-family: F37GingerPro-Bold;
}
.nav-item.nav-right.right-header .nav-phone {
    text-align: center;
}
.sb-menu a.dropdown-item {
    padding: 10px 20px;
    float: right;
    text-align: right;
    font-family: 'F37GingerPro-Regular';
}
/*header .dropdown:hover .dropdown-menu {
    display: none;
}*/
.header-wrapper .navigation li a.nav-link.dropdown-toggle:after {
    content: url(../images/menu-icons/submenu-downarrow.png);
    border: 0 none;
    margin-left: 7px;
    position: relative;
    top: 4px;
}
.header-wrapper .navigation li.show a.nav-link.dropdown-toggle:after {
    content: url(../images/menu-icons/submenu-downarrow.png);
    border: 0 none;
    transform: rotate(180deg);
      -ms-transform: skewY(180deg); /* IE 9 */
}
}
@media screen and (min-width: 1025px) {
.header-wrapper .navigation li a.nav-link.dropdown-toggle:after {
    display: none;
}
header .dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.navbar-collapse.show:after {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    content: "";
        top: 0px;
    left: -200%;
    width: 200%;
    height: 100vh;
    right: inherit;
}

}

/* service section icons */
.service-box .transport {
    background: url(../images/new_transport.svg) no-repeat!important;
    display: block;
    height: 64px;
}

.service-box .accomodation {
    background: url(../images/new_accommodation.svg) no-repeat!important;
    display: block;
    height: 64px;
}

.service-box .place {
    background: url(../images/new_place.svg) no-repeat!important;
    display: block;
    height: 64px;
}

.service-box .food {
    background: url(../images/new_food.svg) no-repeat!important;
    display: block;
    height: 64px;
}

.service-wrapper {
    background: url(../images/our-services-bg.jpg) 50% 50% no-repeat;
}

.service-container h3 {
   
    margin-top: 8px!important;
}

/* end service section icons */


.calendar-note {
    text-align: left;
}

/*blog detail page design*/
.blog-wrp.blog-wrp-detail {
    max-width: 800px;
    margin: 60px auto;
}
.blog-social-icons  {
    margin:40px 0px;
    text-align: center;
}
.blog-social-icons span.share-link {
    margin-bottom: 20px;
    display: block;
    color: #4a4a4a;
}
.blog-social-icons span.share-link:hover {
    color: #4a4a4a;
}
.blog-social-icons button.fb-btn {
    background: #516EAB;
    border-radius: 0px;
    border-color: #516EAB;
}
.blog-social-icons button img {
    vertical-align: text-top;
    margin-right: 7px;
}

.box-text .blog-breadcrumb {
    font-family: 'F37GingerPro-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    margin-bottom: 20px;

}
.box-text .blog-title {
    font-family: 'F37GingerPro-Bold';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 0em;
    margin-bottom: 20px;

}

.box-text .blog-date {
    font-family: 'F37GingerPro-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.blog-overlay {
 background: rgba(0, 0, 0, 0.6);
    position: absolute;
    content: "";
        top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    right: inherit;   
}
.banner-overlay {
 background: rgba(0, 0, 0, 0.3);
    position: absolute;
    content: "";
        top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    right: inherit;   
}
@media only screen and (min-width: 768px) {
    .fixed-sidebar-container.float-bottom {
        bottom: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-copyright .footer-wrapper .copyright-wrapper .col-md-6.text-center {
        flex: inherit;
        max-width: 100%;
    }
    .footer-copyright .footer-wrapper .copyright-wrapper .copyright-links {
        float: none;
        display: block !important;
        flex: inherit;
        display: block;
        max-width: 100%;
        text-align: center !important;
    }
    .banner-section video {
        height: auto;
        width: 100%;
        object-fit: cover;
        margin-bottom: -3px;
 }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .product-grid.featured-section.tours .owl-carousel .owl-stage {
        margin-left: -13px;
    }
    .product-grid.featured-section.tours.slider .owl-carousel .owl-stage {
        margin-left: 0px;
    }
    .banner-section video {
        height: 313px;
        width: 100%;
        object-fit: cover;
        margin-bottom: -3px;
 }
}

@media only screen and (max-width: 767px){
    .service-wrapper {
        background: url(../images/our-services-bg.jpg) 50% 100% no-repeat !important;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .service-container .service-box {
        padding: 0px 15px !important;
    }
    .service-container .service-box p {
        margin-bottom: 10px;
    }
    .service-container h3 {
     font-size: 19px !important;
    }

}


.product-grid.featured-section.tours .owl-theme .owl-prev,
    .product-grid.featured-section.tours .owl-theme .owl-next {
        background: #FFFFFF;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
        height: 79px;
        width: 79px;
        border-radius: 50%;
        position: absolute;
        outline: none;
        margin: 0;
    }

.product-grid.featured-section.tours .owl-theme .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: -50px;
        z-index: 99;
        width: 100%;
    }


@media only screen and (max-width: 1280px){
.product-grid.featured-section.tours .owl-theme .owl-prev {
    left: 5px;
}
 .product-grid.featured-section.tours .owl-theme .owl-next {
    right: 5px;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1365px) {
    .country-section .country-section-wrapper.product-grid.featured-section.tours .country-image {
        margin: 10px 7px 10px 7px !important;
    }
    .country-section .country-section-wrapper.product-grid .owl-carousel .owl-item {
        /*padding-left: 0px !important;
        padding-right: 0px !important;*/
        justify-content: center;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .country-section .country-section-wrapper.product-grid.featured-section.tours .country-image {
        margin: 10px 7px 10px 7px !important;
    }
    .country-section .country-section-wrapper.product-grid .owl-carousel .owl-item {
        /*padding-left: 0px !important;
        padding-right: 0px !important;*/
    }
    .section-wrapper .product-grid.featured-section img {
        
    }
    .product-grid.featured-section.tours .country-image {
      flex: 0 0 94%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
 .banner-section video {
        height: auto;
        width: 100%;
        object-fit: cover;
        margin-bottom: -3px;
 }
}

@media only screen and (max-width: 1360px){
.blog-wrp.blog-wrp-detail img {
    width: 100% !important;
}
.blog-wrp.blog-wrp-detail .blog-social-icons img {
    width: auto !important;
}
.content-wrapper.privacy-policy {
        width: 95%;
    margin: 0 auto;
}
.content-wrapper.terms-and-conditions {
        width: 95%;
    margin: 0 auto;
}
.content-wrapper.terms-and-conditions p {
    white-space: normal;
    word-break: break-word;
}
}


.copyright-text span p {
    margin-bottom: 0px;
}
@media (max-width: 1025px) {
    .comeing-soon img {
        width: 100%
    }
}
.banner-section video {
    display: flex;
    margin: 0 auto;
}
@media only screen and (min-width: 1281px) and (max-width: 1500px) {
    .banner-section video {
        height: 100%;
        width: 100%;
        max-height: inherit;
        object-fit: cover;
    }
}
@media only screen and (min-width: 1501px) and (max-width: 1919px) { 
.banner-section video {
        height: 100%;
        width: 100%;
        max-height: inherit;
        object-fit: cover;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) { 
    
}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (min-width: 1920px) {
    .banner-section video {
        height: 100%;
        max-width: 100%;
        max-height: auto;
        object-fit: cover;
    }
}
@media only screen and (max-width: 767px) {
 .banner-section video {
        /*height: 327px;*/
        height: inherit;
        width: 100%;
        object-fit: cover;
        margin-bottom: -3px;
 }    
}

@media only screen and (max-width: 1025px) {
.trl-pkg-pg .product-grid.featured-section.tours {
    justify-content: center;
}
}

@media only screen and (max-width: 767px) {
    .detail-package-page .banner-section .box-image .button-wrapper.box-text {
        width: 100%;
        align-items: baseline;
        top: 0;
        z-index: 99999;
    }
}

@media only screen and (max-width: 767px) {
    .pagination-wrp li {
        margin-bottom: 10px;
        display: inline-block !important;
    }
    .tr-htb-content .tr-htb-right  {
        text-align: justify;
    }
    .tr-pricecharter-pg p {
        text-align: justify;
    }
    .important-info-box p {
        text-align: justify;
    }
    .hightlight-box .box-2 ul li {
        text-align: justify;
    }
    .tr-intro-pg .tr-intro.box-1 .tr-intro-left p {
        text-align: justify;
    }
    .about-info p {
        margin-bottom: 34px;
        text-align: justify;
    }
    .aim-detail p {
        text-align: justify;
    }
    .iti__country-list {
        white-space: normal;
        width: 100vw;
        max-width: 337px;
    }
    .content-wrapper.detail-package-page.book-travel-pg.package-summary .package-summary .book-box-right {
        order: 2;
    }
}
@media only screen and (max-width: 360px) {
    .book-travel-pg-wrp .book-box .book-box-right .button-wrapper .yellow-btn {
        margin-top: 10px;
    }
    .customize-checkout-btn .yellow-btn {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .my-account .box-container-pg .button-wrapper {
            position: absolute;
            right: 0px;
            top: 0px;
    }
    .my-account .box-container-pg .left-box-wrapper {
        justify-content: unset;
    }
    .box-container-pg .left-box-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .box-container-pg .left-box-wrapper .edit-profile-titlebar {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .box-container-pg .left-box-wrapper .edit-profile-titlebar {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .box-container-pg {
        position: relative;
    }
    .customize-checkout-btn {
        margin-left: 0px;
        margin-bottom: 20px;
    }
}
.banner-bg-img.h-250 {
    min-height: 250px;
}
