:root {
    --body-bg: #ffffff;
    --theme-color: #c274a9;
    --body-color: #1f1e1e;
    --title-color: #89a1ba;
    --secondary-color: #fde5d8;
    --heading-font: "Raleway", serif;
    --title-font:
        "Marcellus", serif;
    --body-font:
        "DM Sans", sans-serif;
    --icon-font:
        "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    /* background-color: var(--body-color) !important; */
    /* background-image: url(../img/bg-1.jpg); */
    /* background-repeat: repeat;
    background-size: cover; */
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: none;
}

li {
    padding: 0px;
}

ol {
    list-style-type: none;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease .4s
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    margin: 0 0 10px 0;
    line-height: 1.63;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px 0
}

@media(max-width: 767px) {

    .header-btns {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px !important;
        justify-content: center;
        padding-bottom: 10px;
    }

    /* .sticky-wrap .container .row {
        display: block;
    } */

    .header-logo {
        margin: 0 auto;
    }

    .cmn-price-list li {
        width: 100% !important;
        margin-right: 0px !important;
    }

    .h1,
    h1,
    .h2,
    h2,
    .h3,
    h3,
    .h4,
    h4,
    .h5,
    h5,
    .h6,
    h6 {
        line-height: 1.4
    }
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 30px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters)/2);
        padding-right: calc(var(--container-gutters)/2)
    }

    .container-fluid {
        padding-left: calc(var(--container-gutters)/2);
        padding-right: calc(var(--container-gutters)/2)
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0>.row {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
}

.outer-wrap2,
.outer-wrap1 {
    max-width: 1880px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.outer-wrap3 {
    max-width: 1445px;
    background-color: var(--white-color);
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--section-space);
    padding-bottom: calc(var(--section-space) - 30px)
}

@media(min-width: 1922px) {
    .hd-container1 {
        max-width: 2000px
    }
}

@media(max-width: 1500px) {
    .outer-wrap3 {
        max-width: 1350px
    }
}

@media(max-width: 1399px) {
    .outer-wrap3 {
        max-width: 1140px
    }
}

@media(max-width: 991px) {
    .outer-wrap3 {
        padding-top: var(--section-space-mobile);
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }
}

@media(min-width: 1399px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px
    }
}

.gy-gx {
    --bs-gutter-y: var(--bs-gutter-x)
}

.gy-30 {
    --bs-gutter-y: 30px
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 46px;
    padding: 0 20px 0 42px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--body-bg);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    border-radius: 35px;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    color: var(--body-color);
    box-shadow: none;
    background-color: var(--body-bg);
    border-color: var(--border-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color)
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0
}

input[type=checkbox]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type=checkbox]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

input[type=checkbox]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: #f1f1f1;
    border: 1px solid rgba(196, 198, 200, .3);
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px
}

input[type=radio]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

input[type=radio]~label::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: .5px;
    font-size: .4em;
    line-height: 18.95px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--body-bg);
    color: rgba(0, 0, 0, 0);
    transition: all .2s ease
}

input[type=radio]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

label {
    margin-bottom: .5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    position: absolute;
    right: calc(var(--bs-gutter-x)/2 + 30px);
    top: 21px;
    font-size: 16px;
    color: #a0abb4
}

.form-group.has-label>i {
    top: 50px
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(.375em + .8875rem) center
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none
}

textarea.is-invalid {
    background-position: top calc(.375em + .5875rem) right calc(.375em + .8875rem)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.form-messages {
    display: none;
    margin: 0;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 4px
}

.form-messages>pre:last-child {
    margin-bottom: 0
}

.form-messages>pre:first-of-type {
    margin-top: 0
}

.form-messages.success {
    background-color: var(--success-color);
    color: var(--white-color);
    display: block
}

.form-messages.error {
    background-color: var(--error-color);
    color: var(--white-color);
    display: block
}

.form-messages pre {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    color: inherit
}

.row>.slick-list {
    padding-left: 0;
    padding-right: 0
}

.slick-track>[class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-top: var(--bs-gutter-y)
}

.slick-track {
    min-width: 100%
}

.slick-slide img {
    display: inline-block
}

.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 30px 0;
    line-height: 0;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
    line-height: 0
}

.slick-dots li {
    display: inline-block;
    margin-right: 7px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 60px;
    height: 15px;
    line-height: 0;
    border: 3px solid var(--title-color);
    background-color: var(--dots-bg, transparent);
    transition: all ease .4s;
    position: relative
}

.slick-dots button:hover,
.slick-dots .slick-active button {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    position: absolute;
    background-color: var(--secondary-color);
    color: var(--theme-color);
    top: 50%;
    border: none;
    left: var(--pos-x, -40px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 20px);
    margin-top: calc(var(--icon-size, 60px)/-2);
    z-index: 2;
    border-radius: 0;
    transition: all ease .4s
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slick-arrow.slick-next {
    right: var(--pos-x, -40px);
    left: auto
}

.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    --pos-x: -100px;
    opacity: 1;
    visibility: visible
}

.has-slide-shadow {
    margin-top: -30px;
    margin-bottom: -30px
}

.has-slide-shadow .slick-slide {
    margin-top: 30px;
    margin-bottom: 30px
}

.arrows-style1 {
    display: flex;
    justify-content: space-between;
    max-width: calc(100% - var(--padding-x, 492.5px)*2);
    width: 100%;
    margin: 20px auto 28px auto;
    position: relative;
    z-index: 1
}

.arrows-style1 button {
    border: none;
    padding: 0;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .22em;
    display: inline-flex;
    gap: 10px
}

.arrows-style1 button .arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: currentColor;
    -webkit-clip-path: var(--path);
    clip-path: var(--path);
    vertical-align: middle
}

.arrows-style1 button:hover {
    color: var(--title-color)
}

.arrows-style1 [data-slick-prev] {
    --path: polygon(100% 0, 60% 49%, 100% 100%, 0 50%)
}

.arrows-style1 [data-slick-next] {
    flex-direction: row-reverse;
    --path: polygon(0 0, 100% 50%, 0 100%, 40% 50%)
}

@media(max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px
    }

    .arrows-style1 {
        --padding-x: 330px
    }
}

@media(max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px
    }

    .arrows-style1 {
        --padding-x: 220px
    }
}

@media(max-width: 1199px) {
    .arrows-style1 {
        --padding-x: 170px
    }
}

@media(max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px
    }

    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px
    }

    .arrows-style1 {
        --padding-x: 100px
    }

    .slick-dots {
        margin: 8px 0 38px 0
    }
}

@media(max-width: 767px) {
    .arrows-style1 {
        --padding-x: 10px
    }
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    padding-left: 40px;
    display: block;
    text-align: left;
    background-color: var(--body-color);
}

.vs-menu-wrapper .mobile-logo img {
    max-width: 200px
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 34px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 30%;
    background-color: var(--body-bg);
    border-right: 4px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 175px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.vs-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(154, 86, 58, .2);
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color)
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid var(--border-color);
    list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--border-color)
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 30px 0;
    line-height: 1;
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500
}

.vs-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block
}

