/* Responsive Variables */
/* Responsive Variables */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500&display=swap");
/*============** Common **============*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #1D1D1D;
}


:root {
  /* --base-linear-gradient-bg: linear-gradient(180deg, #EAFAF62E 0%,  hsl(var(--base)) 100%); */
  /* --base-linear-gradient-bg: linear-gradient(180deg, #EAFAF62E 0%, #DDF7F0 100%); */

  --base-linear-gradient-bg: linear-gradient(180deg, #EAFAF62E 0%, hsl(var(--base)/.1) 100%);

  --base-h: 0;
  --base-s: 100%;
  --base-l: 50%;
  --base: var(--base-h) var(--base-s) var(--base-l);
/*== Base Darken ==*/
  --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
/*== Base Lighten ==*/
  --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  --background-gradient: linear-gradient(45deg, hsl(var( --base)), hsl(var(--base-two)));
}

.my-element {
  --animate-duration: 0.5s;
}

.bg--primary {
  background-color:  hsl(var(--base));
  color: #fff;
}

.text--primary {
  color:  hsl(var(--base));
}

.text--muted {
  color: #4d4d4d;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  height: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:  hsl(var(--base));
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: 100px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a {
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color:  hsl(var(--base));
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: normal;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
  color: #4d4d4d;
}

h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.75rem;
  color: #666;
  margin-bottom: 0;
  text-transform: capitalize;
}

hr {
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

span {
  color: #4d4d4d;
}

*::-moz-selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
  color: #fff;
  background:  hsl(var(--base));
}

.badge--pending,
.badge--warning,
.badge--success,
.badge--primary,
.badge--danger,
.badge--dark {
  border-radius: 3px;
  padding: 6px 15px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.1);
  color: #8f5e30;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.1);
  color: #138d49;
}

.badge--danger {
  background-color: rgb(234 84 85 / 16%);
  color: #811718;
}

.badge--primary {
  background-color: rgba(115, 103, 240, 0.1);
  color:  hsl(var(--base));
}

.badge--dark {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}


/*============** Site Button **============*/
.theme_btn {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 12px 15px 11px 16px;
  font-weight: 500;
  background:  hsl(var(--base));
  letter-spacing: 0.1em;
  border-radius: 5px;
  text-transform: capitalize;
  border: 2px solid transparent;
  overflow: hidden;
  box-sizing: border-box;
}

.theme_btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  content: "";
  background-color: #4d4d4d;
  -webkit-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.theme_btn .btn_title {
  position: relative;
  z-index: 6;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}

button.theme_btn.style_1.style_full {
  width: 100%;
  padding: 10px 20px;
}

.theme_btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.theme_btn:hover {
  color: #fff;
}

p.user_email {
  text-transform: lowercase;
}

.round-animated::after {
  background:  hsl(var(--base));
}

/*============** Slick Arrow **============*/
.agent_active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background:  hsl(var(--base));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  z-index: 2;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid  hsl(var(--base));
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.agent_active .slick-next {
  left: auto;
  right: 5px;
}

.agent_active .slick-prev {
  left: 5px;
}

.agent_active .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/*============** Common Classes **============*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.white_color {
  color: #fff;
}

.white_bg {
  background-color: #fff;
}

.position-relative {
  position: relative;
}

/*Bage class*/
.badge_success {
  background: #28a745;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
}

.badge_danger {
  background: #dc3545;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
}

.badge_waring {
  background: #ffc107;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
}

/*============** Input Placeholder **============*/
input[type=radio]:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #7B26BE;
}

input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: 2px;
  position: relative;
  background-color: #7B26BE;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #fff;
}

.section_tilte span {
  color:  hsl(var(--base));
  font-weight: 500;
  font-size: 18px;
}

.section_tilte h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}

.section_tilte.style_2 h3,
.section_tilte.style_2 p {
  text-align: left;
}

/*============** Sticky Header **============*/
.sticky {
  position: fixed !important;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  animation: smooth_sticky 1.3s;
  z-index: 11;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(11, 0, 59, 0.15);
  z-index: 97;
}

/*==== Animation Sticky ==== */
@-webkit-keyframes smooth_sticky {
  0% {
    top: -280px;
  }

  100% {
    top: 0px;
  }
}

@keyframes smooth_sticky {
  0% {
    top: -280px;
  }

  100% {
    top: 0px;
  }
}

/*============** Custom Check Box **============*/
.single_check {
  position: relative;
  padding: 1px 0 1px 30px;
  text-align: left;
}

.single_check label {
  cursor: pointer;
  font-size: 16px;
}

.single_check label:before,
.single_check label:after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
}

.single_check label:before {
  left: 0;
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  background: #f7f7f7;
  box-shadow: 0 0 1px grey;
}

.single_check label:after {
  left: 3px;
  width: 12px;
  height: 12px;
  margin: -5px 0 0;
  opacity: 0;
  background:  hsl(var(--base));
  transform: translate3d(-40px, 0, 0) scale(0.5);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.single_check a {
  color:  hsl(var(--base));
}

.single_check input[type=radio],
.single_check input[type=checkbox] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}

.single_check input[type=radio]:checked+label:after,
.single_check input[type=checkbox]:checked+label:after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*============** Scroll Top CSS **============*/
.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(47, 202, 45, 0.1019607843);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  transition: all 200ms linear;
  background-color: #fff;
}

.scroll-up i {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 48px;
  color:  hsl(var(--base));
  font-size: 20px;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke:  hsl(var(--base));
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.scroll-up .scroll-one {
  box-shadow: inset 0 0 0 2px rgba(31, 113, 212, 0.3882352941);
}

.scroll-up .scroll-one::after {
  color: royalblue-1;
}

.scroll-up .scroll-one svg.scroll-circle path {
  stroke: royalblue-1;
}

.primary-linear-bg {
  background-image: var(--base-linear-gradient-bg);
}

/*==== Preloding ====*/
#loading {
  background-color:  hsl(var(--base));
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9991;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 150px;
  margin-top: -25px;
  margin-left: -75px;
  display: flex;
  justify-content: center;
}

.object {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #FFF;
  -webkit-animation: animate 1s infinite;
  animation: animate 1s infinite;
  float: left;
}

.object:last-child {
  margin-right: 0px;
}

