@charset "UTF-8";
@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: var(--headings-color);
}

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

.footer_bottom_right_btns .bootstrap-select .btn,
.footer_bottom_right_btns .bootstrap-select .btn-light {
  background-color: rgba(255, 255, 255, 0.05);
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  line-height: 25px;
}

.footer_bottom_right_btns .bootstrap-select .btn:focus,
.footer_bottom_right_btns .bootstrap-select .btn-light:focus {
  outline: none !important;
  outline-offset: initial;
}

.footer_bottom_right_btns .bootstrap-select .dropdown-item.active,
.footer_bottom_right_btns .bootstrap-select .dropdown-item:active {
  background-color: #F1FCFA;
  color: #5BBB7B;
}

.footer_bottom_right_btns .bootstrap-select .dropdown-item.active span,
.footer_bottom_right_btns .bootstrap-select .dropdown-item:active span {
  color: #5BBB7B;
}

.footer_bottom_right_btns .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);
  width: 360px;
}

.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-color: #222222;
  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-color: #f7fbfb;
  color: #1e1a1a;
}

.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: 60px 60px 20px;
  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: #1F4B3F;
  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: 16px;
  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: 30px;
  position: relative;
}

.message_container .user_heading img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}

.message_container .user_heading .preview {
  color: #697488;
  font-size: 13px;
  font-family: var(--title-font-family);
  font-weight: 400;
  margin-bottom: 0;
}

.message_container .user_heading .name {
  font-size: 14px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.message_container .message_input {
  background-color: #f9fafc;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.message_container .message_input input.form-control {
  color: #626974;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #f3f5f6;
  height: 100px;
  padding: 20px 30px;
  width: 100%;
}

.message_container .message_input button.btn {
  flex: 1;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.inbox_chatting_box {
  height: auto;
  margin-right: 10px;
  max-height: 575px !important;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

.inbox_chatting_box::-webkit-scrollbar {
  background: transparent;
  border-radius: 10px;
  padding-right: 10px;
  width: 4px;
}

.inbox_chatting_box::-webkit-scrollbar-thumb {
  background-color: #E9E9E9;
  border-radius: 10px;
}

.inbox_chatting_box .chatting_content {
  display: inline-block;
  padding: 15px 30px 0 30px;
  position: relative;
  width: 100%;
}

.inbox_chatting_box .chatting_content li {
  display: block;
  padding: 25px 0 5px;
  margin-bottom: 0;
  clear: both;
}

.inbox_chatting_box .chatting_content li p {
  background-color: #F1FCFA;
  border-radius: 8px;
  color: var(--headings-color);
  font-size: 14px;
  padding: 15px 20px;
  max-width: 456px;
}

.inbox_chatting_box .chatting_content li.reply {
  margin: -15px 0;
}

.inbox_chatting_box .chatting_content li.reply p {
  background-color: rgba(91, 187, 123, 0.05);
  border-radius: 8px;
  color: #5BBB7B;
  max-width: 450px;
  padding: 15px 30px;
  text-align: right;
}

.inbox_chatting_box .title {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.inbox_chatting_box small {
  color: #697488;
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
}

.inbox_user_list {
  display: inline-block;
  padding: 30px 10px 25px 30px;
  width: 100%;
}

.inbox_user_list .iu_heading {
  padding-bottom: 25px;
}

.inbox_user_list .preview {
  font-size: 13px;
  font-family: var(--title-font-family);
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}

.inbox_user_list .m_notif {
  background-color: #1967D2;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 8px;
  font-weight: bold;
  line-height: 15px;
  height: 16px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 33px;
  width: 16px;
}

@media (max-width: 575.98px) {
  .inbox_user_list .m_notif {
    position: relative;
    right: auto;
    top: 0;
  }
}

.inbox_user_list .m_notif.online {
  background-color: #34A853;
}

.inbox_user_list .m_notif.away {
  background-color: #F9AB00;
}

.inbox_user_list .m_notif.busy {
  background-color: #e74c3c;
}

.chat-member-list {
  height: 620px;
  overflow-y: scroll;
}

.chat-member-list::-webkit-scrollbar {
  background: transparent;
  border-radius: 10px;
  padding-right: 10px;
  width: 4px;
}

.chat-member-list::-webkit-scrollbar-thumb {
  background-color: #E9E9E9;
  border-radius: 10px;
  height: 250px;
}

.chat-member-list img {
  width: 50px;
}

.chat-member-list .list-item {
  padding: 15px 0;
}

.chat_user_search {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.chat_user_search button {
  background-color: #F7F7F7;
  border-radius: 0;
  border: none;
  color: var(--headings-color);
  height: 50px;
  line-height: 45px;
  width: 50px;
}

.chat_user_search input.form-control {
  background-color: #F7F7F7;
  border: none;
  border-radius: 0;
  height: 50px;
  margin-right: 0 !important;
  position: absolute;
  left: 50px;
  padding-left: 0;
  padding-right: 0;
  right: 30px;
  width: 100%;
}

.iul_notific small {
  display: block;
  font-size: 13px;
  font-family: var(--title-font-family);
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media (max-width: 575.98px) {
  .iul_notific small {
    position: relative;
    right: auto;
    top: 0;
  }
}

/*	Messages Styles  */
/*	Listings Styles  */
.listing-style1 {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -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;
}

.listing-style1 .list-thumb {
  overflow: hidden;
  position: relative;
}

.listing-style1 img {
  -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;
}

.listing-style1 .listing-fav {
  background-color: #ffffff;
  -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);
  color: var(--headings-color);
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  width: 36px;
  -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;
}

.listing-style1 .list-content {
  padding: 25px 30px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .listing-style1 .list-content {
    padding: 25px 20px;
  }
}

@media (max-width: 340px) {
  .listing-style1 .list-content {
    padding: 25px 10px;
  }
}

.listing-style1 .list-title {
  margin-bottom: 15px;
}

.listing-style1 .list-title a {
  -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;
}

.listing-style1 .list-title a:hover {
  text-decoration: underline;
  text-decoration-color: #5BBB7B;
}

.listing-style1 .online-badge {
  background-color: #5BBB7B;
  border-radius: 50%;
  outline: 1px solid #ffffff;
  height: 7px;
  position: absolute;
  right: 0;
  width: 7px;
}

.listing-style1 hr {
  background-color: #E9E9E9;
  opacity: 1;
}

.listing-style1:hover {
  -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);
}

.listing-style1 .list-agent {
  position: absolute;
  right: 30px;
  top: -40px;
}

@media (max-width: 479px) {
  .listing-style1 .list-agent {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 10px;
  }
}

.listing-style1 .tag-del {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  -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);
  border-radius: 50%;
  color: #1F4B3F;
  font-size: 14px;
  height: 36px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 36px;
  z-index: 1;
  -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;
}

.listing-style1:hover .list-thumb img {
  transform: scale(1.1) rotate(-1deg);
}

.listing-style1:hover .listing-thumbIn-slider:before {
  opacity: 1;
}

.listing-style1.style2 {
  -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);
  border: none;
}

.listing-style1.style3 {
  border-radius: 16px;
}

.listing-style1.style4 {
  box-shadow: none;
}

.listing-style1.style4 .list-thumb {
  border-radius: 4px;
  overflow: hidden;
  margin: 10px;
}

.listing-style1.style4 .list-content {
  padding-top: 0;
}

.listing-style1.style5 {
  box-shadow: none;
  border: none;
}

.listing-style1.style5 .list-thumb {
  border-radius: 4px;
  overflow: hidden;
}

.listing-style1.style5 .list-content {
  padding-top: 10px;
}

@media (max-width: 1366px) {
  .listing-style1.list-style .list-thumb {
    width: 45%;
  }
}

@media (max-width: 1199.98px) {
  .listing-style1.list-style .list-thumb {
    width: auto;
  }
}

.listing-style1.list-style .list-content,
.listing-style1.listi-style2 .list-content {
  padding: 20px;
}

.listing-style1.list-style .listing-fav,
.listing-style1.listi-style2 .listing-fav {
  border: 1px solid #E9E9E9;
  right: 10px;
  top: -10px;
}

@media (max-width: 1366px) {

  .listing-style1.list-style .listing-fav,
  .listing-style1.listi-style2 .listing-fav {
    top: 10px;
  }
}

.listing-style1.list-style .listing-thumbIn-slider,
.listing-style1.listi-style2 .listing-thumbIn-slider {
  max-width: 329px;
}

@media (max-width: 1199.98px) {

  .listing-style1.list-style .listing-thumbIn-slider,
  .listing-style1.listi-style2 .listing-thumbIn-slider {
    max-width: initial;
  }
}

.listing-style1.listi-style2 .listing-fav {
  top: 10px;
}

.listing-style1.style8 {
  box-shadow: none;
}

.listing-style1.style8 .list-thumb {
  border-radius: 0;
  overflow: hidden;
}

.listing-style1.style8 .list-title {
  line-height: 28px;
}

.listing-style1.style8 .list-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}

.listing-style1.listing-type {
  border-radius: 4px;
  display: flex;
}

@media (max-width: 767.98px) {
  .listing-style1.listing-type {
    display: block;
  }
}

.listing-style1.listing-type .list-content {
  padding: 30px;
}

.listing-style1.listing-type .list-text2 {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-size: 13px;
  font-weight: normal;
}

.listing-style1.listing-type img {
  height: 100%;
}

.listing-style1.style12 {
  border-radius: 4px;
}

.listing-style1.sidebar-style1 {
  box-shadow: none;
}

.listing-style1.sidebar-style1 .list-thumb {
  border-radius: 8px;
}

.listing-style1.mini-style {
  border-radius: 4px;
  -webkit-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  -moz-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  -o-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  left: 40px;
  max-width: 305px;
  position: absolute;
  top: -223px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .listing-style1.mini-style {
    position: relative;
    top: 0;
  }
}

@media (max-width: 425px) {
  .listing-style1.mini-style {
    left: 0;
  }
}

.listing-style1.mini-style .btn {
  padding: 0;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.listing-style1.mini-style .btn i {
  margin-left: 10px;
  transform: rotate(-30deg);
}

.listing-style1.mini-style .list-content {
  padding: 30px;
}

.listing-style1.at-home9-hero .list-content {
  padding: 35px 20px 20px;
}

.listing-style1.dashboard-style {
  box-shadow: none;
}

.listing-style1.dashboard-style .list-thumb {
  border-radius: 4px;
  height: 90px;
  max-width: 110px;
}

.listing-style1.dashboard-style img {
  border-radius: 4px;
}

.listing-style1.dashboard-style .list-text {
  margin-bottom: 0px;
}

.tag-del {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  -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);
  border-radius: 50%;
  color: #1F4B3F;
  font-size: 14px;
  height: 36px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 36px;
  z-index: 1;
  -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;
}

.listing-thumbIn-slider:before {
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 51.22%, rgba(34, 34, 34, 0.6) 100%);
  bottom: 0;
  content: "";
  height: 80%;
  left: 0;
  position: absolute;
  right: 0;
  opacity: 0;
  z-index: 1;
  -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;
}

.apartment-style1 {
  background-color: #ffffff;
  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);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.apartment-style1 .apartment-content {
  padding: 20px;
}

.apartment-style2 {
  position: relative;
}

.apartment-style2 .apartment-content {
  bottom: 0;
  left: 0;
  position: absolute;
  padding-top: 40px;
  right: 0;
  top: 0;
}

.pagination_page_count {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

.page_control_shorting {
  position: relative;
}

.page_control_shorting .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.page_control_shorting .dropdown-item.active,
.page_control_shorting .dropdown-item:focus {
  background-color: rgba(91, 187, 123, 0.07);
  color: var(--headings-color);
}

.page_control_shorting .pcs_dropdown span {
  color: #697488;
  margin-right: -8px;
}

.page_control_shorting .btn.btn-light {
  background-color: transparent;
  border: none;
  height: auto;
  width: auto;
  outline: none !important;
}

.page_control_shorting .btn.btn-light:focus {
  box-shadow: none;
  outline: none !important;
}

.page_control_shorting a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  -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;
}

.page_control_shorting a:hover {
  font-weight: 500;
  text-decoration: underline;
}

.half_map_area_content {
  height: 850px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px 20px;
}

.half_map_area_content::-webkit-scrollbar {
  background: transparent;
  border-radius: 3px;
  padding-right: 10px;
  width: 5px;
}

.half_map_area_content::-webkit-scrollbar-thumb {
  background-color: #F7F7F7;
  border-radius: 3px;
  height: 200px;
}

.map-canvas.half_style {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .map-canvas.half_style {
    height: 400px;
    position: relative;
  }
}

/* Property Signle CSS */
.property-action .icon {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  -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;
}

.property-action .icon:hover {
  border: 1px solid #222222;
  color: #222222;
}

.property-action .price {
  font-size: 26px;
  letter-spacing: 0.02em;
}

.property-action .space {
  letter-spacing: 0.02em;
}

.property-action.dark-version .icon {
  color: #ffffff;
}

.property-action.dark-version .icon:hover {
  background-color: #ffffff;
  color: var(--headings-color);
}

.sp-img-content {
  position: relative;
}

.sp-img-content .preview-img-1 {
  border-radius: 12px 0 0 12px;
  height: 558px;
}

@media (max-width: 1199.98px) {
  .sp-img-content .preview-img-1 {
    height: 430px;
  }
}

@media (max-width: 991.98px) {
  .sp-img-content .preview-img-1 {
    border-radius: 0;
    height: auto;
  }
}

@media (max-width: 1199.98px) {
  .sp-img-content .preview-img-1.sp-v3 {
    height: auto;
  }
}

.sp-img-content.at-sp-v10 .preview-img-1 {
  height: 680px;
}

@media (max-width: 991.98px) {
  .sp-img-content.at-sp-v10 .preview-img-1 {
    height: auto;
  }
}

.sp-img-content.at-sp-v10 .preview-img-2 {
  height: 220px;
}

@media (max-width: 991.98px) {
  .sp-img-content.at-sp-v10 .preview-img-2 {
    height: auto;
  }
}

.sp-img-content .preview-img-3 {
  border-radius: 0 12px 0 0;
}

@media (max-width: 991.98px) {
  .sp-img-content .preview-img-3 {
    border-radius: 0;
  }
}

.sp-img-content .preview-img-5 {
  border-radius: 0 0 12px 0;
}

@media (max-width: 991.98px) {
  .sp-img-content .preview-img-5 {
    border-radius: 0;
  }
}

.sp-img-content .all-tag {
  background-color: #ffffff;
  border-radius: 8px;
  bottom: 20px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  display: block;
  padding: 7px 20px;
  position: absolute;
  right: 20px;
}

.sp-img-content .all-tag.style2 {
  border-radius: 50%;
  height: 65px;
  line-height: 55px;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 40%;
  width: 65px;
}

.sp-img-content .sp-img {
  display: block;
  overflow: hidden;
  position: relative;
}

.sp-img-content .sp-img img {
  height: 100%;
  -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;
}

.sp-img-content .sp-img:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.overview-element {
  position: relative;
}

.overview-element .icon {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  color: var(--headings-color);
  display: block;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.overview-element.dark-version .icon {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.overview-element.dark-version .icon:hover {
  background-color: #ffffff;
  color: var(--headings-color);
}

.property_video {
  background-image: url(../images/listings/listing-single-6.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  height: 350px;
  position: relative;
}

.property_video .video_popup_btn {
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--headings-color);
  display: block;
  height: 54px;
  line-height: 54px;
  outline: 1px solid #ffffff;
  outline-offset: 15px;
  text-align: center;
  width: 54px;
  -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;
}

.property_video .video_popup_btn:hover {
  outline-offset: 7px;
}

.nearby {
  position: relative;
}

.nearby .rating {
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  height: 44px;
  line-height: 44px;
  outline: 3px solid #C4C640;
  text-align: center;
  width: 44px;
}

.nearby .rating.style2 {
  outline: 3px solid #EB6753;
}

.nearby .blog-single-review {
  top: 13px;
}

@media (max-width: 767.98px) {
  .nearby .blog-single-review {
    top: 0;
  }
}

.walkscore {
  position: relative;
}

.walkscore .icon {
  background-color: rgba(91, 187, 123, 0.07);
  border-radius: 50%;
  color: #5BBB7B;
  display: block;
  font-size: 30px;
  height: 70px;
  line-height: 80px;
  text-align: center;
  width: 70px;
}

.calculator-chart-percent {
  border-radius: 12px;
  height: 12px;
  overflow: hidden;
}

.calculator-chart-percent .principal-interest-st,
.calculator-chart-percent .property-tax-st,
.calculator-chart-percent .home-insurance-st {
  height: 12px;
}

.calculator-chart-percent .principal-interest-st {
  background-color: #82DDD0;
  width: 56.2748%;
}

.calculator-chart-percent .property-tax-st {
  background-color: #80A1CC;
  width: 32.7942%;
}

.calculator-chart-percent .home-insurance-st {
  background-color: #F5DD86;
  width: 10.931%;
}

.list-result-calculator li {
  width: calc(50% - 30px);
  margin-bottom: 15px;
}

.list-result-calculator li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #82DDD0;
  margin-right: 12px;
}

@media (max-width: 767.98px) {
  .list-result-calculator li {
    width: auto;
  }
}

.list-result-calculator .name-result+span {
  color: var(--headings-color);
  margin-left: auto;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 100%;
  width: 100%;
}

.sp-v5-property-details {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}

.sp-v5-property-details .sp-lg-title,
.sp-v5-property-details .text,
.sp-v5-property-details .price,
.sp-v5-property-details a {
  color: #ffffff;
}

@media (max-width: 1199.98px) {

  .sp-v5-property-details .sp-lg-title,
  .sp-v5-property-details .text,
  .sp-v5-property-details .price,
  .sp-v5-property-details a {
    color: inherit;
  }
}

.sp-v5-property-details .icon:hover {
  background-color: #5BBB7B;
  border-color: #5BBB7B;
  color: #ffffff;
}

@media (max-width: 1199.98px) {
  .sp-v5-property-details {
    margin-top: 0;
  }
}

.tab-map-sp-v5 {
  position: relative;
}

.tab-map-sp-v5:before {
  background-color: rgba(34, 34, 34, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .tab-map-sp-v5:before {
    display: none;
  }
}

.sp-v9-forn {
  left: 20px;
  max-width: 390px;
  position: absolute;
  top: 20px;
  width: 100%;
}

.categories_list_section {
  border-bottom: 1px solid #E9E9E9;
  padding: 7px 0 3px;
}

.listings_category_nav_list_menu {
  position: relative;
}

.listings_category_nav_list_menu ul {
  width: 1265px;
}

.listings_category_nav_list_menu li {
  padding: 0 25px 0 0;
}

.listings_category_nav_list_menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.listings_category_nav_list_menu a {
  display: block;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  position: relative;
}

.listings_category_nav_list_menu a.active {
  font-weight: 500;
}

.listings_category_nav_list_menu a:before {
  background-color: var(--headings-color);
  bottom: -3px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  width: 0;
  -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;
}

.listings_category_nav_list_menu a.active:before,
.listings_category_nav_list_menu a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .listings_category_nav_list_menu {
    overflow-x: auto;
  }
}

.listings_category_nav_list_menu.at-home4 a:before {
  bottom: 0;
}

/* About Pages Design Content Styles */
.about-box-1 {
  position: relative;
}

.about-box-1 .list-style1 li {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.about-box2 {
  background-color: rgba(91, 187, 123, 0.07);
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 60px 60px 160px;
  position: relative;
}

@media (max-width: 991.98px) {
  .about-box2 {
    padding: 40px 30px;
  }
}

.about-box2 .title {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.02em;
}

.about-box2 .img-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  .about-box2 .img-1 {
    display: none;
  }
}

.freelancer-widget {
  background-color: #ffffff;
  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);
  margin-bottom: 30px;
  max-width: 345px;
  padding: 40px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .freelancer-widget {
    padding: 40px 20px;
  }
}

.freelancer-widget .title {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.exclusive-agent-single {
  background-color: #ffffff;
  bottom: -90px;
  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);
  max-width: 250px;
  padding: 20px;
  position: absolute;
  right: 70px;
  bottom: -60px;
  right: 30px;
}

.exclusive-agent-single .agent-img {
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .exclusive-agent-single {
    bottom: -20px;
  }
}

@media (max-width: 767.98px) {
  .exclusive-agent-single {
    bottom: 0;
    position: relative;
    right: 0;
  }
}

.left-top-img {
  position: absolute;
  left: -60px;
  top: 0;
}

@media (max-width: 767.98px) {
  .left-top-img {
    width: 40%;
  }
}

.right-bottom-img {
  bottom: -50px;
  position: absolute;
  right: 0;
}

@media (max-width: 767.98px) {
  .right-bottom-img {
    width: 50%;
  }
}

.service-v1-vector {
  bottom: -10px;
  position: absolute;
  right: 5%;
}

.service-v1-vector.at-job {
  bottom: 0;
}

.vector-v12 {
  bottom: 0;
  position: absolute;
  right: 6.6%;
  top: 0;
}

.service-v3-vector {
  bottom: 0;
  position: absolute;
  right: 5%;
}

.imgbox-about-page .img-1 {
  bottom: 500px;
  position: absolute;
  right: -100px;
}

.imgbox-about-page .img-2 {
  left: 230px;
  opacity: 0.2;
  position: absolute;
  top: -100px;
}

.imgbox-about-page .img-3 {
  left: -100px;
  opacity: 0.2;
  position: absolute;
  top: -100px;
}

.imgbox-about-page .img-4 {
  bottom: 500px;
  left: -100px;
  position: absolute;
}

.imgbox-about-page .img-5 {
  position: absolute;
  right: 60px;
  top: -60px;
}

.imgbox-1 {
  position: relative;
}

