  /*----- Default CSS -----*/

  body {
    color: #242128;
    background-color: #fff;
    font-size: 16px;
    direction: rtl;
    font-family: "Cairo", serif;
    font-weight: 400;
    font-style: normal;
  }
  #sar_symbol{
    width: 20px;
    fill: #6c6c6c;
    }
  .text-right {
    text-align: right;
  }

  .text-left {
    text-align: left;
  }

  .text-main {
    color: #CB9453;
  }
  .delete-img svg{
      fill:#f00;
  }
  textarea {
    padding: 10px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    color: #CB9453;
    line-height: 1.4;
  }

  .row {
    margin: 0;
  }

  .border-rl {
    border-right: 2px solid #e4e4e4;
    border-left: 2px solid #e4e4e4;
  }

  .landing-page-title {
    font-size: 48px;
    font-family: 'Overlock SC', sans-serif !important;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
  }

  p {
    line-height: 1.7;
    margin: 0;
  }

  .right {
    text-align: right;
    float: right;
  }
  

  a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none;
  }

  img {
    max-width: 100%;
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #CB9453;
  }

  ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-moz-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-moz-scrollbar-thumb {
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #CB9453;
  }

  ::-o-scrollbar-track {
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-o-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-o-scrollbar-thumb {
    border-radius: 5px;
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #CB9453;
  }

  .scroller {
    overflow-y: scroll;
    scrollbar-color: #0A4C95 #C2D2E4;
  }

  .main-nav nav .right .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
    width: 3px;
  }

  .d-table {
    width: 100%;
    height: 100%;
  }

  .d-table-cell {
    vertical-align: middle;
  }

  .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-0 {
    padding-top: 0;
  }

  .pt-100 {
    padding-top: 100px;
  }

  .pt-30 {
    padding-top: 30px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .pt-50 {
    padding-top: 50px;
  }

  .pb-70 {
    padding-bottom: 70px;
  }

  .pb-50 {
    padding-bottom: 50px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .mb-100 {
    margin-bottom: 100px;
  }

  .mb-20 {
    margin-bottom: 30px;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  button:focus {
    outline: 0;
  }

  .btn.focus,
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  .container {}

  .bk-wihte {
    background: #fff;
  }

  .s-pad {
    padding: 0 8px;
  }

  .l-pad {
    padding-left: 0;
  }


  .preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 999999999999999;
    -webkit-transition: .9s;
    transition: .9s;
  }

  .preloader .loader {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 29%;
  }

  .preloader .loader .loader-outter {
    position: absolute;
    border: 4px solid #ffffff;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }

  .btn i {
    padding: 0 5px;
    vertical-align: sub;
  }

  .preloader .loader .loader-inner {
    position: absolute;
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(40% - 21px);
    top: calc(40% - 21px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }

  .preloader .loader .indicator img {
    animation: circleScale 3s infinite;
  }

  .preloader .loader .indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
  }

  @keyframes circleScale {
    0% {
      transform: scale(1)
    }

    50% {
      transform: scale(1.2)
    }

    100% {
      transform: scale(1)
    }
  }

  .preloader .loader .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .preloader .loader .indicator svg polyline#back {
    stroke: #ffffff;
  }

  .preloader .loader .indicator svg polyline#front {
    stroke: #2574A9;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    -webkit-animation: dash 1s linear infinite;
    animation: dash 1s linear infinite;
  }

  .preloader::before,
  .preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #fff;
    -webkit-transition: .9s;
    transition: .9s;
  }

  .preloader::after {
    left: auto;
    right: 0;
  }

  .preloader.preloader-deactivate {
    visibility: hidden;
  }

  .preloader.preloader-deactivate::after,
  .preloader.preloader-deactivate::before {
    width: 0;
  }

  .preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
  }

  @-webkit-keyframes loader-outter {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes loader-outter {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes loader-inner {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }

  @keyframes loader-inner {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }

  @-webkit-keyframes dash {
    62.5% {
      opacity: 0;
    }

    to {
      stroke-dashoffset: 0;
    }
  }

  @keyframes dash {
    62.5% {
      opacity: 0;
    }

    to {
      stroke-dashoffset: 0;
    }
  }

  /*----- Go Top CSS -----*/
  .go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 0;
    color: #ffffff;
    background-color: #58585A;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%;
    border: 1px solid #58585A;
    -webkit-box-shadow: 0 2px 6px 0 #00000029;
    box-shadow: 0 2px 6px 0 #00000029;
  }

  .go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-size: 25px;
    line-height: 45px;
  }

  .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
  }

  .go-top.active {
    right: 1%;
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%);
    opacity: 1;
    visibility: visible;
  }

  .go-top:hover,
  .go-top:focus {
    color: #ffffff;
    border: 1px solid #535353;
    background-color: #535353;
  }

  .go-top:hover i:first-child,
  .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
  }

  .go-top:hover i:last-child,
  .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
  }

  .clear {
    clear: both;
  }

  /*----- End Go Top CSS -----*/
  /*----- Preloader CSS -----*/
  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }

  .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
  }

  .double-bounce1,
  .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
  }

  .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }

  @-webkit-keyframes sk-bounce {

    0%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes sk-bounce {

    0%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .section-title h2 {
    margin-bottom: 0;
    font-size: 24px;
    position: relative;
    text-transform: capitalize;
    font-weight: 800;
  }

  .section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 115px;
    height: 3px;
    background: #58585A;
    display: none;
  }

  .section-title a {
    color: #2c2c2c;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    font-weight: 700;
  }
  .section-title a svg{
    font-size: 12px;
    padding-right: 6px;
  }

  .section-title a:hover {
    text-decoration: underline;
  }

  .head-img {
    /* background-image: url(../images/background/pattern.png); */
    /* background-position: inherit;
    background-repeat: repeat;
    background-size: auto;*/
    padding: 32px 16px;
    background-color: #f9f5ee;
    margin-bottom: 40px;
  }

  .register-head-img {
    background-image: url(../images/background/pattern.png);
    background-position: inherit;
    background-repeat: repeat;
    background-size: auto;
    padding: 32px 0;
    background-color: #f9f5ee;
    margin-bottom: 40px;
  }

  .section-title-center {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-align: center;
  }

  .section-title-center h2 {
    margin-bottom: 0;
    font-size: 24px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 8px;
    color: #CB9453;
  }

  .section-title-center p {
    color: #6C6C6E
  }

  .section-title-center h2:after {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 115px;
    height: 3px;
    background: #ede80f;
    margin: auto;
  }

  .main-btn {
    background-color: #242128;
    color: #fff !important;
    border: 1px solid #242128;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
  }

  .main-btn:hover {
    background-color: #CB9453;
    color: #fff !important;
    border: 1px solid #CB9453;
  }

  .main-btn3 {
    background-color: #f5f5f6;
    color: #242128 !important;
    border: 1px solid #f5f5f6;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
  }

  .main-btn3:hover {
    background-color: #CB9453;
    color: #fff !important;
    border: 1px solid #CB9453;
  }

  .main-btn2 {
    background-color: #CB9453 !important;
    color: #fff !important;
    border: 1px solid #CB9453 !important;
    transition: all 0.5s ease-in-out !important;
    border-radius: 40px;
  }

  .main-btn2:hover {
    background-color: #242128;
    color: #fff !important;
    border: 1px solid #242128;
  }

  /*----- Home Demo One CSS -----*/
  /*-- Header --*/
  .header-area {
    background-color: #011a41;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-area .left ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
  }

  .header-area .left ul li:last-child {
    margin-right: 0;
  }

  .header-area .left ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 4px;
    color: #011a41;
    margin-right: 2px;
  }

  .header-area .left ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }

  .header-area .left ul li a:hover {
    color: #011a41;
  }

  .header-area .right {
    text-align: right;
  }

  .header-area .right ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
  }

  .header-area .right ul li:last-child {
    margin-right: 0;
  }

  .header-area .right ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
  }

  .header-area .right ul li a:hover {
    color: #011a41;
  }

  /*-- Navbar --*/
  .main-nav {
    background: #fff;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding: 5px;
    position: relative;
  }

  .navbar-area {
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    min-height: 80px;
  }

  .main-nav.menu-shrink {
    padding-top: 8px;
    padding-bottom: 8px;

  }

  .top-header {
    background: #58585A;
    display: flex;
    justify-content: center;
  }

  .top-header ul {
    list-style: none;
    display: flex;
  }

  .top-header .right {
    float: right;
  }

  .top-header ul li {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 0 !important;
  }

  .top-header ul li img {
    max-width: 20px;
    vertical-align: sub;
  }

  .mean-menu {
    display: flex !important;
    flex-grow: 1;
    align-items: center;
    flex-basis: auto;
  }

  .main-nav nav {
    padding: 0;
  }

  .main-nav .logo {
    position: relative;
    width: 100%;
    height: 70px;
  }

  .main-nav .logo img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .navbar-brand {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .main-nav nav .navbar-nav {
    height: auto;
    overflow: initial;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .main-nav nav .navbar-nav .nav-item {
    padding: 0;
  }

  .main-nav nav .navbar-nav .nav-item.user-link {
    background: rgba(245, 245, 246, 1);
  }

  .main-nav nav .navbar-nav .nav-item.user-link p {
    font-size: 18px;
  }

  .main-nav nav .navbar-nav .nav-item.search {
    margin-right: 40px;
  }

  .main-nav nav .navbar-nav .nav-item.profile {
    margin: 0 10px;
  }

  .main-nav nav .navbar-nav .nav-item.profile img {
    margin: 0 10px;
    width: 36px !important;
    height: 36px !important;
  }

  .main-nav nav .navbar-nav .nav-item a {
    font-weight: 600;
    color: #58585A;
    margin-left: 10px;
    margin-right: 5px;
    font-size: 14px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #58585A;
    padding: 0;
    font-family: "Cairo", serif;
  }

  .main-nav nav .navbar-nav .nav-item:hover a {
    color: #CB9453;
  }

  .main-nav nav .navbar-nav .nav-item a img {
    min-width: 17px;
    height: auto;
  }

  .main-nav nav .right .navbar-nav .nav-item a {
    color: #58585A;
    position: relative;
  }

  .main-nav nav .right .navbar-nav .nav-item a img {
    width: auto;
    height: auto;
  }

  .main-nav nav .right .navbar-nav .nav-item a span {
     position: absolute;
    top: -3px;
    left: 20px;
    background: #F55157;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
  }

  .main-nav nav .navbar-nav .nav-item a:hover,
  .main-nav nav .navbar-nav .nav-item a:focus,
  .main-nav nav .navbar-nav .nav-item a.active {
    color: #CB9453;
  }

  .red-btn {
    background: #CB9453;
    color: #fff !important;
    padding: 5px 15px !important;
    border-radius: 15px;
  }

  .main-nav nav .navbar-nav .nav-item a i {
    /*! display: inline-block; */
    /*! font-weight: 600; */
    /*! font-size: 18px; */
    /*! position: relative; */
    /*! top: 3px; */
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
  }

  .main-nav .drop-right nav .navbar-nav .nav-item .dropdown-menu {
    right: inherit;
    left: 0;
    box-shadow: 3px 3px 18px 0px rgba(211, 211, 211, 0.22);
    border-radius: 15px;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: 0 !important;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #011a41;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: 0;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-weight: 500;
    padding: 13px 15px;
    color: #011a41;
    position: relative;
    z-index: 1;
    text-align: right;
    border-bottom: 1px solid #f1f1f1;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #b8793a;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;
    border-radius: 0px 50px 50px 0px;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #b9793a;
    padding-left: 18px;
    text-align: r;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
    /* width: 3px; */
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 15px;
    left: unset;
    right: -100%;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #011a41;
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
  .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #011a41;
  }


  .search-form form {
    position: relative;
  }

  .search-form form input {
    color: #58585A !important;
    border: 0;
    background: #E9E9E9;
    border-radius: 10px;
    padding: 5px 40px;
  }

  .search-form form button {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    background: none !important;
    border: 0 !important;
    padding: 0;
    color: #58585A !important;
  }

  .side-nav .language {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  .side-nav .language .nice-select {
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    color: #011a41;
    font-weight: 600;
  }

  .side-nav .language .nice-select:after {
    border-bottom: 2px solid #011a41;
    border-right: 2px solid #011a41;
  }

  .side-nav .language .nice-select ul {
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%;
  }

  .side-nav .language .nice-select ul li {
    display: block;
    width: 100%;
    color: #011a41;
    font-size: 15px;
  }

  .side-nav .consultant-btn {
    display: inline-block;
    color: #fff;
    background-color: #011a41;
    border-radius: 5px;
    padding: 12px 25px;
    font-weight: 600;
    vertical-align: middle;
  }

  .side-nav .consultant-btn:hover {
    background-color: #011a41;
  }

  .user-box {
    padding: 15px;
  }

  .user-box .user-img {
    position: relative;
    width: 70px;
    height: 70px;
  }

  .user-box .user-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
  }

  .user-box .flex-grow-1 {
    align-self: center;
  }

  .user-box .flex-grow-1 h5 {
    font-size: 16px;
    font-weight: 500;
  }

  .user-box .flex-grow-1 h5 i {
    float: right;
    color: #676767;
  }

  /*-- HEADER --*/
  /*-- Footer --*/

  /*-- Copyright --*/
  .copyright-area.three .copyright-item p a {
    color: #355efc;
  }

  .copyright-area.three .copyright-item p a:hover {
    color: #fff;
  }

  .sidebarCollapse {
    width: auto;
    height: auto;
    background: none;
    cursor: pointer;
    border: 0;
    padding: 0;
  }

  .sidebarCollapse.navbar-btn {

    width: 40px;
    height: 40px;
  }

  .sidebarCollapse span {
    width: 80%;
    height: 3px;
    margin: 0 auto;
    display: block;
    background: #5c5c5c;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
  }

  .sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
  }

  .sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
  }

  .sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(2px, -2px);
  }

  #sidebar {
    min-width: 300px;
    max-width: 250px;
    background: #fff;
    color: #5a5a5a;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom right;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 111;
    bottom: 0;
    overflow-y: auto;
  }

  #sidebar .navbar-myHeader {
    position: absolute;
    top: 0px;
    z-index: 999999999999999999999999;

    right: initial;

    left: 0;
  }

  #sidebar .logo-img {
    position: relative;
    width: 90%;
    height: 60px;
  }

  #sidebar .logo-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  #sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
  }

  #sidebar .sidebar-myHeader {
    padding: 20px;
    background: #6d7fcc;
  }

  #sidebar ul.components {

    padding: 15px 0;
    border-bottom: 0;
    padding-top: 100px;

  }

  #sidebar ul p {
    color: #000;
    padding: 10px;
    text-align: center;
  }

  #sidebar ul li a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #58585A;
  }


  #sidebar ul li.active>a,
  a[aria-expanded="true"] {
    color: #173134 !important;
  }



  .sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 10px auto;
    background: #fff;
  }

  .list-unstyled i {
    padding-right: 30px;
  }
