@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&amp;family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

html {
    scroll-padding-top: 140px;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: quicksand, sans-serif
}

.mt-120 {
    margin-top: 120px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-90 {
    margin-top: 90px
}

.mt-30 {
    margin-top: 30px
}

.mt-24 {
    margin-top: 24px
}

.mt-20 {
    margin-top: 20px
}

.mt-50 {
    margin-top: 50px
}

.mt-40 {
    margin-top: 40px
}

.mb-40 {
    margin-bottom: 45px;
}

.mb-30 {
    margin-bottom: 30px
}

.mb-20 {
    margin-bottom: 20px
}

.p-60 {
    padding: 60px 0
}

.p-70 {
    padding: 70px 0
}

.p-80 {
    padding: 80px 0
}

.pt-120 {
    padding-top: 120px
}

.pt-105 {
    padding-top: 105px
}

.pt-100 {
    padding-top: 100px
}

.pt-40 {
    padding-top: 40px
}

.pt-90 {
    padding-top: 90px
}

.pt-80 {
    padding-top: 80px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-100 {
    padding-bottom: 100px
}

p {
    font-size: 17px;
    color: #000 !important;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 10px;
}

h2 {
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    /* text-transform: capitalize; */
    color: #006c9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

input[type=text],
input[type=email],
input[type=date],
input[type=number],
input[type=tel] {
    padding: 8px 15px;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 50px
}

input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #211f20
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #f7921f;
    border-radius: 5px;
    background: #fff
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f7921f;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

input[type=submit] {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .75px;
    color: #fff;
    background: #dd1e23;
    padding: 14px 22px;
    /* text-transform: capitalize; */
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0
}

input[type=submit]:hover {
    background: #211f20
}

input[type=submit]:focus {
    outline: none
}

textarea {
    padding: 8px 10px;
    background: #fff;
    border-radius: 5px;
    display: block;
    width: 100%;
    border: 1px solid #eee;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

select {
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    display: block;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 10px;
    height: 50px
}

select:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-select.package-options {
    border: 2px solid #211f20;
    border-radius: 5px;
    width: 222px;
    height: 40px;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #262339;
    float: right
}

.form-select.package-options option {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #262339;
    /* text-transform: capitalize */
}

.form-select.package-options:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #211f20
}

.input-group.search-box input {
    height: 47px;
    border: none;
    background: #f5f5f5;
    border-radius: 10px 0 0 10px
}

.input-group.search-box input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group.search-box button {
    height: 47px;
    border: none;
    background: #211f20;
    width: 55px;
    border-radius: 0 10px 10px 0
}

.input-group.search-box button i {
    color: #fff;
    font-size: 25px
}

.input-group.search-box button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: disc;
}


.uagb-toc__list-wrap li {
    padding: 0;
    margin: 0;
    list-style: decimal;
}

table tbody tr td,
table tbody tr th,
table thead tr td,
table thead tr th,
table tfoot tr td,
table tfoot tr th {
    border: 1px solid #eee;
    padding: 10px
}

a.btn-common-sm {
    display: inline-block;
    padding: 11px 20px 11px 30px;
    background: #006c9c;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 9
}

a.btn-common-sm:hover::before {
    -webkit-clip-path: circle(150% at 0% 0%);
    clip-path: circle(150% at 0% 0%)
}

a.btn-common-sm::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #f7921f;
    top: 0;
    left: 0;
    border-radius: 5px;
    -webkit-clip-path: circle(27% at -3% 50%);
    clip-path: circle(27% at -3% 50%);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1
}

a.btn-common {
    display: inline-block;
    padding: 16.5px 32.5px;
    background: #006c9c;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 9
}

a.btn-common:hover::before {
    -webkit-clip-path: circle(150% at 0% 0%);
    clip-path: circle(150% at 0% 0%)
}

a.btn-common::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #f7921f;
    top: 0;
    left: 0;
    border-radius: 5px;
    -webkit-clip-path: circle(27% at -3% 50%);
    clip-path: circle(27% at -3% 50%);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1
}

a.btn-second {
    display: inline-block;
    padding: 16.5px 32.5px;
    background: #dd1e23;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 20
}

a.btn-second:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    -webkit-animation: 500ms ease-in-out 0s 1 running;
    animation: 500ms ease-in-out 0s 1 running;
    -webkit-animation: 500ms ease-in-out;
    animation: 500ms ease-in-out;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px
}

a {
    text-decoration: none !important
}

.section-head.head-left {
    text-align: left;
    margin: 0
}

.section-head {
    text-align: center;
    margin: 0 auto
}

.section-head h5 {
    margin-bottom: 15px;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #f7921f;
}

.section-head h2 {
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    /* text-transform: capitalize */
}

.owl-carousel .owl-nav {
    text-align: center
}

.owl-carousel .owl-nav button i {
    height: 30px;
    width: 30px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 25px;
    margin: 0 12.5px;
    margin-top: 30px
}

.owl-carousel.dark-nav .owl-nav {
    text-align: center
}

.owl-carousel.dark-nav .owl-nav button i {
    height: 30px;
    width: 30px;
    color: #211f20;
    border: 2px solid #211f20;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 25px;
    margin: 0 12.5px;
    margin-top: 30px
}

.owl-dots {
    text-align: center
}

.owl-dots button.owl-dot {
    height: 10px;
    width: 25px;
    background: #211f20;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 12.5px;
    border-radius: 5px
}

.owl-dots button.active.owl-dot {
    height: 15px;
    background: #dd1e23
}

.owl-carousel.owl-loaded.owl-drag.destinations-1,
.owl-carousel.owl-loaded.owl-drag.destinations-2 {
    margin-left: 0
}

.owl-carousel.owl-loaded.owl-drag.destinations-1 .owl-stage-outer,
.owl-carousel.owl-loaded.owl-drag.destinations-2 .owl-stage-outer {
    padding: 0
}

.owl-carousel.owl-loaded.owl-drag.destinations-1 .package-card,
.owl-carousel.owl-loaded.owl-drag.destinations-2 .package-card {
    margin: 20px 0 20px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 10px;
    min-height: 400px;
    background: #fff;
}

.form-select.languge-selector {
    padding: 0;
    border: none;
    margin: 0;
    height: 100%;
    background: 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 8px;
    color: #fff;
    float: right;
    width: auto
}

.form-select.languge-selector option {
    color: #262339;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    width: 20px;
    display: block;
    padding: 10px 20px
}

.form-select.languge-selector:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.breadcrumb-area {
    background-position: center;
    background-size: cover;
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb-area .breadcrumb-wrap {
    text-align: center
}

.breadcrumb-area .breadcrumb-wrap h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 25px;
    color: #fff;
    /* text-transform: uppercase; */
    text-shadow: 0 0 10px #877e7e;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 5px #787676;
    margin: 15px 0 0 0;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li a {
    color: #fff
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li i {
    vertical-align: middle;
    font-size: 22px
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #262339;
    margin: 0 6px;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    font-size: 20px;
    color: #262339;
    -webkit-transition: all .2s;
    transition: all .2s
}

.pagination a.active {
    color: #fff;
    background: #dd1e23;
    border: 1px solid #dd1e23
}

.pagination a:hover {

    color: #fff;
    background: #dd1e23;
    border: 1px solid #dd1e23
}

.pagination a i {
    font-size: 28px;
    line-height: 38px
}

.custom-select.package-option {
    position: relative;
    /* width: 255px; */
    float: right;
    border: 2px solid #006c9c;
    border-radius: 5px;
    margin-bottom: 5px;
}

.custom-select.package-option .select-selected {
    font-size: 15px
}

.custom-select.package-option .select-items {
    top: 104%
}

.custom-select.languege-select {
    width: auto;
    float: right;
    margin-right: 12px;
    padding: 10px;
}

.custom-select.languege-select .select-selected {
    margin-right: 15px;
    padding: 0;
    background: 0 0;
    color: #000
}

.custom-select.languege-select .select-selected::before {
    right: -14px
}

.custom-select.languege-select .select-items {
    left: 0;
    margin-top: 1px;
    width: 63px;
}

.custom-select.languege-select .select-items div {
    padding: 10px 10px;
    text-align: center;
}

.custom-select {
    position: relative;
    width: 100%
}

.custom-select select {
    display: none
}

.select-selected {
    background-color: #fff;
    color: #262339;
    padding: 17px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    position: relative
}

.select-selected::before {
    position: absolute;
    content: "\203A";
    right: 12px;
    -webkit-transform: rotate(90deg) translateX(-111%);
    transform: rotate(90deg) translateX(-111%);
    font-size: 24px;
    top: 50%
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px
}

.select-items div {
    padding: 12px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #000;
}

.select-items div:last-child {
    border: none
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;

    -webkit-box-shadow: 7px 10px 40px 0 #0d344f1a;
    box-shadow: 7px 10px 40px 0 #0d344f1a
}

.select-hide {
    display: none
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, .1)
}

.calendar-input {
    position: relative
}

.calendar-input i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    vertical-align: middle
}

.calendar-input i::before {
    vertical-align: middle
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    top: 0;
    left: 0;
    font-size: 30px;
    vertical-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loader {
    margin-left: 0;
    padding: 30px 0;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(125, 125, 125, .15);
    border-radius: 100%
}

.hide {
    display: none
}

.loader1 {
    position: relative;
    width: 120px;
    height: 120px
}

.loader1 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(calc(18deg * var(--i)));
    transform: rotate(calc(18deg * var(--i)))
}

.loader1 span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #dd1e23;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: animate 2s linear infinite;
    animation: animate 2s linear infinite;
    -webkit-animation-delay: calc(0.1s * var(--i));
    animation-delay: calc(0.1s * var(--i))
}

.loader1 .rocket {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.loader1 .rocket:before {
    content: "\edc7";
    font-family: boxicons !important;
    position: absolute;
    top: 80px;
    left: 85px;
    color: #dd1e23;
    font-size: 60px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes animate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    100% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    100% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg)
    }
}

.topbar-area {
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
    height: 50px;
}

.topbar-area .topbar-contact {
    height: 100%
}

