@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

/* Fonts Include */
/* arabic font */
@font-face {
    font-family: 'almarai';
    font-weight: 400;
    src: url(../fonts/ar/Almarai-Light.ttf);
}

@font-face {
    font-weight: 500;
    font-family: 'almarai';
    src: url(../fonts/ar/Almarai-Regular.ttf);
}

@font-face {
    font-weight: 600;
    font-family: 'almarai';
    src: url(../fonts/ar/Almarai-Bold.ttf);
}

/* english fonts */
@font-face {
    font-family: 'dubai';
    font-weight: 400;
    src: url(../fonts/en/Dubai-Regular.ttf);
}

@font-face {
    font-weight: 500;
    font-family: 'dubai';
    src: url(../fonts/en/Dubai-Medium.ttf);
}

@font-face {
    font-weight: 600;
    font-family: 'dubai';
    src: url(../fonts/en/Dubai-Bold.ttf);
}


/* Fonts Include */


/* Filter bug fix
#filter_form { display:none; } */


/* Start General */

html * {
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "dubai", sans-serif;
    margin: 0;
    padding: 0;
}

:root {
    --main-color: #E5D4D3;
    --secondary-color: #B4786C;
    --font-family: dubai, sans-serif;
    --trans: all 0.4s ease-in-out;
    --font-14: 14px;
    --font-16: 16px;
}

