* {
  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 *****************************/
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: 1px solid #fff;
  font-weight: bold;
}

.navs-wrapper .navbar .dropdown .dropdown-menu {
  min-width: 100px;
}

.navs-wrapper .navbar .main-link {
  background-color: #fff;
  color: #22147A;
  font-size: 12px;
  font-weight: bold;
  padding: .35rem 1rem;
}

.navs-wrapper .navbar .main-link:hover {
  background-color: #25B0A8;
  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;
}

footer {
  padding: 100px 0 0 0;
  background-color: #312482;
}

footer .content {
  margin-bottom: 25px;
}

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: 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: 15px 0;
}

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: #F5F6F8;
  padding: 35px 15px;
  position: relative;
  z-index: 1;
}

.searching .inner {
  background-color: #fff;
  border: 1px solid #ddd;
  -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: 15px 10px;
  margin: 30px 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.searching .item .icon {
  width: 40px;
  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 .form-group .combo-select .combo-input {
  margin-top: 5px;
  font-size: 12px;
}

.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: 120px;
  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: 60px;
  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: 0px;
  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 .inner {
  position: relative;
  z-index: 1;
}

header .inner .header-img {
  width: 100%;
  height: 700px;
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

header .inner .text-box {
  padding: 50px;
}

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: #25B0A8;
}

header .inner .text-box .h1 b {
  color: #312482;
  font-weight: 700;
}

header .inner .text-box .p {
  font-size: 13px;
}

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;
}

header .swiper-container .swiper-pagination-bullet-active {
  background: #312482;
}

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;
}

.features-sec .feature-card .content {
  position: relative;
  z-index: 1;
}

.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 {
  font-size: 13px;
  line-height: 1.6rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.features-sec .feature-card .link-btn {
  text-decoration: underline;
  color: #312482;
  font-weight: 600;
}

.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;
}

.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 {
  color: #ddd;
}

.features-sec .feature-card:hover .link-btn {
  color: #25B0A8;
}

.features-sec .feature-card:hover .icon {
  opacity: 1;
}

.halls-sec {
  padding: 70px 0 70px 0;
}

.halls-sec .hall-card {
  border-radius: 10px 10px 0 0;
  margin: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #F9F9F9;
}

.halls-sec .hall-card .img-box {
  border-radius: 10px 10px 0 0;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.halls-sec .hall-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 7s ease;
  transition: all 7s ease;
}

.halls-sec .hall-card .img-box .badge {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #312482;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 15px;
  font-size: 15px;
  padding: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.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;
}

.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: 35px;
  line-height: 35px;
  background-color: #25B0A8;
  color: #fff;
  border-radius: 25px;
  display: 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;
}

.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: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: .5;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.partners-sec .logo:hover {
  opacity: 1;
}

/*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;
}

.statics-sec .static-card .line {
  width: 115px;
  margin: auto;
  height: 3px;
  border-radius: 5px;
  display: block;
}

.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: 3rem;
}

/*page-heading*/
.page-heading {
  background-color: #25B0A8;
  padding: 30px 0 60px 0;
  position: relative;
  overflow: hidden;
}

.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-top: 1rem;
  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 .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;
}

.register-pg .form-wrapper .phone-num-row .phone-select {
  background-color: #25B0A8;
  border: 1px solid #25B0A8;
  color: #fff;
  border-radius: 0 5px 5px 0;
}

.register-pg .form-wrapper .phone-num-row .phone-input {
  border-radius: 5px 0  0 5px;
}

.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;
}

.register-pg .form-wrapper .custom-checkbox .custom-control-label::after {
  top: .285rem;
  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 .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 .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 .profile-side {
  background-color: #f8f8f8;
  padding: 35px 0 0 0;
}

.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;
}

.profile-pg .tab-wrapper .filtering {
  background: #f9f9f9;
  padding: 2vw 2vw 1vw 2vw;
  border-radius: 10px;
}

.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: #888;
}

.profile-pg .tab-wrapper .filtering .form-group .form-control {
  border: 1px solid #ddd;
  height: 45px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.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: 5px;
  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;
}

.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-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: .5rem;
  font-size: 13px;
}

.profile-pg .tab-wrapper.reservations .nav .nav-link.active {
  color: #312482;
  background-color: transparent;
  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-link {
  border: none;
  border-bottom: 1px solid #eeee;
  border-radius: 0;
  color: #666;
  font-weight: bold;
}

.profile-provider .custom-nav .nav-link.active {
  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;
}

.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 {
  font-weight: bold;
  color: #666;
}

.reservation_item .content .data {
  margin-bottom: .3rem;
  color: #777;
}

.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;
}

.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: transparent;
  border: transparent;
}

.reservation_det .reservation_item .prof-info .prof_img {
  width: 50px;
  height: 50px;
}

.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 .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: .4rem;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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: 100px;
  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;
}

.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;
}

.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: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  margin: auto;
}

.serv_card .card-body {
  text-align: center;
}

.serv_card .card-body .p {
  font-size: 12px;
}

/***************************** 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;
}
/*# sourceMappingURL=style.css.map */