/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500&&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
    --pri-1: #32b2e2;
    --pri-2: #276fb5;
    --sec: #6b6c6e;
    --mcp-3: #D9EDF5;
    --mcp-1: #202a44;
    --mcp-2: #40c1ac;
    --scp-1: #6b6c6e;
    --scp-2: #df4661;
    --scp-3: #a7a9ac;
    --white-color: #fff;
    --font-headings: 'Montserrat', sans-serif;
    --text-color: var(--scp-3);
    --header-height: 80px;
    --loader-width: 27.36vw;
    --loader-height: 65vh;
    --v-spacing: 10vh;
    --h-gutter: 6.6vw;
    --easing: cubic-bezier(0.5, 0.7, 0.4, 1);
    --spacing-r: 12.5vw;
    --spacing-m: 8.33vw;
    --spacing-l: 16.66vw;
    --main-color: #276fb5;
    --gradient-color: linear-gradient(90deg, #6b6c6e 0%, #4e4d4b 100%);
    --white-color: #fff;
    --black-color: #110b25;
    --paragraph-color: #656565;
    --font-size: 16px;
    --transition: 0.6s;
    --main-container: 50px 5.5vw;
    --main-container-mob: 5vh 5.5vw;
}

.hidden {
    display: none !important;
}

.mt-30 {
    margin-top: 30px;
}
.ar-lang-header {
    display: none;
}
img[data-lazyloaded]{
    opacity: 0;
    background-color: transparent !important;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .3s linear 0.2s;
    -moz-transition: opacity .3s linear 0.2s;
    transition: opacity .3s linear 0.2s;
    opacity: 1;
}

