@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

html,
body {
    font-family: 'Lato', sans-serif;
}

.hover-card a,
.main_option_sel li .text,
.next_btn {
    font-weight: 500;
    font-style: normal
}

ul {
    list-style: none;
}

.main_option_sel {
    margin-left: 0;
    padding-left: 0
}

.main_option_sel li {
    list-style: none;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
    background: #ebebeb
}

.main_option_sel li .img {
    width: 60px;
    float: left;
    padding: 5px;
    border-radius: 10px
}

.main_option_sel li .img.op1 {
    background: #e1eff8
}

.main_option_sel li .img.op2 {
    background: #fae9e9
}

.main_option_sel li .img img {
    width: 50px;
    border-radius: 10px
}

.main_option_sel li .text {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 25px
}

.main_option_sel li .arrow {
    width: 50px;
    float: right;
    padding: 5px;
    text-align: right
}

.main_option_sel li .arrow span {
    padding: 10px;
    display: block
}

.next_btn {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: .9rem 1.6rem;
    font-size: 20px;
    line-height: 24px;
    color: #fff
}

.clr1 .main_option_sel li.active,
.clr1 .next_btn {
    background: #edb7ad;
    border: 1px solid #edb7ad
}

.clr1 .next_btn {
    color: #000
}

.clr2 .next_btn {
    background: #f1d46c;
    border: 1px solid #f1d46c;
    color: #000
}

.clr3 .next_btn {
    background: #8ac7b5;
    border: 1px solid #8ac7b5;
    color: #000
}

.next_btn:disabled {
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
    color: #868686
}

.next_btn i {
    rotate: 320deg;
    font-size: 17px
}

.clr2 .main_option_sel li.active {
    background: #f1d46c;
    border: 1px solid #f1d46c
}

.clr3 .main_option_sel li.active {
    background: #8ac7b5;
    border: 1px solid #8ac7b5
}

.main_option_sel li .checkbox {
    width: 50px;
    float: right;
    padding: 15px 10px;
    text-align: right
}

.main_option_sel li .checkbox span {
    padding: 5px 6px;
    display: block;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    height: 27px;
    width: 27px
}

.main_option_sel li .checkbox span i {
    display: none
}

.main_option_sel li.active .checkbox span {
    background: #22548a;
    border: 1px solid #22548a;
    color: #fff
}

.main_option_sel li.active .checkbox span i,
.stage-heading p span {
    display: block
}

.appointmet_box {
    border: 1px solid #eee;
    padding: 20px 25px 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 30px
}

.appointmet_box label {
    color: #777;
    margin-top: 15px
}

button.back {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 5px 20px 5px 5px;
    background: 0 0;
    color: #444;
    font-size: 18px
}