.topbar-area .topbar-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.topbar-area .topbar-contact ul li {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.topbar-area .topbar-contact ul li a {
    color: #fff;
}

.tailor__header a {
    color: #fff !important;
}

.topbar-area .topbar-contact ul li i {
    font-size: 16px;
    margin-right: 10px;
    color: #f7921f;
}

.topbar-area .topbar-social {
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.topbar-area .topbar-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.topbar-area .topbar-social ul li a {
    color: #dd1e23;
    margin: 0 12px;
    font-size: 14px
}

.main-nav .sidebar-contact {
    margin-top: 40px;
    display: none
}

.main-nav .sidebar-contact ul li.sidebar-single-contact {
    color: #fff;
    margin: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-nav .sidebar-contact ul li.sidebar-single-contact a {
    color: #fff !important
}

.main-nav .sidebar-contact ul li.sidebar-single-contact i {
    margin-right: 8px
}

.main-nav .sidebar-contact ul li.sidebar-single-contact i::before {
    vertical-align: middle
}

.header-area .account-dropdown.activeCard {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.header-area .main-searchbar.activeSearch {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.header-area .account-dropdown {
    min-width: 220px;
    position: absolute;
    background: #fff;
    padding: 20px 15px;
    z-index: 20;
    right: 0;
    top: 61px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 7px 10px 40px 0 #0d344f1a;
    box-shadow: 7px 10px 40px 0 #0d344f1a
}

.header-area .account-dropdown ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-area .account-dropdown ul li.account-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #ddd
}

.header-area .account-dropdown ul li.account-el:last-child {
    border-bottom: none
}

.header-area .account-dropdown ul li.account-el i {
    font-size: 20px;
    color: #dd1e23;
    margin-right: 8px
}

.header-area .account-dropdown ul li.account-el a {
    color: #262339 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 0
}

.main-searchbar {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, .4);
    padding: 15px 0;
    z-index: 19;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-searchbar input {
    max-width: 700px;
    padding: 5px 30px;
    font-size: 18px;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 55px;
    border-radius: 30px 0 0 30px
}

.main-searchbar .searchbar-close {
    position: absolute;
    top: 30px;
    right: 30px
}

.main-searchbar .searchbar-close i {
    font-size: 30px;
    color: #fff;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer
}

.main-searchbar .searchbar-icon {
    height: 55px;
    background: #00415e;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    border-radius: 0 30px 30px 0
}

.main-searchbar .searchbar-icon i {
    font-size: 32px;
    cursor: pointer;
    color: #fff
}

.header-area-2.header-area {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99
}

.header-area-2.header-area .mobile-menu .hamburger span {
    color: #fff
}

.navber-logo-sm {
    display: none;
    margin: 40px 0 0 20px
}

.navbar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-wrap .navbar-icons {
    display: none
}

header .header-area .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header .header-area .main-nav .navbar-icons {
    display: none
}

header .header-area .main-nav .navbar-icons,
header .header-area .main-nav .navbar-icons-2 {
    margin-left: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-area .main-nav .navbar-icons .searchbar-open,
header .header-area .main-nav .navbar-icons-2 .searchbar-open {
    margin-right: 30px
}

header .header-area .main-nav .navbar-icons .searchbar-open,
header .header-area .main-nav .navbar-icons .user-dropdown-icon,
header .header-area .main-nav .navbar-icons-2 .searchbar-open,
header .header-area .main-nav .navbar-icons-2 .user-dropdown-icon {
    position: relative
}

header .header-area .main-nav .navbar-icons .searchbar-open i,
header .header-area .main-nav .navbar-icons .user-dropdown-icon i,
header .header-area .main-nav .navbar-icons-2 .searchbar-open i,
header .header-area .main-nav .navbar-icons-2 .user-dropdown-icon i {
    color: #f7921f;
    font-size: 20px;
    cursor: pointer
}

header .header-area .main-nav .navbar-icons .searchbar-open i::before,
header .header-area .main-nav .navbar-icons .user-dropdown-icon i::before,
header .header-area .main-nav .navbar-icons-2 .searchbar-open i::before,
header .header-area .main-nav .navbar-icons-2 .user-dropdown-icon i::before {
    vertical-align: middle
}

header .header-area .main-nav ul {
    margin: 0;
    list-style: none
}

header .header-area .main-nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

header .header-area-2.header-area.sticky .main-nav ul li.has-child-menu:after {
    color: #262339
}

header .header-area-2.header-area .main-nav ul li.has-child-menu:after {
    color: #fff
}

header .header-area-2.header-area .main-nav ul li a {
    color: #fff
}

header .header-area-2.header-area.sticky .main-nav ul li a {
    color: #262339
}

header .header-area .main-nav ul li a {
    display: block;
    color: #262339;
    font-size: 16px;
    font-weight: 700;
    /* text-transform: capitalize; */
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 35px 0;
    position: relative
}

header .header-area .main-nav ul li a:hover {
    color: #f7921f;
}

header .header-area .main-nav ul li ul.sub-menu>li a.sub-item {
    display: block;
    color: #211f20;
    line-height: 1.2;
    /* text-transform: capitalize; */
    font-size: 14px;
    font-weight: 700;
    padding: 12px 15px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header .header-area .main-nav ul li ul.sub-menu>li a:hover {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    color: #f7921f;
}

header .header-area .main-nav ul li ul.sub-menu>li a:hover::before {
    opacity: 0
}

header .header-area .main-nav ul li.has-child-menu:after {
    position: absolute;
    right: -5px;
    color: #262339;
    top: 33px;
    font-family: boxicons;
    content: "";
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-area .main-nav ul li:hover.has-child-menu:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

header>.header-area .nav-right {
    padding: 3.5rem 0
}

.searchbox-submit {
    margin-top: 10px;
    padding: 0 30px;
    height: 60%;
    overflow: hidden;
    background: #dd1e23;
    border: none
}

.searchbox-submit i:before {
    font-size: 20px;
    color: #fff
}

.searchbox {
    opacity: 0;
    position: absolute;
    width: 0%;
    right: 5px;
    left: auto;
    overflow: hidden;
    -webkit-transition: width .3s;
    transition: width .3s
}

.input-group-prepend {
    margin-right: 0 !important;
    background: #dd1e23
}

.bottombar {
    background-color: #08509e
}

.main-nav ul li .sub-menu {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f3f2f7;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s;
    transition: all .3s;
    border-top: 3px solid #f7921f;
}

.main-nav ul li .sub-menu li .sub-menu {
    right: -200px;
    left: inherit;
    top: 0
}

.main-nav ul li .sub-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #ddd
}

.main-nav ul li .sub-menu>li:last-child {
    border: none
}

.main-nav ul>li a:hover {
    background: 0 0
}

.main-nav .fl {
    width: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 999;
    display: none;
    cursor: pointer
}

.main-nav .fl:before {
    font-size: 14px;
    text-align: center;
    line-height: 35px
}

.main-nav>ul>li+li>.sub-menu {
    left: 15px
}

.main-nav>ul>li:hover>.sub-menu,
.main-nav ul li .sub-menu li:hover>.sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.slideInUp {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.slideInUp2 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running;
    animation: 500ms ease-in-out 0s normal none 1 running;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .1);
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-slider.owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-next {
    right: 20px;
    top: 50%
}

.banner-slider.owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-prev {
    left: 20px;
    top: 50%
}

.banner-slider.owl-carousel.owl-loaded.owl-drag .owl-nav button {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner-slider.owl-carousel.owl-loaded.owl-drag .owl-nav button i {
    height: 36px;
    width: 36px;
    line-height: 34px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 30px;
    border-radius: 50%
}

.main-banner {
    overflow: hidden
}

.main-banner-btn {
    padding: 1rem;
    font-size: 16px;
    display: inline-block;
}

.main-banner .slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 670px
}

.main-banner .slider-item .slider-content {
    margin-left: 82px;
    margin-top: -80px
}

.main-banner .slider-item .slider-content h2 {
    max-width: 617px;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #fff
}

.main-banner .slider-item .slider-content h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #dd1e23;
    margin: 30px 0 50px
}

.main-banner .slider-item-1 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(48, 79, 71, 0.65)), to(rgba(48, 79, 71, 0.65))), url(../images/banners/banner-1.png);
    background: linear-gradient(rgba(48, 79, 71, 0.65) 100%, rgba(48, 79, 71, 0.65) 100%), url(../images/banners/banner-1.png);
    background-size: cover;
    background-position: center
}

.main-banner .slider-item-2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(48, 79, 71, 0.65)), to(rgba(48, 79, 71, 0.65))), url(../images/banners/banner-3.png);
    background: linear-gradient(rgba(48, 79, 71, 0.65) 100%, rgba(48, 79, 71, 0.65) 100%), url(../images/banners/banner-3.png);
    background-size: cover;
    background-position: center
}

.main-banner .slider-item-3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(48, 79, 71, 0.65)), to(rgba(48, 79, 71, 0.65))), url(../images/banners/banner-4.png);
    background: linear-gradient(rgba(48, 79, 71, 0.65) 100%, rgba(48, 79, 71, 0.65) 100%), url(../images/banners/banner-4.png);
    background-size: cover;
    background-position: center
}

.main-banner-2 {
    background-repeat: no-repeat;
    background-position: center;
    min-height: 700px;
    background-size: 100% 100%
}

.main-banner-2 .main-banner-content-2 {
    padding-top: 170px;
    text-align: center
}

.main-banner-2 .main-banner-content-2 h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 110px;
    color: #fff;
    margin-bottom: 40px;
    text-shadow: 0 0 50px #000;
}

.main-banner-2 .main-banner-content-2 h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    height: 50px;
}

.find-form {
    position: relative;
    z-index: 10;
    margin-top: -70px
}

.find-form .findfrom-wrapper {
    background: rgba(48, 79, 71, .9);
    padding: 45px;
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 20px
}

.find-form .findfrom-wrapper .find-btn a {
    text-align: center;
    display: block;
    padding: 13px 0
}

.find-form .findfrom-wrapper .find-btn a i {
    font-size: 20px
}

.find-form .findfrom-wrapper .find-btn a i::before {
    vertical-align: middle;
    margin-right: 10px
}

.find-form .findfrom-wrapper input,
.find-form .findfrom-wrapper select {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339;
    height: 50px;
    width: 100%
}

.find-form .findfrom-wrapper input:focus,
.find-form .findfrom-wrapper select:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.find-form .findfrom-wrapper input option,
.find-form .findfrom-wrapper select option {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339
}

.find-form .findfrom-wrapper input,
.find-form .findfrom-wrapper input[type=date] {
    border: none
}

.find-form .findfrom-wrapper input::-webkit-input-placeholder,
.find-form .findfrom-wrapper input[type=date]::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339
}

.find-form .findfrom-wrapper input:-ms-input-placeholder,
.find-form .findfrom-wrapper input[type=date]:-ms-input-placeholder {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339
}

.find-form .findfrom-wrapper input::-ms-input-placeholder,
.find-form .findfrom-wrapper input[type=date]::-ms-input-placeholder {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339
}

.find-form .findfrom-wrapper input::placeholder,
.find-form .findfrom-wrapper input[type=date]::placeholder {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339
}

.find-form .findfrom-wrapper input:focus,
.find-form .findfrom-wrapper input[type=date]:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.find-form-2 {
    position: relative;
    z-index: 10;
    margin-top: 80px
}

.find-form-2 .findfrom-wrapper {
    background: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0 32px 64px rgba(17, 17, 17, .08);
    box-shadow: 0 32px 64px rgba(17, 17, 17, .08);
    border-radius: 20px;
    padding: 45px;
    max-width: 980px;
    margin: 0 auto
}

.find-form-2 .findfrom-wrapper .find-btn a {
    text-align: center;
    display: block;
    padding: 13px 0
}

.find-form-2 .findfrom-wrapper .find-btn a i {
    font-size: 20px
}

.find-form-2 .findfrom-wrapper .find-btn a i::before {
    vertical-align: middle;
    margin-right: 10px
}

.find-form-2 .findfrom-wrapper input,
.find-form-2 .findfrom-wrapper select {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339
}

.find-form-2 .findfrom-wrapper input:focus,
.find-form-2 .findfrom-wrapper select:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.find-form-2 .findfrom-wrapper input option,
.find-form-2 .findfrom-wrapper select option {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339
}

.find-form-2 .findfrom-wrapper input,
.find-form-2 .findfrom-wrapper input[type=date] {
    border: none
}

.find-form-2 .findfrom-wrapper input::-webkit-input-placeholder,
.find-form-2 .findfrom-wrapper input[type=date]::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339
}

.find-form-2 .findfrom-wrapper input:-ms-input-placeholder,
.find-form-2 .findfrom-wrapper input[type=date]:-ms-input-placeholder {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339
}

.find-form-2 .findfrom-wrapper input::-ms-input-placeholder,
.find-form-2 .findfrom-wrapper input[type=date]::-ms-input-placeholder {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339
}

.find-form-2 .findfrom-wrapper input::placeholder,
.find-form-2 .findfrom-wrapper input[type=date]::placeholder {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #262339
}

.find-form-2 .findfrom-wrapper input:focus,
.find-form-2 .findfrom-wrapper input[type=date]:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.find-form .findfrom-wrapper input,
.find-form .findfrom-wrapper input {
    width: 100%
}

.package-card-xl {
    margin: 15px 0;
    -webkit-box-shadow: 0 0 30px rgba(17, 17, 17, .08);
    box-shadow: 0 0 30px rgba(17, 17, 17, .08);
    overflow: hidden;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.package-card-xl .package-thumb-xl img {
    width: 300px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.package-card-xl .package-details-xl {
    width: 60%;
    padding: 25px 30px
}

.package-card-xl .package-details-xl .package-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.package-card-xl .package-details-xl .package-info h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    color: #211f20
}

.package-card-xl .package-details-xl .package-info h5 span {
    font-size: 20px
}

.package-card-xl .package-details-xl .package-info h5 i {
    margin-right: 5px
}

.package-info-location i {
    color: #f7921f;
}

.package-info-location {
    color: #211f20;
    font-weight: 500;
}

.package-card-xl .package-details-xl h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    color: #dd1e23;
    /* text-transform: capitalize; */
    padding: 15px 0
}

.package-card-xl .package-details-xl h3 i {
    color: #211f20;
    font-size: 18px
}

.package-card-xl .package-details-xl h3 a {
    color: #dd1e23
}

.package-card-xl .package-details-xl .package-rating {
    margin-top: 10px
}

.package-card-xl .package-details-xl .package-rating strong {
    font-weight: 700;
    font-size: 13px;
    color: #211f20
}

.package-card-xl .package-details-xl .package-rating strong i {
    font-size: 20px;
    color: #dd1e23;
    margin-right: 5px
}

.package-card-xl .package-details-xl .package-rating strong i::before {
    vertical-align: middle
}

.package-card {
    margin: 15px 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px -3px 20px 14px #eee;
    -webkit-box-shadow: 3px -3px 20px 14px #eee;
}

.package-card:hover .package-thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.package-card .package-thumb {
    overflow: hidden;
    height: 250px;
    display: flex;
    align-items: center;
}

.package-card .package-thumb a {
    width: 100%;
    height: 100%;
    display: block;
}

.package-card .package-thumb img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.package-card .package-details {
    padding: 20px 10px
}

.package-card .package-details .package-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: fit-content;
    padding: 10px;
}

.package-card .button--antiman.button--inverted {
    color: #fff;
    /* text-transform: capitalize; */
}

.package-card .package-details .package-info h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    color: #f7921f;
}

.package-card .package-details .package-info h5 span {
    font-size: 20px
}

.package-card .package-details .package-info h5 i {
    margin-right: 5px
}

.package-card .package-details h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    color: #dd1e23;
    height: 89px;
    padding: 0 0 5px 0;
    text-align: center;
}

.package-card .package-details p {
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: 22px;
    font-size: 13px;
}

.package-card .package-details a.ReadMore {
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #f7921f;
}

.package-card .package-details h3 i {
    color: #211f20;
    font-size: 18px
}

.package-card .package-details h3 a {
    color: #006c9c;
}

.package-card .package-details .package-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.package-card .package-details .package-rating i {
    font-size: 18px;
    color: #f7921f;

    margin-right: 5px
}

.package-card .package-details .package-rating strong {
    font-weight: 700;
    font-size: 13px;
    color: #211f20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offer-area .offer-slider.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.offer-area .offer-slider.owl-carousel .owl-nav button.owl-prev {
    left: -7%
}

.offer-area .offer-slider.owl-carousel .owl-nav button.owl-next {
    right: -7%
}

.offer-card {
    margin: 30px 0
}

.offer-card:hover .offer-thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.offer-card .offer-thumb {
    overflow: hidden
}

.offer-card .offer-thumb img {
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.offer-card .offer-details {
    border: 1px solid #f1f1f1;
    padding: 20px 15px
}

.offer-card .offer-details .offer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.offer-card .offer-details .offer-info h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    color: #211f20
}

.offer-card .offer-details .offer-info h5 span {
    font-size: 20px
}

.offer-card .offer-details .offer-info h5 i {
    margin-right: 5px
}

.offer-card .offer-details .offer-info ul.offer-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.offer-card .offer-details .offer-info ul.offer-rating li {
    margin-left: 5px;
    color: #dd1e23
}

.offer-card .offer-details h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    color: #dd1e23;
    /* text-transform: capitalize; */
    padding: 20px 0 18px
}

.offer-card .offer-details h3 i {
    color: #211f20;
    font-size: 18px
}

.offer-card .offer-details h3 a {
    color: #dd1e23
}

.offer-card .offer-details strong {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #211f20
}

.offer-card .offer-details strong span {
    color: #a5a5a5;
    margin-left: 10px;
    font-size: 18px;
    text-decoration: line-through
}

.destinations-area .row.owl-carousel.destinations-2.owl-loaded.owl-drag .owl-nav button {
    position: absolute
}

