* {
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Tajawal', sans-serif;
}

*::-moz-selection {
    background-color: #25B0A8;
    color: #fff;
}

*::selection {
    background-color: #25B0A8;
    color: #fff;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
    background: #25B0A8;
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #312482;
}

/***************************** Global Style *****************************/
section {
    overflow: hidden;
}
p {
    font-size: 15px;
    color: #555;
    line-height: 1.7rem;
}

a {
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #312482;
}

.scroll-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(-135deg, #aeeeeb, #25B0A8);
    color: #000;
    text-align: center;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
    background-color: #000;
    color: #fff;
}

.center-vr {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.dir-l {
    direction: ltr;
}

.in-flex {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/***************************** Animations *****************************/
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes flip-diagonal-2-bck {
    0% {
        -webkit-transform: translateZ(0) rotate3d(-1, 1, 0, 0deg);
        transform: translateZ(0) rotate3d(-1, 1, 0, 0deg);
    }
    100% {
        -webkit-transform: translateZ(-260px) rotate3d(-1, 1, 0, -180deg);
        transform: translateZ(-260px) rotate3d(-1, 1, 0, -180deg);
    }
}

@keyframes flip-diagonal-2-bck {
    0% {
        -webkit-transform: translateZ(0) rotate3d(-1, 1, 0, 0deg);
        transform: translateZ(0) rotate3d(-1, 1, 0, 0deg);
    }
    100% {
        -webkit-transform: translateZ(-260px) rotate3d(-1, 1, 0, -180deg);
        transform: translateZ(-260px) rotate3d(-1, 1, 0, -180deg);
    }
}

/***************************** Start Edit Navbar & Footer *****************************/
.navs-wrapper .navbar {
    background-color: #312482;
    position: relative;
}

.navs-wrapper .navbar .logo {
    width: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

.navs-wrapper .navbar .nav-link {
    color: #ddd;
    margin: 0 10px;
    font-weight: 500;
    font-size: 13px;
}

.navs-wrapper .navbar .nav-link::after {
    content: '';
    width: 0px;
    height: 2px;
    background-color: #25B0A8;
    display: block;
    position: relative;
    top: 5px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.navs-wrapper .navbar .nav-link.active, .navs-wrapper .navbar .nav-link:hover {
    color: #fff;
}

.navs-wrapper .navbar .nav-link.active::after, .navs-wrapper .navbar .nav-link:hover::after {
    width: 30px;
    opacity: 1;
}

.navs-wrapper .navbar .account-links {
    color: #ddd;
    display: inline-block;
    padding: 4px 10px 4px 25px;
}

.navs-wrapper .navbar .account-links .icon {
    width: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}

.navs-wrapper .navbar .account-links a {
    font-size: 12px;
    margin: 0 2px;
    color: #fff;
}

.navs-wrapper .navbar .account-links a:hover {
    color: #25B0A8;
}

.navs-wrapper .navbar .dropdown {
    display: inline-block;
    margin: 0 15px;
}

.navs-wrapper .navbar .dropdown .dropdown-btn {
    background-color: #fff;
    color: #312482;
    border: 0;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 12px;
}

.navs-wrapper .navbar .dropdown .dropdown-menu {
    min-width: 100px;
}

.navs-wrapper .top_nav .main-link {
    background-color: #25B0A8;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
}

.navs-wrapper .top_nav .main-link:hover {
    background-color: #22147A;
    color: #fff;
}

.navs-wrapper .navbar .navbar-toggler {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    position: relative;
}

.navs-wrapper .navbar .navbar-toggler.active .navbar-toggler-icon {
    -webkit-box-shadow: 0px 0px 0px grey;
    box-shadow: 0px 0px 0px grey;
    background: rgba(0, 0, 0, 0);
}

.navs-wrapper .navbar .navbar-toggler.active .navbar-toggler-icon::before {
    top: 0px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navs-wrapper .navbar .navbar-toggler.active .navbar-toggler-icon::after {
    top: 0px !important;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navs-wrapper .navbar .navbar-toggler .navbar-toggler-icon {
    width: 15px;
    height: 2px;
    background: #25B0A8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navs-wrapper .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-wrapper .navbar .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #25B0A8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navs-wrapper .navbar .navbar-toggler .navbar-toggler-icon::after {
    top: -5px;
    right: 0px;
}

.navs-wrapper .navbar .navbar-toggler .navbar-toggler-icon::before {
    top: 5px;
    right: 0px;
}


.tab-bar-mob {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#312482), to(#1d1459));
  background-image: linear-gradient(to right, #312482, #1d1459);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem;
  z-index: 9;
  -webkit-box-shadow: -3px -6px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -3px -6px 15px 0 rgba(0, 0, 0, 0.2);
}

.tab-bar-mob .links .link {
  font-size: 13px;
  min-width: 85px;
  text-align: center;
  color: #ddd;
}

.tab-bar-mob .links .link .icon {
  font-size: 20px;
  display: block;
  margin: 0 auto 0px auto;
  opacity: .8;
}

.tab-bar-mob .links .link.active {
  font-weight: bold;
  color: #fff;
}

.tab-bar-mob .links .link.active .icon {
  opacity: 1;
}


footer {
    padding: 100px 0 0 0;
    background-color: #312482;
}

footer .content {
    margin-bottom: 25px;
}

footer .content .text{
    font-size: 13px;
    line-height: 2;
}

footer .content h5 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

footer .content h5::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #25B0A8;
    display: block;
    position: relative;
    top: 7px;
}

footer .content .social-links a {
    display: inline-block;
    margin: 20px 0;
    color: #eee;
    font-size: 16px;
}

footer .content .social-links a img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 5px;
}

footer .content .social-links a .white {
    -webkit-filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(186deg) brightness(103%) contrast(105%);
    filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(186deg) brightness(103%) contrast(105%);
}

footer .content .social-links a:hover {
    color: #25B0A8;
}

footer .content .social-links a:hover img {
    -webkit-filter: invert(60%) sepia(69%) saturate(401%) hue-rotate(128deg) brightness(183%) contrast(103%);
    filter: invert(60%) sepia(69%) saturate(401%) hue-rotate(128deg) brightness(183%) contrast(103%);
}

footer .content .logo {
    width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: auto;
    position: relative;
    z-index: 1;
}

footer .content .pattern {
    position: absolute;
    width: 75%;
    top: -60px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

footer .content .links a {
    margin: 0;
    display: block;
    font-size: 14px;
    height: 40px;
    width: max-content;
}

footer .copyright {
    margin-top: 35px;
    padding: 20px 0;
    background-color: #22147A;
}

footer .copyright p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 17px;
}

/***************************** Start Edit Home Page *****************************/
.searching {
    background-color: #f0f0f0;
    padding: 35px 15px;
    position: relative;
    z-index: 99;
}

.searching .inner {
    background-color: #fff;
    border: 0;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 25px 0 #ddd;
    box-shadow: 0 0 25px 0 #ddd;
}

.searching .inner .form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 0 25px 0 70px;
}

.searching .item {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #eee;
    padding: 5px 10px;
    margin: 30px 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    border-radius: 10px;
}

.searching .item .icon {
    width: 33px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0 0 0 10px;
    border-left: 1px solid #ddd;
}

.searching .item .form-group {
    margin-bottom: 0;
    margin: 0 5px;
    position: relative;
}

.searching .item .form-group .form-control {
    height: 40px;
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
}

.searching .item .combo-select select {
    visibility: hidden;
    opacity: 0;
}

.searching .item .form-group .combo-select .combo-input {
    margin-top: 5px;
    font-size: 12px;
    padding-left: 5px;
}

.searching .item .ratingLabel {
    margin-bottom: 0;
    font-size: 12px;
    color: #555;
    position: absolute;
    top: -5px;
    right: 5px;
}

.searching .item .stars-content .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 1.5em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: 5em;
}

.searching .item .stars-content .star-rating input {
    display: none;
}

.searching .item .stars-content .star-rating label {
    color: #ccc;
    cursor: pointer;
    margin-bottom: 0;
}

.searching .item .stars-content .star-rating :checked ~ label {
    color: #312482;
}

.searching .item .stars-content .star-rating label:hover,
.searching .item .stars-content .star-rating label:hover ~ label {
    color: #bbb4e6;
}

.searching .item.dateItem {
    width: 150px;
    margin: 0;
    border: 1px solid transparent;
}

.searching .item.dateItem label {
    display: block;
    text-align: center;
    color: #888;
}

.searching .item.dateItem .icon {
    background-color: rgba(49, 36, 130, 0.1);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: auto;
    padding: 0;
}

.searching .item.dateItem .icon img {
    width: 15px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.searching .item.dateItem .datepicker {
    text-align: center;
}

.searching .dateBordering {
    margin: 0 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.searching .submit-btn {
    width: 70px;
    margin: auto;
    height: 100%;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #312482;
    background-color: #312482;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    border-radius: 15px 0 0 15px;
    position: absolute;
    left: 0;
    top: 0;
}

.searching .submit-btn img {
    margin: 0 3px;
    width: 18px;
}

.searching .submit-btn:hover {
    border: 1px solid #25B0A8;
    background-color: #25B0A8;
}

header {
    position: relative;
    z-index: 0;
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(49,36,130,.3);
    z-index: 1;
}
header .inner {
    position: relative;
    z-index: 5;
    display: none;
}

header .inner .header-img {
    width: 100%;
    height: 700px;
    display: block;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
header .bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .swiper-slide {
    min-height: 60vh;
}
header .inner .text-box {
    padding: 70px 0 0 0 !important;
}

header .inner .text-box .h4 {
    color: #444;
    font-weight: bold;
}

header .inner .text-box .h1 {
    font-weight: 700;
    margin: 1rem 0 1.2rem 0;
    color: #fff;
    font-size: calc(1vw + 35px);
}

header .inner .text-box .h1 b {
    /*color: #312482;*/
    font-weight: 700;
}

header .inner .text-box .p {
    color: #eee;
}

header .inner .text-box .link-btn {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    background-color: #ffff;
    color: #312482;
    border-radius: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
}

header .inner .text-box .link-btn i {
    margin: 0 4px;
}

header .inner .text-box .link-btn:hover {
    background-color: #25B0A8;
    color: #fff;
}

header .pattern {
    position: absolute;
    top: 80px;
    left: 20%;
}

header .swiper-container .swiper-pagination-bullet {
    width: 40px;
    height: 9px;
    border-radius: 10px;
    background: #eee;
}

header .swiper-container .swiper-pagination-bullet-active {
    background: #25B0A8 !important;
}

header .swiper-container .swiper-pagination {
    position: relative;
    margin-top: 100px;
}

header .swiper-container .swiper-slide-active .text-box {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.about-sec {
    padding: 90px 0 120px 0;
    background-color: #F1F0F5;
}

.about-sec .img-box {
    position: relative;
}

.about-sec .img-box .about-img {
    width: 65%;
    display: block;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #fff;
    z-index: 2;
    position: relative;
}

.about-sec .img-box .play-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #25B0A8;
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.about-sec .img-box .play-btn:hover {
    background-color: #312482;
}

.about-sec .img-box .play-btn:hover .icon {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.about-sec .img-box .pattern1 {
    position: absolute;
    top: -50px;
    right: 25px;
    z-index: 1;
    width: 85%;
    -o-object-fit: contain;
    object-fit: contain;
}

.about-sec .img-box .pattern2 {
    position: absolute;
    top: 0;
    left: 70px;
    animation: flip-diagonal-2-bck 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate-reverse both;
}

.about-sec .text-box {
    padding: 20px 0;
}

.about-sec .text-box .headline {
    color: #434545;
}

.about-sec .text-box .pargraph {
    font-size: 12px;
    margin-top: 1rem;
}

.about-sec .text-box .features-ul li {
    font-size: 15px;
    margin: 10px 0;
}

.about-sec .text-box .features-ul li::before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 10px;
    color: #25B0A8;
}

.about-sec .text-box .link-btn {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    background-color: #ffff;
    color: #312482;
    border-radius: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
}

.about-sec .text-box .link-btn i {
    margin: 0 4px;
}

.about-sec .text-box .link-btn:hover {
    background-color: #25B0A8;
    color: #fff;
}

.features-sec {
    padding: 70px 0;
    background-color: #F1F0F5;
    overflow: hidden;
}

.features-sec .feature-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 35px 20px;
    overflow: hidden;
    position: relative;
    /*min-height: 400px;*/
}

.features-sec .feature-card .content {
    position: relative;
    z-index: 1;
    min-height: 330px;
}

.features-sec .feature-card .headline {
    font-weight: 600;
    margin-bottom: 1rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.features-sec .feature-card .paragraph, .features-sec .feature-card p {
    font-size: 13px;
    line-height: 1.6rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    z-index: 5;
}

.features-sec .feature-card .link-btn {
    text-decoration: none;
    background-color: #312482;
    color: #fff;
    padding: 12px 25px;
    border-radius: 15px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    z-index: 2;
    box-shadow: 0 0 15px #fff4;
}

.features-sec .feature-card .link-btn:hover {
    text-decoration: none;
    color: #25B0A8;
}

.features-sec .feature-card .icon {
    display: block;
    margin: auto;
    opacity: .1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    left: 0;
    bottom: 0;
    /*transform: translateX(-50%);*/
    z-index: 2;
}

.features-sec .feature-card::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #312482;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
}

.features-sec .feature-card:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
}

.features-sec .feature-card:hover .headline {
    color: #fff;
}

.features-sec .feature-card:hover .paragraph,
.features-sec .feature-card:hover p{
    color: #ddd;
}

.features-sec .feature-card:hover .link-btn {
    background-color: #25B0A8;
    color: #fff;
}

.features-sec .feature-card:hover .icon {
    opacity: 1;
}

.halls-sec {
    padding: 70px 0 70px 0;
}

.cities-swiper,
.halls-swiper{
    position: relative;
}

.cities-swiper .swiper-button-next, .cities-swiper .swiper-button-prev,
.halls-swiper .swiper-button-next, .halls-swiper .swiper-button-prev{
    background-size: 16px;
    filter: invert(54%) sepia(49%) saturate(657%) hue-rotate(128deg) brightness(99%) contrast(83%);
    visibility: hidden;
}

.cities-swiper:hover .swiper-button-next, .cities-swiper:hover .swiper-button-prev,
.halls-swiper:hover .swiper-button-next, .halls-swiper:hover .swiper-button-prev{
    visibility: visible;
}


.cities-swiper .swiper-button-next, .cities-swiper .swiper-container-rtl .swiper-button-prev,
.halls-swiper .swiper-button-next, .halls-swiper .swiper-container-rtl .swiper-button-prev{
    right: -25px;
}

.cities-swiper .swiper-button-prev, .cities-swiper .swiper-container-rtl .swiper-button-next,
.halls-swiper .swiper-button-prev, .halls-swiper .swiper-container-rtl .swiper-button-next{
    left: -25px;
}


.halls-sec .hall-card {
    border-radius: 15px 15px 0 0;
    margin: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #F9F9F9;
}

.halls-sec .hall-card .img-box {
    border-radius: 15px 15px 0 0;
    height: 270px;
    position: relative;
    overflow: hidden;
}

.halls-sec .hall-card .img-box .disc{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 15px 3px;
}

.halls-sec .hall-card .img-box .copy_to_share_link {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 15px;
    width: max-content;
    /* border-right: 1px solid #fff4; */
    color: #fff;
    font-size: 10px;
    text-shadow: 2px 3px 3px #0005;
    width: 45px;
    height: 40px;
    align-items: center;
    justify-content: center !important;
    border-top-right-radius: 15px;
    background-color: #25B0A8;
    font-size: 8px;
    padding-right: 20px;
}

.halls-sec .hall-card .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    -webkit-transition: all 7s ease;
    transition: all 7s ease;
}

.halls-sec .hall-card .img-box .badge {
    width: max-content;
    height: 40px;
    line-height: 40px;
    background-color: #312482;
    text-align: center;
    color: #fff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: -1px;
    right: -1px;
    font-size: 15px;
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 20px;
    border-radius: 0;
    border-top-left-radius: 20px;
}

.halls-sec .hall-card .img-box .rate-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background-color: #E0B233;
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
}

.halls-sec .hall-card .img-box .icon {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 15px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    background-color: #25B0A8;
    border: 1px solid #25B0A8;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.halls-sec .hall-card .img-box .icon:hover {
    background-color: #22147A;
    border: 1px solid #22147A;
}

.halls-sec .hall-card .card-body {
    padding: 1.5rem 1.25rem;
    /*text-align: center;*/
}

.halls-sec .hall-card .card-body .prof-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.halls-sec .hall-card .card-body .prof-info .prof_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.halls-sec .hall-card .card-body .prof-info .text {
    margin: 0 10px;
}

.halls-sec .hall-card .card-body .prof-info .text .provider {
    font-size: 12px;
    color: #555;
}

.halls-sec .hall-card .card-body .prof-info .text .name {
    color: #111;
    margin-top: .2rem;
    font-weight: bold;
}

.halls-sec .hall-card .card-body h5 {
    font-weight: 600;
}

.halls-sec .hall-card .card-body p, .halls-sec .hall-card .card-body .city-name {
    margin-bottom: 0;
    margin-top: .8rem;
}

.halls-sec .hall-card .card-body p .icon, .halls-sec .hall-card .card-body .city-name .icon {
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 5px;
}

.halls-sec .hall-card .card-body .price {
    font-size: 16px;
    color: #312482;
    margin: 10px 0;
}

.halls-sec .hall-card .link-btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #25B0A8;
    color: #fff;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
}

.halls-sec .hall-card .link-btn:hover {
    background-color: #312482;
}

.halls-sec .hall-card:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(37, 176, 168, 0.2);
    box-shadow: 0 5px 10px 0 rgba(37, 176, 168, 0.2);
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
}

/*.halls-sec .hall-card:hover .img-box img {*/
/*    -webkit-transform: scale(1.5) rotate(15deg);*/
/*    transform: scale(1.5) rotate(15deg);*/
/*}*/

.halls-sec .hall-card:hover::before {
    width: 101%;
    height: 101%;
    top: -2px;
    left: -2px;
}

/*.halls-sec .hall-card:hover .badge {*/
/*  background-color: #25B0A8;*/
/*}*/

.halls-sec .hall-card:hover .icon {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.halls-pg .searching .inner .form {
    padding: 0 45px 0 90px;
}

.halls-pg .more-btn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #22147A;
    color: #fff;
    border-radius: 15px;
    display: block;
    text-align: center;
    margin: 45px auto 0 auto;
}

.halls-pg .more-btn:hover {
    background-color: #25B0A8;
}

.cities-sec {
    background-color: #f7f7f7;
}

.cities-sec .hall-card .card-body {
    background-color: #fff;
}

.banner-sec {
    position: relative;
    padding: 70px 0;
}

.banner-sec .banner-img {
    width: 100%;
    height: 440px;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-sec .inner {
    position: relative;
    z-index: 1;
}

.banner-sec .text-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    z-index: 1;
}

.banner-sec .text-box .h5 {
    color: #fff;
}

.banner-sec .text-box .h2 {
    color: #fff;
    font-weight: 500;
    margin: 1.5rem 0;
    font-size: 2.2rem;
}

.banner-sec .text-box .link-btn {
    width: 180px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #eee;
    color: #fff;
    background-color: transparent;
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    border-radius: 15px;
}

.banner-sec .text-box .link-btn:hover {
    background-color: #312482;
}

.banner-sec.banner-sec2 {
    padding: 0;
}

.banner-sec.banner-sec2 .banner-img {
    height: 540px;
}

.banner-sec.banner-sec2 .h5 {
    color: #25B0A8;
    font-weight: 700;
}

.banner-sec.banner-sec2 .play-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #25B0A8;
    display: block;
    margin: auto;
}

