@import url("https://fonts.googleapis.com/css?family=Oswald|Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");

:root {
    --main-color-one: #555;
    --secondary-color: #2e2e2e;
    --heading-color: #111;
    --paragraph-color: #555;
    --hover-color: #ef2b53;
    --hoverlite-color: #ef2b5326;
    --bg-color: #fafafa;
    --blue-color: #0194b9;
    --bluelite-color: #edf7fa;
    --bg-color-two: #fff;
    --heading-font: "Oswald", sans-serif;
    --body-font: "Poppins", sans-serif;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #777;
    font-style: normal;
    line-height: 26px;
    margin: 0;

    background-color: #ffffff;
}
.container {
    width: 1320px;
    padding: 12px 0;
}
.container-full {
    max-width: 100%;
}
.row {
    width: 100%;
    margin: 0;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .container-full {
        width: 100%;
        padding: 0 15px;
    }
}
#banner {
    background-image: url(../images/bg-banner.png);
    background-size: cover;

    position: relative;
    left: 0px;
    top: 0px;
    z-index: 9;
    opacity: 1;
    min-height: 900px;
    background-position: center;
}
h5 {
    color: #ff4f9d;

    font-size: 22px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 700;
    margin: 0;
}
@media (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
    h5.center {
        text-align: center;
    }
}
h2 {
    font-size: 60px;
    color: #141b22;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
@media (max-width: 767px) {
    h2 {
        font-size: 36px;
    }
    h2.center {
        text-align: center;
    }
}
p {
    font-size: 18px;
    color: #313a42;
    line-height: 26px;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
.btn {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    background: #884cd2;
    border: none;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .btn {
        padding: 20px 15px;
        font-size: 14px;
    }
}
.btn.active {
    background: #ff4f9d;
    color: #fff;
    border: 2px solid #ff4f9d;
    box-shadow: none;
}
#banner .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#home-offer .item {
    padding: 50px 25px;
    background-size: cover;
    background-position: center;
}
#home-offer .item-1 h5 {
    color: #ff4f9d;
}
#home-offer .item-1 a {
    background-color: #ff4f9d;
}
#home-offer .item-2 h5 {
    color: #884cd2;
}
#home-offer .item-2 a {
    background-color: #884cd2;
}
#home-offer .item-3 h5 {
    color: #e88e38;
}

#home-offer .item-3 a {
    background-color: #e88e38;
}
#home-offer h5 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.3;
}
#home-offer h3 {
    font-size: 27px;
    color: white;
    font-weight: 500;
    line-height: 1.3;
    margin: 10px 0;
    width: 85%;
}
@media (max-width: 768px) {
    #home-offer h3 {
        font-size: 18px;
    }
}
#home-offer a {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 15px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    background: #884cd2;
}
#home-about-us {
    background-image: url(../images/about-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 120px 0;
}
#home-about-us .second-about {
    transform: translate(140%, -400px);
    left: 0;
    right: 25px;
    bottom: 0;
}

#home-about-us .about-text {
    position: absolute;
    bottom: 0px;
    right: 30px;
    width: 242px;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
#home-about-us .about-text span {
    font-size: 48px;
    color: #ff4f9d;
    position: relative;
    display: inline-block;
    font-weight: 800;

    float: left;
}
#home-about-us .second-about p {
    margin-bottom: 0;
    color: #141b22;
    font-size: 18px;
    font-weight: 600;

    float: left;
    width: 55%;
    margin-top: -10px;
    margin-left: 10px;
}
#home-about-us .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}
#home-about-us a {
    width: max-content;
}
@media (max-width: 768px) {
    #home-about-us .about-text {
        display: none;
    }
    #home-about-us .content {
        margin-top: 30px;
    }
}
#our-service {
    background: url(../images/services-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#our-service .sr-tw-ul li {
    float: left;
    width: 100%;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 10px;
    gap: 15px;
    display: flex;
}
.sr-tw-ul li .icon-right {
    width: 108px;
}
.about-content li .text {
    padding-top: 0;
}
.sr-tw-ul li .icon img,
.sr-tw-ul li .icon-right img {
    width: 54px;
}
.sr-tw-ul li h4 {
    margin-bottom: 10px !important;
}
.sr-tw-ul li h4 a {
    color: rgb(35, 35, 35);

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}
.sd-img {
    margin: 0 -120px;
}

.pages-content h1,
.pages-content h2,
.pages-content h3,
.pages-content h4,
.pages-content h5,
.pages-content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h6 {
    color: #232323;
}
.sr-tw-ul li p {
    margin-bottom: 0;
    font-size: 15px;
    color: rgb(110, 110, 110);
}
.sr-thr-ul li:nth-child(2) {
    margin-left: 30px;
}
.sr-tw-ul li:nth-child(2) {
    margin-left: -30px;
}
.sr-tw-ul li .icon {
    width: 108px;
}
@media (max-width: 767px) {
    .sr-tw-ul li .icon,
    .sr-tw-ul li .icon-right {
        width: 150px;
    }
    .sr-thr-ul li:nth-child(2) {
        margin-left: 0px;
    }
    .sr-tw-ul li:nth-child(2) {
        margin-left: 0px;
    }
}
#form-contact {
    background: url(../images/ap-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.booking-area p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.booking-area input {
    border: none;
    background: #fff;
    padding: 10px 20px;
    transition: 0.3s;
    border-radius: 10px;
    border-width: 1px;
    border-color: rgb(119, 119, 119);
    border-style: solid;
}

.contact-field input {
    width: 100%;
    border: none;
    padding-left: 15px;
    transition: 0.3s;
    border-radius: 0;
    border: 1px solid #777;
    height: calc(3em + 0.75rem + 2px);
}
.booking-area textarea {
    width: 100%;
    padding: 15px;
    transition: 0.3s;
    height: 115px;
    border-radius: 10px;
    border-width: 1px;
    border-color: rgb(119, 119, 119);
    border-style: solid;
}
.opening-time {
    position: relative;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
    margin-left: 50px;
}
.opening-time .open-img {
    position: absolute;
    right: 0;
    top: 0;
}
.opening-time h3 {
    font-size: 48px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 700;
}
.opening-time h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    height: 1px;
    background: #ff4f9d;
    content: "";
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .opening-time .text,
    .opening-time .discount {
        font-size: 16px;
    }
}
.contact-field {
    padding-right: 0;
}

