@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(https://fonts.googleapis.com/css?family=Playball&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400italic,400);
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');
a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.navbar-nav .nav-item {
    margin-left: 15px;
}

.top-bar {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
}

.top-bar a {
    color: #fff;
    margin-left: 10px;
}

.social-icon a {
    font-size: 20px;
    margin-right: 6px;
    position: relative;
}

ul.navbar-nav a {
    font-family: Helvetica;
}


/* Desktop Hover Dropdown */

@media (min-width:992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all .3s ease;
        border: none;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    /* Main dropdown */
    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    /* Submenu */
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
    }
    /* Submenu hover */
    .dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}


/* Mobile responsive */

@media (max-width:991px) {
    .navbar .dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .navbar .dropdown-menu.show {
        display: block;
    }
    /* submenu mobile */
    .dropdown-submenu .dropdown-menu {
        margin-left: 15px;
    }
}


/* Dropdown item */

.dropdown-menu .dropdown-item:hover {
    background: #f4b400;
    color: #000;
}

ul.navbar-nav a {
    font-family: Helvetica;
}


/* Desktop hover dropdown */

@media (min-width:992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all .3s ease;
        border: none;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    /* main dropdown hover */
    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    /* submenu position */
    .dropdown-submenu {
        position: relative;
    }
    /* submenu hide */
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateX(10px);
        transition: all .3s ease;
    }
    /* submenu hover show */
    .dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}


/* Mobile responsive */

@media (max-width:991px) {
    .dropdown-submenu .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-left: 15px;
    }
}


/* dropdown item */

.dropdown-menu .dropdown-item {
    padding: 8px 18px;
    transition: .3s;
}

.dropdown-menu .dropdown-item:hover {
    background: #f4b400;
    color: #000;
}

.logo img {
    width: 150px;
}

.top-phone {
    font-weight: 600;
    font-family: Open Sans;
    font-size: 16px;
}

.home-icon {
    color: #f4b400;
    font-size: 25px;
    margin-right: 10px;
}

.carousel-caption h5 {
    color: #f5b400;
    font-family: serif;
}

.carousel-item {
    height: 500px;
}

.carousel-item img {
    height: 500px;
    object-fit: cover;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00000050;
}

.carousel-caption {
    z-index: 2;
    bottom: 20%;
}

.carousel-caption h1 {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 20px;
    font-family: serif;
}