/* Reset Styles */
body, html {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

body.modal-active {
    overflow: hidden;
}

html {
    box-sizing: border-box;
    border-collapse: collapse;
}

* {
    box-sizing: border-box;
    border-collapse: inherit;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

*, *:after, *:before {
    box-sizing: inherit;
}

*:not(body) {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

menu, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

img {
    width: 100%;
    border: none;
    display: block;
    /* pointer-events: none;
     */
}

p, small {
    margin: 0;
    padding: 0;
}

figure, form {
    margin: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

blockquote, h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0 0 15px 0;
}

hr {
    margin: 0;
    border: 0;
}

button {
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

/* /Reset Styles */
body {
    color: var(--scp-1);
    font-size: 16px;
    line-height: 1.7;
    font-family: var(--font-headings), Helvetica, "Helvetica Neue", Arial !important;
}

/* Burger menu */
.a-burger {
    top: -3px;
    z-index: 1;
    width: 40px;
    right: 5.33%;
    height: 25px;
    display: block;
    cursor: pointer;
    position: fixed;
    padding: 45px 0;
    will-change: transform;
    z-index: 3;
    transition: transform 0.3s var(--easing);
    transform: translateX(0);
}

.a-menu.is-visible+.a-burger {
    z-index: 20;
}

@media only screen and (max-width: 480px) {
    .a-burger {
        /* top: 7.5vw;
         */
        top: .4vw;
        right: 8.33vw;
    }
}

.a-burger .c-close span:nth-child(1) {
    top: -6px;
    left: 6px;
    transform: rotate(45deg);
    transform-origin: left;
}

.a-burger .c-close span:nth-child(2) {
    top: -6px;
    right: 5px;
    transform: rotate(-45deg);
    transform-origin: right;
}

.a-burger .c-open span:nth-child(1) {
    top: 0;
    left: 0;
    transform-origin: right;
}

.a-burger .c-open span:nth-child(2) {
    top: 8px;
    left: 0;
    transform-origin: left;
}

.a-burger .c-open span:nth-child(3) {
    top: 16px;
    left: 0;
    transform-origin: right;
}

.a-burger .c-close, .a-burger .c-open {
    left: 0;
    top: 44%;
    width: 40px;
    height: 18px;
    position: absolute;
    transform: translateY(-50%);
}

.a-burger .c-close span, .a-burger .c-open span {
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    background: #202020;
    will-change: transform;
    backface-visibility: hidden;
    transition: background 500ms linear;
}

.a-burger.is-dp .c-close span, .a-burger .c-open span, .a-burger.is-white .c-close span, .a-burger.is-white .c-open span {
    background: var(--);
}

.a-menu {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    color: white;
    position: fixed;
    overflow: hidden;
    background: var(--pri-1);
    perspective: 1000px;
    will-change: transform;
    backface-visibility: hidden;
}

.a-menu .f-heading-s, .a-menu .s-text h3, .s-text .a-menu h3 {
    margin-bottom: 2.08vw;
}

@media only screen and (max-width: 480px) {
    .a-menu .f-heading-s, .a-menu .s-text h3, .s-text .a-menu h3 {
        margin-bottom: 4vw;
    }
}

.a-menu .c-image {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.2;
    height: 100%;
    position: absolute;
    will-change: transform;
    backface-visibility: hidden;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-image {
        display: none;
    }
}

.a-menu .c-image .c-src {
    height: 100vh;
    display: none;
    transform: scale(1.1);
    filter: grayscale(75%);
}

.a-menu .c-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    will-change: transform;
    backface-visibility: hidden;
}

.a-menu .c-columns {
    top: 50%;
    z-index: 1;
    width: 100%;
    display: flex;
    position: absolute;
    transform: translateY(-50%);
}

@media only screen and (max-width: 480px) {
    .a-menu .c-columns {
        top: unset;
        width: unset;
        display: block;
        transform: unset;
        position: relative;
        margin: 26.66vw 8.33% 13.33vw;
    }
}

.a-menu .c-subnav {
    position: relative;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-subnav {
        margin-bottom: 13.33vw;
    }
}

.a-menu .c-subnav:first-of-type li:nth-last-child(4) {
    margin-top: 2vw;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-subnav:first-of-type li:nth-last-child(4) {
        margin-top: 6.66vw;
    }
}

.a-menu .c-subnav:first-of-type li:nth-last-child(4):before {
    left: 0;
    top: -1vw;
    width: 2vw;
    content: "";
    height: 1px;
    font-size: 25px;
    background: var(--white-color);
    font-size: 1.73vw;
    position: absolute;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-subnav:first-of-type li:nth-last-child(4):before {
        top: -4vw;
        width: 10vw;
    }
}

.a-menu .c-subnav a {
    opacity: 0.8;
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 480px) {
    .a-menu .c-subnav a {
        opacity: 1;
    }
}

.a-menu .c-subnav a:hover {
    opacity: 1;
}

.a-menu .c-subnav a.is-active {
    opacity: 1;
    /* pointer-events: none;
     */
}

.a-menu .c-subnav li {
    font-size: 16px;
    font-size: 1.18vw;
    padding: 0.55vw 0;
    position: relative;
    will-change: transform;
    backface-visibility: hidden;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-subnav li {
        font-size: 14px;
        padding: 1.6vw 0;
        font-size: 4.26vw;
    }
}

.a-menu .c-subnav li:first-of-type {
    opacity: 1;
    padding-top: 0;
}

.a-menu .c-language, .a-menu .c-social {
    position: relative;
    will-change: opacity;
    backface-visibility: hidden;
}

.a-menu .c-language ul, .a-menu .c-social ul {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.38vw;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-language ul, .a-menu .c-social ul {
        margin: 0;
    }
}

.a-menu .c-language li.current-lang a, .a-menu .c-social li.current-lang a {
    opacity: 1;
    /* pointer-events: none;
     */
}

.a-menu .c-language a, .a-menu .c-social a {
    opacity: 0.6;
    position: relative;
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 480px) {
    .a-menu .c-language a, .a-menu .c-social a {
        opacity: 1;
    }
}

.a-menu .c-language a:hover, .a-menu .c-social a:hover {
    opacity: 1;
}

.a-menu .c-language {
    left: 50%;
    bottom: 0;
    position: absolute;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-language {
        left: unset;
        bottom: unset;
        position: relative;
    }
}

.a-menu .c-language li {
    font-size: 16px;
    padding: 0.55vw 0;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-language li {
        font-size: 14px;
        padding: 1.6vw 0;
        font-size: 4.26vw;
    }
}

.a-menu .c-language li:last-of-type {
    padding-bottom: 0;
}

.a-menu .c-column {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-column {
        flex-grow: unset;
        flex-shrink: unset;
    }
}

.a-menu .c-column:nth-child(1) {
    width: 50%;
    margin-left: 10%;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-column:nth-child(1) {
        width: 100%;
        margin-left: 0;
        margin-left: unset;
        margin-bottom: 13.33vw;
    }
}

.a-menu .c-column:nth-child(1) li {
    font-size: 90px;
    font-size: 4.2vw;
    padding: 1vw 0;
    line-height: 4.2vw;
    position: relative;
    will-change: transform;
    backface-visibility: hidden;
    font-family: var(--font-headings);
}

@media only screen and (max-width: 480px) {
    .a-menu .c-column:nth-child(1) li {
        font-size: 40px;
        padding: 2.66vw 0;
        font-size: 10.66vw;
        line-height: 10.66vw;
    }
}

.a-menu .c-column:nth-child(1) li:first-of-type {
    padding-top: 0;
}

.a-menu .c-column:nth-child(1) li:last-of-type {
    padding-bottom: 0;
}

.a-menu .c-column:nth-child(1) li a {
    position: relative;
    text-indent: 0.34vw;
    display: inline-block;
}

.a-menu .c-column:nth-child(1) li a:before {
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0.34vw;
    background: var(--white-color);
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 480px) {
    .a-menu .c-column:nth-child(1) li a:before {
        left: 0;
        height: 0.53vw;
    }
}

.a-menu .c-column:nth-child(1) li a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.a-menu .c-column:nth-child(1) li a.is-active {
    pointer-events: none;
}

.a-menu .c-column:nth-child(1) li a.is-active:before {
    transform: scaleX(1);
    transform-origin: left;
}

.a-menu .c-column:nth-child(2) {
    width: 33.33%;
    display: flex;
    margin-right: 10%;
    padding-left: 5%;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-column:nth-child(2) {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: unset;
        margin-bottom: 13.33vw;
    }
}

.a-menu .c-column:nth-child(2) div {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 480px) {
    .a-menu .c-column:nth-child(2) div {
        width: 100%;
        flex-grow: unset;
        flex-shrink: unset;
    }
}

.btn-cart {
    position: relative;
}

header .right-align .btn-cart>a, .mobile-nav .btn-cart>a {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #666;
    padding: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin-left: -12px;
    box-shadow: -1px 2px 2px 0 rgba(0, 0, 0, 0.15);
}

header .right-align .btn-cart>a i, .mobile-nav .btn-cart>a i {
    margin: 0;
    font-size: 16px !important;
}

.btn-cart .badge {
    background: #276fb5;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -8px;
}

.cont-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cont-top p {
    margin: 0;
}

.cont-top p a {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.cont-top p i {
    margin: 0 5px 0 0;
    color: #fff;
}
.topnav a {
    color: #fff;
}
/* =Main Navigation Ends */
/* Reveal logo and move buger when the user scrolls */
.has-scrolled .a-burger {
    transform: translateX(100%);
}

.has-scrolled .logo-img {
    opacity: 1;
}

.has-scrolled .logo-text, .has-scrolled-mobile .logo-text {
    opacity: 0;
}

/* Header, Logo and Updown slider */
/* hide page content by default */
.is-loading #main, .is-loading .logo, .is-loading .burger, .is-loading .main-nav, .is-loading .fill-background, .is-loading .section.model-0 {
    display: none;
}

.is-loading {
    background-color: var(--mcp-1);
}

.is-transitioning {
    cursor: progress;
}

.overflow-hid {
    overflow: hidden;
}

/* =Top Nav */
a.btn-ar {
    filter: grayscale(1);
    user-select: none;
    cursor: not-allowed;
}
.new-head {
    background-color: #276fb5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    justify-content: space-between;
}
header {
    position: absolute;
    left: 0;
    top: 50px;
    height: 100px;
    width: 100%;
    z-index: 3;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white-color);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
header.header-fixed {
    position: fixed;
    top: 0px;
}
header .nu-logo img {
    height: 60px;
    width: auto;
}

header .right-side .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.new-head .topnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
   
}
.new-head .cont-top p {
    color: #fff;
}
.new-head .topnav a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.new-head .topnav a.lang-ar {
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    padding-left: 15px;
    margin-left: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
header .right-align {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

a.btn-booknow {
    display: inline-block;
    padding: 0px 25px;
    border-radius: 10px 0px 10px 0px;
    background: #276fb5;
    color: #fff;
    border: 1px solid #276fb5;
    line-height: 50px;
    min-height: 50px;
    min-width: 150px;
    font-weight: 600;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a.btn-search {
    margin-right: 15px;
    display: none;
}
/* Reveal logo and move buger when the user scrolls */
.has-scrolled .burger {
    transform: translateX(100%);
}

.has-scrolled .logo__img {
    opacity: 1;
}

.has-scrolled .logo__text {
    opacity: 0;
}

.loader__image img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
    /* opacity: 0.8; */
    opacity: 1;
}

.reveal-gallery {
    width: 100%;
    height: 104vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    color: var(--text-color);
    position: relative;
    z-index: 1;
    background-color: #202a44;
}

.loader, .loader__content {
    min-height: 100vh;
    position: fixed;
    flex-direction: column;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}

.loader__mask {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #31b0e1 url("../images/logo-white.png") no-repeat center;
    background-size: 200px auto;
    overflow: hidden;
}

.loader .inner, .loader__content .inner {
    width: var(--loader-width);
    height: var(--loader-height);
}

.loader .inner {
    background-color: #31b0e1;
    position: relative;
}

.loader .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--loader-width);
    height: var(--loader-height);
}

.loader__content {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    visibility: hidden;
}

.loader__title {
    font-size: 3.5vw;
    line-height: 6vw;
    margin: 0;
    font-family: var(--font-headings);
    color: #fff;
    font-weight: 700;
    text-shadow: 5px 3px 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.loader__image {
    width: var(--loader-width);
    padding-bottom: 65vh;
    overflow: hidden;
    position: relative;
}

.loader__title--mask {
    overflow: hidden;
}

.loader__title--mask span {
    display: block;
}

.loader__image--mask {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* =Main */
main {
    z-index: 1;
    position: relative;
}

section {
    position: relative;
}

.intro {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.intro:before {
    /* content: "";
     position: absolute;
     bottom: -30px;
     left: 0;
     width: 100%;
     height: 100px;
     z-index: 999; */
}

.fullscreen-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
    .bg_video {
        height: 300%;
        top: -100%;
    }
}

.s-collage .c-collage {
    top: 0;
    left: 0;
    height: 100vh;
    position: absolute;
}

.c-collage {
    z-index: 99;
}

/* Container */
.main-container {
    padding: var(--main-container);
    max-width: 1500px;
    margin: auto;
}

.inner-container {
    padding: 90px 5.5vw 40px;
}

footer.s-footer {
    height: auto;
    position: relative;
    padding: 40px 0;
    background-color: #2a2b2c;
}

footer.s-footer .main-container {
    padding: 0px 5.5vw;
    max-width: 1500px;
    margin: auto;
}

footer .first-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .first-row .flogo img {
    width: 220px;
}

footer .first-row label {
    color: #31b0e1;
    font-size: 15px;
    margin-bottom: 25px;
}

footer .first-row h6 {
    color: #fff;
    font-size: 17px;
    margin: 0px;
    font-weight: 500;
    line-height: 24px;
}

footer .first-row h6 span {
    display: block;
}

footer .second-row {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .second-row li {
    margin-bottom: 8px;
}

footer .second-row li a, footer .second-row li span, footer .second-row li p {
    color: #fff;
    font-size: 15px;
}

footer .second-row li span {
    color: #31b0e1;
    display: block;
    margin-bottom: 8px;
}

footer .second-row li.social-link span {
    margin-top: 20px;
}

footer .second-row li.social-link a {
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}

footer .second-row>ul>li>a:hover {
    color: #31b0e1;
}

footer .third-row {
    text-align: center;
    color: #fff;
}

section.model-0 {
    position: absolute;
    right: 30px;
    bottom: 10px;
    overflow-y: hidden;
    visibility: hidden;
}

.btn-float {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.btn-float:hover {
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.btn-float:active, .btn-float:focus {
    outline: none;
}

.btn-float+.btn-float {
    margin-left: 5px;
}

.yellow {
    background: #3b5998;
}

.blue {
    background: #55acee;
}

.green {
    background: #00e676;
}

.purple {
    background: #007bb5;
}

.pink {
    background: #40c1ac;
}

.icon-bars {
    width: 22px;
    margin: auto;
    display: block;
    position: relative;
    -moz-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition: 0.3s 0.3s;
}

.icon-bars:after {
    position: absolute;
    height: 22px;
    width: 1px;
    top: -10px;
}

.float-btn-group {
    position: relative;
    float: right;
    transition: 0.3s;
}

.float-btn-group .btn-triger {
    z-index: 15;
    float: left;
    padding: 7px;
}

.float-btn-group .btn-list {
    position: absolute;
    right: 0;
    transition: 0.3s;
}

.float-btn-group .btn-list li {
    display: inline-block;
}

.float-btn-group.open .icon-bars {
    transform: rotate(45deg);
}

.model-0 .float-btn-group {
    width: 65px;
    padding-left: 15px;
    overflow: hidden;
}

.model-0 .float-btn-group .btn-list {
    opacity: 0;
    width: 70%;
}

.model-0 .float-btn-group.open {
    width: 350px;
}

.model-0 .float-btn-group.open .btn-list {
    opacity: 1;
}

.map-container {
    top: 20rem;
    left: 50%;
    width: 100%;
    position: relative;
    transform: translate(-50%, -50%);
    background-color: #202a44;
}

.map {
    position: relative;
}

.map-markers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.map-marker {
    position: absolute;
}

.map-marker:after {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: pop;
    border-radius: 50%;
    border: 3px solid #2f4b87;
    content: "";
    height: 2em;
    left: 0;
    margin: -0.5em 0 0 -0.5em;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 2em;
}

.map-marker:hover .map-marker-info {
    display: block;
}

.map-marker .map-pointer {
    background-color: #40c1ac;
    border-radius: 50%;
    height: 1em;
    display: block;
    text-indent: -9999px;
    width: 1em;
}

.map-marker-lennox {
    left: 11%;
    top: 48%;
}

.map-marker-vermillion {
    left: 23%;
    top: 54%;
}

.map-marker-casper {
    left: 14%;
    top: 38%;
}

.map-marker-casper:after {
    animation-delay: 3s;
}

.map-marker-story {
    left: 9%;
    top: 28%;
}

.map-marker-story:after {
    animation-delay: 5s;
}

.map-marker-ribera {
    left: 33%;
    top: 60%;
}

.map-marker-gainsville {
    left: 18%;
    top: 68%;
}

.map-marker-gainsville:after {
    animation-delay: 3s;
}

.map-marker-info {
    display: none;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -2em);
    width: 20em;
    z-index: 999;
}

.map-marker-info header {
    background-color: #2f4b87;
    border-radius: 0.5em 0.5em 0 0;
    color: #fff;
    padding: 0.5em 1em;
}

.map-marker-info main {
    background-color: #fff;
    border-radius: 0 0 0.5em 0.5em;
    color: #000;
    padding: 0.5em 1em;
}

.map-marker-info h2 {
    margin-bottom: 0;
}

.map-marker-info-inner {
    border-radius: 0.5em;
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    font-size: 0.875em;
}

.map-marker-info-inner:after {
    border-left: 0.75em solid transparent;
    border-right: 0.75em solid transparent;
    border-top: 1em solid #fff;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
}

.animate {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes bounce-in {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.animate-bounce-in {
    animation-duration: 0.5s;
    animation-name: bounce-in;
}

@keyframes pop {
    0% {
        transform: scale(0);
    }

    8% {
        opacity: 0.4;
    }

    10% {
        opacity: 0;
        transform: scale(1);
    }
}

.animate-pop {
    animation-duration: 1s;
    animation-name: pop;
}

.fa-user:before {
    content: "\f007";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.daschcardWrap {
    position: absolute;
    top: 152px;
    right: 0;
}

/* Section Twocol */
.main-company-con, .main-company-img {
    width: 100%;
    height: 100vh;
    display: flex;
}

.main-company-item {
    position: relative;
    height: 100%;
    width: 50%;
    transform: scaleX(1);
    transform-origin: left top;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.64, 0.045, 0.35, 1);
    transition-duration: 0.5s;
}

.company-visual-1 .main-company-img {
    background: #202945 50% 50% no-repeat;
}

.company-visual-2 .main-company-img {
    background: var(--pri-1) 50% 50% no-repeat;
}

.main-company-txt-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    text-align: center;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.main-company-txt-inner h3 {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
}

.main-company-txt-inner p {
    margin-top: 35px;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    padding: 0 40px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main-company-txt .f-button {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.main-visual {
    overflow: hidden;
}

.main-visual .slider-wrap {
    position: relative;
    height: 100%;
}

.main-visual .main-visual-slider {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.slider-wrap::before {
    content: 'Loading...';
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.main-visual .main-visual-slider.slick-initialized {
    opacity: 1;
}

.main-visual .main-visual-slider .slick-list {
    height: 100%;
}

.main-visual .main-visual-slider .slick-track {
    height: 100%;
}

.main-visual .main-visual-slider .slick-slide {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.main-visual .main-visual-slider .slick-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.main-visual .main-visual-slider .slick-slide>div {
    display: block !important;
    height: 100%;
}

.main-visual .main-visual-slider .slick-slide>div>div {
    /* display: block !important;
     height: 100%; */
}

.main-visual .main-visual-slider .slick-slide .vs-bg {
    position: relative;
    height: 100%;
}

.main-visual .main-visual-slider .slick-slide .vs-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-height: 100vh;
    min-width: 100vw;
    object-fit: fill;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-aspect-ratio: 16 / 9) {
    .main-visual .main-visual-slider .slick-slide .vs-bg video {
        width: auto;
        height: 100vh;
    }
}

.main-visual .main-visual-slider .slick-slide .vs-tit {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 56%;
}

.main-visual .main-visual-slider .slick-slide .vs-tit .maxinner {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.main-visual .main-visual-slider .slick-slide .vs-tit h2 {
    max-width: 650px;
    width: 90%;
    font-size: 3rem;
    line-height: 4rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.005em;
    line-height: 1.2em;
}
.main-visual .main-visual-slider .slick-slide .ani-txt-wrap p,
.main-visual .main-visual-slider .slick-slide .vs-tit strong {
    font-weight: 700;
    vertical-align: baseline;
}

.main-visual .main-visual-slider .slick-slide .ani-txt-wrap {
    overflow: hidden;
    display: block;
}

.main-visual .main-visual-slider .slick-slide .ani-txt-wrap>span {
    display: block;
    opacity: 0;
}

.main-visual .main-visual-slider .slick-slide.slick-active .ani-txt-wrap>span {
    -webkit-animation: textAni 1s ease forwards;
    -moz-animation: textAni 1s ease forwards;
    -ms-animation: textAni 1s ease forwards;
    -o-animation: textAni 1s ease forwards;
    animation: textAni 1s ease forwards;
}

.main-visual .main-visual-slider .slick-slide.slick-active .ani-txt-wrap:nth-child(1)>span {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.main-visual .main-visual-slider .slick-slide.slick-active .ani-txt-wrap:nth-child(2)>span {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.main-visual .main-visual-slider .slick-slide.slick-active .ani-txt-wrap:nth-child(3)>span {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.main-visual .main-visual-slider .slick-slide.slick-active .ani-txt-wrap:nth-child(4)>span {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.main-visual.init .main-visual-slider .slick-slide.slick-active .ani-txt-wrap>span {
    animation: none !important;
}

.main-visual .visual-controll {
    position: absolute;
    left: 0;
    top: 56%;
    padding-top: 5em;
    width: 100%;
}

.main-visual .visual-controll .maxinner {
    display: flex;
}

.main-visual .visual-controll .maxinner .controll-wrap {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.main-visual .visual-controll .maxinner .controll-wrap .btn-controll {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    cursor: pointer;
}

.main-visual .visual-controll .maxinner .controll-wrap .btn-controll:after {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 1rem;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-visual .visual-controll .maxinner .controll-wrap .btn-controll.btn-pause:after {
    content: "\f04c";
}

.main-visual .visual-controll .maxinner .controll-wrap .btn-controll.btn-play:after {
    content: "\f04b";
    left: 52%;
}

.main-visual .visual-controll .maxinner .controll-wrap .btn-controll:hover {
    background-color: #fff;
}

.main-visual .visual-controll .maxinner .controll-wrap .btn-controll:hover:after {
    color: #000;
}

.main-visual .visual-controll .maxinner .arrow-wrap {
    display: flex !important;
    align-items: center;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    margin-left: 2.5em;
    background: none;
    vertical-align: middle;
}

.main-visual .visual-controll .maxinner .arrow-wrap .btn-arrow {
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    border-radius: 50%;
}

.main-visual .visual-controll .maxinner .arrow-wrap .btn-arrow:hover {
    background: rgba(255, 255, 255, 0.6);
}

.main-visual .visual-controll .maxinner .arrow-wrap .btn-arrow:hover i {
    color: var(--mcp-1);
}

.main-visual .visual-controll .maxinner .arrow-wrap .btn-arrow.arrow-prev {
    margin-right: 1.8em;
}

.main-visual .visual-controll .maxinner .controll-wrap.play .btn-play {
    display: none;
}

.main-visual .visual-controll .maxinner .controll-wrap.play .btn-pause {
    display: block;
}

.main-visual .visual-controll .maxinner .controll-wrap.pause .btn-play {
    display: block;
}

.main-visual .visual-controll .maxinner .controll-wrap.pause .btn-pause {
    display: none;
}

.main-visual .visual-progress {
    position: absolute;
    left: 0;
    bottom: 2%;
    z-index: 5555;
    width: 100%;
}

.main-visual .visual-progress .progress {
    display: flex;
    max-width: 800px;
    width: 100%;
}

.main-visual .visual-progress .progress .btn-progress {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    background: none;
    border: none;
    width: 25%;
    height: 65px;
    cursor: pointer;
}

.main-visual .visual-progress .progress .btn-progress .progress-bar {
    display: block;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
}

.main-visual .visual-progress .progress .btn-progress .progress-bar .inProgress {
    display: block;
    width: 0%;
    height: 4px;
    background-color: rgba(255, 255, 255, 1);
}

.main-visual .visual-progress .progress .btn-progress .progress-bar strong {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-visual .visual-progress .progress .btn-progress .progress-bar strong .numbering {
    margin-right: 5px;
    display: none;
}

.main-visual .visual-progress .progress .btn-progress.active .progress-bar strong {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
}

.main-visual .visual-progress .progress .btn-progress.active .progress-bar strong .numbering {
    display: none;
}

.main-visual .main-visual-slider .slick-slide .vs-tit .maxinner {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
/* New Styles */
.main-visual .sliderContainer {
position: relative;
}
.main-visual .slick-slide {
color: white;
padding: 80px 0 0px;
font-size: 30px;
}

.main-visual .slick-prev:before,
.main-visual .slick-next:before {
color: black;
}
.main-visual .main-visual-slider .slick-slide .img img {
    width: 100%;
}
.main-visual .slick-dots {
bottom: -30px;
}

.main-visual .progressBarContainer {
position: absolute;
bottom: 50px;
width:600px;
left:5%;
display: flex;
align-items: center;
}

.main-visual .progressBarContainer div {
display: block;
width: 25%;
padding: 0;
cursor: pointer;
margin-right: 0;
color: white;
}

.main-visual .progressBarContainer div:last-child {
margin-right: 0;
}

.main-visual .progressBarContainer div span.progressBar {
width: 100%;
height: 4px;
background-color: rgba(255, 255, 255, 0.4);
display: block;
}

.main-visual .progressBarContainer div span.progressBar .inProgress {
background-color: rgba(255, 255, 255, 1);
width: 0%;
height: 4px;
}
.maxinner {
    margin: 0 auto;
    max-width: 1460px;
    width: 90%;
}

.main-banner-wrap-area {
    background-color: #f9f5f4;
    overflow: hidden;
}

.main-banner-wrap-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-banner-wrap-image .main-banner-wrap {
    height: 75vh;
    width: auto;
}

.main-banner-wrap-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 38px;
    font-weight: 400;
    color: var(--mcp-1);
}

.main-banner-wrap-content span {
    color: var(--pri-2);
}

.main-banner-wrap-content {
    width: 50%;
    padding-right: 40px;
}

.carousel_service {
    display: flex;
}

.carousel_service .mt--30 {
    padding: 0 8px;
}

.im_portfolio {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #FAFBFD;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.thumbnail_inner {
    overflow: hidden;
}
/* .im_portfolio:before {
    background: linear-gradient(180deg, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75));
} */

.whyus .im_portfolio:before {
    background: none
}
/* 
.im_portfolio:after, .im_portfolio:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 1;
    content: "";
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    cursor: pointer;
}

.im_portfolio:after {
    background: linear-gradient(180deg, transparent, #000);
    opacity: 0;
} */

.whyus .im_portfolio:after {
    background: linear-gradient(180deg, transparent, transparent) !important;
    display: none;
}

.im_portfolio .thumbnail_inner .thumbnail a {
    display: block;
}

.im_portfolio .thumbnail_inner .thumbnail a img {
    transition: transform 1s ease, opacity 0.5s ease 0.25s;
    width: 100%;
}

.im_portfolio .content .inner {
    padding: 10px 0px;
    z-index: 2;
    width: 100%;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .im_portfolio .content .inner {
        padding: 15px;
    }
}

.im_portfolio .content .inner .portfolio_heading {
    margin-bottom: 15px;
}

.im_portfolio .content .inner .portfolio_heading .category_list {
    margin: 0;
}

.im_portfolio .content .inner .portfolio_heading .category_list a {
    color: #666;
    opacity: 1;
    display: inline-block;
    margin: 0px;
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
}

.im_portfolio .content .inner .portfolio_heading .title {
    color: #222;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.im_portfolio .content .inner .portfolio_heading .title a {
    color: #222;
}

/* .im_portfolio .content .inner .portfolio_hover {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    margin-top: 10px;
    transform: translateY(20px);
    line-height: 1.25em;
    max-width: 90%;
    transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
} */

.im_portfolio .content .inner .portfolio_hover p {
    color: #666;
    font-size: 15px;
    line-height: 1.25em;
}

.im_portfolio:hover img {
    transform: translateY(-20px);
}

.im_portfolio:hover:before {
    opacity: 0;
}

.im_portfolio:hover:after {
    opacity: 1;
}

.im_portfolio:hover .thumbnail_inner .thumbnail a img {
    transform: scale(1.1);
    transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

/* .im_portfolio:hover .content .inner .portfolio_heading {
    transform: translateY(-62px);
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
} */

.im_portfolio:hover .content .inner .portfolio_hover {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
}

#mainPartnersCon {
    height: 800px;
    background: #d9dce1 center 80% no-repeat;
}

#mainPartnersCon .main-partners-li.li-01, #mainPartnersCon .main-partners-li.li-02, #mainPartnersCon .main-partners-li.li-03 {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
}

#mainPartnersCon .partners-nation-box .partners-circle {
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
}

#mainPartnersCon.effect-start .main-partners-li.li-01 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}

#mainPartnersCon.effect-start .main-partners-li.li-02 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.8s;
}

#mainPartnersCon.effect-start .main-partners-li.li-03 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 1.1s;
}

#mainPartnersCon.effect-start .partners-nation-box .partners-circle {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
}

.main-partners-logo {
    display: block;
    height: 76px;
    margin: 0 auto;
}

.main-partners-wrapper {
    margin-top: 0px;
    position: relative;
    top: 93px;
    text-align: center;
}

.main-partners-ul {
    font-size: 0;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.main-partners-li {
    width: 25%;
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
    flex-direction: column;
    border-right: 1px solid #414f6b;
    padding-left: 30px;
}

.main-partners-li .img {
    margin-bottom: 25px;
}

.main-partners-li img {
    width: auto;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
}

.main-partners-li .txt {
    margin-left: 0px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.main-partners-li .txt p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fff;
}

.main-partners-li .txt h5 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -0.25px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.main-partners-li .txt h5::before {
    content: '';
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--pri-1);
    ;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.main-partners-li .txt h5::after {
    content: '+';
    margin-left: 8px;
}

.main-partners-top {
    -webkit-background-size: cover;
    background-size: cover;
    background: center 80% no-repeat;
}

.partners-map-con {
    position: absolute;
    top: 0px;
    left: 60%;
}

.partners-map-con img {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.partners-map-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.partners-circle {
    position: absolute;
    left: 50%;
    top: 0;
    display: inline-block;
}

.partners-circle.n-effect {
    width: 25px;
    height: 25px;
}

.partners-circle.n-effect>span {
    border: 1px solid rgba(9, 36, 55, 0.4);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: partners-circle 4s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite;
    animation: partners-circle 4s cubic-bezier(1, 2, 0.66, 3) infinite;
}

.partners-circle.n-effect>span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.partners-circle.n-effect>span:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.partners-circle.effect {
    width: 100px;
    height: 100px;
}

.partners-circle.effect span {
    border: 1px solid rgba(9, 36, 55, 0.4);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: partners-circle 4s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite;
    animation: partners-circle 4s cubic-bezier(1, 2, 0.66, 3) infinite;
}

.partners-circle.effect>span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.partners-circle.effect>span:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.partners-circle.effect>span:nth-child(4) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.partners-circle.effect>span:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.partners-circle i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    background-color: #092437;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

@keyframes partners-circle {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* Support */
@-webkit-keyframes textAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-moz-keyframes textAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-ms-keyframes textAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-o-keyframes textAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes textAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes textAniReverse {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@-moz-keyframes textAniReverse {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@-ms-keyframes textAniReverse {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@-o-keyframes textAniReverse {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes textAniReverse {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

.fa-angle-right, .fa-angle-left {
    color: var(--white-color);
}

.fa-angle-left:hover:before, .fa-angle-right:hover:before {
    color: #000;
}

.addSpaceborder {
    border: 2px solid #e7e7e7;
    display: inline-block;
    width: 20%;
    height: 0px;
    margin-top: 27px;
}

.mandatory {
    display: inline-block;
    color: red;
    font-weight: 600;
    margin-left: 3px;
}

.main-banner-wrap-area .aboutwrap {
    background-color: #f9f5f4;
    display: flex;
}

.main-banner-wrap-content span {
    font-size: var(--font-size);
    color: #666;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 8px;
}
.homeabout h2 {
    font-size: 36px;
    line-height: 46px;
    color: var(--pri-2);
    font-weight: 600;
    margin-bottom: 15px;
}
.homeabout h6 {
    font-size: 20px;
    line-height: 28px;
    color: var(--scp-1);
    font-weight: 400;
    margin-bottom: 15px;
    margin: 0 0 20px 0;
}
.main-banner-wrap-content p {
    margin-bottom: 15px;
    margin-right: 30px;
}
.homeabout ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
}
.homeabout ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 29px;
    color: #030d43;
    width: 50%;
}
.homeabout ul li:after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    left: 0;
    top: 0;
    color: var(--pri-1);
}
.main-banner-wrap-content .banner-btn {
    margin-top: 30px;
}

.main-banner-wrap-image {
    width: 50%;
    position: relative;
    z-index: 1;
}

.main-banner-wrap-image img {
    border-radius: 15px;
}

.transparent_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.default-btn {
    background: linear-gradient(90deg, #e7425f 0%, #d12947 100%);
}

.default-btn {
    cursor: pointer;
    padding: 12px 30px;
    text-align: center;
    color: var(--white-color) !important;
    font-size: var(--font-size);
    font-weight: 500;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    z-index: 0;
    background: var(--gradient-color);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 1px;
}

.default-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    background: var(--main-color);
    border-radius: 50%;
    z-index: -1;
    transform-origin: top center;
    transform: translateX(-50%) translateY(-5%) scale(0.4);
    transition: transform 0.9s;
}

.default-btn i {
    margin-right: 5px;
}

.default-btn:hover {
    color: var(--white-color);
}

.default-btn:hover:before {
    transition: transform 1s;
    transform: translateX(-45%) translateY(0) scale(1);
    transform-origin: bottom center;
}

.wrapper {
    width: 100%;
    margin-top: 40px;
}

.carousel {
    margin: 0;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    /* border: 2px solid #fff;
     */
}

.caro-supplement .slick-slide img {
    height: auto;
    margin-bottom: 10px;
}

.caro-supplement .items .dtls h6 {
    margin-top: 10px;
}

.slick-dots li {
    padding: 0;
    margin: 0;
}

.wrapper .slick-dots li button:before {
    font-size: 10px;
    color: #00e676;
}

.slick-next:before {
    opacity: 1;
    color: #f1f1f1 !important;
}

.slick-prev {
    left: -45px !important;
}

.slick-prev:before, .slick-next:before {
    opacity: 0.5 !important;
    color: #00e676 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00e676 !important;
}

.slick-next:before {
    font-size: 40px !important;
}

.slick-prev:before {
    font-size: 40px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 45px !important;
}

.main-tit-box {
    letter-spacing: -0.75px;
    text-align: center;
}

.main-tit {
    font-size: 40px;
    line-height: 40px;
}

.main-tit-box .main-tit {
    color: var(--pri-1);
    font-weight: 700;
}

.main-tit-box .main-sub-tit {
    display: block;
    margin-top: 15px;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: -0.25px;
    color: rgba(17, 17, 17, 0.6);
}

.main-package {
    background-color: #e5eef6;
    padding: 0;
}

/* .main-package .main-container {
    padding: 0;
} */
.packages-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.packages-wrap .pack-card {
    width: calc(25% - 20px);
    border-radius: 8px;
    background-color: #eee;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.packages-wrap .pack-card .dtls {
    padding: 10px;
    background-color: #eee;
}

.packages-wrap .img {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

.packages-wrap .img img {
    width: 100%;
    height: auto;
}

.packagecaro, .packages-wrap {
    margin-top: 30px;
}

.packagecaro .items {
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.02);
}

.packagecaro .items .dtls, .packages-wrap .pack-card .dtls {
    margin-top: 0px;
}

.packagecaro .items .dtls h6, .packages-wrap .pack-card .dtls h6 {
    font-size: 14px;
    font-weight: 400;
    color: #007bb5;
    margin: 0;
    padding: 0;
}

.packagecaro .items .dtls h6 a, .packages-wrap .pack-card .dtls h6 a {
    color: #007bb5;
}

.packagecaro .items .dtls h2, .packages-wrap .pack-card .dtls h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #222;
    margin: 0 0 5px 0;
    padding: 0;
    height: 50px;
    overflow: hidden;
}

.packagecaro .items .dtls p, .packages-wrap .pack-card .dtls p {
    display: non;
    font-size: 13px;
    line-height: 22px;
}

/* .packagecaro .items .rate , .packagecaro .items .rate {
    margin-top: 10px;
}
.packagecaro .items .rate span:nth-child(1), {
    font-weight: 700;
    font-size: 18px;
    color: #11AD73;
}
.packagecaro .items .rate span:nth-child(2) {
    font-weight: 400;
    font-size: 15px;
    color: #6a6a6a;
    text-decoration-line: line-through;
    margin-left: 6px;
} */
.packagecaro .items .btns, .packages-wrap .pack-card .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 15px;
}

.packagecaro .items .btns .btn-primary, .packagecaro .items .btns .btn-second,
.packages-wrap .pack-card .btns .btn-primary, .packages-wrap .pack-card .btns .btn-second {
    font-size: 15px;
    width: 100%;
    display: block;
    height: 40px;
    font-weight: 600;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.packagecaro .items .btns .btn-primary:hover, .packagecaro .items .btns .btn-second:hover,
.packages-wrap .pack-card .btns .btn-primary:hover, .packages-wrap .pack-card .btns .btn-second:hover {
    box-shadow: 0px 1px 15px rgb(0 0 0 / 12%);
}

.packagecaro .items .btns .btn-primary,
.packages-wrap .pack-card .btns .btn-primary {
    border: 1px solid var(--pri-2);
    color: #fff;
    background: var(--pri-2);
}

.packagecaro .items .btns .btn-second {
    border: 1px solid var(--pri-2);
    color: var(--pri-2);
    background: #fff;
}

.packagecaro .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.packagecaro .slick-dots li button {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50px;
    background-color: #ccc;
    font-size: 0;
    cursor: pointer;
}

.packagecaro .slick-dots li.slick-active button {
    background-color: #007bb5;
}

.modal-pay {
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    padding: 2rem 2.5rem;
    width: 80%;
    max-width: 800px;
    border-radius: 0.5rem;
    margin: 20px 0;
}

.close-button {
    float: right;
    width: 30px;
    height: 30px;
    font-size: 22px;
    display: block;
    line-height: 30px;
    padding: 0 0.2em 0.15em;
    text-align: center;
    cursor: pointer;
    margin: -20px;
    border-radius: 0.25rem;
    background-color: var(--clr-neutral);
    color: var(--clr-dark);
    transition: color 0.12s ease-in-out;
}

.close-button:hover {
    color: var(--clr-main);
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.paycard {
    margin-top: 15px;
}

.paycard li {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    position: relative;
}

.paycard li strong {
    margin-left: 25px;
    display: flex;
    align-items: center;
    color: #222;
    font-weight: 700;
}

.paycard li strong img {
    height: 25px;
    width: auto;
    display: inline-block;
    margin-left: 8px;
}

.paycard li p {
    margin-left: 25px;
    margin-bottom: 0;
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

.radio span {
    transition: 0.3s;
}

.radio:hover>input:not(:disabled):not(:checked)+span:hover::before {
    border-color: blue;
}

.radio:hover span {
    color: blue;
}

.radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio>span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.radio>span::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin: 13px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: 0.3s;
}

.radio>input:checked+span::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3.5' fill='%23fff'/%3e%3c/svg%3e");
}

.btn-flex {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.btn-flex .btn {
    border: 1px solid #0daed7;
    color: #fff;
    background: #0daed7;
    display: block;
    height: 40px;
    font-weight: 600;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 25px;
}

.btn-flex .btn.cart_btn:disabled {
    cursor: not-allowed;
    background-color: #ccc;
    border: 1px solid #ccc;
}

.modal-profile .full-name {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.modal-profile .speciality {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.modal-profile h6 {
    margin: 15px 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.modal-profile ul {
    list-style: disc;
    margin-left: 20px;
    font-size: 14px;
}

.whyus {
    display: flex;
    column-gap: 25px;
    padding: 30px;
}

.column {
    flex: 25%;
}

.whyus .column:nth-child(5) {
    display: none
}

.main-visual .slick-slide {
    margin: 0;
}

.partners-info-con {
    padding: 5px 0;
}

.main-company-item {
    position: relative;
    height: 100%;
    transform: scaleX(1);
    transform-origin: left top;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.64, 0.045, 0.35, 1);
    transition-duration: 0.5s;
}

.main-company-img {
    width: 100%;
    height: 100%;
}

.company-visual-1 .main-company-img {
    background: #202945 50% 50% no-repeat;
    position: relative;
}

.company-visual-1 .main-company-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    background: var(--pri-1) url(../images/bg_book.webp) 50% 50% no-repeat;
    background-size: cover;
}

.company-visual-2 .main-company-img {
    background: var(--pri-1) 50% 50% no-repeat;
    position: relative;
}

.company-visual-2 .main-company-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background: #ffdb9f url(../images/bg_about.webp) 50% 50% no-repeat;
    background-size: cover;
}

.main-company-txt-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1220px;
    text-align: center;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-company-txt-inner h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

.main-company-txt-inner p {
    margin-top: 35px;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    max-width: 600px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cm-button-style04, .cm-button-style04 strong, .cm-button-style04 i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cm-button-style04 {
    margin-top: 0;
    overflow: hidden;
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: relative;
}

.cm-button-style04:before {
    display: block;
    position: absolute;
    left: -130%;
    bottom: 0;
    content: "";
    width: 120%;
    height: 150%;
    background: #fff;
    transform: skew(-20deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cm-button-style04 strong {
    position: relative;
    left: 0px;
    z-index: 1;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 600;
    text-indent: 35px;
}

.cm-button-style04 i {
    position: absolute;
    top: 0px;
    right: 20px;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
}

.cm-button-style04:hover {
    background-color: #fff;
    border-color: #fff;
}

.cm-button-style04:hover strong {
    color: #111;
}

.cm-button-style04:hover i {
    color: #111;
}

.cm-button-style04:hover:before {
    left: -10%;
    opacity: 1;
    filter: Alpha(opacity=100);
}

@media all and (min-width: 1921px) {
    .main-company-con {
        width: 1920px;
        margin: 0 auto !important;
    }
}

@media all and (min-width: 1025px) {
    .main-company-item:hover .main-company-txt-inner p {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .main-company-item:hover .cm-button-style04 {
        margin-top: 45px;
        opacity: 1;
        visibility: visible;
        height: 60px;
    }
}

.main-support-txt {
    margin-top: 25px;
}

.main-support-txt h5 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: -0.1px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.fade-leave {
    opacity: 1;
}

.fade-leave-active {
    transition: opacity 0.3s linear;
}

.fade-leave-to {
    opacity: 0;
}

.fade-enter {
    opacity: 0;
}

.fade-enter-active {
    transition: opacity 0.3s linear;
}

.fade-enter-to {
    opacity: 1;
}

.whyus-wrap {
    position: relative;
}

.whyus-wrap::after {
    content: '';
    width: 100%;
    height: 55%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #ebeef0;
}

#about .whyus-wrap::after {
    display: none;
}
#factsfigure {
    background: url(../images/fact-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.factsfigurewrap {
    display: flex;
    align-items: center;
}

.factsfigurewrap>div {
    flex-basis: 100%;
}

.mapWrap {
    padding: 0px;
    position: relative;
    overflow: hidden;
    max-height: 600px;
}

.mapWrap iframe {
    margin-top: -80px;
}

.mapWrap::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/map-cover.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.fullscreen-bg {
    background-color: var(--white-color);
}

#all-services .services-title {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 40px 0;
    color: var(--mcp-2);
    font-weight: 700;
}

#all-services .pageContentWrapper {
    margin-bottom: 50px;
}

#all-services ol {
    margin: 0 20px;
}

#all-services ol li {
    list-style-type: disc;
    margin-bottom: 15px;
}

#all-services ol a {
    border-bottom: 1px solid var(--scp-1);
}

#all-services ol a:hover {
    border-bottom: 1px solid #a7a9ac;
}

#all-services.physio-dept li {
    margin-bottom: 20px;
}

#all-services.physio-dept li div:nth-child(1) {
    font-size: 20px;
}

.is-loading .btn-special-day, .s-loading .arcontactus-widget {
    display: none;
}

.btn-special-day {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 6;
}

.btn-special-day img {
    height: 50px;
}

#all-services .default-btn {
    margin-top: 30px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 1;
    filter: alpha(opacity=80);
}

body.modal-open {
    overflow: hidden;
}

.modal {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    z-index: 1050;
    font: var(--font-headings);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}

.modal.fade.in {
    top: 0;
}

.modal-dialog {
    width: 60%;
}

.modal-header {
    padding: 9px 15px;
}

.modal-header .close {
    margin-top: 0;
    top: 10px;
    position: absolute;
    right: 30px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    padding: 0px;
}

.modal-body img {
    max-height: calc(100vh - 200px);
    width: auto;
    margin: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal button.close {
    text-shadow: none;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-secondary {
    color: #fff;
    background-color: var(--scp-3);
    border-color: var(--scp-3);
}

.btn-secondary:hover {
    background-color: var(--scp-3);
    border-color: var(--scp-3);
}

.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;
}

.nav-icon-angle {
    position: relative;
    width: 6px;
    height: 6px;
    margin-top: 1px;
    border-left: 1px solid currentColor;
    border-top: 1px solid currentColor;
    -webkit-transform: rotate(-135deg) translateY(50%);
    -ms-transform: rotate(-135deg) translateY(50%);
    transform: rotate(-135deg) translateY(50%);
    display: inline;
    font-size: inherit;
    text-rendering: auto;
    margin-left: 4px;
    line-height: 0;
}

#our_team .team-container {
    display: flex;
    column-gap: 25px;
    padding: 30px;
}

.main-title {
    font-size: 40px;
    line-height: 40px;
    color: var(--pri-1);
    font-weight: 700;
    text-align: center;
}

#our_team .main-title {
    padding-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mt-2 {
    margin-top: 20px;
}

.newswrap .column {
    display: flex;
    flex-wrap: wrap;
}

.careerwrap .dtls h4 {
    font-size: 16px;
    line-height: 19px;
    color: #6B6D8D;
    width: auto;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.careerwrap .dtls h4::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #6B6D8D;
    margin-left: 15px;
}

.careerwrap .dtls h3 {
    font-size: 40px;
    line-height: 46px;
    width: 100%;
    margin-bottom: 30px;
    color: var(--mcp-2);
    max-width: 420px;
}

.careerwrap .dtls h3 span {
    font-weight: 700;
}

.careerwrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.careerwrap .img {
    width: 40%;
}

.careerwrap .dtls {
    width: 60%;
    margin-right: 8%;
}

.careerwrap .dtls p {
    max-width: 550px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
    color: var(--scp-1);
}

.joblist {
    background-color: #f6f3e5;
}

.joblist .main-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.joblist ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.joblist ul li {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.joblist ul li .dtls {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    border-bottom: 3px solid #31b0e1;
}

.joblist ul li .dtls .jobname {
    font-size: 20px;
    color: #0A0A0A;
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 26px;
}

.joblist ul li .dtls .jobdesc {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.joblist ul li .dtls p {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 5px;
}

.joblist ul li .dtls p span {
    font-weight: 600;
    margin-left: 5px;
}

.joblist ul li .dtls button {
    display: inline-block;
}

.applyform {
    background: #fff;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-8 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.wrap-input {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    position: relative;
    margin-bottom: 28px;
}

.wrap-input .inputlog {
    font-family: var(--font-headings);
    font-size: 14px;
    color: #555555;
    line-height: 30px;
    border: none;
    outline: 0;
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 0px 15px 0;
    height: 45px;
    background-color: #fff;
    border-radius: 2px !important;
    border: solid 1px #cbcbcb !important;
    transition: all 0.4s;
}

.wrap-input span {
    font-size: 15px;
    color: #555555;
    display: inline-block;
    position: absolute;
    pointer-events: none;
    width: auto;
    padding: 0 10px;
    left: 5px;
    top: 12px;
    z-index: 99;
    background: transparent;
    transition: all 0.4s;
}

.inputlog:focus {
    height: 45px;
    padding: 0 15px 0;
    outline: none;
}

.wrap-input .inputlog:focus+span {
    top: -11px;
    font-size: 13px;
    color: #aaaaaa;
    background: transparent;
    z-index: 1;
}

.wrap-input .inputlog:focus+span::before, .has-val+span::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: -1;
}

.wrap-input .inputlog:focus+span::before, .has-val+span::before, .has-val+span {
    padding-right: 10px;
}

.has-val+span {
    top: -11px;
    font-size: 13px;
    color: #aaaaaa;
    background: transparent;
    z-index: 1;
}

.applyform .main-title {
    font-size: 28px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
}

.wrap-input textarea.inputlog {
    height: 110px;
    padding-top: 8px;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 47px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 45px;
    line-height: 25px;
    color: #333;
    border-radius: 5px 10px 10px 5px;
    font-weight: 400;
}

.file-upload-wrapper:before {
    content: "Upload";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 45px;
    background: var(--mcp-2);
    color: #fff;
    font-weight: 400;
    z-index: 25;
    font-size: 16px;
    line-height: 45px;
    padding: 0 15px;
    text-transform: capitalize;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.file-upload-wrapper:hover:before {
    background: #3d8c63;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.joblist ul li .dtls button {
    display: inline-block;
    color: #40c1ac;
    margin-top: 20px;
    font-size: 16px;
    border-bottom: 1px solid #40c1ac;
    line-height: 20px;
    cursor: pointer;
}

.bg-infant {
    background: url(../images/services/bg-infanct.jpg) no-repeat top right;
    background-size: 55% auto;
}

.package-dtls>.col-md-6>ol, .package-dtls>.col-md-6>ul {
    margin-left: 25px;
    list-style: disc
}

.package-dtls>.col-md-6>ol li, .package-dtls>.col-md-6>ul li {
    margin-bottom: 15px;
    line-height: 24px;
}

.package-dtls>.col-md-6>ol>li>ol, .package-dtls>.col-md-6>ul>li>ul,
.package-dtls>.col-md-6>ol>li>ul, .package-dtls>.col-md-6>ul>li>ol {
    margin-left: 20px;
    list-style: circle;
    margin-top: 5px;
}

.package-dtls.services-dtls .col-md-6 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.package-dtls.services-dtls .call-dtls {
    display: none;
}

.servicewrap h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: 400;
    color: var(--mcp-1);
}

#all-services ol.servicelist {
    margin-top: 15px;
    margin-left: 0;
}

#all-services ol.servicelist li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

#all-services ol.servicelist li::before {
    content: "\f0fa";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #0c79aa;
    position: absolute;
    top: 0px;
    left: 0;
}

#all-services ol.servicelist a {
    border-bottom: none;
    color: #0c79aa;
}

#all-services ol.servicelist li:hover a {
    border-bottom: 1px solid #0c79aa;
    font-weight: 600;
}

#all-services ol.servicelist a i {
    margin: right 8px;
}

#all-services ol.serviceflex {
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

#all-services ol.serviceflex li {
    width: 33%;
    list-style: none;
    padding-right: 25px;
    margin-bottom: 30px !important;
}

#all-services ol.serviceflex li a {
    border-bottom: none;
    font-weight: 600;
    text-transform: capitalize;
}

#all-services ol.serviceflex li .img {
    width: 60px;
    height: 60px;
    background-color: #b4e6e0;
    border-radius: 10px;
    padding: 10px;
}

#all-services ol.serviceflex li:hover .img {
    background-color: #86d9ce;
}

#all-services ol.serviceflex li:hover a {
    border-bottom: 1px solid #0c79aa;
    font-weight: 600;
}

.tabs {
    display: flex;
    margin-top: 40px
}

.tabs>ul {
    list-style-type: none;
    padding: 0;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.tabs>ul li {
    display: block;
    text-align: left;
}

.tabs>ul li a {
    display: block;
    text-decoration: none;
    background: #fff;
    padding: 10px 0;
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    transition: all 0.2s ease-in-out;
}

.tabs>ul li a.active {
    background: #fff;
    color: #35bfae;
}

.tabs>ul li a:hover:not(.active) {
    color: #222;
}

.tabs section {
    background: #fff;
    padding: 15px 0 15px 50px;
    display: none;
}

.tabs section.active {
    display: block;
}

#all-services .tabs section h2 {
    font-size: 25px;
    line-height: 30px;
    color: var(--mcp-2);
    font-weight: 700;
    margin-bottom: 25px
}

#all-services .tabs section ol li {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

/* About Us */
#viewport {
    margin-top: 0px;
}

.inner-banner-wrap .visualArea {
    padding: 120px 0 40px 0;
    background: #31b0e1;
    background-size: cover;
    position: relative;
}

.inner-banner-wrap .visualArea::before {
    content: '';
    background: url(../images/inner_pattern.png) no-repeat center left;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110%;
}

.inner-banner-wrap .visualArea::after {
    content: '';
    background: url(../images/inner_ban.png) no-repeat bottom -40px right 50px;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.inner-banner-wrap .visualArea .main-container {
    display: flex;
    align-items: center;
}

.inner-banner-wrap .visualArea .main-tit {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    position: relative;
    z-index: 5;
}

#about .main-copy {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.005em;
    max-width: 800px;
}

#about .inner {
    width: 100%;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
}

#about .company .con1 .inner {
    padding-left: 598px;
}

#about .company .con1 .inner {
    min-height: 450px;
    padding: 180px 0 120px 640px;
    box-sizing: border-box;
    background: url(../images/bg_company01.png) no-repeat 0 100px;
}

#about .company .con1 h3 {
    /* color: #233746;
  font-size: 80px;
  line-height: 100px;
  font-weight: 700;
  */
    font-size: 2rem;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 25px;
    color: var(--scp-1);
}

#about .company .con1 h6 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    color: var(--scp-1);
}

