@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
/* font-family: 'Poppins', sans-serif; */

:root {
    --theme-color: #af0000;
    --heading-color: #282828;
    --text-color: #4a4e56;
    --gray-color: #282828;
    --green-color: #06a800;
    --font-family: 'Poppins', sans-serif;
    --shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    position: relative;
}

body {
    font-family: var(--font-family);
    font-weight: normal;
    font-style: normal;
    color: var(--text-color);
    font-size: 17px;
}

p {
    line-height: 1.6;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family);
    color: var(--heading-color);
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.4;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

img {
    max-width: 100%;
    transition: 0.3s;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

li.current>a,
a.active,
a:hover,
.payment-text {
    color: var(--theme-color);
}

a,
button {
    transition: 0.3s ease;
    color: inherit;
    outline: medium none;
    font-size: inherit;
    font-family: inherit;
    cursor: pointer;
    background: none;
    border: 0;
}

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

ul {
    margin: 0px;
    padding: 0px;
}

.navbar_nav li, .contact-info-list li,
.mainmenu li,
.footer-item ul li,
.prices_ul li {
    list-style: none;
}

*::-moz-selection {
    background: #007acc;
    color: #fff;
    text-shadow: none;
}

*::selection {
    background: #007acc;
    color: #fff;
    text-shadow: none;
}

.text-danger {
    color: var(--theme-color);
}

.text-success {
    color: var(--green-color);
}

.text-muted {
    color: var(--gray-color);
}

.text-primary {
    color: #003acc;
}

.text-primary:hover {
    color: #005eff;
    text-decoration: underline;
}

/* INPUT, SELECT, TEXTAREA, PLACEHOLDER */
.nice-select,
input,
textarea {
    width: 100%;
    padding: 1.3em;
    font-size: inherit;
    transition: 0.3s ease;
    border: 1px solid #E4E7EE;
    background: #fff;
    color: var(--heading-color);
    border-radius: inherit;
    font-family: inherit;
}

input:focus,
textarea:focus {
    box-shadow: var(--shadow);
    border-color: var(--theme-color);
}

::-moz-placeholder,
::placeholder {
    color: #A0A0A7;
    opacity: 1;
}

::-ms-placeholder {
    color: #A0A0A7;
}

::-webkit-input-placeholder {
    color: #A0A0A7;
}

/* NICESELECT */
.nice-select {
    height: auto;
    float: none;
    border: transparent;
    font-size: inherit;
    line-height: inherit;
}

.nice-select .list {
    width: 100%;
}

.nice-select::after {
    height: 10px;
    width: 10px;
    border-color: #747474;
    border-width: 3px;
    right: 25px;
}

/*========== BASIC STYLE// ==========*/

/*========== SCROLL UP ==========*/

.contact-us-float {
    position: fixed;
    right: 2em;
    bottom: 2em;
    width: 150px;
    height: auto;
    cursor: pointer;
    display: block;
    z-index: 10000;
    transform: translateY(15px);
}

.contact-us-float img {
    width: 150px;
    height: auto;
}

.progress-wrap {
    position: fixed;
    left: 2em;
    bottom: 2em;
    height: 2.8em;
    width: 2.8em;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    /* box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1); */
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: var(--shadow);
    color: var(--theme-color);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--theme-color);
    /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*========== SCROLL UP// ==========*/


/*========== CONTAINER WIDTH// ==========*/

/*========== GLOBAL CSS ==========*/
.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.flex-1 {
    flex: 1 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-theme {
    color: var(--theme-color) !important;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

section,
header,
footer,
.position-relative {
    position: relative;
    z-index: 1;
}

/* .section-content h1,
.section-content h2,
.section-content h3,
.section-content h4,
.section-content h5,
.section-content h6{

} */
.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6,
.white-content p {
    color: #fff;
}

.text-theme {
    color: var(--theme-color) !important;
}

.bg-attachment {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--gray-color);
}

.el-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.el-absolute {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-height: 100%;
}

.el-absolute.center-center,
.el-absolute.center-right,
.el-absolute.center-left {
    top: 50%;
    transform: translate(0, -50%);
}

.el-absolute.center-center {
    left: 50%;
    transform: translate(-50%, -50%);
}

.el-absolute.top-right,
.el-absolute.bottom-right,
.el-absolute.center-right {
    left: auto;
    right: 0;
}

.el-absolute.bottom-right,
.el-absolute.bottom-left {
    top: auto;
    bottom: 0;
}

.section-overlay-grad::before,
.section-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: var(--heading-color);
    opacity: .8;
    transition: .3s ease;
}

.section-overlay-grad::before {
    opacity: 1;
    background: linear-gradient(300deg, var(--heading-color) 40%, rgba(0, 0, 0, 0.09) 100%);
}

.inline-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-1 * var(--bs-gutter-x));
    margin-left: calc(-1 * var(--bs-gutter-x));
    list-style-type: none;
}