#sidebar .accordion-body {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding-bottom: 0;
}
#sidebar .accordion-button{
  color: #58585A !important;
  background-color: #fff;
  border: none;
  text-align: right;
}
#sidebar .accordion-button:not(.collapsed) {
  color: #b8864c !important;
  background-color: #fff;
  border: none;
  text-align: right;
}
#sidebar .accordion .accordion-button svg {
  position: absolute;
  left: 25px;
  top: 10px;
  font-size: 14px;
  transition: 0.5s;
  color: #58585A;
}
#sidebar .accordion-button:not(.collapsed) svg{
  color: #b8864c !important;
  transform: rotate(180deg);
}
  /*----- End Home Demo Three CSS -----*/
  /*-- Footer --*/
  footer {
    padding: 50px 0;
    background-color: #242128;
    position: relative;
  }

  footer .footer-bk {
    background-image: url(../images/background/footer-bk.png);
    background-position: inherit;
    background-repeat: repeat;
    background-size: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .1;
    z-index: 1;
  }

  .footer-item {
    margin-bottom: 30px;
  }

  footer h5 {
    position: relative;
  }

  footer h5:after {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #58585A;
  }

  footer p {
    color: #fff;
    margin: 12px 0;
    font-size: 15px;
  }

  .footer-item h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
  }

  .footer-item h3:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #e3e6ea;
  }

  .footer-item .footer-logo .logo {
    display: block;
    margin-bottom: 20px;
    height: 100%;
  }

  .footer-item p,
  .footer-item a {
    color: #fff;
  }

  .footer-item .footer-logo ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
  }

  .footer-item .footer-logo ul li:last-child {
    margin-bottom: 0;
  }

  .footer-item .footer-logo ul li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #e2e5e9;
    font-size: 25px;
  }

  .footer-item .footer-logo ul li span {
    display: inline-block;
    font-weight: 600;
    margin-right: 3px;
    color: #fff;
  }

  .footer-item .footer-logo ul li a {
    display: inline-block;
    color: #fff;
  }

  .footer-item .footer-logo ul li a:hover {
    color: #c4c9d2;
  }

  .footer-item .footer-links ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
  }

  .footer-item .footer-links ul li:last-child {
    margin-bottom: 0;
  }

  .footer-item .footer-links ul li a {
    color: #fff;
    display: block;
  }

  .footer-item .footer-links ul li a:hover {
    color: #c4c9d2;
    padding-left: 5px;
  }

  .footer-item .footer-newsletter p {
    color: #fff;
    margin-bottom: 30px;
  }

  .footer-item .footer-newsletter .newsletter-form .form-control {
    height: 50px;
    border: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 15px;
  }

  .footer-item .footer-newsletter .newsletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }

  .footer-item .footer-newsletter .newsletter-form .common-btn {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    opacity: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: 0;
    border-radius: 0;
    margin-top: 10px;
    background: #c4c9d2;
    color: #011a41;
  }

  .footer-item .footer-newsletter .newsletter-form .validation-danger {
    color: #fff;
    margin-top: 10px;
  }

  .footer-logo {
    position: relative;
    width: 100%;
    height: 75px;
  }

  .footer-logo img {
    max-width: 100%;
    max-height: 100%;
  }

  ul.footer-social {
    margin: 15px 0;
  }

  ul.footer-social li {
    display: inline-block;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    font-size: 26px;
  }

  ul.footer-social li img {
    max-width: 38px;
    background: #1264b0;
  }

  ul.footer-social li:hover img {
    transform: translate(0px, -7px);
  }

  .footer-apps {}

  .footer-apps li {
    display: inline-block;
  }

  .footer-apps li img {
    max-width: 125px;
  }

  footer ul {
    list-style: none;
    z-index: 1;
    position: relative;
  }

  footer ul li {
    padding: 5px 0;
  }

  footer a {
    color: #fff;
    z-index: 1;
    position: relative;
  }

  footer a:hover {
    color: #CB9453;
  }

  /*-- Copyright --*/
  .copyright-area {
    text-align: center;
  }

  .copyright-area .logo {
    max-width: 80px;
  }

  .copyright-area a.mail {
    color: #80ab50;
  }

  .copyright-area ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .copyright-area ul.links li {
    display: inline-block;
  }

  .copyright-area ul.links li a img {
    transition: all 0.5s ease-in-out;
  }

  .copyright-area ul.links li a:hover img {
    transform: translatey(-7px);
  }

  .copyright-area .copyright-item p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
  }

  .copyright-area .copyright-item p a {
    display: inline-block;
    color: #CB9453;
    font-weight: 700;
  }

  .copyright-area .copyright-item p a:hover {
    color: #ffffff;
  }

  #slider .carousel-indicators {
    /* margin: auto;
    bottom: 15px;
    left: 5%;
    right: inherit; */
    display: none
  }

  #slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 26px;
    transition: all 0.5s ease-in-out;
    opacity: 0.9;
    background: #fff;
    border: 4px solid #fff;
  }

  #slider .carousel-indicators .active {
    background: #58585A;
    width: 10px;
    border-radius: 15px;
    opacity: 1;
    /* border: ; */
  }

  .carousel-control-next-icon {
    background-image: url(../images/icons/next.png);
  }

  .carousel-control-prev-icon {
    background-image: url(../images/icons/prev.png);
  }

  /*----- About Us -----*/
  #about {
    padding: 0 0 40px;
  }

  #about .about-data {
    padding: 40px 0 0;
  }
  #about .about-data h5{
    line-height: 37px;
  }
  #about .about-data p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 30px;
    color: #58585A;
  }

  #about .about-data ul {
    list-style: nu;
    color: #58585A;
    padding: 0 15px;
  }

  #about .about-data ul li {}

  /*----- About Us -----*/
  /*----- Booking -----*/
  #book {
    padding: 40px 0;
  }

  #book .card {
    padding: 30px 15px;
    border: 0;
    box-shadow: 0px 0px 20px -11px;
  }

  #book .card .form-control {
    border: 0;
    background: #f7f7f7;
    height: calc(2.5rem + 2px);
    padding: 15px 15px 5px 15px;
    font-size: 16px;
    border-radius: 10px;
  }

  #book .card .form-floating>label {
    left: 15px;
    padding: 7px;
  }

  #book .card .form-control:focus {
    box-shadow: none;
  }

  .form-floating>.form-control:focus~label,
  .form-floating>.form-control:not(:placeholder-shown)~label,
  .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    font-size: 14px;
  }

  #book .form-check {
    padding: 7px 16px;
    border: 1px solid #A9A9A9;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }

  #book .form-check .form-check-input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: none;
    border: 0;
  }

  #register .form-check {
    padding-right: 1.5em;
    padding-left: unset;
  }

  #register .form-check .form-check-input {
    float: right;
    margin-right: -1.5em !important;
    margin-left: unset !important;
    ;
  }

  #book .form-check .form-check-label {
    font-size: 12px;
    cursor: pointer;
    z-index: 2;
    position: relative;
  }

  #book .form-check .form-check-label img {
    max-width: 20px;
    max-height: 20px;
    vertical-align: sub;
    margin: 0 5px;
  }

  #book .form-check .form-check-input:checked {
    border-color: #80ab50;
    background: #80ab50;
    z-index: 1;
  }

  /*----- Booking -----*/
  /*----- services -----*/
  #products,
  #services {
    padding: 50px 0;
    position: relative;
  }

  #products.bk-top .section-title a {
    color: #F5F5F6
  }

  #products.bk-top .section-title a svg {
    padding: 4px 2px 0 0;
    display: inline-block;
  }


  #products .top-bk {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 54%;
    background: #242128;
    z-index: -1;
  }

  .product-card .card-body p img {
    display: inline-block;
  }

  #services .card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #F1E6D0;
    text-align: center;
    padding: 25px 0;
    /* margin: 10px 0; */
    height: 100%;
  }
  #services .card .card-body{
   padding-bottom: 0;
  }
  #services .card .card-img {
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 18px 18px 0 0;
  }

  #services .card .card-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 18px 18px 0 0;
  }

  #services .card .card-body h5 {
    font-size: 20px;
  }
  #services .card .card-body h5 .count {
    padding-inline: 0px;
  }
  #services .card .card-body h4 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
  }
  .card-body {
    padding: 1rem 8px;
  }

  #services .card .card-body p {
    color: #242128;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 4px;
  }

  img.product-icons {
    width: 40px !important;
    position: absolute;
    top: 0;
    left: 35px;
    z-index: 9;
  }

  .product-card {
    box-shadow: 0px 0px 20px -11px;
    margin: 15px 0;
    background: #F9F5ED;
    overflow: hidden;
    border-radius: 18px;
    border: 0;
  }

  .products2 .product-card {
    padding: 15px;
  }

  .product-card .card-img {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
  }