.vs-mobile-menu ul li.vs-active>a {
    color: var(--theme-color)
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg)
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(154, 86, 58, .5);
    border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font)
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: "\f068"
}

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 34px;
    border: none;
    background-color: transparent;
    color: var(--theme-color);
    display: inline-block;
    border-radius: 0
}

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    font-size: 20px
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
    margin-right: 10px
}

.vs-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media(max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 100%;
    }

    .vs-mobile-menu>ul {
        padding: 0 20px
    }
}

.vs-btn {
    background-color: var(--theme-color);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 24px;
    border: none;
    position: relative;
    z-index: 1;
    text-align: center
}

.vs-btn:after,
.vs-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--title-color);
    z-index: -1;
    width: 50%;
    height: 0;
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden
}

.vs-btn:after {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto
}

.vs-btn:hover {
    color: #fff;
    background-color: var(--title-color);
}

.vs-btn:hover:before,
.vs-btn:hover:after {
    height: 100%;
    opacity: 1;
    visibility: visible
}

.vs-btn.style2 {
    padding: 17px 36px
}

.vs-btn.style4,
.vs-btn.style3 {
    font-weight: 500;
    letter-spacing: .22em;
    margin: 7px 0;
    padding: 17px 36.5px;
    background-color: rgba(0, 0, 0, 0)
}

.vs-btn.style4:before,
.vs-btn.style4:after,
.vs-btn.style3:before,
.vs-btn.style3:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all ease .4s;
    background-color: rgba(0, 0, 0, 0)
}

.vs-btn.style4:before,
.vs-btn.style3:before {
    transform: scaleY(1.3) scaleX(0.81);
    border: 1px solid rgba(19, 43, 51, .25);
    z-index: -2
}

.vs-btn.style4:after,
.vs-btn.style3:after {
    transform: scale(1);
    z-index: -1;
    background-color: var(--theme-color);
    opacity: 1;
    visibility: visible
}

.vs-btn.style4:hover,
.vs-btn.style3:hover {
    color: var(--title-color)
}

.vs-btn.style4:hover::before,
.vs-btn.style3:hover::before {
    border-color: var(--theme-color);
    transform: scaleY(1) scaleX(1)
}

.vs-btn.style4:hover::after,
.vs-btn.style3:hover::after {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.3) scaleX(0.58)
}

.vs-btn.style4 {
    color: var(--theme-color)
}

.vs-btn.style4:before {
    border-color: var(--white-color)
}

.vs-btn.style4:after {
    background-color: var(--white-color)
}

.vs-btn.style4:hover {
    color: var(--theme-color)
}

.vs-btn.style4:hover:before {
    border-color: var(--white-color)
}

.vs-btn.style4:hover:after {
    transform: scaleY(0.8) scaleX(0.95);
    opacity: 1;
    visibility: visible
}

.vs-btn.style5:hover {
    color: var(--theme-color)
}

.vs-btn.style5:after,
.vs-btn.style5:before {
    background-color: var(--white-color)
}

.vs-btn.style6 {
    background-color: var(--white-color);
    color: var(--theme-color);
    padding: 5px 20px 5px 5px
}

.vs-btn.style6 i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    margin-right: 10px;
    font-size: 18px;
    text-align: center
}

.vs-btn.style6:hover {
    color: var(--white-color)
}

.vs-btn.style7 {
    padding: 23px 37px
}

.vs-btn.style8 {
    background-color: #313c45;
    font-weight: 500
}

.vs-btn.style8::after,
.vs-btn.style8::before {
    background-color: var(--theme-color)
}

.vs-btn.style8:hover {
    color: var(--white-color)
}

.icon-btn {
    border: none;
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    line-height: var(--icon-size, 40px);
    font-size: var(--icon-font-size, 14px);
    background-color: var(--white-color);
    color: var(--theme-color);
    display: inline-block;
    text-align: center;
    padding: 0;
    vertical-align: middle
}

.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.icon-btn.style2 {
    --icon-size: 50px;
    background-color: var(--title-color);
    color: var(--white-color);
    font-size: 18px
}

.icon-btn.style2:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: var(--body-bg);
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

@media(max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px
    }

    .scroll-btn.show {
        bottom: 15px
    }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

.vs-icon {
    display: inline-block;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: var(--border-gap, 5px);
    transition: all ease .4s
}

.vs-icon:before {
    content: "";
    position: absolute;
    top: calc(var(--border-gap, 5px)/-1);
    right: calc(var(--border-gap, 5px)/-1);
    bottom: calc(var(--border-gap, 5px)/-1);
    left: calc(var(--border-gap, 5px)/-1);
    border: 1px dashed var(--theme-color);
    border-radius: inherit;
    transition: all ease .4s;
    animation: spin 30s linear infinite
}

.vs-icon.style2 {
    background-color: #fde7da;
    box-shadow: 0 0 0 8px var(--white-color);
    margin: 8px
}

.vs-icon.style2:before {
    display: none
}

.vs-icon.style3 {
    background-color: #fde7da
}

.bar-btn {
    border: none;
    display: inline-block;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    width: 40px;
    height: 26px;
    position: relative;
    overflow: hidden
}

.bar-btn .bar:after,
.bar-btn .bar:before {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease .4s;
    background-color: var(--title-color)
}

.bar-btn .bar:after {
    left: -140%;
    right: auto;
    background-color: var(--theme-color)
}

.bar-btn .bar:nth-child(2):before,
.bar-btn .bar:nth-child(2):after {
    top: 50%;
    margin-top: -1px
}

.bar-btn .bar:nth-child(3):after,
.bar-btn .bar:nth-child(3):before {
    top: auto;
    bottom: 0;
    width: 30px
}

.bar-btn .bar:nth-child(3):after {
    left: auto;
    right: -120%
}

.bar-btn:hover {
    color: var(--theme-color)
}

.bar-btn:hover .bar:after {
    left: 0
}

.bar-btn:hover .bar:before {
    right: -110%
}

.bar-btn:hover .bar:nth-child(3):before {
    right: 110%
}

.bar-btn:hover .bar:nth-child(3)::after {
    left: auto;
    right: 0
}

.bar-btn.style2 .bar:before {
    background-color: var(--white-color)
}

.bar-btn.style2:hover .bar:before {
    background-color: var(--theme-color)
}

@media(max-width: 767px) {
    .play-btn {
        --icon-size: 60px
    }

    .watch-btn .play-btn {
        --icon-size: 50px;
        --icon-font-size: 16px
    }

    .watch-btn .btn-text {
        font-size: 18px
    }

    .scrollToTop {
        right: 20px
    }

    .scrollToTop.show {
        bottom: 20px
    }

    .user-id-link {
        font-size: 18px
    }
}


.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.vs-header {
    position: relative;
    z-index: 41
}

.header-logo {
    max-width: 260px;
    padding: 18px 0
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase
}

@media(max-width: 1500px) {
    .main-menu a {
        font-size: 16px
    }
}

.main-menu a:hover {
    color: var(--theme-color);
}