.inline-list>* {
    margin-top: calc(1 * var(--bs-gutter-y));
    margin-right: calc(1 * var(--bs-gutter-x));
    margin-left: calc(1 * var(--bs-gutter-x));
}

.slick-slider {
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.slick-slide {
    margin-right: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * .5);
}

.pulse-btn {
    position: relative;
    z-index: 1;
}

.pulse-btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    background-color: var(--theme-color);
    opacity: 0.6;
    z-index: -1;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    pointer-events: none;
}

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        opacity: 0;
    }
}

/*========== GLOBAL CSS// ==========*/

/*==========OFFSET SOCIAL ==========*/
.offset-social {
    position: fixed;
    right: 0;
    transform: translate(100%);
    z-index: 99999;
    top: var(--header-h);
    transition: .5s ease;
}

.offset-social-open {
    right: 100%;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
}

.offset-social-wrap {
    border: 5px solid #3B5998;
    display: flex;
}

.offset-social:hover {
    transform: translate(0);
}

/*==========OFFSET SOCIAL// ==========*/

/*========== SIDEBAR MENU ==========*/
.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    transition: .5s ease;
    opacity: 0;
    pointer-events: none;
}

.sidebar.active {
    opacity: 1;
    pointer-events: all;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #000;
    opacity: .7;
}

.sitebar-inner {
    width: 100%;
    max-width: 400px;
    background: #fff;
    height: 100%;
    overflow: auto;
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    transform: translate(-100%);
    transition: inherit;
}

.sidebar.active .sitebar-inner {
    transform: translate(0);
}

.sitebar-inner .close {
    margin-left: auto;
}

.search-box {
    position: relative;
    border-radius: 0.3em;
}

.search-box button {
    position: absolute;
    right: 0.6em;
    top: 50%;
    transform: translateY(-50%);
}

.border-circle-icon {
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    border: 1px solid #E4E7EE;
    display: inline-grid;
    place-content: center;
    font-size: 1.8em;
    flex-shrink: 0;
}

.round-icon {
    background: var(--theme-color);
    color: #fff;
    height: 2.8em;
    width: 2.8em;
    border-radius: 5px;
}

.bar {
    font-size: 1.7em;
}

.search-box input {
    padding-right: 4em;
}

.sidebar-menu .mainmenu {
    display: block !important;
}

.sidebar-menu .mainmenu>li {
    display: block;
    position: relative;
    border-bottom: 1px solid #E4E7EE;
}

.sidebar-menu .mainmenu>li:last-child {
    border-bottom: 0;
}

.sidebar-menu .mainmenu>li>a {
    padding: 1.2em 0;
    margin: 0;
    display: block;
}

.sidebar-menu .menu-icon {
    position: absolute;
    right: 0;
    top: 1em;
    height: 2.3em;
    width: 2.2em;
    display: inline-grid;
    place-content: center;
    border-radius: 5px;
    border: 1px solid #E4E7EE;
}

.sidebar-menu .mainmenu>li.active .menu-icon {
    transform: rotate(180deg);
}

