@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --primary: #FF4F8A;
    --secondary: #1E1E1E;
}
/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Arizonia', cursive !important;
    font-size: 65px !important;
    font-weight: 400 !important;
}*/
/* General CSS */
.flex {
    display: flex;
}

.flex-coloumn {
    display: flex;
    flex-direction: column;
}

.align-flex-start {
    display: flex;
    align-items: flex-start;
}

.align-center {
    display: flex;
    align-items: center;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.justify-spacebetween {
    display: flex;
    justify-content: space-between;
}

.width-30 {
    width: 20px;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-30 {
    gap: 30px;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}
@media only screen and (max-width: 600px) {
    .semi-bold {
        font-weight: 400 !important;
        font-size:14px !important;
    }
}
.bold {
    font-weight: bold;
}

.txt-white {
    color: white;
}

.txt-primary {
    color: var(--primary) !important;
}

.txt-purple {
    color: #A3057C;
}

.txt-8F8F8F {
    color: #8F8F8F;
}

.txt-center {
    text-align: center;
}


.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-18 {
    padding-top: 18px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-175 {
    padding-top: 175px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-5 {
    padding-left: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.fs-14 {
    font-size: 14px;
}


.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 20px;
    
    /*line-height: 45px;*/
}
.updateForm .form-controller {
    height: 40px !important;
    font-size: 12px !important;
    align-items: center!important;
}
.updateForm input::placeholder {
    font-size:12px !important;
}
.fs-30 {
    font-size: 30px;
}
.error-email{
    margin: 0 !important;
    
}
.contact-us-form td{
    padding:0 !important;   
}
.contact-us-form td .gap-15 {
    margin-right: 10px !important;
}
.contact-us-form p{
    margin:0;
}

.relative-section {
    position: relative;
}







* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: var(--secondary) !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.7em !important;
    font-size: 18px !important;
}

a {
    text-decoration: none !important;
    color: #1E1E1E;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Arizonia', cursive;
    font-weight: 400;
}

h1 {
    font-size: 65px;
    line-height: 80px;
    font-weight: 400;
}

h2 {
    font-size: 60px;
    line-height: 75px;
    position: relative;
    color: #1E1E1E;
}

    h2::before {
        content: '';
        position: absolute;
        height: 2px;
        background: #BBBBBB;
        width: 110px;
        bottom: -10px;
        left: 37%;
    }

    h2::after {
        content: '';
        position: absolute;
        height: 2px;
        background: #BBBBBB;
        width: 110px;
        bottom: -10px;
        right: 37%;
    }

    h2 .h2-svg {
        position: absolute;
        bottom: -38px;
        left: 48.3%;
    }

h4 {
    font-size: 30px;
    line-height: 35px;
    color: var(--primary);
}

.container {
    width: 1100px;
    margin: 0 auto;
}

.above-nav {
    background: linear-gradient(to right, #FF4F8A, #C62859);
    padding: 5px 0;
}

    .above-nav .above-nav-wrapper {
        display: flex;
        justify-content: space-between;
    }

        .above-nav .above-nav-wrapper .social-media-wrapper {
            display: flex;
            gap: 12px;
        }

header {
    padding: 20px 0;
    height: 95px;
}

.mobilemenucontainer {
    display: none;
}

.nav-section-scroll {
    opacity: 0;
    height: 0;
    transition: opacity .2s ease-in-out;
}

.nav-section.small {
    display: none;
    /* position: fixed;
    top: 0;
    width: 100%;
    height: 95px;
    padding: 20px 0;
    background: var(--primary);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
    z-index: 9; */
}

.nav-section-scroll.small {
    position: fixed;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 85px;
    padding: 15px 0;
    background: white;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
    z-index: 9;
    transition: opacity .2s ease-in-out;
}

    .nav-section-scroll.small .nav-contents-wrapper a {
        color: black;
    }

        .nav-section-scroll.small .nav-contents-wrapper a:hover {
            color: var(--primary);
        }

    .nav-section-scroll.small .transparent-btn {
        border: 2px solid var(--primary);
        color: var(--primary);
    }

        .nav-section-scroll.small .transparent-btn:hover {
            color: white;
            background: #af1a49;
            border: 2px solid #af1a49;
            transition: all .5s ease-in-out;
        }




.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 1185px;
}


.logo-holder {
    width: 200px;
}

/* .nav-section-scroll .nav-wrapper .logo-holder {
    width: 275px;
} */

.nav-contents-wrapper {
    display: flex;
    align-items: center;
    gap: 35px;
}

    .nav-contents-wrapper .nav-contents-wrapper-ul {
        display: flex;
        align-items: center;
        gap: 35px;
        list-style: none;
    }

    .nav-contents-wrapper .dropdownmain {
        position: relative;
    }

    .nav-contents-wrapper .dropdownmenu {
        position: absolute;
        top: 100%;
        min-width: 250px;
        padding: 10px 0;
        background: #fff;
        list-style: none;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
        margin-left: 10px;
        font-size: 16px;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
    }

    .nav-contents-wrapper .dropdownmain:hover .dropdownmenu {
        position: absolute;
        opacity: 1;
        top: 185%;
        z-index: 99;
        visibility: visible;
        transition: all 0.3s ease-in-out;
    }

.dropdownmenu li {
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
}

    .dropdownmenu li a {
        position: relative;
    }

        .dropdownmenu li a::after {
            content: '';
            width: 0;
            height: 1px;
            position: absolute;
            bottom: 0;
            display: block;
            background: var(--primary);
            left: 0;
            margin-bottom: 1px;
            transition: all .5s ease-in-out;
        }

        .dropdownmenu li a:hover::after {
            width: 100%;
        }

.nav-contents-wrapper a {
    color: white;
    transition: all .3s ease-in-out;
}

    .nav-contents-wrapper a:hover {
        color: var(--primary);
        transition: all .3s ease-in-out;
    }

.non-scroll img {
    filter: brightness(0) invert(1);
}



.dropdownmenu a {
    color: #1E1E1E;
}


.btn-container {
    display: flex;
    gap: 20px;
}

.primary-btn {
    position: relative;
    background: linear-gradient(to right, #FF4F8A, #C62859);
    color: white;
    padding: 12px 40px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 14px 42px #FF4F8A47;
    transition: all .5s ease-in-out;
    z-index: 1;
}

    .primary-btn::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 30px;
        background: linear-gradient(to right, #f9266d, #96103a);
        box-shadow: 0 16px 45px #fd6d9d48;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.5s linear;
    }

.primary-btn-white-border {
    background: linear-gradient(to right, #C62859, #FF4F8A);
    border: 2px solid white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 35px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 14px 42px #FF4F8A47;
    position: relative;
    z-index: 1;
}

    .primary-btn-white-border::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 30px;
        background: linear-gradient(to right, #96103a, #f9266d);
        box-shadow: 0 16px 45px #fd6d9d48;
        z-index: -1;
        transition: opacity 0.5s linear;
        opacity: 0;
    }

    .primary-btn-white-border:hover::before {
        opacity: 1;
    }

.primary-btn:hover::before {
    opacity: 1;
}

.transparent-btn {
    color: white;
    border: 2px solid white;
    padding: 10px 35px;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}

    .transparent-btn:hover {
        background: #af1a49;
        border: 2px solid #af1a49;
        transition: all .5s ease-in-out;
    }

/* .transparent-btn::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    border-radius: 30px;
    background: linear-gradient(to right, #96103a, #f9266d);
    box-shadow: 0 16px 45px #fd6d9d48;
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
}
.transparent-btn:hover{
    
}


.transparent-btn:hover::before {

    opacity: 1;
} */
.upper-section {
    position: relative;
    z-index: 0;
}

.video-section {
    margin-top: -95px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}

#myVideo {
    /* height: 100%;*/
    width: 100%;
}

.video-section .overlay {
    background: linear-gradient(to bottom, #1e1e1e59, #1e1e1e59);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-section .video-content {
    position: absolute;
    bottom: 300px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}


.video-section .below-video {
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: -105px;
}

    .video-section .below-video img {
        width: 115%;
    }

.img-responsive {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}
.img-responsivemoredetails {
    width: 100%;
    /*height: 350px;*/
    object-fit: cover;
    border-radius: 5px;
}

.img-responsiveforLocation {
    width: 100%;
    height: 171px;
    object-fit: cover;
    border-radius: 5px;
}

.leaf {
    position: absolute;
    left: 0;
    top: -40px;
}

.right-leaf {
    position: absolute;
    right: 0%;
    top: -115px;
    z-index: -1;
    overflow: hidden;
}

    .right-leaf img {
        transform: rotate(25deg);
    }

.about-us-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    align-items: center;
}

    .about-us-wrapper .img-holder {
        position: relative;
    }

        .about-us-wrapper .img-holder .behind-img {
            position: absolute;
            top: 20px;
            left: -20px;
            height: 350px;
            z-index: -1;
        }

            .about-us-wrapper .img-holder .behind-img img {
                height: 100%;
            }

.our-service-section {
    position: relative;
    /* background: url('../images/our-service-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; */
    overflow: hidden;
}

.bg-section {
    position: absolute;
    width: 100%;
    z-index: -1;
    left: -100px;
}

    .bg-section img {
        width: 115%;
    }

.splide-shape {
    /*border-top-right-radius: 50%;*/
    border-top-left-radius: 50%;
    overflow: hidden;
    height: 375px;
   /* width: 320px;*/
}

    .splide-shape img {
        height: 100%;
        width:100%;
    }

.splide__slide .btn-container {
    justify-content: center;
}

.splide__arrow {
    background: linear-gradient(to right, #FF4F8A, #C62859);
    transition: all .25s ease-in-out;
}

    .splide__arrow svg {
        fill: #fff;
    }

.splide__arrow--prev {
    left: -5em;
}

.splide__arrow--next {
    right: -5em;
}

.our-service-section .leaf {
    top: 150px;
    z-index: 1;
}

.our-service-section .banner-slider1 .primary-btn {
    box-shadow: none;
}

.appointment {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.appointment-leaf {
    position: absolute;
    right: -150px;
    top: 50px;
    z-index: -1;
}

.appointment-leaf-left {
    position: absolute;
    left: 0;
    top: -50px;
}

.appointment .img-holder {
    height: 700px;
    width: 650px;
    margin-left: auto;
    position: relative;
    margin-bottom: 150px;
}

    .appointment .img-holder img {
        height: 100%;
    }

.form {
    background: linear-gradient(to right, #FF4F8A, #C62859);
    padding: 45px;
    border-radius: 5px;
    position: absolute;
    top: 70px;
    left: -68%;
    width: 520px;
}

.form-controller {
    border: 1px solid #B1B1B1;
    outline: none;
    background: white;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    /*margin-bottom: 30px;*/
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    outline: none;
}

::placeholder {
    font-size: 16px;
    color: #505050;
}

.form .btn-container {
    justify-content: center;
}

    .form .btn-container .primary-btn {
        padding: 12px 70px;
    }

select {
    /*appearance: none;*/
    position: relative;
    color: #505050;
}

input[type="date" i] {
    color: #505050;
}

/*select.form-controller {
    background-image: url('../images/down.svg');
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 15px 8px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}*/

.our-location {
    position: relative;
    overflow: hidden;
}

.our-location-bg {
    position: absolute;
    width: 100%;
    left: -190px;
    top: 0;
    z-index: -1;
}

    .our-location-bg img {
        width: 170%;
    }

.our-location-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.our-location-card {
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 32px #A3057C29;
    padding: 25px;
}

.our-location-card-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* .our-location-card-content img {
    padding-top: 5px;
} */

.our-location-leaf {
    position: absolute;
    left: 130px;
    top: 50px;
    z-index: -1;
}

.contact-us {
    position: relative;
    overflow: hidden;
}

.contact-us-wrapper {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 30px;
}

.contact-us-flower {
    position: absolute;
    top: -50px;
    left: -50px;
}

.contact-us-form-box {
    background-color: white;
    border-radius: 5px;
    padding: 45px;
    box-shadow: 0 12px 32px #A3057C1c;
}

.contact-us-form {
    display: grid;
    gap: 1rem;
    /*grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;*/
}

.group-row {
    gap: 1rem;
}

    .group-row > * {
        flex: 1;
    }


.add-btn {
     
    justify-self: center;
}

.contact-us-form .form-controller {
    border: 1px solid #707070;
}

.contact-us-form textarea {
    grid-area: 3/1/span 1/ span 2;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    padding: 12px 20px;
    border-radius: 5px;
    margin-bottom: 35px;
    outline: none;
    border: 1px solid #707070;
}

.contact-us-form .primary-btn {
    border: none;
    padding: 18px 40px;
}

.contact-info {
    background: linear-gradient(to right, #FF4F8A, #C62859);
    padding: 45px;
    border-radius: 5px;
    position: relative;
}

    .contact-info h2 {
        font-size: 30px;
        font-family: 'Inter', sans-serif;
    }

        .contact-info h2::after {
            content: '';
            position: absolute;
            height: 2px;
            background: #fff;
            width: 65px;
            bottom: -3px;
            right: 15%;
        }

        .contact-info h2::before {
            content: '';
            position: absolute;
            height: 2px;
            background: #fff;
            width: 65px;
            bottom: -3px;
            left: 20%;
        }

        .contact-info h2 .h2-svg {
            position: absolute;
            bottom: -35px;
            left: 46.5%;
        }

.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 45px;
    position: relative;
    z-index: 2;
}

.round-container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info-svg .round-container img {
    width: 18px;
    height: 18px;
}

.contact-info-svg a {
    color: white;
}

.contact-info-leaf {
    position: absolute;
    top: 25%;
    left: 25%;
    opacity: .9;
    z-index: 1;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 40.25%;
    position: relative;
    height: 0;
}

    .responsive-map iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

footer {
    position: relative;
    overflow: hidden;
    margin-top: -60px;
}

.footer-bg {
    position: absolute;
    width: 100%;
    left: -100px;
    z-index: 1;
}

    .footer-bg img {
        width: 135%;
    }

.footer-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 50px;
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

    .footer-wrapper .logo-info .logo-holder {
        width: 300px;
    }

.footer-social-media {
    display: flex;
    gap: 20px;
}
    .footer-social-media a {
        /*width: 20px;*/
        transition: all .3s ease-in-out;
    }

        .footer-social-media a:hover {
            transform: translateY(-2px);
            transition: all .3s ease-in-out;
        }

        .footer-social-media a img {
            border-radius: 0;
        }

.footer-grid-contents ul {
    list-style: none;
    font-size: 16px;
}

.footer-grid-contents a {
    color: #1E1E1E;
}

.copyright {
    color: #E8E8E8;
    padding: 5px;
    background: linear-gradient(to right, #FF4F8A, #C62859);
    position: relative;
    z-index: 3;
}

.footer-flower {
    position: absolute;
    bottom: 100px;
    right: -85px;
    z-index: 1;
}

.footer-leaf {
    position: absolute;
    right: -60px;
    top: 50px;
    z-index: 2;
}

.appointment-card {
    background: linear-gradient(to bottom, #FF4F8A, #C62859);
    padding: 45px;
   /* padding-top: 135px;*/
    position: relative;
    display: none;
}

    .appointment-card.active {
        display: block;
    }

.img-holder.disable {
    display: none;
}


.appointment-card select {
    color: #505050;
    font-size: 16px;
}

.appointment-card ::placeholder {
    color: #505050;
}

.upper-part {
    background: linear-gradient(to right, #CEE3F8, #F9FEFF);
    padding: 30px;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.radio-form {
    display: flex;
    gap: 20px;
}





input[type=radio] {
    accent-color: var(--primary);
    width: 20px;
}

input[type=checkbox] {
    accent-color: var(--primary);
}

.footer-grid-contents ul li a {
    position: relative;
}

    .footer-grid-contents ul li a::after {
        content: '';
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        display: block;
        background: var(--secondary);
        left: 0;
        margin-bottom: 1px;
        transition: all .5s ease-in-out;
    }

    .footer-grid-contents ul li a:hover::after {
        width: 100%;
    }

.register-page {
    background: #FFECFA;
    overflow-x: hidden;
    /* height: 100vh; */
}

.register-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}

.register-flower {
    position: absolute;
    right: -10px;
    bottom: 20px;
    width: 280px;
}

.register-top-menu {
    display: flex;
    gap: 140px;
    align-items: center;
}

.register-form {
    width: 500px;
    padding: 45px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 12px 99px #FF4F8A26;
    margin-bottom: 10px;
}

.register-grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1rem;
}

    .register-grid .form-mail-div {
        position: relative;
        overflow: hidden;
    }

        .register-grid .form-mail-div .form-controller {
            padding: 12px 20px 12px 50px;
            border: 1px solid #707070;
            margin-bottom: 20px;
        }

.left-arrow {
}

.form-mail-holder {
    width: 20px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 20px;
}

.form-mail {
    width: 100%;
}

.register-grid .primary-btn {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .register-grid .primary-btn::before {
        border-radius: 5px;
    }

.register-grid label {
    color: #8F8F8F;
}

.or-login-with {
    position: relative;
}

    .or-login-with::before {
        content: '';
        height: 1px;
        position: absolute;
        background: #8F8F8F;
        width: 130px;
        left: 5px;
        top: 25%;
    }

    .or-login-with::after {
        content: '';
        height: 1px;
        position: absolute;
        background: #8F8F8F;
        width: 130px;
        right: 5px;
        top: 25%;
    }


/* .icon-holder {
    width: 40px;
} */

/* Single Service Page */
.manicure-pedicure {
    position: relative;
    padding-top: 250px;
    padding-bottom: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .manicure-pedicure a {
        color: white;
        transition: all .3s ease-in-out;
    }

        .manicure-pedicure a:hover {
            color: var(--primary);
            transition: all .3s ease-in-out;
        }

.price-list-box {
    position: relative;
    padding: 60px 80px 175px 80px;
    box-shadow: 0 12px 99px #ff4f8a26;
    overflow: hidden;
}

.price-list-content .logo-holder {
    width: 300px;
}

.upper-img-left {
    position: absolute;
    top: 5px;
    left: -10px;
    width: 300px;
}

.upper-img {
    position: absolute;
    top: -100px;
    right: -10px;
    width: 350px;
}

.lower-img-left {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 150px;
}

.lower-img-right {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 150px;
}

.price-list-content {
}

.price-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.manicure-content-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 0px;
}

.appointment-card {
    margin-bottom: 80px;
}



@media (min-width: 1600px) {
    .pb-280 {
        padding-bottom: 57vh;
    }

    .pt-100 {
        padding-top: 120px;
    }

    .video-section .below-video {
        left: -130px;
    }

    .video-section .video-content {
        bottom: 400px;
    }

    .bg-section {
        left: -125px;
    }


    .our-service-section .container,
    .our-location .container {
        padding-top: 120px;
    }

    .footer-bg {
        left: -150px;
    }

    footer {
        margin-top: -70px;
    }

    .manicure-pedicure {
        padding-top: 350px;
        padding-bottom: 500px;
    }

    .contact-us-flower {
        top: -75px;
        left: 270px;
    }
}

@media (max-width:1390px) {
    .bg-section img {
        width: 135%;
    }

    .our-location-bg img {
        width: 190%;
    }

    .contact-us-flower {
        width: 350px;
    }
}

@media (max-width:1290px) {
    .our-location-bg img {
        width: 200%;
    }
}
@media only screen and (max-width: 600px) {
    .updateForm {
        background: linear-gradient(to right, #ff4f8a38, #c628595e);
    }
}

@media (max-width: 1200px) {
    .pb-150 {
        padding-bottom: 200px;
    }

    .container {
        width: 90%;
    }



    .logo-holder {
        width: 170px;
    }

    .nav-contents-wrapper .nav-contents-wrapper-ul {
        gap: 20px;
    }

    .nav-contents-wrapper {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    h2::before {
        width: 80px;
    }

    h2::after {
        width: 80px;
    }

    .video-section .video-content {
        position: absolute;
        bottom: 200px;
    }

    .about-us-wrapper .img-holder .behind-img {
        position: absolute;
        top: 20px;
        left: -25px;
        height: 300px;
        z-index: -1;
    }

    .bg-section img {
        width: 150%;
    }

    .splide-shape {
        /*border-top-right-radius: 50%;*/
        border-top-left-radius: 50%;
        overflow: hidden;
        height: 300px;
    }

    .splide__arrow--next {
        right: -3em;
    }

    .splide__arrow--prev {
        left: -3em;
    }

    .appointment .img-holder {
        height: 550px;
        width: 560px;
        margin-bottom: 180px;
    }

    .form {
        padding: 35px;
        width: 500px;
    }

    .form-controller {
        margin-bottom: 20px;
    }


    .our-location {
        margin-top: 50px;
    }

    .our-location-bg img {
        width: 220%;
    }

    .contact-us-flower {
        top: -75px;
    }

    .contact-info h2::after {
        right: 5%;
    }

    .contact-info h2::before {
        left: 14%;
    }

    .footer-bg img {
        width: 225%;
    }

    .footer-leaf {
        opacity: .4;
    }

    .register-flower {
        right: -25px;
        bottom: 20px;
        width: 250px;
    }

    .primary-btn-white-border {
        padding: 12px 30px;
    }

    .footer-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .footer-bg {
        left: -130px;
    }
}

@media (max-width:1120px) {
    .our-location-bg img {
        width: 235%;
    }

    .fs-16 {
        font-size: 14px;
    }
}

@media (max-width:1050px) {
    .bg-section img {
        width: 165%;
    }

    .primary-btn-white-border {
        padding: 12px 30px;
    }

    .our-location-bg img {
        width: 245%;
    }
}

@media (max-width: 1014px) {
    .mb-20 {
        margin-bottom: 40px;
    }

    .pt-6 {
        padding-top: 6px;
    }

    .pt-15 {
        padding-top: 10px;
    }

    .pt-18 {
        padding-top: 8px;
    }

    .pt-30 {
        padding-top: 25px;
    }

    .pt-60 {
        padding-top: 45px;
    }

    .pt-100 {
        padding-top: 60px;
    }

    .pt-175 {
        padding-top: 100px;
    }

    .pb-10 {
        padding-bottom: 10px;
    }

    .pb-15 {
        padding-bottom: 15px;
    }

    .pb-30 {
        padding-bottom: 25px;
    }

    .pb-40 {
        padding-bottom: 34px;
    }

    .pb-45 {
        padding-bottom: 38px;
    }

    .pb-60 {
        padding-bottom: 45px;
    }

    .pb-70 {
        padding-bottom: 55px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .pb-150 {
        padding-bottom: 80px;
    }



    .pr-20 {
        padding-right: 20px;
    }

    .mr-10 {
        margin-right: 10px;
    }

    .fs-16 {
        font-size: 16px;
    }

    .fs-20 {
        font-size: 18px;
    }

    .fs-25 {
        font-size: 20px;
        line-height: 32px;
    }

    .fs-30 {
        font-size: 25px;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2 {
        font-size: 35px;
        line-height: 45px;
        position: relative;
        color: #1E1E1E;
    }

    body {
        line-height: 1.4em;
        font-size: 16px;
    }

    ul {
        list-style: none;
    }

    .nav-section {
        display: none;
    }

    .nav-section-scroll {
        display: none;
    }

        .nav-section-scroll.small {
            display: none;
        }

    .video-section .below-video img {
        width: 120%;
    }

    .video-section .video-content {
        bottom: 100px;
    }

    /* Mobile Menu */
    .mobilemenucontainer {
        display: block;
        position: relative;
        z-index: 22;
    }

    .visible-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .visible-menu-scroll {
        display: flex;
        justify-content: space-between;
        height: 0;
        opacity: 0;
        transition: opacity .2s ease-in-out;
    }

        .visible-menu-scroll .logo-holder {
            width: 200px;
        }

    .menu-scroll-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .visible-menu-scroll.small {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 1;
        width: 100%;
        height: 75px;
        padding: 20px 0;
        background: white;
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
        z-index: 9;
        transition: opacity .2s ease-in-out;
    }

    .ham-icon {
        width: 30px;
    }

        .ham-icon img {
            border-radius: 0;
        }

    .menucontents {
        background: #fff;
        color: var(--secondary);
        position: fixed;
        left: -250px;
        opacity: 0;
        top: 0;
        /* overflow: hidden; */
        visibility: hidden;
        transition: all .3s ease-in-out;
        height: 100%;
        width: 100%;
        overflow-y: scroll;
        z-index: 999;
    }

        .menucontents.active {
            visibility: visible;
            opacity: 1;
            left: 0;
            top: 0;
            width: 100%;
        }

    .menutop {
        display: flex;
        justify-content: space-between;
        padding: 15px 20px;
        align-items: center;
        background: var(--primary);
    }

    .cross-icon img {
        filter: brightness(0) invert(1);
    }

    .menucontentslist {
        padding: 10px 0;
    }

    .menuindividual {
        padding: 10px 30px;
    }

    .menucontents .menucontentslist a {
        text-decoration: none;
        color: #2e2e2e;
        display: block;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #cccccc1d;
    }

    .menucontents .menucontentslist .social-media-links {
        gap: 0;
    }

        .menucontents .menucontentslist .social-media-links a {
            padding: 15px 20px;
        }

    .menucontents ul li {
        /* padding-top: 30px; */
        list-style: none;
        font-size: 18px;
        display: flex;
        align-items: center;
    }

    .menuaccordian {
        padding-right: 20px;
    }

    .acc-content {
        max-height: 0;
        margin: 0 2rem;
        padding-left: 1rem;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
        /* border-bottom: 1px solid #ccc; */
    }

        .acc-content a {
            font-size: 16px !important;
            margin-bottom: 15px;
            font-weight: 500 !important;
        }


    /* Mobile Menu end */
    .video-section .below-video {
        bottom: -40px;
    }

    .video-section .video-content {
        bottom: 150px;
    }

    .leaf {
        top: -30px;
        width: 180px;
    }

    .right-leaf {
        top: -85px;
        width: 200px;
    }

    h2 .h2-svg {
        bottom: -30px;
    }

    h2::before {
        bottom: -14px;
        left: 35%;
    }

    h2::after {
        bottom: -14px;
        right: 33%;
    }

    .about-us-wrapper .img-holder .behind-img {
        left: -20px;
        height: 210px;
    }

    .splide__arrow--prev {
        left: -2.5em;
    }

    .splide__arrow--next {
        right: -2.5em;
    }

    .bg-section img {
        width: 135%;
    }

    .our-service-section .leaf {
        top: 100px;
        width: 140px;
    }

    .form-controller {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .appointment .img-holder {
        height: 550px;
        width: 420px;
        margin-bottom: 100px;
    }

    .form {
        padding: 30px;
        width: 450px;
    }

    .gap-15 {
        gap: 10px;
    }

    .appointment-card select {
        font-size: 15px;
    }

    ::placeholder {
        font-size: 15px;
    }

    .appointment-leaf-left {
        width: 200px;
    }

    .appointment-leaf {
        right: -75px;
        top: -75px;
        width: 200px;
    }

    .appointment-card {
        margin-bottom: 50px;
    }


    .our-location-bg img {
        width: 298%;
    }

    .pb-280 {
        padding-bottom: 200px;
    }

    .our-location-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .our-location-leaf {
        left: 0;
        top: 0px;
        width: 200px;
    }

    .contact-us-flower {
        top: -40px;
        width: 250px;
    }

    .contact-us-form {
        grid-template-columns: 1fr;
        grid-column-gap: 20px;
    }

        .contact-us-form textarea {
            grid-area: auto;
        }

    .contact-info h2 {
        font-size: 25px;
    }

        .contact-info h2::before {
            left: -5%;
            bottom: -15px;
        }

        .contact-info h2::after {
            right: -10%;
            bottom: -15px;
        }

        .contact-info h2 .h2-svg {
            left: 40.5%;
        }

    .contact-us-form textarea {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .footer-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        padding-top: 200px;
        padding-bottom: 49px;
    }

    .footer-bg img {
        width: 270%;
    }

    .fs-25 {
        line-height: 40px;
    }

    .above-nav-wrapper .fs-16 {
        font-size: 14px;
    }

    .above-nav .above-nav-wrapper .social-media-wrapper {
        gap: 8px;
    }

    .register-form {
        width: 400px;
        padding: 35px;
    }

    .register-flower {
        right: -80px;
        bottom: 75px;
        width: 225px;
    }

    .register-top-menu {
        gap: 100px;
    }

    .or-login-with::after {
        width: 85px;
    }

    .or-login-with::before {
        width: 85px;
    }

    .responsive-map {
        padding-bottom: 56.25%;
    }

    .price-list-box {
        padding: 60px 50px 175px 50px;
    }

    .manicure-content-grid {
        grid-gap: 10px;
    }

    .upper-img {
        width: 300px;
    }

    .upper-img-left {
        width: 250px;
    }

    .price-list-content .logo-holder {
        width: 250px;
    }

    .manicure-pedicure {
        padding-top: 175px;
        padding-bottom: 300px;
    }

        .manicure-pedicure h1 {
            font-size: 40px;
        }

    .footer-wrapper .logo-info .logo-holder {
        width: 250px;
    }

    .our-location-card-content {
        gap: 10px;
        padding-top: 10px;
    }

    .our-location-card .location-img {
        height: 175px;
    }

        .our-location-card .location-img img {
            height: 100%;
        }
}

@media (max-width:930px) {
    .bg-section img {
        width: 150%;
    }

    .pb-280 {
        padding-bottom: 240px;
    }

    .footer-bg img {
        width: 290%;
    }

    .our-location-bg img {
        width: 320%;
    }

    .our-location-card .location-img {
        height: 150px;
    }
}

@media (max-width:830px) {
    .bg-section img {
        width: 180%;
    }

    .pb-280 {
        padding-bottom: 280px;
    }

    .our-location-bg img {
        width: 370%;
    }

    .about-us-wrapper .img-holder .behind-img {
        height: 220px;
    }

    .footer-wrapper {
        gap: 30px;
    }
}

@media (max-width: 730px) {
    .above-nav {
        display: none;
    }

    .video-section .below-video {
        bottom: -45px;
    }

    .video-section .video-content {
        bottom: 125px;
    }

    .right-leaf {
        width: 175px;
    }

    h2::after {
        right: 29%;
    }

    h2::before {
        left: 33%;
    }

    .about-us-wrapper {
        grid-gap: 45px;
    }

        .about-us-wrapper .img-holder .behind-img {
            height: 170px;
        }

    .bg-section img {
        width: 215%;
    }

    .appointment .img-holder {
        width: 335px;
    }

    .form {
        width: 425px;
    }

    .our-location-wrapper {
        gap: 17px;
    }

    .our-location-card {
        padding: 15px;
    }

    .fs-16 {
        font-size: 14px;
    }

    .contact-us-form-box {
        padding: 30px;
    }

    .contact-us-flower {
        width: 230px;
    }

    .contact-info {
        padding: 25px;
        overflow: hidden;
    }

        .contact-info h2::after {
            width: 50px;
            bottom: -13px;
        }

        .contact-info h2::before {
            width: 50px;
            bottom: -13px;
        }

    .contact-info-leaf {
        left: 10%;
    }




    .footer-bg img {
        width: 530%;
    }

    .footer-bg {
        left: -190px;
    }

    .register-flower {
        width: 185px;
    }

    .register-form {
        width: 350px;
        padding: 30px;
    }

    .form-mail-holder {
        width: 18px;
    }

    .form {
        left: -65%;
        width: 400px;
    }

    .price-list-box {
        padding: 45px 20px 125px 20px;
    }

    .price-list-grid {
        grid-gap: 30px;
    }

    .upper-img-left {
        width: 200px;
    }

    .upper-img {
        width: 220px;
        top: -60px;
    }

    .price-list-content .logo-holder {
        width: 200px;
    }

    .manicure-content-grid {
        grid-gap: 0px;
    }

    .lower-img-left {
        width: 110px;
    }

    .lower-img-right {
        width: 110px;
    }

    .manicure-pedicure {
        padding-top: 150px;
        padding-bottom: 250px;
    }

        .manicure-pedicure h1 {
            font-size: 35px;
        }

    .footer-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 120px;
    }

        .footer-wrapper .logo-info .logo-holder {
            width: 200px;
        }

    .pb-280 {
        padding-bottom: 175px;
    }

    .our-location-card .location-img {
        height: 135px;
    }

    .pt-100 {
        padding-top: 100px;
    }
}

@media (max-width: 610px) {
    .pt-6 {
        padding-top: 0;
    }

    .pb-10 {
        padding-bottom: 15px;
    }

    .pt-30 {
        padding-top: 20px;
    }

    .pt-60 {
        padding-top: 35px;
    }

    .pt-100 {
        padding-top: 45px;
    }

    .pt-175 {
        padding-top: 100px;
    }

    .pb-10 {
        padding-bottom: 10px;
    }

    .pb-15 {
        padding-bottom: 15px;
    }

    .pb-30 {
        padding-bottom: 20px;
    }

    .pb-40 {
        padding-bottom: 25px;
    }

    .pb-45 {
        padding-bottom: 30px;
    }

    .pb-60 {
        padding-bottom: 35px;
    }

    .pb-70 {
        padding-bottom: 45px;
    }

    .pb-100 {
        padding-bottom: 45px;
    }

    .pb-280 {
        padding-bottom: 70px;
    }

    .pr-20 {
        padding-right: 20px;
    }

    .mr-10 {
        margin-right: 10px;
    }

    .fs-16 {
        font-size: 14px;
    }

    .fs-20 {
        font-size: 16px;
    }

    .fs-25 {
        font-size: 17px;
        line-height: 24px;
    }

    .fs-30 {
        font-size: 20px;
    }



    h2 {
        font-size: 28px;
        line-height: 35px;
        position: relative;
        color: #1E1E1E;
    }

    body {
        line-height: 1.35em;
        font-size: 14px;
    }

    h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .above-nav {
        display: none;
    }

    .ham-icon {
        width: 25px;
    }

    .video-section .video-content {
        bottom: 90px;
    }

    .video-section .below-video {
        position: absolute;
        width: 100%;
        bottom: -20px;
        left: -60px;
    }

    .about-us-wrapper .img-holder .behind-img {
        position: absolute;
        top: 20px;
        left: -15px;
        height: 250px;
        z-index: -1;
    }

    .right-leaf {
        top: -50px;
        width: 130px;
    }

    .leaf {
        top: -10px;
        width: 115px;
    }

    h2::before {
        bottom: -14px;
        left: 29%;
        width: 50px;
    }

    h2::after {
        bottom: -14px;
        right: 27%;
        width: 50px;
    }

    h2 .h2-svg {
        bottom: -30px;
        left: 45.5%;
    }

    .about-us-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }

    .splide-shape {
        width: 100%;
        margin: 0 auto;
    }

    .bg-section img {
        width: 250%;
    }

    .splide__arrow {
        height: 1.7em;
        width: 1.7em;
    }

    .splide__arrow--next {
        right: -1em;
    }

    .splide__arrow--prev {
        left: -1em;
    }

    .our-service-section .leaf {
        top: 100px;
        width: 120px;
    }

    .appointment-leaf-left {
        width: 100px;
        top: 0;
    }

    .appointment-leaf {
        right: -72px;
        top: 0;
        width: 125px;
    }

    .appointment .img-holder {
       /* height: 300px;*/
        width: 340px;
        margin: 0 auto;
        margin-bottom: 450px;
    }

    .form {
        top: 260px;
        left: auto;
        width: 100%;
    }

    .form-controller {
        font-size: 13px;
    }

    ::placeholder {
        font-size: 13px;
    }

    .our-location-bg {
        height: 100%;
        left: -155px;
    }

        .our-location-bg img {
            display: none;
        }

    .our-location-leaf {
        width: 120px;
    }

    .our-location .pt-100 {
        padding-top: 75px;
    }

    .our-location-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-us-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-us-flower {
        top: 0px;
        width: 155px;
    }

    .contact-info h2::after {
        content: '';
        position: absolute;
        height: 2px;
        background: #fff;
        width: 65px;
        bottom: -18px;
        right: 15%;
    }

    .contact-info h2::before {
        content: '';
        position: absolute;
        height: 2px;
        background: #fff;
        width: 65px;
        bottom: -18px;
        left: 10%;
    }

    .info-grid {
        padding: 30px;
    }

    .upper-part {
        padding: 20px;
    }

    .radio-form {
        gap: 10px;
        align-items: center;
    }

    .appointment-card {
        padding: 30px;
        padding-top: 135px;
    }

        .appointment-card select {
            font-size: 14px;
        }

    .primary-btn {
        padding: 12px 22px;
    }

    footer {
        margin-top: -40px;
    }

    .footer-bg {
        position: absolute;
        height: 100%;
        left: -160px;
        z-index: 1;
    }

        .footer-bg img {
            height: 100%;
            width: auto;
        }

    .footer-wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-top: 100px;
        padding-bottom: 50px;
    }

        .footer-wrapper .logo-info .logo {
            width: 190px;
        }

    select.form-controller {
        background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
        background-size: 10px 10px, 5px 5px, 1px 5.5em;
    }

    .footer-grid-contents ul {
        font-size: 14px;
    }

    .footer-social-media a {
        width: 15px;
    }

    .responsive-map {
        padding-bottom: 85%;
    }

    .form-controller {
        padding: 12px 12px;
    }



    .primary-btn-white-border {
        padding: 12px 40px;
    }

    .contact-us-form .btn-container {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .footer-social-media {
        display: flex;
        gap: 25px;
    }

    #myVideo {
        width: 130%;
    }

    .contact-us-form-box {
        padding: 25px;
    }

    .our-location-card {
        padding: 20px;
    }

    .register-flower {
        right: -30px;
        top: 25px;
        width: 100px;
    }

    .form-mail-holder {
        width: 15px;
    }

    .register-grid .form-mail-div .form-controller {
        margin-bottom: 15px;
    }

    .register-div {
        padding-top: 35px;
    }

    .upper-img {
        width: 170px;
        top: -50px;
    }

    .price-list-content .logo-holder {
        width: 150px;
    }

    .upper-img-left {
        width: 150px;
    }

    .price-list-grid {
        grid-template-columns: 1fr;
    }

    .price-list-box {
        padding: 30px 20px 125px 20px;
    }

    .manicure-pedicure {
        padding-top: 125px;
        padding-bottom: 190px;
    }

        .manicure-pedicure h1 {
            font-size: 32px;
        }

    .appointment-card {
        margin-bottom: 0px;
    }

    .our-service-section {
        padding-bottom: 150px;
    }

    .our-location .pt-100 {
        padding-top: 50px;
    }
}

@media (max-width: 500px) {
    .our-service-section {
        padding-bottom: 100px;
    }

    .bg-section img {
        width: 265%;
    }
}

@media (max-width:450px) {
    .bg-section img {
        width: 295%;
    }

    .contact-info h2 .h2-svg {
        left: 43%;
    }

    .contact-info h2::after {
        right: 22%;
    }

    .contact-info h2::before {
        left: 20%;
    }
}

@media (max-width:400px) {
    .about-us-wrapper .img-holder .behind-img {
        height: 225px;
    }

    .bg-section img {
        width: 330%;
    }

    .register-form {
        width: 310px;
        padding: 25px;
    }

    .register-flower {
        width: 75px;
    }

    .or-login-with::after {
        width: 70px;
    }

    .or-login-with::before {
        width: 70px;
    }

    .lower-img-right {
        bottom: 20px;
        right: 20px;
        width: 100px;
    }

    .lower-img-left {
        bottom: 20px;
        left: 20px;
        width: 100px;
    }

    .manicure-pedicure {
        padding-top: 100px;
        padding-bottom: 160px;
    }

    .footer-wrapper {
        gap: 20px;
        padding-top: 60px;
    }
}

@media (max-width:360px) {
    .bg-section img {
        width: 350%;
    }

    .our-service-section {
        padding-bottom: 70px;
    }
}


@media (max-width:330px) {
    h1 {
        font-size: 25px;
        line-height: 35px;
    }

    h2::before {
        bottom: -14px;
        left: 27%;
        width: 50px;
    }

    h2::after {
        bottom: -14px;
        right: 23%;
        width: 50px;
    }

    .video-section .below-video {
        left: -50px;
    }

    .leaf {
        width: 80px;
    }

    .right-leaf {
        width: 100px;
    }

    .about-us-wrapper .img-holder .behind-img {
        height: 185px;
    }

    .about-us-wrapper .img-holder .behind-img {
        left: -12px;
    }

    .bg-section img {
        width: 390%;
    }

    .appointment .img-holder {
        width: 285px;
    }

    .form {
        padding: 15px;
    }

    select.form-controller {
        background-position: calc(100% - 7px) calc(1em + 3px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
        background-size: 9px 9px, 6px 5px, 1px 5.5em;
    }

    .form-controller {
        font-size: 12px;
    }

    .radio-form {
        display: flex;
        flex-direction: column;
    }

    .appointment-card {
        padding: 20px;
        padding-top: 200px;
    }

    .contact-info h2::after {
        right: 15%;
    }

    .contact-info h2::before {
        left: 11%;
    }

    .contact-info {
        padding: 30px 20px;
        overflow: hidden;
    }

    .info-grid {
        padding: 5px;
    }

    .register-form {
        width: 280px;
        padding: 20px;
    }

    .register-flower {
        width: 60px;
    }

    .fs-16 {
        font-size: 13px;
    }

    .upper-img-left {
        width: 120px;
    }

    .price-list-content .logo-holder {
        width: 120px;
    }

    .upper-img {
        width: 125px;
        top: -35px;
    }

    .price-list-box {
        padding: 30px 20px 100px 20px;
    }

    .lower-img-right {
        width: 80px;
    }

    .lower-img-left {
        width: 80px;
    }

    .manicure-pedicure {
        padding-top: 90px;
        padding-bottom: 140px;
    }

        .manicure-pedicure h1 {
            font-size: 25px;
        }

    .our-service-section {
        padding-bottom: 40px;
    }
}