.main-menu>ul>li {
    margin: 0 18px
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f107";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: -0.8px;
    font-size: .8rem
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li:first-child {
    margin-left: 0
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--body-bg);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    visibility: hidden;
    min-width: 190px;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--theme-color);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .09), 0px 3px 0px 0px rgba(231, 13, 60, .004);
    transform-origin: top center;
    transition: margin-top .4s ease-in-out 0s, visibility .4s ease-in-out 0s, opacity .4s ease-in-out 0s, z-index 0s
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34px;
    top: 30px;
    width: 1px;
    background-color: var(--border-color);
    height: calc(100% - 65px)
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦";

    top: 3px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px
}

.main-menu ul.sub-menu li a:before {
    content: "\f192";
    position: absolute;
    top: 2.8em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: .2em;
    line-height: 11.5px;
    color: var(--theme-color);
    font-weight: 700;
    background-color: var(--body-bg);
    box-shadow: inset 0px 2px 4px 0px rgba(154, 86, 58, .4)
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%)
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 4px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.menu-style1>ul>li>a {
    padding: 37px 0
}

.header-text {
    font-size: 12px;
    font-weight: 500;
    color: #e5e4e4;
    margin: 0;
    padding: 12px 0
}

.header-btns {
    display: flex;
    align-items: center;
    gap: 25px
}

.header-btns button:not([class*=vs-]),
.header-btns a:not([class*=vs-]) {
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 15px;
    color: var(--title-color);
    background-color: rgba(0, 0, 0, 0)
}

.header-btns button:not([class*=vs-]):hover,
.header-btns a:not([class*=vs-]):hover {
    color: var(--theme-color)
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--title-font);
    padding: 0 30px 0 0;
    margin: 0 26px 0 0;
    border-right: 1px solid rgba(255, 255, 255, .15);
    line-height: 23px;
    line-height: 1
}

.header-links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.header-links i {
    color: #ffffff;
    margin: 0 10px 0 0
}

.header-links a {
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
}

a {
    text-decoration: none !important;
}

.header-links a:hover {
    color: var(--title-color) !important;
}

.header-links.style-white li {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .2)
}

.header-links.style-white li a:hover {
    color: var(--white-color)
}

.header-top {
    background-color: var(--theme-color);
    padding: 10px 0px;
}

@media(min-width: 1500px) {

    .header-layout2,
    .header-layout1 {
        --main-container: 1700px
    }
}

.header-layout2 .menu-area {
    position: relative
}

@media(min-width: 1399px) {
    .header-layout2 .menu-area .menu-inner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0
    }
}

.header-layout2 .will-sticky .menu-inner {
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)
}

.social-style1 a i {
    color: #ffffff;
    padding: 0px 4px;
}

/* css */
.banner_box .item {
    position: relative;
}

.banner_heading_line {
    position: absolute;
    top: 40%;
    left: 0%;
    content: '';
    text-align: center;
    justify-items: center;

    h3 {
        font-size: 58px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        background-color: #00000044;
        padding: 14px;
        background: rgba(2, 2, 2, 0.445);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        /* filter: drop-shadow(3px 8px 8px black); */
        margin: auto;
    }
}

.hero-content {
    margin: 60px 0px;

    h3 {
        color: #fff;
        font-size: 58px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        background-color: rgb(255 223 107 / 20%);
        display: inline-block;
        padding: 11px 19px;
        margin-bottom: 22px;
    }

    i {
        color: var(--theme-color);
    }
}

.hero-right_content {
    margin: 60px 0px;

    p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 20px;
    }

    a {
        text-decoration: none;
    }

    i {
        transform: rotate(-45deg);
    }
}

/* .banner_box h3{
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 30px 0px;
} */
/* .about_section_bg{
    background-image: url(../img/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.header-btns img {
    width: 80px;
    height: 40px;
    background-color: var(--theme-color);
    padding: 6px;
    border-radius: 50%;
    filter: drop-shadow(1px 1px 3px black);
}

.header-btns p {
    font-size: 12px !important;
}

.about_box {
    text-align: center;
    position: relative;

    h3 {
        font-size: 58px;
        color: var(--theme-color);
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

    p {
        font-size: 18px;
        color: #757474;
        font-weight: 500;
    }
}

.working_hours {
    background-image: url(../img/shape-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;

    h4 {
        font-size: 28px;
        color: #fff;
    }
}

.working_hours ul {
    padding-left: 0px;
    margin: 20px 0px;
}

.working_hours li {
    padding: 20px 20px;
    border-bottom: 1px dashed var(--theme-color);
    color: #fff;
    font-size: 20px;
    background-color: #ffdf6b1f;
}

.about_section {
    padding: 110px 0px;
    background: #ffffff5e;
}

.about-section-title h4 {
    color: #ffffff;
    font-size: 18px;
    background-color: var(--title-color);
    padding: 8px;
    width: 26%;
    box-shadow: 1px 1px 3px 1px #313030;

    i {
        color: var(--theme-color);
    }
}

.about-section-title h3 {
    color: #000000;
    font-size: 56px;
    margin: 20px 0px;
    font-weight: 600;
}

.about-section-title p {
    color: #000000;
    font-size: 15px;
}

.about-bttn {
    margin-top: 30px;
    display: flex;
}

/* .project_section{
    background-image: url(../img/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
} */
.project_section_bg {
    padding: 100px 0px;
    background-color: #fff;
}

.rooms-section-title {
    margin-bottom: 60px;
    text-align: start;
}

.rooms-section-title h4 {
    color: #000000;
    font-size: 18px;
    background-color: var(--title-color);
    padding: 8px;
    width: 33%;
    text-align: center;
    box-shadow: 1px 1px 3px 1px #313030;

    i {
        color: var(--theme-color);
    }
}

.rooms-section-title h3 {
    color: #000000;
    font-size: 56px;
    margin: 20px 0px;
    font-weight: 600;
}

.rooms-section-title ul {
    padding-left: 10px;
}

.rooms-section-title ul li {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    font-family: var(--title-font);
    padding: 6px 0px;
    list-style: square;
}

.rooms_box {
    position: relative;
    overflow: hidden;
}

.rooms_box img {
    transition: all .3s linear;
    overflow: hidden;
    clip-path: polygon(73% 0, 100% 25%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 0);
        height: 280px;
}

.rooms_box img:hover {
    transform: scale(1.1);
}

.rooms_box_content {
    position: absolute;
    bottom: 0px;
    background-color: #00000091;
    width: 100%;
    padding: 5px 20px 0px 20px;
    text-align: center;
}

.rooms_box_content h4 {
    color: #fff;
    font-size: 22px;
    margin: 15px 0px;
}

.about__image {
    border-top-right-radius: 49%;
    border-top-left-radius: 49%;
}

.shape_2_img {
    position: absolute;
    bottom: 0px;
    left: 30px;
}

.dot_shape_img {
    animation: dots 8s linear infinite;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.marquee-section {
    background: #c274a9;
    padding: 30px 0 30px;
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
}

.marquee-single-box {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    animation: scroll 50s linear infinite;
}

.marquee-content h3 {
    display: inline-block;
    font-size: 34px;
    color: #000000;
    font-weight: 600;
    /* padding: 0px 25px; */
}

.marquee-content h3 span {
    padding: 0px 20px;
}

.marquee-content h3 span img {
    margin: -5px 28px 0 30px;
    display: inline-block;
    animation: rotateme 8s linear infinite;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 1rem));
    }
}

