/* Google Font */
:root {
  --primaryColor: "#fdb813";
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #1e1f2c;
  font-weight: 400;
  font-size: 16px;
  background: #ffffff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.2rem;
  font-weight: 700;
}

h5 {
  font-size: 18px;
}

.heading {
  font-size: 24px;
}

.large-heading {
  font-size: 48px;
  font-weight: 400;
}

.intro {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.intro .company-logo img {
  width: 400px;
}

.loginpg .heading {
  font-size: 32px;
  margin-bottom: 60px;
  color: #000;
}
.loginpg .heading span {
  font-weight: bold;
}

.loginpg .header-main,
.loginpg .sidebar {
  display: none;
}

.paragraph {
  font-size: 16px;
  margin-bottom: 44px;
}

.title {
  color: #000000;
  font-size: 30px;
  margin-bottom: 30px;
}

.subtitle {
  font-size: 12px;
  color: #86867e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

a {
  color: #fdb813;
  font-weight: 500;
}
a.disabled {
  pointer-events: none;
}
a:hover {
  color: #c59013;
  text-decoration: none;
}
a:focus-visible {
  outline: none;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #fdb813 !important;
}

.status-alert {
  margin-bottom: 20px;
}
.status-alert p {
  margin-bottom: 0;
  color: #434d5b;
}
.status-alert i {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.bold,
b,
strong {
  font-weight: bold;
}

.z-index-1 {
  z-index: 1 !important;
}

.overlay-gradient {
  position: relative;
}
.overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.7+0,0.7+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=0);
  /* IE6-9 */
  z-index: 1;
}

.bg-gradient {
  background: linear-gradient(360deg, #eeeeee, #ffffff) !important;
}

.bg-yellow-gradient {
  background: #f5c562;
  background: radial-gradient(circle, #efcb7e 0%, #bf8c1f 100%);
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-light2 {
  background-color: #f1f1f1 !important;
}

.bg-grey {
  background-color: #eeeeee !important;
}

.bg-grey2 {
  background-color: #b8b8b6;
}

.bgGrey-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
  background: white;
  /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    white 0%,
    #eeeeee 100%
  );
  /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    white 0%,
    #eeeeee 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 0%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.bg-white .list-group-item {
  background-color: #ffffff !important;
}

.badge-primary {
  color: #fff;
  background-color: #fdb813;
}

.s-status {
  padding: 4px 12px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 0;
}
.s-status.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.status-lg {
  padding: 13px 40px;
}

.status-md {
  padding: 8px 34px;
}

.status-sm {
  padding: 9px 16px;
  font-size: 14px;
  line-height: 1;
}

.status-success {
  color: #51d35d;
  background-color: #d3f3d6;
}

.status-primary {
  color: #ffffff;
  background-color: #fdb813;
}

.status-secondary {
  color: #ffffff;
  background-color: #1e1f2c;
}

.status-light {
  color: #c8c8c8;
  background-color: #eeeeee;
}

.status-cool {
  color: #fff;
  background-color: #0079c5;
}

.status-heat {
  color: #fff;
  background-color: #f23f12;
}

.badge {
  font-size: 14px;
}

.badge-pill {
  padding: 3px 6px;
  border-radius: 50px;
}

.min-h-auto {
  min-height: auto !important;
}

@media (max-width: 600px) {
  .heading {
    font-size: 20px !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .s-status {
    font-size: 12px;
    padding: 6px 15px;
  }
}
@media (max-width: 991px) {
  .large-heading {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-48 {
    width: 48% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100%;
  }

  .h-lg-100vh {
    height: 100vh;
  }

  .my-lg-30 {
    margin: 30px 0;
  }

  .pr-lg-120 {
    padding-right: 120px;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-100 {
    width: 100%;
  }
}
.w-160px {
  width: 160px;
}

@media (min-width: 992px) and (max-width: 1300px) {
  .pr-1300px-60 {
    padding-right: 60px;
  }
}
.redspot {
  width: 12px;
  height: 12px;
  background-color: #ff0000;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  top: -2px;
}

.smallspot {
  position: relative;
  display: flex;
  align-items: center;
}

.spot {
  content: "";
  background-color: #ff0000;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  z-index: 1;
  min-width: 8px;
  min-height: 8px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .smallspot {
    align-items: baseline;
  }
}
@media (max-width: 991px) {
  .custom-table .table tbody p {
    font-size: 14px;
  }
}
.min-height {
  min-height: 100% !important;
}

.d-content {
  display: contents !important;
}

.alert-top {
  z-index: 99;
  margin-bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  height: 80px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.alert-top.alert-dismissible .close {
  top: 14px;
}

.text-light {
  color: #86867e !important;
}

.text-green {
  color: #1ba12b;
}

.text-light-green {
  color: #51d35d;
}

.fwRegular {
  font-weight: 400;
}

.text-primary {
  color: #fdb813 !important;
}

.text-yellow-gradient {
  background: #f5c562;
  background: -webkit-radial-gradient(
    circle farthest-corner at center center,
    #efcb7e 0%,
    #bf8c1f 100%
  );
  background: -moz-radial-gradient(
    circle farthest-corner at center center,
    #efcb7e 0%,
    #bf8c1f 100%
  );
  background: radial-gradient(
    circle farthest-corner at center center,
    #efcb7e 0%,
    #bf8c1f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-dark {
  color: #000 !important;
}

.text-yellow {
  color: #e5af40 !important;
}

.text-yellow-dark {
  color: #bf8c1f !important;
}

.alert-info {
  background-color: #c4dff5;
  border-color: #c4dff5;
  color: #242837;
}

.border-primary {
  border-color: #fdb813 !important;
}

.border-grey {
  border-color: #dad9d6 !important;
}

.border {
  border-color: #dad9d6;
}

.border-dark {
  border-color: #242837;
}

.letter-space-1 {
  letter-spacing: 1px;
}

.icon-right {
  position: absolute;
  right: 30px;
}

.icon-check-mark {
  color: #51d35d;
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.top-border {
  border-top: 1px solid #dad9d6 !important;
}

.bottom-border {
  border-bottom: 1px solid #dad9d6 !important;
}

.right-border {
  border-right: 1px solid #dad9d6 !important;
}

.left-border {
  border-left: 1px solid #dad9d6 !important;
}

.bottom-shadow {
  box-shadow: 0px 40px 50px -40px #7f73666b;
}

.position-bottom {
  position: absolute;
  bottom: 0;
}

.position-left {
  position: absolute;
  left: 0;
}

.position-right {
  position: absolute;
  right: 0;
}

.right-minus30 {
  right: -30px;
}

.cursor-pointer {
  cursor: pointer;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline;
}

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

button:focus {
  outline: none;
}

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

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

.btn {
  font-size: 16px;
  border-radius: 60px;
  border: 1px solid;
  font-weight: 600;
  padding: 12px 30px;
}
.btn.disabled {
  opacity: 0.3;
}
.btn.disabled.btn-secondary {
  background-color: #1e1f2c;
  border-color: #1e1f2c;
}
.btn.disabled.btn-primary {
  background-color: #fdb813;
  border-color: #fdb813;
}
.btn.focus,
.btn:focus {
  box-shadow: none !important;
}
.btn i {
  margin-right: 10px;
}
.btn i:before {
  color: #fff;
}

.disabled span {
  opacity: 0.3;
  pointer-events: none;
}

.btn-primary {
  color: #000;
  border-color: transparent;
  background: #fdb813;
  box-shadow: inset 0px 1px 6px #fff;
}
.btn-primary:hover {
  color: #000;
  border-color: transparent;
  background: #e6a610;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #000;
  border-color: transparent;
  background: #e6a610;
}

.show > .btn-primary.dropdown-toggle {
  color: #000;
  border-color: #ffffff;
  background: linear-gradient(1deg, #fff, #b3b3b3);
}

.btn-secondary {
  border-color: #fdb813;
  color: #000000;
  background: transparent;
}
.btn-secondary:hover {
  color: #000000;
  background-color: #ecaa0f;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #ecaa0f;
}

.btn-fb,
.btn-google,
.btn-apple,
.btn-user {
  color: #fff !important;
  margin-bottom: 16px;
  margin-right: 6px;
  border: 0;
}

.btn-user {
  background: #ff6d00;
  box-shadow: inset 0px 1px 6px #ff9b51;
}

.btn-fb {
  background: #1773ea;
  box-shadow: inset 0px 1px 6px #6c8ce2;
}

.btn-google {
  background: #c41515;
  box-shadow: inset 0px 1px 6px #db4848;
}

.btn-apple {
  background: #000000;
  box-shadow: inset 0px 1px 6px #505050;
  margin-bottom: 0;
}

.btn-outline {
  color: #332e29;
  background-color: transparent;
  border: 1px solid #332e29;
  font-weight: bold;
}

.btn-light {
  color: #c8c8c8;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.btn-toggle {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 20px;
  width: 36px;
  border-radius: 30px;
  background-color: #dad9d6;
}
.btn-toggle.active {
  background-color: #fdb813;
  transition: background-color 0.25s;
}
.btn-toggle.active .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 16px;
  height: 16px;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-lg {
  padding: 15px 40px;
}

.btn-md {
  padding: 7px 34px;
}

.btn-sm {
  padding: 5px 16px;
  font-size: 14px;
}

.responsive-btn .icon {
  display: none;
}

@media (max-width: 767px) {
  .responsive-btn .icon {
    font-size: 18px;
    display: inline-block;
  }
  .responsive-btn .btn {
    display: none;
  }

  .r-top-right {
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .r-bottom-right {
    position: absolute;
    right: 16px;
    bottom: 15px;
  }

  .r-right {
    position: absolute;
    right: 16px;
  }
}
@media (min-width: 992px) {
  .position-lg-bottom {
    position: absolute;
    bottom: 0;
  }

  .position-lg-left {
    position: absolute;
    left: 0;
  }

  .position-lg-right {
    position: absolute;
    right: 0;
  }

  .right-lg-minus30 {
    right: -30px;
  }

  .btn-lg-right {
    position: absolute;
    right: 0;
  }

  .alert-box .btn {
    right: 80px;
  }
}
@media (max-width: 600px) {
  .position-right.icon-bookmark {
    position: absolute;
    bottom: 10px;
    right: 0;
  }

  .icon-right {
    right: 20px;
    font-size: 12px;
  }

  .alert-top {
    font-size: 12px;
  }
}
.read-now {
  color: red;
  text-decoration: none !important;
  padding-left: 40px;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
}
.read-now::before {
  content: "";
  width: 34px;
  height: 3px;
  background: red;
  position: absolute;
  left: 0;
  bottom: 8px;
}
.read-now:hover {
  padding-left: 0;
}
.read-now:hover::before {
  content: none;
}

.right-top-arrow {
  transform: rotate(315deg) !important;
}

.right-bottom-arrow {
  transform: rotate(44deg) !important;
}

.list-title {
  position: relative;
  padding: 10px 0;
  left: -15px;
}
.list-title p {
  margin-bottom: 0;
}
.list-title p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  width: 100%;
  background: #dad9d6;
}
.list-title p span {
  background: #eeeeee;
  position: relative;
  color: #77776e;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-right: 5px;
  z-index: 1;
}

/* header */
.header-main {
  position: fixed;
  background: linear-gradient(45deg, #ffffff, #fdb813);
  padding: 15px 30px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  height: 95px;
}
.header-main .top-bar .navbar-right .nav-menu {
  display: inline-block;
  float: right;
  margin-bottom: 0;
  margin-top: 5px;
}
.header-main .top-bar .navbar-right .nav-menu .nav-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header-main .top-bar .navbar-right .nav-menu .nav-item .nav-link {
  color: #000000;
  padding: 0;
}
.header-main .top-bar .navbar-right .nav-menu .nav-item .nav-link i {
  margin-right: 10px;
  position: relative;
  top: 1px;
  font-size: 34px;
}
.header-main .top-bar .navbar-right .nav-menu .nav-item .acnt-detail a {
  display: flex;
  align-items: center;
}
.header-main .top-bar .navbar-right .nav-menu .nav-item .acnt-detail a p {
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
}
.header-main .top-bar .navbar-right .nav-menu .nav-item .acnt-detail a small {
  font-weight: bold;
  color: #86867e;
}
.header-main .top-bar .navbar-right .nav-menu .nav-item .acnt-detail a img {
  width: 50px;
  height: 26px;
  margin-right: 22px;
}
.header-main .top-bar .navbar-right .nav-menu .search-item .dropdown-toggle {
  font-size: 16px;
}
.header-main
  .top-bar
  .navbar-right
  .nav-menu
  .search-item
  .dropdown-toggle::after {
  content: "\e978";
  margin-left: 10px;
}
.header-main .top-bar .navbar-right .nav-menu .search-item .input-label {
  color: #000000;
}
.header-main
  .top-bar
  .navbar-right
  .nav-menu
  .notification.dropdown
  .dropdown-toggle:after {
  display: none;
}
.header-main
  .top-bar
  .navbar-right
  .nav-menu
  .notification.dropdown
  .badge-pill {
  position: absolute;
  right: 6px;
  top: -4px;
  font-weight: 400;
}
.header-main .top-bar .navbar-right .nav-menu .account-item .nav-link {
  display: flex;
  align-items: center;
  width: auto;
}
.header-main .top-bar .navbar-right .nav-menu .account-item .nav-link h6 {
  color: #2d4163;
  margin-bottom: 0;
}
.header-main .top-bar .navbar-right .nav-menu .account-item .nav-link p {
  margin-bottom: 0;
}
.header-main .top-bar .navbar-right .nav-menu .account-item .nav-link img {
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 54px;
  width: 54px;
  margin-right: 10px;
}
.header-main .top-bar .navbar-right .nav-menu .dropdown {
  margin-right: 20px;
}
.header-main .top-bar .navbar-right .nav-menu .dropdown i {
  margin-top: 5px;
}
.header-main .top-bar .navbar-right .nav-menu .dropdown a {
  color: #000000;
  line-break: normal;
  display: flex;
}
.header-main .top-bar .navbar-right .nav-menu .dropdown .nav-link {
  color: #000000;
}
.header-main .top-bar .navbar-right .nav-menu .dropdown.account-item {
  border-left: 1px solid #667080;
  padding-left: 20px;
  margin-right: 0;
}
.header-main .top-bar .nav-logo .logo {
  width: 230px;
}
.header-main .logo img {
  width: 210px;
}
.header-main .toggle-btn {
  line-height: 1;
  cursor: pointer;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
}
.header-main .toggle-btn i {
  font-size: 34px;
}
.header-main .toggle-btn .icon-menu.active:before {
  content: "\e992";
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

.badge-danger {
  background-color: #ff0000;
}

@media (max-width: 600px) {
  .header-main {
    padding: 8px 0;
    height: 64px;
  }
  .header-main .toggle-btn i {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .header-main .toggle-btn {
    display: block;
  }
  .header-main .toggle-btn.active {
    left: 280px;
    z-index: 9;
  }
}
@media (max-width: 767px) {
  .nav-menu .nav-item:nth-child(3),
  .nav-menu .nav-item:nth-child(4),
  .nav-menu .nav-item span,
  .nav-menu .nav-item .dropdown-toggle:after,
  .nav-menu .nav-item .dropdown-toggle:before {
    display: none !important;
  }
  .nav-menu .nav-item.search-item .dropdown-toggle:after {
    font-size: 20px;
    top: 0;
    display: block !important;
  }
}
@media (max-width: 500px) {
  .header-main .top-bar .menu-col {
    position: unset;
    padding: 0;
  }
  .header-main .top-bar .menu-col .navbar-right .nav-menu .nav-item {
    position: unset;
  }
}
.sidebar {
  width: 340px;
  bottom: 0;
  z-index: 9;
  float: left;
  left: 0;
  top: 95px;
  background: #000000;
  border-top-right-radius: 40px;
  position: fixed;
  border: 1px solid #fdb813;
  padding: 30px;
  overflow: auto;
  transition: 0.3s ease;
  scrollbar-width: none;
  /* sidebar */
}
.sidebar::-webkit-scrollbar {
  width: 0;
}
.sidebar .sidebar-logo {
  text-align: center;
  margin-bottom: 100px;
}
.sidebar .sidebar-logo .logo {
  width: 200px;
}
.sidebar p {
  margin: 0;
  color: #919aaa;
}
.sidebar .btn-primary {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -30px;
  width: 250px;
  text-align: left;
}
.sidebar .side-menu {
  background: none;
  margin-bottom: 0;
}
.sidebar .side-menu h2 {
  color: #fdb915;
}
.sidebar .side-menu li.menu-item .menu-link {
  position: relative;
  color: #ffffff;
  text-transform: capitalize;
  padding: 12px 0;
  font-size: 18px;
  width: 100%;
  display: block;
  font-weight: 400;
}
.sidebar .side-menu li.menu-item .menu-link:hover {
  border-color: #fff;
}
.sidebar .side-menu li.menu-item .menu-link i.menu-icon {
  margin-right: 16px;
  width: 18px;
  font-size: 20px;
  display: inline-block;
  margin-top: 0px;
  position: relative;
  top: 2px;
}
.sidebar .side-menu li.menu-item .menu-link i.menu-icon:before {
  color: #fdb813;
}
.sidebar .side-menu li.menu-item .menu-link i.menu-icon.small {
  font-size: 36px;
  left: -9px;
  line-height: 0;
  top: 11px;
}
.sidebar .side-menu li.menu-item .sub-menu {
  display: none;
}
.sidebar .side-menu li.menu-item .sub-menu ul li {
  position: relative;
}
.sidebar .side-menu li.menu-item .sub-menu ul li a {
  padding: 15px 10px 15px 40px;
  color: #242837;
  text-transform: none;
  font-size: 14px;
  display: block;
  line-height: 1;
  font-weight: 500;
}
.sidebar .side-menu li.menu-item .sub-menu ul li a:hover::before {
  content: "";
  position: absolute;
  left: -28px;
  width: 6px;
  height: 100%;
  top: 0;
  background: red;
  bottom: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.sidebar .side-menu li.menu-item .sub-menu ul li.active a::before {
  content: "";
  position: absolute;
  left: -28px;
  width: 6px;
  height: 100%;
  top: 0;
  background: red;
  bottom: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.sidebar .side-menu li.menu-item .dropDown::after {
  content: "\e986";
  font-family: "icomoon";
  float: right;
  margin-top: 2px;
  margin-left: 10px;
}
.sidebar .side-menu .dropdown-toggle:after {
  content: none !important;
}
.sidebar .side-menu a {
  display: block;
}

@media (max-width: 1200px) {
  .sidebar {
    left: -100%;
  }
  .sidebar .list-title p span {
    background: #ffffff;
  }
}
@media (min-width: 768px) {
  .head-menu {
    display: none;
  }
}
@media (min-width: 501px) {
  .sidebar.active-submenu {
    overflow: inherit;
  }
}
@media (max-width: 500px) {
  .dropdown-toggle.btn-outline.btn-md {
    padding: 5px 24px;
  }

  .sidebar {
    width: 100%;
  }
}
.body-wrapper {
  margin: 0 0 0 340px;
  padding: 0;
  position: relative;
  min-height: 100%;
  top: 95px;
  transition: all 0.3s;
}
.body-wrapper .banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 28px;
  border-bottom-right-radius: 60px;
  min-height: 220px;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  color: #ffffff;
  position: relative;
}
.body-wrapper .banner.banner-space {
  margin: 0 30px;
}
.body-wrapper .banner.banner-slider {
  padding: 100px 60px;
  display: block;
}
.body-wrapper .banner.banner-slider .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 50px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.body-wrapper .banner.banner-slider .bannertext {
  width: 630px;
  height: 350px;
  backdrop-filter: blur(4px);
}
.body-wrapper .banner.banner-slider .slick-arrow {
  bottom: -100px;
  background-color: #ffffff70;
}
.body-wrapper .banner.banner-slider .slick-arrow:focus,
.body-wrapper .banner.banner-slider .slick-arrow:hover {
  background: #fff;
}
.body-wrapper .banner.banner-slider .slick-arrow:focus:before,
.body-wrapper .banner.banner-slider .slick-arrow:hover:before {
  color: #fdb813;
}
.body-wrapper .banner.banner-slider .slick-dots {
  left: 0;
}
.body-wrapper .banner.banner-center {
  justify-content: center;
  min-height: 100%;
  text-align: center;
  padding: 100px 40px;
}
.body-wrapper .banner.banner-center .banner-heading {
  font-size: 28px;
}
.body-wrapper .banner .banner-heading {
  color: #ffffff;
  font-weight: inherit;
  margin-bottom: 0;
  font-size: 32px;
}
.body-wrapper .banner.nobg {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  min-height: 100%;
}
.body-wrapper .banner.nobg .bannertext {
  position: unset;
  min-width: 100%;
  height: 100%;
  display: block;
  background-color: #57564f;
}
.body-wrapper .banner.nobg .bannertext span {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.body-wrapper .banner.nobg .bannertext h2 {
  font-weight: 400;
  font-size: 32px;
  margin: 14px 0;
}
.body-wrapper .banner.nobg .bannertext p {
  margin-bottom: 10px;
  display: inline-block;
}
.body-wrapper .banner.nobg .bannertext p:last-child {
  margin-bottom: 0;
}
.body-wrapper .banner .subheading {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 8px;
}
.body-wrapper .banner .paragraph {
  margin-bottom: 0;
  color: #ffffff;
}
.body-wrapper .banner .bannertext {
  background-color: #3c3c35ba;
  padding: 25px 36px;
  border-left: 4px solid red;
  display: inline-block;
  min-width: 540px;
  border-bottom-right-radius: 30px;
}
.body-wrapper .banner .icon-right {
  position: absolute;
  top: 40px;
  right: 30px;
}
.body-wrapper .banner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3c3c3c73;
  border-bottom-right-radius: 60px;
}
.body-wrapper .content {
  min-width: 320px;
}
.body-wrapper .content .section-padding {
  padding: 40px;
}
.body-wrapper .content .banner-heading {
  color: #000;
  font-weight: 400;
}
.body-wrapper .content .alert-box {
  box-shadow: 0px 2px 10px #00000026;
  border-radius: 8px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .body-wrapper .banner.banner-slider .bannertext {
    width: 100%;
    min-width: 100%;
    height: 260px;
    position: unset;
  }
  .body-wrapper .banner.banner-slider.slider-list {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .body-wrapper {
    top: 64px;
  }
  .body-wrapper .banner {
    padding: 30px 16px;
    border-bottom-right-radius: 0;
    min-height: 180px;
    display: block;
    margin-bottom: 24px;
  }
  .body-wrapper .banner.banner-slider {
    padding: 30px 16px;
  }
  .body-wrapper .banner.banner-slider .slider-list {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .body-wrapper .banner.banner-slider .slider-list .slick-dots {
    bottom: -80px;
    left: 30px;
    right: 30px;
    text-align: center;
  }
  .body-wrapper .banner.banner-slider .slider-list .slick-dots li {
    width: 40px;
  }
  .body-wrapper
    .banner.banner-slider
    .slider-list
    .slick-dots
    li.slick-active:before {
    color: #b30000;
  }
  .body-wrapper
    .banner.banner-slider
    .slider-list
    .slick-dots
    li.slick-active
    button:before {
    background: #b30000;
  }
  .body-wrapper
    .banner.banner-slider
    .slider-list
    .slick-dots
    li
    button:before {
    width: 40px;
  }
  .body-wrapper .banner.banner-slider .slider-list .slick-arrow {
    bottom: -80px;
    width: 20px;
    padding: 0;
    z-index: 1;
    background: transparent;
  }
  .body-wrapper .banner.banner-slider .slider-list .slick-arrow::before {
    color: #1e1f2c;
  }
  .body-wrapper .banner.banner-slider .slider-list .slick-arrow.slick-prev {
    right: auto;
    left: 0;
  }
  .body-wrapper .banner.banner-slider .banner-img {
    height: 230px;
    width: 100%;
    border-bottom-right-radius: 0;
  }
  .body-wrapper .banner.banner-space {
    margin: 0 0;
    border-bottom-right-radius: 60px;
  }
  .body-wrapper .banner.home-banner {
    border-bottom-right-radius: 60px;
    margin-bottom: 0;
    align-items: center;
    display: grid;
  }
  .body-wrapper .banner .icon-right {
    position: absolute;
    top: 30px;
    right: 10px;
  }
  .body-wrapper .banner .banner-heading {
    font-size: 28px;
  }
  .body-wrapper .banner .subheading {
    font-size: 11px;
  }
  .body-wrapper .banner .bannertext {
    background-color: #57564f;
    padding: 20px;
    min-width: auto;
    border-bottom-right-radius: 60px;
    position: absolute;
    left: 16px;
    bottom: -24px;
    right: 16px;
  }
  .body-wrapper .content {
    min-width: 320px;
  }
  .body-wrapper .content .inline-slider-tab-content .banner {
    margin-bottom: 0;
  }
  .body-wrapper .content .inline-slider-tab-content .banner .bannertext {
    position: unset;
    min-width: 100%;
  }
  .body-wrapper .content .section-padding {
    padding: 20px 16px;
  }
}
@media (max-width: 1200px) {
  .header-main {
    left: 0;
    padding-left: 60px;
  }

  .body-wrapper {
    margin-left: 0;
  }
  .body-wrapper.bg-overlay-full:after {
    content: "";
    background: #3c3c3569;
    position: absolute;
    top: -80px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .body-wrapper.bg-overlay:after {
    content: "";
    background: #242837cc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.sticky-breadcrumb {
  box-shadow: 0px 0px 100px #3c3c3cbf;
  position: relative;
}
.sticky-breadcrumb .breadcrumb {
  padding: 20px 28px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.sticky-breadcrumb .breadcrumb.bg-light {
  background-color: #fafafa;
}
.sticky-breadcrumb .breadcrumb .breadcrumb-item {
  color: #86867e;
}
.sticky-breadcrumb .breadcrumb .breadcrumb-item + ::before {
  color: #86867e;
}
.sticky-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #86867e;
}

.info-row {
  display: flex;
  justify-content: space-between;
}
.info-row h2 {
  margin-bottom: 10px;
  font-size: 26px;
}
.info-row a {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.info-row .stars {
  font-size: 16px;
}
.info-row h4 {
  color: #000000;
  font-size: 20px;
}

button.action {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 24px;
}

.breadcrumb {
  align-items: center;
  padding: 0;
  background: transparent;
  margin-bottom: 40px;
}
.breadcrumb .title {
  margin-bottom: 0;
}
.breadcrumb p {
  margin-bottom: 0;
  color: #000000;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item {
  font-size: 12px;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item + ::before {
  display: inline-block;
  padding-right: 13px;
  padding-left: 13px;
  color: #ffffff;
  content: "/";
}
.breadcrumb .breadcrumb-item.active {
  font-weight: bold;
}
.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

@media (max-width: 600px) {
  .breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb .breadcrumb-item {
    display: none;
  }
  .breadcrumb .breadcrumb-item::before {
    content: none;
  }
  .breadcrumb .breadcrumb-item:nth-last-child(2) {
    display: inline-block;
  }
  .breadcrumb .breadcrumb-item:nth-last-child(2) a {
    font-weight: bold;
  }
  .breadcrumb .breadcrumb-item:nth-last-child(2) a:before {
    content: "\e990";
    font-family: "icomoon";
    padding-right: 10px;
  }
}
.dropdown .dropdown-menu {
  width: 320px;
  border-radius: 20px;
  margin-top: 19px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #fdb813;
  margin-left: -10px;
}
.dropdown .dropdown-menu:before {
  border-bottom: 18px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 20px;
  top: -18px;
  width: 0;
}
.dropdown .dropdown-menu ul li {
  white-space: normal;
  position: relative;
}
.dropdown .dropdown-menu ul li:last-child {
  border-bottom: none;
}
.dropdown .dropdown-menu ul li .item {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.dropdown .dropdown-menu ul li a {
  display: block;
  margin-bottom: 20px;
}
.dropdown .dropdown-menu ul li a:last-child {
  margin-bottom: 0;
}
.dropdown .dropdown-menu ul li a i {
  margin-right: 10px;
}
.dropdown .dropdown-menu ul li a .icon-news {
  font-size: 34px;
  color: red;
}
.dropdown .dropdown-menu ul li .notif-name {
  font-weight: bold;
}
.dropdown .dropdown-menu ul li p {
  font-size: 14px;
  margin-bottom: 6px;
}
.dropdown .dropdown-menu ul li p:last-child {
  margin-bottom: 0;
}
.dropdown .dropdown-menu ul li .ago {
  font-size: 14px;
}
.dropdown .dropdown-menu ul li .mark-read {
  font-size: 12px;
  font-weight: bold;
}
.dropdown .dropdown-menu ul li .btn {
  display: inline-block;
}
.dropdown .dropdown-menu ul li .icon-right-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.dropdown .dropdown-toggle:after {
  content: "\ea3f";
  font-family: "icomoon";
  margin-left: 20px;
  width: auto;
  height: auto;
  line-height: 1;
  position: absolute;
  border: none !important;
  top: 50%;
  transform: translate(0px, -50%);
}
.dropdown .dropdown-item {
  padding: 6px 2px;
  border-bottom: 1px solid #b4b8bc;
}

.search {
  display: flex;
  align-items: center;
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.search .input-group {
  border: 1px solid #061b454f;
  border-radius: 50px;
  margin-right: 20px;
}
.search .input-group input.form-control {
  border: none;
  border-radius: 60px;
  padding: 10px 20px;
}
.search .input-group .input-group-append {
  z-index: 11;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}
.search .input-group .input-group-append .input-group-text {
  background: transparent;
  border: navajowhite;
  color: #0f1033;
  font-size: 20px;
}
.search .dropdown button {
  border: none;
  background: #ee7caf;
  padding: 10px;
  line-height: 0;
  color: #fff;
  border-radius: 6px;
  font-size: 24px;
}
.search .dropdown button:after {
  display: none;
}

.export-dropdown .dropdown-toggle::after {
  content: none;
}
.export-dropdown .dropdown-menu {
  margin-top: 10px;
  width: 270px;
  border: 1px solid #dad9d6;
  border-radius: 4px;
}
.export-dropdown .dropdown-menu ul {
  margin-bottom: 0;
}
.export-dropdown .dropdown-menu ul li {
  border: none;
  padding: 14px 24px;
}
.export-dropdown .dropdown-menu ul li:hover {
  box-shadow: 0px 3px 12px #0000001a;
}

.filter-select {
  position: relative;
  text-align: left;
}
.filter-select[aria-expanded="true"] {
  box-shadow: inset 0 0 0 2px #fdb813 !important;
}
.filter-select[aria-expanded="true"] .label {
  color: #fdb813 !important;
  font-weight: bold;
}
.filter-select::after {
  content: "\e980";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-size: 20px;
  color: #000;
}

@media (max-width: 500px) {
  .header-main .top-bar .navbar-right .nav-menu .dropdown .dropdown-menu {
    width: 100%;
    transform: translate3d(0, 80px, 0px) !important;
    margin-top: 0;
  }
}
select.form-control {
  font-weight: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-size: 16px;
  background-position-x: 97%;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}

textarea {
  height: auto !important;
}

.form-control {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  height: auto;
  color: #313131;
  border: 1px solid #667080;
  box-shadow: inset 0px 3px 6px #00000029;
  border-radius: 6px;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
  box-shadow: inset 0 0 0 2px #dad9d6;
  color: #86867e;
}
.form-control:disabled + .input-label,
.form-control.disabled + .input-label {
  top: -5px;
  left: 12px;
  font-size: 12px;
  color: #86867e;
  padding: 0 4px;
  background-color: #ffffff;
}

.main-search.form-group {
  position: relative;
  margin-bottom: 0;
  margin-top: 16px;
}
.main-search.form-group i {
  position: absolute;
  right: 15px;
  top: 17px;
  color: #fff;
  font-size: 24px;
}

::placeholder {
  color: #ffffff;
}

.widget ::placeholder {
  color: #000;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-group.search-group {
  display: flex;
}
.form-group .form-control:focus,
.form-group .form-control:valid {
  outline: 0;
  box-shadow: inset 0px 3px 6px #00000029;
}
.form-group .form-control + .input-label + .icon-search-interface-symbol {
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 22px;
}
.form-group .input-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  position: absolute;
  pointer-events: none;
  left: 16px;
  top: 20px;
  line-height: 1;
  margin-bottom: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-group .select-label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  padding-left: 10px;
}
.form-group .form-control:focus ~ .input-label,
.form-group .form-control:valid ~ .input-label,
.form-group .form-control:valid ~ .label-old,
.form-group .form-control:focus ~ .label-old {
  top: -10px;
  left: 8px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 4px;
  background-color: transparent;
}
.form-group .input-group .input-group-prepend .input-group-text {
  border-color: #667080;
  background: transparent;
  box-shadow: inset 4px 2px 4px #00000029;
  border-radius: 6px 0px 0 6px;
  font-size: 20px;
}
.form-group .input-group .form-control {
  border-left: 0;
  box-shadow: inset -2px 3px 6px #00000029;
}
.form-group .input-group .form-control:focus {
  box-shadow: inset -2px 3px 6px #00000029;
  border-color: #667080;
}
.form-group .form-control.alert + label + i:before {
  content: "\e979" !important;
  color: #ffa300;
}
.form-group .form-control + label + i + .alert-box {
  display: none;
}
.form-group .form-control.alert + label + i + .alert-box {
  display: block;
}
.form-group .alert {
  margin-bottom: 0;
  box-shadow: 0 0 0 2px #ffa300;
}
.form-group .alert:focus,
.form-group .alert:valid {
  box-shadow: 0 0 0 2px #ffa300 !important;
}
.form-group .alert-box {
  background-color: #fbe8c7;
  padding: 16px;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 10px;
  border: none;
  box-shadow: 0 0 0 2px #ffeed1;
}
.form-group .alert-box p {
  margin: 0;
}

@media (min-width: 768px) {
  .form-group {
    position: relative;
    margin-bottom: 20px;
  }
  .form-group.right-group {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}
.field-icon {
  position: absolute;
  z-index: 11;
  right: 18px;
  font-size: 22px;
  font-weight: 600;
  bottom: 16px;
  cursor: pointer;
}

.company-logo {
  margin: 0 0 50px;
}
.company-logo img {
  width: 285px;
}

.left-position .company-logo img {
  width: 400px;
}

@media (max-width: 400px) {
  .company-logo img {
    width: 60%;
  }

  .form-code .form-check-label {
    font-size: 14px;
  }
}
.anchor-primary {
  text-decoration: underline;
}
.anchor-primary:hover {
  color: #000000;
}

.left-position {
  position: fixed;
  width: 50%;
  background-image: url(/images/maskgroup13.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-position {
  background-image: url(/images/maskgroup14.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 50%;
  height: 100%;
  padding: 80px 0 20px;
  position: fixed;
  right: 0;
  overflow: auto;
}

.icon {
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.contact span {
  font-weight: 600;
}

.profile-img {
  text-align: center;
  margin-top: -90px;
  position: relative;
  margin-bottom: 40px;
}
.profile-img .upload {
  position: absolute;
  bottom: 10px;
  right: 5px;
  background: #000000;
  border: 1px solid #fff;
  padding: 6px;
  border-radius: 50%;
  line-height: 0;
  font-size: 12px;
}
.profile-img .upload input[type="file"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.profile-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fdb813;
}

.user-profile .profile-img {
  margin-top: 0;
}

.nav {
  display: flex;
}

.nav-tabs {
  border: none;
  margin-bottom: 40px;
}
.nav-tabs .nav-link {
  border-radius: 50px;
  border: 1px solid #fdb813;
  margin-right: 12px;
  background: transparent;
  color: #1d1d1d;
}
.nav-tabs .nav-link.active {
  background-color: #fdb813;
  border-radius: 50px;
  border: 1px solid #fdb813;
  color: #000;
}
.nav-tabs .nav-link img {
  width: 22px;
  vertical-align: middle;
  margin-right: 10px;
}
.nav-tabs .nav-link .show > .nav-link {
  background-color: #fdb813;
  border-radius: 50px;
  color: #000;
  border: 1px solid #fdb813;
}

.card {
  border-color: #fdb813;
  border-width: 2px;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: none;
}
.card .card-img-box {
  min-height: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card .card-img-box .position-right {
  position: absolute;
  right: 0;
  top: 0;
}
.card.card-img {
  background-repeat: no-repeat;
  background-size: cover;
}
.card.card-img .card-header .icon-right-arrow2 {
  color: white;
}
.card.card-img .heading,
.card.card-img p,
.card.card-img h5,
.card.card-img h6,
.card.card-img h4,
.card.card-img h3,
.card.card-img h2,
.card.card-img h1 {
  color: #ffffff;
  margin-bottom: 8px;
}
.card.card-img p {
  margin-bottom: 4px;
}
.card .card-overlay {
  text-align: center;
  padding: 40px 15px 30px;
  margin: 20px 0;
  position: relative;
}
.card .card-overlay .heading {
  color: #ed1c24;
}
.card .card-overlay::after {
  content: "";
  background-image: url(/images/card-crop-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
}
.card .card-overlay .ticket-box {
  word-spacing: 5px;
}
.card .card-overlay .ticket-box .custom-radio {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.card .card-overlay .ticket-box .custom-radio .custom-control-label::before {
  top: 40px;
  left: 14px;
  width: 16px;
  height: 16px;
  border: 1px solid #665e57;
  background-color: #665e57;
}
.card .card-overlay .ticket-box .custom-radio .custom-control-label::after {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  top: 44px;
  left: 18px;
  border-radius: 50%;
}
.card
  .card-overlay
  .ticket-box
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  top: 44px;
  left: 18px;
  background: #fdb813;
}
.card
  .card-overlay
  .ticket-box
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #dad9d6;
  border-color: #dad9d6;
}
.card .card-header {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
}
.card .card-header.bottom-border {
  padding: 0 0 10px;
}
.card .card-header .icon-right-arrow2 {
  position: absolute;
  right: 0;
  top: 10px;
  color: red;
  font-size: 14px;
}
.card .card-header .heading {
  margin-bottom: 0;
  font-size: 20px;
}
.card.card-hover:hover {
  box-shadow: 0px 25px 40px #00000014;
  z-index: 1;
}
.card .card-body {
  padding: 34px;
}
.card .card-body.user-body,
.card .card-body.edit-profile-body {
  padding: 40px;
}
.card .card-body p {
  margin-bottom: 10px;
}
.card .card-body .list-group {
  max-height: 340px;
  overflow: auto;
}
.card .card-body .list-group .list-group-item .title {
  color: #fff;
}
.card .card-body .list-group .list-group-item p {
  color: #fff;
}
.card .card-body .list-group .list-group-item .smalltitle {
  color: #fff;
}
.card .card-body .user-info {
  display: flex;
  align-items: center;
}
.card .card-body .user-info img.user-img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.card .card-body .user-info .user-detail {
  margin-left: 15px;
}
.card .card-body .user-info .user-detail h5 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 2px;
  line-height: 1;
}
.card .card-body .user-info .user-detail p {
  font-size: 20px;
  line-height: 1;
}
.card .card-body .user-list .profile {
  text-align: center;
  margin-bottom: 15px;
}
.card .card-body .user-list .profile img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  margin-bottom: 10px;
}
.card .card-body .user-list .profile h5 {
  font-size: 22px;
  margin-bottom: 0;
}
.card .card-body .user-list .profile p {
  font-size: 18px;
  margin-bottom: 0px;
}
.card .card-body .user-list .profile .rating {
  font-size: 14px;
}
.card .card-body .user-list .profile .rating i {
  color: #ffd117;
}
.card .card-body .user-list .profile .rating i:last-child {
  margin-right: 4px;
}
.card .card-body .user-list .info ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.card .card-body .user-list .info ul li {
  width: 50%;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  position: relative;
}
.card .card-body .user-list .info ul li h5 {
  font-size: 22px;
  margin-bottom: 0;
}
.card .card-body .user-list .info ul li p {
  margin-bottom: 0;
}
.card .card-body .user-list .info ul li:after {
  content: "";
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  position: absolute;
}
.card .card-body .user-list .info ul li:nth-child(2),
.card .card-body .user-list .info ul li:nth-child(4) {
  border: 0;
}
.card .card-body .user-list .info ul li:nth-child(3):after,
.card .card-body .user-list .info ul li:nth-child(4):after {
  display: none;
}
.card .card-body .subscription .custom-radio {
  margin: 0;
  padding: 40px 24px 0;
}
.card
  .card-body
  .subscription
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-size: 100% 100%;
  background-color: transparent;
  border-radius: 50%;
  top: -5px;
  left: auto;
  right: -5px;
  content: "\e904";
  font-size: 14px;
  color: #000;
  font-family: "icomoon";
  background-image: none !important;
}
.card
  .card-body
  .subscription
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label:before {
  background-color: #ffffff;
  border-color: #ffffff;
}
.card .card-body .subscription .custom-radio .custom-control-label {
  padding-left: 0;
}
.card .card-body .subscription .custom-radio .custom-control-label:before {
  left: auto;
  right: -8px;
  top: -8px;
  border: 3px solid #ffffff;
}
.card .card-body .subscription .custom-radio .custom-control-label i {
  font-size: 34px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.card .card-body .subscription .custom-radio .custom-control-label h4 {
  font-size: 24px;
  margin-bottom: 0px;
}
.card .card-body .subscription .custom-radio .custom-control-label h6 {
  font-size: 20px;
  margin-bottom: 4px;
}
.card .card-body .user-profile .profile {
  display: flex;
  align-items: start;
}
.card .card-body .user-profile .profile img {
  min-width: 140px;
  width: 140px;
  min-height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fdb813;
}
.card .card-body .user-profile .profile .info .inner-info {
  display: flex;
  text-align: left;
  margin-left: 30px;
}
.card .card-body .user-profile .profile .info .inner-info h5 {
  font-size: 24px;
  margin-bottom: 4px;
  display: inline-block;
}
.card .card-body .user-profile .profile .info .inner-info .rating {
  display: inline-block;
  margin-left: 10px;
}
.card .card-body .user-profile .profile .info .inner-info .rating i {
  color: #ffd117;
}
.card .card-body .user-profile .profile .info .inner-info .rating i:last-child {
  margin-right: 4px;
}
.card .card-body .user-profile .profile .info .inner-info .location {
  font-size: 18px;
  margin-bottom: 0;
}
.card .card-body .user-profile .profile .info .inner-info .email {
  font-size: 24px;
  margin-bottom: 0;
}
.card .card-body .user-profile .profile .info .inner-info .hobbies {
  margin-left: 40px;
}
.card .card-body .user-profile .profile .info .inner-info .hobbies ul {
  margin-bottom: 0;
}
.card .card-body .user-profile .profile .info .inner-info .hobbies ul li {
  border-bottom: 1px solid #fff;
  padding: 4px 0;
}
.card .card-body .user-profile .profile .info .inner-info .hobbies ul li h4 {
  margin-bottom: 0;
  font-size: 22px;
}
.card .card-body .user-profile .profile .info .inner-info .hobbies ul li p {
  margin-bottom: 0;
}
.card
  .card-body
  .user-profile
  .profile
  .info
  .inner-info
  .hobbies
  ul
  li:last-child {
  border-bottom: 0;
}
.card .card-body .user-profile .profile .info .discription {
  margin-left: 30px;
  margin-top: 10px;
}
.card .card-body .user-profile .profile .info .discription p {
  margin-bottom: 0;
  font-size: 20px;
  opacity: 0.5;
}
.card .card-body.edit-profile-body .user-profile .profile {
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
.card .card-body.edit-profile-body .user-profile .profile .icon-camera-icon {
  background: #fff;
  color: #000;
  padding: 8px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.card .card-body .terms-condition p {
  font-size: 20px;
}
.card .card-body .form-group select.form-control {
  background-color: #242837;
}

.upload-img {
  box-shadow: 0px 3px 12px #00000029;
  height: 300px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #434d5bc4;
  position: relative;
}
.upload-img input[type="file"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.upload-img i {
  font-size: 40px;
  margin-bottom: 10px;
  display: inline-block;
}
.upload-img p {
  color: #c0c8d5;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}

.form-modal .modal-header {
  display: block;
  border: none;
}
.form-modal .modal-header .modal-title {
  font-size: 28px;
  margin-bottom: 0;
}
.form-modal .modal-header button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  font-weight: 400;
  opacity: 1;
}
.form-modal .form-group {
  background: #ecedf0;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.form-modal .form-group label {
  font-size: 12px;
  margin-bottom: 0;
}
.form-modal .form-group .form-control {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.custom-switch {
  padding-left: 3rem;
}
.custom-switch .custom-control-label::before {
  left: 0;
  top: 1px;
  width: 40px;
  height: 20px;
  pointer-events: all;
  border-radius: 1.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0rem + 3px);
  left: calc(1px + 2px);
  width: calc(1rem - 0px);
  height: calc(1rem - 0px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(19px);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #51db18;
}

.list-group {
  position: relative;
  z-index: 1;
  border-radius: 6px;
}
.list-group.list-group-flush .list-group-item {
  border-radius: 0 !important;
}
.list-group.list-bordered {
  border: 1px solid #dad9d6;
  border-radius: 3px;
}
.list-group.list-bordered .list-group-item {
  border-left: 0;
  border-right: 0;
}
.list-group.list-bordered .list-group-item:last-child {
  border-bottom: 0 !important;
}
.list-group.list-bordered .overlay-gradient .list-group-item:last-child {
  border-bottom: 0 !important;
}
.list-group.list-bordered .overlay-gradient .list-group-item:first-child {
  border-top: 0 !important;
}
.list-group.list-striped .list-group-item:nth-child(even) {
  background-color: #f8f8f8;
}
.list-group.list-striped .list-group-item .icon {
  color: #1e1f2c;
}
.list-group.list-shadow {
  box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.1);
}
.list-group .list-group-item {
  padding: 14px 10px;
  border-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid;
  border-color: #ffffff26;
  background-color: transparent;
}
.list-group .list-group-item:last-child {
  border-bottom: 1px solid #dad9d6 !important;
}
.list-group .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.list-group .list-group-item label {
  font-size: 14px;
}
.list-group .list-group-item .s-status {
  position: relative;
  top: 2px;
}
.list-group .list-group-item p {
  margin-bottom: 0;
}
.list-group .list-group-item .list-right {
  float: right;
  display: flex;
}
.list-group .list-group-item .list-right i {
  color: #57564f;
  vertical-align: middle;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
}
.list-group .list-group-item .list-right .btn {
  margin-left: 10px;
}
.list-group .list-group-item.list-hover:hover {
  box-shadow: 0px -3px 12px #00000015;
}
.list-group .list-group-item .dropdown .dropdown-menu {
  margin-top: 10px;
  width: 160px;
  border-radius: 4px;
  border: 1px solid #dad9d6;
}
.list-group .list-group-item .dropdown .dropdown-menu ul li a {
  font-size: 14px;
}
.list-group .list-group-item .dropdown .dropdown-toggle .icon {
  font-size: 24px;
}
.list-group .list-group-item .dropdown .dropdown-toggle:after {
  content: none;
}
.list-group .list-group-item .dropdown .dropdown-toggle:focus-visible {
  outline: none;
}

@media (min-width: 768px) {
  .list-group .list-group-item .dropdown .dropdown-toggle,
  .list-group-flush .list-group-item .dropdown .dropdown-toggle {
    display: none;
  }
  .list-group .list-group-item .dropdown .dropdown-menu,
  .list-group-flush .list-group-item .dropdown .dropdown-menu {
    position: relative !important;
    transform: none !important;
    box-shadow: none;
    display: block;
    margin: 0;
    top: 0 !important;
    background: transparent;
    border: none;
    padding: 0;
    width: 100%;
    text-align: right;
  }
  .list-group .list-group-item .dropdown .dropdown-menu ul li.list-btn,
  .list-group-flush .list-group-item .dropdown .dropdown-menu ul li.list-btn {
    padding: 0;
  }
  .list-group .list-group-item .dropdown .dropdown-menu ul li.list-btn a,
  .list-group-flush .list-group-item .dropdown .dropdown-menu ul li.list-btn a {
    margin-bottom: 0;
    margin-left: 5px;
    color: #332e29;
    background-color: transparent;
    border: 1px solid #332e29;
    font-weight: bold;
    padding: 3px 16px;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
  }
}
.accordion .card {
  margin-bottom: -1px;
}
.accordion .card.card-custom {
  background: linear-gradient(360deg, #eeeeee, #fff) !important;
  box-shadow: none !important;
}
.accordion .accordion-footer {
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #dad9d6;
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media (max-width: 600px) {
  .widget {
    margin-bottom: 15px;
  }

  .list-group .list-group-item,
  .list-group-flush .list-group-item {
    border-radius: 0 !important;
  }
  .list-group .list-group-item label,
  .list-group-flush .list-group-item label {
    font-size: 12px;
  }
  .list-group .list-group-item p,
  .list-group-flush .list-group-item p {
    margin-bottom: 10px;
  }

  .accordion .accordion-footer {
    text-align: center;
    padding: 20px 14px;
  }
  .accordion .accordion-footer .spinner-border {
    display: block;
    margin: 0 auto 6px;
  }
}
.custom-control input:disabled ~ label {
  color: #c0c0c0;
}
.custom-control input:disabled + label:before {
  border-color: #c0c0c0;
}
.custom-control input:checked:before,
.custom-control input:checked:after,
.custom-control input:disabled + label:before,
.custom-control input:disabled + label:after {
  border-color: #c0c0c0 !important;
}

.custom-radio {
  align-items: center;
  padding-left: 0;
  margin-right: 40px;
  margin-top: 6px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff00;
  border-color: #fdb813;
}
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 100% 100%;
  background-color: #fdb813;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  background-image: none !important;
}
.custom-radio .custom-control-label {
  padding-left: 35px;
}
.custom-radio .custom-control-label::before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #fdb813;
  background-color: transparent;
}
.custom-radio .custom-control-label::after {
  top: 0;
}

.custom-checkbox {
  padding-left: 0;
  align-items: center;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox label:before {
  content: "";
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #87867e;
  border-radius: 2px;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 14px;
}
.custom-checkbox input:checked + label:before {
  border-color: #ff2700;
}
.custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #ff2700;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox label {
  margin: 0;
  position: relative;
  padding-left: 40px;
}

.payment-option .custom-radio {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  padding: 10px;
}
.payment-option .custom-radio .custom-control-label {
  padding: 0;
  display: flex;
  align-items: center;
}
.payment-option .custom-radio .custom-control-label img {
  width: 40px;
  object-fit: contain;
  margin-right: 10px;
  height: 30px;
}
.payment-option .custom-radio .custom-control-label p {
  margin-bottom: 0;
}
.payment-option .custom-radio .custom-control-label::before {
  right: 10px;
  left: auto;
  top: 15px;
  width: 20px;
  height: 20px;
}
.payment-option .custom-control-input:checked ~ .custom-control-label::after {
  right: 13px;
  left: auto;
  top: 18px;
  width: 14px;
  height: 14px;
  background: #667080;
}
.payment-option .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #667080;
}

.form-group label {
  color: #919aaa;
  font-size: 16px;
}

.loginpg {
  background: #ffffff;
}
.loginpg .have-account {
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.loginpg .have-account a {
  color: #000;
  font-weight: 600;
}
.loginpg .digit-group .form-group {
  text-align: center;
}
.loginpg .digit-group .form-group .form-control {
  display: inline-block;
  border-radius: 15px;
  margin: 0 6px;
  text-align: center;
  padding: 5px;
}
.loginpg .custom-checkbox {
  margin-bottom: 30px;
}
.loginpg .custom-checkbox label {
  color: #000;
  font-weight: 500;
}
.loginpg .custom-checkbox .custom-control-label:before {
  border: 1px solid #ee7caf;
  top: 0;
}
.loginpg
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:before {
  background-color: transparent;
}
.loginpg
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:after {
  border-color: #000;
}
.loginpg .field-icon,
.loginpg .select-label {
  color: #000;
}
.loginpg select.form-control {
  background-image: url("/images/down-arrow.svg");
}

.select-card {
  border: 1px solid #fdb813;
  border-radius: 20px;
  margin-bottom: 10px;
}
.select-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-card a img {
  width: 120px;
  height: auto;
  margin-right: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.select-card p {
  color: #667080;
  margin-bottom: 0 !important;
}
.select-card h4 {
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}
.select-card .icon {
  box-shadow: 0px 0px 10px #00000059;
  padding: 10px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  color: #1d1d1d;
  text-align: center;
  margin-right: 20px;
}

.varification {
  max-width: 550px;
  margin: 30px auto;
  text-align: center;
}
.varification input {
  margin: 0 5px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  color: #ffffff;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
  background: #00000033;
}
.varification button {
  margin: 30px 0 50px;
  width: 80%;
  padding: 6px;
  background-color: #b85fc6;
  border: none;
  text-transform: uppercase;
}

#countdown-number {
  color: black;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  position: absolute;
  letter-spacing: 2px;
}

.timer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timer svg {
  width: 120px;
  height: 120px;
  transform: rotateY(349deg) rotate(-117deg);
}
.timer svg circle:nth-child(2) {
  stroke-dasharray: 300px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  fill: none;
  animation: countdown 10s linear infinite forwards;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 300px;
  }
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(/images/metro-calendar.svg) no-repeat;
  width: 17px;
  height: 17px;
  border-width: thin;
}

.icon-big {
  font-size: 36px;
  position: relative;
  margin-left: -10px;
  top: 2px;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.custom-select {
  padding: 12px;
  height: auto;
  box-shadow: inset -2px 3px 6px #00000029;
  border: 1px solid #667080;
  border-left: 0;
}

.custom-select {
  border: 1px solid #667080;
  box-shadow: inset 0px 3px 6px #00000029;
}

.form-control:focus,
.custom-select:focus {
  border-color: #667080;
  box-shadow: inset 0px 3px 6px #00000029;
}

.nearest {
  padding: 24px;
  background: linear-gradient(88deg, #ffffff00, #edf0f6);
  box-shadow: 0px 12px 12px #00000029;
}
.nearest ul {
  height: 700px;
  overflow: auto;
  padding: 10px;
  margin-bottom: 0;
}
.nearest ul::-webkit-scrollbar {
  width: 0;
}
.nearest ul li {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 2px 13px #66708066;
  border-radius: 10px;
  margin-bottom: 10px;
}
.nearest ul li img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.nearest ul li h6 {
  font-size: 18px;
  margin-bottom: 2px;
}
.nearest ul li p {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 2px;
}
.nearest ul li span {
  color: #667080;
  font-size: 10px;
}
.nearest ul li .miles {
  color: #667080;
  font-size: 12px;
  margin-bottom: 8px;
}
.nearest ul li .miles i {
  font-size: 18px;
  position: relative;
  bottom: -4px;
}
.nearest ul li button {
  border: none;
  background: transparent;
  padding: 0;
}

.counter .down_count {
  border: 1px solid #313131;
  border-radius: 5px;
  line-height: 1;
  height: 30px;
  width: 30px;
  font-size: 28px;
  vertical-align: middle;
}
.counter .up_count {
  border: 1px solid #313131;
  border-radius: 5px;
  line-height: 1;
  height: 30px;
  width: 30px;
  font-size: 20px;
  background: #313131;
  color: #fff;
  vertical-align: middle;
}
.counter input {
  width: 30px;
  vertical-align: middle;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: 500;
}

.checkout-list .table {
  color: #000;
  font-weight: 600;
}

.table img {
  width: 70px;
  border-radius: 10px;
  border: 1px solid #000;
}
.table td {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #909293;
}
.table td:first-child {
  padding-left: 0;
}
.table td:last-child {
  padding-right: 0;
}
.table td h4 {
  margin-bottom: 0;
  color: #000000;
  font-weight: 600;
}
.table td p {
  color: #000;
  margin-bottom: 0;
}
.table td .icon-clock_hour_minute_second_time_icon,
.table td .icon-aaawesome-check-circle {
  color: #ff0000;
  font-size: 24px;
  vertical-align: middle;
  margin-left: 6px;
}

.process {
  max-width: 800px;
  margin: 80px auto 40px;
}
.process ul {
  position: relative;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.process ul:after {
  content: "";
  position: absolute;
  left: 80px;
  right: 80px;
  height: 2px;
  background: #000;
  top: 100px;
}
.process ul li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
.process ul li h6 {
  font-weight: 500;
  margin-bottom: 4px;
}
.process ul li p {
  font-size: 14px;
  margin-bottom: 0;
}
.process ul li .icon {
  background: #000000;
  padding: 10px;
  font-size: 38px;
  border-radius: 50%;
  line-height: 0;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}
.process ul li .icon:after {
  content: "";
  position: absolute;
  bottom: -39px;
  width: 20px;
  height: 20px;
  border: 1px solid #fdb813;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.process ul li.completed .icon:before {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  bottom: -39px;
  background: #fdb813;
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
.process ul li.active .icon:before {
  content: "";
  position: absolute;
  bottom: -35px;
  background: #fdb813;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 11;
}

.profile-box {
  max-width: 500px;
  margin: auto;
}
.profile-box .proinfo {
  text-align: center;
}
.profile-box .proinfo img {
  border: 6px solid #fdb813;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 10px;
}
.profile-box .proinfo h5 {
  margin-bottom: 4px;
  color: #2d4163;
  font-size: 22px;
}
.profile-box .proinfo p {
  color: #000000;
  font-weight: 300;
  margin-bottom: 0;
}

.edit {
  color: #000;
  font-size: 26px;
}

.list-item li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #667080;
  padding: 12px 0;
}
.list-item li p {
  margin-bottom: 0 !important;
  max-width: 160px;
  text-align: right;
}

.slick-arrow {
  position: absolute;
  right: 0;
  top: -60px;
  border: none;
  box-shadow: inset 0px 1px 6px #00000029, 0px 3px 6px #00000029;
  height: 30px;
  width: 30px;
  display: inline-flex;
  font-size: 20px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  color: #000000;
  vertical-align: top;
  margin-right: 10px;
  font-size: 0;
}
.slick-arrow.slick-prev {
  right: 40px;
}
.slick-arrow.slick-prev:before {
  content: "\ea3d";
  font-family: "icomoon";
  font-size: 16px;
}
.slick-arrow.slick-next:before {
  content: "\ea52";
  font-family: "icomoon";
  font-size: 16px;
}

.rating {
  padding: 30px;
  background: #ecedf0;
  max-width: 340px;
  border-radius: 100px;
  text-align: center;
  margin: 0 auto;
}
.rating i {
  font-size: 30px;
  margin: 0 2px;
  color: #fdb813;
}
.rating p {
  color: #000000;
  font-weight: 500;
}

.back {
  box-shadow: inset 0px 1px 6px #00000029, 0px 3px 6px #00000029;
  height: 30px;
  width: 30px;
  display: inline-flex;
  font-size: 20px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  color: #000000;
  vertical-align: top;
  margin-right: 10px;
}

.price-tag {
  background: #fff;
  position: absolute;
  top: 0px;
  right: 20px;
  padding: 10px 4px;
  border-radius: 0px 0px 5px 5px;
  font-weight: 600;
  color: #000000;
}

.miles {
  color: #667080;
  font-size: 12px;
  margin-bottom: 8px;
}
.miles i {
  font-size: 18px;
  position: relative;
  bottom: -4px;
}

.stars {
  font-size: 12px;
  margin: 2px 0;
}
.stars i {
  color: #e4a611;
}

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

.pro-card {
  border: none;
  box-shadow: 0px 2px 12px #66708052;
  border-radius: 10px;
  margin-bottom: 20px;
}
.pro-card .card-img-top {
  padding: 4px;
  border-top-left-radius: calc(11px - 1px);
  border-top-right-radius: calc(11px - 1px);
}
.pro-card .card-body {
  padding: 15px;
}
.pro-card .card-body .card-title {
  font-size: 22px;
  margin-bottom: 2px;
}
.pro-card .card-body .miles {
  font-size: 14px;
  margin-bottom: 4px;
}
.pro-card .card-body .miles i {
  font-size: 22px;
  bottom: -5px;
  margin-left: -6px;
}
.pro-card .card-body .card-text {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.pro-card .card-body .stars {
  font-size: 16px;
  margin-bottom: 10px;
}
.pro-card .card-body button {
  border: none;
  background: transparent;
  font-size: 26px;
}
.pro-card .card-body .btn-dark {
  color: #fff;
  background-color: #313131;
  border-color: #313131;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}

.card.addcard {
  background: #1d1d1d;
  border: none;
}
.card.addcard h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
.card.addcard .form-group {
  background: #ecedf0;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.card.addcard .form-group label {
  font-size: 12px;
  margin-bottom: 0;
}
.card.addcard .form-group .form-control {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.card.addcard .custom-control-label {
  color: #fff;
}

.cart-btn {
  background-color: #313131 !important;
  color: #fff;
  padding: 2px 10px !important;
  font-size: 14px;
  border-radius: 30px;
}

.nearest .nav-tabs {
  overflow: auto;
}
.nearest .nav-tabs::-webkit-scrollbar {
  height: 0;
}
.nearest .nav-tabs .nav-link {
  white-space: nowrap;
  display: flex;
  min-width: fit-content;
  align-items: center;
}
.nearest .price-tag {
  background: #ee7caf;
  color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  right: 0;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .loginpg .heading {
    font-size: 28px !important;
  }
}
.modal-content {
  background-color: #ffffff;
  border-radius: 30px;
  border: 2px solid #fdb813;
}
.modal-content .modal-title {
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.modal-content p {
  color: #000000;
}
.modal-content .modal-body {
  padding: 30px;
}
.modal-content .modal-body .btn-group .btn-secondary {
  background: #b4b8bc;
  border-color: #b4b8bc;
  color: #000;
}
.modal-content .modal-body .btn-group .btn-primary {
  box-shadow: none;
  margin-left: 10px;
}
.modal-content .modal-body .btn-group .btn {
  font-size: 14px;
  border-radius: 50px;
}
.modal-content .modal-body .profile img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  margin-bottom: 10px;
}
.modal-content .modal-body .profile h5 {
  margin-bottom: 8px;
  font-size: 26px;
}
.modal-content .modal-body .profile .rating {
  font-size: 30px;
  color: #ffd117;
  margin-bottom: 14px;
}
.modal-content .modal-body textarea.form-control {
  background: #fff;
  border-radius: 15px;
  color: #000;
}
.modal-content .modal-body textarea.form-control::placeholder {
  font-style: italic;
  color: 939393;
  font-weight: 400;
}
.modal-content .modal-body .close-outside {
  color: #fff;
  opacity: 1;
}

.thankyou {
  text-align: center;
  margin-top: 50px;
}
.thankyou .title {
  margin-bottom: 4px;
}
.thankyou p {
  color: #667080;
  margin-bottom: 20px;
}

.thumbs {
  background: #ee7caf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  line-height: 0;
  border-radius: 50%;
  font-size: 45px;
  height: 140px;
  width: 140px;
  margin-bottom: 20px;
}

.info-pro {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.info-pro img {
  width: 100px;
  border: 2px solid #fdb813;
  border-radius: 50%;
  height: 100px;
  margin-right: 10px;
}
.info-pro .card-text {
  font-weight: 300 !important;
  color: #667080 !important;
  margin-bottom: 0;
}

.rating-modal .modal-body {
  text-align: center;
}
.rating-modal .modal-body .stars {
  font-size: 40px;
  margin-bottom: 20px;
}

.notification .card {
  border-radius: 8px;
  border: none;
  box-shadow: 0px 1px 15px #00000029;
}
.notification ul {
  margin-bottom: 0;
}
.notification ul li {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: 0px 1px 10px #00000029;
}
.notification ul li a {
  color: #1e1f2c;
}
.notification .custom-switch {
  padding: 0;
}
.notification .custom-switch .custom-control-label::before {
  left: auto;
  right: 0;
}
.notification .custom-switch .custom-control-label::after {
  left: auto;
  right: 3px;
}
.notification
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  transform: translateX(-18px);
}

.upload__box {
  margin-top: 30px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
  display: inline-flex;
  color: #ee7caf;
  width: 100px;
  height: 100px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px dashed;
  border-color: #ee7caf;
  border-radius: 4px;
  font-size: 30px;
  justify-content: center;
  align-items: center;
}
.upload__btn:hover {
  background-color: unset;
  color: #df5995;
  transition: all 0.3s ease;
}
.upload__btn-box {
  margin-bottom: 10px;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.upload__img-box {
  width: 105px;
  padding: 0 4px;
  margin-bottom: 8px;
}
.upload__img-close {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  top: -5px;
  right: -5px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "\2716";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
  border-radius: 4px;
}

.chat-msg {
  box-shadow: 0px 1px 15px #00000029;
  padding: 16px;
  border-radius: 6px;
}
.chat-msg > .profilewrap {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.chat-msg > .profilewrap .pro-info h6 {
  font-size: 40px;
  font-weight: bold;
  color: #002973;
}
.chat-msg > .profilewrap img {
  border: 3px solid #01174a;
}
.chat-msg > ul {
  max-height: 600px;
  overflow: auto;
  margin: 0;
}
.chat-msg > ul li {
  margin-bottom: 20px;
  width: 80%;
}
.chat-msg > ul li .profilewrap {
  margin: 0;
  align-items: flex-start;
  display: flex;
}
.chat-msg > ul li .profilewrap .img img {
  min-width: auto;
  width: auto;
  height: 300px;
  border-radius: 6px;
  border: none;
}
.chat-msg > ul li .profilewrap img {
  border: 1px solid #fdb813;
  height: 50px;
  width: 50px;
  min-width: 50px;
  margin-right: 6px;
  border-radius: 50%;
}
.chat-msg > ul li .profilewrap .msg {
  background: #e0e0e0;
  padding: 20px;
  border-radius: 14px 0 14px 14px;
  position: relative;
  margin-left: 10px;
}
.chat-msg > ul li .profilewrap .msg h4 {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 4px;
}
.chat-msg > ul li .profilewrap .msg p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #667080;
}
.chat-msg > ul li .profilewrap .msg.recieved-chat {
  background: transparent;
  padding: 0;
}
.chat-msg > ul li .profilewrap .msg.recieved-chat:before {
  border-top: 16px solid #003595;
}
.chat-msg > ul li .profilewrap .msg.send-chat {
  background: #323232;
}
.chat-msg > ul li .profilewrap .msg.send-chat:before {
  border-top: 16px solid #323232;
}
.chat-msg > ul li .profilewrap .msg.send-chat p {
  color: #fff;
}
.chat-msg > ul li.send {
  margin-left: auto;
}
.chat-msg > ul li.send .profilewrap .msg:before {
  right: 0;
  left: auto;
  border-right: 30px solid transparent;
  border-left: 0px solid transparent;
}
.chat-msg > ul::-webkit-scrollbar {
  width: 0;
}
.chat-msg .comment-input {
  border: 2px solid #667080;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.chat-msg .comment-input .form-control {
  border: none;
  border-radius: 50px;
  box-shadow: none;
  color: #000;
  font-size: 14px;
}
.chat-msg .comment-input .form-control::placeholder {
  color: #707070;
}
.chat-msg .comment-input a {
  background: #ee7caf;
  padding: 12px;
  border-radius: 50%;
  line-height: 0;
  margin-right: 6px;
}

.chat-list h2 {
  color: #002973;
  font-size: 40px;
  margin-bottom: 30px;
}
.chat-list ul {
  max-height: 680px;
  overflow: auto;
}
.chat-list ul li {
  margin-bottom: 0;
}
.chat-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  color: #667080;
  border-bottom: 1px solid #cfd7e2;
}
.chat-list ul li a span {
  font-size: 14px;
  font-weight: 400;
}
.chat-list ul li a.active,
.chat-list ul li a:hover {
  background: #cfd7e285;
  border-radius: 4px;
}
.chat-list ul li .profilewrap {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  margin-bottom: 0;
}
.chat-list ul li .profilewrap img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 5px solid #01174a;
  object-fit: cover;
}
.chat-list ul li .profilewrap .pro-info {
  margin-left: 15px;
}
.chat-list ul li .profilewrap .pro-info h6 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.chat-list ul li .profilewrap .pro-info p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.chat-list ul li .profilewrap .pro-info.large-txt h6 {
  font-size: 32px;
}
.chat-list ul li .profilewrap .pro-info.large-txt p {
  font-size: 22px;
}
.chat-list ul li .profilewrap img {
  width: 54px;
  height: 54px;
  border: 2px solid #fdb813;
}
.chat-list ul li .badge {
  font-weight: 400;
}
.chat-list ul::-webkit-scrollbar {
  width: 0;
}

.accordion .card {
  background: transparent;
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
}
.accordion .card.card-custom {
  background: linear-gradient(360deg, #eeeeee, #fff) !important;
  box-shadow: none !important;
}
.accordion .card .card-header {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
}
.accordion .card .card-header .btn-link {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  color: #667080;
  font-weight: 500;
  box-shadow: 0px 1px 6px #00000029 !important;
  border-radius: 6px;
}
.accordion .card .card-header .btn-link:hover,
.accordion .card .card-header .btn-link:focus {
  text-decoration: none;
  color: #fdb813;
}
.accordion .card .card-header:after {
  content: "\ea52";
  font-family: "icomoon";
  position: absolute;
  right: 20px;
  font-size: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  color: #667080;
}
.accordion .card .card-body {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 1px 6px #00000029;
  padding: 16px;
  font-size: 14px;
  color: #667080;
}
.accordion .accordion-footer {
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #dad9d6;
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.social-btn {
  display: flex;
}
.social-btn .btn {
  margin-right: 14px;
  width: 100%;
  border-radius: 4px;
  border: none;
  color: #fff;
  box-shadow: inset 0px 3px 6px #00000029;
}
.social-btn .btn:last-child {
  margin-right: 0;
}
.social-btn .btn.btn-facebook {
  background: #3b599a;
}
.social-btn .btn.btn-twitter {
  background: #55acee;
}
.social-btn .btn.btn-instagram {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}

/*# sourceMappingURL=style.css.map */