.destinations-area .row.owl-carousel.destinations-2.owl-loaded.owl-drag .owl-nav button i {
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    width: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #ddd;
    margin: 0;
}

.destinations-area .row.owl-carousel.destinations-2.owl-loaded.owl-drag .owl-nav button.owl-prev {
    top: 18%;
    right: -15.9%
}

.destinations-area .row.owl-carousel.destinations-2.owl-loaded.owl-drag .owl-nav button.owl-next {
    top: 18%;
    right: -25%
}

.destinations-area .row.owl-carousel.destinations-1.owl-loaded.owl-drag .owl-nav button {
    position: absolute
}

.destinations-area .row.owl-carousel.destinations-1.owl-loaded.owl-drag .owl-nav button i {
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    width: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #ddd;
    margin: 0;
}

.destinations-area .row.owl-carousel.destinations-1.owl-loaded.owl-drag .owl-nav button.owl-prev {
    top: 11%;
    left: -25%
}

.destinations-area .row.owl-carousel.destinations-1.owl-loaded.owl-drag .owl-nav button.owl-next {
    top: 11%;
    left: -15.9%
}

.package-slider-wrap {
    position: relative;
    height: 400px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

.package-slider-wrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.package-slider-wrap .pakage-overlay {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(255 255 255);
    display: block;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 28% 0 0 0;
}

.package-slider-wrap .pakage-overlay strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    color: #006c9c;
}

.pakage-overlay p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.achievement-area {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(245, 245, 245, 0.2)), to(rgba(245, 245, 245, 0.2))), url(../images/achiv-shape.png);
    background: linear-gradient(rgba(245, 245, 245, 0.2) 100%, rgba(245, 245, 245, 0.2) 100%), url(../images/achiv-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.achievement-area-2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(245, 245, 245, 0.2)), to(rgba(245, 245, 245, 0.2))), url(../images/achiv-shape.png);
    background: linear-gradient(rgba(245, 245, 245, 0.2) 100%, rgba(245, 245, 245, 0.2) 100%), url(../images/achiv-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}


.achievement-card {
    padding: 20px;
    text-align: center;
    background: #211f20;
    color: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 5px
}

.achievement-card .achievement-icon {
    margin-bottom: 20px
}

.achievement-card .achievement-icon i {
    color: #fff
}

.achievement-card .achievement-icon i::before {
    font-size: 82px
}

.achievement-card h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #fff
}

.achievement-card-2 {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    padding: 8px;
}

.achievement-card-2 .achieve-img {
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.achievement-card-2 .achieve-img a {
    display: block;
    width: 100%;
}

.achievement-card-2 .achieve-img img {
    height: 100%;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.achievement-card-2 .achieve-info {
    padding: 30px 10px 10px;
    position: relative;
    border-radius: 0 0 5px 5px;
}

.achievement-card-2 .achieve-info h5 {
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
    /* text-transform: capitalize; */
}

.achievement-card-2 .achieve-info h5 a {
    color: #006c9c;
}

.achievement-card-2 .achieve-info p {
    color: #000;
    line-height: 22px;
    margin: 10px 0 0 0;
}

.achievement-card-2 .achieve-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    padding: 17px 0 0 0;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .15);
    box-shadow: 0 0 64px rgba(17, 17, 17, .15);
}

.achievement-card-2 .achieve-icon i {
    color: #f7921f !important;
}

.achievement-card-2 .achieve-icon i::before {
    font-size: 24px
}

.review-card {
    padding: 30px 25px;
    margin: 20px 10px;
    text-align: center;
    -webkit-box-shadow: rgba(17, 17, 26, .1) 0 0 16px;
    box-shadow: rgba(17, 17, 26, .1) 0 0 16px;
    border-radius: 50px 50px 0 0
}

.review-card .reviewer-img img {
    height: 114px;
    width: 114px;
    border-radius: 50%;
    border: 8px solid rgba(48, 79, 71, .1);
    margin: 0 auto
}

.review-card h3 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #262339
}

.review-card h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #a5a5a5;
    margin: 10px 0 22px
}

.review-card p {
    position: relative
}

.review-card p::before {
    position: absolute;
    content: "";
    background: url(../images/reviewer/quote-rwview.svg);
    left: 0;
    bottom: 100%;
    height: 37px;
    width: 37px
}

.feature-area {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(48, 79, 71, 0.3)), to(rgba(48, 79, 71, 0.4))), url(../images/feature/feature-bg-1.png) center no-repeat;
    background: linear-gradient(rgba(48, 79, 71, 0.3) 100%, rgba(48, 79, 71, 0.4) 100%), url(../images/feature/feature-bg-1.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.feature-area .section-head h2 {
    color: #fff
}

.feature-area-2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(48, 79, 71, 0.3)), to(rgba(48, 79, 71, 0.3))), url(../images/feature/feature-bg.png) center no-repeat;
    background: linear-gradient(rgba(48, 79, 71, 0.3) 100%, rgba(48, 79, 71, 0.3) 100%), url(../images/feature/feature-bg.png) center no-repeat;
    background-size: cover
}

.feature-area-2 .feature-head-2 {
    text-align: left;
    margin: inherit
}

.feature-area-2 .feature-head-2 h2 {
    color: #fff
}

.feature-card {
    max-width: 570px;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px;
    overflow: hidden
}

.feature-card .feature-img {
    max-width: 235px
}

.feature-card .feature-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.feature-card .feature-content {
    padding: 25px 30px;
    background: #fff
}

.feature-card .feature-content a.title {
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    color: #262339
}

.feature-card .feature-content h5 {
    margin: 12px 0 22px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #211f20
}

.feature-card .feature-content h5 i {
    color: #dd1e23;
    font-size: 18px
}

.feature-card .feature-content strong {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #dd1e23
}

.feature-card .feature-content strong span {
    color: #a5a5a5;
    margin-left: 10px;
    font-size: 18px;
    text-decoration: line-through
}

.feature-card-2 {
    margin: 20px 0;
    border-radius: 5px;
    overflow: hidden
}

.feature-card-2:hover .feature-thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.feature-card-2:hover .feature-card-review .feature-btn {
    opacity: 1
}

.feature-card-2 .feature-thumb {
    position: relative;
    overflow: hidden
}

.feature-card-2 .feature-thumb .feature-price {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #dd1e23;
    padding: 10px;
    border-radius: 5px 5px 0 0
}

.feature-card-2 .feature-thumb .feature-price h5 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}

.feature-card-2 .feature-thumb .feature-price h5 span {
    font-size: 15px;
    color: #262339
}

.feature-card-2 .feature-thumb img {
    width: 100%;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.feature-card-2 .feature-details {
    padding: 20px;
    background: #fff
}

.feature-card-2 .feature-details h5.tour-duration {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    color: #211f20
}

.feature-card-2 .feature-details h5.tour-duration i {
    margin-right: 5px
}

.feature-card-2 .feature-details h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    color: #dd1e23;
    padding-top: 20px
}

.feature-card-2 .feature-details h3 i {
    color: #211f20;
    font-size: 18px
}

.feature-card-2 .feature-details h3 a {
    color: #dd1e23
}

.feature-card-2 .feature-card-review {
    border-top: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 17px 20px;
    position: relative
}

.feature-card-2 .feature-card-review ul.feature-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feature-card-2 .feature-card-review ul.feature-rating p {
    font-size: 15px;
    color: #262339
}

.feature-card-2 .feature-card-review ul.feature-rating li {
    color: #dd1e23;
    margin-left: 7px
}

.feature-card-2 .feature-card-review .feature-btn {
    position: absolute;
    top: 0;
    left: 0;
    background: #211f20;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.feature-slider-2.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -35%
}

.blog-card {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 30px rgba(17, 17, 17, .08);
    box-shadow: 0 0 30px rgba(17, 17, 17, .08);
    border-radius: 0 0 3px 3px
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.05) translateX(-10px);
    transform: scale(1.05) translateX(-10px)
}

.blog-card .blog-img {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    height: 300px;
}

.blog-card .blog-img img {
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    min-height: 100%;
}

.blog-card .blog-img .blog-date {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
    padding: 10px 20px;
    background: #006c9c;
    position: absolute;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.blog-card .blog-img .blog-date i {
    color: #f7921f;
    margin-right: 6px
}

.blog-card .blog-details {
    padding: 25px 20px;
    height: 203px;
}

.blog-card .blog-details .blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-card .blog-details .blog-info a.blog-comment i::before {
    vertical-align: middle
}

.blog-card .blog-details .blog-info a.blog-writer,
.blog-card .blog-details .blog-info a.blog-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #262339
}

.blog-card .blog-details .blog-info a.blog-writer i,
.blog-card .blog-details .blog-info a.blog-comment i {
    color: #dd1e23;
    margin-right: 5px;
    font-size: 16px
}

.blog-card .blog-details a.blog-title {
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    color: #262339;
    display: inline-block
}

.blog-card-xl {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 30px rgba(17, 17, 17, .08);
    box-shadow: 0 0 30px rgba(17, 17, 17, .08);
    border-radius: 0 0 3px 3px
}

.blog-card-xl:hover .blog-img img {
    -webkit-transform: scale(1.05) translateX(-10px);
    transform: scale(1.05) translateX(-10px)
}

.blog-card-xl .blog-img {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 300px;
}

.blog-card-xl .blog-img a {
    width: 100%;
    height: 100%;
    display: block;
}

.blog-card-xl .blog-img img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.blog-card-xl .blog-img .blog-date {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
    padding: 10px 20px;
    background: #006c9c;
    position: absolute;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.blog-card-xl .blog-img .blog-date i {
    color: #f7921f;
    margin-right: 6px
}

.blog-card-xl .blog-details {
    padding: 25px 20px
}

.blog-card-xl .blog-details .blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-card-xl .blog-details .blog-info a.blog-comment i::before {
    vertical-align: middle
}

.blog-card-xl .blog-details .blog-info a.blog-writer,
.blog-card-xl .blog-details .blog-info a.blog-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #262339
}

.blog-card-xl .blog-details .blog-info a.blog-writer i,
.blog-card-xl .blog-details .blog-info a.blog-comment i {
    color: #dd1e23;
    margin-right: 5px;
    font-size: 14px;
    top: 1px;
    position: relative
}

.blog-card-xl .blog-details a.blog-title {
    margin: 14px 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 33px;
    color: #006c9c;
    display: inline-block
}

.blog-card-xl .blog-btn {
    margin-top: 20px
}

.newsletter-area {
    margin-bottom: -90px
}

.newsletter-area .newsletter-wrapper {
    max-width: 970px;
    margin: 0 auto;
    padding: 48px;
    background: #211f20;
    -webkit-box-shadow: 0 32px 64px rgba(17, 17, 17, .08);
    box-shadow: 0 32px 64px rgba(17, 17, 17, .08);
    border-radius: 20px 20px 0 0
}

.newsletter-area .newsletter-wrapper h2 {
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: #fff;
    max-width: 612px;
    margin: 0 auto;
    margin-bottom: 45px
}

.newsletter-area .newsletter-wrapper .newsletter-input {
    max-width: 570px;
    margin: 0 auto;
    height: 60px
}

.newsletter-area .newsletter-wrapper .newsletter-input input {
    border-radius: 10px 0 0 10px;
    height: 100%
}

.newsletter-area .newsletter-wrapper .newsletter-input input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #a5a5a5
}

.newsletter-area .newsletter-wrapper .newsletter-input input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #a5a5a5
}

.newsletter-area .newsletter-wrapper .newsletter-input input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #a5a5a5
}

.newsletter-area .newsletter-wrapper .newsletter-input input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #a5a5a5
}

.newsletter-area .newsletter-wrapper .newsletter-input input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none
}

.newsletter-area .newsletter-wrapper .newsletter-input button {
    width: 172px;
    border-radius: 10px;
    background: #dd1e23;
    border: 1px solid #dd1e23;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 10px rgba(26, 34, 56, .18);
    box-shadow: 2px 2px 10px rgba(26, 34, 56, .18);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .05em
}

.newsletter-area .newsletter-wrapper .newsletter-input button:hover {
    background: #262339;
    border: 1px solid #262339
}

.footer-area {
    color: #fff;
    padding-top: 50px;
    background: #006c9c;
    /* background-image: linear-gradient(#006c9c, #006c9c), url(./assets/images/site-footer-shape-1.png); */
}

.footer-area .footer-links h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 43px;
    color: #fff;
    margin-bottom: 25px
}

.footer-area .footer-links .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px
}

.footer-area .footer-links .contact-box:first-child {
    margin-top: 0
}

.footer-area .footer-links .contact-box span {
    float: left;
    width: 34px;
    font-size: 18px;
    color: #dd1e23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-area .footer-links .contact-box span i {
    color: #dd1e23;
    font-size: 20px
}

.footer-area .footer-links .contact-box a {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    display: block;
    font-weight: 500
}

.footer-area .footer-links .category-list ul li a {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-area .footer-links .category-list ul li a:hover {
    text-decoration: underline !important;
}

.footer-area .footer-links .payment-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-area .footer-links .payment-cards img {
    width: 65px;
    height: auto;
    margin-right: 13px;
    margin-bottom: 15px
}

.footer-area .footer-info p {
    color: #fff !important;
    margin: 35px 0 20px
}

.footer-area .footer-social-icons h5 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700
}

.footer-area .footer-social-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #dd1e23;
    font-size: 25px
}

.footer-area .footer-social-icons ul li {
    margin-right: 20px
}

.footer-area .footer-social-icons ul li:last-child {
    margin-right: 0
}

.footer-area .footer-social-icons ul li a {
    color: #f7921f;
}

.footer-area .copyrigth-area {
    border-top: 2px solid #f7921f;
    margin-top: 50px;
    padding: 30px 0;
    text-align: center
}

.footer-area .copyrigth-area p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.footer-area .copyrigth-area p a {
    color: #dd1e23;
    font-weight: 600
}

.about-wrapper .about-wrapper-left .about-img {
    display: inline-block;
    margin-bottom: 10px;
    float: right;
    border: 10px solid rgba(48, 79, 71, .1);
    margin-bottom: 10px
}