@keyframes dots {
    from {
        transform: translateY(20px);
    }

    to {
        transform: translateY(-40px);
    }
}

.amenities_section {
    padding: 80px 0px;
    background-color: #c3d6ebde;
}

.amenities_section_bg {
    background-image: url(../img/bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.amenities_box {
    display: flex;
    align-items: center;
    padding: 40px 20px;
    background-color: var(--theme-color);
    margin-bottom: 35px;
    box-shadow: 1px 1px 3px 1px #ff6beb59;
    border-radius: 14px;

    p {
        font-size: 14px;
        color: #413737;
    }

    h5 {
        color: #fff;
        font-size: 28px;
    }
}

.amenities_box:hover {
    background-color: #8f5588;
    transition: all .3s linear
}

.amenities_box:hover p {
    color: #fff;
}

.contact-info {
    margin-left: 40px;
    display: flex;
    align-items: center;

    img {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }

    p {
        color: #000;
    }
}

.amenities-section-title {
    margin: 0px;

    h3 {
        color: #000000;
        font-size: 58px;
        margin-bottom: 20px;
        font-weight: 600;

    }

    h4 {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        background-color: var(--title-color);
        display: inline-block;
        padding: 11px 19px;
        margin-bottom: 22px;
        box-shadow: 1px 1px 3px 1px #313030;
    }
}

.contact-info-content p {
    margin-bottom: 0px;
}

.contact-info-content a {
    color: var(--theme-color);
}

.amenities_box img {
    margin-right: 30px;
}

.widget_title {
    font-size: 30px;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 6px;
    border-bottom: 2px dotted #d256b04f;
}

.footer-wrapper {
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.widget-area {
    background-color: #020202d9;
    padding: 80px 0px 0px 0px;
}

.copyright-wrap {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #00000012;
}

.footer-widget {
    ul {
        padding: 0px;
    }

    li {
        padding: 8px 0px;
        border-bottom: 2px dotted #d256b04f;
    }

    a {
        color: #ffffff;
        font-size: 15px;
        text-decoration: none;
        font-weight: 600;
    }

    p {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
    }

    i {
        color: var(--theme-color);
        margin-right: 15px;
        font-size: 17px;
        font-weight: 600;
    }
}

.footer-widget a:hover {
    color: var(--theme-color);
    transition: all .3s linear;
}

.footer-widget p:hover {
    color: var(--theme-color);
    transition: all .3s linear;
}

.footer__logo {
    width: 200px;
}

.address {
    margin-left: 28px;
}

.copyright-text {
    color: #ffffff;
    font-size: 14px;
}

.copyright-text a {
    color: #ffffff;
    font-size: 13px;
}

.logo_para p {
    width: 80%;
    margin: 30px 0px;
    color: #fff;
}

.testimonials {
    padding: 80px 0px;
    background: #ffffff75;
}

.testimonials_section_bg {
    background-image: url(../img/bg-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.review {
    justify-items: center;
    padding: 20px 30px;
    border-radius: 12px;
    color: #000000;
    border-bottom: 2px solid var(--title-color);
    background-color: #fff;

    p {
        color: #000;
        font-size: 16px;
    }

    h4 {
        color: #000;
        font-size: 24px;
        font-weight: 600;
    }
}

.google-icon {
    width: 100px !important;
    margin-bottom: 20px;
}


/* ========== inner page css ========== */

.inner-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/other/inner-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* =========== About Page =========== */

.about-section {
    .features {
        i {
            color: var(--theme-color);
        }
    }
}


/* ============= Gallery Page ============= */
.gallery-item {
    margin-bottom: 30px;
    transition: transform 0.3s;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item:hover {
    transform: scale(1.02);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-section {
    padding: 80px 0;
}


/* ========= contact page ==========  */

.contact-section {
    svg {
        color: var(--theme-color);
    }
}


.form-label {
    color: #000;
}

.form-check {
    padding-left: 0;

    input {
        background: transparent;
        border: none;
        display: none;
    }

    .form-check-label {
        color: #000;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 255 255 / 75%) !important;
}


/* ============= Room Page ============= */

.room-card {
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    height: 100%;
}

.room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.room-img-container {
    height: 250px;
    overflow: hidden;
}

.room-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.room-card:hover .room-img {
    transform: scale(1.05);
}

.amenity-badge {
    background-color: var(--theme-color);
    font-weight: 500;
}

.rating {
    color: #ffc107;
    font-weight: 600;
}

.room-details {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
}

.amenity-icon {
    color: var(--theme-color);
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

.header-sticky {
    position: sticky;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1000;

    .sticky-wrap {
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}



.room-booking {

    /*----------------
   27. Room booking information
--------------------*/
    .booking-rooms-tab {
        width: 100%;
        margin-bottom: 20px;
    }

    .booking-rooms-tab ul {
        margin: 0;
        padding: 0;
        display: flex;
    }

    .booking-rooms-tab li {
        width: 31.3%;
        margin: 0 1%;
        background: #e4e4e4;
        padding: 27px 0 30px;
        text-align: center;
        text-transform: capitalize;
    }

    .booking-rooms-tab li.active::before {
        background: #3ac4fa;
        height: 8px;
        width: 100%;
    }

    .booking-rooms-tab li:first-child {
        margin-left: 0;
    }

    .booking-rooms-tab li:nth-child(2) {
        margin: 0 2%;
    }

    .booking-rooms-tab li:last-child {
        margin-right: 0;
    }

    .booking-rooms-tab li:hover,
    .booking-rooms-tab li.active {
        background: #3ac4fa;
    }

    .booking-rooms-tab li.active a,
    .booking-rooms-tab li a:hover {
        background: #3ac4fa;
        color: #fff
    }

    .booking-rooms-tab li a {
        color: #6a6a6a;
        font-family: "Poppins", sans-serif;
        font-size: 24px;
        font-weight: 500;
        @media (max-width: 767px) {
            font-size: 18px;
        }
    }

    .booking-rooms-tab li a span.tab-border {
        background: #fff;
        border-radius: 50%;
        color: #6a6a6a;
        display: inline-block;
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 17px;
        text-align: center;
        width: 30px;
        @media (max-width: 767px) {
            font-size: 16px;
            height: 25px;
            line-height: 25px;
            width: 25px;  
            margin-bottom: 5px;  
        }
    }

    .booking-rooms-tab li a span {
        display: block;
    }

    .cal-book{
        display: flex;
        justify-content: space-between;
        @media (max-width: 767px) {
            flex-direction: column;
            gap: 10px;
            
        }
    }


    .single-room-details .room-img {

        width: 15%;
    }

    .single-room-details .single-room-details {

        width: 85%;
    }

    .room_price h4,
    .room_price h5 {
        font-size: 18px;
        margin: 0;
        color: #6a6a6a
    }

    .room_price h5 span {
        font-size: 14px;
        font-weight: 300;
    }

    .single-room-details .room_price>p {
        font-weight: 300;
        margin-bottom: 0;
        margin-top: 13px;
    }

    .single-room-booking-form {
        background: #3ac4fa none repeat scroll 0 0;
        padding: 45px 158px;
    }

    .booking_form_inner .single-form-part {
        display: inline-block;
        padding-left: 18px;
        width: 33%;
    }

    .booking_form_inner .single-form-part:first-child {
        padding-left: 0;
    }

    .single-form-part .date-to input,
    .single-form-part .select-option select {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #fff;
        color: #fff;
    }

    .single-form-part .select-option select option {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

    .single-form-part .select-option select {
        -moz-appearance: none;
    }

    .booking_form_inner .submit-form>button:hover {
        background: #fff none repeat scroll 0 0;
        color: #555;
    }

    .single-form-part .date-to,
    .single-form-part .select-option {
        position: relative
    }

    .single-form-part .date-to i {
        color: #fff;
        position: absolute;
        right: 15px;
        top: 16px;
    }

    .single-form-part .date-to i {
        color: #fff;
        position: absolute;
        right: 15px;
        top: 16px;
    }

    .single-form-part .select-option::before {
        color: #fff;
        content: "ï„‡";
        font-family: FontAwesome;
        font-size: 22px;
        position: absolute;
        right: 16px;
        top: 12px;
    }

    .booking-form-list .single-form-part .select-option select {
        border-color: #ddd;
        color: #b3b3b3;
    }

    .single-form-part .select-option select option {
        color: #6a6a6a;
    }

    .single-form-part .mail {
        position: relative;
    }

    .single-form-part .mail i {
        color: #6a6a6a;
        position: absolute;
        right: 12px;
        top: 16px;
    }

    .request-box textarea {
        height: 150px;
        padding: 15px;
        resize: none;
    }

    .prve-next-box .back-link {
        display: inline-block;
    }

    .prve-next-box .back-link a,
    .prve-next-box button,
    .pay-order>button {
        background: #4a4a4a none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        padding: 12px 30px;
        text-transform: uppercase;
    }

    .prve-next-box button:hover,
    .pay-order>button:hover {
        background: #4a4a4a none repeat scroll 0 0;
    }

    .prve-next-box .back-link a:hover {
        background: #3ac4fa
    }

    .prve-next-box button,
    .pay-order>button {
        background: #3ac4fa none repeat scroll 0 0;
        border: medium none;
        display: inline-block;
        margin-left: 25px;
        transition: all 0.3s ease 0s;
    }

    .booking-form-list .single-form-part {
        display: inline-block;
        padding-left: 30px;
        width: 33.1%;
    }

    .booking-form-list .single-form-part:first-child {
        padding-left: 0;
    }

    .payment-form-list .single_form {
        display: inline-block;
        width: 24.7%;
    }

    .payment-form-list .single_form {
        padding-left: 15px;
    }

    .payment-form-list .single_form:first-child {
        padding-left: 0;
    }

    .pay-order {}

    .pay-money-form .payment-card,
    .pay-order {
        display: inline-block;
    }

    .booking-done-table {

        padding-right: 30px;
        width: 50%;
    }

    .booking-done-description {

        padding-left: 30px;
        width: 50%;
    }

    .booking-done-table table {
        border: 1px solid #ddd;
    }

    .booking-done-table table tr:first-child td {
        border-right: 1px solid #ddd;
    }

    .booking-done-description>p {
        color: #ababab;
        font-weight: 500;
        margin-right: 147px;
    }

    .succesfully strong {
        color: #3ac4fa;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 600;
    }

    .booking-done-table .table p {
        color: #686868;
        font-size: 18px;
        font-weight: 500;
        margin: 20px 0 10px;
        text-transform: capitalize;
    }

    .booking-done-table .table p span {
        display: block;
        font-size: 14px;
        font-weight: 400;
    }

    /*******************************Calendar Top Navigation*********************************/
    div#calendar {

        padding: 0px;
        width: 250px;
        font-family: Helvetica, "Times New Roman", Times, serif;
    }

    .calendar2 {
        margin-left: 20px;
    }

    div#calendar div.box {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 40px;
        background-color: #0c769f;
    }

    div#calendar div.header {
        line-height: 40px;
        vertical-align: middle;
        position: absolute;
        left: 11px;
        top: 0px;
        width: 92%;
        height: 40px;
        text-align: center;
    }

    div#calendar div.header a.prev,
    div#calendar div.header a.next {
        position: absolute;
        top: 0px;
        height: 17px;
        display: block;
        cursor: pointer;
        text-decoration: none;
        color: #FFF;
    }

    div#calendar div.header span.title {
        color: #FFF;
        font-size: 18px;
    }


    div#calendar div.header a.prev {
        left: 0px;
    }

    div#calendar div.header a.next {
        right: 0px;
    }




    /*******************************Calendar Content Cells*********************************/
    div#calendar div.box-content {
        border: 1px solid #0c769f;
        border-top: none;
        background: #092F58;
    }



    div#calendar ul.label {
        float: left;
        margin: 0px;
        padding: 0px;
        margin-top: 5px;
        margin-left: 5px;
    }

    div#calendar ul.label li {
        margin: 0px;
        padding: 0px;
        margin-right: 5px;
        float: left;
        list-style-type: none;
        width: 29px;
        height: 29px;
        line-height: 29px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 15px;
        background-color: transparent;
    }


    div#calendar ul.dates {
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    /** overall width = width+padding-right**/
    div#calendar ul.dates li {
        margin: 0px;
        padding: 0px;
        margin-right: 5px;
        margin-top: 5px;
        line-height: 29px;
        vertical-align: middle;
        float: left;
        list-style-type: none;
        width: 29px;
        height: 29px;
        font-size: 15px;
        background-color: #f97e7e;
        color: #000;
        text-align: center;
    }


    div#calendar ul.dates li.mask {
        background: #C0C0C0;
    }

    div#calendar ul.dates li a {
        display: block;
        background: #8dfda2;
        color: #000;
        text-decoration: none;
    }

    /*Past Date*/
    div#calendar ul.dates li.this_past {
        background-color: #96A4B0;
    }

    /*Today Date  CC6699*/
    div#calendar ul.dates li a.this_today {
        background-color: #1F8BCC;
    }

    div#calendar ul.dates li a.this_checkin {
        background-color: #FFFF00;
    }

    div#calendar ul.dates li a.this_checkout {
        background-color: #FFFF00;
    }

    /*Today Date  CC6699*/
    div#calendar ul.dates li a.this_test {
        background-color: #fff;
    }

    :focus {
        outline: none;
    }

    div.clear {
        clear: both;
    }

    .reservation_index .calendar {
        width: 69%;
        @media (max-width: 992px) {
            width: 100%;
            float: none;
        }
        /*  */
    }

    /*.reservation_index #main-detail {
	 width: 28%; border:1px #d0d2d3 solid; border-radius:10px;	
}*/

    .amenities li {
        width: 30%;

    }

    #dynamic_select {
        padding: 5px;
        border: 1px solid #ccc;
        margin-top: 10px;
    }

    .full {
        width: 100%;

        margin-top: 10px;
    }

    .marCal {
        margin: 10px 0;
    }

    .calendar ul.infoselect li {
        margin: 0 !important;
    }

    #outer_calendar {
        padding: 25px;
        padding-top: 10px;
        width: 450px;
        background-color: #3ac4fa
    }

    #outer_booking {
        font-family: 'Carrois Gothic', sans-serif;
        float: right;
        padding: 11px;
        padding-top: 18px;
        width: 90%;
        background-color: #000;
        @media (max-width: 992px) {
            width: 100%;
            float: none;
            
        }   
    }

    #outer_booking h2 {
        font-family: 'Droid Serif', Georgia, Times, serif;
        font-size: 22px;
        color: #e2e2e2;
        margin-top: 0
    }

    #outer_booking p {
        font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
        color: #b3abab;
        font-size: 14px
    }

    #outer_booking #booking {
        font-size: 80%;
        border: #CCCCCC 1px solid;
        border-right: none;
        border-bottom: none
    }

    #outer_booking #booking td {
        border-right: #CCCCCC 1px solid;
        border-bottom: #CCCCCC 1px solid;
        padding-left: 5px
    }

    #outer_booking span {
        color: red
    }

    #outer_price {
        width: 200px;
        float: left;
        height: 22px;
        margin-top: 6px
    }


    /*------- Book Your Appointment ---------------*/
    ul,
    li {
        margin: 0;
        padding: 0;
    }

    #form {
        margin: 10px auto 0;
        width: 100%;
    }

    #form h2 {
        float: left;
        width: 33%;
        background-color: #B3D0D3;
        padding: 8px 0;
        text-align: center;
        color: #000;
        font-size: 12px;
        border: 1px #39C solid;
        cursor: pointer;
    }

    #form h2 span {
        font-size: 16px;
    }

    #form h3 {
        float: left;
        width: 33%;
        background-color: #1c5e60;
        padding: 8px 0;
        text-align: center;
        color: #fff;
        font-size: 12px;
        border: 1px #39C solid;
        cursor: pointer;
    }

    #form h3 span {
        font-size: 16px;
    }

    #form h3 a {
        color: #FFF;
    }

    #form h2 a {
        color: #000;
    }

    #main-detail {
        width: 29%;
        border: 1px #d0d2d3 solid;
        border-radius: 10px;
        @media (max-width: 992px) {
            width: 100%;
            float: none;
            
        }
    }

    #main-detail h3 {
        padding: 10px;
        font-size: 16px;
        width: 200px;
        text-align: center;
        margin: 15px 0 10px 15px;
        border: 1px #3ac4fa solid;
        border-radius: 10px;
    }

    #room-detail {
        /* float: right; */
        width: 66%;
        border: 1px #d0d2d3 solid;
        border-radius: 10px;
        @media (max-width: 992px) {
            width: 100%;
            float: none;
        }
    }

    #room-detail h3 {
        padding: 10px;
        font-size: 16px;
        width: auto;
        text-align: center;
        margin: 15px 0 10px 15px;
        border: 1px #3ac4fa solid;
        border-radius: 10px;
    }

    #amen-list {
        line-height: 24px;
        border: 1px #d0d2d3 solid;
        width: 98%;
        padding: 15px;
        border-radius: 10px;
        margin-top: 12px;
    }

    #amen-list h2 {
        font-size: 20px;
    }

    .amenlist li {
        margin: 2px 0px;
        font-size: 13px;
    }


    .contactpage {
        width: 100%;
        padding: 22px 7px;
    }

    .contactpage h2 {
        font-size: 20px;
    }

    .contactpage p {
        font-size: 13px;
    }

    .contactpage a {
        color: #000;
    }

    .third_party {
        padding: 22px 7px;
        width: 100%;
    }

    .third_party h2 {
        color: #f20;
        font-size: 20px;
        font-weight: 800;
    }

    .third_party h5 {
        color: #000;
        font-size: 14px;
    }

    .third_party p {
        color: #000;
    }

    .third_party a {
        width: auto;
        border-radius: 4px;
        background: linear-gradient(to bottom, #dc0000 0%, #c20000 100%);
        border-color: #b50000;
        color: #fff;
        padding: 5px 10px;
        font-weight: bold;
    }


    .right_panel {
        float: left;
        width: 96%;
        margin: 0 2% 0;
        padding-bottom: 10px;
    }

    /*.right_panel img{ width: 200px; height: 150px; margin: 0 15px 15px 0; border: 1px #3ac4fa solid; padding: 5px;}*/
    /*.right_panel h2{float:left; width:60%; font-size:16px; margin-bottom:15px; border-bottom:1px #3ac4fa solid;}*/
    /*.right_panel span{float:right;}
.right_panel p{float:left; width:60%; font-size:14px; margin-bottom:10px;}
.img{float:left; margin:0 15px 15px 0;  border:1px #3ac4fa solid; padding:5px; }
*/

    .form-right-panel {
        width: 100%;
        margin: 10px 0 25px;
        border-bottom: 1px #3ac4fa dashed;
        padding-bottom: 5px;
    }

    .form-right-panel .div1 {
        width: 30%;
        border: 1px #3ac4fa solid;
        padding: 1%;
        @media (max-width: 550px) {
            width: 100%;
            margin-bottom: 10px;
        }
    }

    .form-right-panel .div1 img {
        width: 100%;
    }

    .form-right-panel .div2 {
        width: 65%;
        @media (max-width: 992px) {
            width: 100%;
            
        }
    }

    .form-right-panel .div2 .s1,
    .form-right-panel .div2 .s4 {
        width: 100%;
        margin-bottom: 5px;
        border-bottom: 1px #3ac4fa solid;
        padding-bottom: 5px;
    }

    .form-right-panel .div2 .s2,
    .form-right-panel .div2 .s3,
    .form-right-panel .div2 .s5 {
        width: 100%;
        margin-bottom: 5px;
    }

    .form-right-panel .div2 h2 {
        font-size: 16px;
        margin-bottom: 0;
        color: #000;
    }

    .form-right-panel .div2 p {
        margin: 0;
    }

    .form-right-panel .div2 label {
        float: left;
        font-size: 14px;
        width: auto;
        padding-top: 12px;
        margin-right: 10px;
        color: #B3261C;
        font-weight: 900;
        float: left;
    }

    .form-right-panel .div2 select {
        width: 120px;
        padding: 0 1rem ;
        margin-right: 15px;
        border: 1px solid #242424;
    }

    .form-right-panel .div2 span {
        width: 120px;
        padding-top: 15px;
    }

    .form-right-panel .div2 input[value="Submit"] {
        width: 100%;
        padding: 10px;
    }

    p.red {
        color: #FF0000;
        text-align: center;
    }


    .form_wrapper {
        float: left;
        padding: 15px 15px 15px 15px;
        background: #d9f1fb;
        border: 1px #d0d2d3 solid;
        border-radius: 10px;
        width: 30%;
        @media (max-width: 992px) {
            width: 100%;
            
        }
    }

    .form_wrapper h3 {
        color: #b3261c;
        margin: 0px;
    }

    .form_wrapper h2 {
        border-bottom: 1px #1C5E60 solid;
        padding-bottom: 8px;
        color: #b3261c;
        font-size: 14px;
        margin: 15px 0 10px 0;
        font-weight: 600;
    }

    .form_wrapper h4 {
        font-weight: 600;
    }

    .form_wrapper h5 {
        border-bottom: 1px #1C5E60 solid;
        padding-bottom: 8px;
        color: #b3261c;
        font-size: 14px;
        margin: 20px 0 15px 0;
        font-weight: 600;
    }

    .form_wrapper span {
        float: right;
        margin-top: -6px;
    }

    .form_wrapper p {
        padding-bottom: 8px;
        color: #000;
        font-size: 13px;
        margin: 0 20px 0 0;
    }



    .form_wrapper1 {
        width: 100%;
        height: auto;
        float: left;
        padding: 2%;
    }

    .form_wrapper1 h3 {
        color: #b3261c;
        margin: 0;
    }

    .form_wrapper1 h2 {
        background: #3ac4fa;
        padding: 8px 10px;
        color: #FFF;
        font-size: 18px;
        letter-spacing: 2px;
        margin: 10px 0 10px 0;
        font-weight: 600;
    }

    .form_wrapper1 p {
        padding-bottom: 8px;
        color: #000;
        font-size: 13px;
        margin: 0 20px 0 0;
    }

    .form_wrapper1 ul{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .form_wrapper1 li {
        width: 100%;
        display: flex;
        gap: 10px;
        @media (max-width: 768px) {
            flex-direction: column; 
            gap: 0;
        }
    }

    .form_wrapper1 li label {
        width: 170px;
        display: flex;
        padding-top: 15px;
        align-items: self-start;
        span{
            color: #b3261c;
        }
        @media (max-width: 768px) {
            width: auto;
            padding-top: 0;   
        }
    }


    .form_wrapper1 li input {
        height: auto;
        padding: 8px 10px;
        width: 100%;
        background: #3c9dc3 none repeat scroll 0 0;
        color: #191919;
    }

    .form_wrapper1 li select {
        height: auto;
        padding: 8px 10px;
        width: 100%;
        background: #3c9dc3 none repeat scroll 0 0;
        color: #191919;
    }
/* 
    .form_wrapper1 li select[name="expmonth"] {
        width: 20%;
    }

    .form_wrapper1 li select[name="expyear"] {
        width: 20%;
        margin-left: 2%;
    } */

    .form_wrapper1 h4 {
        font-style: italic;
        font-size: 16px;
        font-weight: bold;
        margin-top: 25px;
    }

    .form_wrapper1 li input[type="checkbox"] {
        width: auto;
        margin-right: 10px;
    }

    .form_wrapper1 input[type="submit"] {
        margin-left: 150px;
        width: auto;
        padding: 10px 15px;
        height: auto;
        background: #3ac4fa;
        color: #fff;
        border-radius: 5px;
    }

    .form_wrapper1 input[type="submit"]:hover {
        background: #000;
    }

    .form_wrapper1 li p {
        font-size: 10px;
    }

    .form {
        width: 380px;
        height: auto;
        float: left;
    }

    ul.contactform {
        margin-top: 20px;
    }

    ul.contactform li {
        list-style: none;
        margin: 5px 0px;
    }

    ul.contactform li label {
        display: block;
    }

    ul.contactform li input[type="text"],
    ul.contactform li textarea {
        width: 98%;
        border: none;
        padding: 1%;
    }

    input[type="text"],
    textarea,
    select {
        background: #3c9dc3;
        color: #000;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        outline: none;
    }

    ul.contactform li textarea {
        height: 80px;
    }

    input[type="submit"],
    input[type="reset"] {
        border: none;
        background: #3ac4fa;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        cursor: pointer;
        transition: all ease-in 0.5s;
        float: right;
        margin-right: 5px;
    }

    ul.contactform li input[type="submit"]:hover,
    ul.contactform li input[type="reset"]:hover {
        background: #272727;
        color: #fff;
    }


    .address {
        width: 259px;
        height: auto;
        float: left;
        background: #fff;
        margin-left: 20px;
        padding: 10px;
    }

    .address span {
        width: 50px;
        float: left;
        font-weight: bold;
    }

    .email {
        text-decoration: none;
        color: #b3261c;
    }

    .email:hover {
        text-decoration: underline;
    }

    .email2 {
        text-decoration: none;
        color: #fff;
    }

    .email2:hover {
        text-decoration: underline;
    }

    .address strong.ad {
        width: 130px;
        float: left;
    }



    ul.picupform {
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }

    ul.picupform li {
        list-style: none;
        margin: 10px 0;
    }

    ul.picupform li label {
        text-align: left;
        float: left;
        width: 235px;
        margin-top: 5px;
    }

    ul.picupform li span {
        /*float:left;*/
        margin: 5px 10px 0px 10px;
    }

    ul.picupform li input[type="text"],
    ul.picupform li textarea {
        width: 230px;
        height: auto;
        border: none;
        padding: 5px;
    }

    ul.picupform li select {
        padding: 5px;
        border: none;
        width: 100px;
    }

    ul.picupform li textarea {
        height: 100px;
    }


    ul.picupform1 {
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }

    ul.picupform1 li {
        list-style: none;
        margin: 10px 0;
    }

    ul.picupform1 li label {
        text-align: right;
        float: left;
        width: 150px;
        margin-top: 5px;
    }

    ul.picupform1 li span {
        float: left;
        margin: 5px 10px 0px 10px;
    }

    ul.picupform1 li input[type="text"],
    ul.picupform1 li textarea {
        width: 300px;
        height: auto;
        border: none;
        padding: 5px;
    }

    ul.picupform1 li select {
        padding: 5px;
        border: none;
        width: 100px;
    }

    ul.picupform1 li textarea {
        height: 70px;
    }

    .length {
        background: #3c9dc3 none repeat scroll 0 0;
        color: #191919;
        /* width: 300px !important; */
    }


    ul.infoselect {
        width: 100%;
        display: block;
        padding-bottom: 10px;
        float: left;
    }

    ul.infoselect li {
        list-style: none;
        margin: 10px 0;
    }

    ul.infoselect li label {
        text-align: left;
        float: left;
        width: 125px;
        margin-top: 15px;
        color: #b3abab;
    }

    ul.infoselect li span {
        /*float:left;*/
        margin: 5px 10px 0px 10px;
    }

    ul.infoselect li input[type="text"],
    ul.infoselect li textarea {
        width: 230px;
        height: auto;
        border: none;
        padding: 5px;
    }

    ul.infoselect li select {
        padding: 5px;
        border: none;
        width: 100px;
        border: 1px solid #ccc;
        margin-top: 5px;
    }

    ul.infoselect li textarea {
        height: 100px;
    }

    ul.child {
        width: 100%;
        display: block;
        padding-bottom: 10px;
        float: left;
    }

    ul.child li {
        list-style: none;
        margin: 10px 0;
    }

    ul.child li label {
        text-align: left;
        float: left;
        width: 80px;
        margin-top: 15px;
        color: #b3abab;
    }

    ul.child li span {
        /*float:left;*/
        margin: 5px 10px 0px 10px;
    }

    ul.child li input[type="text"],
    ul.infoselect li textarea {
        width: 230px;
        height: auto;
        border: none;
        padding: 5px;
    }

    ul.child li select {
        padding: 5px;
        border: none;
        width: 70px;
        border: 1px solid #ccc;
        margin-top: 5px;
    }

    ul.child li textarea {
        height: 100px;
    }




    ul.servicesform {
        float: left;
        width: 305px;
        display: block;
        border-bottom: 1px dashed #000;
        padding-bottom: 25px;
        padding-left: 10px;
    }

    ul.servicesform li {
        list-style: none;
        margin: 10px 0;
    }

    ul.servicesform li label {
        margin-left: 10px;
        cursor: pointer;
        font-weight: bold;
        float: left;
        margin-top: 3px;
    }

    ul.servicesform li span {
        float: left;
        margin: 5px 10px 0px 10px;
    }

    ul.servicesform li input[type="text"],
    ul.servicesform li textarea {
        width: 300px;
        height: auto;
        border: none;
        padding: 5px;
    }

    ul.servicesform li select {
        padding: 5px;
        border: none;
        width: 100px;
    }

    ul.servicesform li textarea {
        height: 100px;
    }




    .forward {
        margin-left: 5px;
        cursor: pointer;
        font-weight: bold;
        float: left;
        padding: 4px 4px 0 4px;
    }

    .forward11 {
        margin-top: 5px;
        float: left;
    }

    .livelabel {
        cursor: pointer;
    }

    .livecheck {
        margin-top: 8px;
        float: left;
    }

    ul.paymentform li {
        width: 216px;
        height: auto;
        float: left;
        margin: 10px;
        list-style: none;
    }

    .cargobox {
        height: auto;
        float: right;
        padding: 10px;
        background: #b3261c;
        border-radius: 0 0 20px 20px;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -mz-border-radius: 0 0 20px 20px;
        -o-border-radius: 0 0 20px 20px;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
    }

    .cargobox:hover {
        background: #333;
    }

    .cargobox a {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
    }

    .agentinfo {
        width: 300px;
        height: auto;
        float: left;
    }




    .fillform {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }

    .fillform ul {
        margin: 0;
        padding: 0;
        display: flex;
                flex-direction: column;
    }

    .fillform li {
        list-style: none;
        margin: 5px 0;
        width: 100%;
    }

    .fillform li label {
        float: left;
        width: auto;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .fillform li span {
        float: right;
        width: auto;
        font-size: 12px;
        margin-top: 0;
        font-weight: 600;
    }


    ul.fillform1 {
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }

    ul.fillform1 li {
        list-style: none;
        margin: 10px 0;
    }

    ul.fillform1 li label {
        text-align: right;
        float: left;
        width: 97px;
        margin-top: 15px;
    }

    ul.fillform1 li span {
        /*float:left;*/
        margin: 5px 10px 0px 10px;
    }




    .calendar {
        border: 1px #d0d2d3 solid;
        border-radius: 10px;
        padding: 10px;
    }

    .calendar>strong {
        font-style: italic;
        opacity: 0.7;
        font-weight: 700;
    }

    .color-icon {
        width: 100%;
        overflow: hidden;
        margin-top: 15px;
    }

    .color-left {

        width: 50%;
        margin-bottom: 5px;
    }

    .color-right {

        width: 50%;
        margin-bottom: 5px;
    }

    .colorbox {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 2px;
    }

    .color-title {
        display: inline-block;
        vertical-align: text-bottom;
        color: #b3abab;
    }

    .c1 {
        background: #8fff91;
    }

    .c2 {
        background: #ff7070;
    }

    .c3 {
        background: #FFFF00;
    }

    .c4 {
        background: #1F8BCC;
    }

    .c5 {
        background: #96A4B0;
    }

    .c6 {
        background: #C0C0C0;
    }

    .form-btn-wrapper .btn {
        background: #3ac4fa;
        color: #fff;
        padding: 7px 15px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 30px;
        border: 1px solid #00a9ba;
        height: 1%;
    }

    .form-btn-wrapper .btn:hover {
        background: #222;
        color: #fff;
    }

    .form-btn-wrapper input[type="submit"] {
        background: #3ac4fa;
        color: #fff;
        padding: 8px 15px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 30px;
        border: 1px solid #00a9ba;
        float: none;
        width: auto;
    }

    .form-btn-wrapper input[type="submit"]:hover {
        background: #222;
        color: #fff;
    }

    .form-btn-wrapper {
        width: 100%;
        display: block;
        text-align: right;
    }

    .section-title>h3,
    .section-title>h3 {
        border-bottom: 1px solid #4a4a4a;
    }

    .section-title>h3,
    .section-title>h3,
    .video-tour .section_title>h3,
    .discount_offer_title h3 {
        color: #4a4a4a;
        font-size: 32px;
        font-weight: bold;
        position: relative;
        text-transform: uppercase;
        display: inline-block;
        line-height: 30px;
        padding-bottom: 20px;
        margin: 0;
    }

    .section-title>h3 span,
    .section-title>h3 span,
    .video-tour .section_title>h3 span,
    .discount_offer_title h3 span {
        color: #3ac4fa;
    }

    .testimonial-desc>p,
    .testimonial-desc>h3,
    .testimonial-desc>h3,
    .client-say-title>h3,
    .client-say-title>h3,
    .client-say-desc>p {
        color: #fff;
    }

    .testimonial-desc>h3 {
        font-size: 30px;
        margin-bottom: 3px;
        text-transform: capitalize;
    }

    .top-welcome {
        font-size: 32px !important;
        font-weight: 400 !important;
        text-transform: uppercase;
    }

    .section-title>h1 span,
    .section-title>h1 span,
    .video-tour .section_title>h1 span,
    .discount_offer_title h1 span {
        color: #3ac4fa;
    }

    .services-title>h3 {
        background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
        color: #4a4a4a;
        display: inline-block;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0;
        padding: 25px 0;
        text-transform: capitalize;
        width: 100%;
    }

    .hide {
        display: none;
    }

    .contact-form-title h3,
    .contact-info-title>h3,
    h3.social-medai-title {
        color: #4c4c4c;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
    }

    #body-mid {
        display: flex;
        gap: 20px;
        align-items: self-start;
        @media (max-width: 992px) {
            flex-direction: column;
            
        }
    }

    
.policy{ width: 100%; background:#e8e8e8; padding: 2%; margin-top: 25px;}
.policy h4{font-size:16px; font-weight:bold; margin-bottom:15px;}
.policy h6{font-size:14px; line-height: 22px; margin-bottom:15px;}
.policy h5{font-size:16px; font-weight:bold; margin-top: 15px; margin-bottom:15px;}
.policy h3{font-size:16px; font-weight:bold; margin-top: 15px; margin-bottom:15px; color: #f20;}
.policy p{text-align: justify; font-size:12px; padding-bottom:8px; margin-bottom:20px; border-bottom: 1px dashed #242424;}
.policy strong{font-weight: bold;}
.policy span{color: #B3261C; font-weight: bold;}
.policy ul{margin: 0 0 15px; padding:0 0 15px; float:left; width: 100%; border-bottom: 1px dashed #242424;}
.policy li{list-style: none; font-size: 12px; line-height: 18px;  width: 100%; margin-bottom: 5px;}
.policy li::before {content: "\f101"; font-family: 'FontAwesome'; margin-right: 10px;}


}
.flex-1{
    flex: 1;
}
.submit-card{
    display: flex;
    gap: 1rem;
}

.seo-none{ display:none;}