#about .company .con1 .titCopy2 {
    padding: 60px 0 0;
}

#about .titCopy2 {
    font-size: 20px !important;
    max-width: 700px;
}

#about .company .con2 {
    background: url(../images/bg_company02.png) no-repeat 50% 0;
}

#about .company .con2 .inner {
    height: 500px;
    padding: 0 50px 0 0;
    box-sizing: border-box;
    color: #fff;
}

#about .company .con2 h3 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    padding: 25px 0 0;
}

#about .company .con2 h3 span {
    display: block;
    padding: 0;
    font-size: 36px;
    line-height: 36px;
}

#about .company .con2 .titCopy2 {
    padding: 20px 0 0;
    color: #fff;
}

.vision-wrap ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vision-wrap ul li {
    margin-bottom: 15px;
    font-size: 20px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 20px;
    margin-right: 20px;
}

.vision-wrap ul li:last-child {
    border-right: 0px solid rgba(255, 255, 255, 0.3);
    padding-right: 0;
    margin-right: 0px;
}

#ourvalues {
    display: none;
}

.company-values {
    background: #e1f2ee;
}

.company-values .flex-values {
    display: flex;
    gap: 25px;
}

.company-values .flex-values .card-values {
    width: 33.33%;
    background: #fff;
}

.company-values .flex-values .card-values .img {
    position: relative;
}

