@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
    font-family: CastleBegale;
    src: url(./fonts/CastleBegale.otf);
    font-weight: normal;
}
/* @font-face {
font-family: bebas-regular;
src: url(../fonts/bebas-Regular.ttf);
font-weight: normal;
}

@font-face {
font-family: bebas-bold;
src: url(../fonts/BebasNeueBold.ttf);
} */
/* .font-bebas-regular {
font-family: bebas-regular;
}

.font-bebas-bold {
font-family: bebas-bold;
} */
/* .banner-inner-content .bebas-below-book {
font-size: 17px;
padding-top: 10px;
} */
/* .wrapper {
    overflow: hidden !important;
} */

h1 {
    font-family: CastleBegale;
}

p,
h2,
h3,
h4,
span,
ul,
li,
small,
a div {
    font-family: "Montserrat", sans-serif;
}

section img {
    width: 100%;
}

.spinner {
        border: 5px solid #E44B8B;
        border-top: 5px solid #a8a6a1;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 1s linear infinite;
    }

    #loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 99999999;
    }
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

.col-content p,
.sec-inner-content p {
    text-align: justify;
}

.form-control:focus {
        /* padding-top: 0rem !important; */
        padding: 0rem 0rem 1rem 0rem !important;

        outline: none !important;
        box-shadow: none !important;
    }

    .custom-select {
        padding: 0rem 0rem 1rem 0rem !important;
    }

header {
    /* padding: 10px 0; */
    position: sticky;
    top: 0;
    z-index: 99999;
    background-color: #ffffff;
    height: 120px !important;
}

header .navbar img {
    width: 165px;
}
/*
header {
padding: 10px 0;
} */

.navbar-toggler:focus {
    box-shadow: none !important;
}

.dropdown-item.custom-dropdown:active {
    background-color: #E44B8B !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 80% !important;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #E44B8B !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 2px solid #e44b8b;
}

.footer-col-right {
    justify-content: end;
}

.section-1-bg {
    /* background: url(../img/homepage.gif); */
    /* background-color: #12151c; */
    background-color: #bf2867;
    /* height: 95vh; */
    height: 85vh;
    background-size: cover;
    background-position: center;
}

.banner-inner-content h1 {
    font-size: 95px;
    color: #fff;
}

.banner-left-content {
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-inner-content h3 {
    font-size: 33px;
    font-weight: 500;
    color: #fff;
}

.banner-inner-content p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    margin-top: 25px;
}

a.banner-btn {
    padding: 10px 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    text-decoration: none;
    border: 4px solid #fff;
}

a.banner-btn:hover {
    color: #fff;
    background-color: #E44B8B !important;
    border-color: #E44B8B;
}

img.sec-2-logo {
    width: 200px;
    /* height: 100%; */
    height: fit-content;
    /* padding-top: 35px; */
    /* padding-left: 18px; */
    height: min-intrinsic;
}

h1.why-heading {
    font-size: 3rem !important;
    padding-top: 10px !important;
    /* font-weight: 300px !important; */
    color: #414042;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 8px;
}

h1.questionMark {
    font-size: 2rem !important;
    padding-top: 30px !important;
    font-weight: 300px !important;
    color: #414042;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
}

section.sec-2 {
    /* padding-top: 20px; */
    /* padding-bottom: 70px; */
}

h3.sec-2-subHeading {
    text-align: justify;
    display: inline-flex;
    /* justify-content: space-evenly;
width: fit-content; */
    /* padding: 14px 36px; */
    /* background-color: #00b2e2; */
    color: #000;
    /* border-radius: 39px; */
    margin-bottom: 55px;
}

.DvSubHeading {
    text-align: center;
    color: #12151c;
}

p {
    font-size: 22px;
    font-weight: 500;
    color: #929498;
}

h1.qualityHeading,
h1.convenienceHeading,
h1.wellnessHeading {
    font-size: 3.5rem !important;
    color: #414042;
}

img.quality-img {
}

.sec-inner-content {
    padding-left: 40px;
}

section.sec-3 .col-content {
    padding-right: 50px;
}
/* section.sec-4 {
padding-top: 50px;
} */

section.sec-4 .col-content {
    padding-left: 40px;
}
/* section.sec-5 h2 {
font-size: 35px;
text-transform: uppercase;
text-align: center;
font-weight: 600;
padding-bottom: 30px;
}

section.sec-5 {
padding-top: 140px;
padding-bottom: 50px;
}

section.sec-5 h3 {
font-size: 19px;
text-transform: uppercase;
background: #00b2e2;
text-align: center;
width: fit-content;
margin: 0 auto;
color: #fff;
padding: 4px 13px;
border-radius: 12px;
margin-top: 20px;
margin-bottom: 30px
} */

.service-col-1,
.service-col-2,
.service-col-3 {
    text-align: center;
}
/* section.sec-5 ul li {
list-style: none;
font-weight: 500;
color: #929498;
font-size: 18px;
}

section.sec-5 ul {
padding-left: 0px
}

.sec-5 .service-col-3 h3 {
padding: 4px 35px;
} */

.section-6-bg {
    background: url(../img/yellow-bg.webp);
    background-size: cover;
    background-position: top left;
}

section.sec-6 .col-inner-content p {
    color: #414042;
    font-weight: 600;
}

img.play-btns {
    width: 190px;
}

h3.app-h3 {
    padding-bottom: 9px;
    position: relative;
    z-index: -0;
    width: 100%;
    padding-right: 55px;
    display: block;
    /* font-size: 50px; */
    font-size: 45px;
    color: #fff;
    margin-bottom: 17px;
    padding-top: 5px;
    white-space: nowrap;
}

h3.app-h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00b2e2;
    left: -51px;
    top: 0;
    z-index: -99;
}

section.sec-6 {
    /* padding-bottom: 80px; */
    padding-top: 70px;
}

.section-3-bg {
    /* background: url(../img/conv-bg.webp); */
    background-size: cover;
    background-position: top left;
    /* padding-top: 50px; */
    /* padding-bottom: 80px; */
}

section.sec-6 .inner-content p {
    color: #403f41;
    font-weight: 600;
}

img.play-btns {
    width: 100%;
}

img.footer-logo {
    width: 180px;
}

.footer-bg {
    background: #12151c;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.footer-links li {
    display: inline-flex;
    padding-right: 15px;
}

ul.footer-links,
ul.footer-social {
    margin-bottom: 0px;
}

ul.footer-links li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none !important;
    font-size: 16px;
}

ul.footer-social li {
    display: inline-block;
    /* margin: 0 8px; */
    /* margin: 0 15px; */
}

.footer-social img {
    width: 70px;
    padding: 0px 10px 0px 10px;
}
/* footer.footer-section {
    border-top: 2px solid #e20290;
} */
/* h3.app-h3 {
padding-bottom: 9px;
position: relative;
z-index: -0;
width: 100%;
padding-right: 55px;
display: block;
font-size: 45px;
color: #fff;
margin-bottom: 17px;
padding-top: 5px;
}
*/

h1.bookAppointment {
    font-size: 110px !important;
    color: #414042;
}

