@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800&display=swap');


*:lang(en) {
  font-family: 'Roboto', sans-serif;
}
*:lang(ar) {
  font-family: 'Noto Kufi Arabic', sans-serif !important;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.first-main {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    padding: 20px 0px;
    align-items: center;
}

.first-logo img {
    height: 76px;
    width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #898787;
}

.first-head h2 {
    margin-bottom: 10px;
}

.first-head p {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.first-head {
    color: #c43571;
}

.main-continer {
    max-width: 1200px;
    margin: auto;
}


.slideshow-container {
    position: relative;
    width: 50%;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .booked-text {
        font-size: 4vw !important;
    }
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}


/* .main-continer {
    display: inline-flex;
} */


.main-continer-right {
    color: #c43571;
    width: 50%;
    padding-top: 30px;

}

.checkbook1 {
    border: 1px solid black;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.checkbook4 {
    display: flex;
    column-gap: 10px;
    align-items: center;


}

.checkbook {
    display: flex;
    margin-bottom: 30px;
    column-gap: 30px;
}

.icon {
    display: flex;
    margin-top: 30px;
    column-gap: 50px;
    width: 50%;
    margin-bottom: 30px;
}

.icon .icon-left {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.icon .icon-right {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.text-heading {
    display: block;
    font-size: 23px;
    margin-bottom: 6px;
    color: #898787;
    font-weight: 600;
}

.text-time {
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #898787;
}

.tools-head {
    color: #c43571;
    margin-bottom: 25px;
    font-size: 35px;
    margin-top: 40px;
}


.bathroom {
    display: flex;
}

.tools-icon {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    row-gap: 20px;
    padding-top: 20px;
}

.tv {
    display: flex;
    /* margin: 20px; */

}

.conditionig {
    display: flex;
}

.bed {
    display: flex;
}


.details-head {
    text-transform: capitalize;
    color: #c43571;
    font-size: 33px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.terms-head {
    text-transform: capitalize;
    color: #c43571;
    font-size: 33px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.btn {
    margin-top: 20px;
    text-transform: uppercase;
    border: #fff solid 1px;
    background-color: #c43571;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    color: white;
    text-align: center;
    padding: 10px 30px;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
}


.row-container {
    display: flex;
    column-gap: 80px;
}

.radiobtn {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.radiobtn input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.slider-date h5 {
    font-size: 18px;
    margin-bottom: 16px;
}

.slider-main {
    width: 80%;
    margin: 0px;
    position: relative;
    margin-left: 40px;
}


.slider-main .boxed-for-slider {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    border-left: 0.5px solid #000;
    border-right: 0.5px solid #000;
}

.slider-main .boxed-for-slider:hover {
    background: #c43571;
    transition: 0.2s all ease;
    color: #fff;
}

.slider-main .boxed-for-slider .dates {
    display: block;
    font-size: 11px;
    font-weight: 600;
}

.slider-main .boxed-for-slider .booked-text {
    /* display: block; */
    font-size: 1vw;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px !important;
    color: #000 !important;

}

.swiper,
swiper-container {
    position: unset !important;
}

.swiper-button-prev {
    left: -40px !important;
    border: 1px solid #000;
    top: 22px !important;
    bottom: 0 !important;
    height: auto !important;
    border-radius: 4px;
    padding: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.swiper-button-next {
    right: -40px !important;
    border: 1px solid #000;
    top: 22px !important;
    bottom: 0 !important;
    height: auto !important;
    border-radius: 4px;
    padding: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tools-icon .comman-boxes {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.tools-icon .comman-boxes h4 {
    font-size: 15px;
    text-transform: capitalize;
    color: #898787;
    font-weight: 500;
}

.tools-icon .comman-boxes img {
    width: 30px !important;
    height: auto;
}

.links-continue a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    color: #898787;
}

.main-continer-right p {
    color: #c43571;
}


/* Ocassion Page */
.first-section-main {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 12px 0px;
    border-bottom: 1px solid #ccc;
}

.container-small {
    max-width: 500px;
    margin: auto;
}

.boxes-family {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxes-family img {
    width: 20px;
    height: auto;
}

.nav-first {
    font-size: 22px;
    text-transform: capitalize;
}

.nav-head {
    font-size: 20px;
    color: #c43571;
    font-weight: 600;
}

.text-para {
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

textarea.text-para {
    height: 150px;
    text-align: left;
}
textarea.text-para:lang(ar) {
    text-align: right;
}

.margin-top-zero {
    margin-top: 0px;
}

.items-for-swim {
    padding-top: 30px
}

.items-for-swim .items-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.items-for-swim .items-inner input {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0;
}

.links-boxes {
    margin-top: 100px;
    margin-bottom: 60px;
}

.links-boxes .comman-link a {
    color: #767676;
    margin-bottom: 20px;
    display: inline-block;
}

.text-center {
    text-align: center;
}

/* Ocassion Page */

/* Create Account */
.background-colours {
    background: #dc7ea269;
}

.form-mains {
    padding-top: 20px;
}

.form-mains .first-row-area {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    column-gap: 30px;
    justify-content: space-between;
}

.label-name {
    margin-bottom: 8px;
    font-size: 15px;
    color: #c43571;
    font-weight: 600;
}

.boxes-comman {
    margin-bottom: 20px;
}

.boxes-comman input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 10px 10px;
}

.boxes-comman .iti {
    width: 100%;
}

.boxes-comman .iti input {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-mains .first-row-area .boxes-comman {
    width: 50%;
}

/* Create Account */

/* OTP Screen */
.otp-screen {
    padding-top: 70px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inputfield {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: center;
}

.boxes-comman .inputfield .input {
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
}

.otp-screen .label-name {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}

.otp-screen .btn {
    margin-left: auto;
    margin-right: auto;
}

.time-otp-screen {
    margin-bottom: 10px;
    font-size: 12px;
    color: #6b6b6b;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
}

/* OTP Screen */

/* Paying Off Screen */

.first-section-for-paying-off {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.first-section-for-paying-off .left-side {
    display: flex;
    align-items: center;
}

.first-section-for-paying-off .left-side img {
    width: 25px;
    height: auto;
    margin-left: 10px;
}

.head-text {
    font-size: 22px;
    color: #c43571;
    font-weight: 600;
}

.first-section-for-paying-off .right-side {
    font-size: 22px;
    color: #c43571;
    font-weight: 600;
}

.second-section-for-paying-off {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    column-gap: 20px;
}

.second-section-for-paying-off .left-side-boxes {
    color: #c43571;
    font-weight: 600;
    font-size: 16px;
}

.second-section-for-paying-off .right-side-boxes {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.second-section-for-paying-off .right-side-boxes .input-box input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none !important;
    font-weight: 600;
}

.second-section-for-paying-off .btn-box button.button-veri {
    margin-top: 20px;
    text-transform: uppercase;
    border: #fff solid 1px;
    background-color: #c43571;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    color: white;
    text-align: center;
    padding: 10px 30px;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
}

.third-section-for-paying-off .comman-box-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.third-section-for-paying-off .comman-box-main .comman-left {
    color: #c43571;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.third-section-for-paying-off .comman-box-main .red-text {
    font-size: 16px;
    color: red;
    font-weight: 500;
}
.third-section-for-paying-off .comman-box-main .green-text {
    font-size: 16px;
    color: green;
    font-weight: 500;
}

.points-text {
    font-size: 12px;
    color: #828282;
    margin-top: 5px;
}

.congrates-money-bags {
    display: flex;
    align-items: center;
    justify-content: center;
}

.congrates-money-bags img {
    width: 25px;
}

.congrates-money-bags {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    background: #8bce8385;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-radius: 5px;
}

.card-img-box .first-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.card-img-box .first-row img {
    width: 80px;
}


.text-of-arrabic {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #a6a6a6;
}

.black-text {
    font-size: 16px;
    font-weight: 500;
}

/* Paying Off Screen */


@media (max-width:1300px) {
    .booked-text {
        font-size: 1vw !important;
    }
    .first-main {
        max-width: 95%;
    }

    .main-continer {
        max-width: 90%;
    }
}

@media (max-width:1200px) {
    .booked-text {
        font-size: 1vw !important;
    }
    .slider-main .boxed-for-slider span.booked-text {
        font-size: 12px;
    }
}

@media (max-width:991px) {
    .booked-text {
        font-size: 4vw !important;
    }
    html {
        overflow-x: hidden;
    }

    .row-container {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .slideshow-container {
        position: relative;
        width: 100%;
    }

    .main-continer-right {
        width: 100%;
    }

    .slider-main {
        width: 90%;
    }

    .icon {
        width: 100%;
    }

    .tools-icon .comman-boxes h4 {
        width: 44%;
    }

    .container-small {
        max-width: 90%;
    }
}

@media (max-width:767px) {
    .booked-text {
        font-size: 4vw !important;
    }
    .first-main {
        max-width: 95%;
        padding: 10px 0px;
        display: block;
        padding-bottom: 0px;
    }

    .first-logo img {
        height: 50px;
    }

    .first-head h2 {
        margin-bottom: 10px;
        font-size: 16px;
        margin-top: -37px;
        text-align: right;
    }

    .first-head p {
        justify-content: flex-end;
        margin-bottom: 0px;
        font-size: 12px;
    }

    .first-head p img {
        width: 15px;
        height: auto;
    }

    .main-continer {
        max-width: 95%;
    }

    .checkbook {
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .checkbook1 {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .checkbook5 {
        font-size: 16px;
    }

    .main-continer-right p {
        text-align: center;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: normal;
    }

    .radiobtn {
        margin-bottom: 30px !important;
        width: 70%;
        margin: auto;
        justify-content: space-between;
        column-gap: 0px;
    }

    .slider-date h5 {
        font-size: 15px;
        margin-bottom: 16px;
        text-align: center;
    }

    .slider-main {
        width: 82%;
        margin: auto;
    }

    .slider-main .boxed-for-slider {
        padding: 0px 0px;
    }

    .swiper-button-prev {
        left: -29px !important;
        border: 1px solid #000;
        top: 22px !important;
        bottom: 0 !important;
        height: auto !important;
        border-radius: 4px;
        padding: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .swiper-button-next {
        right: -28px !important;
        border: 1px solid #000;
        top: 22px !important;
        bottom: 0 !important;
        height: auto !important;
        border-radius: 4px;
        padding: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .slider-main .boxed-for-slider span.booked-text {
        font-size: 10px;
    }

    .icon {
        column-gap: 30px;
        justify-content: space-between;
    }

    .text-heading {
        font-size: 15px;
    }

    .text-time {
        font-size: 12px;
    }

    .icon .icon-left img,
    .icon .icon-right img {
        width: 20px;
        height: auto;
    }

    .tools-head {
        font-size: 25px;
    }

    .tools-icon .comman-boxes img {
        width: 30px !important;
        height: auto;
    }

    .tools-icon .comman-boxes h4 {
        font-size: 12px;
        width: inherit;
    }

    .details-head,
    .terms-head {
        font-size: 25px;
    }

    p {
        font-size: 14px;
    }

    .links-continue a {
        font-size: 12px;
    }

    .btn {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
        padding: 10px 0px;
    }

    .congrates-money-bags {
        margin-left: -21px;
        margin-right: -21px;
    }

    body[lang='ar'] .slider-main {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media (max-width:350px) {
    .booked-text {
        font-size: 4vw !important;
    }
    .nav-first {
        font-size: 16px;
        text-transform: capitalize;
    }

    .nav-head {
        font-size: 15px;
    }

    .text-para {
        font-size: 11px;
    }

    .items-for-swim .items-inner h3 {
        font-size: 16px;
    }

    .links-boxes {
        margin-bottom: 30px;
    }

    .head-text,
    .first-section-for-paying-off .right-side {
        font-size: 18px;
    }

    .second-section-for-paying-off .btn-box button.button-veri {
        font-size: 12px;
        padding: 7px 10px;
    }
}


/* eng ar */

/* html[lang='en'] {
    display: block !important;
} */

body[lang="en"] [lang="ar"],
body[lang="ar"] [lang="en"] {
    display: none;
}


body[lang='ar'] {
    direction: rtl;
}

.slideshow-container {
  direction: ltr;
}

.first-head p[lang='ar'] {
    flex-direction: row-reverse;
}

body[lang='ar'] .first-main {
  flex-direction: row-reverse;
}

.swiper-wrapper {
  direction: ltr;
}

body[lang='ar'] .slider-main {
  margin-right: 40px;
  margin-left: 0px;
}

body[lang='ar'] .radiobtn {
  justify-content: flex-end;
  display: inline-flex;
}

body[lang='ar'] .slider-main .boxed-for-slider span.dates {
  height: 22px;
}

body[lang='ar'] .icon .icon-left,
body[lang='ar'] .icon .icon-right {
  flex-direction: row-reverse;
}

body[lang='ar'] .text-time {
  line-height: 1;
}


body[lang='ar'] .iti--allow-dropdown .iti__flag-container,
body[lang='ar'] .iti--separate-dial-code .iti__flag-container {
    right: auto !important;
    left: auto;
}

body[lang='ar'] .iti--allow-dropdown input,
body[lang='ar'] .iti--allow-dropdown input[type=text],
body[lang='ar'] .iti--allow-dropdown input[type=tel],
body[lang='ar'] .iti--separate-dial-code input,
body[lang='ar'] .iti--separate-dial-code input[type=text],
body[lang='ar'] .iti--separate-dial-code input[type=tel] {
    padding-right: 52px;
    padding-left: 6px;
    margin-left: 0;
}

body[lang='ar'] .first-section-for-paying-off {
    flex-direction: row-reverse;
}

body[lang='ar'] .first-section-for-paying-off .left-side img {
    margin-right: 10px;
    margin-left: 0px;
}

@media (max-width:767px) {
    .booked-text {
        font-size: 3vw !important;
    }
    body[lang='ar'] .first-main {
        display: flex;
        flex-direction: row-reverse;
    }

    body[lang='ar'] .first-head h2 {
        margin-top: 0px;
    }

    body[lang='ar'] .radiobtn {
        justify-content: center;
        width: 100%;
        column-gap: 13px;
    }

    body[lang='ar'] .main-continer {
        max-width: 90%;
    }

    body[lang='ar'] .icon .icon-left,
    body[lang='ar'] .icon .icon-right {
        column-gap: 5px;
    }

    body[lang='ar'] .icon {
        column-gap: 0px;
        justify-content: space-between;
    }

    body[lang='ar'] .text-heading {
        font-size: 12px;
        line-height: 1;
    }
}


.slideshow-container .swiper-button-prev,
.slideshow-container .swiper-button-next {
    height: 20px !important;
    margin: auto;
}

.slideshow-container {
    position: relative;
    margin-bottom: 25px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: -13px;
}

@media (max-width:767px) {
    .booked-text {
        font-size: 4vw !important;
    }
    .slideshow-container .swiper-button-prev {
        left: 8px !important;
        right: auto;
        width: 30px;
        background: #e8e7e7;
        border: none;
    }

    .slideshow-container .swiper-button-next {
        left: auto !important;
        right: 8px !important;
        width: 30px;
        background: #e8e7e7;
        border: none;
    }
}


body[lang='ar'] .slider-date .swiper-android .swiper-slide,
body[lang='ar'] .slider-date .swiper-wrapper {
    direction: rtl;
}

body[lang='ar'] .slider-date .swiper-button-next {
    right: auto !important;
    left: -40px !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

body[lang='ar'] .slider-date .swiper-button-prev {
    left: auto !important;
    right: -40px !important;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

@media (max-width:767px) {
    .booked-text {
        font-size: 3vw !important;
    }
    body[lang='ar'] .slider-main {
        width: 90%;
        margin: auto !important;
    }

    body[lang='ar'] .slider-date .swiper-button-next {
        left: -28px !important;
    }

    body[lang='ar'] .slider-date .swiper-button-prev {
        right: -28px !important;
    }
}

.optional-services {
    font-size: 12px;
    margin-top: 7px;
    color: #a3a3a3;
}

.price-color {
    color: #c43571;
    font-size: 13px;
}

.Total-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.total-price {
    font-size: 18px;
    font-weight: 700;
    color: #c43571;
}

.first-section-for-paying-off .left-side input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-left: 10px;
}

body[lang='ar'] .first-section-for-paying-off .left-side input[type="checkbox"] {
    margin-left: 0px;
    margin-right: 10px;
}


@media (max-width:991px) {
    .booked-text {
        font-size: 2vw !important;
    }
    .tools-icon {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:767px) {
    .booked-text {
        font-size: 3vw !important;
    }
    .tools-icon {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

#more,
#moreTC {
    display: none;
}

a#myBtn,
a#myBtnTC {
    cursor: pointer;
    color: #c43571;
}

.accordion {
    cursor: pointer;
    padding: 0px 21px;
    width: auto;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    position: relative;
    text-transform: capitalize;
    background: no-repeat;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    left: -8px;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.container-slick {
  background-color: #cac7c7;
}
.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}
.slick-next, .slick-prev {
  width: 30px;
  height: 30px;
}
.slickClass{
  width:90%;
  margin:0px auto;
  direction: ltr;
}
.slick-slide {
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
.control-c {
  width: 30px;
  height: 30px;
}
#selectedDaysSwiper {
  background: #c2b4b4;
}
.rtl:lang(ar) {
  direction: rtl;
}
.red-color {
  color: red;
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}
.disabledBtn {
  opacity: 0.6;
  cursor: not-allowed;
}
.error {
  border: 1px solid red! important;
}
.error-message {
  color: red;
  font-size: 14px;
}
.fixed-button {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 60px;
  z-index: 9999;
}