body {
    overflow-x: hidden;
    background: #F9F3F2;
    /*transition: var(--trans);*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'dubai', sans-serif;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
div,
section,
span,
p,
div:hover,
section:hover,
span:hover,
p:hover {
    text-decoration: none;
    outline: none;
}

select,
input[type="checkbox"],
input[type="radio"],
select:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    cursor: pointer;
}

.form-control:focus,
.form-select:focus,
.btn:focus {
    box-shadow: none !important;
    border-color: transparent;
}

.has-fixed-top {
    margin-top: 100px;
}

.btn-sarina {
    padding: 8px 30px !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #FFF !important;
    border-radius: 25px;
    font-family: 'dubai', sans-serif;
    font-size: 20px;
}

.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

picture {
    display: block;
}

.sec-padding {
    padding: 20px 0;
}


.ui-timepicker-wrapper {
    overflow-y: auto;
    max-height: 150px;
    width: 6.5em;
    background: #fff;
    border: 1px solid #e9edf4;
    -webkit-box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
    -moz-box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
    box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
    outline: none;
    z-index: 2;
    margin: 0;
    border-radius: 7px;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
    width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
    width: 11em;
}

.ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-timepicker-duration {
    margin-left: 5px;
    color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}

.ui-timepicker-list li {
    padding: 0px 10px;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    list-style: none;
    margin: 0;
    height: 35px;
    line-height: 35px;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff;
}

li.ui-timepicker-selected {
    background: #6c5ffc;
    color: #fff;
}

.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #6c5ffc;
    color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration {
    color: #ccc;
}

.ui-timepicker-list li:hover .ui-timepicker-duration {
    color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled {
    color: #888;
    cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover {
    color: #888;
    cursor: default;
}

.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #888;
    cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    background: #f2f2f2;
}

.ui-timepicker-wrapper {
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.07);
    box-shadow: 0 16px 18px 0 rgba(0, 0, 0, 0.2);
}
.ui-timepicker-list li {
    color: rgba(0, 0, 0, 0.8);
}



/*----- Date Picker ----*/
.ui-datepicker {
    background-color: #fff;
    border: 1px solid #e9ebfa;
    font-family: inherit;
    font-size: inherit;
    padding: 10px;
    margin: 1px 0 0;
    display: none;
    width: auto !important;
    z-index: 5 !important;
    box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
    border-radius: 7px;
}

.ui-datepicker .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #473b52;
    padding: 0 0 5px;
    letter-spacing: 1px;
    border: 0;
    background-color: transparent;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    /*text-indent: -99999px;*/
    color: #6c757d;
    top: 1px;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
    font-size: 16px;
    font-family: "bootstrap-icons";
    position: absolute;
    top: -4px;
    text-indent: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before {
    color: #343a40;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before {
    color: #343a40;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    order: 3;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    right: 5px;
    /*content: "\f105";*/
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    left: 5px;
    /*content: "\f104";*/
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
    color: #495057;
    cursor: pointer;
    top: 1px;
    border: 0;
    background-color: transparent;
}

.ui-datepicker .ui-datepicker-calendar {
    margin: 0;
    background-color: transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ui-datepicker .ui-datepicker-calendar th {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 6px 10px;
    color: #a3a7b7;
}

.ui-datepicker .ui-datepicker-calendar td {
    border: 1px solid #eceef9;
    padding: 0;
    background-color: #eceef9;
    text-align: right;
}

.ui-datepicker .ui-datepicker-calendar td:last-child {
    border-right: 0;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default {
    color: #ccc;
}

.ui-datepicker .ui-datepicker-calendar td span {
    transition: all 0.2s ease-in-out;
    padding: 5px;
    background-color: #ededed;
    color: #000000;
    padding: 6px 10px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    border: 0;
    border-radius: 1px;
}

.ui-datepicker .ui-datepicker-calendar td a {
    transition: all 0.2s ease-in-out;
    padding: 5px;
    background-color: #fff;
    color: #473b52;
    padding: 6px 10px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    border: 0;
    border-radius: 1px;
}

.ui-datepicker .ui-datepicker-calendar td a:hover {
    background-color: #0083ff;
    color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active{
    background-color: #0083ff;
    color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #0083ff;
    color: #ffffff;
}

@media (max-width: 320px) {
    .ui-datepicker .ui-datepicker-calendar th {
        padding: 4px 0;
        letter-spacing: normal;
    }
}

.ui-datepicker-multi .ui-datepicker-group {
    padding-right: 15px;
    width: auto;
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title {
    margin: auto;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev::before {
    left: 10px;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next::before {
    right: 10px;
}

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0;
}

.ui-datepicker-multi .ui-datepicker-group-last {
    padding-right: 0;
}

.ui-datepicker-inline {
    max-width: 270px;
    border-radius: 12px;
}

@media (max-width: 576px) {
    #ui-datepicker-div .ui-datepicker-group {
        float: none;
        padding-right: 0;
    }

    #ui-datepicker-div .ui-datepicker-group.ui-datepicker-group-last .ui-datepicker-header {
        margin-top: 10px;
    }
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

/* with multiple calendars */
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Start General */


/* main-header */

.main-header {
    background-color: var(--main-color);
    /*border-top: 10px solid #D1B8B7;*/
    /*border-bottom: 10px solid #D1B8B7;*/
}

.main-header .navbar-light .navbar-nav .nav-link,
.sm-lang .nav-link {
    color: #B4786C;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 20px;
    transition: all 0.3s ease;
}

.main-header .navbar-light .navbar-nav .nav-link:hover,
.sm-lang .nav-link:hover {
    background-color: #FFF6F5;
    border-radius: 10px;
}

.main-header .navbar-brand {
    margin-right: 0;
}

.main-header .navbar-nav {
    width: 500px;
}


/* main-header */


/* slider-image */

.slider-image {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.main-slider .swiper-pagination {
    bottom: 0;
    left: 50%;
}

.swiper-pagination-bullet {
    margin: 0 3px;
    width: 12px;
    height: 12px;
    background-color: #AB8282;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.scrtabs-tab-scroll-arrow {
    width: 50px;
}

.scrtabs-tab-scroll-arrow-right {
    text-align: right;
}
.scrtabs-tab-scroll-arrow-left {
    text-align: left;
}
/* slider-image */


/* .nav-pills .nav-link */

.nav-pills .nav-link {
    border-radius: 6px !important;
}

.services-tabs .scrtabs-tab-container {
    margin-bottom: 30px;
}

.services-tabs .nav-pills .nav-link,
.buttons-slider .nav-link {
    background-color: #D5B4AD;
    color: #FFFFFF;
    padding: 14px 10px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #D5B4AD;
    border-radius: 5px;
}

.services-tabs .nav-pills .nav-item:nth-child(odd) .nav-link,
.buttons-slider .nav-item:nth-child(odd) .nav-link {
    background-color: #B4786C;
}

.services-tabs .nav-pills .nav-item:not(:last-child) .nav-link,
.buttons-slider .nav-item:not(:last-child) .nav-link {
    margin-right: 10px;
}

.buttons-slider .swiper-slide {
    width: auto !important;
}
/* .nav-pills .nav-link */


/* sec-header */

.sec-header {
    position: relative;
    margin-bottom: 20px;
}

.sec-header h4 {
    color: #B4786C;
    font-size: 25px;
    font-weight:200 !important;
    text-transform: capitalize;
}

.sec-header h4 span {
    font-weight: 200;
}


/* sec-header */


/* service-item */

.service-item {
    position: relative;
    margin-bottom: 25px;
}

.service-item picture {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.service-item picture img,
.service-caption {
    transition: all 0.3s ease;
}

.service-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    background-color: RGBA(180, 120, 108, 0.54);
    padding: 35px 40px;
    border-radius: 10px;
    text-align: center;
}

.service-caption h2 {
    color: #FFF;
    font-size: 26px;
    text-transform: capitalize;
}

.service-caption a {
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}

.service-caption a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFF;
}

.service-item:hover picture img {
    transform: scale(1.08, 1.08);
}

.service-item:hover .service-caption {
    background-color: RGBA(180, 120, 108, 1);
}


/* service-item */


/* follow-instagram */

.follow-instagram {
    background-color: #D1B8B7;
    padding: 5px 0;
    text-align: center;
}

.follow-instagram p {
    color: #FFF;
    font-size: 30px;
}

.follow-instagram i {
    font-size: 40px;
    vertical-align: middle;
    margin-right: 8px;
}


/* follow-instagram */


/* footer-body */

.footer-body {
    padding: 15px 0;
    background-color: #E5D4D3;
    text-align: center;
}

.footer-body a.d-inline-block {
    margin-bottom: 20px;
}

.footer-body .nav {
    justify-content: center;
    margin-bottom: 10px;
}

.footer-body .nav .nav-link {
    color: #000000;
    font-size: 16px;
    transition: all 0.34s ease;
    margin: 0 5px;
    text-transform: capitalize;
}

.footer-body .nav .nav-link:hover {
    border-radius: 10px;
    color: #B4786C;
}

.footer-body p {
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-body p a {
    color: #C5725E;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
}


/* footer-body */


/* toggle */

.navbar-light .navbar-toggler {
    padding: 0;
    border: none !important;
    width: 110px;
    text-align: left;
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
    box-shadow: none !important;
}

.container-toggle {
    display: inline-block;
    cursor: pointer;
}

.bar1-toggle,
.bar2-toggle,
.bar3-toggle {
    width: 23px;
    height: 3px;
    background-color: #B4786C;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 5px;
}

.change-toggle .bar1-toggle {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

.change-toggle .bar2-toggle {
    opacity: 0;
}

.change-toggle .bar3-toggle {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}


/* toggle */

.sm-logo,
.sm-lang {
    display: none;
}


/*page-header*/

.page-header {
    padding: 20px 0;
    background-color: #F6F0EE;
    margin-bottom: 30px;
}

.page-header h1 {
    color: #B4786C;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.breadcrumb-item a {
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item,
.breadcrumb-item a {
    color: #54595F;
    font-size: 18px;
    font-weight: 600;
}


/*page-header*/


/* service-item-inPage */

.service-item-inPage {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.service-item-inPage picture {
    width: 100%;
    height: 465px;
    overflow: hidden;
    border-radius: 10px;
}

.service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: RGBA(180, 120, 108, 0.54);
    padding: 0 20px 15px 20px;
}

.service-text .author figure {
    width: 65px;
    height: 65px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -32px;
    margin-bottom: 0;
}

.service-text .author h5 {
    font-size: 18px;
    color: #FFF;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 5px;
}

.service-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
}

.service-text p {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 0;
}

.service-text p span {
    font-weight: 200;
    font-size: 14px;
}

.service-text p strong {
    font-weight: 600;
    font-size: 18px;
}


/* service-item-inPage */


/* page-title-with-actions */

.page-title-with-actions {
    margin-bottom: 33px;
}

.page-title-with-actions h4 {
    font-size: 20px;
    font-weight: 400;
    color: #54595F;
}

.page-title-with-actions h4 span {
    color: #B4786C;
    font-size: 24px;
    font-weight: 600;
}

.title-actions label {
    margin-left: 27px;
    color: #B4786C;
    font-size: 16px;
}

.title-actions .form-group {
    margin-left: 17px;
}

.title-actions .form-group .form-select {
    border-radius: 10px;
    border-color: transparent;
}

.colored-select {
    background-color: #E6D2CE;
    border: 1px solid #E6D2CE;
}


/* page-title-with-actions */


/* single-image */

.gallery-single-image {
    width: 100%;
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider picture {
    display: block;
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.1;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs picture {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
    color: #54595F;
}


/* single-image */


/* author-single */

.author-single {
    margin-bottom: 10px;
}

.author-single figure {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px solid #FFF;
    overflow: hidden;
}

.author-single div {
    color: #54595F;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}


/* author-single */


/* single-title */

.single-title {
    color: #54595F;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-page hr {
    border-top-color: #54595F;
    opacity: 0.14;
}


/* single-title */


/* prices */

.prices {
    background-color: #F6F0EE;
    border: 1px solid #E6D2CE;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.prices div {
    padding: 15px 10px;
    min-width: 230px;
    text-align: center;
}

.prices div:last-child {
    background-color: #E5D4D3;
}

.prices div p {
    margin-bottom: 0;
    color: #54595F;
    font-size: 18px;
}

.prices div p strong {
    color: #B4786C;
    font-size: 22px;
    text-transform: uppercase;
}


/* prices */


/* btn-bloking */

.btn-bloking {
    background-color: #D5B4AD;
    color: #FFF;
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
}

.btn-bloking svg {
    margin-right: 5px;
}


/* btn-bloking */


/* text-strip */

.text-strip h4 {
    color: #54595F;
    font-size: 16px;
    margin-bottom: 8px;
}

.text-strip p,
.text-strip li,
.text-strip span,
.text-strip pre,
.text-strip strong,
.text-strip b {
    color: #54595F;
    font-size: 16px;
    line-height: 35px;
}


/* text-strip */


/* boking */

.boking {
    background-color: #F6F0EE;
    border-radius: 10px;
    padding: 38px;
}

.boking h4 {
    color: #54595F;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.control-with-icon {
    position: relative;
}

.control-with-icon span {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #B4786C;
}

.boking .form-control,
.boking .form-select {
    background-color: #F6F0EE;
    border: 1px solid #E6D2CE;
    border-radius: 10px;
    font-size: 14px;
    color: #54595F;
}

.boking .form-control:not(textarea),
.boking .form-select {
    height: 60px;
}

.boking .form-group label {
    color: #54595F;
    font-size: 14px;
    margin-left: 5px;
    text-transform: capitalize;
}

.boking .form-group {
    margin-bottom: 20px;
}

.btn-booking {
    background-color: #E6D2CE;
    padding: 13px 20px;
    min-width: 290px;
    font-size: 20px;
    color: #B4786C;
    font-weight: 500;
    border-radius: 10px;
}


/* boking */


/*  btn-form  */

.btn-form {
    padding: 13px 5px;
    color: #B4786C;
    font-size: 22px;
    font-weight: 500;
    margin-left: 20px;
}

.btn-sarina-2 {
    padding: 10px 20px;
    color: #B4786C;
    font-size: 22px !important;
    font-weight: 500 !important;
    background-color: #E6D2CE;
    border-radius: 10px;
}

.btn-sarina-3 {
    padding: 10px 20px;
    color: #E6D2CE !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    background-color: #B4786C;
    border-radius: 10px;
}

.btn-sarina-2:hover {
    color: #B4786C;
    background-color: #e7c3b9;
}
/*  btn-form  */

.boking .form-group h4 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}


/* The container */

.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
}

.container-check abbr {
    color: #B4786C;
    margin-left: 20px;
}


/* Hide the browser's default checkbox */

.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 3px solid #54595F;
    border-radius: 5px;
    transition: all 0.34s ease;
}


/* On mouse-over, add a grey background color */

.container-check:hover input ~ .checkmark-check {
    background-color: #fff;
}


/* When the checkbox is checked, add a blue background */

.container-check input:checked ~ .checkmark-check {
    background-color: #B4786C;
    border: 3px solid #B4786C;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark-check:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container-check input:checked ~ .checkmark-check:after {
    display: block;
}


/* Style the checkmark/indicator */

.container-check .checkmark-check:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* The container */

.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #54595F;
    transition: all 0.34s ease;
}


/* On mouse-over, add a grey background color */

.container-radio:hover input ~ .checkmark-radio {
    background-color: #fff;
    border: 2px solid #B4786C;
}


/* When the radio button is checked, add a blue background */

.container-radio input:checked ~ .checkmark-radio {
    background-color: transparent;
    border: 2px solid #B4786C;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container-radio input:checked ~ .checkmark-radio:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container-radio .checkmark-radio:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #B4786C;
}


/* sarina-modal */

.sarina-modal h4 {
    color: #B4786C;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 600;
}

.sarina-modal p {
    color: #54595F;
    font-size: 16px;
    line-height: 35px;
}

.sarina-modal .modal-body {
    background-color: #F6F0EE;
    border-radius: 10px;
}

.sarina-modal .btn {
    font-size: 20px;
    font-weight: 500;
    color: #B4786C;
}


/* sarina-modal */


/*  summery-figure  */

.summery-check {
    background-color: #F6F0EE;
    border-radius: 10px;
    padding: 30px 20px;
}

.summery-figure {
    width: 104px;
    height: 104px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0;
}

.summery-check h4 {
    color: #54595F;
    font-size: 18px;
    font-weight: 600;
}

.summery-check .title {
    color: #B4786C;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.summery-check .form-group h5 {
    color: #B4786C;
    font-size: 22px;
    font-weight: 600;
}

.summery-meta .nav li:not(:last-child) {
    margin-right: 30px;
}

.summery-meta .nav li i {
    color: #B4786C;
    margin-right: 15px;
}

.summery-meta .nav li p {
    margin-bottom: 0;
    color: #54595F;
    font-size: 14px;
    font-weight: 500;
}

.summery-meta .nav li span {
    color: #B4786C;
    font-size: 16px;
    font-weight: 500;
}

.summery-check .total p {
    color: #54595F;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 0;
}

.summery-check .total strong {
    color: #B4786C;
    font-size: 22px;
    font-weight: 600;
}

.summery-check .table tr td:last-child {
    text-align: right;
}

.summery-check .table tr td {
    color: #1D1D1B;
    font-size: 16px;
}

.summery-check .table tr td strong {
    color: #B4786C;
    font-size: 22px;
    font-weight: 600;
}

.summery-check .note-list li {
    color: #1D1D1B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
}

.summery-check .note-list li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 2px;
    background-color: #1D1D1B;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 10px;
}

.summery-check p {
    color: #1D1D1B;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.summery-check p a {
    color: #1D1D1B;
}


/*  summery-figure  */


/*  form-adress  */

.form-adress h4 {
    color: #B4786C;
    font-size: 22px;
    font-weight: 600;
}

.sarina-form .form-group {
    margin-bottom: 15px;
}

.sarina-form label {
    color: #54595F;
    font-size: 14px;
    font-weight: 500;
}

.sarina-form .form-control {
    background-color: #F6F0EE;
    border: 1px solid #E6D2CE;
    color: #B4786C;
    border-radius: 10px;
    transition: all 0.7s ease;
}

.sarina-form .form-control:not(textarea) {
    height: 60px;
}

.sarina-form .form-control:not(:placeholder-shown) {
    background-color: #E6D2CE;
}

.sarina-form .btn-light {
    padding: 10px 20px;
    font-size: 18px !important;
    font-weight: 400 !important;
    height: 55px;
    border-radius: 10px;
}

.sarina-form .btn-light:hover {
    background-color: #E6D2CE !important;
}

/*  form-adress  */

/* main-content */
.main-content {
    min-height: 50vh;
}

/* main-content */

/* payment-success-page */
.payment-success-page {
    padding: 50px 0;
}

/* payment-success-page */

/* success-div */
.success-div {
    background-color: #F6F0EE;
    border-radius: 10px;
    padding: 50px 45px 20px 45px;
}

.success-div .text-center {
    margin-bottom: 30px;
}

.success-div h4,
.success-div h5 {
    color: #54595F;
    font-size: 22px;
    font-weight: 600;
    margin-top: 22px;
    text-transform: capitalize;
}

.success-div h5 {
    font-size: 20px;
    margin-top: 0;
}

.success-div .table tr td {
    color: #54595F;
    font-weight: 500;
    font-size: 14px;
    padding: 17px 5px;
}

.success-div .table tr td span {
    color: #B4786C;
    font-size: 16px;
}

/* success-div */

/* contact-info */
.contact-info {
    background-color: #E5D4D3;
    border-radius: 10px;
    padding: 45px 70px;
}

.contact-info ul li {
    color: #B4786C;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact-info ul li:first-child {
    text-transform: uppercase;
}

.contact-info ul li i {
    margin-right: 20px;
}

.contact-info .btn {
    text-transform: uppercase;
}

/* contact-info */

/* profile-tabs */
.profile-tabs.nav-pills .nav-link {
    background-color: #FFF;
    border-radius: 10px;
    font-size: 18px;
    color: #54595F;
    padding: 15px 25px;
    min-width: 200px;
    margin-right: 15px;
    transition: all 0.34s ease;
}

.profile-tabs.nav-pills .nav-link:hover {
    background-color: #E6D2CE;
    color: #B4786C;
}

.profile-tabs.nav-pills .nav-link.active,
.profile-tabs.nav-pills .show > .nav-link {
    background-color: #B4786C;
    font-weight: 600;
    color: #E6D2CE;
}

/* profile-tabs */

/* no-bookings */
.no-bookings {
    background-color: #F6F0EE;
    border-radius: 10px;
    padding: 36px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.no-bookings h3 {
    font-size: 24px;
    color: #B4786C;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.no-bookings p {
    color: #54595F;
    font-size: 18px;
}

/* no-bookings */

/* booking-item */
.booking-item {
    background-color: #F6F0EE;
    border-radius: 10px;
    padding: 30px 35px;
    margin-bottom: 25px;
}

.booking-item .table tr td {
    color: #54595F;
    font-size: 16px;
}

.booking-item .table tr td span {
    color: #B4786C;
    font-size: 16px;
    font-weight: 600;
}

.not-payed {
    border: 1px solid #B4786C;
}

/* booking-item */

/* about-image */
.about-image {
    height: 700px;
    border-radius: 10px;
    overflow: hidden;
}

/* about-image */

/* contact-whatsapp */
.contact-whatsapp {
    padding: 45px 50px;
    background-color: #E5D4D3;
    border-radius: 10px;
    text-align: center;
}

.contact-whatsapp svg {
    margin-bottom: 20px;
}

.contact-whatsapp p {
    color: #B4786C;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-form h4 {
    color: #B4786C;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
}

/* contact-whatsapp */

/* not-found-404 */
.not-found-404 {
    text-align: center;
}

.not-found-404 h1 {
    color: #B4786C;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 31px;
    margin-bottom: 20px;
}

.not-found-404 p {
    color: #54595F;
    font-size: 18px;
}

/* not-found-404 */

/* auth-text */
.auth-text h1 {
    color: #B4786C;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

/* auth-text */

/* auth-page */
.auth-page {
    padding: 100px 0;
}

.auth-tabs .nav-link {
    padding: 0;
    color: #D5B4AD;
    font-size: 22px;
    margin-right: 40px;
    font-weight: 600;
}

.auth-tabs .nav-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #B4786C;
    margin-top: 10px;
    opacity: 0;
    transition: all 0.3s ease;
}

.nav-pills.auth-tabs .nav-link.active, .nav-pills.auth-tabs .show > .nav-link {
    background-color: transparent !important;
    color: #B4786C;
}

.nav-pills.auth-tabs .nav-link.active::after, .nav-pills.auth-tabs .show > .nav-link::after {
    opacity: 1;
}

.forgot-link p a {
    color: #B4786C;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}

/* auth-page */

/* forgot-text */
.forgot-text h1 {
    color: #B4786C;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.forgot-text p {
    font-size: 18px;
    color: #54595F;
}

/* forgot-text */

.btn-wh {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    padding: 0;
    background: #B4786C;
    line-height: 74px;
    font-size: 45px;
    color: #FFF;
}

.btn-wh:hover {
    color: #B4786C;
    background: #FFF;
}

.cancelled-btn {
    background-color: #54595F;
    border-radius: 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
}

.cancelled-btn:hover {
    background-color: #212529;
    color: #FFF;
}

.open-tabs {
    display: none;
    text-align: center;
    justify-content: center;
}

.open-tabs i {
    justify-self: flex-end;
}


/* Media for responsive */

@media (min-width: 1440px) {
    .container {
        max-width: 1430px;
    }
}

@media (max-width: 1440px) {
}

@media (min-width: 1440px) and (max-width: 1465px) {
}

@media (min-width: 1465px) and (max-width: 1565px) {
}

@media (min-width: 1465px) and (max-width: 1665px) {
}

@media (min-width: 1440px) and (max-width: 1750px) {
}

@media (min-width: 1300px) and (max-width: 1375px) {
}

@media (min-width: 1200px) and (max-width: 1455px) {
    .profile-tabs.nav-pills .nav-link {
        min-width: 150px !important;
    }
}

@media (max-width: 1200px) {
    .first-list {
        width: 371px !important;
    }

    .profile-tabs.nav-pills {
        margin-right: -5px;
        margin-left: -5px;
    }

    .profile-tabs.nav-pills li.nav-item {
        flex: 0 0 50%;
        padding: 0 5px;
    }

    .profile-tabs.nav-pills .nav-link {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .lang-item {
        display: none;
    }

    .navbar-collapse .navbar-brand {
        display: none !important;
    }

    .main-header .navbar-nav {
        width: 100% !important;
        margin: 0 !important;
    }

    .sm-logo,
    .sm-lang {
        display: block;
    }

    .sm-logo img {
        height: 50px;
    }

    .service-item picture {
        height: 500px;
    }

    .main-header .navbar-collapse {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: var(--main-color);
        padding: 20px 15px;
    }

    .success-div {
        margin-bottom: 15px;
        padding: 30px 25px 10px 25px;
    }

    .summery-check {
        margin-bottom: 15px;
    }

    .contact-whatsapp {
        margin-bottom: 20px;
        padding: 35px 20px;
    }

    .contact-whatsapp p {
        font-size: 16px;
    }

    .contact-form h4 {
        font-size: 20px;
    }

    header.auth-text {
        margin-bottom: 30px;
    }

    .auth-text h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .auth-tabs .nav-link {
        font-size: 18px;
    }

    .auth-tabs .nav-link::after {
        margin-top: 5px;
    }

    .contact-info {
        padding: 30px 45px;
        margin-bottom: 25px;
    }

    .contact-info ul li {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .profile-tabs.nav-pills {
        display: flex;
    }
}

@media (max-width: 768px) {
    .nav-pills .nav-link {
        border-radius: unset;
        border-radius: 0;
    }

    .main-slider .swiper-slide video,
    .main-slider .swiper-slide picture {
        height: 214px !important;
    }

    .sec-header h4 {
        font-size: 26px;
    }

    .service-item picture {
        height: 280px;
    }

    .service-caption {
        width: 80%;
        padding: 15px 20px;
    }

    .service-caption h2{
        font-size: 14px;
    }

    .service-caption a {
        font-size: 12px;
    }

    .follow-instagram {
        padding: 12px 0;
    }

    .follow-instagram p {
        font-size: 22px;
    }

    .follow-instagram i {
        line-height: 1;
    }

    .follow-instagram i {
        font-size: 25px;
    }

    .footer-body .nav .nav-link {
        padding: 6px 10px;
        margin: 0;
        font-size: 14px;
    }

    .about-image {
        height: 570px;
    }

    .page-header h1 {
        font-size: 20px;
    }

    .breadcrumb-item + .breadcrumb-item, .breadcrumb-item a {
        font-size: 14px;
    }

    .page-header {
        padding: 15px 0;
    }

    .success-div,
    .summery-check {
        margin-bottom: 20px;
    }

    .text-strip p, .text-strip li, .text-strip span, .text-strip pre, .text-strip strong, .text-strip b {
        line-height: 30px;
    }

    .success-div h4 {
        font-size: 20px;
        margin-top: 10px;
    }

    .success-div .table tr td {
        padding: 12px 5px;
    }

    .summery-check .form-group h5 {
        font-size: 18px;
    }

    .control-with-icon span {
        top: 15px;
    }

    .sarina-form .form-control:not(textarea),
    .boking .form-control:not(textarea), .boking .form-select {
        height: 50px;
    }

    .contact-form h4 {
        font-size: 18px;
    }

    .btn-wh {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 28px;
    }

    .booking-item .table,
    .booking-item .table tbody {
        display: block !important;
    }

    .booking-item .table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .booking-item .table tr td {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-slider picture {
        height: 500px;
    }

    .gallery-thumbs {
        margin-bottom: 20px;
    }

    .boking form div.d-flex.align-items-center {
        flex-wrap: wrap;
        justify-content: center;
    }

    .boking form .btn-booking {
        width: 100%;
    }

    .prices {
        width: 100%;
    }

    .prices div {
        width: 50%;
    }

    .btn-form {
        font-size: 18px;
        padding: 10px 5px;
        margin-top: 10px;
        margin-left: 0;
    }

    .boking h4 {
        font-size: 20px;
    }

    .ord-2 {
        order: 2;
    }

    .ord-1 {
        order: 1;
    }

    .profile-tabs {
        display: none;
    }

    .open-tabs {
        display: flex !important;
    }
}

@media (max-width: 576px) {
    .nav-pills .nav-link {
        border-radius: unset;
        border-radius: 0;
    }
    .follow-instagram p {
        font-size: 18px;
    }

    .main-header .navbar-light .navbar-nav .nav-link, .sm-lang .nav-link {
        padding: 5px 10px;
        line-height: 1;
    }

    .sm-logo {
        flex-grow: 1;
        text-align: center;
    }

    .navbar-light .navbar-toggler {
        width: 70px;
        text-align: left;
    }

    .main-header .navbar-collapse .nav-link {
        margin-bottom: 5px !important;
        padding: 7px 10px !important;
    }

    .not-found-404 h1 {
        font-size: 18px;
    }

    .not-found-404 p {
        font-size: 16px;
    }

    .about-image {
        height: auto;
        margin-bottom: 15px;
    }

    .btn-sarina-2,
    .btn-sarina-3,
    .sarina-form .btn-light,
    .cancelled-btn {
        padding: 7px 10px;
    }

    .summery-check .title {
        font-size: 18px;
    }

    .summery-check .total p {
        font-size: 16px;
    }

    .summery-check .total strong,
    .summery-check .table tr td strong {
        font-size: 19px;
    }

    .summery-check .note-list li {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .contact-form .btn {
        width: 100%;
    }

    .summery-check {
        position: relative;
    }

    .btn-wh {
        position: relative;
        top: -80px;
        right: 0;
    }

    .summery-check .col-auto.ms-auto {
        height: 0;
    }

    .booking-item .table tr td {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .auth-tabs li.nav-item {
        flex: 0 0 50%;
    }

    .auth-tabs .nav-link{
        margin-right: 0;
    }

    .no-bookings h3 {
        font-size: 20px;
    }

    .no-bookings {
        padding: 22px 15px;
    }

    .booking-item {
        padding: 20px;
    }

    .service-item-inPage picture {
        height: 380px;
    }

    .service-text .author figure {
        margin-bottom: 10px;
    }

    .service-text h3,
    .single-title {
        font-size: 20px;
    }

    .gallery-slider picture {
        height: auto;
    }

    .prices div {
        min-width: auto;
        padding: 10px 18px;
    }

    .prices div p strong,
    .prices div p {
        font-size: 16px;
    }

    .boking {
        padding: 15px;
    }

    .summery-check .d-flex.mb-3 {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .summery-check .summery-figure {
        width: 100%;
        height: auto;
        margin-bottom: 30px
    }

}

@media (max-width: 480px) {
    .nav-pills .nav-link {
        border-radius: unset;
        border-radius: 0;
    }

    .contact-info {
        padding: 20px 25px;
    }

    .profile-tabs.nav-pills li.nav-item {
        flex: 0 0 100%;
    }

    .profile-tabs.nav-pills .nav-link {
        min-width: auto !important;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .nav-pills .nav-link {
        border-radius: unset;
        border-radius: 0;
    }

    .main-slider .swiper-slide video,
    .main-slider .swiper-slide picture {
        height: 300px !important;
    }

    .summery-check h4 {
        font-size: 15px;
    }

    .summery-check .table tr td strong {
        font-size: 19px;
    }

    .btn-sarina-2,
    .btn-sarina-3,
    .sarina-form .btn-light,
    .cancelled-btn {
        font-size: 18px !important;
    }

    .summery-figure {
        width: 85px;
        height: 85px;
    }
}

@media (max-width: 300px) {
    .nav-pills .nav-link {
        border-radius: unset;
        border-radius: 0;
    }

    .booking-item .table tr td {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .booking-item .d-flex {
        flex-wrap: wrap;
    }

    .booking-item .d-flex .btn {
        width: 100%;
        margin-top: 5px;
    }
}


/* Media for responsive */