.sidebar-menu .submenu,
.sidebar-menu .megamenu {
    position: relative;
    opacity: 1;
    pointer-events: all;
    top: 0 !important;
    display: none;
    padding: 1.2em 0.8em;
    max-width: none;
}

/*========== SIDEBAR MENU// ==========*/

/*========== HEADER AREA ==========*/
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: .3s ease;
    background: #fff;
    box-shadow: var(--shadow);
}

.mainmenu>li {
    display: inline-block;
}

.mainmenu .menu-icon {
    transition: .3s ease;
}

.mainmenu li.active>.menu-icon,
.mainmenu li.active>a {
    color: var(--theme-color);
}

.header-top {
    padding: 1em 0;
    background: var(--gray-color);
    color: #fff;
    font-size: 15px;
}

.header-top .contact-info-list i {
    color: var(--theme-color);
    margin-right: .5em;
}

.logo {
    max-width: 10em;
}

.mainmenu>li>a {
    margin-left: 1.5em;
    font-weight: 600;
    font-size: 15px;
    padding: 3em 0;
    display: inline-block;
}

.header-main-inner {
    position: relative;
}

.header-main.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: var(--shadow);
    background: #fff;
    animation: slideInDown .5s ease;
}

@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.header-main.sticky .logo {
    max-width: 7em;
}

.header-main.sticky .mainmenu>li>a {
    padding: 1.8em 0;
}

.submenu,
.megamenu {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    padding: 2em;
    background: #fff;
    border-radius: 0.5em 0.5em;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transition: .5s ease;
}

.megamenu-item {
    background: #f9f9f9;
    border: solid 1px #e6e6e6;
    border-radius: 10px;
    padding: 15px;
}

.megamenu-item li {
    background: #dc3b3b;
    padding-left: 10px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.megamenu-item li a {
    padding-bottom: 0px !important;
    transition: all 0.3s ease-in-out;
}

.megamenu-item li:hover {
    background: var(--theme-color);
    padding-left: 10px;
    border-radius: 5px;
}

.megamenu-item li:hover a {
    color: white;
}

.submenu {
    max-width: 14em;
    padding: 1em;
    left: auto;
}

.submenu li a,
.megamenu li a {
    padding-bottom: 0.6em;
    display: block;
    font-size: 15px;
}

.submenu li a,
.megamenu li:last-child a {
    padding-bottom: 0;
}

.mainmenu li.active .submenu,
.mainmenu li.active .megamenu {
    opacity: 1;
    pointer-events: all;
    top: 100%;
}

/*========== HEADER AREA// ==========*/

/*========== HERO AREA ==========*/
.hero-slide {
    /* min-height: 100vh; */
    display: grid;
    place-content: center;
}

.hero-slide h3 {
    font-weight: 500;
    color: #fff;
}

.rounded-white-text,
.rounded-black-text {
    color: #fff;
    background: rgba(12, 12, 12, 0.62);
    border-radius: 0.3em;
    padding: 0.1em 0.6em;
}

.hero-slide h3.rounded-white-text,
.rounded-white-text {
    color: var(--theme-color);
    background: rgba(255, 255, 255, 0.62);
}

.hero-slide .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-btn {
    color: #fff;
    font-weight: 600;
    padding: 1.2em 1.7em;
    border-radius: .5em 0;
    display: inline-block;
    font-size: 15px;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.site-btn i {
    margin-left: .5em;
    font-size: .8em;
}

.site-btn:hover {
    background: #fff;
    color: var(--theme-color);
    box-shadow: var(--shadow);
    border-radius: 0 .5em;
}

.hero-area .site-btn {
    font-size: 1.8em;
    padding: 0.3em 1.2em;
    border-radius: 2em;
    background: rgba(224, 0, 0, 0.75);
    border: 0;
}

.hero-area .site-btn:hover {
    background: var(--theme-color);
    color: #000;
    border-radius: 2em;
}

.hero-slider {
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75vh;
    z-index: 1;
    pointer-events: none;
    transition: .3s ease;
}

.hero-slide.active {
    position: relative;
    z-index: 2;
    pointer-events: all;
    animation: herofade 1s ease;
}

@keyframes herofade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/*========== HEADER AREA// ==========*/

/*========== ABOUT AREA ==========*/
.yt-video {
    aspect-ratio: 1.778;
}

/*========== ABOUT AREA// ==========*/

/*========== SERVCICE AREA ==========*/
.service-item {
    padding: 0 1em 0.7em;
    border-radius: 0.7em;
    transition: .2s ease;
}

.service-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 5%;
    right: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    border-radius: inherit;
    transition: .3s ease;
}

.service-item:hover {
    transform: translateY(-1%);
}

.service-item:hover::after {
    box-shadow: var(--shadow);
}

.service-img {
    border-radius: inherit;
    padding: 0.6em;
    padding-top: 50%;
    overflow: hidden;
}

.service-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #000;
    opacity: 0;
    transition: .5s ease;
    transform: translateY(100%);
}

