body {
    font-family: 'Poppins', sans-serif;
}

.modal-content {
    border: 0px;
    box-shadow: 0px 0px 20px #eee;
}

.modal-backdrop {
    background-color: #fff;
}

select:focus {
    outline: none;
}

.btn-round {
    border-radius: 30px;
}

.theme-btn {
    padding: 10px 40px;
    background-color: #f17b6f;
    border-color: #f17b6f;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 5px 5px #fde9e7;
}

.theme-btn:hover {
    background-color: #fff;
    border-color: #f17b6f;
    color: #f17b6f;
}

.theme-btn-outline {
    padding: 5px 30px;
    background-color: #fff;
    border-color: #f17b6f;
    color: #f17b6f;
}

.theme-btn-outline:hover {
    background-color: #f17b6f;
    border-color: #f17b6f;
    color: #fff;
}

.topBar {
    height: 80px;
    background-color: #11b5b4;
    color: #fff;
}

.topbtn a.d-inline-block {
    width: 150px
}

.topBar .btn {
    box-shadow: none;
    padding: 8px 30px;
}

.topBar .btn .fa {
    margin-right: 5px;
}

.topbleft {
    line-height: 80px;
    font-weight: normal;
}

.topbleft a {
    color: #fff;
}

.topbright {
    line-height: 80px;
    font-weight: normal;
}

.bookrytLoader {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.75);
}

.bookrytLoader:after {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(/Images/scissor-loader.gif);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.statusLogin {
    width: 100%;
    max-width: 400px;
    margin: auto auto;
    background: rgba(255, 255, 255, 0.4);
    height: 4px;
    position: relative;
}

.statusLogin .barline {
    max-width: 400px;
    margin: auto 0;
    background: #fff;
    height: 4px;
    position: relative;
}

.statusLogin .barline:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border-radius: 40px;
    z-index: 2;
    right: 0px;
}

.statusLogin .barline:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    z-index: 1;
    right: -3px;
}

.statusLogin .barline .persent {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    right: -10px;
}

.topright .btn.theme-btn:hover {
    background: #fff;
    color: #f17b6f;
}

.signup-area {
    padding: 15px 0px;
    min-height: calc(70vh - 130px);
}

.form-area {
    margin-bottom: 40px;
}

.business-profile {
    position: relative;
    padding-top: 18px;
}

.form-area.business-profile .heading h2 {}

.business-profile .sbmt-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
}

.business-profile .sbmt-wrapper .btn-sbmt {
    margin: auto;
    min-width: 120px;
    display: inline-block;
    margin-left: 3px;
    padding: 10px 15px;
}

.form-area .heading {
    /* margin-bottom: 40px; */
    position: relative;
}

.form-area .heading h2 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.form-area .heading p {
    font-size: 14px;
    color: #7b7b7b;
    max-width: 480px;
    font-weight: 500;
    margin: 0 auto;
}

.inputBox {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.verify-input {
    display: flex;
    justify-content: center;
}

.verify-input input {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e9e9e9;
    border: 1px solid #c2c1c1;
    margin: 0 5px;
    text-align: center;
    padding: 15px;
}

.verify-input input:hover {}

.verify-input input:focus {
    outline: none;
}

.inputBox .inputText {
    color: #7b7b7b;
    position: absolute;
    font-size: 14px;
    line-height: 45px;
    transition: .5s;
    opacity: .5;
    left: 0;
    right: 0;
}

#first_staff {
    display: none;
}

.inputBox .input {
    position: relative;
    width: 100%;
    height: 45px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 12px;
    border-bottom: 1px solid #d9d9d9;
    word-break: break-all;
    padding-right: 20px;
}

.inputBox .input#txtDate:hover {
    cursor: pointer;
}


/* .inputBox .input[type="text"],
        .inputBox textarea {
            text-transform: capitalize;
        }*/

.inputBox .input.cap.desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inputBox .input.textarea {
    height: auto;
}

.focus .inputText {
    transform: translateY(-30px);
    font-size: 12px;
    opacity: 1;
}

.inputBox.select-2 .inputText {
    transform: translateY(-30px);
    font-size: 12px;
    opacity: 1;
}

.mobileArea .mobile:hover,
.notifcardTable:hover {
    cursor: pointer;
}

.notifcardTable .Email_Image,
.input-file-area,
.media.notificaitonMedia {
    display: none;
}

@media (min-width: 650px) {
    .CancelModal .modal-dialog {
        max-width: 500px;
    }
}

.inputBox .icon {
    position: absolute;
    color: #0faaa9;
    top: 8px;
    right: 0px;
}

.footer-copyright {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 10px 0px;
    font-weight: 500;
}