.banner-sec.banner-sec2 .play-btn:hover {
    background-color: #312482;
}

.banner-sec.banner-sec2 .play-btn:hover .icon {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.banner-sec.banner-sec2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #312482;
    opacity: .5;
    display: block;
}

.partners-sec {
    background-color: #F5F6F8;
    padding: 70px 0;
}

.partners-sec .logo {
    width: 100%;
    height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
     opacity: .5;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    background: #fff;
    padding: 15px;
    transform: scale(0.7);
}

.partners-sec .logo:hover {
    opacity: 1;
}

.partners-sec .swiper-slide-active .logo{
    transform: scale(1);
    box-shadow: 0 0 15px #00000005;
    opacity: 1;
    /*outline: 1px solid #9993;*/
    /*outline-offset: 3px;*/
}

/*swiper-container*/
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    background-size: 27px 35px;
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(143deg) brightness(50%) contrast(101%);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(143deg) brightness(50%) contrast(101%);
    visibility: hidden;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
    -webkit-filter: invert(60%) sepia(20%) saturate(2789%) hue-rotate(147deg) brightness(238%) contrast(85%);
    filter: invert(60%) sepia(20%) saturate(2789%) hue-rotate(147deg) brightness(238%) contrast(85%);
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    visibility: visible;
}

/*sec-heading*/
.sec-heading {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.sec-heading .icon img {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    height: 75px;
}

.sec-heading h3 {
    margin-bottom: 0;
    line-height: 75px;
    font-weight: 700;
}

.newsletter-sec {
    background-color: #F1F0F5;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.newsletter-sec .inner {
    position: relative;
    z-index: 1;
}

.newsletter-sec .inner .icon {
    width: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto 25px auto;
}

.newsletter-sec .inner p {
    margin: 1rem 0;
}

.newsletter-sec .inner .form-group {
    position: relative;
    margin-bottom: 0;
}

.newsletter-sec .inner .form-group .form-control {
    height: 65px;
    background-color: #fff;
    border: 1px solid #fff;
    padding-right: 60px;
}

.newsletter-sec .inner .form-group .submit-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 65px;
    font-size: 22px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #25B0A8;
    border-radius: 5px;
}

.newsletter-sec .inner .form-group .submit-btn:hover {
    background-color: #312482;
    border: 1px solid #312482;
    color: #fff;
}

.newsletter-sec .pattern {
    position: absolute;
    top: 20px;
    left: -9%;
    width: 310px;
}