img.mob-img {
    width: 110% !important;
    padding-top: 60px !important;
}
/* .service-img {
width: 60%;
} */
/* Responsive */

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    img.mob-img {
        width: 100% !important;
    }
    h1.bookAppointment {
        font-size: 95px !important;
    }
    .mob-div {
        right: 4% !important;
    }
    ul.footer-links {
        padding-right: 0;
        padding-left: 0;
    }
    ul.footer-links li a {
        font-size: 14px;
    }
    ul.footer-links li {
        padding-right: 5px;
    }
    .col-footer-links {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 1399px) and (max-width: 1499px) {
    img.mob-img {
        width: 100% !important;
    }
    h1.bookAppointment {
        font-size: 85px !important;
    }
    .mob-div {
        right: 2% !important;
    }
    h1.why-heading {
        padding-top: 15px !important;
    }
    ul.footer-links {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    ul.footer-links li a {
        font-size: 14px !important;
    }
    ul.footer-links li {
        padding-right: 5px !important;
    }
    .col-footer-links {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 1299px) and (max-width: 1399px) {
    img.mob-img {
        width: 100% !important;
    }
    h1.bookAppointment {
        font-size: 78px !important;
    }
    .mob-div {
        right: 2% !important;
    }
    h1.why-heading {
        padding-top: 15px !important;
    }
    ul.footer-links {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    ul.footer-links li a {
        font-size: 14px !important;
    }
    ul.footer-links li {
        padding-right: 5px !important;
    }
    .col-footer-links {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1299px) {
    img.mob-img {
        width: 100% !important;
    }
    h1.bookAppointment {
        font-size: 78px !important;
    }
    .mob-div {
        right: 2% !important;
    }
    h1.why-heading {
        padding-top: 15px !important;
    }
    ul.footer-links {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    ul.footer-links li a {
        font-size: 13px !important;
    }
    ul.footer-links li {
        padding-right: 5px !important;
    }
    .col-footer-links {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .banner-logo {
        /* top: -80% !important; */
        /* left: 12% !important; */
        /* width: 260px !important; */
    }
    .banner-left-content {
        left: 8% !important;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-inner-content h1 {
        font-size: 80px;
    }
    .banner-inner-content h3 {
        font-size: 30px;
    }
    .banner-inner-content p {
        font-size: 16px;
        letter-spacing: 0;
    }
    a.banner-btn {
        padding: 7px 30px;
        font-size: 22px;
    }
    h1.bookAppointment {
        font-size: 75px !important;
    }
    .mob-div {
        right: 0% !important;
    }
    img.mob-img {
        width: 100% !important;
        padding-top: 40px !important;
    }
    ul.footer-links {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    ul.footer-links li a {
        font-size: 13px !important;
    }
    ul.footer-links li {
        padding-right: 5px !important;
    }
    .col-footer-links {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 992px) {
    .footer-section .col-footer {
        align-items: center !important;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }
    /* .row.mob-apps-btns-

    {
    text-align: center;
    align-items: center;
    justify-content: center;
} */
    h1.bookAppointment {
        /* font-size: 90px !important;
    text-align: center; */
        font-size: 70px !important;
    }
    .bookAppointmentContainer {
        max-width: 100% !important;
    }
    .booking-div {
        justify-content: unset !important;
    }
    /* section.sec-6 .inner-content p {
    text-align: center;
} */
    .mob-div {
        right: 0 !important;
        position: unset !important;
    }
    img.mob-img {
        width: 100% !important;
        /* padding-top: 10px !important; */
    }
    ul.footer-links,
    ul.footer-social {
        margin-bottom: 0px;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
    }
    /* .section-1-bg {
        height: 75vh !important;
    }
    .section-1-bg .row {
        height: 75vh !important;
    }
    .banner-inner-content h1 {
        font-size: 55px;
        white-space: nowrap;
    }
    .banner-inner-content p {
        font-size: 15px;
    } */
    .banner-heading {
        display: none;
    }
    .banner-image {
        display: block !important;
    }
    .banner-image img {
        width: 30% !important;
    }
    .banner-left-content {
        height: 100% !important;
    }
    .banner-inner-content h3 {
        font-size: 30px !important;
        text-align: center !important;
        padding-top: 15px;
    }
    .banner-inner-content p {
        font-size: 15px !important;
        text-align: center !important;
    }
    a.banner-btn {
        padding: 10px 40px !important;
        font-size: 30px !important;
    }
    .section-1-bg {
        height: 85vh !important;
    }
    .banner-logo {
        display: none !important;
    }
    .banner-left-content {
        left: 0% !important;
    }
    .banner-inner-content {
        text-align: center;
    }
    h1.why-heading {
        padding-top: 15px !important;
    }
    h1.questionMark {
        font-size: 3rem !important;
        padding-top: 25px;
    }
    img.sec-2-logo {
        width: 175px;
    }
    h1.why-heading {
        font-size: 3.5rem !important;
    }
    .col-content p,
    .sec-inner-content p {
        text-align: justify;
        hyphens: auto;
        font-size: 15px !important;
    }
    h1.qualityHeading,
    h1.convenienceHeading,
    h1.wellnessHeading {
        font-size: 2.5rem !important;
    }
    h3.sec-2-subHeading {
        font-size: 22px;
    }
    section.sec-6 {
        padding-top: 0 !important;
    }
    .banner-left-content {
        left: 0 !important;
        right: 0 !important;
        justify-content: center !important;
    }
    .video-banner {
        display: none !important;
    }
    .section-1-bg {
        background: #bf2867 !important;
    }
    .custom-floating {
        margin-bottom: 0 !important;
    }
    
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .quality-img,
    .convenience-img,
    .well-img {
        height: 100%;
    }
    .container.sec-inner-content {
        padding-left: 0;
        padding-right: 0;
    }
    section.sec-3 .col-content {
        padding-right: 0px;
        padding-left: 0px;
    }
    section.sec-4 .col-content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-content p,
    .sec-inner-content p {
        font-size: 14px !important;
    }
    .booking-div {
        flex-direction: column-reverse;
        padding-left: 0 !important;
    }
    h1.bookAppointment {
        font-size: 40px !important;
        text-align: center;
    }
    section.sec-6 .inner-content p {
        text-align: center;
    }
    .mob-apps-btns-row {
        justify-content: center;
    }
    .main-div {
        display: none;
    }
    .carousel-inner {
        display: block !important;
    }
    .img.mob-img {
        padding-top: 0px !important;
    }
    .banner-heading {
        display: none;
    }
    .banner-image {
        display: block !important;
    }
    .banner-image img {
        width: 20% !important;
    }
    .banner-left-content {
        height: 100% !important;
    }
    .banner-inner-content h3 {
        font-size: 30px !important;
        text-align: center !important;
        padding-top: 15px;
    }
    .banner-inner-content p {
        font-size: 15px !important;
        text-align: center !important;
    }
    a.banner-btn {
        padding: 10px 40px !important;
        font-size: 30px !important;
    }
    .section-1-bg {
        height: 85vh !important;
    }
    .banner-logo {
        display: none !important;
    }
    .banner-left-content {
        left: 0% !important;
    }
    .video-banner {
        display: none !important;
    }
    .section-1-bg {
        background: #bf2867 !important;
    }
    .custom-indicator {
        margin-bottom: 0 ;
    }
    .custom-indicator button {
        width: 20px !important;
        height: 8px !important;
        margin-right: 4px !important;
        margin-left: 4px !important;
        background-color: #12151c !important;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none;
    }
    .spa-bg img {
        width: 60% !important;
        margin-right: auto;
        margin-left: auto;
    }

    .whyPinkStitch{
        color: #bf2867 !important; 
        font-weight: 600 ;
        font-size: 1.7rem; 
        padding-left: 0.5rem;
        padding-right: 0.2rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 370px) {
    .banner-image img {
        width: 20% !important;
    }
    .banner-inner-content h3 {
        padding-top: 15px;
        font-size: 17px !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    a.banner-btn {
        padding: 7px 35px !important;
        font-size: 16px !important;
    }
    .banner-inner-content p {
        font-size: 12px !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .section-1{
        height: 50vh !important;
    }

    .col-reverse-mobile {
        flex-direction: column-reverse;
}

.sec-inner-content{
    padding: 1rem 0 !important;
}

.qualityHeading{
    text-align: center;
}

.section.sec-3 .col-content{
    padding-right: 0 !important;
}

.col-content{
    padding: 1rem 0!important;
}

.convenienceHeading{
    text-align: center;
}

.sec-2-subHeading{
    text-align: center;
}

.why-heading{
    font-size: 2rem !important;
    padding-top: 10px !important;
    padding-right: 6px !important;
}

.whyPinkStitch{
    color: #bf2867 !important; 
    font-weight: 600 ;
    font-size: 1.7rem; 
    padding-left: 0.5rem;
    padding-right: 0.2rem;
}

}

@media only screen and (min-width: 371px) and (max-width: 575px) {
    .container.sec-inner-content {
        padding: 10px 0px 10px 0px;
    }
    section.sec-3 .col-content {
        padding: 10px 0px 10px 0px;
    }
    section.sec-4 .col-content {
        padding: 10px 0px 10px 0px;
    }
    h1.qualityHeading,
    h1.convenienceHeading,
    h1.wellnessHeading {
        font-size: 3rem !important;
        text-align: center;
    }
    .col-content p,
    .sec-inner-content p {
        font-size: 16px !important;
    }
    .booking-div {
        flex-direction: column-reverse;
        padding-left: 0 !important;
    }
    h1.bookAppointment {
        font-size: 30px !important;
        text-align: center;
    }
    section.sec-6 .inner-content p {
        text-align: center;
    }
    .mob-apps-btns-row {
        justify-content: center;
    }
    .col-reverse-mobile {
        flex-direction: column-reverse;
    }
    .image-center-mob {
        padding-right: 0px !important;
    }
    .img.mob-img {
        padding-top: 0px !important;
    }
    .carousel-inner {
        display: block !important;
    }
    .banner-heading {
        display: none;
    }
    .banner-image {
        display: block !important;
        padding-top: 100px !important;
    }
    .banner-image img {
        width: 20% !important;
    }
    .banner-left-content {
        height: 100% !important;
    }
    .section-1-bg {
        height: 80vh !important;
    }
    .banner-left-content {
        padding-top: 50px !important;
    }
    .banner-inner-content h3 {
        padding-top: 15px;
        font-size: 20px !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .banner-inner-content p {
        font-size: 12px !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    a.banner-btn {
        padding: 7px 35px !important;
        font-size: 18px !important;
    }
    .banner-logo {
        display: none !important;
    }
    .banner-left-content {
        left: 0% !important;
    }
    .banner-image img {
        width: 50% !important;
    }
    video#myVideo {
        height: 70vh !important;
    }
    .video-banner {
        display: none !important;
    }
    .section-1-bg {
        background: #bf2867 !important;
    }
    /* .section-1-bg {
        height: 85vh !important;
    } */
    .custom-indicator {
        margin-bottom: 0 ;
    }
    .custom-indicator button {
        width: 20px !important;
        height: 8px !important;
        margin-right: 4px !important;
        margin-left: 4px !important;
        background-color: #12151c !important;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none;
    }
    .salon-bg {
        background-color: #12151c !important;
        background-image: none !important;
    }
    .spa-bg {
        background-color: #12151c !important;
        background-image: none !important;
    }
    .register-bg {
        background-color: #12151c !important;
        background-image: none !important;
    }

    .sec-2-subHeading{
        text-align: center;
    }

    .h1.questionMark{
        font-size: 1.5rem !important;
        padding-top: 20px !important;
    }

    .whyPinkStitch{
        color: #bf2867 !important; 
        font-weight: 600 ;
        font-size: 1.7rem; 
        padding-left: 0.5rem;
        padding-right: 0.2rem;
    }
    
}

@media only screen and (max-width: 768px) {
    .section-1-bg {
        /* background: #12151c !important; */
        height: 75vh;
    }
    .banner-inner-content {
        text-align: center;
    }
    .banner-left-content {
        height: 85%;
    }
    .banner-inner-content h1 {
        font-size: 45px;
        white-space: unset;
    }
    .banner-inner-content h3 {
        font-size: 25px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    a.banner-btn {
        padding: 5px 25px;
        font-size: 20px;
    }
    h1.qualityHeading,
    h1.convenienceHeading,
    h1.wellnessHeading {
        font-size: 2rem !important;
    }
    h3.sec-2-subHeading {
        font-size: 19px;
    }
    h1.questionMark {
        font-size: 1.5rem !important;
        padding-top: 24px !important;
    }
    img.sec-2-logo {
        width: 150px;
    }
    h1.why-heading {
        font-size: 2rem !important;
        padding-top: 10px !important;
    }
    img.mob-img {
        padding-top: 0px !important;
    }
    .custom-floating {
        margin-bottom: 0 !important;
    }
    .whyPinkStitch{
        color: #bf2867 !important; 
        font-weight: 600 ;
        font-size: 1.7rem; 
        padding-left: 0.5rem;
        padding-right: 0.2rem;
    }
}

@media only screen and (max-width: 576px) {
    .section-1-bg {
        /* background: #12151c !important; */
        height: 75vh;
    }
    .banner-inner-content {
        text-align: center;
    }
    .banner-left-content {
        height: 85%;
    }
    .banner-inner-content h1 {
        font-size: 45px;
        white-space: unset;
    }
    .banner-inner-content h3 {
        font-size: 25px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    a.banner-btn {
        padding: 8px 35px;
        font-size: 35px;
    }
    h3.sec-2-subHeading {
        font-size: 18px;
    }
    h1.questionMark {
        font-size: 1.5rem !important;
        padding-top: 20px !important;
    }
    h1.why-heading {
        font-size: 2rem !important;
        padding-top: 10px !important;
        padding-right: 6px !important;
    }
    img.sec-2-logo {
        width: 130px !important;
    }
    .banner-left-content {
        padding-top: 150px;
        display: block;
    }
    .main-div {
        display: none;
    }
    .custom-floating {
        margin-bottom: 0 !important;
    }
    header .navbar img {
        width: 100px !important;
    }
   
}
/* maryam mobile link styling */

.inner-content p {
    font-size: 24px;
    color: #292b30;
}

.mob-div {
    position: relative;
    right: 10%;
}

.booking-div {
    padding-left: 5%;
}

.scroll {
    height: auto !important;
}

.white-space {
    height: 120px;
}

.extra-space {
    height: 60px;
}

.spacing-animation-start {
    height: 60px;
}
/* .animation-wrapper {
max-height: 1000px;
overflow-y: scroll;
} */

.animation-wrapper::-webkit-scrollbar {
    width: 0 !important;
}
/* Hassan Animation */

.main-div {
    background-image: url("https://i.ibb.co/Nj7Gnjj/Our-services.gif");
    background-repeat: no-repeat;
    background-position: bottom 400px right 880px;
    background-attachment: fixed;
    background-size: 33%;
    z-index: 99999;
}

.first-sec .animation,
.sec-sec .animation,
.third-sec .animation,
.first-sec .animation-1,
.sec-sec .animation-2,
.third-sec .animation-3 {
    height: 120vh;
    overflow: hidden;
}

.first-sec .animation,
.sec-sec .animation,
.third-sec .animation {
    height: 100vh !important;
}

.animation-gif {
    margin-left: 30%;
    margin-top: 0%;
    /* margin-left: 15%; */
    /* position: fixed; */
    /* width: 40%; */
    visibility: hidden;
}

.candle-img img,
.makeup-brush-img img {
    width: 30%;
    padding-top: 35%;
}

.makeup-text-img {
    position: relative;
    bottom: 10%;
}

.hair-img img {
    width: 30%;
    padding-top: 45%;
}

img.hair {
    width: 96%;
    left: 5%;
    position: relative;
    bottom: 28%;
}

.chkr {
    border: 1px solid black;
}

.wellness-text-img,
.makeup-text-img,
.hair-text-img {
    padding-top: 5%;
}

.towel-img img {
    width: 60%;
    margin-left: 35%;
    margin-top: 3%;
}

.towel-img {
    transform: translateY(500px);
}

.candle-img {
    transform: translateY(-500px);
}

.wellness-text-img {
    transform: translateX(1000px);
}

.makeup-shades {
    transform: translateY(-1000px);
    opacity: 0;
}

.makeup-brush-img {
    transform: translateY(-1000px);
}

.makeup-text-img {
    transform: translateX(1000px);
}

.hair-img {
    transform: translateY(-1000px);
}

.hair-text-img {
    transform: translateY(1000px);
}

.hair {
    transform: translateX(1000px);
}

.makeup-shades-img {
    transform: rotate(270deg);
    height: 500px;
    width: 65%;
    position: relative;
    right: 24%;
}

img.makeup-brush {
    width: 40%;
    position: relative;
    bottom: 100px;
    left: 5%;
}
/* Animation Responsive */

@media only screen and (min-width: 1699px) and (max-width: 1880px) {
    .main-div {
        background-position: bottom 365px right 880px !important;
        background-size: 30% !important;
    }
    .towel-img img {
        width: 55%;
        margin-left: 33%;
        margin-top: 4% !important;
    }
}

@media only screen and (min-width: 1499px) and (max-width: 1699px) {
    .main-div {
        background-size: 29% !important;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 6% !important;
    }
}

@media only screen and (min-width: 1299px) and (max-width: 1499px) {
    img.hair {
        bottom: 20%;
    }
    .main-div {
        background-size: 30% !important;
        background-position: bottom 450px right 740px;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 9% !important;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1299px) {
    img.hair {
        bottom: 20%;
    }
    .main-div {
        background-size: 29% !important;
        background-position: bottom 450px right 665px;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 15% !important;
    }
    .candle-img img,
    .makeup-brush-img img,
    .hair-img img {
        padding-top: 65% !important;
    }
    .wellness-text-img,
    .makeup-text-img,
    .hair-text-img {
        padding-top: 7% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    img.hair {
        bottom: 15%;
    }
    .main-div {
        background-size: 29% !important;
        background-position: bottom 520px right 550px !important;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 15% !important;
    }
    .candle-img img,
    .hair-img img {
        padding-top: 60% !important;
    }
    .makeup-brush-img img {
        padding-top: 45% !important;
    }
    .wellness-text-img,
    .makeup-text-img,
    .hair-text-img {
        padding-top: 7% !important;
    }
    .makeup-shades-img {
        right: 0% !important;
    }
    .makeup-text-img {
        bottom: 6% !important;
    }
    .banner-left-content {
        left: 5% !important;
    }
    .banner-logo {
        /* top: -77% !important; */
        /* left: 8% !important; */
        /* width: 240px !important; */
    }
}

@media only screen and (min-width: 899px) and (max-width: 992px) {
    img.hair {
        bottom: 10%;
    }
    .main-div {
        background-size: 29% !important;
        background-position: bottom 520px right 500px !important;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 22% !important;
    }
    .candle-img img,
    .hair-img img {
        padding-top: 60% !important;
    }
    .makeup-brush-img img {
        padding-top: 45% !important;
    }
    .wellness-text-img,
    .makeup-text-img,
    .hair-text-img {
        padding-top: 7% !important;
    }
    .makeup-shades-img {
        right: 0% !important;
    }
    .makeup-text-img {
        bottom: 6% !important;
    }
}

@media only screen and (min-width: 799px) and (max-width: 898px) {
    img.hair {
        bottom: 10%;
    }
    .main-div {
        background-size: 27% !important;
        background-position: bottom 545px right 480px !important;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 25% !important;
    }
    .candle-img img,
    .hair-img img {
        padding-top: 60% !important;
    }
    .makeup-brush-img img {
        padding-top: 45% !important;
    }
    .wellness-text-img,
    .makeup-text-img,
    .hair-text-img {
        padding-top: 7% !important;
    }
    .makeup-shades-img {
        right: 0% !important;
    }
    .makeup-text-img {
        bottom: 6% !important;
    }
    h1.bookAppointment {
        font-size: 60px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 798px) {
    img.hair {
        bottom: 10%;
    }
    .main-div {
        background-size: 27% !important;
        background-position: bottom 545px right 480px !important;
    }
    .towel-img img {
        margin-left: 20% !important;
        margin-top: 31% !important;
    }
    .candle-img img,
    .hair-img img {
        padding-top: 60% !important;
    }
    .makeup-brush-img img {
        padding-top: 45% !important;
    }
    .wellness-text-img,
    .makeup-text-img,
    .hair-text-img {
        padding-top: 7% !important;
    }
    .makeup-shades-img {
        right: 0% !important;
    }
    .makeup-text-img {
        bottom: 6% !important;
    }
    h1.bookAppointment {
        font-size: 60px !important;
    }
}
/* Huzaifa */

.chkr {
    border: 1px solid black;
}

section.spaSection {
    /* height: 100vh !important; */
    height: calc(100vh - 120px) !important;
}

.spa-bg {
    background-image: url("../img/spaaa.png");
    width: 100%;
    /* height: 668px; */
    /* height: auto; */
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.spa-text span {
    font-size: 18px !important;
    line-height: 0 !important;
}

.spa-bg img {
    width: 90% !important;
}

@media (max-width: 992px) {
    /* .spa-bg {
        height: 884px;
    } */
    .spa-text span {
        font-size: 16px !important;
    }
    .spa-bg img {
        width: 60% !important;
        margin-right: auto;
        margin-left: auto;
    }
    header {
        height: auto !important;
    }
}

@media screen and (orientation: landscape) {
    .spa-bg,
    .register-bg,
    .left-black {
        height: 100% !important;
    }
    .modal-content {
        margin-top: 110px !important;
    }
}

.spa-text {
    padding-left: 20px !important;
}

.row-center {
    /* display: grid; */
    place-content: center;
}

h2 {
    color: white;
    font-weight: 600 !important;
}

span {
    color: lightgray;
}

span {
    font-size: 14px;
}
/* .salonSection {
    height: 100vh !important;
} */

section.salonSection {
    /* height: 100vh !important; */
    height: calc(100vh - 120px) !important;
}

.salon-bg {
    background-image: url("https://www.justjoone.com/frontend/assets/img/spa/SalonBgcropped.jpg");
    width: 100%;
    /* height: 668px; */
    /* height: auto; */
    height: 110vh;
    /* height: 89vh; */
    /* height: 100% !important; */
    /* height: inherit !important; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .custom-container-content {
        padding-right: 30px !important;
    }
}

@media (max-height: 800px) and (min-height: 600px) and (orientation: landscape) {
    .salon-bg {
        height: auto !important;
    }
    section.spaSection {
        height: auto !important;
    }
}

@media (max-height: 576px) and (min-height: 320px) and (orientation: landscape) {
    .salon-bg {
        height: auto !important;
    }
    section.spaSection {
        height: auto !important;
    }
}
/* @media (max-width: 1440px) {
    .salonSection {
        height: 100% !important;
    }
} */

@media (max-height: 800px) and (min-height: 600px) and (orientation: portrait) {
    .spa-bg {
        height: auto !important;
    }
    section.spaSection {
        height: auto !important;
    }
}

@media (max-height: 576px) and (min-height: 320px) and (orientation: landscape) {
    .spa-bg {
        height: auto !important;
    }
    section.spaSection {
        height: auto !important;
    }
}

.salon-text span {
    font-size: 18px !important;
    line-height: 0 !important;
}

.chkw {
    border: 1px solid white;
}

.threadingCol,
.hairStyleCol,
.nailCol {
    margin-top: 20px;
}

.salon-text {
    padding-right: 0px !important;
}

.form-setting {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-image: initial !important;
    border-bottom: 1px solid black !important;
    border-radius: 0px !important;
}

.salon-text h2 {
    font-size: 2rem;
}

.SalonRight img {
    width: 90% !important;
}

.form-floating {
    line-height: 2.3 !important;
    font-size: 20px;
    font-weight: 500 !important;
    text-indent: -15px !important;
    color: black !important;
}

.login-floating {
    color: white !important;
}
/* ::placeholder{
line-height: 20.3 !important;
font-size: 15px;
font-weight: 500 !important;
/* text-indent: -5px !important;
color: black !important;
} */

@media (min-width: 576px) {
    .salon-row {
        padding-left: 0 !important;
    }
    .salon-text span {
        font-size: 15px !important;
    }
    .spa-text span {
        font-size: 15px !important;
    }

    /* .whyPinkStitch{
        color: #bf2867 !important; 
        font-weight: 600 ;
        font-size: 1.7rem; 
        padding-left: 0.5rem;
        padding-right: 0.2rem;
    } */
    /* .spa-bg img {
            width: 60% !important;
            margin-right: auto;
            margin-left: auto;
        } */
}

@media (max-width: 767px) {
    .makeupCol,
    .hennaCol,
    .waxCol {
        margin-top: 20px !important;
    }
    .salon-bg {
        background-repeat: no-repeat;
        height: auto;
        background-position: center;
        background-size: cover;
    }
    .salon-text span {
        font-size: 15px !important;
    }
    .spa-text span {
        font-size: 15px !important;
    }
    .spa-bg img {
        width: 60% !important;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 1.4rem !important;
    }
    .massageCol {
        margin-top: 50px !important;
    }
    .salon-text span {
        font-size: 16px !important;
    }
}

@media (max-width: 671px) {
    /* .massageCol img {
        margin-top: -100px !important;
    } */
    /* .spa-bg {
        height: 750px !important;
    } */
}

.modal-btn {
    padding: 10px 35px;
    text-transform: uppercase;
    color: rgb(75, 73, 73);
    font-size: 23px;
    font-weight: 1000;
    text-decoration: none;
    border: 3px solid rgb(75, 73, 73);
    background-color: white;
    margin-top: 50px !important;
}

.modal-container {
    padding: 0px !important;
    margin: 0px !important;
    width: 800px !important;
    max-width: 100% !important;
}

.modal-row {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
}

.chky {
    border: 1px solid yellow;
}

.modal-img {
    width: 100% !important;
}

.modal-size {
    padding-bottom: 40px !important;
    padding-top: -20px !important;
}

.modal-body {
    padding-top: 0 !important;
}

.modal-full-size {
    /* min-height: calc(100% - 0.5rem) !important; */
}
/* .BookNowModal{
overflow: hidden !important;

} */

@media (min-width: 992px) {
    .modal-full-size {
        max-width: 600px !important;
        max-height: 1600px !important;
    }
}

@media (max-width: 992px) {
    .modal-btn {
        padding: 5px 15px;
        text-transform: uppercase;
        color: rgb(75, 73, 73);
        font-size: 20px;
        font-weight: 1000;
        text-decoration: none;
        border: 3px solid rgb(75, 73, 73);
        background-color: white;
        margin-top: 50px !important;
    }
}

.tra {
    border-bottom: 1px solid !important;
}

.form-control:focus {
    padding-top: 3.625rem;
    outline: none !important;
    box-shadow: none !important;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 3.625rem !important;
    padding-bottom: 0.625rem;
}

.form-control {
    outline: none !important;
    font-weight: 600 !important;
    font-size: 1.3rem !important;
}

.form-text h2 {
    color: black !important;
}
/* login */

.login-page-right-img {
    /* background-image: url(../img/login/Login1111-.png);
        background-repeat: no-repeat;
        background-size: cover; */
    /* background-size: 900px 900px; */
    /* height: 88vh; */
    /* height: 100vh; */
    /* width: 100%;
height:90vh; */
    /* width:100px;label */
}

.form-floating.login-floating > .form-control:-webkit-autofill {
    padding-bottom: 20px !important;
}

.left-black {
    background-color: rgb(18, 21, 28);
    /* height: 88vh; */
    height: 100vh !important;
    position: sticky;
    left: 0;
    right: 0;
}

.login-btn {
    padding: 6px 15px;
    width: 220px;
    text-transform: uppercase;
    color: white;
    font-size: 23px;
    font-weight: 1000;
    text-decoration: none;
    border: 3px solid rgb(255, 255, 255);
    background-color: #12151c;
    margin-top: 50px !important;
    font-family: Montserrat;
}

.form-bg-black {
    background-color: #12151c !important;
    border-bottom: 1px solid white !important;
    color: white !important;
}

.register-label {
    color: white !important;
}

.login-pg-logo img {
    max-width: 100% !important;
}
/* .vertically-center {
        margin-top: 100px !important;
    } */

@media (max-width: 768px) {
    /* .login-page-right-img {
            display: none;
        } */
    .btn-login-div {
        display: flex;
        justify-content: center;
    }
    .login-btn {
        margin-top: 0 !important;
    }
    .register-container {
        margin-top: 50px !important;
    }
}
/* @media (max-width: 992px) {
        .login-btn {
            margin-top: 0 !important;
        }
        .btn-register-div {
            margin-top: 30px;
            text-align: center;
        }
        .register-btn {
            margin-right: unset !important;
        }
        .register-container {
            margin-top: 50px !important;
        }
    } */

.register-container .form-floating > .form-control,
.register-container .form-floating > .form-select {
    height: calc(2.5rem + 20px) !important;
}
/* register */

.services-list-section {
    height: 100vh !important;
    overflow: hidden !important;
}

.register-bg {
    background-image: url(../img/spa/regbg.png);
    /* background-image: url(../img/spa/SalonBgcropped.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 900px 900px; */
    /* height: 120vh; */
    /* width: 100%;
height:90vh; */
    /* width:100px; */
    height: 100% !important;
}

@media (max-width: 1440px) {
    .services-list-section {
        height: 100% !important;
    }
}

.services-list-section label {
    /* display:flex;
flex-direction: row; */
    width: 100%;
    /* align-items: center;
justify-content: center; */
    /* width: 100%; */
}

.phone-label p {
    margin-left: 30px !important;
    margin-top: 7px !important;
    font-size: 20px !important;
}

h4 {
    width: 100%;
    color: white;
}

.services-list-section input {
    position: relative !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 8px;
    box-sizing: content-box;
    overflow: hidden;
}

.services-list-section input:before {
    content: "";
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    transition: 0.2s border-color ease;
}

.services-list-section input:checked:before {
    border-color: #ffffff;
    transition: 0.5s border-color ease;
}

.services-list-section input:disabled:before {
    border-color: #ccc;
    background-color: #ccc;
}

.services-list-section input:after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 100vh;
    transform: translate(-50%, -50%) scale(0);
}

.services-list-section input[type="radio"]:before {
    border-radius: 100vh;
}

.services-list-section input[type="radio"]:after {
    width: 16px;
    height: 16px;
    border-radius: 100vh;
    transform: translate(-50%, -50%) scale(0);
}

.services-list-section input[type="radio"]:checked:after {
    -webkit-animation: toggleOnRadio 0.2s ease forwards;
    animation: toggleOnRadio 0.2s ease forwards;
}

.services-list-section input[type="checkbox"]:before {
    border-radius: 4px;
}

.services-list-section input[type="checkbox"]:after {
    width: 9.6px;
    height: 16px;
    border-radius: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
    background-color: transparent;
    box-shadow: 4px 4px 0px 0px #ffffff;
}

.services-list-section input[type="checkbox"]:checked:after {
    -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
    animation: toggleOnCheckbox 0.2s ease forwards;
}

.services-list-section input[type="checkbox"].filled:before {
    border-radius: 4px;
    transition: 0.2s border-color ease, 0.2s background-color ease;
}

.services-list-section
    input[type="checkbox"].filled:checked:not(:disabled):before {
    background-color: #ffffff;
}

.services-list-section input[type="checkbox"].filled:not(:disabled):after {
    box-shadow: 4px 4px 0px 0px white;
}

@-webkit-keyframes toggleOnCheckbox {
    0% {
        opacity: 0;
        transform: translate(-50%, -85%) scale(0) rotate(45deg);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    }
    100% {
        transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    }
}

@keyframes toggleOnCheckbox {
    0% {
        opacity: 0;
        transform: translate(-50%, -85%) scale(0) rotate(45deg);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    }
    100% {
        transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    }
}

@-webkit-keyframes toggleOnRadio {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

@keyframes toggleOnRadio {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

.services-list-section .register-col {
    /* display: flex; */
    /* flex-direction: row;
flex-wrap: row wrap; */
}

.form-bg-none {
    background: none !important;
    border-bottom: 1px solid white !important;
    color: white !important;
    width: 90% !important;
}

.register-bg h5 {
    color: white !important;
}

.services-list-section input {
    margin: 0px 13px 10px 0px;
}

.register-container {
    margin-top: 100px !important;
}

.register-label {
    display: flex !important;
    margin: 20px 0px;
    /* margin: 0px !important; */
}

.services-list-section select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
    opacity: unset !important;
    padding: 1rem 0.75rem;
}

.register-h4 {
    display: inline-flex;
}

h4 {
    font-weight: 200 !important;
}

.register-btn {
    background: none !important;
    padding: 6px 20px;
    width: 255px;
    margin-right: 47px;
    font-size: 30px;
}

button.login-btn.register-btn {
}

@media (max-width: 992px) {
    .register-bg {
        /* height: 150vh; */
    }
    /* .btn-register-div {
    display: flex !important;
    justify-content: center;
} */
    /* .register-btn{
    display:flex;

} */
}

@media (max-width: 782px) {
    .register-bg {
        /* height: 150vh; */
    }
    .btn-register-div {
        display: flex !important;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .btn-register-div {
        display: flex !important;
        justify-content: flex-end;
    }
}

@-webkit-keyframes autofill {
    0%,
    100% {
        color: #666;
        background: transparent;
    }
}
/* .register-form {
    margin-left: 30px;
} */
/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 !important;
} */

.login-btn:hover,
.modal-btn:hover {
    color: rgb(255, 255, 255);
    border-color: #E44B8B;
    background-color: #E44B8B !important;
}

.btn-register-div {
    margin-bottom: 50px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /* border: 1px solid green; */
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: white;
    transition: background-color 5000s ease-in-out 0s;
    background: none !important;
}

.modal-input:-webkit-autofill:focus,
.modal-input:-webkit-autofill:hover,
.modal-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black;
    background: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/* #background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
} */

::-webkit-input-placeholder {
    /* Edge */
    color: #bebebe !important;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #bebebe !important;
}

::placeholder {
    color: #bebebe !important;
}
/* Banner Video */

.banner-left-content {
    position: absolute;
    top: 0;
    left: 10%;
}

.banner-logo {
    position: relative;
    /* top: -80%; */
    right: 0;
    /* left: 2%; */
    /* width: 304px; */
}

@media only screen and (min-width: 1299px) and (max-width: 1450px) {
    .banner-left-content {
        left: 6% !important;
    }
    .banner-logo {
        /* top: -80% !important; */
        /* left: 5% !important; */
        /* width: 285px !important; */
    }
}

video#myVideo {
    height: 85vh;
    width: 100%;
    object-fit: cover;
}
/* register changes */

.register-strong {
    font-size: 25px;
}

.chky {
    border: 1px solid yellow;
}

.register-h5 {
    font-weight: 400;
    font-size: 22px;
    font-family: Montserrat;
}

label {
    font-family: Montserrat;
}

@media (max-width: 992px) {
    .register-container-h5 {
        margin-left: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.register-container-h5 {
    margin-left: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.register-h5 {
    margin-top: 10px;
}

.checkbox-margin {
    margin-top: 0px;
}

.main-row {
    margin-top: 0px !important;
}
/* @media(max-width:1496px)
{
    .register-h5{

        font-size: 18px !important;

    }
} */
/* login page */

.login-label {
    font-weight: 700 !important;
    font-size: 20px !important;
}
/* Privacy Policy */

.privacy_policy h4 {
    font-size: 25px;
    color: #000;
    font-weight: 500 !important;
}

.privacy_policy_heading h1 {
    font-size: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.privacy_policy p {
    font-size: 19px;
    font-weight: 500;
    color: #929498;
}
/* Terms&Condition */

.termAndCondition h4 {
    font-size: 25px;
    color: #000;
    font-weight: 500 !important;
}

.termsHeader h1 {
    font-size: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.termAndCondition p {
    font-size: 19px;
    font-weight: 500;
    color: #929498;
}

.btn-close:focus {
    box-shadow: none !important;
}
/* .custom-indicator {
        margin-bottom: 0 !important;
    }

    .custom-indicator button {
        width: 20px !important;
        height: 8px !important;
        margin-right: 4px !important;
        margin-left: 4px !important;
        background-color: #b72626 !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none;
    } */
/* maryam mobile link styling */

.inner-content p {
    font-size: 24px;
    color: #292b30;
}

.mob-div {
    position: relative;
    right: 10%;
}

.booking-div {
    padding-left: 5%;
}

.scroll {
    height: auto !important;
}

.white-space {
    height: 120px;
}

.extra-space {
    height: 120px;
}

.spacing-animation-start {
    height: 60px;
}
/* .animation-wrapper {
max-height: 1000px;
overflow-y: scroll;
} */

.animation-wrapper::-webkit-scrollbar {
    width: 0 !important;
}
/* Hassan Animation */

.main-div {
    background-image: url("https://i.ibb.co/Nj7Gnjj/Our-services.gif");
    background-repeat: no-repeat;
    background-position: bottom 400px right 880px;
    background-attachment: fixed;
    background-size: 33%;
    z-index: 99999;
}

.first-sec .animation,
.sec-sec .animation,
.third-sec .animation,
.first-sec .animation-1,
.sec-sec .animation-2,
.third-sec .animation-3 {
    height: 120vh;
    overflow: hidden;
}

.first-sec .animation,
.sec-sec .animation,
.third-sec .animation {
    height: 100vh !important;
}

.animation-gif {
    margin-left: 30%;
    margin-top: 0%;
    /* margin-left: 15%; */
    /* position: fixed; */
    /* width: 40%; */
    visibility: hidden;
}

.candle-img img,
.makeup-brush-img img {
    width: 30%;
    padding-top: 35%;
}

.makeup-text-img {
    position: relative;
    bottom: 10%;
}

.hair-img img {
    width: 30%;
    padding-top: 45%;
}

img.hair {
    width: 96%;
    left: 5%;
    position: relative;
    bottom: 28%;
}

.chkr {
    border: 1px solid black;
}

.wellness-text-img,
.makeup-text-img,
.hair-text-img {
    padding-top: 5%;
}

.towel-img img {
    width: 60%;
    margin-left: 35%;
    margin-top: 3%;
}

.towel-img {
    transform: translateY(500px);
}

.candle-img {
    transform: translateY(-500px);
}

.wellness-text-img {
    transform: translateX(1000px);
}

.makeup-shades {
    transform: translateY(-1000px);
    opacity: 0;
}

.makeup-brush-img {
    transform: translateY(-1000px);
}

.makeup-text-img {
    transform: translateX(1000px);
}

.hair-img {
    transform: translateY(-1000px);
}

.hair-text-img {
    transform: translateY(1000px);
}

.hair {
    transform: translateX(1000px);
}

.makeup-shades-img {
    transform: rotate(270deg);
    height: 500px;
    width: 65%;
    position: relative;
    right: 24%;
}

img.makeup-brush {
    width: 40%;
    position: relative;
    bottom: 100px;
    left: 5%;
}
/* Animation Responsive */

@media only screen and (min-width: 1699px) and (max-width: 1880px) {
    .main-div {
        background-position: bottom 365px right 880px !important;
        background-size: 30% !important;
    }
    .towel-img img {
        width: 55%;
        margin-left: 33%;
        margin-top: 4% !important;
    }
}

@media only screen and (min-width: 1499px) and (max-width: 1699px) {
    .main-div {
        background-size: 29% !important;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 6% !important;
    }
}

@media only screen and (min-width: 1299px) and (max-width: 1499px) {
    img.hair {
        bottom: 20%;
    }
    .main-div {
        background-size: 30% !important;
        background-position: bottom 450px right 740px;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 9% !important;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1299px) {
    img.hair {
        bottom: 20%;
    }
    .main-div {
        background-size: 29% !important;
        background-position: bottom 450px right 665px;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 15% !important;
    }
    .candle-img img,
    .makeup-brush-img img,
    .hair-img img {
        padding-top: 65% !important;
    }
    .wellness-text-img,
    .makeup-text-img,
    .hair-text-img {
        padding-top: 7% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    img.hair {
        bottom: 15%;
    }
    .main-div {
        background-size: 29% !important;
        background-position: bottom 520px right 550px !important;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 15% !important;
    }
    .candle-img img,
    .hair-img img {
        padding-top: 60% !important;
    }
    .makeup-brush-img img {
        padding-top: 45% !important;
    }
    .wellness-text-img,
    .makeup-text-img,
    .hair-text-img {
        padding-top: 7% !important;
    }
    .makeup-shades-img {
        right: 0% !important;
    }
    .makeup-text-img {
        bottom: 6% !important;
    }
    .banner-left-content {
        left: 5% !important;
    }
    .banner-logo {
        /* top: -77% !important; */
        /* left: 8% !important; */
        /* width: 240px !important; */
    }
}

@media only screen and (min-width: 899px) and (max-width: 992px) {
    img.hair {
        bottom: 10%;
    }
    .main-div {
        background-size: 29% !important;
        background-position: bottom 520px right 500px !important;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 22% !important;
    }
    .candle-img img,
    .hair-img img {
        padding-top: 60% !important;
    }
    .makeup-brush-img img {
        padding-top: 45% !important;
    }
    .wellness-text-img,
    .makeup-text-img,
    .hair-text-img {
        padding-top: 7% !important;
    }
    .makeup-shades-img {
        right: 0% !important;
    }
    .makeup-text-img {
        bottom: 6% !important;
    }
}

@media only screen and (min-width: 799px) and (max-width: 898px) {
    img.hair {
        bottom: 10%;
    }
    .main-div {
        background-size: 27% !important;
        background-position: bottom 545px right 480px !important;
    }
    .towel-img img {
        margin-left: 27% !important;
        margin-top: 25% !important;
    }
    .candle-img img,
    .hair-img img {
        padding-top: 60% !important;
    }
    .makeup-brush-img img {
        padding-top: 45% !important;
    }
    .wellness-text-img,
    .makeup-text-img,
    .hair-text-img {
        padding-top: 7% !important;
    }
    .makeup-shades-img {
        right: 0% !important;
    }
    .makeup-text-img {
        bottom: 6% !important;
    }
    h1.bookAppointment {
        font-size: 60px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 798px) {
    img.hair {
        bottom: 10%;
    }
    .main-div {
        background-size: 27% !important;
        background-position: bottom 545px right 480px !important;
    }
    .towel-img img {
        margin-left: 20% !important;
        margin-top: 31% !important;
    }
    .candle-img img,
    .hair-img img {
        padding-top: 60% !important;
    }
    .makeup-brush-img img {
        padding-top: 45% !important;
    }
    .wellness-text-img,
    .makeup-text-img,
    .hair-text-img {
        padding-top: 7% !important;
    }
    .makeup-shades-img {
        right: 0% !important;
    }
    .makeup-text-img {
        bottom: 6% !important;
    }
    h1.bookAppointment {
        font-size: 60px !important;
    }
}
/* Huzaifa */

.chkr {
    border: 1px solid black;
}
/* section.spaSection {
        height: 100vh !important;
    }
     */

.spa-bg {
    background-image: url("../img/spaaa.jpg");
    width: 100%;
    /* height: 668px; */
    /* height: auto; */
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.spa-text span {
    font-size: 18px !important;
    line-height: 0 !important;
}

.spa-bg img {
    /* width: 90% !important; */
}

@media (max-width: 992px) {
    /* .spa-bg {
        height: 884px;
    } */
    .spa-text span {
        font-size: 16px !important;
    }
}

@media screen and (orientation: landscape) {
    /* .spa-bg, */
    .register-bg,
    .left-black {
        height: 100% !important;
    }
}

.spa-text {
    padding-left: 20px !important;
}

.row-center {
    /* display: grid; */
    place-content: center;
}

h2 {
    color: white;
    font-weight: 600 !important;
}

span {
    color: lightgray;
}

span {
    font-size: 14px;
}

section.salonSection {
    height: calc(100vh - 120px) !important;
}

.salon-bg {
    background-image: url("https://www.justjoone.com/frontend/assets/img/spa/SalonBgcropped.jpg");
    width: 100%;
    height: 110vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1440px) {
    .salonSection {
        height: 100% !important;
    }
}

.salon-text span {
    font-size: 18px !important;
    line-height: 0 !important;
}

.chkw {
    border: 1px solid white;
}

.threadingCol,
.hairStyleCol,
.nailCol {
    margin-top: 20px;
}

.salon-text {
    padding-right: 0px !important;
}

.form-setting {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-image: initial !important;
    border-bottom: 1px solid black !important;
    border-radius: 0px !important;
}

.salon-text h2 {
    font-size: 2rem;
}

.SalonRight img {
    width: 90% !important;
}

.form-floating {
    line-height: 2.3 !important;
    font-size: 20px;
    font-weight: 500 !important;
    text-indent: -15px !important;
    color: black !important;
}

.login-floating {
    color: white !important;
}
/* ::placeholder{
line-height: 20.3 !important;
font-size: 15px;
font-weight: 500 !important;
/* text-indent: -5px !important;
color: black !important;
} */

@media (min-width: 576px) {
    .salon-row {
        padding-left: 0 !important;
    }
    .salon-text span {
        font-size: 15px !important;
    }
    .spa-text span {
        font-size: 15px !important;
    }

}

@media (max-width: 767px) {
    .makeupCol,
    .hennaCol,
    .waxCol {
        margin-top: 20px !important;
    }
    .salon-bg {
        background-repeat: no-repeat;
        height: auto;
        background-position: center;
        background-size: cover;
    }
    .salon-text span {
        font-size: 15px !important;
    }
    .spa-text span {
        font-size: 15px !important;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 1.4rem !important;
    }
    .massageCol {
        margin-top: 50px !important;
    }
    .salon-text span {
        font-size: 16px !important;
    }
}

@media (max-width: 671px) {
    /* .massageCol img {
            margin-top: -100px !important;
        } */
    /* .spa-bg {
        height: 750px !important;
    } */
}

.modal-btn {
    padding: 10px 35px;
    text-transform: uppercase;
    color: rgb(75, 73, 73);
    font-size: 23px;
    font-weight: 1000;
    text-decoration: none;
    border: 3px solid rgb(75, 73, 73);
    background-color: white;
    margin-top: 180px !important;
}

.modal-container {
    padding: 0px !important;
    margin: 0px !important;
    width: 800px !important;
    max-width: 100% !important;
}

.modal-row {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
}

.chky {
    border: 1px solid yellow;
}

.modal-img {
    width: 100% !important;
}

.modal-size {
    padding-bottom: 40px !important;
    padding-top: -20px !important;
}

.modal-body {
    padding-top: 0 !important;
}

.modal-full-size {
    /* min-height: calc(100% - 0.5rem) !important; */
}
/* .BookNowModal{
overflow: hidden !important;

} */

@media (min-width: 992px) {
    .modal-full-size {
        max-width: 600px !important;
        max-height: 1600px !important;
    }
}

@media (max-width: 992px) {
    .modal-btn {
        padding: 5px 15px;
        text-transform: uppercase;
        color: rgb(75, 73, 73);
        font-size: 20px;
        font-weight: 1000;
        text-decoration: none;
        border: 3px solid rgb(75, 73, 73);
        background-color: white;
        margin-top: 50px !important;
    }
}

.tra {
    border-bottom: 1px solid !important;
}

.form-control:focus {
    padding-top: 3.625rem;
    outline: none !important;
    box-shadow: none !important;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 3.625rem !important;
    padding-bottom: 0.625rem;
}

.form-control {
    outline: none !important;
    font-weight: 600 !important;
    font-size: 1.3rem !important;
}

.form-text h2 {
    color: black !important;
}
/* login */

.login-page-right-img {
    background-image: url(../img/login/Login1111-.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -1px !important;
    /* background-size: 900px 900px; */
    /* height: 88vh; */
    height: 100vh;
    /* width: 100%;
height:90vh; */
    /* width:100px;label */
}

.left-black {
    background-color: rgb(18, 21, 28);
    /* height: 88vh; */
    height: 100vh !important;
}

.login-btn {
    padding: 6px 15px;
    width: 220px;
    text-transform: uppercase;
    color: white;
    font-size: 23px;
    font-weight: 1000;
    text-decoration: none;
    border: 3px solid rgb(255, 255, 255);
    background-color: #12151c;
    margin-top: 50px !important;
    font-family: Montserrat;
}

.form-bg-black {
    background-color: #12151c !important;
    border-bottom: 1px solid white !important;
    color: white !important;
}

.register-label {
    color: white !important;
}

.login-pg-logo img {
    max-width: 100% !important;
}

.vertically-center {
    margin-top: 50px !important;
}

.login-form-control {
    padding-bottom: 20px !important;
}

@media (max-width: 767px) {
    .login-page-right-img {
        display: none;
    }
}

@media (max-width: 768px) {
    /* .login-page-right-img {
            display: none;
        } */
    .btn-login-div {
        display: flex;
        justify-content: center;
    }
    .login-btn {
        margin-top: 0 !important;
    }
}

@media (max-width: 992px) {
    .login-btn {
        margin-top: 0 !important;
    }
    .btn-register-div {
        margin-top: 30px;
        text-align: center;
    }
    .register-btn {
        margin-right: unset !important;
    }
    .register-container {
        margin-top: 50px !important;
    }
}
/* .form-floating>.form-control,
    .form-floating>.form-select {
        height: calc(3.5rem + 20px) !important;
    } */
/* register */

.services-list-section {
    height: 100vh !important;
    overflow: hidden !important;
}

.register-bg {
    background-image: url(../img/spa/regbg.jpg);
    /* background-image: url(../img/spa/SalonBgcropped.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 900px 900px; */
    /* height: 120vh; */
    /* width: 100%;
height:90vh; */
    /* width:100px; */
    height: 100% !important;
}

@media (max-width: 1440px) {
    .services-list-section {
        height: 100% !important;
    }
}

.services-list-section label {
    /* display:flex;
flex-direction: row; */
    width: 100%;
    /* align-items: center;
justify-content: center; */
    /* width: 100%; */
}

.phone-label p {
    margin-left: 30px !important;
    margin-top: 7px !important;
    font-size: 20px !important;
}

h4 {
    width: 100%;
    color: white;
}

.services-list-section input {
    position: relative !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 8px;
    box-sizing: content-box;
    overflow: hidden;
}

.services-list-section input:before {
    content: "";
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    transition: 0.2s border-color ease;
}

.services-list-section input:checked:before {
    border-color: #ffffff;
    transition: 0.5s border-color ease;
}

.services-list-section input:disabled:before {
    border-color: #ccc;
    background-color: #ccc;
}

.services-list-section input:after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 100vh;
    transform: translate(-50%, -50%) scale(0);
}

.services-list-section input[type="radio"]:before {
    border-radius: 100vh;
}

.services-list-section input[type="radio"]:after {
    width: 16px;
    height: 16px;
    border-radius: 100vh;
    transform: translate(-50%, -50%) scale(0);
}

.services-list-section input[type="radio"]:checked:after {
    -webkit-animation: toggleOnRadio 0.2s ease forwards;
    animation: toggleOnRadio 0.2s ease forwards;
}

.services-list-section input[type="checkbox"]:before {
    border-radius: 4px;
}

.services-list-section input[type="checkbox"]:after {
    width: 9.6px;
    height: 16px;
    border-radius: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
    background-color: transparent;
    box-shadow: 4px 4px 0px 0px #ffffff;
}

.services-list-section input[type="checkbox"]:checked:after {
    -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
    animation: toggleOnCheckbox 0.2s ease forwards;
}

.services-list-section input[type="checkbox"].filled:before {
    border-radius: 4px;
    transition: 0.2s border-color ease, 0.2s background-color ease;
}

.services-list-section
    input[type="checkbox"].filled:checked:not(:disabled):before {
    background-color: #ffffff;
}

.services-list-section input[type="checkbox"].filled:not(:disabled):after {
    box-shadow: 4px 4px 0px 0px white;
}

@-webkit-keyframes toggleOnCheckbox {
    0% {
        opacity: 0;
        transform: translate(-50%, -85%) scale(0) rotate(45deg);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    }
    100% {
        transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    }
}

@keyframes toggleOnCheckbox {
    0% {
        opacity: 0;
        transform: translate(-50%, -85%) scale(0) rotate(45deg);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    }
    100% {
        transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    }
}

@-webkit-keyframes toggleOnRadio {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

@keyframes toggleOnRadio {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

.services-list-section .register-col {
    /* display: flex; */
    /* flex-direction: row;
flex-wrap: row wrap; */
}

.form-bg-none {
    background: none !important;
    border-bottom: 1px solid white !important;
    color: white !important;
    width: 90% !important;
}

.register-bg h5 {
    color: white !important;
}

.services-list-section input {
    margin: 0px 13px 10px 0px;
}

.register-container {
    margin-top: 100px !important;
}

.register-label {
    display: flex !important;
    margin: 20px 0px;
    /* margin: 0px !important; */
}

.services-list-section select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
    opacity: unset !important;
    padding: 1rem 0.75rem;
}

.register-h4 {
    display: inline-flex;
}

h4 {
    font-weight: 200 !important;
}

.register-btn {
    background: none !important;
    padding: 6px 20px;
    width: 255px;
    margin-right: 47px;
    font-size: 30px;
}

button.login-btn.register-btn {
}

@media (max-width: 992px) {
    .register-bg {
        /* height: 150vh; */
    }
    /* .btn-register-div {
    display: flex !important;
    justify-content: center;
} */
    /* .register-btn{
    display:flex;

} */
}

@media (max-width: 782px) {
    .register-bg {
        /* height: 150vh; */
    }
    .btn-register-div {
        display: flex !important;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .btn-register-div {
        display: flex !important;
        justify-content: flex-end;
    }
}

@-webkit-keyframes autofill {
    0%,
    100% {
        color: #666;
        background: transparent;
    }
}
/* .register-form {
    margin-left: 30px;
} */
/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 !important;
} */

.login-btn:hover,
.modal-btn:hover {
    color: rgb(255, 255, 255);
    border-color: #E44B8B;
    background-color: #E44B8B !important;
}

.btn-register-div {
    margin-bottom: 50px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /* border: 1px solid green; */
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: white;
    transition: background-color 5000s ease-in-out 0s;
    background: none !important;
}

.modal-input:-webkit-autofill:focus,
.modal-input:-webkit-autofill:hover,
.modal-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black;
    background: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/* #background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
} */

::-webkit-input-placeholder {
    /* Edge */
    color: #bebebe !important;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #bebebe !important;
}

::placeholder {
    color: #bebebe !important;
}
/* Banner Video */

.banner-left-content {
    position: absolute;
    top: 0;
    left: 10%;
}

.banner-logo {
    position: relative;
    /* top: -80%; */
    right: 0;
    /* left: 2%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* bottom: 3rem; */
}

.banner-logo img {
    width: 350px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .banner-logo img {
        width: 220px !important;
    }
}

@media only screen and (min-width: 1299px) and (max-width: 1450px) {
    .banner-left-content {
        left: 6% !important;
    }
    .banner-logo {
        /* top: -80% !important; */
        /* left: 5% !important; */
        /* width: 285px !important; */
    }
}

video#myVideo {
    height: 85vh;
    width: 100%;
    object-fit: cover;
}
/* animation styling */
/* .main-animation-div {
    background-image: url('https://i.ibb.co/Nj7Gnjj/Our-services.gif');
    background-repeat: no-repeat;
    background-position: bottom 86% right 80%;
    background-attachment: fixed;
    background-size: 33%;
    z-index: 99999;
} */

.swiper-slide.swiper-slide-active {
    height: auto !important;
}

.animation-sec-1,
.animation-sec-2,
.animation-sec-3 {
    height: 200vh !important;
    overflow: hidden;
}

.animation-sec-1 {
    overflow: unset !important;
}

.towel-custom-height {
    /* max-height: 500px; */
    /* overflow: hidden; */
}

.animation-gif-1 {
    /* margin-left: 25% !important; */
    position: relative;
    width: 70% !important;
    /* visibility: hidden; */
    left: 280px !important;
}

.animation-gif-1-toggle {
    margin-left: 0% !important;
    width: 70% !important;
    /* visibility: hidden; */
}

.pin-spacer {
    width: 100% !important;
    margin-left: inherit !important;
    padding: 0 !important;
    left: 0px !important;
    /* left: -30% !important; */
    margin: 0 !important;
    height: auto !important;
}

.animation-gif-2,
.animation-gif-3,
.animation-gif-for-1 {
    margin-left: 30%;
    visibility: hidden;
}

.makeup-shades-animation {
    width: 60%;
    position: relative;
    bottom: 7rem;
    height: 90%;
    /* transform: rotate(270deg); */
}

.makeup-shades-div {
    /* height: 492px; */
    /* width: 100%; */
    transform: translateX(-1000px);
    /* position: relative; */
    display: flex;
    /* right: 50%; */
    justify-content: flex-start;
}

.makeup-brush-img-1 {
    width: 50%;
}

.makeup-brush-img-1 img {
    width: 60%;
    position: relative;
    top: 300px;
}

.makeup-brush-img-2 {
    width: 50%;
}

.makeup-brush-img-2 img {
    width: 70%;
    position: relative;
    bottom: 200px;
    left: 70%;
}

.makeup-text-div {
    position: relative;
    bottom: 200px;
    left: 30px;
}

.animation-gif-1 {
    width: 30% !important;
    top: 115px !important;
}

@media screen and (min-width: 992px) and (max-width: 1099px) {
    .custom-padding {
        padding-left: 4rem;
    }
    .animation-gif-1 {
        max-width: none !important;
        width: 27% !important;
        top: 150px !important;
    }
    .animation-gif-1 img {
        position: relative;
    }
    .makeup-shades-animation {
        bottom: 0%;
    }
    .makeup-brush-img-1 img {
        width: 70%;
        position: relative;
        top: 200px;
    }
    .makeup-brush-img-2 img {
        width: 70%;
        position: relative;
        bottom: 160px;
        left: 70%;
    }
    .wellness-text-div {
        top: 400px;
    }
    .wig-div img {
        width: 80%;
        position: relative;
        left: 12px;
        bottom: -50px !important;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1249px) {
    .custom-padding {
        padding-left: 4rem;
    }
    .animation-gif-1 {
        max-width: none !important;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1499px) {
    .custom-padding {
        padding-left: 2rem;
    }
}

@media screen and (max-width: 1500px) {
    .makeup-text-div {
        position: relative;
        /* bottom: 10px; */
        top: 0px;
        left: 30px;
    }
    /* img.towel-div-animation {
            top: 0px !important;
        } */
}

@media screen and (max-width: 1900px) {
    .makeup-text-div {
        position: relative;
        bottom: 100px;
        left: 30px;
    }
}

.spa-img-div img {
    width: 30%;
    position: relative;
    top: 150px;
}

.wellness-text-div {
    position: relative;
    top: 200px;
}

img.towel-div-animation {
    width: 70%;
    position: fixed;
    left: 25%;
    /* top: 100px; */
}

.hair-div {
    width: 50%;
}

.hair-div img {
    position: relative;
    width: 60%;
    top: 175px;
    right: 1rem;
}

.hair-text-div {
    position: relative;
    top: 200px;
    /* right: 117px;  */
}

.wig-div img {
    width: 50%;
    position: relative;
    /* left: 195px;
    bottom: 50px; */
    left: 355px;
    bottom: 50px;
    top: 28px;
}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
    .wig-div img {
        bottom: 110px;
    }
}

.sec-6 {
    margin-top: 5rem;
}
/* @media screen and (min-width: 1680px) and (max-width: 1920px) {
        .sec-6 {
            margin-top: 10rem;
        }
    } */
/* animation style */
/* .towel-div {
    position: relative;
    top: 350px !important;
    padding-top: 100px;
} */

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .animation-gif-1 {
        top: 150px !important;
    }
    .makeup-shades-div img {
        position: relative;
        top: 50px !important;
    }
    img.towel-div-animation {
        top: 50px;
    }
    img.towel-div-animation {
        width: 50%;
        position: relative;
        left: 50%;
    }
    .animation-gif-1 p {
        font-size: 60px !important;
    }
    .makeup-shades-animation {
        bottom: 0rem;
    }
    .makeup-shades-div img {
        position: relative;
        top: 50px !important;
    }
    img.towel-div-animation {
        top: 50px;
    }
    .animation-gif-1 p {
        font-size: 48px !important;
        margin-bottom: -7px !important;
    }
    .makeup-shades-animation {
        bottom: 0rem;
    }
    .wellness-text-div img {
        position: relative;
        right: 1rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .animation-gif-1 {
        top: 150px !important;
        left: 300px !important;
    }
    .spa-img-div img {
        width: 22%;
    }
    .wellness-text-div img {
        padding-left: 1rem;
        /* width: 25%; */
        position: relative;
        top: 1rem;
    }
    .makeup-shades-div img {
        position: relative;
        top: -70px !important;
    }
    .makeup-shades-animation {
        width: 50%;
    }
    img.towel-div-animation {
        top: 0px;
    }
    img.towel-div-animation {
        width: 45%;
        position: relative;
        left: 40%;
    }
    .animation-gif-1 p {
        font-size: 45px !important;
        margin-bottom: -8px !important;
    }
    .animation-gif-1 .text > p {
        line-height: 1 !important;
    }
    .makeup-shades-animation {
        bottom: 0rem;
    }
    .wellness-text-div img {
        padding-left: 3rem;
    }
    .makeup-brush-img-1 {
        width: 40%;
    }
    .makeup-brush-img-1 img {
        width: 50%;
        position: relative;
        top: 230px;
    }
    .makeup-brush-img-2 {
        width: 40%;
    }
    .makeup-brush-img-2 img {
        width: 70%;
        position: relative;
        bottom: 100px;
        left: 70%;
    }
    .makeup-text-div {
        position: relative;
        bottom: 100px;
        left: 18px;
    }
    .makeup-text-div img {
        position: relative;
        top: 2rem;
    }
    .hair-div img {
        position: relative;
        width: 50%;
        top: 180px;
        right: 1rem;
    }
    .hair-text-div img {
        width: 20%;
    }
    .wig-div img {
        width: 100%;
        position: relative;
        left: 12px;
        bottom: 25px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    img.towel-div-animation {
        top: 0px;
    }
    img.towel-div-animation {
        width: 50%;
        position: relative;
        left: 45%;
    }
    .animation-gif-1 {
        top: 150px !important;
        left: 300px !important;
    }
    .animation-gif-1 p {
        font-size: 60px !important;
        margin-bottom: -9px !important;
    }
    .makeup-shades-animation {
        bottom: 4rem;
    }
    .wellness-text-div img {
        padding-left: 3rem;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .animation-gif-1 {
        top: 150px !important;
        left: 280px !important;
    }
    .makeup-shades-animation {
        bottom: 4rem;
    }
    .makeup-shades-div img {
        position: relative;
        top: 0px !important;
    }
    .animation-gif-1 p {
        font-size: 70px !important;
        margin-bottom: -10px !important;
    }
    img.towel-div-animation {
        top: 0px;
    }
    img.towel-div-animation {
        width: 55%;
        position: relative;
        left: 40%;
    }
    .wellness-text-div img {
        padding-left: 3rem;
    }
}

.towel-div {
    transform: translateX(-2000px);
    /* margin-bottom: 650px; */
    max-height: none !important;
}

@media screen and (min-width: 1550px) and (max-width: 1750px) {
    img.towel-div-animation {
        top: -30px;
    }
    img.towel-div-animation {
        width: 60%;
        position: relative;
        left: 35%;
    }
    .animation-gif-1 p {
        font-size: 90px !important;
    }
    .wellness-text-div img {
        padding-left: 3rem !important;
        position: relative;
        /* bottom: 2rem; */
    }
}

@media screen and (min-width: 1751px) and (max-width: 1920px) {
    img.towel-div-animation {
        /* top: 0px; */
    }
    .wellness-text-div img {
        padding-left: 1rem;
    }
}

.wellness-text-div img {
    padding-left: 1rem;
}

.spa-img-div {
    transform: translateX(2000px);
}

.wellness-text-div {
    transform: translateX(2500px);
}

.makeup-brush-img-1 {
    transform: translateX(2000px);
}

.makeup-brush-img-2 {
    transform: translateX(2000px);
}

.makeup-text-div {
    transform: translateX(2000px);
}

.hair-div {
    transform: translateX(2000px);
}

.hair-text-div {
    transform: translateX(2000px);
}

.wig-div {
    transform: translateX(2000px);
}

.vh1,
.vh2 {
    height: 50vh;
}

.main-animation-div {
    height: 800vh;
}
/* register changes */

.register-strong {
    font-size: 25px;
}

.chky {
    border: 1px solid yellow;
}

.register-h5 {
    font-weight: 400;
    font-size: 22px;
    font-family: Montserrat;
}

label {
    font-family: Montserrat;
}

@media (max-width: 992px) {
    .register-container-h5 {
        margin-left: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.register-container-h5 {
    margin-left: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.register-h5 {
    margin-top: 10px;
}

.checkbox-margin {
    margin-top: 0px;
}

.main-row {
    margin-top: 0px !important;
}
/* @media(max-width:1496px)
{
    .register-h5{

        font-size: 18px !important;

    }
} */
/* login page */

.login-label {
    font-weight: 700 !important;
    font-size: 20px !important;
}
/* Privacy Policy */

.privacy_policy h4 {
    font-size: 25px;
    color: #000;
    font-weight: 500 !important;
}

.privacy_policy_heading h1 {
    font-size: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.privacy_policy p {
    font-size: 19px;
    font-weight: 500;
    color: #929498;
}
/* Terms&Condition */

.termAndCondition h4 {
    font-size: 25px;
    color: #000;
    font-weight: 500 !important;
}

.termsHeader h1 {
    font-size: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.termAndCondition p {
    font-size: 19px;
    font-weight: 500;
    color: #929498;
}

.btn-close:focus {
    box-shadow: none !important;
}

@media (max-width: 1024px) and (orientation: portrait) {
    .main-animation-div {
        display: none;
    }
    .carousel-inner {
        display: block !important;
    }
    .custom-indicator {
        margin-bottom: 0 !important;
    }
    .custom-indicator button {
        width: 20px !important;
        height: 8px !important;
        margin-right: 4px !important;
        margin-left: 4px !important;
        background-color: #b72626 !important;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none;
    }
}
/* animation again */

.animation-gif-1 {
    max-width: none !important;
    width: 100% !important;
}

.animation-gif-1 .text > p {
    background: linear-gradient(
        0deg,
        /* 0deg */ #414042,
        #414042,
        #414042,
        #414042,
        #414042,
        #414042,
        #414042,
        #414042,
        #E44B8B,
        #E44B8B,
        #E44B8B,
        #414042,
        #414042,
        #414042,
        #414042,
        #414042,
        #414042,
        #414042
    );
    background-size: 1000% 300%;
    /*  600 300 */
    background-position-x: 100%;
    background-position-y: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-family: "CastleBegale";
    /* margin-bottom: -60px; */
    /* margin-left: 50px; */
    line-height: 0.95;
    /*   outline: 6px dotted teal; */
}

.animation-gif-1 p {
    font-size: 120px;
    font-weight: 500;
    margin-bottom: -15px;
}

.animation-gif-1 .text {
    position: relative;
    top: 30px;
}
/* registration */

.form-floating > .form-control {
    height: calc(2rem + 10px) !important;
}
/* chechbox revampp on iphone */

.register-label {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}

.register-label span {
    display: block;
    margin-left: -2px;
    padding-left: 7px;
    line-height: 20px;
    text-align: left;
}

.register-label span:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, 0.01);
    border: 1px solid #e4e5e7;
    border-radius: 4px;
}

.register-label span:after {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #0087b7;
    line-height: 20px;
    text-align: center;
}

.register-label input[type="checkbox"] {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.register-label input[type="checkbox"]:checked + span:after {
    font-family: "FontAwesome";
    content: "\f00c";
    background: transparent;
    color: #fff;
}
/* checkbox revampp on iphone  */

.custom-modal {
    padding: 0px 15px 0px 0px !important;
    margin-bottom: 0px !important;
}

.animation-gif-1 .text {
    position: relative;
    top: 30px;
}

.carousel-inner .carousel-item {
    height: 320px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .carousel-inner .carousel-item {
        height: 560px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .carousel-item {
        height: 680px;
    }
}

@media screen and (max-width: 375px) {
    .booking-div {
        flex-direction: column-reverse;
        padding-left: 0 !important;
    }
    h1.bookAppointment {
        font-size: 28px !important;
        text-align: center;
    }
    .mob-apps-btns-row {
        justify-content: center;
    }
    section.sec-6 .inner-content p {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    div#carouselExampleIndicators {
        display: none !important;
    }
}

@media (max-height: 600px) and (min-height: 480px) and (orientation: portrait) {
    .modal-content.custom-modal-content {
        margin-top: 55px !important;
    }
}




@media only screen and (max-width: 576px) {
    .custom-shop-container {
        max-width: 90% !important;
    }
    .first_col{
        display: none !important;
      }
      .searchByName {
        width: 85% !important;
      }
      .second_col, .third_col{
      display: unset !important;
      padding-left: 0 !important;
      padding-right:0 !important;
      text-align: center !important;
      margin-bottom: 10px !important
      }
      .second_col span{
      display: none;
      }
      .third_col select{
        margin-left: 0 !important;
        width: 90%;
        margin-right: auto !important;
        margin-left: auto !important;
      }
      .third_col span{
        display: none !important;
      }
       .horizontal-line .line{
        height: 6px !important;
       }
       .shopping-cart{
        margin-top: 12px !important;
      }
      .cart-col{
        justify-content: end !important;
      }
    .product_items {
        padding-left: 0px !important;
        padding-top: 10px !important;
    }
    .product_items h6{
        font-size: 14px !important;
    }
    h4.card-title {
        font-size: 16px !important;
    }
    .side-menu-item a {
        font-size: 14px !important;
    }
    .custom_shop_body .card-text {
        font-size: 13px !important;
    }
    #selectedPrice{
        margin-left: 0 !important;
        width: 90%;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .horizontal-line .line{
        height: 6px !important;
 } 
 .quantity_btn button {
    font-size: 16px !important;
 }
 .product_desc p {
    font-size: 14px !important;
 }
 .price h2 span {
    font-size: 24px !important;
}
.add_to_cart {
    font-size: 13px !important;
    padding: 10px 20px !important;
}
.custom_shop_body {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.card-title.owl_descr {
    font-size: 15px !important;
}
.cross_btn img {
    width: 22px !important;
}
.cross-btn-col{
    position: absolute;
}
.total{
    margin-top: 10px !important;
}
.cart_btn{
    margin-top: 15px;
    margin-bottom: 15px;
}
.cart_btn input {
    text-align: center;
    width: 50px;
}
.tracking-text p{
    font-size: 16px;
}
}


.NailImg.d-flex:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    height:630px;
    background:url('https://www.justjoone.com/frontend/assets/img/spa/SalonBgcropped.jpg');
    background-size:cover;
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width:992px) {
    .NailImg{
        height: 320px !important;
    }
   .NailImg.d-flex:before{
    width: 238px;
    height: 400px;
   }
}
@media only screen and (max-width:767px) {
    .NailImg.d-flex:before {
        width: 200px;
        height: 358px;
    }
}
@media only screen and (max-width:576px){
.NailImg.d-flex:before {
    width: 220px;
    height: 400px;
}
}

/* .hidden-items-footer{
    display: none !important;
} */


/* changes for pinkstitch */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.hidden-services-dropdown{
    display: none;
}

.text-img{
    width: 60%;
}

.text-img3{
    width: 45%;
}

@media screen and (min-width: 859px) and (max-width: 991px){

    .animation-gif-1 .text{
    position: relative !important;
    top: 150px !important;
    right: 170px !important;
    }

    .makeup-brush-img-1 img{
    width: 60% !important;
    position: relative !important;
    top: 195px !important;
    }

    .makeup-brush-img-2 img{
    width: 70% !important;
    position: relative !important;
    /* bottom: 200px; */
    left: 70% !important;
    top: 0 !important;
    }

    .wig-div img{
    width: 50% !important;
    position: relative;
    left: 190px !important;
    bottom: 50px !important;
    top: 28px !important;
    }

    .animation-gif-1 p{
        font-size: 75px;
    }

    .makeup-shades-animation{
        /* width: 60%;
        position: relative;
        bottom: 0;
        height: 90%; */
        /* transform: rotate(270deg); */
        top: 300px; 
    }

}

/* thankyou page */

.thankucard-container{
    height: 100vh;
}

.thanku-cardbody{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 1rem !important;
}

.thanku-cardheading h1{
    margin: 0;
    font-size: 4rem;
    color: #E44B8B;
}

.thanku-cardsubheading h3{
    font-size: 2rem;
    font-family: "CastleBegale";
    margin: 0;
    text-align: center;
}

.card-mid-content{
    width: 50%;
    text-align: center;
    margin-top: 2rem;
}

.card-mid-content p{
    color: black;
    font-weight: 700;
} 

.card-links-content{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.socials-icons{
    color: #E44B8B;
}

.socials-links{
    text-decoration: none;
    color: black;
    font-weight: 500;
    margin-left: 5px;
}

.socials-links:hover{
    color: black;
}

.socials-div{
    padding: 5px 0;
}

.thanku-card{
    border-radius: 0 !important;
    padding: 1rem;
    border: 1px solid black;
}

.thanku-cardbody{
    border: 1px solid #E44B8B;

}

.custom-navbar{
    height: 100%;
}

@media screen and (min-width: 768px){
    .whyPinkStitch{
        color: #bf2867 !important; 
        font-weight: 600 ;
        font-size: 2.5rem; 
        padding-left: 0.5rem;
        padding-right: 0.2rem;
    }
}

@media screen and (min-width: 992px){
    /* .section-1{
        height: 95vh !important;
    } */


.banner-heading{
    font-size: 65px !important;
}

.banner-2-heading{
    font-size: 25px !important;
}

.banner-inner-content p {
    font-size: 15px !important;
}

}



/* **************** */
/* edits  */


/* padding navitem */

.custom-navbar-nav .nav-item:nth-child(2){
    padding-top: 40px ;
    padding-bottom: 30px ;
}

/* modal */

#BookNowModal .modal-body.modal-size{
    padding-top:10px !important ;
}

.custom-modal {
    padding: 0px 0px 0px 0px !important;
    margin-bottom: 0px !important;
}

/* fixing button size in modal */

@media only screen and (max-width: 415px){
    #BookNowModal .custom-btn-bookNow{
        font-size: 16px;;
    }
}
@media only screen and (max-width: 370px){
    #BookNowModal .custom-btn-bookNow{
        font-size: 11px;;
    }
}


/* setting position of bannerleft  */

.banner-left-content {
    position: absolute;
    top: 20px;
    left: 10%;
}


@media only screen and (max-width: 575px){

    .banner-left-content {
        position: absolute;
        top: -30px;
        left: 10%;
    }

}


/* setting size of img in left banner */

@media only screen and (min-width: 370px) and (max-width: 431px) {
    .banner-image img {
        width: 65% !important;
    }
}



/* correcting size of text in sec2 row 2 */


@media only screen and (max-width: 768px) {
    h3.sec-2-subHeading {
        font-size: 16px;
    }
}

@media only screen and (max-width: 576px) {
    h3.sec-2-subHeading {
        font-size: 16px;
    }
}

@media only screen and (max-width: 525px) {
    h3.sec-2-subHeading {
        font-size: 14px;
    }
}

@media only screen and (max-width: 463px) {
    h3.sec-2-subHeading {
        font-size: 12px;
    }
}

@media only screen and (max-width: 400px) {
    h3.sec-2-subHeading {
        font-size: 9.4px;
    }
}

/* correcting padding in sec2 */
@media only screen and (max-width: 371px) {
.sec-2 .section-2-bg .container-fluid, .sec-4 .section-4-bg .container-fluid{
    padding: 0px;
} 

 .sec-2 .section-2-bg .container.sec-inner-content, .sec-4 .section-4-bg .container.col-content{
    padding: 10px !important;
 }
 
}

section.sec-3 .col-content {
    padding-right: 15px;
}



@media only screen and (max-width: 991px) {

    .animation-gif-1{
        translate: none;
        rotate: none;
        scale: none;
        transform: translate(-65px, 0px) !important;
        inset: 0px auto auto 0px;
        margin: 0px;
        max-width: 666.4px;
        width: 666.4px;
        max-height: 411px;
        height: 411px;
        padding: 0px;
    }

}



@media only screen and (max-width: 767px) {
    
    .container-fluid.animationn{
        display: none;
    }
    
}

/* fixing carousel position */

.carousel.slide{
    padding-top: 80px;
}

/* line 849 and 1047 removed !important from margin bottom of carousel indecators */


@media only screen and (max-width: 670px) {

    .carousel.slide.pointer-event .custom-indicator{
        margin-bottom: 70px ;
    }

}

@media only screen and (max-width: 575px) {

    .custom-indicator{
        margin-bottom: -80px !important;
    }

}
@media only screen and (max-width: 420px) {

    .custom-indicator{
        margin-bottom: 0px !important;
    }

}

@media only screen and (max-width: 575px){
.carousel-inner{
    height: 375px;
}
}
@media only screen and (max-width: 490px){
.carousel-inner{
    height:auto;
}
}


/* mobile img  */

.sec-6 {
    margin-top: 10rem !important;
}



/*   bookAppointment */

h1.bookAppointment {
    font-size: 40px;
    text-align: center;
    padding-top: 40px ;
}

@media only screen and (max-width: 680px) {
h1.bookAppointment {
    font-size: 30px !important;
    text-align: center;
}
}

@media only screen and (max-width: 516px) {
h1.bookAppointment {
    font-size: 25px !important;
    text-align: center;
}
}

@media only screen and (max-width: 434px) {
h1.bookAppointment {
    font-size: 18px !important;
    text-align: center;
}
}


  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000 !important;
}

#form .form-control.form-setting.custom-form-control{
    padding-left: 0;
    font-size: 1rem !important;
}


/* **************** */