.footer-copyright a {
    color: #7b7b7b;
    font-size: 14px;
}

.signupform .btn {
    box-shadow: 0px 5px 5px #fde9e7;
}

.signupform .map .inputText {
    font-size: 12px;
    margin-bottom: 10px;
}

.signupform .embed-responsive {
    margin-bottom: 30px;
    border-radius: 10px;
}

.signupform .frgtPass a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    top: -10px;
}

.signupform .aftrbtn {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}

.signupform .aftrbtn a {
    color: #000;
}

.blocksarea {}

.blocksarea .title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.blocksarea a.box {
    display: block;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 30px #eee;
    padding: 14px 0px;
    text-decoration: none;
    margin-bottom: 15px;
    color: #000000;
}

.blocksarea a.box .name {
    font-size: 16px;
    margin-top: 8px;
}

.blocksarea a.box:hover {
    background-color: #f17b6f;
    color: #fff;
}

.blocksarea a.box.active,
.blocksarea a.box:hover {
    background-color: #f17b6f;
    color: #fff;
}

.blocksarea a.box.active img,
.blocksarea a.box:hover img {
    filter: brightness(0) invert(1);
}

ul.timinglist {
    position: relative;
}

ul.timinglist:before {
    height: 100%;
    border: 1px dashed #cccdcd;
    position: absolute;
    left: 0px;
    content: "";
}

ul.timinglist>li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

ul.timinglist>li .timingblock {
    position: relative;
    margin-left: auto;
    max-width: 520px;
    border-radius: 30px;
    line-height: 56px;
    background-color: #fff;
    box-shadow: 0px 0px 30px #eee;
    padding: 0px 20px;
}

ul.timinglist>li .timingblock>div {
    display: inline-block;
}

ul.timinglist>li .timingblock>div.day {
    font-size: 14px;
    min-width: 110px;
    font-weight: 500;
}

ul.timinglist>li .timingblock>div.time {
    font-size: 16px;
    color: #11b5b4;
    position: relative;
    padding-left: 30px;
}

ul.timinglist>li .timingblock>div.time::after {
    opacity: 0.3;
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #2f3030;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.timinglist>li .timingblock>.addplus {
    color: #f17b6f;
    width: 20px;
    height: 20px;
    float: right;
    border-radius: 50px;
    border: 1px dotted #f17b6f;
    display: inline-block;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.timinglist>li:before {
    content: "";
    left: -9px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: #d0d0d0;
    border-radius: 50px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
}

ul.timinglist>li.ok:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    background-color: #11b2b1;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

ul.departmentlist {}

ul.departmentlist>li {
    position: relative;
    padding-left: 40px;
    line-height: 50px;
    border-bottom: 1px solid #d9d9d9;
}

ul.departmentlist>li a:hover {
    cursor: pointer;
}

ul.departmentlist>li span:after {
    content: "";
    left: 0px;
    top: 50%;
    width: 24px;
    height: 24px;
    background-color: #d0d0d0;
    border-radius: 50px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
}

ul.departmentlist>li a {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

ul.departmentlist>li a .fa {
    line-height: 50px;
    color: #adacac;
    font-size: 18px;
    margin-left: auto;
}

ul.departmentlist>li a i.float-right.btn-staff {
    float: none !important;
    margin-left: auto
}

ul.departmentlist>li.active span:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    background-color: #11b2b1;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

div#departmentModal {}

div#departmentModal ul.departmentlist>li .status {
    content: "";
    left: 0px;
    top: 50%;
    width: 24px;
    height: 24px;
    background-color: #d0d0d0;
    border-radius: 50px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
    cursor: pointer;
}

div#departmentModal ul.departmentlist>li.active .status:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    background-color: #11b2b1;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    top: 0px;
}

form.signupform {}

form.signupform ul.departmentlist>li.active:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    background-color: #11b2b1;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

form.signupform ul.departmentlist>li:after {
    content: "";
    left: 0px;
    top: 50%;
    width: 24px;
    height: 24px;
    background-color: #d0d0d0;
    border-radius: 50px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
}

ul.serviceList>li {
    padding-left: 0px;
}

ul.serviceList>li.deplistitem a {
    padding-left: 35px;
}

ul.departmentlist>li .check-staff {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    float: left;
    top: 13px;
}

ul.departmentlist>li .check-staff input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

ul.departmentlist>li .check-staff .checkmark {
    width: 24px;
    height: 24px;
    background: #d0d0d0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

ul.departmentlist>li .check-staff:hover input~.checkmark {
    background-color: #ccc;
}

ul.departmentlist>li .check-staff input:checked~.checkmark {
    background-color: #11b5b4;
}

ul.departmentlist>li .check-staff .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

ul.departmentlist>li .check-staff input:checked~.checkmark:after {
    display: block;
}

ul.departmentlist>li .check-staff .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: transparent;
}

