@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap");
/* Mixins */
/* Variables */
:root {
  --title-font-family: "DM Sans", sans-serif;
  --body-font-family: "DM Sans", sans-serif;
  --icon-font-family: "Font Awesome 6 Pro";
  --icon-font-family2: "Flaticon";
  --container-width: 1460px;
  --divder-space: 200px;
  --headings-color: #222222;
  --body-text-color: #6B7177 ;
}

/* Typography Styles */
html,
body {
  scroll-behavior: auto !important;
}

body {
  background-color: #ffffff;
  font-family: var(--body-font-family);
  font-size: 15px;
  font-weight: 400;
  color: var(--body-text-color);
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a,
.btn {
  color: var(--headings-color);
  text-decoration: none;
  outline: none;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover,
.btn:hover {
  color: #5BBB7B;
}
a:active, a:focus, a:hover, a:visited,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
  text-decoration: none;
  outline: none;
}

button,
.btn {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

iframe {
  border: none;
  width: 100%;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font-family);
  color: var(--headings-color);
  line-height: 1.3125;
}

.h1,
h1,
.h2,
h2,
.h3,
h3 {
  font-weight: 700;
}

.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: 500;
}

p {
  margin: 0 0 15px 0;
  color: var(--body-text-color);
  line-height: 1.85;
  font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1 {
  font-size: 45px;
}

.h2,
h2 {
  font-size: 32px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 17px;
}

.h6,
h6 {
  font-size: 15px;
}

li {
  list-style-type: none;
}

@media (max-width: 575.98px) {
  .h2,
h2 {
    font-size: 20px;
  }
}
/*	Header Styles  */
.login-info {
  font-size: 15px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-top-home11 {
  background-color: #CCE8CA;
  position: relative;
}

.header-top-home12 {
  background-color: #EAFAC1;
  position: relative;
}

.ht-close-icon {
  color: var(--headings-color);
  position: absolute;
  right: 30px;
  top: 10px;
}

/*	All Type Of Footer Styles  */
.footer-style1 {
    background-color: #3A3C3C;
}
.footer-style1.at-home5 {
  background-color: #F1FCFA;
}
.footer-style1.at-home6 {
  background-color: #1F4B3F;
}
.footer-style1.at-home7, .footer-style1.at-home8 {
  background-color: #ffffff;
}
.footer-style1.at-home10 {
  border-radius: 16px 16px 0 0;
}
.footer-style1.at-home11 {
  background-color: #1D6362;
}
.footer-style1.at-home15 {
  background-color: #168882;
  border-radius: 30px 30px 0 0;
}
.footer-style1.at-home18 {
  background-color: transparent;
  background-image: url(../images/background/home18-footer-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
}

.home2-footer-radius {
  border-radius: 0 90px 0 0;
}

.footer-widget {
  position: relative;
}

.app-widget {
  position: relative;
}
.app-widget .app-info {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 30px 10px 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.app-widget .app-info .flex-shrink-0 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.app-widget .app-info:hover {
  background-color: #5BBB7B;
}
.app-widget .app-info.light-style {
  background-color: #222222;
}
.app-widget .app-info.light-style:hover {
  background-color: #5BBB7B;
}
.app-widget .app-info.light-style:hover .app-text {
  color: #ffffff;
}
.app-widget.at-home6 .app-info {
  background-color: #1F4B3F;
  border-radius: 8px;
  font-size: 14px;
  padding: 8px 20px 10px;
}
.app-widget.at-home6 .app-info .flex-shrink-0 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.app-widget.at-home6 .app-info .flex-grow-1 {
  padding-left: 20px;
}
.app-widget.at-home6 .app-info .app-text {
  color: #ffffff;
}
.app-widget.at-home7 .app-info {
  border-radius: 0;
}
.app-widget.at-home8 .app-info {
  background-color: #F1FCFA;
}
.app-widget.at-home9 .app-info {
  padding: 7px 30px;
}
.app-widget.at-home12 .app-info {
  background-color: #222222;
  border-radius: 120px;
  font-size: 14px;
}
.app-widget.at-home12 .app-info .flex-shrink-0 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.app-widget.at-home12 .app-info .flex-grow-1 {
  padding-left: 20px;
}
.app-widget.at-home12 .app-info .app-text {
  color: #ffffff;
}
.app-widget.at-home16 .app-info {
  background-color: #222222;
  font-size: 14px;
}
.app-widget.at-home16 .app-info .flex-shrink-0 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.app-widget.at-home16 .app-info .flex-grow-1 {
  padding-left: 20px;
}
.app-widget.at-home16 .app-info .app-text {
  color: #ffffff;
}
.app-widget.at-home20 .app-info {
  background-color: #F0EFEC;
  font-size: 14px;
}

.mailchimp-style1 {
  position: relative;
}
.mailchimp-style1 .form-control {
  background-color: rgba(255, 255, 255, 0.05);
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  outline: none;
  padding-left: 20px;
}
.mailchimp-style1 .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
}
.mailchimp-style1 .form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.mailchimp-style1 button {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 15px;
  position: absolute;
  right: 25px;
  top: 15px;
}
.mailchimp-style1.white-version .form-control {
  background-color: #ffffff;
}
.mailchimp-style1.white-version .form-control::placeholder {
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 400;
}
.mailchimp-style1.white-version button {
  font-size: 15px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}
.mailchimp-style1.at-home4 {
  border-radius: 4px;
  border: 1px solid #E9E9E9;
}
.mailchimp-style1.at-home4 .form-control {
  height: 60px;
  color: var(--headings-color);
}
.mailchimp-style1.at-home4 .form-control::placeholder {
  color: var(--headings-color);
}
.mailchimp-style1.at-home4 button {
  background-color: transparent;
  color: var(--headings-color);
}
.mailchimp-style1.at-home7 {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
.mailchimp-style1.at-home7 .form-control {
  border-radius: 4px;
  color: rgba(34, 34, 34, 0.7);
  height: 60px;
}
.mailchimp-style1.at-home7 .form-control::placeholder {
  color: rgba(34, 34, 34, 0.7);
}
.mailchimp-style1.at-home7 button {
  color: #222222;
  display: block;
  height: 40px;
  line-height: 35px;
  right: 20px;
  top: 10px;
  width: 40px;
}
.mailchimp-style1.at-home8 .form-control {
  background-color: #F1FCFA;
  color: var(--headings-color);
}
.mailchimp-style1.at-home8 .form-control::placeholder {
  color: var(--headings-color);
}
.mailchimp-style1.at-home8 button {
  color: var(--headings-color);
}
.mailchimp-style1.at-home9 .form-control {
  border-radius: 60px;
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
}
.mailchimp-style1.at-home9 button {
  color: #5BBB7B;
  top: 20px;
}
.mailchimp-style1.at-home11 .form-control {
  background-color: #ffffff;
  color: var(--headings-color);
  border-radius: 16px;
}
.mailchimp-style1.at-home11 .form-control::placeholder {
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 400;
}
.mailchimp-style1.at-home11 button {
  font-size: 15px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}
.mailchimp-style1.at-home15 {
  overflow: hidden;
}
.mailchimp-style1.at-home15 .form-control {
  background-color: #ffffff;
  color: var(--headings-color);
  border-radius: 16px;
}
.mailchimp-style1.at-home15 .form-control::placeholder {
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 400;
}
.mailchimp-style1.at-home15 button {
  font-size: 15px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}
.mailchimp-style1.at-home20 .form-control {
  background-color: #F0EFEC;
  color: var(--headings-color);
}
.mailchimp-style1.at-home20 .form-control::placeholder {
  color: var(--headings-color);
}
.mailchimp-style1.at-home20 button {
  color: var(--headings-color);
}

.mailchimp-style2 {
  position: relative;
}
.mailchimp-style2 .form-control {
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 400;
  height: 70px;
  padding-left: 30px;
}
.mailchimp-style2 .form-control:placeholder {
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 400;
}
.mailchimp-style2 .form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.mailchimp-style2 button {
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.link-style1 a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-family: var(--title-font-family);
  line-height: 35px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style1 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.link-style1.light-style a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}
.link-style1.at-home8 a {
  color: rgba(34, 34, 34, 0.7);
}
.link-style1.at-home9 a:hover {
  color: #5BBB7B;
}
.link-style1.at-home11 a {
  color: #ffffff;
}
.link-style1.at-home11 a:hover {
  color: #5BBB7B;
}

.lang .bootstrap-select .btn,
.lang .bootstrap-select .btn-light {
    border: 1px solid #ddd;
    font-family: var(--title-font-family);
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    line-height: 25px;
}
    .lang .bootstrap-select .btn:focus,
    .lang.bootstrap-select .btn-light:focus {
        outline: none !important;
        outline-offset: initial;
    }
.lang .bootstrap-select .dropdown-item.active, .lang.bootstrap-select .dropdown-item:active {
    background-color: #F1FCFA;
    color: #5BBB7B;
}
    .lang .bootstrap-select .dropdown-item.active span, .lang .bootstrap-select .dropdown-item:active span {
        color: #5BBB7B;
    }
.lang .bootstrap-select .dropdown-item span {
    color: var(--headings-color);
}
.footer_bottom_right_btns.at-home8 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.footer_bottom_right_btns.at-home8 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  color: var(--headings-color);
  height: 40px;
  line-height: 30px;
  padding: 5px 25px;
}
.footer_bottom_right_btns.at-home9 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.footer_bottom_right_btns.at-home9 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  border-radius: 60px;
  height: 40px;
  line-height: 30px;
  padding: 5px 25px;
}
.footer_bottom_right_btns.at-home15 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.footer_bottom_right_btns.at-home15 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  border-radius: 12px;
}
.footer_bottom_right_btns.at-home15 .bootstrap-select .btn,
.footer_bottom_right_btns.at-home15 .bootstrap-select .btn-light {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  padding: 5px 15px;
}
.footer_bottom_right_btns.at-home20 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.footer_bottom_right_btns.at-home20 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  color: var(--headings-color);
  height: 40px;
  line-height: 30px;
  padding: 5px 25px;
}