.main_option_sel_box .option_sel {
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.hover-card {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    border-radius: 10px;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    transition: .3s
}

.main_option_sel_box .option_sel:hover .hover-card {
    top: 0;
    transition: .3s
}

.hover-card a {
    background: #fff;
    box-shadow: 0 6px 10px rgba(248, 140, 120, .2);
    border-radius: 10px;
    text-decoration: none;
    padding: .6rem .9rem;
    margin-bottom: 1rem;
    font-family: Inter;
    font-size: 13px;
    line-height: 16px
}

.hover-card a i {
    transform: rotate(130deg)
}

.main_option_sel_box .option_sel.sel1 .hover-card {
    background: linear-gradient(180deg, rgba(237, 183, 173, 0) 4.17%, #edb7ad 100%)
}

.main_option_sel_box .option_sel.sel2 .hover-card {
    background: linear-gradient(180deg, rgba(237, 183, 173, 0) 4.17%, #f1d46c 100%)
}

.main_option_sel_box .option_sel.sel3 .hover-card {
    background: linear-gradient(180deg, rgba(237, 183, 173, 0) 4.17%, #8ac7b5 100%)
}

.main_option_sel_box .option_sel.sel1 .hover-card a {
    color: #edb7ad
}

.main_option_sel_box .option_sel.sel2 .hover-card a {
    color: #f1d46c
}

.main_option_sel_box .option_sel.sel3 .hover-card a {
    color: #8ac7b5
}

.clr1 .time_solt_area span.active,
.main_option_sel_box .option_sel.sel1 {
    background: #edb7ad
}

.clr2 .time_solt_area span.active,
.main_option_sel_box .option_sel.sel2 {
    background: #f1d46c
}

.clr3 .time_solt_area span.active,
.main_option_sel_box .option_sel.sel3 {
    background: #8ac7b5
}

.main_option_sel_box .option_sel .text {
    height: 100px;
    text-align: center;
    padding: 20px;
    font-size: 22px;
    font-weight: 600
}

.main_option_sel_box .option_sel .img {
    width: 100%;
    text-align: center
}

.main_option_sel_box img {
    width: 90%;
    margin: auto
}

.time_solt_area span {
    display: inline-block;
    margin-right: 10px;
    background: #eee;
    padding: 7px 12px;
    border-radius: 20px;
    font-size: 15px;
    cursor: pointer
}

.time_solt_area span:last-child {
    margin-right: 0
}

.stage_book select {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px
}

.stage_book select:focus {
    outline: 0;
    box-shadow: none
}

.heading-gt,
.stage-title {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 42px
}

.stage-heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    padding-top: 4rem;
    color: #515963
}

.stage-step-head .stage-para {
    padding: 2rem 0;
    margin-bottom: 0
}

p.chip-free {
    background: #edb7ad;
    padding: 5px 10px;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    width: fit-content;
    margin: 0 0 7px
}

@media(max-width:991px) {
    .stage-heading {
        margin-bottom: 3rem
    }

    .stage-heading p {
        padding-top: 1rem
    }
}

.switch.custom {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px
}

.switch.custom input {
    opacity: 0;
    width: 0;
    height: 0;
    border: 0px
}

.switch.custom input:focus {
    border: 0px !important
}

.switch.custom .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.switch.custom .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.switch.custom input:checked+.slider {
    background-color: #0ac10a;
}

.switch.custom input:focus+.slider {}

.switch.custom input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.switch.custom .slider.round {
    border-radius: 34px
}

.switch.custom .slider.round:before {
    border-radius: 50%
}

.addPicture_box {
    width: 100%;
    padding: 15px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 30px;
}

#attachment_in {
    opacity: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0;
}

.img_preview_box .inner {
    width: 80px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px
}

.img_preview_box .inner img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 30px;
}

.img_preview_box .add_btn {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 30px;
    font-size: 30px;
    color: #ccc;
    text-align: center;
    padding-top: 10px;
    float: left
}

.clr1 .success_bg_box {
    background: #edb7ad
}

.clr2 .success_bg_box {
    background: #f1d46c
}

.clr3 .success_bg_box {
    background: #8ac7b5
}

.clr1 p.chip-free {
    background: #edb7ad
}

.clr2 p.chip-free {
    background: #f1d46c
}

.clr3 p.chip-free {
    background: #8ac7b5
}

.confirm_detail_box .title {
    color: #868686;
    font-size: 12px;
    margin-bottom: 4px
}

.confirm_detail_box .value {
    font-size: 18px;
    font-weight: 600
}

.border-dot {
    border: 1px dashed #ccc;
}

.modal-body label {
    color: #666
}

.modal-body input {
    height: 45px
}


.main-nav {
    z-index: 1040;
    position: fixed;
    width: 100%;
}

.top-nav {
    padding: 0.5rem 0;
    margin: 0;
    letter-spacing: .1rem;
    background: #202020;
    background-attachment: fixed;
}

.top-nav p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 12.5px;
    letter-spacing: 1px;
    position: sticky;
    z-index: 2;
}

.navigation-lins {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}

.link-nav ul.main-ul,
.socila-link ul {
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 1rem;
    margin: 0;
    padding: 0;
    position: relative;
}

.list-drop ul {
    padding: 0;
    list-style: none;
}

p.list-drop-heading {
    margin: 0;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #7a7a7a;
    text-decoration: none;
    word-wrap: break-word;
    padding: 0;
}

@media screen and (min-width: 750px) {
    .list-part {
        padding: 0 3rem;
    }
}

.logo img {
    width: 100%;
}

.second-nav {
    padding: 0 7rem;
}

.logo {
    max-width: 100px;
    margin-right: 2rem;
}

.link-nav ul li {
    /* padding: 1.4rem 0; */
    padding: .5rem 0;
    /* margin-right: 2rem;   */
}