ul.serviceList>li:after,
ul.serviceList>li.active:after {
    display: none;
    padding-left: 0px;
}

ul.serviceList>li a {
    color: #11b5b4;
    padding-left: 0px;
}

ul.serviceList>li .services {
    width: 100%;
}

.notificationArea .notificationBox:hover {
    background-color: #dcdcdc;
}

ul.depservlist {
    width: 100%;
}

ul.depservlist li {
    border-top: 1px solid #d9d9d9;
    padding: 0 20px 0 30px;
    padding-right: 0px;
    position: relative;
}

ul.depservlist .AddList li,
ul.staffList .AddList li {
    display: flex;
    padding: 0;
}

ul.depservlist li a {
    color: #000;
    font-size: 14px;
}

ul.depservlist li a .duration,
ul.depservlist li a .price {
    color: #7b7b7b;
    font-size: 12px;
}

ul.depservlist li:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    color: #adacac;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 0px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.depservlist .EditList input[type="text"] {
    position: relative;
    width: 95%;
    height: 45px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 12px;
    border-bottom: 0;
    word-break: break-all;
    padding-right: 10px;
}

ul.depservlist .EditList button.btn {
    font-size: 11px;
    color: #fff;
    border-radius: 45px;
    padding: 3px 15px;
    background-color: #e2e2e2;
    margin: auto;
    margin-right: 0;
    height: 24px;
}

ul.depservlist .EditList li .StaffInput {
    width: 55%;
}

ul.depservlist .EditList li .staff-delete {
    width: 45%;
    display: flex;
}

ul.depservlist .EditList li .staff-delete .Date-heading {
    font-size: 10px;
    line-height: 2;
    font-weight: 600;
    margin-right: 0px;
    width: 24%;
}

ul.depservlist .EditList li .staff-delete .Date-txt {
    font-size: 10px;
    line-height: 2;
    width: 70%;
}

ul.depservlist .EditList li .staff-delete .available-status-date {
    margin-top: -10px;
    display: flex;
}

ul.depservlist .EditList li .staff-delete .available-status-text {
    line-height: 2;
    display: inline-block;
    margin-left: 10px;
}

ul.depservlist .EditList li .staff-delete .available-status-action {
    width: 20%;
    float: left;
    margin: auto;
}

ul.depservlist .EditList li .staff-delete .available-status-action input {
    line-height: 2;
    position: relative;
    top: 2px;
}

.available-status-action label {
    line-height: 3.4;
    margin: 0;
    font-size: 12px;
}

ul.list-group li.list-group-item {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .125);
    padding: .75rem 0;
    border-radius: 0;
}

ul.list-group li.list-group-item:nth-last-child(1) {
    border-bottom: 0;
}

ul.list-group li.list-group-item h1 {
    font-size: 20px;
}

ul.list-group li.list-group-item p {
    float: left;
    font-size: 14px;
    margin-bottom: 0;
}

.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch>label::before {
    background-color: #d2d2d2;
    border-radius: 24px;
    content: '';
    height: 22px;
    margin-top: -8px;
    position: absolute;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 18px;
    left: 3px;
    margin-top: -8px;
    position: absolute;
    top: 2px;
    transition: all 0.3s ease-in-out;
    width: 18px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    opacity: 1;
    background-color: #11b5b4;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: #fff;
    left: 19px;
}

.staff-action {
    display: flex;
    margin: auto;
    margin-right: 0;
}

ul.depservlist .EditList li .staff-delete .available-status-action {
    margin-right: 0;
}

.staff-action .material-switch {
    position: relative;
    top: -8px;
    right: 0;
}

ul.depservlist .EditList li:hover button.btn {
    color: #212529;
}

ul.depservlist .AddList li a.plus,
ul.staffList .AddList li a.plus {
    display: inline-block;
    font-size: 16px;
    color: #f17b6f;
    position: relative;
    padding: 0 60px;
    font-weight: 500;
    margin: 0px auto !important;
    text-decoration: none;
}

ul.depservlist .AddList li a.plus span,
ul.staffList .AddList li a.plus span {
    width: 20px;
    height: 20px;
    border: 1px solid #f17b6f;
    color: #f17b6f;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    font-weight: 700;
}

ul.depservlist .EditList li:after,
ul.depservlist .AddList li:after,
ul.depservlist .AddList li a.plus span:after {
    display: none;
}

.welcomeModal .modal-dialog {
    max-width: 360px;
}

.welcomeModal .modal-body {
    padding: 50px 30px;
}

.welcomeModal .image {
    margin-bottom: 20px;
}