.carousel-caption p {
    font-style: normal;
    font-size: 21px;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.btn-book {
    background: #f5b400;
    padding: 8px 28px;
    font-weight: 500;
    border: none;
    font-family: Helvetica;
    border-radius: 0px;
    font-size: 14px;
}

.btn-book:hover {
    background-color: #fff;
    color: #000;
}

.btn-contact {
    border: 1px solid #f5b400;
    color: #fff;
    padding: 8px 28px;
    border-radius: 0px;
    font-size: 14px;
}

.btn-contact:hover {
    background: #f5b400;
    color: #000;
}

.carousel-control-prev,
.carousel-control-next {
    background: #f5b400;
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.package-section {
    padding: 60px 0;
}

.package-img img {
    width: 100%;
    border-radius: 3px;
}

.package-title {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: serif;
}

.tour-route {
    color: #777;
    letter-spacing: 1px;
}

.tour-days {
    color: #777;
    margin: 15px 0;
}

.include-icons {
    margin: 20px 0;
}

.include-icons span {
    font-weight: 600;
    margin-right: 10px;
}

.include-icons i {
    font-size: 18px;
    margin-right: 15px;
    color: #444;
}

.view-btn {
    background: #f4b400;
    color: #000;
    padding: 6px 25px;
    border-radius: 0px;
}

.view-btn:hover {
    background: #d89f00;
    color: #000;
}


/* .destination-section {
    padding: 60px 0;
} */

.destination-card {
    background: #fff;
}

.destination-img {
    position: relative;
    overflow: hidden;
}

.destination-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.destination-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.destination-text {
    position: absolute;
    bottom: 20px;
    left: 38px;
    color: #fff;
    z-index: 2;
}

.destination-text h5 {
    color: #f4b400;
    font-size: 30px;
    font-family: serif;
    font-weight: 500;
    margin: 0px 0px 0px -20px;
}

.destination-text h3 {
    font-size: 38px;
    font-weight: 700;
    font-family: Helvetica;
}

.destination-info {
    text-align: center;
    padding: 15px;
    background: #f0f0f0;
}

.destination-info p {
    margin: 0;
    font-weight: 700;
}

.destination-info span {
    font-size: 16px;
    color: #555;
    font-weight: 400;
}

.destination-slider .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

.destination-slider .owl-nav button {
    position: absolute;
    color: #fff !important;
    font-size: 60px !important;
}

.destination-slider .owl-nav .owl-prev {
    left: 10px;
}

.destination-slider .owl-nav .owl-next {
    right: 10px;
}

.review-img img {
    height: 410px;
    width: 100%;
    object-fit: cover;
}

section.review-section {
    padding-top: 60px;
}

.review-bg {
    color: #fff;
    padding: 15px 0px;
    background-image: url('../images/reviewt.png');
}

.review-item h2 {
    font-weight: 600;
    color: #ffc107;
    font-size: 45px;
    margin-bottom: 10px;
    font-family: serif;
}

.stars {
    color: #ffc107;
    margin-bottom: 10px;
}

.client-img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    margin: 10px auto;
    display: block;
}

.review-btn {
    border: 1px solid #ffc107;
    color: #ffc107;
    padding: 6px 20px;
    margin-top: 10px;
}

.review-btn:hover {
    background: #ffc107;
    color: #000;
}

.review-item h3 {
    font-family: serif;
    font-size: 30px;
    font-weight: 500;
}

.review-item p {
    color: #ccc;
    font-family: Kanit;
    font-weight: 300;
    padding: 10px;
}

.review-item h6 {
    font-family: Helvetica;
    font-size: 14px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.destination-card-exotic {
    position: relative;
    overflow: hidden;
}

.destination-card-exotic img {
    width: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.destination-info-exotic {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.destination-info-exotic h5 {
    margin: 0;
    font-family: serif;
    font-size: 32px;
    font-weight: 600;
}

.price-tag {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 500;
}

.price-tag span {
    font-size: 24px;
    font-weight: 700;
    color: #ffc107;
}

.ribbon {
    position: absolute;
    right: 0;
    top: 0px;
    background: #ff444400;
    /* border-radius: 50%; */
    text-align: center;
    color: #272424;
    font-size: 14px;
    font-weight: 600;
    background-image: url(../images/book.png);
    width: 122px;
    height: 87px;
    padding: 5px 0px 5px 37px;
}

section.exotic-india-sec {
    background-image: url(../images/packagebg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-title h2 {
    font-family: serif;
    font-size: 45px;
    font-weight: 600;
}

.section-title p {
    font-family: Kanit;
    font-size: 17px;
    width: 58%;
    margin: auto;
    color: #000;
    font-weight: 300;
}

.service-promo-section {
    min-height: 500px;
}

.service-promo-left {
    color: #fff;
    padding: 60px;
    text-align: center;
    background-image: url(../images/adven.png);
    background-position: 0% 94%;
    background-size: cover;
}

.service-promo-left h1 {
    color: #f5b400;
    font-size: 48px;
    font-weight: 700;
}

.service-promo-left p {
    margin-top: 15px;
    font-size: 16px;
    font-family: Kanit;
    font-weight: 300;
}

.service-promo-btn {
    background: #f5b400;
    border: none;
    padding: 6px 25px;
    margin-top: 20px;
    font-weight: 400;
}

.service-promo-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-content h6 {
    font-family: Kanit;
    font-weight: 400;
    font-size: 16px;
}

.promo-content h5 {
    font-family: serif;
    font-size: 30px;
    font-weight: 500;
}

.service-promo-left h1 {
    color: #f5b400;
    font-size: 45px;
    font-weight: 600;
    font-family: serif;
}

.offer-card {
    position: relative;
    border: 2px solid rgba(0, 0, 0, .125);
}

.offer-card img {
    width: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.overlay h5 {
    font-weight: 600;
    font-family: serif;
    font-size: 32px;
}

.price-offer {
    font-size: 16px;
    color: #fff;
    font-family: Helvetica;
}

.discount {
    position: absolute;
    right: -10px;
    top: -20px;
    background: #ff444400;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-image: url(../images/circle.png);
    width: 78px;
    height: 77px;
    padding: 15px 0 0 0;
}

.days-night {
    font-size: 16px;
    font-family: Kanit;
    font-weight: 300;
    color: #fff;
}

.days-night i {
    color: #f5b400;
}

.price-offer span {
    color: #f5b400;
    font-weight: 700;
    font-size: 24px;
}

ul.include-sec {
    margin-top: 6px;
    margin-left: -18px;
}

ul.include-sec li {
    display: inline-block;
    margin-left: 16px;
}

.feature-icon {
    font-size: 3rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.feature-title {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0.75rem;
    font-family: PT serif;
}

.feature-text {
    font-size: 16px;
    line-height: 1.6;
    font-family: Kanit;
    font-weight: 300;
}

.our-table-wrapper-section {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/bottombg.webp');
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
}

.our-table-wrapper-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: serif;
}

.btn-requirement {
    background-color: #FDCA18;
    color: #000;
    padding: 12px 30px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: Helvetica;
    border-radius: 0px;
}

.btn-requirement:hover {
    background-color: #e6b800;
    color: #000;
}

.newsletter-bar {
    background-color: #FDCA18;
    padding: 20px 0;
    width: 65%;
    bottom: -42px;
    margin: auto;
    position: relative;
    padding: 20px;
}

.newsletter-title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 0;
    font-family: serif;
}

.newsletter-subtitle {
    font-size: 20px;
    font-weight: 600;
    font-family: serif;
}

.btn-subscribe {
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 15px;
    font-family: Open sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.newsletter-bar input {
    font-family: PT serif;
    font-weight: 400;
    font-size: 16px;
    padding: 12px;
}

.btn-subscribe:hover {
    background-color: #000;
    color: #fff;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding-top: 40px;
}

.footer-note {
    font-style: italic;
    font-size: 16px;
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: Kanit;
    font-weight: 300;
}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-family: Kanit;
}

.footer-heading:after {
    content: '';
    width: 90%;
    height: 2px;
    background: #ffffff;
    display: block;
    margin-top: 13px;
}

.footer-link-list {
    list-style: none;
    padding: 0;
}

.footer-link-list li {
    margin-bottom: 10px;
}

.footer-link-list a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-family: Kanit;
    font-weight: 300;
}

.footer-link-list a:hover {
    color: #ffcc00;
}

.accent-yellow {
    color: #ffcc00;
    font-family: Kanit;
}

.social-icons a {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #fff;
    transition: 0.3s;
}

.social-icons .fa-facebook:hover {
    color: #1877F2;
}

.social-icons .fa-instagram:hover {
    color: #E4405F;
}

.social-icons .fa-youtube:hover {
    color: #CD201F;
}

.social-icons .fa-twitter:hover {
    color: #1DA1F2;
}

.footer-bottom {
    background-color: #111;
    padding: 20px 0;
    margin-top: 40px;
    font-size: 15px;
    font-family: Kanit;
    font-weight: 300;
}

.trust-badges img {
    height: 45px;
    margin-right: 10px;
    margin-top: 15px;
}

p.compn {
    font-family: Kanit;
    font-weight: 600;
    font-size: 18px;
}

p.address-dd {
    font-family: Kanit;
    font-weight: 300;
}

.text-end-dd {
    text-align: right;
}

.custom-modal-border {
    border: none !important;
    border-radius: 8px;
    overflow: hidden;
}


/* Header Styling */

.modal-header-custom {
    color: #000;
    text-align: center;
    padding: 8px 10px;
    position: relative;
    background: #FDCA18;
}

.header-subtext {
    margin-bottom: 5px;
    font-size: 1.05rem;
    font-weight: 300;
    font-family: Kanit;
}

.phone-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-icon-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 33px;
    color: #000;
}

.phone-number {
    margin: 0;
    font-weight: 600;
    font-size: 1.6rem;
    font-family: serif;
}

.availability-text {
    opacity: 0.8;
    font-size: 0.8rem;
    font-family: 'Kanit';
    font-weight: 300;
}

.close-pos {
    position: absolute;
    right: 15px;
    top: 15px;
}


/* Form Styling */

.form-main-title {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    font-family: serif;
}

.form-subtitle {
    font-size: 14px;
    font-family: Kanit;
    font-weight: 300;
    margin-bottom: 5px;
}

.custom-input {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px;
    font-size: 0.9rem;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #666
}


/* Button Styling */

.btn-submit {
    background: #000;
    color: white;
    font-weight: 700;
    padding: 12px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.btn-submit:hover {
    background-color: #333;
    color: white;
}

.policy-text {
    font-size: 0.75rem;
    color: var(--text-gray);
}

.policy-link {
    text-decoration: underline;
    color: var(--modal-blue);
}

section.inner-banner {
    background-image: url(../images/innerbg.webp);
    padding: 80px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.inner-banner-div h2 {
    font-family: serif;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.inner-banner-div p {
    color: #fff;
    font-family: Kanit;
    font-weight: 300;
    font-size: 18px;
    width: 80%;
    margin: auto;
}

.inner-about h2 {
    font-family: serif;
    font-weight: 600;
    font-size: 45px;
    color: #000;
}

.inner-about p {
    font-family: Kanit;
    font-weight: 300;
    font-size: 17px;
}

.custom-list li {
    margin-left: 20px;
    list-style: disc;
    font-size: 16px;
    font-family: Kanit;
    font-weight: 300;
}

.inner-about h3 {
    font-family: serif;
    font-weight: 600;
}

.view-aminities h2 {
    font-family: serif;
    font-size: 25px;
    font-weight: 700;
}

.view-aminities {
    margin-top: 25px;
}

.modal-body {
    padding: 10px 20px;
}

.modal-dialog {
    width: 400px;
}

.support-section {
    margin-top: 40px;
}

.support-content {
    background: linear-gradient(to right, #000, #2a2a2a);
    color: #fff;
    padding: 30px 80px;
    height: 440px;
}

.support-content h2 {
    color: #ffc107;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: serif;
    font-weight: 500;
}

.support-content p {
    font-weight: 300;
    color: #fff;
    line-height: 1.7;
    font-family: kanit;
}

.support-content ul {
    margin: 15px 0;
    padding-left: 20px;
}

.support-content ul li {
    margin-bottom: 8px;
}

.support-img img {
    height: 440px;
    object-fit: cover;
}

.contact-info {
    background-color: #efefef;
    border: 1px solid #d0cece;
    padding: 10px;
    height: 600px;
}

.conth2 {
    background-color: #000;
    color: white;
    font-family: serif;
    font-size: 20px;
    padding: 10px;
}

.contactsmlhd {
    font-weight: 600;
    font-size: 16px;
    font-family: kanit;
    color: black;
}

.contactp {
    color: #444242;
    font-size: 16px;
    font-family: kanit;
    font-weight: 300;
}

.free-quotes .get-free {
    background-color: #1f6ca0;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.advisor-sec {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}

.advisor-call p {
    font-size: 12px;
    color: #fff;
}

.free-quotes .get-free-qoute .form-control {
    height: 38px;
    border-radius: 5px;
}

.contect-form {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #0000003b;
}

.advisor-icon i {
    font-size: 48px;
}

.get-free-qoute {
    padding: 10px 20px;
}

.custom-faq .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

.custom-faq .accordion-button {
    background: #fff;
    font-size: 22px;
    font-weight: 500;
    box-shadow: none;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: #f4c20d;
    color: #fff;
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
}

.custom-faq .accordion-body {
    font-size: 16px;
    color: #333;
}

.custom-faq ul {
    padding-left: 20px;
}

ul.custom-list {
    margin-bottom: 1rem;
}

.policy-detail h4 {
    font-family: serif;
}

.table-formate td {
    font-family: Kanit;
    font-weight: 300;
}

.table-formate th {
    font-family: serif;
}

.certificate {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.tour-card {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.tour-img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.tour-content h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-family: serif;
    font-size: 20px;
}

.location {
    color: #777;
    letter-spacing: 1px;
    font-family: Kanit;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 5px;
}

.days-sm {
    color: #333;
    margin-bottom: 10px;
}

.days-sm i {
    color: #f4b400;
    margin-right: 6px;
}

.include {
    margin: 10px 0;
}

.include span {
    font-weight: 600;
    margin-right: 10px;
}

.include i {
    margin-right: 15px;
    color: #333;
}

.package-price {
    font-weight: 700;
    margin: 15px 0;
    font-size: 18px;
}

.tour-btns .btn {
    padding: 7px 22px;
    margin-right: 10px;
    font-weight: 500;
}

.tour-btns .btn {
    width: 150px;
    margin-right: 10px;
    font-weight: 300;
    border-radius: 0px;
    font-family: Kanit;
    border: 1px solid #ffc107;
}

.btn-outline-warning {
    border: 1px solid #f4b400;
    color: #333;
}

.itinerary-title {
    background: #000;
    color: #fff;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: 600;
    font-family: serif;
}

.itinerary-box {
    background: #f3f3f3;
    border-left: 1px solid #f4b400;
    border-right: 1px solid #f4b400;
    border-bottom: 1px solid #f4b400;
}

.day-title {
    background: #e9e9e9;
    padding: 12px 15px;
    font-weight: 400;
    border-bottom: 1px solid #f4b400;
    font-family: Kanit;
    text-transform: uppercase;
}

.day-content {
    padding: 20px 30px;
    color: #444;
    line-height: 1.8;
    font-family: Kanit;
    font-weight: 300;
}

.bookdetail {
    background-color: #fdca18;
    border: 0;
    height: 40px;
    width: 150px;
    color: #000;
    font-weight: 300;
    font-family: Kanit;
}

.price-box h3 {
    margin: 0px;
    font-weight: 400;
    color: #000;
}

.sidebar-sticky {
    position: sticky;
    top: 5%;
}

.thnkyou-content h2 {
    font-family: serif;
    font-weight: 600;
}

.thnkyou-content a {
    background: #fdca18;
    padding: 10px 20px;
}

@media (max-width: 767px) {
    .tour-btns {
        display: flex;
    }
    .tour-content {
        padding: 15px;
    }
    .inner-banner-div p {
        width: 100%;
    }
    .inner-about h2 {
        font-size: 40px;
    }
    .contact-info {
        height: 100%;
        margin: 30px 0px;
    }
    .reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
    .modal-dialog {
        width: 96%;
    }
    .support-content {
        height: 100%;
        padding: 30px 20px;
    }
    .support-img img {
        height: 100%;
    }
    .text-end-dd {
        text-align: center;
    }
    .btn-book {
        margin-bottom: 8px;
    }
    .social-icon {
        text-align: center;
    }
    .carousel-caption h1 {
        font-size: 35px;
    }
    .carousel-caption p {
        font-size: 14px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 30px;
        height: 30px;
    }
    .carousel-item {
        height: 390px;
    }
    .destination-img img {
        height: 425px;
    }
    .destination-text {
        left: 100px;
    }
    .destination-info p {
        font-size: 20px;
    }
    .destination-info span {
        font-size: 15px;
    }
    .section-title p {
        width: 100%;
    }
    .destination-card-exotic img {
        height: 260px;
    }
    .service-promo-left h1 {
        font-size: 30px;
    }
    .service-promo-left {
        padding: 20px 5px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    section.offer-sec {
        margin-top: 50px;
    }
    .newsletter-bar {
        width: 100%;
        bottom: -30px;
    }
    .our-table-wrapper-title {
        font-size: 30px;
    }
    .btn-requirement {
        padding: 12px 12px;
        width: 85%;
        font-size: 12px;
    }
}