.service-item:hover .service-img::after {
    opacity: .5;
    transform: translateY(0%);
}

.service-item .section-content p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.sq-icon {
    background: #fff;
    display: inline-grid;
    place-content: center;
    height: 3em;
    width: 3em;
    border-radius: 0.5em 0;
    color: var(--theme-color);
}

.sq-icon:hover {
    background: var(--theme-color);
    color: #fff;
}

.sq-icon g {
    transition: .3s ease;
}

.sq-icon:hover g {
    fill: #fff;
}

.sq-icon svg {
    width: 1.8em;
}

/*========== SERVCICE AREA// ==========*/

/*========== FEATURE AREA ==========*/

.circle-icon {
    background: #fff;
    display: inline-grid;
    place-content: center;
    border-radius: 50%;
    height: 4em;
    width: 4em;
}

.circle-icon svg {
    width: 1.8em;
}

.circle-icon:hover {
    background: var(--theme-color);
    color: #fff;
}

.circle-icon:hover g {
    fill: #fff;
}

.circle-icon g {
    transition: .3s ease;
}

.feature-item {
    padding: 2.4em 1.8em;
    position: relative;
}

.feature-item a {
    color: #fff;
}

.feature-counter {
    font-size: 1.8em;
    margin-right: 25%;
}

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

.feature-item::after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--theme-color);
    content: '';
    z-index: -1;
    transition: .5s ease;
    top: 100%;
    opacity: 0;
}

.feature-item:hover::after {
    top: 0;
    opacity: 1;
}

.bg-parallax .simpleParallax {
    width: 100%;
    height: 100%;
}

.bg-parallax::before {
    z-index: 2;
}

/*========== FEATURE AREA// ==========*/

/*========== PROCESS AREA ==========*/
.process-item {
    border-radius: .5em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0.8em 1.5em;
    transition: .3s ease;
}

.process-item:hover {
    box-shadow: var(--shadow);
    transform: translateY(-2%);
}

.process-item:hover::before {
    opacity: .6;
}

.process-date {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--theme-color);
    color: #fff;
    padding: .3em;
    padding-top: 1em;
    border-radius: 0 0 2em 2em;
    text-align: center;
    transition: .3s ease;
}

.process-item:hover .process-date {
    padding-top: 1.5em;
}

.process-date span {
    font-size: 12px;
    display: block;
    font-weight: 600;
}

.process-date .date {
    display: block;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    background: #fff;
    color: var(--heading-color);
    display: grid;
    place-content: center;
    font-size: inherit;
    margin-top: .5em;
}

.process-user {
    width: 9em;
    height: 9em;
    border-radius: 50%;
    overflow: hidden;
    margin: 5em auto 3em;
}

.process-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: .5em solid #fff;
    border-radius: inherit;
}

.process-item h5 {
    color: #fff;
    margin-top: auto;
    font-size: 20px;
    transition: .3s ease;
}

/*========== PROCESS AREA// ==========*/