.card-img-overlay{
    background: linear-gradient(180deg, rgb(0 0 0 / 60%) 0%, rgba(0, 0, 0, 0) 100%);
}
  .products2 .product-card .card-img {
    height: 300px;
    border-radius: 18px;
  }

  .products2 .product-card .card-img img {
    height: 300px;
    border-radius: 18px;
  }

  .products2 .product-card .bar-top {
    position: absolute;
    top: 8px;
    right: 10px;
    left: 10px;
  }

  .products2 .product-card .bar-top .d-flex {
    justify-content: space-between;
    align-items: center;
  }

  .products2 .product-card .bar-top .d-flex .saved {
    width: 25px;
    height: 25px;
    position: relative;
  }

  .products2 .product-card .bar-top .d-flex .saved img {
    height: 20px;
    width: 20px;
    border-radius: 0;
    object-fit: contain;
  }

  .products2 .product-card .bar-top .d-flex .tag {
    padding: 8px 15px;
    background: #CB9453;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }

  .card .card-img {
    position: relative;
    width: 100%;
    height: 173px;
    overflow: hidden;
  }

  .product-card .card-img img {
    margin: auto;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 173px;
    object-fit: cover;
  }

  .category .card .card-img {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
  }

  .category .product-card .card-img img {
    margin: auto;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 260px;
  }

  .card .d-flex .card-img {
    position: relative;
    width: 350px;
    height: 350px;
    overflow: hidden;
  }

  .product-card .d-flex .card-img img {
    margin: auto;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    width: 350px;
    height: 350px;
  }

  .product-card .d-flex .card-body {
    max-width: 400px;
  }

  .product-card .card-body h5 {
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 8px;
  }

  .product-card .card-body p {
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 3px;
  }

  .product-card .card-body p img {
    width: 20px;
    height: auto;
  }

  .product-card .card-body p.product-details {
    height: auto;
    overflow: hidden;
  }

  .category .product-card .card-body p.product-details {
    height: auto;
  }

  .product-card .card-body p.product-price {
    font-weight: 700;
    color: #ec5ca0;
  }

  .product-card:hover .card-body p.product-price {
    opacity: 0
  }

  .product-card:hover .card-img img {
    transform: scale(1.1);
  }

  .product-card ul {
    list-style: none;
  }

  .product-card ul li {
    display: inline-block;
    padding-right: 7px;
    color: #58585A;
  }

  .product-card ul li img {
    padding-right: 3px;
    max-width: 22px;
  }

  .product-card .card-footer {
    background: none;
    border: 0;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
  }

  .product-card .card-footer span {
    color: #58585A;
  }

  .product-card .card-body {
    position: relative;
  }

  .product-card .wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #58585A;
  }

  .product-card .wishlist.inactive {
    color: #CB9453;
  }

  .product-card .main-btn {
    transition: all ease-in-out .5s;
    width: 100%;
    margin: 10px 0 0;
  }

  .product-card .main-btn img {
    margin: 0 8px;
    max-width: 20px;
  }

  .product-card:hover .main-btn {
    bottom: 0;
  }

  .owl-products .owl-dots,
  .owl-testimonial .owl-dots {
    display: none;
  }

 .owl-hero .owl-dots{
      display: flex;
    margin-top: -50px;
    justify-content: center;
}
.owl-hero  .owl-dots .owl-dot{
        position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F1E6D0 ;
    border: none !important;
    margin: 0 2px;

  }
  .owl-products .owl-dot,
  .owl-testimonial .owl-dot{
    width: 6px;
    height: 6px;
    border-radius: 26px;
    background: #F1E6D0 !important;
    border: none !important;
    margin: 0 2px;
    float: right;
  }

  .owl-products .owl-dot.active,
  .owl-testimonial .owl-dot.active ,.owl-hero .owl-dot.active{
    background: #CB9453 ;

  }
  .cart_icon {
    width: auto !important;
    display: inline-block !important;
  }

  .achievements_card {
    border: none !important;
    background-color: #F9F5ED !important;
  }

  /*----- services -----*/
  /*----- categories -----*/
  #categories {
    padding: 40px 0;
  }


  /*----- categories -----*/

  /*----- Accounts Modals -----*/
  .account-modal {}

  .account-modal .modal-body {
    padding: 15px 40px;
  }

  .account-modal .modal-logo {
    width: 100%;
    position: relative;
    height: 40px;
    margin: 20px 0;
  }

  .account-modal .modal-logo img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  .account-modal h3 {
    text-align: center;
    font-size: 20px;
    margin: 0;
  }

  .account-modal form {}

  .account-modal form label {
    margin: 0;
    text-transform: capitalize;
  }

  .account-modal form input {}

  .account-modal .btn-primary {
    color: #fff;
    background-color: #CB9453;
    border-color: #CB9453;
    padding: 7px 35px;
    width: 100%;
  }

  .account-modal .btn-primary:hover {
    color: #CB9453;
    background-color: #fff;
    border-color: #CB9453;
  }

  .account-modal p {
    text-align: center;
    margin: 7px 0;
  }

  .account-modal p a {
    color: #CB9453 !important;
    cursor: pointer;
  }

  .form-check-input:checked {
    background-color: #CB9453;
    border-color: #CB9453;
  }

  .form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(191 139 78 / 25%);
    border-color: #f5f5f6;
  }

  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bf8b4e;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(178 130 73 / 33%);
  }

  .form-check-input {
    border: 2px solid #AFAFB1;
  }

  .nopadding {
    padding: 0 !important;
  }

  /*----- Accounts Modals -----*/
  /*----- Search -----*/
  #search {
    padding: 50px 0 50px;
  }

  #search .search-input {
    position: relative;
  }

  #search .search-input input {
    padding-left: 40px;
  }

  #search .search-input .fa-magnifying-glass {
    position: absolute;
    left: 20px;
    top: 17px;
    bottom: 0;
    /*margin: auto;*/
    color: #AFAFB1;
    font-size: 20px;
  }

  #search .search-head {
    margin: 20px 0;
  }

  #search .search-head h5 {
    color: #2c2c2c;
  }

  #search .search-head h5 span {
    color: #bf8b4e;
  }

  #search .search-head span {
    color: #4F4E50;
  }

  #search .card {
    border-color: #F5F5F6;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
    margin: 10px 0;
    background: #f5f5f6;
  }

  #search .card:hover {
    box-shadow: 0px 0px 20px -15px #000;
  }

  #search .card span {
    background: #f2e6d1;
    display: inline-block;
    width: max-content;
    padding: 4px 20px;
    border-radius: 50px;
    color: #be8b4e;
    font-size: 14px;
  }

  #search .card h5 {
    color: #242128;
    font-size: 18px;
    margin: 10px 0;
  }

  #search .card p {
    font-size: 14px;
    color: #6C6C6E;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
  }

  hr {
    height: 3px !important;
    margin: 20px 0;
    background: #ed5ca0;
    opacity: .9;
  }

  .breadcrumb {
    padding: 15px 82px;
    background: #242128;
    margin: 0;
  }

  .breadcrumb img {
    width: 18px;
    vertical-align: sub;
  }

  .breadcrumb a {
    color: #fff;
    transition: all 0.5s ease-in-out;
  }

  #register.data .nav li:after .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    float: right !important;
    padding-left: 0.5rem !important;
    padding-right: 6px !important;
  }

  .breadcrumb li a:hover {
    color: #fff;
  }

  .breadcrumb-item.active {
    color: #CB9453;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem;
    padding-left: 0;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-left: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
  }

  /*----- Search -----*/

  /*----- categoriesAdd -----*/
  #categoriesAdd {
    padding: 25px 0 50px;
  }

  #categoriesAdd .section-head {
    color: #58585A;
    text-transform: uppercase;
  }

  #categoriesAdd .accordion-item {}

  #categoriesAdd .accordion-item .accordion-header {}

  #categoriesAdd .accordion-item .accordion-header .accordion-button {
    border-bottom: 1px solid #ede80f;
    color: #58585A;
  }

  #categoriesAdd .accordion-item .accordion-header .accordion-button img {
    max-width: 25px;
    margin: 0 15px;
  }

  #categoriesAdd .accordion-item .accordion-body {}

  #categoriesAdd .accordion-item .accordion-body ul {
    list-style: none;
  }

  #categoriesAdd .accordion-item .accordion-body ul li {
    padding: 5px 0;
  }

  #categoriesAdd .accordion-item .accordion-body ul li a {
    color: #58585A;
    transition: all 0.5s ease-in-out;
  }

  #categoriesAdd .accordion-item .accordion-body ul li a:hover {
    transform: translate(0px, 15px);
  }

  .accordion-button:not(.collapsed) {
    color: #b8864c;
    background-color: #58585A3d;
  }

  .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    outline: 0;
    box-shadow: inherit;
  }

  /*----- categoriesAdd -----*/
  /*----- profile -----*/
  #profile {
    padding: 25px 0 50px;
  }

  #profile .account-details {}

  #profile .account-details .flex-shrink-0 {
    position: relative;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
  }

  #profile .account-details .flex-shrink-0 img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
  }

  #profile .account-details .flex-grow-1 h4 {
    color: #58585A;
  }

  #profile .account-details .flex-grow-1 hr {
    margin: 50px 0 0;
  }

  #profile .porfile-links {
    list-style: none;
    padding: 20px 0;
  }

  #profile .porfile-links li {
    text-align: center;
    padding: 5px 0;
  }

  #profile .porfile-links li p {
    margin: 0;
    font-weight: 600;
    color: #CB9453;
  }

  #profile .porfile-links li a {
    color: #58585A;
  }

  .head h4 {
    color: #58585A;
  }

  .head {
    margin-bottom: 25px;
  }

  #profile.edit .box {
    padding: 25px;
    background: #E9E9E9;
    border-radius: 5px;
    margin: 10px 0 25px;
  }

  #profile.edit .box h5 {
    color: #58585A;
  }

  #profile.edit .box label {}

  #profile.edit .box .form-control {
    color: #58585Acf;
  }

  #profile.edit .box .btn {
    color: #fff;
    background-color: #CB9453;
    border-color: #CB9453;
    transition: all 0.5s ease-in-out;
  }

  #profile.edit .box .btn:hover {
    color: #CB9453;
    background-color: #e9e9e9;
    border-color: #CB9453;
  }

  #profile.edit .box .btn-link {
    padding: 0 15px;
    color: #CB9453;
  }

  #profile.edit .box .btn-link:hover {
    color: #000;
  }

  /*----- profile -----*/

  /*----- product -----*/
  #product {
    padding: 25px 0 50px;
  }

  #products .nav-tabs {
    border: 0;
    margin-bottom: 15px;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ec5ca0 #daf4ff;
    overflow-y: hidden;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  #products .nav-tabs li {
    margin: 5px;
    white-space: nowrap;
  }

  #products .nav-tabs button {
    padding: 5px 13px;
    border: 0;
    transition: all 0.5s ease-in-out;
  }

  #products .nav-tabs button:hover {
    border: 0;
    background: #EC5CA0;
    border-radius: 40px;
    color: #fff;
  }

  #products .nav-tabs button.active {
    border: 0;
    background: #EC5CA0;
    border-radius: 40px;
    color: #fff;
  }

  #product .slick-prev::before,
  #product .slick-next::before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.5s ease-in-out;
  }

  #product .slick-prev::before:hover,
  #product .slick-next::before:hover {
    opacity: 1;
  }

  #product .slick-prev {
    left: 15px;
    z-index: 9;
  }

  #product .slick-next {
    right: 15px;
    z-index: 9;
  }

  #product .small-img img {
    padding: 2px;
  }

  #product .card {
    padding: 15px;
    border: 0;
    box-shadow: 0px 0px 20px -11px #000;
    border-radius: 15px;
    margin-bottom: 25px;
  }

  #product .card .product-name p {
    margin: 0;
    font-weight: 600;
    color: #CB9453;
  }

  #product .card .product-price {
    font-weight: 600;
  }

  #product .card .wishlist {
    cursor: pointer;
    font-size: 23px;
    color: #58585A;
  }

  #product .card .wishlist.inactive {
    color: #CB9453;
  }

  #product .card .links {
    min-width: 70px;
    display: flex;
    justify-content: space-between;
  }

  #product .card .card-footer {
    border: 0;
  }

  #product .card .card-footer p {
    margin: 0;
  }

  #product .card .card-footer span {
    font-size: 14px;
  }

  #product .card.seller h5 {
    margin-bottom: 27px;
  }

  #product .card.seller .seller-img {
    width: 75px;
    height: 75px;
    position: relative;
    margin: 0 15px 0 0;
  }

  #product .card.seller .seller-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
  }

  #product .card.seller .info p.seller-name {
    margin: 0;
    font-weight: 600;
  }

  #product .card.seller .btn {
    width: 80%;
    margin: 30px auto;
    margin-bottom: 0;
    border-radius: 10px;
  }

  #product .card.data {
    margin: 25px 0;
    border: 1px solid #58585A;
  }

  #product .card.data h5,
  #product .card.data th,
  #product .card.data td,
  #product .related h5 {
    color: #58585A;
  }

  #product #products {
    padding: 0;
  }

  #product .product-card {
    padding: 0;
  }

  /*----- product -----*/
  /*----- Blog -----*/
  #blog {
    padding: 45px 0;
  }

  #blog .blog-text {
    padding: 5px;
    height: 100%;
  }

  #blog .blog-img {
    width: 100%;
    position: relative;
    height: 310px;
    overflow: hidden;
  }

  #blog .blog-img img {
    max-height: none;
    max-width: none;
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
  }

  #blog .card {
    border: 0;
    margin: 15px 0;
    transition: all 0.5s ease-in-out;
  }

  #blog .card:hover {
    box-shadow: 0px 0px 20px -11px;
  }

  #blog .blog-text h5 {
    color: #58585A;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #blog .blog-text h5 span {
    float: right;
    font-size: 14px;
    font-weight: 500;
  }

  #blog .blog-text p {
    color: #58585A;
    font-size: 14px;
    max-height: 95px;
    margin: 0;
    overflow: hidden;
  }

  #blog .blog-text p.top {
    color: #58585A;
    font-size: 14px;
    max-height: none;
    margin: 0;
  }

  #blog ul {
    margin: 25px 0;
  }

  #blog ul li h4 {
    color: #58585A;
  }

  #blog .contact {}

  #blog .contact li {
    padding: 5px 0;
  }

  #blog .contact li a {
    color: #58585A;
    transition: all 0.5s ease-in-out;
  }

  #blog .contact li a:hover {
    color: #CB9453;
  }

  #blog .contact li a i {
    vertical-align: middle;
    margin: 0 5px;
  }

  #blog form h5 {
    color: #58585A;
  }

  .upload__box {
    display: flex;
    flex-wrap: wrap;
  }

  .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  .upload__btn {
    display: flex;
    font-weight: 600;
    color: #58585A;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 26px;
    font-size: 31px;
    width: 100%;
    height: 100%;
    background: #e9e9e9;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .upload__btn:hover {
    color: #CB9453;
    transition: all 0.3s ease;
  }

  .upload__btn-box {
    width: 180px;
    margin: 10px 20px;
    height: 180px;
  }

  .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
  }

  .upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    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%;
  }

  /*----- Blog -----*/
  /*----- ADS -----*/
  #ads {
    padding: 45px 0;
  }

  #ads .main-btn {
    margin: 25px 0;
  }

  #ads h5 {
    color: #58585A;
    margin: 25px 0 5px;
  }

  #ads .form-control {
    border: 1px solid #58585A;
  }

  #ads textarea.form-control {}

  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #AFAFB1;
    line-height: 52px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }

  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #bb884d;
    color: white;
  }

  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 38px;
    user-select: none;
    -webkit-user-select: none;
  }

  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #58585A 1px;
    outline: 0;
  }

  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #58585A;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
  }

  .form-control-color {
    max-width: 100%;
    height: auto;
    padding: .375rem;
  }

  .select2-container--default .select2-selection--single {
    background-color: #f5f5f6;
    border: 0;
    border-radius: 12px;
    line-height: 6px;
    height: 51px;
  }

  .uploadProfile-img .profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
  }

  .uploadProfile-img {
    position: relative;
    width: 128px;
    height: 128px;
  }

  .uploadProfile-img .file-upload {
    display: none;
  }

  .uploadProfile-img .circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    /*! position: absolute; */
    /*! top: 72px; */
  }

  .uploadProfile-img img {
    max-width: 100%;
    height: auto;
  }

  .uploadProfile-img .p-image {
    position: absolute;
    bottom: -10px;
    right: 15px;
    color: #CB9453;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background: #fff;
    padding: 5px 9px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  .uploadProfile-img .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  }

  .uploadProfile-img .upload-button {
    font-size: 1.2em;
  }

  .uploadProfile-img .upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
  }

  /*----- ADS -----*/
  /*----- location -----*/
  #location {
    margin: 80px 0;
  }

  #location p {
    margin: 20px 0;
  }

  #location .card {
    padding: 39px 25px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0px 0px 20px -16px;
    margin: 15px 0;
  }

  #location .card h5 {}

  #location .card p {
    margin: 0;
  }

  #location .card ul {
    list-style: none;
  }

  #location .card ul li {
    color: #58585A;
    padding: 5px 0;
  }

  #location .card ul li img {
    max-width: 20px;
    margin: 0 7px;
  }

  /*----- location -----*/
  .inside-page {
    padding: 100px 0 !important
  }

  .see-all {
    margin: 35px auto;
    margin-bottom: 0;
    padding: 5px 30px;
    font-size: 18px;
    background: transparent;
    color: #ed5ca0 !important;
    border: 1px solid #ed5ca0;
  }

  .see-all:hover {
    margin: 35px auto;
    margin-bottom: 0;
    padding: 5px 30px;
    font-size: 18px;
    background: #ed5ca0;
    color: #fff !important;
    border: 1px solid #ed5ca0;
  }

  #contact {
    padding: 0px 0 50px;
  }

  #contact h5 {
    color: #CB9453;
    font-weight: 700;
  }

  #contact p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #6c6c6c;
    min-height: 51px;
  }

  .form-label {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 400;
  }

  .academy_contact_card.contact-page {
    padding: 32px 35px;
  }

  .academy_contact_card.contact-page h2 {
    font-weight: 700;
    font-size: 16px;
  }

  #contact .card {
    background: #fff;
    padding: 40px 0px;
    border-radius: 15px;
    border: unset;
  }

  #contact .card .btn {
    width: 100%
  }

  #contact .card ul {
    list-style: none;
  }

  #contact .card ul li {
    padding: 5px 0;
    color: #58585A;
  }

  #contact .card ul li a {
    color: #58585A;
  }

  #contact .card ul li img {
    max-width: 25px;
    margin: 0 7px;
  }

  #contact .box {
    border-radius: 16px;
    text-align: center;
    /* background-image: url(../images/background/pattern.png); */
    background-position: inherit;
    background-repeat: repeat;
    background-size: auto;
    padding: 32px 24px 32px 24px;
    background-color: #f9f5ee;
    margin: 10px 0;
  }

  #contact .box p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #6C6C6E;
  }

  #contact .box a {
    color: #2C2C2C;
    font-weight: 700;
    font-size: 18px;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: unset !important
  }

  .accordion .accordion-button svg {
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 18px;
    transition: 0.5s;
    color: #AFAFB1;
  }

  .accordion-button {
    color: #454446;
    font-weight: 700;
    font-size: 16px;
  }

  .accordion-body {
    color: #6C6C6E;
    font-weight: 500;
    font-size: 14px;
    padding-top: 0;
    line-height: 26.24px;
  }

  .accordion-button:not(.collapsed) {
    color: #454446;
  }

  #register {
    position: relative;
    padding: 60px 0;
  }

  #register .head-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 75px;
  }

  #register .card {
    padding: 30px;
    border-radius: 24px;
    border: 0;
    box-shadow: 3px 3px 18px 0px #D3D3D338;
    border-bottom: 7px solid #CB9453;
  }

  #register form {
    margin: 20px 0;
  }

  #register form a {
    color: #CB9453;
    font-weight: 800;
  }

  #register form p,
  #register form .btn_login {
    font-weight: 800;
  }

  #register form .d-flex a,
  #register form .d-flex p {
    font-size: 14px;
    line-height: 1.5;
  }

  #register form .btn_login {
    margin: 15px auto;
    padding: 10px 60px;
    width: 100%;
  }

  #register.data form .btn_login {
    width: initial;
    margin: 15px 0;
  }

  #register .card h5 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #CB9453;
  }

  #register .card p {
    text-align: center;
    font-size: 14px;
    color: #6c6c6c;
  }

  #register .card .nav {
    margin: 30px 0px 10px;
    padding: 6px;
    background: #F5F5F6;
    border: 1px solid #E6E6E7;
    border-radius: 16px;
  }

  #register .card .nav li {
    width: 50%;
  }

  #register .card .nav li button {
    width: 100%;
    border-radius: 16px;
    color: #6C6C6E;
    padding-block: 16px;
  }

  .tab-pane:focus-visible {
    outline: unset !important;
  }

  #register .card .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #2c2c2c;
    padding-block: 16px;
  }

  #register .card form label {
    font-size: 13px;
    color: #2c2c2c;
    font-weight: 600;
}
.resend{
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #d0d0d1;
}
  #register .form-check label {
    font-size: 14px;
    color: #2c2c2c;
    /* padding-right: 20px; */
    font-weight: 700;
  }

  #register .card form .input-group {
    position: relative;
  }

  #register .card form .select2-container--default .select2-selection--single {
    background-color: #f5f5f6;
    border: 0;
    border-radius: 12px;
    line-height: 6px;
    height: 51px;
    z-index: 9;
    position: relative;
  }

  #register .card form .input-group .select2 {
    position: absolute;
    width: 100px !important;
    z-index: 1;
    background: none;
    border: 0;
    top: 0;
    bottom: 0;
    left: 0;
  }

  #register .card form .input-group .select2:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 15px;
    width: 1px;
    height: 22px;
    background: #6C6C6E;
    z-index: 9;
  }

  #register .card form .input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 52px;
  }

  #register .card form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
  }


  #register .card form .input-group input {
    border-radius: 12px;
    padding-left: 110px;
  }



  .form-control {
    border: 0;
    background: #F5F5F6;
    border-radius: 12px;
    padding: 14px 16px 14px 16px;
    text-align: right;
  }

  #product .carousel-indicators {
    position: relative;
  }

  #product .carousel-indicators img {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 60px;
  }



  .nice-select .list {
    width: 100%;
    z-index: 999;
  }