.imgbox-1 .img-1 {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

@media (max-width: 400px) {
  .imgbox-1 .img-1 {
    width: 100%;
  }
}

.floating-img-1 {
  position: absolute;
  left: -150px;
  top: -150px;
}

.floating-img-2 {
  position: absolute;
  right: 0;
  top: -50px;
}

.floating-img-3 {
  position: absolute;
  right: -150px;
}

.home4-about-1 {
  position: relative;
}

.home4-about-1 .iconbox-small1 {
  top: -35px;
  top: 0;
}

.home4-about-1 .iconbox-small2 {
  top: 0;
  right: 0;
}

.home4-about-1 .img-1 {
  bottom: -30px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.home5-floating-img-1 {
  position: absolute;
  right: 4%;
}

@media (max-width: 767.98px) {
  .video-button-home8 {
    margin-bottom: -40%;
    margin-top: 40%;
  }
}

.video-button-home11 {
  background: #ffffff;
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 17px;
  height: 80px;
  left: 0;
  line-height: 80px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 35%;
  text-align: center;
  width: 80px;
}

.video-button-home11.at-home13 {
  top: 40%;
}

.listbox-style1 {
  max-width: 330px;
  position: relative;
  z-index: 1;
}

/*	Hero Styles All Type Of  */
/*	Home 1 Banner */
.home1-banner-content {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 35%;
  width: 80%;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .home1-banner-content {
    top: 30%;
  }
}

@media (max-width: 767.98px) {
  .home1-banner-content {
    top: 25%;
    width: 100%;
  }
}

.home1-banner-content.at-home9 {
  top: 25%;
}

@media (max-width: 767.98px) {
  .home1-banner-content.at-home9 {
    top: 8%;
  }
}

/*	Home 2 Banner  */
/*	Home 3 Banner */
.home3-hero {
  background-image: url(../images/background/home3-bg.png);
  align-items: center;
  display: flex;
  height: 670px;
}

.home3-hero-content .title {
  font-size: 45px;
  line-height: 59px;
}

@media (max-width: 767.98px) {
  .home3-hero-content .title {
    font-size: 30px;
    line-height: 45px;
  }
}

.home3-hero-img {
  bottom: -400px;
  position: absolute;
  right: -90px;
}

@media (max-width: 1600px) {
  .home3-hero-img {
    right: 0;
  }
}

.home3-hero-partner img {
  filter: contrast(0.1);
  -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;
}

.home3-hero-partner img:hover {
  filter: contrast(1);
}

/*	Home 4 Banner Content */
/*	Home 5 Slider Content */
.slider-slide-item {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 900px;
  position: relative;
}

.slider-slide-item:before {
  background-color: rgba(34, 34, 34, 0.6);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .slider-slide-item {
    height: 500px;
  }
}

.thumbimg-countnumber-carousel .slider-subtitle {
  font-family: var(--title-font-family);
  font-weight: 600;
  margin: 0 0 10px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@media (max-width: 991.98px) {
  .thumbimg-countnumber-carousel .slider-subtitle {
    font-size: 26px;
  }
}

.thumbimg-countnumber-carousel .slider-title {
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 52px;
  margin: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@media (max-width: 991.98px) {
  .thumbimg-countnumber-carousel .slider-title {
    font-size: 36px;
  }
}

.thumbimg-countnumber-carousel .slider-text {
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.thumbimg-countnumber-carousel .slider-btn {
  border-color: transparent;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.thumbimg-countnumber-carousel .active .slider-subtitle {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.thumbimg-countnumber-carousel .active .slider-title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.thumbimg-countnumber-carousel .active .slider-text {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.thumbimg-countnumber-carousel .active .slider-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/*	Home 2 Banner */
.hero-home2 {
  background-image: url(../images/background/home2-hero-bg.jpg);
  background-position: center bottom;
  background-size: cover;
  align-items: end;
  display: flex;
  height: 860px;
}

@media (max-width: 1399.98px) {
  .hero-home2 {
    align-items: center;
  }
}

@media (max-width: 1199.98px) {
  .hero-home2 {
    height: auto;
  }
}

.main-img-home2 {
  bottom: 0;
  left: -100px;
  position: absolute;
}

@media (max-width: 1400px) {
  .main-img-home2 {
    left: 0;
    width: 100%;
  }
}

.home2-hero-content .img-1 {
  left: -50px;
  position: absolute;
  top: 365px;
}

.home2-hero-content .iconbox-small1 {
  border-radius: 16px;
  padding: 20px 30px 20px 20px;
  top: 0;
}

.home2-hero-content .iconbox-small1 .icon {
  background-color: rgba(91, 187, 123, 0.15);
  color: #5BBB7B;
  left: 0;
  position: relative;
  top: 0;
}

.home2-hero-content .iconbox-small1:hover .icon {
  background-color: rgba(91, 187, 123, 0.15);
  color: #5BBB7B;
}

.home2-hero-content .iconbox-small2 {
  border-radius: 16px;
  padding: 20px 30px 20px 20px;
  right: -90px;
  top: 300px;
}

@media (max-width: 1500px) {
  .home2-hero-content .iconbox-small2 {
    right: 0;
  }
}

@media (max-width: 1400px) {
  .home2-hero-content .iconbox-small2 {
    right: -60px;
    top: 200px;
  }
}

.home2-hero-content .iconbox-small2 .icon {
  background-color: rgba(31, 75, 63, 0.1);
  color: #1F4B3F;
  left: 0;
  position: relative;
  top: 0;
}

.home2-hero-content .iconbox-small2:hover .icon {
  background-color: rgba(31, 75, 63, 0.1);
  color: #1F4B3F;
}

/*	Home 3 Banner */
/*	Home 4 Banner */
/*	Home 5 Banner */
.hero-home5 {
  align-items: center;
  background: linear-gradient(180deg, #FBF7ED 0%, rgba(251, 247, 237, 0) 100%);
  display: flex;
  height: 760px;
  margin-top: -80px;
}

@media (max-width: 991.98px) {
  .hero-home5 {
    padding-top: 120px;
  }
}

.home5-hero-content {
  position: relative;
}

.home5-hero-content .img-1 {
  bottom: 150px;
  position: absolute;
  top: auto;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .home5-hero-content .img-1 {
    bottom: 0;
  }
}

.home5-hero-content .iconbox-small1 {
  top: 200px;
}

.home5-hero-content .iconbox-small1 .icon {
  background-color: #1F4B3F;
}

.home5-hero-content .iconbox-small1:hover .icon {
  background-color: #F5CB77;
}

.home5-hero-content .iconbox-small2 {
  bottom: 200px;
  top: auto;
}

.home5-hero-content .iconbox-small2 .icon {
  background-color: #1F4B3F;
}

.home5-hero-content .iconbox-small2:hover .icon {
  background-color: #F5CB77;
}

/*	Home 6 Banner */
.hero-home6:before {
  background-color: #FAF7EE;
  bottom: 0;
  content: "";
  height: 115%;
  position: absolute;
  right: 0;
  top: -80px;
  width: 29.5%;
  z-index: -1;
}

.home6-hero-content {
  position: relative;
}

.home6-hero-content .img-1 {
  position: absolute;
  top: 30%;
}

.home6-hero-content .img-2 {
  position: absolute;
  right: 0;
  top: 20px;
}

.home6-hero-content .img-3 {
  position: absolute;
  right: -10px;
  top: 50%;
}

.home6-hero-content .img-4 {
  position: absolute;
  left: 90px;
  top: 100px;
}

.home6-hero-content .img-5 {
  position: absolute;
  right: 160px;
  top: -10px;
}

.home6-hero-content .iconbox-small1 {
  bottom: 170px;
  top: auto;
}

.home6-hero-content .iconbox-small1 .icon {
  background-color: #1F4B3F;
}

.home6-hero-content .iconbox-small1:hover .icon {
  background-color: #F1AB88;
}

.home6-hero-content .iconbox-small2 {
  bottom: 70px;
  top: auto;
}

.home6-hero-content .iconbox-small2 .icon {
  background-color: #1F4B3F;
}

.home6-hero-content .iconbox-small2:hover .icon {
  background-color: #F1AB88;
}

.home6-newslatter {
  background-image: url(../images/background/home6-newslatter-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/*	Home 7 Banner */
.hero-home7 {
  align-items: center;
  display: flex;
  height: 650px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .hero-home7 {
    height: auto;
  }
}

.hero-home7:before {
  background-color: #F1FCFA;
  content: "";
  height: 513px;
  position: absolute;
  right: 0;
  top: 70px;
  width: 513px;
}

@media (max-width: 991.98px) {
  .hero-home7:before {
    display: none;
  }
}

.home7-hero-slide {
  position: relative;
}

.home7-hero-slide .details {
  position: absolute;
  left: 30px;
  top: 30px;
}

.home7-hero-slider:before {
  background-color: #FFEDE8;
  bottom: -50px;
  content: "";
  height: 277px;
  left: -50px;
  position: absolute;
  right: -50px;
}

@media (max-width: 1199.98px) {
  .home7-hero-slider:before {
    bottom: -30px;
    left: -30px;
    right: -30px;
  }
}

/*	Home 8 Banner */
.hero-home8 {
  background-image: url(../images/background/home8-hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  height: 800px;
  position: relative;
}

.home8-hero-img {
  position: absolute;
  right: 0;
  top: 80px;
}

/*	Home 9 Banner */
.home9-hero-content .banner-style-one .slide {
  display: flex;
  height: 780px;
  align-items: center;
}

@media (max-width: 767.98px) {
  .home9-hero-content .banner-style-one .slide {
    height: 650px;
  }
}

.home9-tags a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: inline-block;
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  margin-right: 10px;
  padding: 5px 24px;
}

.home9-tags a:last-child {
  margin-right: 0;
}

.home9-tags.at-home12 a {
  background-color: #ffffff;
  color: #222222;
}

.home9-tags.at-home16 a {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  color: #222222;
}

.home9-tags.at-home16 a:hover {
  background-color: #FBF7ED;
}

.home9-tags.at-home18 a {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  color: #222222;
}

.home9-tags.at-home18 a:hover {
  background-color: #FFEDE8;
}

/*	Home 10 Banner */
.home10-hero-content .banner-style-one .slide {
  display: flex;
  height: 700px;
  align-items: center;
}

@media (max-width: 767.98px) {
  .home10-hero-content .banner-style-one .slide {
    height: 500px;
  }
}

.home10-hero-content .navi_pagi_bottom_center.owl-theme .owl-nav {
  bottom: 45px;
}

.home10-hero-content .navi_pagi_bottom_center.owl-theme .owl-dots {
  bottom: 23px;
}

/*	Home 11 Banner */
.home11-hero-content {
  position: relative;
}

.home11-hero-content .tag {
  background-color: #FFEDE8;
  border-radius: 12px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 13px;
  padding: 5px 17px;
}

.home11-hero-content .title {
  font-size: 55px;
  line-height: 72px;
}

@media (max-width: 767.98px) {
  .home11-hero-content .title {
    font-size: 30px;
    line-height: 45px;
  }
}

.home11-hero-img {
  position: relative;
}

.home11-hero-img .iconbox-small1 {
  border-radius: 16px;
  padding: 20px 30px 20px 20px;
  bottom: 0;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  top: auto;
}

@media (max-width: 767.98px) {
  .home11-hero-img .iconbox-small1 {
    position: absolute;
  }
}

.home11-hero-img .iconbox-small1 .icon {
  background-color: #222222;
  color: #ffffff;
  left: 0;
  position: relative;
  top: 0;
}

.home11-hero-img .iconbox-small1:hover .icon {
  background-color: #EAFAC1;
  color: #222222;
}

.home11-hero-img .iconbox-small2 {
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  padding: 20px 30px 20px 20px;
  right: -90px;
  top: 300px;
}

@media (max-width: 1500px) {
  .home11-hero-img .iconbox-small2 {
    right: 0;
  }
}

@media (max-width: 1400px) {
  .home11-hero-img .iconbox-small2 {
    right: -30px;
    top: 200px;
  }
}

@media (max-width: 767.98px) {
  .home11-hero-img .iconbox-small2 {
    position: absolute;
    right: 0;
  }
}

.home11-hero-img .iconbox-small2 .icon {
  background-color: #EAFAC1;
  color: #222222;
  left: 0;
  position: relative;
  top: 0;
}

.home11-hero-img .iconbox-small2:hover .icon {
  background-color: #EAFAC1;
  color: #222222;
}

/*	Home 12 Banner */
.hero-home12 {
  background-image: url(../images/background/home12-hero-bg.png);
  display: flex;
  align-items: center;
  height: 860px;
}

.home12-hero-content {
  position: relative;
}

.home12-hero-content .tag {
  background-color: #EAFAC1;
  border-radius: 120px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 13px;
  padding: 5px 17px;
}

.home12-hero-img .img-0 {
  bottom: 0;
  position: absolute;
}

.home12-hero-img .img-1 {
  left: 70px;
  position: absolute;
  top: 0;
}

.home12-hero-img .img-2 {
  right: -100px;
  position: absolute;
  top: 100px;
  width: 108px;
  z-index: 1;
}

@media (max-width: 1500px) {
  .home12-hero-img .img-2 {
    right: 0;
    top: 0;
  }
}

.home12-hero-img .img-3 {
  position: absolute;
  right: -100px;
  top: 450px;
  width: 80px;
  z-index: 1;
}

@media (max-width: 1500px) {
  .home12-hero-img .img-3 {
    right: 0;
  }
}

.home12-hero-img .iconbox-small1 {
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  margin-left: 4%;
  padding: 20px 30px 20px 20px;
  bottom: 50px;
  top: auto;
}

@media (max-width: 767.98px) {
  .home12-hero-img .iconbox-small1 {
    position: absolute;
  }
}

.home12-hero-img .iconbox-small1 .icon {
  background-color: #CEF9D6;
  color: #222222;
  left: 0;
  position: relative;
  top: 0;
}

.home12-hero-img .iconbox-small1:hover .icon {
  background-color: #CEF9D6;
  color: #222222;
}

.home12-hero-img .iconbox-small2 {
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  bottom: 250px;
  padding: 20px 30px 20px 20px;
  right: 200px;
  top: auto;
}

@media (max-width: 1500px) {
  .home12-hero-img .iconbox-small2 {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .home12-hero-img .iconbox-small2 {
    position: absolute;
    right: 0;
  }
}

.home12-hero-img .iconbox-small2 .icon {
  background-color: #222222;
  color: #ffffff;
  left: 0;
  position: relative;
  top: 0;
}

.home12-hero-img .iconbox-small2:hover .icon {
  background-color: #222222;
  color: #ffffff;
}

/*	Home 13 Banner */
.hero-home13 {
  background-image: url(../images/background/home13-hero-bg.png);
  display: flex;
  align-items: center;
  height: 860px;
}

@media (max-width: 1199.98px) {
  .hero-home13 {
    height: auto;
    padding-bottom: 60px;
  }
}

.hero-home13.at-home17 {
  background-image: url(../images/background/home17-hero-bg.png);
}

.hero-home13.at-home18 {
  background-image: url(../images/background/home18-hero-bg.png);
  border-radius: 30px;
}

.hero-home13.at-home20 {
  background-image: url(../images/background/home20-hero-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

.home13-hero-content {
  position: relative;
}

.home13-hero-content .tag {
  background-color: #222222;
  border-radius: 120px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 13px;
  padding: 5px 17px;
}

.home13-hero-img .img-4 {
  bottom: -18px;
  position: absolute;
  right: 30px;
}

.home13-hero-img .iconbox-small1 {
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  padding: 20px 30px 20px 20px;
  right: -40%;
  top: 40%;
}

@media (max-width: 1600px) {
  .home13-hero-img .iconbox-small1 {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .home13-hero-img .iconbox-small1 {
    position: absolute;
  }
}

.home13-hero-img .iconbox-small1 .icon {
  background-color: #CEF9D6;
  color: #222222;
  left: 0;
  position: relative;
  top: 0;
}

.home13-hero-img .iconbox-small1:hover .icon {
  background-color: #CEF9D6;
  color: #222222;
}

/*	Home 14 Banner */
.home14-hero-content {
  position: relative;
}

.home14-hero-content .title {
  font-size: 55px;
}

.home14-hero-content .title span {
  position: relative;
}

.home14-hero-content .title span:before {
  background-color: #e0d1f1;
  content: "";
  bottom: 5px;
  height: 19px;
  left: -5px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .home14-hero-content .title {
    font-size: 30px;
  }
}

.home14-ctaimg-1 {
  position: relative;
}

.home14-ctaimg-1 .iconbox-small1 {
  border-radius: 16px;
  padding: 20px 30px 20px 20px;
  bottom: 0;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  top: auto;
}

@media (max-width: 767.98px) {
  .home14-ctaimg-1 .iconbox-small1 {
    position: absolute;
  }
}

.home14-ctaimg-1 .iconbox-small1 .icon {
  background-color: #CEF9D6;
  color: #222222;
  left: 0;
  position: relative;
  top: 0;
}

.home14-ctaimg-1 .iconbox-small1:hover .icon {
  background-color: #CEF9D6;
  color: #222222;
}

.home14-ctaimg-1 .iconbox-small2 {
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  padding: 20px 30px 20px 20px;
  right: 50px;
  top: 300px;
}

@media (max-width: 1500px) {
  .home14-ctaimg-1 .iconbox-small2 {
    right: 0;
  }
}

@media (max-width: 1400px) {
  .home14-ctaimg-1 .iconbox-small2 {
    right: -30px;
    top: 200px;
  }
}

@media (max-width: 767.98px) {
  .home14-ctaimg-1 .iconbox-small2 {
    position: absolute;
    right: 0;
  }
}

.home14-ctaimg-1 .iconbox-small2 .icon {
  background-color: rgba(31, 75, 63, 0.1);
  color: #1F4B3F;
  left: 0;
  position: relative;
  top: 0;
}

.home14-ctaimg-1 .iconbox-small2:hover .icon {
  background-color: #EAFAC1;
  color: #222222;
}

.home13-hero-img .img-1 {
  position: absolute;
  top: 8%;
}

/*	Home 15 Banner */
.hero-home15 {
  border-radius: 0px 0px 20px 20px;
}

.home15-hero-img .iconbox-small1 {
  border-radius: 0 30px 30px 30px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  padding: 20px 30px 20px 20px;
  right: -20%;
  top: 40%;
}

@media (max-width: 1600px) {
  .home15-hero-img .iconbox-small1 {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .home15-hero-img .iconbox-small1 {
    position: absolute;
  }
}

.home15-hero-img .iconbox-small1 .icon {
  background-color: #F6CC77;
  color: #222222;
  left: 0;
  position: relative;
  top: 0;
}

.home15-hero-img .iconbox-small1:hover .icon {
  background-color: #CEF9D6;
  color: #222222;
}

.home15-hero-img .iconbox-small2 {
  border-radius: 30px 0 30px 30px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  bottom: 10%;
  left: -10%;
  right: auto;
  padding: 20px 30px 20px 20px;
  top: auto;
}

@media (max-width: 767.98px) {
  .home15-hero-img .iconbox-small2 {
    position: absolute;
  }
}

.home15-hero-img .iconbox-small2 .icon {
  background-color: #168882;
  color: #ffffff;
  left: 0;
  position: relative;
  top: 0;
}

.home15-hero-img .iconbox-small2:hover .icon {
  background-color: #CEF9D6;
  color: #222222;
}

/*	Home 16 Banner */
.hero-home16 {
  background-image: url(../images/background/home16-hero-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home16-hero-fltimg {
  max-height: 740px;
  max-width: 840px;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
}

.home16-hero-fltimg.at-home19 {
  max-height: 800px;
  max-width: 900px;
}

/*	Home 17 Banner */
.home17-hero-content {
  position: relative;
}

.home17-hero-content .btn-1 {
  background-color: #3F5D56;
  color: #97FCC4;
}

.home17-hero-content .btn-2 {
  background-color: #97FCC4;
  border: 1px solid #E9E9E9;
  color: #222222;
}

.home17-hero-img {
  position: relative;
}

.home17-hero-img .iconbox-small1 {
  background-color: #2D62DC;
  border-radius: 120px;
  bottom: -40px;
  padding: 20px 30px 20px 20px;
  top: auto;
  right: -60px;
}

@media (max-width: 1600px) {
  .home17-hero-img .iconbox-small1 {
    right: -50px;
  }
}

@media (max-width: 1440px) {
  .home17-hero-img .iconbox-small1 {
    right: 0px;
  }
}

.home17-hero-img .iconbox-small1 .icon {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  left: 0;
  position: relative;
  top: 0;
}

.home17-hero-img .img-1 {
  left: -30px;
  position: absolute;
  top: 45%;
}

/*	Home 18 Banner */
.home18-hero-content {
  position: relative;
}

.home18-hero-content .btn-1 {
  background-color: #F9FCAA;
  color: #222222;
}

.home18-hero-content .btn-2 {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
}

.home18-hero-img {
  position: relative;
}

.home18-hero-img .detail {
  left: 140px;
  position: absolute;
  top: 120px;
}

@media (max-width: 1200px) {
  .home18-hero-img .detail {
    left: 30px;
  }
}

.home18-hero-img .iconbox-small1 {
  background-color: #F9FCAA;
  border-radius: 120px;
  bottom: 300px;
  padding: 20px 30px 20px 20px;
  top: auto;
  right: -150px;
}

@media (max-width: 1600px) {
  .home18-hero-img .iconbox-small1 {
    right: -50px;
  }
}

@media (max-width: 1440px) {
  .home18-hero-img .iconbox-small1 {
    right: 0px;
  }
}

.home18-hero-img .iconbox-small1 .icon {
  background-color: #3A473C;
  color: #F9FCAA;
  left: 0;
  position: relative;
  top: 0;
}

.home18-hero-img .img-1 {
  bottom: 40px;
  left: -100px;
  position: absolute;
}

.home18-hero-img .img-2 {
  left: 100px;
  position: absolute;
  top: 30px;
}

.home18-hero-img .img-3 {
  opacity: 0.15;
  left: auto;
  position: absolute;
  right: 30px;
  top: 50px;
}

/*	Home 19 Banner */
.home19-hero-fltimg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: -1;
}

.home19-hero-fltimg-2 {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  z-index: -1;
}

/*	Home 20 Banner */
.home20-hero-content {
  position: relative;
}

.home20-hero-content .title {
  font-size: 55px;
}

@media (max-width: 991.98px) {
  .home20-hero-content .title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .home20-hero-content .title {
    font-size: 30px;
  }
}

.home20-hero-imgs-left .img-1 {
  left: 6%;
  position: absolute;
  top: 21%;
}

.home20-hero-imgs-left .img-2 {
  left: 24%;
  position: absolute;
  top: 6%;
}

.home20-hero-imgs-left .img-3 {
  left: 18%;
  position: absolute;
  top: 36%;
}

.home20-hero-imgs-left .img-4 {
  bottom: 27%;
  left: 15%;
  position: absolute;
}

.home20-hero-imgs-right .img-1 {
  right: 6%;
  position: absolute;
  top: 21%;
}

.home20-hero-imgs-right .img-2 {
  right: 24%;
  position: absolute;
  top: 6%;
}

.home20-hero-imgs-right .img-3 {
  right: 18%;
  position: absolute;
  top: 36%;
}

.home20-hero-imgs-right .img-4 {
  bottom: 27%;
  right: 15%;
  position: absolute;
}

/*	ALl Blogs Styles Here	*/
.blog-style1 {
  background-color: #ffffff;
  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);
  margin-bottom: 30px;
  position: relative;
  -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;
}

.blog-style1 .blog-img {
  overflow: hidden;
}

.blog-style1 .blog-img img {
  -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;
}

.blog-style1 .blog-content {
  padding: 30px;
  position: relative;
}

.blog-style1 .date {
  color: var(--body-text-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
}

.blog-style1 .title {
  -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;
}

.blog-style1:hover .blog-img img {
  transform: scale(1.1) rotate(-1deg);
}

.blog-style1:hover .title,
.blog-style1:hover .title a {
  color: #5BBB7B;
  text-decoration: underline;
}

.blog-style1.large-size {
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
}

.blog-style1.large-size .blog-img {
  border-radius: 0;
  overflow: hidden;
}

.blog-style1.large-size .title {
  font-size: 28px;
}

.blog-style1.list-style {
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
}

.blog-style1.list-style .blog-img {
  border-radius: 4px;
  position: relative;
}

.blog-style1.list-style .title {
  font-size: 28px;
}

.blog-style1.at-home5 {
  border-radius: 8px;
  box-shadow: none;
}

.blog-style1.at-home5.active,
.blog-style1.at-home5:hover {
  -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);
}

.blog-style1.at-home6 {
  box-shadow: none;
}

.blog-style1.at-home7 {
  box-shadow: none;
}

.blog-style1.at-home7:hover {
  border: 1px solid #222222;
  -webkit-box-shadow: 10px 10px 0px #FFEDE8;
  -moz-box-shadow: 10px 10px 0px #FFEDE8;
  -o-box-shadow: 10px 10px 0px #FFEDE8;
  box-shadow: 10px 10px 0px #FFEDE8;
}

.blog-style1.at-home8 {
  box-shadow: none;
}

.blog-style1.at-home8 .blog-content {
  padding: 20px 0;
}

.custom_bsp_grid,
.list-style-type-bullet {
  position: relative;
}

.custom_bsp_grid li,
.list-style-type-bullet li {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 46px;
  list-style-type: disc;
}

.custom_bsp_grid li::marker,
.list-style-type-bullet li::marker {
  color: #1F4B3F;
}

.custom_bsp_grid.dashboard-style li,
.list-style-type-bullet.dashboard-style li {
  line-height: 28px;
}

.blog_post_share span {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
}

.blog_post_share a {
  border-radius: 50%;
  color: var(--headings-color);
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  width: 40px;
}

.blog_post_share a:hover {
  background-color: rgba(34, 34, 34, 0.05);
}

.bsp_tags a {
  background-color: #FFEDE8;
  border-radius: 60px;
  color: var(--headings-color);
  display: block;
  font-family: var(--body-font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 28px;
  padding: 6px 17px;
}

.blog-single-review {
  position: absolute;
  right: 0;
  top: 5px;
}

@media (max-width: 767.98px) {
  .blog-single-review {
    position: relative;
  }
}

.review_cansel_btns a {
  color: #697488;
  font-family: var(--title-font-family);
  line-height: 26px;
  letter-spacing: 0em;
  margin-right: 30px;
}

.review_cansel_btns a:last-child {
  margin-right: 0;
}

.review_cansel_btns a:hover {
  color: var(--headings-color);
}

.review_cansel_btns i {
  padding-right: 10px;
}

.total-review-box {
  background-color: #FFEDE8;
  border-radius: 4px;
  height: 250px;
  position: relative;
  width: 300px;
}

.total-review-box .t-review {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  color: #E1C03F;
}

.review-list .list-number {
  white-space: nowrap;
  font-weight: 500;
  color: var(--headings-color);
  padding-right: 10px;
  min-width: 55px;
}

.review-list .progress {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  height: 5px;
  width: 300px;
}

@media (max-width: 575.98px) {
  .review-list .progress {
    width: 200px;
  }
}

.review-list .progress-bar {
  background-color: #E1C03F;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  width: 67%;
}

.review-list .value {
  display: inline-block;
  font-size: 14px;
  width: 40px;
  padding-left: 10px;
}

/*	Brands  */
/*  Commons Styles of Template  */
section {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  section {
    padding: 60px 0;
  }
}

.main-title,
.main-title2 {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {

  .main-title,
  .main-title2 {
    margin-bottom: 30px;
  }
}

.main-title .title,
.main-title2 .title {
  font-style: normal;
}

.main-title .paragraph,
.main-title2 .paragraph {
  color: var(--headings-color);
  font-family: var(--title-font-family);
}

@media (max-width: 991.98px) {
  .main-title2 {
    margin-bottom: 30px;
  }
}

.ui-content {
  position: relative;
  margin-bottom: 30px;
}

.ui-content .title {
  margin-bottom: 30px;
}

.mouse_scroll {
  bottom: 0;
  position: absolute;
  right: 50px;
  -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;
}

@media (max-width: 991.98px) {
  .mouse_scroll {
    right: 15px;
  }
}

@media (max-width: 575.98px) {
  .mouse_scroll {
    display: none;
  }
}

.mouse_scroll.at-home8 {
  bottom: 110px;
  right: 0;
  left: 0;
}

.list-style1 {
  position: relative;
}

.list-style1 li {
  align-items: center;
  display: flex;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  list-style-type: none;
  margin-bottom: 20px;
}

.list-style1 i {
  border-radius: 50%;
  font-size: 8px;
  height: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  width: 18px;
}

.list-style2 {
  position: relative;
}

.list-style2 li {
  align-items: center;
  display: flex;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  list-style-type: none;
  margin-bottom: 20px;
}

.list-style2 i {
  border-radius: 50%;
  font-size: 16px;
  height: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  width: 18px;
}

.list-style2.light-style li,
.list-style2.light-style i {
  color: #ffffff;
}

.list-style3 {
  position: relative;
}

.list-style3 li {
  align-items: center;
  display: flex;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 5px;
}

.list-style3 i {
  border-radius: 50%;
  font-size: 10px;
  height: 25px;
  left: 0;
  line-height: 25px;
  position: absolute;
  text-align: center;
  width: 25px;
}

.skill-list-style1 a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  -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;
}

.skill-list-style1 a:hover {
  color: #5BBB7B;
  text-decoration: underline;
}

/* Custom Search Sugguestions Code Start */
.advance-search-tab.at-home3 {
  border: 1px solid #397E62;
}

.advance-search-tab.at-home6 {
  border: 1px solid #1F4B3F;
}

.advance-search-tab.at-home7 {
  border: 1px solid #222222;
  -webkit-box-shadow: 10px 10px 0px #FFEDE8;
  -moz-box-shadow: 10px 10px 0px #FFEDE8;
  -o-box-shadow: 10px 10px 0px #FFEDE8;
  box-shadow: 10px 10px 0px #FFEDE8;
}

.advance-search-field .box-search .icon {
  bottom: 13px;
  color: var(--headings-color);
  font-size: 16px;
  left: 20px;
  position: absolute;
}

.advance-search-field .box-search input {
  border: none;
  font-size: 15px;
  font-family: var(--title-font-family);
  outline: none;
  padding-left: 50px;
}

.advance-search-field .box-search input:focus {
  border: none;
  outline: none;
}

.advance-search-field .box-search input::placeholder {
  color: var(--headings-color);
}

.advance-search-field .search-suggestions {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  left: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 70px;
  visibility: hidden;
  width: 100%;
  z-index: 99;
  -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);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.advance-search-field .search-suggestions.show {
  opacity: 1;
  visibility: visible;
}

.advance-search-field .box-suggestions {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}

.advance-search-field .box-suggestions li {
  overflow: hidden;
  padding: 8px 30px;
  font-family: var(--title-font-family);
  font-weight: 400;
}

.advance-search-field .box-suggestions li:hover {
  background-color: #F0EFEC;
}

.advance-search-field .box-suggestions li:last-child {
  border-bottom: none;
}

.advance-search-field .item_title {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

/* Custom Search Sugguestions Code End */
.preloader {
  background-color: #eaeaea;
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

.scrollToHome {
  background-color: rgba(34, 34, 34, 0.05);
  border: 1px solid rgba(34, 34, 34, 0.05);
  border-radius: 50%;
  bottom: -45px;
  color: #222222;
  display: block;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -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;
}

.scrollToHome:hover {
  color: #ffffff;
}

.scrollToHome.at-home2 {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.scrollToHome:hover {
  background-color: #1F4B3F;
  color: #ffffff;
}

.scrollToHome.show {
  bottom: 45px;
  right: 45px;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.animate-up-1,
.animate-up-2,
.animate-up-3,
.animate-up-4,
.animate-up-5 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animate-up-1 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate-up-2 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animate-up-3 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animate-up-4 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.animate-up-5 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.line-clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*	Contact Styles  */
.home8-map {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.home8-map.contact-page {
  height: 550px;
}

@media (max-width: 991.98px) {
  .home8-map.contact-page {
    height: 350px;
    position: relative;
  }
}

.contact-page-map {
  border-radius: 16px;
  height: 510px;
}

.contact-page-form {
  margin-top: -200px;
}

@media (max-width: 991.98px) {
  .contact-page-form {
    margin-top: 0;
  }
}

/*	All CTA Styles Here  */
.cta-service-v1 {
  background-image: url(../images/background/cta-service-v1-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

@media (max-width: 767.98px) {
  .cta-service-v1.freelancer-single-style {
    height: auto;
  }
}

.cta-service-v1.freelancer-single-v1 {
  height: auto;
}

.cta-service-v1.freelancer-single-v1 .left-top-img,
.cta-service-v1.freelancer-single-v1 .right-bottom-img {
  width: 15%;
}

.cta-service-v2 {
  background-image: url(../images/background/cta-service-v2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.cta-service-v3 {
  background-image: url(../images/background/cta-service-v3-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.cta-service-v4 {
  background-image: url(../images/background/cta-service-v4-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.cta-service-v6 {
  background-image: url(../images/background/cta-service-v6-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

@media (max-width: 767.98px) {
  .cta-service-v6 {
    height: auto;
  }
}

.cta-service-single {
  background-image: url(../images/background/cta-service-signle-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

@media (max-width: 767.98px) {
  .cta-service-single {
    height: auto;
  }
}

.cta-employee-single {
  background-image: url(../images/background/cta-employee-list-v1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

@media (max-width: 767.98px) {
  .cta-employee-single {
    height: auto;
  }
}

.cta-job-v1 {
  background-image: url(../images/background/cta-job-list-v1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

@media (max-width: 767.98px) {
  .cta-job-v1 {
    height: auto;
  }
}

.cta-commmon-v1 {
  height: 300px;
}

@media (max-width: 991.98px) {
  .cta-commmon-v1 {
    height: 200px;
  }
}

.cta-about-v1 {
  background-image: url(../images/cta-about-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.cta-home3-last {
  background-image: url(../images/background/home3-cta-last.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-style1 {
  position: relative;
}

.cta-style1 .cta-title {
  letter-spacing: 0.02em;
}

.cta-style1 .cta-text {
  font-size: 15px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .cta-style1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .cta-btns-style1 .ud-btn {
    width: 100%;
  }

  .cta-btns-style1 .ud-btn:first-child {
    margin-bottom: 12px;
  }
}

.our-cta2 {
  margin-bottom: -150px;
  z-index: 1;
}

.cta-banner2 {
  position: relative;
}

.cta-banner3 .cta-banner3-img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

@media (max-width: 1199.98px) {
  .cta-banner3 .cta-banner3-img {
    height: auto;
    left: 15px;
    position: relative;
    right: 15px;
    width: 96%;
  }
}

.cta-banner3.at-home8:before {
  left: 0;
  right: auto;
}

.cta-banner3.at-home8:before {
  left: 0;
  right: auto;
  height: 93%;
}

.cta-style2 {
  position: relative;
}

.cta-style2 .cta-title {
  letter-spacing: 0.02em;
}

.cta-style2 .cta-title,
.cta-style2 .cta-text {
  color: #ffffff;
}

.cta-style2 .cta-text {
  font-size: 15px;
  font-family: var(--title-font-family);
  font-weight: 400;
}

.cta-style2 img {
  left: auto;
  right: 0;
  position: absolute;
  top: -65px;
}

.cta-style3 .cta-title {
  font-family: var(--body-font-family);
}

.cta-style3 .cta-text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

.cta-banner4 {
  background-attachment: fixed;
  background-image: url(../images/background/cta-bg-1.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

@media (max-width: 575.98px) {
  .cta-style4 .cta-title {
    font-size: 30px;
  }
}

.cta-img {
  bottom: -90px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .cta-img {
    bottom: -60px;
  }
}

@media (max-width: 767.98px) {
  .cta-img {
    position: relative;
  }
}

.our-cta3 {
  background-color: #f8f8ff;
}

.cta-banner5:before {
  background-image: url(../images/about/about-7.jpg);
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 51%;
}

@media (max-width: 767.98px) {
  .cta-banner5:before {
    display: none;
  }
}

.cta-style5 .app-tag {
  background-color: #FFFBF2;
  border-radius: 60px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  display: block;
  height: 34px;
  text-align: center;
  line-height: 34px;
  width: 128px;
}

.cta-style5 .cta-text {
  color: #140342;
  font-family: var(--title-font-family);
  font-weight: 400;
}

.cta-banner6:before {
  background-image: url(../images/about/cta-side-bg-3.html);
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 51%;
}

@media (max-width: 1199.98px) {
  .cta-banner6:before {
    display: none;
  }
}

.cta-style6 .cta-title {
  color: var(--headings-color);
  font-family: var(--body-font-family);
  font-size: 32px;
}

.cta-style6 .cta-text {
  color: #1F4B3F;
}

.cta-about2-img {
  position: absolute;
  right: 0;
}

.cta-about2-img.at-home8-2 {
  top: 0;
}

.cta-about2-img.at-home10 {
  left: 0;
  right: auto;
}

.home2-cta-img,
.home6-cta-img,
.home10-cta-img {
  border-radius: 0 0 0 90px;
  bottom: 0;
  position: absolute;
  right: 13%;
  z-index: -1;
}

@media (max-width: 1199.98px) {

  .home2-cta-img,
  .home6-cta-img,
  .home10-cta-img {
    right: 0;
    top: 10%;
    width: 45%;
  }
}

@media (max-width: 991.98px) {

  .home2-cta-img,
  .home6-cta-img,
  .home10-cta-img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    max-width: 350px;
    top: auto;
    width: 100%;
  }
}

.home6-cta-img {
  border-radius: 0;
  z-index: 0;
}

.cta-banner-about2 {
  align-items: center;
  display: flex;
  height: 900px;
}

@media (max-width: 1199.98px) {
  .cta-banner-about2 {
    height: auto;
  }
}

.cta-banner-about2:before {
  background-color: #F1FCFA;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 71%;
}

@media (max-width: 1199.98px) {
  .cta-banner-about2:before {
    width: 100%;
  }
}

.cta-banner-about2.at-home2 {
  height: 720px;
}

.cta-banner-about2.at-home2:before {
  display: none;
}

@media (max-width: 991.98px) {
  .cta-banner-about2.at-home2 {
    display: block;
    height: auto;
  }
}

.cta-banner-about2.at-home8 {
  height: 750px;
}

@media (max-width: 1199.98px) {
  .cta-banner-about2.at-home8 {
    height: 600px;
  }
}

@media (max-width: 991.98px) {
  .cta-banner-about2.at-home8 {
    display: block;
    height: auto;
  }
}

.cta-banner-about2.at-home8:before {
  background-color: #FBF7ED;
  left: auto;
  right: 0;
  width: 91%;
}

@media (max-width: 1199.98px) {
  .cta-banner-about2.at-home8:before {
    right: auto;
    left: 0;
    width: 100%;
  }
}

.cta-banner-about2.at-home8-2 {
  height: 790px;
}

@media (max-width: 1199.98px) {
  .cta-banner-about2.at-home8-2 {
    height: 700px;
  }
}

@media (max-width: 991.98px) {
  .cta-banner-about2.at-home8-2 {
    display: block;
    height: auto;
  }
}

.cta-banner-about2.at-home8-2:before {
  background-color: #102C2D;
  left: 0;
  right: auto;
  width: 91%;
}

@media (max-width: 1199.98px) {
  .cta-banner-about2.at-home8-2:before {
    right: auto;
    left: 0;
    width: 100%;
  }
}

.cta-banner-about2.at-home10:before {
  left: auto;
  right: 0;
}

.cta-banner-about2.at-home10-2 {
  height: 800px;
}

@media (max-width: 1199.98px) {
  .cta-banner-about2.at-home10-2 {
    height: auto;
  }
}

.cta-banner-about2.at-home10-2:before {
  background-color: #FFEDE8;
  border-radius: 24px;
}

.cta-banner-about2.at-home10-2.at-home6 {
  border-radius: 0;
}

.cta-banner-about2.at-home17 {
  height: 800px;
}

@media (max-width: 1199.98px) {
  .cta-banner-about2.at-home17 {
    height: auto;
  }
}

.cta-banner-about2.at-home17:before {
  background-color: #FBF7ED;
  border-radius: 24px;
}

.cta-banner-about2.at-home18:before {
  background-color: #FFEDE8;
  border-radius: 24px;
}

.cta-home4 {
  height: 500px;
}

@media (max-width: 991.98px) {
  .cta-home4 {
    height: auto;
  }
}

.cta-home4.at-home12 {
  background-image: url(../images/background/home12-cta-1.png);
}

.cta-home4.at-home13 {
  background-image: url(../images/background/home13-cta-1.png);
}

.cta-home5-style {
  border-radius: 12px 0 0 0;
}

.cta-banner-home7 {
  position: relative;
}

.cta-banner-home7:before {
  background-color: #F1FCFA;
  border-radius: 4px;
  content: "";
  height: 321px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .cta-banner-home7:before {
    width: 95%;
  }
}

.cta-home8 {
  background: linear-gradient(90deg, #F0EFEC -0.44%, rgba(251, 247, 237, 0.7) 101.75%);
  height: 500px;
}

@media (max-width: 991.98px) {
  .cta-home8 {
    height: auto;
  }
}

.cta-img-home8 {
  position: absolute;
  bottom: -115px;
}

.cta-img-home8.at-home7 {
  bottom: -90px;
}

.cta-img-home8.at-home12 {
  right: 0px;
}

.home8-cta-img {
  left: 0;
  position: absolute;
  width: 45%;
  top: 0;
}

@media (max-width: 991.98px) {
  .home8-cta-img {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
}

.home8-cta-img2 {
  right: 0;
  position: absolute;
  width: 45%;
  top: 0;
}

@media (max-width: 1199.98px) {
  .home8-cta-img2 {
    top: 22%;
  }
}

@media (max-width: 767.98px) {
  .home8-cta-img2 {
    left: 15%;
    position: relative;
    width: 60%;
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .home8-cta-img2 {
    left: 5px;
    width: 96%;
  }
}

.home10-cta-img {
  right: 8%;
  top: 5%;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .home10-cta-img {
    right: 0;
    top: 15%;
  }
}

@media (max-width: 991.98px) {
  .home10-cta-img {
    bottom: 0;
    top: auto;
  }
}

.home11-cta-2 {
  background-image: url(../images/background/home11-cta-2.png);
}

.home11-cta-3 {
  background-image: url(../images/background/home11-cta-3.png);
  display: flex;
  align-items: center;
  height: 500px;
}

@media (max-width: 767.98px) {
  .home11-cta-3 {
    height: auto;
  }
}

.home11-cta-3.at-home13 {
  background-image: url(../images/background/home13-cta-1.png);
}

.home11-cta-3.at-home15 {
  background-image: inherit;
}

.home11-cta-3.at-home20 {
  background-color: #5BBB7B;
  background-image: inherit;
}

.home11-ctaimg-v3 {
  bottom: 0;
  position: absolute;
}

.home11-ctaimg-v3.at-home15 {
  z-index: 1;
}

.home13-ctaimg-v1 {
  position: absolute;
  top: -60px;
}

.home15-ctaimg-v2 {
  position: absolute;
  top: -100px;
  z-index: 0;
}

.home15-ctaimg-v2.at-home17 {
  right: 70px;
  top: 0;
  transform: rotate(55deg);
}

.home15-ctaimg-v2.at-home20 {
  margin-left: -40px;
  top: -30px;
  z-index: 0;
}

/*	Error Pages Styles  */
.error_page_content .erro_code {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 700;
  line-height: 289px;
  font-size: 200px;
}

@media (max-width: 575.98px) {
  .error_page_content .erro_code {
    font-size: 150px;
  }
}

/*	Iconbox Styles  */
.iconbox-style1 {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 40px 30px 30px;
  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;
}

.iconbox-style1 .icon {
  color: #1F4B3F;
  display: inline-block;
  font-size: 40px;
  position: relative;
  z-index: 1;
}

.iconbox-style1 .icon:before {
  background-color: #FBF7ED;
  border-radius: 50%;
  bottom: -10px;
  content: "";
  height: 40px;
  position: absolute;
  right: -20px;
  width: 40px;
  z-index: -1;
  -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;
}

.iconbox-style1 .thumb img {
  max-height: 160px;
}

.iconbox-style1 .title {
  margin-bottom: 5px;
}

.iconbox-style1:hover {
  -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);
}

.iconbox-style1.contact-style {
  border: none;
  padding: 0;
}

.iconbox-style1.contact-style .details {
  padding-left: 35px;
}

.iconbox-style1.contact-style:hover {
  box-shadow: none;
}

.iconbox-style1.border-less {
  border: none;
}

.iconbox-style1.border-less:hover {
  box-shadow: none;
}

.iconbox-style1.at-home4 .icon {
  border-radius: 50%;
  -webkit-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  -moz-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  -o-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  display: inline-block;
  height: 110px;
  line-height: 120px;
  margin-bottom: 20px;
  width: 110px;
  -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;
}

.iconbox-style1.at-home4:hover {
  box-shadow: none;
}

.iconbox-style1.at-home4:hover .icon {
  background-color: #5BBB7B;
  box-shadow: none;
  color: #ffffff;
}

.iconbox-style1.at-home5:hover {
  box-shadow: none;
}

.iconbox-style1.at-home6 .icon {
  color: #CBEFD2;
}

.iconbox-style1.at-home7 {
  border-radius: 0;
}

.iconbox-style1.at-home7:hover {
  border: 1px solid #222222;
  -webkit-box-shadow: 10px 10px 0px #FFEDE8;
  -moz-box-shadow: 10px 10px 0px #FFEDE8;
  -o-box-shadow: 10px 10px 0px #FFEDE8;
  box-shadow: 10px 10px 0px #FFEDE8;
}

.iconbox-style1.at-home11 .icon {
  background-color: #E5F0E3;
  border-radius: 50%;
  color: #325854;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  line-height: 80px;
  margin-bottom: 20px;
  width: 70px;
  -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;
}

.iconbox-style1.at-home11:hover {
  box-shadow: none;
}

.iconbox-style1.at-home11:hover .icon {
  background-color: #325854;
  box-shadow: none;
  color: #E5F0E3;
}

.iconbox-style1.at-home11-v2 .icon:before {
  background-color: #F9FBFA;
}

.iconbox-style1.at-home11-v2:hover {
  background-color: #266464;
}

.iconbox-style1.at-home11-v2:hover .icon {
  color: #ffffff;
}

.iconbox-style1.at-home11-v2:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.07);
}

.iconbox-style1.at-home11-v2:hover .text,
.iconbox-style1.at-home11-v2:hover .title {
  color: #ffffff;
}

.iconbox-style1.at-home12 .icon {
  background-color: transparent;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  display: inline-block;
  height: 110px;
  line-height: 120px;
  margin-bottom: 20px;
  width: 110px;
  -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;
}

.iconbox-style1.at-home12:hover {
  box-shadow: none;
}

.iconbox-style1.at-home12:hover .icon {
  background-color: #222222;
  box-shadow: none;
  color: #ffffff;
}

.iconbox-style1.at-home12-v2 {
  box-shadow: none;
}

.iconbox-style1.at-home12-v2:hover .icon:before {
  background-color: #EAFAC1;
}

.iconbox-style1.at-home13-v1 {
  box-shadow: none;
}

.iconbox-style1.at-home13-v1 .icon:before {
  display: none;
}

.iconbox-style1.at-home14-v1 {
  box-shadow: none;
}

.iconbox-style1.at-home14-v1 .icon:before {
  display: none;
}

.iconbox-style1.at-home14-v1:before {
  background-color: #222222;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 0;
  -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;
}

.iconbox-style1.at-home14-v1:hover:before {
  left: 0;
  width: 100%;
}

.iconbox-style1.at-home14-v2 .icon {
  background-color: #d4d7f3;
  border-radius: 50%;
  display: inline-block;
  height: 110px;
  line-height: 120px;
  margin-bottom: 20px;
  width: 110px;
  -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;
}

.iconbox-style1.at-home14-v2:hover {
  box-shadow: none;
}

.iconbox-style1.at-home14-v2:hover .icon {
  background-color: #222222;
  box-shadow: none;
  color: #ffffff;
}

.iconbox-style1.after_style {
  position: relative;
}

.iconbox-style1.after_style:before {
  background-color: #E9E9E9;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -28%;
  width: 160px;
  top: 25%;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .iconbox-style1.after_style:before {
    display: none;
  }
}

.iconbox-style1.at-home15:hover {
  background-color: #168882;
}

.iconbox-style1.at-home15:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.iconbox-style1.at-home15:hover .icon,
.iconbox-style1.at-home15:hover p,
.iconbox-style1.at-home15:hover .title {
  color: #ffffff;
}

.iconbox-style1.at-home17-v1 .icon {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  display: inline-block;
  height: 110px;
  line-height: 120px;
  margin-bottom: 20px;
  width: 110px;
  -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;
}

.iconbox-style1.at-home17-v1:hover {
  box-shadow: none;
}

.iconbox-style1.at-home17-v1:hover .icon {
  background-color: #222222;
  box-shadow: none;
  color: #ffffff;
}

.iconbox-style1.at-home17-v2 {
  background-color: #FFEDE8;
}

.iconbox-style1.at-home17-v2 .icon:before {
  background-color: #F9FBFA;
}

.iconbox-style1.at-home17-v2:hover {
  background-color: #222222;
}

.iconbox-style1.at-home17-v2:hover .icon {
  color: #ffffff;
}

.iconbox-style1.at-home17-v2:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.07);
}

.iconbox-style1.at-home17-v2:hover .text,
.iconbox-style1.at-home17-v2:hover .title {
  color: #ffffff;
}

.iconbox-style1.at-home19:hover {
  background-color: #F1FCFA;
  border: 1px solid transparent;
  box-shadow: none;
}

.iconbox-small1 {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px 55px 20px 35px;
  position: absolute;
  top: 130px;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .iconbox-small1 {
    position: relative;
    top: 0;
  }
}

.iconbox-small1 .icon {
  background-color: #5BBB7B;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  left: -25px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 50px;
  -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;
}

.iconbox-small1:hover .icon {
  background-color: #1F4B3F;
}

.iconbox-small1.at-home1 {
  left: -45px;
}

@media (max-width: 1550px) {
  .iconbox-small1.at-home1 {
    left: -10px;
  }
}

@media (max-width: 1440px) {
  .iconbox-small1.at-home1 {
    left: 0;
  }
}

.iconbox-small2 {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px 55px 20px 35px;
  position: absolute;
  right: -30px;
  top: 200px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .iconbox-small2 {
    right: 0;
  }
}

@media (max-width: 575.98px) {
  .iconbox-small2 {
    position: relative;
    top: 30px;
  }
}

.iconbox-small2 .icon {
  background-color: #5BBB7B;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  left: -25px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 50px;
  -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;
}

.iconbox-small2:hover .icon {
  background-color: #1F4B3F;
}

.iconbox-style2 {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 60px 35px 20px;
  position: relative;
  -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;
}

@media (max-width: 991.98px) {
  .iconbox-style2 {
    padding: 60px 25px 20px;
  }
}

.iconbox-style2.active,
.iconbox-style2:hover {
  -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);
}

.iconbox-style2 .icon {
  margin-bottom: 25px;
}

.iconbox-style2 .title {
  margin-bottom: 12px;
}

.iconbox-style2 .text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  margin-bottom: 25px;
}

.iconbox-style3 {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 60px 35px 20px;
  position: relative;
  -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;
}

@media (max-width: 991.98px) {
  .iconbox-style3 {
    padding: 60px 25px 20px;
  }
}

.iconbox-style3.active,
.iconbox-style3:hover {
  -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);
}

.iconbox-style3 img {
  max-height: 150px;
}

.iconbox-style3 .icon {
  margin-bottom: 25px;
}

.iconbox-style3 .title {
  margin-bottom: 12px;
}

.iconbox-style3 .text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  margin-bottom: 25px;
}

.iconbox-style4 {
  background-color: #ffffff;
  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);
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  -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;
}

.iconbox-style4 .icon {
  background-color: rgba(91, 187, 123, 0.07);
  border-radius: 50%;
  color: var(--headings-color);
  display: block;
  font-size: 30px;
  height: 70px;
  line-height: 75px;
  margin-bottom: 15px;
  text-align: center;
  width: 70px;
  -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;
}

.iconbox-style4 .title {
  margin-bottom: 5px;
}

.iconbox-style4:hover {
  background-color: #5BBB7B;
}

.iconbox-style4:hover .title,
.iconbox-style4:hover .text,
.iconbox-style4:hover .icon {
  color: #ffffff;
}

.iconbox-style4:hover .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.iconbox-style5 {
  background-color: #ffffff;
  bottom: 20px;
  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);
  max-width: 210px;
  padding: 20px;
  position: absolute;
  right: -50px;
  -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;
}

@media (max-width: 991.98px) {
  .iconbox-style5 {
    right: -10px;
  }
}

.iconbox-style5 .icon {
  background-color: #5BBB7B;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 24px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  width: 60px;
  -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;
}

.iconbox-style5 .title {
  margin-bottom: 5px;
}

.iconbox-style5:hover {
  background-color: #5BBB7B;
}

.iconbox-style5:hover .title,
.iconbox-style5:hover .text,
.iconbox-style5:hover .icon {
  color: #ffffff;
}

.iconbox-style5:hover .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.iconbox-style6 {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 45px 30px 20px;
  position: relative;
  -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;
}

.iconbox-style6 .title {
  color: #5BBB7B;
}

.iconbox-style6 .icon {
  color: #5BBB7B;
  font-size: 36px;
  position: absolute;
  right: 30px;
  top: 17px;
}

.iconbox-style6 .iconbox-text {
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 13px;
}

.iconbox-style6:hover {
  -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);
}

.iconbox-style7 {
  background-color: #ffffff;
  bottom: 20px;
  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);
  max-width: 210px;
  padding: 20px;
  position: absolute;
  right: -50px;
  -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;
}

@media (max-width: 991.98px) {
  .iconbox-style7 {
    right: -10px;
  }
}

.iconbox-style7 .icon {
  background-color: #222222;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 24px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  width: 60px;
  -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;
}

.iconbox-style7 .title {
  margin-bottom: 5px;
}

.iconbox-style7:hover {
  background-color: #5BBB7B;
}

.iconbox-style7:hover .title,
.iconbox-style7:hover .text,
.iconbox-style7:hover .icon {
  color: #ffffff;
}

.iconbox-style7:hover .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.iconbox-style9 {
  background-color: #ffffff;
  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);
  position: relative;
  -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;
}

.iconbox-style9 .icon {
  color: #1F4B3F;
  display: block;
  font-size: 40px;
  -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;
}

.apartment-category {
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  border-radius: 70px;
  margin-bottom: 30px;
  padding: 10px 30px 10px 10px;
  position: relative;
  -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;
}

.apartment-category .icon {
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 20px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  width: 50px;
  -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;
}

.apartment-category .title {
  margin-left: 12px;
}

.apartment-category:hover {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  -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);
}

.apartment-category:hover .icon {
  background-color: #5BBB7B;
  color: #ffffff;
}

.feature-style1 {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.feature-style1 .feature-img {
  position: relative;
}

.feature-style1 img {
  transform: scale(1);
  -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;
}

.feature-style1 .feature-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -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;
}

.feature-style1 .title,
.feature-style1 .text,
.feature-style1 .ud-btn2 {
  color: #ffffff;
}

.feature-style1 .ud-btn2 {
  font-size: 14px;
  font-weight: 400;
}

.feature-style1 .top-area {
  padding-left: 30px;
  position: absolute;
  top: 35px;
}

.feature-style1:hover .feature-content {
  background-color: rgba(34, 34, 34, 0.6);
}

.feature-style1:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.feature-style1:hover.at-home13 .feature-content {
  background-color: transparent;
}

.feature-style1.at-home13 .feature-content .review {
  position: absolute;
  right: 30px;
  top: 40px;
}

.feature-style2 {
  position: relative;
}

.feature-style2 .feature-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.feature-style2 img {
  transform: scale(1);
  -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;
}

.feature-style2 .title,
.feature-style2 .text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
}

.feature-style2:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.feature-style3 {
  position: relative;
}

.feature-style3 .feature-img {
  overflow: hidden;
  position: relative;
}

.feature-style3 img {
  transform: scale(1);
  -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;
}

.feature-style3 .feature-content {
  -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;
}

.feature-style3:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.why-chose-list {
  position: relative;
}

.why-chose-list .list-one {
  position: relative;
}

.why-chose-list .list-one .list-icon {
  color: #1F4B3F;
  display: block;
  font-size: 30px;
  -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;
}

.why-chose-list.style2 .list-one:hover .list-icon {
  background-color: rgba(91, 187, 123, 0.6);
  color: #ffffff;
}

.why-chose-list.style2 .list-icon {
  color: var(--headings-color);
}

.why-chose-list.style3 .list-icon {
  background-color: #F7F7F7;
}

.why-chose-list.style3 .list-icon {
  color: var(--headings-color);
}

.why-chose-list.at-home5 .list-icon:after {
  background-color: #FBF7ED;
  border-radius: 50%;
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
  left: 10px;
  z-index: -1;
  top: 10px;
}

.home9-city-style {
  position: relative;
  padding: 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;
}

.home9-city-style:hover {
  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);
}

/*	All Type Of Forms Styles  */
.form-style1 {
  position: relative;
}

.form-style1 .form-control {
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  box-shadow: none;
  font-size: 15px;
  height: 55px;
  outline: none;
  padding-left: 15px;
}

.form-style1 .form-control::placeholder {
  color: #697488;
  font-family: var(--title-font-family);
}

.form-style1 .form-control.active,
.form-style1 .form-control:focus {
  border: 2px solid #1F4B3F;
  color: var(--headings-color);
}

.form-style1 .form-label {
  font-family: var(--title-font-family);
}

.form-style1 .custom_checkbox {
  line-height: 26px;
}

.form-style1 .custom_checkbox .checkmark {
  top: 7px;
}

.form-style2 {
  position: relative;
}

.form-style2 .form-control {
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  box-shadow: none;
  height: 50px;
  outline: none;
  padding-left: 15px;
}

.form-style2 .form-control:placeholder {
  color: #697488;
  font-family: var(--title-font-family);
}

.form-style2 .form-control.active,
.form-style2 .form-control:focus {
  border: 2px solid var(--headings-color);
}

.form-style2 .form-label {
  font-family: var(--title-font-family);
}

textarea {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  height: auto;
  width: 100%;
  padding: 25px 20px;
}

.form-control {
  border-radius: 8px;
  border: 2px solid transparent;
  box-shadow: none;
  height: 55px;
  outline: 1px solid #E9E9E9;
  padding-left: 20px;
}

.form-control:placeholder {
  color: #697488;
  font-family: var(--title-font-family);
}

.form-control:focus {
  border: 2px solid var(--headings-color);
  box-shadow: none;
}

.bootselect-multiselect {
  position: relative;
}

.bootselect-multiselect .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootselect-multiselect .btn,
.bootselect-multiselect .btn-light {
  border-radius: 4px;
  height: 55px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 15px;
  width: 100%;
}

.bootselect-multiselect .btn:focus,
.bootselect-multiselect .btn-light:focus {
  border: 2px solid var(--headings-color);
  outline: none;
  outline-offset: initial;
}

.bootselect-multiselect .btn.dropdown-toggle,
.bootselect-multiselect .btn-light.dropdown-toggle {
  width: 100%;
}

.bootselect-multiselect .btn.dropdown-toggle:focus,
.bootselect-multiselect .btn-light.dropdown-toggle:focus {
  box-shadow: none;
  outline: none !important;
}

.bootselect-multiselect .bootstrap-select.dropdown-toggle.bs-placeholder {
  color: var(--headings-color);
}

.bootselect-multiselect .dropdown-menu {
  padding: 10px 15px;
}

.bootselect-multiselect .dropdown-menu .inner {
  padding: 10px;
}

.bootselect-multiselect .dropdown-menu .dropdown-item {
  padding: 10px;
}

.bootselect-multiselect .dropdown-menu .dropdown-item.active,
.bootselect-multiselect .dropdown-menu .dropdown-item:hover,
.bootselect-multiselect .dropdown-menu .dropdown-item:focus {
  background-color: rgba(91, 187, 123, 0.07);
  color: var(--headings-color);
  outline: none;
}

.bootselect-multiselect .btn-light {
  background-color: #ffffff;
}

.bootselect-multiselect .btn-light:hover,
.bootselect-multiselect .btn-light:focus {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  outline: none;
}

.bootselect-multiselect .btn-light::placeholder {
  color: var(--headings-color);
}

.inquiry-form .form-control {
  font-size: 14px;
  font-family: var(--title-font-family);
  font-weight: 400;
}

.inquiry-form .dropdown-menu {
  padding: 0;
}

.agent-single-form {
  margin-top: -150px;
}

@media (max-width: 991.98px) {
  .agent-single-form {
    margin-top: 30px;
  }
}

.popup-search-field {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  -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);
  display: flex;
  height: 100px;
}

.popup-search-field .form-control {
  border: none;
}

.popup-search-field .form-control:focus {
  border: none;
  outline: none;
}

.popup-search-field input::placeholder {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

.popup-search-field.search_area .form-control {
  padding-left: 57px;
  outline: none;
}

.popup-search-field.search_area label {
  color: var(--headings-color);
  font-size: 16px;
  left: 30px;
  right: auto;
  top: initial;
}

.popup-search-field button {
  position: absolute;
  right: 20px;
}

.search_widgets {
  position: relative;
  -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);
}

.search_widgets input::placeholder {
  color: var(--headings-color);
  font-size: 15px;
  font-weight: 400;
}

.search_widgets .search-btn {
  color: var(--headings-color);
  position: absolute;
  right: 10px;
  top: 8px;
}

/*	Gallery Styles  */
.gallery-item {
  align-items: center;
  display: flex;
  -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;
}

.gallery-item .del-edit {
  left: 0;
  margin: 0 auto;
  right: 0;
  transform: scale(0);
  -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;
  visibility: 0;
}

.gallery-item .icon {
  background-color: #ffffff;
  color: #1F4B3F;
}

.gallery-item:hover .del-edit {
  opacity: 1;
  transform: scale(1);
}

/*  Packages And Pricing Tables  */
.pricing_table_switch_slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(91, 187, 123, 0.1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.pricing_table_switch_slide:before {
  bottom: 5px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  width: 20px;
  background-color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.pricing_table_switch_slide.round {
  border-radius: 30px;
}

.pricing_table_switch_slide.round:before {
  border-radius: 50%;
}

.pricing_packages_top .switch input:checked+.pricing_table_switch_slide {
  background-color: #5BBB7B;
}

.pricing_packages_top .toggle-btn .switch input:focus+.pricing_table_switch_slide {
  -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);
}

.pricing_packages_top .switch input:checked+.pricing_table_switch_slide:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.pricing_packages_top .toggle-btn input,
.pricing_packages_top .toggle-btn label {
  display: inline-block;
  vertical-align: middle;
}

.pricing_packages_top .toggle-btn .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.pricing_packages_top .toggle-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing_packages_top .pricing_save1,
.pricing_packages_top .pricing_save2 {
  margin: 12px;
}

.pricing_packages_top .pricing_save3 {
  background-color: #FFEDE8;
  border-radius: 60px;
  color: #5BBB7B;
  font-family: var(--body-font-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  padding: 8px 17px;
}

.pricing_packages {
  border: 1px solid transparent;
  margin-bottom: 30px;
  padding: 50px 30px;
  position: relative;
  -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;
}

@media (max-width: 991.98px) {
  .pricing_packages {
    padding: 40px 30px;
  }
}

.pricing_packages.active,
.pricing_packages .heading {
  position: relative;
}

.pricing_packages.active .btn-dark-border {
  background-color: #222222;
  border: 2px solid #222222;
  color: #ffffff;
}

.pricing_packages.active .btn-dark-border:before {
  background-color: #222222;
}

.pricing_packages.active .btn-thm-border {
  background-color: #5BBB7B;
  border: 2px solid #5BBB7B;
  color: #ffffff;
}

.pricing_packages.active .btn-thm-border:hover {
  background-color: #5BBB7B;
  border: 2px solid #5BBB7B;
}

.pricing_packages.active.at-home2 .ud-btn {
  border-radius: 90px;
  background-color: #5BBB7B;
  color: #ffffff;
}

.pricing_packages.active.at-home2 .ud-btn:hover {
  background-color: #5BBB7B;
  border: 2px solid #5BBB7B;
}

.pricing_packages .price-icon {
  position: absolute;
  right: 0;
  top: -10px;
}

.pricing_packages .text1,
.pricing_packages .text2 {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
}

.pricing_packages .text1 small,
.pricing_packages .text2 small {
  color: var(--body-text-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}

.pricing_packages .pricing-list li {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
}

.pricing_packages.active,
.pricing_packages:hover {
  border: 1px solid #E9E9E9;
  -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);
}

.pricing_packages.at-home2 .ud-btn {
  border-radius: 90px;
}

/*	Testimonials Styles  */
.testimonial-style1 {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 45px 40px 30px;
}

.testimonial-style1 .testimonial-content {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.testimonial-style1 .icon {
  color: #F1FCFA;
  font-size: 36px;
  position: absolute;
  right: 60px;
  top: 30px;
}

.testimonial-style1 .title {
  margin-bottom: 25px;
}

.testimonial-style1 .t_content {
  line-height: 35px;
}

.testimonial-style1.at-home19 {
  background-color: #333333;
}

.testimonial-style1.at-home19 .icon {
  color: #ffffff;
}

.testimonial-style1.at-home19 .testimonial-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-style2 {
  position: relative;
}

.testimonial-style2 .tab-content {
  height: auto;
}

.testimonial-style2 .testi-text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 40px;
}

.testimonial-style2 .icon {
  color: #5BBB7B;
  font-size: 60px;
  margin-bottom: 45px;
}

.testimonial-style2 .design {
  font-family: var(--title-font-family);
  font-size: 13px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .testimonial-style2 .nav-link {
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  .testimonial-style2 .nav-link img {
    max-height: 50px;
  }
}

@media (max-width: 339px) {
  .testimonial-style2 .nav-link img {
    max-width: 45px;
  }
}

.testimonial-style2 .nav-link.active {
  background-color: transparent;
}

.testimonial-style2 .nav-link.active img {
  border-radius: 50%;
  outline: 2px solid #5BBB7B;
  outline-offset: 10px;
}

.testimonial-style2.at-about2 .testi-text {
  margin: 0 auto 55px;
  max-width: 922px;
}

@media (max-width: 991.98px) {
  .testimonial-style2.at-about2 .testi-text {
    font-size: 20px;
    line-height: inherit;
  }
}

.testimonial-style2.at-home12 .icon {
  color: #F0EFEC;
}

.testimonial-style2.at-home12 .nav-link.active {
  background-color: transparent;
}

.testimonial-style2.at-home12 .nav-link.active img {
  border-radius: 50%;
  outline: 2px solid #222222;
  outline-offset: 10px;
}

.testimonial-style3 {
  background-color: #ffffff;
  outline: 1px solid #E9E9E9;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 60px 60px 55px;
  -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;
}

@media (max-width: 991.98px) {
  .testimonial-style3 {
    padding: 40px 30px 35px;
  }
}

.testimonial-style3 .icon {
  color: #F7F7F7;
  font-size: 100px;
  line-height: initial;
  position: absolute;
  right: 60px;
  top: 15px;
}

.testimonial-style3 .text {
  font-size: 15px;
}

.testimonial-style3:before {
  background-color: #5BBB7B;
  bottom: 0;
  content: "";
  height: 12px;
  position: absolute;
  left: 50%;
  width: 0;
  -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;
}

.testimonial-style3:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}

.testimonial-style4 {
  padding: 55px 0 30px 70px;
}

@media (max-width: 1399.98px) {
  .testimonial-style4 {
    padding: 25px 0 30px 40px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-style4 {
    padding: 25px 0 30px 0;
  }
}

.testimonial-style4 .title {
  line-height: 35px;
}

.testimonial-style4 .desig {
  color: #697488;
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0em;
}

/*	Team Styles  */
.team-style1 {
  position: relative;
}

.team-style1 .team-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.team-style1 img {
  transform: scale(1);
  -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;
}

.team-style1:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.agency-style1 {
  position: relative;
}

.agency-style1 .tag {
  background-color: #5BBB7B;
  border-radius: 6px;
  color: #ffffff;
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 12px;
  left: 20px;
  padding: 0 6px;
  position: absolute;
  top: 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;
}

.agency-style1:hover .tag {
  transform: translateY(30px);
  opacity: 0;
}

.freelancer-style1 {
  background-color: #ffffff;
  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);
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  width: 100%;
  -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;
}

.freelancer-style1 .meta {
  color: var(--headings-color);
}

.freelancer-style1.about-page-style {
  margin-left: 280px;
  margin-top: -270px;
  z-index: 1;
  max-width: 329px;
}

@media (max-width: 1199.98px) {
  .freelancer-style1.about-page-style {
    margin-left: 210px;
  }
}

@media (max-width: 767.98px) {
  .freelancer-style1.about-page-style {
    margin-left: 0;
    margin-top: 0;
  }
}

.freelancer-style1.service-single {
  background-color: #ffffff;
  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);
  max-width: inherit;
}

.freelancer-style1.hover-box-shadow {
  box-shadow: none;
}

.freelancer-style1.hover-box-shadow:hover {
  -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);
}

.freelancer-style1.at-home7:hover {
  border: 1px solid #222222;
  -webkit-box-shadow: 10px 10px 0px #FFEDE8;
  -moz-box-shadow: 10px 10px 0px #FFEDE8;
  -o-box-shadow: 10px 10px 0px #FFEDE8;
  box-shadow: 10px 10px 0px #FFEDE8;
}

.tag {
  background-color: #FFEDE8;
  border-radius: 60px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  display: inline-block;
  padding: 5px 17px;
  font-style: normal;
  font-size: 13px;
  line-height: 28px;
}

.online,
.online2,
.online-badge2,
.online-badge,
.online-badges {
  background-color: #5BBB7B;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 16px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
}

.online2 {
  right: 10px;
}

.online-badge,
.online-badges {
  right: 3px;
  top: -9px;
  height: 9px;
  width: 9px;
}

@media (max-width: 575.98px) {

  .online-badge,
  .online-badges {
    right: 0;
  }
}

.online-badges {
  top: 0;
}

.online-badge2 {
  height: 9px;
  right: 0;
  width: 9px;
}

@media (max-width: 575.98px) {
  .freelancer-single-style .online {
    top: -30px;
  }
}

.job-list-style1 {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  -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;
}

.job-list-style1 .fav-icon {
  background-color: #ffffff;
  border-radius: 50%;
  color: #5BBB7B;
  font-size: 20px;
  height: 36px;
  line-height: 45px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 36px;
  -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;
}

.job-list-style1:hover {
  -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);
}

.job-list-style1:hover .fav-icon {
  background-color: #F1FCFA;
}

.job-list-style1.at-home7 {
  border-radius: 8px;
}

.job-list-style1.at-home7:hover {
  border: 1px solid #222222;
  -webkit-box-shadow: 10px 10px 0px #FFEDE8;
  -moz-box-shadow: 10px 10px 0px #FFEDE8;
  -o-box-shadow: 10px 10px 0px #FFEDE8;
  box-shadow: 10px 10px 0px #FFEDE8;
}

.job-list-style1.at-dashboard:hover {
  box-shadow: none;
}

/*  Different Styles Of Animations  */
.scale-infini {
  animation-name: myanimation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes myanimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounce-y {
  transform: translatey(0px);
  animation: bounceY 6s ease-in-out infinite;
}

@keyframes bounceY {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.bounce-x {
  transform: translatey(0px);
  animation: bounceX 6s ease-in-out infinite;
}

@keyframes bounceX {
  0% {
    transform: translatex(0px);
  }

  50% {
    transform: translatex(-20px);
  }

  100% {
    transform: translatex(0px);
  }
}

.spin-right {
  animation: spin-right 14s infinite linear;
}

@keyframes spin-right {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.spin-left {
  animation: spin-left 14s infinite linear;
}

@keyframes spin-left {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

/*	Different Accordion Styles	*/
.accordion-style1 {
  position: relative;
  margin-bottom: 30px;
}

.accordion-style1 .accordion-item {
  border: none;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-style1 .accordion-header {
  border: none;
}

.accordion-style1 .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 50px;
  padding-bottom: 4px;
  padding-left: 40px;
  padding-right: 30px;
  padding: 30px 30px 4px 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.accordion-style1 .accordion-button:before {
  color: #041e42;
  content: "+";
  font-family: var(--icon-font-family);
  font-size: 16px;
  font-weight: bold;
  right: 40px;
  position: absolute;
}

.accordion-style1 .accordion-button:after {
  display: none;
}

.accordion-style1 .accordion-button.collapsed:before {
  content: "+";
}

.accordion-style1 .accordion-button:not(.collapsed) {
  background-color: #F1FCFA;
}

.accordion-style1 .accordion-button:not(.collapsed):before {
  content: "";
}

.accordion-style1 .accordion-body {
  background-color: #F1FCFA;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  padding: 15px 30px 35px 40px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.accordion-style1.faq-page .accordion-body {
  max-width: initial;
}

.accordion-style1.style2 .accordion-item {
  border: none;
  padding: 0;
}

.accordion-style1.style2 .accordion-item.active {
  box-shadow: none;
}

.accordion-style1.style2 .accordion-header {
  border: none;
  border-bottom: 1px solid #E9E9E9;
}

.accordion-style1.style2 .accordion-body {
  max-width: initial;
  padding: 0;
}

.feature-accordion {
  position: relative;
}

.feature-accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  outline: none;
}

.agent-single-accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 14px;
  text-decoration-line: underline;
}

.agent-single-accordion .accordion-button:after {
  display: none;
}

.accordion-style2 {
  position: relative;
  margin-bottom: 30px;
}

.accordion-style2 .accordion-item {
  padding: 0;
}

.accordion-style2 .accordion-item.active .accordion-button:before {
  content: "";
}

.accordion-style2 .accordion-header {
  border: none;
}

.accordion-style2 .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 17px;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.accordion-style2 .accordion-button:before {
  color: #041e42;
  content: "";
  font-family: var(--icon-font-family);
  font-size: 14px;
  font-weight: bold;
  right: 10px;
  position: absolute;
}

.accordion-style2 .accordion-button:after {
  display: none;
}

.accordion-style2 .accordion-body {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  padding: 20px 0 0;
}

/*	Different Styles of Alart	*/
.message-alart-style1 {
  position: relative;
}

.message-alart-style1 .alert {
  border-radius: 4px;
  font-family: var(--title-font-family);
  font-weight: 500;
  padding: 23px 30px;
  position: relative;
}

.message-alart-style1 .btn-close {
  cursor: pointer;
  right: 12px;
  top: 5px;
  font-size: 16px;
  opacity: 1;
  background: transparent;
}

.message-alart-style1 .alart_style_one {
  background-color: rgba(205, 233, 246, 0.5);
  color: #4780AA;
}

.message-alart-style1 .alart_style_one .btn-close {
  color: #4780AA;
}

.message-alart-style1 .alart_style_two {
  background-color: rgba(247, 243, 215, 0.5);
  color: #927238;
}

.message-alart-style1 .alart_style_two .btn-close {
  color: #927238;
}

.message-alart-style1 .alart_style_three {
  background-color: rgba(236, 200, 197, 0.5);
  color: #AB3331;
}

.message-alart-style1 .alart_style_three .btn-close {
  color: #AB3331;
}

.message-alart-style1 .alart_style_four {
  background-color: rgba(222, 242, 215, 0.5);
  color: #5B7052;
}

.message-alart-style1 .alart_style_four .btn-close {
  color: #5B7052;
}

.search-modal .modal-header {
  border: none;
  padding: 30px 30px 0;
}

.search-modal .btn-close {
  background: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  opacity: 1;
  padding: 0;
  text-align: center;
  width: 40px;
}

.search-modal .btn-close:focus {
  box-shadow: none;
  outline: none;
}

.search-modal .modal-content {
  background-color: transparent;
  border: none;
}

.search-modal .modal-body {
  padding: 15px 30px 30px;
}

.log-reg-form .hr_content {
  overflow: hidden;
  position: relative;
}

.log-reg-form .hr_top_text {
  background-color: #ffffff;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-size: 16px;
  height: 40px;
  left: 0;
  letter-spacing: 0em;
  line-height: 40px;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -5px;
  width: 40px;
  position: absolute;
}

.modal-backdrop {
  z-index: 0;
}

/*	blockquote Styles	*/
.blockquote-style1 {
  background-color: #FFEDE8;
  border-left: 3px solid var(--headings-color);
  padding: 45px 60px 20px;
  position: relative;
}

.blockquote-style1 .fst-italic {
  max-width: 645px;
  width: 100%;
}

/*	All kind Of btns Styles  */
.ud-btn {
  border-radius: 4px;
  display: inline-block;
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0em;
  padding: 13px 35px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  -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;
}

.ud-btn i {
  margin-left: 10px;
  font-size: 16px;
  transform: rotate(-45deg);
}

.ud-btn:hover,
.ud-btn:focus,
.ud-btn:active {
  outline: none;
  box-shadow: none;
}

@media (max-width: 339px) {
  .ud-btn {
    padding: 13px 25px;
  }
}

.ud-btn2 {
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  text-align: center;
  -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;
}

.ud-btn2 i {
  margin-left: 10px;
  font-size: 16px;
}

.ud-btn2:hover {
  outline: none;
}

.ud-btn3 {
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  text-align: center;
  -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;
}

.ud-btn3 i {
  margin-left: 10px;
  font-size: 16px;
  transform: rotate(-45deg);
}

.ud-btn3:hover {
  outline: none;
}

.btn-thm {
  background-color: #5BBB7B;
  border: 2px solid #5BBB7B;
  color: #ffffff;
}

.btn-dark {
  background-color: var(--headings-color);
  border: 1px solid var(--headings-color);
  color: #ffffff;
}

.double-border {
  border-width: 2px !important;
}

.double-border:hover {
  border-width: 2px;
}

.ud-btn:before,
.btn-gray:before,
.btn-dark:before,
.btn-thm:before,
.btn-light-thm:before,
.btn-light-white:before,
.btn-thm2:before,
.btn-home3:before,
.btn-thm3:before,
.btn-thm4:before,
.btn-thm-border:before,
.btn-dark-border:before,
.btn-white:before,
.btn-light-gray:before,
.btn-transparent:before,
.btn-transparent2:before {
  background-color: #5BBB7B;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
  transform-origin: top left;
  -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;
}

.ud-btn:hover,
.btn-gray:hover,
.btn-dark:hover,
.btn-thm:hover,
.btn-light-thm:hover,
.btn-light-white:hover,
.btn-thm2:hover,
.btn-home3:hover,
.btn-thm3:hover,
.btn-thm4:hover,
.btn-thm-border:hover,
.btn-dark-border:hover,
.btn-white:hover,
.btn-light-gray:hover,
.btn-transparent:hover,
.btn-transparent2:hover {
  color: #ffffff;
}

.ud-btn:hover:before,
.btn-gray:hover:before,
.btn-dark:hover:before,
.btn-thm:hover:before,
.btn-light-thm:hover:before,
.btn-light-white:hover:before,
.btn-thm2:hover:before,
.btn-home3:hover:before,
.btn-thm3:hover:before,
.btn-thm4:hover:before,
.btn-thm-border:hover:before,
.btn-dark-border:hover:before,
.btn-white:hover:before,
.btn-light-gray:hover:before,
.btn-transparent:hover:before,
.btn-transparent2:hover:before {
  height: 100%;
  width: 200%;
}

.btn-gray {
  background-color: #f7f7f7;
  border: 1px solid transparent;
  color: var(--headings-color);
  font-size: 13px;
  font-weight: 400;
  height: 50px;
  padding: 10px 30px;
}

.btn-dark:hover {
  background-color: #5BBB7B;
  border: 1px solid #5BBB7B;
}

.btn-thm-border {
  background-color: #ffffff;
  border: 2px solid #5BBB7B;
  color: #5BBB7B;
}

.btn-thm-border:hover {
  background-color: #5BBB7B;
  border: 2px solid #5BBB7B;
}

.btn-dark-border {
  background-color: #ffffff;
  border: 2px solid #222222;
  color: #222222;
}

.btn-dark-border:hover {
  background-color: #222222;
  border: 2px solid #222222;
}

.btn-dark-border:hover:before {
  background-color: #222222;
}

.btn-thm:hover {
  border: 2px solid #1F4B3F;
}

.btn-thm:hover:before {
  background-color: #1F4B3F;
}

.btn-light-thm {
  background-color: rgba(91, 187, 123, 0.1);
  color: #5BBB7B;
}

.btn-light-white {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.btn-thm2 {
  background-color: #1F4B3F;
  border: none;
  color: #ffffff;
}

.btn-thm2:hover {
  background-color: #5BBB7B;
  border-color: #1F4B3F;
}

.btn-home3 {
  background-color: #397E62;
  border: 1px solid #397E62;
  color: #ffffff;
}

.btn-thm3 {
  background-color: #ffffff;
  border: 1px solid #5BBB7B;
  color: #5BBB7B;
}

.btn-thm4 {
  background-color: #266464;
  color: #ffffff;
}

.btn-white,
.btn-white2 {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-white:hover,
.btn-white2:hover {
  border: 2px solid #5BBB7B;
}

.btn-white2 {
  border: 2px solid var(--headings-color);
}

.btn-white2:before {
  background-color: #222222;
}

.btn-white2:hover {
  border: 2px solid #222222;
}

.btn-light-gray,
.btn-transparent {
  background-color: #F7F7F7;
  border: 2px solid var(--headings-color);
}

.btn-light-gray:hover,
.btn-transparent:hover {
  border: 2px solid #5BBB7B;
}

.btn-transparent,
.btn-transparent2 {
  background-color: transparent;
}

.btn-transparent2 {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-transparent2:hover,
.btn-transparent2:focus,
.btn-transparent2:active {
  border: 2px solid #ffffff;
  color: #5BBB7B;
}

.btn-transparent2:hover:before,
.btn-transparent2:focus:before,
.btn-transparent2:active:before {
  background-color: #ffffff;
}

.add-joining {
  font-size: 15px;
  font-family: var(--title-font-family);
  font-weight: 500;
  height: 40px;
  padding: 5px 30px;
}

.add-joining:hover {
  color: #ffffff;
}

.add-joining.at-home10 {
  border-width: 2px;
}

.add-joining.at-home10:hover {
  border-width: 2px;
}

.menu-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.menu-btn:hover {
  background-color: #5BBB7B;
  border: 1px solid #5BBB7B;
}

.search-modal .btn-google,
.search-modal .btn-fb,
.search-modal .btn-apple {
  padding-left: 38px;
}

.search-modal .btn-google i,
.search-modal .btn-fb i,
.search-modal .btn-apple i {
  font-size: 14px;
  margin-left: 0;
  left: 18px;
  transform: rotate(0deg);
  position: absolute;
  top: 12px;
}

.btn-fb {
  background-color: #ffffff;
  border: 1px solid #3A77EA;
  color: #3A77EA;
}

.btn-fb:hover {
  border-color: #5BBB7B;
}

.btn-google {
  background-color: #ffffff;
  border: 1px solid #D93025;
  color: #D93025;
}

.btn-google:hover {
  border-color: #5BBB7B;
}

.btn-apple {
  background-color: #ffffff;
  border: 1px solid #041E42;
  color: #041E42;
}

.btn-apple:hover {
  border-color: #5BBB7B;
}

.radio-element {
  position: relative;
}

.radio-element .form-check-input {
  border: 1px solid #1F4B3F;
  height: 16px;
  margin-top: 0;
  width: 16px;
}

.radio-element .form-check-input:focus {
  border: 1px solid #1F4B3F;
  box-shadow: none;
  outline: none;
}

.radio-element .form-check-input:checked {
  background-color: #1F4B3F;
}

.radio-element .form-check-label {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  padding-left: 10px;
}

.right-tags {
  color: var(--body-text-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  right: 0;
}

.checkbox-style1 {
  position: relative;
}

.custom_checkbox {
  display: block;
  cursor: pointer;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0em;
  position: relative;
  padding-left: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom_checkbox input:checked~.checkmark {
  background-color: #1F4B3F;
}

.custom_checkbox .checkmark {
  border: 1px solid #041e42;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  height: 16px;
  width: 16px;
}

.custom_checkbox .checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.switch-style1 input.form-check-input {
  background-color: rgba(91, 187, 123, 0.1);
  border: none;
  height: 30px;
  width: 55px;
}

.switch-style1 .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
}

.switch-style1 .form-check-input:checked {
  background-color: #5BBB7B;
  box-shadow: none;
}

.switch-style1 .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  box-shadow: none;
  outline: none;
}

.switch-style1 label.form-check-label {
  color: var(--headings-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 30px;
  margin-left: 17px;
}

.bselect-style1 .bootstrap-select .dropdown-toggle {
  border: none;
  font-size: 15px;
  height: 55px;
  line-height: 40px;
  outline: none;
}

.bselect-style1 .bootstrap-select .dropdown-toggle:hover {
  color: var(--headings-color);
}

.bselect-style1 .bootstrap-select .dropdown-toggle:focus {
  border: none;
  outline-offset: 0;
}

.bselect-style1 .bootstrap-select .dropdown-menu {
  margin-top: 13px !important;
  padding-bottom: 7px;
}

.bselect-style1 .bootstrap-select .dropdown-menu.show {
  border: 1px solid #E9E9E9;
}

.bselect-style1 .bootstrap-select .dropdown-menu.inner.show {
  border: none;
}

.bselect-style1 .bootstrap-select .dropdown-item {
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.bselect-style1 .bootstrap-select .dropdown-item:hover,
.bselect-style1 .bootstrap-select .dropdown-item.active {
  background-color: #F0EFEC;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle:focus {
  box-shadow: none;
  outline: none !important;
}

.form-style1 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.form-style1 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.form-style1 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  border: 1px solid #E9E9E9;
}

.bootstrap-select.show-tick .dropdown-menu .selected span {
  color: var(--headings-color);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  right: 25px;
}

.video-icon {
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--headings-color);
  display: block;
  height: 54px;
  line-height: 54px;
  outline: 1px solid #ffffff;
  outline-offset: 7px;
  text-align: center;
  width: 54px;
  -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;
}

.video-icon:hover {
  background-color: #5BBB7B;
  color: #ffffff;
  outline-offset: 10px;
  outline: 1px solid #ffffff;
}

.video-btn {
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

.add-more-btn .icon {
  background-color: #FFEDE8;
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

/*  Funfact Styles  */
.funfact-floating-img1 {
  bottom: 0;
  position: absolute;
  right: 0;
}

.funfact-floating-img2 {
  position: absolute;
  left: 0;
  top: 0;
}

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

.funfact_one .timer,
.funfact_one span {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 38px;
  line-height: 49px;
}

.funfact_one.at-home2-hero .timer,
.funfact_one.at-home2-hero span {
  color: #ffffff;
  font-size: 28px;
}

.funfact_one.at-home5 {
  border-radius: 12px;
  padding: 50px 0;
}

.funfact_one.at-home5:hover {
  background-color: #ffffff;
}

.funfact_one.at-home5 .icon,
.funfact_one.at-home5 .timer,
.funfact_one.at-home5 span {
  color: #1F4B3F;
}

.funfact_one.at-home5-hero .timer,
.funfact_one.at-home5-hero span {
  color: #1F4B3F;
  font-size: 28px;
}

.funfact_one.at-home14-hero-1 {
  background-color: #ebd3ef;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

.funfact_one.at-home14-hero-2 {
  background-color: #dfecfb;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}

.funfact_one.at-home15-hero-1 {
  background-color: #168882;
  border-radius: 30px;
  max-width: 220px;
  overflow: hidden;
}

.funfact-style1 {
  background-color: #ffffff;
  -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);
  margin-bottom: 30px;
  max-width: 280px;
  padding: 60px 15px 35px;
  position: relative;
}

@media (max-width: 991.98px) {
  .funfact-style1 {
    padding: 30px 15px 25px;
  }
}

@media (max-width: 575.98px) {
  .funfact-style1 {
    max-width: initial;
  }
}

.funfact-style1 .title,
.funfact-style1 span {
  color: var(--headings-color);
  font-family: var(--body-font-family);
  font-size: 45px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0em;
}

@media (max-width: 991.98px) {

  .funfact-style1 .title,
  .funfact-style1 span {
    font-size: 35px;
  }
}

.funfact-style1.at-home5 {
  padding: 40px 15px 30px;
}

.home11-funfact {
  background-image: url(../images/background/home11-cta-1.png);
  background-size: cover;
}

/*	Menu Style  */
header.nav-innerpage-style {
  background-color: #ffffff;
  border-bottom: 1px solid #E9E9E9;
  padding: 7px 0;
}

header.nav-innerpage-style .ace-responsive-menu .sub-menu {
  background-color: #ffffff;
  border-radius: 12px;
  -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: 15px 0;
  z-index: 9999;
  width: 260px;
}

header.nav-innerpage-style .ace-responsive-menu .sub-menu li {
  border-left: 2px solid transparent;
  padding: 0 30px;
  width: 260px;
  -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.nav-innerpage-style .ace-responsive-menu .sub-menu li:hover {
  background-color: #F0EFEC;
  border-left: 2px solid #5BBB7B;
}

header.nav-innerpage-style .ace-responsive-menu .sub-menu a {
  line-height: 40px;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  padding-left: 0;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .sub-menu li {
  padding-left: 0;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .sub-menu li:hover {
  background-color: transparent;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .sub-menu a:hover {
  text-decoration: underline;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style:hover .dropdown-megamenu {
  border-radius: 12px;
  left: auto;
  max-width: 600px;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  z-index: 99999;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .dropdown-megamenu .sub-menu {
  border: none;
  box-shadow: none;
  display: block !important;
  float: left;
  left: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  float: left;
  width: 33.33%;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item {
  border-radius: 60px;
  text-align: center;
  padding: 7px 13px;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item:hover {
  color: #5BBB7B;
}

@media (max-width: 1399.98px) {

  header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item,
  header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item {
    padding: 7px 11px;
  }
}

@media (max-width: 1199.98px) {

  header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item,
  header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item {
    padding: 7px 8px;
  }
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: transparent;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item:hover:before,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item:hover:before {
  width: 100%;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item:before,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #5BBB7B;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -18px;
  width: 0;
  -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.nav-innerpage-style .ace-responsive-menu a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

header.nav-innerpage-style.menu-home4 {
  box-shadow: none;
  border-bottom: none;
  padding: 18px 0;
}

header.nav-innerpage-style.at-home3 {
  background-color: #FFF8F6;
}

header.nav-innerpage-style.style2 {
  box-shadow: none;
}

header.nav-innerpage-style.at-home15 {
  background-color: #FBF7ED;
}

header.nav-innerpage-style .custom-container {
  padding-left: 110px;
  padding-right: 110px;
}

header.menu-home10 {
  box-shadow: none;
  border-bottom: none;
  padding: 0;
}

header.menu-home10 .ace-responsive-menu .sub-menu {
  margin-top: 1px;
}

header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item {
  border-radius: 0px;
  line-height: 72px;
  position: relative;
}

header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item:hover,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: transparent;
}

header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item:hover:before,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item:hover:before {
  width: 100%;
}

header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item:before,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #5BBB7B;
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  width: 0;
  top: 0;
  -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.menu-home10.stricky.stricky-fixed .ace-responsive-menu .megamenu_style a.list-item:before,
header.menu-home10.stricky.stricky-fixed .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #222222;
}

header.nav-homepage-style {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 7px 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}

header.nav-homepage-style .ace-responsive-menu .sub-menu {
  background-color: #ffffff;
  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: 15px 0;
  z-index: 9999;
  width: 260px;
}

header.nav-homepage-style .ace-responsive-menu .sub-menu li {
  border-left: 2px solid transparent;
  padding: 0 30px;
  width: 260px;
  -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.nav-homepage-style .ace-responsive-menu .sub-menu li:hover {
  background-color: #F0EFEC;
  border-left: 2px solid #5BBB7B;
}

header.nav-homepage-style .ace-responsive-menu .sub-menu a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  line-height: 40px;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  padding-left: 0;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .sub-menu li {
  padding-left: 0;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .sub-menu li:hover {
  background-color: transparent;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .sub-menu a:hover {
  text-decoration: underline;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style:hover .dropdown-megamenu {
  border-radius: 4px;
  left: auto;
  max-width: 600px;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  z-index: 99999;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .dropdown-megamenu .sub-menu {
  border: none;
  box-shadow: none;
  display: block !important;
  float: left;
  left: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  float: left;
  width: 33.33%;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item {
  border-radius: 60px;
  text-align: center;
  padding: 7px 14px;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: rgba(255, 255, 255, 0.07);
}

@media (max-width: 1399.98px) {

  header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item,
  header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item {
    padding: 7px 9px;
  }
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: transparent;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item:hover:before,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item:hover:before {
  width: 100%;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item:before,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #5BBB7B;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -18px;
  width: 0;
  -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.nav-homepage-style .ace-responsive-menu a {
  color: #ffffff;
  font-family: var(--title-font-family);
  font-weight: 600;
}

header.nav-homepage-style .header-logo.logo2 {
  display: none;
}

header.nav-homepage-style .btn-mega {
  color: #ffffff;
}

header.nav-homepage-style .sidemenu-btn,
header.nav-homepage-style .login-info {
  color: #ffffff;
}

header.nav-homepage-style.stricky.stricky-fixed {
  background-color: #ffffff;
  border-bottom: 1px solid #E9E9E9;
  -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);
  z-index: 9;
  top: 0;
}

header.nav-homepage-style.stricky.stricky-fixed .ace-responsive-menu a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

header.nav-homepage-style.stricky.stricky-fixed .sidemenu-btn,
header.nav-homepage-style.stricky.stricky-fixed .login-info,
header.nav-homepage-style.stricky.stricky-fixed .btn-mega {
  color: var(--headings-color);
}

header.nav-homepage-style.stricky.stricky-fixed .header-logo.logo1 {
  display: none;
}

header.nav-homepage-style.stricky.stricky-fixed .header-logo.logo2 {
  display: block;
}

header.nav-homepage-style.stricky.stricky-fixed .menu-btn,
header.nav-homepage-style.stricky.stricky-fixed .btn-transparent2 {
  border: 1px solid var(--headings-color);
  color: var(--headings-color);
}

header.nav-homepage-style.stricky.stricky-fixed .menu-btn:hover {
  background-color: #5BBB7B;
  border: 1px solid #5BBB7B;
}

header.nav-homepage-style.at-home2,
header.nav-homepage-style.at-home5 {
  border-bottom: none;
}

header.nav-homepage-style.at-home3 .ace-responsive-menu a {
  color: var(--headings-color);
}

header.nav-homepage-style.at-home3 .sidemenu-btn,
header.nav-homepage-style.at-home3 .login-info {
  color: var(--headings-color);
}

header.nav-homepage-style.at-home5 .ace-responsive-menu .sub-menu {
  margin-top: 1px;
}

header.nav-homepage-style.at-home5 .ace-responsive-menu .megamenu_style a.list-item,
header.nav-homepage-style.at-home5 .ace-responsive-menu .visible_list a.list-item {
  border-radius: 0px;
  position: relative;
}

header.nav-homepage-style.at-home5 .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-homepage-style.at-home5 .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: transparent;
}

header.nav-homepage-style.at-home5 .ace-responsive-menu .megamenu_style a.list-item:hover:before,
header.nav-homepage-style.at-home5 .ace-responsive-menu .visible_list a.list-item:hover:before {
  width: 100%;
}

header.nav-homepage-style.at-home5 .ace-responsive-menu .megamenu_style a.list-item:before,
header.nav-homepage-style.at-home5 .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  width: 0;
  -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.nav-homepage-style.at-home5.stricky.stricky-fixed .ace-responsive-menu .megamenu_style a.list-item:before,
header.nav-homepage-style.at-home5.stricky.stricky-fixed .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #222222;
}

header.nav-homepage-style.at-home17.stricky.stricky-fixed .home18-sign-btn {
  border: 1px solid #E9E9E9;
}

header.nav-homepage-style.at-home18 {
  margin-top: 30px;
}

header.nav-homepage-style.at-home18.stricky.stricky-fixed {
  margin-top: 0;
}

header.nav-homepage-style.at-home18.stricky.stricky-fixed .home18-sign-btn {
  border: 1px solid #E9E9E9;
}

.home17-join-btn {
  background-color: #97FCC4;
  border: transparent;
  border-style: solid;
  border-width: 2px;
}

.home18-sign-btn {
  border: 1px solid #ffffff;
}

.home18-join-btn {
  background-color: #F9FCAA;
}

.home20-join-btn {
  background-color: #5BBB7B;
  border: transparent;
  border-style: solid;
  border-width: 2px;
}

/*== Mobile Menu Css ==*/
.header.innerpage-style {
  background-color: #ffffff;
  -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);
  height: 65px;
  line-height: 65px;
}

.mm-panel {
  background-color: #ffffff;
  background: #ffffff;
}

.mm-listitem:after {
  display: none;
}

.mm-navbar {
  background-color: rgba(91, 187, 123, 0.07);
  color: var(--headings-color);
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  height: 60px;
}

.mm-navbar__title {
  color: var(--headings-color);
}

.mm-wrapper__blocker {
  background-color: rgba(34, 34, 34, 0.5);
}

.mm-panel ul.mm-listview li:first-child.mm-listitem {
  margin-top: 30px;
}

.mm-panel ul.mm-listview li.mm-listitem.cl_btn {
  border-bottom: none;
  margin: 50px auto;
  max-width: 90%;
}

.mm-panel ul.mm-listview li.mm-listitem.cl_btn a.btn {
  color: #ffffff;
  font-family: var(--title-font-family);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

a.mm-listitem__text,
a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  color: var(--headings-color);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

a.mm-listitem__text:hover,
a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: rgba(91, 187, 123, 0.07);
  border-left: 2px solid #5BBB7B;
  color: #5BBB7B;
}

li.mm-listitem:hover,
li.mm-listitem:active,
li.mm-listitem:focus {
  color: #ffffff;
}

.mm-btn_prev:before {
  background-color: transparent;
}

.hsidebar-content {
  padding: 30px 0;
  position: relative;
}

.modal-lg {
  max-width: 662px;
}

.modal:before {
  background: rgba(34, 34, 34, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  -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;
}

.hiddenbar-body-ovelay {
  background: rgba(34, 34, 34, 0.7);
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  visibility: hidden;
  z-index: 9990;
  -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;
}

.menu-hidden-sidebar-content .hiddenbar-body-ovelay {
  opacity: 1;
  visibility: visible;
}

.menu-hidden-sidebar-content .lefttside-hidden-bar {
  opacity: 1;
  left: 0px;
  visibility: visible;
}

.signin-hidden-sidebar-content .rightside-hidden-bar {
  opacity: 1;
  right: 0px;
  visibility: visible;
}

.signin-hidden-sidebar-content .hiddenbar-body-ovelay {
  opacity: 1;
  visibility: visible;
}

.rightside-hidden-bar {
  background-color: #ffffff;
  -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);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: -400px;
  top: 0px;
  width: 400px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -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;
}

@media (max-width: 575.98px) {
  .rightside-hidden-bar {
    max-width: 300px;
  }
}

.rightside-hidden-bar .hsidebar-header {
  border-bottom: 1px solid #E9E9E9;
  padding: 25px 20px 15px 30px;
  display: block;
  position: relative;
}

.rightside-hidden-bar .hsidebar-header .title {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.rightside-hidden-bar .hsidebar-header .sidebar-close-icon {
  background-color: #F7F7F7;
  border-radius: 50%;
  cursor: pointer;
  color: var(--headings-color);
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 40px;
  -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;
}

@media (max-width: 575.98px) {
  .rightside-hidden-bar .hsidebar-header .sidebar-close-icon {
    right: 10px;
  }
}

.rightside-hidden-bar::-webkit-scrollbar {
  width: 8px;
}

.rightside-hidden-bar::-webkit-scrollbar-track {
  -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);
  border-radius: 12px;
}

.rightside-hidden-bar::-webkit-scrollbar-thumb {
  background-color: #E9E9E9;
  border-radius: 12px;
}

.lefttside-hidden-bar {
  background-color: #ffffff;
  -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);
  height: 100%;
  opacity: 0;
  position: fixed;
  right: -360px;
  top: 0px;
  visibility: hidden;
  width: 360px;
  z-index: 99999;
  -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;
}

.lefttside-hidden-bar .hsidebar-header {
  padding: 25px 20px 25px 30px;
  display: block;
  position: relative;
}

.lefttside-hidden-bar .sidebar-close-icon {
  background-color: #F1FCFA;
  border-radius: 8px;
  cursor: pointer;
  color: var(--headings-color);
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 20px;
  width: 40px;
  -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;
}

@media (max-width: 400px) {
  .lefttside-hidden-bar .sidebar-close-icon {
    right: 30px;
  }
}

.lefttside-hidden-bar:-webkit-scrollbar {
  width: 3px;
}

.lefttside-hidden-bar .hsidebar-content {
  padding: 0 30px 30px;
  position: relative;
  max-height: 750px;
  overflow-y: scroll;
}

.lefttside-hidden-bar .hsidebar-content::-webkit-scrollbar {
  background: transparent;
  border-radius: 10px;
  padding-right: 10px;
  width: 10px;
}

.lefttside-hidden-bar .hsidebar-content::-webkit-scrollbar-thumb {
  background-color: #F1FCFA;
  border-radius: 10px;
}

.lefttside-hidden-bar.map-page .hsidebar-content {
  max-height: 900px;
}

.lefttside-hidden-bar {
  left: -350px;
  right: auto;
  width: 350px;
}

@media (max-width: 400px) {
  .lefttside-hidden-bar {
    width: 300px;
  }
}

.hiddenbar_navbar_menu {
  margin-bottom: 200px;
  padding-top: 30px;
  position: relative;
}

.hiddenbar_navbar_menu .navbar-nav .nav-item {
  padding-left: 2px solid transparent;
  -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;
}

.hiddenbar_navbar_menu .navbar-nav .nav-item .nav-link {
  border-left: 2px solid transparent;
  line-height: 51px;
  letter-spacing: 0em;
  position: relative;
  padding: 0 30px;
  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;
}

.hiddenbar_navbar_menu .navbar-nav .nav-item .nav-link:hover,
.hiddenbar_navbar_menu .navbar-nav .nav-item .nav-link:active,
.hiddenbar_navbar_menu .navbar-nav .nav-item .nav-link:focus {
  background-color: rgba(91, 187, 123, 0.07);
  border-left: 2px solid #5BBB7B;
  color: #5BBB7B;
}

.hiddenbar_navbar_menu .navbar-nav .nav-item .nav-link i {
  line-height: 60px;
  position: absolute;
  right: 30px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.hiddenbar_navbar_menu .navbar-nav .nav-item .nav-link.collapsed i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.body_content_wrapper:before {
  background: rgba(4, 30, 66, 0.5);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  -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;
}

.body_content_wrapper.before_active:before {
  opacity: 1;
  z-index: 9;
}

.hiddenbar_navbar_menu .navbar-nav .nav-item .nav-link:hover i,
.hiddenbar_navbar_menu .navbar-nav .nav-item .nav-link:active i,
.hiddenbar_navbar_menu .navbar-nav .nav-item .nav-link:focus i {
  color: #443297;
}

.hiddenbar_navbar_menu .navbar-nav .nav-item .collapse .nav .nav-item .nav-link:after {
  display: none;
}

.mobile_menu_close_btn {
  background-color: #F7F7F7;
  border-radius: 8px;
  -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);
  cursor: pointer;
  color: var(--headings-color);
  font-size: 10px;
  height: 40px;
  left: -15px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 40px;
  z-index: -1;
  -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;
}

.advance-search-menu {
  -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);
}

.advance-search-menu.style2 {
  background-color: #222222;
}

.advance-search-list li .search-field {
  border-radius: 40px;
  height: 44px;
  padding-left: 20px;
  width: 470px;
}

@media (max-width: 767.98px) {
  .advance-search-list li .search-field {
    margin-bottom: 15px;
    width: auto;
  }
}

.advance-search-list li:last-child .open-btn {
  background-color: #F7F7F7;
  border: 1px solid #222222;
}

.advance-search-list li .open-btn {
  border: 1px solid #E9E9E9;
}

.advance-search-list.no-box-shadow .open-btn {
  box-shadow: none;
}

/*button Mega Menu Css Code*/
/* Menu Mega Code Start */
#mega-menu {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  max-width: 150px;
  -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;
}

@media (max-width: 1199.98px) {
  #mega-menu {
    max-width: 120px;
  }
}

#mega-menu .menu {
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  opacity: 0;
  position: relative;
  top: 20px;
  z-index: 90;
  width: 330px;
  visibility: hidden;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -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;
}

@media (max-width: 1199.98px) {
  #mega-menu .menu {
    width: 310px;
  }
}

#mega-menu .menu li {
  background-color: #ffffff;
  border-left: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mega-menu .menu li:hover {
  background-color: #F0EFEC;
  border-left: 2px solid #5BBB7B;
}

#mega-menu .menu li:hover .drop-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(1.8%);
}

#mega-menu .menu li a {
  border-left: 2px solid transparent;
  padding: 5px 20px;
  display: block;
  position: relative;
}

@media (max-width: 1199.98px) {
  #mega-menu .menu li a {
    padding: 5px 15px;
  }
}

#mega-menu .menu li a.dropdown:after {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  right: 30px;
  font-size: 14px;
  color: var(--headings-color);
}

#mega-menu .menu li:first-child {
  border-radius: 4px 0 0 0;
}

#mega-menu .menu li:last-child {
  border-radius: 0 0 0 4px;
}

#mega-menu .menu .menu-icn {
  color: #1F4B3F;
  font-size: 22px;
  margin-right: 8px;
  min-width: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

#mega-menu .menu .menu-title {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 50px;
}

#mega-menu .drop-menu {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 0 4px 4px 0;
  -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);
  height: 493px;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  position: absolute;
  top: -1px;
  left: 316px;
  width: 650px;
  z-index: -1;
  transform: translateX(-1%);
  -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;
}

@media (max-width: 1199.98px) {
  #mega-menu .drop-menu {
    left: 298px;
    width: 530px;
  }
}

#mega-menu .drop-menu .cat-title {
  color: var(--headings-color);
  margin-bottom: 10px;
}

#mega-menu .drop-menu li {
  background-color: transparent;
}

#mega-menu .drop-menu li:hover {
  background-color: transparent;
  border-color: transparent;
}

#mega-menu .drop-menu li a {
  border-bottom: none;
  color: var(--body-text-color);
  font-size: 14px;
  font-family: var(--title-font-family);
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  -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;
}

#mega-menu .drop-menu li a:hover {
  color: var(--headings-color);
}

#mega-menu:hover .menu {
  opacity: 1;
  top: 10px;
  visibility: visible;
  -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;
}

.home1_style.at-home2 #mega-menu {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  margin-left: 15px;
}

.home1_style.at-home18 #mega-menu {
  background-color: #5E6D5F;
  border-radius: 120px;
}

.home1_style.at-home19 #mega-menu {
  background-color: #FFEDE8;
  border-radius: 12px;
  margin-left: 15px;
}

/* Menu Mega Code End */
/*	Nav & Tabs Styles  */
.navpill-style1 {
  position: relative;
}

.navpill-style1 .nav-item {
  margin-right: 10px;
}

.navpill-style1 .nav-item:last-child {
  margin-right: 0;
}

.navpill-style1 .nav-link {
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 7px 17px;
  -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;
}

.navpill-style1 .nav-link.active,
.navpill-style1 .nav-link:hover {
  background-color: #ffffff;
  -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);
  border-radius: 32px;
  border: 1px solid #E9E9E9;
  color: #5BBB7B;
}

.navpill-style1.payout-style .nav-pills {
  background-color: #FFEDE8;
  border-radius: 60px;
  height: 45px;
  width: 350px;
}

.navpill-style1.payout-style .nav-pills .nav-link {
  color: #1F4B3F;
  font-size: 14px;
  padding: 4px 17px;
}

.navpill-style1.payout-style .nav-pills .nav-link:hover,
.navpill-style1.payout-style .nav-pills .nav-link.active {
  color: var(--headings-color);
  height: 35px;
  line-height: initial;
}

.navpill-style2 {
  position: relative;
}

.navpill-style2 .nav-item {
  margin-right: 10px;
}

.navpill-style2 .nav-item:last-child {
  margin-right: 0;
}

.navpill-style2 .nav-link {
  border: 1px solid transparent;
  border-radius: 6px;
  color: #222222;
  padding: 7px 17px;
  -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;
}

.navpill-style2 .nav-link.active,
.navpill-style2 .nav-link:hover {
  background-color: #ffffff;
  -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);
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  color: var(--headings-color);
}

.navpill-style2.at-home6 .nav-item {
  margin-right: 0;
}

.navpill-style2.at-home6 .nav-link.active,
.navpill-style2.at-home6 .nav-link:hover {
  background-color: #ffffff;
  -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);
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  color: #5BBB7B;
}

.navpill-style2.at-home9 .nav-item {
  margin-right: 0;
}

.navpill-style2.at-home9 .nav-link.active,
.navpill-style2.at-home9 .nav-link:hover {
  background-color: #ffffff;
  -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);
  border-radius: 32px;
  border: 1px solid #E9E9E9;
  color: #5BBB7B;
}

.navtab-style1,
.navtab-style2 {
  position: relative;
}

.navtab-style1 .nav-tabs,
.navtab-style2 .nav-tabs {
  border-bottom: 1px solid #E9E9E9;
  -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;
}

.navtab-style1 .nav-link,
.navtab-style2 .nav-link {
  border: 2px solid transparent;
  color: #697488;
  -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;
}

.navtab-style1 .nav-link:hover,
.navtab-style2 .nav-link:hover {
  border: 2px solid transparent;
}

.navtab-style1 .nav-link.active,
.navtab-style2 .nav-link.active {
  border: 2px solid transparent;
  border-bottom: 2px solid var(--headings-color);
  color: #222222;
}

.navtab-style1.blog-page-style {
  overflow-x: auto;
}

.navtab-style1.blog-page-style nav {
  width: 1400px;
}

.navtab-style2 .nav-tabs {
  border-bottom: none;
}

.dark-light-navtab {
  position: relative;
}

.dark-light-navtab .nav-link {
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--headings-color);
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  padding: 6px 17px;
  -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;
}

.dark-light-navtab .nav-link.active {
  background-color: #ffffff;
  border: 1px solid var(--headings-color);
  color: var(--headings-color);
}

.dark-light-navtab.style2 .nav-item:last-child .nav-link {
  margin-right: 0;
}

.dark-light-navtab.style2 .nav-link {
  color: var(--headings-color);
}

.dark-light-navtab.style2 .nav-link.active {
  background-color: var(--headings-color);
  color: #ffffff;
}

.dark-light-navtab.style3 .nav-link {
  background-color: rgba(255, 255, 255, 0.07);
  border: none;
  color: #ffffff;
}

.dark-light-navtab.style3 .nav-link.active {
  background-color: #ffffff;
  border: none;
  color: #5BBB7B;
}

.dark-light-navtab.style4 .nav-link {
  border: none;
  border-radius: 0;
  color: var(--headings-color);
  margin-right: 0;
}

.dark-light-navtab.style4 .nav-link.active {
  border-bottom: 2px solid var(--headings-color);
}

.tab-content {
  height: auto;
}

.tab-content .active {
  height: auto;
}

.ps-navtab .nav-link {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 40px;
}

.ps-navtab .nav-link.active {
  background-color: #F7F7F7;
  border: 1px solid var(--headings-color);
  color: var(--headings-color);
}

.ps-v4-hero-tab .nav-pills {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9;
}

.ps-v4-hero-tab .nav-link {
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
  height: 54px;
  line-height: 60px;
  padding: 0;
  width: 54px;
}

.ps-v4-hero-tab .nav-link.active {
  background-color: #5BBB7B;
}

.ps-v4-hero-tab.at-v5 .nav-pills {
  right: 0;
}

.ps-v4-hero-tab.at-v5 .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
}

.ps-v4-hero-tab.at-v5 .nav-link.active {
  background-color: #5BBB7B;
}

.terms_condition_widget .nav-tabs {
  border-bottom: none;
}

.terms_condition_widget .nav-link {
  border: none;
  border-left: 1px solid #E9E9E9;
  border-radius: 0;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 45px;
  padding: 0 0 0 20px;
  width: 100%;
  -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;
}

.terms_condition_widget .nav-link.active {
  border-left: 2px solid #5BBB7B;
  color: #5BBB7B;
}

.vertical-tab .nav-tabs {
  border-bottom: none;
}

.vertical-tab .nav-link {
  border: none;
  border-radius: 0;
  color: var(--body-text-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 25px;
  padding: 0;
  width: 100%;
  -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;
}

.vertical-tab .nav-link span {
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}

.vertical-tab .nav-link.active span {
  border-bottom: 2px solid #222222;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.home2_testimonial_tabs .thumb {
  padding: 10px;
}

.home2_testimonial_tabs img {
  width: 70px;
}

@media (max-width: 991.98px) {
  .home2_testimonial_tabs img {
    width: 40px;
  }
}

.home2_testimonial_tabs .title {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.home2_testimonial_tabs .title small {
  color: var(--body-text-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
}

.home2_testimonial_tabs .nav-link {
  border: 1px solid #E9E9E9;
  border-radius: 100px;
  margin: 0 15px;
  padding: 0;
  width: 350px;
  -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;
}

@media (max-width: 1399.98px) {
  .home2_testimonial_tabs .nav-link {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199.98px) {
  .home2_testimonial_tabs .nav-link {
    max-width: initial;
  }
}

@media (max-width: 1399.98px) {
  .home2_testimonial_tabs .nav-link {
    margin: 0 5px 10px;
    width: 250px;
  }
}

@media (max-width: 991.98px) {
  .home2_testimonial_tabs .nav-link {
    width: 220px;
  }
}

.home2_testimonial_tabs .nav-link.active {
  background-color: #ffffff;
  -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);
}

.extra-service-tab .nav-tabs {
  border-bottom: none;
}

.extra-service-tab .nav-link {
  border: 2px solid transparent;
  outline: 1px solid #E9E9E9;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 26px 30px 35px;
  position: relative;
}

.extra-service-tab .nav-link.active {
  border: 2px solid #1F4B3F;
}

.extra-service-tab .text-bottom {
  display: block;
  line-height: initial;
}

.extra-service-tab .price {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  right: 30px;
  top: 45px;
}

@media (max-width: 575.98px) {
  .extra-service-tab .price {
    right: 20px;
    top: 10px;
  }
}

.home9-navtab-style .nav-link {
  border-bottom: none;
  color: rgba(34, 34, 34, 0.3);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  padding-top: 0;
  padding-left: 0;
  margin-right: 40px;
}

.home9-navtab-style .nav-link:last-child {
  margin-right: 0;
}

.home9-navtab-style .nav-link.active,
.home9-navtab-style .nav-link:hover,
.home9-navtab-style .nav-link:focus,
.home9-navtab-style .nav-link:visited {
  color: #222222;
  border-bottom: none;
}

/*  Paginations Styles  */
.mbp_pagination ul {
  margin: 0;
  padding: 0;
}

.mbp_pagination .page_navigation {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.mbp_pagination .page-item {
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  -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;
}

.mbp_pagination .page-item:hover {
  background-color: #F1FCFA;
}

.mbp_pagination .page-item:first-child {
  border: 1px solid #E9E9E9;
}

.mbp_pagination .page-item:last-child {
  border: 1px solid #222222;
}

.mbp_pagination .page-item.active .page-link {
  background-color: #5BBB7B;
  color: #ffffff;
}

.mbp_pagination .page-link {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 40px;
}

/*	ProgressBar Styles  */
.progressbar-style1 {
  position: relative;
}

.progressbar-style1 .progressbar-bg {
  background-color: #F1FCFA;
  border-radius: 10px;
  height: 10px;
  width: 100%;
}

.progressbar-style1 .progressd-bar {
  background-color: #E1C03F;
  border-radius: 10px;
  position: absolute;
  height: 10px;
  top: 0;
}

.progressbar-style1 .progressd-bar span {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  right: 0;
  top: -25px;
  position: absolute;
}

.range-slider-style1,
.range-slider-style2 {
  max-width: 300px;
  position: relative;
  width: 100%;
}

span.ui-slider-handle.ui-corner-all.ui-state-default,
span.ui-slider-handle.ui-corner-all.ui-state-default:active,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus,
span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus-visible {
  border: 2px solid #5BBB7B;
  border-radius: 50%;
  height: 14px;
  margin-left: 0;
  outline: none;
  top: -6px;
  width: 14px;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background-color: #5BBB7B;
  height: 4px;
}

.slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
  background-color: #E9E9E9;
  border: 1px solid transparent;
  border-radius: 6px;
  height: 4px;
}

input.amount {
  text-align: start;
}

input.amount,
input.amount2,
input.amount3,
input.amount4 {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  line-height: 22px;
  padding: 0 10px;
  width: 120px;
}

@media (max-width: 1199.98px) {

  input.amount,
  input.amount2,
  input.amount3,
  input.amount4 {
    max-width: 100px;
  }
}

input::placeholder {
  color: var(--headings-color);
}

input:focus-visible {
  border: none;
  outline: none;
}

#slider-range-value1,
#slider-range-value2 {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  padding: 5px;
}

#slider-range-value1,
#slider-range-value3 {
  float: left;
}

#slider-range-value2 {
  float: right;
}

.slider-labels {
  margin-top: 15px;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-handle .noUi-handle {
  z-index: 10;
}

.noUi-handle .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal .noUi-handle {
  background-color: #ffffff;
  border: 2px solid #5BBB7B;
  border-radius: 50%;
  height: 10px;
  left: 0;
  top: -7px;
  width: 10px;
}

.noUi-background {
  background-color: #F7F7F7;
  border-radius: 30px;
  height: 3px;
}

.noUi-connect {
  background-color: #5BBB7B;
  border-radius: 30px;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}

/*	Shop Styles  */
.shop-item {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 10px 30px 20px;
  position: relative;
  -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;
}

.shop-item:hover {
  -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);
}

/*	Shop Single Page	*/
.shop-single .nav-link {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 0;
}

.shop-single .nav-link.active {
  background-color: transparent;
  border: 1px solid #222222;
}

.shop-single .shop-single-item {
  max-width: 643px;
}

.shop-single-content .price {
  font-weight: 700;
}

/*	Cart Page	*/
.cart-img {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  height: 100px;
  line-height: 100px;
  margin-right: 22px;
  text-align: center;
  width: 100px;
}

.shopping_cart_table thead {
  height: 70px;
  line-height: 70px;
}

.shopping_cart_table th {
  background-color: #F1FCFA;
  padding: 0;
}

.shopping_cart_table .table_body {
  padding-left: 30px;
}

.shopping_cart_table .table_body td {
  border-bottom: 1px solid #E9E9E9;
  padding: 30px 0;
  vertical-align: middle;
}

.shopping_cart_table .coupon_input {
  width: 270px;
}

@media (max-width: 1199.98px) {
  .shopping_cart_table .coupon_input {
    width: auto;
  }
}

.quantity-arrow-minus,
.quantity-arrow-plus {
  background-color: transparent;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  color: var(--headings-color);
  font-size: 10px;
  height: 25px;
  line-height: 20px;
  left: 10px;
  outline: none;
  position: absolute;
  text-align: center;
  width: 25px;
  top: 15px;
}

.quantity-arrow-plus {
  left: auto;
  right: 10px;
}

.quantity-num {
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: 15px;
  height: 56px;
  max-width: 140px;
  outline: none;
  padding: 0;
  text-align: center;
  width: 100%;
}

.quantity-block {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  height: 60px;
  position: relative;
  vertical-align: middle;
  width: 140px;
}

.cart-delete {
  background-color: #FFEDE8;
  border-radius: 4px;
  color: #1F4B3F;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

/*	Shop Order  */
.order_complete_message {
  position: relative;
}

.order_complete_message .icon {
  border-radius: 50%;
  font-size: 30px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 20px;
  width: 80px;
}

.order_complete_message .title {
  font-size: 28px;
}

.shop_order_box {
  position: relative;
}

.shop_order_box .order_list_raw {
  background-color: #FFEDE8;
  border: 2px dashed #222222;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 35px 80px;
}

@media (max-width: 575.98px) {
  .shop_order_box .order_list_raw {
    padding: 40px 30px;
  }
}

.shop_order_box .order_details {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 50px 60px 70px;
}

@media (max-width: 575.98px) {
  .shop_order_box .order_details {
    padding: 40px 30px;
  }
}

.checkout_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.checkout_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.checkout_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}

.checkout_coupon {
  position: relative;
}

.order_sidebar_widget {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}

.order_sidebar_widget .title {
  margin-bottom: 28px;
}

.payment_widget {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}

.payment_widget .title {
  margin-bottom: 28px;
}

.payment_widget .form-check-label {
  font-weight: 500;
}

/*	Shop Details Pages Styles */
.service-single-sldier {
  position: relative;
}

.service-single-sldier:after {
  background-color: #404040;
  border-radius: 4px;
  bottom: 130px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .service-single-sldier:after {
    bottom: 0;
  }
}

.service-single-sldier.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: 30px;
}

@media (max-width: 767.98px) {
  .service-single-sldier.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    width: 35px;
  }
}

.service-single-sldier.vam_nav_style.owl-theme .owl-nav button.owl-next {
  right: 30px;
}

@media (max-width: 767.98px) {
  .service-single-sldier.vam_nav_style.owl-theme .owl-nav button.owl-next {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    right: 10px;
    width: 35px;
  }
}

.service-single-sldier button.owl-dot {
  border-radius: 4px;
  height: 114px;
  margin-right: 10px;
  width: 150px;
}

.service-single-sldier button.owl-dot:first-child {
  background-image: url(../images/listings/service-details-s-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .service-single-sldier button.owl-dot:first-child {
    display: none;
  }
}

.service-single-sldier button.owl-dot:nth-child(2) {
  background-image: url(../images/listings/service-details-s-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .service-single-sldier button.owl-dot:nth-child(2) {
    display: none;
  }
}

.service-single-sldier button.owl-dot:nth-child(3) {
  background-image: url(../images/listings/service-details-s-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .service-single-sldier button.owl-dot:nth-child(3) {
    display: none;
  }
}

/*	Employee Single Styles */
.employee-single-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: 30px;
}

@media (max-width: 767.98px) {
  .employee-single-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    width: 35px;
  }
}

.employee-single-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
  right: 30px;
}

@media (max-width: 767.98px) {
  .employee-single-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    right: 10px;
    width: 35px;
  }
}

.employee-single-slider button.owl-dot {
  border-radius: 4px;
  height: 114px;
  margin-right: 10px;
  width: 150px;
}

.employee-single-slider button.owl-dot:first-child {
  background-image: url(../images/about/employee-single-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .employee-single-slider button.owl-dot:first-child {
    display: none;
  }
}

.employee-single-slider button.owl-dot:nth-child(2) {
  background-image: url(../images/about/employee-single-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .employee-single-slider button.owl-dot:nth-child(2) {
    display: none;
  }
}

.employee-single-slider button.owl-dot:nth-child(3) {
  background-image: url(../images/about/employee-single-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .employee-single-slider button.owl-dot:nth-child(3) {
    display: none;
  }
}

/*	Social Styles  */
.social-style1 i {
  color: #ffffff;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -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;
}

.social-style1 i:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.social-style1.light-style i {
  color: var(--headings-color);
}

.social-style1.light-style i:hover {
  background-color: var(--headings-color);
  color: #ffffff;
}

.social-style1.light-style2 i {
  color: var(--headings-color);
}

.social-style1.light-style2 i:hover {
  background-color: #F7F7F7;
  color: var(--headings-color);
}

.social-style1.at-home15 i:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.app-list .app-title,
.app-list i {
  color: rgba(255, 255, 255, 0.7);
  -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-list:hover .app-title,
.app-list:hover i {
  color: #ffffff;
}

.app-list.light-style i {
  color: rgba(34, 34, 34, 0.7);
}

.app-list.light-style i:hover {
  background-color: var(--headings-color);
  color: #ffffff;
}

.app-list.light-style .app-title {
  color: rgba(34, 34, 34, 0.7);
}

/*	Sliders Styles  */
.thumbimg-countnumber-carousel .owl-dots {
  position: absolute;
  right: 340px;
  top: 300px;
  width: 60px;
}

@media (max-width: 1399.98px) {
  .thumbimg-countnumber-carousel .owl-dots {
    right: 50px;
  }
}

@media (max-width: 1199.98px) {
  .thumbimg-countnumber-carousel .owl-dots {
    bottom: 0;
    left: 30px;
    top: auto;
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .thumbimg-countnumber-carousel .owl-dots {
    display: none;
  }
}

.banner-wrapper .owl-dot {
  display: grid;
  position: relative;
  z-index: 991;
}

.banner-wrapper .owl-dot span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border-radius: 50%;
  height: 50px;
  margin: 0 0 15px;
  opacity: 0.7;
  width: 50px;
  transition: all 0.4s ease;
}

.banner-wrapper .owl-dot:last-child {
  margin-bottom: 0;
}

.banner-wrapper .owl-dot.active span {
  opacity: 1;
  outline: 2px solid #ffffff;
  outline-offset: 5px;
}

.banner-wrapper .carousel-control-block {
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 160px;
  padding: 15px 20px;
  position: absolute;
  right: 20px;
  width: 100%;
  z-index: 999;
}

.banner-wrapper .carousel-btn-block {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #E9E9E9;
  padding-left: 20px;
}

.banner-wrapper .carousel-btn-block span {
  font-size: 30px;
  color: var(--headings-color);
  cursor: pointer;
  line-height: 0.6em;
}

.banner-wrapper .carousel-btn-block span+span {
  margin-top: 7px;
}

.banner-wrapper .slider-number-count {
  font-weight: 400;
  color: var(--headings-color);
  display: flex;
}

.banner-wrapper .sep {
  margin-left: 10px;
  margin-right: 10px;
}

.banner-wrapper .sep,
.banner-wrapper .current-number {
  color: #5BBB7B;
  font-weight: 600;
}

.nav_none.owl-theme.owl-carousel .owl-nav {
  display: none !important;
}

.dots_none.owl-theme.owl-carousel .owl-dots {
  display: none !important;
}

.navi_pagi_top_right.owl-theme .owl-dots,
.navi_pagi_bottom_left.owl-theme .owl-dots,
.navi_pagi_bottom_center.owl-theme .owl-dots {
  display: block;
  text-align: center;
  width: 100px;
}

.navi_pagi_top_right.owl-theme .owl-nav,
.navi_pagi_bottom_left.owl-theme .owl-nav,
.navi_pagi_bottom_center.owl-theme .owl-nav {
  display: block;
  width: 140px;
  position: absolute;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev {
  left: 0;
  right: auto;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next {
  background-color: transparent;
  border: none;
  color: var(--headings-color);
  font-size: 14px;
  height: auto;
  line-height: initial;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: auto;
  -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;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev:hover,
.navi_pagi_top_right.owl-theme .owl-nav .owl-prev:active,
.navi_pagi_top_right.owl-theme .owl-nav .owl-prev:focus,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next:hover,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next:active,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next:focus,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev:hover,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev:active,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev:focus,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next:hover,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next:active,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next:focus,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev:hover,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev:active,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev:focus,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next:hover,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next:active,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next:focus {
  background-color: transparent;
  color: var(--headings-color);
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev i,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev i,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev i {
  -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;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev:hover i,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev:hover i,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev:hover i {
  transform: translateX(-5px) scale(1.25);
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-next i,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next i,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next i {
  -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;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-next:hover i,
.navi_pagi_bottom_left.owl-theme .owl-nav .owl-next:hover i,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next:hover i {
  transform: translateX(5px) scale(1.25);
}

.navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:hover span,
.navi_pagi_top_right.owl-theme .owl-dots button.owl-dot.active span,
.navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:hover span,
.navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot.active span,
.navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:hover span,
.navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot.active span {
  background-color: #222222;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.navi_pagi_top_right.owl-theme .owl-dots button.owl-dot span,
.navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot span,
.navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot span {
  background-color: #C0C0C0;
  border-radius: 50%;
  height: 6px;
  position: relative;
  width: 6px;
  -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;
}

@media (max-width: 919px) {

  .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(4),
  .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(5),
  .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(7),
  .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(8),
  .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(9),
  .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(10),
  .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(11),
  .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(12),
  .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(13),
  .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot:nth-child(14),
  .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(4),
  .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(5),
  .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(7),
  .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(8),
  .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(9),
  .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(10),
  .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(11),
  .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(12),
  .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(13),
  .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot:nth-child(14),
  .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(4),
  .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(5),
  .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(7),
  .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(8),
  .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(9),
  .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(10),
  .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(11),
  .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(12),
  .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(13),
  .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot:nth-child(14) {
    display: none;
  }
}

.navi_pagi_vertical_right.owl-theme .owl-dots {
  position: absolute;
  right: 30px;
  text-align: center;
  top: 40%;
  width: 20px;
}

@media (max-width: 767.98px) {
  .navi_pagi_vertical_right.owl-theme .owl-dots {
    bottom: 10px;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 120px;
  }
}

.navi_pagi_vertical_right.owl-theme .owl-nav {
  bottom: 0;
  height: 20px;
  left: auto;
  position: absolute;
  right: -27px;
  top: 44%;
  transform: rotate(90deg);
  width: 140px;
}

@media (max-width: 767.98px) {
  .navi_pagi_vertical_right.owl-theme .owl-nav {
    bottom: 13px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    transform: inherit;
    width: 140px;
    margin: 0 auto;
  }
}

.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev {
  left: 0;
  right: auto;
}

.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next {
  background-color: transparent;
  border: none;
  color: var(--headings-color);
  font-size: 14px;
  height: auto;
  line-height: initial;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: auto;
  -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;
}

.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev:hover,
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev:active,
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev:focus,
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next:hover,
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next:active,
.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next:focus {
  background-color: transparent;
  color: var(--headings-color);
}

.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev i {
  -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;
}

.navi_pagi_vertical_right.owl-theme .owl-nav .owl-prev:hover i {
  transform: translateX(-5px) scale(1.25);
}

.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next i {
  -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;
}

.navi_pagi_vertical_right.owl-theme .owl-nav .owl-next:hover i {
  transform: translateX(5px) scale(1.25);
}

.navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:hover span,
.navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot.active span {
  background-color: #222222;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot span {
  background-color: #C0C0C0;
  border-radius: 50%;
  height: 6px;
  position: relative;
  width: 6px;
  -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;
}

@media (max-width: 919px) {

  .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(4),
  .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(5),
  .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(7),
  .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(8),
  .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(9),
  .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(10),
  .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(11),
  .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(12),
  .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(13),
  .navi_pagi_vertical_right.owl-theme .owl-dots button.owl-dot:nth-child(14) {
    display: none;
  }
}

.dots_nav_light.owl-theme .owl-dots button.owl-dot:hover span,
.dots_nav_light.owl-theme .owl-dots button.owl-dot.active span,
.dots_nav_light.owl-theme .owl-dots button.owl-dot:active span,
.dots_nav_light.owl-theme .owl-dots button.owl-dot:focus span,
.dots_nav_light.owl-theme .owl-dots button.owl-dot:visited span {
  background-color: #ffffff;
}

.dots_nav_light.owl-theme .owl-dots button.owl-dot span {
  background-color: rgba(255, 255, 255, 0.6);
}

.dots_nav_light.owl-theme .owl-nav .owl-prev,
.dots_nav_light.owl-theme .owl-nav .owl-next {
  color: #ffffff;
}

.dots_nav_light.owl-theme .owl-nav .owl-prev:hover i,
.dots_nav_light.owl-theme .owl-nav .owl-prev.active i,
.dots_nav_light.owl-theme .owl-nav .owl-prev:active i,
.dots_nav_light.owl-theme .owl-nav .owl-prev:focus i,
.dots_nav_light.owl-theme .owl-nav .owl-prev:visited i,
.dots_nav_light.owl-theme .owl-nav .owl-next:hover i,
.dots_nav_light.owl-theme .owl-nav .owl-next.active i,
.dots_nav_light.owl-theme .owl-nav .owl-next:active i,
.dots_nav_light.owl-theme .owl-nav .owl-next:focus i,
.dots_nav_light.owl-theme .owl-nav .owl-next:visited i {
  color: #ffffff;
}

.navi_pagi_bottom_center.owl-theme .owl-nav {
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .navi_pagi_bottom_center.owl-theme .owl-nav {
    bottom: 20px;
  }
}

.navi_pagi_bottom_center.owl-theme .owl-dots {
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

@media (max-width: 991.98px) {
  .navi_pagi_bottom_center.owl-theme .owl-dots {
    bottom: 0;
  }
}

.navi_pagi_bottom_left.owl-theme .owl-dots {
  bottom: -18px;
  left: 20px;
  margin: 0 auto;
  position: absolute;
}

@media (max-width: 991.98px) {
  .navi_pagi_bottom_left.owl-theme .owl-dots {
    position: relative;
  }
}

.navi_pagi_bottom_left.owl-theme .owl-nav {
  bottom: 0;
  position: absolute;
}

@media (max-width: 991.98px) {
  .navi_pagi_bottom_left.owl-theme .owl-nav {
    position: relative;
  }
}

.navi_pagi_top_right.owl-theme .owl-dots {
  position: absolute;
  right: 20px;
  top: -90px;
  width: 100px;
}

@media (max-width: 991.98px) {
  .navi_pagi_top_right.owl-theme .owl-dots {
    left: 20px;
    position: relative;
    right: 0;
    top: -7px;
  }
}

.navi_pagi_top_right.owl-theme .owl-nav {
  right: 0;
  top: -83px;
}

@media (max-width: 991.98px) {
  .navi_pagi_top_right.owl-theme .owl-nav {
    position: relative;
    top: 0;
  }
}

.vam_nav_style.owl-theme .owl-nav {
  display: block;
  margin-top: 0;
}

.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: -30px;
  right: auto;
}

@media (max-width: 579px) {
  .vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: -10px;
  }
}

.vam_nav_style.owl-theme .owl-nav button.owl-next {
  left: auto;
  right: -30px;
}

@media (max-width: 579px) {
  .vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: -10px;
  }
}

.vam_nav_style.owl-theme .owl-nav button.owl-prev,
.vam_nav_style.owl-theme .owl-nav button.owl-next {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  -moz-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  -o-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  border: none;
  border-radius: 50%;
  color: #051036;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 38%;
  width: 60px;
  -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;
}

.vam_nav_style.owl-theme .owl-nav button.owl-prev:hover,
.vam_nav_style.owl-theme .owl-nav button.owl-prev:active,
.vam_nav_style.owl-theme .owl-nav button.owl-prev:focus,
.vam_nav_style.owl-theme .owl-nav button.owl-next:hover,
.vam_nav_style.owl-theme .owl-nav button.owl-next:active,
.vam_nav_style.owl-theme .owl-nav button.owl-next:focus {
  background-color: #5BBB7B;
  color: #ffffff;
}

.nav_left_bottom.owl-theme .owl-nav button.owl-prev {
  left: 0px;
  right: auto;
}

@media (max-width: 579px) {
  .nav_left_bottom.owl-theme .owl-nav button.owl-prev {
    left: -10px;
  }
}

.nav_left_bottom.owl-theme .owl-nav button.owl-next {
  left: 60px;
  right: auto;
}

@media (max-width: 579px) {
  .nav_left_bottom.owl-theme .owl-nav button.owl-next {
    right: -10px;
  }
}

.nav_left_bottom.owl-theme .owl-nav button.owl-prev,
.nav_left_bottom.owl-theme .owl-nav button.owl-next {
  background-color: #ffffff;
  box-shadow: none;
  bottom: -70px;
  border: none;
  border-radius: 50%;
  color: #051036;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  width: 50px;
  -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;
}

.nav_left_bottom.owl-theme .owl-nav button.owl-prev:hover,
.nav_left_bottom.owl-theme .owl-nav button.owl-prev:active,
.nav_left_bottom.owl-theme .owl-nav button.owl-prev:focus,
.nav_left_bottom.owl-theme .owl-nav button.owl-next:hover,
.nav_left_bottom.owl-theme .owl-nav button.owl-next:active,
.nav_left_bottom.owl-theme .owl-nav button.owl-next:focus {
  background-color: #222222;
  color: #ffffff;
}

.slider-outer-dib,
.testimonial-slider {
  position: relative;
}

.slider-outer-dib .owl-stage-outer,
.testimonial-slider .owl-stage-outer {
  display: inline-block;
}

.property-city-slider.style2.vam_nav_style.owl-theme .owl-nav button.owl-prev,
.property-city-slider.style2.vam_nav_style.owl-theme .owl-nav button.owl-next {
  top: 25%;
}

.feature-listing-slider .listing-style1 {
  margin-bottom: 60px;
}

.feature-listing-slider2.owl-theme .owl-nav .owl-prev,
.feature-listing-slider2.owl-theme .owl-nav .owl-next {
  top: 25%;
}

.home3-testimonial-slider {
  position: relative;
}

.home3-testimonial-slider.owl-theme .owl-nav {
  bottom: 20px;
  left: -165px;
  margin: 0 auto;
  position: absolute;
}

@media (max-width: 1199.98px) {
  .home3-testimonial-slider.owl-theme .owl-nav {
    left: 85px;
  }
}

@media (max-width: 991.98px) {
  .home3-testimonial-slider.owl-theme .owl-nav {
    left: 0;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .home3-testimonial-slider.owl-theme .owl-nav {
    bottom: 0;
  }
}

.home3-testimonial-slider.owl-theme .owl-dots {
  bottom: 0px;
  left: -175px;
}

@media (max-width: 1199.98px) {
  .home3-testimonial-slider.owl-theme .owl-dots {
    left: 75px;
  }
}

@media (max-width: 991.98px) {
  .home3-testimonial-slider.owl-theme .owl-dots {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .home3-testimonial-slider.owl-theme .owl-dots {
    bottom: -20px;
  }
}

.home6-listing-single-slider.owl-theme .owl-nav {
  bottom: 20px;
  left: 40px;
}

.home6-listing-single-slider.owl-theme .owl-dots {
  bottom: 2px;
  left: 50px;
}

@media (max-width: 991.98px) {
  .home6-listing-single-slider.owl-theme .owl-dots {
    position: absolute;
  }
}

.home8-property-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 1px;
  left: 20px;
  right: auto;
  width: 70%;
}

.home8-property-slider .swiper-pagination-progressbar-fill {
  height: 3px;
}

.swpr_paginations {
  max-width: 330px;
  position: relative;
  width: 100%;
}

.swpr_paginations .slideactive {
  position: absolute;
  left: 0;
  top: -3px;
}

.swpr_paginations .slidetotal {
  position: absolute;
  right: 0;
  top: -3px;
}

.main-banner-wrapper {
  overflow: hidden;
  position: relative;
}

.main-banner-wrapper .carousel-btn-block {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1600px) {
  .main-banner-wrapper .carousel-btn-block {
    top: auto;
    bottom: 80px;
  }
}

@media (max-width: 575.98px) {
  .main-banner-wrapper .carousel-btn-block {
    display: none;
  }
}

.main-banner-wrapper .carousel-btn {
  background-color: transparent;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  -moz-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  -o-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.main-banner-wrapper .carousel-btn:hover {
  background-color: #ffffff;
  color: var(--headings-color);
  opacity: 1;
}

.main-banner-wrapper .carousel-btn.left-btn {
  position: absolute;
  left: 30px;
}

.main-banner-wrapper .carousel-btn.right-btn {
  left: auto;
  position: absolute;
  right: 30px;
}

@media (max-width: 1600px) {
  .main-banner-wrapper .carousel-btn.right-btn {
    left: 100px;
  }
}

@media (max-width: 1199.98px) {
  .main-banner-wrapper .carousel-btn.right-btn {
    top: auto;
  }
}

.main-banner-wrapper.home10_style .carousel-btn.left-btn,
.main-banner-wrapper.home10_style .carousel-btn.right-btn {
  left: auto;
  right: 18%;
}

@media (max-width: 1199.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    top: auto;
    left: auto;
    right: 13%;
  }
}

@media (max-width: 991.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    right: 10%;
  }
}

@media (max-width: 767.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    right: 8%;
  }
}

@media (max-width: 575.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    right: 5px;
  }
}

.banner-style-one.home10_style .slide {
  height: 700px;
}

@media (max-width: 1199.98px) {
  .banner-style-one.home10_style .slide {
    height: 600px;
  }
}

.banner-style-one .slide {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 860px;
}

@media (max-width: 1199.98px) {
  .banner-style-one .slide {
    height: 680px;
  }
}

.banner-style-one .sub-title {
  color: #ffffff;
  font-size: 36px;
  font-family: var(--title-font-family);
  line-height: 60px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@media (max-width: 1199.98px) {
  .banner-style-one .sub-title {
    font-size: 48px;
    line-height: initial;
  }
}

@media (max-width: 991.98px) {
  .banner-style-one .sub-title {
    font-size: 36px;
  }
}

.banner-style-one .banner-title {
  color: #ffffff;
  font-size: 45px;
  font-family: var(--title-font-family);
  line-height: 60px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@media (max-width: 1199.98px) {
  .banner-style-one .banner-title {
    font-size: 36px;
    line-height: initial;
  }
}

@media (max-width: 575.98px) {
  .banner-style-one .banner-title {
    font-size: 26px;
  }
}

.banner-style-one .banner-text {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-style-one .banner-btn {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner-style-one .banner-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-style-one .active .banner-title,
.banner-style-one .active .sub-title,
.banner-style-one .active .banner-text,
.banner-style-one .active .banner-btn,
.banner-style-one .active .banner-content {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner-title {
  color: #ffffff;
  font-size: 45px;
  font-family: var(--title-font-family);
  line-height: 60px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@media (max-width: 1199.98px) {
  .banner-title {
    font-size: 36px;
    line-height: initial;
  }
}

@media (max-width: 575.98px) {
  .banner-title {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .home1_style .banner-style-one .slide {
    height: 500px;
  }
}

.ps-v4-hero-slider.owl-carousel .owl-stage-outer {
  display: inline;
}

.ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev,
.ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
  top: 45%;
}

.ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: -100px;
}

@media (max-width: 1399.98px) {
  .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: -30px;
  }
}

@media (max-width: 767.98px) {
  .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: 0;
  }
}

.ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
  right: -100px;
}

@media (max-width: 1399.98px) {
  .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: 0px;
  }
}

@media (max-width: 575.98px) {
  .ps-v4-hero-slider .owl-item img {
    height: 250px;
  }
}

.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-prev,
.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-next {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  top: 45%;
}

.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-prev:hover,
.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-next:hover {
  background-color: #ffffff;
  color: var(--headings-color);
}

.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: 100px;
}

@media (max-width: 1199.98px) {
  .ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: 30px;
  }
}

.ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-next {
  right: 100px;
}

@media (max-width: 1199.98px) {
  .ps-v4-hero-slider2.vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: 30px;
  }
}

@media (max-width: 575.98px) {
  .ps-v4-hero-slider2 .owl-item img {
    height: 200px;
  }
}

.ps-v6-slider.owl-theme .owl-dots .owl-dot:first-child {
  background-image: url(../images/listings/listing-single-6-1.html);
  background-position: center;
  background-size: cover;
}

.ps-v6-slider.owl-theme .owl-dots .owl-dot:nth-child(2) {
  background-image: url(../images/listings/listing-single-6-2.html);
  background-position: center;
  background-size: cover;
}

.ps-v6-slider.owl-theme .owl-dots .owl-dot:nth-child(3) {
  background-image: url(../images/listings/listing-single-6-3.html);
  background-position: center;
  background-size: cover;
}

.ps-v6-slider.owl-theme .owl-dots .owl-dot:nth-child(4) {
  background-image: url(../images/listings/listing-single-6-4.html);
  background-position: center;
  background-size: cover;
}

.ps-v6-slider button.owl-dot {
  background-color: aliceblue;
  border-radius: 4px;
  height: 83.33px;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 90px;
}

.listing-thumbIn-slider.owl-theme .owl-nav {
  bottom: 27px;
  z-index: 1;
}

.listing-thumbIn-slider.owl-theme .owl-nav button.owl-prev,
.listing-thumbIn-slider.owl-theme .owl-nav button.owl-next {
  color: #ffffff;
}

.listing-thumbIn-slider.owl-theme .owl-nav button.owl-prev:hover,
.listing-thumbIn-slider.owl-theme .owl-nav button.owl-prev:focus,
.listing-thumbIn-slider.owl-theme .owl-nav button.owl-next:hover,
.listing-thumbIn-slider.owl-theme .owl-nav button.owl-next:focus {
  color: #ffffff;
}

.listing-thumbIn-slider.owl-theme .owl-dots {
  bottom: 8px;
  z-index: 1;
}

.listing-thumbIn-slider.owl-theme .owl-dots button.owl-dot span {
  background-color: rgba(255, 255, 255, 0.6);
}

.listing-thumbIn-slider.owl-theme .owl-dots button.owl-dot:hover span,
.listing-thumbIn-slider.owl-theme .owl-dots button.owl-dot:focus span,
.listing-thumbIn-slider.owl-theme .owl-dots button.owl-dot.active span {
  background-color: #ffffff;
}

@media (max-width: 991.98px) {

  .testimonial-slider2.navi_pagi_bottom_center.owl-theme .owl-nav,
  .team-slider-home10.navi_pagi_bottom_center.owl-theme .owl-nav {
    bottom: 0px;
  }

  .testimonial-slider2.navi_pagi_bottom_center.owl-theme .owl-dots,
  .team-slider-home10.navi_pagi_bottom_center.owl-theme .owl-dots {
    bottom: -20px;
  }
}

@media (max-width: 360px) {
  .category-slider-home10 .iconbox-style1 {
    padding: 40px 20px 30px;
  }
}

.testimonial-slider-home8.navi_pagi_bottom_left.owl-theme .owl-dots {
  bottom: -20px;
  margin: initial;
}

@media (max-width: 991.98px) {
  .testimonial-slider-home8.navi_pagi_bottom_left.owl-theme .owl-dots {
    bottom: 10px;
  }
}

.testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  left: -60px;
}

@media (max-width: 1600px) {
  .testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: -30px;
  }
}

@media (max-width: 575.98px) {
  .testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: 0;
    top: 30%;
  }
}

.testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-next {
  right: -60px;
}

@media (max-width: 1600px) {
  .testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: -30px;
  }
}

@media (max-width: 575.98px) {
  .testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: 0;
    top: 30%;
  }
}

.testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-prev,
.testimonial-slider-home11.vam_nav_style.owl-theme .owl-nav button.owl-next {
  border: 1px solid #E9E9E9;
  box-shadow: none;
}

.testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-prev {
  bottom: 0;
  left: 50%;
  top: auto;
}

@media (max-width: 1400px) {
  .testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    bottom: -15px;
    left: 51%;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    bottom: 0;
    left: auto;
    right: 70px;
  }
}

.testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-next {
  bottom: 0;
  right: 40%;
  top: auto;
}

@media (max-width: 1400px) {
  .testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-next {
    bottom: -15px;
    right: 37%;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-next {
    bottom: 0;
    right: 0;
  }
}

.testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-prev,
.testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-next {
  border: 1px solid #E9E9E9;
  box-shadow: none;
}

.testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-prev:hover,
.testimonial-slider-home13.vam_nav_style.owl-theme .owl-nav button.owl-next:hover {
  background-color: #222222;
}

/*	Sidebar Styles  */
.mobile-filter-btn {
  background-color: #ffffff;
  -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);
  border-radius: 60px;
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 98px;
}

.mobile-filter-btn span {
  padding-right: 8px;
}

@media (max-width: 575.98px) {
  .mobile-filter-btn {
    top: 35px;
  }
}

.mobile-filter-btn.map-page {
  border-radius: 4px;
  height: 55px;
  line-height: 55px;
  padding-left: 50px;
  right: auto;
  top: 30px;
  width: 169px;
  z-index: 1;
}

.mobile-filter-btn.map-page span {
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  height: 55px;
  left: 0;
  padding: 0;
  line-height: 55px;
  position: absolute;
  width: 55px;
}

.blog-sidebar,
.shop-sidebar {
  max-width: 560px;
}

.widget-wrapper {
  margin-bottom: 30px;
  position: relative;
}

.widget-wrapper .list-title {
  margin-bottom: 15px;
}

.widget-wrapper .form-check-label,
.widget-wrapper .custom_checkbox {
  font-size: 15px;
}

.widget-wrapper .custom_checkbox {
  line-height: 35px;
}

.search_area {
  position: relative;
}

.search_area .form-control {
  padding-left: 20px;
}

.search_area input {
  font-size: 15px;
}

.search_area input::placehoder {
  color: var(--headings-color);
}

.search_area label {
  color: var(--headings-color);
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 15px;
}

.search_area.dashboard-style .form-control {
  font-size: 14px;
  width: 600px;
}

@media (max-width: 1399.98px) {
  .search_area.dashboard-style .form-control {
    width: 500px;
  }
}

.search_area.dashboard-style .form-control::placeholder {
  color: #222222;
}

.room-list {
  display: flex;
}

@media (max-width: 1199.98px) {
  .room-list {
    display: inherit;
  }
}

.room-list a {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  margin-right: -1px;
  text-align: center;
  width: 47px;
}

@media (max-width: 1199.98px) {
  .room-list a {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.room-list a:first-child {
  border: 2px solid #222222;
  border-radius: 12px 0 0 12px;
  margin-right: 0;
}

.room-list a:last-child {
  border-radius: 0 12px 12px 0;
  margin-right: 0;
}

.location-area {
  position: relative;
}

.location-area .btn {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  height: 50px;
  line-height: 35px;
  padding-left: 15px;
  background-color: #ffffff;
  height: 50px;
}

.location-area .btn:before,
.location-area .btn:after {
  display: none;
}

.space-area .form-control {
  max-width: 130px;
  height: 50px;
}

.feature-button {
  align-items: center;
  display: flex;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  position: relative;
}

.feature-button span {
  background-color: #F7F7F7;
  border-radius: 50%;
  color: var(--headings-color);
  height: 40px;
  line-height: 45px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}

.reset-button {
  align-items: center;
  display: flex;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

.reset-button span {
  display: flex;
  font-size: 16px;
  padding-right: 10px;
  line-height: initial;
}

.dropdown-lists {
  position: relative;
}

.dropdown-lists .dropdown-toggle:after {
  display: none;
}

.dropdown-lists .open-btn {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  cursor: pointer;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 0em;
  padding: 7px 20px;
}

.dropdown-lists .open-btn:hover {
  background-color: #F1FCFA;
}

.dropdown-lists .drop_content,
.dropdown-lists .drop_content2,
.dropdown-lists .drop_content3,
.dropdown-lists .drop_content4 {
  background-color: #ffffff;
  border-top: 1px solid #E9E9E9;
  border-radius: 8px;
  -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);
  display: none;
  left: 0px;
  padding: 30px;
  position: absolute;
  top: 50px;
  width: 300px;
  z-index: 9;
}

.dropdown-lists .drop_content:before,
.dropdown-lists .drop_content2:before,
.dropdown-lists .drop_content3:before,
.dropdown-lists .drop_content4:before {
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  content: "";
  height: 0;
  left: 30px;
  position: absolute;
  top: -5px;
  width: 0;
}

.dropdown-lists .dropdown-menu {
  padding: 30px;
  width: 300px;
}

.dropdown-lists .drop_content3,
.dropdown-lists .drop_content4 {
  width: 330px;
}

.dropdown-lists .dropdown-menu.price {
  width: 350px;
}

.dropdown-lists.project-list-v2 .open-btn {
  border-radius: 12px;
}

.agent-page-meta .form-control {
  border-radius: 40px;
  height: 44px;
  max-width: 300px;
  width: 100%;
}

.agent-page-meta .open-btn {
  border: 1px solid #E9E9E9;
  box-shadow: none;
  padding: 8px 20px;
}

.list-news-style .news-img {
  border-radius: 8px;
  overflow: hidden;
}

.list-news-style .title span {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

.list-news-style .list-meta a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

.list-news-style .new-text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}

.sidebar-widget {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  -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: 30px;
  position: relative;
}

.search_area input::placeholder {
  font-size: 14px;
}

.category-list a {
  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;
  margin-bottom: 20px;
}

.category-list a:last-child {
  margin-bottom: 0;
}

.tag-list a {
  background-color: #FFEDE8;
  border-radius: 60px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px 20px;
}

.tag-list a:hover {
  color: #1F4B3F;
}

.sidebar-accordion .card,
.list-sidebar-style1 .card {
  border: none;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 10px;
}

.sidebar-accordion .card:last-child,
.list-sidebar-style1 .card:last-child {
  border-bottom: none;
}

.sidebar-accordion .card-header,
.list-sidebar-style1 .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}

.sidebar-accordion .card-header.active:before,
.list-sidebar-style1 .card-header.active:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -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;
}

.sidebar-accordion .card-header:before,
.list-sidebar-style1 .card-header:before {
  color: #222222;
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 900;
  float: right;
  line-height: 35px;
  margin-top: 0;
}

.sidebar-accordion .btn-link,
.list-sidebar-style1 .btn-link {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.share-save-widget .icon {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  -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);
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}

.price-widget {
  background-color: #ffffff;
  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);
  margin-bottom: 30px;
  padding: 15px 30px 30px;
  position: relative;
}

.price-widget .price {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}

.price-widget .widget-title {
  font-size: 28px;
  font-weight: 700;
}

.widget-mt-minus {
  margin-top: -185px;
}

@media (max-width: 1199.98px) {
  .widget-mt-minus {
    margin-top: 0;
  }
}

.educational-quality {
  padding-left: 50px;
  position: relative;
}

.educational-quality .m-circle {
  background-color: #F1FCFA;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 30px;
}

.educational-quality .m-circle:before {
  border-left: 1px dashed #5BBB7B;
  bottom: 0;
  content: "";
  height: 140px;
  position: absolute;
  left: 15px;
  top: 40px;
  width: 1px;
}

.educational-quality .tag {
  background-color: #FFEDE8;
  border-radius: 60px;
  display: inline-block;
  font-size: 13px;
  padding: 5px 20px;
  color: var(--headings-color);
}

.project-attach {
  background-color: rgba(91, 187, 123, 0.1);
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px 20px 1px 20px;
  position: relative;
}

.project-attach .icon {
  color: rgba(91, 187, 123, 0.15);
  bottom: 10px;
  font-size: 30px;
  position: absolute;
  right: 10px;
}

/*	Table Styles  */
.table-style1 {
  position: relative;
}

.table-style1 .table thead tr {
  background-color: #F1FCFA;
  overflow: hidden;
}

.table-style1 .table th {
  color: #222222;
  line-height: 55px;
  padding-left: 27px;
}

.table-style1 .table th:first-child {
  border-radius: 8px 0 0 8px;
}

.table-style1 .table th:last-child {
  border-radius: 0 8px 8px 0;
}

.table-style1 .table td {
  border-bottom: 1px solid #E9E9E9;
  font-family: var(--title-font-family);
  line-height: 52px;
  padding-left: 27px;
}

.table-style2 {
  position: relative;
}

.table-style2 .table .t-head th {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 30px;
  padding-top: 30px;
  vertical-align: baseline;
}

.table-style2 .table .t-head small {
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  color: #697488;
}

.table-style2 .t-body th {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0em;
  padding: 30px;
}

.table-style2 .t-body tr {
  border-top: 1px solid #E9E9E9;
}

.table-style2 .t-body td {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  padding-bottom: 30px;
  padding-top: 30px;
}

.table-style2 .t-body .check_circle {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 8px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

.table-style2 table.table> :not(caption)>*>* {
  border-bottom-width: 0;
}

.table-style3.table {
  border-spacing: inherit;
  border-collapse: separate;
}

.table-style3 .t-head {
  background-color: #F1FCFA;
  border-radius: 4px;
}

.table-style3 .t-head th {
  border: 0;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 17px;
  padding: 20px 30px;
}

.table-style3 .t-body th {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 15px;
  padding: 30px;
  vertical-align: middle;
}

.table-style3 .t-body td {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  padding: 30px;
  vertical-align: middle;
}

.table-style3 .t-body tr:last-child {
  border-color: transparent;
}

.table-style3 .icon {
  background-color: #FFEDE8;
  border-radius: 4px;
  color: #1F4B3F;
  display: block;
  height: 40px;
  line-height: 45px;
  text-align: center;
  width: 40px;
}

.table-style3.at-savesearch .t-body tr:last-child {
  border-color: #E9E9E9;
}

.invoice_table {
  background-color: #ffffff;
  -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);
  border-radius: 8px;
  position: relative;
}

.invoice_table .wrapper {
  padding: 120px 100px;
}

@media (max-width: 991.98px) {
  .invoice_table .wrapper {
    padding: 60px 30px;
  }
}

.invoice_table .tblh_row {
  background-color: #F1FCFA;
  border-radius: 8px;
}

.invoice_table .tblh_row th {
  color: var(--headings-color);
}

.invoice_table .tbleh_title,
.invoice_table .tbl_title,
.invoice_table .tblpr_title,
.invoice_table .tblp_title {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-top: 25px;
}

.invoice_table .tbl_title,
.invoice_table .tblpr_title {
  font-size: 15px;
  font-weight: 400;
}

.invoice_footer {
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #E9E9E9;
  padding: 45px 0 40px;
}

/*	Essential utility classes  */
.ff-heading {
  font-family: var(--title-font-family);
}

.text-white {
  color: #ffffff;
}

.bgc-white {
  background-color: #ffffff;
}

.hover-bgc-color {
  background-color: #F0EFEC;
}

.bgc-transparent {
  background-color: transparent;
}

.text-gray {
  color: #BEBDBD;
}

.text-gray-2 {
  color: #F0EFEC;
}

.bgc-gray-3 {
  background-color: #F6F8FA;
}

.bgc-gray {
  background-color: #BEBDBD;
}

.dark-color,
.heading-color,
.title-color {
  color: var(--headings-color);
}

.dark-color2 {
  color: #140342;
}

.bgc-dark {
  background-color: var(--headings-color);
}

.body-light-color {
  color: #697488;
}

.text-thm {
  color: #5BBB7B;
}

.text-thm2 {
  color: #1F4B3F;
}

.text-thm3 {
  color: #F1FCFA;
}

.text-thm4 {
  color: #FFEDE8;
}

.text-thm5 {
  color: #FFF8F6;
}

.text-thm6 {
  color: #443297;
}

.bgc-thm {
  background-color: #5BBB7B;
}

.bgc-thm2 {
  background-color: #1F4B3F;
}

.bgc-thm3 {
  background-color: #F1FCFA;
}

.bgc-thm4 {
  background-color: #FFEDE8;
}

.bgc-thm5 {
  background-color: #FFF8F6;
}

.bgc-thm7 {
  background-color: #E0F1E0;
}

.bgc-f7 {
  background-color: #F7F7F7;
}

.bgc-71 {
  background-color: #697488;
}

.text-thm3 {
  color: #5BBB7B;
}

.bgc-thm-light {
  background-color: rgba(91, 187, 123, 0.05);
}

.bgc-thm3-light {
  background-color: rgba(91, 187, 123, 0.15);
}

.review-color {
  color: #E1C03F;
}

.review-color2 {
  color: #C4C640;
}

.review-color3 {
  color: #C8973B;
}

.bgc-review-color2 {
  background-color: #C8973B;
}

.text-light-yellow {
  color: #FBF7ED;
}

.bgc-light-yellow {
  background-color: #FBF7ED;
}

.text-red {
  color: #E8543E;
}

.bgc-red {
  background-color: #E8543E;
}

.bgc-violet {
  background-color: #EAE7FD;
}

/*== Fonts Size, Font Weights, Display & Position ==*/
.fz0 {
  font-size: 0px;
}

.fz6 {
  font-size: 6px;
}

.fz7 {
  font-size: 7px;
}

.fz8 {
  font-size: 8px;
}

.fz9 {
  font-size: 9px;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz40 {
  font-size: 40px;
}

.fz45 {
  font-size: 45px;
}

.fz48 {
  font-size: 48px;
}

.fz50 {
  font-size: 50px;
}

.fz55 {
  font-size: 55px;
}

.fz60 {
  font-size: 60px;
}

.fz72 {
  font-size: 72px;
}

.fz100 {
  font-size: 100px;
}

.lh0 {
  line-height: 0px;
}

.lh30 {
  line-height: 30px;
}

.h510 {
  height: 510px;
}

.h550 {
  height: 550px;
}

.h580 {
  height: 580px;
}

.h600 {
  height: 600px;
}

.h250 {
  height: 250px;
}

.wa {
  width: auto;
}

.w60 {
  width: 60px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100%;
}

.maxw100 {
  max-width: 100%;
}

.maxw140 {
  max-width: 140px;
}

.maxw1400 {
  max-width: 1400px;
}

.maxw1600 {
  max-width: 1600px;
}

.maxw1700 {
  max-width: 1700px;
}

.maxw1800 {
  max-width: 1800px;
}

.maxw1850 {
  max-width: 1850px;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dif {
  display: inline-flex;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.dfr {
  display: flow-root;
}

.dn {
  display: none;
}

.ovh {
  overflow: hidden;
}

.ovv {
  overflow: visible;
}

.posa {
  position: absolute;
}

.posr {
  position: relative;
}

.vam {
  vertical-align: middle;
}

.zi0 {
  z-index: 0;
}

.zi1 {
  z-index: 1;
}

.zi2 {
  z-index: 2;
}

.zi9 {
  z-index: 9;
}

.zi-1 {
  z-index: -1;
}

.curp {
  cursor: pointer;
}

.bdr1 {
  border: 1px solid #E9E9E9;
}

.bdr1-dark {
  border: 1px solid #222222;
}

.bdr1-white {
  border: 1px solid #ffffff;
}

.bdr2 {
  border: 2px solid #222222;
}

.bdrb1 {
  border-bottom: 1px solid #E9E9E9;
}

.bb-white-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.br-white-light {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.bdrb2-dark {
  border-bottom: 2px solid #222222;
}

.bdrt1 {
  border-top: 1px solid #E9E9E9;
}

.bdrl1 {
  border-left: 1px solid #E9E9E9;
}

.bdrl-eunry {
  border-left: 1px solid #D5ACA1;
}

.bdrr1 {
  border-right: 1px solid #E9E9E9;
}

.border-title-color {
  border: 1px solid #222222;
}

.bbn {
  border-bottom: none;
}

.border-none,
.no-border {
  border: none;
}

.white-bdrt1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gray-bdrb1 {
  border-bottom: 1px solid #ECEDF2;
}

.gray-bdrt1 {
  border-top: 1px solid #ECEDF2;
}

.bdrs0 {
  border-radius: 0;
}

.bdrs4 {
  border-radius: 4px;
}

.bdrs6 {
  border-radius: 6px;
}

.bdrs8 {
  border-radius: 8px;
}

.bdrs12 {
  border-radius: 12px;
}

.bdrs16 {
  border-radius: 16px;
}

.bdrs24 {
  border-radius: 24px;
}

.bdrs20 {
  border-radius: 20px;
}

.bdrs30 {
  border-radius: 30px;
}

.bdrs32 {
  border-radius: 32px;
}

.bdrs50 {
  border-radius: 50px;
}

.bdrs60 {
  border-radius: 60px;
}

.bdrs90 {
  border-radius: 90px;
}

.bdrs120 {
  border-radius: 120px;
}

.bdrs12-right-y {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.before-none:before {
  display: none;
}

.after-none:after {
  display: none;
}

.wa {
  width: auto !important;
}

.text-white-light {
  color: rgba(255, 255, 255, 0.7);
}

.text-dark-light {
  color: rgba(34, 34, 34, 0.7);
}

.text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

.default-box-shadow1 {
  -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);
}

.hover-default-box-shadow1:hover {
  -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);
}

.default-box-shadow2 {
  -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);
}

.default-box-shadow3 {
  -webkit-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  -moz-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  -o-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
}

.default-box-shadow4 {
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
}

.default-box-shadow5 {
  -webkit-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  -moz-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  -o-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
}

.default-box-shadow6 {
  -webkit-box-shadow: 10px 10px 0px #FFEDE8;
  -moz-box-shadow: 10px 10px 0px #FFEDE8;
  -o-box-shadow: 10px 10px 0px #FFEDE8;
  box-shadow: 10px 10px 0px #FFEDE8;
}

.default-box-shadow7 {
  -webkit-box-shadow: 0px 40px 30px rgba(25, 25, 46, 0.04);
  -moz-box-shadow: 0px 40px 30px rgba(25, 25, 46, 0.04);
  -o-box-shadow: 0px 40px 30px rgba(25, 25, 46, 0.04);
  box-shadow: 0px 40px 30px rgba(25, 25, 46, 0.04);
}

.box-shadow-none {
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .bdrrn-sm {
    border-right: none;
  }

  .bb1-md {
    border-bottom: 1px solid #E9E9E9;
  }

  .wa-md {
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .slider-dib-sm.owl-theme .owl-stage-outer {
    display: inline-block;
  }

  .bb1-sm {
    border-bottom: 1px solid #E9E9E9;
  }
}

hr {
  background-color: #E9E9E9;
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: 36px;
  }
}

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

.btm {
  margin-bottom: 20px;
}

/* Notification container */
#notification-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 500px;
  z-index: 9999;
}

/* Individual notification style */
.notification {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 2px solid transparent;
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 0.5s ease-out;
  position: relative;
}

/* Different types of messages */
.notification.success.icon {
  color: #00ff00;
}

.notification.error.icon {
  color: #FF0000;
}

.notification.info.icon {
  color: #FFFF00;
}

.notification.warning.icon {
  color: #FFC0CB;
}

/* Icon styles */
.notification .icon {
  font-size: 20px;
  margin-right: 10px;
}

/* Close button styling */
.notification .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #aaa;
}

/* Close button on hover */
.notification .close:hover {
  color: #333;
}

.notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff4d4d;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 50%;
  min-width: 20px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.smlt {
  font-size: 12px;
}

.h-400 {
  height: 400px;
}

.mary {
  margin-top: 20px;
}

.powered-by-logos {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.powered-by-logos .logo {
  display: inline-block;
  width: 80px;
  height: 30px;
}

.powered-by-logos img {
  max-width: 100%;
  height: auto;
}

.list-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.avatar {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50px;
}

.ind {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.tik {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m_notif.busy {
  background-color: #e74c3c;
}

.m_notif {
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 8px;
  font-weight: bold;
  line-height: 2px;
  height: 7px;
  position: absolute;
  right: 110px;
  text-align: center;
  top: 5px;
  width: 7px;
}

.more-link {
  font-size: 12px;
  font-weight: 500;
  text-align: center !important;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* General Styling for the Section */
.two-column-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
  height: 400px;
}

.left-column,
.right-column {
  flex: 1;
  padding: 20px;
  border-radius: 8px;
}

.left-column {
  border-right: 1px solid #fff;
  border-radius: 0;
}

.iluminati {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  clear: both;
}

.info-head {
  background-color: #F1FCFA;
  border-radius: 4px;
  padding: 20px;
  color: black;
  font-size: 12px;
}

.alert {
  padding: 10px;
  border: 1px solid red;
  background-color: #f8d7da;
  color: red;
  border-radius: 4px;
}

.wht {
  background-color: #fff;
}

.user-wrapper {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.user-wrapper img {
  border-radius: 50%;
  margin-right: .5rem;
  border: 4px solid #c5c2d1;
}

.user-wrapper h4 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.user-wrapper small {
  display: inline-block;
  color: var(--text-grey);
  margin-top: -1px !important;

}

/* SCHEDULE DETAILS */
.event-card {
  background-color: #fff;
  padding: 50px;
  width: 100%;
  border: 1px solid #e0dddd;
  border-radius: 10px;
}

.event-info {
  margin-bottom: 10px;
}

.event-date {
  font-size: 16px;
  color: #434f7a;
  font-weight: 700;
  margin-bottom: 20px;
}

.event-title {
  font-size: 24px;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1;
  color: #132152;
  font-weight: 600;
  display: flex;
}

.event-location {
  font-size: 18px;
  color: #132152;
  margin-bottom: 30px;
  font-weight: 600;
}

.event-attendees {
  display: flex;
  align-items: center;
}

.event-attendees img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: -5px;
  object-fit: cover;
}

.event-attendees p {
  margin-left: 20px;
  font-weight: 400;
  color: #434f7a;
}

.attend-button {
  display: block;
  background-color: #132152;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: -40px 360px -10px 360px;
}

.attend-button:hover {
  background-color: #0e1940;
  transform: scale(1.05);
}

@media (max-width: 570px) {
  .event-card {
    width: 85%;
  }

  .attend-button {
    margin: 30px 0 0;
    width: 100%;
    max-width: unset;
  }
}

.schedule-container {
  display: flex;
  gap: 20px;
  padding: 5px;
  flex-wrap: wrap;
}

.wrk-pgrs {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: rgb(11, 160, 11);
}

.schedule-card {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 20px;
  width: 445px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.avatary {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #00b8e6;
}

.user-details {
  flex-grow: 1;
}

.user-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.location {
  color: #666;
  font-size: 0.9em;
}

.rating {
  color: #ffd700;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.stat-item {
  text-align: center;
}

.stat-label {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 5px;
}

.stat-value {
  font-weight: bold;
}

.schedule-info {
  background-color: #b0e7f3;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 800;
}

.schedule-date {
  margin-bottom: 10px;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background-color: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
}

.progress {
  height: 100%;
  background-color: #0e0bdb;
  transition: width 1s ease-in-out;
  max-width: 400px;
}

.progress-animation {
  padding: 20px;
  /*border: 1px solid #ddd;*/
  border-radius: 5px;
  margin: 20px 0;
  max-width: 400px;
}

.schedule-date-box i {
  font-size: 20px;
  color: #007bff;
  margin-bottom: 10px;
}

.schedule-calendar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.schedule-date-box {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  width: 180px;
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

.date-label {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.date-value {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

.bold {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a1a;
}

.actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

@media (max-width: 768px) {
  .schedule-container {
    justify-content: center;
  }

  .schedule-card {
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 480px) {
  .stats {
    flex-wrap: wrap;
    gap: 10px;
  }

  .stat-item {
    width: calc(50% - 5px);
  }
}

.cmn-btn {
  padding: 10px 30px 15px;
  font-weight: 500;
  text-align: center;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transition: .3s;
  border-radius: 50px;
}

/* SCHEDULE DETAILS END */

/* TASK PAYMENT FAIL */
/* Container to center content */
.payment-container {
  width: 100%;
  padding: 20px;
}

/* Main card layout */
.failed-card {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 40px;
}

.failed-card .icon {
  font-size: 60px;
  color: #e74c3c;
  margin-bottom: 20px;
}

.failed-card h1 {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
}

.failed-card p {
  color: #777;
  margin-bottom: 20px;
  font-size: 16px;
}

/* Action buttons */
.fail-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* Responsive Design */
@media (max-width: 600px) {
  .failed-card {
    padding: 30px;
  }

  .failed-card h1 {
    font-size: 24px;
  }
}

/* TASK PAYMENT FAIL  END*/
/* HOME INFO START */
.home-info {
  width: 100%;
  background-color: #312d2c;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
  text-align: center;
  position: relative;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.home-info .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}

.home-info .close-btn:hover {
  color: #f0a;
}

/* Animation for smooth appearance */
.home-info.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* HOME INFO END */
/* General styles for feedback popup */
#feedback-popup {
  position: fixed;
  bottom: 20px;
  /*right: 20px;*/
  right: -320px;
  /* Start off-screen */
  width: 300px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  /* Hide initially */
  font-family: Arial, sans-serif;
  transition: right 0.5s ease-in-out;
}

/* Slide-in animation for popup */
#feedback-popup.active {
  right: 20px;
  /* Move to the right side of the screen */
  transition: right 0.5s ease-in-out;
}

/* Slide-out animation (for closing the popup) */
#feedback-popup.slide-out {
  right: -320px;
  /* Move off-screen to the right */
  transition: right 0.5s ease-in-out;
}

/* Hide popup after animation */
#feedback-popup.slide-out-hidden {
  display: none;
}

.popup-content {
  padding: 20px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #333;
}

h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #333;
}

.tiny {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

/* Form styles */
#feedback-form {
  margin-top: 15px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

textarea {
  resize: vertical;
  min-height: 60px;
  font-size: 12px;
}

.submit-btn {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #0056b3;
}

/* Star rating styles */
.star-rating {
  display: block;
  justify-content: space-between;
  margin: 10px 0;
}

.star-rating input {
  display: none;
  /* Hide radio buttons */
}

.star-rating label {
  font-size: 24px;
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
  color: #f39c12;
  /* Gold for selected and hover stars */
}

/* Show popup */
#feedback-popup.active {
  display: block;
}

/* end  */

.agreement-card {
  width: 100%;
  border: 1px solid #bebec0;
  padding: 20px;
  height: 380px;
  border-radius: 10px;
}

.agreement-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: black;
}

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

.agreement-infos {
  padding: 20px;
  background-color: #fff;
  color: black;
  margin-bottom: 10px;
  border-radius: 10px;
}

.report-info {
  font-size: 0.875rem;
  color: #cacbcc;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.report-info i {
  font-size: 1rem;
  /* Icon size */
}

.green {
  background-color: rgb(17 241 75) !important;
  color: rgb(255, 255, 255) !important;
}

.a1 {
  background-color: #b0f5a4;
  border-color: #b0f5a4;
  color: black;
}

/* POINT BADGE */
/* Point Badge */
.point-badge {
  display: inline-flex;
  align-items: center;
  background-color: #73769d;
  color: #fff;
  padding: 0px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 0;
  white-space: nowrap;
}

/* Badge Icon */
.badge-icon {
  margin-right: 5px;
  font-size: 10px;
}

/* Badge Text */
.badge-text {
  font-size: 9px;
}

.point-badge {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* POINT BADGE END */
/* General styles for the UI Alert */
.ui-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #6b81eb;
  width: 98%;
  border-radius: 8px;
  padding: 10px 20px;
  margin: 10px 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-left: 12px;
  ;
}

/* Icon Style */
.ui-icon {
  font-size: 28px;
  margin-right: 25px;
  color: #fff;
}

/* Alert Inner Content */
.ui-alert-inner {
  flex-grow: 1;
  font-size: 14px;
  color: #ffffff;
}

.ui-alert-inner strong {
  font-weight: bold;
}

/* Button Styles */
.ui-btn {
  font-size: 14px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.ui-btn--sm {
  font-size: 12px;
  padding: 4px 10px;
}

.ui-btn--primary {
  background-color: #ffffff;
  color: #2e2c2c;
  font-weight: 600;
  padding: 5px 50px;
}

.ui-btn--primary:hover {
  background-color: #0056b3;
  color: #ffffff;
}

.ui-btn-close {
  background: transparent;
  border: none;
  color: #333;
  font-size: 18px;
  cursor: pointer;
}

/* Collapse button hover effect */
.ui-btn-close:hover {
  color: #007bff;
}

/* Transition styles for collapsing */
[data-ui-collapse] {
  transform: scale(1);
  opacity: 1;
}

[data-ui-collapse="collapsed"] {
  transform: scale(0.9);
  opacity: 0;
}

/* Small devices adjustments */
@media screen and (max-width: 600px) {
  .ui-alert {
    flex-direction: column;
    /* Stack elements vertically */
    padding: 10px;
  }

  .ui-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ui-alert-inner {
    font-size: 12px;
    /* Reduce font size for smaller screens */
    margin-bottom: 10px;
  }

  .ui-btn {
    font-size: 12px;
    padding: 6px 10px;
  }

  .ui-btn-close {
    font-size: 16px;
    padding: 5px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

@media screen and (max-width: 400px) {
  .ui-alert {
    padding: 8px 12px;
  }

  .ui-btn {
    font-size: 12px;
    padding: 4px 8px;
  }

  .ui-icon {
    font-size: 18px;
  }

  .ui-alert-inner {
    font-size: 12px;
  }
}

/* DASHBOARD  STATIC */
.tody {
  margin: 14px 20px;
  margin-left: 10px;
  font-size: 12px;
}

/* Flexbox container for content */
.service-provider-summary {
  border-radius: 5px;
  border: 1px solid #dcdcdd;
  font-size: 10px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* Align items to the left and right */
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.2;
  width: 98%;
}

.service-summary-content {
  width: 80%;
  /* Content part takes 80% of the width */
}

.stars {
  color: rgb(12, 161, 62);
  font-size: 12px;
  margin-right: 3px;
}

.service-provider-summary h2 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 17px;
}

.tk {
  padding: 6px 40px;
}

/* Ensure the badge is aligned to the right */
.service-provider-summary .point-badge.tk {
  margin-left: auto;
  margin-top: 10px;
  font-size: 11px;
  background-color: #2475ed;
}

/* Mobile-Friendly Styles */
@media (max-width: 768px) {
  .service-provider-summary {
    padding: 15px;
    /* Reduced padding */
    font-size: 9px;
    /* Smaller font size for mobile */
    width: 100%;
    /* Full width on smaller screens */
  }

  .service-summary-content {
    width: 100%;
    /* Stack content vertically */
  }

  .service-provider-summary h2 {
    font-size: 14px;
    /* Slightly larger title */
    margin-bottom: 10px;
  }

  .stars {
    font-size: 10px;
    /* Smaller stars */
    margin-right: 2px;
    /* Smaller margin */
  }

  .point-badge {
    font-size: 10px;
    /* Smaller text for badges */
    padding: 5px 20px;
    /* Less padding */
  }

  .service-provider-summary .point-badge.tk {
    margin-top: 8px;
    /* Reduced top margin */
  }

  /* Stack badges on smaller screens */
  .service-provider-summary .point-badge.tk {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 6px 30px;
    /* Adjust padding */
  }
}

@media (max-width: 480px) {

  /* Even smaller adjustments for very small screens (e.g., phones in portrait) */
  .service-provider-summary {
    font-size: 8px;
    /* Further reduce font size */
    padding: 10px;
    /* Even less padding */
  }

  .service-provider-summary h2 {
    font-size: 12px;
    /* Keep title readable */
  }

  .stars {
    font-size: 9px;
    /* Adjust star size */
  }

  .point-badge {
    font-size: 9px;
    /* Even smaller badges */
    padding: 5px 15px;
    /* Reduced padding for small screens */
  }

  /* Badge stacking and alignment */
  .service-provider-summary .point-badge.tk {
    margin-top: 5px;
    /* Reduce margin further */
    width: 100%;
    padding: 6px 25px;
    /* Adjust padding */
    font-size: 8px;
    /* Smaller font size */
  }
}

.get_help {
  width: 96%;
  background-color: rgb(7, 14, 75);
  padding: 20px;
  height: 200px;
  border-radius: 10px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.get_help h4 {
  font-size: 3rem;
  font-weight: 600;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.get_help p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.get_help a i {
  margin-right: 10px;
}

/* Small screen adjustments */
@media (max-width: 768px) {
  .get_help {
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .get_help h4 {
    font-size: 2.5rem;
  }

  .get_help p {
    font-size: 12px;
  }

  .get_help a {
    font-size: 14px;
    padding: 8px 15px;
  }
}

/* Extra small screens (Mobile phones) */
@media (max-width: 480px) {
  .get_help h4 {
    font-size: 2rem;
  }

  .get_help p {
    font-size: 10px;
  }

  .get_help a {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* DASHBOARD  STATIC END */
.no-ticket {
  width: 96%;
  background-color: #fff;
  padding: 20px;
  height: 300px;
  border-radius: 10px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Main container styling */
.confirm-ticket-delete {
  width: 100%;
  max-width: 600px;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  margin: 50px auto;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Heading style */
.confirm-ticket-delete h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

/* Ticket title style */
.confirm-ticket-delete p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 30px;
}

/* Button styles */
.confirm-ticket-delete button,
.confirm-ticket-delete a {
  padding: 12px 20px;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* Delete button */
.confirm-ticket-delete button.btn-danger {
  background-color: #d9534f;
  color: white;
  border: none;
}

.confirm-ticket-delete button.btn-danger:hover {
  background-color: #c9302c;
}

/* Cancel button */
.confirm-ticket-delete a.btn-secondary {
  background-color: #6c757d;
  color: white;
}

.confirm-ticket-delete a.btn-secondary:hover {
  background-color: #5a6268;
}

/* Media Queries for responsiveness */

/* For tablets and below (max-width: 768px) */
@media (max-width: 768px) {
  .confirm-ticket-delete {
    width: 90%;
    padding: 15px;
  }

  .confirm-ticket-delete h3 {
    font-size: 1.5rem;
  }

  .confirm-ticket-delete p {
    font-size: 1rem;
  }

  .confirm-ticket-delete button,
  .confirm-ticket-delete a {
    font-size: 0.9rem;
    padding: 10px 15px;
  }
}

/* For mobile phones (max-width: 480px) */
@media (max-width: 480px) {
  .confirm-ticket-delete {
    width: 95%;
    padding: 10px;
  }

  .confirm-ticket-delete h3 {
    font-size: 1.3rem;
  }

  .confirm-ticket-delete p {
    font-size: 0.9rem;
  }

  .confirm-ticket-delete button,
  .confirm-ticket-delete a {
    font-size: 0.8rem;
    padding: 8px 12px;
  }
}

.information {
  background-color: #fff;
  color: rgb(11, 5, 32);
  border: 1px solid rgb(173, 216, 230);
  border-radius: 0px;
  padding: 5px 20px;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
  margin-left: 12px;
  max-width: 98%;
}

.information .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lrk {
  color: #1421b5;
}

.information .body {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  color: #0e0436;
}

.ylow-white {
  color: #c7c2c2;
}

.cookie-card {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #ffffff;
  color: rgb(13, 5, 44);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
  width: 450px;
}

.cookie-card p {
  margin: 0;
  font-size: 14px;
}

.cookie-card .buttons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.cookie-card button {
  background-color: #169fef;
  color: white;
  border: none;
  padding: 8px 43px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.cookie-card button.reject {
  background-color: #022d36;
}

.cookie-card button.close {
  background-color: #888;
}

.cookie-card button:hover {
  opacity: 0.9;
}

.pan {
  color: rgb(197, 44, 5);
  font-size: 12px;
  font-weight: 700;
}

.wan {
  color: rgb(42, 5, 112);
  font-size: 12px;
  font-weight: 700;
}

.sign {
  font-size: 16px;
  text-decoration: underline;
  font-style: italic;
  color: rgb(145, 140, 140)
}

.signature {
  font-style: italic;
  font-size: 12px;
  font-family: fantasy;
}

.avataries {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.login-image-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.login-image-holder img {
  width: 100%;
  height: 700px;
  border-radius: 10px;
  object-fit: cover;
}

.sponsored-card {
  margin-top: 10px;
}

.status {
  font-size: 10px;
  padding: 1px 6px;
  background-color: #2600f5;
  color: #fff;
  border-radius: 50px;
}

.informations {
  padding: 20px;
  background-color: antiquewhite;
  color: black;
  margin-bottom: 15px;
}

.informations p {
  color: black;
}

.review-sec {
  margin-top: 52px;
}

.review-sec .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}

.review-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.inventory-section .inspection-column .inner-column .review-sec.v2 .review-box .rating-box {
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.rating-box {
  position: relative;
  width: 200px;
  height: 200px;
  border: 10px solid #E9F2FF;
  border-radius: 50%;
  margin-top: 30px;
}

.rating-box .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.rating-box .content-box span {
  color: #320796;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.rating-box .content-box .title {
  font-size: 40px;
  font-weight: 700;
  color: #320796;
  margin-bottom: -1px;
  margin-top: -3px;
}

.review-box .rating-box .content-box small {
  font-size: 15px;
  font-weight: 500;
  color: #320796;
}

.content-box-three {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
}

.review-list.two {
  margin-right: 54px;
  width: 303px;
  margin-top: 6px;
}

.review-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 5px;
  margin-bottom: 16px;
}

.review-list {
  width: 303px;
  margin-top: 6px;
}

.review-list li:last-child {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 0;
}

.review-list li .review-title span {
  display: block;
  color: #000;
  font-weight: 500;
  margin-bottom: -5px;
}

.review-list li .review-title small {
  font-size: 15px;
  color: #000;
}

.review-list li sub {
  font-weight: 500;
  color: #320796;
}

.review-list li sub i {
  color: #320796;
  margin-right: 9px;
}

.tp-list-contact-box {
  border-radius: 14px;
  padding: 8px 16px;
  margin-bottom: 10px;
  background-color: rgba(33, 33, 33, 0.04);
  margin-top: 10px;
}

.text-start {
  text-align: left !important;
}

.tp-list-contact-text span {
  font-size: 12px;
  color: #999;
  display: block;
}

.tp-list-contact-text a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  transition: 0.3s;
}

.tp-list-contact-icon span {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #340acf;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.realestate-property-item-type-status {
  display: inline-flex;
  padding: 6px 14px 6px 13px;
  justify-content: flex-end;
  align-items: center;
  gap: 6.5px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}

.realestate-status-tag.realestate-status-tag-unavailable {
  width: 7px;
  height: 7px;
  background: #00B293;
  border-radius: 50%;
}

.realestate-property-item-type-status h3 {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.72px;
  color: #000;
  font-family: var(--primary-font);
  text-transform: capitalize;
  margin-top: 6px;
}

.about-sec {
  background-color: #faf6f6;
}

.features {
  padding-top: 80px;
}

.features .feature-card {
  cursor: pointer;
  transition: .8s ease-in;
}

.features .feature-card span {
  color: #236e76;
  font-size: 42px;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
}

.features .feature-card .feature-heading {
  font-size: 26px;
  color: #202020;
  margin-top: 24px;
  font-weight: 300;
}

.features .feature-card .text {
  opacity: 1;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
}

.features .feature-card .feature-heading {
  font-size: 26px;
  color: #202020;
  margin-top: 24px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.about-sec .heading-area .heading {
  font-size: 48px;
  color: #202020;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
}

.about-sec .heading-area .sub-heading {
  font-size: 16px;
  color: #236e76;
  margin-bottom: 10px;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
}

.about-sec .detail-area .text {
  font-size: 15px;
  margin-top: 35px;
  font-family: 'Roboto', sans-serif;
}

.text-lg-left {
  text-align: left !important;
}

.why-area-1 {
  position: relative;
  background-color: #04ffa2;
  padding: 80px 0;
}

.why-area-1 .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Section Title */
.why-area-1 .title-area {
  margin-bottom: 45px;
}

.sec-title {
  font-size: 3rem;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 900;
  color: #333;
  /* Dark text for visibility */
  text-align: left;
  /*line-height: 1.4;*/
  margin-bottom: 80px;
}

/* Subheading */
.why-area-1 h4 {
  font-size: 24px;
  font-weight: 600;
  color: #444;
  margin-bottom: 15px;
}

.why-area-1 p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 55px;
}

/* Image Section */
.why-img-1-1 {
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 140px;
  visibility: visible;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
  animation-name: img-anim-right;
  width: 50%;
}

.why-img-1-1 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.tmbr {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  padding: 9.5px 40px;
  border-radius: 0;
  overflow: hidden;
}

/* Animation */
@keyframes img-anim-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .why-area-1 .title-area {
    text-align: center;
    margin-bottom: 30px;
  }

  .why-area-1 .sec-title {
    font-size: 28px;
    text-align: center;
  }

  .why-img-1-1 {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .why-area-1 .sec-title {
    font-size: 24px;
  }

  .why-area-1 h4 {
    font-size: 20px;
  }

  .why-area-1 p {
    font-size: 14px;
  }
}

.kilipoi {
  z-index: 1000;
  pointer-events: none;
  height: 800px;
  width: 780px;
  margin-top: -70px;
}

.dynamic-text-shadow {
  text-shadow: .1em .1em 0 hsl(0deg 0% 93.7%);
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  color: #930df9;
}

.level {
  color: rgb(241, 226, 7);
  font-size: 10px;
}


/* TASK DETAILS PAGE PROMOTION CARD */
.promoted-task-grid {
  display: flex;
  /*grid;*/
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  /*padding: 1rem;*/
}

.promoted-task-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border: 1px dotted #b6b5bb;
  width: 735px;
}

.promoted-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #FF6B6B, #FF8E53);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.task-content {
  padding: 1.5rem;
}

.task-category {
  display: inline-block;
  background: #E9ECEF;
  color: #495057;
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.task-title {
  font-size: 1.25rem;
  color: #212529;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  text-decoration: none;
}

.task-title:hover {
  color: #201754;
}

.task-meta-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  color: #6C757D;
  font-size: 0.9rem;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  font-weight: 700;
  color: #424235;
}

.meta-item i {
  color: #201754;
  font-size: 1rem;
}

.task-description {
  color: #6C757D;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.task-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #E9ECEF;
}

.task-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.status-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40C057;
}

.status-text {
  color: #40C057;
  font-weight: 500;
  font-size: 0.875rem;
}

.task-metrics {
  display: flex;
  gap: 1rem;
  color: #6C757D;
  font-size: 0.875rem;
}

.metric {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* Media Queries */
@media (max-width: 768px) {
  .promoted-task-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .promoted-task-card {
    width: 100%;
  }

  .task-content {
    padding: 1.25rem;
  }

  .task-title {
    font-size: 1.125rem;
  }

  .task-meta-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .task-footer {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .task-metrics {
    width: 100%;
    justify-content: space-between;
  }
}

/* TASK DETAILS PAGE PROMOTION END CARD */
.yml {
  font-size: 12px;
  font-weight: 800;
}

.yml-open {
  color: rgb(6, 189, 36);
}

/* Color for closed tasks */
.yml-closed {
  color: rgb(228, 5, 24);
}

/* Color for other statuses, if any */
.yml-default {
  color: gray;
}

.memo {
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 14px;
}

.memo.success {
  color: #155724;
}

.memo.error {
  color: #721c24;
}

.ragnarok-24SHW {
  background: #f50c21;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-left: 12px;
  opacity: .7;
  padding: 4px 8px;
  text-transform: uppercase;
}

/* Style for the star rating */
.star-ratings {
  font-size: 2em;
  /* Size of the stars */
  color: #ccc;
  /* Light gray color for empty stars */
  display: inline-block;
}

.star {
  margin-right: 5px;
  /* Space between stars */
}

.star.filled {
  color: green;
  /* Green color for filled stars */
}

/* Optional: Add hover effect for interaction */
.star:hover,
.star.filled:hover {
  color: #66ff66;
  /* Lighter green on hover */
}

.review-actions {
  margin: 1rem 0;
}

.review-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 2px 12px;
  border: 1px solid #e0e0e0;
  background: transparent;
  border-radius: 20px;
  color: #666;
  font-size: 14px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.review-btn:hover {
  background-color: #f5f5f5;
  border-color: #d0d0d0;
}

.review-btn.helpful:hover {
  color: #28a745;
  border-color: #28a745;
  background-color: rgba(40, 167, 69, 0.1);
}

.review-btn.not-helpful:hover {
  color: #dc3545;
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
}

.review-btn i {
  font-size: 16px;
}

.review-btn .count {
  background-color: #e1f7fb;
  padding: 2px 13px;
  border-radius: 20px;
  font-size: 10px;
  color: #000;
  font-weight: 800;
}

.review-btn:active {
  transform: scale(0.98);
}

/* Active states */
.review-btn.helpful.active {
  color: #28a745;
  border-color: #28a745;
  background-color: rgba(40, 167, 69, 0.1);
}

.review-btn.not-helpful.active {
  color: #dc3545;
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
}

/* Optional animation for count changes */
.count {
  transition: transform 0.2s ease;
}

.count.bump {
  transform: scale(1.2);
}

.rqd {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.rq {
  padding: 20px;
  border-radius: 20px;
  border: #ccc 1px solid;
}

.page-section {
  width: 100%;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 140px 0;
  /* Increased padding */
  box-sizing: border-box;
  background-color: #fdfdfd;
}

/* Section Caption */
.section-caption-slick {
  padding: 12px 16px;
  /* Increased padding */
  margin-bottom: 2rem;
  /* Added margin */
  font-size: 14px;
  /* Slightly larger */
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .12em;
  color: #333;
  text-transform: uppercase;
  border-bottom: 2px solid #ff6347;
  display: inline-block;
  /* Makes the border match content width */
}

/* Section Title */
.sections-titles {
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  /* Increased line height */
  color: #1e1e1e;
  margin-bottom: 30px !important;
  /* Increased margin */
  padding-right: 2rem;
  /* Added padding for better readability */
}

/* Section Description */
.section-descr {
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 1.8 !important;
  /* Increased line height */
  color: #555;
  margin-bottom: 50px !important;
  /* Increased margin */
  padding-right: 2rem;
  /* Added padding */
}

/* Button Style */
.btn-mod {
  background-color: #ff6347;
  color: white;
  padding: 18px 36px;
  /* Increased padding */
  font-size: 16px;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin-top: 1rem;
  /* Added margin */
  display: inline-block;
}

.btn-mod:hover {
  background-color: #e0533d;
  color: #fff;
  transform: translateY(-2px);
  /* Added hover effect */
  box-shadow: 0 5px 15px rgba(255, 99, 71, 0.2);
  /* Added shadow on hover */
}

/* Service Block Styling */
.services-6-caption {
  margin-bottom: 12px;
  /* Increased margin */
  font-size: 14px;
  /* Slightly larger */
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--color-primary-1);
  padding: 0 10px;
  /* Added padding */
}

.services-6-separator {
  position: relative;
  width: 90%;
  /* Reduced width for visual interest */
  height: 2px;
  margin: 0 10px 24px;
  /* Adjusted margins */
  background: #ff6347;
}

.services-6-title {
  font-size: 24px;
  /* Increased size */
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 16px;
  /* Increased margin */
  padding: 0 10px;
  /* Added padding */
}

.services-6-text {
  font-size: 16px;
  line-height: 1.8;
  /* Increased line height */
  color: #777;
  padding: 0 10px 20px;
  /* Added padding */
}


.kiwi {
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .page-section {
    padding: 100px 0;
  }

  .section-title {
    font-size: 40px !important;
    padding-right: 0;
  }

  .section-descr {
    font-size: 20px !important;
    padding-right: 0;
  }

  .btn-mod {
    padding: 16px 32px;
  }
}

@media (max-width: 767px) {
  .page-section {
    padding: 80px 0;
  }

  .col-md-6 {
    padding: 20px;
    margin-bottom: 20px;
  }

  .services-6-title {
    font-size: 22px;
  }

  .section-caption-slick {
    padding: 10px 14px;
  }
}

.gukki {
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.ko-success {
  color: #0c962c;
}

.ko-danger {
  color: #ac0b1b;
}

.escrow-task-name {
  position: relative;
  padding: 24px 25px;
  background-color: #fff8ef;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  margin: 20px 0;
  border-radius: 4px;
  display: inline-block;
  min-width: 622px;
}

.escrow-task-name::before {
  content: "Task:";
  position: absolute;
  top: -12px;
  left: 25px;
  background-color: #ff9800;
  color: white;
  padding: 2px 12px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.escrow-task-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #ff9800, transparent);
}

/* Clearfix for proper floating */
.escrow-task-name-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}

.icon-wrapper {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  border-radius: 50%;
  flex-shrink: 0;
}

.icon-wrapper i {
  color: #ff9800;
  font-size: 40px;
}

.nav-link {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.small-amount {
  font-size: 20px !important;
  background-color: #f8f9fa;
  padding: 5px;
  border-radius: 50px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .escrow-task-name {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }

  .escrow-task-name::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.datetime-picker {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 500px;
  border: 1px solid #000;
}

.picker-header {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.date-section,
.time-section {
  margin-bottom: 20px;
}

.section-title {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.date-grid span {
  text-align: center;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}

.date-grid span:hover {
  background: #e6f0ff;
}

.date-grid .selected {
  background: #1a73e8;
  color: white;
}

.month-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.month-nav button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  color: #666;
}

.month-nav button:hover {
  color: #1a73e8;
}

.time-input {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.time-input input {
  width: 60px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}

.time-input span {
  font-size: 20px;
  color: #666;
}

.confirm-btn {
  width: 100%;
  padding: 12px;
  background: #1a73e8;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.confirm-btn:hover {
  background: #1557b0;
}

@media (max-width: 480px) {
  .datetime-picker {
    width: 90%;
    padding: 15px;
  }

  .date-grid span {
    padding: 6px;
    font-size: 12px;
  }

  .time-input input {
    width: 50px;
    padding: 6px;
  }
}

@media (max-width: 320px) {
  .datetime-picker {
    width: 95%;
    padding: 10px;
  }

  .date-grid span {
    padding: 4px;
    font-size: 11px;
  }
}

.tagline {
  padding: 20px;
  background-color: aliceblue;
  color: rgb(6, 6, 49);
  font-size: 14px;
  font-weight: 400;
}

.why-choose-us {
  padding: 20px;
  background-color: rgb(94, 94, 211);
  color: aliceblue;
  font-weight: 800;
  margin-bottom: 20px;
}

.tiksx {
  border-radius: 90px;
  width: 40px;
  height: 40px;
  background-color: rgb(103, 103, 248);
  margin-right: 5px;
  border: 2px solid #c0aeae;
}

.service-img {
  width: 280px;
  height: 280px;
  border-radius: 950px;
  object-fit: cover;
  overflow: hidden;
}

.info-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 500px;
}

.info-section {
  font-size: 12px;
  font-weight: 500;
}

.info-section div {
  flex: 1;
}

.details-link {
  text-decoration: none;
  color: #0071e3;
  font-size: 0.9rem;
}

.bg-light-blue {
  background-color: rgba(0, 123, 255, 0.05);
}

.calendar-wrapper {
  transition: all 0.3s ease;
}

.calendar-wrapper:hover {
  transform: translateY(-5px);
}

.calendar-month {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.calendar-day .day-number {
  font-size: 3.5rem;
  color: #333;
}

.calendar-time {
  font-size: 1.1rem;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.detail-item label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.biography {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

.action-buttons {
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 0.5rem;
  padding: 1.5rem;
}

/* settings start */
.settings-container {
  max-width: 600px;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10%;
  margin-bottom: 10%;
}

.settings-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.settings-item:first-child {
  border-top: none;
  /* Remove top border for the first item */
}

.settings-content h3 {
  margin: 0;
  font-size: 1.2em;
}

.settings-content p {
  margin: 5px 0 0;
  color: #666;
}

.settings-link {
  text-decoration: none;
  color: #7a7c7e;
  /* Link color */
  font-size: 1.2em;
}

.settings-link:hover {
  color: #0056b3;
}

/* settings end */
.remove-task-btn {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: aliceblue;
  border: none;
  color: #c3c3c3;
}

.preference-section {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.preference-section-title {
  color: #2c3e50;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}

.categories-container {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
}

.pref-skills-container {
  min-height: 198px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skill-chip {
  background-color: #ecebf1;
  border-radius: 20px;
  padding: 10px 15px;
  margin: 2px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #000;
}


.skill-chip input[type="checkbox"] {
  display: none;
}

.skill-chip.selected {
  background-color: #007bff;
  color: white;
}

.custom-checkbox {
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.custom-checkbox:last-child {
  border-bottom: none;
}

.form-select[multiple] {
  height: 150px;
}

/* Custom styling for form inputs */
.form-control,
.form-select {
  border: 1px solid #ced4da;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus,
.form-select:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Custom switch styling */
.form-switch .form-check-input {
  width: 3em;
  height: 1.5em;
  margin-right: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .preference-section {
    padding: 15px;
  }

  .skills-container {
    min-height: 80px;
  }
}

/* USER DASHBOARD VERIFICATION POPUP */
.verification-container {
  position: relative;
  display: flex;
  align-items: center;
  left: 200px;
  bottom: 37px;
}

.verification-icon {
  width: 25px;
  height: 25px;
  background-color: #e3e6e3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.verification-icon:hover {
  transform: scale(1.1);
}

.verification-card {
  position: absolute;
  left: 100%;
  /* Move the card to the right of the icon */
  top: 50%;
  transform: translateY(-50%) translateX(20px);
  width: 300px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* Prevent interaction when hidden */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: -1;
  /* Ensure it's hidden by default */
}

.verification-card a {
  font-size: 10px;
  font-weight: 800;
  color: #080661;
}

.verification-container:hover .verification-card {
  opacity: 1;
  visibility: visible;
  left: 5px;
  /* Move to the right side of the icon */
  z-index: 1;
  pointer-events: auto;
  /* Enable interaction */
  transform: translateY(-50%) translateX(35px);
}

.verification-card h3 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 800;
}

.verification-card p {
  font-size: 10px;
  font-weight: 600;
  color: #555;
  margin-bottom: 15px;
}

.verification-card ul {
  list-style-type: none;
  padding-left: 20px;
}

.verification-card ul li {
  font-size: 10px;
  color: #555;
  margin-bottom: 5px;
}

/* USER DASHBOARD VERIFICATION POPUP END */
.task-curr {
  font-size: 12px;
  font-weight: 900;
}

/* MEETING SELECT */
.calendar-container {
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.date-picker {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.calendar-header button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 5px 10px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  text-align: center;
}

.calendar-dayz {
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.calendar-dayz:hover {
  background: #f0f0f0;
}

.calendar-dayz.selected {
  background: #4c4eaf;
  color: white;
}

.calendar-dayz.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.weekday {
  font-weight: bold;
  color: #666;
  padding: 10px;
}

.time-picker {
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}

.time-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.time-slot {
  padding: 8px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
}

.time-slot:hover {
  background: #f0f0f0;
}

.time-slot.selected {
  background: #4c53af;
  color: white;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* MEETING SELECT END */
.mrb {
  margin-right: 10px;
}

.story-img {
  width: 329px;
  height: 420px;
  object-fit: cover;
  overflow: hidden;
}


/* HELP REPLY SECTION */
.replies-section {
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 8px;

}

.replies-section h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #2b2828;
}

.replies {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.reply {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #ffffff;
}

.reply strong {
  color: #007bff;
}

.reply em {
  font-style: italic;
  color: #272525;
}

/* HELP REPLY SECTION END */

/* TASK DETAIL PAGE PROMOTED BADGE */
.badge-overlay {
  position: absolute;
  left: 35%;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease
}

.promoted {
  margin: 0;
  padding: 0;
  color: white;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #fa7901;
}

.top-right {
  position: absolute;
  top: 0;
  right: 78px;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

/* TASK DETAIL PAGE PROMOTED BADGE END */
.msg-card {
  padding: 40px;
  background-color: rgb(255, 255, 255);
}

.partners {
  width: 300px;
  height: 40px;
}

.warn {
  font-size: 10px;
}

.how-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.step {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #d3d2d2;
}

.step-number {
  background-color: #007bff;
  color: white;
  padding: 15px;
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 1.2rem;
  margin-right: 20px;
}

.step-content {
  flex: 1;
}

.step h5 {
  font-size: 16px;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
}

.step p {
  font-size: 12px;
  color: #555;
}

/* Columns Layout */
.how-it-works {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.columny {
  width: 48%;
}

.columny.left {
  background-color: #ffffff;
  padding: 20px;
  border-right: 1px dotted #d3d2d2;
}

.columny.left h4,
.columny.right h4 {
  font-size: 26px;
  font-weight: 800;
}

.columny.right {
  background-color: #ffffff;
  padding: 20px;
}

/* Responsive Design */
@media screen and (max-width: 992px) {
  .how-it-works {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }

  .main-title h2 {
    font-size: 2rem;
  }

  .step-number {
    font-size: 1rem;
    width: 35px;
    height: 35px;
  }

  h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 15px;
  }

  .step {
    padding: 15px;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  .step-number {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .step {
    padding: 10px;
  }

  .step-number {
    width: 25px;
    height: 25px;
    font-size: 0.9rem;
  }
}

.cta-section {
  background-color: #1707ac;
  padding: 40px 0;
  border-radius: 10px;
}

.cta-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.cta-box {
  background-color: #1707ac;
  padding: 30px;
  border-radius: 8px;
  flex: 1;
  text-align: center;
}

.cta-box h3 {
  font-size: 1.75rem;
  color: #ffffff;
  margin-bottom: 15px;
}

.cta-box p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.cta-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #0056b3;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    gap: 20px;
  }

  .cta-box {
    width: 100%;
  }
}

.update-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  object-fit: cover;
}



/* TASK PROMOTION CARD */
/* Base card styles */
.promotion-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  width: 100%;
}

/* Top Featured Card - larger, more prominent */
.promotion-card-featured {
  margin: 0 0 2rem 0;
  border: 2px solid #eab308;
  background: linear-gradient(to right bottom, #ffffff, #fefce8);
}

.promotion-card-featured .card-content {
  padding: 2rem;
}

.promotion-card-featured .card-title {
  font-size: 1.5rem;
  color: #854d0e;
}

/* Sidebar Promotion Card - compact */
.promotion-card-sidebar {
  margin: 1rem 0;
  max-width: 100%;
}

.promotion-card-sidebar .card-content {
  padding: 1rem;
}

.promotion-card-sidebar .card-title {
  font-size: 1.1rem;
}

.promotion-card-sidebar .card-description {
  -webkit-line-clamp: 2;
  font-size: 0.9rem;
}

/* Inline Promotion Card - horizontal layout */
.promotion-card-inline {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  padding: 0.5rem;
  background: #f8fafc;
  border: 1px solid #4865a7;
}

.promotion-card-inline .card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
}

.promotion-card-inline .card-left {
  flex: 1;
}

.promotion-card-inline .card-right {
  text-align: right;
  margin-left: 1rem;
}

/* Footer Promotion Card - minimal */
.promotion-card-footer {
  background: #f1f5f9;
  border: none;
  box-shadow: none;
  margin: 0.5rem 0;
  border: 1px solid #4865a7;
}

.card-price {
  font-size: 14px;
  font-weight: 800;
  color: #333;
}

.card-location {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  background-color: #2f11b3;
  padding: 5px;
  border-radius: 10px;
}

.promotion-card-footer .card-content {
  padding: 1rem;
}

.promotion-card-footer .card-description {
  -webkit-line-clamp: 2;
  margin-bottom: 0.5rem;
}

/* Promotion badge */
.promotion-badge {
  position: absolute;
  top: 5.5rem;
  right: 4.5rem;
  background: #eab308;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .promotion-card-inline {
    flex-direction: column;
  }

  .promotion-card-inline .card-content {
    flex-direction: column;
    text-align: center;
  }

  .promotion-card-inline .card-right {
    margin-left: 0;
    margin-top: 1rem;
  }
}

/* TASK PROMOTION CARD END */
.profile-location {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 4px 0;
}

.contact-info {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.profile-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.profile-header {
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  padding: 24px;
  position: relative;
}

.cover-image {
  background: linear-gradient(80deg, #0077B5, #00A0DC);
  height: 200px;
  border-radius: 8px 8px 0 0;
}

.profile-picture {
  width: 152px;
  height: 152px;
  border: 4px solid white;
  border-radius: 50%;
  position: absolute;
  top: 120px;
  left: 24px;
  background: white;
}

.profile-info {
  margin-left: 180px;
  padding-top: 24px;
}

.profile-name {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
}

.profile-headline {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  margin: 4px 0;
}

.profile-review-section strong {
  font-size: 12px;
  font-weight: 700;
  color: #00A0DC;
}

.pro-section {
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  padding: 24px;
}

.pro-section-title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 16px 0;
}

.h-240 {
  height: 554px;
  width: 780px !important;
}

@media (max-width: 768px) {
  .h-240 {
    display: none;
  }
}

@media (max-width: 768px) {
  .why-img-1-1 {
    display: none;/
  }
}