/*========== TESTIMONY AREA ==========*/
.stars {
    background: #fff;
    display: inline-block;
    color: var(--theme-color);
    font-size: 14px;
    padding: 0.5em 1.2em;
    border-radius: 2em;
}

.stars li {
    display: inline-block;
    padding: 0 .05em;
}

.circle-border-icon {
    height: 7em;
    width: 7em;
    border-radius: 50%;
    background: var(--theme-color);
    display: grid;
    place-content: center;
    color: #fff;
    left: auto;
    right: 106%;
    top: 27%;
}

.circle-border-icon i {
    font-size: 2.8em;
}

.circle-border-icon:after {
    content: '';
    position: absolute;
    top: 6%;
    left: 6%;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: inherit;
}

.testimony-img {
    width: 42%;
}

.slider-nav {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.slider-nav .slider-counter {
    padding: 0 1.2em;
}

.slider-nav .slick-arrow,
.slider-nav .slider-counter span {
    font-size: 1.7em;
}

/*========== TESTIMONY AREA// ==========*/

/*========== PAGE TITILE AREA ==========*/
.page-title {
    position: relative;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li {
    color: rgba(255, 255, 255, .7);
}

.breadcrumb li.active {
    color: rgba(255, 255, 255);
}

.breadcrumb li::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    padding: 0 .5em;
}

.breadcrumb li.active::after {
    display: none;
}

/*========== PAGE TITILE AREA// ==========*/


/*========== FOOTER AREA ==========*/
.footer-item {
    color: #fff;
    font-size: 14px;
}

.footer-item li {
    padding-bottom: .5em;
}

.footer-item ul {
    margin-bottom: 2em;
}

.social-circle li a {
    height: 3em;
    width: 3em;
    background: var(--heading-color);
    display: inline-grid;
    place-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}

.social-circle li a:hover {
    background: var(--theme-color);
}

.copyright {
    color: #AAAFB8;
    font-size: .9em;
    padding: 1.7em 0;
}

.copyright::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    height: 1.7em;
    width: 3em;
    background: #000000;
    transform: translate(-50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.tooltip {
    position: relative;
}

.tooltip-box {
    position: absolute;
    bottom: calc(100% + 1em);
    pointer-events: none;
    opacity: 0;
    transition: .3s ease;
    left: -15%;
    background: #fff;
    color: var(--theme-color);
    padding: 0.1em 1em;
    border-radius: 0.3em;
    box-shadow: var(--shadow);
}

.tooltip-box::after {
    position: absolute;
    content: '';
    top: 100%;
    background: #fff;
    height: 0.6em;
    width: 1em;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 20%;
}

.tooltip:hover .tooltip-box {
    opacity: 1;
}

/*========== FOOTER AREA// ==========*/

.tour-overview {
    width: 100%;
    height: auto;
    padding: 30px;
    background: #f9f9f9;
    border: solid 1px #ccc;
    border-radius: 10px;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.tour-image-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 500px;
    border-radius: 10px;
    background-size: cover !important;
}

.tour-image-header img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: solid 8px white;
}

.tour-overview-list,
.tour-overview-list li {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tour-overview-list li .icon {
    position: relative;
    font-size: 40px;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    transition: all .2s linear;
    transition-delay: .1s;
}

.tour-overview-list li:hover .icon {
    transform: scale(1.2);
}

.tour-overview-list li .text {
    margin-left: 20px;
}

.tour-overview-list li .text p {
    margin-bottom: 5px;
}

.tour-overview-list li .text h6 {
    margin-bottom: 0px;
}

.tour-overview-list li+li {
    margin-left: 38px;
}

.tour-includes {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    border: solid #ccc 1px;
}

.tour-includes li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tour-includes li .text {
    margin-left: 20px;
}

.tour-includes li .icon {
    position: relative;
    font-size: 20px;
    color: var(--theme-color);
}


.img-tour-profile {
    border: solid 3px white;
    border-radius: 50%;
    width: 80%;
    height: auto;
    text-align: center;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
}

.text-field {
    padding: 10px !important;
    border-radius: 5px;
}

.select-field {
    padding: 13px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    border: solid 1px #ccc;
}

.input-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
}

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

.checkmark-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.text-span {
    font-weight: 400;
    text-decoration: none;
}

.input-container:hover input~.checkmark-input {
    background-color: #ccc;
}

.input-container:hover input~.text-span {
    text-decoration: underline;
}

.input-container input:checked~.checkmark-input {
    background-color: var(--theme-color);
}

.input-container input:checked~.text-span {
    font-weight: 500;
    text-decoration: underline;
}

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

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

/* .input-container .checkmark-input:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
} */
.input-container .checkmark-input:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

ol.ordered-list-1 {
    list-style-type: decimal;
    padding-left: 25px;
}

ol.ordered-list-1 li {
    list-style: decimal;
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-warning {
    --bs-alert-color: #664d03;
    --bs-alert-bg: #fff3cd;
    --bs-alert-border-color: #ffecb5;
}

.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-block {
    width: 100%;
}

.transition,
ul.itinirary-list li i:before,
ul.itinirary-list li i:after,
p {
    transition: all 0.25s ease-in-out;
}



ul.itinirary-list {
    list-style: none;
    perspective: 900;
    padding: 0;
    /* margin: 0;
  border: solid 1px #e1e1e1;
  border-radius: 10px;
  background: #f9f9f9; */
}

ul.itinirary-list li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 0px;
}

ul.itinirary-list li:nth-of-type(1) {
    animation-delay: 0.5s;
}

ul.itinirary-list li:nth-of-type(2) {
    animation-delay: 0.75s;
}

ul.itinirary-list li:nth-of-type(3) {
    animation-delay: 1s;
}

ul.itinirary-list li:last-of-type {
    padding-bottom: 0;
}

ul.itinirary-list li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 26px;
    right: 20px;
}