.company-values .flex-values .card-values .img::before {
    content: '';
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background: radial-gradient(120% 120% at bottom, transparent 50%, #fff 51%);
    transform: rotate(180deg);
    display: block;
    position: absolute;
    bottom: -35px;
    left: 0;
}

.company-values .flex-values .card-values .dtls {
    position: relative;
    padding: 20px;
    text-align: center;
}

.company-values .flex-values .card-values .dtls h6 {
    display: block;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 15px 0;
    color: #222;
}

.company-values .flex-values .card-values .dtls ul {
    display: flex;
    margin-left: 25px;
}

.company-values .flex-values .card-values .dtls ul li {
    font-size: 16px !important;
    width: 42%;
    text-align: left;
    list-style: disc;
}

#about .key-skills ul {
    display: flex;
    column-gap: 25px;
    padding: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#about .key-skills li {
    flex: 0 0 calc(50% - 20px);
    flex-wrap: nowrap;
    margin: 15px 0 30px 0;
}

#about .key-skills img {
    float: left;
    width: auto;
}

#about .key-skills .s2_txt {
    float: left;
    padding-top: 40px;
    padding-left: 20px;
}

#about .key-skills .scont2 li .s2_txt span {
    font-size: 37px;
    color: #111;
    font-weight: bold;
}