.p-relative {
    position: relative;
}
.mb-20 {
    margin-bottom: 20px;
}
.booking-area p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.booking-area input {
    border: none;
    background: #fff;
    padding: 10px 20px;
    transition: 0.3s;
    border-radius: 10px;
    border-width: 1px;
    border-color: rgb(119, 119, 119);
    border-style: solid;
}
.booking-area select {
    display: inline-block;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;

    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 68px;
    width: 100%;
    border-radius: 10px;
    border-width: 1px;
    border-color: rgb(119, 119, 119);
    border-style: solid;
}
.booking-area .contact-field i {
    position: absolute;
    right: 10px;
    top: 50%;
    background: #fff;
    padding: 0 5px;
    pointer-events: none;
}
*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
.wpcf7-form-control-wrap {
    position: relative;
}

.opening-time .text {
    display: flex;
    font-size: 20px;
    margin-bottom: 15px;
}
.opening-time .discount {
    font-size: 20px;
    margin-top: 30px;
    color: #884cd2;
}
.opening-time .left-text {
    width: 60%;
}
@media (max-width: 767px) {
    .opening-time {
        margin-left: 0;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .opening-time h3 {
        font-size: 30px;
    }
}
.slider-btn input {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    background: #884cd2;
    border: none;
}
#sb_instagram #sbi_images {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Tạo 4 cột bằng nhau */
    gap: 10px; /* Khoảng cách giữa các item */
}
#gallery-home #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(2) {
    margin-top: 60px !important;
}
#gallery-home #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(5) {
    margin-top: -60px !important;
}
#gallery-home #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(8) {
    margin-top: -60px !important;
}
.sbi_item {
    width: 100% !important;
}
/* Thiết lập thụt cột thứ hai xuống 30px */
#gallery-home {
    padding: 80px 0;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#gallery-home #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(3) {
    margin-top: 30px !important;
}
#gallery-home #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(7) {
    margin-top: -30px !important;
}
#sb_instagram .sbi_photo {
    border-radius: 10px;
}
@media (max-width: 768px) {
    #sb_instagram #sbi_images {
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* Tạo 4 cột bằng nhau */
        gap: 10px; /* Khoảng cách giữa các item */
    }
    #gallery-home #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(2) {
        margin-top: 0px !important;
    }
    #gallery-home #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(5) {
        margin-top: 0px !important;
    }
    #gallery-home #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(8) {
        margin-top: -0px !important;
    }
    .sbi_item {
        width: 100% !important;
    }
    /* Thiết lập thụt cột thứ hai xuống 30px */
    #gallery-home #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(3) {
        margin-top: 0px !important;
    }
    #gallery-home #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(7) {
        margin-top: 0px !important;
    }
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-20 {
    margin-bottom: 20px;
}
#testimonial {
    padding: 80px 0;

    background-color: var(--hoverlite-color);
}
#testimonial .single-testimonial .slick-slide {
    padding: 30px 40px 30px 40px;
    background-color: #fff;

    margin: 0 15px 15px;

    border-radius: 4px;
}
#testimonial .testi-author {
    overflow: hidden;
    margin-bottom: 15px;
}
#testimonial .single-testimonial p {
    margin-bottom: 0;
}
#testimonial .qt-img {
    position: absolute;
    right: 30px;
    top: 30px;
}
#testimonial .testi-author img {
    float: left;
}
#testimonial .ta-info {
    overflow: hidden;
    text-align: center;
}
#testimonial .ta-info h6 {
    color: var(--hover-color);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}
#testimonial .ta-info span {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    color: var(--heading-color);
    font-family: var(--heading-font);
}
#testimonial .single-testimonial .slick-slide {
    margin-right: 20px;
}
#testimonial ul.slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: disc;
}
#testimonial ul.slick-dots li button {
    opacity: 0;
    visibility: hidden;
}
#testimonial li::marker {
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s;
    color: #ccc;
    height: 8px;
    width: 8px;
    border-radius: 10px;
}
#testimonial li.slick-active::marker {
    color: #000;
}
#page-title {
    background-size: cover;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
    min-height: 550px;
    background-position: center;
    background-image: url(../images/bdrc-bg-2.png);
}
.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #777 !important;
    font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #ddd;
    content: "|";
}
.breadcrumb li a {
    font-size: 16px;
    color: #ff4f9d;
    font-weight: 500;
}
@media (max-width: 767px) {
    #page-title {
        min-height: 300px;
    }
    .breadcrumb-wrap nav {
        display: none;
    }
    .breadcrumb-wrap h2 {
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .breadcrumb-wrap {
        margin-top: 120px;
    }
}
.single-team {
    margin-left: 15px;
    margin-right: 15px;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-style: solid;
    padding: 0 0 30px 0;
    border-radius: 4px;
}
.team-thumb {
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.team-info {
    padding: 5px 0px 0;
    transition: 0.3s;
    position: relative;
    text-align: center;
}
.team-thumb img {
    display: inline-block !important;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 4px;
}
.team-info h4 {
    font-size: 24px;
    margin-bottom: 5px !important;
    transition: 0.3s;
    font-weight: 700;
    color: #232323;
}
.team-info p {
    margin-bottom: 0;
    color: #ff4f9d;
}
.team-social {
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    margin-top: 10px;
}
.team-social a {
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 999;
    margin: 5px 0;
    width: 40px;
    height: 40px;
    background: #884cd2;
    line-height: 40px;
}
.team-social ul {
    display: flex;
    list-style: none;
    gap: 5px;
    justify-content: center;
    list-style-type: disc;
}
#member {
    background-image: url(../images/price-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-size: cover;
}
#member .slick-dots {
    display: flex;
    list-style-type: square;
    justify-content: center;
    margin-top: 40px;
    margin-left: 60px;
}
#member .slick-dots li button {
    opacity: 0;
    visibility: hidden;
}
.team-social ul li::marker {
    color: #ffffff !important;
}
#member ul {
}
#member li::marker {
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s;
    color: #ccc;

    border-radius: 10px;
}
#member li.slick-active::marker {
    color: #ff4f9d;
}
#faq {
    background-image: url(../images/gallery-bg.png);

    padding: 80px 0;
    overflow: hidden;
}
.faq-img {
    margin-left: -350px;
    margin-right: 50px;
}
@media (max-width: 767px) {
    .faq-img {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 50px;
    }
}