/*	All styles about breadcumb  */
.breadcumb-section {
  padding: 20px 0;
}

.breadcumb-section2 {
  align-items: center;
  background-image: url(../images/background/about-page-bg.html);
  background-size: cover;
  background-position: center;
  display: flex;
  height: 450px;
}

.breadcumb-section3 {
  align-items: center;
  background-image: url(../images/background/compare-bg.html);
  background-size: cover;
  background-position: center;
  display: flex;
  height: 450px;
}
@media (max-width: 991.98px) {
  .breadcumb-section3 {
    height: 250px;
    position: relative;
  }
}

.breadcumb-style1 {
  position: relative;
}
.breadcumb-style1 .title {
  letter-spacing: 0.02em;
}
.breadcumb-style1 .breadcumb-list {
  position: relative;
}
.breadcumb-style1 .breadcumb-list a {
  color: var(--body-text-color);
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin-right: 25px;
}
.breadcumb-style1 .breadcumb-list a:after {
  content: "/";
  font-size: 14px;
  position: absolute;
  right: -20px;
}
.breadcumb-style1 .breadcumb-list a:last-child {
  color: var(--headings-color);
}
.breadcumb-style1 .breadcumb-list a:last-child:after {
  display: none;
}

/*  Dashboard Style Code Here  */
.dashboard_header {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dashboard_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
}