ul.itinirary-list li span {
    color: white;
    font-size: 70%;
    border-radius: 5px;
    background-color: var(--theme-color);
    padding: 4px 10px;
    margin-right: 15px;
    font-weight: 500;
}

ul.itinirary-list li p {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}

ul.itinirary-list li h6 {
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    margin-bottom: 10px;
    border: solid 1px #eaeaea;
}

ul.itinirary-list li i:before,
ul.itinirary-list li i:after {
    content: "";
    position: absolute;
    background-color: #ff6873;
    width: 3px;
    height: 9px;
}

ul.itinirary-list li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

ul.itinirary-list li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

ul.itinirary-list li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 70px;
    z-index: 1;
    opacity: 0;
}

ul.itinirary-list li input[type=checkbox]:checked~p {
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 0;
    padding-left: 15px;
    opacity: 0;
    transform: translate(0, 50%);
}

ul.itinirary-list li input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg);
}

ul.itinirary-list li input[type=checkbox]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        transform: rotateX(8deg);
    }

    83% {
        transform: rotateX(6deg);
    }

    92% {
        transform: rotateX(-3deg);
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

.tour-cta {
    background: white url('../img/bg.jpg') no-repeat center center;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.tour-register {
    border: solid 1px #eaacac;
    background-color: #ffdcdc;
    padding: 15px;
    border-radius: 7px;
}

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}



.tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.tabset>label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
}

input:focus-visible+label {
    outline: 2px solid rgba(0, 102, 204, 1);
    border-radius: 3px;
}

.tabset>label:hover,
.tabset>input:focus+label,
.tabset>input:checked+label {
    color: #06c;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: #06c;
}

.tabset>input:checked+label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}



/* new  */

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

.contact_box_inner {
    position: relative;
    padding: 1px 30px;
    display: block;
    border-radius: 10px;
    border: 1px solid #e4e7ee;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    cursor: pointer;
    background: #fff;
}

.contact_box_inner.icon_yes .icon_bx {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #AD0000;
    margin: auto;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-top: 16px;
}