.statics-sec {
    padding: 70px 0;
}

.statics-sec .static-card {
    text-align: center;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    padding: 30px 20px;
    border-radius: 15px;
    transition: all 0.4s ease;
}

.statics-sec .static-card:hover{
    background-color: #25B0A8;
}

.statics-sec .static-card:hover .h1,
.statics-sec .static-card:hover .p{
    color: #fff;
}

.statics-sec .static-card .line {
    width: 115px;
    margin: auto;
    height: 3px;
    border-radius: 5px;
    display: none;
}

.statics-sec .static-card .line.bg-mouve {
    background-color: #312482;
}

.statics-sec .static-card .line.bg-blue {
    background-color: #25B0A8;
}

.statics-sec .static-card .h1 {
    margin-top: .9rem;
    direction: ltr;
    font-weight: 700;
    font-size: 2.5rem;
}

/*page-heading*/
.page-heading {
    background-color: #25B0A8;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    display: none;
}

.page-heading .breadcrumb {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.page-heading .breadcrumb .breadcrumb-item {
    color: #eee;
}

.page-heading .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.page-heading .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    color: #eee;
    font-weight: 900;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    content: '\f3c5';
}

.page-heading h3 {
    text-align: center;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}

.page-heading .pattern1 {
    position: absolute;
    top: 40px;
    left: 10px;
}

.page-heading .pattern2 {
    position: absolute;
    top: 40px;
    right: 20px;
}

.page-heading .pattern3 {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    height: 75px;
    top: 75px;
}

/***************************** Start Edit Register Page *****************************/
.register-pg .main-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.register-pg .main-img.sticky_img{
    height: 700px;
    position: sticky;
    top: 0;
}

.register-pg .text-box {
    padding: 70px;
}

.register-pg .text-box .h6 {
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
}

.register-pg .text-box .h4 {
    font-weight: 700;
    color: #312482;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.register-pg .text-box .h4 b {
    color: #25B0A8;
    font-weight: 700;
}

.register-pg .text-box .code-label {
    font-weight: bold;
    color: #312482;
}

.register-pg .text-box .counting_code a {
    font-weight: bold;
    margin: 0 5px;
    color: #25B0A8;
}

.register-pg .text-box .counting_code a:hover {
    color: #312482;
}

.register-pg .form-wrapper .togglePassword {
    color: #A5A5A5;
    position: absolute;
    left: 15px;
    top: 20px;
    cursor: pointer;
}

.register-pg .form-wrapper .forget-link {
    color: #312482;
    text-decoration: underline;
    display: block;
    margin: 0 0 25px 0;
    font-size: 15px;
}

.register-pg .form-wrapper .forget-link:hover {
    text-decoration: none;
    color: #25B0A8;
}

.register-pg .form-wrapper .phone-num-row {
    margin: 0;
    flex-direction: row-reverse;
}

.register-pg .form-wrapper .phone-num-row .phone-select {
    /*background-color: #25B0A8;*/
    /*border: 1px solid #25B0A8;*/
    /*color: #fff;*/
    border-radius: 0 5px 5px 0;
    padding: 0;
    padding-inline-start: 5px;
    min-width: max-content;
    flex-shrink: 0;
}

.register-pg .form-wrapper .phone-num-row .phone-input {
    border-radius: 0 5px 5px 0;
}

.register-pg .form-wrapper .form-control:focus ~ .numb-label,
.register-pg .form-wrapper .form-control:not(:focus):valid ~ .numb-label {
    right: 65px !important;
}

.register-pg .form-wrapper .cards-radio-btn .radio-card {
    text-align: center;
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
}

.register-pg .form-wrapper .cards-radio-btn .radio-card label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.register-pg .form-wrapper .cards-radio-btn .radio-card .card-input {
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 15px 25px;
}

.register-pg .form-wrapper .cards-radio-btn .radio-card .card-icon {
    width: 75px;
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto 15px auto;
    opacity: .7;
}

.register-pg .form-wrapper .cards-radio-btn .radio-card h6 {
    color: #777;
    margin-top: .4rem;
    font-size: 1.1rem;
    font-weight: bold;
}

.register-pg .form-wrapper .cards-radio-btn .radio-card p {
    margin-bottom: 0;
    color: #777;
    font-weight: bold;
}

.register-pg .form-wrapper .cards-radio-btn .radio-card .card-input-element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.register-pg .form-wrapper .cards-radio-btn .radio-card .card-input-element:checked + .card-input {
    -webkit-box-shadow: 0px 0px 25px 0px #eee;
    box-shadow: 0px 0px 25px 0px #eee;
}

.register-pg .form-wrapper .cards-radio-btn .radio-card .card-input-element:checked + .card-input h6 {
    color: #25B0A8;
}

.register-pg .form-wrapper .cards-radio-btn .radio-card .card-input-element:checked + .card-input .card-icon {
    opacity: 1;
}

.register-pg .form-wrapper .custom-checkbox a {
    color: #25B0A8;
    font-weight: bold;
}

.register-pg .form-wrapper .custom-checkbox .custom-control-label::before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    right: -24px;
    top: 2px;
}

.register-pg .form-wrapper .custom-checkbox .custom-control-label::after {
    top: 5px;
    right: -1.45rem;
    width: 1.2rem;
    height: 1.2rem;
}

.register-pg .form-wrapper .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #25B0A8;
    background-color: #25B0A8;
}

.register-pg .form-wrapper .code-input {
    width: 60px;
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-bottom: 5px;
}

.register-pg .another_choice {
    text-align: center;
}

.register-pg .another_choice a {
    color: #25B0A8;
    font-weight: bold;
}

.register-pg .another_choice a:hover {
    color: #312482;
}

.register-pg .terms-p {
    font-size: 16px;
    line-height: 2rem;
}

.register-pg .image-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #312482;
    margin: auto;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.register-pg .image-container input {
    position: absolute;
    bottom: 0;
    left: 64%;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    color: #222;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    opacity: 0;
}

.register-pg .image-container button {
    width: 45px;
    height: 45px;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    background-color: #25B0A8;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer !important;
    border: 1px solid #ddd;
    position: absolute;
    right: 2px;
    bottom: 0px;
}

.register-pg .image-container button i {
    position: relative;
    top: 1px;
    cursor: pointer !important;
}

.file-input-group .wrap {
    border-radius: .25rem;
    border: 1px solid #ddd;
}

.file-input-group .file {
    position: relative;
    font-weight: 600;
}

.file-input-group .file__input,
.file-input-group .file__value {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: .25rem;
    color: #666;
    font-size: 13px;
    padding: 0.275rem 1.0625rem;
}

.file-input-group .file__input--file {
    position: absolute;
    opacity: 0;
}

.file-input-group .file__input--label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.file-input-group .file__input--label:after {
    content: attr(data-text-btn);
    border-radius: 3px;
    background-color: #25B0A8;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
    padding: 0.9375rem 1.0625rem;
    color: #fff;
    cursor: pointer;
}

.file-input-group .file__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(71, 71, 71, 0.6);
}

.file-input-group .file__value:hover:after {
    color: #312482;
}

.file-input-group .file__value:after {
    content: "X";
    cursor: pointer;
    font-weight: bold;
}

.file-input-group .file__value:after:hover {
    color: #000;
}

.file-input-group .file__remove {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #b58240;
}

/*form-wrapper*/
.form-wrapper .form-group {
    position: relative;
    margin-bottom: 1.8rem;
}

.form-wrapper .form-group .form-control {
    font-size: 13px;
}

.form-wrapper .form-group .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #25B0A8;
}

.form-wrapper .form-group .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #999;
}

.form-wrapper .form-group .form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #999;
}

.form-wrapper .form-group .form-control::-ms-input-placeholder {
    font-size: 13px;
    color: #999;
}

.form-wrapper .form-group .form-control::placeholder {
    font-size: 13px;
    color: #999;
}

.form-wrapper .form-group input, .form-wrapper .form-group select {
    height: 55px;
}

/*.form-wrapper .floating-label {*/
/*  font-size: 13px;*/
/*  color: #999;*/
/*  position: absolute;*/
/*  pointer-events: none;*/
/*  top: 18px;*/
/*  right: 12px;*/
/*  -webkit-transition: all 0.1s ease;*/
/*  transition: all 0.1s ease;*/
/*  background-color: #fff;*/
/*  padding: 0 5px;*/
/*}*/

.form-wrapper .floating-label {
    position: absolute;
    background: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    top: -12px;
    bottom: 0px;
    right: 10px;
    font-size: 12px;
    opacity: 1;
    color: #555;
    font-weight: 600;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}


/*.form-wrapper .floating-label.floated,*/
/*.form-wrapper .form-control:focus ~ .floating-label,*/
/*.form-wrapper .form-control:not(:focus):valid ~ .floating-label {*/
/*  top: -9px;*/
/*  bottom: 0px;*/
/*  right: 10px;*/
/*  font-size: 12px;*/
/*  opacity: 1;*/
/*  color: #555;*/
/*  font-weight: 600;*/
/*  height: -webkit-fit-content;*/
/*  height: -moz-fit-content;*/
/*  height: fit-content;*/
/*}*/

.form-wrapper .floating-label.floated{
    font-size: 13px;
    color: #999;
    position: absolute;
    pointer-events: none;
    top: 18px;
    right: 12px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-color: #fff;
    padding: 0 5px;
}

.form-wrapper .form-control:focus ~ .floating-label,
.form-wrapper .form-control:not(:focus):valid ~ .floating-label {
    position: absolute;
    background: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    top: -12px;
    bottom: 0px;
    right: 10px;
    font-size: 12px;
    opacity: 1;
    color: #555;
    font-weight: 600;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.form-wrapper .submit-butn {
    background-color: #312482;
    color: #fff;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding: 0;
    border: 1px solid #312482;
    margin: auto;
    font-size: 15px;
    display: block;
    margin: auto;
}

.form-wrapper .submit-butn:hover {
    background-color: #25B0A8;
    border: 1px solid #25B0A8;
}

/*mail-modal*/
.mail-modal .icon {
    display: block;
    margin: 0 auto 25px auto;
    width: 180px;
}

.contract-modal .contract-text {
    line-height: 2rem;
}

.contract-modal .custom-checkbox .custom-control-label::before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.contract-modal .custom-checkbox .custom-control-label::after {
    top: .285rem;
    right: -1.45rem;
    width: 1.2rem;
    height: 1.2rem;
}

.contract-modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #25B0A8;
    background-color: #25B0A8;
}

/* Start Edit Modal */
.modal-content {
    border-radius: 45px;
    padding: 25px;
}

.modal-content button.close {
    text-align: end;
}