.header_right_widgets {
  position: relative;
}
.header_right_widgets .notif {
  background-color: #F7F7F7;
  border-radius: 50%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 44px;
}
.header_right_widgets a {
  display: block;
  width: 44px;
}
.header_right_widgets li:last-child a {
  height: auto;
  line-height: initial;
  margin: 0;
  padding: 0 0 0 5px;
  width: auto;
}

.user_setting {
  position: relative;
}
.user_setting .dropdown-menu {
  padding: 0;
}
.user_setting .dropdown-menu.show {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  padding: 20px 30px;
  width: 330px;
  transform: translate(-272px, 60px) !important;
}
.user_setting .dropdown-menu .dropdown-item {
  border-radius: 4px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  overflow: hidden;
  font-size: 17px;
  padding: 15.5px 30px;
  -webkit-transition: all 0.3s ease 0s ease;
  -moz-transition: all 0.3s ease 0s ease;
  -ms-transition: all 0.3s ease 0s ease;
  -o-transition: all 0.3s ease 0s ease;
  transition: all 0.3s ease 0s ease;
}

.dashboard_dd_menu_list .dropdown-toggle:after {
  display: none;
}
.dashboard_dd_menu_list .dropdown-menu {
    border-radius: 4px;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    min-width: 16rem;
}
.dashboard_dd_menu_list .dboard_notific_dd .img-2 {
  width: 50px;
}
.dashboard_dd_menu_list .dboard_notific_dd p {
  line-height: 24px;
}

