@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
:root {
  --main-color:#B38587;
  --second-color: #F4CFD0;
  --third-color:#F7E9E2;
  --green-color: #7FB9BB;
}

@font-face {
  font-family: "Janna-LT";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Janna-LT-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Janna-LT";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Janna-LT-Bold.ttf") format("truetype");
}

body {
  font-family: "Janna-LT", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  direction: ltr;
  min-height: 100vh;
  background: #FFFFFF;
}

body.show-menu {
  overflow: hidden;
}

body.landing {
  position: relative;
}

body.landing .landing-bg {
  position: absolute;
  left: 0;
  bottom: 0;
}

body::-webkit-scrollbar-track {
  background: #FFF;
}

body::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #F6F6F6;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1158px;
  }
}

.btn-primary {
  color: #fff !important;
  background-color: var(--green-color);
  border-color: var(--green-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-primary span {
  padding-left: 7px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #538C8E;
  border-color: #538C8E;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #538C8E;
  border-color: #538C8E;
}

.btn-outline-primary {
  color: var(--main-color) !important;
  background-color: transparent;
  background-image: none;
  border-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-outline-primary:hover {
  color: #FFF !important;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #FFF !important;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.btn-white {
  background-color: #FFFFFF;
  font-size: 12px;
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-white:hover {
  color: #FFF;
  background-color: var(--main-color);
}

.btn-secondary {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.btn-secondary:hover {
  background-color: #855e60;
  border-color: #855e60;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #855e60;
  border-color: #855e60;
}

.social-btn {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #FFF;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-btn:last-child {
  margin-right: 0;
}

.social-btn:hover {
  background-color: var(--green-color);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none !important;
}

.btn {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.rest-btn {
  background: transparent;
  border: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}

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

/* Firefox */
input[type='number'][type=number] {
  -moz-appearance: textfield;
}

.dropdown-item:active {
  background-color: #f8f9fa !important;
}

select {
  background: url(../img/select-arrow.svg) no-repeat right 0.9rem center/11.996px 6.928px #FFF !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select option {
  font-weight: 300;
}

.page-wrapper {
  min-height: 100vh;
  padding-top: 163px;
  padding-bottom: calc(68px + 64px);
  position: relative;
}

@media (max-width: 991px) {
  .page-wrapper {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.page-shape-one {
  position: absolute;
  right: 0;
  top: 237px;
}

@media (max-width: 1199px) {
  .page-shape-one {
    display: none;
  }
}

.page-shape-two {
  position: absolute;
  left: 0;
  top: 582px;
}

.page-shape-two img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

@media (max-width: 1199px) {
  .page-shape-two {
    display: none;
  }
}

.landing-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 41px;
}

@media (max-width: 991px) {
  .landing-header {
    padding-top: 24px;
  }
}

.landing-header .landing-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.landing-header .landing-header-wrap .logo {
  margin-right: 24.6px;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .logo {
    margin-right: 0;
  }
}

.landing-header .landing-header-wrap .logo .logo-desktop img {
  width: 56.77px;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .logo .logo-desktop {
    display: none;
  }
}

.landing-header .landing-header-wrap .logo .logo-mobile {
  display: none;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .logo .logo-mobile {
    display: block !important;
  }
}

.landing-header .landing-header-wrap .landing-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.landing-header .landing-header-wrap .landing-header-inner .close-menu {
  display: none;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .close-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #538C8E;
  }
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    left: -101%;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 999;
    background: var(--third-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-y: scroll;
  }
  .landing-header .landing-header-wrap .landing-header-inner.show-menu {
    left: 0;
  }
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav {
    width: 100%;
    padding-top: 50px;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li {
  margin-right: 34px;
  position: relative;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li {
    margin-right: 0;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li:last-child {
  margin-right: 0;
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #264065;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li a:hover {
  color: var(--main-color);
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li.active a {
  color: var(--main-color);
  position: relative;
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: var(--green-color);
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li .dropdown-toggle {
  padding: 0;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li .dropdown-toggle:after {
  display: none;
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li .dropdown-toggle span {
  padding-right: 5.9px;
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li .dropdown-toggle path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li .dropdown-toggle:hover svg path {
  fill: var(--main-color);
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li .dropdown-menu {
  background-color: rgba(250, 250, 250, 0.94);
  border-radius: 10px;
  min-width: 125px;
  border: none;
  padding: 4px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li .dropdown-menu {
    position: unset !important;
    float: none;
    margin: 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li .dropdown-menu .dropdown-item {
  font-size: 12px;
  color: #000000;
  text-align: left;
  padding: 7.8px 18px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.13);
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul li .dropdown-menu .dropdown-item:hover {
  color: var(--main-color);
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 40px;
  min-width: 413px;
  background-color: #FAFAFA;
  border-radius: 17px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 11px;
  grid-column-gap: 33px;
  padding: 30px;
  display: none;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list {
    position: unset;
    min-width: 100%;
    margin-top: 10px;
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 10px;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list li {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list li .categories-head-box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list li .categories-head-box img {
  width: 60px;
  height: 60px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list li .categories-head-box img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list li .categories-head-box img {
    width: 30px;
    height: 30px;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list li .categories-head-box span {
  font-size: 15px;
  color: #6D7177;
  padding-top: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 575px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list li .categories-head-box span {
    font-size: 12px;
    padding-top: 10px;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list li .categories-head-box:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list li .categories-head-box:hover span {
  color: var(--green-color);
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories .categories-head-list.show {
    display: grid !important;
  }
}

@media (min-width: 992px) {
  .landing-header .landing-header-wrap .landing-header-inner .landing-header-nav ul .categories:hover .categories-head-list {
    display: grid;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .header-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .landing-header-inner .header-action .btn {
    width: 60%;
    margin-bottom: 10px;
  }
}

.landing-header .landing-header-wrap .landing-header-inner .header-action .sign-up {
  padding: 7.4px 24.9px;
  border-radius: 22px;
  margin-right: 10.5px;
}

.landing-header .landing-header-wrap .landing-header-inner .header-action .sign-up span {
  text-transform: uppercase;
  font-size: 12px;
}

.landing-header .landing-header-wrap .landing-header-inner .header-action .login {
  padding: 7.4px 23.8px;
  border-radius: 24px;
  text-transform: uppercase;
}

.landing-header .landing-header-wrap .toggle-menu {
  display: none;
}

@media (max-width: 991px) {
  .landing-header .landing-header-wrap .toggle-menu {
    display: block;
  }
}

.inner-page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 27.2px;
  background: #B38587;
}

.inner-page-header .header-shape {
  position: absolute;
  z-index: -1;
  top: 99%;
}

.inner-page-header .header-shape img {
  width: 100vw;
}

@media (max-width: 991px) {
  .inner-page-header .header-shape {
    display: none;
  }
}

@media (max-width: 991px) {
  .inner-page-header {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.inner-page-header .inner-page-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.inner-page-header .inner-page-header-wrap .logo {
  margin-right: 80px;
}

@media (max-width: 1199px) {
  .inner-page-header .inner-page-header-wrap .logo {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .logo {
    margin-right: 0;
  }
}

.inner-page-header .inner-page-header-wrap .logo .logo-desktop img {
  width: 211.77px;
}

@media (max-width: 1199px) {
  .inner-page-header .inner-page-header-wrap .logo .logo-desktop {
    display: none;
  }
}

.inner-page-header .inner-page-header-wrap .logo .logo-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .inner-page-header .inner-page-header-wrap .logo .logo-mobile {
    display: block !important;
  }
  .inner-page-header .inner-page-header-wrap .logo .logo-mobile img {
    -webkit-filter: invert(0) brightness(10);
            filter: invert(0) brightness(10);
  }
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .logo .logo-mobile img {
    width: 45px;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .close-menu {
  display: none;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .close-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #538C8E;
  }
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    left: -101%;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 999;
    background: var(--third-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-y: scroll;
  }
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner.show-menu {
    left: 0;
  }
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav {
    width: 100%;
    padding-top: 50px;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li {
  margin-right: 45px;
  position: relative;
  padding: 10px 0;
}

@media (max-width: 1199px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li {
    margin-right: 0;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li:last-child {
  margin-right: 0;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li a {
    color: #264065;
  }
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li a:hover {
    color: var(--main-color);
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li.active a {
  position: relative;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #FFF;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li.active a:after {
    background: var(--green-color);
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li .dropdown-toggle {
  padding: 0;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li .dropdown-toggle:after {
  display: none;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li .dropdown-toggle span {
  padding-right: 5.9px;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li .dropdown-toggle path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #FFF;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li .dropdown-toggle path {
    fill: var(--main-color) !important;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li .dropdown-menu {
  background-color: rgba(250, 250, 250, 0.94);
  border-radius: 10px;
  min-width: 125px;
  border: none;
  padding: 4px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li .dropdown-menu {
    position: unset !important;
    float: none;
    margin: 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li .dropdown-menu .dropdown-item {
  font-size: 12px;
  color: #000000;
  text-align: left;
  padding: 7.8px 18px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.13);
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul li .dropdown-menu .dropdown-item:hover {
  color: var(--main-color);
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 40px;
  min-width: 413px;
  background-color: #FAFAFA;
  border-radius: 17px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 11px;
  grid-column-gap: 33px;
  padding: 30px;
  display: none;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list {
    position: unset;
    min-width: 100%;
    margin-top: 10px;
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 10px;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list li {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list li .categories-head-box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list li .categories-head-box img {
  width: 60px;
  height: 60px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list li .categories-head-box img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list li .categories-head-box img {
    width: 30px;
    height: 30px;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list li .categories-head-box span {
  font-size: 15px;
  color: #6D7177;
  padding-top: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 575px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list li .categories-head-box span {
    font-size: 12px;
    padding-top: 10px;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list li .categories-head-box:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list li .categories-head-box:hover span {
  color: var(--green-color);
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories .categories-head-list.show {
    display: grid !important;
  }
}

@media (min-width: 992px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .inner-page-header-nav ul .categories:hover .categories-head-list {
    display: grid;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .btn {
    width: 60%;
    margin-bottom: 10px;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .sign-up {
  padding: 7.4px 24.9px;
  border-radius: 22px;
  margin-right: 10.5px;
  background: #FFFFFF;
  border-color: #FFF;
  -webkit-filter: drop-shadow(0 0 20px rgba(186, 161, 230, 0.35));
          filter: drop-shadow(0 0 20px rgba(186, 161, 230, 0.35));
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .sign-up span {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--main-color);
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .sign-up:hover {
  background: var(--green-color);
  border-color: var(--green-color);
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .sign-up:hover img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .sign-up:hover span {
  color: #FFF;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .sign-up {
    -webkit-filter: none;
            filter: none;
    background: var(--green-color);
    border-color: var(--green-color);
  }
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .sign-up span {
    color: #FFF;
  }
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .sign-up img {
    -webkit-filter: invert(0) brightness(10);
            filter: invert(0) brightness(10);
  }
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .sign-up:hover {
    background-color: #538C8E;
    border-color: #538C8E;
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .login {
  padding: 7.4px 23.8px;
  border-radius: 24px;
  text-transform: uppercase;
  background: rgba(229, 243, 255, 0.45);
  color: #FFFFFF;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .login:hover {
  color: var(--main-color);
  background: #FFF;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .login {
    background: #FFF;
    color: var(--main-color);
  }
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .login:hover {
    color: #FFF;
    background-color: var(--main-color);
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .header-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 140px;
  height: 41px;
  border-radius: 21px;
  border: 1px solid rgba(229, 243, 255, 0.39);
  padding: 7.4px 9.4px;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .header-account {
    border-color: var(--main-color);
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .avatar {
  width: 25.59px;
  height: 25.59px;
  border-radius: 50%;
  overflow: hidden;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .avatar img {
  width: 100%;
  height: 100%;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .info {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 8px;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .info .name {
  font-size: 12px;
  color: #FFF;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .info .name {
    color: var(--main-color);
  }
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .info .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .info .details span {
  padding-left: 3.8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 8px;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .info .details span {
    color: var(--main-color);
  }
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .info .details img {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
}

.inner-page-header .inner-page-header-wrap .toggle-menu {
  display: none;
}

@media (max-width: 991px) {
  .inner-page-header .inner-page-header-wrap .toggle-menu {
    display: block;
  }
  .inner-page-header .inner-page-header-wrap .toggle-menu img {
    -webkit-filter: invert(0) brightness(10);
            filter: invert(0) brightness(10);
  }
}

.main-sec {
  min-height: 757px;
  background: url("../img/main-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

@media (max-width: 1199px) {
  .main-sec {
    background-position: 30%;
  }
}

@media (max-width: 991px) {
  .main-sec {
    background-position: 30%;
  }
}

@media (max-width: 575px) {
  .main-sec {
    background-position: 32%;
  }
}

.main-sec:After {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F7E9E2;
  opacity: 0.65;
  mix-blend-mode: hue;
  z-index: -1;
}

.main-sec .main-sec-inner {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 32vh;
  min-height: 100vh;
}

@media (max-width: 575px) {
  .main-sec .main-sec-inner {
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 70vh;
  }
}

.main-sec .main-sec-inner .search {
  position: relative;
  margin-bottom: 13.3px;
}

.main-sec .main-sec-inner .search .form-control {
  border: 0;
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid rgba(8, 95, 169, 0.1);
  position: relative;
  width: 231.17px;
  height: 29.74px;
  padding-left: 34px;
  font-size: 13px;
  border-radius: 0;
}

@media (max-width: 575px) {
  .main-sec .main-sec-inner .search .form-control {
    width: 231.17px;
  }
}

.main-sec .main-sec-inner .search .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: rgba(16, 60, 85, 0.25);
}

.main-sec .main-sec-inner .search .form-control::-moz-placeholder {
  font-size: 13px;
  color: rgba(16, 60, 85, 0.25);
}

.main-sec .main-sec-inner .search .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: rgba(16, 60, 85, 0.25);
}

.main-sec .main-sec-inner .search .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: rgba(16, 60, 85, 0.25);
}

.main-sec .main-sec-inner .search .form-control::placeholder {
  font-size: 13px;
  color: rgba(16, 60, 85, 0.25);
}

.main-sec .main-sec-inner .search .form-control:focus {
  border-bottom-color: rgba(8, 95, 169, 0.3);
}

.main-sec .main-sec-inner .search .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.main-sec .main-sec-inner h1 {
  color: #000000;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  width: 496px;
}

@media (max-width: 575px) {
  .main-sec .main-sec-inner h1 {
    width: 80%;
  }
}

.main-sec .main-sec-inner h2 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  width: 395px;
  line-height: 24px;
  margin-bottom: 19.3px;
}

@media (max-width: 575px) {
  .main-sec .main-sec-inner h2 {
    width: 80%;
  }
}

.main-sec .main-sec-inner .main-sec-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .main-sec .main-sec-inner .main-sec-btns {
    -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;
  }
}

.main-sec .main-sec-inner .main-sec-btns .btn {
  margin-right: 10px;
  width: 148px;
  height: 43px;
  border-radius: 22px;
}

@media (max-width: 575px) {
  .main-sec .main-sec-inner .main-sec-btns .btn {
    margin-right: 0;
    margin-top: 13px;
    width: 207.85px;
  }
  .main-sec .main-sec-inner .main-sec-btns .btn:first-child {
    margin-top: 0;
  }
}

.main-sec .main-sec-inner .main-sec-btns .btn:last-child {
  margin-right: 0;
}

.why-choose-sec {
  padding-top: 40.7px;
}

.why-choose-sec .head {
  text-align: center;
}

.why-choose-sec .head h5 {
  font-size: 25px;
  margin-bottom: 4px;
  color: #264065;
  font-weight: bold;
  text-transform: capitalize;
}

.why-choose-sec .head h5 span {
  color: var(--main-color);
}

.why-choose-sec .head p {
  font-size: 16px;
  color: #909090;
}

.why-choose-sec .why-choose-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85%;
  margin: 36px auto 62.8px;
}

@media (max-width: 1199px) {
  .why-choose-sec .why-choose-boxs {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .why-choose-sec .why-choose-boxs {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 40px;
    width: 100%;
  }
}

.why-choose-sec .why-choose-boxs .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .why-choose-sec .why-choose-boxs .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.why-choose-sec .why-choose-boxs .box .icon {
  width: 48.18px;
  height: 48.18px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .why-choose-sec .why-choose-boxs .box .icon {
    width: 40px;
    height: 40px;
  }
}

.why-choose-sec .why-choose-boxs .box .icon img {
  width: 100%;
  height: 100%;
}

.why-choose-sec .why-choose-boxs .box .text {
  margin-left: 24.3px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .why-choose-sec .why-choose-boxs .box .text {
    margin-left: 22px;
  }
}

.why-choose-sec .why-choose-boxs .box .text p {
  font-size: 38px;
  color: #264065;
  font-weight: bold;
}

@media (max-width: 767px) {
  .why-choose-sec .why-choose-boxs .box .text p {
    font-size: 34px;
  }
}

.why-choose-sec .why-choose-boxs .box .text span {
  color: #909090;
  font-size: 18px;
}

@media (max-width: 767px) {
  .why-choose-sec .why-choose-boxs .box .text span {
    font-size: 16px;
  }
}

.why-choose-sec .why-choose-boxs .box:last-child {
  grid-column: 1 / 3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.categories-sec {
  background: #FAFAFA;
  padding: 73px 0 86px;
}

.categories-sec .categories-boxs {
  max-width: 895px;
  margin: 70px auto 86.4px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 29px 100px;
}

@media (max-width: 1199px) {
  .categories-sec .categories-boxs {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .categories-sec .categories-boxs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .categories-sec .categories-boxs {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px 48px;
  }
}

.categories-sec .categories-boxs .box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categories-sec .categories-boxs .box .icon {
  width: 143.36px;
  height: 143.36px;
  border-radius: 50%;
  background: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.categories-sec .categories-boxs .box .icon img {
   border-radius: 50%;
}

.categories-sec .categories-boxs .box p {
  font-size: 25px;
  color: #6D7177;
  margin-top: 22px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .categories-sec .categories-boxs .box p {
    font-size: 20px;
    margin-top: 15px;
  }
}

.categories-sec .categories-boxs .box:hover .icon {
  background: #FFFFFF !important;
  -webkit-box-shadow: 0 15px 42px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 42px rgba(0, 0, 0, 0.1);
}

.categories-sec .categories-boxs .box:hover .icon img {
  -webkit-filter: none;
          filter: none;
}

.categories-sec .see-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categories-sec .see-more .see-more-btn {
  width: 148px;
  height: 43px;
  border-radius: 22px;
  font-size: 15px;
}

.featured-julleys-sec {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAFAFA), color-stop(40%, #FAFAFA), color-stop(40.1%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(to bottom, #FAFAFA 0, #FAFAFA 40%, #FFFFFF 40.1%, #FFFFFF 100%);
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .featured-julleys-sec .sec-head span {
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  .featured-julleys-sec .sec-head span {
    font-size: 35px;
  }
}

.featured-julleys-sec .featured-julleys-inner {
  max-width: 1038px;
  margin: 0 auto;
  border-radius: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 50px 0 99px rgba(100, 100, 100, 0.06);
          box-shadow: 50px 0 99px rgba(100, 100, 100, 0.06);
  padding: 87px 55px 66px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .featured-julleys-sec .featured-julleys-inner {
    max-width: 100%;
    padding: 80px 40px;
  }
}

@media (max-width: 575px) {
  .featured-julleys-sec .featured-julleys-inner {
    padding: 70px 25px;
  }
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 53px;
  grid-row-gap: 43px;
}

@media (max-width: 1199px) {
  .featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 43px;
    grid-row-gap: 43px;
  }
}

@media (max-width: 991px) {
  .featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box {
  overflow: hidden;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img {
  position: relative;
  overflow: hidden;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img .avatar {
  width: 142px;
  height: 142px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1199px) {
  .featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img .avatar {
    width: 100%;
    height: 100%;
  }
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img .avatar img {
  width: 100%;
  height: 100%;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img .avatar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F7E9E2;
  mix-blend-mode: color;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img .avatar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img .overlay {
  position: absolute;
  bottom: 17px;
  left: 17px;
  display: grid;
  grid-template-columns: 78px 28px;
  grid-column-gap: 5px;
  grid-row-gap: 6px;
  z-index: 2;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img .overlay .rate {
  width: 78px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(180, 180, 180, 0.48);
  border-radius: 9px;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img .overlay .rate span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  padding-left: 3.3px;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img .overlay .instagram-link {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(180, 180, 180, 0.48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img .overlay .about {
  border-radius: 9px;
  background: rgba(180, 180, 180, 0.48);
  width: 111px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .img .overlay .about span {
  padding-left: 6.5px;
  font-size: 11px;
  color: #FFF;
  font-weight: bold;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .foot p {
  margin-top: 15px;
  font-size: 14px;
  color: #000000;
  margin-bottom: 4px;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box .foot span {
  font-size: 13px;
  color: #AAAAAA;
  line-height: 18px;
  display: block;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box:hover .img .avatar::before {
  opacity: 0.70;
  visibility: visible;
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box:hover .img .overlay .rate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box:hover .img .overlay .instagram-link {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.featured-julleys-sec .featured-julleys-inner .feat-julleys-boxs .box:hover .img .overlay .about {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.upcoming-events-sec {
  background: #FFF;
  padding-bottom: 220px;
}

.upcoming-events-sec .upcoming-events-inner {
  margin-top: 73px;
  position: relative;
}

.upcoming-events-sec .upcoming-events-inner .swiper {
  overflow: visible;
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box {
  position: relative;
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .img {
  width: 100%;
  height: 476px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-event-box .img {
    height: 350px;
    border-radius: 10px;
  }
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  opacity: 0.29;
  overflow: hidden;
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text {
  background: var(--main-color);
  border-radius: 10px;
  padding: 25px 37px 40px;
  width: 488px;
  min-height: 513px;
  position: absolute;
  left: 32px;
  top: 77px;
  z-index: 2;
}

@media (max-width: 991px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text {
    width: 380px;
    min-height: 400px;
    top: 150px;
  }
}

@media (max-width: 767px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-height: 400px;
    width: 90%;
    top: 30%;
  }
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .top {
  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;
}

@media (max-width: 575px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .top .live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .top .live span {
  color: #FFFFFF;
  font-size: 18px;
  padding-left: 10.5px;
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .top .right {
    margin-top: 15px;
  }
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .top .right .price {
  padding: 3px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-color);
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 4.2px;
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .top .right .seat {
  padding: 3px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.37);
  border-radius: 5px;
  font-size: 14px;
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .name {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .name {
    margin-top: 20px;
  }
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .name p {
  font-size: 44px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 51px;
}

@media (max-width: 991px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .name p {
    font-size: 22px;
    line-height: 30px;
  }
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .desc {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .desc {
    margin-top: 20px;
  }
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .desc p {
  font-size: 29px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 34px;
}

@media (max-width: 991px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .desc p {
    font-size: 16px;
    line-height: 30px;
  }
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 43px;
}

@media (max-width: 767px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .time {
    margin-top: 20px;
  }
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .time span {
  color: #FFFFFF;
  font-size: 16px;
  padding-left: 6.8px;
}

@media (max-width: 991px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .time span {
    font-size: 14px;
  }
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .join-now-btn {
  margin-top: 25.3px;
  padding: 8px 40px;
  background: #F7E9E2;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 15px;
  height: 43px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.upcoming-events-sec .upcoming-events-inner .upcoming-event-box .text .join-now-btn:hover {
  background: #e0cec5;
}

.upcoming-events-sec .upcoming-events-inner .upcoming-events-nav {
  position: absolute;
  left: 51%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  bottom: -50px;
  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;
  width: 150px;
  margin: auto;
  height: 24px;
  z-index: 99;
}

@media (max-width: 1199px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-events-nav {
    left: 63%;
    bottom: -35px;
  }
}

@media (max-width: 991px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-events-nav {
    left: 75%;
  }
}

@media (max-width: 767px) {
  .upcoming-events-sec .upcoming-events-inner .upcoming-events-nav {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    left: 50%;
    bottom: unset;
  }
}

.upcoming-events-sec .upcoming-events-inner .swiper-pagination {
  position: relative;
  left: 51%;
  bottom: -50px;
  display: inline-block;
  width: auto;
  z-index: 999;
}

@media (max-width: 1199px) {
  .upcoming-events-sec .upcoming-events-inner .swiper-pagination {
    left: 63%;
    bottom: -35px;
  }
}

@media (max-width: 991px) {
  .upcoming-events-sec .upcoming-events-inner .swiper-pagination {
    left: 75%;
  }
}

@media (max-width: 767px) {
  .upcoming-events-sec .upcoming-events-inner .swiper-pagination {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    left: 50%;
    bottom: unset;
  }
}

.upcoming-events-sec .upcoming-events-inner .swiper-pagination .swiper-pagination-bullet {
  width: 31.01px;
  height: 2.55px;
  border-radius: 4px;
  background: var(--main-color);
  opacity: 0.30;
  margin-right: 13px;
}

.upcoming-events-sec .upcoming-events-inner .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.upcoming-events-sec .upcoming-events-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.upcoming-events-sec .upcoming-events-inner .swiper-button-prev:after,
.upcoming-events-sec .upcoming-events-inner .swiper-button-next:after {
  display: none;
}

.upcoming-events-sec .upcoming-events-inner .swiper-button-prev.swiper-button-disabled,
.upcoming-events-sec .upcoming-events-inner .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}

.upcoming-events-sec .upcoming-events-inner .swiper-button-prev {
  left: -35px;
  right: auto;
}

.upcoming-events-sec .upcoming-events-inner .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.upcoming-events-sec .upcoming-events-inner .swiper-button-next {
  right: -35px;
  left: auto;
}

.testimonials-sec {
  padding-bottom: 100px;
  background: url("../img/bg2.png") no-repeat;
  background-size: cover;
  min-height: 826px;
  position: relative;
}

@media (min-width: 1621px) {
  .testimonials-sec {
    min-height: 1200px !important;
  }
}

@media (min-width: 1620px) {
  .testimonials-sec {
    min-height: 110vh;
  }
}

@media (min-width: 1400px) {
  .testimonials-sec {
    min-height: 926px;
  }
}

@media (max-width: 991px) {
  .testimonials-sec {
    padding-top: 50px;
    min-height: auto;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .testimonials-sec {
    padding-top: 50px;
  }
}

@media (max-width: 1199px) {
  .testimonials-sec > .container {
    padding: 0 !important;
  }
}

.testimonials-sec .testimonial-head {
  text-align: center;
}

.testimonials-sec .testimonial-head h5 {
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .testimonials-sec .testimonial-head h5 {
    font-size: 25px;
  }
}

.testimonials-sec .testimonial-head p {
  color: #000000;
  font-size: 30px;
  line-height: 55px;
  width: 50%;
  margin: auto;
}

@media (max-width: 991px) {
  .testimonials-sec .testimonial-head p {
    font-size: 20px;
    line-height: 35px;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .testimonials-sec .testimonial-head {
    display: none;
  }
}

.testimonials-sec .testimonial-inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .testimonials-sec .testimonial-inner {
    display: none;
  }
}

.testimonials-sec .testimonial-slider {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 375px;
}

@media (min-width: 1620px) {
  .testimonials-sec .testimonial-slider {
    height: 575px;
  }
}

.testimonials-sec .testimonial-box {
  background: rgba(255, 255, 255, 0.93);
  border-radius: 25px;
  padding: 20px;
  min-height: 250px;
  width: 400px;
  -webkit-box-shadow: 0 50px 99px rgba(101, 45, 144, 0.1);
          box-shadow: 0 50px 99px rgba(101, 45, 144, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.testimonials-sec .testimonial-box span {
  position: absolute;
  left: 20px;
  top: 7px;
  font-size: 162px;
  font-weight: 500;
  color: #8F5D61;
  opacity: 0.15;
  font-family: 'Roboto', sans-serif;
}

.testimonials-sec .testimonial-box p {
  font-size: 20px;
  color: #ACA8AF;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
}

.testimonials-sec .testimonial-box .img {
  width: 71.37px;
  height: 71.89px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 35px 70px rgba(101, 45, 144, 0.23);
          box-shadow: 0 35px 70px rgba(101, 45, 144, 0.23);
}

.testimonials-sec .testimonial-box .img img {
  width: 100%;
  height: 100%;
}

.testimonials-sec .testimonial-box.active {
  background: white;
  -webkit-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
}

.testimonials-sec .testimonial-box.active:nth-child(1) {
  -webkit-transform: scale(1.02) !important;
          transform: scale(1.02) !important;
}

.testimonials-sec .testimonial-box:nth-child(1) {
  position: absolute;
  bottom: -20px;
  right: 30%;
  z-index: 2;
}

.testimonials-sec .testimonial-box:nth-child(2) {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  position: absolute;
  bottom: 70px;
  right: 58%;
}

.testimonials-sec .testimonial-box:nth-child(3) {
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
  position: absolute;
  bottom: -200px;
  right: 70%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-sec .testimonial-box:nth-child(3) {
    right: 60%;
  }
}

.testimonials-sec .testimonial-box:nth-child(4) {
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
  position: absolute;
  bottom: 70px;
  right: -10%;
}

.testimonials-sec .testimonial-box:nth-child(5) {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  position: absolute;
  bottom: -50%;
  right: 3%;
}

.testimonials-sec .testimonial-pagination {
  position: absolute;
  bottom: 30px;
}

@media (max-width: 991px) {
  .testimonials-sec .testimonial-pagination {
    display: none;
  }
}

.testimonials-sec .testimonial-pagination .indicators ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-sec .testimonial-pagination .indicators ul li {
  width: 31.01px;
  height: 2.55px;
  background: rgba(255, 255, 255, 0.3);
  margin-right: 15px;
  cursor: pointer;
  border-radius: 4px;
}

.testimonials-sec .testimonial-pagination .indicators ul li.active {
  background: white;
}

.testimonials-sec .testimonial-pagination .indicators ul li:last-child {
  margin-right: 0;
}

.testimonials-sec .testimonial-mobile-inner {
  display: none;
}

@media (max-width: 1199px) {
  .testimonials-sec .testimonial-mobile-inner {
    display: block !important;
  }
}

.testimonials-sec .testimonial-mobile-inner .swiper {
  padding: 50px 0 !important;
}

@media (max-width: 575px) {
  .testimonials-sec .testimonial-mobile-inner .swiper {
    padding-top: 100px !important;
  }
}

.testimonials-sec .testimonial-mobile-inner .swiper-slide .testimonial-box {
  position: unset !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f5f5f5;
  min-height: 250px;
  width: auto !important;
  background: white !important;
}

@media (max-width: 575px) {
  .testimonials-sec .testimonial-mobile-inner .swiper-slide .testimonial-box {
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
    border: none !important;
  }
}

.testimonials-sec .testimonial-mobile-inner .swiper-slide .testimonial-box span {
  font-size: 120px;
}

@media (max-width: 575px) {
  .testimonials-sec .testimonial-mobile-inner .swiper-slide .testimonial-box span {
    left: 15px;
    top: 10px;
    font-size: 80px;
  }
}

.testimonials-sec .testimonial-mobile-inner .swiper-slide .testimonial-box p {
  font-size: 20px;
}

@media (max-width: 575px) {
  .testimonials-sec .testimonial-mobile-inner .swiper-slide .testimonial-box p {
    font-size: 17px;
    width: 85%;
  }
}

.testimonials-sec .testimonial-mobile-inner .swiper-slide .testimonial-box .img {
  bottom: -23px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 53.85px;
  height: 53.85px;
}

@media (max-width: 575px) {
  .testimonials-sec .testimonial-mobile-inner .swiper-slide.swiper-slide-active .testimonial-box {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}

.testimonials-sec .testimonial-mobile-inner .testimonial-mobile-pagination {
  bottom: -20px;
}

.testimonials-sec .testimonial-mobile-inner .testimonial-mobile-pagination .swiper-pagination-bullet {
  width: 31.01px;
  height: 2.55px;
  background: white;
  margin-right: 15px;
  cursor: pointer;
  border-radius: 4px;
}

.testimonials-sec .testimonial-mobile-inner .testimonial-mobile-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.testimonials-sec .testimonial-mobile-inner .testimonial-mobile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.online-store-sec {
  background: var(--main-color);
  padding: 86px 0 30px;
}

@media (max-width: 991px) {
  .online-store-sec {
    padding-top: 100px;
  }
}

.online-store-sec .online-store-inner {
  display: grid;
  grid-template-columns: 485.15px 1fr;
  grid-column-gap: 63.6px;
}

@media (max-width: 1199px) {
  .online-store-sec .online-store-inner {
    grid-template-columns: 400px 1fr;
  }
}

@media (max-width: 991px) {
  .online-store-sec .online-store-inner {
    grid-template-columns: 100%;
  }
}

@media (max-width: 991px) {
  .online-store-sec .online-store-inner .img {
    text-align: center;
  }
}

.online-store-sec .online-store-inner .text {
  padding-top: 20.5px;
  margin-right: 60px;
}

@media (max-width: 1199px) {
  .online-store-sec .online-store-inner .text {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .online-store-sec .online-store-inner .text {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .online-store-sec .online-store-inner .text .head {
    text-align: center;
  }
}

.online-store-sec .online-store-inner .text p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
  margin-top: 33.4px;
}

@media (max-width: 991px) {
  .online-store-sec .online-store-inner .text p {
    text-align: left;
  }
}

.online-store-sec .online-store-inner .text .shop-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .online-store-sec .online-store-inner .text .shop-now {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.online-store-sec .online-store-inner .text .shop-now .shop-now-btn {
  margin-top: 46.3px;
  padding: 8px 40px;
  background: #F7E9E2;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 15px;
  height: 43px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.online-store-sec .online-store-inner .text .shop-now .shop-now-btn span {
  padding-left: 8.5px;
}

.online-store-sec .online-store-inner .text .shop-now .shop-now-btn:hover {
  background: #e0cec5;
}

.sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.sec-head h5 {
  font-size: 23px;
  color: #000000;
  font-weight: bold;
}

.sec-head span {
  color: #000000;
  opacity: 0.02;
  font-size: 58px;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
  text-align: center;
}

@media (max-width: 575px) {
  .sec-head span {
    font-size: 40px;
  }
}

.modal-open .modal,
.modal-open {
  padding-right: 0 !important;
}

.modal-backdrop {
  background-color: #6D7177;
}

.modal-backdrop.show {
  opacity: .52;
}

@media (min-width: 576px) {
  .newsletter-modal .modal-dialog {
    max-width: 599px;
  }
}

.newsletter-modal .modal-content {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 0;
}

.newsletter-modal .close {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 2;
  opacity: 1 !important;
}

.newsletter-modal .modal-body {
  padding: 13.7px 41px 74px;
}

@media (max-width: 575px) {
  .newsletter-modal .modal-body {
    padding: 13px 25px 40px;
  }
}

.newsletter-modal .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .newsletter-modal .img img {
    width: 250px;
  }
}

.newsletter-modal h6 {
  font-size: 24px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 16px;
  margin-top: 20.2px;
}

.newsletter-modal p {
  color: #AAAAAA;
  font-size: 17px;
  line-height: 23px;
}

.newsletter-modal .newsletter-form {
  margin-top: 27.4px;
}

.newsletter-modal .newsletter-form .newsletter-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.newsletter-modal .newsletter-form .newsletter-form-row .newsletter-input {
  margin-right: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.newsletter-modal .newsletter-form .newsletter-form-row .newsletter-input .form-control {
  background: rgba(179, 133, 135, 0.04);
  height: 44.27px;
  border-radius: 22px;
  color: var(--main-color);
  font-size: 14px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsletter-modal .newsletter-form .newsletter-form-row .newsletter-input .form-control::-webkit-input-placeholder {
  color: var(--main-color);
  font-size: 14px;
}

.newsletter-modal .newsletter-form .newsletter-form-row .newsletter-input .form-control::-moz-placeholder {
  color: var(--main-color);
  font-size: 14px;
}

.newsletter-modal .newsletter-form .newsletter-form-row .newsletter-input .form-control:-ms-input-placeholder {
  color: var(--main-color);
  font-size: 14px;
}

.newsletter-modal .newsletter-form .newsletter-form-row .newsletter-input .form-control::-ms-input-placeholder {
  color: var(--main-color);
  font-size: 14px;
}

.newsletter-modal .newsletter-form .newsletter-form-row .newsletter-input .form-control::placeholder {
  color: var(--main-color);
  font-size: 14px;
}

.newsletter-modal .newsletter-form .newsletter-form-row .btn-send {
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.newsletter-modal .newsletter-form .hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter-modal .newsletter-form .hint span {
  font-size: 12px;
  color: var(--second-color);
  padding-left: 11px;
}

@media (min-width: 576px) {
  .account-pending .modal-dialog {
    max-width: 375px;
  }
}

.account-pending .modal-content {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.97);
  border: 0;
}

.account-pending .modal-body {
  padding: 15px 17px 24px;
}

.account-pending .icon {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.account-pending .account-pending-wrap {
  padding-top: 85px;
}

.account-pending .account-pending-wrap h6 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.account-pending .account-pending-wrap p {
  font-size: 18px;
  color: #000000;
  line-height: 27px;
  text-align: center;
}

.account-pending .account-pending-wrap .btn {
  margin-top: 27px;
  width: 100%;
  height: 43px;
  border-radius: 22px;
  font-size: 15px;
}

@media (min-width: 576px) {
  .step-compelted .modal-dialog {
    max-width: 375px;
  }
}

.step-compelted .modal-content {
  border-radius: 15px;
  border: 0;
}

.step-compelted .modal-body {
  padding: 24px 21px;
}

.step-compelted .icon {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.step-compelted .step-compelted-wrap {
  padding-top: 85px;
}

.step-compelted .step-compelted-wrap h6 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.step-compelted .step-compelted-wrap p {
  font-size: 18px;
  color: #000000;
  line-height: 27px;
  text-align: center;
}

.step-compelted .step-compelted-wrap .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-compelted .step-compelted-wrap .btn {
  margin-top: 27px;
  width: 100%;
  height: 43px;
  border-radius: 22px;
  font-size: 15px;
  margin-right: 10px;
}

.step-compelted .step-compelted-wrap .back-home {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.step-compelted .step-compelted-wrap .back-home:hover {
  background-color: var(--main-color);
}

.step-compelted .step-compelted-wrap .back-home:hover img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

@media (min-width: 576px) {
  .permission-modal .modal-dialog {
    max-width: 375px;
  }
}

.permission-modal .modal-content {
  border-radius: 15px;
  border: 0;
}

.permission-modal .modal-body {
  padding: 24px 21px;
}

.permission-modal .close-modal {
  position: absolute;
  right: 24px;
  top: 28px;
}

.permission-modal .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.permission-modal .permission-wrap {
  padding-top: 47px;
}

.permission-modal .permission-wrap h6 {
  font-size: 18px;
  margin-bottom: 22px;
  color: #B38587;
  font-weight: normal;
  text-align: center;
}

.permission-modal .permission-wrap .permission-list .permission-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18.4px;
  margin-bottom: 10px;
  background: #F7E9E2;
  border-radius: 17px;
  padding: 8px 12px;
  cursor: pointer;
}

.permission-modal .permission-wrap .permission-list .permission-card .avatar {
  width: 43.71px;
  height: 43.71px;
  border-radius: 50%;
  position: relative;
}

.permission-modal .permission-wrap .permission-list .permission-card .avatar > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.permission-modal .permission-wrap .permission-list .permission-card .avatar span {
  position: absolute;
  bottom: 0;
  right: -7px;
}

.permission-modal .permission-wrap .permission-list .permission-card .info p {
  font-size: 15px;
  color: #B38587;
  line-height: 20px;
  margin-bottom: 3px;
}

.permission-modal .permission-wrap .permission-list .permission-card .info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.permission-modal .permission-wrap .permission-list .permission-card .info div span {
  color: #B38587;
  font-weight: bold;
  font-size: 14px;
  padding-left: 4px;
  text-transform: uppercase;
}

.permission-modal .permission-wrap .permission-list .permission-card.allow {
  background: #B38587;
}

.permission-modal .permission-wrap .permission-list .permission-card.allow .info p {
  color: #FFF;
}

.permission-modal .permission-wrap .permission-list .permission-card.allow .info div span {
  color: #FFF;
}

.permission-modal .permission-wrap .permission-list .permission-card:last-child {
  margin-bottom: 0;
}

.permission-modal .permission-wrap .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.permission-modal .permission-wrap .btn {
  margin-top: 27px;
  width: 100%;
  height: 43px;
  border-radius: 22px;
  font-size: 15px;
  margin-right: 10px;
}

.sign-body {
  background: url("../img/sign-page-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.sign-page {
  position: relative;
  top: 54px;
  background: url("../img/sign-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 54px);
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .sign-page {
    top: 0;
    min-height: 100vh;
    background-position: center;
  }
}

.sign-page .close-sign-btn {
  width: 35.39px;
  height: 35.39px;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 40px;
  top: 40px;
}

.sign-page .close-sign-btn:hover {
  background: var(--main-color);
}

.sign-page .close-sign-btn:hover img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

@media (max-width: 575px) {
  .sign-page .close-sign-btn {
    top: 20px;
  }
}

.sign-page .sign-logo {
  position: absolute;
  left: 105px;
  top: 33.7px;
}

@media (max-width: 991px) {
  .sign-page .sign-logo {
    left: 40px;
    top: 40px;
  }
}

@media (max-width: 575px) {
  .sign-page .sign-logo {
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sign-page .sign-box {
  padding-top: 42px;
  margin-left: auto;
  margin-right: 149px;
  width: 343px;
}

@media (max-width: 991px) {
  .sign-page .sign-box {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 150px;
  }
}

@media (max-width: 575px) {
  .sign-page .sign-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.sign-page .sign-box h5 {
  font-size: 28px;
  color: #B38587;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.sign-page .sign-box .checkbox-boxs {
  margin-bottom: 25px;
}

.sign-page .sign-box .form-group {
  margin-bottom: 5px;
}

.sign-page .sign-box .form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  color: #8C98A9;
}

.sign-page .sign-box .form-group .form-control {
  height: 47px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #F7E9E2;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8C98A9;
}

.sign-page .sign-box .form-group .form-control::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.sign-page .sign-box .form-group .form-control::-moz-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.sign-page .sign-box .form-group .form-control:-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.sign-page .sign-box .form-group .form-control::-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.sign-page .sign-box .form-group .form-control::placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.sign-page .sign-box .form-group .form-control:focus {
  border-color: var(--main-color);
}

.sign-page .sign-box .form-group .phone-box .form-control {
  padding-right: 20px !important;
}

.sign-page .sign-box select {
  color: #8C98A9 !important;
}

.sign-page .sign-box .password-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;
}

.sign-page .sign-box .password-label a {
  color: #000000;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sign-page .sign-box .password-label a:hover {
  color: var(--green-color);
}

.sign-page .sign-box .sign-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.sign-page .sign-box .sign-btns .btn-primary {
  height: 47px;
  width: 236px;
  text-transform: uppercase;
  border-radius: 30px;
  margin-right: 8px;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sign-page .sign-box .hint {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sign-page .sign-box .hint p {
  color: #8C98A9;
  font-size: 14px;
}

.sign-page .sign-box .hint p a {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

.sign-page .sign-box .sign-head-par {
  font-size: 14px;
  color: #8C98A9;
  margin-bottom: 20px;
}

.sign-page .sign-box .sign-head-par span {
  font-weight: bold;
}

.sign-page.signin-page .hint {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 14px;
}

.sign-page.signin-page .hint p a {
  text-transform: none !important;
}

@media (min-width: 1200px) {
  .sign-page.signin-page .sign-box {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sign-page.forgot-pass-page {
  background: url("../img/forgot-pass-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(114vh - 54px);
}

@media (min-height: 992px) {
  .sign-page.forgot-pass-page {
    min-height: calc(100vh - 54px);
  }
}

@media (max-width: 1199px) {
  .sign-page.forgot-pass-page {
    background-position: center;
  }
}

@media (max-width: 991px) {
  .sign-page.forgot-pass-page {
    top: 0;
    min-height: 100vh;
  }
}

.sign-page.forgot-pass-page .sign-box {
  padding-top: 166px;
  margin-right: auto;
  margin-left: 104px;
  width: 376px;
}

@media (max-width: 991px) {
  .sign-page.forgot-pass-page .sign-box {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 150px;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .sign-page.forgot-pass-page .sign-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .sign-page.forgot-pass-page .sign-box h5 {
    font-size: 23px;
  }
}

.sign-page.forgot-pass-page .sign-box .forgot-pass-wrap {
  width: 343px;
}

@media (max-width: 991px) {
  .sign-page.forgot-pass-page .sign-box .forgot-pass-wrap {
    width: 100%;
  }
}

.sign-page.forgot-pass-page .sign-box .hint p a {
  text-transform: none !important;
}

.checkbox-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .checkbox-boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.checkbox-boxs .box {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--third-color);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
  height: 52px;
  padding: 12px 16px;
  cursor: pointer;
}

.checkbox-boxs .box:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .checkbox-boxs .box {
    margin-bottom: 10px;
    width: 70%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .checkbox-boxs .box:last-child {
    margin-bottom: 0;
  }
}

.checkbox-boxs .box span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #CDD4D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-boxs .box span img {
  opacity: 0;
  visibility: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  width: 8px;
}

.checkbox-boxs .box p {
  margin-left: 7px;
  color: #6D7177;
  font-size: 15px;
}

.checkbox-boxs .box.active {
  background: white;
  border-color: #FFF;
}

.checkbox-boxs .box.active span {
  background: var(--main-color);
}

.checkbox-boxs .box.active span img {
  opacity: 1;
  visibility: visible;
}

.checkbox-boxs .box.active p {
  color: var(--main-color);
}

.password-box {
  position: relative;
}

.password-box .form-control {
  padding-right: 50px;
}

.password-box .show-hide-pass {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
  background: transparent;
}

.password-box .show-hide-pass:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: #d5dbdf;
  -webkit-transform: translate(-50%, -50%) rotate(120deg);
          transform: translate(-50%, -50%) rotate(120deg);
  right: -41%;
  top: 53%;
  display: block;
}

.password-box .show-hide-pass.icon-eye-on:after {
  display: none;
}

.iti {
  width: 100%;
}

.iti__arrow {
  border-top-color: #727272 !important;
}

.iti__selected-flag {
  direction: ltr !important;
  outline: none;
}

.iti__country-name {
  font-size: 12px;
}

.iti__arrow--up {
  border-bottom: none;
}

.iti__country-list {
  left: 0;
  right: auto;
  max-width: 290px;
  overflow-x: scroll !important;
}

/* tel responsive */
@media (max-width: 1024px) {
  .iti__country-list {
    left: 0;
    right: auto;
  }
}

@media (max-width: 576px) {
  .iti__country-list {
    right: 0;
    left: auto;
  }
}

.iti__country-name,
.iti__flag-box {
  margin-left: 6px;
}

.iti__country {
  direction: ltr;
  text-align: left;
}

.iti__arrow {
  border-top: 4px solid #fff;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #030F17;
  font-size: 14px;
  font-weight: 300;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: transparent;
}

.expert-account-body {
  background: url("../img/sign-page-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.expert-account-page {
  position: relative;
  top: 54px;
  background: url("../img/expert-account-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 54px);
  padding: 39px 40px 50px 105px;
}

@media (max-width: 991px) {
  .expert-account-page {
    top: 0;
    min-height: 100vh;
    background-position: center;
    padding: 40px 40px 100px;
  }
}

@media (max-width: 575px) {
  .expert-account-page {
    padding: 25px 25px 100px;
  }
}

.expert-account-page .form-control {
  height: 47px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #F7E9E2;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8C98A9;
}

.expert-account-page .form-control::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.expert-account-page .form-control::-moz-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.expert-account-page .form-control:-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.expert-account-page .form-control::-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.expert-account-page .form-control::placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.expert-account-page .form-control:focus {
  border-color: var(--main-color);
}

.time-menu {
  background-color: #FFF;
  padding: 14px 25px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  width: 277px;
  top: 30px;
  z-index: 2;
  display: none;
}

@media (max-width: 991px) {
  .time-menu {
    left: auto;
    right: 0;
  }
}

.time-menu p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 13px;
}

.time-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.time-menu .inner .from-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.time-menu .inner .line {
  margin: 0 5px;
  width: 1px;
  height: 73.21px;
  background-color: rgba(112, 112, 112, 0.23);
  position: relative;
  top: -19px;
}

.time-menu .inner .to-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}

.time-menu .inner .number {
  height: 175px;
  overflow-y: scroll;
  scrollbar-width: none;
}

.time-menu .inner .number::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.time-menu .inner .number li {
  font-size: 16px;
  color: #AAAAAA;
  padding: 3px 8px;
  border-radius: 22px;
  line-height: 29px;
  cursor: pointer;
}

.time-menu .inner .number li:last-child {
  margin-bottom: 0;
}

.time-menu .inner .number li.active {
  background: #F7E9E2;
  color: #6D7177;
}

.time-menu .inner .am-pm {
  position: relative;
  top: -19px;
}

.time-menu .inner .am-pm li {
  color: #AAAAAA;
  font-size: 16px;
  padding: 3px 8px;
  border-radius: 22px;
  line-height: 29px;
  cursor: pointer;
}

.time-menu .inner .am-pm li:last-child {
  margin-bottom: 0;
}

.time-menu .inner .am-pm li.active {
  background: #F7E9E2;
  color: #6D7177;
}

.time-menu.show {
  display: block;
}

.attach-box > p {
  color: #8C98A9;
  font-size: 14px;
  margin-bottom: 10px;
}

.attach-box .inner {
  background: #FCFCFC;
  border-radius: 8px;
  border: 1px dashed rgba(0, 32, 67, 0.26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 25px 12px;
  position: relative;
  overflow: hidden;
  min-height: 102.75px;
}

.attach-box .inner .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.attach-box .inner .info {
  margin-left: 31px;
}

.attach-box .inner .info .attach {
  font-size: 14px;
  color: #000000;
}

.attach-box .inner .info .attach span {
  font-size: 10px;
  color: #B38587;
}

.attach-box .inner .info .size {
  color: #B5B5B5;
  font-size: 10px;
  margin-bottom: 10px;
}

.attach-box .inner .info .fileList {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.attach-box .inner .info .fileList li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 31px;
  border-radius: 5px;
  background: #FAFAFA;
  padding: 8px 15px;
  margin: 2px;
}

.attach-box .inner .info .fileList li span {
  font-size: 11px;
  font-weight: 500;
  padding-left: 9px;
}

.attach-box .inner .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
  display: block;
}

.duration-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.duration-boxs .duration-box {
  width: 57px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #AAAAAA;
  border-radius: 5px;
  margin-right: 7px;
  background: #FAFAFA;
  cursor: pointer;
}

.duration-boxs .duration-box.active {
  background: var(--green-color);
  color: #FFF;
}

.expert-account-box .head {
  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;
}

@media (max-width: 991px) {
  .expert-account-box .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.expert-account-box .head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .expert-account-box .head .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.expert-account-box .head h5 {
  font-size: 24px;
  color: #000000;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .expert-account-box .head h5 {
    margin-bottom: 20px;
  }
}

.expert-account-box .head .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .expert-account-box .head .step-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.expert-account-box .head .step-list li {
  min-width: 92px;
  height: 32px;
  position: relative;
  margin-left: -2px;
}

@media (max-width: 575px) {
  .expert-account-box .head .step-list li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.expert-account-box .head .step-list li .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}

.expert-account-box .head .step-list li .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #AAAAAA;
  font-size: 14px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  top: 46%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.expert-account-box .head .step-list li.current .step-item {
  color: var(--main-color);
}

.expert-account-box .head .step-list li.current .bg svg path {
  fill: transparent;
  stroke: var(--main-color);
}

.expert-account-box .head .step-list li.done .step-item {
  color: #FFF;
}

.expert-account-box .head .step-list li.done .bg svg path {
  fill: var(--main-color);
}

.expert-account-box .head .step-list li:first-child {
  right: -3px;
}

.expert-account-box .head .step-list li:first-child .step-item {
  left: 45%;
}

.expert-account-box .head .step-list li:last-child .step-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.expert-account-box .head .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .expert-account-box .head .left {
    top: 20px;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .expert-account-box .head .left {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}

.expert-account-box .head .left .back {
  height: 35px;
  padding: 4px 15px;
  border-radius: 18px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.expert-account-box .head .left .back span {
  padding-left: 9.6px;
  font-size: 14px;
  color: #AAAAAA;
}

.expert-account-box .head .left .back:hover {
  background: #AAAAAA;
}

.expert-account-box .head .left .back:hover span {
  color: #FFF;
}

.expert-account-box .head .left .back:hover img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

.expert-account-box .head .left .close-sign-btn {
  width: 35.39px;
  height: 35.39px;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expert-account-box .head .left .close-sign-btn:hover {
  background: var(--main-color);
}

.expert-account-box .head .left .close-sign-btn:hover img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

.expert-account-box .expert-account-content .expert-account-form.category {
  margin-top: 30.5px;
}

@media (max-width: 575px) {
  .expert-account-box .expert-account-content .expert-account-form.category {
    margin-top: 20px;
  }
}

.expert-account-box .expert-account-content .expert-account-form.category > p {
  font-size: 14px;
  color: #8C98A9;
  margin-bottom: 15px;
}

.expert-account-box .expert-account-content .expert-account-form.category .category-list {
  width: 343px;
}

@media (max-width: 575px) {
  .expert-account-box .expert-account-content .expert-account-form.category .category-list {
    width: 100%;
  }
}

.expert-account-box .expert-account-content .expert-account-form.category .category-list .category-item {
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(205, 212, 217, 0.4);
  cursor: pointer;
}

.expert-account-box .expert-account-content .expert-account-form.category .category-list .category-item .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expert-account-box .expert-account-content .expert-account-form.category .category-list .category-item .check img {
  display: none;
  width: 15.14px;
}

.expert-account-box .expert-account-content .expert-account-form.category .category-list .category-item span {
  padding-left: 15px;
  color: #000000;
}

.expert-account-box .expert-account-content .expert-account-form.category .category-list .category-item.active .icon {
  background-color: var(--green-color);
}

.expert-account-box .expert-account-content .expert-account-form.category .category-list .category-item.active .icon .img img {
  display: none;
}

.expert-account-box .expert-account-content .expert-account-form.category .category-list .category-item.active .icon .check img {
  display: block;
}

.expert-account-box .expert-account-content .expert-account-form.category .category-list .category-item.active span {
  font-weight: bold;
}

.expert-account-box .expert-account-content .expert-account-form.profile {
  max-width: 716px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .expert-account-box .expert-account-content .expert-account-form.profile {
    max-width: 100%;
  }
}

.expert-account-box .expert-account-content .expert-account-form.profile .attach-bxs {
  display: grid;
  grid-gap: 15.8px 30px;
  grid-template-columns: repeat(2, 343px);
}

@media (max-width: 991px) {
  .expert-account-box .expert-account-content .expert-account-form.profile .attach-bxs {
    grid-template-columns: 100%;
  }
}

.expert-account-box .expert-account-content .expert-account-form.profile .personal-info {
  margin-top: 14.8px;
  margin-bottom: 87px;
}

.expert-account-box .expert-account-content .expert-account-form.profile .personal-info label {
  margin-bottom: 10.5px;
  color: #8C98A9;
  font-size: 14px;
}

.expert-account-box .expert-account-content .expert-account-form.pricing {
  max-width: 716px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .expert-account-box .expert-account-content .expert-account-form.pricing {
    max-width: 100%;
  }
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan label {
  margin-bottom: 6px;
  color: #8C98A9;
  font-size: 14px;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs .plan-box {
  width: 146px;
  border-radius: 5px;
  background: #FAFAFA;
  margin-right: 11px;
  cursor: pointer;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs .plan-box:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs .plan-box {
    margin-bottom: 15px;
  }
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs .plan-box .plan-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs .plan-box .plan-name p {
  color: #000000;
  font-size: 21px;
  opacity: 0.70;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs .plan-box .plan-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--third-color);
  min-height: 37px;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs .plan-box .plan-price p {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs .plan-box .plan-list li {
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--third-color);
  font-size: 14px;
  color: #000000;
  opacity: 0.70;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs .plan-box.active {
  border-radius: 8px;
  background: #FFF;
  border: 1px solid var(--main-color);
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs .plan-box.active .plan-name p {
  opacity: 1;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .select-plan .select-plan-boxs .plan-box.active .plan-price {
  background: var(--main-color);
}

.expert-account-box .expert-account-content .expert-account-form.pricing .price {
  margin-top: 15px;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .price > label {
  margin-bottom: 10px;
  color: #8C98A9;
  font-size: 14px;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .price .price-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10.5px;
}

@media (max-width: 767px) {
  .expert-account-box .expert-account-content .expert-account-form.pricing .price .price-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.expert-account-box .expert-account-content .expert-account-form.pricing .price .price-inputs .input-form {
  width: 230px;
  height: 47px;
  margin-right: 11px;
}

@media (max-width: 767px) {
  .expert-account-box .expert-account-content .expert-account-form.pricing .price .price-inputs .input-form {
    margin-bottom: 15px;
  }
}

.expert-account-box .expert-account-content .expert-account-form.pricing .price .price-inputs .checkbox {
  margin-bottom: 0;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .price .price-inputs .checkbox label {
  margin-bottom: 0;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .price .price-inputs .checkbox .text {
  font-size: 14px;
  color: #AAAAAA;
  padding-left: 9px;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .price .price-inputs .checkbox .text span {
  color: var(--main-color);
  font-weight: bold;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .bank-account {
  margin-top: 15px;
}

.expert-account-box .expert-account-content .expert-account-form.pricing .bank-account > label {
  margin-bottom: 10px;
  color: #8C98A9;
  font-size: 14px;
}

.expert-account-box .expert-account-content .expert-account-form.schedule {
  max-width: 343.5px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .expert-account-box .expert-account-content .expert-account-form.schedule {
    max-width: 100%;
  }
}

.expert-account-box .expert-account-content .expert-account-form.schedule > .label {
  color: #8C98A9;
  font-size: 14px;
  margin-bottom: 15px;
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item {
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(205, 212, 217, 0.4);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item .day-box {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item .day-box .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item .day-box .icon .check img {
  width: 15.14px;
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item .day-box span {
  padding-left: 15px;
  color: #000000;
  font-size: 15px;
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item .time-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item .time-box .time-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8.5px;
  font-size: 15px;
  color: #AAAAAA;
  cursor: pointer;
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item .time-box .time-link span {
  padding: 0 3px;
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item .time-box.valid .from, .expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item .time-box.valid .to {
  font-weight: bold;
  color: #000000;
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item .time-box.valid > img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item.active .day-box .icon {
  background-color: var(--green-color);
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item.active .day-box .icon .check img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

.expert-account-box .expert-account-content .expert-account-form.schedule .schedule-list .schedule-item.active .day-box span {
  font-weight: bold;
}

.expert-account-box .expert-account-content .expert-account-action {
  margin-top: 30.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expert-account-box .expert-account-content .expert-account-action .btn-primary {
  width: 184px;
  height: 43px;
  border-radius: 22px;
  text-transform: uppercase;
}

.expert-account-box .expert-account-content .expert-account-action .btn-primary.save {
  text-transform: capitalize;
}

.expert-account-box .expert-account-content .account-created-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 93px);
}

@media (max-width: 575px) {
  .expert-account-box .expert-account-content .account-created-success {
    min-height: calc(100vh - 150px);
  }
}

.expert-account-box .expert-account-content .account-created-success .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expert-account-box .expert-account-content .account-created-success .imgs .icon {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -59px;
  z-index: 2;
}

@media (max-width: 575px) {
  .expert-account-box .expert-account-content .account-created-success .imgs .icon {
    width: 80px;
    height: 80px;
    margin-right: -40px;
  }
}

.expert-account-box .expert-account-content .account-created-success .imgs .avatar {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.expert-account-box .expert-account-content .account-created-success .imgs .avatar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #B38587;
  mix-blend-mode: color;
}

@media (max-width: 575px) {
  .expert-account-box .expert-account-content .account-created-success .imgs .avatar {
    width: 80px;
    height: 80px;
  }
}

.expert-account-box .expert-account-content .account-created-success .imgs .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.expert-account-box .expert-account-content .account-created-success p {
  font-size: 26px;
  color: #000000;
  margin: 19px 0 22px;
}

@media (max-width: 575px) {
  .expert-account-box .expert-account-content .account-created-success p {
    font-size: 20px;
  }
}

.expert-account-box .expert-account-content .account-created-success .btn {
  padding: 8px 57px;
  border-radius: 22px;
  height: 43px;
  font-size: 15px;
}

.account-created-success-page {
  background: url(../img/book-call-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.checkbox,
.radio {
  margin-bottom: 6px;
}

.checkbox.inline,
.radio.inline {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
}

.checkbox.inline:last-child,
.radio.inline:last-child {
  margin-left: 0;
}

.checkbox label,
.radio label {
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox,
.checkbox .custom-radio,
.radio .custom-radio {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 6px;
  width: 17px;
  height: 17px;
  background: #F5F5F5;
  border: 1px solid transparent;
  position: relative;
}

.radio .custom-radio,
.checkbox .custom-radio {
  width: 18px;
  height: 18px;
}

.checkbox .custom-checkbox {
  border-radius: 5px;
  background: #FFF;
  -webkit-transition: -webkit-box-shadow 180ms ease;
  transition: -webkit-box-shadow 180ms ease;
  transition: box-shadow 180ms ease;
  transition: box-shadow 180ms ease, -webkit-box-shadow 180ms ease;
  top: 0;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox {
  border: 2px solid #B3B3B3;
  border-radius: 3px;
}

.checkbox .icon-check {
  width: 9.27px;
  height: 7.86px;
  background-size: cover;
  position: absolute;
  top: 2px;
  right: 2px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  opacity: 0;
}

.checkbox input[type="checkbox"]:checked + .custom-checkbox {
  border-color: var(--main-color);
  background: var(--main-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkbox input[type="checkbox"]:checked + .custom-checkbox .icon-check {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.radio .custom-radio {
  border-radius: 50%;
  background: #DFDFDF;
  -webkit-box-shadow: inset 0 0 0 12px #fff;
          box-shadow: inset 0 0 0 12px #fff;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
}

.radio input[type="radio"]:checked + .custom-radio {
  border-color: var(--main-color);
  background: var(--main-color);
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.icon-check {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.483%201.992l-7.186%207.066-3.778-3.715-2.518%202.475%205.037%204.954%201.259%201.237%209.704-9.541-2.518-2.476z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.checkbox p {
  padding-left: 9.5px;
}

.list-of-experts .list-of-experts-header {
  margin-bottom: 27px;
  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;
}

@media (max-width: 991px) {
  .list-of-experts .list-of-experts-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.list-of-experts .list-of-experts-header h5 {
  font-size: 24px;
  color: #6D7177;
  line-height: 45px;
}

@media (max-width: 767px) {
  .list-of-experts .list-of-experts-header .list-of-experts-filter {
    width: 100%;
  }
}

.list-of-experts .list-of-experts-header .list-of-experts-filter .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .list-of-experts .list-of-experts-header .list-of-experts-filter .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.list-of-experts .list-of-experts-header .list-of-experts-filter .form .search {
  width: 343px;
  height: 38px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .list-of-experts .list-of-experts-header .list-of-experts-filter .form .search {
    width: 80%;
    margin-bottom: 10px;
  }
}

.list-of-experts .list-of-experts-header .list-of-experts-filter .form .search .form-control {
  background: #FAFAFA;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 14px;
  border-radius: 19px;
}

.list-of-experts .list-of-experts-header .list-of-experts-filter .form .search .form-control::-webkit-input-placeholder {
  font-size: #AAAAAA;
  opacity: 0.43;
}

.list-of-experts .list-of-experts-header .list-of-experts-filter .form .search .form-control::-moz-placeholder {
  font-size: #AAAAAA;
  opacity: 0.43;
}

.list-of-experts .list-of-experts-header .list-of-experts-filter .form .search .form-control:-ms-input-placeholder {
  font-size: #AAAAAA;
  opacity: 0.43;
}

.list-of-experts .list-of-experts-header .list-of-experts-filter .form .search .form-control::-ms-input-placeholder {
  font-size: #AAAAAA;
  opacity: 0.43;
}

.list-of-experts .list-of-experts-header .list-of-experts-filter .form .search .form-control::placeholder {
  font-size: #AAAAAA;
  opacity: 0.43;
}

.list-of-experts .list-of-experts-header .list-of-experts-filter .form .select {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .list-of-experts .list-of-experts-header .list-of-experts-filter .form .select {
    margin-right: 0;
    margin-bottom: 10px;
    width: 80%;
  }
}

.list-of-experts .list-of-experts-header .list-of-experts-filter .form .select:last-child {
  margin-right: 0;
}

.list-of-experts .list-of-experts-header .list-of-experts-filter .form .select .form-control {
  border-radius: 10px !important;
  background-color: #F7E9E2 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  min-width: 91px;
  padding-right: 30px;
  height: 38px;
  font-size: 14px;
  color: #000;
  background: url(../img/select-arrow2.svg) no-repeat right 0.4rem center/11.996px 9.928px #F7E9E2 !important;
}

.list-of-experts .list-expert-boxs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20.7px 23px;
}

@media (max-width: 1199px) {
  .list-of-experts .list-expert-boxs {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .list-of-experts .list-expert-boxs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .list-of-experts .list-expert-boxs {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

.list-of-experts .list-expert-boxs .list-expert-box {
  background-color: rgba(247, 233, 226, 0.22);
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.list-of-experts .list-expert-boxs .list-expert-box .expert-link {
  display: block;
}

.list-of-experts .list-expert-boxs .list-expert-box .img {
  height: 160px;
  position: relative;
  overflow: hidden;
}

.list-of-experts .list-expert-boxs .list-expert-box .img > img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 767px) {
  .list-of-experts .list-expert-boxs .list-expert-box .img > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.list-of-experts .list-expert-boxs .list-expert-box .img .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 16px;
  bottom: 17px;
}

@media (max-width: 767px) {
  .list-of-experts .list-expert-boxs .list-expert-box .img .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.list-of-experts .list-expert-boxs .list-expert-box .img .info .stars {
  background: #F7E9E2;
  border-radius: 7px;
  padding: 3px 9px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7px;
}

.list-of-experts .list-expert-boxs .list-expert-box .img .info .stars span {
  color: #000000;
  padding-left: 3.8px;
  font-size: 11px;
  font-weight: bold;
}

.list-of-experts .list-expert-boxs .list-expert-box .img .info .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--main-color);
  padding: 3px 10px;
  border-radius: 7px;
  height: 26px;
}

.list-of-experts .list-expert-boxs .list-expert-box .img .info .account span {
  font-size: 11px;
  color: #FFF;
  padding-left: 5.8px;
}

@media (max-width: 767px) {
  .list-of-experts .list-expert-boxs .list-expert-box .img .info .account {
    margin-top: 8px;
  }
}

.list-of-experts .list-expert-boxs .list-expert-box .inner {
  padding: 11px 16px 18px;
}

.list-of-experts .list-expert-boxs .list-expert-box .inner h5 {
  font-size: 21px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .list-of-experts .list-expert-boxs .list-expert-box .inner h5 {
    font-size: 18px;
  }
}

.list-of-experts .list-expert-boxs .list-expert-box .inner p {
  color: #AAAAAA;
  font-size: 15px;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .list-of-experts .list-expert-boxs .list-expert-box .inner p {
    font-size: 13px;
  }
}

.list-of-experts .list-expert-boxs .list-expert-box .inner .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-of-experts .list-expert-boxs .list-expert-box .inner .categories li {
  background: #FFFFFF;
  padding: 3px 13px;
  height: 25px;
  margin-right: 4px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #AAAAAA;
  margin-bottom: 5px;
}

.list-of-experts .list-expert-boxs .list-expert-box .inner .categories li:last-child {
  margin-right: 0;
}

.list-of-experts .list-expert-boxs .list-expert-box:hover {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.list-of-experts .list-expert-boxs .list-expert-box:hover .img img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.page-wrapper {
  min-height: 100vh;
  padding-top: 163px;
  padding-bottom: calc(68px + 64px);
  position: relative;
}

@media (max-width: 991px) {
  .page-wrapper {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.page-shape-one {
  position: absolute;
  right: 0;
  top: 237px;
}

@media (max-width: 1199px) {
  .page-shape-one {
    display: none;
  }
}

.page-shape-two {
  position: absolute;
  left: 0;
  top: 582px;
}

.page-shape-two img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

@media (max-width: 1199px) {
  .page-shape-two {
    display: none;
  }
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 10px;
}

.breadcrumb .breadcrumb-item {
  color: #CDD4D9;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--main-color);
}

.breadcrumb .breadcrumb-item:hover {
  color: var(--main-color);
}

.breadcrumb .breadcrumb-item::before {
  color: #CDD4D9;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination .pagination-list li {
  margin-right: 5px;
}

.pagination .pagination-list li:last-child {
  margin-right: 0;
}

.pagination .pagination-list li a {
  width: 28px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 14px;
}

.pagination .pagination-list li a:hover {
  background: var(--main-color);
  color: #FFF;
}

.pagination .pagination-list li.active a {
  background: var(--main-color);
  color: #FFF;
}

.pagination .pagination-list li.disabled {
  pointer-events: none;
  color: #000;
}

.pagination .pagination-list li.disabled a {
  color: var(--third-color);
  border-color: var(--third-color);
}

.reservations-header {
  margin-bottom: 15.6px;
}

.reservations-header h5 {
  font-size: 24px;
  color: #6D7177;
  margin-bottom: 0;
}

.reservations-inner {
  display: grid;
  grid-template-columns: 198px 1fr;
  grid-column-gap: 46px;
}

@media (max-width: 991px) {
  .reservations-inner {
    grid-template-columns: 100%;
  }
}

@media (max-width: 991px) {
  .reservations-sidebar {
    margin-bottom: 40px;
  }
}

.reservations-sidebar .nav {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 0;
}

.reservations-sidebar .nav .nav-item {
  width: 100%;
}

.reservations-sidebar .nav .nav-item .nav-link {
  text-align: center;
  border: 0;
  border-radius: 0;
  color: #6D7177;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.reservations-sidebar .nav .nav-item .nav-link.active {
  background-color: var(--third-color);
  font-weight: bold;
  color: #000000;
}

.reservations-sidebar .nav .nav-item .nav-link:hover {
  background-color: var(--third-color);
}

.reservations-list .reservation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20.5px;
  padding-bottom: 12px;
  border-bottom: 2px solid #FAFAFA;
}

.reservations-list .reservation-box .img {
  width: 67px;
  height: 67px;
  border-radius: 6px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reservations-list .reservation-box .img img {
  width: 100%;
  height: 100%;
}

.reservations-list .reservation-box .info {
  margin-left: 12px;
}

.reservations-list .reservation-box .info .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}

.reservations-list .reservation-box .info .name h6 {
  font-size: 15px;
  color: #000000;
  margin-right: 15px;
  margin-bottom: 0;
}

.reservations-list .reservation-box .info .name span {
  font-size: 11px;
  color: #FFF;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FE0023;
  border-radius: 4px;
  padding: 0 5px;
}

.reservations-list .reservation-box .info .numberes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}

.reservations-list .reservation-box .info .numberes span {
  height: 20px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--third-color);
  font-size: 11px;
  margin-right: 3px;
  border-radius: 5px;
}

.reservations-list .reservation-box .info .numberes span:last-child {
  margin-right: 0;
}

.reservations-list .reservation-box .info .numberes span.price {
  font-weight: bold;
  color: #000;
}

.reservations-list .reservation-box .info .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.reservations-list .reservation-box .info .time > div {
  margin-right: 9px;
}

.reservations-list .reservation-box .info .time > div:last-child {
  margin-right: 0;
}

.reservations-list .reservation-box .info .time > div label {
  color: #AAAAAA;
  font-size: 12px;
  margin-bottom: 0;
}

.reservations-list .reservation-box .info .time > div span {
  font-size: 12px;
  color: var(--main-color);
}

.reservations-list .reservation-box .info .desc p {
  font-size: 12px;
  color: #AAAAAA;
}

.reservations-det-inner .reservation-alert {
  background-color: rgba(247, 233, 226, 0.16);
  border-radius: 4px;
  padding: 3px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

.reservations-det-inner .reservation-alert .status.pending {
  color: #000000;
  font-size: 11px;
  border-radius: 5px;
  height: 20px;
  padding: 3px 6px;
  background-color: #F7E9E2;
}

.reservations-det-inner .reservation-alert p {
  color: #FE0023;
  font-size: 11px;
  padding-left: 6.5px;
  position: relative;
  top: 2px;
}

.reservations-det-inner .reservations-row {
  display: grid;
  grid-template-columns: 1fr 366px;
  grid-column-gap: 37px;
}

@media (max-width: 991px) {
  .reservations-det-inner .reservations-row {
    grid-template-columns: 100%;
  }
}

@media (max-width: 991px) {
  .reservations-det-inner .reservations-row .content {
    margin-bottom: 50px;
  }
}

.reservations-det-inner .reservations-row .content .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.reservations-det-inner .reservations-row .content .user-info .img {
  width: 71px;
  height: 71px;
  border-radius: 6px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reservations-det-inner .reservations-row .content .user-info .img img {
  width: 100%;
  height: 100%;
}

.reservations-det-inner .reservations-row .content .user-info .name {
  margin-left: 16px;
}

.reservations-det-inner .reservations-row .content .user-info .name h5 {
  font-size: 23px;
  color: #000;
}

.reservations-det-inner .reservations-row .content .user-info .name p {
  font-size: 12px;
  color: #000000;
  opacity: 0.40;
}

.reservations-det-inner .reservations-row .content .info-boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

@media (max-width: 1199px) {
  .reservations-det-inner .reservations-row .content .info-boxs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .reservations-det-inner .reservations-row .content .info-boxs {
    grid-template-columns: 100%;
  }
}

.reservations-det-inner .reservations-row .content .info-boxs .info-box {
  border: 1px solid #CDD4D9;
  border-radius: 8px;
  padding: 20.6px 15.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reservations-det-inner .reservations-row .content .info-boxs .info-box .icon {
  width: 68.08px;
  height: 68.08px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reservations-det-inner .reservations-row .content .info-boxs .info-box .icon img {
  width: 100%;
  height: 100%;
}

.reservations-det-inner .reservations-row .content .info-boxs .info-box .inner {
  margin-left: 20.5px;
}

.reservations-det-inner .reservations-row .content .info-boxs .info-box .inner span {
  color: #CDD4D9;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.reservations-det-inner .reservations-row .content .info-boxs .info-box .inner p {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
}

.reservations-det-inner .reservations-row .content .reservations-row-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 37px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .reservations-det-inner .reservations-row .content .reservations-row-grid {
    grid-template-columns: 100%;
    gap: 15px;
  }
}

.reservations-det-inner .reservations-row .content .reservations-row-grid .right .chat-history h5 {
  color: #000000;
  font-size: 16px;
  margin-bottom: 14px;
}

.reservations-det-inner .reservations-row .content .reservations-row-grid .right .chat-history .chat-history-boxs .chat-item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15.5px;
}

.reservations-det-inner .reservations-row .content .reservations-row-grid .right .chat-history .chat-history-boxs .chat-item .img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reservations-det-inner .reservations-row .content .reservations-row-grid .right .chat-history .chat-history-boxs .chat-item .img img {
  width: 100%;
  height: 100%;
}

.reservations-det-inner .reservations-row .content .reservations-row-grid .right .chat-history .chat-history-boxs .chat-item .info {
  width: 100%;
}

.reservations-det-inner .reservations-row .content .reservations-row-grid .right .chat-history .chat-history-boxs .chat-item .info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reservations-det-inner .reservations-row .content .reservations-row-grid .right .chat-history .chat-history-boxs .chat-item .info .top p {
  font-size: 15px;
  color: #000000;
}

.reservations-det-inner .reservations-row .content .reservations-row-grid .right .chat-history .chat-history-boxs .chat-item .info .top span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

.reservations-det-inner .reservations-row .content .reservations-row-grid .right .chat-history .chat-history-boxs .chat-item .info .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reservations-det-inner .reservations-row .content .reservations-row-grid .right .chat-history .chat-history-boxs .chat-item .info .foot p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 192px;
}

.reservations-det-inner .reservations-row .content .reservations-row-grid .right .chat-history .chat-history-boxs .chat-item .info .foot span {
  min-width: 40px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #000000;
  background: #F7E9E2;
  border-radius: 5px;
}

.reservations-det-inner .reservations-row .content .other-details h5 {
  color: #000000;
  font-size: 16px;
  margin-bottom: 8px;
}

.reservations-det-inner .reservations-row .content .other-details p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.reservations-det-inner .reservations-row .content .buffer-call {
  margin-top: 16px;
  background-color: rgba(179, 133, 135, 0.03);
  padding: 14px 21px 14px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .reservations-det-inner .reservations-row .content .buffer-call {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.reservations-det-inner .reservations-row .content .buffer-call .icon {
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reservations-det-inner .reservations-row .content .buffer-call .icon img {
  width: 100%;
  height: 100%;
}

.reservations-det-inner .reservations-row .content .buffer-call .info {
  margin-left: 11px;
}

@media (max-width: 767px) {
  .reservations-det-inner .reservations-row .content .buffer-call .info {
    margin-left: 0;
    margin-top: 15px;
  }
}

.reservations-det-inner .reservations-row .content .buffer-call .info p {
  color: #000000;
  font-size: 16px;
}

@media (max-width: 767px) {
  .reservations-det-inner .reservations-row .content .buffer-call .info p {
    text-align: center;
  }
}

.reservations-det-inner .reservations-row .content .buffer-call .info span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.reservations-det-inner .reservations-row .content .buffer-call .test-call {
  margin-left: 14px;
  background-color: #F7E9E2;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  font-size: 14px;
  padding: 3px 9px;
  min-width: 92px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .reservations-det-inner .reservations-row .content .buffer-call .test-call {
    margin-top: 15px;
    margin-left: 0;
  }
}

.reservations-det-inner .reservations-row .content .buffer-call .test-call span {
  padding-left: 4.7px;
}

.reservations-det-inner .reservations-row .content .buffer-call .test-call:hover {
  background-color: var(--main-color);
  color: #FFF;
}

.reservations-det-inner .reservations-row .content .buffer-call .test-call:hover img {
  -webkit-filter: invert(1) brightness(10);
          filter: invert(1) brightness(10);
}

.reservations-det-inner .reservations-row .chat .call-btns {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.reservations-det-inner .reservations-row .chat .call-btns .btn {
  width: 100%;
  margin-bottom: 7px;
  height: 43px;
  border-radius: 22px;
}

.reservations-det-inner .reservations-row .chat .expert-review {
  margin-top: 16px;
}

.reservations-det-inner .reservations-row .chat .expert-review h5 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.reservations-det-inner .reservations-row .chat .expert-review .review-list .review-item {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reservations-det-inner .reservations-row .chat .expert-review .review-list .review-item .img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reservations-det-inner .reservations-row .chat .expert-review .review-list .review-item .img img {
  width: 100%;
  height: 100%;
}

.reservations-det-inner .reservations-row .chat .expert-review .review-list .review-item .img .rate {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.reservations-det-inner .reservations-row .chat .expert-review .review-list .review-item .img .rate span {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

.reservations-det-inner .reservations-row .chat .expert-review .review-list .review-item .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(180, 158, 33, 0.15)), to(#5A4F11));
  background: linear-gradient(to bottom, rgba(180, 158, 33, 0.15), #5A4F11);
  opacity: 0.74;
}

.reservations-det-inner .reservations-row .chat .expert-review .review-list .review-item .info {
  margin-left: 15.5px;
}

.reservations-det-inner .reservations-row .chat .expert-review .review-list .review-item .info p {
  font-size: 15px;
  color: #000000;
}

.reservations-det-inner .reservations-row .chat .expert-review .review-list .review-item .info > div span:nth-of-type(1) {
  color: #000000;
  opacity: 0.40;
  font-size: 15px;
  padding-right: 14px;
}

.reservations-det-inner .reservations-row .chat .expert-review .review-list .review-item .info > div span:nth-of-type(2) {
  color: #6D7177;
  font-size: 10px;
}

.reservations-det-inner .reservations-row .chat .have-problem {
  margin-top: 39px;
}

.reservations-det-inner .reservations-row .chat .have-problem p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.reservations-det-inner .reservations-row .chat .have-problem .problem-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reservations-det-inner .reservations-row .chat .have-problem .problem-action .drop {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 43px;
  width: 186px;
  background-color: #F7E9E2;
  border-radius: 22px;
  margin-right: 17px;
  border: 0;
}

.reservations-det-inner .reservations-row .chat .have-problem .problem-action .drop:hover {
  background-color: var(--main-color);
  color: #FFF;
}

.reservations-det-inner .reservations-row .chat .have-problem .problem-action .cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 147px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reservations-det-inner .reservations-row .chat .have-problem .problem-action .cancel span {
  padding-left: 7.3px;
  color: #F44336;
  font-size: 15px;
}

.reservations-det-inner .reservations-row .chat .have-problem .problem-action .cancel:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 100%;
  background-color: #F44336;
}

.chat-area h6 {
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
}

.chat-area .chat-wraper {
  background-color: rgba(179, 133, 135, 0.03);
  border-radius: 16px;
  padding: 23px 16px 19px;
}

.chat-area .chat-wraper .chat-message-box {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 42px;
  height: 214px;
  overflow-y: auto;
  padding-right: 5px;
}

.chat-area .chat-wraper .chat-message-box .chat-message {
  padding: 8px 16px 3px;
  margin-bottom: 10px;
  width: 167px;
}

.chat-area .chat-wraper .chat-message-box .chat-message p {
  font-size: 12px;
  color: #000000;
  margin-bottom: 5px;
}

.chat-area .chat-wraper .chat-message-box .chat-message .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.4);
}

.chat-area .chat-wraper .chat-message-box .chat-message .time img {
  margin-right: 3px;
}

.chat-area .chat-wraper .chat-message-box .chat-message.client {
  background-color: #FFFFFF;
  float: left;
  border-radius: 26px 26px 26px 0;
}

.chat-area .chat-wraper .chat-message-box .chat-message.owner {
  background-color: #F7E9E2;
  float: right;
  border-radius: 26px 26px 0 26px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.chat-area .chat-wraper .chat-form .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat-area .chat-wraper .chat-form .form-inner .form-control {
  background-color: #FFF;
  height: 36px;
  border: 0;
  border-radius: 20px;
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
}

.chat-area .chat-wraper .chat-form .form-inner .form-control::-webkit-input-placeholder {
  font-size: 15px;
  color: #000000;
  opacity: 0.20;
}

.chat-area .chat-wraper .chat-form .form-inner .form-control::-moz-placeholder {
  font-size: 15px;
  color: #000000;
  opacity: 0.20;
}

.chat-area .chat-wraper .chat-form .form-inner .form-control:-ms-input-placeholder {
  font-size: 15px;
  color: #000000;
  opacity: 0.20;
}

.chat-area .chat-wraper .chat-form .form-inner .form-control::-ms-input-placeholder {
  font-size: 15px;
  color: #000000;
  opacity: 0.20;
}

.chat-area .chat-wraper .chat-form .form-inner .form-control::placeholder {
  font-size: 15px;
  color: #000000;
  opacity: 0.20;
}

.chat-area .chat-wraper .chat-form .form-inner .btn {
  margin-left: 7px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chat-area .chat-wraper .chat-form .form-inner .btn img {
  width: 14px;
}

.chat-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(109, 113, 119, 0.52);
  z-index: 999;
  display: none;
}

.chat-overlay.show {
  display: block;
}

.chat-fixed {
  position: fixed;
  left: -375px;
  top: 0;
  width: 375px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.chat-fixed.show-chat {
  left: 0;
}

@media (max-width: 991px) {
  .chat-fixed {
    width: 300px;
    height: 400px;
    bottom: 0;
    top: unset;
  }
}

.chat-fixed .chat-fixed-box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.chat-fixed .chat-fixed-box .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(205, 212, 217, 0.31);
  position: relative;
  padding: 17px 0;
}

@media (max-width: 991px) {
  .chat-fixed .chat-fixed-box .head {
    padding: 10px 0;
  }
}

.chat-fixed .chat-fixed-box .head h5 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .chat-fixed .chat-fixed-box .head h5 img {
    width: 18px;
  }
}

.chat-fixed .chat-fixed-box .head h5 span {
  color: #B38587;
  font-size: 18px;
  font-weight: normal;
  padding-left: 9.2px;
}

@media (max-width: 991px) {
  .chat-fixed .chat-fixed-box .head h5 span {
    font-size: 15px;
    padding-left: 5px;
  }
}

.chat-fixed .chat-fixed-box .head .close-chat {
  position: absolute;
  right: 24.2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.chat-fixed .chat-fixed-box .chat-area .chat-wraper {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.chat-fixed .chat-fixed-box .chat-area .chat-wraper .chat-message-box {
  padding: 20px;
  padding-bottom: 42px;
  max-height: 80vh;
  overflow-y: scroll;
  height: 100%;
}

@media (max-width: 991px) {
  .chat-fixed .chat-fixed-box .chat-area .chat-wraper .chat-message-box {
    height: 273px;
  }
}

.chat-fixed .chat-fixed-box .chat-area .chat-wraper .chat-message-box .no-data {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .chat-fixed .chat-fixed-box .chat-area .chat-wraper .chat-message-box .no-data {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .chat-fixed .chat-fixed-box .chat-area .chat-wraper .chat-message-box .no-data img {
    width: 130px;
  }
}

.chat-fixed .chat-fixed-box .chat-area .chat-wraper .chat-message-box .no-data p {
  color: #CDD4D9;
  font-size: 18px;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .chat-fixed .chat-fixed-box .chat-area .chat-wraper .chat-message-box .no-data p {
    margin-top: 20px;
  }
}

.chat-fixed .chat-fixed-box .chat-area .chat-wraper .chat-form {
  padding: 20px;
  background: rgba(179, 133, 135, 0.03);
  border-radius: 16px;
}

@media (max-width: 991px) {
  .chat-fixed .chat-fixed-box .chat-area .chat-wraper .chat-form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.expert-details-page {
  padding-bottom: 170px;
}

.expert-details-page .expert-profile {
  position: relative;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1199px) {
  .expert-details-page .expert-profile {
    top: 60px;
  }
}

@media (max-width: 991px) {
  .expert-details-page .expert-profile {
    top: 100px;
  }
}

@media (max-width: 575px) {
  .expert-details-page .expert-profile {
    top: 120px;
  }
}

.expert-details-page .expert-profile .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .expert-details-page .expert-profile .desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.expert-details-page .expert-profile .desc .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .expert-details-page .expert-profile .desc .right {
    margin-bottom: 20px;
  }
}

.expert-details-page .expert-profile .desc .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 575px) {
  .expert-details-page .expert-profile .desc .right .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.expert-details-page .expert-profile .desc .right .top .avatar {
  width: 151px;
  height: 151px;
  border-radius: 6px;
  overflow: hidden;
  border: 3px solid #FFF;
  margin-right: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.expert-details-page .expert-profile .desc .right .top .avatar img {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .expert-details-page .expert-profile .desc .right .top .avatar {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
}

.expert-details-page .expert-profile .desc .right .top .instagram-link {
  border-radius: 6px;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 7px;
  height: 34px;
}

.expert-details-page .expert-profile .desc .right .top .instagram-link span {
  padding-left: 5.5px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}

@media (max-width: 575px) {
  .expert-details-page .expert-profile .desc .right .top .instagram-link {
    margin-bottom: 10px;
  }
}

.expert-details-page .expert-profile .desc .right .top .rate {
  min-width: 71px;
  height: 34px;
  background-color: var(--third-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 7px;
}

.expert-details-page .expert-profile .desc .right .top .rate span {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  padding-left: 4.1px;
}

.expert-details-page .expert-profile .desc .right .info {
  margin-top: 14px;
}

.expert-details-page .expert-profile .desc .right .info h5 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 10px;
}

.expert-details-page .expert-profile .desc .right .info p {
  margin-bottom: 10px;
  color: #000000;
  opacity: 0.40;
  font-size: 12px;
}

.expert-details-page .expert-profile .desc .right .info .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expert-details-page .expert-profile .desc .right .info .categories li {
  border-radius: 7px;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  color: #AAAAAA;
  margin-right: 4px;
  padding: 2px 12px;
  height: 22px;
}

.expert-details-page .expert-profile .desc .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expert-details-page .expert-profile .desc .action .btn-primary {
  border-radius: 22px;
  font-size: 15px;
  padding: 8px 35px;
  margin-right: 7px;
}

.expert-details-page .expert-profile .desc .action .share-btn {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expert-details-page .expert-profile .desc .action .share-btn:hover {
  background-color: #dfdfdf;
}

.expert-details-page .expert-profile .bio {
  margin-top: 15px;
  width: 50%;
}

@media (max-width: 991px) {
  .expert-details-page .expert-profile .bio {
    width: 100%;
  }
}

.expert-details-page .expert-profile .bio h4 {
  font-size: 16px;
  color: #AAAAAA;
  margin-bottom: 10px;
}

.expert-details-page .expert-profile .bio p {
  font-size: 14px;
  color: #000000;
}

.profile-cover-box {
  height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 96px;
  z-index: -1;
}

@media (max-width: 991px) {
  .profile-cover-box {
    top: 60px;
  }
}

.profile-cover-box .profile-cover-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .profile-cover-box .profile-cover-img {
    width: 100%;
    height: 100%;
  }
}

.profile-cover-box .profile-cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .profile-cover-box .profile-cover-img img {
    width: 100%;
    height: 100%;
  }
}

.profile-cover-box .wave {
  position: absolute;
  top: 85%;
  width: 100%;
  height: 31px;
  z-index: 9;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.profile-cover-box .wave svg {
  width: 100%;
}

@media (max-width: 1199px) {
  .profile-cover-box .wave {
    display: none;
  }
}

.book-call-body {
  background: url("../img/book-call-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.book-call-page {
  position: relative;
  top: 54px;
  background: url("../img/book-call-bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 54px);
  padding: 39px 105px 50px 105px;
}

@media (max-width: 991px) {
  .book-call-page {
    top: 0;
    min-height: 100vh;
    background-position: center;
    padding: 40px 40px 100px;
  }
}

@media (max-width: 575px) {
  .book-call-page {
    padding: 25px 25px 100px;
  }
}

.book-call-page .book-call-box .head {
  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;
}

@media (max-width: 991px) {
  .book-call-page .book-call-box .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.book-call-page .book-call-box .head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .book-call-page .book-call-box .head .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.book-call-page .book-call-box .head h5 {
  font-size: 24px;
  color: #000000;
  margin-right: 40px;
  margin-bottom: 0;
}

.book-call-page .book-call-box .head h5 span {
  color: var(--main-color);
}

@media (max-width: 767px) {
  .book-call-page .book-call-box .head h5 {
    margin-bottom: 20px;
  }
}

.book-call-page .book-call-box .head .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .book-call-page .book-call-box .head .left {
    top: 20px;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .book-call-page .book-call-box .head .left {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}

.book-call-page .book-call-box .head .left .close-sign-btn {
  width: 35.39px;
  height: 35.39px;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book-call-page .book-call-box .head .left .close-sign-btn:hover {
  background: var(--main-color);
}

.book-call-page .book-call-box .head .left .close-sign-btn:hover img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

.book-call-page .book-call-box .expert-account-content {
  margin-top: 20px;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .expert-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .expert-profile .avatar {
  width: 86px;
  height: 86px;
  overflow: hidden;
  border: 3px solid #CDD4D9;
  border-radius: 6px;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .expert-profile .avatar img {
  width: 100%;
  height: 100%;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .expert-profile .info {
  margin-left: 20px;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .expert-profile .info h5 {
  font-size: 22px;
  color: #000000;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .expert-profile .info p {
  font-size: 12px;
  color: #000000;
  opacity: 0.40;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1199px) {
  .book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .calendar-box {
  position: relative;
  width: 365px;
}

@media (max-width: 992px) {
  .book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .calendar-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .calendar-box {
    width: 100%;
  }
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .calendar-box .calendar-foot {
  background-color: #FF9696;
  padding: 8px 16px;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .calendar-box .calendar-foot span {
  color: #FFF;
  font-weight: normal;
  font-size: 12px;
  padding-left: 6.7px;
}

@media (max-width: 991px) {
  .book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .calendar-box .calendar {
    width: 100%;
  }
  .book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .calendar-box .pignose-calendar.pignose-calendar-dark {
    width: 100%;
    max-width: 100%;
  }
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box {
  margin-left: 30px;
  padding-right: 36px;
  border-right: 1px solid #CDD4D9;
}

@media (max-width: 991px) {
  .book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box {
    margin-left: 0;
    border: none !important;
  }
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .duration {
  margin-bottom: 17px;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .duration h5 {
  font-size: 14px;
  color: #8C98A9;
  margin-bottom: 12px;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .duration .duration-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .duration .duration-boxs .duration-box {
  width: 40px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: #AAAAAA;
  border-radius: 5px;
  margin-right: 7px;
  background: #FAFAFA;
  cursor: pointer;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .duration .duration-boxs .duration-box.active {
  background: var(--green-color);
  color: #FFF;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .time {
  margin-bottom: 17px;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .time h5 {
  font-size: 14px;
  color: #8C98A9;
  margin-bottom: 12px;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .time .time-list {
  display: grid;
  grid-template-columns: repeat(5, 66px);
  grid-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .time .time-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 5px;
  }
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .time .time-list .time-item {
  width: 66px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: #AAAAAA;
  border-radius: 5px;
  margin-right: 4px;
  background: #FAFAFA;
  cursor: pointer;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .time .time-list .time-item.active {
  background: var(--green-color);
  color: #FFF;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .other-details h5 {
  font-size: 14px;
  color: #8C98A9;
  margin-bottom: 12px;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .other-details .form-control {
  height: 47px;
  width: 230px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #F7E9E2;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8C98A9;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .other-details .form-control::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .other-details .form-control::-moz-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .other-details .form-control:-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .other-details .form-control::-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .other-details .form-control::placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.book-call-page .book-call-box .expert-account-content .book-call-form .book-call-row .duration-time-box .other-details .form-control:focus {
  border-color: var(--main-color);
}

.book-call-page .book-call-box .expert-account-content .successfully-booked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 41px 0 0;
  width: 422px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .book-call-page .book-call-box .expert-account-content .successfully-booked {
    width: auto;
  }
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .imgs .icon {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -40px;
  z-index: 2;
}

@media (max-width: 575px) {
  .book-call-page .book-call-box .expert-account-content .successfully-booked .imgs .icon {
    width: 80px;
    height: 80px;
    margin-right: -40px;
  }
  .book-call-page .book-call-box .expert-account-content .successfully-booked .imgs .icon img {
    width: 35px;
  }
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .imgs .avatar {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .imgs .avatar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #B38587;
  mix-blend-mode: color;
}

@media (max-width: 575px) {
  .book-call-page .book-call-box .expert-account-content .successfully-booked .imgs .avatar {
    width: 80px;
    height: 80px;
  }
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .imgs .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: 24px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .info h5 {
  font-size: 26px;
  color: #000000;
  line-height: 41px;
  text-transform: capitalize;
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .info p {
  color: #AAAAAA;
  font-size: 16px;
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .info p span {
  color: #B38587;
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .action .btn {
  padding: 8px 57px;
  border-radius: 22px;
  margin-right: 10px;
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .action .back-home {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .action .back-home:hover {
  background-color: var(--main-color);
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .action .back-home:hover img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .call-alert {
  margin-top: 127px;
  padding: 20px 30px;
  border-radius: 7px;
  background-color: rgba(250, 250, 250, 0.54);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .book-call-page .book-call-box .expert-account-content .successfully-booked .call-alert {
    margin-top: 50px;
  }
}

.book-call-page .book-call-box .expert-account-content .successfully-booked .call-alert p {
  padding-left: 11px;
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.summary-box {
  padding-left: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 343px;
}

@media (max-width: 1199px) {
  .summary-box {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .summary-box {
    padding-left: 0;
    width: 100%;
  }
}

.summary-box .fees h5 {
  font-size: 14px;
  color: #8C98A9;
  margin-bottom: 12px;
}

.summary-box .fees .fees-box {
  background-color: rgba(255, 255, 255, 0.51);
  border-right: 6px;
  padding: 9px 13px 10px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}

.summary-box .fees .fees-box .total {
  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;
  border-bottom: 1px solid rgba(205, 212, 217, 0.31);
  padding-bottom: 5px;
}

.summary-box .fees .fees-box .total label {
  font-size: 16px;
  color: #B38587;
  margin-bottom: 0;
}

.summary-box .fees .fees-box .total p {
  color: #B38587;
}

.summary-box .fees .fees-box .fees-list {
  padding: 11px 0 0;
}

.summary-box .fees .fees-box .fees-list .fees-item {
  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: #6D7177;
  font-size: 12px;
  padding-bottom: 10px;
}

.summary-box .fees .fees-box .fees-list .fees-item:last-child {
  padding-bottom: 0;
}

.summary-box .fees .fees-box .fees-list .fees-item label {
  margin-bottom: 0;
}

.summary-box .payment-method h5 {
  font-size: 14px;
  color: #8C98A9;
  margin-bottom: 15px;
}

.summary-box .payment-method .payment-method-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.summary-box .payment-method .payment-method-boxs .payment-method-box {
  width: 60px;
  height: 60.45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 11px;
  margin-bottom: 11px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  cursor: pointer;
}

.summary-box .payment-method .payment-method-boxs .payment-method-box.active {
  background-color: #F7E9E2;
  border-color: #F7E9E2;
}

.summary-box .pay-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 45px;
}

.summary-box .pay-confirm .btn {
  padding: 8px 36px;
  height: 43px;
  border-radius: 22px;
}

.pignose-calendar.pignose-calendar-dark {
  width: 365px;
  height: 337px;
  margin: 0;
  max-width: 365px;
}

.pignose-calendar.pignose-calendar-dark {
  border: none;
  background-color: #8F5D61;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pignose-calendar .pignose-calendar-unit {
  height: 40px;
  width: 14.28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pignose-calendar .pignose-calendar-unit a {
  width: 40px;
  height: 40px;
  font-size: 12px;
  color: #FFF !important;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  color: var(--main-color) !important;
  font-weight: normal;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 4px;
}

.pignose-calendar .pignose-calendar-unit a:active {
  background-color: #8F5D61;
  color: #FFF !important;
}

.pignose-calendar .pignose-calendar-body {
  padding: 0;
  background-color: #8F5D61;
  padding-bottom: 10px;
  height: 250px;
}

.pignose-calendar .pignose-calendar-header {
  background: #8F5D61;
  font-weight: normal;
  margin-top: 0;
  padding: 5px 0;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week {
  color: #FFF;
  font-size: 12px;
  text-transform: capitalize !important;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 0;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-month {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: normal;
}

.pignose-calendar .pignose-calendar-top {
  border: none;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-month {
  font-size: 14px;
  padding-right: 10px;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-year {
  font-size: 14px;
  color: #FFF;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top {
  background-color: #8F5D61;
  border-bottom-color: #8F5D61;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #FFF;
  font-size: 15px;
}

.call-page .inner-page-header-wrap {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.call-page .inner-page-header-wrap .back-home {
  padding: 6px 16px 6px 4.4px;
  border-radius: 20px;
  background-color: #D3BBBF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
}

.call-page .inner-page-header-wrap .back-home .icon {
  width: 25.59px;
  height: 25.59px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color);
}

.call-page .inner-page-header-wrap .back-home .icon img {
  -webkit-filter: invert(1) brightness(10);
          filter: invert(1) brightness(10);
  width: 11.72px;
  position: relative;
  top: -1px;
}

.call-page .inner-page-header-wrap .back-home span {
  padding-left: 11.2px;
  color: #FFF;
  font-size: 12px;
}

.call-page .inner-page-header-wrap .back-home:hover {
  background-color: #936668;
}

@media (max-width: 767px) {
  .call-page .inner-page-header-wrap .back-home {
    width: 35px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .call-page .inner-page-header-wrap .back-home span {
    display: none;
  }
}

.call-page .inner-page-header-wrap .logo {
  margin-right: 0;
}

.call-page .inner-page-header-wrap .inner-page-header-inner {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.call-page .inner-page-header-wrap .inner-page-header-inner .header-action .header-account {
  padding: 5px 15px 5px 10px;
  height: 35px;
}

.call-page .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .info .details span {
  font-size: 12px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .call-page .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .info {
    display: none;
  }
}

@media (max-width: 767px) {
  .call-page .inner-page-header-wrap .inner-page-header-inner .header-action .header-account {
    min-width: auto;
    border: none;
    padding: 0;
  }
  .call-page .inner-page-header-wrap .inner-page-header-inner .header-action .header-account .avatar {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 991px) {
  .call-page .inner-page-header-wrap .inner-page-header-inner {
    position: unset;
    background: transparent;
    overflow-y: hidden;
    width: auto;
    height: auto;
  }
  .call-page .inner-page-header-wrap .inner-page-header-inner .header-action .header-account {
    border-color: #FFFFFF !important;
  }
}

.call-page .expert-call-page .expert-call-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.call-page .expert-call-page .expert-call-head .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFF;
}

.call-page .expert-call-page .expert-call-head .avatar img {
  width: 100%;
  height: 100%;
}

.call-page .expert-call-page .expert-call-head .info {
  margin-left: 16px;
}

.call-page .expert-call-page .expert-call-head .info h4 {
  font-size: 21px;
  color: #6D7177;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 39px;
}

.call-page .expert-call-page .expert-call-head .info h4 span {
  color: var(--main-color);
  font-weight: bold;
}

.call-page .expert-call-page .expert-call-head .info .call-time {
  padding: 3px 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7E9E2;
  border-radius: 4px;
}

.call-page .expert-call-page .expert-call-head .info .call-time span {
  padding-left: 6.3px;
  color: #000000;
  font-size: 11px;
}

.call-page .expert-call-page .expert-call-head .info .call-time.play {
  background-color: #FF2D55;
}

.call-page .expert-call-page .expert-call-head .info .call-time.play img {
  -webkit-filter: invert(1) brightness(10);
          filter: invert(1) brightness(10);
}

.call-page .expert-call-page .expert-call-head .info .call-time.play span {
  color: #FFF;
}

.call-page .expert-call-page .expert-call-head .info .call-time-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.call-page .expert-call-page .expert-call-head .info .call-time-wrap .call-user-num {
  min-width: 52px;
  height: 21px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: #1C7785;
}

.call-page .expert-call-page .expert-call-head .info .call-time-wrap .call-user-num span {
  color: #FFF;
  padding-left: 5px;
  font-size: 11px;
}

.call-page .expert-call-page .expert-call-row {
  margin-top: 17px;
  display: grid;
  grid-template-columns: 762px 1fr;
  gap: 30px;
}

@media (max-width: 1199px) {
  .call-page .expert-call-page .expert-call-row {
    grid-template-columns: 600px 1fr;
  }
}

@media (max-width: 991px) {
  .call-page .expert-call-page .expert-call-row {
    grid-template-columns: 100%;
  }
}

.call-page .expert-call-page .expert-call-row .call-box {
  width: 100%;
  height: 492px;
  border-radius: 27px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .call-page .expert-call-page .expert-call-row .call-box {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-video {
  height: 100%;
  width: 100%;
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-video > img {
  width: 100%;
  height: 100%;
}

.call-page .expert-call-page .expert-call-row .call-box .logo-card {
  width: 121px;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.62);
  border-radius: 17px;
  position: absolute;
  left: 32px;
  bottom: 29px;
}

.call-page .expert-call-page .expert-call-row .call-box .logo-card img {
  width: 84.97px;
  mix-blend-mode: luminosity;
}

@media (max-width: 1199px) {
  .call-page .expert-call-page .expert-call-row .call-box .logo-card {
    width: 100px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .call-page .expert-call-page .expert-call-row .call-box .logo-card {
    display: none;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .user-video-box {
  width: 121px;
  height: 168px;
  border-radius: 17px;
  overflow: hidden;
  border: 3px solid #FFF;
  position: absolute;
  left: 32px;
  bottom: 29px;
}

@media (max-width: 767px) {
  .call-page .expert-call-page .expert-call-row .call-box .user-video-box {
    height: 120px;
    width: 100px;
  }
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box .user-video-box {
    width: 80px;
    height: 100px;
    left: 10px;
    bottom: 10px;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: absolute;
  left: 50%;
  bottom: 29px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-action {
    bottom: 15px;
    gap: 8px;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-action .btn {
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-action .mute,
.call-page .expert-call-page .expert-call-row .call-box .call-box-action .camera {
  width: 54px;
  height: 54px;
  background: rgba(205, 212, 217, 0.49);
  -webkit-backdrop-filter: blur(4px) brightness(80%);
          backdrop-filter: blur(4px) brightness(80%);
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-action .mute:hover,
.call-page .expert-call-page .expert-call-row .call-box .call-box-action .camera:hover {
  background: rgba(205, 212, 217, 0.9);
}

@media (max-width: 767px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-action .mute,
  .call-page .expert-call-page .expert-call-row .call-box .call-box-action .camera {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-action .mute,
  .call-page .expert-call-page .expert-call-row .call-box .call-box-action .camera {
    width: 30px;
    height: 30px;
  }
  .call-page .expert-call-page .expert-call-row .call-box .call-box-action .mute img,
  .call-page .expert-call-page .expert-call-row .call-box .call-box-action .camera img {
    width: 12px;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-action .call {
  width: 68px;
  height: 68px;
  background: #FF9696;
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-action .call:hover {
  background: #b94b4b;
}

@media (max-width: 767px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-action .call {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-action .call {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-action .call img {
    width: 29px;
  }
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-action .call img {
    width: 20px;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-hand {
  position: absolute;
  right: 34px;
  bottom: 36px;
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-hand {
    bottom: 15px;
    right: 15px;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn {
  width: 53px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(3px) brightness(95%);
          backdrop-filter: blur(3px) brightness(95%);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn {
    width: 45px;
    height: 45px;
  }
  .call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn img {
    width: 16px;
  }
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn {
    width: 35px;
    height: 35px;
  }
  .call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn img {
    width: 13px;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.green {
  background: rgba(54, 240, 47, 0.19);
  border: 1px solid #36F02F;
  position: relative;
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.green:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #36F02F;
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.green:after {
    top: -3px;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.green:hover {
  background: rgba(54, 240, 47, 0.5);
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.red {
  background: rgba(255, 150, 150, 0.1);
  border: 1px solid #FF9696;
  position: relative;
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.red:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FF9696;
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.red:after {
    top: -3px;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.red:hover {
  background: rgba(255, 150, 150, 0.5);
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.orange {
  background: rgba(255, 178, 61, 0.15);
  border: 1px solid #FFB23D;
  position: relative;
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.orange:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FFB23D;
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.orange:after {
    top: -3px;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .call-box-hand .hand-btn.orange:hover {
  background: rgba(255, 178, 61, 0.5);
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box {
  background-color: #F5F1FC;
  position: relative;
  height: 100%;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .call-logo {
  position: absolute;
  top: 71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .call-sound-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .logo-card {
  width: 121px;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.62);
  border-radius: 7px;
  position: absolute;
  left: 32px;
  bottom: 29px;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .logo-card img {
  width: 84.97px;
  mix-blend-mode: luminosity;
}

@media (max-width: 1199px) {
  .call-page .expert-call-page .expert-call-row .call-box .voice-box .logo-card {
    width: 100px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .call-page .expert-call-page .expert-call-row .call-box .voice-box .logo-card {
    display: none;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal {
  width: 291.9px;
  min-height: 104.89px;
  background-color: #FFF;
  border-radius: 19px;
  padding: 15px 18px;
  position: absolute;
  bottom: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal {
    bottom: 65px;
  }
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .timer {
  width: 53.57px;
  height: 74.69px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .timer svg {
  display: inline-block;
  vertical-align: middle;
  position: absolute !important;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .timer svg ellipse {
  stroke-width: 5px;
  fill: transparent;
  stroke-linecap: round;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .timer svg #ellipse1 {
  stroke: #FF2D55;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .timer svg #ellipse2 {
  stroke: #B38587;
  -webkit-transition: stroke-dashoffset 1s linear;
  transition: stroke-dashoffset 1s linear;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .timer .time {
  width: 100%;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .timer .time span:nth-of-type(1) {
  font-size: 6px;
  color: #AAAAAA;
  position: relative;
  top: 4px;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .timer .time span:nth-of-type(2) {
  color: #000000;
  font-size: 9px;
  font-weight: bold;
  position: relative;
  top: -8px;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .timer .time p {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .text {
  margin-left: 20px;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .text p {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .text .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .text .action .btn {
  min-width: 88.61px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 16px;
  height: 31.06px;
  font-size: 11px;
  margin-right: 6px;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .text .action .btn:last-child {
  margin-right: 0;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .text .action .keep-on {
  background-color: #F7E9E2;
  color: #6D7177;
}

.call-page .expert-call-page .expert-call-row .call-box .voice-box .voice-modal .text .action .keep-on:hover {
  background-color: #e4cec4;
}

@media (max-width: 991px) {
  .call-page .expert-call-page .expert-call-row .chat-area {
    margin-top: 20px;
  }
}

.call-page .expert-call-page .expert-call-row .chat-area h5 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.call-page .expert-call-page .expert-call-row .chat-area .chat-wraper {
  min-height: 453px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.call-page .expert-call-page .expert-call-row .chat-area .chat-wraper .chat-message-box {
  height: 384px;
  overflow-y: auto;
  padding-right: 5px;
}

@media (min-width: 1700px) {
  .call-page .expert-call-page {
    padding-top: 50px;
  }
}

.call-page .footer {
  padding-top: 0;
}

.call-page .footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .call-page .footer .footer-copyright {
    padding-top: 15px !important;
  }
}

.chat-area .btn-primary {
  width: 100%;
  margin-bottom: 7px;
  height: 43px;
  border-radius: 22px;
  font-size: 15px;
}

.chat-area .btn-primary span {
  padding-left: 8px;
}

.chat-area .chat-area-box {
  background-color: rgba(179, 133, 135, 0.03);
  border-radius: 16px;
  padding: 23px 16px 19px;
  position: relative;
  height: 453px;
}

.chat-area .chat-area-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 177px;
  border-radius: 16px 16px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDFBFB), to(rgba(253, 251, 251, 0)));
  background: linear-gradient(to bottom, #FDFBFB, rgba(253, 251, 251, 0));
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.chat-area .chat-area-box .chat-area-wrapper {
  margin-bottom: 16px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 5px;
  max-height: 315px;
  height: 100%;
  overflow-y: scroll;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.chat-area .chat-area-box .chat-area-wrapper .chat-message {
  background: #F7E9E2;
  border-radius: 18px;
  padding: 5px 20px 5px 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}

.chat-area .chat-area-box .chat-area-wrapper .chat-message:nth-child(1) {
  margin-top: auto !important;
}

.chat-area .chat-area-box .chat-area-wrapper .chat-message .img {
  width: 28.4px;
  height: 28.4px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chat-area .chat-area-box .chat-area-wrapper .chat-message .img img {
  width: 100%;
  height: 100%;
}

.chat-area .chat-area-box .chat-area-wrapper .chat-message .message-info {
  margin-left: 5.4px;
  line-height: 1.4;
}

.chat-area .chat-area-box .chat-area-wrapper .chat-message .message-info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8F5D61;
}

.chat-area .chat-area-box .chat-area-wrapper .chat-message .message-info .top .name {
  font-size: 8px;
}

.chat-area .chat-area-box .chat-area-wrapper .chat-message .message-info .top .line {
  display: block;
  width: 0.2px;
  height: 10px;
  background: #8F5D61;
  margin: 0 5px;
}

.chat-area .chat-area-box .chat-area-wrapper .chat-message .message-info .top .time {
  font-size: 8px;
}

.chat-area .chat-area-box .chat-area-wrapper .chat-message .message-info .message-text p {
  font-size: 12px;
  color: #000000;
}

.chat-area .chat-area-box .chat-area-form .talking-label {
  min-width: 147px;
  min-height: 34px;
  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;
  align-items: center;
  background-color: #B38587;
  border-radius: 17px;
  padding: 0 10px;
  margin-bottom: 16px;
}

.chat-area .chat-area-box .chat-area-form .talking-label p {
  font-size: 13px;
  color: #FFF;
  padding-left: 8.3px;
}

.chat-area .chat-area-box .chat-area-form .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat-area .chat-area-box .chat-area-form .form-inner .form-control {
  background-color: #FFF;
  height: 36px;
  border: 0;
  border-radius: 20px;
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
}

.chat-area .chat-area-box .chat-area-form .form-inner .form-control::-webkit-input-placeholder {
  font-size: 15px;
  color: #AAAAAA;
}

.chat-area .chat-area-box .chat-area-form .form-inner .form-control::-moz-placeholder {
  font-size: 15px;
  color: #AAAAAA;
}

.chat-area .chat-area-box .chat-area-form .form-inner .form-control:-ms-input-placeholder {
  font-size: 15px;
  color: #AAAAAA;
}

.chat-area .chat-area-box .chat-area-form .form-inner .form-control::-ms-input-placeholder {
  font-size: 15px;
  color: #AAAAAA;
}

.chat-area .chat-area-box .chat-area-form .form-inner .form-control::placeholder {
  font-size: 15px;
  color: #AAAAAA;
}

.chat-area .chat-area-box .chat-area-form .form-inner .btn {
  margin-left: 7px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chat-area .chat-area-box .chat-area-form .form-inner .btn img {
  width: 14px;
}

.chat-area .chat-area-box .chat-area-form .form-inner .btn-user-listeners {
  background: #F4CFD0;
  position: relative;
}

.chat-area .chat-area-box .chat-area-form .form-inner .btn-user-listeners img {
  width: 19px;
}

.chat-area .chat-area-box .chat-area-form .form-inner .btn-user-listeners .new {
  background: #F44336;
  border-radius: 5px;
  min-width: 20px;
  min-height: 10px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 6px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -4px;
}

.expert-rate-wrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding-top: 50px;
}

.expert-rate-wrap .name {
  margin-top: 30px;
}

.expert-rate-wrap .name h5 {
  font-size: 26px;
  color: #000000;
}

.expert-rate-wrap .name h5 span {
  color: #B38587;
}

.expert-rate-wrap .expert-rate-form .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
}

.expert-rate-wrap .expert-rate-form .rate .jq-ry-group-wrapper {
  width: 202.67px;
}

.expert-rate-wrap .expert-rate-form .rate span {
  font-size: 31px;
  font-weight: bold;
  color: var(--main-color);
  padding-left: 10px;
  width: 50px;
}

.expert-rate-wrap .expert-rate-form .inputs {
  margin-bottom: 36px;
}

.expert-rate-wrap .expert-rate-form .inputs .form-control {
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 92px;
  resize: none;
}

.expert-rate-wrap .expert-rate-form .inputs .form-control::-webkit-input-placeholder {
  font-size: 15px;
  color: #000000;
  opacity: 0.26;
}

.expert-rate-wrap .expert-rate-form .inputs .form-control::-moz-placeholder {
  font-size: 15px;
  color: #000000;
  opacity: 0.26;
}

.expert-rate-wrap .expert-rate-form .inputs .form-control:-ms-input-placeholder {
  font-size: 15px;
  color: #000000;
  opacity: 0.26;
}

.expert-rate-wrap .expert-rate-form .inputs .form-control::-ms-input-placeholder {
  font-size: 15px;
  color: #000000;
  opacity: 0.26;
}

.expert-rate-wrap .expert-rate-form .inputs .form-control::placeholder {
  font-size: 15px;
  color: #000000;
  opacity: 0.26;
}

.expert-rate-wrap .expert-rate-form .inputs .form-control:focus {
  border-color: var(--main-color);
}

.expert-rate-wrap .expert-rate-form .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.expert-rate-wrap .expert-rate-form .action .btn-primary {
  padding: 8px 57px;
  border-radius: 22px;
  margin-right: 10px;
  text-transform: capitalize;
}

.expert-rate-wrap .expert-rate-form .action .back-home {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.expert-rate-wrap .expert-rate-form .action .back-home:hover {
  background-color: var(--main-color);
}

.expert-rate-wrap .expert-rate-form .action .back-home:hover img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

.faq-page .faq-head h5 {
  font-size: 24px;
  color: #6D7177;
}

@media (max-width: 575px) {
  .faq-page .faq-head h5 {
    font-size: 22px;
  }
}

.faq-page .faq-inner {
  display: grid;
  grid-template-columns: 396px 1fr;
  gap: 100px;
  margin-top: 22.6px;
}

@media (max-width: 991px) {
  .faq-page .faq-inner {
    grid-template-columns: 100%;
    gap: 40px;
  }
}

.faq-page .faq-inner .faq-accordion .accordion {
  width: 100%;
}

.faq-page .faq-inner .faq-accordion .accordion .card {
  width: 100%;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 12px;
}

.faq-page .faq-inner .faq-accordion .accordion .card .card-header {
  background-color: rgba(247, 233, 226, 0.2);
  border: none;
  padding: 0;
  position: relative;
}

.faq-page .faq-inner .faq-accordion .accordion .card .card-header:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 29px;
  background: url("../img/accordion-arrow.svg") no-repeat;
  background-size: 11.18px 5.59px;
  width: 11.18px;
  height: 5.59px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.faq-page .faq-inner .faq-accordion .accordion .card .card-header h5 {
  padding: 0 16px;
  height: 63px;
  font-size: 16px;
  color: #6D7177;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-page .faq-inner .faq-accordion .accordion .card .collapse .card-block {
  padding: 0 16px 16px;
}

.faq-page .faq-inner .faq-accordion .accordion .card .collapse .card-block p {
  -webkit-transition: none !important;
  transition: none !important;
  color: #FFF !important;
  font-size: 14px !important;
}

.faq-page .faq-inner .faq-accordion .accordion .card .collapsing {
  -webkit-transition: none !important;
  transition: none !important;
}

.faq-page .faq-inner .faq-accordion .accordion .card.expanded {
  background-color: #7FB9BB;
}

.faq-page .faq-inner .faq-accordion .accordion .card.expanded .card-header {
  background-color: inherit !important;
}

.faq-page .faq-inner .faq-accordion .accordion .card.expanded .card-header:after {
  -webkit-filter: invert(1) brightness(10);
          filter: invert(1) brightness(10);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq-page .faq-inner .faq-accordion .accordion .card.expanded .card-header h5 {
  color: #FFF;
  font-weight: bold;
}

.faq-page .faq-inner .faq-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notifications-page .notifications-head h5 {
  font-size: 24px;
  color: #6D7177;
}

@media (max-width: 575px) {
  .notifications-page .notifications-head h5 {
    font-size: 22px;
  }
}

.notifications-page .notifications-inner {
  display: grid;
  grid-template-columns: 564px 1fr;
  gap: 100px;
  margin-top: 22.6px;
}

@media (max-width: 991px) {
  .notifications-page .notifications-inner {
    grid-template-columns: 100%;
    gap: 40px;
  }
}

.notifications-page .notifications-inner .notifications-list .notif-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #EAF2F7;
}

.notifications-page .notifications-inner .notifications-list .notif-box .icon {
  width: 56px;
  height: 56px;
}

.notifications-page .notifications-inner .notifications-list .notif-box .icon img {
  width: 100%;
  height: 100%;
}

.notifications-page .notifications-inner .notifications-list .notif-box .info {
  margin-left: 15px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.notifications-page .notifications-inner .notifications-list .notif-box .info p {
  font-size: 16px;
  color: #000000;
}

.notifications-page .notifications-inner .notifications-list .notif-box .info span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

.notifications-page .notifications-inner .notifications-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_page .custom_page-head h5 {
  font-size: 24px;
  color: #6D7177;
}

@media (max-width: 575px) {
  .custom_page .custom_page-head h5 {
    font-size: 22px;
  }
}

.custom_page .custom_page-inner {
  margin-top: 17px;
}

.custom_page .custom_page-inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_page .custom_page-inner .text {
  margin-top: 25px;
}

.custom_page .custom_page-inner .text p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  margin-bottom: 15px;
}

.account-details-page .account-details-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-details-page .account-details-head h5 {
  font-size: 24px;
  color: #6D7177;
  margin-bottom: 0;
  margin-right: 11px;
}

.account-details-page .account-details-head .user-badge {
  border-radius: 8px;
  padding: 2px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 27px;
}

.account-details-page .account-details-head .user-badge span {
  padding-left: 6.7px;
  font-size: 12px;
  color: #000000;
}

.account-details-page .account-details-head .user-badge.expert {
  background: var(--third-color);
}

.account-details-page .account-details-head .user-badge.client {
  background: #FAFAFA;
}

.account-details-page .account-details-wrap {
  display: grid;
  grid-template-columns: 198px 1fr;
  margin-top: 23px;
  gap: 47px;
}

@media (max-width: 991px) {
  .account-details-page .account-details-wrap {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box {
  padding: 4px;
  background: rgba(250, 250, 250, 0.22);
  border-radius: 5px;
  margin-bottom: 15px;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li a {
  margin: 4px 0;
  padding: 8px 14px;
  font-size: 12px;
  color: #6D7177;
  width: 100%;
  border-radius: 5px;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li a:hover {
  background: var(--third-color);
  color: #000000;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li.active a {
  background: var(--third-color);
  color: #000000;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li.item-select label {
  font-size: 12px;
  color: #6D7177;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li.item-select div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 4px 0;
  padding: 4px 14px;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li.item-select .form-control {
  width: 64px;
  height: 23px;
  border-radius: 19px;
  background: #FAFAFA;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 9px;
  color: #000000;
  padding: 4px 10px;
  background: url(../img/aside-select-arrow.svg) no-repeat right 0.5rem center/6px 6px #FAFAFA !important;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li.sign-out a {
  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;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li.sign-out a span:nth-of-type(1) {
  font-size: 12px;
  color: #FF9696;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li.sign-out a span:nth-of-type(2) {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(250, 250, 250, 0.71);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li.sign-out a span:nth-of-type(2) img {
  position: relative;
  left: 1px;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li.sign-out a:hover {
  background: transparent;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li.sign-out a:hover span:nth-of-type(2) {
  background: #FF9696;
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-box ul li.sign-out a:hover span:nth-of-type(2) img {
  -webkit-filter: invert(0) brightness(10);
          filter: invert(0) brightness(10);
}

.account-details-page .account-details-wrap .account-det-aside .account-aside-head {
  color: rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  padding-left: 17.5px;
}

.account-details-page .account-details-wrap .account-details-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .account-details-page .account-details-wrap .account-details-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.account-details-page .account-details-wrap .account-details-inner .current-balance {
  width: 375px;
  height: 281px;
  border-radius: 15px;
  background: url("../img/current-balance-bg.png") no-repeat;
  background-size: cover;
  padding-top: 60px;
  margin-right: 39px;
}

@media (max-width: 991px) {
  .account-details-page .account-details-wrap .account-details-inner .current-balance {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .account-details-page .account-details-wrap .account-details-inner .current-balance {
    width: 100%;
  }
}

.account-details-page .account-details-wrap .account-details-inner .current-balance .inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-details-page .account-details-wrap .account-details-inner .current-balance .inner h4 {
  font-size: 61px;
  font-weight: bold;
  color: var(--main-color);
}

@media (max-width: 767px) {
  .account-details-page .account-details-wrap .account-details-inner .current-balance .inner h4 {
    font-size: 50px;
  }
}

.account-details-page .account-details-wrap .account-details-inner .current-balance .inner p {
  color: var(--main-color);
  font-size: 19px;
}

.account-details-page .account-details-wrap .account-details-inner .all-records {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .account-details-page .account-details-wrap .account-details-inner .all-records {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    margin-top: 20px;
  }
}

.account-details-page .account-details-wrap .account-details-inner .all-records .head {
  font-size: 14px;
  color: #959382;
  margin-bottom: 6px;
}

.account-details-page .account-details-wrap .account-details-inner .all-records .table {
  width: 100%;
  margin-bottom: 0;
  background: rgba(247, 233, 226, 0.14);
}

.account-details-page .account-details-wrap .account-details-inner .all-records .table thead {
  border: none;
}

.account-details-page .account-details-wrap .account-details-inner .all-records .table thead tr th {
  border: none;
  padding: 11px;
  font-weight: normal;
  font-size: 12px;
  color: rgba(149, 147, 130, 0.28);
}

.account-details-page .account-details-wrap .account-details-inner .all-records .table tbody tr td {
  border: none;
  border-bottom: 1px solid rgba(149, 147, 130, 0.08);
  padding: 10px;
}

.account-details-page .account-details-wrap .account-details-inner .all-records .table tbody tr:last-child td {
  border-bottom: 0;
}

.account-details-page .account-details-wrap .account-details-inner .all-records .table tbody tr .record p {
  color: var(--main-color);
  font-size: 16px;
}

.account-details-page .account-details-wrap .account-details-inner .all-records .table tbody tr .record span {
  color: #969696;
  font-size: 10px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  display: inline-block;
}

.account-details-page .account-details-wrap .account-details-inner .all-records .table tbody tr .order-no {
  color: var(--main-color);
  font-size: 16px;
}

.account-details-page .account-details-wrap .account-details-inner .all-records .table tbody tr .price {
  color: var(--main-color);
  font-size: 16px;
}

.account-details-page .account-setting-wrap {
  width: 100%;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs {
  display: grid;
  grid-template-columns: 594px 1fr;
  gap: 40px;
  position: relative;
  top: -66px;
}

@media (max-width: 1199px) {
  .account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs label {
  margin-bottom: 6px;
  font-size: 14px;
  color: #8C98A9;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .form-control {
  height: 47px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #F7E9E2;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8C98A9;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .form-control::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .form-control::-moz-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .form-control:-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .form-control::-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .form-control::placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .form-control:focus {
  border-color: var(--main-color);
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .account-select .dropdown-toggle {
  background: transparent;
  height: 47px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .account-select .dropdown-toggle .filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .account-select .dropdown-toggle:after {
  display: none;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .account-select .dropdown-toggle::before {
  content: "";
  background: url(../img/select-arrow.svg) no-repeat;
  width: 11.996px;
  height: 6.928px;
  right: 12px;
  position: absolute;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .account-select .dropdown-toggle:not(.bs-placeholder)::before {
  background: url(../img/select-arrow-black.svg) no-repeat;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .account-select .dropdown-toggle.bs-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .account-select .dropdown-menu .dropdown-item:active, .account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .account-select .dropdown-menu .dropdown-item.active {
  background-color: var(--main-color) !important;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .info .form-group {
  margin-bottom: 10px;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .change-password-box {
  padding: 13px 20px;
  background: rgba(250, 250, 250, 0.28);
  border-radius: 14px;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .change-password-box label {
  margin-bottom: 6px;
  font-size: 14px;
  color: #8C98A9;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .change-password-box .password-box {
  margin-bottom: 10px;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}

.account-details-page .account-setting-wrap .account-setting-form .account-setting-inputs .action .btn {
  font-size: 15px;
  text-transform: capitalize;
  padding: 9px 40px;
  border-radius: 22px;
}

.account-setting-cover {
  width: 100%;
  height: 132px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.account-setting-cover .btn {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #7FB9BB;
  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;
  padding: 0;
}

.account-setting-cover .btn:hover {
  background-color: #599799;
}

.account-setting-cover .btn input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  display: none;
}

.account-setting-cover .btn img {
  width: 8px;
  position: relative;
  top: -1px;
}

.avatar-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  position: relative;
  top: -66px;
  left: 23px;
}

.avatar-picture .image-input {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar-picture .image-input .image-input-wrapper {
  background-image: url("");
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar-picture .image-input .btn {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -3px;
  top: 0;
  background-color: #7FB9BB;
  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;
  padding: 0;
}

.avatar-picture .image-input .btn:hover {
  background-color: #599799;
}

.avatar-picture .image-input .btn input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  display: none;
}

.account-details-page .join-featured-julleys {
  display: grid;
  grid-template-columns: 403px 1fr;
  gap: 35px;
}

@media (max-width: 1199px) {
  .account-details-page .join-featured-julleys {
    grid-template-columns: 100%;
    width: 100%;
  }
}

.account-details-page .join-featured-julleys .pay-join-box {
  background: var(--third-color);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 31px 26px;
}

.account-details-page .join-featured-julleys .pay-join-box p {
  font-size: 14px;
  color: #6D7177;
  margin-top: 14px;
}

.account-details-page .join-featured-julleys .pay-join-box p span {
  color: #F7003A;
}

.account-details-page .join-featured-julleys .pay-join-box .btn {
  margin-top: 21px;
  width: 80%;
  border-radius: 20px;
  font-size: 15px;
  height: 43px;
}

.account-details-page .join-featured-julleys .right {
  margin-top: 15px;
}

.account-details-page .join-featured-julleys .right .cost {
  margin-bottom: 20px;
}

.account-details-page .join-featured-julleys .right .cost h4 {
  font-size: 49px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 0.7;
  margin-bottom: 13px;
}

.account-details-page .join-featured-julleys .right .cost p {
  font-size: 15px;
  color: var(--main-color);
}

.account-details-page .join-featured-julleys .right .benefit p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 7px;
}

.account-details-page .join-featured-julleys .right .benefit ul li {
  color: rgba(0, 0, 0, 0.7);
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.account-details-page .join-featured-julleys .right .benefit ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--main-color);
}

.account-details-page .add-event {
  width: 100%;
}

.account-details-page .add-event .add-event-form {
  display: grid;
  grid-template-columns: 616px 1fr;
  gap: 30px;
}

@media (max-width: 1199px) {
  .account-details-page .add-event .add-event-form {
    grid-template-columns: 100%;
  }
}

.account-details-page .add-event .add-event-form .form-group label {
  font-size: 14px;
  color: #8C98A9;
  margin-bottom: 10px;
}

.account-details-page .add-event .add-event-form .form-control {
  height: 47px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #F7E9E2;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8C98A9;
}

.account-details-page .add-event .add-event-form .form-control::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.account-details-page .add-event .add-event-form .form-control::-moz-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.account-details-page .add-event .add-event-form .form-control:-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.account-details-page .add-event .add-event-form .form-control::-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.account-details-page .add-event .add-event-form .form-control::placeholder {
  color: #000000;
  font-size: 14px;
  opacity: 0.20;
}

.account-details-page .add-event .add-event-form .form-control:focus {
  border-color: var(--main-color);
}

.account-details-page .add-event .add-event-form .right .event-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-details-page .add-event .add-event-form .right .event-type .event-type-box {
  padding: 5px;
  background: rgba(250, 250, 250, 0.5);
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-details-page .add-event .add-event-form .right .event-type .event-type-link {
  padding: 3px 22px;
  border-radius: 14px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-details-page .add-event .add-event-form .right .event-type .event-type-link p {
  color: #000000;
  font-size: 12px;
  text-transform: capitalize;
}

.account-details-page .add-event .add-event-form .right .event-type .event-type-link.active {
  background: var(--green-color);
}

.account-details-page .add-event .add-event-form .right .event-type .event-type-link.active p {
  color: #FFF;
}

.account-details-page .add-event .add-event-form .right .event-type .event-type-link:hover:not(.active) p {
  color: var(--green-color);
}

.account-details-page .add-event .add-event-form .right .date {
  position: relative;
}

.account-details-page .add-event .add-event-form .right .date span {
  position: absolute;
  right: 15px;
  top: 12px;
}

.account-details-page .add-event .add-event-form .right .date .datepicker {
  width: 100%;
  padding-right: 45px;
}

.account-details-page .add-event .add-event-form .right .duration-boxs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.account-details-page .add-event .add-event-form .right .duration-boxs .duration-box {
  margin-bottom: 5px;
  font-size: 11px;
  width: 40px;
  height: 24px;
  margin-right: 5px;
}

.account-details-page .add-event .add-event-form .right .time {
  margin-bottom: 17px;
}

.account-details-page .add-event .add-event-form .right .time h5 {
  font-size: 14px;
  color: #8C98A9;
  margin-bottom: 12px;
}

.account-details-page .add-event .add-event-form .right .time .time-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .account-details-page .add-event .add-event-form .right .time .time-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 5px;
  }
}

.account-details-page .add-event .add-event-form .right .time .time-list .time-item {
  width: 66px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: #AAAAAA;
  border-radius: 5px;
  margin-right: 4px;
  background: #FAFAFA;
  cursor: pointer;
}

.account-details-page .add-event .add-event-form .right .time .time-list .time-item.active {
  background: var(--green-color);
  color: #FFF;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11.7px;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .head h5 {
  font-size: 14px;
  color: #8C98A9;
  margin-right: 8px;
  margin-bottom: 0;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .head .addnew-session {
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(250, 250, 250, 0.57);
  padding: 4px 11px;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .head .addnew-session span {
  padding-left: 5px;
  font-size: 11px;
  color: #AAAAAA;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .head .addnew-session img {
  width: 7.93px;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .head .addnew-session:hover {
  background: #ece3e3;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .session-box {
  background: #FCFCFC;
  padding: 12px 21px;
  border-radius: 8px;
  margin-bottom: 11px;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .session-box .session-header {
  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;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .session-box .session-header h6 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .session-box .session-header .remove-session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .session-box .session-header .remove-session img {
  width: 11px;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .session-box .session-header .remove-session span {
  color: #FF9696;
  padding-left: 5px;
}

.account-details-page .add-event .add-event-form .right .add-event-sessions .session-box .duration-boxs {
  min-height: 47px !important;
}

.account-details-page .add-event .add-event-form .right .amount-input .form-control {
  background: rgba(247, 233, 226, 0.39);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: none;
}

.account-details-page .add-event .add-event-form .right .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.account-details-page .add-event .add-event-form .right .action .btn {
  padding: 8px 60px;
  text-transform: capitalize;
  border-radius: 20px;
  font-size: 15px;
}

@media (max-width: 1199px) {
  .account-details-page .add-event .add-event-form .right .action {
    margin-top: 10px;
  }
}

.account-details-page .add-event .add-event-form .left .input-repeater {
  margin-bottom: 20px;
}

.account-details-page .add-event .add-event-form .left .input-repeater .head {
  margin-bottom: 10px;
  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;
}

.account-details-page .add-event .add-event-form .left .input-repeater .head label {
  margin-bottom: 0;
  font-size: 15px;
  color: #000000;
}

.account-details-page .add-event .add-event-form .left .input-repeater .head .add-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #AAAAAA;
  font-size: 15px;
}

.account-details-page .add-event .add-event-form .left .input-repeater .head .add-new span {
  padding-left: 5px;
}

.account-details-page .add-event .add-event-form .left .input-repeater .head .add-new:hover {
  color: var(--main-color);
}

.account-details-page .add-event .add-event-form .left .input-repeater .form-group {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-details-page .add-event .add-event-form .left .input-repeater .form-group:last-of-type {
  margin-bottom: 0;
}

.account-details-page .add-event .add-event-form .left .input-repeater .form-group .form-control {
  background: rgba(247, 233, 226, 0.39);
  border-radius: 6px;
  border: none;
  margin-right: 7.8px;
}

.account-details-page .add-event .add-event-form .left .input-repeater .form-group .form-control::-webkit-input-placeholder {
  color: #000000;
  font-size: 16px;
  opacity: 0.40;
}

.account-details-page .add-event .add-event-form .left .input-repeater .form-group .form-control::-moz-placeholder {
  color: #000000;
  font-size: 16px;
  opacity: 0.40;
}

.account-details-page .add-event .add-event-form .left .input-repeater .form-group .form-control:-ms-input-placeholder {
  color: #000000;
  font-size: 16px;
  opacity: 0.40;
}

.account-details-page .add-event .add-event-form .left .input-repeater .form-group .form-control::-ms-input-placeholder {
  color: #000000;
  font-size: 16px;
  opacity: 0.40;
}

.account-details-page .add-event .add-event-form .left .input-repeater .form-group .form-control::placeholder {
  color: #000000;
  font-size: 16px;
  opacity: 0.40;
}

.account-details-page .add-event .add-event-form .left .input-repeater .form-group .remove img {
  width: 14px;
}

.capacity-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.capacity-boxs .capacity-item {
  width: 40px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: #AAAAAA;
  border-radius: 5px;
  background: #FAFAFA;
  cursor: pointer;
  margin-bottom: 5px;
  margin-right: 5px;
}

.capacity-boxs .capacity-item.active {
  background: var(--green-color);
  color: #FFF;
}

.datepicker {
  width: 265px;
  padding: 10px;
  border-radius: 0.42rem;
}

.datepicker.datepicker-orient-top {
  margin-top: 8px;
}

.datepicker table {
  width: 100%;
}

.datepicker td,
.datepicker th {
  font-size: 12px;
  font-weight: regular;
  width: 33px;
  height: 33px;
  border-radius: 0.42rem;
}

.datepicker thead th {
  color: #3f4254;
}

.datepicker thead th.prev,
.datepicker thead th.datepicker-switch,
.datepicker thead th.next {
  font-weight: 500;
  color: #3f4254;
}

.datepicker thead th.prev i,
.datepicker thead th.datepicker-switch i,
.datepicker thead th.next i {
  font-size: 1.2rem;
  color: #7e8299;
}

.datepicker thead th.prev i:before,
.datepicker thead th.datepicker-switch i:before,
.datepicker thead th.next i:before {
  line-height: 0;
  vertical-align: middle;
}

.datepicker thead th.prev:hover,
.datepicker thead th.datepicker-switch:hover,
.datepicker thead th.next:hover {
  background: #f3f6f9 !important;
}

.datepicker thead th.dow {
  color: #3f4254;
  font-weight: 600;
}

.datepicker tbody tr > td {
  width: 35px;
  height: 35px;
}

.datepicker tbody tr > td.day {
  color: #7e8299;
  font-weight: 400;
}

.datepicker tbody tr > td.day:hover {
  background: #f3f6f9;
  color: #3f4254;
}

.datepicker tbody tr > td.day.old {
  color: #7e8299;
}

.datepicker tbody tr > td.day.new {
  color: #3f4254;
}

.datepicker tbody tr > td.day.selected,
.datepicker tbody tr > td.day.selected:hover,
.datepicker tbody tr > td.day.active,
.datepicker tbody tr > td.day.active:hover {
  background: var(--main-color);
  color: #ffffff;
}

.datepicker tbody tr > td.day.today {
  position: relative;
  background: #e1f0ff !important;
  color: var(--main-color) !important;
}

.datepicker tbody tr > td.day.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 7px 7px 0;
  border-bottom-color: var(--main-color);
  border-top-color: var(--main-color);
  position: absolute;
  bottom: 4px;
  left: 4px;
}

.datepicker tbody tr > td.day.range {
  background: #f3f6f9;
}

.datepicker tbody tr > td span.year,
.datepicker tbody tr > td span.hour,
.datepicker tbody tr > td span.minute,
.datepicker tbody tr > td span.month {
  color: #7e8299;
}

.datepicker tbody tr > td span.year:hover,
.datepicker tbody tr > td span.hour:hover,
.datepicker tbody tr > td span.minute:hover,
.datepicker tbody tr > td span.month:hover {
  background: #f3f6f9;
}

.datepicker tbody tr > td span.year.focused,
.datepicker tbody tr > td span.year.focused:hover,
.datepicker tbody tr > td span.year.active:hover,
.datepicker tbody tr > td span.year.active.focused:hover,
.datepicker tbody tr > td span.year.active,
.datepicker tbody tr > td span.hour.focused,
.datepicker tbody tr > td span.hour.focused:hover,
.datepicker tbody tr > td span.hour.active:hover,
.datepicker tbody tr > td span.hour.active.focused:hover,
.datepicker tbody tr > td span.hour.active,
.datepicker tbody tr > td span.minute.focused,
.datepicker tbody tr > td span.minute.focused:hover,
.datepicker tbody tr > td span.minute.active:hover,
.datepicker tbody tr > td span.minute.active.focused:hover,
.datepicker tbody tr > td span.minute.active,
.datepicker tbody tr > td span.month.focused,
.datepicker tbody tr > td span.month.focused:hover,
.datepicker tbody tr > td span.month.active:hover,
.datepicker tbody tr > td span.month.active.focused:hover,
.datepicker tbody tr > td span.month.active {
  background: var(--main-color);
  color: #ffffff;
}

.datepicker tfoot tr > th {
  width: 35px;
  height: 35px;
}

.daterangepicker {
  padding: 0;
  margin: 0;
  width: auto;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 0.42rem;
  border: 0;
  font-family: Poppins, Helvetica, "sans-serif";
  z-index: 96;
}

.modal-open .daterangepicker {
  z-index: 1051;
}

.daterangepicker:after, .daterangepicker:before {
  display: none;
}

.daterangepicker .ranges ul {
  padding: 1rem 0;
  width: 175px;
}

.daterangepicker .ranges li {
  padding: 0.7rem 1.75rem;
  font-weight: 500;
  font-size: 12px;
  color: #7E8299;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.daterangepicker .ranges li:hover, .daterangepicker .ranges li.active {
  background-color: #F3F6F9;
  color: #3699FF;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.daterangepicker.show-calendar .ranges {
  border-left: 1px solid #EBEDF3;
  margin-top: 0;
  height: 297px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-right: 0;
}

.daterangepicker .drp-buttons {
  padding: 1rem 1.75rem;
  border-top: 1px solid #EBEDF3;
}

.daterangepicker .drp-buttons .btn {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.42rem;
}

.daterangepicker .drp-selected {
  font-size: 0.9rem;
}

.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
  padding: 1rem 1rem;
}

.daterangepicker .drp-calendar.left {
  border-right: 0 !important;
}

.daterangepicker .drp-calendar th,
.daterangepicker .drp-calendar td {
  font-size: 12px;
  font-weight: normal;
  width: 33px;
  height: 33px;
}

.daterangepicker .drp-calendar th {
  font-weight: 500;
  color: #3F4254;
}

.daterangepicker .drp-calendar th.month {
  font-weight: 500;
  color: #3F4254;
}

.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span {
  border-width: 0 0 1px 1px;
  border-color: #7E8299;
}

.daterangepicker .drp-calendar th.next span {
  margin-left: 1px;
}

.daterangepicker .drp-calendar th.prev span {
  margin-right: 1px;
}

.daterangepicker .drp-calendar td {
  color: #7E8299;
}

.daterangepicker .drp-calendar td:hover {
  background-color: #F3F6F9;
}

.daterangepicker .drp-calendar td.available.off {
  color: #B5B5C3;
}

.daterangepicker .drp-calendar td.active {
  background-color: var(--main-color) !important;
  color: #FFFFFF !important;
  border-radius: 0.42rem;
}

.daterangepicker .drp-calendar td.active.start-date {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.daterangepicker .drp-calendar td.active.end-date {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.daterangepicker .drp-calendar td.active.start-date.end-date {
  border-radius: 0.42rem;
}

.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
  border-radius: 0.42rem;
  background: rgba(54, 153, 255, 0.12) !important;
  color: var(--main-color) !important;
}

.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
  background-color: #F3F6F9;
  color: #3F4254;
}

.daterangepicker select {
  border-radius: 0.42rem;
  background: transparent !important;
  border-color: #E4E6EF !important;
  color: #3F4254 !important;
}

@media (min-width: 730px) {
  .daterangepicker.show-calendar .ranges {
    height: 297px !important;
  }
}

@media (max-width: 767.98px) {
  .daterangepicker.show-calendar .ranges {
    height: auto;
  }
}

.events-page .events-head {
  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;
}

@media (max-width: 991px) {
  .events-page .events-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.events-page .events-head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .events-page .events-head .right {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .events-page .events-head .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.events-page .events-head .right h5 {
  font-size: 24px;
  color: #6D7177;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .events-page .events-head .right h5 {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.events-page .events-head .right .nav-pills {
  padding: 5px;
  background: rgba(250, 250, 250, 0.5);
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

@media (max-width: 575px) {
  .events-page .events-head .right .nav-pills {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.events-page .events-head .right .nav-pills .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events-page .events-head .right .nav-pills .nav-item .nav-link {
  height: 28px;
  padding: 3px 22px;
  color: #000000;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events-page .events-head .right .nav-pills .nav-item .nav-link.active {
  background: var(--green-color);
  color: #FFF;
}

.events-page .events-head .right .nav-pills .nav-item .nav-link:hover:not(.active) {
  color: var(--green-color);
}

.events-page .events-head .right .joined-check .checkbox {
  margin-bottom: 0;
}

.events-page .events-head .right .joined-check .checkbox label {
  margin-bottom: 0;
}

.events-page .events-head .right .joined-check .checkbox label .text {
  font-size: 12px;
  color: #000000;
  padding-left: 6px;
}

.events-page .events-head .left .search {
  position: relative;
  height: 38px;
  width: 246px;
}

.events-page .events-head .left .search .icon {
  position: absolute;
  left: 15.7px;
  top: 6px;
}

.events-page .events-head .left .search .icon img {
  width: 13.54px;
}

.events-page .events-head .left .search .form-control {
  border-radius: 19px;
  background-color: #FAFAFA;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 40px;
  width: 100%;
}

.events-page .events-head .left .search .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(170, 170, 170, 0.43);
}

.events-page .events-head .left .search .form-control::-moz-placeholder {
  font-size: 14px;
  color: rgba(170, 170, 170, 0.43);
}

.events-page .events-head .left .search .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(170, 170, 170, 0.43);
}

.events-page .events-head .left .search .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: rgba(170, 170, 170, 0.43);
}

.events-page .events-head .left .search .form-control::placeholder {
  font-size: 14px;
  color: rgba(170, 170, 170, 0.43);
}

.events-page .events-head .left .search .form-control:focus, .events-page .events-head .left .search .form-control:active {
  border-color: var(--main-color);
}

.events-page .events-boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 23px;
}

@media (max-width: 991px) {
  .events-page .events-boxs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .events-page .events-boxs {
    grid-template-columns: 100%;
  }
}

.events-page .events-boxs .event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 13px;
  background-color: #FAFAFA;
  border-radius: 10px;
  position: relative;
}

.events-page .events-boxs .event-box .img {
  width: 112px;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.events-page .events-boxs .event-box .img img {
  width: 100%;
  height: 100%;
}

.events-page .events-boxs .event-box .img .joined {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events-page .events-boxs .event-box .img .joined:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.73;
  overflow: hidden;
}

.events-page .events-boxs .event-box .img .joined span {
  background-color: var(--green-color);
  color: #FFF;
  font-size: 11px;
  padding: 3px 8px;
  min-height: 20px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.events-page .events-boxs .event-box .event-desc {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 14px;
}

.events-page .events-boxs .event-box .event-desc .event-name {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 10px;
  width: 90%;
}

.events-page .events-boxs .event-box .event-desc .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.events-page .events-boxs .event-box .event-desc .info .price {
  height: 20px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--third-color);
  font-size: 11px;
  margin-right: 3px;
  border-radius: 5px;
}

.events-page .events-boxs .event-box .event-desc .info .seats {
  background-color: rgba(179, 133, 135, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #6D7177;
  font-size: 11px;
  height: 20px;
  padding: 0 8px;
}

.events-page .events-boxs .event-box .event-desc .time {
  font-size: 12px;
  color: #000000;
  opacity: 0.40;
}

.events-page .events-boxs .event-box .event-desc .edit-event {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: #CDD4D9;
  color: #FFF;
  border-radius: 12px;
  padding: 3px 11px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.events-page .events-boxs .event-box .event-desc .edit-event span {
  padding-left: 6px;
  font-size: 12px;
}

.events-page .events-boxs .event-box .event-desc .edit-event:hover {
  background-color: #97a4ad;
}

@media (max-width: 575px) {
  .events-page .events-boxs .event-box .event-desc .edit-event {
    position: unset;
    margin-top: 10px;
  }
}

.account-details-wrap .account-details-inner .events-page {
  width: 100%;
}

.account-details-wrap .account-details-inner .events-page .events-boxs {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1199px) {
  .account-details-wrap .account-details-inner .events-page .events-boxs {
    grid-template-columns: 100%;
  }
}

.event-details-inner {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 467px 1fr;
  gap: 30px;
}

@media (max-width: 1199px) {
  .event-details-inner {
    grid-template-columns: 100%;
  }
}

.event-details-inner .event-details-right .event-img {
  width: 100%;
  height: 439px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1199px) {
  .event-details-inner .event-details-right .event-img {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .event-details-inner .event-details-right .event-img {
    height: 300px;
  }
}

.event-details-inner .event-details-right .event-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  opacity: 0.45;
}

.event-details-inner .event-details-right .event-img .event-main-img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .event-details-inner .event-details-right .event-img .event-main-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.event-details-inner .event-details-right .event-img .event-time {
  position: absolute;
  left: 16.5px;
  bottom: 22.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}

@media (max-width: 575px) {
  .event-details-inner .event-details-right .event-img .event-time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.event-details-inner .event-details-right .event-img .event-time .time {
  background-color: rgba(179, 133, 135, 0.29);
  border-radius: 5px;
  padding: 7px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .event-details-inner .event-details-right .event-img .event-time .time {
    margin-bottom: 10px;
  }
}

.event-details-inner .event-details-right .event-img .event-time .time img {
  -webkit-filter: invert(1) brightness(10);
          filter: invert(1) brightness(10);
}

.event-details-inner .event-details-right .event-img .event-time .time span {
  color: #FFF;
  padding-left: 6.5px;
  font-size: 13px;
}

.event-details-inner .event-details-right .event-img .event-time .minute {
  background-color: rgba(179, 133, 135, 0.29);
  border-radius: 5px;
  padding: 7px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .event-details-inner .event-details-right .event-img .event-time .minute {
    margin-bottom: 10px;
  }
}

.event-details-inner .event-details-right .event-img .event-time .minute img {
  -webkit-filter: invert(1) brightness(10);
          filter: invert(1) brightness(10);
}

.event-details-inner .event-details-right .event-img .event-time .minute span {
  color: #FFF;
  padding-left: 6.5px;
  font-size: 13px;
}

.event-details-inner .event-details-right .event-img .event-time .person {
  background-color: rgba(179, 133, 135, 0.29);
  border-radius: 5px;
  padding: 7px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .event-details-inner .event-details-right .event-img .event-time .person {
    margin-bottom: 10px;
  }
}

.event-details-inner .event-details-right .event-img .event-time .person span {
  color: #FFF;
  padding-left: 6.5px;
  font-size: 13px;
}

.event-details-inner .event-details-right .sessions-sec {
  margin-top: 16px;
}

.event-details-inner .event-details-right .sessions-sec h5 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 6px;
}

.event-details-inner .event-details-right .sessions-sec .session-card {
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAFAFA;
  border-radius: 5px;
  border: 1px solid rgba(112, 112, 112, 0.11);
}

.event-details-inner .event-details-right .sessions-sec .session-card .event-calendar {
  min-width: 74px !important;
  height: 65.79px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.event-details-inner .event-details-right .sessions-sec .session-card .event-calendar .calendar-day span {
  font-size: 18px !important;
}

.event-details-inner .event-details-right .sessions-sec .session-card .event-calendar .calendar-mounth span {
  font-size: 18px !important;
}

.event-details-inner .event-details-right .sessions-sec .session-card .event-sessions-info p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

.event-details-inner .event-details-right .sessions-sec .session-card .event-sessions-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-details-inner .event-details-right .sessions-sec .session-card .event-sessions-info .info .time {
  background-color: #FFF;
  border-radius: 7px;
  padding: 7px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.event-details-inner .event-details-right .sessions-sec .session-card .event-sessions-info .info .time span {
  color: #6D7177;
  padding-left: 5px;
  font-size: 10px;
}

.event-details-inner .event-details-right .sessions-sec .session-card .event-sessions-info .info .minute {
  background-color: #FFF;
  border-radius: 7px;
  padding: 7px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event-details-inner .event-details-right .sessions-sec .session-card .event-sessions-info .info .minute span {
  color: #6D7177;
  padding-left: 5px;
  font-size: 10px;
}

.event-details-inner .event-details-left .event-details-title {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-details-inner .event-details-left .event-details-title .avatar {
  width: 63.75px;
  height: 63.75px;
  border-radius: 50%;
  overflow: hidden;
}

.event-details-inner .event-details-left .event-details-title .avatar img {
  width: 100%;
  height: 100%;
}

.event-details-inner .event-details-left .event-details-title .title {
  margin-left: 17px;
}

.event-details-inner .event-details-left .event-details-title .title h3 {
  font-size: 23px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}

.event-details-inner .event-details-left .event-details-title .title p {
  color: var(--main-color);
  font-size: 16px;
}

.event-details-inner .event-details-left .event-details-description {
  margin-bottom: 16px;
}

.event-details-inner .event-details-left .event-details-description p {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}

.event-details-inner .event-details-left .description-list {
  margin-bottom: 20px;
}

.event-details-inner .event-details-left .description-list:last-of-type {
  margin-bottom: 0;
}

.event-details-inner .event-details-left .description-list h6 {
  font-size: 18px;
  color: #000;
  margin-bottom: 6px;
}

.event-details-inner .event-details-left .description-list ol {
  padding-left: 20px;
}

.event-details-inner .event-details-left .description-list ol li {
  color: #AAAAAA;
  font-size: 14px;
  margin-bottom: 5px;
}

.event-details-inner .event-details-left .event-details-foot .summary-box {
  margin-top: 35px;
  padding-left: 0;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .event-details-inner .event-details-left .event-details-foot .summary-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.event-details-inner .event-details-left .event-details-foot .summary-box .fees {
  margin-right: 25px;
  min-width: 343px;
}

@media (max-width: 575px) {
  .event-details-inner .event-details-left .event-details-foot .summary-box .fees {
    min-width: 100%;
  }
}

.event-details-inner .event-details-left .event-details-foot .summary-box .fees .fees-box {
  background-color: #FAFAFA;
}

.event-details-inner .event-details-left .event-details-foot .pay-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
}

.event-details-inner .event-details-left .event-details-foot .pay-join .btn {
  padding: 8px 36px;
  height: 43px;
  border-radius: 22px;
}

.event-calendar {
  min-width: 99px;
  height: 77px;
  border-radius: 5px;
  margin-right: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575px) {
  .event-calendar {
    margin-bottom: 10px;
  }
}

.event-calendar .calendar-day {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3px 5px;
}

.event-calendar .calendar-day span {
  font-size: 20px;
  color: #000000;
}

.event-calendar .calendar-mounth {
  background-color: var(--green-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3px 5px;
}

.event-calendar .calendar-mounth span {
  font-size: 16px;
  color: #FFF;
}

.my-events-details {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}

.my-events-details .return-events {
  font-size: 14px;
  color: #CDD4D9;
  text-decoration: underline;
}

.my-events-details .return-events:hover {
  color: #9ca4aa;
  text-decoration: none;
}

.account-details-page .event-details-inner {
  display: grid;
  grid-template-columns: 369px 1fr;
  gap: 23px;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .account-details-page .event-details-inner {
    grid-template-columns: 100%;
  }
}

.account-details-page .event-details-inner .event-details-right .event-img {
  height: 347.23px;
}

@media (max-width: 1199px) {
  .account-details-page .event-details-inner .event-details-right .event-img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .account-details-page .event-details-inner .event-details-right .event-img {
    height: 280px;
  }
}

.account-details-page .event-details-inner .event-details-right .event-img .event-time {
  left: 13px;
  bottom: 18px;
}

.account-details-page .event-details-inner .event-details-right .event-img .event-time .event-calendar {
  min-width: 78px;
  height: 61px;
  margin-right: 8px;
}

.account-details-page .event-details-inner .event-details-right .event-img .event-time .event-calendar .calendar-day span {
  font-size: 15px;
}

.account-details-page .event-details-inner .event-details-right .event-img .event-time .event-calendar .calendar-mounth span {
  font-size: 12px;
}

.account-details-page .event-details-inner .event-details-right .event-img .event-time .time {
  padding: 6px 10px;
  margin-right: 8px;
}

.account-details-page .event-details-inner .event-details-right .event-img .event-time .time span {
  padding-left: 5px;
  font-size: 10px;
}

.account-details-page .event-details-inner .event-details-right .event-img .event-time .minute {
  padding: 6px 10px;
  margin-right: 8px;
}

.account-details-page .event-details-inner .event-details-right .event-img .event-time .minute span {
  padding-left: 5px;
  font-size: 10px;
}

.account-details-page .event-details-inner .event-details-right .event-img .event-time .person {
  padding: 6px 10px;
  margin-right: 8px;
}

.account-details-page .event-details-inner .event-details-right .event-img .event-time .person span {
  padding-left: 5px;
  font-size: 10px;
}

.account-details-page .event-details-inner .event-details-right .sessions-sec {
  margin-top: 13px;
}

.account-details-page .event-details-inner .event-details-right .sessions-sec h5 {
  font-size: 13px;
  margin-bottom: 5px;
}

.account-details-page .event-details-inner .event-details-right .sessions-sec .session-card {
  padding: 11px 10px;
}

.account-details-page .event-details-inner .event-details-right .sessions-sec .session-card .event-calendar {
  min-width: 58.53px !important;
  height: 52.04px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.account-details-page .event-details-inner .event-details-right .sessions-sec .session-card .event-calendar .calendar-day span {
  font-size: 13px !important;
}

.account-details-page .event-details-inner .event-details-right .sessions-sec .session-card .event-calendar .calendar-mounth span {
  font-size: 13px !important;
}

.account-details-page .event-details-inner .event-details-right .sessions-sec .session-card .event-sessions-info p {
  font-size: 13px;
}

.account-details-page .event-details-inner .event-details-right .sessions-sec .session-card .event-sessions-info .info .time {
  padding: 3px 8px;
  margin-right: 4px;
}

.account-details-page .event-details-inner .event-details-right .sessions-sec .session-card .event-sessions-info .info .time span {
  padding-left: 4px;
  font-size: 7px;
}

.account-details-page .event-details-inner .event-details-right .sessions-sec .session-card .event-sessions-info .info .minute {
  padding: 3px 8px;
  margin-right: 4px;
}

.account-details-page .event-details-inner .event-details-right .sessions-sec .session-card .event-sessions-info .info .minute span {
  padding-left: 4px;
  font-size: 7px;
}

.account-details-page .event-details-inner .event-details-left .event-details-title {
  margin-bottom: 12px;
}

.account-details-page .event-details-inner .event-details-left .event-details-title .avatar {
  width: 50.43px;
  height: 50.43px;
}

.account-details-page .event-details-inner .event-details-left .event-details-title .title {
  margin-left: 13px;
}

.account-details-page .event-details-inner .event-details-left .event-details-title .title h3 {
  font-size: 17px;
}

.account-details-page .event-details-inner .event-details-left .event-details-title .title p {
  font-size: 12px;
}

.account-details-page .event-details-inner .event-details-left .event-details-description {
  margin-bottom: 13px;
}

.account-details-page .event-details-inner .event-details-left .description-list {
  margin-bottom: 10px;
}

.account-details-page .event-details-inner .event-details-left .description-list h6 {
  font-size: 13px;
  margin-bottom: 5px;
}

.account-details-page .event-details-inner .event-details-left .edit-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

.account-details-page .event-details-inner .event-details-left .edit-event .edit-event-link {
  padding: 8px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--third-color);
  border-radius: 22px;
}

.account-details-page .event-details-inner .event-details-left .edit-event .edit-event-link span {
  color: #000000;
  font-size: 15px;
  padding-left: 8px;
}

.account-details-page .event-details-inner .event-details-left .edit-event .edit-event-link img {
  -webkit-filter: invert(1) brightness(10);
          filter: invert(1) brightness(10);
  width: 12.85px;
}

.account-details-page .event-details-inner .event-details-left .edit-event .edit-event-link:hover {
  background: var(--main-color);
}

.account-details-page .event-details-inner .event-details-left .edit-event .edit-event-link:hover span {
  color: #FFF;
}

.account-details-page .event-details-inner .event-details-left .edit-event .edit-event-link:hover img {
  -webkit-filter: none;
          filter: none;
}

.account-details-inner .expert-account-box .expert-account-form.category .category-list .category-item .icon {
  background-color: #FAFAFA;
}

.account-details-inner .expert-account-box .expert-account-action .btn-primary {
  text-transform: capitalize;
}

.footer {
  background: #B38587;
  padding-top: 50px;
  position: relative;
}

.footer .footer-shape {
  position: absolute;
  bottom: 100%;
}

.footer .footer-shape img {
  width: 100vw;
}

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

.footer .footer-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  grid-column-gap: 74px;
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 1199px) {
  .footer .footer-wrap {
    grid-column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .footer .footer-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media (max-width: 991px) {
  .footer .footer-wrap .footer-col {
    margin-bottom: 20px;
  }
}

.footer .footer-wrap .footer-col:not(:first-child) {
  padding-top: 7px;
}

.footer .footer-wrap .footer-col h5 {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

@media (max-width: 991px) {
  .footer .footer-wrap .footer-col h5 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer .footer-wrap .footer-col .logo {
    text-align: center;
    margin-bottom: 10px;
  }
}

.footer .footer-wrap .footer-col .logo img {
  width: 150px;
}

.footer .footer-wrap .footer-col.contact ul {
  margin-top: 20px;
}

.footer .footer-wrap .footer-col.contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}

.footer .footer-wrap .footer-col.contact ul li span {
  color: #FFFFFF;
  padding-left: 14.5px;
}

.footer .footer-wrap .footer-col.footer-nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}

.footer .footer-wrap .footer-col.footer-nav .list ul {
  margin-right: 50px;
}

.footer .footer-wrap .footer-col.footer-nav .list ul:last-child {
  margin-right: 0;
}

.footer .footer-wrap .footer-col.footer-nav .list ul li {
  margin-bottom: 10px;
}

.footer .footer-wrap .footer-col.footer-nav .list ul li a {
  color: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .footer-wrap .footer-col.footer-nav .list ul li a:hover {
  color: #725051;
}

@media (max-width: 991px) {
  .footer .footer-wrap .footer-col.footer-nav .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer-wrap .footer-col.social ul {
  margin-top: 14px;
}

.footer .footer-wrap .footer-col.social ul li {
  margin-bottom: 9px;
}

.footer .footer-wrap .footer-col.social ul li a {
  color: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .footer-wrap .footer-col.social ul li a span {
  padding-left: 9.8px;
}

.footer .footer-wrap .footer-col.social ul li a:hover {
  color: #725051;
}

.footer .footer-copyright {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .footer .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .footer-copyright p {
  color: #FFF;
  font-size: 12px;
}

.footer .footer-copyright p span {
  color: #F00;
}

.footer .footer-copyright p.center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 991px) {
  .footer .footer-copyright p.center {
    position: unset;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