.about-wrapper .about-wrapper-left .about-video {
    position: relative;
    display: inline-block;
    border: 10px solid rgba(48, 79, 71, .1)
}

.about-wrapper .about-wrapper-left .about-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    background: rgba(48, 79, 71, .1);
    border: 10px solid rgba(48, 79, 71, .5);
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    cursor: pointer
}

.about-wrapper .about-wrapper-left .about-video .video-icon i {
    color: #211f20
}

.about-wrapper .about-wrapper-left .about-video .video-icon i::before {
    font-size: 40px
}

.about-wrapper .about-wrapper-right p {
    margin: 25px 0
}

.about-wrapper .about-wrapper-right ul.about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.about-wrapper .about-wrapper-right ul.about-list li {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #262339;
    margin-bottom: 20px
}

.about-wrapper .about-wrapper-right ul.about-list li i {
    vertical-align: middle;
    margin-right: 5px
}

.about-wrapper .about-wrapper-right ul.about-list li i::before {
    font-size: 20px
}

.guide-slider.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -20%
}

.guide-slider.owl-carousel .owl-nav button i {
    color: #dd1e23;
    border: 2px solid #dd1e23;
    margin-top: 0
}

.guide-card {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #f1f1f1
}

.guide-card:hover .guide-info {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.guide-card .guide-thumb {
    border-radius: 10px
}

.guide-card .guide-thumb img {
    width: 100%
}

.guide-card .guide-info {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 30px;
    text-align: center;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(40%);
    transform: translateY(40%)
}

.guide-card .guide-info strong {
    font-weight: 700;
    font-size: 25px;
    color: #262339
}

.guide-card .guide-info p {
    font-size: 20px;
    font-weight: 500
}

.guide-card .guide-info ul.guide-links {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.guide-card .guide-info ul.guide-links li:last-child a {
    margin-right: 0
}

.guide-card .guide-info ul.guide-links li a {
    margin-right: 20px;
    font-size: 20px;
    padding: 8px 10px;
    background: rgba(175, 175, 175, .3);
    border-radius: 10px;
    color: #afafaf;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline
}

.guide-card .guide-info ul.guide-links li a:hover {
    background: #dd1e23;
    color: #fff
}

.package-filter h5 {
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #262339;
    margin: 5px 0
}

.package-sidebar h5.categorie-head {
    font-weight: 700;
    font-size: 25px;
    color: #262339;
    margin-bottom: 30px
}

.package-sidebar .single-option {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.package-sidebar .single-option:last-child {
    margin-bottom: 0
}

.package-sidebar .single-option label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.package-sidebar .sidebar-searchbox {
    padding: 30px 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px
}

.package-sidebar .sidebar-range {
    padding: 30px 25px;
    -webkit-box-shadow: 0 0 15px rgba(17, 17, 17, .1);
    box-shadow: 0 0 15px rgba(17, 17, 17, .1);
    border-radius: 5px;
    margin: 0 0 15px 0;
}

.package-sidebar .sidebar-duration {
    padding: 30px 25px;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px
}

.package-sidebar .sidebar-categorie {
    padding: 30px 25px;
    -webkit-box-shadow: 0 0 15px rgba(17, 17, 17, .1);
    box-shadow: 0 0 15px rgba(17, 17, 17, .1);
    border-radius: 5px;
    margin: 0 0 15px 0;
}

.package-sidebar .sidebar-banner {
    position: relative;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px;
    overflow: hidden
}

.package-sidebar .sidebar-banner img {
    width: 100%
}

.package-sidebar .sidebar-banner .sidebar-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(48, 79, 71, .85);
    height: 100%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px
}

.package-sidebar .sidebar-banner .sidebar-banner-overlay h3 {
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px
}

.package-sidebar .sidebar-banner .sidebar-banner-overlay .sidebar-banner-btn a {
    padding: 14px 35px;
    background: #dd1e23;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .75px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s
}

.package-sidebar .sidebar-banner .sidebar-banner-overlay .sidebar-banner-btn a:hover {
    background: #211f20
}

.package-d-sidebar h5.package-d-head {
    font-weight: 700;
    font-size: 25px;
    color: #006c9c;
    margin-bottom: 10px
}

.package-d-sidebar .p-sidebar-form {
    padding: 14px 19px;
    background: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px
}

.package-d-sidebar .p-sidebar-form input,
.package-d-sidebar .p-sidebar-form textarea,
.package-d-sidebar .p-sidebar-form select {
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    color: #080808
}

.package-d-sidebar .p-sidebar-form input::-webkit-input-placeholder,
.package-d-sidebar .p-sidebar-form textarea::-webkit-input-placeholder,
.package-d-sidebar .p-sidebar-form select::-webkit-input-placeholder {
    color: #080808;
}

.package-d-sidebar .p-sidebar-form input:-ms-input-placeholder,
.package-d-sidebar .p-sidebar-form textarea:-ms-input-placeholder,
.package-d-sidebar .p-sidebar-form select:-ms-input-placeholder {
    color: #080808;
}

.package-d-sidebar .p-sidebar-form input::-ms-input-placeholder,
.package-d-sidebar .p-sidebar-form textarea::-ms-input-placeholder,
.package-d-sidebar .p-sidebar-form select::-ms-input-placeholder {
    color: #080808;
}

.package-d-sidebar .p-sidebar-form input::placeholder,
.package-d-sidebar .p-sidebar-form textarea::placeholder,
.package-d-sidebar .p-sidebar-form select::placeholder {
    color: #080808;
}

.package-d-sidebar .p-sidebar-form input:focus,
.package-d-sidebar .p-sidebar-form textarea:focus,
.package-d-sidebar .p-sidebar-form select:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.package-d-sidebar .p-sidebar-form input[type=submit] {
    margin-top: 10px;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .75px;
    color: #fff;
    background: #006c9c;
    padding: 14px 22px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0
}

.package-d-sidebar .p-sidebar-form input[type=submit]:hover {
    background: #f7921f;
}

.package-d-sidebar .p-sidebar-cards {
    border-radius: 10px;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1)
}

.package-d-sidebar .p-sidebar-organizer {
    border-radius: 10px;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1)
}

.package-d-sidebar .p-sidebar-organizer .p-ask-btn {
    margin-top: 40px;
    text-align: center
}

.package-d-sidebar .p-sidebar-organizer .p-ask-btn a {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 14px 35px;
    background: #211f20;
    display: inline-block;
    border-radius: 10px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.package-d-sidebar .p-sidebar-organizer .p-ask-btn a:hover {
    background: #dd1e23
}

.package-d-sidebar .p-sidebar-banner {
    position: relative;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px;
    overflow: hidden
}

.package-d-sidebar .p-sidebar-banner img {
    width: 100%
}

.package-d-sidebar .p-sidebar-banner .sidebar-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(48, 79, 71, .85);
    height: 100%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px
}

.package-d-sidebar .p-sidebar-banner .sidebar-banner-overlay h3 {
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px
}

.package-d-sidebar .p-sidebar-banner .sidebar-banner-overlay .sidebar-banner-btn a {
    padding: 14px 35px;
    background: #dd1e23;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .75px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s
}

.package-d-sidebar .p-sidebar-banner .sidebar-banner-overlay .sidebar-banner-btn a:hover {
    background: #211f20
}

li.package-card-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

li.package-card-sm:hover .p-sm-img img {
    max-width: 100%;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

li.package-card-sm:last-child {
    margin-bottom: 0
}

li.package-card-sm .p-sm-img {
    margin-right: 20px;
    overflow: hidden;
    max-width: 110px;
    border-radius: 10px
}

li.package-card-sm .p-sm-img img {
    -webkit-transition: all .3s;
    transition: all .3s;
    max-width: 100%
}

li.package-card-sm .package-info .package-date-sm strong {
    font-weight: 700;
    color: #262339;
    font-size: 10px
}

li.package-card-sm .package-info .package-date-sm strong i {
    margin-right: 4px
}

li.package-card-sm .package-info h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #dd1e23;
    margin: 8px 0
}

li.package-card-sm .package-info h3 i {
    color: #211f20
}

li.package-card-sm .package-info h3 a {
    color: #dd1e23
}

li.package-card-sm .package-info h5 {
    font-weight: 700;
    font-size: 11px;
    color: #262339
}

li.package-card-sm .package-info h5 span {
    font-size: 18px;
    color: #211f20
}

.organizer-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.organizer-card .organizer-img {
    max-width: 135px;
    margin-right: 25px
}

.organizer-card .organizer-img img {
    border-radius: 5px
}

.organizer-card .organizer-info h5 {
    font-weight: 700;
    font-size: 20px;
    color: #262339
}

.organizer-card .organizer-info p {
    margin: 10px 0;
    font-size: 15px
}

.organizer-card .organizer-info ul.organizer-rating {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.organizer-card .organizer-info ul.organizer-rating li {
    font-size: 20px;
    color: #dd1e23;
    margin-right: 5px
}

.organizer-card .organizer-info ul.organizer-rating li:last-child {
    margin-right: 0
}

.package-details .package-thumb img {
    border-radius: 5px;
    width: 100%
}

.package-details .package-header {
    padding-top: 50px;
}

.package-details .package-header .package-title h3 {
    font-weight: 700;
    font-size: 30px;
    color: #262339;
    margin-bottom: 15px
}

.package-details .package-header .package-title strong {
    font-weight: 500;
    color: #a5a5a5
}

.package-details .package-header .package-title strong i {
    color: #211f20;
    font-size: 17px
}

.package-details .package-header .pd-review {
    text-align: right
}

.package-details .package-header .pd-review p {
    font-weight: 500;
    font-size: 13px;
    color: #262339
}

.package-details .package-header .pd-review ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right
}

.package-details .package-header .pd-review ul li {
    color: #dd1e23;
    font-size: 13px
}

.package-details .package-tab ul.nav.nav-pills li {
    margin-top: 20px
}