.nice-select .option{color: #000;}
  .nice-select .option.focus,
  .nice-select .option.selected.focus,
  .nice-select .option:hover {
    background-color: #f2e6d1;
    color: #b5844b;
  }

  #product .price {
    font-weight: 700;
    color: #ed5ca0;
  }

  #product .data li {
    padding-right: 20px;
    position: relative;
  }

  #product .data li:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    width: 7px;
    height: 2px;
    margin: auto;
    background: #312f66;
  }

  #product .data li:last-child:after {
    display: none;
  }

  #product .data {
    list-style: none;
    display: flex;
    margin: 10px 0;
  }

  #product .product-img {
    width: 100%;
    height: 350px;
    position: relative;
  }

  #product .product-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  #myform {
    background: #e8f1fd;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
    width: 160px;
  }

  .qty {
    width: 60px;
    height: 30px;
    text-align: center;
    background: none;
    border: 0;
  }

  input.qtyplus {
    width: 25px;
    height: 25px;
    background: none;
    border: 0;
  }

  input.qtyminus {
    width: 25px;
    height: 25px;
    background: none;
    border: 0;
  }

  .mb-30 {
    margin-bottom: 30px !important;
  }

  .wishlist-btn {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50px;
    padding: 5px;
    font-size: 21px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .wishlist-btn a {
    color: red !important;
    opacity: .5;

  }

  .wishlist-btn a.active {
    opacity: 1;
  }

  #cart {}

  #cart .bk-blue {
    background: #e8f1fd;
  }

  #cart h4 {}

  #cart .items {}

  #cart table {
    margin: 20px 0;
    overflow: hidden;
    width: 100%;
  }

  #cart table tr {
    border: 1px solid #0e4fa1;
    border-radius: 25px !important;
    overflow: hidden;
  }

  #cart table th {
    border: 1px solid #0e4fa1;
    padding: 5px 20px;
    border-radius: 25px !important;
  }

  #cart table td {
    border: 1px solid #0e4fa1;
    padding: 10px;
  }

  #cart .right-side .d-flex .product-img {
    width: 130px;
    height: 100px;
  }

  #cart .right-side .d-flex .product-img img {
    width: 130px;
    height: 100px;
  }

  #cart .d-flex .product-img {
    width: 180px;
    height: 130px;
    border-radius: 5px;
    overflow: hidden;
  }

  #cart .d-flex .product-img img {
    width: 180px;
    height: 130px;
    object-fit: cover;
  }

  #cart .d-flex .card-body {
    padding: 0 7px;
  }

  #cart .right-side .d-flex .card-body h5 {
    font-size: 15px;
    font-weight: 500;
  }

  #cart .right-side .d-flex .card-body p {
    font-size: 15px;
  }

  #cart .right-side .d-flex .card-body .price {
    font-size: 15px;
    font-weight: 600;
    color: #da5494;
  }

  #cart .right-side .d-flex {
    margin-bottom: 15px;
  }

  #cart table .price {
    font-weight: 700;
    color: #e05798;
  }

  #cart .d-flex .card-body p {}

  #cart .d-flex .card-body form {
    width: 100%;
    padding: 5px 10px;
  }

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

  #cart .right-side {
    padding-right: 30px;
    padding-left: 30px;
  }

  #cart .right-side hr {
    background: #58585A;
    opacity: .2;
    height: 2px !important;
    margin: 30px 0;
  }

  #cart .right-side .btn {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  #cart.checkout .checkout-process {
    margin-bottom: 40px;
  }

  #cart.checkout .checkout-process .shipping {
    position: relative;
  }

  #cart.checkout .checkout-process .shipping::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 2px solid #0e4fa1;
    background: #fff;
  }

  #cart.checkout .checkout-process .shipping::before {
    content: "";
    position: absolute;
    bottom: -13px;
    width: 100%;
    height: 1px;
    border: 1px dashed #0e4fa1;
    left: 22px;
  }

  #cart.checkout .checkout-process .payment {
    position: relative;
  }

  #cart.checkout .checkout-process .payment::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 2px solid #0e4fa1;
    margin: auto;
    background: #fff;
  }

  #cart.checkout .checkout-process .payment::before {
    content: "";
    position: absolute;
    bottom: -13px;
    width: 100%;
    height: 1px;
    border: 1px dashed #0e4fa1;
    left: 0;
  }

  #cart.checkout .checkout-process .confirmation {
    position: relative;
  }

  #cart.checkout .checkout-process .confirmation::after {
    content: "";
    position: absolute;
    bottom: -22px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 2px solid #0e4fa1;
    background: #fff;
  }

  #cart.checkout .checkout-process .confirmation::before {
    content: "";
    position: absolute;
    bottom: -13px;
    width: 100%;
    height: 1px;
    border: 1px dashed #0e4fa1;
    right: 22px;
  }

  #cart.checkout .checkout-process .stepTwo {
    position: relative;
    display: none;
  }

  #cart.checkout .checkout-process .stepTwo.active {
    position: relative;
    display: block;
  }

  #cart.checkout .checkout-process .left .stepTwo::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #0e4fa1;
  }

  #cart.checkout .checkout-process .text-center .stepTwo::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #0e4fa1;
    margin: auto;
  }

  #cart.checkout .checkout-process .right .stepTwo::after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #0e4fa1;
  }

  #cart.checkout .form-check img {
    width: 25px;
  }

  #cart.checkout .adresses {
    padding: 20px 0;
  }

  #cart.checkout .adresses .top {
    font-size: 20px;
    color: #d55290;
  }

  #cart.checkout .adresses .card {
    background: #e8f1fd;
    border: 0;
    border-radius: 10px;
    margin: 20px 0;
    padding: 25px;
  }

  #cart.checkout .adresses .card label {
    cursor: pointer;
    width: 100%;
  }

  #cart.checkout .adresses .card label span {
    float: right
  }

  #cart.checkout .adresses .card p {
    color: #333;
  }

  #cart.checkout .adresses .accordion-button {
    background: #e8f1fd;
    border-radius: 10px;
    text-align: center;
    display: block;
    color: #58585A;
    box-shadow: none;
  }

  #cart.checkout .adresses .accordion-button::after {
    display: none;
  }

  #cart.checkout .adresses .accordion label {
    display: block;
  }

  #cart.checkout .adresses .accordion textarea {
    min-height: 100px;
  }

  #cart.checkout .adresses .accordion .btn {
    padding: 7px 70px;
  }

  .select2 {
    width: 100% !important;
    border-color: #0e4fa1;
  }

  #cart.checkout .right-side form {
    position: relative;
    margin-bottom: 25px;
  }

  #cart.checkout .right-side form input {
    border: 0;
    padding-right: 100px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 24px;
  }

  #cart.checkout .right-side form .btn {
    margin: 0;
    position: absolute;
    bottom: 4px;
    right: 9px;
    font-size: 14px;
    padding: 5px 20px;
  }

  #cart.checkout .right-side form label {
    margin-bottom: 5px;
  }

  #cart .profile-links {
    list-style: none;
    padding: 0 28px;
  }

  #cart .profile-links li {
    padding-bottom: 15px;
  }

  #cart .profile-links li a {
    color: #0e4fa1;
  }

  #cart .profile-links li img {
    margin-left: -28px;
    width: 23px;
    margin-right: 5px;
  }

  #cart.profile .no-address {
    padding: 15px;
    border: 0;
    background: #ff000017;
    border-radius: 15px;
  }

  #cart.profile .address-card {
    padding: 15px;
    border-radius: 15px;
    margin: 10px 0;
  }

  #cart.profile .address-card .btn {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #cart.profile .address-main {
    border-radius: 15px;
    margin: 10px 0;
    padding: 15px;
    background: #e8f1fd;
    border: 0;
  }

  #cart.profile .address-main .btn {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .credit-page .icon {
    position: absolute;
    bottom: 3px;
    right: 13px;
    font-size: 21px;
    padding: 0 8px;
    border-left: 1px solid;
    height: 34px;
  }


  .credit-page .input-icon {
    padding-right: 50px;
  }

  .relative {
    position: relative
  }

  #testimonial {
    background: #F9F5ED;
    padding: 50px 0 50px;
  }

  #testimonial .card {
    text-align: center;
    border-radius: 20px;
    border: 0;
    /* margin: 10px 0; */
    height: 100%;
  }


  #testimonial .card-img {
    height: 100px;
    background-image: url(../images/background/bk.png);
    background-position: inherit;
    background-repeat: repeat;
    background-size: contain;
    margin-bottom: 50px;
    overflow: inherit;
  }

  #testimonial .card-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: auto;
    margin-top: 60px;
  }

  #testimonial .card-body h5 {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 700;
  }

  #testimonial .card-body p {
    color: #6C6C6E;
    font-size: 14px;
  }

  #testimonial .card-body .prag {
    position: relative;
  }

  #testimonial .card-body .prag p {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
  }

  #testimonial .owl-nav {
    position: absolute;
    top: -50px;
    left: 0;
  }

  #testimonial .owl-nav button {
    margin: 0 5px !important;
    border: 2px solid #CB9453;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #CB9453;
    font-size: 16px;
    line-height: 0;
    transition: all ease-in-out .5s;
  }


  #testimonial .owl-nav button:hover {
    background: #CB9453;
    color: #fff;
  }

  #testimonial .card-body .prag img.top {
    width: 25px;
    float: right;
  }

  #testimonial .card-body .prag img.bottom {
    width: 25px;
    float: left;
  }

  #testimonial.team {
    background: #fff;

    padding: 0 0 50px;
  }

  #testimonial.team .card {
    background: #F9F5ED;
    /* padding-block: 24px; */
    border-radius: 16px;
  }

  #testimonial.team .card-img {
    /* height: 100px; */
    /* background-image: url(../images/background/pattern.png);
    background-position: inherit;
    background-repeat: repeat;
    background-size: auto; */
    /* margin-bottom: 50px; */
    overflow: inherit;
    margin-bottom: 24px;
    object-fit: cover;
  }

  #testimonial.team .card-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin: auto;
    margin-top: 24px;
    border-radius: 50%;
  }

  #testimonial.team .card-body h5 {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 700;
  }

  #testimonial.team .card-body p {
    color: #6C6C6E;
    font-size: 14px;
    font-weight: 400;
  }

  .section_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 44.98px;
    letter-spacing: 0%;
    text-align: center;

  }

  #upload {
    opacity: 0;
  }

  #upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }

  .image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 0;
    position: relative;
  }

  .image-area::before {
    /* content: 'Uploadedd image result'; */
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
    text-align: right;
  }

  .image-area img {
    z-index: 2;
    position: relative;
    width: 150px !important;
    margin-top: 16px;
  }
  .upload-image {
    background: #f5f5f6;
    border-radius: 12px;
    border: 1px dashed #d0d0d1;
  }

  .input-group-append .btn {
    padding: 15px;
  }


  #register.data .right {
    margin: 15px 0;
    text-align: left;
  }

  #register.data .right a {
    background: #F9F5ED;
    padding: 8px 16px;
    border-radius: 50px;
    color: #CB9453;
    font-size: 14px;
  }
  #register.data .right a svg{
    padding-left: 6px;
  }
  #register.data .nav {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #register.data .nav li {
    width: auto;
    position: relative;
  }

  #register.data .nav li a {
    background: #f5f5f6;
    border-radius: 12px;
    font-size: 14px;
    color: #242128;
  }

  #register.data .nav li a.active {
    background: #be8b4e;
    color: #fff;
  }

  #register.data .select-group .select2 {
    font-size: 12px;
    width: 100% !important;
  }