#about .scont2 {
    width: 100%;
    background: #f6f6f6;
}

#about .scont2 .main-tit {
    text-align: center;
    padding-top: 30px;
}

#about .im_portfolio:before {
    background: none;
}

#about .im_portfolio .thumbnail_inner .thumbnail a {
    display: block;
    border: 1px solid rgba(15, 15, 15, 0.75);
    padding: 10px;
    min-height: 210px;
    border-radius: 0 20px;
}

#about .im_portfolio .thumbnail_inner .thumbnail a img {
    border-radius: 0 20px;
}

.abtWrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.abtWrap .img {
    width: 40%;
}

.abtWrap .dtls {
    width: 60%;
    margin-left: 8%;
}

#about .whyus {
    flex-wrap: wrap;
}

#about .column {
    flex: 48%;
    max-width: 48%;
    display: flex;
    align-items: center;
}

#about .whyus .column:nth-child(5) {
    display: flex;
}

#about .column .im_portfolio {
    width: 40%;
}

#about .column .content {
    width: 60%;
    padding-left: 20px;
}

.main-partners-li .txt h5.active {
    opacity: 1;
}

.section-team {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.section-team .single-person {
    margin-top: 30px;
    padding: 15px;
    background-color: #f6f9ff;
    border-radius: 5px;
    width: 23%;
    max-width: 30%;
    margin: 0 15px 20px 0;
    border: 1px solid #d2d9e7;
}

.medicalteam.section-team .single-person {
    width: calc(25% - 30px);
    max-width: calc(25% - 30px);
}

.section-team .single-person:hover {
    background: linear-gradient(to right, #288777, #40c1ab);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 20px;
    border-radius: 0%;
    border: 2px dashed transparent;
    transition: padding .3s;
}

.section-team .single-person:hover .person-image {
    padding: 12px;
    border: 2px dashed #fff;
}

.section-team .single-person .person-image img {
    width: 100%;
    border-radius: 0%;
}

.section-team .single-person .person-image .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #016cec, #00b5f7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon {
    background: none;
    background-color: #fff;
    color: #016cec;
}

.section-team .single-person .person-info {
    text-align: center;
}

.section-team .single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--pri-2);
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    font-weight: 600;
    line-height: 20px;
    display: block;
}