.user_setting .dropdown-menu .dropdown-item.active,
.user_setting .dropdown-menu .dropdown-item.active span,
.user_setting .dropdown-menu .dropdown-item:hover,
.user_setting .dropdown-menu .dropdown-item:hover span {
    background: rgb(12, 106, 141);
    background: linear-gradient(90deg, rgba(12, 106, 141, 1) 0%, rgba(7, 162, 127, 1) 100%);
    color: #ffffff;
}

.dashboard_sidebar_list .sidebar_list_item a:hover,
.dashboard_sidebar_list .sidebar_list_item a:active,
.dashboard_sidebar_list .sidebar_list_item a:focus,
.dashboard_sidebar_list .sidebar_list_item a.-is-active {
    background: rgb(12, 106, 141);
    background: linear-gradient(90deg, rgba(12, 106, 141, 1) 0%, rgba(7, 162, 127, 1) 100%);
    color: #ffffff;
}

.dashboard_sidebar_list .sidebar_list_item a {
  align-items: center;
  display: flex;
  border-radius: 0 4px 4px 0;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  padding: 14.5px 20px;
  -webkit-transition: all 0.3s ease 0s ease;
  -moz-transition: all 0.3s ease 0s ease;
  -ms-transition: all 0.3s ease 0s ease;
  -o-transition: all 0.3s ease 0s ease;
  transition: all 0.3s ease 0s ease;
}

.dashboard_sidebar_list .sidebar_list_item a i {
  font-size: 20px;
}