.contact_box_inner.icon_yes .icon_bx span {
    color: #fff;
    font-size: 16px;
}

.contact_box_content.style_one .contact_box_inner.icon_yes .contnet {
    margin-left: 55px;
}

.contact_box_content.style_one .contact_box_inner .contnet {
    position: relative;
}

.contact_box_content.style_one .contact_box_inner .contnet h3 {
    font-size: 13px;
    font-weight: 700;
    color: black;
    margin-bottom: 5px;
    margin-top: 15px;

}


.contact_box_content.style_one .contact_box_inner .contnet p {
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.contact_us_overview .contact_box_content {
    margin-bottom: 15px;
}

.contact_us_submit {

    display: inline-block;
    min-width: 160px;
    min-height: 60px;
    font-size: 12px;
    line-height: 60px;
    padding: 0px 20px;
    border-radius: 10px 0px 10px 0px;
    border: 1px solid #AF0000;
    background: #AF0000 !important;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.invalid-feedback {
    display: none;
    width: 100%;
    font-size: 80%;
    color: #dc3545
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.bg-danger {
    color: #AD0000;
}

.font-bold {
    font-weight: bold;
}

.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25%;
}

.pagination li a.current {
    background: #AF0000 !important;
    color: #fff !important;
}

.pagination {
    position: relative;
    width: 100%;
    display: block;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination ul {
    margin: 0;
    padding: 0px;
}

.pagination li {
    position: relative;
    display: inline-block;
}

.pagination li a {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 46px !important;
    color: #4a4e56 !important;
    text-align: center !important;
    border-radius: 50% !important;
    margin: 0px 3px !important;
    position: relative !important;
    padding: 0px !important;
}

.site-content {
    padding: 100px 10px 70px;
}

.site-content ul {
    margin-left: 20px;
}

#destination_contact_us {
    border-radius: 10px;
    background-position: center;
    min-width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

.left_content h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.left_content .call_content {
    display: flex;
    position: relative;
}

.left_content .call_content span {
    position: relative;
    font-size: 30px;
    line-height: 56px;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #AF0000 !important;
    background: #fff;
    margin-top: auto;
    min-width: 56px;
    margin-bottom: auto;
}

.auto_container {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: left;
}

.left_content {
    padding: 60px 40px;
    position: relative;
    z-index: 1;
}

.main_content {
    position: relative;
    z-index: 2;
}

.left_content .call_content .content_bx {
    margin-left: 15px;
    text-align: left;
}

.left_content .call_content .content_bx h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 26px;
    font-weight: 600;
}

.left_content .call_content .content_bx p {
    color: #fff;
    margin: 0px;
    padding: 0;
    border: 0px;
}

.sub_menu a {
    font-size: 15px;
    line-height: 26px;
    padding: 0;
    font-weight: 600;
}

.navigation_menu {
    padding: 70px 0px 0px;
    text-align: center !important;
}

.navbar_nav li {
    margin-right: 30px;
    padding: 5px 10px;
    background: #f2f2f2;
    border: solid 1px #ccc;
    border-radius: 7px;
    margin-bottom: 10px !important;
    display: inline-block;
    transition: 0.5s ease-in-out;
    font-weight: 500;
    font-size: 16px;
}

.navbar_nav li:hover {
    background: var(--theme-color);
    border: solid 1px #333;
}

.navbar_nav li:hover a, .navbar_nav li:hover a.text-theme {
    color: white !important;
}

.text-muted-plan {
    color: #2828287d;
}



.baggage_container .baggage_image_box {
    margin-bottom: 30px;
}

.baggage_image_box {
    position: relative;
    padding: 0px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, .05);
}

.baggage_image_box:hover {
    transform: translateY(-10px);

}

.baggage_image_box:hover .image_box .ab_link {
    background-color: #a3929259;

}

.baggage_image_box:hover .image_box .ab_link span {
    opacity: 1;
    transform: translateY(0);
}