.px-web-8{padding-inline: 6px;}
.padding-right-0{padding-right: 0 !important;}
.padding-left-0{padding-left: 0 !important;}
  .nice-select {
    display: block;
    width: 100%;
    background: #f5f5f6;
    border: 0;
    padding: 6px 16px 14px 16px;
    height: 51px;
    border-radius: 12px;
    color: #6C6C6E;
  }

  #register.data .nav li:after {
    content: "";
    position: absolute;
    left: 45px;
    width: 100%;
    height: 2px;
    background: #D0D0D1;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #register.data .nav li:last-child:after {
    display: none
  }

  #register .card .highlight {
    text-align: inherit;
    padding: 12px 16px;
    background: #f9f5ee;
    border-radius: 80px;
    width: fit-content;
    font-size: 14px;
    color: #CB9453;
  }

  #register .highlight img {
    max-width: 20px;
    margin-left: 10px;
  }


  #faq .card {
    padding: 24px;
    background: #F5F5F6;
    border: 0;
    border-radius: 16px;
    margin-bottom: 40px;
  }

  #faq .card h5 {
    color: #2C2C2C;
    font-size: 18px;
    margin: 20px 0 10px;
  }

  #faq .card p {
    font-size: 16px;
    color: #6C6C6E;
  }

  .accordion-item {
    margin-bottom: 10px;
  }

  .accordion-item .accordion-button {
    padding: 16px 24px 16px 24px;
    border-radius: 12px !important;
    border: 1px solid #F5F5F6;
    background: #F5F5F6;
  }

  .accordion-item .accordion-button:not(.collapsed) {
    border-radius: 12px 12px 0 0 !important;
  }

  .accordion-collapse {
    border: 0
  }

  .accordion-body {
    background: #f5f5f6;
    border: 0;
    border-radius: 0 0 15px 15px;
  }

  .achievement-head {
    text-align: center;
    color: #fff;
    background: #CB9453;
    width: max-content;
    margin: 0 auto;
    font-size: 20px;
    padding: 14px 40px;
    border-radius: 16px 16px 50px 50px;
    margin-bottom: 20px;
  }


  .verify_certificate_card {
    padding: 32px 60px;
    border-radius: 18px;
    background-color: #2c2c2c;
    text-align: center;
    position: relative;
  }

  .verify_certificate_card::before {
    position: absolute;
    content: '';
    background-image: url(../images/background/back-top.png);
    background-position: right top;
    height: -webkit-fill-available;
    width: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: 2;
  }

  .verify_certificate_card::after {
    position: absolute;
    content: '';
    background-image: url(../images/background/back-bottom.png);
    background-position: left bottom;
    height: -webkit-fill-available;
    width: 100%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: 2;
  }

  .verify_certificate_card h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #CB9453;
  }

  .verify_certificate_card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26.24px;
    letter-spacing: 0%;
    color: #fff;
  }
  .px-8 {
    padding-inline: 8px !important;
  }

  .btn {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
  }

  .w-35 {
    width: 35%;
  }

  .verify_certificate_card .btn {
    background-color: #CB9453;
    color: #fff;
    padding: 10px 18px;
  }

  .main-btn-outline {
    color: #CB9453;
    border: 1px solid #CB9453;
    background-color: transparent;
    border-radius: 12px;
    font-weight: 700;
    padding-inline: 16px;
  }

  .main-btn-outline:hover {
    color: #fff;
    border: 1px solid #2c2c2c;
    background-color: #2c2c2c;
  }

  .cart_icon {
    padding-left: 4px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    left: 1px;
    right: unset;
  }

  .select2 {
    direction: rtl;
  }

  .progress-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: 98%;
    position: relative;
  }

  .progress-container::before {
    content: "";
    position: absolute;
    top: 28%;
    left: 12%;
    width: 75%;
    height: 2px;
    background-color: #ddd;
    z-index: 0;
  }

  .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    position: relative;
    z-index: 1;
  }

  .step .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F5F5F6;
    border: 2px solid #D0D0D1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #4F4E50;
  }

  .step.active .circle {
    background-color: #F1E6D0;
    border-color: #CB9453;
    color: #CB9453;
  }

  .step p {
    margin-top: 10px;
    font-size: 14px;
    color: #4F4E50;
  }

  .step.active p ,.step.done p {
    color: #CB9453 !important;
  }

  .step.done .circle {
    background-color: #CB9453;
    border-color: #CB9453;
    color: #fff;
  }

  .upload-image .btn {
    margin: 15px auto;
    padding: 10px 20px !important;
    color: #878789 !important;
  }

  .text-muted {
    color: #878789 !important;
  }

  .link-later {
    color: #7F4629 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .main-outline {
    color: #CB9453 !important;
    border: 1px solid #CB9453;
    background-color: #fff;
  }

  .nice-select:after {
    left: 12px;
    right: inherit;
  }

  .nav-pills .nav-link {
    border: 0;
      padding: 12px 32px;

    background: #F9F5ED;
    border-radius: 25px;
    margin-left: 10px;
    transition: allease-in-out .5s;
    color: #bf8d4e;
    font-size: 14px;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link,
  .nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #bf8c4e;
  }

  .owl-testimonial .owl-stage,
  .owl-testimonial {
    display: flex;
  }

  .owl-testimonial .item,
  .owl-testimonial .item .card {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
  }

  .main-nav nav .right .navbar-nav .nav-item .dropdown-menu {
    left: 0;
    right: auto;
    max-height: max-content;
    overflow-y: inherit;
    width: 280px;
    box-shadow: 3px 3px 18px 0px rgba(211, 211, 211, 0.22);
    border-radius: 15px;
    top: 68px;
    overflow: hidden;
  }

  .red,
  .red a {
    color: rgba(245, 81, 87, 1) !important
  }
  .cart-icon{
    background-color: #fff;
    width: 36px;
    border-radius: 50%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .accordion-button:before {
    content: "";
    position: absolute;
    background-image: url(../images/icons/minuscircle.png);
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.75rem;
    top: 1.25rem;
    margin-right: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2sease-in-out;
  }

  .accordion-button.collapsed:after {
    content: "";
    position: absolute;
    background-image: url(../images/icons/addcircle.png);
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.75rem;
    top: 1.25rem;
    margin-right: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2sease-in-out;
  }

  input.switch {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 38px !important;
    height: 20px;
    border-radius: 30px;
    cursor: pointer;
    background: #F5F5F6 ;
    border: 1px solid  #D0D0D1;
    transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
    transition-delay: 0.1s, 0s;
    margin-left: 10px;
 }
  input.switch:focus {
    border: 0;
    outline: 0;
 }
  input.switch:checked {
    transition-delay: 0s, 0s;
    background: #F9F5ED ;
    border: 1px solid  #F1E6D0;
    padding-right: 15px;
 }


  input.switch:before {
    display: inline-block;
    height: 13px;
    width: 13px;
    margin: 3px;
    border: 1px solid  #F1E6D0;
    background-color: #D0D0D1;
    border-radius: 2.1em;
    transition: all 0.1s ease 0.1s;
 }
 input.switch:checked::before {

  background-color: #CB9453;

}
  input.switch:before, input.switch:after {
    content: "";
    display: block;

 }
  input.switch:active::before {
    transition: all 0.1s ease 0.05s;
 }
 .radio-container{
  direction: rtl;
 }
 .nice-select .option{
  border-bottom: 1px solid #F5F5F6;
  text-align: right;
  /*padding-block: 10px;*/
 }
 .select2-container--open .select2-dropdown {
  text-align: right;
}


.select2-container--default .select2-selection--single .select2-selection__rendered:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  left: 12px;
  right: inherit;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
 display: none;
}
.blog_card .card-img,.blog_card .card-img img {
  height: 250px;
border-radius: 12px 12px 0 0;
}
  .blog_card{
    background-color: #fff;
    border-radius: 12px;
  }

  .blog_card  .card-body p {
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    color: #2c2c2c;
    margin-bottom: 3px;
    font-weight: 700;
    padding-inline: 8px;
}
.country_code{
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 15px;
  font-weight: 700;
}

