/* ------------------------------------------ */

/*         General & Basic Styles
/* ------------------------------------------ */

body,
html {
    height: 100%;
}

body {
    font-family: "Tajawal", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.center-block {
    float: none;
}

.ui-selectmenu-text,
.ui-menu .ui-menu-item-wrapper {
    font-family: "Tajawal", sans-serif;
}

ul {
    margin-bottom: 0;
    padding-right: 0;
    list-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn {
    outline: 0 !important;
}

.background-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

input,
textarea,
button,
select {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.Owl {
    direction: ltr;
}

.movePge {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.movePge .number {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.movePge .number li a {
    width: 30px;
    display: block;
    height: 30px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    color: #7e7e7e;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    transition: 0.3s;
}

.movePge .number li a:hover,
.movePge .number li.active a {
    color: #fff;
    background-color: #9ccfa9;
    border-color: #9ccfa9;
}

.movePge i {
    font-size: 20px;
    font-weight: 800;
    color: #7a7a7a;
    background-color: #f1f1f1;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.LoginNow {
    width: 100%;
    background-color: #504d9a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 25px;
    text-align: center;
    display: block;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border: none;
}

.deleteBtn {
    width: 100%;
    background-color: #504d9a;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 20px;
    text-align: center;
    display: block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border: none;
}

.tab2 {
    display: none;
}

.tab11.tab.blogger.doctor {
    display: block;
}

/* start header */

.header {
    background-color: #fff;
    width: 100%;
}

.header .topMnue {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.header .topMnue .flexlink {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header .topMnue .flexlink .logoEn {
    color: #4f4f9a;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.header .topMnue .flexlink .logoAr {
    color: #4f4f9a;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.header .topMnue .btnMnue {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.header .topMnue .btnMnue .relativeLi {
    position: relative;
}

.header .topMnue .btnMnue .relativeLi .dropMnue {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    z-index: 888;
    width: 160px;
    border-radius: 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.header .topMnue .btnMnue .relativeLi .login:hover ~ .dropMnue,
.header .topMnue .btnMnue .relativeLi:hover .dropMnue {
    opacity: 1;
    visibility: visible;
}

.header .topMnue .btnMnue .relativeLi .dropMnue li:first-of-type {
    border-bottom: 1px solid #eee;
}

.header .topMnue .btnMnue .relativeLi .dropMnue li a {
    display: block;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.header .topMnue img {
    display: flex;
    align-items: center;
}

.header .topMnue .login {
    background-color: #fff;
    border: 2px solid #efefef;
    width: 160px;
    height: 40px;
    line-height: 35px;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    transition: 0.3s;
    display: block;
}

.header .topMnue .login:hover,
.header .topMnue .relativeLi:hover .login {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

.header .topMnue img {
    display: flex;
    align-items: center;
}

.header .topMnue .login {
    background-color: #fff;
    border: 2px solid #efefef;
    width: 160px;
    height: 40px;
    display: block;
    line-height: 35px;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    transition: 0.3s;
}

.header .topMnue .login_doctor {
    margin-right: 30px;
    font-size: 13px !important;
    background-color: #fff;
    border: 2px solid #efefef;
    width: 160px;
    height: 40px;
    line-height: 35px;
    border-radius: 20px;
    color: #000;
    font-weight: 700;
    text-align: center;
    transition: 0.3s;
}

.header .topMnue .login:first-of-type {
    margin-left: 25px;
}

.header .downMnue {
    background-color: #f9f9f9;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99;
    transition: 0.3s;
    height: 50px;
}

.header .downMnue .downLinks {
    display: flex;
    align-items: center;
}

.header .downMnue .downLinks li {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    padding: 0 7.5px;
}

/* .header .downMnue .downLinks li:last-of-type:hover {
    background-color: #9CCFA9;
    color: #fff;
} */

.header .downMnue .downLinks li a:hover,
.header .downMnue .downLinks li:hover a {
    color: #fff;
    background-color: #9ccfa9;
}

.header .downMnue .downLinks li:hover .dropMnue a {
    background-color: #fff;
    color: #000;
}

.header .downMnue .downLinks li:last-of-type {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
}

.header .downMnue .downLinks li a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    position: relative;
    padding: 15px;
}

.header .downMnue .row {
    margin: 0 -30px;
}

.header .downMnue .downLinks li .dropMnue {
    width: 160px;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    padding: 15px 0;
}

.header .downMnue .downLinks li .dropMnue li a:hover {
    background: #fff;
}

.header .downMnue .downLinks li .dropMnue a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 0;
    width: 100%;
}

.header .downMnue .downLinks li .dropMnue li {
    padding: 0;
    display: block;
}

.header .downMnue .downLinks li .dropMnue a:hover {
    color: #000;
}

.header .downMnue li .dropMnue:hover,
.header .downMnue li a:hover ~ .dropMnue {
    opacity: 1;
    visibility: visible;
}

.height {
    height: 50px;
}

.circle {
    width: 46px;
    height: 46px;
    background-color: #efefef;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    float: right;
    padding: 13px 14px;
    margin-left: 15px;
}

.header .person {
    float: right;
    margin-left: 15px;
    border-radius: 50%;
}

.header .btnName {
    color: #000;
    display: flex;
    cursor: pointer;
}

.header .btnMnue .nameperson li:first-of-type {
    font-size: 16px;
    color: #000;
}

.header .btnMnue .nameperson li:last-of-type {
    font-size: 16px;
    font-weight: 700;
}

.header .btnMnue .nameperson1 li:first-of-type {
    font-size: 16px;
    color: #000;
}

.header .btnMnue .nameperson1 li:last-of-type {
    font-size: 16px;
    font-weight: 700;
}

.header .btnMnue .iconAngle {
    font-size: 17px;
    color: #000;
    margin-right: 30px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 50%;
    margin-top: 7px;
    padding-left: 1px;
}

.header .btnMnue {
    position: relative;
}

.header .btnMnue .info {
    position: absolute;
    right: calc(100% - 85px);
    width: 170px;
    height: 100px;
    z-index: 999;
    top: 100%;
    background-color: #fff;
    padding: 20px 10px;
    display: none;
}

.header .btnMnue .info li a {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.header .notification {
    display: block;
    float: left;
    margin-top: 15px;
    position: relative;
    cursor: pointer;
}

.header .notification .number2 {
    position: absolute;
    right: -11px;
    top: -5px;
    background-color: #e53838;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.downMnue.fixedMiue .comente {
    display: none;
}

/* mnue mobil */

.openMenuMobile {
    width: 25px;
    height: 25px;
    position: absolute;
    left: calc(50% - 20px);
    top: 13px;
    border: none;
    background: none;
    display: none;
    outline: none !important;
    z-index: 1001;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header.headerFixed .openMenuMobile {
    top: 30px;
}

.openMenuMobile .line {
    width: 2px;
    position: absolute;
    background-color: #504e9a;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header.headerFixed .openMenuMobile .line {
    background-color: #000;
}

.openMenuMobile .line:nth-of-type(1) {
    height: 100%;
    left: 0;
    bottom: 0;
}

.openMenuMobile .line:nth-of-type(2) {
    height: 50%;
    left: calc(50% - 1px);
    bottom: 0;
}

.openMenuMobile .line:nth-of-type(3) {
    height: 100%;
    right: 0;
    left: auto;
    bottom: 0;
}

.multi_select {
    width: 100%;
    background-color: #fbfbfb;
    border: none;
    padding: 0 1em 0 0;
    background: none;
    height: auto;
    padding: 0;
    margin: 0;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
}

.multi_select .multi_option {
    font-weight: bold;
}

.openMenuMobile.active .line:nth-of-type(1) {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 100%;
    left: calc(50% - 1px);
}

.openMenuMobile.active .line:nth-of-type(2) {
    bottom: calc(100% + 7px);
    height: 0%;
}

.openMenuMobile.active .line:nth-of-type(3) {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 100%;
    right: calc(50% - 1px);
}

.header.headerFixed .openMenuMobile .circle:before {
    border-color: #000;
}

.openMenuMobile.active .circle {
    height: 45px;
}

.transformPage {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.transformPage.active {
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
}

.menuMobile {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    left: 0;
    top: 0;
    display: none;
}

.menuMobile .BgClose {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
}

.menuMobile .menuContent {
    width: 320px;
    max-width: 100%;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: auto;
    z-index: 100;
    right: -320px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuMobile .menuContent.active {
    right: 0;
}

.menuMobile .headMenu {
    padding: 25px 0 20px 15px;
    background-color: #fff;
}

.menuMobile .menuContent .changeLang {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    float: right;
}

.menuMobile .menuContent .closeX {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 16px;
    color: #504d9a;
    border: 2px solid #504d9a;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    text-transform: uppercase;
    font-style: normal;
}

.menuMobile .menuContent .closeX i {
    font-size: 20px;
    float: left;
}

.menuMobile .menuContent .closeX:hover {
    opacity: 1;
}

.menuMobile .menuContent .logoMenu {
    display: block;
    margin: 0 auto;
    width: 180px;
}

.menuMobile .menuContent .logoMenu img {
    max-width: 100%;
}

.menuMobile .menuContent .menuRes li a {
    color: #000;
    height: 55px;
    display: block;
    padding: 0 15px;
    line-height: 55px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}

.menuMobile .menuContent .menuRes li a i {
    width: 30px;
    float: right;
    margin-left: 15px;
    text-align: center;
    color: #5db5c9;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuMobile .menuContent .menuFooter {
    text-align: center;
    padding: 30px 20px;
}

.menuMobile .menuContent .menuFooter a {
    width: 180px;
    height: 50px;
    border-radius: 50px;
    background-color: #504d9a;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    border: none;
    display: inline-block;
    line-height: 50px;
    margin: 0 auto;
    box-shadow: 0 9px 22px 3px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
}

/* ------------------------------------------------- */

/* start landingImg */

/* ------------------------------------------------ */

.landingImg {
    /* background-image: url(../images/front-view-children-playing-together-kindergarten.png); */
    min-height: 100vh;
    position: relative;
    width: 100%;
    background-size: cover;
}

.landingImg .overLay {
    background-color: #000;
    opacity: 0.53;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 4;
}

.landingImg .searchNaw {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 88;
}

.landingImg .pragraph {
    margin-left: 45px;
}

.landingImg .title {
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.landingImg .dicription {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.landingImg .search {
    width: 390px;
    background-color: #fff;
    max-width: 100%;
    margin-top: 125px;
    padding: 40px;
    margin-bottom: 137px;
}

.landingImg .search .titleSearch {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.landingImg .search .selectbox {
    margin-bottom: 15px;
}

.landingImg .search label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 7px;
}

.landingImg .ui-selectmenu-button.ui-button {
    border: none;
    text-align: right;
    width: 100%;
    background-color: #f9f9f9;
    padding: 15px;
}

.landingImg .btnStyle {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #504d9a;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    line-height: 43px;
    border: none;
    margin-top: 5px;
    cursor: pointer;
}

.landingImg .btnStyle img {
    width: 14px;
    margin-left: 5px;
}

.landingImg svg {
    margin: -5px 0px -4px 4px;
}

.invite-user {
    background-color: #f6f6f6;
}

.invite-user .col-md-9 {
    float: none;
    margin: 0 auto;
}

.invite-user .mainSction {
    background-color: #fff;
    padding: 50px 0px;
}

.invite-user .headSction .titleName {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.invite-user .list {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    justify-content: center;
    gap: 30px;
}

.invite-user .list img {
    margin-left: 10px;
}

.invite-user .accordions {
    padding: 0 30px;
}

.invite-user .form label {
    display: block;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 10px;
    font-weight: 500;
}

.invite-user .form input {
    width: 100%;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
    padding: 0 15px;
    margin-bottom: 30px;
}

.invite-user .form input:not(:last-of-type) {
    margin-bottom: 30px;
}

.invite-user .form input {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.paddingBox {
    padding: 0 60px;
}

.invite-user .title {
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0 30px;
}

.ui-button .ui-icon {
    display: none;
}

.landingImg .ui-selectmenu-text {
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
    color: #707884;
}

.landingImg .selectbox {
    position: relative;
}

.landingImg .selectbox i {
    position: absolute;
    left: 20px;
    top: 42px;
    font-size: 20px;
    color: #707884;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #707884;
    background: #707884;
}

.worldChild {
    padding-top: 80px;
}

.worldChild .flexBox {
    display: flex;
}

.worldChild .flexBox .imgOverlay {
    position: relative;
    overflow: hidden;
    width: 50%;
}

.worldChild .flexBox .imgOverlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.worldChild .flexBox .imgOverlay img {
    width: 100%;
    height: 100%;
}

.worldChild .flexBox .aboutChild {
    background-color: #3d3a95;
    padding: 60px 50px;
    width: 50%;
}

.worldChild .flexBox .aboutChild .title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.worldChild .flexBox .aboutChild .pragrph {
    max-width: 500px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
}

.worldChild .flexBox .aboutChild .btn {
    display: block;
    width: 190px;
    height: 50px;
    background-color: #9ccfa9;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 24px;
    margin-top: 30px;
}

.ourService {
    padding-top: 70px;
    padding-bottom: 60px;
}

.ourService .titleServ {
    margin-bottom: 55px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.ourService .box {
    display: block;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
}

.ourService .box:hover {
    background-color: #9ccfa9;
}

.ourService .box .imgBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.ourService .box .imgBox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
    background: linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
    z-index: 6;
}

.ourService .box .imgBox img {
    width: 100%;
    height: 100%;
}

.ourService .box .title {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 0;
}

.centerSpecialists {
    background-color: #f4f8f5;
    padding: 55px 0 70px;
}

.centerSpecialists .title {
    color: #000;
    text-align: center;
    margin-bottom: 55px;
    font-size: 30px;
    font-weight: 700;
}

.centerSpecialists .event {
    padding: 30px 60px 35px;
    background-color: #fff;
    text-align: center;
}

.centerSpecialists .event .cercle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    clip-path: circle(50px at 50% 50%);
    border: 2px solid #9ccfa9;
    margin: auto;
    margin-bottom: 10px;
    transition: 0.3s;
}

.centerSpecialists .event:hover .cercle {
    background-color: #9ccfa9;
}

.centerSpecialists .event .cercle img {
    margin-top: auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 3px;
}

.centerSpecialists .event:hover .headImg {
    filter: brightness(0) invert(1);
}

.centerSpecialists .event .headImg {
    width: 44px;
    height: 44px;
    display: block;
    margin: auto;
    line-height: 90px;
    margin-top: 15px;
}

.centerSpecialists .event .nameCotch {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.centerSpecialists .event .rot {
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
}

.centerSpecialists .event .rot img {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-left: 5px;
}

.centerSpecialists .event .rot .number {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin-left: 3px;
}

.centerSpecialists .event .rot .dicripton {
    font-size: 13px;
    font-weight: 400;
    color: #9e9e9e;
    margin-top: 3px;
}

.centerSpecialists .event button {
    width: 135px;
    height: 37px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    background: none;
    border: none;
    transition: 0.3s;
    display: block;
    margin: 0 auto;
}

.centerSpecialists .event .Request {
    border: 2px solid #9ccfa9;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    margin-bottom: 15px;
}

.centerSpecialists .event .Request:hover {
    color: #fff;
    background-color: #9ccfa9;
}

.centerSpecialists .event .send {
    background-color: #9ccfa9;
    color: #fff;
}

.centerSpecialists .event .send:hover {
    background-color: #504d9a;
}

.centerSpecialists .owl-theme .owl-dots {
    display: none;
}

.centerSpecialists .fa-angle-right,
.centerSpecialists .fa-angle-left {
    height: 30px;
    width: 30px;
    top: calc(50% - 30px);
    position: absolute;
    right: -50px;
    font-size: 25px;
    line-height: 30px;
    background: #fff;
}

.centerSpecialists .fa-angle-left {
    right: auto;
    left: -50px;
}

.centerSpecialists .fa-angle-left:hover,
.centerSpecialists .fa-angle-right:hover {
    color: #000;
}

.reseved {
    padding: 60px 0 55px;
    background-color: #fcfcfc;
    text-align: center;
}

.reseved .titlehead {
    color: #000;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
}

.reseved .col-md-offset-1 {
    margin-right: 6.333333%;
}

.reseved .number {
    font-size: 14px;
    font-weight: 500;
    background-color: #e6efe8;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin: auto;
    margin-bottom: 10px;
}

.reseved .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

.reseved .card {
    background-color: #fff;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    padding: 20px;
    height: 310px;
    max-width: 260px;
    margin: 0 auto 20px;
}

.reseved .card .choose li {
    border: 1px solid #f1f1f1;
    position: relative;
    display: block;
    margin-bottom: 15px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.reseved .card .choose li:hover {
    background-color: #9ccfa9;
    color: #fff;
    width: 255px;
}

.reseved .card .choose li i {
    float: right;
    margin-right: 12px;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #b0dfbd;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: none;
    margin-top: 13px;
}

.reseved .card .choose li:hover i {
    opacity: 1;
    visibility: visible;
    display: block;
}

.reseved .card .titleCard {
    width: 100%;
    height: 45px;
    background-color: #9ccfa9;
    color: #fff;
    line-height: 45px;
    font-size: 15px;
    font-family: 500;
    border-radius: 27px;
    margin-bottom: 20px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    position: relative;
}

.reseved .card .titleCard i {
    position: absolute;
    margin-right: 12px;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #b0dfbd;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    right: 0;
    top: calc(50% - 13px);
}

.reseved .card .cercle {
    clip-path: circle(50% at 50% 50%);
    background-color: #e6efe8;
    width: 85px;
    height: 85px;
    margin: 0 auto 10px;
}

.reseved .card .cercle img {
    /* margin-top: 20px; */
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.reseved .card .rot {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.reseved .card .rot .number1 {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin-left: 3px;
}

.reseved .card .rot .dicripton {
    font-size: 13px;
    font-weight: 400;
    color: #9e9e9e;
    margin-top: 3px;
}

.reseved .card .rot img {
    margin-left: 5px;
}

.reseved .card .order {
    width: 137px;
    height: 37px;
    background-color: #9ccfa9;
    color: #fff;
    border-radius: 20px;
    line-height: 37px;
    font-size: 14px;
    font-weight: 500;
    margin: 20px auto 0;
}

.reseved .card .titleName {
    color: #000;
    margin: 20px 0 25px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.reseved .card .flexBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reseved .card .flexBox .owlDate {
    border-radius: 5px;
    text-align: center;
    background-color: #eef9f1;
    width: 80px;
    padding: 10px 0 0;
    overflow: hidden;
}

.reseved .card .flexBox .owlDate:first-of-type {
    margin-left: 25px;
    margin-right: 15px;
}

.reseved .card .flexBox .owlDate:last-of-type {
    margin-left: 15px;
}

.reseved .card .flexBox .owlDate .boxDate .dateDay {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.reseved .card .flexBox .owlDate .boxDate .dataNumber {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.reseved .card .flexBox .owlDate .boxDate .time {
    color: #fff;
    font-weight: 700;
    background-color: #9ccfa9;
    padding: 10px;
}

.reseved .card .flexBox i {
    color: #707070;
    font-weight: 700;
}

.abutUs {
    padding: 65px 0 70px;
    background-color: #fff;
}

.abutUs .title {
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
}

.abutUs img {
    width: 100%;
}

.abutUs .boxOwl {
    background-color: #f8f8f8;
}

.abutUs .boxOwl .box {
    padding: 25px 25px 30px 25px;
}

.abutUs .boxOwl .box .titleOwl {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 11px;
}

.abutUs .boxOwl .box .pragraph {
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.abutUs .boxOwl .box .time {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
}

.abutUs .owl-theme .owl-dots {
    display: none;
}

.abutUs .fa-angle-right,
.abutUs .fa-angle-left {
    height: 32px;
    width: 25px;
    top: calc(50% - 30px);
    position: absolute;
    right: -40px;
    font-size: 25px;
    background: #fff;
    color: #504d9a;
    border: 1px solid #504d9a;
    line-height: 30px;
    transition: 0.3s;
}

.abutUs .fa-angle-left {
    right: auto;
    left: -40px;
}

.abutUs .fa-angle-right:hover,
.abutUs .fa-angle-left:hover {
    color: #fff;
    background-color: #9ccfa9;
    border-color: #9ccfa9;
}

/* start footer */

.footer {
    background-color: #0c1227;
    padding-top: 95px;
}

.footer .titleLink {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer .linksFooter li a {
    color: #9f9f9f;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 500;
}

.footer .boxCall {
    display: flex;
    position: relative;
    padding-right: 25px;
}

.footer .boxCall img {
    position: absolute;
    right: 0;
    top: 0;
}

.footer .boxCall .flex {
    margin-bottom: 20px;
}

.footer .boxCall .titleInfo,
.footer .boxCall .call {
    color: #9f9f9f;
    font-size: 13px;
    margin-bottom: 15px;
}

.footer .boxCall a.call {
    direction: ltr;
    display: inline-block;
    margin-bottom: 0;
}

.footer .label1 {
    font-size: 13px;
    font-weight: 500;
    color: #717171;
    margin-bottom: 15px;
}

.footer .inbut {
    width: 100%;
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
}

.footer .inbut input::placeholder {
    color: #717171;
    font-size: 13px;
    font-weight: 500;
}

.footer .inbut input {
    background: none;
    border: none;
    width: 100%;
    height: 45px;
    padding: 0 15px 5px 40px;
}

.footer .inbut img {
    position: absolute;
    left: 15px;
    top: 15px;
}

.footer .btn {
    width: 100%;
    height: 50px;
    background-color: #504e9a;
    color: #fff;
    font-size: 14px;
    border: none;
    font-weight: 500;
    line-height: 37px;
}

.footer .downFooter {
    background-color: #0a1023;
    padding: 25px 0;
}

.footer .downFooter .copyRighr {
    color: #717171;
}

.footer .downFooter .company {
    display: block;
    max-width: 200px;
    width: 200px;
}

.footer .downFooter .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .downFooter .container {
    display: flex;
    align-items: center;
}

.footer .downFooter .sochial {
    float: left;
    display: flex;
    gap: 10px;
    margin-right: 25px;
}

.footer .downFooter .sochial li a {
    color: #4c596a;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #283548;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}

.footer .downFooter .sochial li a i {
    line-height: 25px;
}

.footer .boxPadding {
    padding-bottom: 55px;
}

.footer .whatsAap {
    background-color: #2aa81a;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    border-radius: 50px;
    transition: all 0.3s;
}

.footer .whatsAap a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    width: 145px;
    height: 45px;
    display: block;
    padding: 0 15px;
}

.footer .whatsAap a i {
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #3fc22e;
    margin-left: 12px;
    line-height: 32px;
    font-size: 18px;
    margin-top: 6px;
    float: right;
}

/* --------------------------------------- */

/* start speciailist */

/* ----------------------------------------- */

.Breadcrumb {
    background-image: url(../images/hands-holding-jigsaw-puzzle-heart-shape-world-autism-awareness-day.png);
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    z-index: 1;
}

.Breadcrumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #100e31;
    opacity: 0.66;
}

.Breadcrumb .titleServs {
    position: relative;
    z-index: 22;
    color: #fff;
    text-align: center;
    margin-top: 135px;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 500;
}

.Breadcrumb .list-unstyled {
    position: relative;
    z-index: 22;
    display: flex;
    justify-content: center;
}

.Breadcrumb .list-unstyled li a {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.Breadcrumb .list-unstyled li {
    position: relative;
}

.Breadcrumb .list-unstyled li:not(:last-of-type)::before {
    content: "/";
    position: absolute;
    left: 5px;
    top: 0;
    color: #fff;
}

.Breadcrumb .list-unstyled li:not(:last-of-type) {
    padding-left: 15px;
}

.ourService.sevess {
    padding: 60px 0 107px;
}

.ourService.sevess .helpMe {
    bottom: 5px;
    right: calc(50% - 75px);
    position: absolute;
    color: #000;
    width: 150px;
    height: 38px;
    border-radius: 20px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: block;
    background-color: #fff;
    z-index: 34;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.ourService.sevess .desc {
    top: 0;
    right: 0;
    position: absolute;
    color: #fff;
    background-color: #9ccfa9;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    text-align: justify;
    z-index: 33;
    transition: 0.3s;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
}

.ourService.sevess .box:hover .helpMe,
.ourService.sevess .box:hover .desc {
    opacity: 1;
    visibility: visible;
}

/* ---------------------------------------------------- */

/*  start CenterActivities  */

/* /--------------------------------------------------- */

.CenterActivities {
    padding: 60px 0 90px;
}

.CenterActivities .box {
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

.CenterActivities .box .boximg {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 520px;
    overflow: hidden;
}

.CenterActivities .box .boximg img {
    width: 100%;
    height: 100%;
}

.CenterActivities .box .boximg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
    background: linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
    z-index: 5;
}

.CenterActivities .box .boximg .img {
    width: 100%;
}

.CenterActivities .box .boximg .date {
    position: absolute;
    z-index: 55;
    bottom: 25px;
    right: 35px;
    color: #000;
    text-align: center;
    width: 72px;
    height: 72px;
    background-color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding-top: 8px;
}

.CenterActivities .box .boximg .month {
    font-size: 14px;
    display: block;
}

.CenterActivities .box .discription {
    padding: 25px 30px 30px;
}

.CenterActivities .box .discription .title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.CenterActivities .box .discription .pragraph {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 33px;
}

.CenterActivities .box .discription .readMore {
    display: block;
    width: 100px;
    height: 40px;
    color: #fff;
    background-color: #9ccfa9;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    transition: 0.3s;
}

.CenterActivities .box .discription .readMore:hover {
    background-color: #504d9a;
}

/* ------------------------------- */

/* start  callUs*/

/* ------------------------------ */

.callUs {
    background: #f8f8f8;
    padding: 70px 0 90px;
}

.callUs .container {
    width: 900px;
}

.callUs .col-md-offset-2 {
    margin-right: 12.666667%;
}

.callUs .title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.callUs input {
    width: 100%;
    height: 55px;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: 0.3s;
}

.callUs input:focus,
.callUs textarea:focus {
    border: 2px solid #504d9a;
}

.callUs input::placeholder,
.callUs textarea::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.callUs textarea {
    width: 100%;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: 0.3s;
    padding: 20px;
    height: 105px;
    resize: none;
    margin-bottom: 35px;
}

.callUs .sent {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #504d9a;
    border-radius: 100px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.callUs .infoCall {
    background-color: #fff;
    margin-top: 30px;
    padding: 35px 0 65px;
    overflow: hidden;
    position: relative;
}

.callUs .infoCall .imgSend {
    position: absolute;
    top: 37px;
    left: 48px;
}

.callUs .infoCall .titleInfo {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
}

.callUs .infoCall .flex-box {
    text-align: right;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.callUs .infoCall .flex-box .flex {
    display: flex;
    gap: 20px;
}

.callUs .infoCall .flex-box .flex .info li,
.callUs .infoCall .flex-box .flex .info li a {
    display: block;
    margin-bottom: 5px;
    color: #000;
}

.callUs .infoCall .flex-box .flex .info li:first-of-type {
    font-size: 14px;
    font-weight: 700;
}

.callUs .infoCall .flex-box .flex .info li:last-of-type {
    font-size: 20px;
    font-weight: 400;
}

.map {
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 420px;
    margin-bottom: -5px;
}

/* -------------------------------- */

/* start jop */

/* ---------------------------- */

.callUs.jop .butnStyl {
    position: relative;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: 0.3s;
    padding: 20px;
    height: 55px;
    resize: none;
    margin-bottom: 20px;
    background-color: #fff;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
}

.callUs.jop .butnStyl:hover {
    border: 2px solid #504d9a;
}

.callUs.jop .butnStyl input {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    opacity: 0;
    cursor: pointer;
}

.callUs.jop .butnStyl .dwenlod {
    position: absolute;
    right: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    top: 15px;
    cursor: pointer;
}

.callUs.jop .butnStyl img {
    float: left;
    margin-top: -2px;
}

/* start library */

.library .color {
    background-color: #f5f5f5;
    padding: 35px 30px 45px;
}

.library .color .tabsBtns {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding: 8px;
    border-radius: 30px;
    width: 300px;
    height: 55px;
    align-items: center;
    margin: 0 auto 45px;
    text-align: center;
}

.library .color .tabsBtns li {
    width: 145px;
    height: 39px;
    line-height: 39px;
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    text-align: center;
    cursor: pointer;
}

.library .color .tabsBtns li.active {
    background-color: #504d9a;
    color: #fff;
}

.library .color .overLay {
    display: block;
    position: relative;
    overflow: hidden;
}

.library .color .overLay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: 0.4;
}

.library .color .overLay img {
    width: 100%;
}

.library .color .overLay i {
    color: #000;
    font-size: 23px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: calc(50% - 26px);
    top: calc(50% - 26px);
    line-height: 48px;
    text-align: center;
    padding-left: 4px;
}

.library .color .title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 15px 0 5px;
}

.library .color .dicription {
    font-size: 13px;
    font-weight: 500;
    color: #888888;
}

.library .color .vidioBox {
    margin-bottom: 30px;
}

.modal-body {
    height: 400px;
}

/* ------------------------------------------- */

/* start About */

/* ------------------------------------------- */

.aboutPage {
    padding: 50px 0 120px;
}

.aboutPage .aboutAutism {
    background-color: #504d9a;
    padding: 80px 15px 60px;
    text-align: center;
    margin-bottom: 35px;
}

.aboutPage .aboutAutism .title {
    font-size: 30px;
    margin-bottom: 25px;
    color: #9ccfa9;
    font-weight: 500;
}

.aboutPage .aboutAutism .pragraph {
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    font-weight: 500;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.aboutPage .flexBox {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: center;
}

.aboutPage .flexBox img {
    width: 100%;
    max-width: 100%;
}

.aboutPage .flexBox .paddingBox {
    padding: 25px 15px;
    background-color: #f5f5f5;
}

.aboutPage .flexBox .paddingBox .titleBox {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.aboutPage .flexBox .paddingBox {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 33px;
}

/* -------------------------------- */

/* start blooger */

/* ---------------------------------- */

.blogger {
    padding: 60px 0 75px;
}

.searchBox {
    background-color: #504e9a;
    padding: 25px 20px 30px;
    margin-bottom: 40px;
}

.blogger .searchBox .titleSearch {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.blogger .selectStyle {
    position: relative;
    margin-bottom: 15px;
}

.blogger .selectStyle i {
    color: #aeaeae;
    left: 15px;
    top: 15px;
    font-size: 17px;
    position: absolute;
}

.blogger .searchBox label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.blogger .ui-selectmenu-button.ui-button {
    background-color: #fff;
    height: 45px;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    color: #707884;
    border-radius: 0;
}

.blogger .ui-selectmenu-text {
    margin-right: 0;
    margin-top: 6px;
}

.blogger .searchNow {
    width: 100%;
    text-align: center;
    background-color: #9ccfa9;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    height: 45px;
    line-height: 45px;
}

.blogger .searchNow img {
    display: inline-block;
    margin-left: 5px;
}

.blogger .boxInfo {
    background-color: #504e9a;
    text-align: center;
    padding: 20px 25px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.blogger .boxInfo img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 2;
}

.blogger .boxInfo .info {
    position: relative;
    z-index: 5;
}

.blogger .boxInfo .info .number {
    color: #9ccfa9;
    font-size: 50px;
    font-weight: 700;
}

.blogger .boxInfo .info .titleNumber {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
}

.blogger .boxInfo .info .pragraph {
    background-color: #9ccfa9;
    width: 100%;
    min-height: 80px;
    text-align: center;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #504e9a;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: center;
}

.blogger .boxInfo .info .titleDown {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

.blogger.abutUs img:first-of-type {
    width: auto;
}

.blogger.abutUs .boxOwl img {
    width: 100%;
    height: 230px;
}

.blogger.abutUs .boxOwl .box {
    margin-bottom: 30px;
}

.blogger.abutUs .movePge .icon {
    font-size: 20px;
    font-weight: 800;
    color: #7a7a7a;
    background-color: #f1f1f1;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: static;
    border: none;
}

/* ------------------------------- */

/* start doctor */

/* ----------------------- */

.blogger.doctor {
    background-color: #f8f8f8;
    padding: 35px 0 140px;
}

.blogger.doctor .container {
    padding-right: 15px;
}

.blogger.doctor .doctorBox {
    background-color: #fff;
    padding: 40px 15px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.blogger.doctor .doctorBox .information {
    display: flex;
    gap: 15px;
    align-items: center;
}

.blogger.doctor .doctorBox .information .circil {
    width: 90px;
    height: 90px;
    border: 2px solid #9ccfa9;
    background-color: #e0f3e5;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    overflow: hidden;
}

.blogger.doctor .doctorBox .information .circil img {
    width: 100%;
    height: 100%;
    display: block;
}

.blogger.doctor .doctorBox .information .nameDoctor {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}

.blogger.doctor .doctorBox .information .number {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    display: inline-block;
}

.blogger.doctor .doctorBox .information .dicripton {
    font-size: 13px;
    font-weight: 400;
    color: #9e9e9e;
    margin-bottom: 10px;
    margin-left: 10px;
    display: inline-block;
}

.blogger.doctor .doctorBox .information .discription {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.blogger.doctor .doctorBox .information .price {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.blogger.doctor .doctorBox .information .price .numb {
    font-weight: 700;
    color: #000;
    font-size: 14px;
}

.blogger.doctor .doctorBox .requst {
    display: block;
    width: 135px;
    height: 40px;
    line-height: 35px;
    border: 2px solid #9ccfa9;
    border-radius: 20px;
    transition: 0.3s;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blogger.doctor .doctorBox .requst:hover {
    color: #fff;
    background-color: #9ccfa9;
}

.blogger.doctor .doctorBox .ask {
    display: block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    transition: 0.3s;
    text-align: center;
    background-color: #f5f5f5;
    color: #717171;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}

.blogger.doctor .prev-next {
    float: left;
    display: flex;
    gap: 10px;
    border-radius: 2px;
    margin-top: 15px;
}

.blogger.doctor .prev-next li {
    background-color: #fff;
}

.blogger.doctor .prev-next li a {
    color: #000;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border: 1px solid transparent;
    transition: 0.3s;
    font-weight: 500;
    border-radius: 2px;
}

.blogger.doctor .prev-next li a:hover {
    border-color: #9ccfa9;
}

.blogger.doctor .prev-next li a i {
    color: #707070;
    font-size: 20px;
    font-weight: 700;
}

/* ----------------------------------------------- */

/*  appointment */

/* ----------------------------------------------- */

.appointment {
    background-color: #f8f8f8;
    padding: 35px 0 90px;
}

.appointment .blogger.doctor .doctorBox {
    padding-bottom: 0;
}

.appointment .form {
    border: 1px solid #f3f3f3;
    background-color: #fbfbfb;
    padding: 40px 30px 35px;
}

.appointment .form .title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.appointment .form input,
.appointment .ui-selectmenu-button.ui-button {
    width: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    margin-bottom: 15px;
    text-align: right;
}

.appointment .ui-selectmenu-button.ui-button {
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 700;
    color: #717171;
}

.ui-menu-item .ui-menu-item-wrapper {
    padding: 15px;
}

.appointment .ui-state-active,
.ui-widget-content .ui-state-active {
    padding: 15px;
    background: #504d9a;
}

.appointment .selectStyle {
    position: relative;
}

.appointment .selectStyle i {
    position: absolute;
    left: 25px;
    top: 17px;
    color: #000;
    font-size: 18px;
}

.appointment .form input::placeholder,
.appointment .form .date span,
.appointment .form textarea::placeholder {
    font-size: 14px;
    font-weight: 700;
    color: #717171;
}

.label-relative {
    position: relative;
    display: flex;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 15px;
    border: 1px solid #efefef;
    background-color: #fff;
    justify-content: space-between;
}

.label-relative {
    position: relative;
    display: flex;
    border-radius: 25px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding: 0 25px;
    margin-bottom: 15px;
    border: 1px solid #efefef;
    background-color: #fff;
    justify-content: space-between;
}

.appointment .form .titlecheck {
    font-size: 14px;
    font-weight: 700;
    color: #717171;
    line-height: 50px;
}

.label-relative label {
    font-size: 14px;
    color: #000;
    position: relative;
    width: 70px;
    height: 30px;
    font-weight: 500;
    border-radius: 15px;
    background-color: #f8f8f8;
    padding: 0 10px;
    line-height: 30px;
    cursor: pointer;
}

.label-relative input[type="checkbox"] {
    position: absolute;
    z-index: -9999;
    width: auto;
    height: auto;
    font-weight: 400;
    cursor: pointer;
}

.label-relative label span {
    width: 15px;
    height: 15px;
    background-clip: content-box;
    padding: 2px;
    border: 1px solid #787878;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.label-relative label.active span {
    background-color: #9ccfa9;
}

.appointment .form .date {
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    margin-bottom: 15px;
}

.appointment .form .date input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
}

.appointment .form .date input:focus {
    opacity: 1;
}

.appointment .form textarea {
    width: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 20px;
    height: 80px;
    padding: 15px 25px;
    margin-bottom: 15px;
    text-align: right;
    resize: none;
}

.appointment .form .btn2 {
    width: 100%;
    height: 50px;
    background-color: #504d9a;
    color: #fff;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 25px;
    border: none;
    display: block;
}

.adsModal {
    padding: 0 80px;
}

.adsModal .col-md-offset-1 {
    margin-right: 13.333333%;
}

.adsModal .fristBox {
    background-color: #fff;
    padding: 40px 30px 30px;
    margin-bottom: 20px;
    width: 100%;
}

.adsModal .fristBox .title {
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.adsModal .fristBox .label-relative {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
    display: flex;
    border-radius: 0px;
    height: auto;
    line-height: 50px;
    padding: 0 25px;
    margin-bottom: 15px;
    border: none;
    background-color: #fff;
    /* justify-content: space-between; */
    display: block;
}

.adsModal .fristBox label {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
    width: 100%;
    height: auto;
    font-weight: 500;
    border-radius: 0px;
    background-color: #fff;
    padding: 0 10px;
    line-height: 25px;
    cursor: pointer;
}

.adsModal .fristBox label strong {
    margin-right: 30px;
}

.adsModal .fristBox input {
    display: block;
}

.adsModal .fristBox .label-relative input[type="checkbox"] {
    position: absolute;
    z-index: -9999;
    width: auto;
    height: auto;
    font-weight: 400;
    cursor: pointer;
}

.adsModal .fristBox .label-relative label span {
    width: 15px;
    height: 15px;
    background-clip: content-box;
    padding: 2px;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 2px;
    cursor: pointer;
}

.adsModal .fristBox .label-relative label.active span {
    border: 3px solid #9ccfa9;
}

.adsModal .fristBox .label-relative input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    line-height: 35px;
    background-color: #fff;
    border-radius: 25px;
    margin-top: 20px;
    border: 1px solid #efefef;
}

.adsModal .fristBox .label-relative input[type="text"]::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.adsModal .fristBox .btnpay {
    width: 100%;
    background-color: #504d9a;
    border-radius: 25px;
    color: #fff;
    height: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: none;
}

.adsModal .fristBox .thx {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.adsModal .fristBox img {
    margin-bottom: 15px;
}

.adsModal .fristBox .discription {
    font-size: 14px;
    max-width: 200px;
    margin: 0 auto 55px;
    font-weight: 500;
    line-height: 25px;
}

.adsModal .fristBox .agree {
    display: flex;
    gap: 15px;
}

.adsModal .fristBox .agree li button {
    width: 140px;
    height: 45px;
    line-height: 40px;
    color: #fff;
    background-color: #ebebeb;
    color: #000;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: none;
    transition: 0.3s;
    outline: 0;
}

.adsModal .fristBox .agree li button:hover {
    background-color: #504d9a;
    color: #fff;
}

.adsModal .fristBox .pay {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
}

.doeddetLoder {
    width: 40px;
    height: 40px;
    border-width: 4px;
    border-color: #95c6a2 #95c6a2 #95c6a2 #efefef;
    border-style: solid;
    border-radius: 50%;
    animation: rotat-right 2s linear infinite;
    z-index: 9999;
    margin: 0 auto;
}

@keyframes rotat-right {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.adsModal .fristBox:last-of-type label {
    margin-bottom: 35px;
    cursor: pointer;
}

.adsModal .fristBox .title2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.adsModal .fristBox .info {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    max-width: 240px;
    font-weight: 500;
    margin: 0 auto 30px;
}

.adsModal .fristBox .perconalFill {
    width: 100%;
    height: 45px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    background-color: #504d9a;
    display: block;
}

.appointment .headBox {
    width: 100%;
    padding: 15px 20px;
    background-color: #9ccfa9;
    color: #fff;
}

.appointment .headBox .titleInfo {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.appointment .blogger.doctor {
    padding: 0 15px;
    margin-bottom: 10px;
}

.appointment .headBox .rightChoos {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.blogger.doctor .information i {
    color: #fff;
    background-color: #49c855;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    border-radius: 50%;
}

.blogger.doctor .information .rightLogin {
    color: #49c855;
    font-size: 13px;
    font-weight: 500;
}

.appointment .time {
    background-color: #fff;
    padding: 40px 25px 30px;
    display: flex;
    margin-bottom: 15px;
}

.appointment .time .day {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-left: 10px;
}

.appointment .time .day strong {
    font-size: 16px;
}

.appointment .time .timeClook {
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    background-color: #504e9a;
    border-radius: 15px;
    text-align: center;
    margin-top: -4px;
    display: flex;
    gap: 10px;
    justify-content: center;
    color: #fff;
    margin-left: 10px;
}

.appointment .time .timeClook .cklok {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.appointment .time .timeClook .chek {
    width: 15px;
    height: 15px;
    padding: 2px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #9ccfa9;
    float: left;
    margin-top: 7px;
}

.appointment .downFill {
    background-color: #fff;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}

.appointment .downFill .titleFill {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
}

.appointment .downFill .disc {
    color: #717171;
    font-size: 14px;
    font-weight: 500;
}

.appointment .downFill .fillStyl {
    position: relative;
    width: 135px;
    height: 35px;
    background: #9ccfa9;
    border-radius: 25px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.appointment .downFill .fillStyl input {
    position: absolute;
    z-index: 66;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.appointment .downFill .fillStyl .StylInput {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

/* start fillDoctor */

.blogger.doctor.fillDoctor {
    padding-bottom: 0;
}

.blogger.doctor.fillDoctor .doctorBox {
    border-bottom: 1px solid #f8f8f8;
}

.blogger.doctor.fillDoctor .listDoctor {
    background-color: #fff;
    border-bottom: 1px solid #f8f8f8;
    padding: 25px 20px 30px;
}

.blogger.doctor.fillDoctor .padingList {
    background-color: #fff;
    padding-right: 20px;
}

.blogger.doctor.fillDoctor .padingList .listDoctor {
    padding-right: 0;
}

.blogger.doctor.fillDoctor .listDoctor .titleList {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blogger.doctor.fillDoctor .listDoctor .listPosition li {
    font-size: 14px;
    color: #717171;
    font-weight: 500;
    line-height: 25px;
}

.blogger.doctor.fillDoctor .flexTitle {
    display: flex;
    justify-content: space-between;
}

.blogger.doctor.fillDoctor .flexTitle .rat {
    display: flex;
    gap: 5px;
}

.blogger.doctor.fillDoctor .flexTitle .titleList {
    margin-bottom: 35px;
}

.blogger.doctor.fillDoctor .flexTitle .rat .prevNumbr {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
}

.blogger.doctor.fillDoctor .flexTitle .rat .rate {
    margin-top: -2px;
}

.stars {
    margin-top: -2px;
}

.blogger.doctor.fillDoctor .flexTitle .rat .numberRate {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: -5px;
    margin-right: 3px;
}

.blogger.doctor.fillDoctor .flexImg {
    display: flex;
    gap: 10px;
}

.blogger.doctor.fillDoctor .flexImg .circilImg {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #eeeeee;
    text-align: center;
    line-height: 55px;
}

.blogger.doctor.fillDoctor .flexImg .circilImg img {
    padding-top: 10px;
    display: block;
    margin: 0 auto;
}

.blogger.doctor.fillDoctor .discImg .nameDoctor {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.blogger.doctor.fillDoctor .discImg .timeDoctor {
    font-size: 14px;
    color: #717171;
    font-weight: 500;
    margin-bottom: 5px;
}

.blogger.doctor.fillDoctor .discImg .rate {
    font-size: 14px;
    color: #8b8b8b;
    margin-bottom: 10px;
}

.blogger.doctor.fillDoctor .coment {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
}

.blogger.doctor.fillDoctor .listDoctor .moreComment {
    background: none;
    border-radius: 20px;
    border: 1px solid#E9E9E9;
    width: 170px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #717171;
}

.blogger.doctor.fillDoctor .listDoctor .addComment {
    font-size: 13px;
    margin-top: 8px;
    color: #8b8b8b;
    font-weight: 500;
    float: left;
}

.abutUs.Articles {
    background-color: #fff;
    padding: 50px 0 45px;
    text-align: right;
}

.abutUs.Articles .title {
    text-align: right;
    margin-bottom: 45px;
    font-size: 25px;
}

.abutUs.Articles .fa-angle-left,
.abutUs.Articles .fa-angle-right {
    width: 25px;
    height: 25px;
    top: -70px;
    font-size: 20px;
    line-height: 25px;
    border: 1px solid #e8e8e8;
    color: #9f9f9f;
}

.abutUs.Articles .fa-angle-left:hover,
.abutUs.Articles .fa-angle-right:hover {
    color: #fff;
}

.abutUs.Articles .fa-angle-left {
    left: 0;
}

.abutUs.Articles .fa-angle-right {
    right: calc(100% - 70px);
}

.abutUs.Articles .articleBtn {
    width: 150px;
    height: 50px;
    background-color: #f8f8f8;
    border-radius: 24px;
    color: #000;
    line-height: 45px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

/* ------------------------------------ */

/* start Enquiry */

/* -------------------------------------- */

.blogger.doctor.fillDoctor.Enquiry {
    padding-bottom: 110px;
}

.blogger.doctor.fillDoctor.Enquiry .doctorBox {
    margin-bottom: 15px;
    border: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

/*
.blogger.doctor.fillDoctor.Enquiry .listDoctor {
    margin-bottom: 15px;
    border: none;
}*/

.accordions {
    background-color: #fff;
    padding: 30px 25px;
}

.accordions .titleAccordion {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 22px;
}

.accordion {
    margin-bottom: 15px;
}

.accordions .titel {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    width: 100%;
    padding: 15px 35px;
    border: 1px solid #efefef;
    position: relative;
    cursor: pointer;
}

.accordions .accordion .titel::before {
    content: "\2b";
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    font-size: 24px;
    font-family: "FontAwesome";
    font-weight: bold;
    font-style: normal;
    margin-left: 30px;
    margin-bottom: 8px;
}

.fade3 .information {
    background-color: #fff;
    width: 460px;
    padding: 30px 50px;
    margin: 0 auto;
}

.fade3 .information .title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.fade3 .information .circil {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background-color: #e0f3e5;
    border-radius: 50%;
    border: 1px solid #9ccfa9;
    margin: 0 auto 10px;
}

.fade3 .information .nameDoctor {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.fade3 .information .number {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    display: inline-block;
}

.fade3 .information .dicripton {
    font-size: 13px;
    font-weight: 400;
    color: #9e9e9e;
    margin-bottom: 10px;
    display: inline-block;
}

.fade3 .information i {
    color: #fff;
    background-color: #49c855;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.fade3 .information .rightLogin {
    color: #49c855;
    font-size: 13px;
    font-weight: 500;
}

.fade3 .information .discription {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.fade3 .information .price {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.fade3 .information input {
    display: block;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #efefef;
    margin-bottom: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 23px;
}

.fade3 .information input::placeholder,
.fade3 .information textarea::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.fade3 .information textarea {
    border-radius: 25px;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #efefef;
    margin-bottom: 16px;
    height: 80px;
    resize: none;
}

.fade3 .information button {
    width: 100%;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: #504d9a;
    font-weight: 700;
    font-size: 14px;
    border: none;
    border-radius: 25px;
    display: block;
}

/* ------------------------------------------ */

/* :start .plogerDitels2 */

/* ------------------------------------------- */

.plogerDitels2 {
    background-color: #f8f8f8;
}

.plogerDitels2 .boxGenral {
    background-color: #fff;
    padding: 65px 0;
}

.plogerDitels2 .boxGenral .titleArt {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 25px 60px 0;
}

.plogerDitels2 .boxGenral .discArtical {
    padding: 0 60px 55px;
    line-height: 33px;
    font-size: 16px;
    font-family: 500;
    border-bottom: 1px solid #f8f8f8;
}

.plogerDitels2 .boxGenral .formArt .titleArt {
    padding-right: 0;
}

.plogerDitels2 .boxGenral .formArt .flexIcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.plogerDitels2 .boxGenral .formArt {
    padding: 30px 60px;
}

.plogerDitels2 .boxGenral input {
    display: inline-block;
    padding: 15px;
    border: 1px solid #f2f2f2;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 25px;
}

.plogerDitels2 .boxGenral input::placeholder,
.plogerDitels2 .boxGenral textarea::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.plogerDitels2 .inbtStyl {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 15px;
    border: 1px solid #f2f2f2;
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    border-radius: 25px;
}

.plogerDitels2 .inbtStyl input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
}

.plogerDitels2 .inbtStyl span {
    position: absolute;
    right: 85px;
    font-size: 15px;
    font-weight: 500;
    color: #aeaeae;
    margin-top: -3px;
}

.plogerDitels2 .boxGenral textarea {
    display: inline-block;
    padding: 15px;
    border: 1px solid #f2f2f2;
    width: 100%;
    margin-bottom: 25px;
    height: 100px;
    width: 100%;
    border-radius: 25px;
    resize: none;
}

.plogerDitels2 .boxGenral .sendNawe {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    border: none;
    background-color: #504d9a;
    margin-bottom: 25px;
}

.plogerDitels2 .blogger.doctor.fillDoctor .listDoctor {
    position: relative;
}

.plogerDitels2 .blogger.doctor.fillDoctor {
    background-color: #fff;
    padding: 0 60px;
}

.plogerDitels2 .blogger.doctor.fillDoctor .listDoctor {
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
}

.plogerDitels2 .blogger.doctor.fillDoctor .listDoctor2 {
    padding-right: 67px;
    background-color: #fbfbfb;
    margin-top: -16px;
    border: 1px solid #f2f2f2;
}

.plogerDitels2 .blogger.doctor.fillDoctor .listDoctor.listDoctor2 .replay {
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.plogerDitels2 .blogger.doctor.fillDoctor .replay {
    float: left;
    margin-top: -23px;
    width: 45px;
    height: 30px;
    background-color: #f8f8f8;
    border-radius: 15px;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
}

.carousel-indicators {
    position: absolute;
    left: 60px;
    max-width: 100%;
    top: 0;
    width: auto;
    right: unset;
    bottom: unset;
}

.carousel-indicators li,
.carousel-indicators li.active {
    display: block;
    width: 200px;
    height: unset;
    margin: 0px 0 180px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    background: none;
}

.carousel-indicators li.active {
    height: 100%;
    width: 100%;
}

.carousel-indicators li {
    position: relative;
}

.carousel-indicators li:last-of-type {
    margin-top: 360px;
}

.carousel .carousel-indicators li img {
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 50px;
    height: 160px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 79%;
}

.detailsSlider .item .date {
    position: absolute;
    z-index: 55;
    top: 25px;
    right: 25px;
    color: #000;
    text-align: center;
    width: 72px;
    height: 72px;
    background-color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding-top: 2px;
    line-height: normal;
}

.detailsSlider .item .date .month {
    font-size: 14px;
    display: block;
}

.carousel-control.left {
    position: absolute;
    background-color: #fff;
    bottom: 80px;
    z-index: 9;
    color: #000;
    font-size: 20px;
    width: 0;
    opacity: 1;
}

.plogerDitels2 .angl {
    position: absolute;
    bottom: -40px;
    width: 25px;
    z-index: 9;
    font-size: 20px;
    height: 35px;
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
    line-height: 35px;
    transition: 0.3s;
    background-color: #fff;
    opacity: 1;
}

.plogerDitels2 .angl:hover {
    border: none;
    background-color: #9ccfa9;
    color: #fff;
}

.plogerDitels2 .fa-angle-left.angl {
    left: 300px;
}

.plogerDitels2 .fa-angle-right.angl {
    right: calc(100% - 360px);
}

/* ----------------------------------- */

/* start loginDoctor */

/* ---------------------------------- */

.loginDoctor2 {
    background-color: #fff;
    padding: 52px 0 55px;
}

.myAccount.loginDoctor2 {
    background: none;
    padding: 0;
}

.myAccount.loginDoctor2 .colorBox {
    background-color: #fff;
    padding: 30px 25px;
    margin-bottom: 30px;
}

.loginDoctor2 .col-md-5 {
    float: none;
    text-align: center;
}

.loginDoctor2 .tabsBtns {
    background-color: #fff;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.loginDoctor2 .tabsBtns li {
    position: relative;
    text-align: center;
    width: 50%;
    border: 1px solid #f8f8f8;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    transition: 0.3s;
    overflow: hidden;
}

.loginDoctor2 .tabsBtns li:last-of-type {
    border-right: none;
}

.loginDoctor2 .tabsBtns li::before {
    top: 0;
    right: 0%;
    width: 0%;
    height: 3px;
    background-color: #504d9a;
    content: "";
    position: absolute;
    transition: 0.3s;
}

.loginDoctor2 .tabsBtns li.active::before {
    width: 100%;
}

.loginDoctor2 .loginForm {
    padding: 25px 30px 35px;
    background-color: #f8f8f8;
    margin-bottom: 35px;
    text-align: center;
}

.loginDoctor2 .loginForm .titleLogin {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #717171;
}

.loginDoctor2 .loginForm input {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 15px;
    border: 1px solid #efefef;
    padding: 0 25px 0 40px;
    line-height: 50px;
}

.loginDoctor2 .loginForm input::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.loginDoctor2 .loginForm .passWord {
    background: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.loginDoctor2 .loginForm .passWord li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.loginDoctor2 .loginForm .passWord li .label {
    background: none;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.loginDoctor2 .loginForm .passWord li .label input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.loginDoctor2 .loginForm .passWord li .label .boxCheck {
    width: 15px;
    position: absolute;
    right: -13px;
    top: 6px;
    border: 1px solid #eee;
    height: 15px;
    text-align: center;
    display: block;
}

.loginDoctor2 .loginForm .passWord li .label .boxCheck i {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #504d9a;
    display: none;
}

/* .loginDoctor2 .loginForm .passWord li .label.active .boxCheck i {
    display: block;
} */

.loginDoctor2
    .loginForm
    .passWord
    li
    .label
    input[type="checkbox"]:checked
    ~ span
    i {
    display: block;
}

.loginDoctor2 .loginForm .LoginNow {
    width: 100%;
    background-color: #504d9a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 25px;
    text-align: center;
    display: block;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border: none;
    margin-bottom: 35px;
}

.loginDoctor2 .loginForm .nawlogin {
    background: none;
    border: none;
    color: #504d9a;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin: 0 auto;
}

.loginDoctor2 .loginForm2 input {
    text-align: center;
}

.loginDoctor2 .loginForm .label-relative input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    right: 0;
    top: 0;
}

.loginDoctor2 .loginForm .label-relative .fa-check {
    position: absolute;
    left: 15px;
    top: 10px;
    background-color: #36d696;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.loginDoctor2 .loginForm .label-relative .titlecheck {
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
}

.loginDoctor2 .loginForm .label-relative .check strong {
    margin-left: 25px;
}

.loginDoctor2 .loginForm .label-relative .numberIcon .number {
    top: 16px;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    direction: ltr;
    left: 45px;
}

.loginDoctor2 .loginForm .ui-button {
    border-radius: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    margin-right: 0;
    background: none;
    border: none;
    text-align: right;
    padding: 0;
    margin: 0;
    line-height: 50px;
    right: 0;
}

.loginDoctor2 .loginForm .label-relative .icon {
    position: absolute;
    font-size: 18px;
    color: #000000;
    top: 0;
    left: 25px;
    line-height: 50px;
}

.loginDoctor2 .loginForm .label-relative .icon img {
    margin-bottom: 10px;
}

.loginDoctor2 .loginForm .ui-selectmenu-text {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.loginDoctor2 .loginForm .downTitle {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #717171;
}

.loginDoctor2 .loginForm .signIn {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 35px;
}

/* ------------------------------------ */

/* start appointment */

/* ------------------------------------- */

.blogger.doctor.fillDoctor.paddingSection {
    padding: 30px 0 90px;
}

.blogger.doctor.fillDoctor .inputDate {
    margin-top: 20px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #9ccfa9;
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: 30px;
    display: flex;
}

.blogger.doctor.fillDoctor .inputDate label {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0;
}

.blogger.doctor.fillDoctor .inputDate input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 30px;
    top: 0;
    border: none;
    padding-left: 15px;
}

.blogger.doctor.fillDoctor .inputDate img {
    padding-left: 30px;
    border-left: 1px solid #9ccfa9;
}

.blogger.doctor.fillDoctor .inputDate .titleClinder {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    padding-right: 30px;
    line-height: 60px;
    color: #000;
}

.blogger.doctor.fillDoctor .owlCalinder {
    background-color: #fff;
    padding: 0 0 25px;
}

.blogger.doctor.fillDoctor .owlCalinder .topowl {
    padding: 25px;
    border-bottom: 1px solid #f9f9f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogger.doctor.fillDoctor .owlCalinder .topowl .titleOwl {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.blogger.doctor.fillDoctor .owlCalinder .topowl .label-relative {
    width: 220px;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    position: relative;
    padding-right: 18px;
    margin-bottom: 0;
    overflow: hidden;
}

.blogger.doctor.fillDoctor .owlCalinder .topowl .label-relative input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    color: #000;
    margin-right: 0;
    padding-right: 15px;
    cursor: pointer;
}

.blogger.doctor.fillDoctor
    .owlCalinder
    .topowl
    .label-relative
    input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.blogger.doctor.fillDoctor .owlCalinder .topowl i {
    position: absolute;
    left: 20px;
    top: 11px;
    font-size: 16px;
    color: #707070;
}

.blogger.doctor.fillDoctor .owlCalinder .paddingOwl {
    background-color: #fff;
    padding: 25px 40px 55px;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .boxOwl {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .boxOwl .cardBox {
    text-align: center;
    background-color: #d5f1dc;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .boxOwl .cardBox .titleBox {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .boxOwl .cardBox .DateBox {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .boxOwl .checkBox {
    background-color: #eef9f1;
    transition: 0.3s;
}

.blogger.doctor.fillDoctor
    .owlCalinder
    .owlcn
    .boxOwl
    .checkBox:not(:last-of-type) {
    border-bottom: 1px solid #9ccfa9;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .boxOwl .checkBox:hover {
    background-color: #504d9a;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .boxOwl .titleCheck {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    transition: 0.3s;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .boxOwl label:hover .titleCheck {
    color: #fff;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .boxOwl label {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 0;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .boxOwl input[type="checkbox"] {
    position: absolute;
    z-index: -9999;
    width: auto;
    height: auto;
    font-weight: 400;
    cursor: pointer;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .boxOwl .point {
    width: 15px;
    height: 15px;
    background-clip: content-box;
    padding: 2px;
    border: 1px solid #9ccfa9;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: calc(50% - 5px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.blogger.doctor.fillDoctor .owlCalinder .owlcn .checkBox.active span {
    background-color: #9ccfa9;
    background-clip: revert;
    border: 3px solid #fff;
}

.blogger.doctor.fillDoctor .owl-theme .owl-dots {
    display: none;
}

.owlCalinder .owl-carousel .owl-nav button.owl-next,
.owlCalinder .owl-carousel .owl-nav button.owl-prev {
    top: 16px;
    position: absolute;
    width: 25px;
    height: 35px;
    background-color: #fff;
    line-height: 24px;
    font-size: 20px;
    color: #9f9f9f;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    transition: 0.3s;
}

.owlCalinder .owl-carousel .owl-nav button.owl-next:hover,
.owlCalinder .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #9ccfa9;
    color: #fff;
}

.owlCalinder .owl-carousel .owl-nav button.owl-prev {
    right: -40px;
}

.owlCalinder .owl-carousel .owl-nav button.owl-next {
    left: -40px;
}

.owlCalinder .btnOwl {
    padding: 0 25px;
}

.owlCalinder .sendNow {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background-color: #504e9a;
    border: none;
    display: block;
    font-weight: 700;
}

.customer {
    padding: 75px 0 40px;
}

.loginStyle2 .tabsBtns {
    display: flex;
    justify-content: space-around;
    background-color: #504d9a;
}

.loginStyle2 .tabsBtns li {
    font-size: 16px;
    font-weight: 700;
    color: #9ccfa9;
    position: relative;
    padding: 20px 0;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
}

.loginStyle2 .tabsBtns li::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    right: -100%;
    height: 5px;
    background-color: #9ccfa9;
}

.loginStyle2 .tabsBtns li.active {
    color: #fff;
}

.loginStyle2 .tabsBtns li.active::before {
    right: 0;
}

.loginStyle2 .tabsBtns li i {
    display: block;
    font-size: 18px;
    color: #bebceb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #6a68af;
    text-align: center;
    line-height: 40px;
    background-color: #827fc8;
    margin: 0 auto 15px;
}

.loginStyle2 .tabsBtns li.active i {
    background-color: #9ccfa9;
    color: #fff;
}

.customer.loginDoctor2 .tab {
    background-color: #fbfbfb;
}

.customer.loginDoctor2 .tab .loginForm {
    padding: 40px 30px 30px;
}

.customer.loginDoctor2 .tab .loginForm .titleLogin {
    color: #000;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
}

.customer.loginDoctor2 .tab .loginForm .infologin {
    color: #717171;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.customer.loginDoctor2 .tab .loginForm .infologin::before {
    content: "";
    position: absolute;
    width: calc(100% - 225px);
    height: 3px;
    text-align: center;
    background-color: #9ccfa9;
    right: 110px;
    bottom: 0;
}

.customer.loginDoctor2 .tab .loginForm input::placeholder {
    font-size: 14px;
    font-weight: 700;
}

.customer.loginDoctor2 .tab .label-relative li {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    position: relative;
    width: 100%;
    text-align: right;
    cursor: pointer;
}

.customer.loginDoctor2 .tab .label-relative li i {
    position: absolute;
    color: #707070;
    left: 0;
    top: 16px;
    font-size: 18px;
}

.customer.loginDoctor2 .tab .label-relative .checkKind {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    padding: 0 30px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    display: none;
}

.customer.loginDoctor2 .tab .label-relative .checkKind input[type="checkbox"] {
    position: absolute;
    z-index: -9999;
    width: auto;
    height: auto;
    font-weight: 400;
    cursor: pointer;
    opacity: 0;
}

.customer.loginDoctor2 .tab .label-relative .checkKind label {
    background: none;
    width: 100%;
}

.customer.loginDoctor2 .tab .label-relative .checkKind label span {
    width: 20px;
    height: 20px;
    background-clip: content-box;
    padding: 2px;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    background-color: #fff;
}

.customer.loginDoctor2 .tab .label-relative .result {
    font-size: 16px;
    position: absolute;
    left: -100%;
    top: 4px;
    display: none;
}

.customer.loginDoctor2 .tab .label-relative .checkKind li.active span,
.customer.loginDoctor2 .tab .label-relative .checkKind li label.active span,
.customer.loginDoctor2
    .tab
    .label-relative
    .checkKind
    li.active
    label.active
    span {
    background-color: #fff;
    border: 6px solid #4f4f9a;
}

.customer.loginDoctor2 .tab .next {
    width: 100%;
    background-color: #504d9a;
    text-align: center;
    display: block;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    border: none;
}

.customer.loginDoctor2 .container {
    width: 1330px;
}

.customer.loginDoctor2 .label-relative .downLod {
    width: 90px;
    height: 25px;
    text-align: center;
    border: none;
    line-height: 25px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    background-color: #f2f2f2;
    color: #000;
}

.customer.loginDoctor2 .label-relative img {
    margin-bottom: 7px;
}

.customer.loginDoctor2 .label-relative .icon {
    top: 17px;
}

.customer.loginDoctor2 .tab .label-relative .checkKind label .notf {
    font-size: 12px;
    width: 100%;
    display: block;
    color: #717171;
    font-weight: 500;
}

/* ----------------------------------------- */

/* START MYACCOUNT */

/* ------------------------------------------ */

.accuntDoctor .paddingBox .myAccount.loginDoctor2 {
    padding: 30px 25px;
    background-color: #fff;
    margin-bottom: 25px;
}

.accuntDoctor .myAccount.loginDoctor2 .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

.accuntDoctor .myAccount.loginDoctor2 .loginForm {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
}

.accuntDoctor .myAccount.loginDoctor2 .dateNumber {
    font-size: 14px;
    font-weight: 500;
}

.accuntDoctor .myAccount.loginDoctor2 .loginForm .ui-button {
    width: 36%;
    left: 0px;
    right: unset;
    top: 0px;
}

.accuntDoctor .myAccount.loginDoctor2 .loginForm .ui-selectmenu-text {
    font-weight: 500;
    margin: 0 -28px;
}

.accuntDoctor .myAccount.loginDoctor2 .LoginNow {
    margin-bottom: 0;
    margin-top: 35px;
}

.reservationsLinks .tabsBtns {
    display: flex;
    margin-bottom: 0;
    background: #fff;
    padding: 25px 20px 0px;
}

.reservationsLinks .color {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #efefef;
    overflow: hidden;
}

.reservationsLinks .paddingBox {
    padding: 30px 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.reservationsLinks .blogger.doctor .boxComment {
    padding: 20px;
    background-color: #fff;
}

.reservationsLinks .tabsBtns li {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    width: 185px;
    border-radius: 25px;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.reservationsLinks .tabsBtns li.active {
    background-color: #eef6f0;
}

.reservationsLinks .appointment.reservations .doctorBox {
    background: none;
    padding: 30px;
    border-bottom: 1px solid #f8fcf9;
    display: flex;
    align-items: center;
}

.reservationsLinks .blogger.doctor .requst {
    background: #9ccfa9;
    color: #fff;
}

.reservationsLinks .blogger.doctor {
    padding: 0;
    margin-bottom: 15px;
    width: 700px;
}

.reservationsLinks .appointment {
    padding: 0;
    background-color: #fff;
}

.reservationsLinks .appointment .boxAccount {
    display: block;
    text-align: center;
    margin: 0 auto;
    border-top: none;
    padding: 20px;
}

.reservationsLinks .appointment .time {
    padding: 0;
    margin: 0;
    display: block;
}

.reservationsLinks .appointment .time .day {
    display: inline-block;
    margin-bottom: 10px;
}

.reservationsLinks .appointment .time .timeClook {
    width: 225px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 25px;
}

.reservationsLinks .appointment .time .timeClook .pincil {
    position: absolute;
    left: -25px;
    top: 0;
}

.reservationsLinks .appointment .filInbut .fillComment {
    font-size: 12px;
    font-weight: 700;
    color: #888888;
    margin-left: 10px;
}

.reservationsLinks .appointment .filInbut .labelRilativ {
    position: relative;
    color: #504d9a;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.reservationsLinks .appointment .filInbut .labelRilativ input {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 0;
    cursor: pointer;
}

.reservationsLinks .appointment .comment2 {
    font-size: 12px;
    font-weight: 700;
    color: #888888;
    width: 250px;
    height: 40px;
    background-color: #f1f1f1;
    line-height: 40px;
    border-radius: 25px;
    text-align: center;
    margin: 25px auto 0;
}

.reservationsLinks .appointment .imgsFlex {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.reservationsLinks .appointment .imgsFlex .img {
    position: relative;
    overflow: hidden;
}

.reservationsLinks .appointment .imgsFlex .img::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
    background: linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
}

.reservationsLinks .appointment .tab2 .comment2 {
    background-color: #e0f3e5;
    display: block;
    cursor: pointer;
}

.reservationsLinks .blogger.doctor.fillDoctor .listDoctor {
    border-radius: 25px;
    border: 1px solid #efefef;
    background-color: #fbfbfb;
    padding: 20px 20px 25px;
    margin-top: 20px;
}

.reservationsLinks .formAccount {
    background-color: #fff;
    border-radius: 30px;
    padding: 0 20px 25px;
}

.reservationsLinks .formAccount input,
.reservationsLinks .formAccount textarea {
    background-color: #fff;
    display: block;
    border: 1px solid #efefef;
    padding: 15px 25px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 25px;
}

.reservationsLinks .formAccount input {
    height: 50px;
    line-height: 50px;
}

.reservationsLinks .formAccount textarea {
    resize: none;
    height: 80px;
}

.reservationsLinks .formAccount input::placeholder,
.reservationsLinks .formAccount textarea::placeholder {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.reservationsLinks .formAccount .titlecheck {
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    color: #858585;
}

.reservationsLinks .formAccount label {
    width: 100px;
    border-radius: 15px;
    height: 30px;
    background: none;
    border: none;
    text-align: center;
    color: #858585;
    font-size: 12px;
    font-weight: 700;
}

.reservationsLinks .formAccount label strong {
    color: #858585;
    font-size: 12px;
    font-weight: 700;
}

.reservationsLinks .formAccount label.active {
    background-color: #ebfbef;
}

.reservationsLinks .formAccount label img {
    position: absolute;
    right: 7px;
    top: 7px;
}

.reservationsLinks .formAccount .LoginNow {
    width: 100%;
    background-color: #504d9a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 25px;
    text-align: center;
    display: block;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border: none;
}

.reservationsLinks .paddingBox .titlebox {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 35px;
}

.reservationsLinks .paddingBox .nameChildern {
    padding: 20px 20px 20px 0;
}

.reservationsLinks .paddingBox .nameChildern .flex-box {
    display: flex;
    justify-content: space-between;
}

.reservationsLinks .paddingBox .nameChildern .flexImg {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.reservationsLinks .paddingBox .nameChildern .flexImg .circil {
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    background-color: #efefef;
    border-radius: 50%;
    margin-left: 10px;
}

.reservationsLinks .paddingBox .nameChildern .flexImg .name li:first-of-type {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.reservationsLinks .paddingBox .nameChildern .flexImg .name li:last-of-type {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.reservationsLinks .paddingBox .nameChildern .date {
    color: #717171;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 500;
}

.reservationsLinks .paddingBox .nameChildern .discription {
    font-size: 14px;
    font-weight: 500;
    color: #575d6b;
    line-height: 25px;
    margin-bottom: 20px;
    max-width: 620px;
}

.reservationsLinks .paddingBox .nameChildern .showFill {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    text-decoration: underline !important;
    color: #717171;
    display: block;
}

.reservationsLinks .paddingBox .nameChildern .butns {
    display: flex;
    gap: 20px;
}

.reservationsLinks .paddingBox .nameChildern .replay {
    width: 135px;
    border-radius: 20px;
    background-color: #efefef;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    text-align: center;
    color: #000;
}

.reservationsLinks .paddingBox .nameChildern .send {
    width: 265px;
    border-radius: 20px;
    background-color: #e0f3e5;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    text-align: center;
    color: #000;
    display: block;
}

.reservationsLinks .paddingBox .card1 {
    margin-bottom: 30px;
}

.reservationsLinks .paddingBox .nameChildern.border-bottom {
    border-bottom: 1px solid #efefef;
}

.reservationsLinks .paddingBox .nameChildern.color-box {
    background-color: #fbfbfb;
    padding: 20px 50px 20px 0;
}

.reservationsLinks .paddingBox .nameChildern.color-box .information {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.reservationsLinks .paddingBox .nameChildern.color-box .information .circil {
    width: 45px;
    height: 45px;
    background-color: #e0f3e5;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    margin-left: 10px;
}

.reservationsLinks
    .paddingBox
    .nameChildern.color-box
    .information
    .nameDoctor {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}

.reservationsLinks .paddingBox .nameChildern.color-box .information .number {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    display: inline-block;
}

.reservationsLinks .paddingBox .nameChildern.color-box .dicripton {
    font-size: 13px;
    font-weight: 400;
    color: #9e9e9e;
    margin-bottom: 10px;
    display: inline-block;
}

.reservationsLinks .paddingBox .nameChildern.color-box i {
    color: #fff;
    background-color: #49c855;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    border-radius: 50%;
}

.reservationsLinks .paddingBox .nameChildern.color-box .showFill {
    margin-bottom: 0;
}

.reservationsLinks
    .paddingBox
    .nameChildern.color-box
    .information
    .rightLogin {
    color: #49c855;
    font-size: 13px;
    font-weight: 500;
}

.reservationsLinks
    .paddingBox
    .nameChildern.color-box
    .information
    .discription2 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.reservationsLinks .paddingBox .imgsicon {
    display: flex;
    padding: 20px;
    gap: 20px;
    margin-bottom: 20px;
}

.reservationsLinks .paddingBox .imgsicon .imgs {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
}

.reservationsLinks .paddingBox .imgsicon .imgs::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
}

.reservationsLinks .paddingBox .imgsicon .imgs:hover::before {
    opacity: 0.4;
}

.reservationsLinks .paddingBox .imgsicon .imgs .search {
    position: absolute;
    right: calc(50% - 11px);
    top: calc(50% - 11px);
    color: #fff;
    font-size: 18px;
    z-index: 33;
    opacity: 0;
    transition: 0.3s;
}

.reservationsLinks .paddingBox .imgsicon .imgs:hover .search {
    opacity: 1;
}

.reservationsLinks .paddingBox .color.color2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.paddingBox .label-relative {
    overflow: hidden;
}

.paddingBox .label-relative input {
    position: absolute;
    width: 100%;
    border: none;
    height: 100%;
    line-height: 50px;
    top: 0;
    right: 0;
    padding: 0 20px;
}

.paddingBox .label-relative input::placeholder {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.paddingBox .label-relative img {
    width: 15px;
    position: absolute;
    top: 17px;
    left: 20px;
}

.color .blogger.doctor.fillDoctor.paddingSection {
    padding: 0;
}

.color .blogger.doctor.fillDoctor .owlCalinder .topowl {
    padding: 25px 30px;
    border-bottom: none;
    margin-bottom: 0;
}

.color .blogger.doctor.fillDoctor .owlCalinder .paddingOwl {
    padding: 0 40px;
}

.color .blogger .ui-selectmenu-text {
    margin-top: -5px;
    font-size: 14px;
    font-weight: 500;
}

.color .owlCalinder .owl-carousel .owl-nav button.owl-prev {
    right: -37px;
}

.color .owlCalinder .owl-carousel .owl-nav button.owl-next {
    left: -37px;
}

.reservationsLinks .LoginNow.send {
    margin-top: 30px;
    margin-bottom: 30px;
}

.reservationsLinks .color.marginBox {
    margin-bottom: 30px;
}

.reservationsLinks .rplayComment {
    padding: 20px;
}

.reservationsLinks .rplayComment:not(:last-of-type) {
    border-bottom: 1px solid #f8fcf9;
}

.reservationsLinks .rplayComment .nameComment {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
}

.reservationsLinks .rplayComment .nameComment .replay2 {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
}

.reservationsLinks .rplayComment .dateComent {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    line-height: 20px;
}

.reservationsLinks .rplayComment .notef {
    font-size: 12px;
    font-weight: 500;
    color: #858585;
    line-height: 20px;
}

.reservationsLinks .rplayComment .replay {
    width: 135px;
    border-radius: 20px;
    background-color: #efefef;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    text-align: center;
    color: #000;
    float: left;
    margin-top: -50px;
}

.reservationsLinks .blogger.doctor .doctorBox .ask {
    background-color: #fff;
    border: 2px solid #9ccfa9;
    color: #717171;
}

.reservationsLinks .paddingBox .payNOW2 {
    display: flex;
}

.reservationsLinks .paddingBox .payNOW2 .topmnue {
    font-size: 14px;
    font-weight: 500;
}

.reservationsLinks .paddingBox .payNOW2 .topmnue .atintion {
    display: block;
    color: #b1b1b1;
}

.reservationsLinks .paddingBox .payNOW2 .topmnue.frist {
    color: #717171;
}

.reservationsLinks .paddingBox .payNOW2 .topmnue.mdmenu2 {
    color: #00bf73;
}

.reservationsLinks .paddingBox .payNOW2 .topmnue.mdmenu1 {
    color: #00bf73;
}

.reservationsLinks .paddingBox .payNOW2 .topmnue.mdmenu2 {
    color: #0073bf;
}

.reservationsLinks .paddingBox .payNOW2 .topmnue.mdmenu3 {
    color: #bf0000;
}

.reservationsLinks .paddingBox .payNOW3 .topmnue.last {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.reservationsLinks .paddingBox .payNOW2 .lastMenu {
    margin-right: 25px;
}

.reservationsLinks .paddingBox .payNOW3 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}

.reservationsLinks .paddingBox .img2 {
    width: 45px;
    height: 45px;
    border: 2px solid #9ccfa9;
    background-color: #e0f3e5;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

.reservationsLinks .paddingBox .comfermMenu {
    margin: 0;
    display: flex;
    gap: 7px;
}

.reservationsLinks .paddingBox .comfermMenu .comfirm {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    max-width: 224px;
}

.reservationsLinks .paddingBox .comfermMenu .comfirm .atintion {
    color: #b1b1b1;
    display: block;
}

.reservationsLinks .paddingBox .rplayComment .del {
    background: none;
    border: none;
    font-size: 12px;
    font-weight: 500;
    color: #b1b1b1;
    float: left;
}

.paddingBox .seting {
    display: flex;
    justify-content: space-between;
}

.paddingBox .seting .imgSitting {
    position: relative;
    cursor: pointer;
}

.paddingBox .seting .supMenu {
    width: 270px;
    padding: 25px 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    position: absolute;
    left: 100%;
    top: 100%;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.paddingBox .imgSitting :hover ~ .supMenu,
.paddingBox .seting .supMenu:hover {
    opacity: 1;
    visibility: visible;
}

.paddingBox .seting .supMenu li {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    gap: 15px;
}

.paddingBox .seting .supMenu li:not(:last-child) {
    margin-bottom: 30px;
}

.paddingBox .seting .supMenu li .switch {
    float: left;
}

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
}

/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f6f6f6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0px;
    bottom: 0px;
    background-color: #cecece;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #e0f5e5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    background-color: #9ccfa9;
}

/* Rounded sliders */

.slider.round {
    border-radius: 13px;
}

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

.accuntDoctor.accuntDoctor2 .container {
    width: 1300px;
}

.accuntDoctor .leftBox {
    display: flex;
    align-items: center;
}

.accuntDoctor .leftBox.topColor {
    background-color: #eeeeee;
    padding: 15px 5px 15px 0;
    gap: 5px;
}

.accuntDoctor .leftBox.topColor .title {
    font-size: 14px;
    font-weight: 700;
    color: #504d9a;
    text-align: center;
}

.accuntDoctor .widthBox .number22 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background-color: #9ccfa9;
    width: 30%;
    text-align: center;
    padding: 15px;
}

.accuntDoctor .widthBox {
    display: flex;
}

.accuntDoctor .widthBox .title {
    background-color: #615fab;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 13px;
}

.accuntDoctor.accuntDoctor2 .boxtop {
    background-color: #504d9a;
}

.accuntDoctor.accuntDoctor2 .boxtop .circil .camira {
    border-color: #504d9a;
}

.accuntDoctor .boxtop .circil .img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.accuntDoctor .textaDETOR {
    display: flex;
    justify-content: space-between;
    background-color: #f3f3f3;
    text-align: center;
    padding: 15px 20px;
}

.accuntDoctor .gre-toolbar select {
    min-width: 100px;
    background-color: #fff;
    padding: 0 28px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    float: left;
    padding: 0 15px;
    font-size: 14px;
    color: #000;
}

.accuntDoctor .gre-toolbar select option {
    color: #000;
}

.gre-toolbar a:active,
.gre-toolbar a:hover {
    color: #000;
}

.accuntDoctor .gre-toolbar a {
    background: none;
    line-height: 38px;
}

.accuntDoctor .textViwe {
    display: flex;
    justify-content: space-between;
    color: #000;
    align-items: center;
    font-size: 12px;
    gap: 20px;
}

.accuntDoctor.accuntDoctor2 {
    padding: 30px 0 90px;
}

/* ---------------------------------------- */

/* start accuntDocto */

/* ------------------------------------------ */

.messege {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fbe200;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.downMnue .notification .info2 .circle {
    background-color: #e3e3f9;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px;
    margin-right: 0;
}

.downMnue .notification .info2 {
    width: 280px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0 2px 15px rgb(0 0 0 / 25%);
    display: none;
}

.downMnue .notification .info2 li {
    padding: 20px 20px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.downMnue .notification .info2 li .linkNote {
    display: flex;
}

.downMnue .notification .info2 li .linkNote .titleName {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    margin-bottom: 5px;
    line-height: 20px;
}

.downMnue .notification .info2 li .linkNote .titleTime {
    font-size: 14px;
    font-weight: 500;
    color: #b1b1b1;
}

.downMnue .notification .info2 li .linkNote .titleName .goLink {
    text-decoration: underline !important;
    color: #1b3de3;
}

.downMnue .notification .info2 li:last-of-type .titleTime {
    font-size: 14px;
    font-weight: 500;
    color: #b1b1b1;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.accuntDoctor {
    background-color: #f8f8f8;
    padding: 30px 0 135px;
}

.accuntDoctor .boxtop {
    background-color: #9ccfa9;
    padding: 30px 0;
}

.accuntDoctor .boxtop .circil {
    position: relative;
    width: 90px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 90px;
    margin-bottom: 10px;
}

.accuntDoctor .boxtop .circil input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
}

.accuntDoctor .boxtop .circil .camira {
    position: absolute;
    right: -6px;
    top: 0;
    width: 35px;
    height: 35px;
    border: 3px solid #9ccfa9;
    background-color: #fff;
    color: #9ccfa9;
    line-height: 28px;
    border-radius: 50%;
}

.accuntDoctor .boxtop .title {
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
}

.accuntDoctor .boxtop .messeg {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}

.accuntDoctor .listMunu {
    padding: 35px 15px 10px;
    background-color: #fff;
}

.accuntDoctor .listMunu li a {
    display: block;
    color: #000;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
    border-radius: 25px;
    background-color: transparent;
    transition: 0.3s;
    padding: 15px 20px;
    transition: 0.3s;
}

.accuntDoctor .listMunu li a:hover,
.accuntDoctor .listMunu li.active a {
    background-color: #eef6f0;
}

.accuntDoctor.accuntDoctor2 .listMunu li a:hover,
.accuntDoctor.accuntDoctor2 .listMunu li.active a {
    background-color: #f5f5ff;
}

.accuntDoctor .listMunu li a img {
    margin-left: 20px;
}

.cardcharts {
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 0;
    margin-bottom: 30px;
}

.cardcharts .allCharset {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 50px 0 75px;
    border-bottom: 1px solid #f8f8f8;
}

.cardcharts .titelChatrs {
    font-size: 16px;
    font-weight: 700;
    padding: 0 25px 35px;
    color: #000;
    border-bottom: 1px solid #f8f8f8;
}

.cardcharts .chart,
.cardcharts .chart2,
.cardcharts .chart3 {
    position: relative;
    width: 145px;
    height: 145px;
    text-align: center;
    font-size: 25px;
    line-height: 145px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.cardcharts canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.cardcharts .titlecher {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.cardcharts h2 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.cardcharts .skills {
    display: flex;
    justify-content: space-around;
    padding: 25px 70px 0;
}

.cardcharts .skills .placeHolder {
    display: flex;
    align-items: center;
}

.cardcharts .skills .placeHolder .titleProg {
    font-size: 16px;
    font-weight: 700;
}

.cardcharts .skills .placeHolder .prog {
    height: 10px;
    width: 85px;
    background-color: #f2f2f2;
    margin-right: 10px;
}

.cardcharts .skills .placeHolder .prog .prog1,
.cardcharts .skills .placeHolder .prog .prog2,
.cardcharts .skills .placeHolder .prog .prog3 {
    display: block;
    position: relative;
    height: 100%;
    float: right;
}

.cardcharts .skills .placeHolder .prog .prog1 {
    background-color: #9ad13a;
}

.cardcharts .skills .placeHolder .prog .prog2 {
    background-color: #93e9cf;
}

.cardcharts .skills .placeHolder .prog .prog3 {
    background-color: #3ac1d1;
}

.accuntDoctor .gre-toolbar a {
    background: none;
    line-height: 38px;
    width: 30px;
    display: inline-block;
    float: left;
    color: #000;
}

.accuntDoctor .gre {
    width: 100%;
    display: block;
    border: 1px solid #f5f8fa;
    border-top: none;
}

.accuntDoctor.accuntDoctor2 .gre {
    border: none;
}

.accuntDoctor .downeLoudFill {
    background-color: #fff;
    padding: 30px 25px 60px;
    margin-bottom: 30px;
}

.accuntDoctor .downeLoudFill .title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.accuntDoctor .downeLoudFill .imgFill {
    margin: auto;
    display: block;
    position: relative;
    cursor: pointer;
}

.accuntDoctor .downeLoudFill .imgFill input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.accuntDoctor .downeLoudFill .imgFill .squerimg {
    width: 110px;
    padding: 30px 25px;
    height: 110px;
    line-height: 50px;
    margin-bottom: 25px;
    border: 2px dotted #cbcbcb;
    margin: 60px auto 25px;
    cursor: pointer;
}

.accuntDoctor .downeLoudFill .downtext {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.downeLoudFill .label-relative {
    float: left;
    width: 220px;
    height: 40px;
    background-color: #fff;
    border-radius: 25px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 15px;
}

.downeLoudFill .label-relative input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0px;
    border: none;
    padding: 0 15px;
}

.downeLoudFill .label-relative input::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    position: absolute;
    right: 20px;
}

.downeLoudFill .label-relative i {
    font-size: 18px;
    color: #000;
    top: 10px;
    top: 10px;
    position: absolute;
    left: 15px;
}

.downeLoudFill .containerBox img {
    margin: auto;
    display: block;
    margin: 60px auto 25px;
}

.downeLoudFill .containerBox .downtext {
    text-align: center;
    font-size: 14px;
    font-family: 700;
    color: #000;
}

/* acorderon index */

.adsModal .formcheck {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.adsModal .accordion .titel,
.adsModal .formcheck .checkrelative {
    font-size: 14px;
    font-family: 700;
    color: #000;
}

.adsModal .formcheck .checkrelative {
    display: block;
    padding: 20px 15px;
    position: relative;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    cursor: pointer;
}

.adsModal .formcheck .checkrelative::before {
    content: "";
    position: absolute;
    left: 15px;
    top: calc(50% - 10px);
    border: 1px solid #f3f3f3;
    width: 20px;
    height: 20px;
}

.adsModal .formcheck .checkrelative input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -99999;
}

.adsModal .formcheck .checkrelative i {
    font-size: 18px;
    position: absolute;
    left: 16px;
    top: calc(50% - 10px);
    line-height: 20px;
    display: none;
    text-align: center;
}

.adsModal .formcheck .checkrelative.active i {
    color: #504d9a;
    display: block;
}

.adsModal .accordion .titel {
    font: 14px;
    font-family: 700;
    color: #000;
}

.adsModal .accordion .titel::before {
    display: none;
}

.adsModal .accordion .accordion-content {
    font-size: 12px;
    font-weight: 500;
    color: 000;
    border: 1px solid #ececec;
    border-top: none;
    padding: 15px;
}

.adsModal .accordion .titel .replay1 {
    position: absolute;
    display: inline-block;
    color: #000;
    width: 42px;
    height: 25px;
    border-radius: 15px;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 25px;
    top: 10px;
    font-size: 12px;
    font-weight: 400;
    left: 15px;
}

.adsModal .accordions {
    margin-bottom: 30px;
}

.adsModal .imgAuto {
    background: #fff;
    padding: 40px 30px 20px;
}

.adsModal .imgAuto img {
    margin-bottom: 15px;
}

.adsModal .imgAuto .title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.adsModal .imgAuto .desc {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 45px;
    color: #000;
}

.downeLoudFill.dataTabel .title {
    margin-bottom: 40px;
    padding-right: 25px;
}

.downeLoudFill.dataTabel {
    padding: 30px 0 0;
    overflow: hidden;
}

.downeLoudFill .tabel {
    width: 100%;
}

.downeLoudFill .headerTabel {
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

.downeLoudFill .headerTabel .tabelRow {
    padding: 10px 25px;
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

.downeLoudFill .tabelBody .tabelRow {
    border-bottom: 1px solid #f8f8f8;
}

.downeLoudFill .tabelBody .tabelRow .tabelRowBody {
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    position: relative;
}

.downeLoudFill .tabelBody .tabelRow .tabelRowBody:last-of-type,
.downeLoudFill .headerTabel .tabelRow:last-of-type {
    text-align: center;
}

.downeLoudFill .tabelBody .tabelRow .tabelRowBody .imgeName {
    display: flex;
    align-items: center;
    gap: 10px;
}

.downeLoudFill .tabelBody .tabelRow .tabelRowBody .imgeName li:first-of-type {
    width: 55px;
    height: 55px;
    background-color: #eeeeee;
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
}

.downeLoudFill .tabelBody .tabelRow .tabelRowBody li.colorLi {
    color: #ff0f0f;
    font-size: 14px;
    font-weight: 700;
}

.downeLoudFill .tabelBody .tabelRow .tabelRowBody .colorLi2 {
    color: #2fb250;
    font-size: 14px;
    font-weight: 700;
}

.downeLoudFill .tabelBody .tabelRow .tabelRowBody.befor:before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 4px solid #ff0000;
    background-color: #fff;
}

.downeLoudFill .tabelBody .tabelRow .tabelRowBody.colorText:before {
    border: 4px solid #2fb250;
}

.downeLoudFill .tabelRow .tabelFooter {
    padding: 20px;
}

.downeLoudFill .tabelRow .tabelFooter .fillButn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.downeLoudFill .tabelRow .tabelFooter .fillButn li {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    min-width: 77px;
}

.tabelFooter2 {
    position: relative;
}

.downeLoudFill .tabelFooter .fillButn .btnFil {
    width: 60px;
    background: none;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
    font-weight: 700;
}

.downeLoudFill .tabelFooter .leftFoter {
    position: absolute;
    left: 25px;
    display: flex;
    align-items: center;
    top: calc(50% - 15px);
}

.downeLoudFill .tabelFooter .leftFoter .relativSelect {
    position: relative;
    margin-left: 10px;
    margin-bottom: 0;
}

.downeLoudFill .tabelFooter .leftFoter .relativSelect i {
    position: absolute;
    left: 10px;
    font-size: 18px;
    color: #7a7a7a;
    top: 6px;
}

.downeLoudFill .tabelFooter .leftFoter .ui-selectmenu-button.ui-button {
    background-color: #f1f1f1;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    line-height: 28px;
    border: none;
    margin: 0;
    padding: 0 10px;
    text-align: right;
    border: none;
    outline: none;
}

.downeLoudFill .tabelFooter .leftFoter .ui-selectmenu-text {
    margin: 0;
    font-size: 14px;
}

.downeLoudFill .tabelFooter .movePge i {
    background-color: #fff;
    transition: 0.3s;
    border: 1px solid #e8e8e8;
}

.downeLoudFill .tabelFooter .movePge i:hover {
    background-color: #f1f1f1;
}

.downeLoudFill .blogger.doctor {
    background: none;
}

.downeLoudFill.reservationsLinks .boxComment {
    position: relative;
}

.downeLoudFill.reservationsLinks .boxComment .replayNow {
    position: inherit;
    left: 15px;
    top: 15px;
    width: 60px;
    height: 40px;
    margin-right: 530px;
    color: #000;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    border: none;
    background-color: #efefef;
}

.downeLoudFill.reservationsLinks .boxComment .del {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #65798d;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    background: none;
}

.accuntDoctor .gre2 {
    width: 100%;
    border: 1px solid #efefef;
    border-top: 0;
    background-color: #fff;
    resize: none;
    height: 150px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #65798d;
}

.accuntDoctor .gre2::placeholder {
    color: #65798d;
    font-size: 14px;
}

.downeLoudFill .blogger.doctor.fillDoctor .listDoctor {
    padding: 0;
    overflow: hidden;
}

.downeLoudFill .blogger.doctor.fillDoctor .flexImg {
    padding: 20px 20px 0;
}

.downeLoudFill .blogger.doctor.fillDoctor .boxDel {
    padding: 0 20px 20px;
    position: relative;
}

.downeLoudFill .blogger.doctor.fillDoctor .box {
    margin-top: 20px;
    background-color: #fff;
}

.downeLoudFill .blogger.doctor.fillDoctor .box .gre2 {
    border: none;
}

.myAccount.loginDoctor2 .box .text1 {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 20px;
}

.downeLoudFill .cardInfo {
    background-color: #fff;
    padding-right: 65px;
    padding: 20px 45px 30px 0px;
}

.downeLoudFill .cardInfo .nameDoctor {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.downeLoudFill .blogger.doctor.fillDoctor .cardInfo .circilImg {
    border: 1px solid #9ccfa9;
    background-color: #e0f3e5;
    width: 45px;
    height: 45px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}

.downeLoudFill .blogger.doctor.fillDoctor .cardInfo .coment {
    color: #65798d;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.downeLoudFill.reservationsLinks {
    padding-bottom: 30px;
}

.plus {
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    background-color: #9ccfa9;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: -11px;
    cursor: pointer;
}

.myAccount.loginDoctor2 .textEara {
    width: 100%;
    display: block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 15px;
    border: 1px solid #efefef;
    padding: 0 25px;
    line-height: 50px;
    resize: none;
}

.myAccount.loginDoctor2 textarea::placeholder {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.datatabel2 .tabelBody .tabelRow .tabelRowBody:nth-of-type(2):before {
    display: none;
}

.tabelBody .tabelRow .tabelRowBody .parraph {
    max-width: 300px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.tabelBody .tabelRow .tabelRowBody a.parraph {
    text-decoration: underline !important;
}

.datatabel2 .tabelBody .tabelRow .tabelRowBody .imgeName li:first-of-type {
    width: auto;
    height: auto;
}

.datatabel2 .plus {
    margin-left: 20px;
}

.datatabel2 .tabelBody .tabelRow {
    border-bottom: none;
    transition: 0.3s;
    background-color: #fff;
}

.datatabel2 .tabelBody .tabelRow:nth-of-type(even) {
    background-color: #fcfcfc;
}

.downeLoudFill .plusTime {
    float: left;
    position: relative;
}
.downeLoudFill .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.downeLoudFill .plusTime {
    float: left;
    position: relative;
}

.downeLoudFill.dataClinder .timeBox {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    display: none;
    z-index: 999999;
}

.downeLoudFill.dataClinder .dataTime {
    display: flex;
    align-items: center;
    border: 1px solid #efefef;
    margin-bottom: 20px;
    justify-content: space-between;
}

.downeLoudFill.dataClinder .dataTime li {
    padding: 10px;
    display: flex;
    gap: 10px;
}

.downeLoudFill.dataClinder .dataTime li .fromTo {
    font-size: 16px;
    font-weight: 500;
    color: #717171;
    padding: 5px 10px;
}

.downeLoudFill.dataClinder .dataTime li .fromTo.active {
    border: 1px solid #504d9a;
}

.downeLoudFill.dataClinder .dataTime .fromTo.from {
    color: #000;
    font-weight: bold;
}

.downeLoudFill.dataClinder label {
    border-radius: 0;
    padding: 15px;
    background-color: #fbfbfb;
    height: 50px;
    margin-bottom: 20px;
    float: none;
    width: 100%;
}

.downeLoudFill.dataClinder .label-relative input::placeholder {
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
}

.downeLoudFill.dataClinder .label-relative input {
    background-color: #efefef;
    border: 1px solid #efefef;
}

.downeLoudFill.dataClinder .label-relative i {
    top: 17px;
}

.downeLoudFill.dataClinder .plus2 {
    width: 100%;
    display: block;
    text-align: center;
    border: none;
    border-radius: 25pc;
    background-color: #f2f2f2;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.downeLoudFill.dataClinder .col-md-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.downeLoudFill.dataClinder .calinderBox {
    margin-top: 25px;
}

.downeLoudFill .cardCalinder .dataTime {
    margin-bottom: 0;
}

.downeLoudFill .cardCalinder .dataTime:last-of-type {
    border-top: none;
}

.downeLoudFill .cardCalinder {
    margin-bottom: 20px;
}

.downeLoudFill .menuEdit {
    position: relative;
}

.downeLoudFill .menuEdit .edit {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    padding: 15px 10px 15px 30px;
    opacity: 0;
    visibility: hidden;
    width: 100px;
    z-index: 99;
    transition: 0.3s;
}

.downeLoudFill .menuEdit img:hover ~ .edit,
.downeLoudFill .menuEdit .edit:hover {
    opacity: 1;
    visibility: visible;
}

.downeLoudFill .menuEdit .edit li {
    padding: 0;
}

.downeLoudFill .menuEdit .edit li:first-of-type {
    margin-bottom: 15px;
}

.downeLoudFill .menuEdit img {
    cursor: pointer;
}

.downeLoudFill .menuEdit .edit button {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    text-align: right;
}

.downeLoudFill .menuEdit img {
    margin-top: 6px;
}

.downeLoudFill.dataClinder {
    padding-bottom: 30px;
}

.downeLoudFill.dataTabel3 .tabelBody .tabelRow .tabelRowBody .imgeName {
    display: block;
}

.downeLoudFill.dataTabel3
    .tabelBody
    .tabelRow
    .tabelRowBody
    .imgeName
    li:first-of-type {
    width: 55px;
    height: 55px;
    background-color: #eeeeee;
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
    float: right;
    margin-left: 15px;
    color: #000;
}

.downeLoudFill.dataTabel3 .tabelBody .tabelRow .tabelRowBody li.colorLi {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.downeLoudFill.dataTabel3 .tabelBody .tabelRow .tabelRowBody li.colorLi3 {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.downeLoudFill.dataTabel3 .readMore {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
}

.downeLoudFill.dataTabel .tabelRowBody.befor {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.downeLoudFill.dataTabel .tabelRowBody.new {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background-color: #00bf73;
}

.downeLoudFill.dataTabel .tabelBody .tabelRow .tabelRowBody.colorText:before {
    border: 4px solid #2fb250;
}

.datatabel2 .tabelFooter2 {
    border-top: 1px solid #f8f8f8;
}

.downeLoudFill2.reservationsLinks {
    padding: 0;
}

.downeLoudFill2.reservationsLinks .img2 {
    border: none;
    background: none;
}

.downeLoudFill2.reservationsLinks .comfermMenu .comfirm {
    max-width: 165px;
}

.downeLoudFill2.reservationsLinks .comfermMenu .comfirm a {
    text-decoration: underline !important;
    color: #1b3de3;
}

.downeLoudFill .imgSlid {
    float: left;
}

.downeLoudFill.padding0 {
    padding: 0;
}

.downeLoudFill.padding0 .containerbox {
    padding: 30px 20px;
    border-bottom: 1px solid #f8f8f8;
}

.downeLoudFill.padding0 .containerbox .titlebox {
    font-size: 16px;
}

.downeLoudFill.padding0 .containerBox {
    padding: 0 20px 60px;
}

.downeLoudFill.padding0 .ui-selectmenu-button.ui-button {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: revert;
    padding: 0;
    line-height: 30px;
    background: none;
    border: none;
}

.downeLoudFill.padding0 .ui-selectmenu-text {
    margin-right: 0;
    padding-right: 20px;
    font-size: 14px;
}

.downeLoudFill.padding0 .label-relative {
    height: 35px;
    background-color: #fcfcfc;
    border-radius: 20px;
    padding-right: 0;
}

.downeLoudFill.padding0 .label-relative i {
    top: 8px;
}

.downeLoudFill.tabel4 .tabelBody .tabelRow .tabelRowBody li.colorLi {
    line-height: 35px;
}

.downeLoudFill.tabel4
    .tabelBody
    .tabelRow
    .tabelRowBody
    .imgeName
    li:first-of-type {
    margin-left: 15px;
    width: auto;
    height: auto;
}

.downeLoudFill.tabel4 .tabelBody .tabelRow:nth-of-type(even) {
    background-color: #fcfcfc;
}

.accuntDoctor .gre3 {
    width: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    resize: none;
    height: 150px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #65798d;
    border-radius: 15px;
}

.gre3::placeholder {
    color: #65798d !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.downeLoudFill.padding0 .endForm {
    padding: 30px 20px;
}

.downeLoudFill.padding0 .endForm label,
.downeLoudFill.padding0 .label2 {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: right;
}

.downeLoudFill.padding0 .endForm input[type="text "] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 20px;
}

.downeLoudFill.padding0 .endForm input::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.downeLoudFill.padding0 .box .label2 {
    padding-right: 20px;
}

.downeLoudFill.padding0 .labelRelative {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.downeLoudFill.padding0 .labelRelative input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    opacity: 0;
}

.downeLoudFill.padding0 .labelRelative img {
    position: absolute;
    left: 15px;
    top: 17px;
}

.downeLoudFill.padding0 .labelRelative h3 {
    position: absolute;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
}

.downeLoudFill.padding0 .tabel5 {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #f8f8f8;
}

.downeLoudFill.padding0 .tabel5 tr {
    border-bottom: 1px solid #f8f8f8;
}

.downeLoudFill.padding0 .tabel5 .tabelHead th {
    padding: 30px 10px;
    text-align: center;
    background-color: #fcfcfc;
    border-left: 1px solid #f8f8f8;
}

.downeLoudFill.padding0 .tabel5 .title {
    font-size: 12px;
    font-weight: 700;
}

.downeLoudFill.padding0 .tabel5 li.title {
    position: relative;
}

.downeLoudFill.padding0 .tabel5 li.title a {
    text-decoration: underline !important;
    font-size: 11px;
    font-weight: 500;
    color: #504d9a;
    cursor: pointer;
}

.downeLoudFill.padding0 .tabel5 li.title .listTime {
    position: absolute;
    left: 0;
    top: 100%;
    width: 360px;
    background-color: #fff;
    z-index: 33;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.downeLoudFill.padding0 .tabel5 li.title a:hover ~ .listTime {
    opacity: 1;
    visibility: visible;
}

.downeLoudFill.padding0 .tabel5 li.title .listTime .titleList {
    color: #000;
    padding: 15px 25px;
    border-bottom: 1px solid #f1f1f1;
}

.downeLoudFill.padding0 .tabel5 li.title .listTime .fristTime {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
}

.downeLoudFill.padding0
    .tabel5
    li.title
    .listTime
    .fristTime:not(:last-of-type) {
    border-bottom: 1px solid #f1f1f1;
}

.downeLoudFill.padding0 .tabel5 .listTime ul {
    padding: 15px 30px;
}

.downeLoudFill.padding0 .tabel5 .listTime ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.downeLoudFill.padding0 .tabel5 .listTime ul .topList {
    color: #000;
}

.downeLoudFill.padding0 .tabel5 .listTime ul .lastList {
    color: #717171;
}

.downeLoudFill.padding0 .tabel5 .listTime ul .lastList del {
    font-size: 12px;
}

.downeLoudFill.padding0 .tabel5 .listTime ul .colorDate {
    font-size: 12px;
    color: #36c561;
}

.downeLoudFill.padding0 .tabel5 .infoBody {
    padding: 20px 10px;
    border-left: 1px solid #f8f8f8;
}

.downeLoudFill.padding0 .tabel5 .infoBody .imgIcon {
    float: left;
    margin-top: -10px;
}

.downeLoudFill.padding0 .tabel5 tr {
    background-color: #fff;
}

.downeLoudFill.padding0 .tabel5 .badyTabel tr:nth-of-type(even) {
    background-color: #fcfcfc;
}

.downeLoudFill.padding0 .containerbox.containerBox2 {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.downeLoudFill .tabel5 .tabelFooter .leftFoter .relativSelect {
    display: flex;
    align-items: inherit;
    justify-content: left;
}

.downeLoudFill .tabel5 .tabelFooter .leftFoter .relativSelect i {
    margin-top: -8px;
    top: 0;
}

.downeLoudFill .tabel5 .tabelFooter .leftFoter .ui-selectmenu-text {
    margin: 0;
    font-size: 14px;
    font-size: 14px;
    color: #000;
    padding-right: 0;
}

.downeLoudFill .tabel5 .infoBody .menushoos {
    position: relative;
}

.downeLoudFill .tabel5 .infoBody .menushoos .rplay {
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    text-align: center;
    width: 180px;
    padding: 30px 20px 15px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 33;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.downeLoudFill .tabel5 .infoBody .menushoos img:hover ~ .rplay,
.downeLoudFill .tabel5 .infoBody .menushoos .rplay:hover {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.downeLoudFill .tabel5 .infoBody .menushoos .rplay li {
    margin-bottom: 15px;
}

.downeLoudFill .tabel5 .infoBody .menushoos .rplay li .arund {
    border: none;
    text-align: center;
    display: block;
    height: 30px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    width: 100%;
    padding: 5px 0;
    border-radius: 20px;
}

.downeLoudFill .tabel5 .infoBody .menushoos .rplay li .green {
    background-color: #36c561;
}

.downeLoudFill .tabel5 .infoBody .menushoos .rplay li .blue {
    background-color: #38c7bd;
}

.downeLoudFill .tabel5 .infoBody .menushoos .rplay li .red {
    background-color: #e67777;
}

.downeLoudFill .tabel5 .infoBody .menushoos .rplay li .prop {
    background-color: #777be6;
}

.downeLoudFill .tabel5 .infoBody .menushoos img {
    cursor: pointer;
}

.downeLoudFill .tabel5.tabelborder {
    margin-bottom: 20px;
    border-bottom: 1px solid #f8f8f8;
}

.downeLoudFill .tabel5.tabelborder .infoBody {
    border: none;
}

.downeLoudFill .checkNow {
    padding: 30px;
    text-align: center;
}

.downeLoudFill .checkNow .checkrelative {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-left: 35px;
    cursor: pointer;
    padding-bottom: 30px;
}

.downeLoudFill .checkNow .checkrelative input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -99999;
}

.downeLoudFill .checkNow .checkrelative i {
    font-size: 18px;
    position: absolute;
    right: -25px;
    top: 0;
    line-height: 20px;
    display: none;
    text-align: center;
}

.downeLoudFill .checkNow .checkrelative::before {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    border: 1px solid #f3f3f3;
    width: 20px;
    height: 20px;
}

.downeLoudFill .checkNow .checkrelative.active i {
    color: #504d9a;
    display: block;
}

.downeLoudFill.padding0 .loginNow2 {
    padding: 30px 20px;
}

.downeLoudFill.padding0 .infoBody .boxowl {
    position: relative;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.downeLoudFill.padding0 .infoBody .boxowl::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -3px;
    border-top: 15px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    z-index: 99999;
}

.downeLoudFill.padding0 .infoBody .boxowl .discriptionImg {
    position: absolute;
    right: 86%;
    bottom: 25px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    padding: 25px 20px;
    line-height: 25px;
    width: 360px;
}

.downeLoudFill.padding0 .infoBody .imgIcon:hover ~ .boxowl,
.downeLoudFill.padding0 .infoBody .boxowl:hover {
    opacity: 1;
    visibility: visible;
}

.downeLoudFill.padding0 .infoBody .imgIcon {
    cursor: pointer;
}

.downeLoudFill.padding0 .infoBody .boxowl .discriptionImg .titleCard {
    font-size: 13px;
    font-weight: 700;
    margin: 15px 0;
}

.downeLoudFill.padding0 .infoBody .boxowl .discriptionImg .dicription {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
}

.downeLoudFill.padding0 .infoBody .boxowl .owlCrd {
    width: 80%;
}

.downeLoudFill.padding0 .infoBody .boxowl .owlCrd .item {
    position: relative;
    overflow: hidden;
}

.downeLoudFill.padding0 .infoBody .boxowl .owlCrd .item::before {
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    background: -moz-linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
    background: linear-gradient(
        180deg,
        rgb(173 164 164 / 4%) 0%,
        rgb(0 0 0 / 83%) 100%
    );
    z-index: 6;
    transition: 0.3s;
}

.downeLoudFill.padding0 .infoBody .boxowl .owlCrd .item:hover::before {
    background-color: #504d9a;
    opacity: 0.8;
}

.downeLoudFill.padding0 .infoBody .boxowl .owlCrd .item .iconSersh {
    position: absolute;
    z-index: 7;
    top: calc(50% - 10px);
    right: calc(50% - 10px);
    width: 20px;
    height: 20px;
    z-index: 88;
    opacity: 0;
    transition: 0.3s;
}

.downeLoudFill.padding0 .infoBody .boxowl .owlCrd .item:hover .iconSersh {
    opacity: 1;
}

.downeLoudFill.padding0 .owl-theme .owl-dots .owl-dot {
    display: none;
}

.downeLoudFill.padding0 .owl-carousel .owl-nav button.owl-next,
.downeLoudFill.padding0 .owl-nav button.owl-prev {
    background-color: #fff;
    width: 25px;
    height: 33px;
    text-align: center;
    line-height: 19px;
    font-size: 20px;
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
    position: absolute;
    bottom: -5px;
    border-radius: 0;
    transition: 0.3s;
}

.downeLoudFill.padding0 .owl-nav button.owl-prev {
    left: -37px;
}

.downeLoudFill.padding0 .owl-carousel .owl-nav button.owl-next {
    left: -70px;
}

.downeLoudFill.padding0 .owl-carousel .owl-nav button.owl-next:hover,
.downeLoudFill.padding0 .owl-nav button.owl-prev:hover {
    color: #fff;
    background-color: #9ccfa9;
}

.bx-wrapper {
    border: none;
    margin: 0;
}

.bx-wrapper .bx-viewport {
    border: none;
    background: none;
    border: 0;
    box-shadow: none;
    left: 0;
}

.detailsSlider .carousel {
    float: right;
    width: calc(100% - 185px);
    position: static;
}

.detailsSlider .bx-wrapper .bx-viewport {
    padding-top: 2px;
    height: 450px !important;
}

.detailsSlider {
    padding: 0 60px;
}

.detailsSlider .relative {
    float: left;
    width: 150px;
    padding-top: 25px;
    position: relative;
}

.relative .the-slider-control li span i {
    position: absolute;
    right: calc(50% - 9px);
    top: -20px;
    z-index: 3;
    text-align: center;
    display: block;
    font-size: 30px;
    opacity: 1;
    color: #000;
    background: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.relative .the-slider-control li span#carousel-prev i {
    top: auto;
    bottom: -22px;
}

.relative .bx-controls {
    display: none;
}

.carousel-indicators {
    float: right;
    width: 100%;
    margin-right: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.carousel-indicators li {
    width: auto;
    line-height: normal;
    text-indent: 0;
    border-radius: 0;
    margin: 0;
    width: 120px;
    margin-top: 1px;
    margin-bottom: 19px;
    border: none;
    cursor: pointer;
}

.carousel-indicators li img {
    max-width: 100%;
}

.carousel-indicators .active {
    margin: 0;
    border: 1px solid #f0f0f0;
    width: 120px;
    height: 130px;
}

.carousel-inner {
    position: relative;
}

.carousel-inner > .item {
    text-align: center;
    height: 486px;
    line-height: 486px;
}

.carousel-inner > .item img {
    display: inline-block;
    width: 100%;
}

.carousel-control.left,
.carousel-control.right {
    display: none;
}

.tab:not(:first-of-type) {
    display: none;
}

.star-rating.star-5 {
    width: 250px;
}

.star-rating.star-5 input,
.star-rating.star-5 i {
    width: 20%;
}

.star-rating.star-5 i ~ i {
    width: 40%;
}

.star-rating.star-5 i ~ i ~ i {
    width: 60%;
}

.star-rating.star-5 i ~ i ~ i ~ i {
    width: 80%;
}

.star-rating.star-5 i ~ i ~ i ~ i ~ i {
    width: 100%;
}

.star-rating.star-3 {
    width: 150px;
}

.star-rating.star-3 input,
.star-rating.star-3 i {
    width: 33.33%;
}

.star-rating.star-3 i ~ i {
    width: 66.66%;
}

.star-rating.star-3 i ~ i ~ i {
    width: 100%;
}

/* ============================ */

.listSocial {
    position: absolute;
    width: 205px;
    right: calc(50% - 90px);
    top: calc(100% + 10px);
    padding: 20px;
    direction: ltr;
    border-radius: 5px;
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgb(53 53 53 / 24%);
    z-index: 99;
}

.listSocial a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding-right: 10px;
    border-radius: 3px;
    text-align: left;
    margin-bottom: 5px;
}

.listSocial a i {
    float: left;
    height: 100%;
    width: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 36px;
    margin-right: 10px;
}

.listSocial a.facebook {
    background-color: #304d8d;
}

.listSocial a.twitter {
    background-color: #0099da;
}

.listSocial a.linkedin {
    background-color: #006ea5;
}

.listSocial a.google-plus {
    background-color: #cc4326;
}

.share {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 20px;
}

.shar {
    align-items: center;
    border: none;
    color: #fff;
    font-size: 13px;
    width: 85px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    display: flex;
    gap: 10px;
    background-color: #504d9a;
    cursor: pointer;
}

.shar i {
    display: inline-block;
    float: right;
    margin-top: 3px;
    margin-right: 8px;
}

.dicription ~ .share {
    float: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

/* .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right;
    padding: 0 15px !important;
} */

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 45px !important;
    color: #707884 !important;
    font-size: 14px !important;
    font-weight: 500;
    text-align: right !important;
    padding: 0 15px !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 0 !important;
    height: 45px !important;
    width: 100% !important;
}

.select2-container--open .select2-dropdown--below {
    text-align: right;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
}

.select2-search--dropdown {
    padding: 0 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #fff !important;
    color: #000 !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #504d9a !important;
    color: #fff !important;
}

.select2-results__option {
    padding: 10px 15px !important;
}

.select2-container {
    width: 100% !important;
}

#hearing_result_div {
    display: none;
}

#service_present_div {
    display: none;
}

#school_div {
    display: none;
}

.loginDoctor2 .loginForm input.headin {
    display: none;
    color: #717171;
    font-size: 13px;
    font-weight: 500;
}

.ui-widget.ui-widget-content {
    height: 300px;
}

.downeLoudFill.dataClinder .styleCheck {
    border-radius: 0;
    padding: 15px;
    background-color: #fbfbfb;
    height: 50px;
    margin-bottom: 20px;
    float: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.downeLoudFill.dataClinder .checkLabel {
    width: unset;
    background-color: none;
    height: unset;
    cursor: pointer;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    z-index: 1;
}

.downeLoudFill.padding0.tab7.tab {
    overflow-x: scroll;
}
.downeLoudFill.padding0.tab7.tab .adsModal .checkrelative {
    display: flex;
    align-items: center;
    gap: 10px;
}
.downeLoudFill.padding0.tab7.tab .adsModal .checkrelative input {
    width: fit-content;
    margin: 0;
}
.downeLoudFill.padding0 .infoBody .boxowl .owlCrd2 .item .pdf-file {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 20px;
    background-color: #c0392b;
    border-radius: 5px;
    color: #fff;
}
/**/
.calender {
    background-color: #fff;
    padding: 30px 0;
}
.calender .calender-header {
    padding: 0px 45px 25px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f8f8f8;
}
.calender .calender-header > div {
    display: flex;
    align-items: center;
    gap: 20px;
}
.calender .calender-header .date span {
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 16%);
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.calender .calender-header .date .month-year {
    display: flex;
    align-items: center;
    gap: 5px;
}
.calender .calender-header .date .month-year p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.calender .calender-header .date .arrow {
    display: flex;
    align-items: center;
    gap: 10px;
}
.calender .calender-header .date .arrow > div {
    width: 30px;
    height: 30px;
    background-color: #f3f3f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.calender .calender-header .date .arrow .left svg {
    transform: rotate(180deg);
}
.calender .calender-header .tools p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.calender .calender-header .tools select {
    width: 130px;
    height: 45px;
    padding-right: 20px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 5px;
    appearance: none;
    background-image: url("../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: left 20px top 50%, 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.calender .select-all-days {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin: 20px 0 45px 40px;
}
.calender .select-all-days p {
    font-size: 16px;
    font-weight: 500;
    color: #3d3d3d;
}
.calender .calender-table {
    width: 100%;
    display: block;
    padding: 0 50px 55px 40px;
    overflow-x: scroll;
}
.calender .calender-table thead tr th {
    width: 125px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #f5f5f5 #f5f5f5 #f5f5f5;
    text-align: center;
    padding: 5px 0 10px;
}
.calender .calender-table thead tr th.time {
    border-right: none;
}
.calender .calender-table thead tr th.time p {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.calender .calender-table thead tr th.day p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.calender .calender-table thead tr th.day span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #9ccfa9;
    border-radius: 50%;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.calender .calender-table tbody tr td {
    height: 85px;
    position: relative;
    border: 1px solid #f5f5f5;
}
.calender .calender-table tbody tr td.time {
    border-right: none;
}
.calender .calender-table tbody tr td.time p {
    position: absolute;
    background-color: #fff;
    top: -12px;
    width: 80%;
    font-size: 12px;
    font-weight: 300;
    color: #9f9f9f;
    text-align: center;
}
.calender .calender-table tbody tr td .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background-color: #eef6f0;
    border: 2px solid #9ccfa9;
    border-radius: 10px;
    padding: 5px;
}
.calender .calender-table tbody tr td .box .appointment {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    font-weight: bold;
    color: #9ccfa9;
}
.calender .save {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 45px;
    border: none;
    background-color: #9ccfa9;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0px auto 0px 40px;
}
/**/
#scheduleModal .modal-content {
    width: 500px;
    border-radius: 10px;
}
#scheduleModal .modal-content .modal-body {
    padding: 40px 35px 30px;
}
#scheduleModal .modal-content .modal-body {
    padding: 40px 35px 30px;
}
#scheduleModal .modal-content .modal-body .schedule {
    background-color: #fff;
}
#scheduleModal .modal-content .modal-body .schedule .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#scheduleModal .modal-content .modal-body .schedule .head p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
#scheduleModal .modal-content .modal-body .schedule .date {
    position: relative;
    background-color: #f1f3f4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px 20px;
    margin: 40px 0 20px;
    cursor: pointer;
}
#scheduleModal .modal-content .modal-body .schedule .date p {
    font-size: 18px;
    font-weight: 400;
    color: #707070;
}
#scheduleModal .modal-content .modal-body .schedule .date input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
}
#scheduleModal .modal-content .modal-body .schedule .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#scheduleModal .modal-content .modal-body .schedule .time input {
    background-color: #f1f3f4;
    border: 1px solid #f1f3f4;
    border-radius: 5px;
    width: 170px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #707070;
}
#scheduleModal .modal-content .modal-body .schedule .time input:focus {
    background-color: #fff;
    border: 1px solid #f1f3f4;
    border-bottom: 4px solid #1a73e8;
}
#scheduleModal .modal-content .modal-body .schedule button {
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: #9ccfa9;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
}
#calenderModal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#calenderModal .modal-header .select-all-days {
    display: flex;
    align-items: center;
    gap: 20px;
}
#calenderModal .modal-header .select-all-days p {
    font-size: 16px;
    font-weight: 500;
    color: #3d3d3d;
}
#calenderModal #calender-body {
    width: 600px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
#calenderModal
    #calender-body
    .daterangepicker.ltr.auto-apply.show-calendar.openscenter {
    top: 20px !important;
    right: 45px !important;
    left: auto !important;
    display: block !important;
}
#prepareModal .modal-content {
    border-radius: 10px;
}
#prepareModal .modal-content .modal-body {
    height: 600px;
    overflow-y: scroll;
    padding: 30px 35px 40px;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: thin; /* for Firefox */
    scrollbar-color: #eef6f0 transparent; /* for Firefox */
}
#prepareModal .modal-content .modal-body::-webkit-scrollbar {
    width: 1em; /* for Chrome, Safari, and Opera */
}
#prepareModal .modal-content .modal-body::-webkit-scrollbar-thumb {
    background-color: #eef6f0;
    border-radius: 10px;
}
#prepareModal .modal-content .modal-body .prepare-schedule .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #f6f6f6;
}
#prepareModal .modal-content .modal-body .prepare-schedule .head p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .appointment-duration {
    padding: 20px 0 30px;
    border-bottom: 1px solid #f6f6f6;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .appointment-duration
    p {
    font-size: 18px;
    font-weight: bold;
    color: #6b697a;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .appointment-duration
    span {
    display: block;
    margin: 5px 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .appointment-duration
    select {
    display: block;
    width: 180px;
    height: 45px;
    padding-right: 20px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 5px;
    appearance: none;
    background-image: url("../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: left 20px top 50%, 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
#prepareModal .modal-content .modal-body .prepare-schedule .repeat-weekly {
    padding: 25px 0 20px;
    border-bottom: 1px solid #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#prepareModal .modal-content .modal-body .prepare-schedule .repeat-weekly p {
    font-size: 16px;
    font-weight: 400;
    color: #6b697a;
}
#prepareModal .modal-content .modal-body .prepare-schedule .setting-times {
    padding: 30px 0;
    border-bottom: 1px solid #f6f6f6;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .setting-times
    .title {
    font-size: 18px;
    font-weight: bold;
    color: #6b697a;
}
#prepareModal .modal-content .modal-body .prepare-schedule .times-menu {
    padding-top: 25px;
}
#prepareModal .modal-content .modal-body .prepare-schedule .times-menu li {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding-right: 10px;
}
#prepareModal .modal-content .modal-body .prepare-schedule .times-menu li p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    flex-basis: 13%;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .times-menu
    li
    .time {
    width: 100%;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .times-menu
    li
    .time
    li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 10px;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .times-menu
    li
    .time
    li
    > div {
    flex-basis: 50%;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .times-menu
    li
    .time
    li
    .box {
    background-color: #f1f3f4;
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .times-menu
    li
    .time
    li
    .box
    > div {
    display: flex;
    align-items: center;
    gap: 3px;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .times-menu
    li
    .time
    li
    .box
    > div
    p,
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .times-menu
    li
    .time
    li
    .box
    > div
    span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .times-menu
    li
    .time
    li
    .tools {
    display: flex;
    align-items: center;
    gap: 25px;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .times-menu
    li
    .time
    li
    .tools
    > div {
    cursor: pointer;
}
#prepareModal .modal-content .modal-body .prepare-schedule .color {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 25px;
    border-bottom: 1px solid #f6f6f6;
}
#prepareModal .modal-content .modal-body .prepare-schedule .color p {
    font-size: 16px;
    font-weight: 400;
    color: #6b697a;
}
#prepareModal .modal-content .modal-body .prepare-schedule .color .palette {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
#prepareModal .modal-content .modal-body .prepare-schedule .color .palette div {
    width: 30px;
    height: 30px;
    background-color: #9ccfa9;
    border-radius: 50%;
}
#prepareModal
    .modal-content
    .modal-body
    .prepare-schedule
    .color
    .palette
    input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#prepareModal .modal-content .modal-body .prepare-schedule button {
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: #9ccfa9;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
}
/**/
.ui-timepicker {
    position: relative;
    z-index: 99999;
}
.ui-timepicker .ui-timepicker-viewport {
    padding-right: 0 !important;
}