.baggage_image_box .image_box {
    height: auto !important;

    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;

}

.baggage_container.image_covered .baggage_image_box .image_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    opacity: 1;
}

.baggage_image_box .image_box .ab_link {
    position: absolute !important;
    width: 100%;
    height: 100%;
    z-index: 4;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.baggage_image_box .image_box .ab_link span {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #AF0000 !important;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    line-height: 50px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(-10px);
}

.contact-container {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.sidebar_widget {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding: 0;

}

.sidebar_widget li .widget {
    border-color: #dce0e0;
    list-style: none;

}


.sidebar_widget li.widget {
    margin: 30px 0 0;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #dce0e0;
    border-radius: 5px;
}

h2.widgettitle {
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    border-bottom: 1px solid #dce0e0;
}

.textwidget {
    list-style: none;
}

.active_link {
    color: var(--theme-color);
}

.megamenu-item .active_link {
    color: white;
}

.language_class {
    background-color: var(--theme-color);
    padding: 8px !important;
    border-radius: 5px;
    color: white;
}

a.language_class:hover {
    color: white !important;
    background-color: var(--gray-color);
}

.language_switcher {
    float: right;
    top: 5px;
    font-size: 15px;
    position: absolute;
    right: 10px;
    font-weight: 600;
}

.sticky .language_switcher {
    top: 18px;
}

.album_item {
    border-radius: 10px;
}

.waiting-list {
    position: absolute;
    border-radius: 10px 0px 10px 0px;
    left: 0;
    background: var(--theme-color);
    padding: 3px 10px 2px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}


.youtube-img {
    max-width: 100%;
    height: 80%;
    vertical-align: middle;
    padding: 15px;
}

.youtube-item1 {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 30px;

}

.select2-container {
    max-width: 100%;
}

.header-holder {
    min-height: 166px;
}




.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: black;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.success-animation {
    margin-bottom: 30px;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}
.destination-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
}
.destination-box h3 {
   font-size: 22px;
   font-weight: bold;
}

.destination-box .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px 0 0 5px;
    width: 108px;

    background-color: var(--theme-color);
    border-right: solid 1px rgba(0, 0, 0, 0.15);
}

.destination-box .btn-label:hover {
    background-color: white;
    color: var(--theme-color);
    border-left-color: white;
}

.destination-box .icon-span {
    background-color: white;
    color: var(--theme-color);
}

.destination-box .icon-span i {
    margin-left: -10px;
}

.destination-box .bottom-box {
    position: relative;
    padding-top: 22px;
    border-top: 1px dashed #CFCFCF;
}

.destination-box .btn-read-more {
    color: #fff;
    border-color: var(--theme-color);
    float: right;

    border-radius: 9px;
}

.destination-box .bottom-box .more-link {
    position: relative;
    float: left;
}

.destination-box .image-box {
    position: relative;
    margin-bottom: 20px;
}

.destination-box .image-box .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.destination-box .circle {
    display: inline-table;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background-color: var(--theme-color);
    border: solid 1px var(--theme-color);
    border-radius: 50%;
}

.destination-box .circle__content i {
    color: white;
    padding-top: 14px;
}
.destination-box .circle:hover {
    background-color: white;
}

.destination-box .circle:hover .circle__content i {
    color:  var(--theme-color);
}
.payment-selected {
    border: solid 2px var(--theme-color);
    background: #ffe7e7;
}

.tour-overview .register_selected{
    background: #ccc !important;
}
.tour-register-overview {
    background: white;

}





/* new feature style added */



.features-service-item {
    margin-bottom: 20px;
    text-align: center;
}
.features-service-item h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.features-service-item .service-icon-badge {
    background-color: var(--theme-color);
    color: white;
    width: 60px;
    height: 60px;
    padding-top: 13px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    /* float: right; */
    margin: auto;
    margin-bottom: 15px;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.features-service-item p {
    margin: 0;
    text-align: center;
    font-size: 15px;
}

.features-service-item h5 {
    color: var(--theme-color);

}