.card {
    border: none;
    border-radius: 4px !important;
    margin-bottom: 15px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header:first-child {
    border-radius: 0;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header h2 {
    font-size: 15px;
}
.faq-btn {
    font-size: 17px;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    width: 100%;
    text-align: left;
    padding-right: 75px;
    background: #f8f8f8;
    border-radius: 0;
}
.card-header h2 button::after {
    position: absolute;
    content: "\f107";
    top: 0;
    right: 0;
    font-size: 26px;

    background: #884cd2;
    width: 61px;
    height: 61px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 60px;
    color: #fff;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: unset;
    padding: 25px 30px;
}

#service-page {
    margin: 80px 0;
}
#service-page .item {
    padding-top: 20px;
}

#service-page table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 5px;
}
#service-page table tr:first-child td {
    box-shadow: inset 0px 4px 3px -2px rgba(0, 0, 0, 0.06);
}
#service-page table td {
    background: none;

    border-width: 0 1px 1px 0;
    padding: 15px 25px;
    border-color: rgba(0, 0, 0, 0.08);
}
#service-page table td.c1 {
    text-align: left;
    width: 70%;
}
#service-page .table_menu td.c2 {
    text-align: center;
    color: #ff3636;
    font-size: 26px;
    line-height: 26px;
    width: 30%;
    border-right: 0;
}
#service-page table tr:first-child td {
    box-shadow: inset 0px 4px 3px -2px rgba(0, 0, 0, 0.06);
}
#service-page p {
    color: #ff4f9d;
}
#service-page img {
    aspect-ratio: 1;
    border-radius: 50%;
}
@media (max-width: 768px) {
    #service-page img {
        display: flex;
    }
    #service-page h2.line-bottom {
        text-align: center;
    }
}
#service-page h2.line-bottom {
    font-size: 40px;
    color: #ff3636;
    margin-bottom: 40px;
}
#service-page .row {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    #service-page .row {
        gap: 30px;
        margin-bottom: 20px;
    }
}
#service-page span {
    font-size: 26px;
}
@media (max-width: 768px) {
    #service-page span {
        font-size: 16px;
        white-space: nowrap;
    }
}
#service-page p {
    font-size: 18px;
}
#service-page p.des {
    font-size: 13px;
    color: #000000;
}

#gallery-page {
    padding: 250px 0;
    background: url(../images/gallery-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 1024px) {
    #gallery-page {
        padding: 200px 0 80px;
    }
}

/* 2. header */
.header-area .container-fluid {
    padding: 0 150px;
}
.header-area .container-fluid .main-menu {
    margin-right: 0;
}
.header-top {
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}
.innder-ht {
    padding: 10px 0;
}
.wellcome-text p {
    margin-bottom: 0;
    color: #8a8a8a;
}
.header-cta ul li {
    display: inline-block;
    padding-right: 30px;
}
.header-cta ul li:first-child {
    margin-left: 0;
}
.header-cta ul li:last-child {
    padding-right: 0;
    border-right: none;
}
.header-cta ul li i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: #fff;
}
.header-top-cta ul li {
    display: inline-block;
    width: 200px;
    margin-right: 80px;
}
.header-top-cta ul li:last-child {
    margin-right: 0;
}
.h-cta-icon {
    float: left;
    display: block;
    margin-right: 20px;
}
.h-cta-content {
    overflow: hidden;
}
.h-cta-content h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.h-cta-content p {
    margin-bottom: 0;
    line-height: 1.5;
}
.menu-area {
    position: relative;
    margin-bottom: -106px;
    border-top: 0;
    position: relative;
    z-index: 99;
    background: white;
}
.menu .sub-menu {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #faa292;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.menu .sub-menu,
.menu .children {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #ff4f9d;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.main-menu {
    position: relative;
    z-index: 9;
    margin-right: 20px;
}
.menu .sub-menu li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}
.main-menu .sub-menu li a {
    padding: 15px;
}
.menu .sub-menu li,
.menu .children li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.menu .menu-item-has-children:hover > ul {
    display: block;
    margin-top: 0px;
}

.main-menu .menu-item-has-children > ul > .menu-item-has-children > ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: -255px;
    margin-top: 0;
    top: -3px;
}
.menu .menu-item-has-children:hover > ul,
.menu .page_item_has_children:hover > ul {
    display: block;
    margin-top: 0px;
}
.menu .page_item_has_children > ul > .page_item_has_children:hover > ul {
    margin-left: -265px;
    margin-top: 0;
    top: -3px;
}
.main-menu .menu-item-has-children > ul > .menu-item-has-children:hover > ul,
.menu .page_item_has_children > ul > .page_item_has_children:hover > ul {
    display: block;
}
.main-menu .menu-item-has-children > ul > .menu-item-has-children:hover > ul {
    display: block;
}
.main-menu .menu-item-has-children > ul > .menu-item-has-children > ul > .menu-item-has-children > ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: 255px;
    margin-top: 0;
    top: -3px;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 40px;
    position: relative;
}
.main-menu ul li.active a {
    color: #ff4f9d;
}
.main-menu ul li a {
    display: block;
    font-weight: 400;
    line-height: 50px;
    font-family: var(--heading-font);
    text-transform: uppercase;
    color: var(--main-color-one);
    font-size: 20px;
}
.main-menu ul li a:hover {
    color: #ff4f9d !important;
}
.main-menu ul li a::after {
    margin-left: 5px;
    color: #ff4f9d;
}
.main-menu ul li ul.sub-menu a::after {
    display: none;
}
.main-menu ul li:last-child a::after,
.main-menu .has-sub ul li a::after {
    display: none;
}
.main-menu ul li:first-child {
    margin-left: 0;
}
.menu-area .menu-tigger {
    cursor: pointer;
    display: inline-block;
}
.menu-area .menu-tigger span {
    height: 2px;
    width: 30px;
    background: #2935bb;
    display: block;
    margin: 7px 0;
    transition: 0.3s;
}