.modal-content .modal-footer {
    padding: 1rem 1rem 0 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-content .modal-footer .btn-secondary {
    width: 120px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.modal-content .modal-footer .main-butn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: 1px solid #25B0A8;
    color: #fff;
    background-color: #25B0A8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    margin: 15px 5px;
    border-radius: .25rem;
}

.modal-content .modal-footer .main-butn i {
    margin: 0 4px;
}

.modal-content .modal-footer .main-butn:hover {
    background-color: #312482;
    border: 1px solid #312482;
}

/***************************** Start Edit Profile Page *****************************/
.profile-pg {
    padding: 70px 0;
}

.profile-pg .col-lg-9.m-auto{
    margin-top: 0 !important;
}

.profile-pg .profile-side {
    background-color: #f8f8f8;
    padding: 35px 0 0 0;
    border-radius: 15px;
}

.profile-pg .profile-side .sm-avater {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: auto;
}

.profile-pg .profile-side .nav .nav-link {
    border-radius: 0;
    color: #666;
    font-weight: bold;
    padding: 1rem;
    position: relative;
    z-index: 1;
}

.profile-pg .profile-side .nav .nav-link .icon {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 5px;
}

.profile-pg .profile-side .nav .nav-link.active {
    color: #25B0A8;
    background-color: transparent;
}

.profile-pg .profile-side .nav .nav-link.active .icon {
    -webkit-filter: invert(59%) sepia(63%) saturate(488%) hue-rotate(128deg) brightness(86%) contrast(90%);
    filter: invert(59%) sepia(63%) saturate(488%) hue-rotate(128deg) brightness(86%) contrast(90%);
}

.profile-pg .profile-side .pattern {
    position: relative;
    opacity: .2;
    bottom: 0;
    display: block;
    margin: 30px auto 0 auto;
}

.profile-pg .tab-wrapper {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 35px;
    padding-bottom: 60px;
}

.profile-pg .tab-wrapper .filtering {
    background: #f9f9f9;
    padding: 2vw 2vw 1vw 2vw;
    border-radius: 10px;
    margin-bottom: 50px;
}

.profile-pg .tab-wrapper .nav-pills{
    flex-wrap: nowrap;
    background: #fff;
    box-shadow: 0 0 30px #0002;
    padding: 15px;
    border-radius: 15px;
}

.profile-pg .tab-wrapper .filtering .form-group {
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 0;
}

.profile-pg .tab-wrapper .filtering .form-group label {
    font-weight: bold;
    color: #312482;
}

.profile-pg .tab-wrapper .filtering .form-group .form-control {
    border: 1px solid transparent;
    height: 45px;
    border-radius: 10px;
    background-color: #f8f8f8;
    box-shadow: 0 0 15px #0002;
}

.profile-pg .tab-wrapper .filtering .form-group .form-control:focus{
    border: 1px solid #9993;
}

.profile-pg .tab-wrapper .filtering .submit-btn {
    width: 50%;
    height: 45px;
    background-color: #22147A;
    border: 1px solid #22147A;
    color: #fff;
    border-radius: 10px;
    display: block;
    margin: 48px 0 0 0;
}

.profile-pg .tab-wrapper .filtering .submit-btn:hover {
    background-color: #25B0A8;
    border: 1px solid #25B0A8;
}

.profile-pg .tab-wrapper .cancel-reserv-butn {
    background-color: #ccc;
    padding: .7rem 2rem;
    border: 1px solid #ccc;
    font-weight: bold;
    color: #22147A;
    margin-right: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
}

.profile-pg .tab-wrapper .cancel-reserv-butn:hover {
    background-color: #777;
    color: #fff;
}

.profile-pg .tab-wrapper .deleteButton {
    background-color: transparent;
    border: transparent;
    color: #ccc;
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 20px;
}

.profile-pg .tab-wrapper .deleteButton:hover {
    color: #ce3b3b;
}

.profile-pg .tab-wrapper .rate-butn {
    background-color: transparent;
    border: transparent;
    display: block;
    margin: 15px auto 0 auto;
    color: #666;
    font-weight: bold;
    font-size: 15px;
}

.profile-pg .tab-wrapper .rate-butn i {
    margin: 0 5px;
}

.profile-pg .tab-wrapper .rate-butn:hover {
    color: #25B0A8;
}

.profile-pg .tab-wrapper.info .profile-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.profile-pg .tab-wrapper.info .item {
    margin-bottom: 1.3rem;
}

.profile-pg .tab-wrapper.info .item .data {
    background-color: #f8f8f8;
    padding: 20px 15px;
    border-radius: 15px;
    margin-bottom: 0;
    margin-top: .8rem;
}

.profile-pg .tab-wrapper.info .main-butn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: 1px solid #312482;
    color: #fff;
    background-color: #312482;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    margin: 35px auto 0 auto;
    border-radius: 15px;
}

.profile-pg .tab-wrapper.info .main-butn i {
    margin: 0 4px;
}

.profile-pg .tab-wrapper.info .main-butn:hover {
    background-color: #25B0A8;
    border: 1px solid #25B0A8;
}

.profile-pg .tab-wrapper.reservations .nav .nav-link {
    color: #666;
    font-weight: bold;
    border: 0;
    /*border-radius: 0;*/
    /*padding: .5rem;*/
    /*font-size: 13px;*/
    font-size: 11px;
    padding: 8px 15px;
    /*background-color: #25B0A822;*/
    border-radius: 10px;
    margin: 0;
}

.profile-pg .tab-wrapper.reservations .nav .nav-link.active {
    color: #fff;
    background-color: #312482;
    /*border-bottom: 1px solid #312482;*/
}

.profile-pg .tab-wrapper.notifications .noti-item {
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px 0px #ddfdfc;
    box-shadow: 0px 5px 15px 0px #ddfdfc;
    padding: 25px 20px;
    background-color: #F8F8F8;
    margin-bottom: 25px;
    position: relative;
}

.profile-pg .tab-wrapper.notifications .noti-item .dateTime p {
    margin: 0 10px;
    display: inline-block;
}

.profile-pg .tab-wrapper.notifications .noti-item .dateTime p i {
    color: #25B0A8;
    margin: 0 5px;
}