a.nav-link-show {
    background-color: transparent;
    /* font-size: 1.4rem; */
    font-size: 13px;
    font-weight: 400;
    color: #585151;
    text-decoration: none;
}

.socila-link ul {
    justify-content: end;
}


a.socila-link {
    color: #585151;
    font-size: 21px;
}

a.socila-link i {
    font-size: 16px;
}

.cart-li svg {
    width: 2.4rem !important;
    height: 2.4rem !important;
    margin-left: -9px;
}

a.socila-link svg {
    width: 10px;
    height: 10px;
    /* display: block; */
    height: 1.2rem;
    width: 1.2rem;
    fill: none;
    vertical-align: middle;
}

a.socila-link:hover svg {
    scale: 1.1;
}

@keyframes slideInLeft {
    0% { 
        transform: translatey(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.second-nav {
    animation-duration: 2.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: slideInLeft;
    
    position: sticky;
    z-index:1;
    /* background: #666;
    padding: 40px; */
}


.lint-text {
    position: relative;
}

.link-nav ul li a.nav-link-show:hover {
    color: #000;
    text-decoration: underline;
}

/* .link-nav ul li a.nav-link-show:hover span.lint-text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #292020;
} */

.main-bottom-nav {
    background: #e3e3e3 !important;
    border-bottom: 1px solid rgb(162 162 162 / 26%);
    position: sticky;
    z-index: -2;
}


.sideba-icon {
    display: none;
}

.sideba-icon svg {
    width: 33px;
    margin-right: 0.5rem;
}

.w-half {
    display: flex;
}

.drop-icon svg {
    transform: rotate(0deg);
    /* transition: all .2s; */
    width: 15px;
}

.link-nav ul li.active-link .drop-icon svg {
    transform: rotate(180deg);
    /* transition: all .2s; */
}

.link-nav ul li .drop-dwon-list {
    position: absolute;
    top: 100%;
    padding-bottom: 2.4rem;
    padding-top: 1.4rem;
    z-index: 1;
    background: #F5F5F5;
    width: 67rem;
    margin-left: -12rem;
    display: none;
    border-bottom: 1px solid rgb(32 32 32 / 26%);
    left: 0;
}

.list-part {
    display: grid;
    gap: 2.4rem 3rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    list-style: none;
}

.list-drop ul li {
    padding: 10px 0 0;
    line-height: 15px;
}

.list-drop ul li a {
    color: #6b6b6be6;
    /* display: block; */
    font-size: 12px;
    position: relative;
    margin: 0.6rem 0;
    text-decoration: none;
    word-wrap: break-word;
}

.list-drop ul li a:hover {
    color: #000;
    text-decoration: underline;
}

/* .list-drop ul li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #292020;
} */


/*  */
ul.main-ul .active-link .drop-dwon-list {
    display: block;
}

.sidebar.open-sidebar {
    left: 0;
    transition: all .3s;
}

.sidebar {
    position: fixed;
    overflow: hidden;
    left: -100%;
    top: 0;
    width: 18rem;
    z-index: 3;
    background: #E3E3E3;
    height: 100%;
    padding: 7.2rem 0 0;
    transition: all .3s;
}

p.back-link a {
    padding: 5px 0 !important;
    justify-content: start !important;
}

.sidebar-main ul li a {
    text-decoration: none;
    padding: 1rem 1.5rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #585151;
}

.sidebar-main ul {
    padding: 0;
}

/* inner sidebar */

.sidelink {
    position: absolute;
    width: 100%;
    top: 115px;
    /* left: 0; */
    left: 100%;
    transition: all .3s;
    height: 100%;
    background: #e3e3e3;
}

.sidelink-innner-inner {
    position: absolute;
    width: 100%;
    top: 0px;
    /* left: 0; */
    left: 100%;
    transition: all .3s;
    height: 100%;
    background: #e3e3e3;
}

/* .sidelink-innner-inner ul{
    padding: 0;
    list-style: none;
}

.sidelink ul{
    padding: 0;
    list-style: none;
} */
p.back-link {
    margin: 0;
    padding: 0.3rem 1.5rem;
    background: #d6d6d6;
}

p.back-link a {
    text-decoration: none;
    /* padding: 1rem 1.5rem 0 1.5rem; */
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #585151;
    gap: 1rem;
}

svg.close-icon {
    display: none;
}

li.droplink.first-child .sidelink {
    left: 0;
}

.ul_2 .first-child .sidelink-innner-inner {
    top: 0;
    left: 0;
}



p.back-link a svg {
    transform: rotate(180deg);
}


/* footer area */

footer {
    background: #202020;
}

.email-footer-div {
    padding-top: 60px;
    padding-bottom: 0px;
    text-align: center;
}

p.email-foo-heaind {
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    margin: 0;
    line-height: 56px;
}

p.label-p {
    font-size: 16px;
    margin-top: 1.5rem;
    color: rgb(255 255 255 / 75%);
}

.main-fo-input {
    max-width: 21rem;
    margin: auto;
    width: 100%;
    position: relative;
    border-color: rgb(255 255 255 / 75%) !important;
    margin-top: 21px !important;
}

.main-fo-input label {
    padding: 7px;
    color: rgb(255 255 255 / 75%);
}

.main-fo-input input {
    padding: 0;
    padding: 1rem !important;
    background: none;
    height: 42px !important;
    border-radius: 0;
    border-color: rgb(255 255 255 / 75%) !important;
}

.main-fo-input svg path {
    fill: rgb(255 255 255 / 75%);
}

.main-fo-input svg {
    position: absolute;
    top: 30%;
    right: 9px;
}

.foo-links {
    padding: 3rem 5rem;
}

.link-head-ul p {
    color: #fff;
}

.link-list-foo ul li a {
    text-decoration: none;
    color: rgb(255 255 255 / 75%);
    display: inline-block;
    font-size: 14px;
    padding: 4px 0;
    position: relative;
}

.link-list-foo ul {
    list-style: none;
    padding: 0;
}

.link-list-foo ul li a:hover {
    color: #fff !important;
}

.link-list-foo ul li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.second-ffo .link-list-foo ul li a:hover::before {
    display: none;
}

.foo-link-div.second-ffo {
    padding-left: 4rem;
}

.socila-link-foo {
    padding-top: 2rem;
}

.socila-link-foo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0;
    list-style: none;
}

.socila-link-foo ul li a svg path {
    fill: rgb(10, 193, 10);
}

.socila-link-foo ul li a svg path {
    fill: #fff;
}

.socila-link-foo ul li a:hover svg {
    scale: 1.1;
}

.foo-foo p {
    color: rgb(255 255 255 / 75%);
    text-align: center;
    font-size: 10px;
    padding-bottom: 3rem;
    padding-top: 3rem;
    border-top: 0.5px solid rgb(255 255 255 / 15%);
}


.book0main-div {
    padding: 3rem 0 5rem;
}

.footer-sidebra {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.5rem;
    background-color: rgb(32 32 32 / 4%);
}

.login-foo-side a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    /* margin-left: -2.2rem; */
    font-size: 15px;
    gap: 10px;
    color: rgb(32 32 32);
}

.login-foo-side a i {
    font-size: 17px;
}

.sidefoo-link ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 1rem 0 1rem;
    gap: 10px;
}

.sidefoo-link ul li a svg {
    width: 19px;
}

.sidefoo-link ul li a svg path {
    color: rgb(32 32 32);
}

@media screen and (max-width: 1400px) {
    .link-nav ul li .drop-dwon-list {
        width: 67rem;
    }

}


@media screen and (max-width: 1200px) {
    .link-nav ul li .drop-dwon-list {
        width: 100vw;
    }
    .second-nav{
        padding: 0;
    }
    .list-part {
        padding: 0 2rem;
    }

    .list-part {
        gap: 2.4rem 2rem;
    }

}

@media screen and (min-width: 750px) {
    .page-width {
        padding: 0 5rem;
    }

}

@media screen and (max-width: 767px) {
    .foo-link-div.second-ffo {
        padding: 0rem;
    }

    .foo-links {
        padding: 3rem 0em;
    }

}

@media screen and (max-width: 991px) {
   
    .sideba-icon {
        display: block;
    }

    .link-nav {
        display: none;
    }

}

@media screen and (max-width: 576px) {
    .w-half {
        display: flex;
        width: 50%;
    }

    .text-right-mo {
        justify-content: right;
    }
}