.main-menu ul li:hover > a {
    color: #ff4f9d;
}
.main-menu ul li:hover > a::before {
    width: 100%;
}
.display-ib {
    display: inline-block;
}
.header-social a {
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    color: #191d3b;
}

.search-top {
    display: inline-block;
    position: absolute;
    top: 16px;
    border: 2px solid #00173c;
    border-radius: 30px;
    left: 20%;
}
.search-top ul {
    background: #4cc3c1 0% 0% no-repeat padding-box;
    border-radius: 23px;
    margin: 5px;
    padding: 10px 5px 5px;
}
.search-top li {
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #ffffff38;
}
.search-top li a {
    color: #fff;
    font-size: 18px;
    float: left;
}
.search-top li:last-child {
    border: none;
}
.header-social a:hover {
    color: #fff;
}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999 !important;
    background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.responsive {
    display: none;
}
#mobile-menu {
    display: block;
}

.right-menu li {
    float: right;
    padding: 10px 0 10px 0;
}
.right-menu .icon {
    float: left;
    margin-right: 20px;
}
.right-menu .text {
    float: left;
    padding-top: 5px;
}
.right-menu .text span {
    display: block;
    color: #517496;
}
.right-menu .text strong {
    color: #002e5b;
    font-size: 20px;
}
.menu-search {
    padding: 10px 0;
}
.menu-search a {
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
    background: #ffffff4a;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    color: #b8bfc3;
}
.top-btn {
    background: #ff4f9d;
    padding: 16px 30px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}

.slider-content {
    position: relative;
    z-index: 2;
}
.slider-bg .banner-img {
    overflow: hidden;
    height: 738px;
    margin-top: 115px;
    margin-right: -62px;
}

.slider-content.s-slider-content.text2 {
    margin-top: 0;
}
.slider-content.s-slider-content.text3 {
    margin-top: 168px;
}
.slider-price {
    position: absolute;
    right: 0;
    bottom: 0;
}
.slider-price h3 {
    color: #fff;
}
.slider-price h2 {
    color: #ff4f9d;
    font-size: 60px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .header-three .menu-area {
        margin-bottom: -165px;
        margin-top: 0px;
    }

    .menu-area.sticky-menu {
        padding: 10px 0;
    }
    .sticky-menu .mean-container a.meanmenu-reveal {
        margin-top: -52px;
    }
    .img-main {
        margin: 0;
    }
    .about-content .nav-tabs {
        width: 94%;
    }
    .logo img {
        width: 220px;
    }
    #menu-main-menu {
        display: none !important;
    }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 99;
    display: none;
}
@media (max-width: 768px) {
    .mean-container .mean-bar {
        display: block;
    }
    #menu-main-menu {
        display: none;
    }
    .logo {
        margin-top: 30px;
    }
}
.mean-container a.meanmenu-reveal {
    border: 1px solid #002e5b;
    color: #002e5b;
    cursor: pointer;
    display: block;

    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: -34px;
    padding: 8px 9px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 22px;
}
.mean-container a.meanmenu-reveal span {
    background: #002e5b none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-top: 15px;
    width: 100%;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(230, 230, 230, 0.5);
    color: #0c1923;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-weight: 600;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(230, 230, 230, 0.5);
    opacity: 0.75;
    padding: 10px 10%;
    text-shadow: none;
    visibility: visible;
    width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    font-weight: 700;
    height: 27px;
    margin-top: 1px;
    padding: 5px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #fff;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.transparent-header .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}
.transparent-header .mean-container a.meanmenu-reveal span {
    background: #fff;
}

.header-2 .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}
.header-2 .mean-container a.meanmenu-reveal span {
    background: #fff;
}
header.header-area.header-three {
    z-index: 99999;
    position: fixed;
    width: 100%;
}
a {
    text-decoration: none;
}
ul#menu-main-menu {
    display: flex;
    justify-content: center;
}
#menu-main-menu-1 {
    position: absolute;
    height: 0;
    transition: all ease 0.3s;
    background-color: white;
    overflow: hidden;
}
#menu-main-menu-1.active {
    height: max-content;
}

.recent-blog-footer li {
    display: flex;
    margin-bottom: 25px !important;
}
.recent-blog-footer li .thum {
    float: left;
    width: 235px;
    margin-right: 10px;
}
.recent-blog-footer li .thum img {
    border-radius: 10px;
}
.recent-blog-footer a {
    width: 100%;
    display: inline-block;
    color: #fffc !important;
}
.recent-blog-footer a:hover {
    color: #fff !important;
}
.recent-blog-footer span {
    color: #fff;
}

.footer-top-heiding {
    margin-bottom: 50px;
}
.footer-top-heiding .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2e;
}
.f-contact {
    display: flex;
}
.f-contact i {
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left;
}

.f-contact .contact-box {
    display: flex;
    gap: 5px;
}
.f-contact .contact-box .text strong {
    display: block;
    color: #fff;
}
.f-contact .contact-box .text p {
    display: block;
    margin-bottom: 10px;
}
.f-contact a {
    color: #d4d4d4 !important;
}
.f-contact a:hover {
    color: #fffc !important;
}
.footer-top-heiding .col-lg-4 {
    border-right: 2px solid #20282e;
}
.footer-top-heiding .col-lg-4:last-child {
    border-right: none;
}