.phone-input::-webkit-outer-spin-button,
.phone-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.blog-details-img{
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 12px;
}
.blog-details-img img{
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.questions-link ,.questions-link p ,.questions-link span{color:#000;}
.modal-header .close-btn-q{
        border: none;
    background-color: transparent;

}
 .new_card .card-body {
    padding: 16px 16px 0;
  }
.owl-products .new_card .card-body {
    padding-bottom: 16px ;
  }
  .old-price {
    font-size: 0.9rem;
    color: #646d75;
    text-decoration: line-through;
    white-space: nowrap;
  }

  .new-price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    white-space: nowrap;
  }
.new_card_body{
    height:180px;
}
   .custom-hr {
    border: 0;
    height: 1px !important;
    background: #cdd0d4;
    margin: 15px 0;
  }
.new_card .main-btn2 {
    height: 48px;
    font-size: 13px;
}
     .new_card  {
    display: flex;
    height: 100%;
    margin-bottom: 0;
  }
  .new_card  {
    transition: transform 0.3s ease-in-out; } 
  .new_card:hover{
        transform: scale(1.05);
  }
  .price-card{
    position: relative;
  }
  .new_card .card-body h5{
     padding-bottom: 0px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;}
    .accordion-item{  
     border: 0;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    color: #cb9453;}
    .bootstrap-datetimepicker-widget table td.day ,.bootstrap-datetimepicker-widget table th{
    height: 35px !important;}