.section-team .single-person:hover .full-name, .section-team .single-person:hover .speciality {
    color: #fff;
}

.medicalteam.section-team .single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

h5.team-title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

/* Offers */
.offerwrap {
    display: flex;
    flex-wrap: wrap;
}

.post-module {
    margin: 0 15px 30px 15px;
    width: calc(33% - 30px);
    max-width: 33%;
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    height: auto;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module:hover, .hover {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.post-module:hover .thumbnail img, .hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.post-module .thumbnail {
    background: #222;
    overflow: hidden;
}

.post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #e74c3c;
    width: 55px;
    height: 55px;
    padding: 12.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-module .thumbnail .date .day {
    font-size: 18px;
}

.post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.post-module .thumbnail img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module .post-content {
    position: relative;
    background: #FFFFFF;
    width: 100%;
    padding: 15px 20px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: -36px;
    left: 0;
    background: var(--mcp-1);
    padding: 6px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-module .post-content .title {
    margin: 0 0 10px 0;
    padding: 0;
    color: #333333;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 10px;
    color: #e74c3c;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.post-module .post-content .description {
    color: #666666;
    font-size: 14px;
    line-height: 1.6em;
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

.post-module .post-content .post-meta {
    margin: 10px 0 0;
    color: #999999;
}

.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
    font-size: 14px;
}

.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.offerwrap .post-module .post-content {
    position: relative;
}

/* Chat Plugins */
.arcontactus-widget.right.arcontactus-message {
    right: 20px
}

.arcontactus-widget.right.arcontactus-message {
    bottom: 20px
}

.arcontactus-widget .arcontactus-message-button.pulsation {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.arcontactus-widget.md .arcontactus-message-button, .arcontactus-widget.md.arcontactus-message {
    width: 60px;
    height: 60px
}

.arcontactus-widget {
    opacity: 0;
    transition: .2s opacity
}

.arcontactus-widget * {
    box-sizing: border-box
}

.arcontactus-widget.left.arcontactus-message {
    left: 20px;
    right: auto
}

.arcontactus-widget.left .arcontactus-message-button {
    right: auto;
    left: 0
}

.arcontactus-widget.left .arcontactus-prompt {
    left: 80px;
    right: auto;
    transform-origin: 0 50%
}

.arcontactus-widget.left .arcontactus-prompt:before {
    border-right: 8px solid #FFF;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: auto;
    left: -15px
}

.arcontactus-widget.left .messangers-block {
    right: auto;
    left: 0;
    -webkit-transform-origin: 10% 105%;
    -ms-transform-origin: 10% 105%;
    transform-origin: 10% 105%
}

.arcontactus-widget.left .callback-countdown-block {
    left: 0;
    right: auto
}

.arcontactus-widget.left .callback-countdown-block::before, .arcontactus-widget.left .messangers-block::before {
    left: 25px;
    right: auto
}

.arcontactus-widget.md .callback-countdown-block, .arcontactus-widget.md .messangers-block {
    bottom: 70px
}

.arcontactus-widget.md .arcontactus-prompt {
    bottom: 5px
}

.arcontactus-widget.md.left .callback-countdown-block:before, .arcontactus-widget.md.left .messangers-block:before {
    left: 21px
}

.arcontactus-widget.md.left .arcontactus-prompt {
    left: 70px
}

.arcontactus-widget.md.right .callback-countdown-block:before, .arcontactus-widget.md.right .messangers-block:before {
    right: 21px
}

.arcontactus-widget.md.right .arcontactus-prompt {
    right: 70px
}

.arcontactus-widget.md .arcontactus-message-button .pulsation {
    width: 74px;
    height: 74px
}

.arcontactus-widget.md .arcontactus-message-button .callback-state, .arcontactus-widget.md .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px
}

.arcontactus-widget.sm .arcontactus-message-button, .arcontactus-widget.sm.arcontactus-message {
    width: 50px;
    height: 50px
}

.arcontactus-widget.sm .callback-countdown-block, .arcontactus-widget.sm .messangers-block {
    bottom: 60px
}

.arcontactus-widget.sm .arcontactus-prompt {
    bottom: 0
}

.arcontactus-widget.sm.left .callback-countdown-block:before, .arcontactus-widget.sm.left .messangers-block:before {
    left: 16px
}

.arcontactus-widget.sm.left .arcontactus-prompt {
    left: 60px
}

.arcontactus-widget.sm.right .callback-countdown-block:before, .arcontactus-widget.sm.right .messangers-block:before {
    right: 16px
}

.arcontactus-widget.sm.right .arcontactus-prompt {
    right: 60px
}

.arcontactus-widget.sm .arcontactus-message-button .pulsation {
    width: 64px;
    height: 64px
}

.arcontactus-widget.sm .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px
}

.arcontactus-widget.sm .arcontactus-message-button .static {
    margin-top: -16px
}

.arcontactus-widget.sm .arcontactus-message-button .callback-state {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px
}

.arcontactus-widget.active {
    opacity: 1
}

.arcontactus-widget .icons.hide, .arcontactus-widget .static.hide {
    opacity: 0;
    transform: scale(0)
}

.arcontactus-widget.arcontactus-message {
    /* z-index:10000; */
    z-index: 7;
    right: 20px;
    bottom: 20px;
    position: fixed !important;
    height: 70px;
    width: 70px
}

.arcontactus-widget .arcontactus-message-button {
    width: 70px;
    position: absolute;
    height: 70px;
    right: 0;
    background-color: #40c1ac !important;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    cursor: pointer
}

.arcontactus-widget .arcontactus-message-button p {
    font-family: Ubuntu, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    margin: 0
}

.arcontactus-widget .arcontactus-message-button .pulsation {
    width: 84px;
    height: 84px;
    background-color: #40c1ac !important;
    border-radius: 50px;
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite
}

.arcontactus-widget .arcontactus-message-button .icons {
    background-color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px
}

.arcontactus-widget .arcontactus-message-button .static {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    text-align: center
}

.arcontactus-widget .arcontactus-message-button .static img {
    display: inline
}

.arcontactus-widget .arcontactus-message-button .static svg {
    width: 24px;
    height: 24px;
    color: #FFF
}

.arcontactus-widget .arcontactus-message-button.no-text .static {
    margin-top: -12px
}

.arcontactus-widget .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.arcontactus-widget .pulsation.stop {
    -webkit-animation: none;
    animation: none
}

.arcontactus-widget .icons-line {
    top: 10px;
    left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transition: cubic-bezier(.13, 1.49, .14, -.4);
    -o-transition: cubic-bezier(.13, 1.49, .14, -.4);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    height: 24px;
    transition: .2s all
}

.arcontactus-widget .icons, .arcontactus-widget .static {
    transition: .2s all
}

.arcontactus-widget .icons-line.stop {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.arcontactus-widget .icons-line span {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: red
}

.arcontactus-widget .icons-line span i, .arcontactus-widget .icons-line span svg {
    width: 24px;
    height: 24px
}

.arcontactus-widget .icons-line span i {
    display: block;
    font-size: 24px;
    line-height: 24px
}

.arcontactus-widget .icons-line img, .arcontactus-widget .icons-line span {
    margin-right: 40px
}

.arcontactus-widget .icons.hide .icons-line {
    transform: scale(0)
}

.arcontactus-widget .icons .icon:first-of-type {
    margin-left: 0
}

.arcontactus-widget .arcontactus-close {
    color: #FFF
}

.arcontactus-widget .arcontactus-close svg {
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
    display: block
}

.arcontactus-widget .arcontactus-close.show-messageners-block svg {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.arcontactus-widget .arcontactus-prompt, .arcontactus-widget .messangers-block {
    background: center no-repeat #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000
}

.arcontactus-widget .arcontactus-prompt:before, .arcontactus-widget .messangers-block:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: ''
}

.arcontactus-widget .arcontactus-prompt.show-messageners-block, .arcontactus-widget .messangers-block.show-messageners-block {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.arcontactus-widget .arcontactus-prompt {
    color: #787878;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    width: auto;
    bottom: 10px;
    right: 80px;
    white-space: nowrap;
    padding: 18px 20px 14px
}

.arcontactus-widget .arcontactus-prompt:before {
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #FFF;
    border-bottom: 8px solid transparent;
    bottom: 16px;
    right: -15px
}

.arcontactus-widget .arcontactus-prompt.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    z-index: 100;
    height: 14px;
    width: 14px;
    padding: 2px
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
    height: 10px;
    width: 10px;
    display: block
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
    border-radius: 10px;
    display: inline-block;
    left: 3px;
    padding: 0;
    position: relative;
    top: 4px;
    width: 50px
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div {
    position: relative;
    float: left;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin: 0 2px;
    -webkit-animation: arcontactus-updown 2s infinite;
    animation: arcontactus-updown 2s infinite
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(2) {
    animation-delay: .1s
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(3) {
    animation-delay: .2s
}

.arcontactus-widget .messangers-block.sm .messanger {
    padding-left: 50px;
    min-height: 44px
}

.arcontactus-widget .messangers-block.sm .messanger span {
    height: 32px;
    width: 32px;
    margin-top: -16px
}

.arcontactus-widget .messangers-block.sm .messanger span svg {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    margin-left: -10px
}

.arcontactus-widget .messanger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 54px;
    text-decoration: none
}

.arcontactus-widget .messanger:hover {
    background-color: #EEE
}

.arcontactus-widget .messanger:before {
    background-repeat: no-repeat;
    background-position: center
}

.arcontactus-widget .messanger.facebook span {
    background: #0084ff
}

.arcontactus-widget .messanger.viber span {
    background: #7c529d
}

.arcontactus-widget .messanger.telegram span {
    background: #2ca5e0
}

.arcontactus-widget .messanger.skype span {
    background: #31c4ed
}

.arcontactus-widget .messanger.email span {
    background: #ff8400
}

.arcontactus-widget .messanger.contact span {
    background: #7eb105
}

.arcontactus-widget .messanger.call-back span {
    background: #54cd81
}

.arcontactus-widget .messanger span {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0084ff;
    margin-right: 10px;
    color: #FFF;
    text-align: center;
    vertical-align: middle
}

.arcontactus-widget .messanger span i, .arcontactus-widget .messanger span svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px
}

.arcontactus-widget .messanger span i {
    font-size: 24px;
    line-height: 24px
}

.arcontactus-widget .messanger p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, .87)
}

@-webkit-keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@media (max-width:468px) {
    .arcontactus-widget.opened.arcontactus-message, .arcontactus-widget.opened.left.arcontactus-message {
        width: auto;
        right: 20px;
        left: 20px
    }
}

@keyframes arcontactus-updown {
    0%, 100%, 43% {
        transform: translate(0, 0)
    }

    25%, 35% {
        transform: translate(0, -10px)
    }
}

@-webkit-keyframes arcontactus-updown {
    0%, 100%, 43% {
        transform: translate(0 0)
    }

    25%, 35% {
        transform: translate(-10px 0)
    }
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes arcontactus-show-stat {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    21%, 84% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes arcontactus-show-stat {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    21%, 84% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes arcontactus-show-icons {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    21%, 84% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes arcontactus-show-icons {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    21%, 84% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/* New Styles */
/* Packages */
.packing-book {
    background: #f5f5f5;
    padding: 15px;
    border: 1px dashed #ccc;
}

.pack-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.pack-title>a {
    color: #333;
    margin: 0;
}

.package-dtls {
    color: #444
}

.package-dtls h6 {
    color: #007bb5;
    margin: 10px 0 0 0;
    font-size: 16px;
}

.package-dtls h2 {
    color: #222;
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
}

#all-services .package-dtls ol li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.btn-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.call-dtls .btn-flex a {
    align-items: center;
    border: 1px solid rgb(107 108 110);
    color: rgb(107 108 110);
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    grid-gap: 12px;
    gap: 12px;
    justify-content: center;
    letter-spacing: -.01em;
    line-height: 140%;
    padding: 12px 24px;
    text-decoration: none;
    width: 100%;
}

.call-dtls .btn-flex a i {
    font-size: 18px;
}

.packing-book input, .packing-book select {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    font-family: Montserrat, sans-serif;
}

.packing-book .form-timeslot .radio {
    width: calc(50% - 10px);
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}

.packing-book-hide {
    display: none;
}

.packing-book-hide.show {
    display: block;
}

.packing-book-hide .radio label:hover .timeslot {
    background-color: #2080ce;
}

.package-dtls .paycard li {
    height: 80px;
}

.package-dtls.services-dtls .paycard li {
    height: auto;
}

.add-success {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    color: #222;
}

.add-success p {
    margin: 0;
}

.add-success p span {
    font-weight: 500;
}

.add-success p i {
    display: inline-block;
    margin-right: 8px;
    color: #53ce20;
}

.add-success a {
    background: #2080ce;
    padding: 3px 15px;
    color: #fff;
    font-size: 14px;
}

.table-add-cart table {
    background: #fff;
    border-radius: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #ddd;
}

.table-content table th {
    background-color: #fff;
}

.table-content table th, .table-content table td {
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 5px 10px;
}

.table-content .table> :not(:last-child)> :last-child>* {
    border-bottom-color: #ddd;
}

.table-content table td {
    border-top: medium none;

    vertical-align: middle;
    font-size: 16px;
}

.cart-input {
    height: 40px;
    width: 50px;
    text-align: center;
    font-size: 14px;
    border: none;
    border: 2px solid #ddd;
    display: block;
    margin: 0 5px;
    padding-bottom: 0px;
}

.cart-total {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.cart-total .w-50 {
    width: 50%;
    border: 1px solid #ddd;
    padding: 15px;
}

.cart-total .w-50 h2 {
    color: var(--pri-1);
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cart-total .w-50 p {
    color: #222;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-total .w-50 p span {
    font-weight: 700;
}

.card-blk .verticalcenter {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding: 20px;
}

.packing-book .form-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.packing-book .checkbox input, .packing-book .form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.packing-book .radio {
    margin-bottom: 15px;
    margin-right: 15px;
}

.packing-book .form-timeslot .radio {
    margin-bottom: 15px;
    margin-right: 0px;
    position: relative;
    width: calc(33.33% - 10px);
    margin-right: 10px;
    cursor: pointer;
}

.packing-book .radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.packing-book .radio .helper::before, .packing-book .radio .helper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}

.packing-book .radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #337ab7;
    border-color: #337ab7;
}

.packing-book .radio label:hover .helper {
    color: #337ab7;
}

.packing-book .radio input:checked~.helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.packing-book .radio input:checked~.helper::before {
    color: #337ab7;
}

.packing-book .form-timeslot.checkbox label, .packing-book .form-timeslot.form-radio label {
    padding-left: 0;
    margin: 0;
}

.packing-book .radio .timeslot {
    cursor: pointer;
    display: block;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 0;
    border-radius: 6px;
    border: solid 1px #d7d7d7;
    background-color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #222222;
    font-style: normal;
    text-align: center;
}

.packing-book .radio .timeslot::after {
    content: '\2713';
    font-size: 0;
    font-weight: 700;
}

.packing-book .radio input:checked~.timeslot::after {
    content: '\2713';
    margin-left: 10px;
    font-size: 13px;
}

.packing-book .radio input:checked~.timeslot {
    background: #2080ce;
    color: #fff;
}

.packing-book .radio label:hover .timeslot {
    background-color: #fff;
    border: solid 1px #2080ce;
}

.packing-book .radio label input:disabled+.timeslot {
    background-color: #bbb;
    border: solid 1px #bbb;
    color: #666;
}

.seat-flex {
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.seatSelection {
    display: flex;
    align-items: center;
    gap: 6px;
}

.seatSelection span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid hsla(0, 0%, 6%, .22);
    flex-shrink: 0;
    overflow: hidden;
}

.seatSelection p {
    font-size: 12px;
    color: hsla(0, 0%, 6%, .54);
    font-weight: 600;
    line-height: 16px;
    letter-spacing: .5px;
    margin: 0px;
    white-space: nowrap;
}

.seatSelection.seatopen span {
    border: solid 1px #ccc;
    background-color: #fff;
}

.seatSelection.seatbooked span {
    border: solid 1px #bbb;
    background-color: #bbb;
}

.seatSelection.seatselected span {
    border: solid 1px #2080ce;
    background: #2080ce;
}

.packagecaro .slick-arrow {
    width: 36px;
    height: 36px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(34, 34, 34, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 9;
}

.packagecaro:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.packagecaro .slick-arrow.slick-prev {
    left: -45px !important;
}

.packagecaro .slick-arrow.slick-next {
    right: -45px !important;
}

.step-app>.step-content>.step-tab-panel, .step-app>.step-footer .btnproceed {
    display: block !important;
}

.packageinner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.packageinner .items {
    width: 22%
}

a.btn-profile img {
    height: 45px;
    width: 45px !important;
    border-radius: 50px;
    margin-left: 10px;
}


/* woocommerce */
.woocommerce a.remove {
    font-size: 18px;
    background: #ffe9e9;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce a.remove:hover {
    color: red !important;
    background: #ddd;
    ;
}

.woocommerce table.cart img {
    height: 80px;
    width: 80px;
}

.woocommerce table.shop_table td.product-name a {
    text-decoration: underline;
    color: #31b0e1;
    font-weight: 600;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.woocommerce table.shop_table td .quantity input {
    border: none;
    cursor: default;
}

.woocommerce .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

.woocommerce-notices-wrapper ul li a, .woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-notices-wrapper a {
    font-weight: 600;
    text-decoration: underline;
    color: #276fb5;
}

.woocommerce-notices-wrapper ul li a:hover, .woocommerce-form-login-toggle .woocommerce-info a:hover,
.woocommerce-notices-wrapper a:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover {
    background-color: #2a2b2c;
    color: #fff;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, button#place_order {
    background-color: #31b0e1;
    color: #fff;
    padding: 15px 25px;
}

.woocommerce-billing-fields input {
    border: 1px solid #ccc;
    padding: 10px;
}

.woocommerce-additional-fields {
    display: none;
}

.woocommerce-billing-fields h3, #order_review_heading {
    font-weight: 600;
    color: #222;
    margin: 0 0 15px 0;
}

#billing_country_field span.woocommerce-input-wrapper {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    display: block;
}

#billing_country_field span.woocommerce-input-wrapper strong {
    font-size: 16px;
    font-weight: 400;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 22px;
}

table.shop_table.woocommerce-checkout-review-order-table thead th {
    background: #eee;
}

span.woocommerce-Price-currencySymbol {
    direction: rtl;
    margin: 0 5px;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
}

.detect-location {
    position: relative;
    margin-bottom: 25px;
}

.detect-location input {
    width: 100%;
    background: #fff;
}

.detect-location button {
    width: 40px;
    height: 36px;
    background: url(../images/map-fetch.png) no-repeat center center;
    background-size: auto 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

.woocommerce-form-login-toggle {
    position: relative;
}

/* .woocommerce-form-login-toggle::before {
    content: 'Continue as Guest';
    position: absolute;
    bottom: -65px;
    left: -10px;
    z-index: 5;
    background: #fff;
    padding: 10px;
    font-weight: 600;
    color: #222;
    margin: 0;
    font-size: 1.17em;
} */

span.woocommerce-input-wrapper.password-input input {
    height: 40px;
    border: 1px solid #ccc;
    padding: 10px;
}

.inner-banner-wrap+.pageContentWrapper .inner-container {
    padding: 40px 5.5vw 40px;
}

.woocommerce td.product-name dl.variation {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 22px;
    color: #333;
}

.woocommerce td.product-name dl.variation dd {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    width: auto;
    display: inline-block;
}

.infomissing {
    position: relative;
    z-index: 999;
}

.infomissing h1 {
    font-size: 102px;
    font-weight: 700;
    margin-top: 120px;
    line-height: 105px;
    color: #276fb5;
    text-transform: uppercase;
}

.infomissing h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    color: #000000;
    text-transform: uppercase;
}

.infomissing p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    margin: 15px 0;
}

.infomissing .btn {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border: 0px solid;
    border-bottom: 2px solid;
    border-color: #31b0e1;
    padding: 10px 41px;
    border-radius: 5px;
    background: none;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 20px 0 0;
    background-color: #31b0e1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

.otp-input-fields {
    display: flex;
    align-items: center;
    gap: 20px;
}

.otp-input-fields input {
    width: 100%;
    height: 48px;
    text-align: center;
    border-radius: 8px;
    border: solid 1px var(--bc-input);
    background-color: #fff;
}

.result #_otp {
    opacity: 0;
    visibility: hidden;
    font-size: 0;
}

nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 30px;
}

nav.woocommerce-MyAccount-navigation ul li {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
    border-bottom: 3px solid #31b0e1;
    color: #31b0e1;
    font-weight: 600;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    font-family: Montserrat, sans-serif;
}