.f-contact span {
    color: #d4d4d4;
}
.f-contact h3 {
    color: #fff;
    font-size: 24px;
}
.footer-top-heiding h2 {
    color: #fff;
}
.footer-bg {
    color: #777;
    background-position: center 0 !important;
    background-size: cover;
}
.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid #ff4f9d;
}
.footer-text p {
    color: #ddd;
    margin-bottom: 0;
}
.footer-social {
    float: left;
}
.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;

    display: inline-block;
    margin-right: 20px;
}
.footer-social a {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff47;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
}
.footer-social a:hover {
    background-color: #ff4f9d;
    color: #fff !important;
}
.f-widget-title h2,
.footer-widget .widgettitle {
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
    color: #fff;
}
.f-widget-title h2::before,
.footer-widget .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 7px;
    width: 80px;
    background: url("../images/circle_right.png") no-repeat;
}
.f-widget-title img {
    width: 50%;
}

.footer-link ul li i {
    color: #ff4f9d;
    margin-right: 5px;
}
.footer-link ul li a {
    color: #d4d4d4;
    display: inline-block;
}
.footer-link ul li a::before {
    width: 0px;
    height: 1px;
    background: #f9c315;
    content: "";
    position: relative;
    display: inline-block;
    top: -4px;
    margin-right: 14px;
    transition: all 0.5s ease-out 0s;
}
.footer-link ul li a:hover::before {
    width: 25px;
}
.footer-link ul li a:hover {
    color: #fff;
}
.footer-link ul li {
    margin-bottom: 10px;
}
.footer-link ul li:last-child {
    margin-bottom: 0;
}
.f-insta ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 9px;
    width: 31.2% !important;
}
.f-insta ul li img {
    width: 100%;
}
.f-insta ul li:nth-child(3),
.f-insta ul li:nth-child(6) {
    margin-right: 0 !important;
}
.f-insta ul li a {
    display: block;
    position: relative;
}
.f-insta ul li a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
    z-index: 9;
}
.f-insta ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff4f9d;
    opacity: 0;
    transition: 0.3s;
}
.f-insta ul li:hover a::before {
    top: 50%;
    opacity: 1;
}
.f-insta ul li:hover a::after {
    opacity: 0.6;
}
.copyright-wrap {
    background-color: #1b1a1a;
    color: #fff;
    font-size: 15px;
    border-radius: 10px 10px 0 0px;
    padding: 15px;
    margin-top: 70px;
}
.copyright-wrap li {
    display: inline;
    padding-left: 15px;
    margin-left: 10px;
    position: relative;
}
.copyright-wrap li::before {
    background-color: #ff4f9d;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: -4px;
    top: 5px;
}
.copyright-wrap li a {
    color: #fff;
}
.copay-contact {
    float: right;
}
.copay-contact ul {
    display: flex;
}
.copay-contact li {
    border-right: 1px solid #474747;
    padding-right: 15px;
}
.copay-contact li:last-child {
    border: none;
    padding-right: 0;
}
.copay-contact li .c-contact {
    display: flex;
    gap: 15px;
}
.copay-contact li .c-contact h3 {
    color: #fff;
    font-size: 14px;
}
.copay-contact li .c-contact img {
    margin-top: 7px;
}
.copay-contact li::before {
    display: none;
}
.f-contact .icon {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    width: 40px;
}
.copy-text a {
    color: #ff4f9d;
}

.f-contact li {
    float: left;
    margin-bottom: 15px !important;
    width: 100%;
}
.f-contact li:last-child {
    margin-bottom: 0px !important;
}
#contact-form4 {
    margin-top: 20px;
}
#contact-form4 input {
    float: left;
    padding: 23px 30px;
    border: none;
    width: 75%;
}
#contact-form4 button {
    padding: 15px 30px;
    border-radius: 0;
}
.recent-blog-footer li {
    display: flex;
    margin-bottom: 25px !important;
}
.recent-blog-footer li .thum {
    float: left;
    width: 235px;
    margin-right: 10px;
}
.recent-blog-footer li .thum img {
    border-radius: 10px;
}
.recent-blog-footer a {
    width: 100%;
    display: inline-block;
    color: #fffc !important;
}
.recent-blog-footer a:hover {
    color: #fff !important;
}
.recent-blog-footer span {
    color: #fff;
}

.footer-top-heiding {
    margin-bottom: 50px;
}
.footer-top-heiding .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff2e;
}
.f-contact {
    display: flex;
}
.f-contact i {
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left;
}

.f-contact .contact-box {
    display: flex;
    gap: 5px;
}
.f-contact .contact-box .text strong {
    display: block;
    color: #fff;
}
.f-contact .contact-box .text p {
    display: block;
    margin-bottom: 10px;
}
.f-contact a {
    color: #d4d4d4 !important;
}
.f-contact a:hover {
    color: #fffc !important;
}
.footer-top-heiding .col-lg-4 {
    border-right: 2px solid #20282e;
}
.footer-top-heiding .col-lg-4:last-child {
    border-right: none;
}

.f-contact span {
    color: #d4d4d4;
}
.f-contact h3 {
    color: #fff;
    font-size: 24px;
}
.footer-top-heiding h2 {
    color: #fff;
}
.footer-bg {
    color: #777;
    background-position: center 0 !important;
    background-size: cover;
}
.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid #ff4f9d;
}
.footer-text p {
    color: #ddd;
    margin-bottom: 0;
}
.footer-social {
    float: left;
}
.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;

    display: inline-block;
    margin-right: 20px;
}
.footer-social a {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff47;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
}
.footer-social a:hover {
    background-color: #ff4f9d;
    color: #fff !important;
}
.f-widget-title h2,
.footer-widget .widgettitle {
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
    color: #fff;
}
.f-widget-title h2::before,
.footer-widget .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 7px;
    width: 80px;
    background: url("../images/circle_right.png") no-repeat;
}
.f-widget-title img {
    width: 50%;
}