.package-details .p-short-info {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.package-details .p-short-info .single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.package-details .p-short-info .single-info i {
    font-size: 28px;
    color: #f7921f;
    margin-right: 15px
}

.package-details .p-short-info .single-info .info-texts strong {
    font-size: 16px;
    font-weight: 600;
    color: #262339
}

.package-details .p-short-info .single-info .info-texts p {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px
}

.package-details .package-tab .nav-pills button.nav-link {
    margin-right: 20px;
    border: 2px solid #dd1e23;
    padding: 10px 36px;
    font-weight: 700;
    font-size: 20px;
    color: #262339
}

.package-details .package-tab .nav-pills button.nav-link i {
    margin-right: 8px;
    font-size: 22px
}

.package-details .package-tab .nav-pills button.nav-link i::before {
    vertical-align: middle
}

.package-details .package-tab .nav-pills button.nav-link.active {
    background: #dd1e23;
    color: #fff
}

.package-details .package-tab .p-tab-content {
    margin-top: 40px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-overview h5 {
    color: #006c9c;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-highlight {
    margin: 30px 0
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-highlight h5 {
    color: #262339;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-highlight ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-highlight ul li:last-child {
    margin-bottom: 0
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-highlight ul li i {
    color: #dd1e23;
    font-size: 20px;
    margin-right: 10px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table .table> :not(caption)>*>* {
    padding: 15px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td.table-bottom {
    font-weight: 700;
    font-size: 18px !important;
    color: #262339 !important;
    text-align: center
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td.table-bottom i {
    font-size: 24px;
    color: #dd1e23;
    margin-right: 10px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td.table-bottom i::before {
    vertical-align: middle
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td:first-child {
    font-weight: 700;
    font-size: 25px;
    color: #006c9c;
    text-align: center;
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td:last-child {
    font-weight: 600;
    font-size: 16px;
    color: #a5a5a5
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td:last-child ul.table-list-allow li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td:last-child ul.table-list-allow li i {
    color: #00c132;
    font-size: 20px;
    font-weight: 600;
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td:last-child ul.table-list-allow li i::before {
    vertical-align: middle
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td:last-child ul.table-list-disallow li {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td:last-child ul.table-list-disallow li i {
    color: red;
    font-size: 20px;
    font-weight: 600
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td:last-child ul.table-list-disallow li i::before {
    vertical-align: middle
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg {
    padding: 30px 0 100px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg h5 {
    color: #262339;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg .rating-card {
    border: 1px solid #eee;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg .rating-card .r-card-avarag {
    width: 40%;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg .rating-card .r-card-avarag h2 {
    font-weight: 700;
    font-size: 60px;
    color: #dd1e23
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg .rating-card .r-card-avarag h5 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg .rating-card .r-card-info {
    width: 60%;
    padding: 42px 38px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg .rating-card .r-card-info ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg .rating-card .r-card-info ul li:last-child {
    margin-bottom: 0
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg .rating-card .r-card-info ul li strong {
    font-weight: 700;
    font-size: 18px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-rationg .rating-card .r-card-info ul li ul li {
    color: #dd1e23;
    font-size: 20px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review ul li.p-review-card {
    margin-bottom: 50px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review ul li.p-review-card .p-review-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review ul li.p-review-card .p-review-info .p-reviewr-img {
    width: 75px;
    margin-right: 25px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review ul li.p-review-card .p-review-info .p-reviewr-img img {
    border-radius: 50%;
    width: 100%;
    border: 2px solid rgba(48, 79, 71, .2)
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review ul li.p-review-card .p-review-info .p-reviewer-info strong {
    color: #262339;
    font-size: 20px;
    font-weight: 700
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review ul li.p-review-card .p-review-info .p-reviewer-info ul.review-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review ul li.p-review-card .p-review-info .p-reviewer-info ul.review-star li {
    margin-right: 5px;
    color: #dd1e23
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review ul li.p-review-card .p-review-texts {
    margin-top: 25px;
    margin-bottom: 15px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review ul li.p-review-card a.r-reply-btn {
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    color: #dd1e23
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review ul li.p-review-card a.r-reply-btn i {
    font-size: 18px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input {
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input h5 {
    color: #262339;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 40px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input ul.input-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input ul.input-rating li i {
    font-size: 25px;
    color: #dd1e23;
    margin-right: 5px
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input input,
.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input textarea {
    margin-bottom: 40px;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #a5a5a5
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input input::-webkit-input-placeholder,
.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input textarea::-webkit-input-placeholder {
    color: #a5a5a5;
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input input:-ms-input-placeholder,
.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input textarea:-ms-input-placeholder {
    color: #a5a5a5;
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input input::-ms-input-placeholder,
.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input textarea::-ms-input-placeholder {
    color: #a5a5a5;
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input input::placeholder,
.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input textarea::placeholder {
    color: #a5a5a5;
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input input[type=submit] {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .75px;
    color: #fff;
    background: #dd1e23;
    padding: 14px 22px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-review-input input[type=submit]:hover {
    background: #211f20
}

.package-details .package-tab .p-tab-content .tab-content-2 h5 {
    font-size: 25px;
    font-weight: 700;
    color: #262339
}

.package-details .package-tab .p-tab-content .tab-content-2 .p-timeline-overview h5 {
    margin-bottom: 20px
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline {
    margin-top: 50px
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li:last-child .timeline-content {
    padding-bottom: 0
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li:last-child .timeline-index::before {
    display: none
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li .timeline-index {
    height: auto;
    margin-right: 30px;
    position: relative;
    z-index: 12
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li .timeline-index::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6px;
    z-index: -1;
    background: url(../images/package/p-shape.png) no-repeat;
    background-size: cover
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li .timeline-index .index-circle {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #dd1e23;
    border: 5px solid #cbd3d1
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li .timeline-index h5 {
    color: #fff
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li .timeline-content {
    padding-bottom: 40px
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li .timeline-content strong {
    color: #dd1e23;
    font-size: 18px;
    font-weight: 500
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li .timeline-content p {
    padding: 20px 0
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li .timeline-content ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    color: #a5a5a5
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li .timeline-content ul li i {
    font-size: 18px;
    color: #262339;
    margin-right: 10px
}

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li .timeline-content ul li i::before {
    vertical-align: middle
}

.single-grid-2 img {
    width: 100%
}

.single-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 24px;
    grid-template-areas: "g-img-sm-1 g-img-sm-2" "g-img-md g-img-md"
}

.single-grid .g-img-sm-1 img,
.single-grid .g-img-sm-2 img,
.single-grid .g-img-md img {
    width: 100%
}

.g-img-sm-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: g-img-sm-1
}

.g-img-sm-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: g-img-sm-2
}

.g-img-md {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: g-img-md
}

.blog-sidebar h5.categorie-head {
    font-weight: 700;
    font-size: 25px;
    color: #006c9c;
    margin-bottom: 30px
}

.blog-sidebar .sidebar-searchbox {
    padding: 30px 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px
}

.blog-sidebar .blog-categorie {
    padding: 30px 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px
}

.blog-sidebar .blog-categorie ul li {
    margin-bottom: 27px
}

.blog-sidebar .blog-categorie ul li:last-child {
    margin-bottom: 0
}

.blog-sidebar .blog-categorie ul li a {
    font-weight: 500;
    font-size: 18px;
    color: #a5a5a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog-sidebar .blog-categorie ul li a i {
    color: #211f20;
    font-size: 20px;
    margin-right: 7px
}

.blog-sidebar .blog-categorie ul li a:hover {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    color: #262339
}

.blog-sidebar .blog-popular {
    padding: 30px 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px
}

.blog-sidebar .blog-popular li.blog-card-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
}


.blog-sidebar .blog-popular li.blog-card-sm:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.blog-sidebar .blog-popular li.blog-card-sm:hover .blog-details-sm a.blog-title-sm {
    color: #262339
}

.blog-sidebar .blog-popular li.blog-card-sm .blog-img-sm img {
    max-width: 110px;
    border-radius: 10px;
    height: 90px;
}

.blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm {
    padding: 5px 0;
    margin-left: 15px;
    width: 100%
}

.blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm a.blog-title-sm {
    font-weight: 700;
    font-size: 16px;
    color: #211f20;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm .blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm .blog-info a.blog-date {
    margin-left: 8px
}

.blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm .blog-info a {
    font-weight: 700;
    font-size: 12px;
    color: #262339
}

.blog-sidebar .blog-popular li.blog-card-sm .blog-details-sm .blog-info a i ::before {
    font-size: 12px
}

.blog-sidebar .blog-tag {
    padding: 30px 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px;
    margin: 0 0 15px 0;
}

.blog-sidebar .blog-tag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-sidebar .blog-tag ul li a {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    display: inline-block;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 14px;
    color: #a5a5a5;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 5px;
    margin-bottom: 5px;
}

.blog-sidebar .blog-tag ul li a:hover {
    background: #f7921f;
    color: #fff;
    border: 1px solid transparent
}

.blog-sidebar .sidebar-banner {
    position: relative;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px;
    overflow: hidden
}

.blog-sidebar .sidebar-banner img {
    width: 100%
}

.blog-sidebar .sidebar-banner .sidebar-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(48, 79, 71, .85);
    height: 100%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px
}

.blog-sidebar .sidebar-banner .sidebar-banner-overlay h3 {
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px
}

.blog-sidebar .sidebar-banner .sidebar-banner-overlay .sidebar-banner-btn a {
    padding: 16px 32px;
    background: #006c9c;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .75px;
    color: #fff;
    display: inline-block
}

.blog-details h3.sub-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #262339
}

.blog-details .blog-title-xl h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #006c9c;
}

.blog-details .blog-title-xl .blog-info-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0
}

.blog-details .blog-title-xl .blog-info-xl a {
    font-weight: 500;
    font-size: 15px;
    color: #262339
}

.blog-details .blog-title-xl .blog-info-xl a i {
    font-size: 14px;
    color: #f7921f;
    margin-right: 6px;
    position: relative;
    top: -1px
}

.blog-details .blog-title-xl .blog-info-xl a i::before {
    vertical-align: middle
}

.blog-details .blog-img-xl {
    position: relative
}

.blog-details .blog-img-xl img {
    width: 100%
}

.blog-details .blog-img-xl .blog-date {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
    padding: 10px 20px;
    background: #211f20;
    position: absolute;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.blog-details .blog-img-xl .blog-date i {
    color: #dd1e23;
    margin-right: 6px
}

.blog-details .blog-texts {
    padding-bottom: 40px
}

.blog-details .blog-texts .blog-qoute {
    margin: 45px 0 45px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 7px solid #dd1e23;
    padding: 30px 15px;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 0 10px 10px 0
}

.blog-details .blog-texts .blog-qoute i.qoute-icon {
    color: #211f20;
    font-size: 75px;
    margin-right: 20px
}

.blog-details .blog-texts .blog-qoute strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .75px;
    color: #737679
}

.blog-details .blog-texts .blog-gallary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0
}

.blog-details .blog-texts .blog-gallary img {
    margin-right: 20px
}

.blog-details .blog-texts .blog-gallary img:last-child {
    margin-right: 0
}

.blog-details .blog-bottom {
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-details .blog-bottom .blog-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-details .blog-bottom .blog-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-details .blog-bottom .blog-tags ul li a {
    border: .5px solid #a4a4a4;
    border-radius: 3px;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 15px;
    color: #262339;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 10px
}

.blog-details .blog-bottom .blog-tags ul li a:hover {
    background: #211f20;
    color: #fff
}

.blog-details .blog-bottom .blog-tags h5 {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: .75px;
    color: #262339;
    margin-right: 20px
}

.blog-details .blog-bottom .blog-social ul li a {
    font-size: 15px;
    color: #dd1e23;
    margin-left: 18px
}

.blog-details .blog-comments {
    padding: 60px 0
}

.blog-details .blog-comments h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #262339;
    border-bottom: 2px solid #262339;
    display: inline-block
}

.blog-details .blog-comments ul li {
    margin-top: 50px
}

.blog-details .blog-comments ul li .commentor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-details .blog-comments ul li .commentor .commentotor-img {
    max-width: 75px;
    margin-right: 25px
}

.blog-details .blog-comments ul li .commentor .commentotor-img img {
    border-radius: 50%
}

.blog-details .blog-comments ul li .commentor .commentor-id span {
    margin-right: 10px
}

.blog-details .blog-comments ul li .commentor .commentor-id strong {
    font-weight: 700;
    font-size: 20px;
}

.blog-details .blog-comments ul li p.comment {
    padding: 20px 0 12px
}

.blog-details .blog-comments ul li span.reply-icon {
    font-weight: 700;
    font-size: 15px;
    color: #dd1e23
}

.blog-details .blog-comments ul li span.reply-icon i {
    font-size: 18px
}

.blog-details .blog-comments ul li span.reply-icon i::before {
    vertical-align: middle
}

.blog-details .blog-reply {
    background: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px;
    padding: 50px
}

.blog-details .blog-reply h5 {
    font-weight: 700;
    font-size: 25px;
    color: #262339;
    padding-bottom: 40px
}

.blog-details .blog-reply input,
.blog-details .blog-reply textarea {
    margin-bottom: 40px;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    color: #a5a5a5
}

.blog-details .blog-reply input::-webkit-input-placeholder,
.blog-details .blog-reply textarea::-webkit-input-placeholder {
    color: #a5a5a5;
}

.blog-details .blog-reply input:-ms-input-placeholder,
.blog-details .blog-reply textarea:-ms-input-placeholder {
    color: #a5a5a5;
}

.blog-details .blog-reply input::-ms-input-placeholder,
.blog-details .blog-reply textarea::-ms-input-placeholder {
    color: #a5a5a5;
}

.blog-details .blog-reply input::placeholder,
.blog-details .blog-reply textarea::placeholder {
    color: #a5a5a5;
}

.blog-details .blog-reply input[type=submit] {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .75px;
    color: #fff;
    background: #dd1e23;
    padding: 14px 22px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0
}

.blog-details .blog-reply input[type=submit]:hover {
    background: #211f20
}

.error-wrapper {
    text-align: center;
    overflow-x: hidden
}

.error-wrapper h1 {
    font-size: 80px;
    font-weight: 700;
    color: #262339;
    margin-bottom: 60px
}

.error-wrapper h2 {
    margin-top: 100px;
    font-weight: 700;
    font-size: 44px;
    color: #262339
}

.error-wrapper .error-btn {
    margin-top: 60px
}

.error-wrapper .error-btn a {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    background: #dd1e23;
    padding: 18px 50px;
    border-radius: 10px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.error-wrapper .error-btn a:hover {
    background: #211f20
}

.faq-wrap .accordion-box h5 {
    font-weight: 700;
    font-size: 35px;
    color: #006c9c;
    margin-bottom: 40px
}

.faq-wrap .accordion-box .accordion-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 20px
}

.faq-wrap .accordion-box .accordion-item .accordion-body {
    border: 1px solid #eee;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .75px;
    color: #737679;
    padding: 30px
}

.faq-wrap .accordion-box .accordion-item button {
    background: #f7921f;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 24px
}

.faq-wrap .accordion-box .accordion-item button i {
    font-size: 24px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.faq-wrap .accordion-box .accordion-item button:not(.collapsed) i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-wrap .accordion-box .accordion-item button::after {
    display: none
}

.faq-wrap .accordion-box .accordion-item button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.ask-inputs {
    background: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px;
    padding: 30px
}

.ask-inputs h5 {
    font-weight: 700;
    font-size: 25px;
    color: #006c9c;
    margin-bottom: 30px
}

.ask-inputs input,
.ask-inputs textarea {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    color: #a5a5a5
}

.ask-inputs input::-webkit-input-placeholder,
.ask-inputs textarea::-webkit-input-placeholder {
    color: #a5a5a5;
}

.ask-inputs input:-ms-input-placeholder,
.ask-inputs textarea:-ms-input-placeholder {
    color: #a5a5a5;
}

.ask-inputs input::-ms-input-placeholder,
.ask-inputs textarea::-ms-input-placeholder {
    color: #a5a5a5;
}

.ask-inputs input::placeholder,
.ask-inputs textarea::placeholder {
    color: #a5a5a5;
}

.ask-inputs input[type=submit] {
    margin-top: 15px;
    font-weight: 700;
    font-size: 17px;
    line-height: 170%;
    color: #fff;
    background: #006c9c;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ask-inputs input[type=submit]:hover {
    background: #f7921f;
}

.gallary-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 24px;
    grid-template-areas: "img-sm-1 img-sm-2" "img-xxl img-xxl"
}

.gallary-grid .img-sm-1 img,
.gallary-grid .img-sm-2 img,
.gallary-grid .img-xxl img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.img-sm-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img-sm-1
}

.img-sm-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: img-sm-2
}

.img-xxl {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: img-xxl
}

.gallary-grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 24px;
    grid-template-areas: "img-xl img-sm-3" "img-xl img-sm-4"
}

.gallary-grid-2 .img-xl img,
.gallary-grid-2 .img-sm-3 img,
.gallary-grid-2 .img-sm-4 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.img-xl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: img-xl
}

.img-sm-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: img-sm-3
}

.img-sm-4 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: img-sm-4
}

.contact-card {
    margin-top: 30px;
    padding: 25px;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 10px;
    min-height: 181px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 191px;
}

.contact-card:hover::after {
    background: #f7921f;
}

.contact-card::after {
    position: absolute;
    content: "";
    top: -65px;
    left: -11%;
    display: block;
    width: 126px;
    height: 180px;
    background: #006c9c;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s
}

.contact-card .contact-icon {
    min-width: 100px;
    position: relative;
    z-index: 10
}

.contact-card .contact-icon i {
    font-size: 55px;
    color: #fff
}

.contact-card .contact-info {
    padding: 12px 0
}

.contact-card .contact-info h5 {
    font-weight: 700;
    font-size: 26px;
    color: #006c9c;
    margin-bottom: 10px
}

.contact-card .contact-info p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #a5a5a5
}

.contact-card .contact-info p a {
    color: #000;
}

.contact-card .contact-info ul.contact-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.contact-card .contact-info ul.contact-icons li {
    margin-right: 20px
}

.contact-card .contact-info ul.contact-icons li:last-child {
    margin-right: 0
}

.contact-card .contact-info ul.contact-icons li a i {
    font-size: 28px;
    color: #a5a5a5;
    -webkit-transition: all .3s;
    transition: all .3s
}

.contact-card .contact-info ul.contact-icons li a i:hover {
    color: #dd1e23
}

.contact-inputs .contact-details h5.contact-d-head {
    font-weight: 700;
    font-size: 25px;
    color: #006c9c;
    margin-bottom: 30px
}

.contact-inputs .contact-details ul.office-clock {
    margin-top: 40px
}

.contact-inputs .contact-details ul.office-clock li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.contact-inputs .contact-details ul.office-clock li .clock-icon {
    font-size: 45px;
    margin-right: 20px
}

.contact-inputs .contact-details ul.office-clock li .clock-info h5 {
    font-weight: 700;
    font-size: 25px;
    color: #dd1e23;
    line-height: 38px
}

.contact-inputs .contact-details ul.office-clock li .clock-info p {
    font-size: 20px;
    line-height: 30px
}

.contact-inputs .contact-form h5.contact-d-head {
    font-weight: 700;
    font-size: 25px;
    color: #006c9c;
    margin-bottom: 30px
}

.contact-inputs .contact-form input,
.contact-inputs .contact-form textarea {
    margin-bottom: 40px;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    color: #a5a5a5
}

.contact-inputs .contact-form input::-webkit-input-placeholder,
.contact-inputs .contact-form textarea::-webkit-input-placeholder {
    color: #a5a5a5;
}

.contact-inputs .contact-form input:-ms-input-placeholder,
.contact-inputs .contact-form textarea:-ms-input-placeholder {
    color: #a5a5a5;
}

.contact-inputs .contact-form input::-ms-input-placeholder,
.contact-inputs .contact-form textarea::-ms-input-placeholder {
    color: #a5a5a5;
}

.contact-inputs .contact-form input::placeholder,
.contact-inputs .contact-form textarea::placeholder {
    color: #a5a5a5;
}

.contact-inputs .contact-form input[type=submit] {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .75px;
    color: #fff;
    background: #006c9c;
    padding: 11px 22px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0
}

.contact-inputs .contact-form input[type=submit]:hover {
    background: #f7921f;
}

.form-group .input-field {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    cursor: pointer;
    color: #353535;
    outline: none;
    border: none;
    border-radius: .2rem;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.form-group .input-field:focus {
    outline: none
}

.ui-datepicker {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem .3rem rgba(0, 0, 0, .2);
    box-shadow: 0 .125rem .3rem rgba(0, 0, 0, .2);
    margin-top: .25rem;
    padding: .5rem;
    z-index: 2222 !important;
}

.ui-datepicker-calendar table {
    border-collapse: collapse;
    border-spacing: 0
}

.ui-datepicker-calendar thead th {
    padding: .25rem 0;
    text-align: center;
    font-size: .8rem;
    font-weight: 400;
    color: #353535
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0
}

.ui-datepicker-calendar tbody td a {
    display: block;
    line-height: 2rem;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #262339;
    font-size: .875rem;
    text-decoration: none;
    width: 2rem;
    height: 2rem;
    line-height: 2rem
}

.ui-datepicker-calendar tbody td a:hover {
    background: #dd1e23;
    color: #fff
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background: #dd1e23;
    color: #fff
}

.ui-datepicker-calendar tbody td a.ui-state-highlight {
    color: #dd1e23;
    border: 1px solid #dd1e23
}

.ui-datepicker-header a span {
    display: none
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: .5rem;
    border-radius: .5rem
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0
}

.ui-datepicker-header a.ui-datepicker-prev::after {
    content: "\2039";
    font-size: 1.5rem;
    color: #262339
}

.ui-datepicker-header a.ui-datepicker-next {
    right: -20px
}

.ui-datepicker-header a.ui-datepicker-next::after {
    content: "\203A";
    font-size: 1.5rem;
    color: #262339
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: .25rem;
    color: #262339
}

.ui-datepicker-week-col {
    color: #262339;
    font-weight: 400;
    font-size: .75rem
}

.contact-details {
    padding: 30px;
    background: #eee;
}

.section-title.title-style-center_text {
    text-align: center;
    margin-bottom: 22px;
}

.section-title h2.title {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}

.show-more-height {
    height: 69px;
    overflow: hidden;
}

.show-more {
    cursor: pointer;
    text-align: center;
    margin: 5px auto;
    color: #f7921f;
    font-size: 20px;
}

.blog_page_blocks .blog-card-xl .blog-img {
    height: 200px;
}

.blog_page_blocks .blog-card-xl .blog-img .blog-date {
    left: 30%;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
}

.blog_page_blocks .blog-card-xl .blog-details a.blog-title {
    margin: 10px 0;
    font-size: 17px;
    line-height: 24px;
}

.blog_page_blocks .blog-card-xl {
    margin-top: 0;
    margin-bottom: 20px;
}


.pricing-table h4 {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
    margin: 10px 0 20px 0;
    font-weight: 700;
}

.div--style--price {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 50px;
}

.div--style--price span {
    float: left;
    width: 30%;
    background: #dd1e23;
    font-size: 22px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    color: #fff;
    font-weight: bold;
}

.div--style--price p {
    float: left;
    width: 70%;
    padding: 20px 0 0 0;
    text-align: center;
    min-height: 100px;
    line-height: 34px;
    margin: 0;
}

.div--style--price p strong {
    display: block;
    font-size: 36px;
    color: #000;
}

.add--to--fav {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 24px;
    z-index: 3;
}

.add--to--fav a {
    color: #f7921f;
}

.remove--fav {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
}

.remove--fav a {
    background: red;
    color: #fff;
    padding: 3px 15px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: bold;
}

.remove--fav a:hover {
    background: #fff;
    color: red;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.tp-range-slider .inside-slider {
    padding-left: 7px;
    padding-right: 17px;
}

.tp-range-slider .noUi-target {
    background-color: #191C3C;
    border-radius: 12px;
    border: 0;
    box-shadow: none;
}

.tp-range-slider .noUi-connect {
    background-color: #0989FF;
}

.tp-range-slider .noUi-horizontal {
    height: 6px;
}

.tp-range-slider .noUi-handle:hover {
    cursor: pointer;
}

.tp-range-slider .noUi-handle::before,
.tp-range-slider .noUi-handle::after {
    display: none;
}

.tp-range-slider-dark .noUi-handle {
    border: 4px solid #2D314B;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max,
.ui-spinner-up {
    top: 0;
}

.tp-shop-widget-title {
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.tp-shop-widget-title.no-border {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 14px;
}

.tp-shop-widget-filter .ui-widget.ui-widget-content {
    height: 3px;
    background-color: #EDEDED;
    border: 0;
}

.tp-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
    background-color: #0989FF;
}

.tp-shop-widget-filter .ui-slider .ui-slider-handle {
    top: -7px;
    width: 5px;
    height: 17px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #0989FF;
}

.tp-shop-widget-filter-info .input-range input {
    width: auto;
    height: auto;
    background-color: transparent;
    color: black;
    padding: 0;
    border: 0;
    font-weight: 500;
    font-size: 14px;
}

.tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
    font-weight: 400;
    font-size: 14px;
    color: black;
    background-color: #F5F5F5;
    padding: 2px 21px;
}

.tp-shop-widget-filter-info .tp-shop-widget-filter-btn:hover {
    color: white;
    background-color: black;
}

.validation-error {
    color: red !important;
}

.error-message {
    color: #f7921f !important;
}

.style_contact_details {
    text-align: center;
    background: none;
}

.checkiconThanks {
    font-size: 70px !important;
    color: green !important;
}

.desc {
    max-height: 80px;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    -o-transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    text-align: left;
}

.desc.show {
    max-height: none;
    overflow: auto !important;
    transition: 1s all ease-in-out;
}

#show-more-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 5px;
    font-weight: 500;
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
}

.testimonials-item {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid #262339;
    margin-left: 10px;
    margin-top: 20px;
    box-shadow: 1px 2px 5px 8px #eee;
    position: relative;
}

.testimonials-bio img {
    width: 70px !important;
    height: 70px !important;
}

.testimonials-info p {
    color: #f7921f !important;
    font-size: 1.75rem;
}

.choose_img img {
    width: 107px;
    height: 107px;
    text-align: center;
}


.why_choose_us_card p {
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}

.why_choose_us_card {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: 0.5s all ease-in-out;
    height: 325px;
}

.why_choose_us_card:hover {
    background: #f7921f;
    border-color: #f7921f;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    transform: scale(1.05);
}

.why_choose_us_card:hover.why_choose_us_card p {
    color: #fff;
}

.why_choose_us_card h3 {
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 10px 0;
    color: #006c9c;
}

.why_choose_us_card:hover.why_choose_us_card h3 {
    color: #fff;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.why_choose_us_card:hover.why_choose_us_card .choose_img img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.button--antiman {
    background: none;
    border: none;
    border-radius: 10px;
    color: #fff;
}

.button--antiman.button--inverted,
.button--antiman.button--inverted-alt {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--antiman>span {
    padding-left: 0.35em;
}

.button--antiman::before,
.button--antiman::after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--antiman::before {
    border: 2px solid #37474f;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.button--antiman.button--border-thin::before {
    border-width: 1px;
}

.button--antiman.button--border-medium::before {
    border-width: 2px;
}

.button--antiman.button--border-thick::before {
    border-width: 3px;
}

.button--antiman.button--inverted::before {
    border-color: #f7921f;
}

.button--antiman::after {
    background: #fff;
}

.button--antiman.button--inverted::after {
    background: #006c9c;
}

.button--antiman.button--inverted:hover {
    color: #006c9c !important;
}

.button--antiman:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.button--antiman:hover::after {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.package-title span a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 10px;
    box-shadow: 1px 2px 20px 3px #eee;
    border-radius: 15px;
}

.package-title span a {
    background-color: #006c9c;

}

.package-details-wrapper .package-details .package-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

.package-title .top__package-header {
    display: flex;
    justify-content: flex-end;
}

.form__check {
    padding-left: 0.5em !important;
}

.add_banners .AddOne {
    background-position: unset;
    background-size: cover;
    height: 627px;
    border-radius: 11px;
    border: 4px solid #dd1e23;
}

.add_banners .AddOne .add_content {
    position: relative;
}

.add_banners .AddOne .add_content .close_icon,
.AddTwo .add_content .close_icon {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0.5px solid rgba(221, 221, 221, 1);
}

.add_banners .AddOne .add_content .close_icon i,
.AddTwo .add_content .close_icon i {
    color: rgba(0, 51, 102, 1);
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}

.add_banners .AddOne .add_content .close_icon,
.AddTwo .add_content .close_icon {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0.5px solid rgba(221, 221, 221, 1);
}

.add_banners .AddOne .add_content .close_icon i,
.AddTwo .add_content .close_icon i {
    color: rgba(0, 51, 102, 1);
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}

.add_banners .AddOne .add_link,
.AddTwo .add_link {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 100%;
}

.add_banners .AddOne .add_link a,
.AddTwo .add_link a {
    background: rgba(1, 168, 195, 1);
    padding: 11px 16px;
    border-radius: 4px;
    /* font-family: "Cairo", sans-serif; */
    font-size: 17px;
    line-height: 19px;
    color: #fff !important;
}

.add_banners .AddOne .add_link a,
.AddTwo .add_link a {
    background: rgba(1, 168, 195, 1);
    padding: 11px 16px;
    border-radius: 4px;
    /* font-family: "Cairo", sans-serif; */
    font-size: 17px;
    line-height: 19px;
    color: #fff !important;
}

.top__package-header strong {
    font-weight: 700 !important;
    font-size: 25px;
    color: #262339 !important;
    margin-bottom: 30px;
}

/*============================================================ 
                    start tab section for subcategory
============================================================*/
.tab-section {
    background: #f9f9f9;
}

.travel-tab {
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 13px 48px 0px rgb(153 110 59 / 20%);
    background: var(--white-color);
    width: fit-content;
    margin-inline: auto;
}

.travel-tab-btn {
    color: var(--second-color);
    font-size: 16px;
    font-weight: 600;
    /* font-family: 'Poppins', sans-serif; */
    letter-spacing: 0.5px;
    padding: 1rem;
    line-height: 1.5;
}

.travel-tab-btn.nav-link:hover {
    color: var(--main-color) !important;
}

.nav-tabs .nav-link.nav-link.travel-tab-btn.active {
    color: var(--main-color);
    border-top: none;
}

/*============================================================ 
                      end tab section for subcategory
  ============================================================*/

.package-card .package-details.package-details-pak {
    padding: 20px 15px;
}

.blog__cart {
    border-radius: 6px;
    background-color: #f9f9f9 !important;
    border-left: 6px solid #006c9c !important;
    border-bottom: 2px solid #ddd !important;
    margin-bottom: 20px;
    padding: 15px 30px !important;
    border-top: none !important;
    border-right: none !important;
}

.blog__cart__title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog__cart ol li a {
    font-size: 20px;
    color: #006c9c;
    font-weight: 600;
}

.blog__cart ol li {
    margin-bottom: 7px;
    font-size: 21px;
    font-weight: bold;
    margin-left: 9px;
}

.blog-body h3 {
    font-size: 24px;
    font-weight: 600;
    color: #041126;
    margin-bottom: 10px;
    margin-top: 14px;
}

.itineraries-tab {
    border: 1px solid #eee;
    border-radius: 10px;
    width: fit-content;
    margin-block: 20px;
    background-color: #fff;
}

.itineraries-tab .itineraries-btn.active {
    border: none !important;
    border-bottom: 1px solid #f08080 !important;
    background: #006c9c;
    color: #fff;
}

.itineraries-tab {
    border: 1px solid #fff;
    border-radius: 10px;
    width: fit-content;
    margin-block: 20px;
    background-color: rgba(255, 255, 255, .2);
    padding: 16px;
    gap: 8px;
}

.itineraries-btn {
    color: var(--second-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 1rem 2rem;
    line-height: 1.5
}

.itineraries-tab .itineraries-btn {
    border: none !important;
    border-bottom: 1px solid var(--second-color) !important;
    background-color: #c4d6ddde;
}

.itineraries-tab .itineraries-btn.active {
    border: none !important;
    border-bottom: 1px solid #211f20 !important;
    background: #006c9c;
    color: #fff;
}

.itinerary-door {
    border: 1px solid #eee;
    padding: .75rem 1rem;
    color: var(--main-color);
    font-size: 16px;
    float: right;
    border-radius: 20px;
    box-shadow: 1px 2px 3px 5px #eee;
    transition: .5s ease-in-out;
    letter-spacing: 1px;
    position: absolute;
    right: 1rem;
}

.itinerary-door.close-itinerary {
    transition: .5s ease-in-out;
    background-color: #fff;
    color: #000;
}

button.accordion-button.collapsed {
    font-weight: 600;
    font-size: 16px
}

button.accordion-button {
    font-weight: 600;
    font-size: 16px;
    color: var(--black-color)
}

.notes-accordion-content .itineraries-btn.nav-link:hover {
    color: var(--main-color) !important
}

.notes-accordion-content .nav-tabs .nav-link.nav-link.itineraries-btn.active {
    color: var(--main-color);
    border-top: none;
    transform: scale(1.05)
}

.notes-accordion-content .accordion-button:focus,
.notes-accordion-content .accordion-button:not(.collapsed) {
    outline: 0;
    border-color: transparent;
    box-shadow: none;
    background-color: #eee;
    color: var(--main-color)
}

.notes-accordion-content .accordion-button::after {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: var(--main-color);
    background-image: none !important;
    content: "\f068";
    font: var(--fa-font-solid);
    color: var(--white-color);
    line-height: 25px;
    text-align: center
}

.notes-accordion-content .accordion-button.collapsed::after {
    background-color: var(--second-color);
    font: var(--fa-font-solid);
    content: "\2b";
    color: var(--white-color);
    line-height: 25px;
    text-align: center
}

.accordion-two .accordion-item .accordion-button {
    padding: 10px 0 20px;
    background: 0 0;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.accordion-two {
    position: relative;
    padding-left: 50px
}

.accordion-two:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 30px;
    background: #eee;
    width: 1px;
    height: calc(100% - 50px);
}

.accordion-two .accordion-item {
    border: none;
    border-radius: 0;
    position: relative;
    margin-bottom: 15px;
    background: 0 0
}

.accordion-two .accordion-item:before {
    color: #fff;
    font-size: 14px;
    font: var(--fa-font-solid);
    content: "\f00c";
    position: absolute;
    left: -50px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: var(--main-color);
    line-height: 30px;
    border-radius: 50%;
    text-align: center
}

.accordion-button:focus {
    border: none;
    box-shadow: none
}

.accordion-two .accordion-item .accordion-button:after {
    background-image: none !important;
    width: auto;
    height: auto;
    border: none;
    font-size: 16px !important;
    font-weight: 400;
    content: "\f068";
    font: var(--fa-font-solid);
    color: var(--white-color);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px;
    border-radius: 100%;
    background-color: var(--main-color);
    padding: 5px;
    right: 1rem;
    position: absolute;
    top: 26px;
}

.accordion-two .accordion-item .accordion-button.collapsed:after {
    content: "\2b";
    font: var(--fa-font-solid);
    color: var(--white-color);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    border-radius: 100%;
    background-color: var(--second-color)
}

.accordion-two .accordion-item .accordion-body {
    padding: 5px 0 0
}

.accordion-two .accordion-item .accordion-body img {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    width: 100%;
    height: 150px;
    object-fit: cover
}

figure.image img {
    border-radius: 20px !important;
    height: 200px !important
}

.tab-content {
    box-shadow: 1px 6px 20px 10px #eee;
    border-radius: 20px;
}

.accordion-two {
    position: relative;
    margin-top: 27px;
    padding-left: 35px;
}

/* .itinerary-door.close-itinerary {
    background-color: #000;
    color: #fff;
} */

.package_details {
    height: 195px;
}

.package-card .package-details h3.tit-pak {
    height: 60px;
}

.package-card .package-thumb {
    overflow: hidden;
    height: 250px;
    display: flex;
    align-items: center;
    position: relative;
}

.package-card .package-details.package-details-pak {
    padding: 20px 15px;
}

.package-card .package-details h3.tit-pak.main--tit--tours {
    font-size: 15px;
    line-height: 22px;
    height: 50px;
}

.blog-card .blog-details a.blog-title {
    height: 90px;
}

.blog-card .blog-img .blog-date {
    top: 6px;
    left: 21%;
}

.page-heading h2 {
    margin-bottom: 5px;
}

.package-card .package-details p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-sidebar .blog-popular li.blog-card-sm .blog-img-sm img {
    width: 110px;
}

.package__sidebar {
    /* position: relative; */
    margin-top: 17px;
    /* float: right; */
    border: 2px solid #006c9c;
    border-radius: 5px;
    position: sticky;
    top: 150px;
}


.package-slider-wrap {
    height: 401px;
}

.tour-details-title h2 {
    font-size: 29px;
}

.itineraries-tab {
    flex-wrap: nowrap;
}

.itineraries-btn {
    padding: 6px;
}

.itinerary-door {
    padding: 4px;
    border-radius: 7px;
}

.testimonials-bio {
    margin-top: -16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.testimonial_title {
    margin-bottom: 8px;
    color: #006c9c;
    font-size: 23px;
}

.package-tab p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
    margin-top: 11px;
}

.package-tab ul li {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td:last-child ul.table-list-allow li {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr td:last-child ul.table-list-disallow li {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.block--city-tailor {
    padding: 12px;
    border-radius: 20px;
}

.block--city-tailor img {
    border-radius: 5px;
    margin-bottom: 8px;
}

.btn-common {
    display: inline-block;
    padding: 16.5px 32.5px;
    background: #211f20;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.select--travel p {
    text-align: center !important;
}

.select--travel h3 {
    text-align: center !important;
    color: #006c9c;
}

.card_tailorMade {
    display: flex !important;
    justify-content: space-around !important;
}

.select--travel {
    box-shadow: -4px -4px 16px #00000014, 4px 8px 16px #00000014 !important;
}

.form_grid .title {
    font-size: 29px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.form__group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-input-title {
    color: #006c9c;
    font-weight: 500;
    display: block;
    bottom: -11px;
    position: relative;
    margin-left: 12px;
    font-size: 15px;
}

.inputContainer {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.bambino-input input {
    padding-left: 20px;
    margin-bottom: 10px;
}

.bambino-input label {
    z-index: 1;
    position: absolute;
    top: -1.3rem;
    left: 0.75rem;
    font-size: 13px;
    background: #fff;
    padding: 0 .5rem;
    color: #22386c;
}

.package-d-sidebar .p-sidebar-form select {
    margin-bottom: 10px !important;
}

ul.fields li {
    list-style: none;
}

.btn_primary {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 9;
    padding: 11px 64px 11px 46px;
    background: #006c9c;
    border-radius: 5px;
    text-align: center;
    left: 32%;
}

.btn:hover {
    color: #fff !important;
}

ul.fields {
    position: absolute;
    bottom: 16px;
    right: 10px;
}

.block--city-tailor span {
    color: #000;
    font-weight: 600 !important;
    font-size: 17px !important;
    text-transform: none !important;
    padding: 0 !important;
}

.single-grid-2 p {
    position: absolute;
    color: #dd1e23;
    font-size: 20px;
    font-weight: 700;
    bottom: 4%;
    left: 17px;
    padding: 12px;
    border-radius: 12px;
}

.single-grid-2 .more_photos {
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    left: 0;
    background-color: #006c9c;
    bottom: -91%;
    border-radius: 0;
    text-align: center;
}

.package-details .package-thumb .single-grid-2 {
    position: relative !important;
}

.radius-top-left-right-288 {
    width: 600px;
    height: 540px;
    object-fit: cover;
    border-radius: 20px;
}

.we-image-box,
.we-one_content-box {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.breadcrumb-links li {
    list-style: none;
}

.blog-card-xl {
    margin-top: 25px;
    -webkit-box-shadow: 0 0 30px rgba(17, 17, 17, .08);
    box-shadow: 0 0 30px rgba(17, 17, 17, .08);
    border-radius: 0 0 3px 3px;
    margin-bottom: 25px;
}

.cmt-bgcolor-skincolor {
    margin: 0 0 25px 0 !important;
}

.package-details .package-thumb img {
    border-radius: 10px !important;
}

.blog-tag ul li {
    list-style: none;
}

.blog-sidebar .sidebar-banner {
    height: 246px;
}

.blog-sidebar .sidebar-banner img {
    width: 100%;
    height: 249px;
}

.blog-sidebar .sidebar-banner .sidebar-banner-overlay h3 {
    margin-bottom: 27px;
}

.block--city-tailor img {
    width: 278px !important;
    height: 116px !important;
    border-right: 1px solid #ddd;
}

.section-title h2.title {
    font-weight: 500;
    font-size: 30px;
}

.breadcrumb-area .breadcrumb-wrap h1 {
    font-weight: 700;
    font-size: 28px;
}

.footer-social-icons ul li {
    list-style: none;
}

.achievement-card-2 {
    height: 260px;
}

.rlr-product-card--featured {
    display: inline-block;
    padding: 11px 20px 11px 23px;
    background: #006c9c;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 9;
    border: none;
}

.section-head.head-left {
    text-align: left;
    margin-top: 19px;
}

.fa-xl {
    font-size: 1.5em;
    line-height: 2.04167em !important;
    vertical-align: -.125em;
}

.blog-area {
    margin-top: 25px;
}

.package-sidebar-wrapper {
    margin-bottom: 50px;
}

.package-details-wrapper {
    padding-top: 3rem !important;
}

.contact__head {
    font-family: quicksand, sans-serif;
    font-style: normal;
    color: #262339;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 15px;
}

.checkiconThanks {
    font-size: 39px !important;
    color: #fff !important;
    padding: 6px;
    border-radius: 50%;
    background-color: #f7921f;
    margin-top: 19px;
}

/*======================================================
  start menu box
  ======================================================*/
.menu-mobile-fixed {
    position: fixed;
    bottom: 0;
    padding: 20px 20px 10px 20px;
    background: #fff;
    width: 100%;
    left: 0;
    border-top: 1px solid #ddd;
    box-shadow: -1px -3px 30px 0 rgba(0, 0, 0, .1);
    z-index: 2222222222;
}

.menu-mobile-fixed a {
    color: #032040;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
}

.menu-mobile-fixed a i {
    font-size: 18px;
}

/*======================================================
    end menu box
   ======================================================*/


@media (min-width: 1280px) and (max-width: 1440px) {}

@media (max-width: 767.98px) {

    .we-one_content-box h2 {
        font-size: 33px;
    }

    .we-one_content-box p {
        margin-top: 10px;
    }

    .radius-top-left-right-288 {
        width: 315px;
        height: 402px;
        object-fit: cover;
        border-radius: 20px;
    }

    .we-one_content-box ul li {
        margin-top: 10px;
    }

    .we-image-box,
    .we-one_content-box {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .section_heading_center h2 {
        font-size: 25px;
    }

    .select--travel {
        padding: 10px;
    }

    .card_tailorMade {
        flex-direction: column;
    }

    .form_grid {
        padding: 15px !important;
    }

    .form__control {
        margin-bottom: 11px;
    }

    .achievement-card-2 {
        height: 265px;
    }

    .ask-inputs {
        margin-top: 21px;
    }

    .main-nav {
        background: #fff !important;
    }

    .main-nav>ul>li>a {
        color: #000000 !important;
    }

    .navber-logo-sm img {
        width: 177px;
        height: 79px;
    }

    .breadcrumb-wrap h2 {
        font-size: 29px;
        line-height: 33px;
    }

    .p-sidebar-form {
        margin-top: 0 !important;
    }

    .section-title h2.title {
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .breadcrumb-area .breadcrumb-wrap h1 {
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 11px;
    }

    .page-heading h2 {
        margin-bottom: 5px;
        font-size: 23px;
    }

    .tailor_made_header a {
        font-weight: 700;
        color: #000;
        font-size: 13px;
        margin: 0 18px 0 0 !important;
        display: block;
        padding: 11px 0 !important;
    }

    .main-nav .fl {
        color: #000 !important;
    }

    header .header-area .main-nav ul li ul.sub-menu>li a.sub-item {
        color: #000000 !important;
    }

    .section-head h2 {
        font-size: 22px !important;
        line-height: 33px !important;
    }

    .pb-45 {
        padding-bottom: 26px;
    }

    .mb-40 {
        margin-bottom: 22px;
    }

    .package-card .package-details h3.tit-pak {
        height: 87px;
    }

    .package_details {
        height: 205px;
    }

    .package-slider-wrap .pakage-overlay {
        padding-top: 3px !important;
    }

    .package-slider-wrap .pakage-overlay strong {
        font-size: 21px !important;
        line-height: 33px;
    }



    .package-slider-wrap {
        margin: 0 auto;
        margin-top: 20px;
        height: 244px;
    }

    .package-slider-wrap .pakage-overlay {
        background: #00000000 !important;
        box-shadow: none !important;
    }

    .destinations-area .row.owl-carousel.destinations-1.owl-loaded.owl-drag .owl-nav button.owl-next {
        top: 11% !important;
        left: 3.1% !important;
    }

    .destinations-area .row.owl-carousel.destinations-1.owl-loaded.owl-drag .owl-nav button.owl-prev {
        top: 11% !important;
        left: 10px !important;
    }

    .destinations-area .row.owl-carousel.destinations-1.owl-loaded.owl-drag .owl-nav button.owl-next {
        display: none;
    }

    .des_break h3 {
        font-weight: 700 !important;
        font-size: 16px !important;
    }

    .break_page {
        position: relative;
        min-height: 333px !important;
    }

    .blog-card .blog-details {
        padding: 10px 20px !important;
        height: 206px !important;
    }

    .ask-inputs {
        padding: 12px !important;
    }

    .why_choose_us_card {
        margin-bottom: 12px;
    }

    .faq-wrap .accordion-box .accordion-item .accordion-body {
        padding: 18px;
    }

    .ask-inputs h5 {
        margin-bottom: 20px;
    }

    .ask-inputs input,
    .ask-inputs textarea {
        margin-bottom: 18px;
    }

    .about-wrapper .about-wrapper-right {
        margin-top: 0 !important;
    }

    .block--city-tailor img {
        width: 322px !important;
    }

    .select--travel {
        box-shadow: none !important;
        padding: 0 !important;
    }

    .form-control {
        margin-bottom: 7px;
    }

    .breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links {
        flex-wrap: wrap;
    }

    .blog-sidebar .blog-popular {
        padding: 17px 13px;
    }

    .travel__styles {
        flex-direction: column-reverse;
    }

    .package-sidebar {
        margin-top: 0 !important;
    }

    .package-details .package-header .package-title h3 {
        font-size: 20px !important;
    }

    .package-title .top__package-header {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .single-grid-2 a {
        left: 0;
    }

    .itineraries-tab {
        flex-wrap: wrap;
    }

    .accordion-two .accordion-item .accordion-button:after {
        top: 30px;
    }

    .package-details-wrapper {
        padding-top: 0rem !important;
    }

    .package-details .package-thumb .slider--view a {
        /* height: 192px; */
        height: 164px !important;
    }

    .package-details .package-thumb .single-grid-2 {
        height: 212px !important;
    }

    .package-details .package-tab .p-tab-content .tab-content-1 .p-details-table tr {
        display: flex;
        flex-direction: column;
    }

    .accordion-two .accordion-item .accordion-button:after {
        top: 46px;
        right: 0;
    }



}

@media (max-width: 767.98px) {
    .stickyTour {
        position: fixed;
        display: block !important;
        top: -17px;
        background: #fff;
        padding: 1rem;
        z-index: 5;
        box-shadow: 0 1px 10px 10px rgb(0 0 0 / .1);
    }
}

.header-navigation .btn-effect {
    animation: 2s 2s infinite shake
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(3px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.inq_btn {
    position: fixed;
    bottom: 0;
    display: block;
    padding: 16px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 75px;
    background: #dbdbdb;
    border-radius: 8px 8px 0 0;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 100
}

.inq_btn button {
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    background-color: #ff681a !important;
    padding: 14px;
    border-radius: 8px;
    animation: 2s 2s infinite shake
}

.btn-effect {
    border-radius: .5em;
    background-color: #f7921f;
    color: #fff;
    letter-spacing: .1em;
    text-align: center;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    padding: 10px;
    border: none;
    min-width: 150px;
    margin: 9px 7px;
    width: fit-content
}

a.tourPrice {
    font-size: 16px;
    color: #2b3b56;
    border: 1px solid #2b3b56;
    padding: 9px;
    border-radius: 10px;
    font-weight: 600
}


@media (max-width:767.98px) {
    .stickyTour {
        position: fixed;
        display: block !important;
        top: -1px;
        background: #fff;
        /* padding: 1rem; */
        padding: 19px;
        z-index: 9999;
        box-shadow: 0 1px 10px 10px rgb(0 0 0 / .1)
    }

    .show-price-new .is-fixed {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
        background: #ffffff !important;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        -webkit-transition: .6s;
        transition: .6s
    }

}

.show-price-new {
    display: none;
}

@media (max-width: 480px) {
    .show-price-new {
        display: block;
    }

    .header-navigation {
        top: 0;
        background: #fff;
        position: relative;
        display: none;
        box-shadow: 0 0 10px;
        /* padding: 15px 22px; */
        z-index: 1111;
    }
}

#range-slider__range {
    appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

#range-slider__range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #2c3e50;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

#range-slider__range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    background: #211f20;
}

#range-slider__range:active::-webkit-slider-thumb {
    transform: scale(1.1);
    background: #211f20;
}

#range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #dd1e23;
    padding: 5px 10px;
    margin-left: 8px;
}

#range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #dd1e23;
    border-bottom: 7px solid transparent;
    content: "";
}




/* .wrapper {
    width: 400px;
    background-color: #fff;
    padding: 20px 25px 40px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  } */

.wrapper header h2 {
    font-size: 24px;
    font-weight: 600;
}

.wrapper header p {
    font-size: 15px;
    margin-top: 5px;
}

.wrapper .price-input {
    display: flex;
    width: 100%;
    margin: 23px 0 23px;
}

.wrapper .price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.price-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #999;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    margin-left: 12px;
}

.price-input input::-webkit-outer-spin-button,
.price-input input::-webkit-inner-spin-button {
    display: none;
}

.wrapper .seperator {
    width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.wrapper .slider {
    height: 5px;
    position: relative;
    background-color: #ddd;
    border-radius: 5px;
}

.wrapper .progress {
    position: absolute;
    height: 100%;
    left: 5%;
    right: 65%;
    background-color: #f7921f;
    border-radius: 5px;
}

.wrapper .range-input {
    position: relative;
}

.wrapper .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    pointer-events: none;
    background: none;
    appearance: none;
    accent-color: #f7921f;
}

.wrapper .range-input input::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    background-color: #dd1e23;
    border-radius: 50%;
    pointer-events: auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


.wrapper input[type=text],
input[type=email],
input[type=date],
input[type=number],
input[type=tel] {
    padding: 0;
}

.blog-texts h2 {
    font-size: 25px;
    color: #333;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.blog-texts p {
    font-size: 17px;
    color: #000 !important;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}

.blog-texts h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.blog-texts li {
    font-size: 17px;
    color: #000 !important;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}

.page-heading p {
    font-size: 19px;
    color: #000 !important;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}


.blog-texts img {
    width: 100%;
    height: 474px;
    margin-top: 22px;
    border-radius: 20px;
}

.blog-texts h4 {
    font-size: 25px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.blog-texts p {
    font-size: 19px;
    color: #000 !important;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}

.desc {
    max-height: 150px;
}


.section__head h5 {
    margin-bottom: 15px;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    color: #f7921f;
}

.section__head h2 {
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 37px;
    color: #006c9c;
}

.travel-tab li {
    border-inline: 1px solid #eee;
    /* border-bottom: 1px solid #eee; */
}

.nav-tabs .nav-link.nav-link.travel-tab-btn.active {
    color: #fff;
    border-top: none;
    background-color: #006c9c !important;
}

.package__sidebar {
    position: sticky;
    top: 20px;
    z-index: 10;
    margin-top: 17px;
    border: 2px solid #006c9c;
    border-radius: 5px;
}


.package_sticky {
    position: sticky;
    top: 100px;
}

.logo img {
    object-fit: cover;
}

.blog-sidebar {
    position: sticky;
    top: 100px;
}

.searchbar__open {
    display: none;
}

.tailor_made_header {
    padding: 4px 5px 0 15px !important;
}

.contact_form {
    margin-bottom: 30px;
}

.des_break p {
    color: #fff !important;
    font-size: 22px;
    background: rgb(0 0 0 / 39%);
}

.topbar-area {
    height: 42px;
    background-color: #006c9c;
}

.tab__btn {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.newsletter-wrap {
    display: flex;
}

.newsletter-wrap form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px;
    width: 550px;
}

.newsletter-wrap form input {
    width: 100%;
    height: 55px;
    border: unset;
    background: transparent;
    color: #fff;
    padding-left: 10px;
}

.newsletter-wrap form ::placeholder {
    color: #fff;
}

.newsletter-wrap form .subscribe {
    border-radius: 100px;
    background: #f7921f;
    text-wrap: nowrap;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 20px;
    color: #fff;
    border: none;
}

.widget__title {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 21px !important;
    line-height: 35px !important;
    color: #fff;
    margin-bottom: 3px !important;
}




/*==========================================================
      start about slider style
==========================================================*/
.about-us-features ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
}

.about-us-features ul li {
    /* width: 50%; */
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.about-us p {
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.about-us-features li::before {
    display: inline-block;
    font: var(--fa-font-solid);
    content: "\f00c";
    width: 20px;
    height: 20px;
    color: var(--main-color);
    margin-right: 10px;
    font-size: 12px;
    background-color: #0165b533;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.myname {
    font-size: 150px;
    color: var(--white-color);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.8;
    overflow: hidden;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    text-align: center;
    display: block;
}

.video-popup-wrap {
    position: relative;

}

.video-popup-wrap .thumb {
    position: relative;
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("https://deluxetourseg.com/front/assets/images/asd.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-transform: rotate(1.8deg);
    -ms-transform: rotate(1.8deg);
    transform: rotate(1.8deg);
}

.video-popup-wrap .thumb img {
    width: 100%;
    height: 100%;
}

.video-popup-wrap:after {
    content: '';
    background-image: url("https://deluxetourseg.com/front/assets/images/asd.png");
    position: absolute;
    width: 99%;
    background-size: cover;
    height: 94%;
    left: .5%;
    background-position: 100% 100%;
    z-index: -1;
    top: 3%;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    border-radius: 10px;
}

.video-popup-wrap.style-two .thumb {
    position: relative;
    -webkit-mask: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.video-popup-wrap.style-two .thumb:after {
    display: none;
}

.video-popup-wrap.style-two .thumb img {
    border-radius: 10px;
}

.video-popup-wrap.style-two:after {
    display: none;
}

.video-popup-wrap .thumb img {
    width: 100%;
    height: 465px;
}


/*==========================================================
      end about slider style
==========================================================*/


/*-====================================================================
                 SupCategory
=====================================================================--> */

.single-camp {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.single-camp:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1;
}

.single-camp img {
    transition: 0.3s;
    transform: scale(1);
    width: 100%;
}

.camp-hi-content {
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 2;
}

.camp-hi-content a:hover h4 {
    color: #ffc107;
}

.camp-hi-content p {
    color: #ffffff !important;
    font-size: 14px;
}

.single-camp:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.single-camp img {
    height: 267px;
}

.tour_img {
    height: 562px !important;
}

.single-camp-hi {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* .single-camp-hi:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
} */
.single-camp-hi img {
    transition: 0.3s;
    transform: scale(1);
    width: 100%;
    height: 265px;
}

.camp-hi-content {
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 2;
}

.camp-hi-content a h4 {
    color: #ffffff;
    font-size: 21px;
    line-height: 33px;
    font-weight: 800;
    margin-bottom: 21px;
}

.single-camp-hi:hover img {
    transform: scale(1.2);
}




.single-camp-hi:hover .category-name {
    opacity: 1;
    height: 100%;
    backdrop-filter: blur(3px);
    border-radius: 15px;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
    padding: 6px;
}

.single-camp-hi:hover .category-name span {
    transform: translateY(0);
    transition: all 1s;
}

.single-camp-hi:hover h4 {
    transform: scale(0);
    border-radius: 15px;
}

.category-name h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff !important;
}

.category-name p {
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    line-height: 20px;
}

.category-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0) 100%);
    transition: 0.3s ease-in-out;
    opacity: 0;
    border-radius: 250px 250px 0 0;
    flex-direction: column;
    gap: 10px;
}

/* <!--====================================================================
                 SupCategory
=====================================================================--> */


@media (max-width: 480px) {
    .blog__cart {
        border-radius: 6px;
        background-color: #f9f9f9 !important;
        border-left: 6px solid #dd1e23 !important;
        border-bottom: 2px solid #ddd !important;
        margin-bottom: 20px;
        padding: 14px 11px !important;
        border-top: none !important;
        border-right: none !important;
    }

    .blog-texts img {
        width: 100%;
        height: 307px;
        margin-top: 8px;
    }

    .blog-details .blog-texts {
        padding-bottom: 12px;
    }

    .blog__cart__title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .blog__cart ol li a {
        font-size: 20px;
        color: #dd1e23;
        font-weight: 600;
    }

    .contact-card {
        flex-wrap: wrap;
        height: auto;
    }

    .accordion-two:before {
        left: 0;
    }

    .accordion-two {
        padding-left: 10px;
    }

    .accordion-two .accordion-item .accordion-button:after {
        top: 56px !important;
        right: 0;
    }

    .travel-tab-btn {
        font-size: 14px;
    }

    .travel-tab {
        display: flex;
        flex-wrap: nowrap;
    }


    .searchbar__open {
        display: block;

        padding-top: 16px !important;
    }

    .searchbar__open i {
        color: #f7921f;
        font-size: 16px;
        margin: 0 10px 0 0;
        padding: 10px 0;
    }

    .main-banner-2 .main-banner-content-2 h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 53px;
    }

    .offset-lg-1 {
        overflow: scroll;
    }

    .logo img {
        object-fit: cover;
        width: 169px;
    }

    .navbar-icons .mobile-menu {
        margin-right: 13px;
    }

    .main-banner-2 {
        min-height: 478px;
    }

    .main-banner-2 .main-banner-content-2 {
        padding-top: 13px;
        text-align: center;
    }

    .main-banner-2 .main-banner-content-2 h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 54px;
    }

    .main-banner-2 .main-banner-content-2 h3 {
        height: 139px;
        font-weight: 400;
    }



    .break_page {
        background-position: center right !important;
    }



}



.about-main-content {
    position: relative;
}

.about-content-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 10%;
}

.about-content-wrapper::before {
    height: 80%;
    position: absolute;
    content: "";
    right: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 2px;
    background-color: var(--rich-gold);
    z-index: 22;
    opacity: 0.5;
}

.about-content-wrapper h3 {
   font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 37px;
    color: #006c9c;

}

.about-content-wrapper p {
    margin-bottom: 0;
}


.about-content-left,
.about-content-right {
    flex: 1
}

.about-main-shape {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 357px;
    animation: movebounce3 4s linear infinite;

}

@media (max-width: 768px) {
    .about-content-wrapper {
        flex-direction: column
    }

    .about-content-wrapper h3::before {
        background-image: none;
    }
}