.dashboard {
  display: flex;
}
.dashboard.dsh_board_sidebar_hidden .dashboard__sidebar {
  transform: translateX(-100%);
}
@media (max-width: 991.98px) {
  .dashboard.dsh_board_sidebar_hidden .dashboard__sidebar {
    transform: translateX(0);
  }
}
.dashboard.dsh_board_sidebar_hidden .dashboard__main {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .dashboard.dsh_board_sidebar_hidden .dashboard__main:after {
    background-color: rgba(4, 30, 66, 0.5);
    content: "";
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: auto;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.dashboard .dashboard__sidebar {
  will-change: transform;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 9;
}
@media (max-width: 991.98px) {
  .dashboard .dashboard__sidebar {
    transform: translateX(-100%);
  }
}
.dashboard .dashboard__main {
  will-change: padding-left;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dashboard__sidebar {
  background-color: #ffffff;
  flex-shrink: 0;
  height: calc(100% - 90px);
  left: 0;
  margin-top: 80px;
  overflow-y: scroll;
  padding: 30px 30px 30px 0;
  padding-bottom: 40px;
  position: fixed;
  width: 300px;
}
.dashboard__sidebar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.dashboard__sidebar::-webkit-scrollbar-thumb {
  background-color: #E9E9E9;
  border-radius: 4px;
}

.dashboard .dashboard__main {
  will-change: padding-left;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dashboard__main {
  margin-top: 85px;
  padding-left: 300px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .dashboard__main {
    margin-top: 0px;
  }
}

.dashboard__content {
    border-radius: 4px;
    padding: 25px 21px 19px;
    width: 100%;
}
@media (max-width: 767.98px) {
  .dashboard__content {
    padding: 40px 30px;
  }
}
@media (max-width: 1199.98px) {
  .dashboard__content.property-page {
    padding: 60px 30px 20px;
  }
}
@media (max-width: 1399.98px) {
  .dashboard__content.message-page {
    padding: 50px 30px;
  }
}
@media (max-width: 1440px) {
  .dashboard__content {
    padding: 60px 15px 20px;
  }
}

.dashboard_title_area {
  position: relative;
}

.statistics_funfact {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 32px 50px 32px 30px;
  position: relative;
}
    .statistics_funfact .icon {
        color: #037287;
        font-size: 40px;
        position: relative;
        z-index: 0;
    }
.statistics_funfact .icon:before {
  background-color: #FBF7ED;
  border-radius: 50%;
  bottom: -10px;
  content: "";
  height: 40px;
  position: absolute;
  right: -20px;
  width: 40px;
  z-index: -1;
}
.statistics_funfact .title {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
}

.application_statics,
.dashboard_product_list,
.dashboard_setting_box {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 30px 30px 25px 0;
  position: relative;
  -webkit-box-shadow: 0px 5px 20px rgba(91, 187, 123, 0.15);
  -moz-box-shadow: 0px 5px 20px rgba(91, 187, 123, 0.15);
  -o-box-shadow: 0px 5px 20px rgba(91, 187, 123, 0.15);
  box-shadow: 0px 5px 20px rgba(91, 187, 123, 0.15);
}

.dashboard-timeline-label {
  position: relative;
}

.dashboard-timeline-label .timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.dashboard-timeline-label .child-timeline-label {
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  width: 55px;
  flex-shrink: 0;
  position: relative;
}

.dashboard-timeline-label:before {
  background-color: #E9E9E9;
  border-radius: 8px;
  bottom: 0;
  content: "";
  left: 52px;
  position: absolute;
  top: 20px;
  width: 3px;
}

.dashboard-timeline-label .timeline-badge {
  color: #663259;
  border-radius: 100%;
  font-size: 16px;
  justify-content: center;
  margin-left: -7px;
  margin-top: -3px;
  position: relative;
  z-index: 1;
}

.dashboard-timeline-label .timeline-badge.color3 {
  color: #f64e60;
}

.dashboard-timeline-label .timeline-badge.color4 {
  color: #3699ff;
}

.dashboard-timeline-label .timeline-badge.color5 {
  color: #ef6327;
}

.dashboard-timeline-label .timeline-badge.color6 {
  color: #8950fc;
}

.dashboard-timeline-label .timeline-item .ra_pcontent .title {
  color: var(--headings-color);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.dashboard-timeline-label .timeline-item .ra_pcontent .subtitle {
  color: var(--headings-color);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.pending-style {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 6px;
}
.pending-style.style1 {
  background-color: #FFF4DE;
  color: #FFA800;
}
.pending-style.style2 {
  background-color: #F1FAFF;
  color: #00A3FF;
}
.pending-style.style3 {
  background-color: #FFF5F8;
  color: #F1416C;
}
.pending-style.style4 {
  background-color: var(--body-text-color);
  color: #ffffff;
}
.pending-style.style5 {
  background-color: #FFEDE8;
  color: #222222;
}
.pending-style.style6 {
  background-color: #F1FAFF;
  color: #00A3FF;
}

.table-action {
  background-color: #FFEDE8;
  border-radius: 5px;
  padding: 11px 20px;
}

.dashboard-img-service {
  position: relative;
}
.dashboard-img-service .listing-style1:hover {
  box-shadow: none;
}
.dashboard-img-service .listing-style1:hover .img-2 {
  transform: scale(1);
}
.dashboard-img-service .listing-style1.list-style .list-thumb {
  width: 122px;
}
.dashboard-img-service .list-title {
  line-height: 28px;
}

.profile-box .tag-delt {
  background-color: #FFEDE8;
  border-radius: 4px;
  color: var(--headings-color);
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
}
.profile-box .upload-btn {
  background-color: #FBF7ED;
  border-radius: 4px;
  color: #1F4B3F;
  display: block;
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  padding: 6px 30px;
}

.upload-img {
  background-color: #FFEDE8;
  border: 1px dashed #1F4B3F;
  border-radius: 4px;
  color: #1F4B3F;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 30px 80px;
}

.del-edit {
  position: absolute;
  right: 0;
}
@media (max-width: 375px) {
  .del-edit {
    margin-bottom: 15px;
    position: relative;
  }
}
.del-edit .icon {
  background-color: #FFEDE8;
  border-radius: 4px;
  color: #1F4B3F;
  display: block;
  height: 40px;
  line-height: 45px;
  text-align: center;
  width: 40px;
}

/* DashBoard Message Styles */
.message_container {
  background-color: #ffffff;
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
    .message_container .user_heading {
        background-color: #ffffff;
        border-bottom: 1px solid #E9E9E9;
        padding: 21px;
        position: relative;
    }
.message_container .user_heading img {
  float: right;
  margin-right: 10px;
  border-radius: 50%;
}

  