.footer-link ul li i {
    color: #ff4f9d;
    margin-right: 5px;
}
.footer-link ul li a {
    color: #d4d4d4;
    display: inline-block;
}
.footer-link ul li a::before {
    width: 0px;
    height: 1px;
    background: #f9c315;
    content: "";
    position: relative;
    display: inline-block;
    top: -4px;
    margin-right: 14px;
    transition: all 0.5s ease-out 0s;
}
.footer-link ul li a:hover::before {
    width: 25px;
}
.footer-link ul li a:hover {
    color: #fff;
}
.footer-link ul li {
    margin-bottom: 10px;
}
.footer-link ul li:last-child {
    margin-bottom: 0;
}
.f-insta ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 9px;
    width: 31.2% !important;
}
.f-insta ul li img {
    width: 100%;
}
.f-insta ul li:nth-child(3),
.f-insta ul li:nth-child(6) {
    margin-right: 0 !important;
}
.f-insta ul li a {
    display: block;
    position: relative;
}
.f-insta ul li a::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
    z-index: 9;
}
.f-insta ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff4f9d;
    opacity: 0;
    transition: 0.3s;
}
.f-insta ul li:hover a::before {
    top: 50%;
    opacity: 1;
}
.f-insta ul li:hover a::after {
    opacity: 0.6;
}
.copyright-wrap {
    background-color: #1b1a1a;
    color: #fff;
    font-size: 15px;
    border-radius: 10px 10px 0 0px;
    padding: 15px;
    margin-top: 70px;
}
.copyright-wrap li {
    display: inline;
    padding-left: 15px;
    margin-left: 10px;
    position: relative;
}
.copyright-wrap li::before {
    background-color: #ff4f9d;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: -4px;
    top: 5px;
}
.copyright-wrap li a {
    color: #fff;
}
.copay-contact {
    float: right;
}
.copay-contact ul {
    display: flex;
}
.copay-contact li {
    border-right: 1px solid #474747;
    padding-right: 15px;
}
.copay-contact li:last-child {
    border: none;
    padding-right: 0;
}
.copay-contact li .c-contact {
    display: flex;
    gap: 15px;
}
.copay-contact li .c-contact h3 {
    color: #fff;
    font-size: 14px;
}
.copay-contact li .c-contact img {
    margin-top: 7px;
}
.copay-contact li::before {
    display: none;
}
.f-contact .icon {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    width: 40px;
}
.copy-text a {
    color: #ff4f9d;
}

.f-contact li {
    float: left;
    margin-bottom: 15px !important;
    width: 100%;
}
.f-contact li:last-child {
    margin-bottom: 0px !important;
}
#contact-form4 {
    margin-top: 20px;
}
#contact-form4 input {
    float: left;
    padding: 23px 30px;
    border: none;
    width: 75%;
}
#contact-form4 button {
    padding: 15px 30px;
    border-radius: 0;
}
.footer-bg {
    background-color: #00173c;
    background-image: url(https://wpdemo.zcubethemes.com/fallspa/wp-content/uploads/2022/11/footer-bg.png);
}
.footer-widget .tag-cloud-link,
.footer-widget p {
    color: #d4d4d4;
}
footer ul {
    list-style: none;
}
.mb-40 {
    margin-bottom: 40px;
}
footer p {
    margin-bottom: 15px;
}
.pt-90 {
    padding-top: 90px;
}
#toTop {
    background: #ff4f9d;
    height: 45px;
    width: 45px;
    right: 20px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 45px;
    transition: 0.3s;
    position: fixed;
    z-index: 99999;
}

@media (max-width: 768px) {
    footer .row {
        gap: 20px;
    }
}
footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    padding: 0 1rem;
    width: 100%;
    height: 4.2rem;
    outline: none !important;
    margin-bottom: 0;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 15px;
}
footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-radius: 10px;
    background: #884cd2;
    border: none;
    color: transparent;
    padding: 5px 15px;
    width: 45px;
    height: 45px;
}
form i.fas.fa-location-arrow {
    position: absolute;
    top: 23%;
    right: 25px;
    color: white;
}
@media (max-width: 767px) {
    .copyright-wrap {
        text-align: center;
        padding-top: 30px;
        margin-bottom: 70px;
    }
    .copay-contact {
        width: 100%;
    }
    .copyright-wrap ul {
        text-align: center;
        display: inline-block;
    }
}

footer br {
    display: none;
}
#main {
    padding-top: 90px;
}
#slider ul.slick-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    list-style: none;
    bottom: 50px;
    left: 50%;
    position: absolute;
}
#slider ul.slick-dots li {
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 2px #000;
    border-radius: 50%;
}
#slider ul.slick-dots li.slick-active {
    background-color: rgb(239, 43, 83);
    border: 2px solid rgb(239, 43, 83);
}
#slider ul.slick-dots li button {
    display: none;
}
.work-section-four .work-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.work-section-four .work-text-wrapper span {
    color: var(--main-color-one);
    padding-bottom: 23px;
    font-size: 16px;
    display: block;
}
.work-section-four .work-text-wrapper .work-title {
    text-align: left;
    margin-bottom: 30px;
}
.work-section-four .work-text-wrapper p {
    margin-bottom: 30px;
}

.work-section-five .work-text span {
    color: var(--main-color-one);
    margin-bottom: 25px;
    display: block;
}

.work-section-five .work-text .work-title {
    text-align: left;
    margin-bottom: 25px;
}

.work-section-five .work-text p {
    margin-bottom: 35px;
}

.service-four {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
}
.service-four::before {
    position: absolute;
    height: 100%;
    width: 45%;
    right: 0;
    content: "";
    background: #ef2b5326;
}
.service-four .two {
    margin-top: 30px;
}
.service-four .three {
    margin-top: 60px;
}
.service-four .service-content {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
.service-four .service-content:hover {
    -webkit-box-shadow: 3px 6px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 6px 12px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.service-four .service-content:hover .service-text {
    background-color: #fff;
    color: #2e2e2e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.service-four .service-content .service-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    background-color: var(--hover-color);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.service-four .service-content .service-img img {
    width: 100%;
}
.btn-booking {
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    background: #ef2b53;
    color: white;
    letter-spacing: 0;
    text-align: center;
    border-radius: 0px;
    padding: 6px 18px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.second-header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-section-four {
    margin-top: 50px;
}
h2 {
    font-size: 50px;
    line-height: 1.15;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--heading-color);
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}
.work-section-four a {
    color: rgb(85, 85, 85);
}

.testi-title {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}
.service-four .service-content .service-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    background-color: var(--hover-color);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.service-four .col-md-4 {
    margin-bottom: 25px;
}
.section-title p {
    max-width: 720px;
    margin: auto;
    margin-top: 12px;
}
#gallery-home .col-6 {
    margin-bottom: 25px;
}
#gallery-home img {
    aspect-ratio: 28/21;
}
.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #efefef;
}