.welcomeModal .congrates {
    font-size: 20px;
    font-weight: 500;
    color: #11b5b4;
    margin-bottom: 15px;
}

.welcomeModal .wlcm {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.welcomeModal .content {
    font-weight: 500;
    color: #7b7b7b;
    margin-bottom: 20px;
}

.imageUploader {
    border: 1px dashed #2cbdbc;
    border-radius: 5px;
    background-color: #ebf6f6;
    text-align: center;
    padding: 35px 0px;
    position: relative;
}

.imageUploader img {
    width: 249px;
    height: auto;
}

.imageUploader:hover {
    cursor: pointer;
}

.imageUploader input[type='file'] {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.imgbox {
    position: relative;
    height: 110px;
    background-color: #efefef;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.ui-sortable .ui-sortable-handle:nth-child(1):before {
    content: 'Profile Image';
    position: absolute;
    left: 20px;
    top: 25px;
    background-color: #f17b6f;
    z-index: 1;
    border-radius: 40px;
    font-size: 10px;
    padding: 5px;
    color: #fff;
    font-weight: 500;
}

.imgbox .cross {
    position: absolute;
    right: -7px;
    top: -7px;
}

.imgbox .cross:hover {
    opacity: 0.8;
}

.varificationFields {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}

input.rounded-input {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    text-align: center;
    font-size: 40px;
    border: 1px solid #c8c8c8;
    background-color: #eeeeee;
}

input.rounded-input:focus {
    outline: none;
}

.slectedDept {
    position: relative;
    width: 100%;
    height: 45px;
    background: transparent;
    border: none;
    outline: none;
    line-height: 45px;
    font-size: 14px;
    border-bottom: 1px solid #d9d9d9;
}

ul.serviceList>li a:hover,
ul.depservlist li a:hover {
    background-color: rgb(0 0 0 / 16%);
}

ul.serviceList>li li a:hover,
ul.depservlist li li a:hover {
    background-color: transparent;
}

.departmentModal .modal-dialog {
    max-width: 360px;
}

.departmentModal h5 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.marktingSlider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    outline: 0px;
    border: 2px solid #11b5b4;
    -moz-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.CancelModal.del .btn-secondary {
    font-size: 12px;
    line-height: 44px;
    padding: 0px;
    border-color: #cbcbcb;
    background-color: #cbcbcb;
    margin: 0;
}

.CancelModal.del .btn-primary {
    margin: 0;
    font-size: 12px;
    line-height: 44px;
    padding: 0px;
    border-color: #f17b6f;
    background-color: #f17b6f;
}

.marktingSlider .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #11b5b4;
}

.input-file-area {
    position: relative;
    height: 100px;
    background-color: #ebf6f6;
    border: 1px dashed #11b5b4;
    margin-bottom: 30px;
    border-radius: 10px;
}

.input-file-area input[type=file] {
    position: absolute;
    top: 0px;
    width: 100%;
    opacity: 0;
    height: 100%;
    left: 0px;
}

.input-file-area .previewer {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.input-file-area .previewer>img {
    max-width: 100px;
    max-height: 100px;
}

.mobileArea {
    /*box-shadow: 0px 0px 10px #eee;*/
    margin: 0 auto;
    width: 750px;
    /*box-shadow: 0 -5px 50px #efefef inset, 0, 0;*/
    position: relative;
    z-index: 5;
}

.mobileArea:after {
    content: "";
    box-shadow: 0px -10px 20px 3px #eee;
    position: absolute;
    bottom: 2px;
    z-index: 10;
    width: 100%;
}


/*     .mobileArea:before {
        font-size: xx-large;
        content: "";
        position: absolute;
        bottom: -15px;
        z-index: 11;
        background: #fff;
        width: 100%;
        height: 22px;
    }
 */

.mobileArea .mobile {
    margin: 0 auto;
    width: 275px;
    height: 345px;
    background-image: url(../../images/img-mobile-bg.png);
    background-position: top center;
    position: relative;
    z-index: 4;
    background-size: contain;
    box-shadow: 0px -3px 16px #efefef;
    border-top-right-radius: 58px;
    border-top-left-radius: 58px;
    background-color: #f0f3fc;
}


/* .owl-carousel .owl-stage-outer{
        padding: 44px 0px;
    }*/

.tableClick {
    padding: 44px 20px !important
}

.notificaitonMedia {
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.notificaitonMedia h5 {
    font-size: 20px;
    font-weight: 600;
}

.notificaitonMedia p {
    font-size: 13px;
    font-weight: 400;
    color: #747474;
}

.imageNotify {
    width: 40px;
    height: 40px;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #f0f0f0;
    border-radius: 100px;
}

.imageNotify img {
    position: absolute;
    max-width: 24px;
    max-height: 24px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notificaitonarea {
    border-radius: 10px;
    box-shadow: 0px 0px 5px #eee;
}

.mobile.inner .notificaitonarea {
    padding: 44px 20px;
}

.notificaitonarea .header {
    display: block;
    background-color: #f7f7f7;
    line-height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 9px 20px;
}

.notificaitonarea .header h5 {
    font-size: 15px;
}

.notificaitonarea .notifBody {
    background-color: #fff;
    padding: 10px 20px;
    min-height: 90px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.notificaitonarea .notifBody p {
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    margin: 0;
}

.mobileNotifSlider .owl-dots {
    position: absolute;
    bottom: -75px;
    z-index: 9999;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 15;
    width: 100%;
}


/*.mobileArea .mobile.inner {
    width: 491px;
    height: 629px;
    background-size: cover;
    background-repeat: no-repeat;
}*/

li.deplistitem {
    position: relative;
}

li.deplistitem select {
    width: 50px;
    height: 20px;
    z-index: 4;
    top: 50%;
    right: 0px;
    border-radius: 50px;
    line-height: 20px;
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    border: 0px;
    background: #f17b6f;
    color: #fff;
    padding: 0px 8px;
}

li.deplistitem select option {
    background: #fbfbfb;
    color: #333;
}

li.deplistitem select:disabled {
    background: #cbcbcb;
}

.selectGender {}

.selectGender .genderBox {
    display: block;
    border-radius: 100px;
    box-shadow: 0px 0px 50px #eee;
    margin-bottom: 15px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    position: relative;
    color: #000;
    text-decoration: none;
}

.selectGender .genderBox .image {
    position: absolute;
    right: 30px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.selectGender .genderBox .image img {
    width: 75%;
}

.selectGender .genderBox:after {
    content: "";
    left: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    background-color: #d0d0d0;
    border-radius: 50px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
}

.selectGender.active .genderBox:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    background-color: #11b2b1;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

.selectGender .genderBox .name {
    text-align: left !important;
    padding-left: 35px;
}

.trialArea {
    height: 100vh;
    margin-top: 0;
    position: relative;
    background-size: cover;
    background-image: url(../../images/img-trial-back.jpg);
    background-position: center center;
}

.trialArea:after {
    position: absolute;
    z-index: 3;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #11b5b4;
    background-image: linear-gradient(to right, #11b5b4, #004a4a);
    background-size: cover;
    top: 0;
    display: block;
    opacity: 0.7;
    left: 0;
    bottom: 0;
}

.trialArea:before {
    position: absolute;
    z-index: 4;
    content: "";
    background-image: url(../../images/img-trial-front.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: block;
    background-size: cover;
    display: block;
    bottom: 0;
    left: 0px;
}

.contentTrial {
    position: absolute;
    bottom: 110px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

.contentTrial h1 {
    font-size: 42px;
    font-weight: 700;
}

.contentTrial p {
    color: #7b7b7b;
    font-weight: 500;
    font-size: 20px;
}

.contentTrial .btn {
    padding: 10px 120px;
    margin-bottom: 30px;
}

.trialPage .topBar {
    position: absolute;
    width: 100%;
    top: 0px;
    background: transparent;
    z-index: 9;
}

.trialPage .footer-copyright {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
}

.timeAreaEdge {
    padding: 8px 0px;
    border-bottom: 1px solid #d9d9d9;
}

.timeAreaEdge .dayName {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 35px;
    display: flex;
    cursor: pointer;
}

.timeAreaEdge .dayName span.status {
    content: "";
    left: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: #d0d0d0;
    border-radius: 50px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
}

.timeAreaEdge .dayName span.status.active:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    background-color: #11b2b1;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    top: 0;
    position: absolute;
    border-radius: 100px;
}

.timeAreaEdge select {
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0px;
    background-color: #fff;
    border-radius: 100px;
    padding: 0px 30px;
    box-shadow: 0px 0px 50px #eee;
    margin-top: 15px;
    height: 35px;
    position: relative;
    background-image: url(../images/arrow-down-icon.png);
    background-repeat: no-repeat;
    background-position: 90% 56%;
    font-family: sans-serif;
    margin-top: 10px;
}

.timeAreaEdge select:hover,
li.deplistitem select:hover,
.imageUploader:hover {
    cursor: pointer;
}

.timeAreaEdge .dayName span.named {
    display: inline-block;
    width: 200px;
}

.timeAreaEdge .dayName span.closed {
    display: inline-block;
    color: #7b7b7b;
    font-weight: 500;
    margin: auto;
    margin-right: 0;
    font-size: 14px;
}

.timeAreaEdge .timeSelect {
    position: relative;
}

.timeAreaEdge .timeSelect i.fa {
    position: absolute;
    right: 30px;
    top: 50%;
    font-weight: 700;
    font-size: 18px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.notifcardTable {
    position: relative;
}

.notifcardTable:after {
    content: url(../../images/img-card-shashka.jpg);
    position: absolute;
    top: 50%;
    right: -130px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.divSlots {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px !important;
    display: block;
    font-size: 0;
    padding-top: 5px;
    overflow-y: auto;
    height: calc(325px - (100px + 20px));
}

.divSlots:hover {
    cursor: default
}

ul.dvNumberArea::-webkit-scrollbar,
.divSlots::-webkit-scrollbar {
    width: 10px;
}

ul.dvNumberArea::-webkit-scrollbar-track,
.divSlots::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

ul.dvNumberArea::-webkit-scrollbar-thumb,
.divSlots::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    background: #b9b9b9;
    border-radius: 10px;
}

ul.dvNumberArea::-webkit-scrollbar-thumb:hover,
.divSlots::-webkit-scrollbar-thumb:hover {
    background: #b9b9b9;
}

.divSlots a.slotItem {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 25%;
    padding-left: 5.5px;
    text-decoration: none;
    padding-right: 5.5px;
}

.divSlots a.slotItem span {
    display: block;
    background-color: #0faaa9;
    margin-bottom: 10px;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.divSlots a.slotItem:hover span {
    background-color: rgba(18, 142, 141, 0.96);
}

.divSlots a.slotItem.selected span,
.divSlots a.slotItem.disabled span {
    display: block;
    background-color: #b9b9b9 !important;
    margin-bottom: 10px;
    border-radius: 50px;
    padding: 10px;
    cursor: not-allowed;
    color: #f1f1f1;
    font-size: 14px;
    font-style: italic;
}

.departmentModal .modal-content {
    max-height: 600px;
    overflow-y: scroll;
}

.selectModel .departmentlist::-webkit-scrollbar,
.modal .modal-content::-webkit-scrollbar {
    width: 10px;
}

.selectModel .departmentlist::-webkit-scrollbar-track,
.modal .modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    /*box-shadow: inset 0 0 5px grey;*/
}

.selectModel .departmentlist::-webkit-scrollbar-thumb,
.modal .modal-content::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border-radius: 10px;
}

.selectModel .departmentlist::-webkit-scrollbar-thumb:hover,
.modal .modal-content::-webkit-scrollbar-thumb:hover {
    background: #b9b9b9;
}

.selectModel {
    position: relative;
    width: 100%;
}

.selectModel .departmentlist {
    position: absolute;
    top: -29px;
    left: 0px;
    max-height: 360px;
    overflow-y: scroll;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 10px #eee;
    padding: 0 20px 10px;
}

.confirmOrder .confirmServiceBox {
    padding: 25px 20px;
    /* box-shadow: none; */
    border-radius: 10px;
    margin-bottom: 0px;
}
.CancelModal .confirmOrder .confirmServiceBox {
    padding: 0;
    box-shadow: none;
}
.confirmOrder .confirmServiceBox .text-center.mb-4 {
    height: 60px;
    margin-top: -70px;
    margin-bottom: 0 !important;
}

.confirmOrder .confirmServiceBox .text-center.mb-4 img {
    width: 100%;
    max-width: 150px;
    height: 100%;
    object-fit: cover;
}
.modal-header .close{
    position: relative;
    z-index: 1;
}
.confirmOrder .confirmServiceBox .cinfo {
    position: relative;
}
.text-center.salon-heading {
    margin-top: -60px;
    margin-bottom: 43px;
}
.confirmOrder .confirmServiceBox .cinfo .caction {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
}

.confirmOrder .cmedia .imageNotify {
    width: 50px;
    height: 50px;
    margin-right: 15px !important;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #8f8f8f;
}

.confirmOrder .cmedia .imageNotify img {
    position: absolute;
    max-width: 30px;
    max-height: 30px;
}

.confirmOrder .cmedia h5 {
    font-size: 20px;
    font-weight: 500;
}

.confirmOrder .cmedia p {
    font-size: 14px;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 30px;
}

.confirmOrder .caction a {
    text-decoration: none;
    display: inline-block;
    background-color: #c4c4c4;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 15px;
    border-radius: 37px;
    margin-bottom: 9px;
}

.confirmOrder .caction a:hover {
    background-color: #f17b6f;
}

.confirmOrder .caction p {
    color: #11b5b4;
    margin: 0;
    font-size: 14px;
}

.notificationBox {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
}

.notificationBox:hover {
    text-decoration: none;
}

.confirmOrder .media.cmedia {
    border-bottom: 0;
}

.confirmOrder .cinfobox {
    padding: 15px 0px 10px;
    border-bottom: 1px solid #d9d9d9;
}

.confirmOrder .cinfobox-2 {
    padding: 15px 0px 0px;
}

.confirmOrder .cinfobox-2.cinfoprice {
    background-color: #f17b6f;
    padding: 6px 12px 6px;
    position: absolute;
    right: 0px;
    margin: 10px 0 0px 40px;
    width: 180px;
    text-align: center;
    justify-content: center;
}

.confirmOrder .cinfobox-2 input {
    width: 100%;
    border: 0;
    cursor: text;
    background: transparent;
    border-bottom: 1px solid #d9d9d9;
    color: #fff;
    font-weight:800;
}

.confirmOrder .cinfobox-2 input:focus {
    outline: none
}

.confirmOrder .cinfobox-2 .name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
}

.confirmOrder .cinfobox-2.cinfoprice .name,
.confirmOrder .cinfobox-2.cinfoprice .type {
    color: #fff;
    margin: auto 5px;
    font-weight: bold;
}

.confirmOrder .cinfobox-2.cinfoprice .name {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.confirmOrder .cinfobox .name {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.confirmOrder .cinfobox .type {
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 500;
    margin: auto;
    margin-left: 10px;
}

.confirmOrder .cinfobox-2 .type {
    font-size: 20px;
    color: #7b7b7b;
    font-weight: 500;
    margin: auto;
    margin-left: 10px;
}

.confirmOrder .confirmServiceBox .subtotal {
    box-shadow: 0px 0px 7px #eee;
    margin-left: -20px;
    margin-right: -20px;
    line-height: 46px;
    margin-top: 20px;
}

.confirmOrder .confirmServiceBox .subtotal .name {
    padding-left: 20px;
    color: rgba(35, 32, 32, 0.7);
    font-weight: 600;
    font-size: 20px;
}

.confirmOrder .confirmServiceBox .subtotal .value {
    padding-right: 20px;
    color: #f17b6f;
    font-weight: 600;
    font-size: 20px;
}

.confirmOrder .grandTotal {
    line-height: 40px;
    border-top: 1px dashed #d9d9d9;
    padding-top: 10px;
}

.confirmOrder .grandTotal .total {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f17b6f;
}

.confirmOrder .grandTotal .price {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f17b6f;
}

.confirmModal .modal-dialog {
    max-width: 360px;
}

.confirmModal h5 {
    text-align: center;
    font-size: 22px;
    color: #010101;
    margin-top: 20px;
    font-weight: 600;
}

.confirmModal .modal-body p {
    color: #7b7b7b;
    width: 210px;
    margin: 0 auto !important;
}

.confirmModal .modal-body {
    padding: 5px 1rem;
}

.confirmModal .btn-secondary {
    font-size: 12px;
    line-height: 44px;
    padding: 0px;
    border-color: #f17b6f;
    background-color: #f17b6f;
    margin: 0;
}

.confirmModal .btn-primary {
    margin: 0;
    font-size: 12px;
    line-height: 44px;
    padding: 0px;
    border-color: #cbcbcb;
    background-color: #cbcbcb;
}
.powered-by{
    padding:10px 0 0
}
.powered-by .type{
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 500;
    margin: auto;
    margin-right: 10px;
}
.powered-by .br-logo {
    width: 80px;
    height: 50px;
}
.powered-by .br-logo img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*********Dashboard**********/

#sidebar {
    min-width: 270px;
    max-width: 270px;
    background: #3e64ff;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar ul.components {
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#sidebar ul li {
    font-size: 16px;
}

#sidebar ul li a {
    padding: 10px 30px;
    display: block;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#sidebar ul li.active>a {
    background: 0 0;
    color: #fff;
}

#sidebar ul li a:hover {
    color: #fff;
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/*.nav-pills .nav-item:hover,.nav-treeview .nav-item:hover{background:rgba(0,0,0,0.1); !Important}*/

.fromto {
    font-size: 14px;
    color: #080808;
    max-width: 480px;
    font-weight: 800;
    margin: 0 auto;
}

.dvNumberArea li:hover,
.nav-pills .nav-item:hover,
.nav-treeview .nav-item:hover {
    background: rgb(0 0 0 / 16%) !Important;
}

.depservlist li:hover {
    background: rgb(0 0 0 / 16%) !important;
}

.imageUploader,
.deplistitem,
.select,
.ddlselectModel,
select {
    cursor: pointer;
}

.nttitle {
    font-weight: 600
}

ul.staffList {}

ul.staffList li {
    position: relative;
    padding-left: 0px;
    line-height: 50px;
    border-bottom: 1px solid #d9d9d9;
    padding-right: 0px;
    position: relative;
    padding: 0 0px 0 30px;
}

ul.staffList li .StaffInput {
    width: 40%;
}

ul.staffList li .StaffInput:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2bd";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    margin-left: -28px;
    font-weight: 900;
    color: #dad9d9;
    font-size: 1.3em;
}

ul.staffList li input[type="text"] {
    position: relative;
    width: 95%;
    height: 45px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 12px;
    border-bottom: 0;
    word-break: break-all;
    padding-right: 10px;
    font-weight: 500;
    font-size: 16px;
}

ul.staffList li .staff-action {
    display: flex;
}

ul.staffList li .available-status-action {}

ul.staffList li button.btn {
    font-size: 11px;
    color: #fff;
    border-radius: 45px;
    padding: 3px 15px;
    background-color: #e2e2e2;
    margin: auto 0;
    margin-right: 0;
    height: 24px;
}

ul.staffList li:hover button.btn {
    color: #212529;
}

ul.staffList li .staff-delete {
    width: 60%;
}

ul.staffList li .staff-delete .Date-heading {
    font-size: 10px;
    line-height: 2;
    font-weight: 600;
    margin-right: 0px;
    width: 24%;
}

ul.staffList li .staff-delete .Date-txt {
    font-size: 10px;
    line-height: 2;
    /* width: 70%; */
}

ul.staffList li .staff-delete .available-status-date {
    margin-top: -10px;
    display: flex;
    justify-content: flex-end;
    margin-right: 86px;
}

ul.staffList li .staff-delete .available-status-text {
    line-height: 2;
    display: inline-block;
    margin-left: 10px;
}

ul.staffList li .staff-delete .available-status-action {
    width: auto;
    float: left;
    margin-left: auto;
    margin-right: 5px;
}

ul.staffList li .staff-delete .available-status-action input {
    line-height: 2;
    position: relative;
    top: 2px;
}

.available-status-action label {
    line-height: 3.4;
    margin: 0;
    font-size: 12px;
}

.modal-header .close:focus {
    outline: none;
}

.subscription{
    padding: 60px 0 100px;
}
.subscription h1{
    color: #11b5b4;
    font-size: 46px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.subscription h2{
    font-size: 26px;
    color: #010101;
    font-weight: bold;
    margin-bottom: 30px;
}
.subscription h4{}
.subscription h6{
    color: #f17b6f;
    text-align: center;
    font-weight: 600;
}
.subscription p{
    color: #999999;
    text-align: center;
}
.subscription input.btn{
    font-size: 14px;
    max-width: max-content;
    margin: 0 auto 20px;
}
.subscription .help-area{
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
}
.subscription .help-area h6{}
.subscription .help-area p{}
.subscription .billing-info{
    padding: 60px 10% 0;
}
.subscription .billing-info .inputBox{
    margin: 0 0 10px;
}
.subscription .billing-info a{
    color: #f17b6f;
    font-size: 12px;
    float: right;
}
.price-plan-modal{}
.price-plan-wrapper{}
.price-plan-wrapper table{
    width: 100%;
}
.price-plan-wrapper table thead{}
.price-plan-wrapper table thead th{}
.price-plan-wrapper table thead th:nth-child(2){
    background-color: #045f5b;
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
}
.price-plan-wrapper table thead th:nth-child(2) h4{
    font-size: 18px;
    text-transform: uppercase;
}
.price-plan-wrapper table thead th:nth-child(2) h1{
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
.price-plan-wrapper table thead th:nth-child(2) h1 span{
    font-size: 14px;
}
.price-plan-wrapper table tbody{}
.price-plan-wrapper table tbody tr{}
.price-plan-wrapper table tbody tr:nth-child(even){
    background-color: #f0fafa;
}
.price-plan-wrapper table tbody tr td{
    font-size: 14px;
    color: #080808;
    padding: 10px;
    font-weight: 600;
    width: 50%;
}
.price-plan-wrapper table tbody tr td:nth-child(2){
    text-align: center;
    font-size: 14px;
    color: #62e889;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.price-plan-wrapper input.btn{
    min-width: 160px;
    font-size: 14px;
    margin: 15px 7% 15px auto;
    float: right;
}
.sticky-footer{
    background-color: #ffefed;
    position: fixed;
    bottom: 0;
    left: 250px;
    right: 0;
    padding: 10px;
    text-align: center;
    transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
}
.sidebar-collapse .sticky-footer{
    left: 5rem;
}
.sticky-footer p{
    font-size: 14px;
    color: #010101;
    margin: 0;
    transition: .4s all;
    transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
}