.profile-pg .tab-wrapper.notifications .noti-item .noti-body {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.profile-pg .tab-wrapper.notifications .noti-item .noti-body .icon {
    width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.profile-pg .tab-wrapper.notifications .noti-item .noti-body .text {
    margin: 0 20px;
}

.profile-pg .tab-wrapper.notifications .noti-item .noti-body .text .title {
    font-weight: bold;
}

.profile-pg .tab-wrapper.notifications .noti-item .noti-body .text .p {
    margin-bottom: 0;
}

.profile-pg .tab-wrapper.notifications .noti-item.alertItem {
    background-color: #E5EFFA;
    -webkit-box-shadow: 0px 5px 15px 0px #e6eef7;
    box-shadow: 0px 5px 15px 0px #e6eef7;
}

.profile-pg .tab-wrapper.notifications .noti-item.canceledItem {
    background-color: #FCEDEA;
    -webkit-box-shadow: 0px 5px 15px 0px #ffecec;
    box-shadow: 0px 5px 15px 0px #ffecec;
}

.profile-provider .custom-nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 25px auto;
}

.profile-provider .custom-nav .nav-tabs{
    border: 0;
    flex-wrap: nowrap;
    background: #fff;
    box-shadow: 0 0 30px #0002;
    padding: 15px;
    border-radius: 15px;
}

.profile-provider .custom-nav .nav-link {
    color: #666;
    font-weight: bold;
    border: 0;
    /* border-radius: 0; */
    /* padding: 0.5rem; */
    /* font-size: 13px; */
    font-size: 14px;
    padding: 8px 15px;
    /* background-color: #25B0A822; */
    border-radius: 10px;
    margin: 0;
}

.profile-provider .custom-nav .nav-link.active {
    color: #fff;
    background-color: #312482;
    border-bottom: 1px solid #312482;
}

.profile-provider .info .commercial-img {
    width: 200px;
    height: 70px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-provider .info .title_banking {
    color: #312482;
    font-weight: bold;
}

.profile-provider .info .wallet-box {
    background-color: #312482;
    border-radius: 25px;
    padding: 3vw 5vw;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.profile-provider .info .wallet-box .icon {
    width: 65px;
}

.profile-provider .info .wallet-box .text {
    margin: 0 25px;
}

.profile-provider .info .wallet-box .text .p {
    color: #eee;
    font-size: 18px;
    margin-bottom: .6rem;
}

.profile-provider .info .wallet-box .text .price {
    color: #fff;
}

.profile-provider .availability .avail_card {
    border: 1px solid #eee;
    border-radius: 15px;
    margin-bottom: 20px;
}

.profile-provider .availability .avail_card .avail_head {
    background-color: #25B0A8;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 20px 25px 30px 25px;
    border-radius: 15px 15px 0 0;
}

.profile-provider .availability .avail_card .avail_head .reserv_code {
    border: 1px solid #eee;
    color: #fff;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
}

.profile-provider .availability .avail_card .avail_head .date {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    margin: auto;
}

.profile-provider .availability .avail_card .avail_head .date i {
    margin: 0 5px;
}

.profile-provider .availability .avail_card .card-body {
    background-color: #fff;
    border-radius: 15px;
    margin-top: -15px;
    z-index: 1;
    position: relative;
    padding: 2rem 1.25rem;
}

.profile-provider .availability .avail_card .card-body .content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.profile-provider .availability .avail_card .card-body .content .icon {
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.profile-provider .availability .avail_card .card-body .content .text {
    margin: 0 15px;
}

.profile-provider .availability .avail_card .card-body .content .text .labeled {
    margin-bottom: .5rem;
    font-size: 13px;
}

.profile-provider .availability .avail_card .card-body .reserv_btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #312482;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: auto;
    color: #fff;
}

.profile-provider .availability .avail_card .card-body .reserv_btn:hover {
    background-color: #25B0A8;
}

.profile-provider .addHall .map-box {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 15px;
}

.profile-provider .addHall .map-box iframe {
    border-radius: 15px;
}

.profile-provider .addHall .addAnother {
    background-color: #f5f5f5;
    border: #f5f5f5;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-provider .addHall .addAnother:hover {
    background-color: #25B0A8;
}

.profile-provider .addHall .addAnother:hover img {
    -webkit-filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(343deg) brightness(204%) contrast(101%);
    filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(343deg) brightness(204%) contrast(101%);
}

.profile-provider .allHalls ::-webkit-scrollbar {
    height: 5px;
}

.profile-provider .allHalls .responsive-table {
    position: relative;
    overflow-y: auto;
}

.profile-provider .allHalls .responsive-table td, .profile-provider .allHalls .responsive-table th {
    padding: .573rem;
    min-width: 100px;
    font-size: 14px;
    border: 1px solid #eee;
}

.profile-provider .allHalls .responsive-table .hall-img {
    width: 100px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.profile-provider .allHalls .reservation_item .item_head {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.profile-provider .allHalls .reservation_item .item_head .date {
    padding: 0 10px;
    color: #666;
    margin-bottom: 0;
}

.profile-provider .allHalls .reservation_item .item_head .date i {
    margin: 0 5px;
}

.profile-provider .allHalls .reservation_item .item_head .icon {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 5px;
}

.profile-provider .allHalls .reservation_item .hall-img {
    height: 250px;
}

.profile-provider .allHalls .reservation_item .content .data b {
    color: #312482;
}

.profile-provider .allHalls .reservation_item .content .additional_serv .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.profile-provider .allHalls .reservation_item .content .additional_serv .icon img {
    width: 22px;
}

/*reservation_item*/
.reservation_item {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-bottom: 20px;
    position: relative;
}

.reservation_item .hall-img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.reservation_item .content .name {
    color: #444;
}

.reservation_item .content .num {
    margin-bottom: 0.3rem;
    color: #25B0A8;
    font-size: 17px;
    font-weight: bold;
    margin: 5px;
}

.reservation_item .content .data {
    margin-bottom: 15px;
    color: #312482;
    font-size: 17px;
    font-weight: bold;
}

.reservation_item .content .data i {
    color: #999;
    margin: 0 5px;
}

.reservation_item .price {
    color: #312482;
}

.reservation_item .badge {
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    margin: 5px auto 0 auto;
    border-radius: 25px;
    padding: 0;
    font-size: 14px;
}

.reservation_item .badge.badge_completed {
    background-color: #cafadc;
    color: #44D47C;
}

.reservation_item .badge.badge_uncertain {
    color: #eaee06;
    background-color: #fbfbd7;
}

.reservation_item .badge.badge_pinding {
    color: #06c3ee;
    background-color: #d9f2f8;
}

.reservation_item .badge.badge_expired {
    color: #d57a04;
    background-color: #faeddb;
}

.reservation_item .badge.badge_canceled {
    color: #d50404;
    background-color: #ffe0e0;
}

.reservation_item .badge.badge_daily {
    color: #04d5b5;
    background-color: #e2faf6;
}

.reservation_item .prof-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    width: 100%;
}

.reservation_item .prof-info .prof_img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.reservation_item .prof-info .name {
    margin: 0 10px;
    line-height: 35px;
    color: #555;
}

.reservation_item .deleteButton {
    top: 5px !important;
    left: 5px !important;
}

/*Info Modal*/
.info-modal {
    /* Upload file input*/
}

.info-modal .image-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #4F2B82;
    margin: auto;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.info-modal .image-container input {
    position: absolute;
    bottom: 0;
    left: 64%;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    color: #222;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    opacity: 0;
}

.info-modal .image-container button {
    width: 45px;
    height: 45px;
    -webkit-box-shadow: 0px 0px 10px #555;
    box-shadow: 0px 0px 10px #555;
    background-color: #4F2B82;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer !important;
    border: 1px solid #ddd;
    position: absolute;
    right: 2px;
    bottom: 0px;
}

.info-modal .image-container button i {
    position: relative;
    top: 1px;
    cursor: pointer !important;
}

.info-modal .togglePassword {
    color: #A5A5A5;
    position: absolute;
    left: 15px;
    top: 20px;
    cursor: pointer;
}

.info-modal .main-butn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: 1px solid #25B0A8;
    color: #fff;
    background-color: #25B0A8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    margin: 15px auto;
}

.info-modal .main-butn i {
    margin: 0 4px;
}

.info-modal .main-butn:hover {
    background-color: #312482;
    border: 1px solid #312482;
}

.info-modal .file-input-group .wrap {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .25rem;
}

.info-modal .file-input-group .file {
    position: relative;
    font-weight: 600;
}

.info-modal .file-input-group .file__input,
.info-modal .file-input-group .file__value {
    background-color: #ffff;
    border-radius: 0px;
    color: #999;
    padding: 0.375rem 1.0625rem;
}

.info-modal .file-input-group .file__input--file {
    position: absolute;
    opacity: 0;
}

.info-modal .file-input-group .file__input--label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.info-modal .file-input-group .file__input--label:after {
    content: attr(data-text-btn);
    border-radius: 0px;
    background-color: #312482;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
    padding: 0.5375rem 1.0625rem;
    color: #fff;
    cursor: pointer;
}

.info-modal .file-input-group .file__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444;
    cursor: pointer;
}

.info-modal .file-input-group .file__value:hover:after {
    color: #25B0A8;
}

.info-modal .file-input-group .file__value:after {
    content: "X";
    cursor: pointer;
}

.info-modal .file-input-group .file__value:after:hover {
    color: #000;
}

.info-modal .file-input-group .file__remove {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #b58240;
}

/*rate-modal*/
.rate-modal .label {
    font-weight: 500;
    color: #777;
    font-size: 13px;
}

.rate-modal .stars-content {
    border: 1px solid #eee;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: 10px 15px;
}

.rate-modal .stars-content .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 1.5em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: 5em;
}

.rate-modal .stars-content .star-rating input {
    display: none;
}

.rate-modal .stars-content .star-rating label {
    color: #ccc;
    cursor: pointer;
    margin-bottom: 0;
}

.rate-modal .stars-content .star-rating :checked ~ label {
    color: #fc0;
}

.rate-modal .stars-content .star-rating label:hover,
.rate-modal .stars-content .star-rating label:hover ~ label {
    color: #f90;
}

/*state-modal*/
.state-modal .modal-body {
    padding: 2rem 1rem;
}

.state-modal .text-box {
    text-align: center;
}

.state-modal .text-box .icon {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.state-modal .text-box .icon.filter_green {
    color: #4fc980;
    -webkit-filter: invert(62%) sepia(55%) saturate(448%) hue-rotate(91deg) brightness(101%) contrast(82%);
    filter: invert(62%) sepia(55%) saturate(448%) hue-rotate(91deg) brightness(101%) contrast(82%);
}

.state-modal .text-box .icon.filter_red {
    color: #ee2e2e;
    -webkit-filter: invert(28%) sepia(64%) saturate(2281%) hue-rotate(341deg) brightness(98%) contrast(97%);
    filter: invert(28%) sepia(64%) saturate(2281%) hue-rotate(341deg) brightness(98%) contrast(97%);
}

.state-modal .text-box .title {
    font-weight: bold;
    color: #013030;
    text-transform: capitalize;
}

.state-modal .text-box .p {
    margin-bottom: 0;
    font-size: 16px;
    color: #666;
}

.state-modal .text-box .p b {
    color: #312482;
}

/***************************** Start Edit reservation_det Page *****************************/
.reservation_det {
    padding: 70px 0;
    background-color: #f9f9f9;
}

.reservation_det .hall-img {
    width: 100%;
    height: 350px;
    border-radius: 15px 15px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.reservation_det .reservation_item {
    padding: 35px 25px;
    border-radius: 0 0 15px 15px;
}

.reservation_det .reservation_item .prof-info {
    background-color: #25B0A810;
    padding: 20px 15px;
    border: transparent;
    border-radius: 15px;
    min-height: 170px;
    display: block;
    margin-top: 15px;
    min-height: 195px;
}

.reservation_det .reservation_item .prof-info .text-danger {
    font-weight: bolder;
}

.reservation_det .reservation_item .prof-info .prof_img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.reservation_det .reservation_item .prof-info .user_icon {
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0;
    padding: 5px;
}

.reservation_det .reservation_item .prof-info .text {
    margin: 0 15px;
    /*text-align: start;*/
}

.reservation_det .reservation_item .prof-info .text .title {
    font-size: 12px;
}

.reservation_det .reservation_item .prof-info .text .name {
    margin: 0;
    line-height: unset;
    font-weight: bold;
}

.reservation_det .left-data {
    display: -ms-grid;
    display: grid;
    padding: 10px 0;
}

.reservation_det .left-data .badge {
    margin-right: auto;
    margin-left: unset;
}

/*.reservation_det .left-data .price {*/
/*  display: block;*/
/*  text-align: start;*/
/*  padding: 0 15px;*/
/*}*/

.reservation_det .left-data .price{
    display: block;
    text-align: center;
    padding: 0 15px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px 30px;
    margin: 0 !important;
    z-index: 10;
    border-radius: 50px;
    min-width: 35%;
    background: #f3f3f3;
}

.reservation_det .added_tax {
    text-align: end;
    font-size: 9px;
    font-weight: bold;
    color: #666;
}

.reservation_det .headline .icon {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 5px;
}

.reservation_det .headline b {
    color: #312482;
}

.reservation_det .map-box iframe {
    border-radius: 25px;
}

.reservation_det .hall_contacts .labeled {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0 !important;
}

.reservation_det .hall_contacts .labeled .icon {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 5px;
}

.reservation_det .hall_contacts .data {
    padding: 0 35px;
    color: #312482;
    padding-inline-start: 10px;
    padding-inline-end: 0;
    font-size: 12px;
}

.reservation_det .reserv_features {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.reservation_det .reserv_features .item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 5px;
}

.reservation_det .reserv_features .item .icon {
    background-color: #F5F6FA;
    border-radius: 5px;
    padding: 15px 20px;
}

.reservation_det .reserv_features .item .icon img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}

.reservation_det .reserv_features .item span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.reservation_det .remaining_invitations {
    padding: 0 15px;
    color: #888;
    font-weight: bold;
}

.reservation_det .remaining_invitations b {
    color: #25B0A8;
}

.reservation_det .form-group {
    position: relative;
}

.reservation_det .form-group .form-control {
    height: 60px;
    border-radius: 10px;
}

.reservation_det .form-group .submit-btn {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100px;
    height: 50px;
    background-color: #312482;
    border: 1px solid #312482;
    color: #fff;
    border-radius: 10px;
}

.reservation_det .inviting-nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.reservation_det .inviting-nav .nav-link {
    color: #ccc;
    font-weight: 500;
    border: transparent;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.reservation_det .inviting-nav .nav-link.active {
    color: #312482;
    border-bottom: 1px solid #312482;
}

.reservation_det .mails-box {
    padding: 1.25rem;
}

.reservation_det .mails-box .title_t {
    font-weight: bold;
    color: #666;
}

.reservation_det .mails-box .content {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}

.reservation_det .mails-box .content .item {
    padding: 15px 10px;
    background-color: #f5f5f5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    border-radius: 10px;
}

.reservation_det .mails-box .content .item:last-of-type{
    margin-bottom: 0;
}

.reservation_det .mails-box .content .item:nth-last-of-type() {
    margin-bottom: 0;
}

.reservation_det .mails-box .content .item button {
    background-color: transparent;
    border: transparent;
    padding: 0;
}

.reservation_det .mails-box .content .item button .icon {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 5px;
}

.reservation_det .note {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.reservation_det .note .saudi_logo {
    width: 250px;
    /*height: 65px;*/
    border-radius: 5px;
    margin: 0 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

.reservation_det .note .text {
    line-height: 65px;
}

.reservation_det .select-services .select_card {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reservation_det .select-services .select_card .card-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.reservation_det .select-services .select_card .label {
    background-color: #eee;
    padding: .8rem 2rem;
    border-radius: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #312482;
}

.reservation_det .select-services .select_card .card-input:checked ~ .label {
    background-color: #312482;
    color: #fff;
}

.bill-pg .reservation_item {
    border-radius: 15px;
}

.bill-pg .reservation_item .bill_title {
    text-align: center;
    font-weight: bold;
}

.bill-pg .reservation_item .bill_title .tax {
    color: #25B0A8;
}

.bill-pg .reservation_item .text_reserv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bill-pg .reservation_item .text_reserv .price {
    margin: 0 5px;
}

.bill-pg .reservation_item .text_reserv i {
    margin: 0 3px;
    color: #22147A;
}

.bill-pg .reservation_item .date {
    font-size: 16px;
}

.bill-pg .reservation_item .date b {
    color: #22147A;
    margin: 0 5px;
}

.bill-pg .reservation_item .bill-btn {
    width: 180px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #312482;
    background-color: #312482;
    color: #fff;
    display: block;
    margin: auto;
}

.bill-pg .reservation_item .bill-btn .icon {
    width: 20px;
    margin: 0 5px;
    height: 20px;
}

.bill-pg .reservation_item .bill-btn:hover {
    border: 1px solid #25B0A8;
    background-color: #25B0A8;
}

.bill-pg .reservation_item .cards-radio-btn .radio-card {
    text-align: center;
    margin: 7px 0;
    position: relative;
}

.bill-pg .reservation_item .cards-radio-btn .radio-card h6 {
    margin-top: .7rem;
    font-size: 1rem;
    color: #333;
    margin-bottom: 0;
}

.bill-pg .reservation_item .cards-radio-btn .radio-card .pay-img {
    width: 100px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0px auto 0 auto;
}

.bill-pg .reservation_item .cards-radio-btn .radio-card .card-input-element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.bill-pg .reservation_item .cards-radio-btn .radio-card .card-input {
    border: 1px solid transparent;
    padding: 25px 10px;
    background-color: #f8f8f8;
}

.bill-pg .reservation_item .cards-radio-btn .radio-card label {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.bill-pg .reservation_item .cards-radio-btn .radio-card .card-input-element:checked + .card-input {
    border: 1px solid #312482;
    -webkit-box-shadow: 0 5px 20px 0 #ccc;
    box-shadow: 0 5px 20px 0 #ccc;
}

.bill-pg .reservation_item .cards-radio-btn .radio-card .card-input-element:checked + .card-input h6 {
    color: #25B0A8;
}

.reservation_det2 .reservation_item {
    border-radius: 0 0 15px 15px;
    padding-top: 60px;
    background-color: #fff;
    border: 0;
}

.reservation_det2 .reservation_item .col-md-6{
    position: static;
}

.reservation_det2 .reserv_features {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.reservation_det2 .reserv_features .item {
    display: inline-block;
}

.reservation_det2 .btns-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.reservation_det2 .btns-wrapper .butn {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px;
    padding: 0;
}

.reservation_det2 .btns-wrapper .butn.refuse-butn {
    background-color: #312482;
}

.reservation_det2 .btns-wrapper .butn.canceled-butn {
    background-color: #E33D3D;
}

.reservation_det2 .btns-wrapper .butn.accept-butn {
    background-color: #479747;
}

.reservation_det2 .reservation_summary {
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 1.5rem;
}

.hall-det .occasion_wrapper .avail_occasion {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.hall-det .occasion_wrapper .avail_occasion .occasion_p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .7rem 1.5rem;
    background-color: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 0;
    font-weight: bold;
    color: #555;
    margin: 5px;
}

.hall-det .fs_sm {
    font-size: 60%;
}

.hall-det .headline {
    font-weight: bold;
}

.hall-det .label {
    font-weight: bold;
    color: #888;
}

.hall-det .form-control {
    height: 50px;
}

.hall-det .reciew-card {
    background-color: #f8f8f8;
    padding: 30px 15px;
    border-radius: 25px;
}

.hall-det .reciew-card .profile-img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.hall-det .reciew-card .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hall-det .reciew-card .review-content .rate {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
    font-size: 13px;
}

.hall-det .reciew-card .review-content .rate i {
    margin-right: 3px;
    color: #ccc;
}

.hall-det .reciew-card .review-content .rate i.active {
    color: #FDB00A;
}

.hall-det .reciew-card .review-content p {
    font-size: 13px;
    margin-bottom: 0;
}

.additional_serv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.additional_serv .serv-img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}

.additional_serv .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(49, 36, 130, 0.1);
}

.additional_serv .icon img {
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.additional_serv .serv_title {
    font-size: 14px;
}

.additional_serv .price {
    margin: 0 15px;
}

.serv_card {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 0 0 0 0;
}

.serv_card .serv-img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    display: block;
    margin: auto;
}

.serv_card .card-body {
    text-align: center;
    position: relative;
}

.serv_card .card-body .p {
    font-size: 12px;
    line-height: 1.6;
}

/*.serv_card .card-body .discr{*/
/*    height: 25px;*/
/*    overflow: hidden;*/
    /*margin-bottom: 30px;*/
/*}*/

/*.serv_card .card-body .more_btn{*/
/*    padding: 10px;*/
    /*background: #fff;*/
/*    width: 100%;*/
/*    cursor: pointer;*/
/*    text-decoration: underline;*/
/*    font-size: 11px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 45px;*/
/*}*/

/***************************** Start Edit reservation Page *****************************/
.reservation-pg .reservation_item {
    border-radius: 15px;
    padding: 50px 35px;
}

.reservation-pg .reservation_item .reserv-days-num {
    padding: 0 30px;
    display: block;
    text-align: end;
    width: 100%;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.reservation-pg .reservation_item .reserv-days-num b {
    margin: 0 5px;
    color: #22147A;
    font-weight: 900;
}

.reservation-pg .reservation_item .serv_card {
    border: 3px solid #f7f7f7;
}

.reservation-pg .reservation_item .serv_card .price {
    color: #888;
}

.reservation-pg .reservation_item .select-services .select_card {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reservation-pg .reservation_item .select-services .select_card .card-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.reservation-pg .reservation_item .select-services .select_card .label {
    background-color: #eee;
    padding: 0;
    border-radius: 10px;
    cursor: pointer;
}

.reservation-pg .reservation_item .select-services .select_card .card-input:checked ~ .label {
    background-color: transparent;
    color: #25B0A8;
}

.reservation-pg .reservation_item .select-services .select_card .card-input:checked ~ .label .serv_card {
    border: 3px solid #312482;
}

.reservation-pg .reservation_item .select-services .select_card .card-input:checked ~ .label .serv_card .price {
    color: #312482;
}

.reservation-pg .reservation_item .select-services.radios-reserv .select_card {
    margin: 5px 10px;
}

.reservation-pg .reservation_item .select-services.radios-reserv .select_card .serv_card {
    padding: 1.25rem 1rem 0 1rem;
}

/***************************** Start Edit contact Page *****************************/
.contact-pg {
    padding: 70px 0 0 0;
}

.contact-pg .contact-links-sec {
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 35px 25px;
}

.contact-pg .contact-links-sec .item {
    margin-bottom: 30px;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid #eee;
}

.contact-pg .contact-links-sec .item .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background-color: #25B0A8;
    background-image: linear-gradient(-72deg, #25B0A8 0%, #19958e 80%);
    position: relative;
    border-radius: 25px;
}

.contact-pg .contact-links-sec .item .icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #312482;
    opacity: .1;
    top: -10px;
    right: -10px;
    z-index: -1;
    border-radius: 25px;
}

.contact-pg .contact-links-sec .item .text {
    padding: 0px 15px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.contact-pg .contact-links-sec .item .text .headline {
    font-weight: 600;
}

.contact-pg .contact-links-sec .item .text .data {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 17px;
    color: #999;
}

.contact-pg .contact-links-sec .last-item {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid transparent;
}

/***************************** Start Edit Content Page *****************************/
.content-pg {
    padding: 70px 0;
    background-color: #f8f8f8;
}

.content-pg .inner {
    background-color: #fff;
    padding: 50px 45px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 3px 15px 0px #eee;
    box-shadow: 0px 3px 15px 0px #eee;
    border-radius: 15px;
}

.content-pg .inner .text h3 {
    margin-bottom: 30px;
    position: relative;
    color: #25B0A8;
}

.content-pg .inner .text h3::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 10px;
    display: inline-block;
}

.content-pg .inner .text p {
    line-height: 2.2rem;
    font-size: 15px;
}

.content-pg .inner .text p i {
    color: #312482;
    margin: 0px 5px;
    font-size: 12px;
}

.invetation-pg {
    position: relative;
    min-height: 300vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.invetation-pg::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/invetation-bg.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.invetation-pg .content-box {
    position: relative;
    z-index: 5;
}

.invetation-pg .content-box .name,
.invetation-pg .content-box .title {
    font-size: calc(35px + 3vw);
}

.invetation-pg .content-box .body-invit {
    margin-top: 200px;
}

.invetation-pg .content-box .body-invit .symbol {
    font-size: calc(35px + 4vw);
}

.invetation-pg .content-box .foot-invit {
    margin-top: 200px;
}

.invetation-pg .content-box .foot-invit .hall-loc {
    font-size: calc(35px + 2vw);
}

.invetation-pg .content-box .foot-invit .hall-loc .icon {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -webkit-filter: invert(122%) sepia(246%) saturate(7574%) hue-rotate(162deg) brightness(178%) contrast(228%);
    filter: invert(122%) sepia(246%) saturate(7574%) hue-rotate(162deg) brightness(178%) contrast(228%);
}

.invetation-pg .content-box .foot-invit .hall-date {
    font-size: calc(35px + 2vw);
}

.invetation-pg .layout-border {
    width: 90%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    bottom: 0;
}

.invetation-pg.blue-bg {
    background-color: #2D90A1;
}

.invetation-pg.blue-bg .title,
.invetation-pg.blue-bg .subtitle,
.invetation-pg.blue-bg .name,
.invetation-pg.blue-bg .hall-loc,
.invetation-pg.blue-bg .hall-date {
    color: #fff;
}

/* invit-radios */
.invit-radios .inFlex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.invit-radios .inFlex .custom-control {
    margin: 0 10px;
}

.invit-radios .inFlex .invit-img {
    width: 120px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.invit-radios .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #19958e;
    background-color: #19958e;
}

/*.modal .reservation_content .custom-control-label::after,*/
/*.modal .reservation_content .custom-control-label::before{*/
/*    display: none;*/
/*}*/

.modal .reservation_content .items {
    width: 20%;
}

.modal .reservation_content .custom-control-label {
    padding: 1rem 1.5rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    min-width: 100px;
    min-height: 130px;
    width: 100%;
}

.modal .reservation_content .custom-control-label .discount_cont{
    color: #25B0A8;
    display: block;
    text-align: center;
    margin-top: 5px;
}


/*.modal .custom-control-input:checked~.custom-control-label{*/
/*    background-color: #25B0A8;*/
/*    color: #ffff;*/

/*}*/
.modal .reservation_content {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0 20px 0;
}

.modal .reservation_content .custom-control-input:checked~.custom-control-label::before{
    margin: 0;
}
.btn-secondary{
    borde: none;
    border-radius: .5rem;
}

.profile-pg .tab-wrapper.notifications .noti-item .noti-dateTime{
    display: inline-flex;
    flex-direction: row-reverse;
}
.profile-pg .tab-wrapper.notifications .noti-item .ago{
    margin: 0 3px;
}
.butn {
    background-color: #25B0A8;
    color: #fff;
    width: fit-content;
    height: fit-content;
    border-radius: 15px;
    padding: 0;
    border: none;
    margin: auto;
    font-size: 15px;
    display: block;
    padding: 0.7rem 2rem;
}
.butn:hover {
    background-color: #312482 ;
    color: #fff;
}
.whatsapp_butn{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    -webkit-box-shadow: 0 0px 15px 0 #ddd7;
    box-shadow: 0 0px 15px 0 #ddd7;
    border-radius: 50%;
}
.whatsapp_butn img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
/*# sourceMappingURL=style.css.map */

/*------------- new --------------*/
.reserved_days_container{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    flex-wrap: wrap;
}

.reserved_days_container li{
    border: 2px solid #9992;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0;
    background-color: #ccc3;
    width: 18%;
    margin: 0 1% 2%;
    min-height: 155px;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
}

.modal .reservation_content{
    display: flex;
    /*justify-content: space-between;*/
}

.reservation_content .custom-control-label span {
    display: block;
    text-align: center;
}

.modal .reservation_content .custom-control{
    padding: 0;
    margin: 8px;
}

.modal .reservation_content .custom-control-label::after{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: no-repeat 50%/50% 50%;
    opacity: 0.8;
}

.modal .reservation_content .custom-control-label::before{
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #312482;
    background-color: #312482;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.custom-control_2 .custom-control-input:checked~.custom-control-label::before{
    left: 0;
    right: -24px;
    top: 4px;
}
.custom-control_3 .custom-control-input:checked~.custom-control-label::before{
    right: -24px;
    width: 16px;
    height: 16px;
    top: 3px;
}
/*.modal .reservation_content .custom-control-label::before{*/
/*    display: none;*/
/*}*/



/*------------- new modal style -------------*/

.m_0 {
    margin: 0 !important;
}

.mt_0 {
    margin-top: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.mb_2 {
    margin-bottom: 20px !important;
}

.mt_3 {
    margin-top: 30px !important;
}

.mt_8 {
    margin-top: 30px !important;
}



.mail_meet {
    /* background-color: #fafafa; */
}

.modal_new_bill .cont {
    margin: 1vw 0;
    padding: 1vw 2vw;
    position: relative;
    min-width: calc(100% - 2vw);
    min-height: 600px;
    /*font-family: 'Almarai', sans-serif;*/
    background-color: #fff;
    border: 1px solid #25B0A8;
    outline: 1px solid #999;
    outline-offset: 10px;
}

.content .top_inf {
    display: flex;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.content .top_inf .r_side {
    width: 70%;
}

.content .top_inf .l_side {
    width: 30%;
    text-align: center;
}

.logo img {
    width: 175px;
}

.content .top_inf h6 {
    font-weight: bold;
    font-size: 25px;
    color: #404949;
    margin: 10px 0;
}

.content .top_inf p {
    font-size: 20px;
    color: #312482;
    margin: 15px 0;
}

.content .top_inf .date {
    font-size: 25px;
    color: #061624;
    margin: 15px 0;
    opacity: 0.7;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.content .top_inf .date img {
    width: 20px;
    margin: 0 7px;
}

.content .top_inf .butn {
    padding: 15px 50px;
    background-color: #44d47c10;
    color: #44d47c;
    font-size: 18px;
    border-radius: 20px;
    font-weight: bold;
}

.content .top_inf .price {
    margin-top: 15px;
}

.price {
    /*font-size: 30px;*/
    color: #312482;
    font-weight: bold;
    direction: inherit !important;
}

.price small {
    /*font-weight: 100;*/
    /*font-size: 20px;*/
}

.user_detials {
    margin-top: 20px;
}

.user_detials ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

.user_detials ul li {
    display: flex;
    align-items: center;
    padding: 0;
    width: 50%;
    margin: 8px 0;
}

.user_detials ul li .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 15px;
    text-align: center;
}

.user_detials ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.user_detials ul li .img .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 25px;
}

.user_detials ul li .inf p {
    color: #312482;
    opacity: 0.8;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.user_detials ul li .inf h6 {
    color: #312482;
    font-size: 16px;
    margin: 0;
}

.user_detials ul li .inf h6 small {
    opacity: 0.7;
    font-size: 15px;
    margin: 0 8px;
}

.center_title {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.center_title img {
    width: 15px;
}

.center_title span {
    margin: 0 8px;
}

.center_title a {
    color: #312482;
    font-weight: bold;
}

.center_title.bold {
    font-weight: bold;
}

.services .ser_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services .ser_content .ser_items {
    padding: 15px;
    text-align: center;
    background-color: #F6F7F7;
    border-radius: 12px;
    width: 23%;
    margin: 1%;
}

.services .ser_content .ser_items h6 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 400;
}

@media print {
    .modal_new_bill .modal-footer {
        display: none;
    }
}
/* ---------- responsive ---------- */

@media screen and (max-width: 991px) {
    .content .top_inf .r_side,
    .content .top_inf .l_side {
        width: 100%;
        /* padding: 15px; */
        text-align: center;
        margin: 20px 0;
    }
    .content .top_inf .date {
        justify-content: center;
    }
    .user_detials ul,
    .user_detials ul li {
        width: 100%;
    }
    .center_title {
        font-size: 18px;
        flex-wrap: wrap;
    }
    .services .ser_content .ser_items {
        width: 100%;
        margin: 15px 0;
    }
    
    .top_nav {
        font-size: 12px;
        padding: 15px 0 !important;
    }
    
    .top_nav .contact_items{
        flex-wrap: wrap;
    }
    
    
}

/*------------- new style -------------*/

.invitations_radios .custom-radio .custom-control-label::before,
.invitations_radios .custom-radio .custom-control-label::after{
    display: none;
}

.invitations_radios .custom-control-label{
    border: 5px solid transparent;
    border-radius: 10px;
    padding: 5px;
}

.invitations_radios .custom-control-label img{
    border-radius: 10px;
}

.invitations_radios .custom-control-input:checked ~ .custom-control-label{
    border: 5px solid #25B0A8;
    /*box-shadow: 0 0 20px #0002;*/
}


/*---------- datepicker ----------*/
.ui-widget.ui-widget-content{
    border: none;
    border-radius: 15px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px #0001;
}

.ui-datepicker .ui-datepicker-header{
    position: relative !important;
    padding: 0.2em 0 !important;
    border-radius: 20px !important;
    border: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: 1px solid #9993;
    border-radius: 5px;
    text-align: center;
}

/*--------- new style ---------*/

.bill_table{
    border: 2px solid #25B0A8 !important;
}
.bill_table td, .bill_table th{
    text-align: center;
}
.bill_table th{
    /* background-color: #312482; */
    background-color: #25B0A8;
    color: #fff;
    font-size: 13px;
    vertical-align: middle;
    border-color: #cccccc96 !important;
}
.bill_table th span{
    display: block;
}
.bill_table th small{
    font-size: 12px;
    background-color: #fff3;
    border-radius: 30px;
    padding: 5px 15px;
    margin: 8px 0 5px 0;
    display: inline-block;
}
.bill_table td{
    vertical-align: middle;
    border-color: #cccccc96 !important;
}


.contract_box {
    background-color: #f9f9f9;
    position: relative;
}

.contract_box .logo_img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    padding: 20px;
    background-color: #312482;
    margin: auto;
    margin-top: -90px;
    outline: 10px solid #fff;
}

.contract_box .logo_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contract_box .print_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 50px;
    border-top-right-radius: 30px;
    background-color: #312482;
    border: 1px solid #312482;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print {
    .contract_box {
        margin: 200px 0;
        padding: 30px;
    }
    .contract_box .print_btn {
        display: none;
    }
}



.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
    background: url(../images/right-arrow.png) !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
    background: url(../images/left-arrow.png) !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


/*------------------- */
.selectServicesModal .serv_card {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 0 0 0 0;
}

.selectServicesModal .serv_card .serv-img {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    display: block;
    margin: auto;
}

.selectServicesModal .serv_card .card-body {
    text-align: center;
}

.selectServicesModal .serv_card .card-body .p {
    font-size: 12px;
}

.selectServicesModal .number-group input{
    background: #fff;
    margin-top: 5px;
    border-radius: 5px;
}


/***************************** Start Edit reservation Page *****************************/


.selectServicesModal .reserv-days-num {
    padding: 0 30px;
    display: block;
    text-align: end;
    width: 100%;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.selectServicesModal .reserv-days-num b {
    margin: 0 5px;
    color: #22147A;
    font-weight: 900;
}

.selectServicesModal .serv_card {
    border: 3px solid #f7f7f7;
}

.selectServicesModal .serv_card .price {
    color: #888;
}

.selectServicesModal .select-services .select_card {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.selectServicesModal .select-services .select_card .card-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.selectServicesModal .select-services .select_card .label {
    background-color: #eee;
    padding: 0;
    border-radius: 10px;
    cursor: pointer;
}

.selectServicesModal .select-services .select_card .card-input:checked ~ .label {
    background-color: transparent;
    color: #25B0A8;
}

.selectServicesModal .select-services .select_card .card-input:checked ~ .label .serv_card {
    border: 3px solid #312482;
}

.selectServicesModal .select-services .select_card .card-input:checked ~ .label .serv_card .price {
    color: #312482;
}

.selectServicesModal .select-services.radios-reserv .select_card {
    margin: 5px 10px;
}

.selectServicesModal .select-services.radios-reserv .select_card .serv_card {
    padding: 1.25rem 1rem 0 1rem;

}

.number-group{
    width: 100%;
    background-color: #cafadc;
    padding: 8px 10px;
    text-align: center;
    border-radius: 10px;
}

.number-group label{
    margin: 0;
    font-weight: bold;
    color: #22147A;
}

.number-group input{
    outline: 0 !important;
    border: 0 !important;
    background: transparent;
    text-align: center;
}

/*-------------*/
/* ------------------ */
.bill_table{
    border-color: #0a6660 !important;
}
.main_color{
    color: #312482 !important;
}

.main_back{
    background-color: #312482 !important;
}

.day_back{
    background-color: #179f97 !important;
    color: #fff !important;
}

.day_back_dark{
    background-color: #0a6660 !important;
    color: #fff !important;
}

.table td, .table th {
    border: 1px solid #ccc4 !important;
}

.day_color1{
    background-color: #f5fff9 !important;
}

/*----------*/
.pagination .page-link{
    color: #25B0A8;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    margin: 5px;
}

.pagination .active .page-link{
    background-color: #25B0A8;
    border-color: #25B0A8;
}

/*----------*/
.reservation_item .map-box{
    border-radius: 15px;
    overflow: hidden;
}

.hall_contacts {
    background-color: #25B0A810;
    padding: 20px;
    border-radius: 15px;
    margin-top: 15px;
}

.hall_contacts .item{
    background: #fff;
    padding: 15px 5px;
    border-radius: 10px;
    height: 100%;
}

.reservation_det .hall_contacts .data{
    margin: 0 !important;
}

.reservation_det .hall_contacts .labeled .icon{
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 5px;
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
}

/*-----------*/
.occasion_wrapper .card_occasion{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #9995;
}

.occasion_wrapper .card_occasion .img{
    height: 180px;
    padding: 15px;
}

.occasion_wrapper .card_occasion .img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.occasion_wrapper .card_occasion .info{
    padding: 15px;
    text-align: center;
    border-top: 1px solid #9993;
}

.occasion_wrapper .card_occasion .info .p{
    color: #312482;
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

.occasion_wrapper .swiper-button-next, .occasion_wrapper .swiper-button-prev {
    background-size: 8px;
    width: 40px;
    height: 40px;
    border: 1px solid #9995;
    border-radius: 6px;
    position: absolute;
    bottom: 15px;
    top: auto;
}

.occasion_wrapper .swiper-button-next {
    right: auto;
    left: 65px;
}

.occasion_wrapper .swiper-button-prev {
    left: 15px;
}

/*----------*/
.show_hide_password {
    position: relative;
}

.show_hide_password .show_pass {
    position: absolute;
    top: 22px;
    left: 20px;
    cursor: pointer;
    color: #888;
}


/*-----*/

.profile-pg .tab-wrapper .alert{
    background-color: #25B0A8;
    color: #fff !important;
    border-radius: 15px;
}

/**/

.logoutModal .icon{
    font-size: 30px;
    margin-bottom: 20px;
    color: #25B0A8;
}


/*.custom-control-label::before, .custom-file-label, .custom-select{*/
/*    min-height: 50px;*/
/*    border-radius: 10px;*/
/*    margin-bottom: 20px;*/
/*    margin-top: 5px;*/
/*    box-shadow: 0 0 15px #0002;*/
/*    border: 1px solid #9992;*/
/*}*/

.register-pg .combo-dropdown{
    padding: 5px !important;
    max-height: 200px;
}

.register-pg .combo-input{
    padding: 0;
    text-align: center;
    border: 1px solid #9994;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    font-weight: 500;
}

/*-----btm_dtl_table ------*/
.btm_dtl_table{
    margin-top: 50px;
}

.btm_dtl_table ul{
    margin: 0;
}

.btm_dtl_table ul li{
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 20px;
    margin-top: 15px;
}

.btm_dtl_table ul li span{
    width: 33%;
}

.btm_dtl_table ul li span:nth-of-type(2){
    color: #25B0A8;
}

.btm_dtl_table ul li span:last-of-type{
    color: #312482;
}

.reservation_det .reservation_item .col-md-6{
    position: static;
}

.reservation_det .inviting-nav .nav-tabs{
    border: 0;
}

.reservation_det .inviting-nav .nav-link{
    border: 0;
    border-radius: 12px;
    padding: 15px 30px;
    border: 1px solid #9995;
    margin-inline-end: 15px;
    font-size: 13px;
    color: #000;
}

.reservation_det .inviting-nav .nav-link.active{
    color: #fff;
    border-bottom: 0;
    background: #312482;
}

.invit-radios.invitations_radios .custom-radio {
    padding-right: 0;
}

.reservation_det .reservation_item{
    background-color: #fff;
    border: 0;
}

.reservation_tab .year_month .select_year_month{
    margin: 10px 0 25px;
    min-height: 45px;
    border-radius: 10px;
    box-shadow: 0 0 10px #0002;
    border: 0;
}


.combo-select .form-control{
    display: none;
}



.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #0009;
}

.loader {
    animation: spin 1s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #09f;
    border-top-color: #09f;
    box-sizing: border-box;
    height: 20vmin;
    left: calc(50% - 10vmin);
    position: fixed;
    top: calc(50% - 10vmin);
    width: 20vmin;
    z-index: 1;
}

.loader:before {
    animation: spin 2s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #3cf;
    border-top-color: #3cf;
    box-sizing: border-box;
    content: "";
    height: 16vmin;
    left: 0;
    position: absolute;
    top: 0;
    width: 16vmin;
}

.loader:after {
    animation: spin 3s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #6ff;
    border-top-color: #6ff;
    box-sizing: border-box;
    content: "";
    height: 12vmin;
    left: 2vmin;
    position: absolute;
    top: 2vmin;
    width: 12vmin;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.hall_name_search_form {
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    outline: 1px solid #fff5;
    outline-offset: 3px;
    width: 200px;
}

.hall_name_search_form .form-group{
    margin-bottom: 0 !important;
    position: relative;
}

.hall_name_search_form .form-control{
    height: 35px;
    min-width: 100%;
    font-size: 12px;
}

.hall_name_search_form .form-group button{
    position: absolute;
    left: 4px;
    top: 4px;
    width: 35px;
    height: 27px;
    border-radius: 8px;
    border: 0;
    background-color: #E6DCED;
    color: #000;
    font-size: 12px;
    padding: 6px;
}

/*<!---------- new upload ---------->*/
/* ---------------------- */
.upload_img_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.upload_img_box .imagePreview{
    width: 150px;
    height: 130px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-right: 0;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
}
.upload_img_box .file-upload{
    display: inline-block;
    margin: 5px;
}

.upload_img_box .file-select {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.upload_img_box .file-select.file-select-box {
    width: 150px;
    height: 130px;
    display: inline-block;
    border-radius: 14px;
}
.upload_img_box .file-upload-custom-btn {
    width: 150px;
    height: 130px;
    border: none;
    background-color: #AAB0CF55;
    color: #AAB0CF;
    font-size: 30px;
    z-index: 1;
    position: relative;
}

.upload_img_box .file-upload-custom-btn .fa-image:before {
    content: "\f067";
}
.upload_img_box .file-select-name{
    margin-left: 15px;
}
.upload_img_box .file-select input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload_img_box .file-select.file-select-box input[type=file]{
    z-index: 2;
}

.upload_img_box .file-upload + .file-upload{
    margin-left: 10px;
}

.file-upload{
    position: relative;
    width: 150px;
    height: 130px;
}

.file-upload .old_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.file-upload .cls{
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: 5;
    cursor: pointer;
    font-size: 15px;
    color: #dc3545;
}
.border_items{
    padding: 30px 30px 15px;
    border: 1px solid #9995;
    border-radius: 5px;
}
.upload_label, .upload_added_service_image_label{
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    padding: 8px 30px;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.upload_label:hover{
    background-color: #312482;
    color: #fff;
}

.upload_added_service_image_label:hover{
    background-color: #312482;
    color: #fff;
}


/*------- new style 26/12 --------*/
.hall_main_det{
    padding: 50px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.hall_main_det h6 strong{
    color: #25B0A8;
}

.hall_main_det .copy_to_share_link {
    color: #25b0a8;
    font-size: 12px;
    margin-inline-end: 20px;
    padding-inline-end: 20px;
    border-left: 1px solid #25b0a844;
}

.hall_tabs .nav-pills {
    display: inline-flex;
    padding: 5px 0;
    border: 1px solid #9993;
    border-radius: 50px;
    margin-top: 40px;
}

.hall_tabs .nav-pills .nav-link {
    border-radius: 30px;
    margin: 0 5px;
    font-weight: bold;
    padding: 12px 30px;
}

.hall_tabs .nav-pills .nav-link.active {
    background-color: #312482;
}

.pay_imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff5;
    padding: 5px;
    border-radius: 10px;
    max-width: 400px;
    margin: auto;
    margin-top: 15px;
}

.pay_imgs .img {
    width: 18%;
}

.pay_imgs .img img {
    width: 100%;
    height: 40px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}


/*----------- */

.avail_cards .avail_card {
     text-align: center;
     padding: 20px;
     border-radius: 10px;
     box-shadow: -5px 5px 0 #f1fafa;
    background-color: #F1FAFA33;
    display: flex;
    align-items: center;
    border: 1px solid #F1FAFA;
     margin: 10px 0;
}

.avail_cards .avail_card .icon{
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
    margin-inline-end: 15px;
    flex-shrink: 0;
}

.avail_cards .avail_card .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.avail_cards .avail_card h5 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

/*------- 29 / 12 / 2022 ------*/

.addService {
    padding: 15px;
    /* background-color: #f0f0f0; */
    border-radius: 5px;
    position: relative;
    margin-bottom: 1.8rem;
    border: 1px solid #9995;
}


/*------------- new head slider -------------*/
.head_new_slider{
    position: relative;
}
.head_new_slider .img{
    height: 550px;
    position: relative;
}
.head_new_slider .img::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(49,36,130,.4);
    z-index: 1;
}
.head_new_slider .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.head_new_slider .info{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 100%;
    opacity: 0;
    margin-top: 50px;
    transition: all 0.5s ease;
    transition-delay: 0.7s;
}
.head_new_slider .swiper-slide-active .info{
    opacity: 1;
    margin-top: 0;
}
.head_new_slider .info h1{
    font-weight: 700;
    margin: 1rem 0 1.2rem 0;
    color: #fff;
    font-size: calc(1vw + 35px);
}
.head_new_slider .info p{
    color: #ccc;
    font-size: 18px;
}

/*----------- upload loader ------------*/
    #loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3333333333);
    /* display: none; */
    transition: all 0.5s ease;
    }

    #loading-wrapper.show {
    display: block;
    }

    #loading-text {
    position: absolute;
    top: calc(50% - 38px);
    left: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    }
    #loading-text img {
    width: 100px;
    }

    #loading-content {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #F00;
    }

    #loading-content:after {
    content: "";
    position: absolute;
    border: 3px solid #0F0;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    }

    #loading-content:before {
    content: "";
    position: absolute;
    border: 3px solid #00F;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    }

    #loading-content {
    border: 3px solid transparent;
    border-top-color: var(--primary);
    border-bottom-color: var(--primary);
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    }

    #loading-content:before {
    border: 3px solid transparent;
    border-top-color: #0aafde;
    border-bottom-color: #0aafde;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
    animation: loader 3s linear infinite;
    }

    #loading-content:after {
    border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    }

    @-webkit-keyframes loaders {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
    @-webkit-keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
    @keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
    #content-wrapper {
    color: #FFF;
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    }

/* 13-02-2023*/
.main-btn{
    width: 150px;
    height: 45px;
    line-height: 45px;
    background-color: #ffff;
    color: #312482;
    border-radius: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
}
.main-btn:hover{
    text-decoration: none;
    color: #25B0A8;
}
/*15-02-2023*/
.btn-primary{
    border: 1px solid #312482;
    background-color: #312482;
    border-radius: 15px;
}
.btn-primary:hover{
    border: 1px solid #25B0A8;
    background-color: #25B0A8;
}
/*Map Page*/
.map_content{
    overflow: hidden;
}
.gmaps {
    height: 600px;
    width: 100%;
    background-color: #ccc;
    position: relative;
}  

.googlemap .gm-style-iw div div{
    padding: 5px;
}

.marker-card .info{
    text-align: start !important;
    padding: 10px !important;
}

.marker-card .img{
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 !important;
}

.marker-card .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* ----------- */
.map_info {
    background-color: #f5f5f5;
    /* height: 100%; */
    padding-top: 30px;
    height: 600px;
    overflow: auto;
}

.map_info .main_card_content{
    position: relative;
    margin-bottom: 50px;
}

.map_info .main_card_content .cls{
    position: absolute;
    left: 10px;
    top: 7px;
    cursor: pointer;
}

.map_info_content{
    padding: 0 30px;
}

.map_info .info_card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    margin: 10px 0;
}

.map_info .info_card .info{
    padding: 10px 0;
}

.map_info .info_card .img{
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
}

.map_info .info_card .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/**/
.close_map{
    position: absolute;
    z-index: 1;
    background: #FFF;
    margin: 15px;
    color: gray;
}