.bg-grey-2 {
    background-color: var(--bluelite-color);
}

.bg-blue-2 {
    background-color: var(--bluelite-color);
}

.bg-lite-hover {
    background-color: var(--hoverlite-color);
}
.contact-form {
    background: var(--bg-color-two);
    padding: 63px;
}
.contact-form .subtitle {
    font-weight: 500;
    font-size: 20px;
    color: #2e2e2e;
    padding-bottom: 30px;
}
.contact-form .subtitle::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: var(--hover-color);
    position: absolute;
    bottom: 30%;
    left: 15px;
}
.contact-form .form-group {
    margin: 30px 0;
}
.contact-form .form-group .form-control {
    border-radius: 0;
    width: 100%;
    border: 1px solid #efefef;
    font-size: 14px;
    padding: 14px 10px;
}

.contact-form .form-group textarea {
    resize: none;
}
.contact-form .form-group textarea:focus {
    outline: 1px solid var(--hover-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}
h4 {
    font-size: 25px;
    line-height: 1.2380952380952381;
}
.contact-info {
    padding: 50px 0;
}
footer h2 {
    padding: 40px 0;
    text-align: center;
}
footer .fci-row {
    margin-bottom: 10px;
}
footer .fci-row a {
    color: rgb(119, 119, 119);
}
footer i {
    margin-right: 10px;
}
.foh-date {
    font-weight: 700;
}
.copyright-area {
    background-color: #333;
}
.copyright-area {
    padding: 10px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.qry-copy {
    color: #ececec;
    font-size: 0.8rem;
}
.freeze-footer {
    position: fixed;
    right: 15px;
    bottom: 60px;
    padding: 0;
    display: inline-block;
    z-index: 1021;
}
.freeze-footer ul {
    margin: 0;
    padding: 0;
}
.freeze-footer ul li {
    list-style-type: none;
}
.freeze-footer a:hover {
    border-color: #fff;
    color: #fff;
}

.freeze-footer a.btn_make_appointment, .freeze-footer a.btn_call_now {
    background-color: #ef2b53;
    border-color: #fff;
	margin-bottom:10px;
	width:100%
}
.freeze-footer .icon {
    display: inline-flex;
}.breadcrumb-area {
    background-image: url(https://mianailslasvegas.com/wp-content/uploads/2024/04/bg-banner.jpg);
}

.breadcrumb-area:after {
    background-color: rgba(239, 43, 83, 0.04);
}
.breadcrumb-area {
    padding: 90px 0 83px 0;
    background-color: #edf7fa;
    /*background-image: url(../img/banner.png);*/
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    overflow-x: hidden;
 }
  .breadcrumb-area.extra {
    padding-bottom: 138px; }
  .breadcrumb-area .page-title {
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .breadcrumb-area p {
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
    margin-bottom: 20px; }
  .breadcrumb-area .bg-img-left {
    position: absolute;
    width: 300px;
    height: 400px;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center; }
  .breadcrumb-area .bg-img-full {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center; }
  .breadcrumb-area .bg-img-center {
    position: absolute;
    width: 300px;
    height: 400px;
    bottom: 50%;
    left: 50%;
    background-size: cover;
    background-position: center; }
  .breadcrumb-area .bg-img-right {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center; }
  .breadcrumb-area .page-list {
    margin: 0;
    padding: 0; }
    .breadcrumb-area .page-list li {
      display: inline-block;
      position: relative;
      padding-left: 30px;
      font-size: 18px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.7); }
      .breadcrumb-area .page-list li:first-child {
        padding-left: 0; }
        .breadcrumb-area .page-list li:first-child a {
          color: var(--main-color-one); }
        .breadcrumb-area .page-list li:first-child:after {
          display: none; }
      .breadcrumb-area .page-list li:after {
        position: absolute;
        left: 10px;
        top: 0;
        content: "\f105";
        font-family: "fontawesome"; }
      .breadcrumb-area .page-list li a {
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .breadcrumb-area .page-list li a:hover {
          color: #fff; }
.breadcrumb-area {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-top-100 {
    padding-top: 100px;
}
.work-section .work-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%; }
  .work-section .work-img::before {
    content: "";
    width: 85%;
    height: 80%;
    background-color: #ef2b5326;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1; }
  .work-section .work-img img {
    padding-left: 45px;
    padding-top: 45px;
    z-index: 10;
    width: 100%;
    height: 100%; }

.work-section .work-text-wrapper {
  padding-left: 70px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  .work-section .work-text-wrapper .work-title {
    text-align: left; }
  .work-section .work-text-wrapper .title {
    max-width: 510px; }
  .work-section .work-text-wrapper p {
    margin-bottom: 35px;
    max-width: 450px;
    margin-left: 70px;
    position: relative; }
    .work-section .work-text-wrapper p::before {
      content: "";
      width: 55px;
      height: 1px;
      background-color: var(--hover-color);
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: -65px;
      top: 12px; }

.service-name {
    color: #ef2b53;
}
.service-name, .service-desc, .detail-price-item, .detail-desc-item, .detail-price-dots,
.detail-price-number, .detail-price-name, .detail-price-number span, .detail-price-number .old {
    min-height: 1px;
}
.detail-price-name {
    padding-right: 5px;
    font-size: 15px;
    font-weight: bold;
}.detail-price-dots {
    border-color: #a9a9a9;
}

.service-name, .service-desc, .detail-price-item, .detail-desc-item, .detail-price-dots, .detail-price-number, .detail-price-name, .detail-price-number span, .detail-price-number .old {
    min-height: 1px;
}
.detail-price-dots {
    height: 15px;
    flex: 1;
    border-bottom: 1px dotted;
}.service-name, .service-desc, .detail-price-item, .detail-desc-item, .detail-price-dots, .detail-price-number, .detail-price-name, .detail-price-number span, .detail-price-number .old {
    min-height: 1px;
}
.detail-price-number span {
    padding: 3px;
}.service-line {
    padding-bottom: 15px;
}

.service-image-wrap {
    text-align: center;
}

.service-image {
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    max-width: 240px;
}

.service-image.circle {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid;
}

.service-image.square {
    border: 3px solid;
}

.service-image-bg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.service-image-bg img {
    display: none !important;
}

.service-name {
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}

.service-desc {
    font-weight: normal;
    margin: -15px 0 15px;
}

.detail-container {
    display: flex;
    margin-bottom: 15px;
}

.detail-thumb {
    margin: 3px 7px 7px 0;
    max-width: 110px;
}

.detail-no-thumb {
    display: none;
}

.detail-text {
    flex: 1;
}

.detail-price-item {
    display: flex;
    width: 100%;
    padding: 0 0 15px;
}

.detail-desc-item {
    margin: -15px 0 15px;
}

.detail-container .detail-price-item {
    padding-bottom: 0;
}

.detail-container .detail-desc-item {
    margin: 15px 0 0;
}

.detail-price-dots {
    height: 15px;
    flex: 1;
    border-bottom: 1px dotted;
}

.detail-price-number {
    padding-left: 5px;
    font-weight: bold;
}

.detail-price-name {
    padding-right: 5px;
    font-size: 15px;
    font-weight: bold;
}

.detail-price-number span {
    padding: 3px;
}

.detail-price-number .old {
    text-decoration: line-through;
    font-size: 90%;
}

.service-name, .service-desc, .detail-price-item, .detail-desc-item, .detail-price-dots,
.detail-price-number, .detail-price-name, .detail-price-number span, .detail-price-number .old {
    min-height: 1px;
}

.service-list-sub {
    padding-left: 15px;
}

.service-btn-group {
    padding-top: 15px;
    padding-bottom: 15px;
}

.service-btn-group .btn {
    margin-bottom: 15px;
}
.service-name {
    border-color: #cdcdcd;
  
}
.gallery .nav-pills {
	display:flex;
	gap:15px;justify-content:center
}
.gallery .nav-item button{
	background-color: #fff !important; 
    color: #000 !important;
	display: inline-block;
    
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
	width:100%;
    border: 1px solid #000;
}.gallery .nav-item button{  color: #000 !important;}
.nav-pills .nav-link.active button, .gallery .nav-pills .show>.nav-link button{
	background-color: #000 !important;
    color: #fff !important;
	
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #000 !important;
    color: #fff !important;
}
.gallery{
	margin-top:40px;
}
.gallery .col-md-4{margin-bottom:16px}
.gallery img{
	aspect-ratio:36/27;
	object-fit:cover
}
.bg-white {
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
}
.inner-touch {
  background: white;
  padding: 60px 24px 35px 25px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  height: 320px; }
  .inner-touch:hover {
    background-color: #EFEFEF; }
    .inner-touch:hover .icon {
      background-color: var(--hover-color); }
  .inner-touch .icon {
    font-size: 35px;
    width: 65px;
    height: 65px;
    background: #bcbcbc;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 65px;
    margin-bottom: 20px;
    margin: 0 auto; }
  .inner-touch .title {
    font-size: 20px;
    font-weight: 500;
    color: var(--heading-color);
    padding-bottom: 13px;
    margin-top: 35px; }
  .inner-touch p {
    margin-bottom: 15px; }
  .inner-touch .learn-btn {
    font-size: 15px;
    color: var(--heading-color);
    font-weight: 400; }

.contact-area-on-touch .contact-form {
  padding: 95px 135px 100px 100px; }
  .contact-area-on-touch .contact-form .title {
    font-weight: 500;
    font-size: 30px; }
.maps{
	margin-top:30px;
}

body {
   
    color: var(--paragraph-color);
    font-family: var(--body-font);
}
@media (min-width: 768px) {
    .right.service-image-wrap {
        text-align: right;
    }

    .left.service-image-wrap {
        text-align: left;
    }

    .service-image.circle {
        max-width: 320px;
    }

    .service-image.square {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
	.freeze-footer{
		display:none !important
	}
	.inner-touch {
    margin-bottom: 40px;
}
	.gallery .nav-item{
		width:100%
	}
    .second-header-btn {
        display: none !important;
    }
    h2 {
        font-size: 30px;
        margin-top: 10px;
        text-align: center;
    }
    p {
        font-size: 14px;
    }
    #testimonial ul.slick-dots {
        display: none !important;
    }
    .contact-form {
        padding: 40px 15px;
    }
	.freeze-footer {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
}
	.freeze-footer ul {
    display: flex;
}
	.freeze-footer ul li {
    width: 50%;
    padding: 0 15px;
    margin-left: auto;
    display: block;
}
	 .work-section.bg-grey-2.padding-bottom-100.padding-top-100 {
    padding-bottom: 90px;
  }
  .counterup-area-work .single-counter-item .content .counter-icon {
    left: 30px;
  }
  .work-section-three {
    overflow-x: hidden;
  }
  .work-section .work-text p::before {
    left: 0px;
    top: -20px;
  }
  .work-section .work-text-wrapper {
    padding-top: 40px;
    padding-left: 30px;
  }
  .work-section .work-img img {
    padding-top: 0;
    padding-left: 0;
  }
  .work-section .work-text-wrapper .title {
    max-width: initial;
  }
  .work-section .work-text p {
    margin-left: 0;
    max-width: initial;
  }
  .work-section .work-text .subtitle {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .work-section .work-text-wrapper .btn-wrapper {
    margin-left: 0;
  }
  .work-section.work-section-five.bg-white.padding-bottom-100.padding-top-100 {
    padding-bottom: 50px;
  }.work-section .work-text-wrapper p::before {
    left: -20px;
    top: 12px;
    width: 15px;
}
	.contact-info{
		padding:20px 0
	}
	.service-name {
        color: #ef2b53;
        font-size: 30px;
    }
}