.object:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.object:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.object:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.object:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.object:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.object:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.object:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.object:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.object:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes animate {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes animate {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/*============** Padding Margin **============*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

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

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

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

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

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

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

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

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

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

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

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

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

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

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

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

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

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

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

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

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

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

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

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

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

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

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

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

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

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

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

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

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

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

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

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

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

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

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

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

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

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

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

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

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

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

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

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

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

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

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

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

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

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

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

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

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

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

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

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

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

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

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

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

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

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

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

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

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

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

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

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

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

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

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

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

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

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

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

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

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

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

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

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

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

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

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

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

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

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

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

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

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

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

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

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

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

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

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

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

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

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

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

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

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

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

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

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

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

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

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

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

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

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

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

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

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

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

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

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

.ml-125 {
  margin-left: 125px;
}

.mr-125 {
  margin-right: 125px;
}

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

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

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

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

.ml-130 {
  margin-left: 130px;
}

.mr-130 {
  margin-right: 130px;
}

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

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

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

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

.ml-135 {
  margin-left: 135px;
}

.mr-135 {
  margin-right: 135px;
}

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

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

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

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

.ml-140 {
  margin-left: 140px;
}

.mr-140 {
  margin-right: 140px;
}

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

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

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

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

.ml-145 {
  margin-left: 145px;
}

.mr-145 {
  margin-right: 145px;
}

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

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

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

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

.ml-150 {
  margin-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

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

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

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

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

.ml-155 {
  margin-left: 155px;
}

.mr-155 {
  margin-right: 155px;
}

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

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

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

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

.ml-160 {
  margin-left: 160px;
}

.mr-160 {
  margin-right: 160px;
}

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

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

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

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

.ml-165 {
  margin-left: 165px;
}

.mr-165 {
  margin-right: 165px;
}

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

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

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

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

.ml-170 {
  margin-left: 170px;
}

.mr-170 {
  margin-right: 170px;
}

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

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

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

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

.ml-175 {
  margin-left: 175px;
}

.mr-175 {
  margin-right: 175px;
}

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

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

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

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

.ml-180 {
  margin-left: 180px;
}

.mr-180 {
  margin-right: 180px;
}

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

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

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

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

.ml-185 {
  margin-left: 185px;
}

.mr-185 {
  margin-right: 185px;
}

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

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

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

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

.ml-190 {
  margin-left: 190px;
}

.mr-190 {
  margin-right: 190px;
}

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

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

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

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

.ml-195 {
  margin-left: 195px;
}

.mr-195 {
  margin-right: 195px;
}

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

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

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

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

.ml-200 {
  margin-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

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

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

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

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

.ml-205 {
  margin-left: 205px;
}

.mr-205 {
  margin-right: 205px;
}

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

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

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

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

.ml-210 {
  margin-left: 210px;
}

.mr-210 {
  margin-right: 210px;
}

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

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

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

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

.ml-215 {
  margin-left: 215px;
}

.mr-215 {
  margin-right: 215px;
}

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

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

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

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

.ml-220 {
  margin-left: 220px;
}

.mr-220 {
  margin-right: 220px;
}

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

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

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

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

.ml-225 {
  margin-left: 225px;
}

.mr-225 {
  margin-right: 225px;
}

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

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

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

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

.ml-230 {
  margin-left: 230px;
}

.mr-230 {
  margin-right: 230px;
}

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

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

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

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

.ml-235 {
  margin-left: 235px;
}

.mr-235 {
  margin-right: 235px;
}

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

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

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

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

.ml-240 {
  margin-left: 240px;
}

.mr-240 {
  margin-right: 240px;
}

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

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

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

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

.ml-245 {
  margin-left: 245px;
}

.mr-245 {
  margin-right: 245px;
}

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

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

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

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

.ml-250 {
  margin-left: 250px;
}

.mr-250 {
  margin-right: 250px;
}

/*============** MD device  Padding Margin MD device **============*/
@media only screen and (max-width: 991px) {
  .md-pt-5 {
    padding-top: 5px;
  }

  .md-pb-5 {
    padding-bottom: 5px;
  }

  .md-mt-5 {
    margin-top: 5px;
  }

  .md-mb-5 {
    margin-bottom: 5px;
  }

  .md-ml-5 {
    margin-left: 5px;
  }

  .md-mr-5 {
    margin-right: 5px;
  }

  .md-pt-10 {
    padding-top: 10px;
  }

  .md-pb-10 {
    padding-bottom: 10px;
  }

  .md-mt-10 {
    margin-top: 10px;
  }

  .md-mb-10 {
    margin-bottom: 10px;
  }

  .md-ml-10 {
    margin-left: 10px;
  }

  .md-mr-10 {
    margin-right: 10px;
  }

  .md-pt-15 {
    padding-top: 15px;
  }

  .md-pb-15 {
    padding-bottom: 15px;
  }

  .md-mt-15 {
    margin-top: 15px;
  }

  .md-mb-15 {
    margin-bottom: 15px;
  }

  .md-ml-15 {
    margin-left: 15px;
  }

  .md-mr-15 {
    margin-right: 15px;
  }

  .md-pt-20 {
    padding-top: 20px;
  }

  .md-pb-20 {
    padding-bottom: 20px;
  }

  .md-mt-20 {
    margin-top: 20px;
  }

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

  .md-ml-20 {
    margin-left: 20px;
  }

  .md-mr-20 {
    margin-right: 20px;
  }

  .md-pt-25 {
    padding-top: 25px;
  }

  .md-pb-25 {
    padding-bottom: 25px;
  }

  .md-mt-25 {
    margin-top: 25px;
  }

  .md-mb-25 {
    margin-bottom: 25px;
  }

  .md-ml-25 {
    margin-left: 25px;
  }

  .md-mr-25 {
    margin-right: 25px;
  }

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

  .md-pb-30 {
    padding-bottom: 30px;
  }

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

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

  .md-ml-30 {
    margin-left: 30px;
  }

  .md-mr-30 {
    margin-right: 30px;
  }

  .md-pt-35 {
    padding-top: 35px;
  }

  .md-pb-35 {
    padding-bottom: 35px;
  }

  .md-mt-35 {
    margin-top: 35px;
  }

  .md-mb-35 {
    margin-bottom: 35px;
  }

  .md-ml-35 {
    margin-left: 35px;
  }

  .md-mr-35 {
    margin-right: 35px;
  }

  .md-pt-40 {
    padding-top: 40px;
  }

  .md-pb-40 {
    padding-bottom: 40px;
  }

  .md-mt-40 {
    margin-top: 40px;
  }

  .md-mb-40 {
    margin-bottom: 40px;
  }

  .md-ml-40 {
    margin-left: 40px;
  }

  .md-mr-40 {
    margin-right: 40px;
  }

  .md-pt-45 {
    padding-top: 45px;
  }

  .md-pb-45 {
    padding-bottom: 45px;
  }

  .md-mt-45 {
    margin-top: 45px;
  }

  .md-mb-45 {
    margin-bottom: 45px;
  }

  .md-ml-45 {
    margin-left: 45px;
  }

  .md-mr-45 {
    margin-right: 45px;
  }

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

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

  .md-mt-50 {
    margin-top: 50px;
  }

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

  .md-ml-50 {
    margin-left: 50px;
  }

  .md-mr-50 {
    margin-right: 50px;
  }

  .md-pt-55 {
    padding-top: 55px;
  }

  .md-pb-55 {
    padding-bottom: 55px;
  }

  .md-mt-55 {
    margin-top: 55px;
  }

  .md-mb-55 {
    margin-bottom: 55px;
  }

  .md-ml-55 {
    margin-left: 55px;
  }

  .md-mr-55 {
    margin-right: 55px;
  }

  .md-pt-60 {
    padding-top: 60px;
  }

  .md-pb-60 {
    padding-bottom: 60px;
  }

  .md-mt-60 {
    margin-top: 60px;
  }

  .md-mb-60 {
    margin-bottom: 60px;
  }

  .md-ml-60 {
    margin-left: 60px;
  }

  .md-mr-60 {
    margin-right: 60px;
  }

  .md-pt-65 {
    padding-top: 65px;
  }

  .md-pb-65 {
    padding-bottom: 65px;
  }

  .md-mt-65 {
    margin-top: 65px;
  }

  .md-mb-65 {
    margin-bottom: 65px;
  }

  .md-ml-65 {
    margin-left: 65px;
  }

  .md-mr-65 {
    margin-right: 65px;
  }

  .md-pt-70 {
    padding-top: 70px;
  }

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

  .md-mt-70 {
    margin-top: 70px;
  }

  .md-mb-70 {
    margin-bottom: 70px;
  }

  .md-ml-70 {
    margin-left: 70px;
  }

  .md-mr-70 {
    margin-right: 70px;
  }

  .md-pt-75 {
    padding-top: 75px;
  }

  .md-pb-75 {
    padding-bottom: 75px;
  }

  .md-mt-75 {
    margin-top: 75px;
  }

  .md-mb-75 {
    margin-bottom: 75px;
  }

  .md-ml-75 {
    margin-left: 75px;
  }

  .md-mr-75 {
    margin-right: 75px;
  }

  .md-pt-80 {
    padding-top: 80px;
  }

  .md-pb-80 {
    padding-bottom: 80px;
  }

  .md-mt-80 {
    margin-top: 80px;
  }

  .md-mb-80 {
    margin-bottom: 80px;
  }

  .md-ml-80 {
    margin-left: 80px;
  }

  .md-mr-80 {
    margin-right: 80px;
  }

  .md-pt-85 {
    padding-top: 85px;
  }

  .md-pb-85 {
    padding-bottom: 85px;
  }

  .md-mt-85 {
    margin-top: 85px;
  }

  .md-mb-85 {
    margin-bottom: 85px;
  }

  .md-ml-85 {
    margin-left: 85px;
  }

  .md-mr-85 {
    margin-right: 85px;
  }

  .md-pt-90 {
    padding-top: 90px;
  }

  .md-pb-90 {
    padding-bottom: 90px;
  }

  .md-mt-90 {
    margin-top: 90px;
  }

  .md-mb-90 {
    margin-bottom: 90px;
  }

  .md-ml-90 {
    margin-left: 90px;
  }

  .md-mr-90 {
    margin-right: 90px;
  }

  .md-pt-95 {
    padding-top: 95px;
  }

  .md-pb-95 {
    padding-bottom: 95px;
  }

  .md-mt-95 {
    margin-top: 95px;
  }

  .md-mb-95 {
    margin-bottom: 95px;
  }

  .md-ml-95 {
    margin-left: 95px;
  }

  .md-mr-95 {
    margin-right: 95px;
  }

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

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

  .md-mt-100 {
    margin-top: 100px;
  }

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

  .md-ml-100 {
    margin-left: 100px;
  }

  .md-mr-100 {
    margin-right: 100px;
  }

  .md-pt-105 {
    padding-top: 105px;
  }

  .md-pb-105 {
    padding-bottom: 105px;
  }

  .md-mt-105 {
    margin-top: 105px;
  }

  .md-mb-105 {
    margin-bottom: 105px;
  }

  .md-ml-105 {
    margin-left: 105px;
  }

  .md-mr-105 {
    margin-right: 105px;
  }

  .md-pt-110 {
    padding-top: 110px;
  }

  .md-pb-110 {
    padding-bottom: 110px;
  }

  .md-mt-110 {
    margin-top: 110px;
  }

  .md-mb-110 {
    margin-bottom: 110px;
  }

  .md-ml-110 {
    margin-left: 110px;
  }

  .md-mr-110 {
    margin-right: 110px;
  }

  .md-pt-115 {
    padding-top: 115px;
  }

  .md-pb-115 {
    padding-bottom: 115px;
  }

  .md-mt-115 {
    margin-top: 115px;
  }

  .md-mb-115 {
    margin-bottom: 115px;
  }

  .md-ml-115 {
    margin-left: 115px;
  }

  .md-mr-115 {
    margin-right: 115px;
  }

  .md-pt-120 {
    padding-top: 120px;
  }

  .md-pb-120 {
    padding-bottom: 120px;
  }

  .md-mt-120 {
    margin-top: 120px;
  }

  .md-mb-120 {
    margin-bottom: 120px;
  }

  .md-ml-120 {
    margin-left: 120px;
  }

  .md-mr-120 {
    margin-right: 120px;
  }

  .md-pt-125 {
    padding-top: 125px;
  }

  .md-pb-125 {
    padding-bottom: 125px;
  }

  .md-mt-125 {
    margin-top: 125px;
  }

  .md-mb-125 {
    margin-bottom: 125px;
  }

  .md-ml-125 {
    margin-left: 125px;
  }

  .md-mr-125 {
    margin-right: 125px;
  }

  .md-pt-130 {
    padding-top: 130px;
  }

  .md-pb-130 {
    padding-bottom: 130px;
  }

  .md-mt-130 {
    margin-top: 130px;
  }

  .md-mb-130 {
    margin-bottom: 130px;
  }

  .md-ml-130 {
    margin-left: 130px;
  }

  .md-mr-130 {
    margin-right: 130px;
  }

  .md-pt-135 {
    padding-top: 135px;
  }

  .md-pb-135 {
    padding-bottom: 135px;
  }

  .md-mt-135 {
    margin-top: 135px;
  }

  .md-mb-135 {
    margin-bottom: 135px;
  }

  .md-ml-135 {
    margin-left: 135px;
  }

  .md-mr-135 {
    margin-right: 135px;
  }

  .md-pt-140 {
    padding-top: 140px;
  }

  .md-pb-140 {
    padding-bottom: 140px;
  }

  .md-mt-140 {
    margin-top: 140px;
  }

  .md-mb-140 {
    margin-bottom: 140px;
  }

  .md-ml-140 {
    margin-left: 140px;
  }

  .md-mr-140 {
    margin-right: 140px;
  }

  .md-pt-145 {
    padding-top: 145px;
  }

  .md-pb-145 {
    padding-bottom: 145px;
  }

  .md-mt-145 {
    margin-top: 145px;
  }

  .md-mb-145 {
    margin-bottom: 145px;
  }

  .md-ml-145 {
    margin-left: 145px;
  }

  .md-mr-145 {
    margin-right: 145px;
  }

  .md-pt-150 {
    padding-top: 150px;
  }

  .md-pb-150 {
    padding-bottom: 150px;
  }

  .md-mt-150 {
    margin-top: 150px;
  }

  .md-mb-150 {
    margin-bottom: 150px;
  }

  .md-ml-150 {
    margin-left: 150px;
  }

  .md-mr-150 {
    margin-right: 150px;
  }

  .md-pt-155 {
    padding-top: 155px;
  }

  .md-pb-155 {
    padding-bottom: 155px;
  }

  .md-mt-155 {
    margin-top: 155px;
  }

  .md-mb-155 {
    margin-bottom: 155px;
  }

  .md-ml-155 {
    margin-left: 155px;
  }

  .md-mr-155 {
    margin-right: 155px;
  }

  .md-pt-160 {
    padding-top: 160px;
  }

  .md-pb-160 {
    padding-bottom: 160px;
  }

  .md-mt-160 {
    margin-top: 160px;
  }

  .md-mb-160 {
    margin-bottom: 160px;
  }

  .md-ml-160 {
    margin-left: 160px;
  }

  .md-mr-160 {
    margin-right: 160px;
  }

  .md-pt-165 {
    padding-top: 165px;
  }

  .md-pb-165 {
    padding-bottom: 165px;
  }

  .md-mt-165 {
    margin-top: 165px;
  }

  .md-mb-165 {
    margin-bottom: 165px;
  }

  .md-ml-165 {
    margin-left: 165px;
  }

  .md-mr-165 {
    margin-right: 165px;
  }

  .md-pt-170 {
    padding-top: 170px;
  }

  .md-pb-170 {
    padding-bottom: 170px;
  }

  .md-mt-170 {
    margin-top: 170px;
  }

  .md-mb-170 {
    margin-bottom: 170px;
  }

  .md-ml-170 {
    margin-left: 170px;
  }

  .md-mr-170 {
    margin-right: 170px;
  }

  .md-pt-175 {
    padding-top: 175px;
  }

  .md-pb-175 {
    padding-bottom: 175px;
  }

  .md-mt-175 {
    margin-top: 175px;
  }

  .md-mb-175 {
    margin-bottom: 175px;
  }

  .md-ml-175 {
    margin-left: 175px;
  }

  .md-mr-175 {
    margin-right: 175px;
  }

  .md-pt-180 {
    padding-top: 180px;
  }

  .md-pb-180 {
    padding-bottom: 180px;
  }

  .md-mt-180 {
    margin-top: 180px;
  }

  .md-mb-180 {
    margin-bottom: 180px;
  }

  .md-ml-180 {
    margin-left: 180px;
  }

  .md-mr-180 {
    margin-right: 180px;
  }

  .md-pt-185 {
    padding-top: 185px;
  }

  .md-pb-185 {
    padding-bottom: 185px;
  }

  .md-mt-185 {
    margin-top: 185px;
  }

  .md-mb-185 {
    margin-bottom: 185px;
  }

  .md-ml-185 {
    margin-left: 185px;
  }

  .md-mr-185 {
    margin-right: 185px;
  }

  .md-pt-190 {
    padding-top: 190px;
  }

  .md-pb-190 {
    padding-bottom: 190px;
  }

  .md-mt-190 {
    margin-top: 190px;
  }

  .md-mb-190 {
    margin-bottom: 190px;
  }

  .md-ml-190 {
    margin-left: 190px;
  }

  .md-mr-190 {
    margin-right: 190px;
  }

  .md-pt-195 {
    padding-top: 195px;
  }

  .md-pb-195 {
    padding-bottom: 195px;
  }

  .md-mt-195 {
    margin-top: 195px;
  }

  .md-mb-195 {
    margin-bottom: 195px;
  }

  .md-ml-195 {
    margin-left: 195px;
  }

  .md-mr-195 {
    margin-right: 195px;
  }

  .md-pt-200 {
    padding-top: 200px;
  }

  .md-pb-200 {
    padding-bottom: 200px;
  }

  .md-mt-200 {
    margin-top: 200px;
  }

  .md-mb-200 {
    margin-bottom: 200px;
  }

  .md-ml-200 {
    margin-left: 200px;
  }

  .md-mr-200 {
    margin-right: 200px;
  }

  .md-pt-205 {
    padding-top: 205px;
  }

  .md-pb-205 {
    padding-bottom: 205px;
  }

  .md-mt-205 {
    margin-top: 205px;
  }

  .md-mb-205 {
    margin-bottom: 205px;
  }

  .md-ml-205 {
    margin-left: 205px;
  }

  .md-mr-205 {
    margin-right: 205px;
  }

  .md-pt-210 {
    padding-top: 210px;
  }

  .md-pb-210 {
    padding-bottom: 210px;
  }

  .md-mt-210 {
    margin-top: 210px;
  }

  .md-mb-210 {
    margin-bottom: 210px;
  }

  .md-ml-210 {
    margin-left: 210px;
  }

  .md-mr-210 {
    margin-right: 210px;
  }

  .md-pt-215 {
    padding-top: 215px;
  }

  .md-pb-215 {
    padding-bottom: 215px;
  }

  .md-mt-215 {
    margin-top: 215px;
  }

  .md-mb-215 {
    margin-bottom: 215px;
  }

  .md-ml-215 {
    margin-left: 215px;
  }

  .md-mr-215 {
    margin-right: 215px;
  }

  .md-pt-220 {
    padding-top: 220px;
  }

  .md-pb-220 {
    padding-bottom: 220px;
  }

  .md-mt-220 {
    margin-top: 220px;
  }

  .md-mb-220 {
    margin-bottom: 220px;
  }

  .md-ml-220 {
    margin-left: 220px;
  }

  .md-mr-220 {
    margin-right: 220px;
  }

  .md-pt-225 {
    padding-top: 225px;
  }

  .md-pb-225 {
    padding-bottom: 225px;
  }

  .md-mt-225 {
    margin-top: 225px;
  }

  .md-mb-225 {
    margin-bottom: 225px;
  }

  .md-ml-225 {
    margin-left: 225px;
  }

  .md-mr-225 {
    margin-right: 225px;
  }

  .md-pt-230 {
    padding-top: 230px;
  }

  .md-pb-230 {
    padding-bottom: 230px;
  }

  .md-mt-230 {
    margin-top: 230px;
  }

  .md-mb-230 {
    margin-bottom: 230px;
  }

  .md-ml-230 {
    margin-left: 230px;
  }

  .md-mr-230 {
    margin-right: 230px;
  }

  .md-pt-235 {
    padding-top: 235px;
  }

  .md-pb-235 {
    padding-bottom: 235px;
  }

  .md-mt-235 {
    margin-top: 235px;
  }

  .md-mb-235 {
    margin-bottom: 235px;
  }

  .md-ml-235 {
    margin-left: 235px;
  }

  .md-mr-235 {
    margin-right: 235px;
  }

  .md-pt-240 {
    padding-top: 240px;
  }

  .md-pb-240 {
    padding-bottom: 240px;
  }

  .md-mt-240 {
    margin-top: 240px;
  }

  .md-mb-240 {
    margin-bottom: 240px;
  }

  .md-ml-240 {
    margin-left: 240px;
  }

  .md-mr-240 {
    margin-right: 240px;
  }

  .md-pt-245 {
    padding-top: 245px;
  }

  .md-pb-245 {
    padding-bottom: 245px;
  }

  .md-mt-245 {
    margin-top: 245px;
  }

  .md-mb-245 {
    margin-bottom: 245px;
  }

  .md-ml-245 {
    margin-left: 245px;
  }

  .md-mr-245 {
    margin-right: 245px;
  }

  .md-pt-250 {
    padding-top: 250px;
  }

  .md-pb-250 {
    padding-bottom: 250px;
  }

  .md-mt-250 {
    margin-top: 250px;
  }

  .md-mb-250 {
    margin-bottom: 250px;
  }

  .md-ml-250 {
    margin-left: 250px;
  }

  .md-mr-250 {
    margin-right: 250px;
  }
}

/*! #######################################################################
	MeanMenu 2.0.7
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

.header-transparent {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
}


/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: absolute;
  z-index: 9;
  top: 62px;
  right: 98px;
  z-index: 11;
}

@media only screen and (max-width: 766px) {
  .mean-container .mean-bar {
    width: 88%;
  }
}

@media only screen and (max-width: 500px) {
  .mean-container .mean-bar {
    width: 87%;
  }
}

@media only screen and (max-width: 380px) {
  .mean-container .mean-bar {
    width: 86%;
  }
}

@media only screen and (max-width: 300px) {
  .mean-container .mean-bar {
    width: 81%;
  }
}

.mean-container a.meanmenu-reveal {
  border: 1px solid  hsl(var(--base));
  color: #444;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  margin-top: -32px;
  padding: 8px 9px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 29px;
  width: 22px;
}

.mean-container a.meanmenu-reveal span {
  background:  hsl(var(--base)) none repeat scroll 0 0;
  display: block;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  background:  hsl(var(--base)) none repeat scroll 0 0;
  float: left;
  margin-top: 52px;
  width: 100%;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-size: 13px;
  font-weight: 600;
}

.mean-container .mean-nav ul li a i {
  margin: 0 7px;
}

.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 10px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 15px;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background:  hsl(var(--base));
}

.mean-container .mean-nav ul li a.mean-expand {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 1px 1px;
  font-weight: 700;
  height: 27px;
  margin-top: 1px;
  padding: 5px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background:  hsl(var(--base));
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.transparent-header .mean-container a.meanmenu-reveal {
  border: 1px solid #29D1DA;
  color: #29D1DA;
}

.transparent-header .mean-container a.meanmenu-reveal span {
  background: #29D1DA;
}

.header-2 .mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #fff;
}

.header-2 .mean-container a.meanmenu-reveal span {
  background: #fff;
}

/*============** Header **============*/
.banner_area {
  text-align: center;
  padding: 100px 0 282px;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 100%;
  width: 100%;
  background-image: url(../images/city-line.png);
}

.banner_area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-image: var(--base-linear-gradient-bg);
  z-index: -1;
}

.banner_content_wrapper {
  position: relative;
  z-index: 2;
}

.banner_content_wrapper ul {
  justify-content: center;
}

.banner_content_wrapper ul li {
  margin-bottom: 15px;
}

.banner_content_wrapper ul li a.my_tab_btn {
  color: #4d4d4d;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  margin-right: 15px;
  position: relative;
  display: block;
  background-color: #fff;
  letter-spacing: 0.4px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.banner_content_wrapper ul li a.my_tab_btn:hover {
  color: #fff;
  background-color:  hsl(var(--base));
}

.banner_content_wrapper ul li a.active:before {
  content: "";
  height: 20px;
  margin-left: 20px;
  position: absolute;
  top: 40px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background:  hsl(var(--base));
}

.banner_content_wrapper ul li .my_tab_btn.nav-link.active {
  background:  hsl(var(--base));
  color: #fff;
}

.banner_content_wrapper .banner_top_text h2 {
  font-size: 50px;
  color: #4d4d4d;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}

span.banner-top-title {
  display: block;
  color:  hsl(var(--base));
  font-size: 18px;
  font-weight: 500;
}

.banner_content_wrapper .banner_top_text h2 span {
  color:  hsl(var(--base));
}

.banner_content_wrapper .banner_top_text p {
  color: #7c7c7c;
  width: 60%;
  margin: 0 auto 30px;
  line-height: 24px;
}

.nice_select_wrapper.style_1 p {
  display: inherit;
  text-align: left;
  margin-bottom: 15px;
}

.nice_select_wrapper.banner.style_1 p {
  display: inherit;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
  color: #4d4d4d;
}

.nice_select_wrapper.style_1 .nice-select {
  height: 60px;
  background: #fff;
  height: 50px;
  border: 1px solid #ebebeb;
  width: 100%;
  line-height: 49px;
  padding-left: 16px;
  padding-right: 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  float: none;
}

.nice_select_wrapper.style_1 .nice-select:focus {
  border: 1px solid  hsl(var(--base));
}

.nice_select_wrapper.style_1 .nice-select .option {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  padding: 2px 18px;
}

.nice_select_wrapper.style_1 .nice-select::after {
  left: 91%;
  border-bottom: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
  top: 42%;
}

.nice_select_wrapper.style_1 .nice-select .current {
  color: #4d4d4d;
  font-size: 15px;
}

.nice_select_wrapper.style_1 .nice-select .list {
  width: 100%;
}

.banner_tab_wrapper {
  position: relative;
  z-index: 9;
}

.banner_tab_wrapper .tab-content {
  padding: 30px 30px 5px;
  border-radius: 5px;
   border: 1px solid  hsl(var(--base)/.2);
}

.advance_search_wrap span.advance_btn {
  background: transparent;
  height: 50px;
   border: 1px solid  hsl(var(--base)/.2);
  width: 100%;
  line-height: 49px;
  padding-left: 16px;
  padding-right: 15px;
  border-radius: 5px;
  display: inline-block;
  text-align: left;
  cursor: pointer;
  position: relative;
  color: #9e9e9e;
  transition: all 0.3s ease-in-out;
}

.advance_search_wrap span.advance_btn i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: 900;
}

.advance_search_wrap span.advance_btn:focus {
  border: 1px solid  hsl(var(--base));
}

.advance_search_wrap span.advance_btn:hover {
  border: 1px solid  hsl(var(--base));
}

.advance_search_wrap p {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
  color: #4d4d4d;
}

.advance_search_wrap.button {
  text-align: center;
}

.advance_search_wrap.button p {
  text-align: center;
}

.advance_search_input .filter-form-submit button {
  display: none;
}

.advance_search_wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 0px 0px 5px 5px;
  margin-top: -4px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
}

.advance_search_wrapper.hide {
  opacity: 0;
  visibility: hidden;
}

.advance_search_wrapper.show {
  opacity: 1;
  visibility: visible;
}

.offcanvas-overlay {
  opacity: 0;
  visibility: hidden;
  filter: blur(2px);
  background: #051235;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overlay.overlay-open {
  opacity: 0;
  visibility: visible;
}

.advance_search_input p {
  display: inherit;
  text-align: left;
  margin-bottom: 15px;
}

.advance_search_input input {
  background: #fff;
  height: 50px;
  border: 1px solid #ebebeb;
  width: 100%;
  line-height: 49px;
  padding-left: 16px;
  padding-right: 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.advance_search_input input ::placeholder {
  color: #4d4d4d;
}

.advance_search_input input::placeholder {
  color: #4d4d4d;
}

.advance_search_input input::placeholder {
  color: #4d4d4d;
}

.section_tilte__top {
  padding-left: 30px;
}

/*============ ------ **  Range Slider **-------- ============*/
.range-slider label {
  color: #333;
  font-size: 16px;
  margin-bottom: 25px;
}

.range-slider .ui-slider {
  position: relative;
  text-align: left;
}

.range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid  hsl(var(--base));
  cursor: w-resize;
  background: #fff;
  outline: none;
  top: -8px;
  margin-left: -8px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}

.range-slider .ui-widget-content {
  background-color: #e8e8e8 !important;
}

.range-slider .ui-widget-header {
  background-color:  hsl(var(--base));
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.range-slider .ui-slider-horizontal {
  height: 3px;
  border-radius: 10px;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

input.first-slider-value:focus,
input.second-slider-value:focus,
input.first-slider-value,
input.second-slider-value {
  width: 40%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
}

input.first-slider-value {
  float: left;
  margin-left: -8px;
  width: 40%;
}

input.second-slider-value {
  float: right;
  width: 40%;
  text-align: right;
  margin-right: -8px;
}

.range-slider {
  line-height: 37px;
}

/*============** Header **============*/

.features_area {
  padding-top: 70px;
}

.single_featured__img {
  border-radius: 5px;
  position: relative;
}

.single_featured .featured_wrapper {
  border-radius: 5px;
}

.single_featured.top_property {
  background: rgb(249, 248, 225);
  background: linear-gradient(0deg, rgb(249, 248, 225) 0%, rgba(255,255,255,1) 79%);
}
.propery-top-badge {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  background:  hsl(var(--base));
  padding: 14px 13px;
  line-height: 0;
  color: #fff;
  border-radius: 5px;
}
.featured_single_slide {
  border-radius: 5px;
  position: relative;
}

.featured_single_slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #333;
  z-index: 1;
  opacity: 0.3;
  border-radius: 5px;
}

.featured_single_slide {
  position: relative;
}

.featured_price {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  position: absolute;
  bottom: -4px;
  z-index: 4;
  left: 15px;
}

.featured_price span {
  font-size: 16px;
  color: #fff;
}

.featured_single_slide img {
  border-radius: 5px;
  width: 100%;
}

.single_featured {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 5px;
  background-color: #fff;
}

.single_featured__content {
  padding: 20px 0 0;
  position: relative;
}

.single_featured__content h4 a {
  transition: all 0.3s ease-in-out;
}

.single_featured__content h4 a:hover {
  color:  hsl(var(--base));
}

.single_featured__content .content_top_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single_featured__content .content_top_wrapper .tags p {
  background:  hsl(var(--base));
  color: #fff;
  display: inline-block;
  padding: 3px 12px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.single_featured__content .content_top_wrapper .tags p:hover {
  background-color: #4d4d4d;
}

.single_featured__content .content_top_wrapper .heart a i {
  font-size: 19px;
  background:  hsl(var(--base));
  color: #fff;
  padding: 5px 8px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.single_featured__content .content_top_wrapper .heart a i:hover {
  background-color: #4d4d4d;
}

.single_featured__content .location_date {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single_featured__content .location_date p i {
  margin-right: 3px;
}

.single_featured__content .featured_cat {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.featured_cat li {
  color: #4d4d4d;
}
.single_featured__content .featured_cat li i {
  margin-right: 7px;
  color:  hsl(var(--base));
}

.single_featured__content .featured_cat li span {
  margin-left: 3px;
}

.single_featured__content .featured_bottom {
  display: flex;
  justify-content: space-between;
}

.similar-properties-gap-x {
  margin: 0 15px;
}

.featured_active_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background:  hsl(var(--base));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  z-index: 2;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid  hsl(var(--base));
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.featured_active_slider .slick-next {
  left: auto;
  right: 5px;
}

.featured_active_slider .slick-prev {
  left: 5px;
}

.single_featured:hover .featured_active_slider .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/*============** Popular Place **============*/
.single_popular {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.single_popular__image {
  position: relative;
  overflow: hidden;
  transition: all 0.7 ease-in-out;
}

.single_popular__image img {
  width: 100%;
}

.single_popular::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #4d4d4d;
  opacity: .3;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.popular_content {
  text-align: center;
  padding: 10px;
  position: absolute;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.popular_content h4 {
  margin: 0;
  color: #fff;
}

.popular_content h4 a {
  transition: all 0.3s ease-in-out;
  font-size: 33px;
}

.popular_content h4 a:hover {
  padding-left: 7px;
  color: #fff;
}

.popular_content p {
  color: #fff;
}

.popular_content p a {
  transition: all 0.3s ease-in-out;
}

.popular_content p a:hover {
  padding-left: 7px;
  color: #fff;
}

.single_popular:hover img {
  transform: scale(1.2);
}

/*============** Agrnt **============*/

.single_agent {
  text-align: center;
  overflow: hidden;
  margin: 15px;
  /* box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px; */
  border-radius: 5px;
}

.single_agent__content {
  padding-bottom: 25px;
}

.single_agent__img {
  position: relative;
  margin-bottom: 25px;
}

.single_agent__img img {
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
  transform: scale(1);
}

.single_agent__content h4 {
  margin-bottom: 3px;
  line-height: 1.1;
}

.single_agent__content h4 a:hover {
  color:  hsl(var(--base));
}

.single_agent:hover .social {
  opacity: 1;
  visibility: visible;
}

.single_agent:hover img {
  transform: scale(0.98);
}

.social_star {
  display: flex;
  justify-content: center;
}

.social_star li {
  margin-right: 6px;
}

.social_star li i {
  font-size: 14px;
  color:  hsl(var(--base));
}

.social_star li.star_o i {
  color: #ebebeb;
}

.social {
  position: absolute;
  display: flex;
  bottom: 25px;
  margin: auto;
  width: 100%;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.social li {
  margin-right: 8px;
}

.social li a {
  background:  hsl(var(--base));
  color: #fff;
  border-radius: 5px;
  height: 35px;
  width: 35px;
  display: inline-block;
  line-height: 35px;
}

.social li a:hover {
  background-color: #4d4d4d;
}

.meet_our_agent_area .agent_active .slick-arrow {
  top: -73px;
  right: 35px;
  transition: all 0.3s ease-in-out;
}

.meet_our_agent_area .slick-arrow:hover {
  background-color: #4d4d4d;
}

.meet_our_agent_area .agent_active .slick-prev {
  left: inherit;
}

.meet_our_agent_area .agent_active .slick-prev {
  right: 100px;
}

.slick-dots {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.slick-dots ul button {
  border: 0;
}

.slick-dots li button {
  text-indent: -99999px;
  width: 20px;
  height: 4px;
  background-color:  hsl(var(--base));
  margin: 0 3px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  border: 0;
}

.slick-dots li {
  margin-left: 2px;
  position: relative;
}

.slick-dots .slick-active button {
  height: 4px;
  background: hsl(var(--base));
  position: absolute;
  top: 0px;
  z-index: 4;
  width: 25px;
}

/*============** Agen List **============*/
.agent_list__img {
  position: relative;
}

.agent_list__img img {
  width: 100%;
}

.agent_list__img .agent_listing {
  background:  hsl(var(--base));
  text-align: center;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0px 0px 5px 5px;
}

.agent_list__img .agent_listing a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.agent_list__img .agent_listing a:hover {
  padding-left: 10px;
}

.agent_list__content {
  padding: 15px 25px;
  margin-bottom: 20px;
}

.agent_list__content .agent_name h5 {
  font-size: 25px;
  font-weight: 500;
}

.agent_list__content .agent_name span {
  text-transform: capitalize;
}

.agent_list__content .agent_adress {
  margin-bottom: 15px;
}

.agent_list__content .agent_adress li strong {
  margin-right: 3px;
}

.news-item-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.news-item-bottom .agen_ink {
  color:  hsl(var(--base));
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-size: 25;
  font-weight: 500;
}

.news-item-bottom .agen_ink:hover {
  padding-left: 7px;
}

.news-item-bottom .agent_social ul li {
  display: inline-block;
  margin: 0 5px;
}

.news-item-bottom .agent_social ul li a {
  padding: 2px 9px;
  display: inline-block;
  background:  hsl(var(--base));
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.news-item-bottom .agent_social ul li a:hover {
  background: #4d4d4d;
}

/*============** Agrnt Details Comment **============*/
.agen_details {
  padding: 30px;
}

.agent_list_details_name {
  margin-bottom: 30px;
  margin-left: 35px;
}

.comments-box.agent_review_details div.comment-reply i {
  color: #ffc107;
}

.post-comments__latest-comments ul li .comments-box.agent_review_details .comments-text {
  overflow: hidden;
  border-bottom: 0;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.aggent_details_comment_img {
  width: 250px;
}

.post-comment-form__review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.upload_file {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.photo_upload_wrap {
  background:  hsl(var(--base));
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
}

.photo_upload label {
  font-size: 16px;
  font-weight: 500;
}

.fa.fa-star.comment_review_active {
  color: #ffc107;
}

.comment_review i {
  color: #dadada;
  cursor: pointer;
}

/*============** Testimonials **============*/
.testimonials_bg {
  background-image: url(../images/testimonials_bg.png);
  background-repeat: repeat;
  position: relative;
  z-index: 2;
}

.testimonials_bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background-image: var(--base-linear-gradient-bg);
}

.single_testimonial {
  box-shadow: 0px 0px 2px #e7e7e7;
  border: 1px solid #ebebeb;
  padding: 30px;
  /* border-bottom: 5px solid  hsl(var(--base)); */
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
  margin-right: 25px;
  background-color: #fff;
  border-radius: 5px;
  margin: 15px;
}

.single_testimonial .social_star {
  justify-content: start;
}

.single_testimonial__text p {
  font-size: 15px;
  padding-bottom: 15px;
}

.single_testimonial__bottom {
  display: flex;
  align-items: center;
}

.single_testimonial__bottom .thumb {
  margin-right: 25px;
}

.single_testimonial__bottom .thumb img {
  border-radius: 50%;
  height: 90px;
}

.single_testimonial__bottom .client h4 {
  font-size: 22px;
  margin: 0;
}

.testimonials_active .slick-arrow {
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  background:  hsl(var(--base));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  z-index: 2;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid  hsl(var(--base));
  transition: all 0.3s ease-in-out;
}

.testimonials_active .slick-next {
  left: auto;
  right: 5px;
}

.testimonials_active .slick-prev {
  left: 5px;
}

/*============** Blog **============*/
.blog {
  padding: 20px;
  border: 1px solid  hsl(var(--base));
  border-radius: 5px;
  margin: 15px;
}

.blog__img {
  position: relative;
  margin-bottom: 22px;
}

.blog__img .blog_date {
  position: absolute;
  left: 15px;
  bottom: 10px;
  background: #fff;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  color:  hsl(var(--base));
  transition: all 0.3s ease-in-out;
}

.blog__img .blog_date:hover {
  background:  hsl(var(--base));
  color: #fff;
}

.blog__img img {
  border-radius: 5px;
}

.blog__content h4 {
  margin-bottom: 15px;
}

.blog__content h4 a:hover {
  color:  hsl(var(--base));
}

.blog__content .meta {
  display: flex;
  flex-wrap: wrap;
}

.blog__content .meta a:hover {
  color:  hsl(var(--base));
}

.blog__content .meta i {
  margin-right: 5px;
  color:  hsl(var(--base));
}

.blog_active .slick-arrow {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  background:  hsl(var(--base));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  z-index: 2;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid  hsl(var(--base));
  transition: all 0.3s ease-in-out;
  left: -22%;
}

.blog_active .slick-arrow:hover {
  background-color: #4d4d4d;
}

.blog_active .slick-next {
  right: 5px;
}

.blog_active .slick-prev {
  left: -28%;
}

.search {
  position: relative;
}

.search input {
  height: 50px;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 15px 20px 15px 15px;
  width: 89%;
  transition: all 0.3s ease-in-out;
}

.search button {
  position: absolute;
  border: 0;
  background:  hsl(var(--base));
  height: 100%;
  width: 55px;
  line-height: 38px;
  color: #fff;
  right: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.tags li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 5px;
}

.tags li a {
  padding: 10px;
  background:  hsl(var(--base));
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border-radius: 5px;
}

.tags li a:hover {
  color: #4d4d4d;
}

/*============** Blog single **============*/
.blog_img img {
  width: 100%;
  border-radius: 5px;
}

.post-comments__title h3 {
  font-size: 28px;
}

.post-comments__latest-comments ul li .comments-box {
  overflow: hidden;
}

.post-comments__latest-comments ul li .comments-box .comments-avatar {
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin-right: 25px;
}

.post-comments__latest-comments ul li .comments-box .comments-avatar img {
  border-radius: 50%;
  height: 65px;
  width: 65px;
}

.post-comments__latest-comments ul li .comments-box .comments-text {
  overflow: hidden;
  border-bottom: 1px solid  hsl(var(--base));
  padding-bottom: 20px;
  margin-bottom: 35px;
}

.post-comments__latest-comments ul li .comments-box .comments-text .avatar-name {
  overflow: hidden;
}

.post-comments__latest-comments ul li .comments-box .comments-text .avatar-name h5 {
  float: left;
  margin-right: 20px;
}

.post-comments__latest-comments ul li .comments-box .comments-text .avatar-name .comment-reply {
  color: #4d4d4d;
  transition: all 0.3s ease-in-out;
}

.post-comments__latest-comments ul li .comments-box .comments-text .avatar-name .comment-reply:hover {
  color:  hsl(var(--base));
}

.post-comments__latest-comments ul li .comments-box .comments-text .comment-date {
  margin-bottom: 5px;
}

.post-comments__latest-comments ul li .comments-box .comments-text .comment-date span {
  font-size: 14px;
  color:  hsl(var(--base));
  font-weight: 600;
}

.post-comments__latest-comments ul li .comments-box .comments-text p {
  font-size: 15px;
  line-height: 27px;
}

.post-comments__latest-comments ul .children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .post-comments__latest-comments ul .children {
    margin-left: 10px;
  }
}

.post-comment-form {
  background: #fff;
  padding: 50px 30px 50px;
  box-shadow: 0px 0px 4px 0px rgba(11, 0, 59, 0.15);
  border-radius: 5px;
}

.post-comment-form h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.post-comment-form span {
  font-size: 16px;
  margin-bottom: 30px;
  display: inline-block;
}

.post-comment-form .blog-post-comment {
  position: relative;
}

.post-comment-form .blog-post-comment i {
  position: absolute;
  line-height: 50px;
  left: 20px;
  color:  hsl(var(--base));
}

.post-comment-form .blog-post-comment input {
  height: 50px;
  width: 100%;
  padding: 15px 15px 15px 50px;
  border: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
}

.post-comment-form .blog-post-comment input::placeholder {
  font-size: 15px;
  color: #133344;
}

.post-comment-form .blog-post-comment input:focus {
  border: 1px solid  hsl(var(--base));
}

.post-comment-form .blog-post-comment .sidebar-contact.text-area {
  height: 140px;
  width: 100%;
  resize: none;
  border: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 12px 15px 15px 50px;
  transition: all 0.3s;
}

.post-comment-form .blog-post-comment .sidebar-contact.text-area:focus {
  border: 1px solid  hsl(var(--base));
}

.post-comment-form .post-check {
  margin-bottom: 10px;
}

.post-comment-form .post-check span {
  font-size: 14px;
  color: gray;
}

/*============** Cta **============*/
.cta_bg {
  background-image: linear-gradient(462deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 57%), url('../images/cta_1.jpg');
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta_bg::after {
  content: "";
  position: absolute;
  top: 94px;
  left: -189px;
  right: 49px;
  bottom: 41px;
  width: 98%;
  height: 203%;
  background-color:  hsl(var(--base));
  opacity: .7;
  z-index: -1;
  transform: rotate(239deg);
}

.cta_content_wrap {
  padding-left: 50px;
  padding-right: 20px;
}

.footer-subcribe.cta_form .cta_input_wrap {
  position: relative;
}

.footer-subcribe.cta_form .cta_input_wrap .cta_btn_box {
  position: absolute;
  right: 7px;
  padding: 0;
  top: 6px;
  border-radius: 5px;
}

.footer-subcribe.cta_form .cta_input_wrap .cta_btn_box .theme_btn.style_1 {
  padding: 7px 20px;
}

.footer-subcribe.cta_form .cta_input_wrap .cta_btn_box span.btn_title {
  color: #fff;
}

.footer-subcribe.cta_form .cta_input_wrap input {
  padding: 0 150px 0 20px;
  height: 60px;
  border-radius: 5px;
}

/*============** Why Choose Us **============*/
.our_main_focus.why_choose_us.why_choose_us_bg {
  background-image: url(../images/testimonials_bg.png);
  background-repeat: repeat;
  position: relative;
  z-index: 2;
}

.our_main_focus.why_choose_us.why_choose_us_bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background-image: var(--base-linear-gradient-bg);
}

/*============** About **============*/
.about_img_right {
  text-align: right;
  position: relative;
}

.about_img_right img {
  width: 500px;
  height: 480px;
  border-radius: 5px;
}

.waves {
  background:  hsl(var(--base));
}

.about_img_right .about_small_thumb {
  position: absolute;
  top: 81px;
}

.about_img_right .about_small_thumb::before {
  position: absolute;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #4d4d4d;
  border-radius: 5px;
  z-index: 1;
  opacity: 0.2;
}

.about_img_right .about_small_thumb .small_img {
  width: 370px;
  height: 330px;
}

.about_img_right .about_small_thumb .about_vide_icon {
  position: absolute;
  top: 42%;
  left: 53%;
  transform: translate(-50%);
  z-index: 2;
}

.about_img_right .about_small_thumb .about_vide_icon .play-video .play-btn {
  height: 70px;
  display: inline-block;
  width: 70px;
  background: #fff;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  font-size: 22px;
  position: relative;
  z-index: 3;
  transition: all 0.4s linear;
}

.about_img_right .about_small_thumb .about_vide_icon .play-video .play-btn i {
  color: #4d4d4d;
  transition: all 0.4s linear;
}

.about_img_right .about_small_thumb .about_vide_icon .play-video .play-btn:hover {
  background-color:  hsl(var(--base));
}

.about_img_right .about_small_thumb .about_vide_icon .play-video .play-btn:hover i {
  color: #fff;
}

/*============** Agrnt **============*/
.our_main_focus {
  background: #f5f7fb;
}

.col-xl-4.col-lg-4.col-md-6:nth-child(2) .single_main {
  border: 2px solid  hsl(var(--base));
}

.col-xl-4.col-lg-4.col-md-6:nth-child(2) .single_main .single_main__thumb img {
  border: 2px solid  hsl(var(--base));
}

.single_main {
  text-align: center;
  padding: 40px 30px 40px;
  transition: 0.3s linear;
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}

.single_main:hover {
  border-color:  hsl(var(--base));
}

.single_main__thumb {
  margin-bottom: 15px;
}

.single_main__thumb img {
  width: 90px;
  border: 2px solid hsl(var(--base)/.1);
  padding: 12px;
  border-radius: 5px;
  transition: 0.3s linear;
}

.single_main__content h4 {
  margin-bottom: 15px;
}

.single_main:hover img {
  border: 2px solid  hsl(var(--base));
}

/*============** Counter **============*/
.counter-area {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .counter-area {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-area {
    margin-bottom: 70px;
  }
}

.counter-area {
  background-image: url(../images/counter_bg.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
}

.counter-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color:  hsl(var(--base));
  opacity: .8;
  z-index: -2;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_count {
    margin-bottom: 40px;
  }
}

.single_count i {
  font-size: 50px;
  color: #fff;
  display: inherit;
  /* line-height: 0; */
}

.single_count span {
  font-size: 50px;
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_count span {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_count span {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_count span {
    font-size: 40px;
  }
}

.single_count h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

/*============** Breadcrumb **============*/
.breadcrumb_bg {
  height: 300px;
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

img.breadcumb-img {
  position: absolute;
  top: 49%;
  width: 186px;
  right: 15%;
}

.breadcrumb_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: var(--base-linear-gradient-bg);
}

.breadcrumb_wrap {
  margin-top: 80px;
}

.breadcrumb_wrap .breadcrumb_page li {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-right: 10px;
  padding-right: 10px;
  color: #4d4d4d;
}

.breadcrumb_wrap .breadcrumb_page li h5 {
  color: #4d4d4d;
}

.breadcrumb_wrap .breadcrumb_page .breadcrumb_list {
  color:  hsl(var(--base));
  font-size: 20px;
  font-weight: 600;
}

.breadcrumb_wrap .breadcrumb_page .breadcrumb_arrow {
  position: relative;
  margin-left: 24px;
  color: #4d4d4d;
}

.breadcrumb_wrap .breadcrumb_page .breadcrumb_arrow::before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  top: 5px;
  right: -9px;
  font-weight: 900;
  font-size: 15px;
}

.breadcrumb_wrap .breadcrumb_page .breadcrumb_arrow::after {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  top: 6px;
  left: -22px;
  font-weight: 900;
  font-size: 14px;
}

.breadcrumb_wrap .breadcrumb_page .breadcrumb_arrow a {
  transition: all 0.3s ease-in-out;
}

.breadcrumb_wrap .breadcrumb_page .breadcrumb_arrow:hover a {
  color: #4d4d4d;
}

/*============** Property Gride **============*/
.add-new-wraper input {
   border: 1px solid  hsl(var(--base)/.2);
  height: 54px;
  width: 95%;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #f5f7fb;
  color: #4d4d4d;
}

.add-new-wraper input:focus {
  border: 1px solid  hsl(var(--base));
  outline: 0;
}

.property-listing-wrap {
  display: flex;
  align-items: center;
}

.property-listing-wrap .file-upload-wrapper.add-new-wraper {
  width: 95%;
}

.property_filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.property_filter__right .nice_select_wrapper.style_1.style_2 {
  background: none;
}

.property_filter__right .nice_select_wrapper.style_1.style_2 .nice-select {
  background: none;
  border: 0;
}

.nice_select_wrapper.style_1.style_2 .nice-select {
  background: none;
  border: 0;
  width: none;
  width: inherit;
}

.property_filter__left .sort_by .nice_select_wrapper.style_1.style_2 .nice-select .list {
  width: 130%;
}

.search_results {
  margin-bottom: 30px;
}

.nice_select_wrapper.style_1.style_2 .list {
  width: 190%;
}

.pagination-wrapper {
  margin-bottom: 50px;
}

.sorting_options .property {
  border: 1px solid  hsl(var(--base));
  padding: 2px 7px;
  display: inline-block;
  margin-left: 5px;
}

.sorting_options .property:hover {
  color: inherit;
}

.sorting_options .property:focus {
  color:  hsl(var(--base));
}

.property_active {
  background:  hsl(var(--base));
  color: #fff;
}

.search_results h3 {
  font-size: 30px;
  font-weight: 500;
}

.nice_select_wrapper.style_1.style_2 {
  display: flex;
  align-items: center;
}

.widget_box {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  padding: 25px;
  background: white;
  color: #4d4d4d;
  border-radius: 5px;
}
.popular_posts {
  display: flex;
}
.similar-properties-gap-x {
  margin: 15px;
}
.widget_box_header h4 {
  text-align: center;
  background:  hsl(var(--base));
  color: #fff;
  padding: 12px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.widget_box .property_status li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
}

.widget_box .popular_posts a img {
  width: 100px;
  border-radius: 5px;
}

.widget_box .popular_posts .detail h4 {
  font-size: 20px;
}

.helping-center {
  display: flex;
  margin-bottom: 5px;
}

.helping-center .icon {
  margin-right: 20px;
}

.helping-center .icon i {
  font-size: 26px;
  color:  hsl(var(--base));
}

.helping-center .adress {
  margin-bottom: 9px;
}

.helping-center .adress h4 {
  margin: 0;
  font-size: 20px;
}

.pagination_list {
  text-align: center;
}

.pagination_list li {
  margin: 20px 20px 5px 0px;
  display: inline-block;
}

.pagination_list li a {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #ebebeb;
  color: #454545;
  transition: all 0.3s ease-in-out;
}

.pagination_list li a:hover {
  background-color:  hsl(var(--base));
  color: #fff;
}

.pagination_list li .current-active {
  background-color:  hsl(var(--base));
  color: #fff;
}

.single_featured.single_list_featured {
  padding: 25px 25px 6px;
} 

.single_featured.single_list_featured .single_featured__content {
  padding: 0;
}

.single_top_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.single_top_wrap__title_wrap {
  margin-bottom: 10px;
}

.single_top_wrap__title_wrap .listing_title {
  margin-bottom: 10px;
}

.single_top_wrap__title_wrap .listing_title h4 {
  font-size: 28px;
}

.single_top_wrap__title_wrap .listing_title h4 span {
  font-size: 16px;
  margin-left: 12px;
  display: inline-block;
  padding: 6px 10px 8px;
  background:  hsl(var(--base));
  color: #fff;
  border-radius: 5px;
  line-height: 1.2;
}

.single_top_wrap__detail .detail_wrapper .listing-title-bar h4 {
  color:  hsl(var(--base));
  font-size: 29px;
}
span.promote-btn {
  font-size: 16px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 6px 12px 7px;
  background:  hsl(var(--base));
  color: #fff;
  border-radius: 5px;
  line-height: 1.2;
}

.propery_listing_single {
  background: #fff;
  padding: 25px;
}

.propery_listing_single p {
  font-size: 16px;
}

.propery_listing_single__details li {
  width: 33%;
  float: left;
  font-size: 16px;
  line-height: 34px;
  list-style: none;
}

.propery_listing_single__details {
  overflow: hidden;
}

.propery_listing_single__details li .span_bold {
  font-weight: 600;
  margin-right: 6px;
}

.propery_listing_single__details li i {
  color:  hsl(var(--base));
  font-size: 18px;
  margin-right: 5px;
}

.propery_listing_single__thumb {
  position: relative;
}

.propery_listing_single__thumb::before {
  content: "";
  position: absolute;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #4d4d4d;
  z-index: 1;
  opacity: 0.2;
}

.propery_listing_single__thumb .about_vide_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.propery_listing_single__thumb .about_vide_icon .play-btn {
  height: 70px;
  display: inline-block;
  width: 70px;
  background:  hsl(var(--base));
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  font-size: 22px;
}

.testimonials_active.propery_listing_single .slick-arrow {
  top: 50%;
}

.google_map_wrap iframe {
  width: 100%;
}

.property-details-tabs-wrap .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

.property-details-tabs-wrap li.nav-item {
  border-radius: 0;
}

.property-details-tabs-wrap li.nav-item .nav-link {
  border: 0;
  padding: 12px 25px;
  color: #4d4d4d;
  margin-right: 5px;
  border-radius: 0;
}

.property-details-tabs-wrap li.nav-item .nav-link.active {
  background:  hsl(var(--base));
  color: #fff;
}

.property-details-tabs-wrap li.nav-item:last-child .nav-link {
  border: 0;
}

.subscribe {
  padding: 40px 20px;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
  min-height: 295px;
}

.subscribe p.get-support {
  margin-bottom: 20px;
}

/*============** Contact **============*/
.contact-right-wrap .section_tilte h3 {
  font-size: 30px;
}

.contact_bg {
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
}

.contact-right-wrap {
  padding: 50px 40px;
}

@media (max-width: 767px) {
  .contact-right-wrap {
    padding: 30px 25px;
  }
}

.contact-box {
  position: relative;
}

.contact-box i {
  position: absolute;
  right: 20px;
  line-height: 63px;
  color:  hsl(var(--base));
}

.contact-box__contact-home {
  height: 60px;
  padding: 15px;
  padding-right: 15px;
  padding-right: 45px;
  width: 100%;
  border: 0;
  border: 1px solid hsl(var(--base)/.2);
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.contact-box__contact-home:focus {
  border: 1px solid hsl(var(--base));
}

.contact-box__contact-home.text-area {
  height: 150px;
  resize: none;
  border: 1px solid hsl(var(--base)/.2);
  transition: all 0.3s ease-in-out;
}

.contact-box__contact-home.text-area:focus {
  border: 1px solid  hsl(var(--base));
}

button.contact-btn {
  border: 0;
  cursor: pointer;
}

.contact-info {
  background: #fff;
  padding-left: 30px;
}

.contact-info__addres-wrap .single-info {
  display: flex;
}

.contact-info__addres-wrap .single-info .cont-icon {
  margin-right: 25px;
}

.contact-info__addres-wrap .single-info .cont-icon i {
  font-size: 50px;
  color:  hsl(var(--base));
}

.contact-info__addres-wrap .single-info .cont-text h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.contact-info__addres-wrap .single-info .cont-text h6 {
  font-size: 17px;
  font-weight: 500;
  color: rgb(110, 110, 110);
}

.contact-google-map-area .contact-google-map iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -7px;
}

/*============** Faq **============*/
.faqs-section {
  overflow: hidden;
}

.ask-question-wrap {
  margin-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ask-question-wrap {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .ask-question-wrap {
    margin-left: 0px;
  }
}

.ask-question-wrap .accordion-item {
  margin-bottom: 25px;
  border: 0;
  border-radius: 0;
  border-bottom: 0;
  background: #fff;
}

.ask-question-wrap .accordion-item .accordion-body {
  padding: 0px 22px 10px 20px;
  font-size: 18px;
  margin-top: 15px;
  color: #454545;
}

.ask-question-wrap .accordion-item .accordion-header {
  padding: 0;
  border: 0;
}

.ask-question-wrap .accordion-item .accordion-header h2 a {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 500;
  display: block;
  padding: 15px 25px 15px 80px;
  text-decoration: none;
  position: relative;
  box-shadow: none;
  background: hsl(var(--base)/.1);
  border-radius: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ask-question-wrap .accordion-item .accordion-header h2 a {
    padding: 15px 25px 15px 70px;
  }
}

@media (max-width: 767px) {
  .ask-question-wrap .accordion-item .accordion-header h2 a {
    padding: 15px 25px 15px 65px;
  }
}

.ask-question-wrap .accordion-item .accordion-header h2 a a.accordion-button {
  background: #fff;
  color: #4d4d4d;
}

.ask-question-wrap .accordion-item .accordion-header h2 a.accordion-button:focus {
  box-shadow: none;
}

.ask-question-wrap .accordion-item .accordion-header h2 a.btn-link {
  background:  hsl(var(--base));
  color: #fff;
}

.ask-question-wrap .accordion-item .accordion-header h2 a::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 700;
  height: 36px;
  width: 36px;
  background: #fff;
  text-align: center;
  line-height: 36px;
  color: #fff;
  top: 50%;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 9px;
  background:  hsl(var(--base));
}

.ask-question-wrap .accordion-item .accordion-header h2 a.collapsed:after {
  content: "\f067";
}

.faq_thumb_wrap img {
  height: 478px;
  width: 100%;
  border-radius: 5px;

  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: initial;
}

@media (max-width: 767px) {
  .faq_thumb_wrap img {
    display: none;
  }
}

/*============** Dashboard **============*/
.dashboard_header_bg {
  background-image: url(../images/profile_bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}

.dashboard_header_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:  hsl(var(--base));
  opacity: .7;
  z-index: -2;
}

.dashboard_profile__header {
  text-align: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.dashboard_profile_wrap {
  padding: 30px;
}

.dashboard_profile_wrap h3 {
  font-size: 18px;
}

.dashboard_profile_wrap .photo_upload {
  background:  hsl(var(--base));
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

.dashboard_profile_wrap .profile_photo {
  text-align: center;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.dashboard_profile_wrap h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #fff;
}

.dashboard_profile_wrap p {
  color: #fff;
}

.dashboard_profile_wrap .social.dashboard {
  position: inherit;
  text-align: left;
  justify-content: center;
  margin-bottom: 10px;
}

.dashboard_profile__details {
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
}

.dashboard_profile_wrap .social.dashboard li {
  margin-right: 0;
}

.dashboard_profile_wrap .social.dashboard li a {
  background: none;
  color: #fff;
  height: 0;
  width: 30px;
}

.dashboard_profile__details {
  background: #fff;
}

.dashboard_profile__details ul li a {
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 20px 12px 20px;
  display: block;
  color: #343434;
  border-left: solid 5px transparent;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}

.dashboard_profile__details ul li a i {
  margin-right: 10px;
}

.dashboard_profile__details ul li a:hover {
  color:  hsl(var(--base));
  border-left: solid 5px  hsl(var(--base));
}

.dashboard_profile__details ul li a.active {
  color:  hsl(var(--base));
  border-left: solid 5px  hsl(var(--base));
}

.dahsboard-bg {
  background: #f5f7fb;
}

.dashboard_box {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.dashboard_box .title {
  font-size: 25px;
}

.dashboard_box .dashboard_body .dashboard_item-top {
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  background-image: var(--base-linear-gradient-bg);
  position: relative;
}

.dashboard_box .dashboard_body .dashboard_item-top .icon {
  font-size: 30px;
  color:  hsl(var(--base));
  margin-right: 10px;
  position: absolute;
  top: 6px;
  right: 5px;
}

.dashboard_box .dashboard_body .dashboard_item-top .info h6 {
  font-size: 40px;
  font-weight: 700;
  color: #4d4d4d;
}

.dashboard_box .dashboard_body .dashboard_item-top .info p {
  color: #4d4d4d;
}

p.type {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 7px;
}

.dashboard_item.subscrib {
  background-image: var(--base-linear-gradient-bg);
  padding: 30px;
  border-radius: 5px;
}

h6.number {
  font-size: 30px;
  font-weight: 500;
}

/*============** Custom Table **============*/
.table.my_custom_table {
  overflow: hidden;
}

.table.my_custom_table thead tr th:last-child {
  text-align: end;
}

@media (max-width: 767px) {
  .table.my_custom_table thead tr th:last-child {
    text-align: start;
  }
}

.table.my_custom_table thead tr th {
  border-top: none;
  padding: 13px 19px;
  color: rgb(53, 53, 53);
  background-color: #f5f5f5;
  border: none;
  border-bottom-color: currentcolor;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table.my_custom_table thead tr th {
    padding: 7px 10px;
  }
}

@media (max-width: 767px) {
  .table.my_custom_table thead tr th {
    padding: 7px 10px;
  }
}

.table.my_custom_table thead tr td {
  padding: 20px;
}

.table.my_custom_table tbody tr td:last-child {
  text-align: end;
}

@media (max-width: 767px) {
  .table.my_custom_table tbody tr td:last-child {
    text-align: start;
  }
}

.table.my_custom_table tbody tr:nth-child(2n) {
  background-color: #f5fafd;
}

.table.my_custom_table tbody tr {
  border-bottom: 1px solid  hsl(var(--base));
}

.table.my_custom_table tbody tr td {
  padding: 15px 25px;
  position: relative;
}

.table.my_custom_table tbody tr td .table_btn {
  background:  hsl(var(--base));
  padding: 5px 10px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.table.my_custom_table tbody tr td .table_btn:hover {
  color: #121B22;
}

@media (max-width: 767px) {
  .table.my_custom_table tbody tr td {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
  }
}

.table.my_custom_table tbody tr td i {
  cursor: pointer;
}

/*============** Profile **============*/
.form-group.profile .single-input {
  position: relative;
}

.form-group.profile .single-input input {
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 54px;
  padding: 10px 40px 10px 15px;
   border: 1px solid  hsl(var(--base)/.2);
  transition: all 0.3s ease-in-out;
  color: #4d4d4d;
}

.form-group.profile .single-input .advance-search-input {
  background-color: #fff;
}

.form-group.profile .single-input input:focus {
  border: 1px solid  hsl(var(--base));
}

.form-group.profile label {
  font-size: 18px;
  color: #666;
  margin: 0 0 10px;
  display: block;
  font-weight: 500;
}

.form-group.profile i {
  position: absolute;
  right: 14px;
  top: 50%;
  color:  hsl(var(--base));
  transform: translateY(-50%);
  cursor: pointer;
}

.form-group.profile .single-input.text_area i {
  top: 23px;
}

.form-group.profile textarea {
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 100px;
  padding: 10px 40px 10px 15px;
  border: 1px solid hsl(var(--base)/.2);
  transition: all 0.3s ease-in-out;
  resize: none;
}

.form-group.profile textarea:focus {
  border: 1px solid  hsl(var(--base));
}

.form-group.profile textarea i {
  top: 23px;
}

/*====== My Poperti Listing ======*/
.my_properties_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.my_properties_wrap__thumb {
  width: 115px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 10px;
}

.my_properties_wrap__content h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.my_properties_wrap__content .location_date p {
  font-size: 15px;
}

.table.my_custom_table.my_listing tbody tr {
  vertical-align: middle;
}

.table.my_custom_table.my_listing tbody tr td .danger {
  color: #dc3545;
  display: inline-block;
  margin-left: 3px;
}

.dashboard_box .dashboard_body .login_wrapper {
  box-shadow: none;
  padding: 12px;
}

.photo_upload.property_img_upload label {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff none repeat scroll 0 0;
  border: 2px dashed  hsl(var(--base));
  padding: 50px 20px;
  text-align: center;
  font-size: 20px;
  color:  hsl(var(--base));
}

.photo_upload.property_img_upload label i {
  margin-right: 5px;
}

.login_area.login_bg {
  position: relative;
  z-index: 1;
  background-position: center;
}

.login_area.login_bg:before {
  /* content: ""; */
  position: absolute;
  top: 0;
  right: 0;
  width: 54%;
  background: #fff;
  height: 100%;
  z-index: -1;
}

.dashboard_body .login_wrapper .form-group.profile label {
  color: #666;
  font-size: 17px;
  font-weight: normal;
}

.dashboard_body .login_wrapper .nice_select_wrapper .nice-select {
  background: #f5f7fb;
  height: 53px;
}

.dashboard_body .property_features_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dashboard_body .property_features_wrap .single_check {
  flex: 33%;
}

/*============** Modal Start **============*/
.nice_select_wrapper.style_1 .nice-select .list {
  width: 100%;
  height: 250px;
  overflow: scroll;
}

.register_wrapper,
.login_wrapper {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 29px;
  background-color: #fff;
}

.login .form-group.profile label {
  font-size: 16px;
}

.login .form-group.profile .single-input input {
  height: 45px;
}

.login_social a {
  width: 100%;
  padding: 8px 0;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  outline: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_social a i {
  font-size: 20px;
  padding-right: 10px;
}

.login_social .facebook_log {
  background: #3b5998;
}

.login_social .google_log {
  background: #1a73e8;
}

.login_or {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.loging_text {
  font-weight: 600;
}

.login_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.login_bottom a {
  color:  hsl(var(--base));
}

.register_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
}

.register_bottom a.regis_btn {
  display: inline-block;
  padding: 5px;
  color:  hsl(var(--base));
  text-transform: capitalize;
}

/*============** Term Of Service **============*/
.single-terms h3 {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid  hsl(var(--base));
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.single-terms p {
  margin-bottom: 15px;
}

/*============** Header **============*/
.header-main-menu .mean-container .mean-bar {
  top: 10px;
  right: 0;
  width: 99%;
}

@media (max-width: 767px) {
  .header-main-menu .mean-container .mean-bar {
    right: 15px;
    width: 92%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-main-menu .mean-container .mean-bar {
    width: 95%;
  }
}

.header_top {
  padding: 12px 0;
}

@media (max-width: 767px) {
  .header_top .header_top_left ul {
    text-align: center;
    padding-bottom: 10px;
  }
}

.header_top .header_top_left ul li {
  display: inline-block;
  padding-right: 20px;
  color: #4d4d4d;
}

@media (max-width: 767px) {
  .header_top .header_top_left ul li {
    padding-right: 5px;
  }
}

.header_top .header_top_left ul li i {
  color: #4d4d4d;
  margin-right: 7px;
}

.header_top .header_top_left ul li span {
  display: inline-block;
  color: #4d4d4d;
  margin-right: 8px;
}

.header_top .header_top_left ul a {
  font-size: 16px;
}

@media (max-width: 767px) {
  .header_top .header_top_left ul a {
    font-size: 14px;
  }
}

.header_top .header_top_left ul a i {
  color:  hsl(var(--base));
  margin-right: 7px;
}

.header_top .header_top_right ul {
  text-align: right;
}

.header_top .header_top_right ul li {
  display: inline-block;
  color:  hsl(var(--base));
}

.header_top .header_top_right ul li a {
  font-size: 16px;
}

.header_top .header_top_right ul li a i {
  color:  hsl(var(--base));
  transition: all 0.3s ease-in-out;
}

.header_top .header_top_right ul li a i:hover {
  color:  hsl(var(--base));
}

.header_top .header_top_right ul li a .fa-solid.fa-arrow-right-to-bracket {
  transform: rotate(90deg);
}

.nice_select_wrapper .nice-select {
  padding-right: 4px;
  height: 18px;
  background-color: #121B22;
}

.nice_select_wrapper .nice-select .list {
  left: 0px;
  width: 160px;
  background-color: #fff;
}

.nice_select_wrapper .nice-select .list li {
  display: block;
  padding: 0px 18px;
  color: #4d4d4d;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}

.nice_select_wrapper .nice-select .list li:hover {
  color:  hsl(var(--base));
  padding-left: 15px;
}

.nice_select_wrapper .nice-select .current {
  font-size: 17px;
}

@media (max-width: 767px) {
  .nice_select_wrapper .nice-select .current {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu_right_wrapper.mobile .btn.style-1 {
    background: inherit;
    border: 0;
  }
}

.header-main-menu {
  border-top: 1px solid #e9ecef;
  padding: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-main-menu {
    padding: 7px 0 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-main-menu {
    padding: 7px 0 13px;
  }
}

@media (max-width: 767px) {
  .header-main-menu {
    padding: 7px 0px;
  }
}

.header-main-menu .logo img {
  position: relative;
  z-index: 100;
  margin-bottom: 2px;
  max-width: 200px;
}

.header-main-menu .logo a {
  font-size: 20px;
  font-weight: 700;
  color:  hsl(var(--base));
}

.header-main-menu .main_menu {
  text-align: right;
}

.header-main-menu .main_menu ul.menu_list_box {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-main-menu .main_menu ul.menu_list_box li {
  display: inline-block;
  padding: 10px 0px;
  margin-left: 40px;
  padding-bottom: 5px;
}

.header-main-menu .main_menu ul.menu_list_box li a:after {
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0%;
  background:  hsl(var(--base));
  content: "";
  position: absolute;
  transition: all .4s ease-in-out;
}

.header-main-menu .main_menu ul.menu_list_box li a.theme_btn:hover:after {
  width: 0%;
}

.header-main-menu .main_menu ul.menu_list_box li a:hover:after {
  width: 100%;
  opacity: 1;
}

.header-main-menu .main_menu ul.menu_list_box li .theme_btn:hover {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-main-menu .main_menu ul.menu_list_box li {
    padding-left: 8px;
  }
}

.header-main-menu .main_menu ul.menu_list_box li:hover>a {
  color:  hsl(var(--base));
}

.header-main-menu .main_menu ul.menu_list_box li a {
  text-transform: capitalize;
  font-size: 18px;
  color: #4d4d4d;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.header-main-menu .main_menu ul.menu_list_box li a i {
  font-size: 17px;
}

.header-main-menu .main_menu ul.menu_list_box li a.active {
  color:  hsl(var(--base));
}

.header-main-menu .main_menu ul.menu_list_box li .btn i {
  margin-top: 10px;
}

.header-main-menu .main_menu ul li.menu-item-has-children {
  position: relative;
}

.header-main-menu .main_menu ul li ul.sub-menu {
  position: absolute;
  z-index: 3;
  min-width: 220px;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 26px;
  opacity: 0;
  visibility: hidden;
  transform: scale(50%);
  transition: all 0.3s ease-in-out;
}

.header-main-menu .main_menu ul li ul.sub-menu li {
  display: block;
  text-align: left;
}

.header-main-menu .main_menu ul li ul.sub-menu li {
  border-bottom: 1px solid #ddd;
  padding: 0;
}

.header-main-menu .main_menu ul li ul.sub-menu li:last-child {
  border-bottom: 0px;
}

.header-main-menu .main_menu ul li ul.sub-menu li a {
  padding: 10px 0px 10px 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.header-main-menu .main_menu ul li ul.sub-menu li:hover a {
  padding: 10px 16px;
}

.header-main-menu .main_menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(100%);
  transform: scale(100%);
  top: 100%;
}

.header-main-menu .main_menu ul li.menu-item-has-children.menu_last_item ul.sub-menu {
  left: -182%;
}

.header-main-menu .main_menu ul li.menu-item-has-children.menu_last_item ul.sub-menu li {
  padding: 0 20px;
}

.header-main-menu .main_menu ul li.menu-item-has-children.menu_last_item ul.sub-menu li a i {
  margin-left: -20px;
  display: inline-block;
  padding-right: 16px;
}

/*============** Header Dasboard **============*/
.header_top_left.username a {
  color: #fff;
  text-transform: capitalize;
}

.header_top_user .thumb {
  height: 34px;
  width: 34px;
  border-radius: 50%;
}

.header_top_user .thumb img {
  border-radius: 50%;
}

.header_top_user .name {
  color: #fff;
  text-transform: capitalize;
  margin-left: 6px;
}

.header_top_right .header_top_user {
  position: relative;
}

.main_menu.dashborad_menu ul li {
  padding-left: 23px;
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .main_menu.dashborad_menu ul li {
    padding-left: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu.dashborad_menu ul li {
    padding-left: 18px;
  }
}

.header-main-menu .main_menu.dashborad_menu ul li a i {
  margin-left: 2px;
  /* position: absolute; */
  margin-top: 5px;
  font-size: 12px;
}

.header-main-menu .dashboard_mobile_menu .mean-container .mean-bar {
  right: 10px;
  width: 97%;
}

@media (max-width: 767px) {
  .header-main-menu .dashboard_mobile_menu .mean-container .mean-bar {
    right: 15px;
    width: 92%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-main-menu .dashboard_mobile_menu .mean-container .mean-bar {
    width: 95%;
  }
}

.main_menu.dashborad_menu ul li a {
  font-size: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .main_menu.dashborad_menu ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu.dashborad_menu ul li a {
    font-size: 13px;
  }
}

/*============** Footer **============*/
.footer-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/footer_bg_1.png);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 100px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bg {
    padding: 60px 0 0;
  }
}

@media (max-width: 767px) {
  .footer-bg {
    padding: 60px 0 0;
  }
}

.footer-widget img {
  margin-bottom: 10px;
  max-width: 200px;
}

.footer-widget__title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 40px;
  position: relative;
  font-weight: 500;
}

.footer-widget__title::before {
  position: absolute;
  content: "";
  top: 32px;
  width: 96px;
  background:  hsl(var(--base));
  height: 3px;
}

@media (max-width: 767px) {
  .footer-widget__title {
    margin-bottom: 15px;
  }
}

.footer-widget p {
  color: #fff;
  margin-bottom: 10px;
  padding-right: 20px;
}

.footer-widget__location ul li {
  display: block;
  margin-right: 10px;
  color: #fff;
  margin-bottom: 10px;
}

.footer-widget__location ul li i {
  margin-right: 10px;
  color:  hsl(var(--base));
}

.footer-widget__location ul li span {
  color: #fff;
}

.footer-widget__userful-link ul li {
  padding-bottom: 7px;
}

.footer-widget__userful-link ul li:hover a {
  padding-left: 5px;
  color:  hsl(var(--base));
}

.footer-widget__userful-link ul li a {
  display: inline-block;
  color: #fff;
  position: relative;
}

.footer-widget__recent ul li {
  margin-bottom: 4px;
}

.footer-widget__recent ul li .list-item {
  display: flex;
}

.footer-widget__recent ul li .list-item img {
  height: 86px;
  width: 70px;
}

.footer-widget__recent ul li .list-item-info {
  padding-left: 15px;
}

.footer-widget__recent ul li .list-item-info a {
  transition: all 0.3s ease-in-out;
}

.footer-widget__recent ul li .list-item-info a:hover {
  color:  hsl(var(--base));
}

.footer-subcribe form input {
  width: 100%;
  height: 50px;
  padding: 0 60px 0 20px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

.footer-subcribe form input:focus {
  border: 1px solid  hsl(var(--base));
}

.footer-bottom {
  padding: 25px 0 10px;
  background-color: #00152c;
}

.footer-bottom__copyright-text {
  text-align: right;
}

.footer-bottom__copyright-text p {
  color: #fff;
  font-size: 16px;
}

.footer-bottom__copyright-text p span {
  color:  hsl(var(--base));
  transition: al 0.3s ease-in-out;
}

.footer-bottom__copyright-text p span:hover {
  color: #fff;
}

.footer-bottom__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom__logo h4 {
  color: #fff;
}

.footer-social-icons {
  margin-top: 13px;
}

.footer-social-icons li {
  display: inline;
  margin-right: 10px;
}

.footer-social-icons li a {
  text-align: center;
  border-radius: 5px;
  color:  hsl(var(--base));
  font-size: 19px;
}

.footer-social-icons li a:hover {
  color: #fff;
}

/*============** Plan **============*/
.single_plan {
  background: #fff;
  padding: 30px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 5px;
  border-bottom: 3px solid transparent;
  transition: all .4s ease-in-out;
}

.single_plan:hover {
  border-bottom: 3px solid  hsl(var(--base));;
  width: 100%;
}


.single_plan__head {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
  position: relative;
}

.single_plan__head h4 {
  font-size: 35px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 20px;
  color:  hsl(var(--base));
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 10px;
}

.single_plan__head span {
  display: block;
  font-size: 27px;
  color: #4d4d4d;
  font-weight: 700;
  margin-bottom: 15px;
}

.single_plan__body li {
  margin-bottom: 10px;
  font-weight: 500;
  color: #4d4d4d
}

.single_plan__body li i {
  color:  hsl(var(--base));
  margin-right: 6px;
  font-weight: 900;
}

.single_plan__body ul {
  text-align: start;
  padding-left: 10px;
}

.emptymsg {
  height: 100vh;
}

.banner_tab_wrapper .tab-content .all_select {
  background: transparent;
}

.all_select {
  background: #fff;
  height: 50px;
   border: 1px solid  hsl(var(--base)/.2);
  width: 100%;
  line-height: 49px;
  padding-left: 16px;
  padding-right: 15px;
  border-radius: 5px;
  display: inline-block;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  outline: none;
  color: #9e9e9e;
}

.all_select:focus {
  border: 1px solid  hsl(var(--base));
}

.all_select:hover {
  border: 1px solid  hsl(var(--base));
}

.modal-btn-wrap {
  display: flex;
  justify-content: end;
  margin: 25px;
}

.photo_upload .profile_up_btn {
  background: 0;
  border: 0;
}


.lang_select_wrapper select {
  background: transparent;
  color: #4d4d4d;
  border: 0;
}

.lang_select_wrapper select option {
  color: #4d4d4d;
  border: 0;
}

span.blog-btn {
  font-size: 20px;
  color:  hsl(var(--base));
  transition: all .3s;
}

span.blog-btn:hover {
  padding-right: 7px;
}


.pagination-wrapper .pagination {
  justify-content: center;
}

.pagination-wrapper .pagination .page-item {
  margin: 0 10px;
}

.pagination-wrapper .pagination .page-item .page-link {
  padding: 10px 18px;
  color: #4d4d4d;
}

.pagination-wrapper .pagination .page-item.active .page-link {
  background:  hsl(var(--base));
  border: 0;
  color: #fff;
}

.thumb {
  display: flex;
}

.thumb a {
  font-weight: 500;
  color: #fff;
  margin-left: -22px;
  height: 22px;
  width: 22px;
  background:  hsl(var(--base));
  display: block;
  text-align: center;
}
.wyg ul{
  margin-left: 30px;
  color: #666
}
.wyg ul li{
  list-style: disc;
}
.cookies-card {
  position: fixed;
  bottom: 16px;
  width: 50%;
  padding: 20px;
  background: #fff;
  border: 2px solid  hsl(var(--base));
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  right: 16px;
  z-index: 99;
  border: 2px solid  hsl(var(--base));
}

.reply {
  border: 1px solid  hsl(var(--base));
}

p.subheading {
  width: 60%;
  margin: auto;
}

ul.social-share {
  text-align: right;
  margin-top: 10px;
}

.social-share li {
  display: inline;
  margin-right: 7px;
}

.social-share li a{
  color:  hsl(var(--base));
}
.social-share li a:hover{
  color: #666;
}

/* animation */
.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
    hsl(var(--base)),
    hsl(var(--base)/.9),
    hsl(var(--base)/.7),
    hsl(var(--base)/.5)
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.ck .ck-label .ck-voice-label {
  display: none;
}

/* end animation */

/*========= Birds Animation  ===========*/
.bird-wrap {
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  background-blend-mode: soft-light;
}

.bird {
  background-image: url(../images/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite;
}

.bird--one {
  animation-duration: 1s;
  animation-delay: -0.5s;
}

.bird--two {
  animation-duration: 0.9s;
  animation-delay: -0.75s;
}

.bird--three {
  animation-duration: 1.25s;
  animation-delay: -0.25s;
}

.bird--four {
  animation-duration: 1.1s;
  animation-delay: -0.5s;
}

.bird-container {
  position: absolute;
  top: 20%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  animation-name: fly-right-one;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.bird-container--one {
  animation-duration: 15s;
  animation-delay: 0;
}

.bird-container--two {
  animation-duration: 16s;
  animation-delay: 1s;
}

.bird-container--three {
  animation-duration: 14.6s;
  animation-delay: 9.5s;
}

.bird-container--four {
  animation-duration: 16s;
  animation-delay: 10.25s;
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }

  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }

  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }

  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }

  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }

  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}

@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }

  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }

  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }

  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }

  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }

  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}

button.add-new {
  border: 0;
  background: no-repeat;
  color:  hsl(var(--base));
}

button.property-btn {
  border: 0;
  background:  hsl(var(--base));
  color: #fff;
  font-size: 20px;
}

.form-group.profile.property-img button.property-btn i {
  position: static;
  color: #fff;
  padding: 0;
  border: 0;
  margin: 0;
  transform: translate(0);
  font-size: 20px;
  background:  hsl(var(--base));
}

.add-new-wraper {
  display: flex;
  align-items: center;
}

button.btn.btn--danger i {
  color: #f20;
}



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